@charset "UTF-8";
/*
Author URI:   https://nextab.de
Author:       Greyd
Description:  Selma-Lagerlöf Schule Theme, Greyd Child Theme
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
License:      GPLv2 or later
Tags:         Tags: blog, portfolio, entertainment, site-editing, block-patterns, block-styles
Template:     greyd-theme
Text Domain:  greyd-child-theme
Theme Name:   Selma-Lagerlöf Schule
Theme URI:    https://greyd.io/
Version:      1.0.0
*/
/* #region Variablen */
:root {
  --icon-buch: url("/wp-content/uploads/2025/08/Icon-Buch.svg");
  --icon-hut: url("/wp-content/uploads/2025/08/Icon-Hut.svg");
  --icon-gluehbirne: url("/wp-content/uploads/2025/08/Icon-Gluehbirne.svg");
  --icon-sonne: url("/wp-content/uploads/2025/08/Sonne.svg");
  --divider-section-wave: url("/wp-content/uploads/2025/08/Divider-Wave.svg");
  --divider-hero-wave: url("/wp-content/uploads/2025/08/Hero-Wave.svg");
  --background-wavey: url("/wp-content/uploads/2025/08/Wavey-Background.svg");
  --divider-dach: url("/wp-content/uploads/2025/10/Plakat-Zwei-Schulen-unter-einem-Dach-scaled.png");
  --wp--preset--font-size--xx-large: clamp(1.5rem, 5.4545vw, 3.75rem);
  --wp--preset--font-size--large: clamp(1.375rem, 1.5152vw + .9583rem, 2rem);
}

/* #endregion Variablen */
:where(.wp-site-blocks) > * {
  margin-block-start: 0;
}

/* #region Header */
header.wp-block-template-part .header-container {
  /* #region width <= 767px */
}
@media only screen and (width <= 767px) {
  header.wp-block-template-part .header-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  header.wp-block-template-part .header-container .wp-block-site-logo img {
    max-width: 160px;
  }
  header.wp-block-template-part .header-container .wp-block-button__link {
    font-size: 1rem !important;
    padding: 0.125em 0.75em;
  }
}
header.wp-block-template-part .header-container {
  /* #endregion width <= 767px */
}

.wp-block-navigation .wp-block-navigation-item a {
  border-bottom: solid 3px transparent;
}
.wp-block-navigation .wp-block-navigation-item.current-menu-item a {
  border-bottom: solid 3px var(--wp--custom--greyd--button--sec--color--background);
  text-decoration: none;
}
.wp-block-navigation .wp-block-navigation-item:hover a {
  text-decoration: none;
  color: var(--wp--preset--color--primary);
}

/* #endregion Header */
/* #region Normalization & Fixes */
.wp-site-blocks {
  overflow: hidden;
}

/* #endregion Normalization & Fixes */
/* #region Typography */
body {
  --wp--preset--font-size--xx-large: clamp(1.5rem, 4.2424vw + .3333rem, 3.25rem);
  --wp--preset--font-size--large: clamp(1.375rem, 1.5152vw + .9583rem, 2rem);
}

.wp-block-heading {
  line-height: 1.3;
  text-wrap: balance;
}

/* #endregion Typography */
/* #region Sections */
/* #region Hero Section */
.wp-block-cover.hero-section .wp-block-cover__inner-container {
  position: static;
}
.wp-block-cover.hero-section {
  /* &::before {
  	content: "";
  	position: absolute;
  	inset: 0;
  	background: var(--icon-buch) no-repeat 85% 55%,
  	var(--icon-hut) no-repeat 15% 75%,
  	var(--icon-gluehbirne) no-repeat 10% 15%;
  	background-size: 200px, 150px, 200px;
  	z-index: 9;
  	opacity: 1;
  	pointer-events: none;
  } */
}
.wp-block-cover.hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 330px;
  background: var(--divider-hero-wave) no-repeat center bottom;
  background-size: cover;
  pointer-events: none;
  z-index: 3;
}
.wp-block-cover.hero-section .hero-image-children {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  z-index: 1;
  margin-top: var(--wp--preset--spacing--x-large);
}

/* #endregion Hero Section */
/* #region Zwei Schulen unter einem Dach Section */
.wp-block-columns.divider-dach {
  position: relative;
  z-index: 0;
}
.wp-block-columns.divider-dach::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 100px;
  aspect-ratio: 16/9;
  background: var(--divider-dach) center/cover no-repeat;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 575px) {
  .wp-block-columns.divider-dach::before {
    display: none;
  }
}

/* #endregion Zwei Schulen unter einem Dach Section */
/* #region Numbers Section */
.section-numbers.wp-block-group::before {
  content: "";
  background-color: var(--wp--preset--color--custom-hintergrund) !important;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 5vw;
  background: var(--divider-section-wave) no-repeat center center;
  background-size: cover;
  pointer-events: none;
  z-index: 3;
}
.section-numbers.wp-block-group .image-icon-sonne {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%) translateX(20%);
  width: clamp(120px, 20vw, 250px);
  height: auto;
  z-index: 9;
  pointer-events: none;
}

/* #endregion Numbers Section */
/* #region Schnellzugriff Section */
.section-schnellzugriff.wp-block-group {
  /* .image-icon-gans {
      position: absolute;
      top: 5%;
      left: 5%;
      transform: translateY(80%) translateX(80%);
      width: clamp(120px, 20vw, 250px);
      height: auto;
      z-index: 9;
      pointer-events: none;
  } */
}
.section-schnellzugriff.wp-block-group .wp-block-columns .wp-block-column .wp-block-group .wp-block-group {
  justify-content: space-between;
  gap: 25px;
}

/* #endregion Schnellzugriff Section */
/* #region News Section */
.section-news.wp-block-group::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5vw;
  background: #fff6f1;
  -webkit-mask: var(--divider-section-wave) no-repeat center top;
  -webkit-mask-size: cover;
  -webkit-mask: var(--divider-section-wave) no-repeat center top;
          mask: var(--divider-section-wave) no-repeat center top;
  mask-size: cover;
  transform: translateY(100%) rotate(180deg);
  pointer-events: none;
  z-index: 3;
}

/* #endregion News Section */
/* #region Tagesablauf Section */
.section-tagesablauf .row-tagesablauf .wp-block-column {
  position: relative;
  text-align: center;
  padding: var(--wp--preset--spacing--medium);
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-tagesablauf .row-tagesablauf .wp-block-column::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask: var(--background-wavey) no-repeat center center;
  -webkit-mask-size: contain;
  -webkit-mask: var(--background-wavey) no-repeat center center;
          mask: var(--background-wavey) no-repeat center center;
  mask-size: contain;
  transform: scale(0.9);
  z-index: 0;
}
.section-tagesablauf .row-tagesablauf .wp-block-column * {
  z-index: 2;
}
.section-tagesablauf .row-tagesablauf .wp-block-column button {
  flex-direction: column;
  gap: 20px;
}
.section-tagesablauf .row-tagesablauf .wp-block-column p {
  position: relative;
  z-index: 1;
  color: #000;
  max-width: 70%;
}
.section-tagesablauf .row-tagesablauf .wp-block-column:nth-child(1)::before {
  background-color: var(--wp--preset--color--primary);
}
.section-tagesablauf .row-tagesablauf .wp-block-column:nth-child(2)::before {
  background-color: var(--wp--preset--color--secondary);
}
.section-tagesablauf .row-tagesablauf .wp-block-column:nth-child(3)::before {
  background-color: var(--wp--preset--color--dark);
}
.section-tagesablauf .row-tagesablauf .wp-block-column:nth-child(4)::before {
  background-color: var(--wp--preset--color--tertiary);
}
.section-tagesablauf {
  /*&::before {
      content: "";
      background-color: var(--wp--preset--color--custom-hintergrund) !important;
      position: absolute;
      left: 0;
      top: 0;
      transform: translateY(-100%);
      width: 100%;
      height: 5vw;
      background: var(--divider-section-wave) no-repeat center center;
      background-size: cover;
      pointer-events: none;
      z-index: 3;
  }*/
}

/* #endregion Tagesablauf Section */
/* #region Subpage Hero Section */
.hero-subpage h3 {
  margin-top: 5px;
}
.hero-subpage p {
  margin-top: 15px;
}
.hero-subpage .divider-wave-top::before {
  --divider-color: #1d4e89de;
}

/* #endregion Subpage Hero Section */
/* #region Download Section */
.download-section .wp-block-group .wp-block-group {
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: space-between;
  min-height: 180px;
}
.download-section .wp-block-group .dashicons {
  font-size: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
}
@media only screen and (min-width: 601px) and (max-width: 991px) {
  .download-section .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* #endregion Download Section */
/* #endregion Sections */
/* #region Modules */
/* #region Icon Block */
.wp-block-group {
  position: relative;
}
.wp-block-group.is-style-icon-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.nxt-icon-element-wrapper {
  transform-origin: center;
}

/* #endregion Icon Block */
/* #region Custom Query Loop */
@media only screen and (width >= 601px) {
  .wp-block-query.custom-query-loop ul > li {
    display: flex;
    justify-content: space-between;
  }
}
/* #endregion Custom Query Loop */
/* #endregion Modules */
/* #region Dividers */
.divider-wave-bottom::after, .divider-wave-top::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 70px;
  background: var(--divider-color, rgba(29, 78, 137, 0.8705882353));
  -webkit-mask: var(--divider-section-wave) no-repeat center top;
          mask: var(--divider-section-wave) no-repeat center top;
  -webkit-mask-position: top left;
          mask-position: top left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  pointer-events: none;
  z-index: 3;
  /* #region width <= 1100px */
}
@media only screen and (width <= 1100px) {
  .divider-wave-bottom::after, .divider-wave-top::before {
    height: 50px;
  }
}
.divider-wave-bottom::after, .divider-wave-top::before {
  /* #endregion width <= 1100px */
}

.divider-wave-top {
  position: relative;
}
.divider-wave-top::before {
  top: 0;
  transform: translateY(-100%);
}

.divider-wave-bottom {
  position: relative;
}
.divider-wave-bottom::after {
  bottom: 0;
  transform: translateY(100%) rotate(180deg);
}

/* #endregion Dividers */
/*.section-aussenhalb-klassenzimmer .wp-block-columns .wp-block-column {
    &:nth-child(1) {
        flex: 0 0 55% !important;
        max-width: 55%;
    }
    &:nth-child(2) {
        flex: 0 0 43% !important;
        max-width: 43%;
    }
}*/
/* #region Footer */
footer.wp-block-template-part {
  position: relative;
}
footer.wp-block-template-part::before {
  aspect-ratio: 1920/145;
  background-color: #fff;
  content: "";
  height: 90px;
  left: 0;
  -webkit-mask-image: url("/wp-content/themes/greyd-child-theme/assets/img/footer-wave.svg");
          mask-image: url("/wp-content/themes/greyd-child-theme/assets/img/footer-wave.svg");
  -webkit-mask-position: top left;
          mask-position: top left;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: contain;
          mask-size: contain;
  pointer-events: none;
  position: absolute;
  top: -1px;
  width: 100%;
  z-index: 1;
}

/* #endregion Footer *//*# sourceMappingURL=style.css.map */