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

body {
  background-color: #000;
  font-family: Din, sans-serif;
  color: #333;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #e65834;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #e65834;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: underline;
}

.slider {
  position: relative;
  max-width: 100%;
  background-color: #5cc3f0;
}

.header {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none;
}

.spenden-button-header {
  display: none;
  margin-left: 80px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spacer {
  margin-right: 10px;
  margin-left: 10px;
}

.act {
  color: #e65834;
}

.lang-link {
  margin-left: 15px;
  text-decoration: none;
}

.lang-link.act {
  color: #fff;
  font-weight: 700;
}

.cta_button {
  position: absolute;
  bottom: 45px;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 60px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #e65834;
  font-weight: 700;
  text-decoration: none;
}

.cta_button.inline-small {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 20px;
  margin-top: 20px;
  padding: 5px 30px;
  border-style: solid;
  background-color: transparent;
  font-weight: 400;
}

.cta_button.inline-small.pos-relative {
  position: static;
}

.slider-2 {
  z-index: 1;
  height: auto;
  background-color: #5cc3f0;
}

.header-button {
  padding: 10px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  text-decoration: none;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide-nav {
  display: none;
  font-size: 0.9rem;
}

.container {
  max-width: 1120px;
}

.section {
  z-index: 1;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 80px;
  background-color: #f1f0f0;
}

.section.winner-award {
  background-color: #e65834;
  color: #fff;
}

.section.winner-award-vergangene {
  color: #fff;
}

.section.winner-award-vergangene.hide {
  display: none;
}

.section.footer {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.timeline {
  background-color: #221f1e;
  color: #c9c9c9;
}

.section.livestream {
  background-color: #221f1e;
  color: #fff;
}

.section.sectionslider {
  background-color: #221f1e;
  color: #fff;
}

.section.dark {
  background-color: transparent;
  color: #fff;
}

.section.horizontal-rule {
  padding-bottom: 70px;
  border-style: none;
  background-color: #5e366e;
}

.grid-award-aktuell {
  grid-template-areas: "Oben Oben"
    "Links Rechts";
}

.heading {
  color: #e65834;
  font-size: 50px;
  line-height: 1.3;
}

.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video.margin-bottom {
  margin-bottom: 20px;
}

.play-button {
  position: absolute;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #e65834;
  font-weight: 700;
  text-decoration: none;
}

.image-2 {
  position: absolute;
  width: 16px;
  border-radius: 0px;
}

.image-2.big {
  width: 32px;
}

.einleitung {
  margin-bottom: 20px;
}

.text {
  position: relative;
  padding: 40px;
  background-color: #5cc3f0;
  color: #fff;
}

.grid-award-vergangen {
  margin-right: 80px;
  margin-left: 80px;
  padding-bottom: 20px;
  grid-template-areas: "Links Rechts"
    "Links Rechts";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.vergangene-awards-slider {
  height: auto;
  margin-top: 40px;
  margin-right: -80px;
  margin-left: -80px;
  background-color: transparent;
}

.left-arrow {
  color: #e65834;
}

.right-arrow {
  color: #e65834;
}

.slide-nav-2 {
  margin-bottom: -30px;
}

.heading-2 {
  line-height: 1;
}

.grid-dreispaltig {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Area Area Area"
    "Area-2 Area-3 Area-4";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.div-block-3 {
  position: relative;
  padding: 20px 20px 90px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #5cc3f0;
  color: #fff;
}

.kachel-heading {
  margin-bottom: 20px;
  color: #fff;
}

.socialmedia {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f9d5cc;
}

.adressen {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f5bcae;
  font-size: 1rem;
  line-height: 1.5rem;
}

.impressum {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e65834;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}

.grid-footer {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 0.75fr 0.5fr 0.5fr;
  grid-template-columns: 0.75fr 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-link {
  color: #333;
}

.zewo {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
}

.impressum-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.social-media-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image_desktop.mobile {
  display: none;
}

.image_mobile {
  display: none;
}

.image_mobile.mobile {
  display: none;
}

.image-4 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-scrolling-item {
  width: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.scroll-item-header {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.4em;
  text-align: center;
}

.timeline-header {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #5f67ff;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 600;
}

.scroll-details {
  margin-bottom: 0px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  overflow: hidden;
  max-width: none;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.c-scroll-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._w-scrolling-content {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-scrolling-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: 160px;
  padding: 0px;
}

.section-2 {
  display: block;
  width: 100vw;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2.expand {
  height: 200vh;
}

.scroll-indicator {
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  background-color: #5cc3f0;
}

.scroll-line {
  width: 100%;
  height: 3px;
  background-color: #ccc;
}

.scroll-line.last {
  display: none;
}

.c-scrolling-details {
  width: 330px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

.c-details {
  margin-bottom: 40px;
}

.image-5 {
  width: 100%;
}

.countdown {
  display: block;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #5cc3f0;
  color: #fff;
}

.js-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
}

.clock-number {
  font-size: 6rem;
  line-height: 70px;
  font-weight: 600;
}

.clock-label {
  margin-top: 10px;
  margin-right: -5px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.slider-3 {
  height: auto;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
}

.slide-2 {
  width: 33.3%;
}

.slide-3 {
  width: 33.3%;
}

.slide-4 {
  width: 33.3%;
}

.slide-5 {
  width: 33.3%;
}

.text-block {
  padding-top: 100px;
  color: red;
  text-align: center;
}

.title-white {
  color: #fff;
}

.vergangene-awards {
  padding-top: 70px;
  padding-bottom: 80px;
  background-color: #5e366e;
}

.carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.carousel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.carousel-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 3rem;
}

.play {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #d0d0d0;
}

.play.big {
  width: 64px;
  height: 64px;
}

.horizontal-rule {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.more-layer {
  position: absolute;
  width: 640px;
  padding: 20px;
  background-color: #d0d0d0;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .navigation {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cta_button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .section {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-award-aktuell {
    grid-template-areas: "Oben Oben"
      "Links Links"
      "Rechts Rechts";
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-award-vergangen {
    grid-template-areas: "Links Links"
      "Rechts Rechts";
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .vergangene-awards-slider {
    margin-right: -30px;
    margin-left: -30px;
  }

  .grid-dreispaltig {
    grid-template-areas: "Area Area Area"
      "Area-2 Area-2 Area-2"
      "Area-4 Area-4 Area-4"
      "Area-3 Area-3 Area-3";
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .socialmedia {
    padding-right: 20px;
    padding-left: 20px;
  }

  .adressen {
    padding-right: 20px;
    padding-left: 20px;
  }

  .impressum {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .impressum-links {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .first {
    width: 100%;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-2.sticky {
    position: relative;
    top: 0%;
  }

  .wrapper {
    position: relative;
    width: auto;
    max-width: none;
    margin-left: -20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-2.expand {
    overflow: hidden;
    height: auto;
  }

  .c-scrolling-content {
    overflow: auto;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image_desktop {
    display: none;
  }

  .image_mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image {
    width: 50%;
  }

  .div-block {
    position: absolute;
    right: 10px;
    font-size: 1rem;
  }

  .section {
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .text {
    padding: 10px;
  }

  .grid-award-vergangen {
    margin-right: 0px;
    margin-left: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .vergangene-awards-slider {
    margin-right: 0px;
    margin-left: 0px;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .div-block-3 {
    margin-right: -10px;
    margin-left: -10px;
    padding: 10px 10px 80px;
  }

  .grid-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .left-arrow-2 {
    display: none;
  }

  .right-arrow-2 {
    display: none;
  }

  .timeline-header {
    font-size: 2em;
  }

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

  .box {
    margin-bottom: 10px;
  }
}

#w-node-_0ca3c585-5217-c922-776a-693fca17aa3b-7baa4218 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Oben;
}

#w-node-_32dddf21-fe0a-ee92-8189-351f418bd89c-7baa4218 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Oben;
}

#w-node-_7c558836-0e4b-cf04-8e6a-83466ed7e113-7baa4218 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Links;
}

.grid-award-vergangen>#w-node-_7c558836-0e4b-cf04-8e6a-83466ed7e113-7baa4218 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

#w-node-bfefbb6e-8f00-3684-4ff1-3ff746341615-7baa4218 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Rechts;
}

.grid-award-vergangen>#w-node-bfefbb6e-8f00-3684-4ff1-3ff746341615-7baa4218 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
}

#w-node-e1e9d377-ffb6-5311-f6c3-f50382a82920-7baa4218 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Oben;
}

#w-node-e1e9d377-ffb6-5311-f6c3-f50382a82921-7baa4218 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Oben;
}

#w-node-e1e9d377-ffb6-5311-f6c3-f50382a82925-7baa4218 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Links;
}

.grid-award-vergangen>#w-node-e1e9d377-ffb6-5311-f6c3-f50382a82925-7baa4218 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

#w-node-e1e9d377-ffb6-5311-f6c3-f50382a82928-7baa4218 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Rechts;
}

.grid-award-vergangen>#w-node-e1e9d377-ffb6-5311-f6c3-f50382a82928-7baa4218 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
}

#w-node-_54d1fb5f-b354-1ec8-a768-2a8347fce6e9-7baa4218 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

#w-node-_51b5a08f-67b1-8f4e-a182-1ad0df9f064d-7baa4218 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-3;
}

#w-node-_0e4df705-1a66-6729-7426-0b2b8e4a5c32-7baa4218 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: Area-4;
}

#w-node-_1d8e7bf4-87da-3b5e-b6ae-9bc242131b91-7baa4218 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: Area;
}

#w-node-f2cde4ed-b097-4909-046e-09cd6aa5916b-7baa4218 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: Area;
}

#w-node-_16d488b6-7d01-9040-d1a9-03a0660e0ee8-660e0ed9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_16d488b6-7d01-9040-d1a9-03a0660e0f00-660e0ed9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_16d488b6-7d01-9040-d1a9-03a0660e0f06-660e0ed9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_32dddf21-fe0a-ee92-8189-351f418bd89c-80110c45 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Oben;
}

#w-node-_1d8e7bf4-87da-3b5e-b6ae-9bc242131b91-80110c45 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: Area;
}

#w-node-f2cde4ed-b097-4909-046e-09cd6aa5916b-80110c45 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: Area;
}

#w-node-_88fdd85d-5435-5e4d-97f0-de1a031ef4d4-80110c45 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Oben;
}

@media screen and (max-width: 991px) {
  #w-node-_0ca3c585-5217-c922-776a-693fca17aa3b-7baa4218 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_32dddf21-fe0a-ee92-8189-351f418bd89c-7baa4218 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_7c558836-0e4b-cf04-8e6a-83466ed7e113-7baa4218 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .grid-award-vergangen>#w-node-_7c558836-0e4b-cf04-8e6a-83466ed7e113-7baa4218 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-bfefbb6e-8f00-3684-4ff1-3ff746341615-7baa4218 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .grid-award-vergangen>#w-node-bfefbb6e-8f00-3684-4ff1-3ff746341615-7baa4218 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-e1e9d377-ffb6-5311-f6c3-f50382a82920-7baa4218 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-e1e9d377-ffb6-5311-f6c3-f50382a82921-7baa4218 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-e1e9d377-ffb6-5311-f6c3-f50382a82925-7baa4218 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .grid-award-vergangen>#w-node-e1e9d377-ffb6-5311-f6c3-f50382a82925-7baa4218 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-e1e9d377-ffb6-5311-f6c3-f50382a82928-7baa4218 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .grid-award-vergangen>#w-node-e1e9d377-ffb6-5311-f6c3-f50382a82928-7baa4218 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_32dddf21-fe0a-ee92-8189-351f418bd89c-80110c45 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_88fdd85d-5435-5e4d-97f0-de1a031ef4d4-80110c45 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

#w-node-_1d16ee66-2661-e463-57d9-dee628680fcc-80110c45 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: Area;
}

#w-node-_1d16ee66-2661-e463-57d9-dee628680fcd-80110c45 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: Area;
}

@media screen and (max-width: 991px) {
  #w-node-_54d1fb5f-b354-1ec8-a768-2a8347fce6e9-7baa4218 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_51b5a08f-67b1-8f4e-a182-1ad0df9f064d-7baa4218 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_0e4df705-1a66-6729-7426-0b2b8e4a5c32-7baa4218 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_1d8e7bf4-87da-3b5e-b6ae-9bc242131b91-7baa4218 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-f2cde4ed-b097-4909-046e-09cd6aa5916b-7baa4218 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_1d8e7bf4-87da-3b5e-b6ae-9bc242131b91-80110c45 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-f2cde4ed-b097-4909-046e-09cd6aa5916b-80110c45 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_1d16ee66-2661-e463-57d9-dee628680fcc-80110c45 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_1d16ee66-2661-e463-57d9-dee628680fcd-80110c45 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@font-face {
  font-family: 'Din';
  src: url('../fonts/din-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din';
  src: url('../fonts/din-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}