:root {
  --white: white;
  --black: black;
}

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

.header {
  width: 100vw;
}

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

.main {
  grid-column-gap: 10px;
  grid-row-gap: 9px;
  grid-template: "."
  / 1fr 300px;
  grid-auto-flow: row;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.main.datenschutz {
  grid-template-columns: minmax(70%, 200fr);
  grid-auto-flow: row;
  padding-left: 40px;
  padding-right: 40px;
}

.right {
  position: relative;
  box-shadow: 1px 1px 2px #fff;
}

.articleinfo {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.articleinfo.testimonial {
  background-color: #d3edc8;
  border: 1px solid #75ae61;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end flex-start;
  align-items: center;
  text-decoration: none;
}

.avatar {
  border-radius: 20px;
  height: 40px;
  margin-right: 10px;
}

.avatar.testimonial {
  order: -1;
  margin-left: 10px;
  margin-right: 20px;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #d5f2e7;
  border: 1px solid #000;
  border-radius: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 20px 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}

.image {
  border-radius: 5px;
  margin-bottom: 10px;
}

.link-block {
  text-align: center;
  background-color: #fff6e2;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 1px 1px 3px #191919, 0 0 10px #000;
}

.link-block:hover {
  box-shadow: 0 0 10px 3px #000;
}

.text-block-2 {
  color: #333;
}

.buttonwrapper {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.buttonwrapper.mobile-hidden {
  display: none;
}

.link-block-2 {
  background-color: #53d240;
  border-radius: 5px;
  text-decoration: none;
  transition: transform .2s;
}

.link-block-2:hover {
  transform: scale(1.1);
}

.text-block-3 {
  color: #414141;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.div-block {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-2 {
  background-color: #bae3cf;
  display: flex;
}

.text-block-4 {
  display: flex;
}

.text-block-5 {
  color: #3d3a3a;
  white-space: normal;
  flex-flow: row;
  flex: 0 auto;
  place-content: stretch center;
  align-self: center;
  margin-top: 5px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.link-block-3 {
  border: 1px solid #000;
  border-radius: 20px;
}

.link-block-3.testimonial {
  background-color: #fafff6;
  border-width: 0;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  transition: box-shadow .2s;
  transform: translate(0);
  box-shadow: 0 0 5px #5f5b5b;
}

.testimonialsterne {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 0;
  display: flex;
}

.testimonialbewertung {
  color: #333;
  text-align: center;
  background-color: #0000;
  padding: 0 10px 5px;
  font-size: 17px;
  line-height: 24px;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  background-color: #1f6c37db;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 0;
  font-size: 23px;
  line-height: 25px;
}

.text-block-8 {
  color: #746e6e;
  text-align: center;
  object-fit: fill;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 1;
  justify-content: space-around;
  align-self: auto;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.testimonialname {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  display: grid;
}

.body-2 {
  font-size: 18px;
  line-height: 1.6;
}

.heading {
  text-align: left;
  margin-top: 0;
}

.testimonialwrapper {
  flex-flow: column wrap;
  place-content: flex-start;
  align-items: flex-end;
  position: sticky;
  top: 0;
}

.text-block-9 {
  margin-bottom: 10px;
  line-height: 1.5;
}

.bold-text, .bold-text-2, .bold-text-3 {
  line-height: 1;
}

.text-block-10 {
  color: #333;
  text-decoration: none;
}

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

.footer-08 {
  background-color: #fff;
  border-top: 1px solid #373737;
  margin-top: 10px;
  padding: 10px;
  box-shadow: 1px 1px 7px #867f7f;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-horizontal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block {
  width: 50%;
}

.logo-flat {
  margin-left: auto;
  padding-left: 0;
}

.footer-link-wrap-short {
  white-space: nowrap;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.footer-link-centre {
  color: #1e2833;
  margin-left: 14px;
  margin-right: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.footer-link-centre:hover {
  color: #5e4dcd;
}

.text-rights-short {
  color: #1e283380;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.cta_wrapper {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-allcaps.text-size-large {
  color: #2a2323;
}

.is_cta-circle {
  background-color: #019597;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 4.5625rem;
  height: 4.5625rem;
  margin-left: .875rem;
  display: flex;
}

.header-logo---brix {
  max-width: 200px;
}

.hamburger-menu-bar {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

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

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.header-nav-menu-list---brix {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-wrapper---brix {
  cursor: none;
  background-color: #fff;
  border-bottom: .2px solid #7b7b7b;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 1px 1px 7px silver;
}

.header-logo-link---brix {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link---brix:hover {
  transform: scale3d(.96, .96, 1.01);
}

.container-default {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-nav-link---brix {
  color: gray;
  padding: 0;
  font-size: 14px;
  text-decoration: none;
}

.header-nav-link---brix:hover {
  color: #4a3aff;
}

.header-nav-list-item---brix {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item---brix.show-in-tablet {
  display: none;
}

.header-nav-list-item---brix.left {
  padding-left: 0;
  padding-right: 32px;
}

.large-header-wrap {
  perspective: 1000px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.big-split-header {
  color: #fcfcfc;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 6px;
  font-size: 9rem;
  font-weight: 900;
  line-height: .8;
}

.big-split-header.large {
  font-size: 12rem;
}

.heading-overflow {
  padding-top: 0;
  display: flex;
}

.section-header-wrapper {
  width: 100%;
  margin-bottom: 2rem;
  padding-left: 3rem;
  position: relative;
  overflow: hidden;
}

.page-hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-tag {
  color: #fcfcfc;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: .5rem;
  margin-bottom: .6rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: .9;
  overflow: visible;
}

.header-tag.no-btm-pad {
  margin-bottom: 0;
}

.header-tag.no-btm-pad.centerme {
  color: #000;
  text-align: center;
  text-align: center;
}

.hero-paragrapgh {
  color: #fcfcfc;
  text-align: center;
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.8;
}

.large-header-wrap-2 {
  perspective: 1000px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 7px;
  display: flex;
}

.header2 {
  background-color: #fffcfc;
  border: 1px solid #fff;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  position: static;
  box-shadow: 1px 1px 4px gray;
}

.text-block-11 {
  color: gray;
  text-align: right;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  place-content: space-between flex-start;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  font-size: 13px;
  display: flex;
}

.image-2 {
  flex: 0 auto;
  align-self: auto;
}

.text-block-12 {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
}

.quotes {
  color: #6b6363;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 8px;
  text-decoration: none;
}

.panel-content {
  flex: 1;
  padding: 20px;
}

.panel-content.element {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.button-2 {
  color: #fff;
  letter-spacing: .5px;
  background-color: #3ecf8e;
  background-image: none;
  border-radius: 7px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 1px 11px #00000045;
}

.button-2:hover {
  transform: scale(1.02)translate(0, -3px);
  box-shadow: 0 15px 20px #0000001a;
}

.button-2.lottie-icon {
  background-color: #3ecf8e;
  background-image: linear-gradient(309deg, #3ece8d, #35ce8e);
  border-radius: 7px;
  align-items: center;
  max-width: 350px;
  padding: 0 5px 0 10px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.phone {
  width: 40px;
  padding-top: 10px;
}

.phone.small {
  width: 25px;
  margin-right: 5px;
  padding-top: 11px;
}

.button-text {
  text-align: center;
  flex: 1;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 17px;
  line-height: 1.5;
}

.text-block-13 {
  align-self: center;
  margin-left: 10px;
  margin-right: 10px;
  font-style: normal;
  font-weight: 700;
}

.heading-2, .heading-3 {
  text-align: center;
}

.heading-3.cta {
  color: #247044;
}

.heading-3.cta.orange {
  color: #ff9100;
}

.heading-3.cta.orange.enp-layout-cta-section-heading {
  margin-bottom: 20px;
  font-size: 28px;
}

.heading-3.cta.orange.enp-layout-cta-section-heading.slightly-bigger {
  font-size: 32px;
  line-height: 36px;
}

.text-block-14, .text-block-15, .text-block-16 {
  margin-bottom: 10px;
}

.quelle {
  font-size: 13px;
}

.text-block-17 {
  margin-bottom: 10px;
}

.list-item {
  margin-bottom: 20px;
}

._wf-layout-header {
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: flex;
}

._wf-layout-header.enp-layout-header {
  background-color: #0b0055;
}

._wf-layout-header-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-4 {
  height: 50px;
}

.image-6 {
  height: 15px;
}

.about-article-date {
  align-items: center;
  display: flex;
}

._wf-layout-about-article {
  display: flex;
}

._wf-layout-about-article._wf-vid-layout-about-article {
  justify-content: center;
  display: none;
}

._wf-layout-about-article.is-hidden {
  display: none;
}

._wf-layout-cta-btns {
  flex-direction: column;
  display: flex;
}

.image-10 {
  height: 15px;
  margin-top: 10px;
}

.heading-10._wf-vid-layout-heading {
  text-align: center;
  margin-bottom: .5em;
  font-size: 44px;
  line-height: 100%;
}

.paragraph-5 {
  text-align: center;
  font-size: 13px;
  line-height: 130%;
}

.image-5 {
  margin-top: .5em;
  margin-bottom: .5em;
}

.heading-7 {
  margin-top: 20px;
}

.cta-btn {
  cursor: pointer;
  background-image: linear-gradient(#ffb700, #ffb700);
  border: 1px solid #fff;
  margin-bottom: 1em;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 4px 10px 2px #00000075;
}

.image-9 {
  border-radius: 100%;
  height: 110px;
}

._wf-layout-cta-btns-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

._wf-layout-cta-btns-wrapper.is-hidden {
  display: none;
}

.image-8 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._wf-layout-content-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  width: 60%;
  display: flex;
}

._wf-layout-content-wrapper._wf-layout-utility-pages-content-wrapper {
  margin-top: 3em;
}

._wf-layout-content-wrapper._wf-vid-layout-content-wrapper {
  justify-content: center;
}

._wf-layout-sidebar {
  min-width: 30%;
}

.list-item-3 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.5;
}

._wf-layout-testimonial-item {
  background-color: #f0f4f7;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
  padding: 20px 20px 10px;
  display: flex;
}

.about-article-author {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.heading-8 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
}

._wf-layout-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

._wf-layout-hero {
  margin-top: .5em;
  padding-top: .25em;
  padding-bottom: .25em;
}

.paragraph-2 {
  color: #00000080;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.paragraph-4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
}

._wf-layout-main-content._wf-vid-layout-main-content {
  flex-direction: column;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.heading-9 {
  margin-bottom: .5em;
  font-size: 28px;
}

._wf-layout-footer {
  background-color: #f0f4f7;
  justify-content: center;
  align-items: center;
  min-height: 10vh;
  margin-top: 3em;
  font-size: 14px;
  display: flex;
}

._wf-layout-footer._wf-layout-utility-pages-footer {
  margin-top: 5em;
}

._wf-layout-footer._wf-vid-layout-footer {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

._wf-layout-footer-wrapper {
  width: 50%;
  padding-top: 3em;
  padding-bottom: 3em;
}

._wf-layout-quality {
  align-items: center;
  display: flex;
}

.paragraph-6 {
  margin-bottom: 0;
  margin-left: 1em;
}

._wf-layout-footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.link-2 {
  color: #333;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.paragraph-7 {
  text-align: center;
  margin-top: 1em;
}

.text-block-18 {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.list-2 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
}

.wf {
  font-size: 18px;
  line-height: 1.5;
}

.paragraph-8 {
  font-size: 16px;
  line-height: 1.5;
}

.link-3, .link-4 {
  text-decoration: none;
}

._wf-cta-map-section-mobile {
  display: none;
}

._wf-cta-map-section-mobile.enp-layout-lands-cta-section {
  background-color: #fafafa;
  border: 1px solid #0003;
  border-radius: 15px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 2em 1.5em;
  display: flex;
}

._wf-mobile-cta-land.enp-layout-cta-land {
  background-color: #fff0d7;
  border: 1px solid #ffdda5;
  border-radius: 15px;
  align-items: center;
  min-width: 47%;
  margin-bottom: 15px;
  padding: 10px 15px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

._wf-mobile-cta-land.enp-layout-cta-land:hover {
  background-color: #ffdca0;
  border-color: #ffdca0;
}

.heading-11.enp-layout-cta-land-name {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 21px;
  line-height: 100%;
  text-decoration: none;
}

.image-12.enp-layout-cta-land-wappen {
  max-height: 70px;
}

.link-5, .bold-text-4, .link-6 {
  text-decoration: none;
}

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

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

.link-9 {
  font-style: normal;
  text-decoration: none;
}

.link-10, .link-11, .link-12 {
  text-decoration: none;
}

.image-13 {
  height: 50px;
}

._wf-layout-advantage {
  background-color: #0476cb;
  border: 2px solid #fff;
  border-radius: 5px;
  min-height: 280px;
  margin-bottom: 1em;
  display: flex;
}

._wf-layout-advantage.advantage-content-opposite {
  flex-direction: row-reverse;
}

._wf-layout-advantages-section-wrapper {
  flex-direction: column;
  display: flex;
}

.paragraph-9 {
  font-size: 16px;
}

._wf-layout-advantage-image-block {
  background-image: url('../images/Haustür_Schlüssel-1.jpg');
  background-position: 0%;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 0 50% 50% 0%;
  width: 35%;
  max-width: 35%;
  overflow: hidden;
}

._wf-layout-advantage-image-block._wf-third-advtange-block-image {
  background-image: url('../images/immo-phone-mockup_500x500.jpg');
}

._wf-layout-advantage-image-block.advantage-image-block-opposite {
  background-image: url('../images/IM_Wohngebiet.jpg');
  border-radius: 50% 0% 0% 50%;
}

.paragraph-10 {
  font-size: 16px;
}

._wf-layout-advantage-content {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  max-width: 65%;
  padding: 2em;
  display: flex;
}

._wf-cta-btns-lands-wrapper {
  border: 1px solid #0000001a;
  border-radius: 15px;
  padding: .5em 1.5em;
}

._wf-cta-btns-lands {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1em;
  display: flex;
}

._wf-cta-btn-land {
  color: #000;
  cursor: pointer;
  background-color: #fff3c7;
  border: 1px solid #fde387;
  border-radius: 15px;
  align-items: center;
  min-width: 49%;
  max-width: 49%;
  margin-bottom: 15px;
  padding: 0 10px;
  text-decoration: none;
  display: flex;
}

.image-14 {
  max-height: 75px;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
}

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

._wf-layout-hero-video {
  width: 100%;
  margin-top: 0;
  margin-bottom: 2em;
}

.button-3 {
  text-align: center;
  background-color: #ff9100;
  border: 2px solid #ff9100;
  border-radius: 100px;
  width: 100%;
  margin-bottom: 1em;
  padding-top: .9em;
  padding-bottom: .9em;
  font-weight: 700;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
}

.button-3:hover {
  color: #000;
  background-color: #ff910000;
}

.button-3.only-vid-layout-cta-btn {
  font-family: Montserrat, sans-serif;
}

.heading-13 {
  color: #000;
  text-align: center;
  background-color: #ff91004d;
  border-radius: 10px;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 1em;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
  line-height: 110%;
}

.paragraph-11 {
  text-align: center;
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
}

.bold-text-5 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 900;
}

.image-15 {
  filter: invert();
}

.enp-layout-atricle-info {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  margin-top: 1em;
  padding-bottom: 15px;
  display: flex;
}

.enp-layout-article-info-left {
  align-items: center;
  display: flex;
}

.paragraph-12 {
  color: #a0a0a0;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 3px;
  font-size: 14px;
  line-height: 100%;
}

.image-16 {
  max-height: 15px;
}

.link-14 {
  color: #ffae00;
}

.enplayout-bekannt-aus-section {
  justify-content: space-between;
  margin-top: 1em;
  margin-bottom: 0;
  display: flex;
}

.enplayout-bekannt-aus-section.enplayout-bekannt-aus-section-mobile {
  display: none;
}

.paragraph-13 {
  font-size: 14px;
}

.paragraph-14 {
  color: #a0a0a0;
  margin-bottom: 0;
  font-size: 14px;
}

.image-17 {
  max-width: 75%;
}

.link-15 {
  color: #ffae00;
  text-align: left;
}

.bold-text-6, .link-16 {
  color: #ffae00;
}

.cta-map-disabled {
  display: none;
}

.wfx-cta-block-4-btns {
  justify-content: space-between;
  margin-bottom: 2em;
  display: flex;
}

.wfx-cta-block-4-btns-btn {
  color: #000;
  cursor: pointer;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 24%;
  max-width: 24%;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  box-shadow: 0 2px 9px #0003;
}

.wfx-cta-block-4-btns-btn:hover {
  background-color: #ffe6cb;
  box-shadow: 0 3px 12px 4px #0003;
}

.paragraph-15 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.image-18 {
  color: #000;
}

.paragraph-16 {
  margin-top: 10px;
}

.trsut-icon {
  height: 75px;
}

.par-v4-h.h-centered {
  text-align: center;
}

.par-v4-cta-box-item {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  align-items: center;
  min-width: 48.7%;
  max-width: 48.7px;
  margin-top: 1em;
  padding: .5em 1em .5em 1.5em;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.footer-link {
  color: #000;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
}

.par-v4-footer-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.par-v4-cta-box-head {
  text-align: center;
  font-size: 24px;
  line-height: 100%;
}

.par-v4-cta-box {
  background-color: #f6f4f2;
  padding: 3em;
}

.par-v4-article-info {
  color: #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
  padding-bottom: 5px;
  font-family: Droid Sans, sans-serif;
}

.par-v4-p {
  margin-top: 1em;
  font-size: 21px;
  line-height: 160%;
}

.par-v4-p.sources {
  word-break: break-all;
  margin-top: 2em;
  padding-left: 3em;
  padding-right: 3em;
  font-size: 10px;
}

.par-v4-header-wrapper {
  padding: 1em 3em;
}

.par-v4-content-wrapper {
  margin-left: auto;
  padding: 3em 0;
}

.par-v4-content-wrapper-extra-paddings {
  padding-left: 3em;
  padding-right: 3em;
}

.par-v4-hero-img {
  margin-top: 1em;
  margin-bottom: 1em;
}

.par-v4-cta-box-items {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.arrow-down-img {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
  display: block;
}

.par-v4-body-wrapper {
  background-color: #fff;
  width: 70%;
}

.par-v4-cta-box-item-state-name {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 100%;
  text-decoration: none;
}

.trust-description {
  text-align: center;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.par-v4-cta-box-item-wappen {
  max-height: 60px;
}

.par-v4-subheading {
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
}

.par-v4-trust-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.par-v4-content-wrapper-2 {
  padding: 3em 0;
}

.body-3 {
  background-color: #f7f7f7;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.par-v4-hero-description {
  font-size: 16px;
  line-height: 100%;
}

.par-v4-h-2.h-centered {
  text-align: center;
}

.image-19 {
  max-height: 45px;
}

.cta-box-inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: space-between;
  display: flex;
}

.cta-box-inner.custom-2 {
  flex-direction: row-reverse;
  align-items: flex-start;
}

.image-7 {
  max-width: 45%;
}

.image-7.custom-2.img-mob-active {
  display: none;
}

.image-7.custom-2.img-mob-substrate {
  max-width: 45%;
}

.claim-p {
  text-align: center;
  width: 80%;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2.148px;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 15px 2em;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: all .4s;
}

.button:hover {
  color: #000;
  background-color: #04c10000;
  border-width: 2px;
}

.button.mfb {
  background-color: #446e8d;
  border-color: #446e8d;
  font-size: 16px;
}

.button.mfb:hover {
  color: #446e8d;
  background-color: #446e8d00;
}

.progress-bar {
  width: 100%;
}

.text-span-8 {
  color: #fff;
  background-color: #446e8d;
  padding: 2px 5px 3px;
  font-size: 21px;
  display: inline-block;
}

.cta-claim-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  margin-bottom: 2em;
  display: flex;
}

.cta-box {
  background-color: #ffd583;
  width: 100%;
  padding: 4em 3em 0;
  position: relative;
}

.cta-box.custom-2 {
  background-color: #e4f4ff;
  padding-left: 0;
  padding-right: 2em;
}

.claim-h {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 120%;
}

.par-v4-h-3.h-centered {
  text-align: center;
}

.cta-hl {
  color: #175a0a;
  text-align: center;
  font-weight: 700;
}

.update {
  text-align: center;
  background-color: #ffb8b8;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 21px;
  line-height: 160%;
}

.update._2 {
  background-color: #ffe68d;
  margin-bottom: 0;
}

.update._2._3 {
  background-color: #c7ffc5;
}

.list-item-4 {
  margin-bottom: 20px;
}

.list-3 {
  font-size: 21px;
  line-height: 160%;
}

.cta-btn-section {
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
  position: relative;
}

.btn-anmtd {
  text-align: center;
  letter-spacing: .5px;
  background-color: #ff8418;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 35px;
  font-size: 18px;
  line-height: 130%;
  display: block;
}

.cursor {
  position: absolute;
  bottom: -25%;
  right: 0%;
}

.marquee {
  z-index: 999999999;
  background-color: #ffa200;
  width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.marquee-inner {
  background-color: #ffa200;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.marquee-msg-container {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.marquee-message {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 120%;
  display: inline;
}

.achtung-span {
  color: red;
  margin-left: 25px;
  margin-right: 25px;
  font-weight: 800;
}

._wf-related-articles-section {
  margin-top: 5em;
}

._wf-related-articles-section.d2 {
  margin-top: 2em;
  margin-left: 10px;
  margin-right: 10px;
}

.realted-articles-h {
  font-size: 32px;
  line-height: 100%;
}

.related-articles-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  margin-top: 1em;
  display: flex;
}

.related-article-item {
  color: #000;
  flex-direction: column;
  width: 33%;
  text-decoration: none;
  display: flex;
}

.related-article-h {
  margin-top: 5px;
  font-size: 21px;
  line-height: 110%;
}

.related-article-p {
  font-size: 14px;
  line-height: 130%;
}

.marquee-inner-2 {
  background-color: #ff9a4c;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.marquee-msg-container-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
  position: relative;
}

.smava-video {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.steps-section {
  background-color: #b6d4c5;
  border-radius: 15px;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 2em;
}

.steps-section._2 {
  background-color: #acecb1;
}

.tgl-p-2 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.tgl-p-2.mt-custom {
  margin-top: 1em;
}

.red-bold {
  color: red;
}

.par-v4-p-2, .par-v4-p-3 {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 160%;
  transition: opacity .2s;
}

.btn-anmtd-2 {
  text-align: center;
  letter-spacing: .5px;
  background-color: #ffa200;
  border-radius: 10px;
  margin: 60px auto;
  padding: 20px 35px;
  font-size: 18px;
  line-height: 130%;
  display: block;
}

.body-3-copy {
  background-color: #f7f7f7;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-20 {
  color: #000;
}

.paragraph-17 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

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

.heading-14.cta {
  color: #247044;
}

.heading-14.cta.orange {
  color: #ff9100;
}

.heading-14.cta.orange.enp-layout-cta-section-heading {
  margin-bottom: 20px;
  font-size: 28px;
}

@media screen and (min-width: 1440px) {
  .big-split-header {
    border: 1px solid #0000;
    font-size: 9rem;
  }

  .section-header-wrapper {
    padding-left: 5.1rem;
  }

  .button {
    font-size: 16px;
  }

  .list-heading3 {
    text-align: left;
  }

  ._wf-related-articles-section.d2 {
    margin-top: 2em;
  }

  .tgl-p-2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .big-split-header {
    font-size: 10rem;
    line-height: 1;
  }

  .hero-paragrapgh {
    font-size: 2rem;
  }

  ._wf-layout-footer {
    margin-top: 3em;
  }

  .cta-box-inner.custom-2 {
    align-items: center;
  }

  .image-7.custom-2.img-mob-substrate {
    max-width: 50%;
  }

  .button {
    font-size: 15px;
  }

  .tgl-p-2 {
    margin-top: 20px;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 32px;
  }

  .tgl-p-2.mt-custom {
    font-family: Lato, sans-serif;
    font-size: 26px;
  }

  .list-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 24px;
    list-style-type: decimal;
    display: block;
  }

  .list-item-26 {
    padding-bottom: 15px;
    list-style-type: decimal;
  }

  .list-item-27 {
    padding-bottom: 15px;
  }

  .list-20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 24px;
    list-style-type: decimal;
    display: block;
  }

  .list-item-28 {
    padding-bottom: 15px;
    list-style-type: decimal;
  }

  .list-item-29 {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .grid-2 {
    grid-template-columns: 20px 1fr;
  }

  .buttonwrapper.mobile-hidden {
    display: none;
  }

  .footer-horizontal {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .logo-flat {
    margin-bottom: 32px;
  }

  .footer-link-wrap-short {
    margin-right: 0;
  }

  .text-rights-short {
    text-align: center;
  }

  .cta_wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .header-nav-menu-list---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-wrapper---brix {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-menu-wrapper---brix {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .header-right-side.hidden-on-table {
    display: none;
  }

  .header-nav-list-item---brix {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item---brix.show-in-tablet {
    display: block;
  }

  .big-split-header {
    font-size: 5.5rem;
  }

  .header-tag {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .hero-paragrapgh {
    width: 90%;
    font-size: 1rem;
  }

  ._wf-layout-content-wrapper {
    flex-direction: column;
    width: 100%;
    margin-right: 20px;
    padding-left: 20px;
  }

  ._wf-layout-sidebar {
    margin-bottom: 2em;
  }

  ._wf-layout-testimonial-item {
    width: 60%;
  }

  ._wf-layout-testimonials {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  ._wf-layout-hero {
    width: 100%;
  }

  .heading-9 {
    text-align: center;
    margin-bottom: .5em;
  }

  ._wf-layout-footer._wf-vid-layout-footer {
    position: static;
  }

  ._wf-layout-footer-wrapper {
    width: 80%;
  }

  ._wf-cta-map-section {
    display: none;
  }

  ._wf-cta-map-section-mobile {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: none;
    display: flex;
  }

  ._wf-cta-map-section-mobile._wf-vid-layout-cta-map-section-mobile {
    display: none;
  }

  ._wf-mobile-cta-land {
    color: #333;
    background-color: #fff3c7;
    border: 2px solid #fde387;
    border-radius: 10px;
    flex-direction: row;
    align-items: center;
    min-width: 49%;
    max-width: 49%;
    margin-bottom: 15px;
    padding: 10px 15px;
    text-decoration: none;
    display: flex;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-11.enp-layout-cta-land-name {
    font-size: 18px;
  }

  .image-12 {
    max-height: 75px;
  }

  ._wf-layout-advantage {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 250px;
  }

  ._wf-layout-advantage-image-block {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0%;
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    margin-top: 1em;
    display: none;
  }

  ._wf-layout-advantage-content {
    max-width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .enplayout-bekannt-aus-section {
    display: none;
  }

  .enplayout-bekannt-aus-section.enplayout-bekannt-aus-section-mobile {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    flex-direction: column;
    align-items: center;
    padding-top: .5em;
    padding-bottom: .5em;
    display: flex;
  }

  .enp-layout-bekannt-aus-logos {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    display: flex;
  }

  .enp-layout-bekannt-aus-logo {
    max-height: 50px;
    padding: 5px 10px;
  }

  .wfx-cta-block-4-btns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    align-content: space-around;
  }

  .wfx-cta-block-4-btns-btn {
    order: 0;
    min-width: 48.5%;
    max-width: 48.5%;
    margin-bottom: 0;
  }

  .wfx-cta-block-4-btns-btn.cta-btn-margin-right {
    min-width: 49%;
    max-width: 49%;
    margin-right: .5em;
  }

  .par-v4-header-wrapper {
    padding-left: 3em;
    padding-right: 3em;
  }

  .par-v4-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .par-v4-body-wrapper {
    width: 100%;
  }

  .par-v4-content-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-box-inner {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
    align-items: center;
  }

  .cta-box-inner.custom-2 {
    flex-direction: column;
    position: relative;
  }

  .image-7 {
    border: 3px solid #000;
    border-radius: 25px;
    max-width: 60%;
  }

  .image-7.custom-2 {
    opacity: 0;
    border-width: 0;
    max-width: 50%;
    transform: translate(0);
  }

  .image-7.custom-2.img-mob-active {
    z-index: 0;
    opacity: 1;
    width: 80%;
    max-width: none;
    display: block;
    position: absolute;
    bottom: -30%;
    left: -15%;
    transform: rotate(-10deg)translate(0);
  }

  .claim-p, .claim-p.mfb {
    font-size: 21px;
  }

  .button {
    background-color: #000;
    font-size: 21px;
  }

  .button.mfb {
    font-size: 16px;
  }

  .text-span-8 {
    background-color: #446e8d;
  }

  .cta-claim-box {
    z-index: 999;
    max-width: none;
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
  }

  .cta-box {
    padding-bottom: 5em;
  }

  .cta-box.custom-2 {
    border-radius: 15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .bold-text-7 {
    font-size: 24px;
  }

  .claim-h.bigger {
    font-size: 36px;
  }

  .marquee-msg-container {
    flex: none;
  }

  .marquee-message {
    font-size: 16px;
  }

  .related-articles-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .related-article-item {
    width: 45%;
  }

  .btn-anmtd-2 {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .main {
    grid-column-gap: 10px;
    grid-row-gap: 9px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 300px;
    grid-auto-columns: 1fr;
    display: inline-block;
  }

  .articleinfo.testimonial {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-2 {
    grid-template-columns: 20px 1fr;
  }

  .buttonwrapper.mobile-hidden {
    display: none;
  }

  .text-block-8 {
    font-size: 18px;
  }

  .testimonialwrapper {
    position: static;
  }

  .bold-text-3.name {
    font-size: 20px;
  }

  .footer-horizontal {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-flat {
    margin-bottom: 40px;
  }

  .footer-link-wrap-short {
    margin-right: 0;
  }

  .text-rights-short {
    text-align: center;
  }

  .header-logo---brix {
    max-width: 90%;
  }

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

  .heading-overflow {
    margin-bottom: -.4rem;
    padding-top: 0;
  }

  .header-tag {
    margin-top: .7rem;
    font-size: 1rem;
  }

  .hero-paragrapgh {
    margin-top: 1.5rem;
    font-size: .9rem;
  }

  .header2 {
    padding-left: 10px;
  }

  .button-text {
    padding-bottom: 5px;
  }

  .text-block-13 {
    text-align: center;
    font-weight: 700;
  }

  .list {
    padding-left: 20px;
  }

  ._wf-layout-cta-btns {
    align-items: center;
    width: 100%;
  }

  .heading-10 {
    line-height: 110%;
  }

  .heading-10._wf-vid-layout-heading {
    font-size: 36px;
  }

  .cta-btn {
    text-align: center;
    width: auto;
    min-width: 85%;
  }

  .image-8 {
    width: 110%;
  }

  ._wf-layout-main-content._wf-vid-layout-main-content {
    margin-top: 1em;
  }

  ._wf-layout-quality {
    flex-direction: column;
  }

  .image-11 {
    margin-bottom: 1em;
  }

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

  ._wf-mobile-cta-land {
    min-width: 100%;
    max-width: 100%;
  }

  ._wf-mobile-cta-land.enp-layout-cta-land {
    min-width: 100%;
    max-width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .heading-11.enp-layout-cta-land-name {
    font-size: 20px;
  }

  .image-12.enp-layout-cta-land-wappen {
    max-height: 70px;
  }

  ._wf-cta-btns-lands-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  ._wf-cta-btn-land {
    border-radius: 5px;
    padding: 5px;
  }

  .image-14 {
    max-height: 55px;
  }

  .heading-12 {
    font-size: 15px;
    line-height: 110%;
  }

  .heading-13 {
    max-width: 100%;
  }

  .enp-layout-bekannt-aus-logos {
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .enp-layout-bekannt-aus-logo {
    max-height: 30px;
  }

  .par-v4-cta-box-item {
    min-width: 100%;
    max-width: 100%;
  }

  .par-v4-cta-box, .par-v4-header-wrapper, .par-v4-content-wrapper-extra-paddings {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .par-v4-cta-box-items {
    flex-direction: column;
  }

  .cta-box-inner {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .image-7 {
    max-width: 90%;
  }

  .image-7.custom-2.img-mob-active {
    width: 90%;
    max-width: none;
    bottom: -20%;
    left: -18%;
    transform: rotate(-9deg)translate(0);
  }

  .cta-box {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .marquee-inner {
    overflow: hidden;
  }

  .marquee-msg-container {
    flex: none;
  }

  .related-articles-wrapper {
    justify-content: space-between;
  }

  .related-article-item {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 20px 1fr;
  }

  .heading {
    text-align: center;
  }

  .footer-link-wrap-short {
    flex-direction: column;
  }

  .header-logo---brix {
    max-width: 86%;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-nav-list-item---brix {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item---brix.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .large-header-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .big-split-header {
    margin-top: 0;
    font-size: 3.2rem;
  }

  .big-split-header.outline {
    padding-bottom: 3px;
  }

  .heading-overflow {
    flex-flow: wrap;
    padding-top: 0;
    display: flex;
    overflow: hidden;
  }

  .section-header-wrapper {
    padding-left: 1.2rem;
  }

  .header-tag, .hero-paragrapgh {
    font-size: 1rem;
  }

  .large-header-wrap-2 {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .image-2 {
    margin-left: 10px;
  }

  .text-block-13 {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 700;
  }

  .heading-3.cta.orange.enp-layout-cta-section-heading {
    font-size: 26px;
    line-height: 100%;
  }

  .list {
    padding-left: 20px;
  }

  .heading-10 {
    font-size: 28px;
    line-height: 120%;
  }

  .heading-10._wf-vid-layout-heading {
    font-size: 24px;
  }

  .cta-btn {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .image-8 {
    width: 100%;
  }

  ._wf-layout-content-wrapper {
    margin-right: 10px;
    padding-left: 10px;
  }

  ._wf-layout-testimonial-item {
    width: 100%;
  }

  .paragraph-2 {
    font-size: 10px;
  }

  ._wf-cta-map-section-mobile.enp-layout-lands-cta-section {
    border-radius: 10px;
    padding-left: .5em;
    padding-right: .5em;
  }

  ._wf-mobile-cta-land.enp-layout-cta-land {
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .heading-11 {
    font-size: 18px;
    line-height: 100%;
  }

  .heading-11.enp-layout-cta-land-name {
    font-size: 16px;
  }

  .image-12 {
    max-height: 45px;
  }

  .image-12.enp-layout-cta-land-wappen {
    max-height: 55px;
  }

  ._wf-cta-btn-land {
    width: 100%;
    min-width: 0%;
    max-width: none;
  }

  .button-3.only-vid-layout-cta-btn {
    font-size: 16px;
  }

  .heading-13 {
    font-size: 18px;
  }

  .paragraph-11 {
    font-size: 16px;
  }

  .bold-text-5 {
    font-size: 32px;
  }

  .enp-layout-atricle-info {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .enp-layout-article-info-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .paragraph-12 {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-top: 0;
  }

  .enp-layout-bekannt-aus-logo {
    max-height: 30px;
  }

  .wfx-cta-block-4-btns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .wfx-cta-block-4-btns-btn {
    min-width: 100%;
    max-width: none;
  }

  .par-v4-p {
    line-height: 150%;
  }

  .par-v4-p.sources {
    display: block;
  }

  .par-v4-heading {
    font-size: 36px;
    font-weight: 800;
    line-height: 100%;
  }

  .arrow-down-img {
    margin-top: 2em;
  }

  .par-v4-subheading {
    font-size: 21px;
  }

  .par-v4-hero-description {
    line-height: 120%;
  }

  .cta-box-inner.custom-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-7 {
    max-width: 90%;
  }

  .image-7.custom-2.img-mob-active {
    width: 100%;
    max-width: none;
    height: auto;
    bottom: -5%;
    left: -20%;
    transform: rotate(-8deg)translate(0);
  }

  .image-7.custom-2.img-mob-substrate {
    width: 50%;
    max-width: 50%;
  }

  .image-7.custom-2.img-mob-substrate.t {
    align-self: flex-start;
    width: 70%;
    max-width: none;
  }

  .claim-p {
    width: auto;
    font-family: Droid Sans, sans-serif;
  }

  .claim-p.mfb {
    font-family: Lato, sans-serif;
  }

  .button {
    color: #fff;
    font-family: Droid Sans, sans-serif;
    font-size: 16px;
  }

  .button.mfb {
    font-family: Lato, sans-serif;
  }

  .cta-claim-box {
    margin-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .cta-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .claim-h {
    font-family: Droid Sans, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
  }

  .claim-h.bigger {
    font-family: Lato, sans-serif;
    font-size: 28px;
    line-height: 110%;
  }

  .bold-text-8 {
    padding-right: 0;
  }

  .marquee-msg-container {
    flex: none;
  }

  .marquee-message {
    font-size: 16px;
  }

  .par-v4-p-2, .par-v4-p-3 {
    line-height: 150%;
  }

  .heading-14.cta.orange.enp-layout-cta-section-heading {
    font-size: 26px;
    line-height: 100%;
  }
}


