:root {
  --white: white;
  --black: black;
  --grey: #1a1a1a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-section {
  background-image: linear-gradient(#0006, #0006), url('../images/dein-laden_hero-header_image.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 95vh;
}

.main-container-hero {
  max-width: 1380px;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.frame-wrapper-div {
  border: 40px solid #0f0;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.quick-stack {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 61px;
  padding: 0;
}

.logo {
  width: 120px;
  margin-top: 40px;
  margin-left: 40px;
  position: absolute;
}

.body {
  background-color: #f0efea;
  border: 40px solid #0f0;
}

.hero-heading-div {
  width: auto;
  max-width: 540px;
  min-height: auto;
  margin-top: 20px;
}

.hero-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 70px;
  font-family: Mangogrotesque, sans-serif;
  font-size: 18vh;
  font-weight: 700;
  line-height: 14vh;
}

.hero-heading.typer {
  margin-top: 0;
}

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

.section {
  background-color: var(--white);
  min-height: 900px;
}

.container-section-two {
  max-width: 1190px;
  height: 100%;
  padding: 195px 40px 40px;
}

.white-text {
  color: var(--white);
  margin-top: 40px;
  font-family: Barlow, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}

.white-text.hero {
  margin-top: 0;
  font-size: 19px;
  line-height: 28px;
}

.black-heading {
  color: var(--black);
  text-transform: uppercase;
  font-family: Mangogrotesque, sans-serif;
  font-size: 75px;
  line-height: 60px;
}

.black-heading.lowercase {
  text-transform: capitalize;
  font-weight: 700;
  line-height: 65px;
}

.black-heading.lowercase.white {
  color: var(--white);
  text-transform: none;
  line-height: 74px;
}

.black-heading.lowercase.white.center {
  text-align: center;
  margin-top: 72px;
  padding-right: 26px;
}

.fliesstext-div-section-two {
  margin-top: 40px;
}

.black-text {
  font-family: Barlow, sans-serif;
  font-size: 19px;
  line-height: 29px;
}

.black-text.margintop {
  margin-top: 60px;
}

.black-text.margintop.toplist {
  margin-bottom: 30px;
}

.black-text.marginlot {
  margin-top: 100px;
  margin-bottom: 0;
}

.black-text.list {
  margin-bottom: 0;
  padding-left: 0;
}

.black-text.bottomlist {
  margin-top: 40px;
  margin-bottom: 0;
}

.quick-stack-2 {
  margin-top: 60px;
  padding: 0;
}

.h2 {
  color: var(--black);
  margin-top: 5px;
  margin-right: 15px;
  font-family: Barlow, sans-serif;
  font-size: 30px;
  font-weight: 500;
  display: block;
}

.h2.erfolgkonzept-h2 {
  margin-top: 0;
}

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

.arrow-up-div {
  width: 22px;
}

.programm-link {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.programm-link.margintop {
  margin-top: 20px;
}

.cell-3 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-left: 3px;
}

.zukunft-innenstadt {
  margin-right: 0;
}

.zukunft-innenstadt-div {
  width: 100px;
  margin-right: 0;
}

.heimatministerium-div {
  width: 260px;
}

.link-block {
  text-decoration: none;
}

.chance-div {
  margin-top: 140px;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 60px;
  padding: 0;
}

.city-bg-image {
  z-index: 0;
  width: 600px;
  position: absolute;
  right: 0;
}

.moeglichkeiten-div {
  z-index: 1;
  margin-top: 300px;
  position: relative;
}

.link {
  color: var(--black);
}

.link:hover {
  text-decoration: none;
}

.map-section {
  background-image: url('../images/stadt-karte.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 750px;
}

.section-lage {
  background-color: var(--grey);
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.container {
  max-width: 1380px;
  padding: 195px 40px 216px;
}

.black-text-copy {
  font-family: Barlow, sans-serif;
  font-size: 19px;
  line-height: 29px;
}

.black-text-copy.margintop {
  margin-top: 60px;
}

.div-block {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-right: 30px;
  display: flex;
}

.arrow-down {
  width: 50px;
  display: inline-flex;
}

.diagram-text {
  color: var(--white);
  margin-top: 155px;
  margin-bottom: 50px;
  margin-left: 220px;
  font-family: Barlow, sans-serif;
  font-size: 19px;
  line-height: 26px;
}

.slider {
  height: 900px;
}

.slide-nav {
  margin-bottom: 40px;
  font-size: 10px;
  display: block;
}

.slide {
  background-image: linear-gradient(#00000040, #00000040), url('../images/grand-cru_die-weinbar.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide.one {
  background-image: linear-gradient(#00000052, #00000052), url('../images/D2F029532.jpg');
}

.slide.three {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/D2F02953.jpg');
}

.slide.four {
  background-image: linear-gradient(#00000057, #00000057), url('../images/5---20240927-Atelier-Frau-K-003.jpg');
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 362px;
  padding: 0;
}

.slider-subtext {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 50px;
  margin-left: 0;
  font-family: Barlow, sans-serif;
  font-size: 19px;
  line-height: 26px;
}

.section-erfolgskonzept {
  background-color: var(--white);
}

.container-2 {
  max-width: 1380px;
  padding: 195px 40px;
}

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

.video {
  margin-top: 50px;
}

.quick-stack-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 0;
  padding: 0;
}

.quick-stack-7 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 140px;
  padding: 0;
}

.hero-hreading-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-left: 120px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-thumb-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.image {
  position: absolute;
}

.video-thumb-play-div {
  width: 112px;
  height: 112px;
  position: absolute;
}

.quick-stack-8 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 100px;
  padding: 0;
}

.link-2 {
  color: var(--black);
  text-decoration: none;
}

.link-block-2 {
  margin-top: 20px;
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-4 {
  margin-top: 20px;
  text-decoration: none;
}

.section-kontakt {
  background-color: #f0efea;
}

.container-3 {
  max-width: 1380px;
  padding: 195px 40px 80px;
}

.black-heading-medium {
  color: var(--black);
  text-transform: uppercase;
  font-family: Mangogrotesque, sans-serif;
  font-size: 117px;
  line-height: 90px;
  display: inline;
}

.black-heading-medium.lowercase {
  text-transform: capitalize;
  font-weight: 700;
  line-height: 65px;
}

.black-heading-medium.lowercase.white {
  color: var(--white);
  text-transform: none;
}

.black-heading-medium.lowercase.white.center {
  text-align: center;
}

.lsm-schreibuns-div {
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.arrow-big-div {
  width: 85px;
  margin-bottom: 18px;
  margin-left: 20px;
}

.kontakt-footer {
  width: 900px;
  min-width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.link-3 {
  color: var(--black);
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.quick-stack-9 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 177px;
  padding: 0;
}

.copyright-text {
  font-family: Barlow, sans-serif;
  font-size: 15px;
  line-height: 29px;
}

.copyright-text.margintop {
  margin-top: 60px;
}

.copyright-text.marginleft {
  margin-left: 60px;
}

.copyright-text.white {
  color: var(--white);
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

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

.cell-7 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.cell-8 {
  transition: transform .2s;
}

.cell-8:hover {
  transform: scale(1.05);
}

.cell-9 {
  transition: transform .2s;
}

.cell-9:hover {
  transform: scale(1.05);
}

.image-2 {
  transition: transform .2s;
  transform: translate(0);
}

.image-2:hover {
  transform: scale(1.05);
}

.list {
  padding-left: 20px;
  list-style-type: lower-alpha;
}

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

.cell-12 {
  padding-left: 233px;
}

.logos-div {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.luedlogo {
  margin-right: 30px;
  transition: transform .2s;
}

.luedlogo:hover {
  transform: scale(1.1);
}

.seglogo {
  margin-right: 30px;
  transition: transform .2s;
}

.seglogo:hover {
  transform: scale(1.1);
}

.cell-15 {
  padding-top: 60px;
}

.mail-divblock {
  display: inline-flex;
}

.arrow-small-div {
  width: 17px;
  margin-top: 6px;
  margin-left: 10px;
}

.link-4 {
  color: var(--black);
  text-decoration: none;
}

.copyright-div-hero {
  margin-bottom: 40px;
  margin-right: 0;
  padding-right: 60px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.menu-burger-img {
  display: none;
}

.herosubhead {
  max-width: 500px;
}

.video-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 60px;
  padding: 0;
}

.biosmiologo {
  margin-top: 40px;
}

.slider-wrapper {
  position: relative;
}

.left-arrow, .right-arrow {
  display: none;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.arrow-left-div {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  margin-left: 40px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.arrow-right-div {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.arrowleft {
  cursor: pointer;
  transition: transform .2s;
}

.arrowleft:hover {
  transform: scale(1.1);
}

.arrowright {
  cursor: pointer;
  transition: transform .2s;
}

.arrowright:hover {
  transform: scale(1.1);
}

.lsmlogo {
  transition: transform .2s;
}

.lsmlogo:hover {
  transform: scale(1.1);
}

.impressum-section {
  min-height: 900px;
}

.imprintlink {
  color: #000;
  margin-left: 20px;
  text-decoration: none;
}

.imprintlink:hover {
  text-decoration: underline;
}

.fs-cc-banner2_component {
  z-index: 999;
  color: #fff;
  background-color: #fff;
  width: 28.125rem;
  margin-bottom: 40px;
  margin-right: 80px;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 2px 2px 5px #00000017;
}

.fs-cc-banner2_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fliesstext-klein {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}

.fliesstext-klein.cookie {
  color: #1a1a1a;
  font-family: Barlow, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.link-17 {
  color: #1a1a1a;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.button {
  color: #1a1a1a;
  background-color: #f2f2f2;
  border-radius: 50px;
  margin-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
  transition: background-color .3s;
}

.button:hover {
  color: #fff;
  background-color: #1a1a1a;
}

.button.cookie {
  border: 1px solid var(--grey);
  background-color: var(--grey);
  color: #fff;
  margin-top: 20px;
  margin-right: 20px;
  font-family: Barlow, sans-serif;
}

.button.cookie:hover {
  border: 1px solid var(--grey);
  background-color: var(--white);
  color: var(--grey);
}

.diagramm-image.mobile {
  display: none;
}

.link-18 {
  color: var(--grey);
}

.link-18:hover {
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .hero-section {
    height: 1100px;
  }

  .logo {
    width: 160px;
    margin-top: 100px;
    margin-left: 100px;
  }

  .body {
    border-width: 80px;
  }

  .hero-heading-div {
    max-width: 730px;
    padding-right: 0;
    font-size: 221px;
    line-height: 163px;
  }

  .hero-heading {
    margin-top: 0;
    font-size: 220px;
    line-height: 160px;
  }

  .white-text {
    font-family: Barlow, sans-serif;
    font-size: 40px;
    line-height: 48px;
  }

  .white-text.hero {
    font-size: 26px;
    line-height: 37px;
  }

  .black-heading {
    font-size: 100px;
    line-height: 85px;
  }

  .black-heading.lowercase {
    margin-bottom: 40px;
    line-height: 85px;
  }

  .black-heading.lowercase.white {
    margin-bottom: 20px;
    line-height: 85px;
  }

  .black-text {
    font-size: 26px;
    line-height: 36px;
  }

  .black-text.marginlot {
    margin-top: 140px;
  }

  .quick-stack-2 {
    margin-top: 100px;
  }

  .h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .h2.erfolgkonzept-h2 {
    line-height: 48px;
  }

  .arrow-up-div {
    width: 30px;
  }

  .zukunft-innenstadt {
    margin-right: 0;
  }

  .zukunft-innenstadt-div {
    width: 130px;
    margin-right: 40px;
  }

  .heimatministerium-div {
    width: 320px;
  }

  .city-bg-image {
    z-index: 0;
    width: 710px;
  }

  .map-section {
    background-position: 50%;
    height: 870px;
  }

  .black-text-copy, .diagram-text {
    font-size: 26px;
    line-height: 36px;
  }

  .slider {
    height: 1200px;
  }

  .slider-subtext, .hero-hreading-wrapper {
    margin-top: 0;
  }

  .black-heading-medium {
    font-size: 156px;
    line-height: 120px;
  }

  .lsm-schreibuns-div {
    width: auto;
    max-width: 800px;
    margin-top: 40px;
  }

  .arrow-big-div {
    width: 117px;
  }

  .copyright-text {
    font-size: 21px;
    line-height: 36px;
  }

  .cell-12 {
    padding-top: 108px;
    padding-left: 287px;
  }

  .cell-15 {
    padding-top: 256px;
  }

  .arrow-small-div {
    width: 23px;
    margin-top: 9px;
  }

  .herosubhead {
    max-width: 600px;
  }

  .arrow-left-div, .arrow-right-div {
    width: 68px;
  }

  .fs-cc-banner2_component {
    margin-right: 120px;
  }

  .fliesstext-klein {
    font-size: 14px;
    line-height: 23px;
  }

  .fliesstext-klein.cookie {
    font-size: 16px;
    line-height: 27px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/deinladen_hero-header-bg.jpg');
    background-position: 0 0, 50%;
  }

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

  .map-section {
    background-position: 100%;
    height: 540px;
  }

  .slide {
    background-image: linear-gradient(to bottom, null, null), url('../images/D2F029532.jpg');
    background-position: 0 0, 50% 0;
  }

  .hero-hreading-wrapper {
    padding-left: 40px;
  }

  .cell-12 {
    padding-left: 122px;
    display: block;
  }

  .cell-15 {
    padding-left: 109px;
    display: none;
  }

  .diagramm-image.mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading.typer {
    font-size: 13vh;
    line-height: 10vh;
  }

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

  .zukunft-innenstadt {
    margin-right: 0;
  }

  .city-bg-image {
    width: 450px;
  }

  .map-section {
    background-position: 100%;
    height: 400px;
  }

  .diagram-text {
    margin-left: 0;
  }

  .kontakt-footer {
    width: auto;
  }

  .copyright-text.marginleft {
    margin-left: 0;
  }

  .cell-7 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .cell-12 {
    padding-left: 108px;
  }

  .logos-div {
    flex-flow: column;
  }

  .luedlogo, .seglogo {
    margin-bottom: 10px;
  }

  .cell-15 {
    padding-left: 40px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .diagramm-image.mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: linear-gradient(#00000087, #00000087), url('../images/deinladen_hero-header-bg.jpg');
    background-position: 0 0, 50%;
    height: 90vh;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 50px;
  }

  .body {
    border-width: 20px;
  }

  .hero-heading-div {
    margin-top: 0;
    padding-right: 40px;
  }

  .hero-heading {
    font-size: 6rem;
    line-height: 4.8rem;
  }

  .hero-heading.typer {
    font-size: 5.5rem;
    line-height: 4.2rem;
  }

  .cell {
    display: none;
  }

  .container-section-two {
    padding-top: 130px;
    padding-bottom: 40px;
  }

  .white-text, .white-text.hero {
    font-size: 17px;
    line-height: 27px;
  }

  .heading-div-section-two.imprint {
    margin-top: 132px;
  }

  .black-heading {
    font-size: 66px;
    line-height: 55px;
  }

  .black-heading.lowercase {
    font-size: 55px;
    line-height: 50px;
  }

  .black-heading.lowercase.white {
    font-size: 52px;
    line-height: 48px;
  }

  .black-heading.lowercase.white.center {
    margin-top: 6px;
    padding-right: 20px;
    font-size: 37px;
    line-height: 37px;
  }

  .black-text {
    font-size: 17px;
    line-height: 27px;
  }

  .black-text.mail {
    white-space: normal;
    word-break: normal;
    width: 155px;
  }

  .h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .h2.erfolgkonzept-h2 {
    margin-top: 0;
  }

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

  .heimatministerium-div {
    width: auto;
  }

  .city-bg-image {
    width: 120%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .moeglichkeiten-div {
    margin-top: 90px;
  }

  .map-section {
    background-position: 100%;
    height: 300px;
  }

  .container {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .div-block {
    margin-top: -16px;
    padding-right: 20px;
  }

  .arrow-down {
    width: 20px;
    margin-top: 8px;
  }

  .diagram-text {
    margin-top: 90px;
    margin-left: 0;
    font-size: 17px;
    line-height: 27px;
  }

  .slider {
    height: 650px;
  }

  .slide-nav {
    margin-bottom: 10px;
    font-size: 8px;
    display: block;
  }

  .slide {
    background-position: 50%;
  }

  .slide.one {
    background-image: linear-gradient(#00000054, #00000054), url('../images/D2F029532.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .quick-stack-4 {
    margin-top: 211px;
    padding: 40px;
  }

  .slider-subtext {
    font-size: 17px;
  }

  .container-2 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .quick-stack-7 {
    margin-top: 30px;
  }

  .hero-hreading-wrapper {
    margin-top: 93px;
  }

  .video-thumb-play-div {
    width: 80px;
    height: 80px;
  }

  .cell-4 {
    display: none;
  }

  .cell-5 {
    display: block;
  }

  .container-3 {
    padding-top: 130px;
  }

  .black-heading-medium {
    font-size: 103px;
    line-height: 80px;
  }

  .black-heading-medium.lowercase {
    font-size: 55px;
    line-height: 50px;
  }

  .arrow-big-div {
    width: 70px;
    margin-left: 114px;
    position: absolute;
  }

  .kontakt-footer {
    width: auto;
    max-width: 900px;
  }

  .quick-stack-9 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .copyright-text {
    margin-bottom: 0;
  }

  .copyright-text.marginleft {
    margin-left: 0;
  }

  .cell-6, .cell-7 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-10 {
    display: none;
  }

  .list {
    list-style-type: lower-alpha;
  }

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

  .cell-12 {
    padding-left: 29px;
    display: block;
  }

  .cell-13 {
    padding-top: 0;
  }

  .cell-14 {
    display: none;
  }

  .logos-div {
    flex-flow: column;
  }

  .luedlogo, .seglogo {
    margin-bottom: 15px;
  }

  .cell-15 {
    padding-top: 9px;
    padding-left: 28px;
    display: block;
  }

  .arrow-small-div {
    margin-top: 5px;
    margin-left: 0;
  }

  .link-4 {
    color: var(--black);
    text-decoration: none;
  }

  .arrow-left-div {
    width: 30px;
    margin-left: 20px;
  }

  .arrow-right-div {
    width: 30px;
    margin-right: 20px;
  }

  .impressum-section {
    background-color: var(--white);
  }

  .imprintlink {
    margin-left: 0;
  }

  .fs-cc-banner2_component {
    width: 70%;
    margin-right: 40px;
    padding: 1rem 1.2rem 1.2rem;
    display: block;
  }

  .fliesstext-klein.cookie {
    font-size: 11px;
    line-height: 20px;
  }

  .button.cookie {
    margin-top: 10px;
    padding: 7px 20px;
    font-size: 11px;
  }

  .cell-16, .diagramm-image.desktop {
    display: none;
  }

  .diagramm-image.mobile {
    display: block;
  }
}

#w-node-bb4b32ea-54b7-03e7-ddb7-40b57737504c-603ab5da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
}

#w-node-d40f460c-e9b0-c872-7dde-35df376bf19b-603ab5da, #w-node-e76e7296-d956-4bb4-542f-65266a29365c-603ab5da, #w-node-_3dbe8f5f-0526-8227-d2b8-fdf821833f0e-603ab5da, #w-node-_3939ef4c-c2a8-67ec-9861-90d7e9221b7f-603ab5da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4feaa9e0-9338-78e0-3060-a73319460e04-603ab5da, #w-node-ac8f69c4-11f1-3c45-546d-8992ab42233c-603ab5da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_17d5bd4d-4973-e1eb-a0f8-9daf6c332fbe-603ab5da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_17d5bd4d-4973-e1eb-a0f8-9daf6c332fbf-603ab5da {
  grid-column: span 2 / span 2;
}

#w-node-_5099e1df-9721-550b-245e-70e9d07e91ab-603ab5da, #w-node-_5f12624c-02b1-7bc6-0d8c-27443a1c89fa-603ab5da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_75f293da-b7ef-c812-afa3-4ef21a11d558-603ab5da {
  grid-column: span 2 / span 2;
}

#w-node-f3c39fb5-ddff-1635-dbde-eaf0428d12cb-428d12a9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-bb4b32ea-54b7-03e7-ddb7-40b57737504c-603ab5da, #w-node-d40f460c-e9b0-c872-7dde-35df376bf19b-603ab5da {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ff5963d6-c300-a5ef-c14f-794d92d350f3-603ab5da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e76e7296-d956-4bb4-542f-65266a29365c-603ab5da {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e76e7296-d956-4bb4-542f-65266a29365d-603ab5da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3dbe8f5f-0526-8227-d2b8-fdf821833f0e-603ab5da {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3dbe8f5f-0526-8227-d2b8-fdf821833f0f-603ab5da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3939ef4c-c2a8-67ec-9861-90d7e9221b7f-603ab5da {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3939ef4c-c2a8-67ec-9861-90d7e9221b80-603ab5da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bb4b32ea-54b7-03e7-ddb7-40b57737504c-603ab5da, #w-node-d40f460c-e9b0-c872-7dde-35df376bf19b-603ab5da, #w-node-e76e7296-d956-4bb4-542f-65266a29365c-603ab5da, #w-node-_3dbe8f5f-0526-8227-d2b8-fdf821833f0e-603ab5da, #w-node-_3939ef4c-c2a8-67ec-9861-90d7e9221b7f-603ab5da, #w-node-_4feaa9e0-9338-78e0-3060-a73319460e04-603ab5da, #w-node-ac8f69c4-11f1-3c45-546d-8992ab42233c-603ab5da, #w-node-_5099e1df-9721-550b-245e-70e9d07e91ab-603ab5da {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5f12624c-02b1-7bc6-0d8c-27443a1c89fa-603ab5da {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_75f293da-b7ef-c812-afa3-4ef21a11d558-603ab5da {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bb4b32ea-54b7-03e7-ddb7-40b57737504c-603ab5da, #w-node-d40f460c-e9b0-c872-7dde-35df376bf19b-603ab5da, #w-node-e76e7296-d956-4bb4-542f-65266a29365c-603ab5da, #w-node-_3dbe8f5f-0526-8227-d2b8-fdf821833f0e-603ab5da, #w-node-_3939ef4c-c2a8-67ec-9861-90d7e9221b7f-603ab5da, #w-node-_4feaa9e0-9338-78e0-3060-a73319460e04-603ab5da, #w-node-ac8f69c4-11f1-3c45-546d-8992ab42233c-603ab5da, #w-node-_17d5bd4d-4973-e1eb-a0f8-9daf6c332fbe-603ab5da {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_109da123-4334-96b6-febf-16fa489c03ea-603ab5da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5099e1df-9721-550b-245e-70e9d07e91ab-603ab5da, #w-node-_5f12624c-02b1-7bc6-0d8c-27443a1c89fa-603ab5da, #w-node-f3c39fb5-ddff-1635-dbde-eaf0428d12cb-428d12a9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}