/*braun*/
/*t�rkis*/
/*braun heller*/
/*braun sehr hell*/
/*t�rkis hell*/
/*blaugruen mittel*/
/*dunkel braun*/
/*t�rkis dunkel*/
/*braun-rot*/
/*hellbraun*/
.defaultButton {
  display: inline-block;
  padding: 12px 20px 10px 20px;
  background: #abc9c7;
  color: #FFFFFF !important;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: 'Figtree', sans-serif;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 1.5px;
  border: none;
}
.defaultButton:hover,
.defaultButton:focus {
  background: #77a5a2;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
  transition: opacity ease-in-out 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  padding: 20px;
  transition: height ease-in-out 0.3s;
}
@media screen and (min-width: 800px) {
  header {
    padding: 40px calc(50% - 700px);
    height: 140px;
  }
}
header .logo {
  background: url(images/dr-stefan-pirker.svg) no-repeat;
  background-size: contain;
  width: 180px;
  height: 30px;
}
@media screen and (min-width: 800px) {
  header .logo {
    width: 300px;
    height: 50px;
    margin-left: 20px;
  }
}
header .logo-icon {
  background: url(images/p.svg) no-repeat;
  background-size: contain;
  width: 50px;
  height: 60px;
  margin: 0 auto;
  display: none;
  transition: all ease-in-out 0.3s;
}
@media screen and (min-width: 800px) {
  header .logo-icon {
    display: flex;
  }
}
header .contact {
  margin-right: 12px;
  display: none;
}
@media screen and (min-width: 800px) {
  header .contact {
    display: block;
  }
}
header .contact a {
  display: block;
  text-decoration: none;
  text-align: right;
  line-height: 1.2em;
}
header .contact a:link,
header .contact a:visited {
  color: #d4a890;
}
header .contact a:hover,
header .contact a:focus {
  color: #c38c6d;
}
header .burger-menu {
  background: none;
  border: none;
  cursor: pointer;
  width: 70px;
  height: 22px;
  position: relative;
}
@media screen and (min-width: 800px) {
  header .burger-menu {
    margin-right: 20px;
  }
}
header .burger-menu span {
  height: 2px;
  width: 44px;
  background: #d4a890;
  display: block;
  position: absolute;
  transition: all ease-in-out 0.3s;
  top: 0;
  right: 0;
}
header .burger-menu span:nth-child(2) {
  top: 10px;
}
header .burger-menu span:last-child {
  top: 20px;
}
header .burger-menu:hover span {
  width: 50px;
}
@media screen and (min-width: 800px) {
  html.scrollpoint-1 header {
    height: 70px;
  }
  html.scrollpoint-1 header .logo,
  html.scrollpoint-1 header .logo-icon {
    zoom: 0.7;
  }
  html.scrollpoint-1 header .contact {
    font-size: 0.9em;
  }
}
