@font-face {
  font-family: "Open Sans V 44 Latin 600";
  src: url('../fonts/open-sans-v44-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans V 44 Latin 700";
  src: url('../fonts/open-sans-v44-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans V 44 Latin";
  src: url('../fonts/open-sans-v44-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat V 31 Latin";
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat V 31 Latin 600";
  src: url('../fonts/montserrat-v31-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat V 31 Latin 700";
  src: url('../fonts/montserrat-v31-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat V 31 Latin 800";
  src: url('../fonts/montserrat-v31-latin-800.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #3e3e3e;
  --red: #e61e45;
  --lightgrey: #f7f7f7;
  --grey: #b5b5b5;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--white: white;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

p {
  color: var(--dark);
  max-width: 77ch;
  margin-bottom: 0;
  font-family: "Montserrat V 31 Latin", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

a {
  color: var(--red);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: "Montserrat V 31 Latin", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

li {
  margin-bottom: 15px;
}

.color {
  aspect-ratio: 16 / 9;
  border-radius: 33px;
  width: 24%;
}

.color.red {
  background-color: var(--red);
}

.color.dark {
  background-color: var(--dark);
}

.color.lightgrey {
  background-color: var(--lightgrey);
}

.color.grey {
  background-color: var(--grey);
}

.sec-style-guide {
  background-color: var(--lightgrey);
  flex-flow: column;
  align-items: flex-start;
  padding: 50px 50px 453px;
  display: flex;
}

.color-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.spacer {
  width: 100%;
  height: 100px;
}

.spacer._50 {
  height: 50px;
}

.spacer._40 {
  height: 40px;
}

.spacer._30 {
  height: 30px;
}

.spacer._20 {
  height: 20px;
}

.spacer._60 {
  height: 60px;
}

.h-is-biggest {
  color: var(--dark);
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: "Open Sans V 44 Latin 600", Arial, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.2;
}

.h-is-biggest.center {
  text-align: center;
}

.h-is-biggest.center.max-ch {
  max-width: 19ch;
}

.h-is-biggest.no-margin {
  margin-bottom: 0;
  font-size: 48px;
}

.styleguide-badge {
  border-radius: 10px;
  margin-top: 8px;
}

.styleguide-badge.rosa {
  background-color: #ec38b0;
}

.styleguide-badge.grun {
  background-color: #0ba106;
}

.h-is-bigger {
  color: var(--dark);
  font-family: "Open Sans V 44 Latin 600", Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.h-is-bigger.white {
  color: #fff;
}

.info-badge {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1.5px solid var(--grey);
  color: var(--grey);
  text-align: center;
  text-transform: uppercase;
  border-radius: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5px 15px;
  font-family: "Open Sans V 44 Latin", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.hero {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section {
  background-color: #fff;
  padding: 166px 50px;
}

.section.no-top-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-top-padding.relativ {
  position: relative;
}

.section.no-top-padding.relativ.overflowhidden {
  overflow: hidden;
}

.section.no-top-padding.relativ.grey {
  z-index: 3;
  background-color: var(--lightgrey);
}

.section.grey {
  z-index: 2;
  background-color: var(--lightgrey);
  position: relative;
}

.section.grey.minheight {
  min-height: 100vh;
}

.section.white {
  z-index: 2;
  position: relative;
}

.section._404 {
  height: 50vh;
  padding-top: 0;
}

.con-max-1440px {
  z-index: 2;
  max-width: 1440px;
  position: relative;
}

.con-max-1440px.nav {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffffad;
  border-radius: 90px;
  justify-content: space-between;
  align-items: center;
  height: 88px;
  padding-left: 39px;
  padding-right: 23px;
  display: block;
}

.con-max-1440px._3d {
  perspective: 844px;
}

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

.p-is-center {
  text-align: center;
}

.h-is-red {
  color: var(--red);
}

.btn {
  background-color: var(--red);
  text-transform: uppercase;
  border-radius: 60px;
  margin-top: 30px;
  padding: 17px 21px;
  font-family: "Montserrat V 31 Latin 600", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  transition: background-color .2s;
}

.btn:hover {
  background-color: #ad1331;
}

.quote {
  aspect-ratio: 2.39;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#e61e45cf, #e61e45cf), url('../images/halle-saale-markt.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 29px;
  font-family: "Montserrat V 31 Latin", Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.is-quote {
  max-width: 39ch;
}

.is-quote.name {
  font-size: 18px;
}

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

.bold {
  font-family: "Montserrat V 31 Latin 700", Arial, sans-serif;
}

.grey-bg {
  z-index: 0;
  background-color: var(--lightgrey);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.grid._2 {
  grid-column-gap: 21px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.grid._2.gap {
  grid-column-gap: 26px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid._2.gap.faq {
  grid-column-gap: 40px;
  grid-template-columns: minmax(200px, .5fr) minmax(200px, 1fr);
}

.fact-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 30px;
  display: flex;
}

.fact {
  width: 25%;
}

.card-wrapper {
  background-color: #fff;
  border-radius: 40px;
  padding: 40px 40px 70px;
  box-shadow: 0 5px 25px #0000000f;
}

.card-icon {
  width: 78px;
  height: 78px;
}

.small {
  font-size: 16px;
}

.image {
  border-radius: 40px;
}

.faq-wrapper {
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
  padding: 28px;
  box-shadow: 0 5px 25px #0000000f;
}

.faq-trigger {
  color: var(--dark);
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.faq-content {
  overflow: hidden;
}

.faq-icon-wrapper {
  aspect-ratio: 1;
  background-color: var(--lightgrey);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 57px;
  margin-left: 37px;
  display: flex;
}

.h-is-big {
  font-family: "Open Sans V 44 Latin 600", Arial, sans-serif;
  font-size: 26px;
  line-height: 36.4px;
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.kontakt-wrapper {
  background-color: #fff;
  border-radius: 30px;
  padding: 28px 28px 46px;
  box-shadow: 0 5px 25px #0000000f;
}

.kontakt-wrapper.red {
  background-color: var(--red);
  color: #fff;
  box-shadow: 0 5px 25px #e61e451f;
}

.kontakt {
  color: var(--dark);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.kontakt-icon {
  aspect-ratio: 1;
  width: 80px;
  margin-right: 27px;
}

.white {
  color: #fff;
}

.footer {
  z-index: 2;
  background-color: #fff;
  padding: 68px 50px;
  position: relative;
}

.footer-content-wrapper {
  color: var(--dark);
  font-family: "Montserrat V 31 Latin 700", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.footer-content-wrapper.flex-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.kontakt-footer {
  color: var(--dark);
  background-image: url('../images/phone.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 33px;
  padding-top: 1px;
  padding-left: 41px;
  font-family: "Montserrat V 31 Latin 600", Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.kontakt-footer:hover {
  color: var(--red);
}

.text-span {
  font-family: "Montserrat V 31 Latin", Arial, sans-serif;
}

.footer-link {
  color: var(--dark);
  text-align: right;
  margin-bottom: 6px;
  font-family: "Montserrat V 31 Latin", Arial, sans-serif;
}

.footi-flex-wrapper {
  justify-content: space-between;
  display: flex;
}

.lre-logo {
  width: 256px;
}

.navbar {
  background-color: #ddd0;
  margin-top: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 21px;
  position: fixed;
  inset: 0% 0% auto;
}

.lre-logo-nav {
  width: clamp(10rem, 13.88vw, 13.75rem);
}

.brand {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

.nav-link {
  color: var(--dark);
  text-transform: uppercase;
  padding-left: clamp(.562rem, 1.04vw, .94rem);
  padding-right: clamp(.562rem, 1.04vw, .94rem);
  font-family: "Open Sans V 44 Latin 600", Arial, sans-serif;
  font-size: clamp(.93rem, 1.25vw, 1.125rem);
  line-height: 1.3;
  transition-property: color;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--red);
}

.button-kunde {
  background-color: var(--red);
  color: #fff;
  text-transform: uppercase;
  border-radius: 70px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 21px;
  padding: 9px 21px 9px 12px;
  font-family: "Montserrat V 31 Latin 600", Arial, sans-serif;
  font-size: clamp(.93rem, .93vw, 1.125rem);
  line-height: 1;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.button-kunde:hover {
  background-color: #ad1331;
}

.image-3 {
  aspect-ratio: 1;
  width: clamp(1.25rem, 2.2vw, 2rem);
  margin-right: 13px;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-logo-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 46%;
  display: flex;
}

.hero-logo {
  width: 100%;
}

.lre-ani-trigger {
  z-index: -20;
  height: 100vh;
  margin-top: -100vh;
  display: block;
  position: relative;
}

.con-max-940px.flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.play-pause-button {
  z-index: 2;
}

.para-is-bold {
  font-family: "Open Sans V 44 Latin 700", Arial, sans-serif;
}

.utility-page-wrap {
  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: 260px;
  display: flex;
}

.section-2 {
  margin-top: 186px;
}

@media screen and (min-width: 1440px) {
  .grid._2.gap.faq {
    grid-column-gap: 40px;
  }

  .faq-icon-wrapper {
    flex: none;
  }
}

@media screen and (min-width: 1920px) {
  .con-max-1440px.nav {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .grid._2.gap.faq {
    grid-template-columns: minmax(200px, .5fr) minmax(200px, 1fr);
  }

  .faq-icon-wrapper {
    flex: none;
  }

  .navbar {
    background-color: #ddd0;
  }

  .lre-logo-nav {
    width: 220px;
  }

  .brand {
    height: 100%;
    display: flex;
  }

  .nav-menu {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-link {
    color: var(--dark);
    text-transform: uppercase;
    font-family: "Open Sans V 44 Latin 600", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .con-max-1440px.nav {
    width: 95%;
    height: 64px;
  }

  .is-quote {
    font-size: 29px;
  }

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

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

  .grid._2.gap.faq {
    grid-template-columns: 2.5fr;
  }

  .grid._2.gap.kon {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footi-flex-wrapper {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: wrap;
  }

  .navbar {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: var(--red);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    font-size: 27px;
  }

  .nav-link.w--current {
    color: var(--dark);
  }

  .button-kunde {
    border: 1px solid #fff;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 310px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 27px;
    display: flex;
  }

  .image-3 {
    width: 30px;
  }

  .nav-open {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 32px;
    display: flex;
  }

  .nav-open.w--open {
    color: var(--red);
    background-color: #0000;
  }

  .div-block {
    margin-top: 20vh;
  }

  .nav-close {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 32px;
    display: flex;
  }

  .nav-close.w--open {
    color: var(--red);
    background-color: #c8c8c800;
  }

  .nav-close-wrapper {
    display: block;
  }

  .hero-logo-wrapper {
    width: 80%;
  }

  .hero-logo {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .h-is-biggest {
    font-size: 39px;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .con-max-1440px.nav {
    height: 50px;
    padding-left: 19px;
    padding-right: 0;
  }

  .is-quote {
    font-size: 20px;
  }

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

  .grid._2, .grid._2.gap {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid._2.gap.faq, .grid._2.gap.kon {
    grid-auto-flow: row;
  }

  .small {
    line-height: 1.2;
  }

  .faq-icon-wrapper {
    width: 47px;
  }

  .h-is-big {
    font-size: 22px;
    line-height: 1.4;
  }

  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lre-logo-nav {
    width: 120px;
  }

  .nav-open, .nav-close {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .hero-logo {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .h-is-biggest.no-margin {
    font-size: 30px;
  }

  .h-is-bigger.kontakt {
    font-size: 23px;
  }

  .section {
    padding-top: 99px;
    padding-bottom: 99px;
  }

  .con-max-1440px.nav {
    padding-right: 0;
  }

  .grid._2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  .grid._2.gap.faq {
    grid-template-columns: minmax(200px, 2.5fr);
  }

  .grid._2.gap.kon {
    grid-row-gap: 30px;
  }

  .card-wrapper {
    padding: 25px 25px 50px;
  }

  .small {
    font-size: 14px;
  }

  .faq-wrapper {
    padding: 18px 18px 25px;
  }

  .faq-icon-wrapper {
    margin-left: 14px;
  }

  .kontakt-wrapper {
    padding: 18px;
  }

  .kontakt-icon {
    width: 53px;
    margin-right: 14px;
  }

  .footer-content-wrapper.flex-right {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .footer-link {
    text-align: left;
  }

  .navbar {
    padding-top: 11px;
  }

  .nav-link {
    font-size: 21px;
  }

  .button-kunde {
    width: 247px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
  }

  .div-block {
    margin-top: 11vh;
  }

  .hero-logo-wrapper {
    width: 90%;
  }

  .section-2 {
    margin-top: 137px;
  }
}

#w-node-_85e94403-16ea-da40-b0f0-b8698026eac6-297f6a37 {
  align-self: center;
}

#w-node-f9d2bcdd-8b9b-2a33-f8db-b0b19e528287-297f6a37 {
  align-self: start;
}

#w-node-_20b1a2c0-1cc4-92ff-b5df-0b12cd3acff1-cd3acfed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2d348f01-3ccf-e994-caaf-6edb93880915-297f6a37, #w-node-_85e94403-16ea-da40-b0f0-b8698026eac6-297f6a37, #w-node-f9d2bcdd-8b9b-2a33-f8db-b0b19e528287-297f6a37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Open Sans V 44 Latin 600';
  src: url('../fonts/open-sans-v44-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans V 44 Latin 700';
  src: url('../fonts/open-sans-v44-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans V 44 Latin';
  src: url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat V 31 Latin';
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat V 31 Latin 600';
  src: url('../fonts/montserrat-v31-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat V 31 Latin 700';
  src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat V 31 Latin 800';
  src: url('../fonts/montserrat-v31-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}