@charset "UTF-8";
:root {
  --bp: 50vw;
  --bp-kachelAngebot: 80%;
  --bp-canvas-width: 50%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --bp: 80vw;
    --bp-canvas-width: 80%;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --bp: 60vw;
    --bp-canvas-width: 60%;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  :root {
    --bp-canvas-width: 80vw;
  }
}
:root {
  --bp: 50vw;
  --bp-kachelAngebot: 80%;
  --bp-canvas-width: 50%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --bp: 80vw;
    --bp-canvas-width: 80%;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --bp: 60vw;
    --bp-canvas-width: 60%;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  :root {
    --bp-canvas-width: 80vw;
  }
}
@font-face {
  font-family: "Exo2";
  font-weight: 300;
  src: url(_fonts/Exo_2/static/Exo2-Light.ttf);
}
@font-face {
  font-family: "Exo2";
  font-weight: normal;
  src: url(_fonts/Exo_2/static/Exo2-Regular.ttf);
}
@font-face {
  font-family: "Exo2";
  font-weight: 700;
  src: url(_fonts/Exo_2/static/Exo2-Bold.ttf);
}
@font-face {
  font-family: "Exo2";
  font-weight: 900;
  src: url(_fonts/Exo_2/static/Exo2-Black.ttf);
}
@font-face {
  font-family: "RobotoSlab";
  font-weight: 400;
  src: url(_fonts/RobotoSlab-Regular.ttf);
}
html {
  font-size: clamp(0.8rem, 10vw + 0.15rem, 1.8rem);
  line-height: 1.4;
  letter-spacing: 1%;
  /*     @media screen and (min-width:1600px) {
          font-size:$fs-01-l;
          letter-spacing:1%;
      } */
}
@media screen and (min-width: 1680px) {
  html {
    font-size: clamp(0.75rem, 5vw + 0.15rem, 2.7rem);
  }
}

body {
  font-family: "Exo2", sans-serif;
  font-weight: normal;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p {
  hyphenate-limit-chars: 10 3 3;
  margin: 0;
  padding: 0;
}
body p {
  margin-bottom: 1ch;
}
body h2, body h3, body h4 {
  line-height: 1.2;
  font-weight: 400;
}

p, ul, li, h5, h6, input {
  font-size: 0.6rem;
  /*     @include breakpoint(desk-l) {
      font-size: .7rem;
      } */
}

ul li::marker {
  color: hsl(188deg, 100%, 39%);
}

body h1 {
  font-family: "Exo2", serif;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-align: center;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  background-color: hsl(188deg, 100%, 39%);
  background: linear-gradient(0deg, hsl(188deg, 100%, 15%), hsl(188deg, 100%, 39%) 70%);
  color: white;
  padding: 1ch 0.4ch;
  min-height: 20vh;
}
body h1 span {
  font-size: 0.8rem;
  text-transform: none;
}

h2 {
  font-size: 1rem;
  font-weight: 400;
}

h3 {
  font-size: 0.8rem;
}

h4 {
  font-size: 0.6rem;
}

a:-moz-any-link {
  color: unset;
  text-decoration: none;
}

a:any-link {
  color: unset;
  text-decoration: none;
}

/* .intro {
    font-size:$fs-04;
    margin-bottom:$spacer-m;
}
 */
:root {
  --bp: 50vw;
  --bp-kachelAngebot: 80%;
  --bp-canvas-width: 50%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --bp: 80vw;
    --bp-canvas-width: 80%;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --bp: 60vw;
    --bp-canvas-width: 60%;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  :root {
    --bp-canvas-width: 80vw;
  }
}
:root {
  color-scheme: light only;
}

html {
  scroll-behavior: smooth;
}
@media (prefers-color-scheme: dark) {
  html body {
    background: white !important;
    color: black !important;
  }
}

html, body {
  width: 100%;
  padding: 0px;
  margin: 0px;
  background: hsl(201deg, 24%, 74%);
}
html *, body * {
  box-sizing: border-box;
}
@keyframes bg-color {
  0% {
    background-color: hsl(197deg, 24%, 94%);
  }
  50% {
    background-color: hsl(187deg, 64%, 85%);
  }
  100% {
    background-color: hsl(197deg, 24%, 94%);
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  html, body {
    background: unset;
  }
  html::after, body::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(_bm/body-bg-desk-2-1800px.jpg) no-repeat;
    background-size: cover;
    z-index: -1;
  }
}

body {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr var(--bp) 1fr 1fr 1fr;
}

main {
  grid-column: 1/-1;
  display: grid;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  main {
    grid-template-columns: 1fr 1fr 1fr var(--bp) 1fr 1fr 1fr;
  }
  main div.hero, main section {
    grid-column: 3/5;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  main {
    grid-column: 4/5;
  }
}

.container {
  position: relative;
  grid-column: 4/5;
  display: grid;
}

picture {
  display: block;
  overflow: hidden;
}
picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-spacer {
  height: 50vh !important;
  background: unset;
}

.wp-block-spacer-small {
  height: 15vh !important;
}

details summary {
  border-bottom: 2px solid transparent;
}

section.snap {
  scroll-snap-align: start;
  height: 100vh;
}

.bg-blau-dark {
  padding: 1ch;
  background: hsl(212deg, 100%, 17%);
}
.bg-blau-dark h2, .bg-blau-dark h3, .bg-blau-dark h4, .bg-blau-dark p {
  color: white;
}

.bg-blau {
  padding: 1ch;
  background: hsl(212deg, 100%, 17%);
}
.bg-blau h2, .bg-blau h3, .bg-blau h4, .bg-blau p {
  color: white;
}

.full-width {
  grid-column: 1/8;
}

:root {
  --bp: 50vw;
  --bp-kachelAngebot: 80%;
  --bp-canvas-width: 50%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --bp: 80vw;
    --bp-canvas-width: 80%;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --bp: 60vw;
    --bp-canvas-width: 60%;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  :root {
    --bp-canvas-width: 80vw;
  }
}
header {
  grid-column: 1/-1;
  position: sticky;
  top: 0;
  height: 20vh;
  background: white;
  display: grid;
  grid-template-columns: 1fr 90% 1fr;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  header {
    grid-column: 4/5;
    height: 12vh;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  header {
    height: 10vh;
  }
}

.logo {
  grid-column: 1/-1;
  position: relative;
  height: 60%;
  min-height: 0;
  background: white;
  margin: 1ch 0 0 0;
}
.logo img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  padding: 0.5ch 0 0 0;
}
@media screen and (min-width: 1024px) {
  .logo {
    height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  #header-balken {
    position: fixed;
    top: 0;
    width: 100%;
    height: 12vh;
    z-index: 998;
    background-color: white;
  }
}

:root {
  --bp: 50vw;
  --bp-kachelAngebot: 80%;
  --bp-canvas-width: 50%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --bp: 80vw;
    --bp-canvas-width: 80%;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --bp: 60vw;
    --bp-canvas-width: 60%;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  :root {
    --bp-canvas-width: 80vw;
  }
}
#nav-overlay {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: hsl(212deg, 100%, 17%);
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  transition: opacity 100ms ease;
}
#nav-overlay.active {
  opacity: 0.75;
  pointer-events: all;
}

nav.nav-main {
  grid-column: 1/-1;
  display: grid;
  grid-template-rows: 0fr;
  position: absolute;
  width: 100%;
  top: 100%;
  background: white;
  z-index: -1;
  transition: grid-template-rows 500ms ease;
}
@media screen and (min-width: 1024px) {
  nav.nav-main {
    padding-top: 1ch;
  }
}

nav.nav-main.active {
  grid-template-rows: 1fr;
}

nav.nav-main::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0.5px;
  padding-top: 6.77%;
  padding-top: 7%;
  background: url(_bm/nav-balken_weiss.png) no-repeat;
  background-size: cover;
  background-size: 100%;
  transform: translateY(100%);
}

.nav-main .nav-main-wrapper {
  padding: 0ch 2ch;
  overflow: hidden;
}
.menu {
  list-style: none;
  padding-left: 0;
}
.menu ul, .menu li {
  list-style: none;
  font-size: 0.5rem;
  line-height: 1;
  margin: 0.5em 0;
}
.menu li {
  margin: 0.7em 0;
}
@media screen and (min-width: 1024px) {
  .menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .menu ul, .menu li {
    font-size: 0.5rem;
  }
}

.menu > li {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5ch;
  padding-bottom: 0;
}
.menu > li ul.sub-menu {
  text-transform: none;
  font-weight: normal;
  padding-left: 2ch;
  margin: 1em 0;
}
.menu > li ul.sub-menu li {
  position: relative;
}
.menu > li ul.sub-menu li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75em;
  height: 0.75em;
  left: -1em;
  background: url(_bm/_icons/icon-more-positiv-blau.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: contain;
  background-position: center;
}

.menu > li.menu-item > a {
  background: hsl(188deg, 100%, 39%);
  color: white;
  padding: 0.25ch 0.35ch;
}

.imprint p {
  font-size: 0.5rem;
}

header .menue {
  grid-column: 2/3;
  justify-self: end;
  align-self: end;
  display: flex;
  position: absolute;
  cursor: pointer;
  gap: 0.5ch;
  z-index: 10;
}
header .menue p {
  font-weight: 700;
  color: hsl(212deg, 100%, 17%);
  text-transform: uppercase;
}
header .menue .icon {
  position: relative;
  height: 1.5ch;
  width: 1.5ch;
  background: url(_bm/icon-menue-lightgray.png) no-repeat;
  background-size: 70%;
  background-position: center;
  border-radius: 50%;
  margin: auto 0;
}
@media screen and (min-width: 1024px) {
  header .menue {
    align-self: center;
  }
}

.nav-kontakt {
  display: flex;
  align-items: center;
  gap: 0.25em;
  margin: 1.25ch 0;
  padding-top: 0.25em;
  border-top: 2px solid hsl(201deg, 24%, 74%);
}
.nav-kontakt p {
  display: inline-block;
  font-size: 0.6rem;
  text-transform: uppercase;
  margin-right: 0.5ch;
}

.nav-kontakt button {
  width: 3ch;
  height: 3ch;
  border-radius: 50%;
}
.nav-kontakt button.phon {
  background: url(_bm/_icons/icon-phone.png) no-repeat !important;
}
.nav-kontakt button.mail {
  background: url(_bm/_icons/icon-mail.png) no-repeat !important;
}
.nav-kontakt button.phon, .nav-kontakt button.mail {
  background-size: cover !important;
}

footer .nav-kontakt {
  justify-content: center;
  gap: 1ch;
  padding-top: 0.1em;
}

:root {
  --bp: 50vw;
  --bp-kachelAngebot: 80%;
  --bp-canvas-width: 50%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --bp: 80vw;
    --bp-canvas-width: 80%;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --bp: 60vw;
    --bp-canvas-width: 60%;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  :root {
    --bp-canvas-width: 80vw;
  }
}
footer {
  grid-column: 1/-1;
  display: grid;
  justify-items: center;
  position: relative;
  z-index: 400;
  padding-top: 20vh;
  min-height: 90dvh;
  text-align: center;
  color: white;
  background: hsl(201deg, 24%, 74%);
}
footer h3, footer p {
  font-size: 0.8rem;
}
footer h3 {
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  footer {
    min-height: 100vh;
  }
}

.footer-content {
  align-self: start;
}

/* .nav-footer {
    position:relative;
    bottom:1ch;
    width:90%;
    margin-top:2ch;
    display:flex;

    flex-wrap:wrap;
    column-gap:1ch;

    p, ul, li {font-size:$fs-00;}

    justify-content:center;


    .sub-menu {
        display: flex;flex-wrap:wrap;
        justify-content:center;
        column-gap:2ch;
    }

    .imprint {
        margin-top:1ch;
    }
} */
.footer-siegel {
  position: relative;
  width: 90%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  align-self: end;
  -moz-column-gap: 1ch;
       column-gap: 1ch;
  row-gap: 1ch;
  margin-top: 2ch;
  margin-bottom: 2ch;
}
.footer-siegel img {
  max-width: 100%;
  max-height: 4ch;
}
@media screen and (min-width: 1024px) {
  .footer-siegel {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .footer-siegel img {
    max-width: 10vw;
  }
}

:root {
  --bp: 50vw;
  --bp-kachelAngebot: 80%;
  --bp-canvas-width: 50%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --bp: 80vw;
    --bp-canvas-width: 80%;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --bp: 60vw;
    --bp-canvas-width: 60%;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  :root {
    --bp-canvas-width: 80vw;
  }
}
.start-hero {
  position: relative;
  display: grid;
  grid-template-columns: 5vw 1fr 5vw;
  overflow: hidden;
  margin-bottom: 50vh;
  background: linear-gradient(-90deg, hsl(201deg, 24%, 89%), hsl(197deg, 24%, 94%));
}
.start-hero picture {
  grid-column: 1/-1;
  position: relative;
  display: block;
  width: 100%;
  min-height: 10vh;
  overflow: hidden;
}
.start-hero picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.start-hero .nav-hero {
  grid-column: 2/-1;
  padding-right: 1ch;
  position: relative;
  top: -1ch;
}
.start-hero .nav-hero p {
  font-size: 0.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1ch;
  color: white;
  display: block;
  padding: 0.2ch;
  cursor: pointer;
}
.start-hero .nav-hero p span {
  background: hsl(188deg, 100%, 39%);
  padding: 0.2ch;
}
.start-hero .start-intro {
  grid-column: 2/3;
  margin-bottom: 5ch;
}
.start-hero .start-intro h2 {
  color: hsl(188deg, 100%, 39%);
  text-transform: uppercase;
  margin-bottom: 1ch;
  line-height: 1;
}
.start-hero .start-intro h2 strong {
  font-family: "RobotoSlab", serif;
  font-weight: 400;
  text-transform: none;
  color: hsl(212deg, 100%, 17%);
}

.hero-slider {
  position: relative;
}
.hero-slider h2 {
  right: 0;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: hsl(188deg, 100%, 39%);
  position: absolute;
  bottom: 0;
  top: unset;
  left: 0;
  padding: 0 1ch 0.5ch;
}
.hero-slider picture {
  height: 60vh;
}
@media screen and (min-width: 1024px) {
  .hero-slider {
    grid-column: 4/5;
  }
  .hero-slider picture {
    height: 70vh;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  .hero-slider picture {
    height: 50vw;
  }
}

:root {
  --bp: 50vw;
  --bp-kachelAngebot: 80%;
  --bp-canvas-width: 50%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --bp: 80vw;
    --bp-canvas-width: 80%;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --bp: 60vw;
    --bp-canvas-width: 60%;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  :root {
    --bp-canvas-width: 80vw;
  }
}
.termine-kalender {
  position: relative;
  padding: 1ch;
  padding-left: 2ch;
  margin-bottom: 40vh;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1ch;
}
.termine-kalender h3.landingpage {
  margin-left: unset;
}
.termine-kalender h3, .termine-kalender p {
  margin-left: 1rem;
}

.termin-landingpage {
  margin-bottom: 0.5ch;
}

.unterkurs-wrapper {
  margin: 0.5ch;
}

:root {
  --bp: 50vw;
  --bp-kachelAngebot: 80%;
  --bp-canvas-width: 50%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --bp: 80vw;
    --bp-canvas-width: 80%;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --bp: 60vw;
    --bp-canvas-width: 60%;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  :root {
    --bp-canvas-width: 80vw;
  }
}
#primary.angebot {
  background: linear-gradient(0, hsl(212deg, 100%, 17%), hsl(212deg, 100%, 17%));
  background: hsl(212deg, 100%, 17%);
  background: white;
}

.container-angebot section.angebot-intro {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr var(--bp-kachelAngebot) 1fr 1fr 1fr;
  font-family: "RobotoSlab", serif;
  font-size: 0.8rem;
  background-color: hsl(188deg, 100%, 39%);
  color: white;
  padding-top: 2ch;
}
.container-angebot section.angebot-intro p {
  grid-column: 4/5;
}

.start-kachel-main {
  padding: 1ch;
  background: hsl(209deg, 47%, 90%);
}
.start-kachel-main h2 {
  margin-bottom: 2ch;
}
.start-kachel-main img {
  display: block;
  position: relative;
  top: -3ch;
  box-shadow: 5px 5px hsl(188deg, 100%, 39%);
}

.container-angebot {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr var(--bp) 1fr 1fr 1fr;
}
.container-angebot h1 {
  background: hsl(188deg, 100%, 39%);
  grid-column: 1/-1;
  -webkit-hyphens: none;
          hyphens: none;
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .container-angebot {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 1024px) {
  .container-angebot {
    grid-column: 4/5;
  }
  .container-angebot h1 {
    grid-column: 4/5;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  .container-angebot {
    grid-column: 4/5;
  }
}

.container-angebot section {
  grid-column: 1/8;
  position: relative;
  margin-bottom: 60vh;
  padding-bottom: 2ch;
  background-color: white;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .container-angebot section {
    grid-column: 4/5;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  .container-angebot section {
    grid-column: 4/5;
  }
}
.container-angebot section div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr var(--bp-kachelAngebot) 1fr 1fr 1fr;
}
.container-angebot section * {
  grid-column: 2/7;
}
.container-angebot section h2 {
  font-size: 0.8rem;
  color: hsl(188deg, 100%, 39%);
  margin-bottom: 1ch;
}
@media screen and (min-width: 1680px) {
  .container-angebot section div {
    grid-template-columns: 1fr 1fr 1fr var(--bp-kachelAngebot) 1fr 1fr 1fr;
  }
  .container-angebot section * {
    grid-column: 3/6;
  }
}

.container-angebot section.section-content p:first-child {
  font-family: "RobotoSlab", serif;
  font-size: 1rem;
  text-transform: uppercase;
  padding-bottom: 1ch;
  padding-right: 1ch;
  padding-top: 25vh;
  padding-left: 2ch;
  margin-bottom: 2ch;
  text-align: right;
  line-height: 1;
  color: hsl(187deg, 64%, 85%);
  color: hsl(212deg, 100%, 17%);
  grid-column: 1/-1;
  background: url(_bm/angebot-kachel-preline.jpg) no-repeat;
  background-color: hsl(201deg, 24%, 74%);
  background-size: cover;
  background-position: center;
}

.container-angebot section p:not(p:first-child) {
  -webkit-hyphens: auto;
          hyphens: auto;
  hyphenate-limit-chars: 10;
}

.angebot-c2a-bar-page {
  grid-column: 1/-1;
  position: sticky;
  width: 100%;
  bottom: 0;
  padding: 0.5ch;
  background: hsl(212deg, 100%, 17%);
  display: grid;
  grid-auto-flow: column;
  justify-items: center;
  align-content: center;
  opacity: 0;
  z-index: 900;
  transition: opacity 500ms ease;
}
.angebot-c2a-bar-page .anfragen-angebot {
  text-align: center;
}
.angebot-c2a-bar-page .anfragen-angebot .c2a {
  background: hsl(212deg, 100%, 17%);
  color: hsl(48deg, 87%, 79%);
}
.angebot-c2a-bar-page .anfragen-angebot .anfragen-angebot-titel {
  color: hsl(187deg, 64%, 70%);
  text-transform: uppercase;
}
.angebot-c2a-bar-page::before {
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 6.77%;
  top: 0;
  transform: translateY(-100%);
  background: url(_bm/nav-balken_blau.png) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .angebot-c2a-bar-page {
    grid-column: 4/5;
  }
}

p.form-angebot-tel {
  grid-column: 1/-1;
  margin-bottom: 2ch;
}
p.form-angebot-tel::before {
  content: "";
  position: relative;
  display: block;
  width: 3ch;
  height: 3ch;
  margin: 0 auto 0.5em auto;
  background: url(_bm/_icons/icon-phone.png) no-repeat;
  background-size: cover;
}

.angebot-termine {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr var(--bp) 1fr 1fr 1fr;
  grid-column: 1/-1;
  text-align: center;
}
.angebot-termine h2 {
  grid-column: 1/-1;
  text-align: center;
}
.angebot-termine div {
  grid-column: 2/7;
}
@media screen and (min-width: 1024px) {
  .angebot-termine {
    grid-template-columns: 1fr 1fr 1fr 80% 1fr 1fr 1fr;
    grid-column: 4/5;
  }
}

.angebot-img {
  position: relative;
  max-width: 30vw;
  max-height: 30vw;
}
.angebot-img img {
  width: 100%;
  height: 100%;
}

section.angebot-start {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr var(--bp-kachelAngebot) 1fr 1fr 1fr;
  position: relative;
  min-height: 50vh;
  background: hsl(201deg, 24%, 89%);
  background: linear-gradient(-90deg, hsl(201deg, 24%, 89%), hsl(197deg, 24%, 94%));
  background: white;
  margin-bottom: 100vh;
  border-bottom: 6px solid hsl(212deg, 100%, 17%);
  border-top: 6px solid hsl(188deg, 100%, 39%);
}
@media screen and (min-width: 1024px) {
  section.angebot-start {
    grid-template-columns: 1fr 1fr 1fr var(--bp-kachelAngebot) 1fr 1fr 1fr;
  }
}
section.angebot-start .kolumne {
  grid-column: 1/-1;
  position: relative;
  height: 30vh;
  background-color: hsl(212deg, 100%, 17%);
  background-image: url(_bm/bildmarke-stripes-trans.png);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: bottom right;
}
section.angebot-start .kolumne h2 {
  position: absolute;
  right: 1ch;
  bottom: 1ch;
  text-align: right;
  max-width: 80%;
  text-transform: uppercase;
  color: white;
  color: hsl(187deg, 64%, 70%);
  grid-column: 1/-1;
}
section.angebot-start article.angebot-start-content {
  grid-column: 2/7;
  display: grid;
  grid-template-columns: 5vw 30vw 1fr 5vw;
  row-gap: 1ch;
}
@media screen and (min-width: 1480px) {
  section.angebot-start article.angebot-start-content {
    grid-template-columns: 2ch minmax(10vw, 15vw) 1fr 2ch;
  }
  section.angebot-start article.angebot-start-content picture {
    min-height: unset !important;
  }
}
section.angebot-start article.angebot-start-content picture {
  grid-column: 2/3;
  position: relative;
  left: -2ch;
  top: -1ch;
  border-radius: 50%;
  border: 4px solid white;
  width: 100%;
  min-height: 30vw;
  aspect-ratio: 1/1;
  z-index: 10;
  grid-column: 1/3;
  animation: dropShadowAngebot 25000ms ease infinite;
}
@keyframes dropShadowAngebot {
  0% {
    filter: drop-shadow(0.5em 0em 0 hsl(197deg, 24%, 94%)) drop-shadow(-0.5em 0em 0 hsl(201deg, 24%, 74%));
  }
  12.5% {
    filter: drop-shadow(0.35em 0.35em 0 hsl(197deg, 24%, 94%)) drop-shadow(-0.35em -0.35em 0 hsl(201deg, 24%, 74%));
  }
  25% {
    filter: drop-shadow(0em 0.5em 0 hsl(197deg, 24%, 94%)) drop-shadow(0em -0.5em 0 hsl(201deg, 24%, 74%));
  }
  37.5% {
    filter: drop-shadow(-0.35em 0.35em 0 hsl(197deg, 24%, 94%)) drop-shadow(0.35em -0.35em 0 hsl(201deg, 24%, 74%));
  }
  50% {
    filter: drop-shadow(-0.5em 0em 0 hsl(197deg, 24%, 94%)) drop-shadow(0.5em 0em 0 hsl(201deg, 24%, 74%));
  }
  62.5% {
    filter: drop-shadow(-0.35em -0.35em 0 hsl(197deg, 24%, 94%)) drop-shadow(0.35em 0.35em 0 hsl(201deg, 24%, 74%));
  }
  75% {
    filter: drop-shadow(0em -0.5em 0 hsl(197deg, 24%, 94%)) drop-shadow(0em 0.5em 0 hsl(201deg, 24%, 74%));
  }
  87.5% {
    filter: drop-shadow(0.35em -0.35em 0 hsl(197deg, 24%, 94%)) drop-shadow(-0.35em 0.35em 0 hsl(201deg, 24%, 74%));
  }
  100% {
    filter: drop-shadow(0.5em 0em 0 hsl(197deg, 24%, 94%)) drop-shadow(-0.5em 0em 0 hsl(201deg, 24%, 74%));
  }
}
section.angebot-start article.angebot-start-content p.hl-angebote {
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-left: calc(1rem + 0.5rem);
}
section.angebot-start article.angebot-start-content h3 {
  color: hsl(212deg, 100%, 17%);
  font-family: "RobotoSlab", serif;
  font-size: 0.6rem;
  font-weight: 400;
  grid-column: 3/4;
  align-self: center;
  -webkit-hyphens: auto;
          hyphens: auto;
}
section.angebot-start article.angebot-start-content h4 {
  position: relative;
  max-width: 80%;
  left: 1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  display: block;
  margin-top: 2ch;
  width: -moz-fit-content;
  width: fit-content;
  background: hsl(188deg, 100%, 39%);
  color: white;
  padding: 0.25ch 0.5rem;
  line-height: 1;
}
section.angebot-start article.angebot-start-content h4::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  left: calc(0% - 1rem);
  background: url(_bm/_icons/icon-more.png) no-repeat;
  background-size: contain;
  background-position: center;
}
section.angebot-start article.angebot-start-content .desc {
  grid-column: 1/-1;
}
section.angebot-start article.angebot-start-content .desc .intro {
  margin-bottom: 4ch;
}
section.angebot-start article.angebot-start-content .desc .team-event, section.angebot-start article.angebot-start-content .desc .termin-info {
  position: relative;
  left: calc(1rem + 0.5rem);
  max-width: 80%;
}
section.angebot-start article.angebot-start-content .desc .team-event {
  color: hsl(188deg, 100%, 39%);
  line-height: 1;
  margin-top: 0.5ch;
  font-weight: bold;
}
@media screen and (min-width: 1680px) {
  section.angebot-start article.angebot-start-content .desc {
    grid-column: 2/-1;
  }
}
section.angebot-start .c2a {
  margin-bottom: 2ch;
  margin-top: 4ch;
}
section.angebot-start .angebot-c2a-bar {
  position: relative;
  grid-column: 1/-1;
  z-index: 10;
  background: hsl(188deg, 100%, 39%);
  padding: 0.5ch 0;
  margin-top: 2ch;
  padding: 0 2ch;
  display: flex;
  gap: 1ch;
  justify-content: center;
}
section.angebot-start .angebot-c2a-bar p {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
section.angebot-start .angebot-c2a-bar p::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 4ch;
  height: 4ch;
  margin-top: 1ch;
  background-color: hsl(212deg, 100%, 17%);
  border-radius: 50%;
}
section.angebot-start .angebot-c2a-bar p.c2a-kontakt::before {
  background-color: hsl(212deg, 100%, 17%);
  background-image: url(_bm/_icons/icon-phone-weiss.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section.angebot-start .angebot-c2a-bar p.c2a-termine::before {
  background-color: hsl(212deg, 100%, 17%);
  background-image: url(_bm/_icons/icon-termin-weiss.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section.angebot-start .angebot-c2a-bar p.c2a-info::before {
  background-color: hsl(212deg, 100%, 17%);
  background-image: url(_bm/_icons/icon-info-weiss.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section.angebot-start section {
  display: grid;
  grid-template-columns: 5vw 30vw 1fr 5vw;
  gap: 1ch;
  position: relative;
}
section.angebot-start .termine-layer, section.angebot-start .kontakt-layer, section.angebot-start .anfragen-layer {
  display: grid;
  grid-template-columns: 5vw 40vw 1fr 5vw;
  align-content: start;
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 0;
  border-top: 2px solid hsl(188deg, 100%, 39%);
  transition: height 500ms ease;
}
section.angebot-start .termine-layer h4, section.angebot-start .kontakt-layer h4, section.angebot-start .anfragen-layer h4 {
  grid-column: 3/4;
  color: white;
  font-size: 1rem;
  text-align: right;
  text-transform: uppercase;
  min-height: 40vw;
}
section.angebot-start .termine-layer h4 span, section.angebot-start .kontakt-layer h4 span, section.angebot-start .anfragen-layer h4 span {
  text-transform: none;
}
section.angebot-start .termine-layer .c2a-bar-content, section.angebot-start .kontakt-layer .c2a-bar-content, section.angebot-start .anfragen-layer .c2a-bar-content {
  grid-column: 2/4;
  color: white;
}
section.angebot-start .termine-layer.active, section.angebot-start .kontakt-layer.active {
  height: calc(100% - 30vh);
}
section.angebot-start .termine-layer {
  background: hsl(212deg, 100%, 17%);
}
section.angebot-start .termine-layer h5 {
  grid-column: 3/4;
  color: hsl(187deg, 64%, 70%);
  font-size: 1rem;
}
section.angebot-start .termine-layer div {
  grid-column: 2/4;
  margin-top: 20vh;
}
section.angebot-start .termine-layer div p {
  color: hsl(187deg, 64%, 85%);
  margin-bottom: 0.5ch;
  font-size: 0.6rem;
}
section.angebot-start .kontakt-layer .icon {
  width: 4ch;
  height: 4ch;
  background: white;
}
section.angebot-start .kontakt-layer {
  background: hsl(188deg, 100%, 39%);
}

@keyframes canvas-bg {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
#canvas {
  position: fixed;
  width: 100%;
  height: 85vh;
  top: 15dvh;
  overflow: hidden;
  background: linear-gradient(-80deg, hsl(201deg, 24%, 74%) 0% 55%, hsl(188deg, 100%, 39%) 60% 70%, hsl(201deg, 24%, 74%) 75% 100%) no-repeat;
  background-size: 300% 100%;
}
@media screen and (min-width: 1024px) {
  #canvas {
    width: var(--bp-canvas-width);
    height: 80vh;
    left: calc((100% - var(--bp-canvas-width)) / 2);
    top: 10vh;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  #canvas {
    width: var(--bp-canvas-width);
    height: 80vh;
    left: calc((100% - var(--bp-canvas-width)) / 2);
    top: 10vh;
  }
}

.canvas-post-wrapper {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 100%);
  display: flex;
  width: 100%;
  will-change: transform;
}

.canvas-post {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 5vw 1fr 5vw;
  align-content: end;
  position: relative;
  background: hsl(201deg, 24%, 74%);
  background: hsl(188deg, 100%, 39%);
  pointer-events: none;
}

.canvas-content {
  grid-column: 2/3;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: right;
  margin-bottom: 20vh;
}
.canvas-content h2 {
  font-size: 0.6rem;
  text-transform: uppercase;
  display: inline-block;
  background: hsl(188deg, 100%, 39%);
  color: white;
  padding: 0.25ch;
}
.canvas-content h2 strong {
  display: inline;
  line-height: 0;
  font-size: 1rem;
}
.canvas-content p {
  font-size: 0.5rem;
  padding: 0.25ch;
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 1024px) {
  .canvas-content {
    margin-bottom: 15%;
  }
}

.canvas-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.form-angebot {
  position: fixed;
  width: 100%;
  padding: 1ch;
  min-height: 100dvh;
  top: 0;
  z-index: 2000;
  background: hsl(188deg, 100%, 39%);
  background-image: url(_bm/formular-balken-blau.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  color: white;
  display: grid;
  align-content: start;
  grid-template-columns: 1fr 1fr;
  display: none;
  z-index: 1001;
}
.form-angebot img {
  grid-column: 1/-1;
  display: block;
  max-width: 30vw;
  margin: 2ch auto;
}
.form-angebot .intro {
  grid-column: 1/-1;
}
.form-angebot h3 {
  grid-column: 1/-1;
  text-align: center;
  margin-bottom: 1ch;
  color: white;
}
.form-angebot p {
  grid-column: 1/-1;
  text-align: center;
}
.form-angebot form {
  grid-column: 1/-1;
  margin-top: 2ch;
  text-align: center;
}
.form-angebot div.form-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1ch;
}
.form-angebot div.form-content label {
  font-size: 0.5rem;
  text-align: right;
  text-transform: uppercase;
}
.form-angebot div.form-content input {
  display: block;
}
.form-angebot button {
  margin-top: 2ch;
}
.form-angebot.visible {
  display: grid;
}
@media screen and (min-width: 1024px) {
  .form-angebot {
    grid-template-columns: 10% 10% 70% 10%;
    background-image: url(_bm/formular-balken-blau-desk-s.svg);
  }
  .form-angebot img {
    grid-column: 1/3;
    max-width: 100%;
    margin: 0;
    position: absolute;
    top: 1ch;
  }
  .form-angebot .intro {
    grid-column: 3/4;
    padding-left: 2ch;
  }
  .form-angebot .intro * {
    text-align: left;
  }
  .form-angebot .intro h2 {
    margin-bottom: 0;
  }
  .form-angebot form {
    grid-column: 2/4;
    margin-top: 15vh;
  }
  .form-angebot input {
    max-width: 40vw;
  }
}

.layer-kontakt-mail-send {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 1ch;
  background: hsl(188deg, 100%, 39%);
}
.layer-kontakt-mail-send p {
  font-size: 0.8rem;
  color: white;
  text-align: center;
}
.layer-kontakt-mail-send button.c2a-close {
  border-radius: 50%;
  width: 2ch;
  height: 2ch;
  font-size: 1rem;
  text-align: center;
  margin-top: 2ch;
  background: white;
  color: hsl(212deg, 100%, 17%);
  padding: 0;
  display: block;
}

:root {
  --bp: 50vw;
  --bp-kachelAngebot: 80%;
  --bp-canvas-width: 50%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --bp: 80vw;
    --bp-canvas-width: 80%;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --bp: 60vw;
    --bp-canvas-width: 60%;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  :root {
    --bp-canvas-width: 80vw;
  }
}
:root {
  --bp: 50vw;
  --bp-kachelAngebot: 80%;
  --bp-canvas-width: 50%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --bp: 80vw;
    --bp-canvas-width: 80%;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --bp: 60vw;
    --bp-canvas-width: 60%;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  :root {
    --bp-canvas-width: 80vw;
  }
}
@font-face {
  font-family: "Exo2";
  font-weight: 300;
  src: url(_fonts/Exo_2/static/Exo2-Light.ttf);
}
@font-face {
  font-family: "Exo2";
  font-weight: normal;
  src: url(_fonts/Exo_2/static/Exo2-Regular.ttf);
}
@font-face {
  font-family: "Exo2";
  font-weight: 700;
  src: url(_fonts/Exo_2/static/Exo2-Bold.ttf);
}
@font-face {
  font-family: "Exo2";
  font-weight: 900;
  src: url(_fonts/Exo_2/static/Exo2-Black.ttf);
}
@font-face {
  font-family: "RobotoSlab";
  font-weight: 400;
  src: url(_fonts/RobotoSlab-Regular.ttf);
}
html {
  font-size: clamp(0.8rem, 10vw + 0.15rem, 1.8rem);
  line-height: 1.4;
  letter-spacing: 1%;
  /*     @media screen and (min-width:1600px) {
          font-size:$fs-01-l;
          letter-spacing:1%;
      } */
}
@media screen and (min-width: 1680px) {
  html {
    font-size: clamp(0.75rem, 5vw + 0.15rem, 2.7rem);
  }
}

body {
  font-family: "Exo2", sans-serif;
  font-weight: normal;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p {
  hyphenate-limit-chars: 10 3 3;
  margin: 0;
  padding: 0;
}
body p {
  margin-bottom: 1ch;
}
body h2, body h3, body h4 {
  line-height: 1.2;
  font-weight: 400;
}

p, ul, li, h5, h6, input {
  font-size: 0.6rem;
  /*     @include breakpoint(desk-l) {
      font-size: .7rem;
      } */
}

ul li::marker {
  color: hsl(188deg, 100%, 39%);
}

body h1 {
  font-family: "Exo2", serif;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-align: center;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  background-color: hsl(188deg, 100%, 39%);
  background: linear-gradient(0deg, hsl(188deg, 100%, 15%), hsl(188deg, 100%, 39%) 70%);
  color: white;
  padding: 1ch 0.4ch;
  min-height: 20vh;
}
body h1 span {
  font-size: 0.8rem;
  text-transform: none;
}

h2 {
  font-size: 1rem;
  font-weight: 400;
}

h3 {
  font-size: 0.8rem;
}

h4 {
  font-size: 0.6rem;
}

a:-moz-any-link {
  color: unset;
  text-decoration: none;
}

a:any-link {
  color: unset;
  text-decoration: none;
}

/* .intro {
    font-size:$fs-04;
    margin-bottom:$spacer-m;
}
 */
:root {
  --bp: 50vw;
  --bp-kachelAngebot: 80%;
  --bp-canvas-width: 50%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --bp: 80vw;
    --bp-canvas-width: 80%;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --bp: 60vw;
    --bp-canvas-width: 60%;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  :root {
    --bp-canvas-width: 80vw;
  }
}
.corner-reg {
  border-radius: 0.25ch;
}

button {
  all: unset;
  /* oder für sanfteres Zurücksetzen: */
  /* appearance: none; */
  cursor: pointer; /* wieder setzen, sonst fehlt der Pointer */
  display: inline-block;
  /* optional: Basis-Reset für Struktur */
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font: inherit;
  color: inherit;
  font-size: 0.8rem;
}

input {
  border: unset;
}

.c2a {
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  border-radius: 0.5ch;
  padding: 0.35ch 0.6ch;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.c2a-more {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-top: 2ch;
  background-color: hsl(212deg, 100%, 17%);
  background: url(_bm/_icons/c2a-bg.jpg) no-repeat;
  background-size: cover;
  color: hsl(187deg, 64%, 70%);
  padding-bottom: 0.6ch;
}
.c2a-more::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  left: -1.2em;
  background: url(_bm/_icons/icon-more-positiv-blau.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: contain;
  background-position: center;
}

.c2a-form {
  font-family: "Exo2", sans-serif;
  outline: unset;
  background: unset;
  border: 2px solid white;
}

.layer-kontakt-phon-active {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  outline: 1px solid red;
  height: -moz-min-content;
  height: min-content;
  width: -moz-min-content;
  width: min-content;
  background: hsl(197deg, 24%, 94%);
  padding: 1ch;
  text-align: center;
  transform: translate(-50%, -50%);
}

.angebot-team {
  grid-column: 1/8;
  position: relative;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr var(--bp) 1fr 1fr 1fr;
  gap: 0;
  padding: 2ch 0;
  background-color: hsl(201deg, 24%, 74%);
}
.angebot-team h2 {
  grid-column: 1/-1;
  text-align: center;
  margin-bottom: 2ch;
  color: white;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .angebot-team {
    grid-column: 4/5;
  }
}

.angebot-team-wrapper {
  position: relative;
  grid-column: 2/7;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2ch;
}
.angebot-team-wrapper div .wp-block-group {
  margin-bottom: 3ch;
}
.angebot-team-wrapper div p {
  font-size: 0.5rem;
  text-align: center;
  color: white;
  text-align: center;
}
.angebot-team-wrapper div figure {
  position: relative;
  display: block;
  width: 80%;
  padding-top: 80%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.angebot-team-wrapper div figure img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .angebot-team-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.kachel-termine {
  background-image: url(_bm/termine-kalender-bg-gs.jpg);
  background-color: hsl(201deg, 34%, 35%);
  background-size: cover;
  background-blend-mode: multiply;
  padding-bottom: 2ch;
}
.kachel-termine h2, .kachel-termine h3, .kachel-termine h4 {
  color: hsl(48deg, 87%, 79%);
  text-transform: uppercase;
}
.kachel-termine h2 {
  margin-bottom: 2ch;
}
.kachel-termine h3 {
  color: hsl(187deg, 64%, 70%);
  margin-top: 1ch;
}
.kachel-termine h4 {
  color: hsl(48deg, 87%, 79%);
}
.kachel-termine h6 {
  color: hsl(48deg, 87%, 79%);
}
.kachel-termine p {
  color: white;
}/*# sourceMappingURL=woosakademie.css.map */