@font-face {
  font-family: Pptelegraf;
  src: url('../fonts/PPTelegraf-Regular.otf') format("opentype"), url('../fonts/PPTelegraf-RegularSlanted.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pptelegraf;
  src: url('../fonts/PPTelegraf-Ultralight.otf') format("opentype"), url('../fonts/PPTelegraf-UltralightSlanted.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pptelegraf;
  src: url('../fonts/PPTelegraf-UltralightOblique.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Pptelegraf;
  src: url('../fonts/PPTelegraf-Ultrabold.otf') format("opentype"), url('../fonts/PPTelegraf-UltraboldSlanted.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pptelegraf;
  src: url('../fonts/PPTelegraf-RegularOblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Pptelegraf;
  src: url('../fonts/PPTelegraf-UltraboldOblique.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --weiß: #fafafa;
  --orange: #fd473a;
  --tykis: #8ec9ba;
  --blau: #2e436a;
  --waves-library--black: #131313;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  opacity: 1 !important;
  position: relative;
}

.w-embed-youtubevideo iframe {
  display: block;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: var(--weiß);
  font-family: Pptelegraf, Arial, sans-serif;
}

.section {
  background-color: var(--orange);
  color: var(--weiß);
  padding: 10rem 5rem;
}

.section.wei {
  background-color: var(--weiß);
  color: #000;
}

.section.wei._2 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.wei.partner {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.st-rer {
  background-color: var(--tykis);
  color: var(--weiß);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading {
  color: var(--weiß);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pptelegraf, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.5rem;
}

.heading.mitte {
  text-align: center;
  font-weight: 700;
}

.div-block {
  width: 100%;
  height: 2rem;
}

.div-block._1rem {
  height: 1rem;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  height: 100px;
}

.button {
  color: var(--weiß);
  background-color: #3898ec00;
  border: 2px solid #fafafa;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px 25px;
  font-size: 1.2rem;
  line-height: 1.7rem;
  transition: all .4s ease-in-out;
  transform: translate(0);
}

.button:hover {
  background-color: var(--weiß);
  color: var(--orange);
  transform: translate(0, -5px);
}

.button.farbe {
  border-color: var(--orange);
  color: var(--orange);
  transform: translate(0);
}

.button.farbe:hover {
  background-color: var(--orange);
  color: var(--weiß);
  position: static;
  top: auto;
  transform: translate(0, -5px);
}

.button.tykis:hover {
  color: var(--tykis);
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 3.5rem;
}

.heading-2.name {
  font-size: 2rem;
  line-height: 2.5rem;
}

.paragraph {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 2rem;
}

.paragraph.bold {
  font-weight: 700;
}

.image-2 {
  height: 60px;
  position: absolute;
  top: 103px;
  left: 74px;
}

.image-3 {
  height: 60px;
  position: absolute;
  top: 512.203px;
  left: 215px;
}

.image-3._2 {
  inset: 8% 14% auto auto;
}

.image-3._3 {
  inset: auto 14% 21% auto;
}

.image-3._4 {
  inset: 6% auto auto 31%;
}

.div-block-3 {
  display: flex;
}

[data-w-id][style*="opacity:0"],
[data-w-id][style*="opacity: 0"] {
  opacity: 1 !important;
}

.js-fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1) 250ms,
              transform 900ms cubic-bezier(0.22, 1, 0.36, 1) 250ms;
  will-change: opacity, transform;
}

.js-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-fade-in,
  .js-fade-in.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.div-block-3.mitte {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.quick-stack {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.div-block-4 {
  background-color: var(--orange);
}

.div-block-4.eb {
  width: 100%;
  height: 300px;
  color: var(--weiß);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.div-block-4.regel {
  background-color: var(--blau);
  width: 100%;
  height: 325px;
  color: var(--weiß);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -25px;
  padding: 25px;
  display: flex;
}

.paragraph-copy {
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.paragraph-copy.eigentlicher-preis {
  color: #fafafa80;
  font-weight: 400;
  text-decoration: line-through;
}

.heading-2-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 3.5rem;
}

.heading-2-copy.name {
  font-size: 2rem;
  line-height: 2.5rem;
}

.div-block-5 {
  display: flex;
}

.paragraph-copy {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 2rem;
}

.paragraph-copy.light {
  font-weight: 400;
}

.div-block-6 {
  background-color: #cecece;
  padding: 25px;
}

.quick-stack-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.cell {
  justify-content: center;
  align-items: flex-start;
}

.cell-2 {
  justify-content: center;
  align-items: flex-end;
}

.quick-stack-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.div-block-7 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-4 {
  width: 70px;
}

.quick-stack-4 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  padding: 0;
}

.div-block-8 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-5 {
  width: 50%;
  position: relative;
  top: -70px;
  right: 0;
}

.image-5._2 {
  top: 70px;
  left: 2rem;
}

.cell-3 {
  justify-content: center;
  align-items: flex-start;
}

.waves---section-hero-primary {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves-image-wrap-hero-1 {
  border-radius: 0;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-image-hero-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-gradient-hero-1 {
  z-index: 9;
  background-image: linear-gradient(#faebe3, #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(to top, #faebe3, #faebe300);
  inset: auto 0% -1px;
}

.waves-column-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-gallery-hero-1 .waves-column-hero-1.column-one {
  animation: waves-gallery-column-one 22s ease-in-out infinite alternate;
}

.waves-gallery-hero-1 .waves-column-hero-1.column-two {
  animation: waves-gallery-column-two 24s ease-in-out infinite alternate;
}

.waves-gallery-hero-1:hover .waves-column-hero-1 {
  animation-play-state: paused;
}

@keyframes waves-gallery-column-one {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -38%, 0);
  }
}

@keyframes waves-gallery-column-two {
  from {
    transform: translate3d(0, -50%, 0);
  }

  to {
    transform: translate3d(0, -12%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .waves-gallery-hero-1 .waves-column-hero-1 {
    animation: none;
  }
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 0;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-3.last-image-top-grid {
  border-radius: 0;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 0;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-image-gallery-3 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.quick-stack-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-6 {
  width: 20%;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.partner {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .section, .section.wei {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .image-6 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .waves---section-hero-primary {
    text-align: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 5rem 1rem;
  }

  .section.wei {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.wei._2 {
    padding-top: 5rem;
  }

  .section.st-rer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading.mitte {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .image {
    height: 70px;
  }

  .button {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .button.farbe {
    margin-right: 10px;
  }

  .heading-2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .paragraph {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .image-2 {
    height: 44px;
    top: 86px;
    left: 16px;
  }

  .image-3 {
    height: 42px;
    top: auto;
    bottom: 10%;
    left: 18px;
  }

  .image-3._2 {
    height: 34px;
    top: 16%;
    right: 8%;
    left: auto;
  }

  .image-3._3 {
    height: 38px;
    right: 9%;
    bottom: 13%;
    left: auto;
  }

  .image-3._4 {
    height: 34px;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
  }

  .div-block-3 {
    text-align: center;
  }

  .heading-2-copy {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .paragraph-copy {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .waves---section-hero-primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .image-6 {
    width: 40%;
  }

  .partner {
    justify-content: center;
    align-items: center;
  }
}

#w-node-_3f8f8a21-ac08-3a8d-9c44-17c9077269ea-b7cca18e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e1607c40-7773-2fcf-fd96-514f8faf24ea-b7cca18e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5604888d-20eb-2539-dd27-b150c0dce906-b7cca18e, #w-node-_5604888d-20eb-2539-dd27-b150c0dce908-b7cca18e, #w-node-_5604888d-20eb-2539-dd27-b150c0dce90a-b7cca18e, #w-node-_5604888d-20eb-2539-dd27-b150c0dce90c-b7cca18e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_5604888d-20eb-2539-dd27-b150c0dce90f-b7cca18e, #w-node-_5604888d-20eb-2539-dd27-b150c0dce911-b7cca18e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5604888d-20eb-2539-dd27-b150c0dce913-b7cca18e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_5604888d-20eb-2539-dd27-b150c0dce915-b7cca18e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_80bb782c-9ee3-2aec-c88f-465006a1c1a1-0c6ea36c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_80bb782c-9ee3-2aec-c88f-465006a1c1a1-0c6ea36c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-row-gap: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3f8f8a21-ac08-3a8d-9c44-17c9077269ea-b7cca18e, #w-node-e1607c40-7773-2fcf-fd96-514f8faf24ea-b7cca18e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/PPTelegraf-Regular.otf') format('opentype'), url('../fonts/PPTelegraf-RegularSlanted.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/PPTelegraf-Ultralight.otf') format('opentype'), url('../fonts/PPTelegraf-UltralightSlanted.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/PPTelegraf-UltralightOblique.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/PPTelegraf-Ultrabold.otf') format('opentype'), url('../fonts/PPTelegraf-UltraboldSlanted.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/PPTelegraf-RegularOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/PPTelegraf-UltraboldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ====== Globale Rechtsfußzeile (Impressum / Datenschutz / Zahlungsinformationen) ====== */
.legal-footer {
  background-color: #111;
  color: #fff;
  padding: 28px 24px;
  text-align: center;
  font-family: Pptelegraf, Arial, sans-serif;
}
.legal-footer-container {
  max-width: 1200px;
  margin: 0 auto;
}
.legal-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 28px;
  margin: 0 0 12px;
  padding: 0;
}
.legal-footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}
.legal-footer-nav a:hover,
.legal-footer-nav a:focus {
  color: var(--orange);
  outline: none;
}
.legal-footer-copy {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
@media (max-width: 600px) {
  .legal-footer { padding: 22px 16px; }
  .legal-footer-nav { gap: 8px 18px; }
  .legal-footer-nav a { font-size: 0.9rem; }
}

/* ====== Programm-Boxen (SOW26 Programm) ====== */
.program-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.program-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  padding: 25px;
  color: var(--weiß);
  background-color: var(--orange);
  box-sizing: border-box;
}

.program-card.blau { background-color: var(--blau); }

.program-card-tag {
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 12px;
}

.program-card-body {
  font-size: 1rem;
  line-height: 1.5;
  margin: 12px 0 0;
}

@media screen and (max-width: 991px) {
  .program-grid { grid-template-columns: 1fr 1fr; }
}

@media screen and (max-width: 767px) {
  .program-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 1.5rem;
  }
  .program-card { height: auto; min-height: 240px; }
}
