@charset "UTF-8";
:root {
  --bp: 50vw;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  :root {
    --bp:86vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --bp:70vw;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --bp:50vw;
  }
}
@media screen and (min-width: 1480px) {
  :root {
    --bp:50vw;
  }
}
:root {
  --bp: 50vw;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  :root {
    --bp:86vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --bp:70vw;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --bp:50vw;
  }
}
@media screen and (min-width: 1480px) {
  :root {
    --bp:50vw;
  }
}
@font-face {
  font-family: "openSans";
  font-weight: normal;
  src: url(_fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: "openSans";
  font-weight: bold;
  src: url(_fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: "openSans";
  font-weight: 900;
  src: url(_fonts/OpenSans-ExtraBold.ttf);
}
@font-face {
  font-family: "Sedwick Ave";
  font-weight: 400;
  src: url(_fonts/SedgwickAve-Regular.ttf);
}
html {
  font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem);
}
@media screen and (max-width: 768px) {
  html {
    font-size: clamp(0.9rem, 2.5vw + 0.25rem, 1.1rem);
  }
}

body {
  font-family: "openSans", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
}
body h1, body h2, body h3, body h4, body p {
  margin: 0;
  padding: 0;
}
body h1, body h2, body h3, body h4 {
  line-height: 1.2;
}

body p, ul {
  font-size: clamp(0.9rem, 1.7vw + 0.25rem, 1.2rem);
  letter-spacing: 0.2 px;
  margin-bottom: 2ch;
}
body h2 {
  font-size: clamp(1.25rem, 3vw + 0.25rem, 1.6rem);
}

body h3 {
  font-size: clamp(0.9rem, 1.7vw + 0.25rem, 1.2rem);
}

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

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

h2, h3 {
  color: hsl(208deg, 29%, 32%);
}

.hero-head {
  display: inline-block;
}
.hero-head h1 {
  color: white;
  font-size: clamp(1.8rem, 2.5vw + 0.25rem, 3.7rem);
  line-height: 1;
  font-weight: normal;
}

.kurs-head {
  position: absolute;
  left: -3%;
  bottom: -6ch;
  grid-column: 2/3;
  padding: 2ch 1ch 1ch 1ch;
  transform: rotate(-1deg);
  background: linear-gradient(0deg, hsl(334deg, 100%, 51%), hsla(334deg, 100%, 51%, 0.8));
}
.kurs-head h1 {
  color: white;
  font-size: clamp(1.8rem, 2.5vw + 0.25rem, 3.7rem);
  line-height: 1;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .kurs-head {
    bottom: -4ch;
  }
}

.portal-head {
  position: absolute;
  left: -3%;
  bottom: -2ch;
  grid-column: 2/3;
  padding: 1ch;
  transform: rotate(-1deg);
  background: linear-gradient(0deg, hsl(334deg, 100%, 51%), hsla(334deg, 100%, 51%, 0.8));
}
.portal-head h1 {
  text-transform: uppercase;
  font-weight: 900;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .hero-head h1, .kurs-head h1 {
    font-size: clamp(1.5rem, 5vw + 0.25rem, 3.5rem);
  }
}
.hero-kurs-rubrik {
  position: absolute;
  top: -2ch;
  margin-bottom: 0.5ch;
  transform: rotate(-1deg);
}
.hero-kurs-rubrik p {
  display: inline-block;
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
  font-weight: 900;
  text-transform: uppercase;
  color: hsl(158deg, 67%, 70%);
  background: hsl(208deg, 29%, 32%);
  border-radius: 1ch;
  padding: 0.25ch 1ch;
  margin-bottom: 0;
}

.intro p {
  color: hsl(208deg, 29%, 32%);
  font-weight: bold;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .intro p {
    font-size: clamp(0.9rem, 4.5vw + 0.25rem, 1.15rem);
  }
}

.kurs-intro {
  margin-bottom: 6ch;
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .kurs-intro {
    left: 0%;
    width: 100%;
    top: 0;
  }
}

.intro-standard {
  margin-bottom: 10ch;
}

.kurs-subhead {
  margin-bottom: 3ch;
}
.kurs-subhead h2 {
  font-size: clamp(1.35rem, 3vw + 0.25rem, 2.5rem);
  font-weight: bold;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .kurs-subhead {
    left: 0%;
    width: 100%;
    top: 0;
  }
}

/* .kurs-subhead h2::first-letter {
    font-size:$fs-05;
    line-height:0;
    position:relative;
    left:-3ch;
    initial-letter: 2;
} */
:root {
  --bp: 50vw;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  :root {
    --bp:86vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --bp:70vw;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --bp:50vw;
  }
}
@media screen and (min-width: 1480px) {
  :root {
    --bp:50vw;
  }
}
html, body {
  width: 100%;
  padding: 0px;
  margin: 0px;
  scroll-behavior: smooth;
}
html *, body * {
  box-sizing: border-box;
}
html * a:link, body * a:link {
  cursor: pointer;
}

#primary, .hero {
  grid-template-columns: 1fr 1fr 1fr var(--bp) 1fr 1fr 1fr;
}

#primary {
  position: relative;
  display: grid;
  padding-bottom: 20vh;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  #primary {
    grid-column: 2/3;
  }
}

#primary.content-kurs.content-single {
  overflow: unset;
}

main {
  grid-column: 4/5;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: flex-start;
}
@media screen and (min-width: 1024px) and (max-width: 1480px) {
  main {
    grid-column: 3/6;
  }
}

.main-kurs {
  /* grid-column: 4/5;
  grid-template-columns:1fr minmax(20ch, 30ch);

  @media screen and (max-width:$bp-s) and (orientation:portrait) {
      grid-column: 1/2;
      grid-template-columns: 1fr;
  }

  @media screen and (min-width:$bp-s) and (max-width:$bp-m) and (orientation:portrait) {
      grid-column:1/2;
      grid-template-columns: 1fr;

  } */
}

.container {
  grid-column: 1/2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .container {
    grid-column: 1/8;
  }
}

.container-standard {
  grid-column: 1/4;
}

.container-kurs {
  /*     grid-column: 1/2;
      //outline:1px solid black;

      @media screen and (max-width:$bp-s) and (orientation:portrait) {
          grid-column: 2/3;
          margin-bottom:$margin-bottom-typo-03;
      }
      @media screen and (min-width:$bp-s) and (max-width:$bp-m) and (orientation:portrait) {
          grid-column:1/2;


      } */
}

.container-standard {
  grid-column: 1/3;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .container-modul-landingpage {
    grid-column: 1/3;
  }
}

/* Opt-in für Seitenübergänge */
html {
  view-transition-name: page;
}

/* sanfter Seitenwechsel: alte Seite leicht nach links raus, neue leicht von rechts rein + Fade */
::view-transition-old(page) {
  animation: vt-old 280ms ease both;
}

::view-transition-new(page) {
  animation: vt-new 280ms ease both;
}

@keyframes vt-new {
  from {
    opacity: 0;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes vt-old {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translateX(-12px);
  }
}
/* Respektiere reduzierte Bewegungen */
@media (prefers-reduced-motion: reduce) {
  html {
    view-transition-name: none;
  }
}
/* Initiales Reinfaden/-sliden der Seite */
body {
  opacity: 1;
  transform: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

@starting-style {
  body {
    opacity: 0;
    transform: translateX(8px);
  }
}
:root {
  --bp: 50vw;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  :root {
    --bp:86vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --bp:70vw;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --bp:50vw;
  }
}
@media screen and (min-width: 1480px) {
  :root {
    --bp:50vw;
  }
}
header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr var(--bp) 1fr 1fr 1fr;
  grid-template-rows: 8vh 0ch;
  gap: 1ch;
  justify-content: center;
  position: sticky;
  top: 0;
  background: white;
  width: 100%;
  padding-top: 2ch;
  border-bottom: 1px dotted hsl(208deg, 29%, 32%);
  z-index: 299;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  header {
    grid-template-columns: 2ch 3.5fr 1fr 1fr 2ch;
  }
}
@media screen and (min-width: 1024px) {
  header {
    grid-template-rows: 8vh 5ch;
  }
}
@media screen and (min-width: 768px) and (max-width: 1480px) and (orientation: portrait) {
  header {
    grid-template-columns: 6ch 3.5fr 1fr 1fr 6ch;
  }
}
.header-icon-wrapper {
  grid-row: 1/2;
  justify-items: center;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  align-content: end;
}

.header-icon {
  grid-row: 1/2;
  position: relative;
  margin: 0 auto;
  margin-bottom: 0.15ch;
  height: 5ch;
  width: 5ch;
}

.container-header {
  grid-column: 1/-1;
  grid-row: 1;
  display: grid;
}
@media screen and (max-width: 1480px) and (orientation: portrait) {
  .container-header {
    grid-column: 2/3;
    display: grid;
    grid-template-columns: 1fr;
  }
}

.logo {
  align-self: end;
  text-align: center;
  /* @media screen and (min-width:$bp-m) and (orientation:portrait) {
      width:100%;
  } */
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .logo {
    margin-bottom: 0;
    grid-column: 1/-1;
    justify-self: left;
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .logo {
    width: 100%;
  }
}
.logo img {
  height: auto;
  width: 100%;
}

.logo img.custom-logo {
  width: clamp(5rem, 50vw, 40rem);
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .logo img.custom-logo {
    width: 100%;
  }
}

:root {
  --bp: 50vw;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  :root {
    --bp:86vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --bp:70vw;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --bp:50vw;
  }
}
@media screen and (min-width: 1480px) {
  :root {
    --bp:50vw;
  }
}
.nav-main {
  grid-column: 1/-1;
  display: none;
  justify-content: center;
  align-content: center;
}
@media screen and (min-width: 1024px) {
  .nav-main {
    display: flex;
  }
}

.nav-main ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.15ch 0 !important;
  padding: 0;
}

.nav-main ul li {
  display: inline-block;
  list-style-type: none;
  font-size: clamp(0.9rem, 1.7vw + 0.25rem, 1.2rem);
  font-weight: bold;
  text-transform: uppercase;
  color: hsl(208deg, 29%, 32%);
  padding: 0 1ch;
  scale: 1;
  transition: all 500ms ease;
}
@media screen and (min-width: 1024px) and (max-width: 1480px) and (orientation: portrait) {
  .nav-main ul li {
    font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem);
  }
}

.nav-main ul li:last-child {
  border-right: none;
}

.nav-main ul li:hover {
  scale: 1.15;
  transition: all 500ms ease;
}

.nav-active {
  font-weight: 900 !important;
  color: white !important;
  background: hsl(334deg, 100%, 51%);
  transform: rotate(-1deg);
  z-index: 300;
  position: relative;
  top: 0.35ch;
}

.nav-active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.25ch;
  background: hsl(334deg, 100%, 51%);
  left: 0;
  bottom: -1.25ch;
}

.nav-active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1ch;
  background: hsl(334deg, 100%, 51%);
  left: 0;
  top: -1ch;
}

.nav-mega-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  display: grid;
  grid-template-columns: 0fr;
  align-content: center;
  min-height: 100%;
  z-index: 300;
  background: hsl(158deg, 67%, 50%);
  border-left: 4px solid white;
  transition: grid-template-columns 500ms ease;
}

.nav-mega-wrapper-show {
  grid-template-columns: 1fr;
}

.nav-mega {
  overflow: hidden;
  opacity: 1;
  transition: opacity 100ms ease;
}
.nav-mega div {
  min-width: 35ch;
  padding: 10%;
  opacity: 1;
}
.nav-mega h2 {
  font-size: clamp(1.25rem, 3vw + 0.25rem, 1.6rem);
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 10vh;
  color: white;
}
.nav-mega p {
  font-size: clamp(0.9rem, 1.7vw + 0.25rem, 1.2rem);
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px dotted white;
  color: white;
  margin-bottom: 1ch;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .nav-mega p {
    font-size: clamp(0.9rem, 4.5vw + 0.25rem, 1.15rem);
  }
}

.menue-small {
  font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem) !important;
}

.nav-mega-icon-wrapper {
  grid-column: 7/8;
  position: relative;
  display: grid;
  justify-items: center;
  z-index: 301;
}
@media screen and (max-width: 1480px) and (orientation: portrait) {
  .nav-mega-icon-wrapper {
    grid-column: 4/5;
    justify-self: end;
  }
}
.nav-mega-icon-wrapper .nav-mega-icon {
  background-image: url(_bm/icon-mega-menue_dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  outline: 2px solid hsl(208deg, 29%, 32%);
}
.nav-mega-icon-wrapper p {
  position: relative;
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
  font-weight: bold;
  color: hsl(208deg, 29%, 32%);
  margin: 0 0 0 0;
}

.nav-mega-icon-close {
  position: absolute;
  top: 3ch;
  left: 2ch;
  height: 5ch;
  width: 5ch;
  border-radius: 50%;
  border: 2px solid white;
  cursor: pointer;
  background-image: url(_bm/icon-mega-menue_close.svg);
}
:root {
  --bp: 50vw;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  :root {
    --bp:86vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --bp:70vw;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --bp:50vw;
  }
}
@media screen and (min-width: 1480px) {
  :root {
    --bp:50vw;
  }
}
footer {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 50vh;
  padding: 5ch 10vw;
  background: url(_bm/stripe-hero-white.png), linear-gradient(180deg, hsl(208deg, 29%, 32%), hsl(208deg, 29%, 20%));
  background-repeat: repeat-x, no-repeat;
  background-size: auto 15%, auto;
  background-position: bottom;
}
footer p {
  color: white;
}
footer .footer-big {
  font-size: clamp(1.25rem, 3vw + 0.25rem, 1.6rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  footer {
    padding: 2ch;
  }
  footer p {
    font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem) !important;
  }
}

.custom-footer {
  text-align: center;
}

.footer-zusatz p {
  display: inline-block;
}

@keyframes logoFooter {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.logo-footer {
  max-width: 10vw;
  animation: logoFooter 60s linear infinite;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .logo-footer {
    max-width: 30vw;
  }
}

:root {
  --bp: 50vw;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  :root {
    --bp:86vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --bp:70vw;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --bp:50vw;
  }
}
@media screen and (min-width: 1480px) {
  :root {
    --bp:50vw;
  }
}
.wrapper-referent {
  grid-column: 2/3;
  width: 90%;
  margin-left: 10%;
  border-left: 2px dotted hsl(208deg, 29%, 32%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .wrapper-referent {
    grid-column: 1/3;
    margin-top: 5vh;
    margin-left: 0;
  }
}

.kurs-referent {
  margin-bottom: 4ch;
  background: url(_bm/stripe-kurs-referent_gray.png), no-repeat;
  background-repeat: no-repeat;
  background-position: 100% 20%;
  background-size: 100%;
  border-radius: 1vmin;
  display: grid;
  text-align: left;
  justify-content: left;
  align-content: start;
}
.kurs-referent h4 {
  font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem);
  color: hsl(208deg, 29%, 32%);
  text-transform: uppercase;
}
.kurs-referent p {
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
  color: hsl(208deg, 29%, 32%);
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .kurs-referent {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
}

.profilbild-referent {
  position: relative;
  left: -1ch;
  width: 15vmin;
  height: 15vmin;
  aspect-ratio: 1/1;
  margin-bottom: 2ch;
  border: 2px dotted white;
  border-radius: 50%;
  box-shadow: 2px 2px hsl(334deg, 100%, 51%), 4px -4px hsl(45deg, 100%, 50%), -3px -3px hsl(158deg, 67%, 50%);
  overflow: hidden;
}
.profilbild-referent img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .profilbild-referent {
    grid-column: 1/2;
    width: 20vw;
    height: 20vw;
    left: -1ch;
    aspect-ratio: 1/1;
  }
}

.referent-inhalt {
  padding: 0 0% 0 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .referent-inhalt {
    grid-column: 2/3;
  }
}

.website-referent a {
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
  font-weight: bold;
  margin-top: 1ch;
  color: hsl(208deg, 30%, 90%);
}

:root {
  --bp: 50vw;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  :root {
    --bp:86vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --bp:70vw;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --bp:50vw;
  }
}
@media screen and (min-width: 1480px) {
  :root {
    --bp:50vw;
  }
}
.hero-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr var(--bp) 1fr 1fr 1fr;
  align-content: end;
  margin-bottom: 15vh;
  grid-column: 1/8;
  background-repeat: no-repeat;
  background-size: cover;
  /*    

      @media screen and (min-width:$bp-s) and (max-width:$bp-m) and (orientation:portrait) {
          grid-template-columns: 1fr 80vw 1fr;
      }
      @media screen and (min-width:$bp-s) and (max-width:$bp-m) {
          grid-template-columns: $grid-base-m;
      }

      @media screen and (min-width:$bp-xl) {
          grid-template-columns: $grid-base-xl;
          grid-column:4/5;
          background:yellow;
      } */
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .hero-wrapper {
    margin-bottom: 10vh;
  }
}

.hero {
  grid-column: 3/6;
  position: relative;
  border-left: 4px solid white;
  border-right: 4px solid white;
}

.kurs-hero {
  width: 100%;
  max-height: 60vh;
  aspect-ratio: 2.2/1;
}
.kurs-hero picture {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.kurs-hero picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .kurs-hero {
    aspect-ratio: 2/1;
  }
}

.standard-hero {
  height: 40vmin;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portal-hero {
  height: 50vmin;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-heading-full-width {
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  font-family: "Sedwick Ave", cursive;
  font-size: clamp(1.25rem, 3vw + 0.25rem, 1.6rem);
}

.hero-bg-color {
  background: url(_bm/hero-elipsis_1600px.png), url(_bm/stripe-hero-white.png), linear-gradient(45deg, hsl(334deg, 100%, 51%), hsl(45deg, 100%, 50%), hsl(45deg, 100%, 70%), hsl(45deg, 100%, 90%), hsl(158deg, 67%, 50%), hsl(208deg, 29%, 32%));
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-size: cover, auto, 200%;
  background-position: cover, bottom, left;
  animation: hero-bg-color-move 30000ms infinite;
  /* background-image:url(_bm/stripe-hero-white.png);
  background-repeat: repeat-x;
  background-position:0%, 100%; */
}

@keyframes hero-bg-color-move {
  0% {
    background-position: bottom, bottom, 0%, 0%;
  }
  50% {
    background-position: bottom, bottom, 100%, 200%;
  }
  100% {
    background-position: bottom, bottom, 0%, 0%;
  }
}
.hero-head.start-head {
  position: absolute;
  bottom: -5ch;
  left: 10vw;
  width: 30ch;
  height: 30ch;
  z-index: 100;
  border-radius: 50%;
  background: linear-gradient(180deg, hsl(208deg, 44%, 32%), hsl(208deg, 29%, 20%));
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 4px solid white;
}
.hero-head.start-head h1 {
  font-size: clamp(1.35rem, 3vw + 0.25rem, 2.5rem);
  font-weight: 900;
  color: hsl(158deg, 67%, 90%);
  animation: typoColorSwitch 10000ms ease infinite;
}
@keyframes typoColorSwitch {
  0% {
    color: hsl(158deg, 67%, 90%);
  }
  20% {
    color: hsl(45deg, 100%, 90%);
  }
  40% {
    color: hsl(334deg, 100%, 90%);
  }
  60% {
    color: hsl(45deg, 100%, 90%);
  }
  80% {
    color: hsl(158deg, 67%, 90%);
  }
  100% {
    color: hsl(158deg, 67%, 90%);
  }
}
.hero-head.start-head h1 span {
  font-size: clamp(0.9rem, 1.7vw + 0.25rem, 1.2rem);
  font-weight: bold;
  line-height: 1.4;
  display: block;
  margin-top: 1ch;
  color: white;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .hero-head.start-head {
    left: -1ch;
    width: 15ch;
    height: 15ch;
  }
  .hero-head.start-head h1 {
    font-size: clamp(0.9rem, 1.7vw + 0.25rem, 1.2rem);
  }
  .hero-head.start-head h1 span {
    font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem);
  }
}

.hero-slider-wrapper {
  position: relative;
  grid-column: 3/6;
  overflow: hidden;
  max-height: unset;
  height: 70vh;
  border-left: 4px solid white !important;
  border-right: 4px solid white !important;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .hero-slider-wrapper {
    height: 40vh;
  }
}

.slider-container {
  display: grid;
  grid-template-columns: repeat(3, 100%);
  position: relative;
  height: 100%;
  transform: translateX(0); /* Startpunkt */
}

.slider-item {
  position: relative;
}
.slider-item picture {
  display: block;
  overflow: hidden;
  height: 100%;
}
.slider-item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slider-item .slider-text {
  position: absolute;
  right: 2ch;
  bottom: 25%;
  max-width: 40%;
  padding: 1ch;
  background: hsl(334deg, 100%, 51%);
  color: white;
  transform: rotate(-1deg);
}
.slider-item .slider-text h2 {
  color: white;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .slider-item {
    grid-column: unset !important;
  }
  .slider-item .slider-text {
    bottom: 2ch;
    max-width: 60%;
  }
  .slider-item .slider-text h2 {
    font-size: clamp(0.9rem, 1.7vw + 0.25rem, 1.2rem);
  }
  .slider-item .slider-text p {
    margin-bottom: 0;
  }
}

.hero-start {
  position: relative;
  grid-column: 1/8;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr var(--bp) 1fr 1fr 1fr;
}
.hero-start-heading {
  display: inline-block;
  padding: 1ch;
  background: hsl(334deg, 100%, 51%);
  color: white !important;
  font-family: "Sedwick Ave", cursive;
  font-size: clamp(1.8rem, 2.5vw + 0.25rem, 3.7rem);
}

:root {
  --bp: 50vw;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  :root {
    --bp:86vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --bp:70vw;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --bp:50vw;
  }
}
@media screen and (min-width: 1480px) {
  :root {
    --bp:50vw;
  }
}
.bg-green {
  background-color: hsl(158deg, 67%, 50%);
}

.bg-yellow {
  background-color: hsl(45deg, 100%, 50%);
}

.bg-red {
  background-color: hsl(334deg, 100%, 51%);
}

.bg-gray {
  background-color: hsl(208deg, 29%, 32%);
}

.main-start {
  grid-column: 1/8;
  grid-template-columns: 1fr 1fr 1fr var(--bp) 1fr 1fr 1fr;
}

.container-start {
  display: grid;
  grid-column: 1/8;
  grid-template-columns: 1fr 1fr 1fr var(--bp) 1fr 1fr 1fr;
}
.container-start .start-section {
  grid-column: 1/8;
  text-align: center;
  margin-bottom: 10vh;
  background-image: url(_bm/stripe-hero-white.png);
  background-repeat: repeat-x;
  background-size: 4%;
  background-position: bottom;
  animation: heading-start-bg-color-move 30000ms infinite;
}
.container-start .start-section h2 {
  font-size: clamp(1.8rem, 2.5vw + 0.25rem, 3.7rem);
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  padding: 1ch 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .container-start {
    grid-column: 1/8;
  }
}

.container-start > * {
  grid-column: 4/5;
  margin-bottom: 20vh;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .container-start > * {
    grid-column: 3/6;
    margin-bottom: 10vh;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1480px) {
  .container-start > * {
    grid-column: 3/6;
  }
}

.start-intro {
  color: hsl(208deg, 29%, 32%);
  font-size: clamp(1.25rem, 3vw + 0.25rem, 1.6rem);
}

.link-highlight {
  color: white;
}

.link-highlight a {
  position: relative;
  left: 4ch;
  color: white;
  background: hsl(158deg, 67%, 50%);
  font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem);
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.25ch;
  margin-top: 1ch;
}

.start-kachel {
  position: relative;
  padding: 1ch;
  color: white;
  border-radius: 1ch;
}
.start-kachel figure {
  overflow: hidden;
}
.start-kachel h2 {
  margin-bottom: 2ch;
  text-align: center;
  text-transform: uppercase;
  color: hsl(45deg, 100%, 70%);
}
.start-kachel p {
  color: white;
  font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem);
}

.start-teaser-menue h2 {
  position: relative;
  left: -1ch;
  display: inline-block;
  text-transform: uppercase;
  background: hsl(334deg, 100%, 51%);
  padding: 0.25ch 1ch;
  transform: rotate(-1deg);
  color: white;
}
.start-teaser-menue figure {
  position: relative;
  overflow: hidden;
  height: 30vh;
}
.start-teaser-menue figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .start-cover-ueber-uns {
    min-height: unset;
    height: 50vw;
  }
}

.start-image-slider {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  grid-column: 1/8;
}
.start-image-slider h2 {
  color: white;
  font-size: clamp(1.8rem, 2.5vw + 0.25rem, 3.7rem);
  font-weight: 900;
  text-transform: uppercase;
  margin: 5vh 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .start-image-slider .fuerkolleginnen {
    font-size: clamp(0.9rem, 1.7vw + 0.25rem, 1.2rem);
  }
  .start-image-slider h2 {
    margin: 3vh 0;
  }
}

@keyframes heading-start-bg-color-move {
  0% {
    background-color: hsl(158deg, 67%, 50%);
  }
  25% {
    background-color: hsl(45deg, 100%, 50%);
  }
  50% {
    background-color: hsl(334deg, 100%, 51%);
  }
  75% {
    background-color: hsl(45deg, 100%, 50%);
  }
  100% {
    background-color: hsl(158deg, 67%, 50%);
  }
}
.bg-color-heading-start {
  background-image: url(_bm/stripe-hero-white.png);
  background-repeat: repeat-x;
  background-size: 4%;
  background-position: bottom;
  animation: heading-start-bg-color-move 30000ms infinite;
}

.start-blog-container p {
  font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem);
}

.start-blog-feature {
  position: relative;
  grid-column: 1/4;
  margin-bottom: 3ch;
  background: lightcyan;
  border-radius: 1ch;
  overflow: hidden;
}
.start-blog-feature picture {
  display: block;
  overflow: hidden;
  height: 50vh;
}
.start-blog-feature img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.start-blog-feature .start-blog-feature-txt {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.start-blog-feature .start-blog-feature-txt .blog-feature-head {
  position: relative;
  bottom: -0.5ch;
  display: inline-block;
  left: 1ch;
  padding: 0.5ch;
  color: white;
  max-width: 90%;
}
.start-blog-feature .start-blog-feature-txt p {
  padding: 1ch;
  color: white;
  background: hsla(208deg, 44%, 32%, 0.9);
  border-top: 1px dotted white;
  margin-bottom: 0;
}
.start-blog-feature .start-blog-feature-txt p .c2a {
  border: 1px solid white;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .start-blog-feature picture {
    height: 30vh;
  }
}

.start-blog-wrapper {
  grid-column: 1/4;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3ch;
  margin-bottom: 3ch;
}
.start-blog-wrapper article {
  position: relative;
}
.start-blog-wrapper article p {
  font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem);
}
.start-blog-wrapper article h3 {
  margin-bottom: 1ch;
}
.start-blog-wrapper article picture {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.5/1;
  margin-bottom: 3ch;
}
.start-blog-wrapper article img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .start-blog-wrapper {
    grid-template-columns: 1fr;
  }
  .start-blog-wrapper article {
    background: hsl(208deg, 30%, 90%);
    padding: 1ch;
  }
  .start-blog-wrapper article picture {
    display: none;
  }
}

main.main-blog {
  grid-template-columns: 1fr;
}

.blog-head {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
  opacity: 0.85;
}
.blog-head h1 {
  font-size: clamp(5rem, 15vw + 0.25rem, 10rem);
  font-weight: 900;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 0 hsl(208deg, 29%, 20%);
}

.foerderer-wrapper {
  border-bottom: 1px dotted hsl(208deg, 29%, 32%);
  margin-bottom: 10ch;
}

.foerderer-info figure {
  position: relative;
  margin-right: 2ch;
  float: left;
  width: 15ch;
  height: 15ch;
  overflow: hidden;
  shape-outside: circle(50%);
  border-radius: 50%;
  box-shadow: 2px 2px hsl(334deg, 100%, 51%), 4px -4px hsl(45deg, 100%, 50%), -3px -3px hsl(158deg, 67%, 50%);
}

:root {
  --bp: 50vw;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  :root {
    --bp:86vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --bp:70vw;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --bp:50vw;
  }
}
@media screen and (min-width: 1480px) {
  :root {
    --bp:50vw;
  }
}
#primary.content-portal {
  /* grid-column:2/3;
  grid-template-columns:1fr; */
}

#main.main-portal {
  /* grid-column:1/2;
  grid-template-columns:unset;
  column-gap:unset; */
}

.container-portal {
  grid-column: 4/5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .container-portal {
    grid-column: 1/8;
  }
}
.intro-portal {
  margin-bottom: 10ch;
}

.kurs-teaser-kachel {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2ch;
  align-items: flex-start;
  margin-bottom: 10ch;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .kurs-teaser-kachel {
    grid-template-columns: 1fr;
    gap: 0;
    align-items: unset;
  }
}

.kurs-teaser-kachel-hero {
  position: relative;
  border-bottom: 1px dotted white;
}
.kurs-teaser-kachel-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kurs-teaser-kachel-hero-info-wrapper {
  position: absolute;
  width: 90%;
  bottom: -3ch;
  right: 2ch;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.kurs-teaser-kachel-hero-punkte {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5ch;
  width: 5ch;
  background-color: hsl(158deg, 67%, 50%);
  border-radius: 50%;
  border: 2px solid white;
}
.kurs-teaser-kachel-hero-punkte p {
  font-size: clamp(0.9rem, 1.7vw + 0.25rem, 1.2rem);
  font-weight: 900;
  text-align: center;
  color: white;
  margin: 0;
}

.kurs-teaser-kachel-hero-referent {
  height: 9ch;
  width: 9ch;
  border-radius: 50%;
  border: 2px solid white;
  margin-right: 2ch;
  background-size: cover;
  box-shadow: 2px 2px hsl(334deg, 100%, 51%), 4px -4px hsl(45deg, 100%, 50%), -3px -3px hsl(158deg, 67%, 50%);
}

.kurs-teaser-kachel-info {
  background: url(_bm/dots-kacheln-9rows.png), linear-gradient(180deg, hsl(208deg, 29%, 32%), hsl(208deg, 29%, 20%));
  background-repeat: repeat-y, no-repeat;
  background-position: left, bottom;
  border-radius: 1vmin;
  padding: 4ch 4ch 2ch 6ch;
  min-height: 100%;
}
.kurs-teaser-kachel-info h2 {
  color: hsl(45deg, 100%, 90%);
  font-size: clamp(0.9rem, 1.7vw + 0.25rem, 1.2rem);
  transform: rotate(-1deg);
  position: relative;
  top: -0.5ch;
  left: -1ch;
}
.kurs-teaser-kachel-info p {
  color: white;
}
.kurs-teaser-kachel-info a:not(h2) {
  display: inline-block;
  max-width: 40ch;
  font-size: clamp(0.9rem, 1.7vw + 0.25rem, 1.2rem);
  font-weight: bold;
  color: white;
  border-radius: 2px;
  margin-top: 2ch;
}
.kurs-teaser-kachel-info a:not(h2) span {
  background-color: hsl(334deg, 100%, 51%);
}
.kurs-teaser-kachel-info .kurs-teaser-kachel-info-datum h4 {
  color: hsl(45deg, 100%, 50%);
  font-weight: normal;
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
  display: inline;
  margin-right: 1ch;
  text-transform: uppercase;
}
.kurs-teaser-kachel-info .kurs-teaser-kachel-info-datum p {
  display: inline-block;
  font-weight: bold;
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
  margin-right: 2ch;
  margin-bottom: 0;
}
.kurs-teaser-kachel-info .kurs-teaser-kachel-rubrik, .kurs-teaser-kachel-info .modul-kachel-module-count {
  margin-bottom: 1ch;
}
.kurs-teaser-kachel-info .kurs-teaser-kachel-rubrik p, .kurs-teaser-kachel-info .modul-kachel-module-count p {
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
  font-weight: bold;
  color: hsl(158deg, 67%, 70%);
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .kurs-teaser-kachel-info {
    background-size: 15%, 100%;
    padding: 2ch 4ch 2ch 2ch;
    border-radius: 0 0 1vmin 1vmin;
  }
  .kurs-teaser-kachel-info h2 {
    font-size: clamp(0.9rem, 4.5vw + 0.25rem, 1.15rem);
  }
}
@media screen and (min-width: 1980px) {
  .kurs-teaser-kachel-info h2 {
    font-size: clamp(1rem, 3vw + 0.25rem, 2rem);
  }
}

.portal-datum-heading {
  font-size: clamp(3rem, 15vw + 0.25rem, 5rem);
  color: hsl(208deg, 29%, 32%);
  text-transform: uppercase;
  margin: 4ch 0 1ch 0;
}
.portal-datum-heading b {
  font-weight: 900;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .portal-datum-heading {
    font-size: clamp(1.8rem, 2.5vw + 0.25rem, 3.7rem);
  }
}

#portal-filter {
  position: fixed;
  top: 40vh;
  left: 3vw;
  max-width: 15vw;
  z-index: 300;
  opacity: 0;
  grid-column: 1/2;
  display: grid;
  grid-template-columns: 1fr;
  padding: 1ch;
  justify-items: center;
  transition: opacity 400ms ease;
}
#portal-filter h3 {
  text-transform: uppercase;
  margin-bottom: 1ch;
}
@media screen and (min-width: 768px) and (max-width: 1480px) {
  #portal-filter {
    background-color: white;
    box-shadow: 0px 0px 20px black;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 2ch;
    bottom: 0;
    top: unset;
    left: 0;
    max-width: unset;
    width: 100%;
  }
  #portal-filter h3, #portal-filter .portal-filter-options {
    margin-bottom: 0;
  }
  #portal-filter h3 {
    text-align: right;
    grid-column: 1/2;
    align-self: center;
    justify-self: right;
  }
  #portal-filter .portal-filter-options {
    grid-column: 2/3;
  }
  #portal-filter .wrapper-treffer-anzahl {
    grid-column: 3/4;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  #portal-filter {
    align-items: self-end;
    background-color: white;
    box-shadow: 0px 0px 20px black;
    grid-template-columns: 1fr 3fr 1fr;
    bottom: 0;
    top: unset;
    left: 0;
    max-width: unset;
    width: 100%;
  }
  #portal-filter h3, #portal-filter .portal-filter-options {
    margin-bottom: 0;
  }
  #portal-filter h3 {
    grid-column: 1/3;
  }
  #portal-filter .portal-filter-options {
    grid-column: 1/3;
  }
  #portal-filter .wrapper-treffer-anzahl {
    grid-column: 3/4;
  }
}

.portal-filter-options {
  grid-column: 1/2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2ch;
}

.wrapper-treffer-anzahl {
  text-align: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .wrapper-treffer-anzahl {
    align-self: center;
  }
  .wrapper-treffer-anzahl #treffer-anzahl {
    text-shadow: 2px 2px hsl(208deg, 29%, 32%);
  }
}

#treffer-anzahl {
  font-size: clamp(1.8rem, 2.5vw + 0.25rem, 3.7rem);
  font-weight: 900;
  line-height: 1;
  color: hsl(45deg, 100%, 50%);
  text-shadow: 4px 4px hsl(208deg, 29%, 32%);
  margin: unset;
}

#treffer-anzahl-text {
  font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem);
  margin: unset;
}

.filter-option {
  align-self: center;
  background-color: hsl(208deg, 29%, 32%);
  color: white;
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: unset;
  border-radius: 1ch;
  padding: 0.5ch 0.75ch;
  margin-right: 1ch;
  margin-top: 1ch;
}

.filter-option-active {
  background-color: hsl(158deg, 67%, 50%);
}

:root {
  --bp: 50vw;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  :root {
    --bp:86vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --bp:70vw;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --bp:50vw;
  }
}
@media screen and (min-width: 1480px) {
  :root {
    --bp:50vw;
  }
}
:root {
  --bp: 50vw;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  :root {
    --bp:86vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --bp:70vw;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --bp:50vw;
  }
}
@media screen and (min-width: 1480px) {
  :root {
    --bp:50vw;
  }
}
@font-face {
  font-family: "openSans";
  font-weight: normal;
  src: url(_fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: "openSans";
  font-weight: bold;
  src: url(_fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: "openSans";
  font-weight: 900;
  src: url(_fonts/OpenSans-ExtraBold.ttf);
}
@font-face {
  font-family: "Sedwick Ave";
  font-weight: 400;
  src: url(_fonts/SedgwickAve-Regular.ttf);
}
html {
  font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem);
}
@media screen and (max-width: 768px) {
  html {
    font-size: clamp(0.9rem, 2.5vw + 0.25rem, 1.1rem);
  }
}

body {
  font-family: "openSans", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
}
body h1, body h2, body h3, body h4, body p {
  margin: 0;
  padding: 0;
}
body h1, body h2, body h3, body h4 {
  line-height: 1.2;
}

body p, ul {
  font-size: clamp(0.9rem, 1.7vw + 0.25rem, 1.2rem);
  letter-spacing: 0.2 px;
  margin-bottom: 2ch;
}
body h2 {
  font-size: clamp(1.25rem, 3vw + 0.25rem, 1.6rem);
}

body h3 {
  font-size: clamp(0.9rem, 1.7vw + 0.25rem, 1.2rem);
}

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

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

h2, h3 {
  color: hsl(208deg, 29%, 32%);
}

.hero-head {
  display: inline-block;
}
.hero-head h1 {
  color: white;
  font-size: clamp(1.8rem, 2.5vw + 0.25rem, 3.7rem);
  line-height: 1;
  font-weight: normal;
}

.kurs-head {
  position: absolute;
  left: -3%;
  bottom: -6ch;
  grid-column: 2/3;
  padding: 2ch 1ch 1ch 1ch;
  transform: rotate(-1deg);
  background: linear-gradient(0deg, hsl(334deg, 100%, 51%), hsla(334deg, 100%, 51%, 0.8));
}
.kurs-head h1 {
  color: white;
  font-size: clamp(1.8rem, 2.5vw + 0.25rem, 3.7rem);
  line-height: 1;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .kurs-head {
    bottom: -4ch;
  }
}

.portal-head {
  position: absolute;
  left: -3%;
  bottom: -2ch;
  grid-column: 2/3;
  padding: 1ch;
  transform: rotate(-1deg);
  background: linear-gradient(0deg, hsl(334deg, 100%, 51%), hsla(334deg, 100%, 51%, 0.8));
}
.portal-head h1 {
  text-transform: uppercase;
  font-weight: 900;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .hero-head h1, .kurs-head h1 {
    font-size: clamp(1.5rem, 5vw + 0.25rem, 3.5rem);
  }
}
.hero-kurs-rubrik {
  position: absolute;
  top: -2ch;
  margin-bottom: 0.5ch;
  transform: rotate(-1deg);
}
.hero-kurs-rubrik p {
  display: inline-block;
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
  font-weight: 900;
  text-transform: uppercase;
  color: hsl(158deg, 67%, 70%);
  background: hsl(208deg, 29%, 32%);
  border-radius: 1ch;
  padding: 0.25ch 1ch;
  margin-bottom: 0;
}

.intro p {
  color: hsl(208deg, 29%, 32%);
  font-weight: bold;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .intro p {
    font-size: clamp(0.9rem, 4.5vw + 0.25rem, 1.15rem);
  }
}

.kurs-intro {
  margin-bottom: 6ch;
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .kurs-intro {
    left: 0%;
    width: 100%;
    top: 0;
  }
}

.intro-standard {
  margin-bottom: 10ch;
}

.kurs-subhead {
  margin-bottom: 3ch;
}
.kurs-subhead h2 {
  font-size: clamp(1.35rem, 3vw + 0.25rem, 2.5rem);
  font-weight: bold;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .kurs-subhead {
    left: 0%;
    width: 100%;
    top: 0;
  }
}

/* .kurs-subhead h2::first-letter {
    font-size:$fs-05;
    line-height:0;
    position:relative;
    left:-3ch;
    initial-letter: 2;
} */
.c2a-buchen {
  display: grid;
  justify-items: center;
  width: 100%;
  cursor: pointer;
  border-radius: 0 0 1ch 1ch;
  border-top: 1px dotted white;
  background: url(_bm/buchen-bg_600px.jpg), no-repeat;
  background-size: cover;
}
.c2a-buchen p {
  width: 100%;
  font-size: clamp(1.25rem, 3vw + 0.25rem, 1.6rem);
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  vertical-align: center;
  color: white;
  margin: 0;
  padding: 1ch;
}

.c2a-warteliste {
  height: -moz-min-content;
  height: min-content;
  background: hsl(158deg, 67%, 50%);
  border-radius: 1ch;
  padding: 1ch;
  text-align: center;
  cursor: pointer;
}
.c2a-warteliste p {
  color: white;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.warteliste-options {
  width: 100%;
  padding: 0 4ch;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  -moz-column-gap: 2ch;
       column-gap: 2ch;
  row-gap: 4ch;
  margin-bottom: 4ch;
}
.warteliste-options label {
  display: grid;
  max-height: 5ch;
  text-align: center;
}
.warteliste-options label input {
  height: 3ch;
}

#warteliste-details {
  display: none;
}

.c2a-layer-warteliste {
  grid-column: 1/3;
  text-align: center;
}

label, input {
  font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem);
}

label {
  display: block;
  margin-bottom: 0.5ch;
  margin-right: 1ch;
  text-align: right;
  color: white;
}

input {
  color: black;
  border: unset;
  border-radius: 1ch;
  width: 100%;
  max-width: 50ch;
  padding: 0 1ch;
  margin-bottom: 0.5ch;
}

.form-button {
  border: unset;
  border-radius: 1ch;
  height: 4ch;
  padding: 0 0.5ch;
  font-size: clamp(0.9rem, 1.7vw + 0.25rem, 1.2rem);
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
}

.form-weiter-inactive {
  pointer-events: none; /* Verhindert Klicks */
  opacity: 0.5; /* Reduziert die Sichtbarkeit */
  cursor: not-allowed; /* Zeigt einen blockierten Cursor an */
}

.buchen-btn {
  color: white;
  border: 2px solid white;
  background: transparent;
}

.buchen-btn-ready {
  background: hsl(158deg, 67%, 50%);
  color: white;
}

.buchen-btn-inactive {
  opacity: 0.5;
  background: transparent;
}

.form-close {
  position: absolute;
  top: 1ch;
  right: 1ch;
  border-radius: 50%;
  height: 4ch;
  width: 4ch;
  padding: 0;
  margin-left: 2ch;
}

.buchen-form-fehler {
  outline: 3px solid hsl(158deg, 67%, 50%);
}

form.form-buchen {
  display: grid;
  grid-template-rows: 1fr min-content;
}

.c2a-layer-nav {
  grid-column: 1/2;
  grid-row: 2/3;
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  gap: 2ch;
}
.c2a-layer-nav label {
  font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem);
  color: white;
  text-align: left;
  margin-left: 1ch;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .c2a-layer-nav {
    justify-content: center;
  }
}

.buchen-intro {
  font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem);
  text-align: center;
  max-width: 80%;
  -webkit-hyphens: auto;
          hyphens: auto;
  display: block;
  margin: 1ch auto 2ch;
}

#buchen-kurstitel {
  font-weight: bold;
  color: hsl(45deg, 100%, 70%);
  text-align: center;
  max-width: 80%;
  display: block;
  margin: auto;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.buchen-details-wrapper {
  padding-bottom: 2ch;
  overflow-x: hidden;
}

.formular-details {
  display: grid;
  align-content: center;
  grid-template-columns: 1fr 70%;
  row-gap: 1ch;
  padding: 1ch;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .formular-details {
    grid-template-columns: 40% 60%;
    grid-row: 2/3;
    max-width: 100%;
  }
}

#buchen-details {
  display: grid;
  grid-template-columns: repeat(3, 100%);
  transition: transform 300ms ease;
}
#buchen-details div {
  align-items: center;
}

#buchen-teilnehmer, #buchen-zahler, #buchen-final {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
#buchen-teilnehmer h4, #buchen-zahler h4, #buchen-final h4 {
  display: block;
  font-size: clamp(1.25rem, 3vw + 0.25rem, 1.6rem);
  text-align: center;
  text-transform: uppercase;
  color: hsl(158deg, 67%, 70%);
  grid-column: 1/2;
  grid-row: 1/2;
  margin: 1ch 0;
  border-bottom: 1px dotted white;
}

#buchen-zahler .c2a-layer-info-submit, #buchen-teilnehmer .c2a-layer-info-submit {
  grid-column: 2/3;
}

#buchen-final {
  grid-template-columns: 1fr;
  justify-items: center;
  overflow: hidden;
}
#buchen-final div {
  align-items: start;
}
#buchen-final p {
  margin-bottom: 0;
}
#buchen-final h5 {
  font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem);
  color: hsl(158deg, 67%, 70%);
  margin: 0;
  margin-bottom: 1ch;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  #buchen-final {
    grid-template-columns: 1fr;
  }
  #buchen-final > * {
    grid-column: 1/2;
  }
}

.c2a-buchen-final-submit-wrapper {
  grid-column: 1/2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2ch;
  justify-items: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .c2a-buchen-final-submit-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

#buchen-final div.buchen-final-agb {
  justify-self: right;
  align-self: center;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin-right: 1ch;
}
#buchen-final div.buchen-final-agb label {
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  #buchen-final div.buchen-final-agb {
    margin-right: 0;
    justify-self: unset;
  }
}

.buchen-final-wrapper-daten-form {
  grid-column: 1/3;
  display: grid;
  width: 100%;
  min-height: 30vh;
  gap: 2ch;
  grid-template-columns: 30ch 30ch;
}
.buchen-final-wrapper-daten-form * {
  grid-column: auto;
}
.buchen-final-wrapper-daten-form p {
  font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem);
}
.buchen-final-wrapper-daten-form p b {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .buchen-final-wrapper-daten-form * {
    display: inline-block;
  }
}

.agb-check {
  width: 3ch;
  height: 3ch;
  accent-color: hsl(158deg, 67%, 70%);
}

.form-submit {
  justify-self: left;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .form-submit {
    justify-self: unset;
  }
}

.form-submit-ready {
  background: hsl(158deg, 67%, 50%);
  color: white;
}

.c2a-layer {
  display: none;
  grid-template-columns: 1fr 5fr 1fr;
  grid-template-rows: 1fr 2fr 1fr;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  overflow-y: scroll;
  z-index: 1000;
  justify-items: center;
  align-content: center;
  background-color: rgba(255, 255, 255, 0.95);
}
.c2a-layer h3 {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: end;
  font-size: clamp(1.25rem, 3vw + 0.25rem, 1.6rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 6ch;
}
.c2a-layer h3 b {
  font-size: clamp(1.8rem, 2.5vw + 0.25rem, 3.7rem);
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .c2a-layer {
    grid-template-columns: 1fr 90vw 1fr;
    overflow-y: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .c2a-layer {
    grid-template-columns: 1fr 80vw 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c2a-layer {
    grid-template-columns: 1fr 80vw 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c2a-layer {
    grid-template-columns: 1fr 80vw 1fr;
  }
}
.c2a-layer h3 b {
  font-size: clamp(1.5rem, 5vw + 0.25rem, 3.5rem);
}

.c2a-layer-show {
  display: grid;
}

.c2a-layer-info {
  position: relative;
  grid-column: 2/3;
  grid-row: 2/3;
  max-width: 60vw;
  background: linear-gradient(180deg, hsl(208deg, 29%, 20%), hsl(208deg, 29%, 32%));
  padding: 2ch;
  border-radius: 1vmin;
}
.c2a-layer-info p, .c2a-layer-info h3 {
  color: white;
}
.c2a-layer-info p {
  max-width: 75%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .c2a-layer-info {
    max-width: 100%;
  }
}

.buchen-confirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  z-index: 999;
  background-color: hsla(158deg, 67%, 50%, 0.95);
}
.buchen-confirm div {
  grid-column: 2/3;
  grid-row: 2/3;
  color: white;
  text-align: center;
}
.buchen-confirm div h3 {
  font-size: clamp(1.8rem, 2.5vw + 0.25rem, 3.7rem);
  color: white;
}
.buchen-confirm div p {
  font-size: clamp(1.25rem, 3vw + 0.25rem, 1.6rem);
}
.buchen-confirm div button {
  height: 10ch;
  width: 10ch;
  cursor: pointer;
  margin-left: 0;
  margin-top: 10ch;
  position: relative;
}

:root {
  --bp: 50vw;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  :root {
    --bp:86vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --bp:70vw;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --bp:50vw;
  }
}
@media screen and (min-width: 1480px) {
  :root {
    --bp:50vw;
  }
}
.kurs-modul {
  position: relative;
  margin-bottom: 10vh;
}

.kurs-modul::before {
  content: attr(data-modul-nr);
  position: absolute;
  font-size: clamp(5rem, 15vw + 0.25rem, 10rem);
  font-weight: 900;
  color: hsl(208deg, 30%, 90%);
  line-height: 1;
  text-align: center;
  width: 12vw;
  height: 12vw;
  max-width: 2ch;
  max-height: 2ch;
  left: -1.25ch;
  top: -0.14ch;
  background: white;
  border-radius: 50%;
  border: 4px solid hsl(208deg, 30%, 90%);
  z-index: 10;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .kurs-modul::before {
    z-index: 10;
    background: hsl(208deg, 30%, 60%);
    color: white;
    border-radius: 50%;
    left: -0.7ch;
    top: -0.25ch;
    width: 20vw;
    height: 20vw;
    text-align: center;
    border: 4px solid white;
  }
}

.hero-kurs-modul-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 2.5/1;
  overflow: hidden;
  display: grid;
  align-content: center;
  border-right: 4px solid white;
  border-left: 4px solid white;
}

.hero-kurs-modul {
  position: relative;
  width: 100%;
  margin-bottom: 4ch;
}
.hero-kurs-modul img {
  width: 100%;
}

.hero-kurs-modul::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 200vw;
  background: hsl(208deg, 30%, 90%);
  left: -50vw;
  top: 0;
  z-index: -20;
}

.wrapper-modul-head {
  position: absolute;
  bottom: -2ch;
  left: -2ch;
}
@media screen and (max-width: 768px) {
  .wrapper-modul-head {
    left: -1ch;
  }
}

.intro-landingpage {
  /*     margin-bottom:4ch;
      p {font-size: $fs-03;} */
}

.kurs-modul-info p {
  font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem);
  color: white;
}

.kurs-modul-termin h3 {
  font-size: clamp(0.9rem, 1.7vw + 0.25rem, 1.2rem);
  font-weight: bold;
}
.kurs-modul-termin .termine-wrapper {
  display: grid;
  gap: 2ch;
  grid-auto-flow: column;
}

.wrapper-referent-modul .referenten-wrapper {
  display: grid;
  grid-template-rows: repeat(2, min-content);
  grid-template-columns: repeat(3, 1fr);
  gap: 2ch;
  justify-content: left;
  align-items: start;
  padding-top: 2ch;
  border-top: 1px dotted hsl(208deg, 29%, 32%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wrapper-referent-modul .referenten-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 3ch;
  }
}
.wrapper-referent-modul .kurs-referent {
  display: grid;
  justify-items: center;
  justify-content: center;
  text-align: center;
  background: unset;
  margin-bottom: 1ch;
}
.wrapper-referent-modul .kurs-referent h4 {
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
  margin-bottom: 0;
}
.wrapper-referent-modul .kurs-referent p {
  line-height: 1.3;
  -webkit-hyphens: none;
          hyphens: none;
}
@media screen and (max-width: 768px) {
  .wrapper-referent-modul .kurs-referent {
    grid-template-columns: 100%;
  }
}
.wrapper-referent-modul .profilbild-referent {
  height: 15vmin;
  width: 15vmin;
  aspect-ratio: 1/1;
  max-height: 12ch;
  max-width: 12ch;
  left: 0;
}

.kurs-modul-rubrik {
  position: relative;
  margin-bottom: unset;
  transform: unset;
  top: unset;
}

.head-modul {
  background: hsl(334deg, 100%, 51%);
  color: white;
}
@media screen and (max-width: 768px) {
  .head-modul {
    padding: 0.5ch;
  }
}

.kurs-modul-text {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 500ms ease-out;
}

.kurs-modul-text-show {
  grid-template-rows: 1fr;
}

.kurs-modul-text-wrapper {
  overflow: hidden;
}

.c2a-kurs-modul-text {
  display: block;
  margin: 0 auto 2ch auto;
  border: unset;
  background: unset;
  cursor: pointer;
}
.c2a-kurs-modul-text p {
  font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem);
  margin-bottom: 0;
  color: hsl(208deg, 30%, 60%);
}
.c2a-kurs-modul-text p span {
  display: inline-block;
  transform: rotate(90deg);
  font-size: clamp(1.25rem, 3vw + 0.25rem, 1.6rem);
}

.landingpage-buchen-alle {
  position: fixed;
  top: 30vh;
  width: 25%;
  left: 70%;
  text-align: center;
  padding: 1ch;
  background: linear-gradient(180deg, hsl(208deg, 29%, 20%), hsl(208deg, 29%, 32%));
  border: 2px solid white;
  z-index: 299;
}
.landingpage-buchen-alle p:not(.c2a-single), .landingpage-buchen-alle h4, .landingpage-buchen-alle ul, .landingpage-buchen-alle li {
  color: white;
}
.landingpage-buchen-alle h3 {
  color: hsl(45deg, 100%, 70%);
}
.landingpage-buchen-alle h4 {
  border-top: 2px solid white;
  margin-top: 4ch;
  padding-top: 1ch;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .landingpage-buchen-alle {
    position: unset;
    width: 100%;
    grid-column: 1/3;
    text-align: center;
    z-index: unset;
  }
}
.landingpage-buchen-alle .gesamtpreis-landingpage {
  font-size: clamp(1.25rem, 3vw + 0.25rem, 1.6rem);
  font-weight: bold;
  margin-bottom: 1ch;
}

.material-modul-gesamt {
  padding: 1ch;
  text-align: center;
}
.material-modul-gesamt ul {
  padding-left: 0;
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
  list-style: none;
}

:root {
  --bp: 50vw;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  :root {
    --bp:86vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --bp:70vw;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --bp:50vw;
  }
}
@media screen and (min-width: 1480px) {
  :root {
    --bp:50vw;
  }
}
@keyframes akkordeon {
  0% {
    max-height: 0;
    opacity: 0;
  }
  100% {
    max-height: 100vh;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .kurs-faq {
    grid-column: 1/3;
  }
}
.kurs-faq summary {
  background: hsl(208deg, 30%, 90%);
  color: hsl(208deg, 29%, 32%);
  cursor: pointer;
  padding-left: 1ch;
}
.kurs-faq details {
  font-size: clamp(0.9rem, 1.7vw + 0.25rem, 1.2rem);
  border-bottom: 1px dotted white;
  padding-left: 1ch;
  margin-bottom: 1ch;
}
.kurs-faq details p {
  font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem);
}
.kurs-faq details summary {
  font-size: clamp(0.9rem, 1.7vw + 0.25rem, 1.2rem);
  cursor: pointer;
}
.kurs-faq details[open] .details-content {
  animation: akkordeon 1500ms ease-in-out;
}
.kurs-faq details[open] summary {
  font-weight: bold;
}

:root {
  --bp: 50vw;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  :root {
    --bp:86vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --bp:70vw;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --bp:50vw;
  }
}
@media screen and (min-width: 1480px) {
  :root {
    --bp:50vw;
  }
}
.c2a {
  border-radius: 0.5ch;
  padding: 0ch 0.75ch 0 3ch;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.c2a-more {
  display: inline-block;
  position: relative;
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem) !important;
  background-color: hsl(208deg, 29%, 20%);
  color: hsl(158deg, 67%, 70%) !important;
  transition: transform 500ms ease;
  transition: color 500ms ease;
}
.c2a-more:before {
  content: "»";
  position: absolute;
  transform: translateX(-1.4ch);
  font-size: 150%;
  font-weight: 900;
  line-height: 0.8;
  transition: transform 500ms ease;
}
.c2a-more:hover {
  color: hsl(45deg, 100%, 70%) !important;
}
.c2a-more:hover:before {
  transform: translateX(-1.2ch);
}

.c2a-more-hell {
  background-color: unset;
}

.c2a-single {
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-size: clamp(1.25rem, 3vw + 0.25rem, 1.6rem) !important;
  background: hsl(45deg, 100%, 70%);
  color: hsl(208deg, 29%, 20%);
  border-radius: 1ch;
  margin: auto;
  padding: 0 0.75ch;
}

.c2a-img picture, .c2a-img img {
  border-radius: unset;
  transition: border-radius 500ms ease;
}
.c2a-img:hover picture, .c2a-img:hover img {
  border-radius: 2ch;
}

:root {
  --bp: 50vw;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  :root {
    --bp:86vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --bp:70vw;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --bp:50vw;
  }
}
@media screen and (min-width: 1480px) {
  :root {
    --bp:50vw;
  }
}
:root {
  --bp: 50vw;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  :root {
    --bp:86vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --bp:70vw;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --bp:50vw;
  }
}
@media screen and (min-width: 1480px) {
  :root {
    --bp:50vw;
  }
}
@font-face {
  font-family: "openSans";
  font-weight: normal;
  src: url(_fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: "openSans";
  font-weight: bold;
  src: url(_fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: "openSans";
  font-weight: 900;
  src: url(_fonts/OpenSans-ExtraBold.ttf);
}
@font-face {
  font-family: "Sedwick Ave";
  font-weight: 400;
  src: url(_fonts/SedgwickAve-Regular.ttf);
}
html {
  font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem);
}
@media screen and (max-width: 768px) {
  html {
    font-size: clamp(0.9rem, 2.5vw + 0.25rem, 1.1rem);
  }
}

body {
  font-family: "openSans", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
}
body h1, body h2, body h3, body h4, body p {
  margin: 0;
  padding: 0;
}
body h1, body h2, body h3, body h4 {
  line-height: 1.2;
}

body p, ul {
  font-size: clamp(0.9rem, 1.7vw + 0.25rem, 1.2rem);
  letter-spacing: 0.2 px;
  margin-bottom: 2ch;
}
body h2 {
  font-size: clamp(1.25rem, 3vw + 0.25rem, 1.6rem);
}

body h3 {
  font-size: clamp(0.9rem, 1.7vw + 0.25rem, 1.2rem);
}

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

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

h2, h3 {
  color: hsl(208deg, 29%, 32%);
}

.hero-head {
  display: inline-block;
}
.hero-head h1 {
  color: white;
  font-size: clamp(1.8rem, 2.5vw + 0.25rem, 3.7rem);
  line-height: 1;
  font-weight: normal;
}

.kurs-head {
  position: absolute;
  left: -3%;
  bottom: -6ch;
  grid-column: 2/3;
  padding: 2ch 1ch 1ch 1ch;
  transform: rotate(-1deg);
  background: linear-gradient(0deg, hsl(334deg, 100%, 51%), hsla(334deg, 100%, 51%, 0.8));
}
.kurs-head h1 {
  color: white;
  font-size: clamp(1.8rem, 2.5vw + 0.25rem, 3.7rem);
  line-height: 1;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .kurs-head {
    bottom: -4ch;
  }
}

.portal-head {
  position: absolute;
  left: -3%;
  bottom: -2ch;
  grid-column: 2/3;
  padding: 1ch;
  transform: rotate(-1deg);
  background: linear-gradient(0deg, hsl(334deg, 100%, 51%), hsla(334deg, 100%, 51%, 0.8));
}
.portal-head h1 {
  text-transform: uppercase;
  font-weight: 900;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .hero-head h1, .kurs-head h1 {
    font-size: clamp(1.5rem, 5vw + 0.25rem, 3.5rem);
  }
}
.hero-kurs-rubrik {
  position: absolute;
  top: -2ch;
  margin-bottom: 0.5ch;
  transform: rotate(-1deg);
}
.hero-kurs-rubrik p {
  display: inline-block;
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
  font-weight: 900;
  text-transform: uppercase;
  color: hsl(158deg, 67%, 70%);
  background: hsl(208deg, 29%, 32%);
  border-radius: 1ch;
  padding: 0.25ch 1ch;
  margin-bottom: 0;
}

.intro p {
  color: hsl(208deg, 29%, 32%);
  font-weight: bold;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .intro p {
    font-size: clamp(0.9rem, 4.5vw + 0.25rem, 1.15rem);
  }
}

.kurs-intro {
  margin-bottom: 6ch;
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .kurs-intro {
    left: 0%;
    width: 100%;
    top: 0;
  }
}

.intro-standard {
  margin-bottom: 10ch;
}

.kurs-subhead {
  margin-bottom: 3ch;
}
.kurs-subhead h2 {
  font-size: clamp(1.35rem, 3vw + 0.25rem, 2.5rem);
  font-weight: bold;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .kurs-subhead {
    left: 0%;
    width: 100%;
    top: 0;
  }
}

/* .kurs-subhead h2::first-letter {
    font-size:$fs-05;
    line-height:0;
    position:relative;
    left:-3ch;
    initial-letter: 2;
} */
.pin-layer {
  padding: 2ch;
}

.pin-layer p {
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
  margin-bottom: 0;
  display: inline-block;
}

.pin-layer p.hl {
  font-size: clamp(1.25rem, 3vw + 0.25rem, 1.6rem);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: hsl(208deg, 29%, 20%);
  display: block;
}

.pin-layer .titel {
  font-size: clamp(0.9rem, 1.7vw + 0.25rem, 1.2rem);
  font-weight: bold;
  margin-bottom: 0;
  display: block;
}

.pin-entry-info {
  border-right: 2px solid white;
}

.pin-entry-info p {
  margin-right: 2ch;
}

.pin-entry .c2a-more {
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
}

#pin {
  grid-column: 1/-1;
  grid-row: 3;
  display: grid;
  position: absolute;
  width: 100%;
  min-height: 0;
  background: white;
  border-right: 1px dotted hsl(208deg, 29%, 32%);
  border-left: 1px dotted hsl(208deg, 29%, 32%);
  border-bottom: 1px dotted hsl(208deg, 29%, 32%);
  z-index: 298;
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s ease;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  #pin {
    grid-column: 3/6;
  }
}

#pin.is-open {
  max-height: 100vh;
  transition: max-height 1s ease;
}

.pin-entry {
  background: hsl(208deg, 30%, 90%);
  background: linear-gradient(180deg, white, hsl(208deg, 30%, 90%));
  margin-bottom: 2ch;
  padding: 1ch;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1ch;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .pin-entry {
    grid-template-rows: auto auto;
  }
}

.pin-content .image {
  grid-column: 1/2;
  width: 7ch;
  height: 7ch;
  border-radius: 50%;
  background-size: cover;
}

.pin-entry-c2a {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 2ch;
  justify-content: center;
  padding: 0 1ch;
  grid-column: 3/4;
}
.pin-entry-c2a .c2a-more {
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .pin-entry-c2a {
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    justify-content: flex-end;
    padding-left: 0;
  }
}

.pin-entry-c2a .icon-pdf {
  height: 3ch;
  width: 3ch;
  background: url(_bm/icon-pdf-dl-kurs.svg) no-repeat;
  background-size: contain;
}

.pin-entry button.btn-remove {
  all: unset;
  background: url(_bm/icon-trash.svg) no-repeat;
  background-size: contain;
  background-position: center;
  height: 3ch;
  width: 3ch;
  cursor: pointer;
}

.pin-content .rubriken {
  text-transform: uppercase;
}

.pin-btn {
  grid-column: 6/7;
  align-self: end;
  display: grid;
  align-content: end;
  cursor: pointer;
}
@media screen and (max-width: 1480px) and (orientation: portrait) {
  .pin-btn {
    grid-column: 3/4;
    grid-row: 1/2;
    justify-self: end;
  }
}
.pin-btn p {
  position: relative;
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
  font-weight: bold;
  text-align: center;
  color: hsl(208deg, 29%, 32%);
  margin-bottom: 0;
}
.pin-btn p::before {
  content: attr(data-count);
  position: absolute;
  top: -2.7ch;
  right: -0.5ch;
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
  font-weight: bold;
  color: white;
  width: 3ch;
  height: 3ch;
  background: hsl(334deg, 100%, 51%);
  border-radius: 50%;
  visibility: hidden;
}
.pin-btn p[data-count]:not([data-count="0"])::before {
  visibility: visible;
}
.pin-btn .pin-btn-icon {
  background: url(_bm/icon-merkliste.svg) no-repeat;
  background-size: contain;
  transition: transform 0.1s ease-out;
}
.pin-btn .pin-btn-icon-active {
  background: url(_bm/icon-merkliste-active.svg) no-repeat;
  background-size: contain;
  background-position: bottom;
}
.pin-btn .pin-btn-icon.pop {
  transform: scale(1.2);
}

.default-screen {
  display: none;
}
.default-screen .default-sreen-bg-image {
  position: relative;
  margin: 1ch;
  background: url(_bm/icon-pin-gray.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.default-screen-active {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 2ch;
  align-content: center;
  height: 20ch;
  width: 100%;
  background: white;
}
.default-screen-active p {
  margin-top: 10ch;
}

.merkliste-pdf-dl-all {
  position: relative;
  visibility: hidden;
  text-align: right;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* optional für Sicherheit */
  padding-right: 2ch;
  cursor: pointer;
}
.merkliste-pdf-dl-all p {
  text-align: right;
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
  font-weight: bold;
  color: hsl(208deg, 30%, 60%);
  margin-bottom: 0;
  display: inline-block;
}
.merkliste-pdf-dl-all p::before {
  content: "";
  position: relative;
  display: inline-block;
  height: 2em;
  width: 1.6em;
  right: 0.5em;
  background: url(_bm/icon-pdf-dl-kurs.svg) no-repeat;
  background-size: contain;
  background-position: bottom;
}

.merkliste-pdf-dl-all-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

body {
  position: relative;
}

.wrapper-header {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.brand-logo {
  position: relative;
  width: 100%;
  height: 10em;
}

.brand-logo img {
  height: 100%;
}

.header-imgage {
  position: relative;
  height: 25vw;
  width: 25vw;
  overflow: hidden;
  border-radius: 50%;
}

.header-image img {
  height: 100%;
  width: 1005;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-title h1 {
  font-size: 3rem;
  font-family: "OpenSans", sans-serif;
}

.header-title .rubriken p {
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.15ch;
  color: green;
  background: gray;
}

.kurs-info-wrapper {
  position: relative;
  margin: 6ch 0;
  border-radius: 1ch;
  background: linear-gradient(180deg, hsl(208deg, 29%, 32%), hsl(208deg, 29%, 20%));
}

#kurs-info {
  scroll-margin-top: 15vh;
}
#kurs-info .kurs-info-titel {
  text-align: center;
  color: hsl(45deg, 100%, 70%);
}

.kurs-info {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: repeat(3, min-content);
  justify-content: space-around;
  gap: 3ch;
  border-top: 1px dotted hsl(158deg, 67%, 90%);
  padding: 1ch;
}
.kurs-info p {
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
  color: white;
  font-weight: bold;
}
.kurs-info b {
  text-transform: uppercase;
  color: hsl(158deg, 67%, 70%);
  font-weight: unset;
}
.kurs-info span {
  font-weight: normal;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .kurs-info {
    grid-template-columns: 1fr 1fr;
    row-gap: 1ch;
    margin-bottom: 3ch;
  }
}
.kurs-info .kurs-info-1 {
  grid-row: 1/3;
  grid-column: 1/2;
}
.kurs-info .kurs-info-datum {
  grid-row: 1/3;
  grid-column: 2/3;
}
.kurs-info .kurs-info-datum-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2ch;
}
.kurs-info .kurs-datum-head {
  margin-bottom: unset;
}

.kurs-info-head {
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(1.25rem, 3vw + 0.25rem, 1.6rem);
  font-weight: bold;
  color: hsl(158deg, 67%, 70%);
  padding: 2px 0px;
  margin: 0;
}

.kurs-datum-wrapper {
  display: grid;
  grid-auto-flow: column;
  grid-column: 1/3;
  gap: 3ch;
}

.c2a-termin {
  display: inline-block;
  background-color: white;
  padding: 1ch;
  border: 2px solid hsl(208deg, 29%, 32%);
  border-radius: 1ch;
  text-align: center;
  cursor: pointer;
}
.c2a-termin p {
  color: hsl(158deg, 67%, 50%);
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}

.c2a-termin-layer {
  display: grid;
  grid-template-rows: 0fr;
  position: absolute;
  top: 0;
  z-index: 200;
  opacity: 0;
  width: 100%;
  background-color: white;
  transition: grid-template-rows 600ms ease, background-color 1200ms ease, opacity 600ms ease;
}
.c2a-termin-layer div {
  overflow: hidden;
  text-align: center;
  padding: 2ch;
}
.c2a-termin-layer div p {
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
  color: white;
}

.c2a-termin-layer-show {
  grid-template-rows: 1fr;
  background-color: hsl(208deg, 30%, 90%);
  opacity: 1;
}

.faq-teaser-kurs {
  display: grid;
  justify-items: center;
  margin-top: 6ch;
}
.faq-teaser-kurs p {
  display: inline;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 1ch;
  padding: 1ch;
  background: hsl(45deg, 100%, 70%);
}
.thumbs-ueber-uns-wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
}

.thumbs-ueber-uns {
  display: grid;
  justify-content: center;
}
.thumbs-ueber-uns img {
  border-radius: 50%;
  box-shadow: 2px 2px hsl(334deg, 100%, 51%), 4px -4px hsl(45deg, 100%, 50%), -3px -3px hsl(158deg, 67%, 50%);
}
.thumbs-ueber-uns figcaption {
  text-align: center;
}

.blog-uebersicht article {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2ch;
  margin-bottom: 5ch;
  border-bottom: 1px dotted hsl(208deg, 29%, 32%);
}
.blog-uebersicht article picture {
  grid-column: 1/2;
  display: block;
  overflow: hidden;
  height: 25vh;
}
.blog-uebersicht article picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-uebersicht article div h2 {
  font-size: clamp(0.9rem, 1.7vw + 0.25rem, 1.2rem);
  margin-bottom: 1ch;
}
.blog-uebersicht article div p.blog-kachel-datum {
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
  color: hsl(208deg, 30%, 60%);
  margin-bottom: 0;
}
.blog-uebersicht article div p {
  font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .blog-uebersicht article {
    grid-template-columns: 1fr;
  }
  .blog-uebersicht article picture, .blog-uebersicht article div {
    grid-column: 1/2;
  }
  .blog-uebersicht article picture {
    height: 30vh;
  }
}

h3.material-head {
  margin-bottom: 1ch;
}

.material-modul {
  margin-bottom: 2ch;
}
.material-modul ul {
  margin: unset;
  padding: unset;
}
.material-modul ul li {
  list-style-type: none;
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
}
.material-modul ul li a {
  display: flex;
  align-items: center;
}
.material-modul ul li img {
  width: 3ch !important;
  height: auto !important;
  margin-right: 1ch !important;
}

.wp-block-cs-download-material {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8ch, 30%)); /* Flexible Spalten */
  gap: 20px; /* Abstand zwischen den Items */
  padding-bottom: 5ch;
  margin-bottom: 5ch;
  border-bottom: 2px solid hsl(208deg, 44%, 32%);
}
.wp-block-cs-download-material h3 {
  grid-column: 1/-1;
  font-size: clamp(1.35rem, 3vw + 0.25rem, 2.5rem);
}
.wp-block-cs-download-material p {
  font-size: clamp(0.8rem, 1.5vw + 0.25rem, 1rem);
  font-weight: 700;
}

.download-info-button {
  background: hsl(208deg, 44%, 32%);
  color: white;
  border: unset;
  border-radius: 1ch;
}

.wp-block-cs-download-material .download-item::before {
  content: "";
  position: relative;
  display: block;
  max-width: 5vw;
  max-height: 7vw;
  width: 100%;
  aspect-ratio: 1/1.4;
  background: url(_bm/trimed-icon-download-material-dentale-medizinische-fortbildung-niedersachsen-bremen.png) no-repeat;
  background-size: contain;
}

.wp-block-file a {
  display: block;
  margin-bottom: 2ch;
  text-align: center;
}
.wp-block-file .wp-block-file__button {
  background: hsl(208deg, 44%, 32%);
  color: white;
  text-align: center;
  border-radius: 0.5ch;
}

.wp-block-file::before {
  content: "";
  position: relative;
  min-width: 5vw;
  min-height: 7vw;
  width: 100%;
  aspect-ratio: 1/1.4;
  background: url(_bm/trimed-icon-download-material-dentale-medizinische-fortbildung-niedersachsen-bremen.png) no-repeat;
  background-size: contain;
  float: left;
  margin-right: 2ch;
}

.c2a-sidebar {
  position: fixed;
  right: 0;
  bottom: 20vh;
  display: grid;
  align-content: end;
  justify-content: end;
  gap: 2ch;
  z-index: 299;
}
.c2a-sidebar > div {
  padding: 0.5ch 2ch 0.5ch 0.5ch;
}
.c2a-sidebar .c2a-sidebar-icon {
  position: relative;
  height: 7ch;
  width: 7ch;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
}
.c2a-sidebar p {
  font-size: clamp(0.7rem, 1.5vw + 0.25rem, 0.85rem);
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}

.c2a-share {
  background: hsl(208deg, 30%, 90%);
  color: hsl(208deg, 29%, 32%);
}

.c2a-share-icon {
  background: url(_bm/icon-share.svg) no-repeat;
  background-size: contain;
  background-color: hsl(208deg, 30%, 90%);
  border-color: hsl(208deg, 29%, 32%);
}

#c2a-pin {
  color: white;
  background-color: hsl(334deg, 100%, 51%);
}

.c2a-pin-icon {
  border-color: white;
  background: url(_bm/icon-pin-white.svg) no-repeat;
  background-size: contain;
  background-position: center;
}/*# sourceMappingURL=trimed.css.map */