/*breakpoints*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  background: transparent;
  transition: all ease 0.3s;
}
header * {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}
header .header__logo img {
  max-height: 65px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1199.98px) {
  header .header__logo img {
    height: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  header .header__logo img {
    height: 30px;
  }
}
header.solid {
  background-color: #9D9FA0;
  transition: all ease 0.3s;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(157, 159, 160, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(157, 159, 160, 0.3);
}
header.solid .header__logo img {
  max-height: 45px;
}
@media screen and (max-width: 1199.98px) {
  header.solid .header__logo img {
    height: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  header.solid .header__logo img {
    height: 25px;
  }
}
header .header__top--links * {
  font-size: 15px;
}
header .header__top--links *:not(i) {
  font-family: "Inter", Helvetica, sans-serif;
}
@media screen and (min-width: 768px) {
  .header__toolbar {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .header__toolbar {
    background: #eee;
  }
}
@media screen and (max-width: 767.98px) {
  .header__navigation .container-fluid:after {
    bottom: 3px;
  }
  .contentnavigation .list__horizontal li:not(.menu__opener), header .list__horizontal li:not(.menu__opener) {
    display: none !important;
  }
  .header__logo img {
    margin: 5px 0;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fttcfessenbach%2Fscss%2Fcomponents%2F_header.scss%22%2C%22%2Fthemes%2Fttcfessenbach%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BACFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADmBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BACvBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwCF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACxBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoEF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%22%7D */