header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #cedef2;
  z-index: 1000;
}
header .inside {
  width: 90%;
  max-width: 1400px;
  margin-inline: auto;
}
@media (min-width: 1180px) and (max-width: 1359px) {
  header .inside {
    width: 95%;
  }
}
header .logo {
  display: block;
  width: 67px;
  z-index: 1001;
}
header nav a:not(.btn) {
  font-weight: 700;
  text-decoration: none;
  color: #17285E;
  transition: all 0.3s ease;
}
header nav a:not(.btn):hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #B3ADD9;
}
header nav ul {
  list-style: none;
  padding-left: 0;
}
header .mod_changelanguage {
  position: relative;
}
header .mod_changelanguage.open-menu li.active:after {
  transform: rotate(180deg);
}
header .mod_changelanguage.open-menu li:not(.active) {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .mod_changelanguage li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 0.5rem;
  margin: 0;
  background-color: #ffffff;
  color: #17285E;
  cursor: pointer;
}
header .mod_changelanguage li.active:after {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 12px;
  height: 8px;
  background-image: url(../../bundles/bansbach/icons/caret-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
header .mod_changelanguage li:not(.active) {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-14px);
  transition: all 0.3s ease;
}
@media (max-width: 1180px) {
  header {
    position: fixed;
    padding-block: 1rem;
    transition: all 0.6s ease-in-out;
    overflow: hidden;
  }
  header .inside {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  header .logo {
    width: 47px;
  }
  header .menu-top {
    position: relative;
  }
  header .menu-btn {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
  }
  header .menu-btn button {
    display: flex;
    flex-direction: column;
    width: 25px;
    height: 20px;
    justify-content: space-between;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1001;
  }
  header .menu-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #17285E;
    transition: transform 0.4s ease-in-out;
    position: absolute;
    top: 50%;
  }
  header .menu-btn span:first-child {
    transform: translateY(calc(-50% - 8px));
  }
  header .menu-btn span:nth-child(2) {
    transform: translateY(-50%);
  }
  header .menu-btn span:last-child {
    transform: translateY(calc(-50% + 8px));
  }
  header .nav-wrapper {
    max-height: 0;
    padding-bottom: 0;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 1;
  }
  header ul {
    padding-top: 3rem;
  }
  header .mod_changelanguage ul {
    padding-top: 2rem;
  }
  header .mod_changelanguage li {
    margin-left: -0.5rem;
  }
  header li {
    margin-bottom: 2rem;
  }
  header.active .nav-wrapper {
    max-height: 600px;
  }
  header.active .menu-btn span:first-child {
    transform: translateY(-50%) rotate(-45deg);
  }
  header.active .menu-btn span:nth-child(2) {
    transform: translateY(-50%) scaleX(0);
  }
  header.active .menu-btn span:last-child {
    transform: translateY(-50%) rotate(45deg);
  }
}
@media (min-width: 1181px) {
  header {
    display: flex;
    transition: all 0.4s ease-in-out;
    padding-block: 1.125rem;
  }
  header .inside {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .menu-top {
    flex-shrink: 0;
  }
  header .nav-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
  }
  header #mainNav {
    margin-left: auto;
  }
  header ul {
    display: flex;
    align-items: center;
    gap: clamp(1.125rem, -0.2843rem + 4.5098vw, 4rem);
  }
  header .menu-btn {
    display: none;
  }
  header li {
    margin-bottom: 0;
  }
  header .contact-btn {
    margin-right: 0.625rem;
  }
  header .contact-btn .btn {
    padding: 12px 8px;
  }
}
@media (min-width: 1360px) {
  header .contact-btn {
    margin-right: clamp(1.125rem, -1.9849rem + 4.2169vw, 2rem);
  }
  header .contact-btn .btn {
    padding: 14px 20px 12px 20px;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%22%2C%22sources%22%3A%5B%22file%3A%5C%2F%5C%2F%5C%2Fvar%5C%2Fwww%5C%2Fvhosts%5C%2Fbansbach-akademie.abnahme-server.de%5C%2Fhttpdocs%5C%2Fpublic%5C%2Fbundles%5C%2Fbansbach%5C%2Fcss%5C%2Ffrontend%5C%2Fheader.scss%22%2C%22file%3A%5C%2F%5C%2F%5C%2Fvar%5C%2Fwww%5C%2Fvhosts%5C%2Fbansbach-akademie.abnahme-server.de%5C%2Fhttpdocs%5C%2Fpublic%5C%2Fbundles%5C%2Fbansbach%5C%2Fcss%5C%2Fincludes%5C%2F_variables.scss%22%2C%22file%3A%5C%2F%5C%2F%5C%2Fvar%5C%2Fwww%5C%2Fvhosts%5C%2Fbansbach-akademie.abnahme-server.de%5C%2Fhttpdocs%5C%2Fpublic%5C%2Fbundles%5C%2Fbansbach%5C%2Fcss%5C%2Fincludes%5C%2F_mixins.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAEA%3BEACI%3BEACA%3BEACA%3BEACA%2CkBCIgB%3BEDHhB%3B%3BAAEA%3BEEaA%3BEACA%3BEACA%3B%3BAFXI%3BEAJJ%3BIAKQ%3B%3B%3BAAIR%3BEACI%3BEACA%3BEACA%3B%3BAAIA%3BEACI%3BEACA%3BEACA%2COC1BD%3BED2BC%3B%3BAAEA%3BEACI%3BEACA%3BEACA%3B%3BAAGR%3BEACI%3BEACA%3B%3BAAIR%3BEACI%3B%3BAAGI%3BEACI%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3BAAIR%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CkBChDD%3BEDiDC%2COChED%3BEDiEC%3B%3BAAEA%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAKZ%3BEA5FJ%3BIA6FQ%3BIACA%3BIACA%3BIACA%3B%3BEAEA%3BIACI%3BIACA%3BIACA%3B%3BEAEJ%3BIACI%3B%3BEAEJ%3BIACI%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3BIACA%3B%3BEAEA%3BIACI%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3BIACA%2CkBCrIL%3BIDsIK%3BIACA%3BIACA%3B%3BEAEA%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAKZ%3BIACI%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3B%3BEAIA%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAIR%3BIACI%3B%3BEAIA%3BIACI%3B%3BEAKI%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3B%3BAAOpB%3BEAzMJ%3BIA0MQ%3BIACA%3BIACA%3B%3BEAMA%3BIACI%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAEA%3BIACI%3B%3B%3BAAKZ%3BEACI%3BIACI%3B%3BEAEA%3BIACI%22%7D */