/* main elements */
html, body {
  height: 100%;
}

body {
  background-color: #FFFFFF;
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  background-position: center bottom;
}

.footer {
  display: contents;
}

b {
  font-weight: 500;
}


/***** buttons *****/
.btn-herzstueck {
  font-size: 1rem;
  border: 1px solid #000000;
  color: #000000;
  background: transparent;
  transition: 0.2s ease-in-out;
  border-radius: 500px;
  padding: 15px 50px;
}

.btn-herzstueck:hover, .btn-herzstueck:focus {
  border: 1px solid #000000;
  background: #000000;
  color: #FFFFFF;
  padding: 15px 50px;
}




/***** link styles *****/
a {
  color: #000000;
  transition: 0.2s ease-in-out;
}

a:hover, a:focus {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  cursor: pointer;
  padding-bottom: 2px;
}

.thumbnail {
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  margin: -11px 0px 0px -44px; 
}

.social-icons {
  color: #000000;
  transition: 0.2s ease-in-out;
  font-size: 1.8rem;
  padding: 0px 5px;
}

.social-icons:hover, .social-icons:focus {
  color: #BFBFBF;
  border-bottom: none;
}

/* back styles links */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  border-bottom: none !important;
}

.socialmenu .icon:hover, .socialmenu .icon:focus {
  border: none;
}