/* GSN compact welcome 2026-09-16 START */
body.itemid-101 .gsn-welcome-restored.blog-item.article {
  padding: 34px 38px;
}
body.itemid-101 .gsn-welcome-restored .articleBody > p:first-child {
  margin-bottom: 22px;
}
body.itemid-101 .gsn-welcome-restored .articleBody > p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  body.itemid-101 .gsn-welcome-restored.blog-item.article {
    padding: 28px 24px;
  }
}
/* GSN compact welcome 2026-09-16 END */

/* GSN quicklinks 2026-09-16 START */
body.itemid-101 .gsn-quicklinks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 24px;
  padding: 8px 0;
  border-top: 1px solid var(--gsn-border);
  border-bottom: 1px solid var(--gsn-border);
}
body.itemid-101 .gsn-quicklinks a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 10px 8px;
  color: var(--gsn-ink);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 6px;
}
body.itemid-101 .gsn-quicklinks a + a {
  border-left: 1px solid var(--gsn-border);
}
body.itemid-101 .gsn-quicklinks .fas {
  width: 20px;
  flex: 0 0 20px;
  color: var(--gsn-blue);
  text-align: center;
}
body.itemid-101 .gsn-quicklinks a > span:last-child {
  min-width: 0;
  hyphens: auto;
  overflow-wrap: anywhere;
}
body.itemid-101 .gsn-quicklinks a:hover {
  color: var(--gsn-blue);
  background: var(--gsn-blue-soft);
}
.gsn-quicklinks a:focus-visible,
.gsn-office a:focus-visible,
.gsn-footer-contact a:focus-visible {
  outline: 3px solid #eabf32;
  outline-offset: 3px;
}
@media (max-width: 767.98px) {
  body.itemid-101 .gsn-quicklinks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 6px 0;
    margin-bottom: 20px;
  }
  body.itemid-101 .gsn-quicklinks a {
    justify-content: flex-start;
    min-height: 48px;
    font-size: .9rem;
    gap: 7px;
  }
  body.itemid-101 .gsn-quicklinks a:nth-child(3) {
    border-left: 0;
  }
}
/* GSN quicklinks 2026-09-16 END */

/* GSN contact 2026-09-16 START */
body.itemid-118 #sp-component [itemprop="articleBody"] {
  align-items: start;
  gap: 36px;
}
body.itemid-118 #sp-component .gsn-office p {
  margin: 0 0 18px;
}
.gsn-office {
  min-width: 0;
  max-width: 680px;
}
.gsn-office .gsn-office-name {
  margin-bottom: 20px;
  font-size: 1.15rem;
}
.gsn-office-hours {
  margin: 0 0 24px;
  border-top: 1px solid var(--gsn-border);
}
.gsn-office-hours > div {
  display: grid;
  grid-template-columns: minmax(100px, 1fr) minmax(0, 1fr);
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--gsn-border);
}
.gsn-office-hours dt,
.gsn-office-hours dd {
  margin: 0;
}
.gsn-office-hours dd {
  color: #415366;
}
.gsn-office-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin-bottom: 20px;
}
.gsn-office-links a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.gsn-office-links .fas {
  flex: 0 0 18px;
  text-align: center;
}
.gsn-office address {
  margin: 0;
  font-style: normal;
  color: #415366;
}
#sp-footer .gsn-footer-contact {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.1fr;
  gap: 24px 36px;
  padding: 0 0 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  font-size: .95rem;
  line-height: 1.7;
}
#sp-footer .gsn-footer-contact > div {
  min-width: 0;
}
#sp-footer .gsn-footer-contact strong {
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-weight: 750;
}
#sp-footer .gsn-footer-contact address,
#sp-footer .gsn-footer-contact p {
  margin: 0;
  font-style: normal;
}
#sp-footer .gsn-footer-contact a {
  display: block;
  width: fit-content;
  min-height: 36px;
  color: #e6f2fa;
  text-decoration: underline;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}
#sp-footer .gsn-footer-contact a:hover {
  color: #ffffff;
}
@media (max-width: 767.98px) {
  #sp-footer .gsn-footer-contact {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  #sp-footer .gsn-footer-contact a {
    min-height: 44px;
  }
  .gsn-office-hours > div {
    gap: 10px;
  }
}
/* GSN contact 2026-09-16 END */

/* GSN Foerderverein heart 2026-09-16 START */
body.itemid-101 .gsn-fv-icon {
  position: relative;
}
body.itemid-101 .gsn-fv-icon::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  content: "\f004";
}
/* GSN Foerderverein heart 2026-09-16 END */

/* GSN school hours 2026-09-16 START */
body.itemid-134 #sp-component .article-details:has(.gsn-school-hours) {
  text-align: left;
}
body.itemid-134 #sp-component .article-details:has(.gsn-school-hours)::before {
  content: "Unterrichts\00ad zeiten";
  overflow-wrap: anywhere;
  hyphens: manual;
}
body.itemid-134 #sp-component [itemprop="articleBody"] .gsn-school-hours {
  max-width: 840px;
}
body.itemid-134 #sp-component [itemprop="articleBody"] .gsn-hours-start {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 26px;
  padding: 14px 18px;
  border-left: 3px solid var(--gsn-blue);
  background: var(--gsn-blue-soft);
  color: #415366;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: left !important;
}
.gsn-hours-start .fas {
  color: var(--gsn-blue);
  flex: 0 0 20px;
  font-size: 1.15rem;
}
body.itemid-134 #sp-component .gsn-school-hours .gsn-hours-heading {
  margin: 26px 0 16px;
  color: var(--gsn-ink);
  font-size: 1.2rem;
  font-weight: 750;
  line-height: 1.4;
}
.gsn-school-hours .gsn-hours-grades {
  margin: 0 0 30px;
  border-top: 1px solid var(--gsn-border);
  text-align: left;
}
.gsn-school-hours .gsn-hours-grades > div {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  gap: 12px 22px;
  padding: 17px 0;
  border-bottom: 1px solid var(--gsn-border);
}
.gsn-school-hours .gsn-hours-grades dt {
  margin: 0;
  color: var(--gsn-blue);
  font-weight: 750;
}
.gsn-school-hours .gsn-hours-grades dd {
  margin: 0;
  color: #415366;
}
body.itemid-134 #sp-component [itemprop="articleBody"] .gsn-school-hours table {
  width: 100%;
  margin: 0 0 20px;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
  background: #ffffff;
}
body.itemid-134 #sp-component [itemprop="articleBody"] .gsn-school-hours th,
body.itemid-134 #sp-component [itemprop="articleBody"] .gsn-school-hours td {
  padding: 17px 20px;
  border: 0;
  border-bottom: 1px solid var(--gsn-border);
  text-align: left;
  vertical-align: middle;
}
body.itemid-134 #sp-component [itemprop="articleBody"] .gsn-school-hours th:first-child {
  width: 42%;
}
body.itemid-134 #sp-component [itemprop="articleBody"] .gsn-school-hours thead th {
  background: #edf4f8;
  color: #415366;
  font-size: .9rem;
  font-weight: 700;
}
body.itemid-134 #sp-component [itemprop="articleBody"] .gsn-school-hours tbody th {
  color: var(--gsn-ink);
  font-weight: 700;
}
body.itemid-134 #sp-component [itemprop="articleBody"] .gsn-school-hours tbody tr:nth-child(even) {
  background: #f8fbfd;
}
body.itemid-134 #sp-component [itemprop="articleBody"] .gsn-school-hours td {
  color: #415366;
  white-space: nowrap;
}
body.itemid-134 #sp-component [itemprop="articleBody"] .gsn-school-hours td strong {
  color: var(--gsn-blue);
  font-weight: 750;
}
.gsn-hours-bus {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  color: var(--gsn-blue);
  font-weight: 700;
  text-decoration: none;
}
.gsn-hours-bus:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.gsn-hours-bus:focus-visible {
  outline: 3px solid #eabf32;
  outline-offset: 3px;
}
@media (max-width: 575.98px) {
  .gsn-school-hours .gsn-hours-grades > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }
  body.itemid-134 #sp-component [itemprop="articleBody"] .gsn-hours-start {
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
  }
  .gsn-hours-start .fas {
    line-height: 1.5;
  }
  body.itemid-134 #sp-component [itemprop="articleBody"] .gsn-school-hours th,
  body.itemid-134 #sp-component [itemprop="articleBody"] .gsn-school-hours td {
    padding: 16px 4px;
    font-size: .9rem;
  }
  body.itemid-134 #sp-component [itemprop="articleBody"] .gsn-school-hours th:first-child {
    width: 40%;
  }
  body.itemid-134 #sp-component [itemprop="articleBody"] .gsn-school-hours thead th:nth-child(2) {
    width: 27%;
  }
  body.itemid-134 #sp-component [itemprop="articleBody"] .gsn-school-hours thead th:nth-child(3) {
    width: 33%;
  }
}
/* GSN school hours 2026-09-16 END */
