/*
Theme Name: Grundschule Bildechingen
Author: ChatGPT
Version: 8.6.15-clean-transparent-header
Description: Bereinigte CSS-Version ohne doppelte Header-Regeln, mit transparentem Header.
*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700;800;900&display=swap");



* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

body,
button,
input,
select,
textarea {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif !important;
}

.logo,
h1,h2,h3,h4,h5,h6,
.main-nav a,
.menu-toggle {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif !important;
}

.hero-slide {
  top: 0 !important;
  bottom: 0 !important;
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transform: scale(1.05);
  animation: heroSlider 18s infinite;
}

.hero-slide:nth-child(1) {
  background-image: url("http://grundschule.local/wp-content/uploads/2026/05/Schule_Grundschule_Bildechingen_Horb_am_Neckar-T6RPnD.36d0f1ad.webp");
  animation-delay: 0s;
}

.hero-slide:nth-child(2) {
  background-image: url("http://grundschule.local/wp-content/uploads/2026/05/Schule_Grundschule_Bildechingen_Horb_am_Neckar-ebrUrf.e3021f00.webp");
  animation-delay: 6s;
}

.hero-slide:nth-child(3) {
  background-image: url("http://grundschule.local/wp-content/uploads/2026/05/Schule_Grundschule_Bildechingen_Horb_am_Neckar-z732ty.aef42c0b.webp");
  animation-delay: 12s;
}

.kicker {
  display: inline-flex;
  background: var(--yellow);
  color: #111827;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 900;
  margin-bottom: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  color: #111;
  border-radius: 999px;
  padding: 15px 24px;
  font-weight: 900;
}

.btn.alt {
  background: rgba(255,255,255,.16);
  color: white;
  border: 1px solid rgba(255,255,255,.65);
  backdrop-filter: blur(8px);
}

.quicklink:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(15,23,42,.2);
}

.quicklink span {
  display: block;
  color: var(--muted);
  line-height: 1.4;
}

.section-title p {
  color: var(--muted);
  max-width: 520px;
  margin: 0;
  line-height: 1.6;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 24px;
}

.card {
  background: white;
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 16px 42px rgba(15,23,42,.08);
}

.card h3 {
  margin-top: 0;
  font-size: 28px;
}

.card p {
  color: #334155;
  line-height: 1.7;
}

.info-list {
  display: grid;
  gap: 14px;
}

.info-item {
  padding: 16px 18px;
  background: #f8fafc;
  border-left: 6px solid var(--blue);
  border-radius: 16px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.news-card {
  background: white;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(15,23,42,.08);
  border-top: 7px solid var(--yellow);
  display: flex;
  flex-direction: column;
}

.news-card-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #dbeafe;
  object-fit: cover;
}

.news-card-body {
  padding: 28px;
}

.news-card small {
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.news-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.news-card p {
  color: #475569;
  line-height: 1.6;
}

.news-link {
  margin-top: auto;
  display: inline-block;
  font-weight: 900;
  color: var(--blue);
}

.empty-news {
  background: white;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 16px 38px rgba(15,23,42,.08);
}

.events-list {
  display: grid;
  gap: 16px;
}

.event-item {
  background: white;
  border-radius: 24px;
  padding: 22px;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 22px;
  align-items: center;
  box-shadow: 0 16px 38px rgba(15,23,42,.08);
}

.event-date {
  background: var(--blue);
  color: white;
  border-radius: 20px;
  min-height: 88px;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 900;
}

.event-date span {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.event-date small {
  display: block;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.event-content h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.event-content p {
  margin: 0;
  color: #475569;
  line-height: 1.6;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.footer-grid h3 {
  margin-top: 0;
}

.footer-grid p, .footer-grid a {
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}

.single-main {
  max-width: 860px;
  margin: 150px auto 80px;
  padding: 0 22px;
}

.single-article {
  background: white;
  border-radius: 30px;
  padding: 42px;
  box-shadow: 0 16px 42px rgba(15,23,42,.08);
}

.single-article h1 {
  font-size: clamp(34px, 5vw, 58px);
  margin-top: 0;
}

.single-article img {
  max-width: 100%;
  border-radius: 24px;
}

.download-content embed,
.download-content iframe,
.download-content object {
  max-width: 100%;
  border-radius: 12px;
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.download-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: var(--blue, #f7e6ca);
  color: white;
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 20px;
}

.download-card small {
  color: var(--blue, #f7e6ca);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.download-card h3 {
  font-size: 24px;
  margin: 12px 0;
}

.download-card p {
  color: #475569;
  line-height: 1.6;
  margin-bottom: 22px;
}

.download-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

.download-content {
  margin-top: 18px;
  color: #334155;
  line-height: 1.7;
}

.download-content .wp-block-file {
  margin: 16px 0 0;
  padding: 16px;
  background: #f8fafc;
  border-radius: 16px;
}

.download-content .wp-block-file__button {
  display: inline-block;
  background: var(--blue, #f7e6ca);
  color: #fff !important;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
  text-decoration: none;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.team-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: var(--blue, #f7e6ca);
  color: white;
  display: grid;
  place-items: center;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 20px;
}

.team-photo {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

.team-card small {
  color: var(--blue, #f7e6ca);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.team-card h3 {
  font-size: 24px;
  margin: 12px 0;
}

.team-card p {
  color: #475569;
  line-height: 1.6;
}

.team-card-content {
  color: #475569;
  line-height: 1.65;
  margin-top: 14px;
}

.team-card-content p {
  margin: 0 0 10px;
}

.team-card-content strong {
  color: #111827;
}

.team-contact {
  font-size: 15px;
  margin-top: 18px;
  display: grid;
  gap: 8px;
}

.team-contact span,
.team-contact a {
  display: block;
}

.team-contact a {
  color: var(--blue, #f7e6ca);
  font-weight: 800;
  word-break: break-word;
}

.hero-slide:nth-child(4) {
  animation-delay: 18s;
}

.hero-slide:nth-child(5) {
  animation-delay: 24s;
}

.hero:has(.hero-slide:nth-child(4)) .hero-slide {
  animation-duration: 30s;
}

.hero:has(.hero-slide:nth-child(5)) .hero-slide {
  animation-duration: 36s;
}

.hero-school-logo img {
  max-height: 120px !important;
  width: auto;
  display: block;
  filter: drop-shadow(0 12px 28px rgba(0,0,0,.35));
}

.hero-slide-mobile {
  display: none;
}

.hero-title-mobile {
  display: none;
}

.hero-school-logo {
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-bottom: 28px !important;
  box-shadow: none !important;
  width: fit-content;
  display: none !important;
}

.team-icon,
.news-icon,
.event-icon,
.card-icon,
.info-icon {
  display: none !important;
}

.news-card,
.event-card,
.card {
  padding-top: 24px !important;
}

.quicklink .icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--blue);
  color: white;
  place-items: center;
  font-weight: 900;
  margin-bottom: 18px;
  display: none !important;
}

.quicklink strong {
  display: block;
  font-size: 19px;
  margin-bottom: 8px;
  margin-top: 12px !important;
}

.quicklink::before,
.news-card,
.download-card,
.team-card,
.card,
.event-item,
.empty-news {
  border-top-color: var(--accent-blue, #f7e6ca) !important;
}

.card,
.event-item,
.empty-news {
  border-top: 7px solid var(--accent-blue, #f7e6ca);
}

.download-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 16px 38px rgba(15,23,42,.08);
  border-top: 7px solid var(--blue, #f7e6ca);
  display: flex;
  flex-direction: column;
  min-height: 260px;
  border-top-color: var(--accent-blue, #f7e6ca) !important;
}

.team-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 16px 38px rgba(15,23,42,.08);
  border-top: 7px solid var(--yellow, #f7b500);
  min-height: 280px;
  padding-top: 26px !important;
  border-top-color: var(--accent-blue, #f7e6ca) !important;
}

.intro-grid-single {
  grid-template-columns: 1fr !important;
}

.intro-grid-single .card {
  max-width: none;
}

.hero-actions .btn:hover,
.btn:hover {
  background: var(--accent-blue-dark, #f7e6ca) !important;
  border-color: var(--accent-blue-dark, #f7e6ca) !important;
}

.site-footer {
  position: relative;
  background: var(--footer-light, #EAF4F7) !important;
  color: var(--footer-text, #1F2A44) !important;
  padding: 150px 6vw 34px !important;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  top: 0;
  height: 150px;
  background: linear-gradient(174deg, var(--footer-mid, #D7E8EE) 0 48%, transparent 49%),
    linear-gradient(187deg, rgba(143,191,210,.35) 0 46%, transparent 47%);
  pointer-events: none;
}

.site-footer::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  top: 78px;
  height: 90px;
  background: rgba(255,255,255,.35);
  transform: skewY(-4deg);
  pointer-events: none;
}

.site-footer .footer-grid,
.site-footer .footer-bottom {
  position: relative;
  z-index: 2;
}

.site-footer h3 {
  color: var(--footer-text, #1F2A44) !important;
}

.site-footer p,
.site-footer a {
  color: rgba(31,42,68,.82) !important;
}

.footer-bottom {
  max-width: 1220px;
  margin: 34px auto 0;
  padding-top: 22px;
  font-size: 14px;
  border-top: 1px solid rgba(31,42,68,.18) !important;
  color: rgba(31,42,68,.68) !important;
}

.footer-grid {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 34px;
  align-items: start;
}

.footer-grid a {
  display: inline-block;
  margin: 4px 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.info-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.info-card-link:hover .card {
  transform: translateY(-4px);
  box-shadow: 0 22px 45px rgba(15,23,42,.12);
}

.info-card-link .card {
  transition: transform .2s ease, box-shadow .2s ease;
}

.info-card-link .btn,
.info-card-link a.btn,
.two-col .card .btn {
  display: none !important;
}

.menu-toggle,
.mobile-menu-toggle,
.nav-toggle,
.hamburger,
.hamburger-button {
  background: var(--accent-blue) !important;
  border-color: var(--accent-blue) !important;
}

.menu-toggle:hover,
.mobile-menu-toggle:hover,
.nav-toggle:hover {
  background: #f7e6ca !important;
}

.mobile-nav a:hover,
.mobile-nav .current-menu-item > a,
.mobile-menu a:hover {
  color: var(--accent-blue) !important;
  border-color: var(--accent-blue) !important;
}

[class*="menu"] .active,
[class*="mobile"] .active {
  background: var(--accent-blue) !important;
  color: #102033 !important;
}

.main-nav a,
.main-nav .nav-link {
  position: relative;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  pointer-events: auto !important;
}

.main-nav a::after,
.main-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 4px;
  border-radius: 999px;
  background: var(--accent-blue, #f7e6ca);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}

.main-nav a:hover::after,
.main-nav a:focus::after,
.main-nav .nav-link:hover::after,
.main-nav .nav-link:focus::after {
  transform: scaleX(1);
}

#aktuelles,
#termine,
#betreuung,
#krankmeldung,
#downloads,
#team,
#kontakt {
  scroll-margin-top: 115px;
}

.main-nav a:hover {
  border-color: transparent !important;
}

.main-nav,
.main-nav a,
.mobile-panel,
.mobile-panel a {
  pointer-events: auto !important;
}

#aktuelles,
#termine,
#betreuung,
#betreuung-anchor,
#betreuung-krankmeldung,
#downloads,
#team,
#kontakt {
  scroll-margin-top: 125px;
}

.main-nav a:hover,
.main-nav a:focus {
  color: #fff !important;
  border-color: transparent !important;
}

#aktuelles,
#termine,
#betreuung,
#betreuung-top,
#betreuung-krankmeldung,
#downloads,
#team,
#kontakt {
  scroll-margin-top: 120px;
}

html {
  scroll-behavior: smooth;
}

.main-nav a {
  position: relative !important;
  display: inline-block;
  font-weight: 800;
  padding: 12px 0;
  border-bottom: 0 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

.main-nav a::after {
  display: block;
  margin-top: 8px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 4px;
  border-radius: 999px;
  background: var(--accent-blue, #f7e6ca);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}

.main-nav a:hover::after,
.main-nav a:focus::after {
  transform: scaleX(1);
}

.main-nav {
  gap: 28px;
  align-items: center;
  display: none !important;
}

.quicklink::before,
.card,
.news-card,
.download-card,
.team-card,
.event-item,
.empty-news {
  border-top-color: #f7e6ca !important;
}

.quicklink::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 7px;
  border-radius: 24px 24px 0 0;
  background: #f7e6ca !important;
}

.hero-actions .btn,
.btn {
  border: 2px solid var(--accent-blue, #f7e6ca) !important;
  background: #f7e6ca !important;
  border-color: #f7e6ca !important;
  color: #102033 !important;
}

.hero-actions .btn.alt {
  background: rgba(255,255,255,.14) !important;
  color: #fff !important;
  border: 2px solid rgba(143,191,210,.9) !important;
  backdrop-filter: blur(8px);
  border-color: #f7e6ca !important;
}

#aktuelles,
#termine,
#betreuung,
#downloads,
#team,
#kontakt {
  scroll-margin-top: 120px;
}

#aktuelles,#termine,#betreuung,#krankmeldung,#downloads,#team,#kontakt {
  scroll-margin-top: 120px;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: #f7e6ca;
  color: #102033;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 18px 42px rgba(15,23,42,.22);
  z-index: 1200;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease;
}

.back-to-top:hover,
.back-to-top:focus {
  box-shadow: 0 22px 50px rgba(15,23,42,.28);
}

.mobile-panel {
  position: fixed !important;
  top: 86px !important;
  right: 24px !important;
  width: min(360px, calc(100vw - 36px)) !important;
  left: auto !important;
  display: grid !important;
  gap: 10px;
  background: rgba(255,255,255,.97) !important;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 24px 60px rgba(15,23,42,.22);
  transform: translateY(-16px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
  z-index: 10001;
}

.mobile-panel a:hover,
.mobile-panel a:focus {
  background: rgba(247,230,202,.55) !important;
}

.construction-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 34px;
  background: #c1121f;
  color: #fff;
  z-index: 10050;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-weight: 900;
  letter-spacing: .02em;
  box-shadow: 0 8px 18px rgba(15,23,42,.16);
}

.construction-banner-track {
  display: flex;
  width: max-content;
  gap: 64px;
  white-space: nowrap;
  animation: gshConstructionMarquee 22s linear infinite;
}

.construction-banner-track span {
  display: inline-flex;
  align-items: center;
  padding-left: 64px;
  text-transform: uppercase;
}

body.has-construction-banner .site-header {
  top: 34px !important;
}

body.has-construction-banner .mobile-panel {
  top: 120px !important;
}

.quicklink .kachel-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 0 14px 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #102033 !important;
  font-size: 0 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.quicklink .kachel-icon svg {
  width: 31px !important;
  height: 31px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  display: block !important;
}

.quicklink .kachel-icon svg.icon-red {
  color: #c1121f !important;
  stroke-width: 2.2 !important;
}

.quicklink .little-bird-icon {
  width: 82px !important;
  height: 42px !important;
}

.quicklink .little-bird-real-logo {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 82px !important;
  max-height: 42px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.quicklink .little-bird-fallback {
  display: block;
  font-size: 13px;
  font-weight: 900;
  line-height: .85;
  color: #139bd7;
  letter-spacing: -.04em;
}

.quicklink .little-bird-fallback b {
  color: #62b947;
}

.hero-content,
.hero-text,
.hero-inner {
  transform: translateY(-140px) !important;
}

.section-title.aktuelles-title {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: end !important;
  gap: 48px !important;
  text-align: left !important;
}

.section-title.aktuelles-title h2 {
  grid-column: 1 !important;
  text-align: left !important;
  justify-self: start !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.section-title.aktuelles-title p {
  grid-column: 2 !important;
  text-align: left !important;
  justify-self: end !important;
  max-width: 620px !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

.section-heading-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #102033 !important;
  font-size: 0 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  visibility: visible !important;
  flex: 0 0 auto;
}

.section-heading-icon svg {
  width: 32px !important;
  height: 32px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  display: block !important;
}

.section-heading-icon svg.icon-red {
  color: #c1121f !important;
  stroke-width: 2.2 !important;
}

.heading-with-icon-small {
  gap: 10px;
}

.heading-with-icon-small .section-heading-icon {
  width: 34px !important;
  height: 34px !important;
}

.heading-with-icon-small .section-heading-icon svg {
  width: 28px !important;
  height: 28px !important;
}

.heading-with-icon-footer {
  gap: 10px;
}

.heading-with-icon-footer .section-heading-icon {
  color: inherit !important;
  width: 30px !important;
  height: 30px !important;
}

.heading-with-icon-footer .section-heading-icon svg {
  width: 24px !important;
  height: 24px !important;
}

.cmplz-cookiebanner.cmplz-dismissed,
.cmplz-cookiebanner.cmplz-dismissed + .cmplz-revoke,
.cmplz-cookiebanner.cmplz-dismissed ~ .cmplz-revoke,
.cmplz-revoke.cmplz-hidden,
.cmplz-show-banner.cmplz-hidden {
  display: none !important;
}

body.cmplz-marketing-accepted .cmplz-revoke,
body.cmplz-statistics-accepted .cmplz-revoke,
body.cmplz-functional-accepted .cmplz-revoke,
body.cmplz-marketing-accepted .cmplz-show-banner,
body.cmplz-statistics-accepted .cmplz-show-banner,
body.cmplz-functional-accepted .cmplz-show-banner {
  display: none !important;
}

.mobile-panel .menu-svg-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #102033 !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

.mobile-panel .menu-svg-icon svg {
  width: 25px !important;
  height: 25px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  display: block !important;
}

.mobile-panel .menu-svg-icon svg.icon-red {
  color: #c1121f !important;
  stroke-width: 2.2 !important;
}

.mobile-panel .menu-svg-icon.little-bird-icon {
  width: 54px !important;
  flex-basis: 54px !important;
  justify-content: flex-start !important;
}

.mobile-panel .little-bird-real-logo {
  display: block !important;
  max-width: 54px !important;
  max-height: 30px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.hero-content,.hero-text,.hero-inner {
  transform: translateY(-170px) !important;
}

.quicklinks {
  position: relative;
  z-index: 5;
  max-width: 1220px;
  margin: -52px auto 76px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  row-gap: 18px;
  margin-top: -240px !important;
}

.legal-page {
  background: #fffaf3;
  min-height: 60vh;
}

.legal-page .section {
  padding-top: 150px;
}

.legal-title h1 {
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  margin: 0;
}

.legal-content {
  background: #fff;
  border-radius: 28px;
  border-top: 7px solid #f7e6ca;
  box-shadow: 0 18px 50px rgba(15,23,42,.08);
  padding: clamp(24px, 4vw, 52px);
  max-width: 1040px;
  line-height: 1.75;
  color: #102033;
}

.legal-content h2,
.legal-content h3 {
  margin-top: 1.6em;
}

.footer-legal {
  border-top: 1px solid rgba(255,255,255,.18);
  margin-top: 28px;
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.footer-legal a {
  color: inherit;
  text-decoration: none;
  font-weight: 800;
  opacity: .9;
}

.footer-legal a:hover,
.footer-legal a:focus {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body:not(.home) .site-title,
body:not(.home) .custom-logo-title,
body:not(.home) .hero-title,
body:not(.home) .site-branding h1,
body:not(.home) .site-branding a {
  color: #0b1736 !important;
}

body:not(.home) .site-header,
body:not(.front-page) .site-header,
body:not(.home) .site-header .logo,
body:not(.front-page) .site-header .logo,
body:not(.home) .site-header .logo span,
body:not(.front-page) .site-header .logo span,
body:not(.home) .site-header .logo small,
body:not(.front-page) .site-header .logo small,
body.blog .site-header,
body.archive .site-header,
body.single .site-header,
body.page .site-header {
  color: #0b1736 !important;
}

body:not(.home) .site-header .menu-toggle span,
body:not(.front-page) .site-header .menu-toggle span,
body.blog .site-header .menu-toggle span,
body.archive .site-header .menu-toggle span,
body.single .site-header .menu-toggle span,
body.page .site-header .menu-toggle span {
  background: #0b1736 !important;
}

.home .site-title,
.home .site-branding,
.home .site-branding a {
  color: #ffffff !important;
}

.page .site-title,
.single .site-title,
.archive .site-title,
.blog .site-title,
.page .site-branding,
.single .site-branding,
.archive .site-branding,
.blog .site-branding,
.page .site-branding a,
.single .site-branding a,
.archive .site-branding a,
.blog .site-branding a {
  color: #0b1736 !important;
}

body.home .site-header,
body.home .site-header *,
body.home .site-title,
body.home .site-title *,
body.home .site-branding,
body.home .site-branding *,
body.home .logo,
body.home .logo *,
body.front-page .site-header,
body.front-page .site-header *,
body.front-page .site-title,
body.front-page .site-title *,
body.front-page .site-branding,
body.front-page .site-branding *,
body.front-page .logo,
body.front-page .logo * {
  color: #ffffff !important;
}

body.home .menu-toggle,
body.home .menu-toggle *,
body.front-page .menu-toggle,
body.front-page .menu-toggle * {
  color: #0b1736 !important;
}

.site-header.site-header-home,
.site-header.site-header-home .logo,
.site-header.site-header-home .logo span,
.site-header.site-header-home .logo small {
  color: #0b1736 !important;
}

.site-header.site-header-subpage,
.site-header.site-header-subpage .logo,
.site-header.site-header-subpage .logo span,
.site-header.site-header-subpage .logo small {
  color: #0b1736 !important;
}

.site-header .menu-toggle,
.site-header .menu-toggle * {
  color: #0b1736 !important;
}

.menu-icon-cross {
  color: #c62828 !important;
  font-weight: 700;
  line-height: 1;
}

.quicklink {
  background: white;
  border-radius: 24px;
  padding: 24px 20px;
  min-height: 150px;
  box-shadow: 0 22px 50px rgba(15,23,42,.14);
  transition: transform .2s ease, box-shadow .2s ease;
  justify-content: center;
  position: relative;
  border-top: 0 !important;
  overflow: hidden;
}

.quicklink .kachel-icon.kachel-icon-3d.littlebird-3d,
.quicklink .kachel-icon.kachel-icon-3d.littlebird-3d img {
  width: 110px !important;
}

.heading-with-icon {
  display: inline-flex;
  gap: 14px;
  align-items: center !important;
}

.heading-with-icon-small .section-heading-icon.section-heading-icon-3d {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  margin-right: 10px !important;
}

.mobile-panel a {
  color: #102033 !important;
  text-decoration: none !important;
  font-weight: 900;
  font-size: 20px;
  padding: 13px 14px;
  border-radius: 14px;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.mobile-panel .menu-label {
  display: inline-block !important;
}

#downloads .download-grid,
#downloads .download-card {
  display: none !important;
}

#downloads .downloads-termine-card {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 34px 38px !important;
}

#downloads .downloads-termine-list {
  display: grid !important;
  gap: 22px !important;
  width: 100% !important;
}

#downloads .downloads-termine-item {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
  width: 100% !important;
}

#downloads .downloads-termine-item + .downloads-termine-item {
  padding-top: 22px !important;
  border-top: 1px solid rgba(15,23,42,.08) !important;
}

#downloads .downloads-termine-text {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

#downloads .downloads-termine-text small {
  display: block !important;
  margin-bottom: 8px !important;
  color: #e7d7b8 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: .06em !important;
}

#downloads .downloads-termine-text h3 {
  margin: 0 0 8px !important;
}

#downloads .downloads-termine-text p {
  margin: 0 !important;
  max-width: 820px !important;
}

#downloads .downloads-termine-item .btn {
  flex: 0 0 auto !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

#aktuelles,
#termine,
#betreuung,
#krankmeldung,
#downloads,
#kontakt,
#team {
  scroll-margin-top: 96px;
}

.mobile-panel:not(.open) {
  visibility: hidden !important;
  transform: none !important;
}

.mobile-panel.open {
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

.back-to-top:not(.visible) {
  visibility: hidden !important;
  transform: none !important;
}

.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible !important;
}

.kachel-icon-3d img,
.section-heading-icon-3d img,
.menu-icon-3d img {
  display: block;
  object-fit: contain;
}

.quicklink .kachel-icon.kachel-icon-3d {
  margin: -8px 0 8px 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background: transparent !important;
  box-shadow: none !important;
  width: 52px;
  height: 52px;
}

.quicklink .kachel-icon.kachel-icon-3d img {
  width: 86px !important;
  height: 78px !important;
  object-fit: contain !important;
  object-position: left center !important;
  display: block !important;
  filter: drop-shadow(0 8px 12px rgba(15,23,42,.16));
  max-width: 100%;
  max-height: 100%;
}

.quicklink .kachel-icon.kachel-icon-3d.icon-rokt,
.quicklink .kachel-icon.kachel-icon-3d.icon-hector,
.quicklink .kachel-icon.kachel-icon-3d.icon-biss-transfer {
  width: 72px;
  height: 52px;
}

.quicklink .kachel-icon.kachel-icon-3d.icon-rokt img,
.quicklink .kachel-icon.kachel-icon-3d.icon-hector img,
.quicklink .kachel-icon.kachel-icon-3d.icon-biss-transfer img {
  max-width: 86px;
  width: 86px;
  height: auto;
}

.section-heading-icon.section-heading-icon-3d {
  min-width: 76px !important;
  margin-right: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}

.section-heading-icon.section-heading-icon-3d.icon-rokt,
.section-heading-icon.section-heading-icon-3d.icon-hector,
.section-heading-icon.section-heading-icon-3d.icon-biss-transfer {
  width: 84px;
  flex-basis: 84px;
}

.section-heading-icon.section-heading-icon-3d img {
  object-fit: contain !important;
  display: block !important;
  filter: drop-shadow(0 7px 10px rgba(15,23,42,.14));
  width: 100%;
  height: 100%;
}

.section-heading-icon.section-heading-icon-3d.icon-rokt img,
.section-heading-icon.section-heading-icon-3d.icon-hector img,
.section-heading-icon.section-heading-icon-3d.icon-biss-transfer img {
  width: 84px;
  height: auto;
}

.mobile-panel .menu-svg-icon.menu-icon-3d {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 4px !important;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}

.mobile-panel .menu-svg-icon.menu-icon-3d.icon-rokt,
.mobile-panel .menu-svg-icon.menu-icon-3d.icon-hector,
.mobile-panel .menu-svg-icon.menu-icon-3d.icon-biss-transfer {
  width: 48px;
  flex-basis: 48px;
}

.mobile-panel .menu-svg-icon.menu-icon-3d img {
  width: 38px !important;
  height: 38px !important;
  object-fit: contain !important;
  display: block !important;
  filter: drop-shadow(0 4px 7px rgba(15,23,42,.13));
  max-width: 100%;
  max-height: 100%;
}

.mobile-panel .menu-svg-icon.menu-icon-3d.icon-rokt img,
.mobile-panel .menu-svg-icon.menu-icon-3d.icon-hector img,
.mobile-panel .menu-svg-icon.menu-icon-3d.icon-biss-transfer img {
  width: 48px;
  height: auto;
}

.gsh-area-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: start;
}

.gsh-area-content-left,
.gsh-area-content-right {
  min-width: 0;
}

section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink,
.quicklinks > a.quicklink {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink .kachel-icon,
section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink .kachel-icon.kachel-icon-3d,
.quicklinks > a.quicklink .kachel-icon,
.quicklinks > a.quicklink .kachel-icon.kachel-icon-3d {
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: center !important;
  align-items: center !important;
}

section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink .kachel-icon img,
section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink .kachel-icon.kachel-icon-3d img,
.quicklinks > a.quicklink .kachel-icon img,
.quicklinks > a.quicklink .kachel-icon.kachel-icon-3d img {
  object-position: center center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink strong,
.quicklinks > a.quicklink strong {
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink span,
.quicklinks > a.quicklink span {
  display: none !important;
}

body {
  margin: 0;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  background: radial-gradient(circle at 18% 0%, rgba(247,230,202,.55), transparent 32%),
    linear-gradient(180deg, #eef7f8 0%, #f6f8fb 46%, #eef4f6 100%) !important;
  color: var(--school-navy) !important;
}

h1, h2, h3, h4, h5, h6,
.logo,
.quicklink strong,
.menu-toggle,
.btn {
  font-family: var(--font-heading) !important;
}

body.scrolled .site-header {
  padding: 14px 6vw;
  background: rgba(255,255,255,.78) !important;
  color: var(--school-navy) !important;
  box-shadow: 0 12px 35px rgba(7,23,51,.09) !important;
  backdrop-filter: blur(20px) saturate(1.12) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.12) !important;
  padding-top: 14px !important;
  padding-bottom: 18px !important;
}

.logo {
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 900;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  color: var(--school-navy) !important;
  letter-spacing: -.04em !important;
}

.logo small {
  display: block;
  font-size: 13px;
  font-weight: 700;
  opacity: .85;
  margin-top: 4px;
  color: rgba(7,23,51,.76) !important;
  letter-spacing: .01em !important;
}

.header-school-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  padding: 5px;
  margin-right: 12px;
  vertical-align: middle;
  background: rgba(255,255,255,.72) !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(7,23,51,.08) !important;
}

.menu-toggle {
  padding: 11px 17px;
  font-weight: 900;
  cursor: pointer;
  z-index: 10002;
  position: relative;
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  width: 58px !important;
  height: 58px !important;
  border-radius: 18px !important;
  background: rgba(247,230,202,.82) !important;
  box-shadow: 0 16px 38px rgba(7,23,51,.12) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  border: 0 !important;
  color: var(--school-navy) !important;
}

.menu-toggle span {
  display: block;
  width: 25px !important;
  height: 3px !important;
  background: var(--school-navy) !important;
  border-radius: 999px !important;
}

.hero p {
  max-width: 720px;
  margin: 0 0 32px;
  font-size: clamp(18px, 2.2vw, 25px);
  line-height: 1.5;
  font-family: var(--font-body) !important;
  font-weight: 500 !important;
  text-shadow: 0 10px 28px rgba(0,0,0,.25) !important;
}

.quicklinks > a.quicklink::before,
section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink::before {
  display: none !important;
  content: none !important;
}

.section {
  max-width: 1220px;
  margin: 0 auto 80px;
  padding: 0 22px;
  position: relative !important;
  z-index: 2 !important;
}

.section-title {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
  align-items: center !important;
}

.section-title h2 {
  font-size: clamp(32px, 5vw, 54px);
  margin: 0;
  font-family: var(--font-heading) !important;
  color: var(--school-navy) !important;
  font-weight: 900 !important;
  letter-spacing: -.055em !important;
}

.section-title p,
.card p,
.team-card p,
.news-card p,
.download-card p,
.empty-news p {
  color: rgba(7,23,51,.68) !important;
}

.card,
.news-card,
.team-card,
.download-card,
.event-item,
.empty-news,
.downloads-termine-card,
.gsh-area-content {
  background: rgba(255,255,255,.76) !important;
  background-image: linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.62)) !important;
  border: 0 !important;
  border-top: 0 !important;
  border-radius: 30px !important;
  box-shadow: 0 22px 58px rgba(7,23,51,.09) !important;
  backdrop-filter: blur(16px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.08) !important;
}

.card h3,
.news-card h3,
.team-card h3,
.download-card h3,
.empty-news h3 {
  font-family: var(--font-heading) !important;
  color: var(--school-navy) !important;
  font-weight: 850 !important;
  letter-spacing: -.035em !important;
}

.info-item,
.downloads-termine-item {
  background: rgba(255,255,255,.54) !important;
  border-left: 0 !important;
  border-radius: 20px !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.55) !important;
}

.btn,
.hero-actions .btn {
  border-radius: 999px !important;
  background: rgba(247,230,202,.86) !important;
  border: 0 !important;
  box-shadow: 0 12px 28px rgba(7,23,51,.10) !important;
}

html, body {
  font-family: var(--font-body) !important;
  background: linear-gradient(180deg, #eef7fa 0%, #f7fbfc 42%, #fffaf1 100%) !important;
}

.site-header::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -42px !important;
  height: 42px !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,0)) !important;
}

.site-header .logo,
.site-header .logo span,
.site-header .logo small,
.site-header.site-header-home .logo,
.site-header.site-header-home .logo span,
.site-header.site-header-home .logo small,
.site-header.site-header-subpage .logo,
.site-header.site-header-subpage .logo span,
.site-header.site-header-subpage .logo small {
  color: var(--school-navy) !important;
  text-shadow: 0 1px 12px rgba(255,255,255,.55) !important;
}

.site-header .logo {
  letter-spacing: -.055em !important;
  font-weight: 900 !important;
}

.site-header .logo small {
  letter-spacing: .01em !important;
  font-weight: 700 !important;
  opacity: .78 !important;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(5,12,28,.68), rgba(5,12,28,.32) 45%, rgba(5,12,28,.18)) !important;
}

.hero::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -1px !important;
  height: 150px !important;
  background: linear-gradient(180deg, rgba(238,246,248,0), rgba(238,246,248,.92) 78%, rgba(238,246,248,1)) !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

.hero .hero-inner,
.hero .hero-content {
  position: relative !important;
  z-index: 3 !important;
}

.hero h1 {
  margin: 0 0 22px;
  font-size: clamp(46px, 8vw, 96px);
  line-height: .94;
  text-shadow: 0 16px 42px rgba(0,0,0,.28) !important;
  font-family: var(--font-heading) !important;
  font-weight: 900 !important;
  letter-spacing: -.065em !important;
}

.quicklinks,
section.quicklinks[aria-label="Schnellzugriffe"] {
  position: relative !important;
  z-index: 9 !important;
  max-width: 1240px !important;
  margin: -118px auto 72px !important;
  padding: 0 22px !important;
  gap: 18px !important;
}

.quicklinks > a.quicklink,
section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink {
  background-image: linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,.10)) !important;
  border-top: 0 !important;
  background: linear-gradient(180deg, rgba(255,255,255,.24), rgba(255,255,255,.08)) !important;
  border: none !important;
  outline: none !important;
  box-shadow: 0 26px 70px rgba(7,23,51,.10) !important;
  border-radius: 28px !important;
  backdrop-filter: blur(18px) saturate(1.12) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.12) !important;
  min-height: 154px !important;
  padding: 24px 16px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  overflow: hidden !important;
}

.quicklinks > a.quicklink::before,
.quicklinks > a.quicklink::after,
section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink::before,
section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink::after {
  display: none !important;
  content: none !important;
}

.quicklinks > a.quicklink:hover,
section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink:hover {
  transform: translateY(-6px) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.32), rgba(255,255,255,.12)) !important;
  box-shadow: 0 32px 82px rgba(7,23,51,.14) !important;
}

.quicklinks > a.quicklink span,
section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink span {
  display: none !important;
}

.quicklinks > a.quicklink strong,
section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink strong {
  width: 100% !important;
  margin: 0 !important;
  color: var(--school-navy) !important;
  font-size: clamp(16px, 1.02vw, 20px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  letter-spacing: -.04em !important;
  text-align: center !important;
}

.quicklinks > a.quicklink .kachel-icon,
.quicklinks > a.quicklink .kachel-icon.kachel-icon-3d,
section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink .kachel-icon,
section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink .kachel-icon.kachel-icon-3d {
  width: 78px !important;
  height: 78px !important;
  margin: 0 auto 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.quicklinks > a.quicklink .kachel-icon img,
.quicklinks > a.quicklink .kachel-icon.kachel-icon-3d img,
section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink .kachel-icon img,
section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink .kachel-icon.kachel-icon-3d img {
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important;
  max-width: 78px !important;
  max-height: 78px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 12px 18px rgba(7,23,51,.22)) !important;
}

.section,
.site-main,
main {
  background: transparent !important;
}

.card,
.news-card,
.team-card,
.download-card,
.event-item,
.empty-news,
.downloads-termine-card,
.gsh-area-content,
.content-card,
.wp-block-group,
.entry-content > .wp-block-group {
  background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.62)) !important;
  border: none !important;
  box-shadow: 0 24px 70px rgba(7,23,51,.08) !important;
  border-radius: 30px !important;
  backdrop-filter: blur(14px) saturate(1.06) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.06) !important;
}

.card::before,
.news-card::before,
.team-card::before,
.download-card::before,
.event-item::before,
.empty-news::before {
  display: none !important;
  content: none !important;
}

body .site-header,
body.home .site-header,
body.front-page .site-header,
.site-header.site-header-home,
.site-header.site-header-subpage {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  color: var(--school-navy) !important;
  backdrop-filter: blur(16px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.08) !important;
  transition: padding .25s ease, background .25s ease, backdrop-filter .25s ease !important;
  min-height: 128px !important;
  padding: 18px clamp(24px, 5.5vw, 84px) 42px !important;
  align-items: center !important;
  background: linear-gradient(180deg,
    rgba(255,255,255,.88) 0%,
    rgba(255,255,255,.66) 50%,
    rgba(255,255,255,.28) 76%,
    rgba(255,255,255,0) 100%) !important;
  box-shadow: none !important;
  border: 0 !important;
  overflow: visible !important;
}

.site-header .logo,
.site-header.site-header-home .logo,
.site-header.site-header-subpage .logo {
  display: inline-flex !important;
  align-items: center !important;
  gap: clamp(18px, 2vw, 28px) !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  min-height: 0 !important;
  color: var(--school-navy) !important;
  text-decoration: none !important;
}

.site-header .header-school-logo,
.site-header.site-header-home .header-school-logo,
.site-header.site-header-subpage .header-school-logo {
  display: block !important;
  flex: 0 0 auto !important;
  width: auto !important;
  height: clamp(82px, 7.2vw, 112px) !important;
  max-width: clamp(165px, 17vw, 240px) !important;
  object-fit: contain !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 14px 24px rgba(7,23,51,.14)) !important;
}

body.scrolled .site-header .header-school-logo {
  height: clamp(64px, 5.6vw, 86px) !important;
  max-width: clamp(138px, 14vw, 200px) !important;
}

.site-header .logo > span,
.site-header.site-header-home .logo > span,
.site-header.site-header-subpage .logo > span {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 4px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-family: var(--font-heading) !important;
  font-size: clamp(34px, 3.8vw, 58px) !important;
  line-height: .96 !important;
  font-weight: 900 !important;
  letter-spacing: -.065em !important;
  color: var(--school-navy) !important;
  text-shadow: 0 8px 28px rgba(255,255,255,.72) !important;
  white-space: nowrap !important;
}

.site-header .logo small,
.site-header.site-header-home .logo small,
.site-header.site-header-subpage .logo small {
  display: block !important;
  font-family: var(--font-body) !important;
  font-size: clamp(14px, 1.15vw, 19px) !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  letter-spacing: .02em !important;
  color: rgba(11,23,54,.72) !important;
  opacity: 1 !important;
  margin: 0 !important;
  text-shadow: 0 5px 20px rgba(255,255,255,.65) !important;
  white-space: nowrap !important;
}

html,
body {
  font-family: var(--font-body) !important;
}

h1, h2, h3, h4, h5, h6,
.logo,
.site-header,
.quicklink strong,
.section-title h2,
.card h3,
.news-card h3,
.team-card h3,
.download-card h3 {
  font-family: var(--font-heading) !important;
}

body .site-header,
body.home .site-header,
body.front-page .site-header,
body.page .site-header,
body.single .site-header,
body.archive .site-header,
body.blog .site-header,
.site-header,
.site-header.site-header-home,
.site-header.site-header-subpage {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  min-height: var(--gsh-header-height) !important;
  padding: var(--gsh-header-padding-top) var(--gsh-header-padding-side) var(--gsh-header-padding-bottom) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  overflow: visible !important;
  color: var(--school-navy) !important;
  background: rgba(255,255,255,var(--gsh-header-white)) !important;
  backdrop-filter: blur(16px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.08) !important;
  box-shadow: 0 1px 0 rgba(7,23,51,.06) !important;
  border: 0 !important;
  transition: padding .22s ease, min-height .22s ease, background .22s ease !important;
}

.site-header::after,
.site-header.site-header-home::after,
.site-header.site-header-subpage::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: calc(var(--gsh-header-fade-height) * -1) !important;
  height: var(--gsh-header-fade-height) !important;
  pointer-events: none !important;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,var(--gsh-header-fade-white)) 0%,
    rgba(255,255,255,0) 100%
  ) !important;
}

.site-header .logo,
.site-header.site-header-home .logo,
.site-header.site-header-subpage .logo,
a.logo {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: var(--gsh-logo-gap) !important;
  width: auto !important;
  max-width: calc(100vw - 170px) !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
  line-height: 1 !important;
  color: var(--school-navy) !important;
}

.site-header .logo::before,
.site-header .logo::after,
.site-header .logo span::before,
.site-header .logo span::after {
  display: none !important;
  content: none !important;
}

img.header-school-logo,
.site-header img.header-school-logo,
.site-header .header-school-logo,
a.logo img.header-school-logo,
.logo .header-school-logo,
.site-header.site-header-home img.header-school-logo,
.site-header.site-header-subpage img.header-school-logo {
  height: var(--gsh-logo-height) !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  filter: drop-shadow(0 10px 22px rgba(7,23,51,.18)) !important;
}

.site-header .logo > span,
.site-header.site-header-home .logo > span,
.site-header.site-header-subpage .logo > span,
a.logo > span {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  font-family: var(--font-heading) !important;
  font-size: var(--gsh-school-title-size) !important;
  font-weight: 900 !important;
  line-height: .95 !important;
  letter-spacing: -.055em !important;
  color: var(--school-navy) !important;
  text-shadow: 0 1px 12px rgba(255,255,255,.55) !important;
}

.site-header .logo small,
.site-header.site-header-home .logo small,
.site-header.site-header-subpage .logo small,
a.logo small {
  display: block !important;
  margin-top: 8px !important;
  font-family: var(--font-body) !important;
  font-size: var(--gsh-school-subtitle-size) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: .01em !important;
  color: var(--school-navy) !important;
  opacity: .78 !important;
}

body.scrolled .site-header,
body.scrolled .site-header.site-header-home,
body.scrolled .site-header.site-header-subpage {
  box-shadow: none !important;
  padding: 12px clamp(24px, 5.5vw, 84px) 28px !important;
  min-height: 96px !important;
  padding-top: 10px !important;
  padding-bottom: 14px !important;
  background: rgba(255,255,255,.96) !important;
}

body.scrolled img.header-school-logo,
body.scrolled .site-header img.header-school-logo,
body.scrolled .site-header .header-school-logo,
body.scrolled a.logo img.header-school-logo {
  height: 92px !important;
}

.site-header .menu-toggle span {
  background: var(--school-navy) !important;
  color: var(--school-navy) !important;
}

.hero {
  position: relative;
  overflow: hidden;
  color: white;
  display: flex;
  align-items: flex-end;
  padding: 260px 6vw 96px !important;
  margin-top: -180px !important;
  min-height: 92vh !important;
  padding-bottom: 140px !important;
  margin-bottom: 0 !important;
  background-position: center center !important;
  padding-top: calc(var(--gsh-header-height) + 70px) !important;
}

.site-header,
.site-header.site-header-home,
.site-header.site-header-subpage {
  height: 180px !important;
  min-height: 180px !important;
  padding: 10px 48px 14px !important;
  overflow: visible !important;
}

a.logo,
.site-header .logo {
  position: relative !important;
  overflow: visible !important;
  max-width: none !important;
}

img.header-school-logo,
.site-header img.header-school-logo {
  height: 300px !important;
  width: auto !important;
  max-height: none !important;
  position: relative !important;
  z-index: 5 !important;
  transform: translateY(70px) !important;
}

body.home .hero-slide,
body.front-page .hero-slide {
  top: 0 !important;
  transform-origin: center top !important;
}

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto 0;
  justify-content: space-between;
  padding: 24px 6vw;
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
  pointer-events: auto !important;
  color: var(--school-navy) !important;
  box-shadow: none !important;
  padding-top: 20px !important;
  padding-bottom: 34px !important;
  border: 0 !important;
  display: flex;
  align-items: center;
  overflow: visible !important;
  background: rgba(255,255,255,.08) !important;
  backdrop-filter: blur(20px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
}

body.home .hero,
body.front-page .hero {
  margin-top: -180px !important;
  padding-top: 180px !important;
}

body.home main,
body.front-page main {
  margin-top: -180px !important;
}

.site-header .logo,
.site-header .menu-toggle {
  position: relative !important;
  z-index: 3 !important;
}

:root {
  --yellow: #f7b500;
  --text: #111827;
  --muted: #64748b;
  --bg: #f4f7fa;
  --footer-light: #EAF4F7;
  --footer-mid: #D7E8EE;
  --footer-text: #1F2A44;
  --accent-blue: #f7e6ca !important;
  --accent-blue-dark: #ead3ad !important;
  --blue: #f7e6ca !important;
  --blue-dark: #ead3ad !important;
  --school-soft-bg: #eef7f8;
  --glass-bg: rgba(255, 255, 255, .18);
  --glass-bg-strong: rgba(255, 255, 255, .78);
  --glass-shadow: 0 22px 55px rgba(7, 23, 51, .13);
  --school-cream: #f7e6ca;
  --soft-page-bg: #eef6f8;
  --font-heading: "Plus Jakarta Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --school-navy: #071733;
  --gsh-header-padding-top: 12px;
  --gsh-header-padding-bottom: 18px;
  --gsh-header-padding-side: 6vw;
  --gsh-logo-gap: 24px;
  --gsh-school-title-size: clamp(38px, 3.6vw, 58px);
  --gsh-school-subtitle-size: 18px;
  --gsh-header-height: 180px !important;
  --gsh-logo-height: 300px !important;
  --gsh-header-white: .06 !important;
  --gsh-header-fade-height: 70px !important;
  --gsh-header-fade-white: .08 !important;
}

body .site-header,
body.home .site-header,
body.front-page .site-header,
body.page .site-header,
body.single .site-header,
body.archive .site-header,
body.blog .site-header,
.site-header,
.site-header.site-header-home,
.site-header.site-header-subpage,
body.scrolled .site-header,
body.scrolled .site-header.site-header-home,
body.scrolled .site-header.site-header-subpage {
  height: 180px !important;
  min-height: 180px !important;
  padding: 10px 48px 14px !important;
  overflow: visible !important;
  background: rgba(255,255,255,.03) !important;
  backdrop-filter: blur(18px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(140%) !important;
  border: 0 !important;
  border-bottom: none !important;
  box-shadow: none !important;
  position: relative !important;
  mask-image: linear-gradient(to bottom, black 0%, black 70%, transparent 100%) !important;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 70%, transparent 100%) !important;
}

body .site-header::after,
body.home .site-header::after,
body.front-page .site-header::after,
body.page .site-header::after,
body.single .site-header::after,
body.archive .site-header::after,
body.blog .site-header::after,
.site-header::after,
.site-header.site-header-home::after,
.site-header.site-header-subpage::after,
body.scrolled .site-header::after,
body.scrolled .site-header.site-header-home::after,
body.scrolled .site-header.site-header-subpage::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 80px !important;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.15) 100%) !important;
  pointer-events: none !important;
  z-index: 10 !important;
}

.site-header .logo,
.site-header.site-header-home .logo,
.site-header.site-header-subpage .logo,
a.logo,
.site-header .menu-toggle {
  position: relative !important;
  z-index: 3 !important;
}

.site-header .menu-toggle {
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: 56px !important;
  height: 56px !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: rgba(247,230,202,.88) !important;
  box-shadow: 0 12px 32px rgba(7,23,51,.12) !important;
  cursor: pointer !important;
  margin-left: 500px !important;
  margin-right: auto !important;
}

.hero-content {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
  z-index: 4 !important;
  width: 100% !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.hero-slogan,
.hero-content .hero-slogan,
.hero-content h1 {
  position: static !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  margin-left: clamp(52px, 5.7vw, 100px) !important;
  margin-right: 0 !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center !important;
  font-weight: 500 !important;
  color: #fff !important;
  -webkit-text-stroke: 3.5px rgba(120,170,195,.45) !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.16),
    0 0 2px rgba(120,170,195,.45) !important;
}

.hero-content p {
  margin-left: clamp(52px, 5.7vw, 100px) !important;
  max-width: 850px !important;
  margin: 24px auto 0 !important;
  text-align: center !important;
}

.site-header .menu-toggle,
body .site-header .menu-toggle,
body.home .site-header .menu-toggle,
body.front-page .site-header .menu-toggle,
body.scrolled .site-header .menu-toggle,
.menu-toggle {
  width: 70px !important;
  height: 70px !important;
  min-width: 70px !important;
  min-height: 70px !important;
  padding: 0 !important;
  margin-left: auto !important;
  margin-right: 130px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  overflow: visible !important;
  cursor: pointer !important;
}

.site-header .menu-toggle span,
.menu-toggle span {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.site-header .menu-toggle .hamburger-menu-icon,
.menu-toggle .hamburger-menu-icon,
.site-header .menu-toggle img,
.menu-toggle img {
  display: block !important;
  width: 70px !important;
  height: 70px !important;
  max-width: 70px !important;
  max-height: 70px !important;
  object-fit: contain !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 6px 12px rgba(0,55,140,.28)) !important;
  pointer-events: none !important;
}

.menu-toggle,
.hamburger,
.nav-toggle {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.menu-toggle::before,
.menu-toggle::after,
.hamburger::before,
.hamburger::after {
  display: none !important;
}

.menu-toggle img,
.hamburger img,
.nav-toggle img {
  width: 60px !important;
  height: auto !important;
  display: block !important;
}

html body .site-header button.menu-toggle,
html body .site-header .menu-toggle,
html body.home .site-header button.menu-toggle,
html body.front-page .site-header button.menu-toggle,
html body.scrolled .site-header button.menu-toggle {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  min-height: 52px !important;
  padding: 0 !important;
  margin-left: 130px !important;
  margin-right: 165px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  overflow: visible !important;
}

html body .site-header button.menu-toggle::before,
html body .site-header button.menu-toggle::after,
html body .site-header .menu-toggle::before,
html body .site-header .menu-toggle::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body .site-header .menu-toggle span {
  display: none !important;
}

html body .site-header .menu-toggle img.hamburger-menu-icon,
html body .site-header .menu-toggle img {
  display: block !important;
  width: 80px !important;
  height: auto !important;
  max-width: 80px !important;
  max-height: none !important;
  object-fit: contain !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

img.header-school-logo,
.site-header img.header-school-logo,
.site-header .header-school-logo,
a.logo img.header-school-logo,
.logo .header-school-logo,
.site-header.site-header-home img.header-school-logo,
.site-header.site-header-subpage img.header-school-logo,
body.scrolled img.header-school-logo,
body.scrolled .site-header img.header-school-logo,
body.scrolled .site-header .header-school-logo,
body.scrolled a.logo img.header-school-logo {
  height: 330px !important;
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  filter: drop-shadow(0 10px 22px rgba(7,23,51,.18)) !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  z-index: 5 !important;
  position: relative !important;
  transform: translateY(30px) !important;
}

@keyframes heroSlider {
0% { opacity: 0; transform: scale(1.05); }
  8% { opacity: 1; }
  32% { opacity: 1; }
  42% { opacity: 0; transform: scale(1.12); }
  100% { opacity: 0; transform: scale(1.12); }
}

@keyframes gshConstructionMarquee {
from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@media (max-width: 1060px) {
  .quicklinks {
    grid-template-columns: repeat(3, 1fr);
  }

  .main-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-panel.open {
    display: grid;
  }

  .mobile-panel {
    position: fixed;
    z-index: 70;
    top: 78px;
    right: 18px;
    left: 18px;
    background: white;
    color: var(--text);
    border-radius: 28px;
    padding: 20px;
    box-shadow: 0 30px 80px rgba(15,23,42,.28);
    gap: 4px;
  }

  .mobile-panel a {
    padding: 16px;
    font-weight: 900;
    border-radius: 16px;
  }

  .mobile-panel a:hover {
    background: #f1f5f9;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .quicklinks, .news-grid, .intro-grid, .two-col, .footer-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    display: block;
  }

  .hero {
    min-height: 88vh;
    padding: 145px 24px 82px;
  }

  .site-header {
    padding: 20px 22px;
  }

  body.scrolled .site-header {
    padding: 14px 22px;
  }

  .single-article {
    padding: 28px;
  }

  .event-item {
    grid-template-columns: 1fr;
  }

  .event-date {
    width: 96px;
  }

  .download-grid {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .hero-school-logo img {
    max-height: 82px !important;
  }

  .site-footer {
    padding-top: 120px !important;
  }

  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
    font-size: 26px;
  }

  .quicklink .kachel-icon.kachel-icon-3d {
    width: 74px !important;
    height: 68px !important;
    margin-top: -4px !important;
  }

  .quicklink .kachel-icon.kachel-icon-3d img {
    width: 74px !important;
    height: 68px !important;
  }

  .quicklink .kachel-icon.kachel-icon-3d.littlebird-3d,
    .quicklink .kachel-icon.kachel-icon-3d.littlebird-3d img {
    width: 94px !important;
  }

  .section-heading-icon.section-heading-icon-3d {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    margin-right: 10px !important;
  }

  #downloads .downloads-termine-card {
    padding: 26px 24px !important;
  }

  #downloads .downloads-termine-item {
    display: block !important;
  }

  #downloads .downloads-termine-item .btn {
    margin-top: 18px !important;
    display: inline-flex !important;
  }

  section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink:hover,
      section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink:focus,
      section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink:active {
    transform: none !important;
  }

  section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink::before,
      section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink::after,
      section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink > * {
    pointer-events: none !important;
  }

  section.quicklinks[aria-label="Schnellzugriffe"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    align-items: stretch !important;
    position: relative !important;
    isolation: isolate !important;
    z-index: 20 !important;
  }

  section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    grid-column: auto !important;
    grid-row: auto !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 142px !important;
    margin: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
    z-index: 1 !important;
    overflow: hidden !important;
    isolation: isolate !important;
  }
}

@media (max-width: 760px) and (orientation: portrait) {
  .hero-slide {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
  }

  .hero p {
    font-size: 17px;
  }

  .hero-slide-desktop.has-mobile {
    display: none;
  }

  .hero-slide-mobile {
    display: block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }

  .hero {
    background: #0f172a;
    min-height: 88vh;
    padding: 120px 24px 64px;
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(15,23,42,.16) 0%, rgba(15,23,42,.42) 45%, rgba(15,23,42,.92) 100%);
  }

  .hero-title-desktop {
    display: none;
  }

  .hero-title-mobile {
    display: block;
  }

  .hero h1 {
    font-size: clamp(38px, 13vw, 56px) !important;
    line-height: 1.03 !important;
    letter-spacing: -1.4px !important;
    max-width: 92vw;
    margin-bottom: 22px;
  }

  .hero-content {
    max-width: 100%;
    margin-top: auto;
    padding-bottom: 8px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 310px;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
    padding: 14px 18px;
  }

  .hero-school-logo {
    margin-bottom: 20px !important;
  }

  .hero-school-logo img {
    max-height: 72px !important;
  }
}

@media (max-width: 900px) {
  .main-nav {
    display: none !important;
  }

  .menu-toggle {
    position: relative;
    display: inline-flex !important;
  }

  .mobile-panel.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mobile-panel a {
    color: #102033 !important;
    text-decoration: none !important;
    font-weight: 900;
    font-size: 20px;
    padding: 13px 14px;
    border-radius: 14px;
  }

  .mobile-panel a:hover,
    .mobile-panel a:focus {
    color: #102033 !important;
    background: rgba(143,191,210,.25) !important;
  }

  .mobile-panel {
    position: fixed;
    display: grid;
    gap: 10px;
    background: rgba(255,255,255,.97);
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 24px 60px rgba(15,23,42,.22);
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
    z-index: 1001;
    left: 18px !important;
    right: 18px !important;
    width: auto !important;
    top: 78px !important;
  }

  .construction-banner {
    height: 32px;
    font-size: 13px;
  }

  body.has-construction-banner .site-header {
    top: 32px !important;
  }

  body.has-construction-banner .mobile-panel {
    top: 110px !important;
  }

  .section-title.aktuelles-title {
    display: block !important;
  }

  .section-title.aktuelles-title p {
    max-width: none !important;
    margin-left: 0 !important;
    margin-top: 12px !important;
  }

  .hero-slogan,
    .hero-content .hero-slogan,
    .hero-content h1,
    .hero-content p {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .site-header {
    padding: 14px 22px 28px !important;
  }

  .quicklinks > a.quicklink,
    section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink {
    min-height: 142px !important;
    border-radius: 22px !important;
  }

  .quicklinks,
    section.quicklinks[aria-label="Schnellzugriffe"] {
    margin-top: -86px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body .site-header,
    body.home .site-header,
    body.front-page .site-header,
    .site-header.site-header-home,
    .site-header.site-header-subpage {
    min-height: 106px !important;
    padding: 14px 18px 32px !important;
  }

  .site-header .logo,
    .site-header.site-header-home .logo,
    .site-header.site-header-subpage .logo {
    gap: 14px !important;
  }

  .site-header .header-school-logo,
    .site-header.site-header-home .header-school-logo,
    .site-header.site-header-subpage .header-school-logo {
    height: 68px !important;
    max-width: 150px !important;
  }

  .site-header .logo > span,
    .site-header.site-header-home .logo > span,
    .site-header.site-header-subpage .logo > span {
    font-size: clamp(25px, 6vw, 38px) !important;
    letter-spacing: -.055em !important;
  }

  .site-header .logo small,
    .site-header.site-header-home .logo small,
    .site-header.site-header-subpage .logo small {
    font-size: 13px !important;
  }

  .hero {
    min-height: 88vh !important;
    padding-bottom: 118px !important;
    padding-top: 148px !important;
  }

  .site-header .logo,
    .site-header.site-header-home .logo,
    .site-header.site-header-subpage .logo,
    a.logo {
    max-width: calc(100vw - 92px) !important;
  }

  body.scrolled img.header-school-logo,
    body.scrolled .site-header img.header-school-logo,
    body.scrolled .site-header .header-school-logo,
    body.scrolled a.logo img.header-school-logo {
    height: 66px !important;
  }

  :root {
    --gsh-header-padding-top: 10px;
    --gsh-header-padding-bottom: 16px;
    --gsh-logo-gap: 14px;
    --gsh-school-title-size: clamp(25px, 6vw, 38px);
    --gsh-school-subtitle-size: 13px;
    --gsh-header-height: 100px !important;
    --gsh-logo-height: 78px !important;
    --gsh-header-fade-height: 46px !important;
  }

  body .site-header,
    .site-header,
    body.scrolled .site-header {
    height: 100px !important;
    min-height: 100px !important;
    padding: 10px 22px 16px !important;
  }

  img.header-school-logo,
    .site-header img.header-school-logo,
    body.scrolled img.header-school-logo,
    body.scrolled .site-header img.header-school-logo {
    height: 78px !important;
    transform: none !important;
  }

  .site-header::after,
    .site-header.site-header-home::after,
    .site-header.site-header-subpage::after {
    bottom: -46px !important;
    height: 46px !important;
  }

  .site-header .menu-toggle {
    margin-right: 0 !important;
  }

  .site-header .menu-toggle,
    .menu-toggle {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    margin-right: 0 !important;
  }

  .site-header .menu-toggle .hamburger-menu-icon,
    .menu-toggle .hamburger-menu-icon,
    .site-header .menu-toggle img,
    .menu-toggle img {
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
  }
}

@media (max-width: 768px) {
  .hero-content,
      .hero-text,
      .hero-inner {
    transform: translateY(-60px) !important;
  }

  .quicklinks {
    margin-top: -70px !important;
  }

  .cmplz-revoke,
    .cmplz-show-banner {
    display: none !important;
  }

  .heading-with-icon {
    gap: 10px;
  }

  .section-heading-icon {
    width: 36px !important;
    height: 36px !important;
  }

  .section-heading-icon svg {
    width: 28px !important;
    height: 28px !important;
  }
}

@media (max-width:768px) {
  .hero-content,.hero-text,.hero-inner {
    transform: translateY(-80px) !important;
  }

  .quicklinks {
    margin-top: -100px !important;
  }
}

@media (max-width: 860px) {
  .gsh-area-two-column {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .quicklinks > a.quicklink strong,
    section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink strong {
    font-size: 16px !important;
  }

  .quicklinks,
    section.quicklinks[aria-label="Schnellzugriffe"] {
    padding: 0 14px !important;
    gap: 12px !important;
  }

  .quicklinks > a.quicklink,
    section.quicklinks[aria-label="Schnellzugriffe"] > a.quicklink {
    padding: 20px 12px !important;
    min-height: 136px !important;
    border-radius: 23px !important;
  }

  body .site-header,
    body.home .site-header,
    body.front-page .site-header,
    .site-header.site-header-home,
    .site-header.site-header-subpage {
    min-height: 92px !important;
    padding: 12px 14px 28px !important;
  }

  .site-header .header-school-logo,
    .site-header.site-header-home .header-school-logo,
    .site-header.site-header-subpage .header-school-logo {
    height: 54px !important;
    max-width: 118px !important;
  }

  .site-header .logo > span,
    .site-header.site-header-home .logo > span,
    .site-header.site-header-subpage .logo > span {
    font-size: clamp(20px, 5.4vw, 28px) !important;
  }

  .site-header .logo small,
    .site-header.site-header-home .logo small,
    .site-header.site-header-subpage .logo small {
    display: none !important;
  }

  .site-header .logo small,
    .site-header.site-header-home .logo small,
    .site-header.site-header-subpage .logo small,
    a.logo small {
    display: none !important;
  }

  .site-header .menu-toggle {
    width: 50px !important;
    height: 50px !important;
    margin-left: 10px !important;
  }

  :root {
    --gsh-header-padding-top: 8px;
    --gsh-header-padding-bottom: 12px;
    --gsh-logo-gap: 12px;
    --gsh-school-title-size: clamp(20px, 5.4vw, 28px);
    --gsh-header-height: 88px !important;
    --gsh-logo-height: 56px !important;
    --gsh-header-fade-height: 36px !important;
  }

  body .site-header,
    .site-header,
    body.scrolled .site-header {
    height: 88px !important;
    min-height: 88px !important;
    padding: 8px 18px 12px !important;
  }

  img.header-school-logo,
    .site-header img.header-school-logo,
    body.scrolled img.header-school-logo,
    body.scrolled .site-header img.header-school-logo {
    height: 56px !important;
    transform: none !important;
  }

  .site-header::after,
    .site-header.site-header-home::after,
    .site-header.site-header-subpage::after {
    bottom: -36px !important;
    height: 36px !important;
  }
}

/* =========================================================
   FINAL FIX: HEADER NUR TRANSPARENT MACHEN
   ---------------------------------------------------------
   Entfernt ausschließlich sichtbare Header-Flächen:
   Hintergrund, Blur, Schatten, Maske und Verlaufsebene.
   Header, Logo und Hamburger bleiben vorhanden.
   ========================================================= */

html body .site-header,
html body.home .site-header,
html body.front-page .site-header,
html body.page .site-header,
html body.single .site-header,
html body.archive .site-header,
html body.blog .site-header,
html body.scrolled .site-header,
html body.has-construction-banner .site-header,
html body .site-header.site-header-home,
html body .site-header.site-header-subpage {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
  border-bottom: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

html body .site-header::before,
html body .site-header::after,
html body.home .site-header::before,
html body.home .site-header::after,
html body.front-page .site-header::before,
html body.front-page .site-header::after,
html body.scrolled .site-header::before,
html body.scrolled .site-header::after,
html body .site-header.site-header-home::before,
html body .site-header.site-header-home::after,
html body .site-header.site-header-subpage::before,
html body .site-header.site-header-subpage::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
}

/* Hamburger selbst transparent lassen, aber nicht entfernen */
html body .site-header .menu-toggle,
html body .site-header button.menu-toggle,
html body.scrolled .site-header .menu-toggle,
html body.scrolled .site-header button.menu-toggle {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}


/* FINAL TOP GAP FIX */
html,body{
  margin:0!important;
  padding:0!important;
}
body{
  padding-top:0!important;
}
.site-header{
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  margin-top:0!important;
  top:0!important;
}


/* =========================================================
   FINAL FIX: WEISSEN BALKEN OBEN ENTFERNEN
   Ursache ist meist der WordPress-Adminbar-Offset auf html.
   ========================================================= */
html,
html[style],
body,
body.admin-bar {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
#wpadminbar {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}
html body .site-header,
html body.home .site-header,
html body.front-page .site-header,
html body.scrolled .site-header,
html body.has-construction-banner .site-header,
html body .site-header.site-header-home,
html body .site-header.site-header-subpage {
  top: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
html body .site-header::before,
html body .site-header::after,
html body.scrolled .site-header::before,
html body.scrolled .site-header::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

@media (max-width:760px){
.site-header{display:flex!important;justify-content:center!important;align-items:center!important;position:fixed!important;}
.site-header .logo{margin:0 auto!important;justify-content:center!important;}
.site-header .menu-toggle{position:absolute!important;right:16px!important;top:50%!important;transform:translateY(-50%)!important;margin-left:0!important;margin-right:0!important;width:60px!important;height:60px!important;min-width:60px!important;min-height:60px!important;}
.site-header .menu-toggle img.hamburger-menu-icon,.site-header .menu-toggle img{width:42px!important;height:42px!important;max-width:none!important;}
}


/* =========================================================
   FINAL MOBILE HEADER FIX
   Logo centered, hamburger centered directly below.
   Desktop remains unchanged.
   ========================================================= */
@media (max-width: 760px) {
  html, body {
    overflow-x: hidden !important;
  }

  body .site-header,
  body.home .site-header,
  body.front-page .site-header,
  body.page .site-header,
  body.single .site-header,
  body.archive .site-header,
  body.blog .site-header,
  .site-header,
  .site-header.site-header-home,
  .site-header.site-header-subpage {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-height: 170px !important;
    height: 170px !important;
    padding: 10px 16px 0 !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;

    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    overflow: visible !important;
    z-index: 10000 !important;
  }

  .site-header::before,
  .site-header::after {
    display: none !important;
    content: none !important;
    background: none !important;
    box-shadow: none !important;
  }

  .site-header .logo,
  .site-header.site-header-home .logo,
  .site-header.site-header-subpage .logo,
  a.logo {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    transform: none !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    text-align: center !important;
  }

  .site-header .logo > span,
  .site-header .logo small,
  a.logo > span,
  a.logo small {
    display: none !important;
  }

  img.header-school-logo,
  .site-header img.header-school-logo,
  .site-header .header-school-logo,
  a.logo img.header-school-logo,
  .logo .header-school-logo,
  body.scrolled img.header-school-logo,
  body.scrolled .site-header img.header-school-logo {
    display: block !important;
    width: min(82vw, 330px) !important;
    height: auto !important;
    max-width: min(82vw, 330px) !important;
    max-height: 105px !important;
    object-fit: contain !important;

    margin: 0 auto !important;
    padding: 0 !important;
    transform: none !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    filter: drop-shadow(0 8px 16px rgba(7,23,51,.18)) !important;
  }

  html body .site-header button.menu-toggle,
  html body .site-header .menu-toggle,
  html body.home .site-header button.menu-toggle,
  html body.front-page .site-header button.menu-toggle,
  html body.scrolled .site-header button.menu-toggle,
  .site-header .menu-toggle,
  .menu-toggle {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 64px !important;
    height: 54px !important;
    min-width: 64px !important;
    min-height: 54px !important;

    margin: -8px auto 0 auto !important;
    padding: 0 !important;
    transform: none !important;

    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    overflow: visible !important;
    z-index: 10002 !important;
  }

  .site-header .menu-toggle span,
  .menu-toggle span,
  .site-header .menu-toggle::before,
  .site-header .menu-toggle::after,
  .menu-toggle::before,
  .menu-toggle::after {
    display: none !important;
    content: none !important;
  }

  html body .site-header .menu-toggle img.hamburger-menu-icon,
  html body .site-header .menu-toggle img,
  .site-header .menu-toggle .hamburger-menu-icon,
  .menu-toggle .hamburger-menu-icon,
  .site-header .menu-toggle img,
  .menu-toggle img {
    display: block !important;
    width: 54px !important;
    height: 54px !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    pointer-events: none !important;
  }

  .mobile-panel {
    top: 166px !important;
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
    z-index: 10001 !important;
  }
}
/* FINAL MOBILE HAMBURGER POSITION */
@media (max-width: 768px) {
  html body .site-header button.menu-toggle,
  html body .site-header .menu-toggle,
  html body.home .site-header button.menu-toggle,
  html body.front-page .site-header button.menu-toggle,
  html body.scrolled .site-header button.menu-toggle {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;

    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 28px !important;

    transform: translateY(28px) !important;

    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
  }

  html body .site-header .menu-toggle img.hamburger-menu-icon,
  html body .site-header .menu-toggle img {
    width: 58px !important;
    height: 58px !important;
    max-width: none !important;
    max-height: none !important;
  }
}
@media (max-width: 768px) {
  .site-header {
    transform: translateY(35px) !important;
  }
}