/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */

:root {
  --lime: #d4da2e;
  --gray: #e7e7e7;
  --blue: #009fe3;
  --white: #fff;
  --black: #000;
  --transparent: #e7e7e700;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  background-color: var(--blue);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html[data-scroll-edge="bottom"] {
  background-color: var(--black);
}

body {
  min-height: 100%;
  margin: 0;
  color: #333;
  background-color: transparent;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  display: inline-block;
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

a {
  color: inherit;
  background-color: transparent;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  font-weight: 700;
}

/* Original Webflow typography values, declared explicitly to avoid browser
   defaults changing the layout during reloads. */
h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin: 0 0 10px;
}

ul,
ol {
  margin: 0 0 10px;
  padding-left: 40px;
}

/* --------------------------------------------------------------------------
   Shared sections and buttons
   -------------------------------------------------------------------------- */

.section-typo-zoom-in {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  background-color: var(--blue);
}

.section-typo-zoom-in.gray {
  flex-flow: column;
  min-height: 0;
  padding: 100px 0;
  background-color: var(--gray);
}

.section-typo-zoom-in.greenyelloy {
  flex-flow: column;
  min-height: 0;
  padding: 100px 0;
  background-color: var(--lime);
}

.section-typo-zoom-in.blau {
  flex-flow: column;
  min-height: 0;
  padding: 60px 0;
}

.section-typo-zoom-in.photo {
  min-height: 0;
  padding: 0;
  background-color: transparent;
}

.button-anmelden {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin: 40px auto 0;
  padding: 20px 40px;
  border-radius: 50px;
  color: var(--black);
  background-color: var(--lime);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .3s, transform .3s;
}

.button-anmelden:hover {
  color: var(--black);
  background-color: var(--lime);
  transform: scale(1.1);
}

.button-anmelden:focus-visible {
  outline: 3px solid var(--black);
  outline-offset: 4px;
}

.text-block-148 {
  color: var(--black);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .5px;
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.div-block {
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: .75fr 1fr;
  grid-template-rows: auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 60px 0;
  transition: all .3s;
}

.logo-container {
  justify-self: center;
}

.logo-zoom {
  width: auto;
  height: 70vh;
  max-width: 100%;
}

.wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.heading-2 {
  display: flex;
  flex-flow: column;
  margin: 20px 0 60px;
  color: var(--lime);
  font-size: 30px;
  line-height: 1;
  text-align: center;
}

.text-span-2 {
  display: flex;
  flex-flow: column;
  margin-bottom: 10px;
  color: var(--white);
  font-size: 60px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: none;
}

.text-span-2.kontakt {
  text-transform: uppercase;
}

.div-block-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 20px;
}

.text-block-154 {
  display: flex;
  align-items: center;
  color: var(--white);
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.text-span-3 {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  font-family: "Fa Sharp Solid 900", Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
}

.image-2 {
  position: absolute;
  top: 2%;
  right: 2%;
  width: 100px;
  height: auto;
  opacity: .45;
}

.logo-link {
  display: block;
}

/* --------------------------------------------------------------------------
   Countdown
   -------------------------------------------------------------------------- */

.section-3 {
  padding: 100px 20px;
  background-color: var(--white);
}

.js-clock {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-family: "Varela Round", sans-serif;
}

.box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin: 0 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
}

.clock-number {
  color: var(--black);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: 70px;
}

.clock-number.gelb {
  color: var(--lime);
  -webkit-text-stroke-color: #d2d2ce;
}

.clock-label {
  margin-top: 10px;
  margin-right: -5px;
  color: var(--black);
  letter-spacing: 5px;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   Introduction
   -------------------------------------------------------------------------- */

.div-block-3 {
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  max-width: 1400px;
}

.div-block-4 {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 50%;
  margin: 0 40px 0 0;
  overflow: hidden;
  border-radius: 40px;
  background-image: url("../images/infobereich.webp");
  background-position: 0 0;
  background-size: cover;
}

.image-caption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 1;
  margin: 0;
  padding: 0 12px;
  color: #c7c7c7;
  background-color: transparent;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  text-shadow: 0 1px 3px #000;
}

.div-block-5 {
  display: flex;
  flex-flow: column;
  width: 50%;
  padding: 100px 0;
}

.heading-4 {
  display: flex;
  flex-flow: column;
  margin: 10px 0 20px;
  color: var(--black);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: var(--lime);
  text-decoration-style: wavy;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.paragraph {
  margin-top: 40px;
  font-size: 25px;
  line-height: 1.5em;
  text-align: center;
}

.heading-8 {
  margin: 0 0 60px;
  color: var(--blue);
  font-size: 50px;
  line-height: 1;
  text-align: center;
}

.text-span-6 {
  text-decoration: underline;
  text-decoration-color: var(--lime);
  text-decoration-style: wavy;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* --------------------------------------------------------------------------
   Schedule
   -------------------------------------------------------------------------- */

.div-block-9 {
  width: 65%;
  max-width: 1440px;
  padding: 100px;
  border-radius: 40px;
  background-color: var(--gray);
}

.div-block-11 {
  display: flex;
  gap: 60px;
}

.section {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 20px 20px 0 0;
  background-color: var(--white);
}

.div-block-10 {
  padding-right: 20px;
  border-radius: 20px 20px 0 0;
  background-color: var(--black);
}

.heading-5 {
  margin: 0;
  padding: 20px 0;
  color: var(--lime);
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.div-block-6 {
  display: flex;
  padding: 20px 10px;
  border-bottom: 2px dashed var(--gray);
}

.div-block-7 {
  flex: 0 0 20%;
  width: auto;
}

.div-block-8 {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
}

.text-block-150 {
  padding-left: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.text-block-151 {
  padding-left: 40px;
  font-size: 20px;
  overflow-wrap: anywhere;
}

/* --------------------------------------------------------------------------
   Contact and support
   -------------------------------------------------------------------------- */

.text-span-4 {
  margin-right: 10px;
  color: #d7005a;
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.div-block-15 {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 0 100px;
  background-image: url("../images/unterstuetzung-desktop.webp");
  background-position: 0%;
  background-size: cover;
}

.div-block-15.center {
  display: none;
}

.div-block-16 {
  display: flex;
  flex-flow: column;
  width: 50%;
}

.heading-6 {
  margin: 20px 0 40px;
  color: var(--white);
  font-size: 38px;
  line-height: 44px;
  text-align: left;
  text-transform: uppercase;
}

.heading-6.center {
  text-align: center;
}

/* --------------------------------------------------------------------------
   Footer and legal dialogs
   -------------------------------------------------------------------------- */

.section-2 {
  background-color: var(--lime);
}

.div-block-17 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 8px 20px;
  padding: 29px 20px;
  background-color: var(--black);
  text-align: center;
}

.link {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--lime);
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .3s, letter-spacing .3s;
}

.link:hover {
  color: var(--white);
  letter-spacing: 1.5px;
  text-decoration: underline dotted;
  text-underline-offset: 3px;
}

.dialog-is-open {
  overflow: hidden;
}

.legal-dialog {
  width: min(1200px, 92vw);
  height: min(86vh, 900px);
  max-width: none;
  max-height: none;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  color: var(--black);
  background-color: var(--gray);
  box-shadow: 0 24px 80px #00000066;
}

.legal-dialog[open] {
  display: flex;
  flex-direction: column;
}

.legal-dialog::backdrop {
  background-color: #000000b8;
  backdrop-filter: blur(4px);
}

.legal-dialog-header {
  position: relative;
  min-width: 0;
  padding: 32px 72px 28px 40px;
  color: var(--white);
  background-color: var(--blue);
}

.legal-dialog-kicker {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  opacity: .8;
  text-transform: uppercase;
}

.legal-dialog-header h2 {
  max-width: 100%;
  margin: 0;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.legal-dialog-close {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 42px;
  height: 42px;
  border: 2px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  background-color: transparent;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  transition: color .3s, background-color .3s, transform .3s;
}

.legal-dialog-close:hover,
.legal-dialog-close:focus-visible {
  color: var(--black);
  background-color: var(--white);
  transform: rotate(90deg);
}

.legal-dialog-content {
  flex: 1;
  width: 100%;
  min-width: 0;
  min-height: 0;
  padding: 36px 40px 44px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 16px;
  line-height: 1.65;
}

.legal-dialog-content h3,
.legal-dialog-content h4,
.legal-dialog-content h5,
.legal-dialog-content p,
.legal-dialog-content li {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.legal-dialog-content h3 {
  margin: 28px 0 8px;
  color: var(--blue);
  font-size: 22px;
  line-height: 1.2;
}

.legal-dialog-content h4 {
  margin: 24px 0 8px;
  color: #333;
  font-size: 18px;
  line-height: 1.3;
}

.legal-dialog-content h5 {
  margin: 20px 0 6px;
  color: #333;
  font-size: 16px;
  line-height: 1.35;
}

.legal-dialog-content h3:first-child {
  margin-top: 0;
}

.legal-dialog-content p {
  margin: 0 0 16px;
}

.legal-dialog-content ul {
  margin: 0 0 16px;
  padding-left: 24px;
}

.legal-dialog-content a {
  color: #007fae;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.legal-dialog-content a:hover {
  color: var(--black);
  text-decoration-color: var(--lime);
}

.legal-placeholder {
  padding: 14px 18px;
  border-left: 5px solid var(--lime);
  color: var(--black);
  background-color: var(--white);
}

.legal-placeholder-inline {
  padding: 2px 5px;
  background-color: var(--lime);
}

.legal-source {
  margin-top: 32px !important;
  color: #666;
  font-size: 14px;
}

/* --------------------------------------------------------------------------
   Responsive layout
   -------------------------------------------------------------------------- */

@media screen and (max-width: 991px) {
  .section-typo-zoom-in {
    min-height: 0;
    padding-bottom: 60px;
  }

  .section-typo-zoom-in.gray {
    padding-right: 40px;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .section-typo-zoom-in.greenyelloy,
  .section-typo-zoom-in.blau {
    padding-right: 60px;
    padding-left: 60px;
  }

  .section-typo-zoom-in.photo {
    padding-bottom: 0;
  }

  .div-block {
    display: flex;
    flex-flow: column;
    padding-bottom: 0;
  }

  .logo-zoom {
    width: 300px;
    height: auto;
  }

  .button-anmelden {
    align-self: center;
    margin-right: 0;
    margin-left: 0;
    justify-content: space-between;
  }

  .div-block-3 {
    flex-flow: column;
    padding: 0 60px 60px;
  }

  .div-block-4 {
    width: 100%;
    height: 70vh;
    min-height: 0;
    background-position: 50% 40%;
  }

  .div-block-5 {
    width: 100%;
    padding: 40px 0;
  }

  .div-block-9 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-11 {
    flex-direction: column;
  }

  .div-block-11 > .section {
    flex: 0 1 auto;
    width: 100%;
  }

  .div-block-15 {
    display: none;
  }

  .div-block-15.center {
    display: flex;
  }

  .div-block-15 {
    align-items: center;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 100px;
    background-image: linear-gradient(#fff0 55%, #000), url("../images/unterstuetzung-desktop.webp");
    background-position: 0 0, 8% 40%;
    background-size: auto, cover;
  }

  .div-block-15.center {
    display: flex;
    background-image: linear-gradient(#fff0 55%, #000), url("../images/unterstuetzung-mobil.webp");
    background-position: 0 0, 50%;
  }

  .div-block-16 {
    width: 100%;
  }

  .heading-6,
  .heading-8 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .section-typo-zoom-in {
    padding: 40px;
  }

  .section-typo-zoom-in.gray {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-typo-zoom-in.greenyelloy,
  .section-typo-zoom-in.blau {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-typo-zoom-in.photo {
    padding: 0;
  }

  .logo-zoom {
    width: 100px;
    margin-bottom: 40px;
  }

  .button-anmelden {
    align-self: auto;
    margin-right: 0;
    flex-direction: row;
    justify-content: space-between;
  }

  .div-block-3 {
    align-items: center;
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
  }

  .div-block-4 {
    margin-right: 0;
  }

  .div-block-5 {
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
  }

  .div-block-9 {
    padding: 40px;
  }

  .div-block-16 {
    align-items: center;
  }

  .image-2 {
    right: 4%;
  }
}

@media screen and (max-width: 479px) {
  .section-typo-zoom-in {
    padding: 40px 10px;
  }

  .section-typo-zoom-in.gray {
    padding: 60px 10px;
  }

  .section-typo-zoom-in.greenyelloy,
  .section-typo-zoom-in.blau {
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo-zoom {
    margin-bottom: 20px;
  }

  .div-block {
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
  }

  .box {
    margin-bottom: 10px;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .clock-number {
    font-size: 5rem;
  }

  .wrapper {
    flex-flow: wrap;
  }

  .div-block-2 {
    max-width: 90%;
    margin-bottom: 0;
    font-size: 14px;
  }

  .button-anmelden {
    align-self: center;
    justify-content: center;
    margin-top: 0;
    padding-right: 40px;
    padding-left: 40px;
  }

  .button-anmelden:hover {
    background-color: var(--white);
  }

  .text-block-148 {
    line-height: 1;
  }

  .heading-2 {
    margin-bottom: 40px;
    font-size: 18px;
    word-break: normal;
  }

  .text-span-2 {
    margin-bottom: 0;
    font-size: 40px;
  }

  .text-span-2.kontakt {
    font-size: 35px;
  }

  .div-block-3 {
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .div-block-4 {
    height: 50vh;
  }

  .div-block-5 {
    justify-content: flex-start;
    padding-bottom: 20px;
  }

  .div-block-7 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .div-block-9 {
    padding: 0;
    background-color: var(--transparent);
  }

  .div-block-11 {
    display: flex;
    flex-flow: column;
    gap: 60px;
  }

  .div-block-6 {
    align-items: center;
  }

  .div-block-7 {
    flex: 0 0 20%;
  }

  .div-block-8 {
    flex: 1 1 80%;
  }

  .div-block-15 {
    background-position: 0 0, 15% 40%;
  }

  .image-2 {
    top: 2%;
    right: 3%;
    width: 60px;
  }

  .section-3 {
    padding: 60px 40px;
  }

  .heading-8 {
    font-size: 40px;
    line-height: 1;
  }

  .paragraph {
    margin-bottom: 40px;
  }

  .legal-dialog {
    width: calc(100vw - 20px);
    height: calc(100vh - 20px);
    border-radius: 16px;
  }

  .legal-dialog-header {
    padding: 24px;
  }

  .legal-dialog-header h2 {
    font-size: clamp(26px, 7.2vw, 32px);
    line-height: 1.05;
  }

  .legal-dialog-close {
    top: 16px;
    right: 16px;
  }

  .legal-dialog-content {
    padding: 24px 20px 32px;
    font-size: 15px;
  }
}
