@font-face {
  font-family: KrankFont;
  src: url('../fonts/94e83f2028851b8b911200123c6f790a.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Futura Pt;
  src: url('../fonts/futura-pt-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura Pt;
  src: url('../fonts/futura-pt-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura Pt;
  src: url('../fonts/futura-pt-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #191919;
  --highlights: #feb3eb;
  --main: #ff66c4;
}

.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;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

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

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

img {
  max-width: 100%;
  display: inline-block;
}

.logo {
  justify-content: center;
  align-items: center;
  max-width: 250px;
  margin-top: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

.heading-23 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poiret One, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.schwarzer-button {
  background-color: #000;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.schwarzer-button:hover {
  background-color: #d4af37;
  margin-bottom: 20px;
}

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

.paragraph-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.link-3 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

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

.link-4 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.grid-6 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16% 8%;
  justify-content: center;
  justify-items: center;
}

.linkfooter {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.linkfooter.w--current {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.section-6 {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.footerheading-2 {
  color: #ddb545;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-6 {
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: block;
}

.container-men-1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-7 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16%;
  justify-content: center;
  justify-items: center;
}

.button-auf-schwarz-2 {
  background-color: #d4af37;
  margin-bottom: 20px;
}

.button-auf-schwarz-2:hover {
  background-color: #000;
  margin-bottom: 20px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 0;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 25px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 10px;
}

.button-auf-schwarz-2._2:hover {
  background-color: #d4af37;
}

.navbar-1 {
  width: 100%;
}

.nav-link-1 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-1:hover {
  color: gray;
}

.nav-link-1.w--current {
  color: #ebe3de;
}

.nav-link-1.flie-text {
  margin-left: 0;
  margin-right: 0;
}

.nav-link-1.flie-text:hover {
  color: #191919;
  font-size: 14px;
}

.nav-link-1.flie-text.w--current {
  color: #191919;
}

.farbe-der-headings {
  color: var(--highlights);
  line-height: 1.2;
}

.hauptfarbe {
  background-color: var(--main);
  color: #fff;
}

.zweitfarbe {
  background-color: #f3f3f3;
}

.highlights {
  background-color: var(--highlights);
  color: var(--bg);
}

.heading-1 {
  font-family: Futura Pt, Arial, sans-serif;
  line-height: 1.2;
}

.heading-2 {
  font-family: Futura Pt, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.flie-text {
  font-family: Futura Pt, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.heading-3 {
  font-family: Futura Pt, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.farbe-flie-text {
  color: var(--bg);
  line-height: 1.4;
}

.titelvideo-startseite-1 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 75vh;
  display: flex;
  position: relative;
}

.inhalt-mittig1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.terminbutton.zweitfarbe.farbe-flie-text:hover {
  background-color: #8b8b8b;
}

.instagram3 {
  width: 30px;
}

.social-verlinkung3 {
  margin-right: 10px;
}

.utility-page-wrap {
  background-image: url('../images/5e4e799880743331e550192d_schloss-gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
  position: absolute;
  bottom: 5%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  top: 0;
}

.submit-button {
  background-color: #ecbf38;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #a8a8a8;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.nav-link:active, .nav-link:focus, .nav-link:visited {
  color: #fff;
}

.nav-link.w--current {
  color: #a8a8a8;
}

.mehr-erfahren2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren2:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren2.zweitfarbe:hover {
  color: #f7f7f7;
}

.link-7 {
  color: #fff;
  text-decoration: none;
}

.impdatfooter {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

.impressum1, .datenschutz2 {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}

.video2 {
  height: 90vh;
}

.jetzt-termin-vereinbaren {
  text-transform: uppercase;
}

.jetzt-termin-vereinbaren:hover {
  background-color: #000;
}

.inhaltstartseite {
  padding: 20px 10px;
}

.impdat1 {
  color: #fff;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.telefonnummer1 {
  margin-bottom: 5px;
}

.telefonnummer1.flie-text {
  display: block;
}

.email, .adresse, .ffnungszeiten {
  margin-bottom: 5px;
}

.essen-bild2 {
  background-image: url('../images/AdobeStock_17496330_visu.webp');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link-impdat {
  color: #fff;
  text-decoration: none;
}

.inhalt-footer1 {
  min-width: 200px;
}

.link-8 {
  color: #fff;
  text-decoration: none;
}

.angebot2 {
  text-align: center;
  background-color: #f7f7f7;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.html-embed-3 {
  height: 100%;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.rounded-block {
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 200px;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.rounded-block.zweitfarbe {
  min-height: auto;
}

.div-block-113 {
  margin-bottom: 5px;
}

.div-block-video {
  color: #fff;
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan1 {
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 70px;
  line-height: 80px;
}

.slogan1.heading-1 {
  font-size: 60px;
  line-height: 70px;
}

.round-button1 {
  border-radius: 19px;
  padding: 10px 30px;
}

.round-button1.heading-3.zweitfarbe {
  color: #000;
}

.bild-zoom-effekt1 {
  background-image: linear-gradient(#fff3, #fff3), url('../images/AdobeStock_311892515_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 70vh;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .2s;
  display: flex;
}

.bild-zoom-effekt1:hover {
  background-image: linear-gradient(#fff3, #fff3), url('../images/AdobeStock_311892515_visu.webp');
  background-size: auto, cover;
}

.div-block-wei-1 {
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60%;
  padding: 60px;
  display: flex;
}

.background-video1 {
  width: 100%;
  height: 100%;
}

.heading-linksb-ndig-effekt1 {
  margin-top: 0;
  font-size: 22px;
}

.subheading1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 35px;
}

.subheading1.heading-2 {
  letter-spacing: 0;
}

.footer-image {
  object-fit: contain;
  margin-right: 10px;
}

.footer-2 {
  justify-content: space-around;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-2.hauptfarbe {
  align-items: flex-start;
}

.footer-2.black {
  background-color: #000;
}

.div-block-success {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-success.highlights {
  background-color: var(--main);
  padding: 100px;
}

.nav-men {
  z-index: 1000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.men-button2.hauptfarbe {
  background-color: var(--main);
}

.navbar {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
}

.navbar.hauptfarbe {
  position: static;
  top: 0%;
}

.header1 {
  z-index: 1000;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 2px 2px 5px #0003;
}

.titelvideo-stat-2 {
  height: 90vh;
  position: relative;
}

.div-block-video-1 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 80px;
  line-height: 90px;
}

.slogan2.heading-1.is-left {
  text-align: left;
  font-size: 90px;
}

.terminbutton2.highlights {
  color: #fff;
}

.terminbutton2.highlights.heading-3:hover {
  background-color: #01221c;
}

.video1 {
  color: #fff;
  background-image: linear-gradient(#00000036, #00000036);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.section-gro-e-abst-nde1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 180px 10vw;
  display: flex;
  position: relative;
}

.section-gro-e-abst-nde1.background {
  color: var(--bg);
}

.section-gro-e-abst-nde1.background.space {
  padding-bottom: 100px;
}

.section-gro-e-abst-nde1.background.padding, .section-gro-e-abst-nde1.highlights {
  padding-left: 5vw;
  padding-right: 5vw;
}

.heading-icon2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 55px;
  position: absolute;
  inset: 36% 0% auto;
}

.heading-icon2.heading-1 {
  margin-bottom: 40px;
  line-height: 1.1;
  position: static;
  top: 50%;
}

.heading-icon2.heading-1.black {
  color: var(--bg);
  text-align: left;
  font-size: 70px;
}

.heading-icon2.heading-1.black.center {
  width: 100%;
}

.text-links2 {
  font-size: 16px;
  line-height: 1.6;
}

.text-links2.flie-text {
  overflow-wrap: anywhere;
}

.text-links2.flie-text.farbe-der-headings.text-span.size {
  font-size: 25px;
}

.text-links2.flie-text.farbe-der-headings.text-span.is-black {
  color: var(--bg);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
}

.text-links2.flie-text.farbe-der-headings.white {
  color: var(--bg);
}

.text-links2.flie-text.center {
  text-align: center;
  width: 100%;
}

.text-links2.flie-text.center.white, .text-links2.flie-text.center.white-2 {
  color: #fff;
}

.text-links2.flie-text.social-modern-subtext.centyer {
  text-align: center;
}

.inhalt-mittig-untereinander {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 40px;
  display: flex;
}

.inhalt-nebeneinander1 {
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  display: flex;
}

.termin-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.termin-button.heading-3.highlights {
  color: #fff;
}

.termin-button.heading-3.highlights:hover {
  background-color: #01221c;
}

.heading-links2 {
  text-transform: uppercase;
  font-size: 40px;
}

.heading-links2.heading-1._0 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-links2.heading-1.black {
  color: var(--bg);
  margin-top: 0;
}

.heading-links2.heading-1.small {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-links2.heading-1.white {
  color: #fff;
}

.footertext2 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.impdatlink {
  color: #fff;
  text-decoration: none;
}

.impdat-2 {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: flex;
}

.titelvideo1 {
  height: 70vh;
  position: relative;
}

.inhalt-mittig-untereinander1 {
  flex-direction: column;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.impdata {
  padding: 100px 40px;
}

.impdata.wrapp {
  overflow-wrap: anywhere;
}

.success-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.heading-error {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 32px;
}

.logo-bild {
  object-fit: contain;
  height: 15vh;
}

.logo-3 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.logo-3.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.logo-img {
  width: 250px;
}

.maps-gro {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.div-block-maps {
  height: 100%;
  min-height: 500px;
}

.maps-footer {
  justify-content: center;
  width: 100%;
  min-width: 250px;
  height: 120px;
  display: flex;
}

.link {
  color: #fff;
  text-decoration: none;
  display: block;
}

.ablaufplan-big-button-3 {
  z-index: 0;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

.ablaufplan-big-button-3.black.ablaufplan {
  margin-top: -2px;
  top: 10px;
}

.background {
  background-color: var(--bg);
  color: #fff;
}

.grid-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start stretch;
  width: 100%;
  position: relative;
}

.grid-3.center {
  place-items: center;
}

.contact-button {
  color: #333;
  text-transform: uppercase;
  font-size: 16px;
  transition: all .2s;
}

.contact-button:hover {
  transform: scale(1.1);
}

.contact-button.heading-font3.highlights {
  font-family: Chivo, sans-serif;
  font-weight: 400;
}

.contact-button.heading-font3.highlights.colour {
  background-color: var(--main);
  font-family: Futura Pt, Arial, sans-serif;
}

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

.image-100.contain {
  object-fit: contain;
}

.image-100.contain.hero-logo-glow.hero-image-100 {
  background-color: #fff0;
}

.image-100.participation-modern-right-border.contain {
  background-color: var(--bg);
  object-fit: contain;
  position: sticky;
  top: 0;
}

.image-wrapper {
  border: 5px solid var(--main);
  width: 100%;
  height: 100%;
  position: relative;
}

.image-wrapper._50vh {
  height: 50vh;
  position: relative;
}

.image-wrapper.vh {
  height: 75vh;
  margin-top: 40px;
  position: relative;
}

.image-wrapper.vh.producer-hero-wrapper.padding {
  padding: 0;
}

.image-wrapper.participation-modern-image-frame.black {
  background-color: var(--bg);
}

.content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.content.border {
  border: 1px solid var(--highlights);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
}

.content.border.white {
  color: #fff;
  border-color: #fff;
}

.content.border.white.rules-modern-card.rules-modern-number.center {
  color: var(--bg);
  padding-top: 100px;
}

.content.content-show.padding {
  padding-left: 40px;
  padding-right: 0;
}

.content.participation-content.padding {
  padding-left: 80px;
}

.content.social-modern-left.centr {
  text-align: center;
}

.text-span {
  font-size: 22px;
  font-weight: 700;
}

.text-span.black {
  color: var(--bg);
}

.text-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.social {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.social.fixed {
  z-index: 1000;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  inset: 40% 1% 40% auto;
}

.social-link-small {
  width: 35px;
  height: 35px;
  text-decoration: none;
  overflow: visible;
}

.social-link-small.big {
  width: 45px;
  height: 45px;
}

.div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1.5px solid var(--highlights);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 10px;
  display: flex;
}

.div.border {
  border-color: var(--bg);
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.small-img {
  object-fit: contain;
  width: 250px;
  height: 300px;
}

.grid-4er {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.section2 {
  padding: 180px 10vw;
}

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

.grid_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.grid_wrap.social-modern-card {
  flex-flow: row;
  padding-left: 0;
}

.link-12 {
  color: var(--bg);
  text-decoration: none;
}

.flags {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.flag {
  width: 35px;
  height: 35px;
}

.image-icon {
  object-fit: contain;
}

.abs {
  color: var(--bg);
  background-color: #fff;
  padding: 20px;
  position: static;
  inset: auto 0% 3% auto;
}

.code-embed {
  background-color: #0000;
  width: 15vw;
  margin-top: 10px;
}

.farbe-der-headings-2 {
  color: var(--main);
  line-height: 1.2;
}

.section-gro-e-abst-nde11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 10vw 100px;
  display: flex;
  position: relative;
}

.section-gro-e-abst-nde11.background {
  background-image: linear-gradient(450deg, #00000073, var(--bg) 85%);
  background-position: 0 0;
  background-size: auto;
}

.section-gro-e-abst-nde11.background.hero-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(45deg, #000, #85858500 52%, #ffffff36);
  background-position: 0 0;
  padding-left: 8vw;
  padding-right: 8vw;
}

.nav_2 {
  background-color: var(--bg);
  filter: blur(30px);
  width: 100%;
  height: 20%;
  position: absolute;
  top: auto;
  bottom: -8%;
  left: 0%;
}

.image-wrapper-1 {
  border: 5px solid var(--main);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.image-wrapper-1.border {
  border-width: 0;
  position: relative;
}

.image-wrapper-1.border.size {
  height: 50vh;
  position: static;
}

.image-259 {
  opacity: .45;
  mix-blend-mode: lighten;
  width: 18%;
  position: absolute;
  inset: auto 2% 10% auto;
}

.image-259.hero-image-259 {
  object-fit: contain;
}

.overlay_block {
  z-index: 5;
  background-image: linear-gradient(#fff0, #000);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 20px 40px 60px;
  display: none;
  position: absolute;
  inset: auto 0% 10%;
}

.overlay_block.width {
  width: 70%;
}

.overlay_block.width.position {
  background-image: none;
  display: none;
  position: static;
}

.overlay_block.position {
  bottom: 10%;
}

.overlay_block.white {
  color: #fff;
}

.banner_logo {
  width: 100%;
  height: 100%;
  padding-top: 80px;
}

.logo_3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
}

.image-2 {
  opacity: .45;
  width: 18%;
  position: absolute;
  inset: 10% 0% auto;
}

.image-2.hero-image-259.size {
  object-fit: contain;
  width: 10%;
}

.grid-3-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr 1fr;
  place-items: start stretch;
  margin-top: 40px;
  position: relative;
}

.card_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.social-modern-title.center {
  text-align: center;
}

.grid-3-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start stretch;
  position: relative;
}

.grid-3-2.top {
  place-items: start;
  margin-bottom: 40px;
}

.grid-3-2.top.social-modern-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  place-items: center;
}

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

.footer-social-icons---f24 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.foooter-social-icon-block---f24-3 {
  justify-content: center;
  align-items: center;
  width: 2rem;
  text-decoration: none;
  display: flex;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.heading-footer.heading-3.farbe-der-headings {
  margin-top: 0;
  padding-left: 0;
}

.footer-first-block---27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.image-contain {
  object-fit: contain;
}

._404-wrapp {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.warnbild {
  filter: contrast(200%) invert();
  object-fit: contain;
  width: 10rem;
  height: auto;
  margin-bottom: 20px;
}

.text-mittig-1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.text-mittig-1.flie-text {
  font-size: 16px;
}

.text-mittig-1.flie-text.top-0 {
  margin-top: 0;
}

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

.heading-mitt.heading-1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.5;
}

._404-page {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

._404-page.hauptfarbe {
  background-image: linear-gradient(180deg, var(--main), var(--bg));
  padding-left: 100px;
  padding-right: 100px;
}

.code-embed-4 {
  width: 100%;
}

.text-links-21px {
  font-size: 16px;
  line-height: 1.5;
}

.text-links-21px.flie-text {
  font-size: 21px;
}

.heading-links-large {
  text-transform: uppercase;
  font-size: 72px;
}

.heading-links-large-2 {
  text-transform: uppercase;
  font-size: 64px;
}

.div-block-nav {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-links-large-3 {
  text-transform: uppercase;
  font-size: 64px;
}

.text-links-21px-black {
  font-size: 16px;
  line-height: 1.5;
}

.text-links-21px-black.flie-text {
  font-size: 21px;
}

.paperform_wrapper, .paperform_inside_block {
  width: 100%;
}

.navbar-3 {
  position: sticky;
  top: 0%;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  .div-block-34 {
    width: 110px;
  }

  .paragraph-8, .link-3 {
    font-size: 13px;
  }

  .div-block-37 {
    width: auto;
  }

  .link-4 {
    font-size: 13px;
  }

  .grid-6 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 13px;
  }

  .section-6 {
    justify-content: space-between;
    padding-left: 0;
    display: block;
  }

  .div-block-33 {
    width: auto;
    padding-left: 0;
  }

  .grid-7 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .nav-link-1.flie-text {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
  }

  .inhalt-mittig1 {
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #000;
  }

  .nav-link {
    width: 100%;
    position: static;
  }

  .nav-link.flie-text, .nav-link.flie-text.w--current {
    padding-left: 40px;
    padding-right: 40px;
  }

  .men-icon1 {
    color: #fff;
  }

  .telefonnummer1 {
    margin-bottom: 5px;
    text-decoration: none;
  }

  .email {
    margin-bottom: 5px;
  }

  .angebot2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .rounded-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rounded-block.zweitfarbe {
    margin-bottom: 20px;
  }

  .div-block-video {
    padding-left: 60px;
    padding-right: 60px;
  }

  .slogan1 {
    font-size: 40px;
  }

  .slogan1.heading-1 {
    font-size: 60px;
    line-height: 70px;
  }

  .bild-zoom-effekt1 {
    min-height: 50vh;
  }

  .div-block-wei-1 {
    width: 80%;
    height: auto;
    padding: 40px;
  }

  .men-button1.hauptfarbe.w--open {
    background-color: #000;
  }

  .subheading1.heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .footer-2.hauptfarbe.flie-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .footer-2.black.flie-text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-success {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-success.highlights {
    padding: 60px;
  }

  .nav-men {
    background-color: var(--highlights);
    background-image: linear-gradient(180deg, var(--highlights), var(--main) 36%, #ff7ccf 69%, var(--highlights) 103%);
    order: 9999;
    justify-content: center;
    align-items: center;
  }

  .nav-men.hauptfarbe {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .men-button2.hauptfarbe {
    background-color: var(--bg);
    border-radius: 14px;
    padding: 16px;
    font-size: 22px;
  }

  .men-button2.hauptfarbe.w--open {
    background-color: var(--bg);
  }

  .men-icon3 {
    color: #fff;
  }

  .navbar.hauptfarbe {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .titelvideo-stat-2 {
    height: 70vh;
  }

  .div-block-video-1 {
    height: 100%;
  }

  .slogan2.heading-1 {
    text-align: left;
    line-height: 1.1;
  }

  .slogan2.heading-1.is-left {
    text-align: center;
    font-size: 55px;
  }

  .video1 {
    background-image: linear-gradient(#00000036, #00000036);
  }

  .section-gro-e-abst-nde1 {
    padding: 50px 40px 60px;
  }

  .section-gro-e-abst-nde1.background.space.participation-modern-section {
    padding: 60px;
  }

  .section-gro-e-abst-nde1.background.padding.section-show-redesign, .section-gro-e-abst-nde1.background.section-dots-design.client-redesign-section, .section-gro-e-abst-nde1.background.participation-section-unique, .section-gro-e-abst-nde1.highlights.producer-section-unique, .section-gro-e-abst-nde1.highlights.rules-modern-section {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-icon2.heading-1 {
    font-size: 50px;
  }

  .heading-icon2.heading-1.black.center {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.3;
  }

  .text-links2.flie-text {
    text-align: center;
    line-height: 1.5;
  }

  .text-links2.flie-text.farbe-der-headings.text-span {
    text-align: center;
    font-size: 21px;
  }

  .text-links2.flie-text.center.white {
    color: var(--bg);
  }

  .text-links2.flie-text.center.white.is-white, .text-links2.flie-text.center.is-white, .text-links2.flie-text.center.white-2 {
    color: #fff;
  }

  .inhalt-nebeneinander1 {
    flex-direction: column;
    width: 90vw;
  }

  .heading-links2.heading-1 {
    text-align: center;
    margin-top: 10px;
    font-size: 35px;
  }

  .impdat-2 {
    padding-left: 0;
  }

  .inhalt-mittig-untereinander1 {
    padding: 10px;
  }

  .impdata {
    padding: 60px;
  }

  .success-2 {
    height: 60vh;
    padding: 60px;
  }

  .heading-error.heading-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .html-embed-6 {
    height: 45vh;
  }

  .ablaufplan-big-button-3.black {
    top: 20px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 70px;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .grid-3.center.participation-grid.wrapp-down {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .grid-3.wrapp-down {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-3.space {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-button.heading-font3.highlights.colour {
    font-size: 15px;
  }

  .image-100 {
    height: 55vh;
  }

  .image-100.contain.hero-logo-glow.hero-image-100.small_2 {
    height: 25vh;
  }

  .image-100.producer-small-image {
    margin-bottom: 0;
  }

  .image-100.participation-modern-right-border.contain {
    object-fit: cover;
  }

  .image-wrapper._50vh.redesign-image-wrap.auto {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .image-wrapper.vh.producer-hero-wrapper.padding {
    flex-flow: column;
    height: 100%;
    margin-top: 20px;
  }

  .image-wrapper.vh.producer-hero-wrapper.padding.auto {
    height: auto;
  }

  .image-wrapper.participation-image-frame {
    order: -9999;
  }

  .image-wrapper.participation-modern-image-frame.black.auto {
    height: auto;
  }

  .content {
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 20px;
  }

  .content.border.white.rules-modern-card.rules-modern-number.center {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .content.hero-left-content {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .content.content-show.padding {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .content.producer-bio-card {
    padding: 20px;
  }

  .text-span.farbe-der-headings, .text-span.black, .text-span.farbe-der-headings-2 {
    font-size: 20px;
  }

  .social.fixed {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    top: auto;
    bottom: 2%;
  }

  .social-link-small.big {
    width: 40px;
    height: 40px;
  }

  .div {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div.border {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .small-img {
    width: auto;
    height: 55vh;
  }

  .small-img._40vh {
    height: 40vh;
  }

  .grid-4er.rules-modern-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    place-items: start center;
  }

  .section2.highlights.social-modern-section {
    padding: 60px;
  }

  .grid_wrap.social-modern-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .flag {
    width: 32px;
    height: 32px;
  }

  .code-embed {
    width: 100%;
  }

  .section-gro-e-abst-nde11 {
    padding: 50px 40px 60px;
  }

  .section-gro-e-abst-nde11.background.hero-section {
    padding: 60px;
  }

  .nav_2 {
    height: 1%;
  }

  .image-wrapper-1.border.size.hero-logo-panel {
    height: 40vh;
    margin-top: 0;
  }

  .image-wrapper-1.border.size.hero-logo-panel.auto {
    height: auto;
  }

  .overlay_block {
    background-image: none;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    bottom: 0%;
  }

  .overlay_block.width.position {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .overlay_block.position {
    bottom: 0%;
  }

  .overlay_block.position.space {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .overlay_block.padding {
    padding-bottom: 20px;
  }

  .overlay_block.bg {
    background-color: var(--highlights);
    background-image: none;
  }

  .banner_logo.hero-content-box {
    padding-top: 0;
  }

  .grid-3-4.producer-main-grid {
    flex-flow: column;
    grid-template-columns: .75fr 1.5fr;
    margin-top: 0;
    display: flex;
  }

  .card_wrap.producer-profile-card {
    padding: 20px;
  }

  .social-modern-contact {
    margin-top: 60px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3-2.top.social-modern-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .grid_holder {
    width: 100%;
  }

  .heading-footer.heading-3 {
    font-size: 12px;
  }

  .heading-footer.heading-3.farbe-der-headings {
    font-size: 16px;
  }

  .heading-mitt.heading-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .code-embed-4 {
    height: 100%;
    overflow: visible;
  }

  .text-links-21px.flie-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
  }

  .heading-links-large.heading-1 {
    text-align: center;
    margin-top: 10px;
    font-size: 40px;
  }

  .heading-links-large-2.heading-1 {
    text-align: center;
    font-size: 40px;
  }

  .div-block-nav {
    order: 9999;
    margin-right: 0;
  }

  .heading-links-large-3.heading-1 {
    text-align: center;
    font-size: 40px;
  }

  .text-links-21px-black.flie-text {
    text-align: center;
    font-size: 18px;
  }

  .paperform_wrapper {
    height: 90vh;
  }

  .paperform_inside_block {
    height: 100%;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  .div-block-34 {
    width: 153.531px;
  }

  .paragraph-8, .link-3 {
    margin-left: 0;
  }

  .div-block-37 {
    width: 153.531px;
  }

  .link-4 {
    margin-left: 0;
  }

  .grid-6 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-6 {
    flex-direction: column;
    display: block;
  }

  .div-block-33 {
    align-items: flex-start;
    width: 153.531px;
    padding-left: 0;
    display: flex;
  }

  .grid-7 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .nav-link-1.flie-text {
    padding: 12px;
    line-height: 1.4;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .titelvideo-startseite-1 {
    height: 60vh;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .nav-menu {
    background-color: #2e2e2e;
  }

  .impdatfooter, .impressum1 {
    text-align: left;
  }

  .inhalt-footer1 {
    margin-bottom: 5px;
  }

  .angebot2 {
    height: auto;
  }

  .div-block-video {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slogan1 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

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

  .bild-zoom-effekt1 {
    min-height: 300px;
  }

  .div-block-wei-1 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-linksb-ndig-effekt1 {
    font-size: 22px;
  }

  .subheading1.heading-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .footer-image {
    margin-bottom: 2px;
    margin-right: 0;
  }

  .footer-2.hauptfarbe {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-2.hauptfarbe.flie-text {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-2.black.flie-text {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding: 20px;
  }

  .div-block-success {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-success.highlights {
    padding: 40px;
  }

  .men-button2.hauptfarbe {
    padding: 14px;
    font-size: 20px;
  }

  .titelvideo-stat-2 {
    height: 70vh;
  }

  .div-block-video-1 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .slogan2.heading-1.is-left {
    font-size: 45px;
  }

  .video1 {
    height: 100%;
  }

  .section-gro-e-abst-nde1.background.space.participation-modern-section, .section-gro-e-abst-nde1.background.padding.section-show-redesign, .section-gro-e-abst-nde1.background.section-dots-design.client-redesign-section, .section-gro-e-abst-nde1.background.participation-section-unique, .section-gro-e-abst-nde1.highlights.producer-section-unique, .section-gro-e-abst-nde1.highlights.rules-modern-section {
    padding: 40px;
  }

  .heading-icon2.heading-1.black.center {
    font-size: 40px;
  }

  .text-links2.flie-text {
    font-size: 15px;
  }

  .text-links2.flie-text.farbe-der-headings.text-span {
    font-size: 20px;
  }

  .text-links2.flie-text.center {
    font-size: 15px;
  }

  .inhalt-mittig-untereinander.zweitfarbe.effekt {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-links2.heading-1 {
    font-size: 30px;
    line-height: 1.3;
  }

  .footertext2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .impdat-2 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .inhalt-mittig-untereinander1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .impdata {
    padding: 40px;
  }

  .success-2 {
    height: 65vh;
    padding: 40px 20px;
  }

  .heading-error.heading-1 {
    font-size: 25px;
  }

  .logo-bild {
    height: 13vh;
  }

  .maps-gro {
    height: 400px;
  }

  .maps-footer {
    height: 100px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .contact-button.heading-font3.highlights.colour {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .image-100, .image-100.producer-small-image.kleiner {
    height: 25rem;
  }

  .content.participation-content.padding {
    padding: 10px;
  }

  .social-link-small.big {
    width: 35px;
    height: 35px;
  }

  .div.border {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .small-img, .small-img._40vh {
    height: 25rem;
  }

  .grid-4er.rules-modern-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .section2.highlights.social-modern-section {
    padding: 40px;
  }

  .grid_wrap.social-modern-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 100%;
  }

  .flag {
    width: 30px;
    height: 30px;
  }

  .code-embed {
    width: 100%;
  }

  .section-gro-e-abst-nde11.background.hero-section {
    padding: 40px;
  }

  .image-wrapper-1.border.size.hero-logo-panel {
    height: 18rem;
  }

  .grid-3-4, .grid-3-2 {
    grid-template-columns: 1fr;
  }

  .heading-footer.heading-3.farbe-der-headings {
    text-align: center;
    letter-spacing: .5px;
  }

  .footer-first-block---27 {
    justify-content: flex-start;
    align-items: center;
  }

  .warnbild {
    width: 5rem;
  }

  .text-mittig-1 {
    padding-bottom: 40px;
  }

  .text-mittig-1.flie-text {
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 15px;
  }

  .heading-mitt.heading-1 {
    font-size: 25px;
  }

  .text-links-21px.flie-text {
    font-size: 16px;
  }

  .heading-links-large.heading-1, .heading-links-large-2.heading-1 {
    font-size: 40px;
    line-height: 1.3;
  }

  .heading-links-large-3.heading-1 {
    font-size: 45px;
    line-height: 1.3;
  }

  .text-links-21px-black.flie-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 32px;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-8, .link-3, .link-4 {
    font-size: 15px;
  }

  .grid-6 {
    justify-content: start;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 15px;
  }

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

  .grid-7 {
    justify-content: start;
  }

  .nav-link-1.flie-text {
    padding: 10px;
    font-size: 13.5px;
    line-height: 1.4;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .mehr-erfahren2 {
    min-width: 150px;
  }

  .impdatfooter {
    text-align: left;
  }

  .ffnungszeiten.flie-text {
    text-align: center;
  }

  .rounded-block {
    min-width: 200px;
  }

  .div-block-video {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slogan1 {
    font-size: 25px;
    line-height: 35px;
  }

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

  .div-block-wei-1 {
    width: 90%;
  }

  .heading-linksb-ndig-effekt1 {
    font-size: 20px;
  }

  .subheading1.heading-2 {
    font-size: 18px;
    line-height: 23px;
  }

  .footer-image {
    margin-right: 0;
    padding-bottom: 0;
  }

  .footer-2.hauptfarbe.flie-text {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: start;
    padding: 20px;
    display: flex;
  }

  .div-block-success.highlights {
    padding: 20px;
  }

  .men-button2.hauptfarbe {
    padding: 12px;
    font-size: 18px;
  }

  .navbar.hauptfarbe {
    width: 100%;
  }

  .header1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .titelvideo-stat-2 {
    height: 60vh;
  }

  .slogan2.heading-1 {
    font-size: 35px;
  }

  .slogan2.heading-1.is-left {
    font-size: 30px;
  }

  .section-gro-e-abst-nde1 {
    padding: 20px;
  }

  .section-gro-e-abst-nde1.background.space.participation-modern-section, .section-gro-e-abst-nde1.background.padding.section-show-redesign, .section-gro-e-abst-nde1.background.section-dots-design.client-redesign-section, .section-gro-e-abst-nde1.background.participation-section-unique, .section-gro-e-abst-nde1.highlights.producer-section-unique, .section-gro-e-abst-nde1.highlights.rules-modern-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-icon2.heading-1 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-icon2.heading-1.black.center {
    font-size: 30px;
    line-height: 1.2;
  }

  .text-links2.flie-text {
    font-size: 14px;
  }

  .text-links2.flie-text.farbe-der-headings.text-span {
    font-size: 18px;
  }

  .text-links2.flie-text.center {
    font-size: 14px;
  }

  .inhalt-mittig-untereinander {
    padding: 20px 10px;
  }

  .inhalt-mittig-untereinander.zweitfarbe {
    width: 100%;
    padding: 20px 10px;
  }

  .inhalt-nebeneinander1 {
    width: 90vw;
  }

  .heading-links2.heading-1 {
    width: 100%;
    font-size: 25px;
  }

  .footertext2 {
    flex-direction: column;
    justify-content: center;
  }

  .impdat-2 {
    text-align: center;
  }

  .titelvideo1 {
    height: 60vh;
  }

  .inhalt-mittig-untereinander1 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-error {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-error.heading-1 {
    font-size: 20px;
    line-height: 1.3;
  }

  .logo-bild {
    height: 12vh;
  }

  .maps-gro {
    height: 300px;
  }

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-3.black {
    top: 10px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 60px;
  }

  .contact-button.heading-font3.highlights.colour {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .image-100 {
    height: 25rem;
  }

  .image-100.producer-small-image.kleiner {
    object-fit: cover;
  }

  .image-100.participation-modern-right-border.contain {
    height: 25rem;
  }

  .content, .content.border.white.rules-modern-card.rules-modern-number.center {
    padding: 15px;
  }

  .content.hero-left-content {
    justify-content: center;
    align-items: center;
  }

  .content.participation-content.padding {
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .text-span.farbe-der-headings, .text-span.black, .text-span.farbe-der-headings-2 {
    font-size: 18px;
  }

  .social-link-small.big {
    width: 30px;
    height: 30px;
  }

  .div.border {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .small-img {
    object-fit: cover;
    width: 100%;
  }

  .small-img._40vh {
    object-fit: cover;
  }

  .small-img._40vh.cov, .small-img._40vh.con {
    object-fit: contain;
    background-color: #fff;
  }

  .grid-4er.rules-modern-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section2.highlights.social-modern-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_wrap.social-modern-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flag {
    width: 25px;
    height: 25px;
  }

  .abs {
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
  }

  .section-gro-e-abst-nde11 {
    padding: 20px;
  }

  .section-gro-e-abst-nde11.background.hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav_2 {
    height: 10%;
  }

  .image-wrapper-1.border.size.hero-logo-panel {
    height: 15rem;
  }

  .overlay_block {
    padding-top: 10px;
  }

  .card_wrap.producer-profile-card {
    padding: 15px;
  }

  .social-modern-contact {
    padding: 10px;
  }

  .footer-heading-block-2 {
    padding-bottom: 10px;
  }

  .heading-footer.heading-3.farbe-der-headings {
    font-size: 15px;
  }

  .footer-first-block---27 {
    max-width: 100%;
  }

  .text-mittig-1.flie-text {
    font-size: 14.5px;
  }

  .heading-mitt.heading-1 {
    font-size: 22px;
  }

  ._404-page.hauptfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-links-21px.flie-text {
    font-size: 15px;
  }

  .heading-links-large.heading-1, .heading-links-large-2.heading-1, .heading-links-large-3.heading-1 {
    width: 100%;
    font-size: 30px;
  }

  .text-links-21px-black.flie-text {
    font-size: 15px;
    line-height: 1.3;
  }
}


@font-face {
  font-family: 'KrankFont';
  src: url('../fonts/94e83f2028851b8b911200123c6f790a.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Castillo';
  src: url('../fonts/Castillo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Pt';
  src: url('../fonts/futura-pt-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Pt';
  src: url('../fonts/futura-pt-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Pt';
  src: url('../fonts/futura-pt-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}