h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #505050;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
}

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  position: relative;
  margin: 40px 10% 20px;
  padding: 10px 20px;
  border-left: 0px none #000;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #ee6764;
  font-size: 30px;
  line-height: 39px;
  font-style: normal;
  text-align: left;
  text-transform: none;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.intro {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.heading {
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 2px solid #ec6262;
  border-bottom: 2px solid #ec6262;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.center {
  position: relative;
  top: -40%;
  z-index: 1;
  display: none;
  margin: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.link-no-underline {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #505050;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
}

.textbereich {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.content {
  padding-right: auto;
  padding-bottom: 30px;
  padding-left: auto;
  font-family: Lato, sans-serif;
  color: #505050;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ec6262;
  border-radius: 35px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ec6262;
  line-height: 27px;
  font-weight: 300;
}

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

.background-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.gradient-header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  margin: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.25)), color-stop(50%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.25)), to(transparent));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.25) 75%, transparent);
  box-shadow: inset 0 -2px 4px 0 #000;
}

.centered-image {
  display: block;
  margin: 30px auto;
}

.center-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px 30%;
  background-color: #fff;
}

.fixed-background1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 50vh;
  background-image: url('../images/-177c78cd-431f-43d9-94d4-b0add96af311.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset 0 2px 4px 0 #555, inset 0 -2px 4px 0 #555;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.scrolling-text-box {
  position: absolute;
  left: 0px;
  z-index: 0;
  width: auto;
  max-width: 40%;
  margin: 48px 32px;
  padding: 24px;
  background-color: rgba(236, 98, 78, 0.5);
  -webkit-transform: translate(10px, -270px);
  -ms-transform: translate(10px, -270px);
  transform: translate(10px, -270px);
}

.flex-center {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-center.margin-top-large {
  margin-top: 40px;
}

.fade-in-bottom {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.fade-in-bottom.logo {
  width: 50%;
}

.center-image {
  position: relative;
  z-index: 1;
  display: block;
  margin: 40px auto 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.h2-black {
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #505050;
  font-size: 34px;
  line-height: 42px;
  font-weight: 400;
  text-align: left;
}

.fixed-background2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 50vh;
  background-image: url('../images/Privathaushalt_WFY.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset 0 -2px 4px 0 #555, inset 0 2px 4px 0 #555;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.fixed-background3 {
  height: 50vh;
  background-image: url('../images/gebaeude-neu.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset 2px 0 4px 0 #555, inset 2px 0 4px 0 #555;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.fixed-background4 {
  height: 50vh;
  background-image: url('../images/0b3c6f76-7a16-41c9-a00e-04ae58ce4545-asset_id4bd87d1a-fbeb-4648-beca-dd9084e88c61img_etag9a0490850078488c0f2d6247a6126388size1024.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.copyright-section {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding: 15px 2%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#55aca7), to(#55aca7));
  background-image: linear-gradient(180deg, #55aca7, #55aca7);
}

.row {
  height: 15px;
}

.bildnachweise {
  float: left;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 12px;
  line-height: 14px;
}

.copyright {
  float: right;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 12px;
  line-height: 14px;
}

.link {
  color: hsla(0, 0%, 100%, 0.85);
}

.fixed-background5 {
  height: 50vh;
  background-image: url('../images/a687448b-b8c7-4952-b5ce-045be8498207-asset_id472614a0-717b-4221-bc29-7e3493db13e4img_etag23b29a314cc5155e7a787840e8be1354size1024.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.paragraph {
  text-shadow: 0 -1px 2px hsla(0, 0%, 100%, 0.35);
}

.lightbox-image {
  margin-top: 10px;
}

.remove-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.max-height-500 {
  max-height: 500px;
  margin-top: 10px;
}

.lightbox-background-image {
  position: relative;
  width: 100%;
  height: 500px;
  padding-right: 10px;
  background-image: url('../images/cf52120d-9d7f-4647-8a12-03fd9a126d68.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.lightbox-link-1 {
  width: 100%;
  padding-right: 10px;
}

.lightbox-background-image-2 {
  width: 100%;
  height: 240px;
  background-image: url('../images/62580eca-7845-4cc8-b2db-3e83cb8328ee.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.lightbox-background-image-3 {
  width: 100%;
  height: 250px;
  background-image: url('../images/9dccd478-6284-4107-8907-c8da858881b1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.lightbox-link-2 {
  width: 100%;
}

.lightbox-link-3 {
  width: 100%;
  padding-right: 10px;
}

.block-quote {
  margin-bottom: 30px;
}

.block-quote-2 {
  border-left-style: none;
  border-left-width: 0px;
}

.quote-container {
  position: relative;
  height: 120px;
}

.quote-background {
  position: absolute;
  left: 70px;
  top: -30px;
  width: 110px;
  height: 110px;
  background-image: url('../images/quotes.png');
  background-position: 50% 50%;
  background-size: 90px 80px;
  background-repeat: no-repeat;
}

.block-quote-3 {
  height: 120px;
  background-image: url('../images/quotes.png');
  background-position: 21% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
  line-height: 100px;
}

.block-quote-4 {
  background-position: 111px 0px;
}

.fixed-background {
  height: 50vh;
  background-image: url('../images/13682b9a-777e-4b6a-8730-9228d9976cc0_113682b9a-777e-4b6a-8730-9228d9976cc0.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.row-2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 248px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row-2-2.lightbox-2 {
  min-height: 0px;
}

.block-quote-5 {
  position: relative;
}

.block-quote-5-copy {
  position: relative;
}

.block-quote-6 {
  position: static;
}

.block-quote-7 {
  position: absolute;
}

.div-block {
  position: absolute;
}

.box-text {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
}

.lightbox-link-4 {
  width: 100%;
}

.lightbox-width {
  width: 100%;
}

.center-wrapper-datenschutz {
  position: relative;
  z-index: 1;
  padding: 50px 20% 80px;
  background-color: #fff;
}

.back-container {
  position: absolute;
  left: 80px;
  top: 40px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-container {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.top-line {
  position: absolute;
  top: -5px;
  width: 20px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  transform: rotate(-27deg);
}

.bottom-line {
  position: absolute;
  top: 5px;
  width: 20px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
}

.zurueck-button {
  position: relative;
  padding: 5px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid #6e6e6e;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.zurueck-button:hover {
  background-color: #6b6b6b;
  color: #fff;
}

.center-arrow {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #000;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.no-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-2 {
  color: #505050;
  text-decoration: none;
}

.contentt-impressum {
  padding: 30px auto;
  color: #505050;
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

.wrapper {
  position: relative;
}

.footer-link {
  color: hsla(0, 0%, 100%, 0.75);
}

.statement {
  padding-left: 45px;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #ee6764;
  font-size: 28px;
  line-height: 38px;
  font-style: normal;
}

.testimonials-wrapper {
  margin-top: 40px;
  margin-bottom: 60px;
}

.testimonial {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.kunde {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #505050;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.seperator {
  height: 2px;
  background-color: #e4e4e4;
}

._150px-spacer {
  height: 150px;
}

.quotation-marks {
  position: absolute;
  left: -5%;
  top: -5%;
  right: auto;
  bottom: auto;
  color: hsla(0, 0%, 87.5%, 0.47);
  font-size: 300px;
  line-height: 0px;
  font-style: italic;
  font-weight: 400;
}

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

.lightbox-100 {
  height: 100%;
}

.row-3-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 248px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.testimonial-image {
  margin-top: 30px;
  margin-bottom: 10px;
}

.testimonial-image.fade-in-bottom {
  width: 200px;
}

.fixed-background-container {
  overflow: hidden;
}

.fixed-background-image {
  overflow: hidden;
  height: 50vh;
  background-image: url('../images/-177c78cd-431f-43d9-94d4-b0add96af311.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.fixed-bg-overlay-wrapper {
  position: absolute;
  left: 40px;
  z-index: 0;
  width: auto;
  padding: 10px 25px;
  background-color: #d97160;
  font-size: 30px;
}

.fixed-overlay-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  text-shadow: 1px 0 2px rgba(0, 0, 0, 0.35);
}

.bildnachweis {
  float: left;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 12px;
  line-height: 14px;
}

.banner-wrapper {
  position: fixed;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 180px;
  max-height: 15vh;
  padding: 40px 15%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #55b4b8;
}

.banner-header {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #a7d4d7;
  font-size: 60px;
  line-height: 60px;
  text-align: left;
}

.banner-logo {
  max-width: 320px;
}

.link-block {
  display: block;
}

.link-block-2 {
  display: block;
}

.link-3 {
  color: #505050;
}

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

.flex-center-buttons {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-center-buttons.margin-top-large {
  margin-top: 40px;
}

.lightbox-set-2-images {
  width: auto;
}

@media screen and (max-width: 991px) {
  .center {
    right: 0%;
  }
  .link-no-underline {
    margin-bottom: 40px;
  }
  .content {
    padding-right: 0%;
    padding-left: 0%;
  }
  .background-image {
    background-position: 61% 50%;
  }
  .gradient-header {
    right: 0%;
  }
  .center-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }
  .fixed-background1 {
    background-position: 50% 50%;
  }
  .scrolling-text-box {
    -webkit-transform: translate(10px, -400px);
    -ms-transform: translate(10px, -400px);
    transform: translate(10px, -400px);
  }
  .flex-center {
    right: 0%;
  }
  .h2-black {
    margin-top: 20px;
  }
  .fixed-background2 {
    background-position: 50% 50%;
  }
  .fixed-background3 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .fixed-background4 {
    background-position: 50% 50%;
  }
  .copyright-section {
    position: relative;
    min-height: 80px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .fixed-background5 {
    background-position: 50% 50%;
  }
  .lightbox-image {
    padding-right: 20px;
  }
  .quote-background {
    top: -8px;
  }
  .fixed-background {
    background-position: 50% 50%;
  }
  .center-wrapper-datenschutz {
    padding-right: 5%;
    padding-left: 5%;
  }
  .contentt-impressum {
    padding-right: 0%;
    padding-left: 0%;
  }
  .testimonials-wrapper {
    position: relative;
  }
  .testimonial {
    position: static;
  }
  .quotation-marks {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
  }
  .fixed-bg-overlay-wrapper {
    left: auto;
    width: 100%;
    text-align: center;
  }
  .image-2 {
    position: absolute;
  }
  .banner-wrapper {
    position: absolute;
    height: 150px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .banner-header {
    font-size: 40px;
    line-height: 40px;
  }
  .banner-logo {
    max-width: 250px;
  }
  .flex-center-buttons {
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  img {
    margin-bottom: 10px;
  }
  .heading {
    font-size: 4rem;
    line-height: 5rem;
  }
  .background-image {
    background-position: 55% 50%;
  }
  .scrolling-text-box {
    max-width: 100%;
  }
  .fixed-background2 {
    background-position: -454px 0px;
  }
  .copyright-section {
    position: relative;
    height: 80px;
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .quote-background {
    left: 50px;
  }
  .statement {
    padding-left: 0px;
  }
  ._150px-spacer {
    display: none;
  }
  .banner-header {
    font-size: 30px;
  }
  .banner-logo {
    max-width: 200px;
  }
  .flex-center-buttons {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  img {
    margin-bottom: 10px;
  }
  blockquote {
    margin-right: 2%;
    margin-left: 5%;
    text-align: center;
  }
  .heading {
    font-size: 38px;
    line-height: 4rem;
  }
  .heading-2 {
    font-size: 20px;
    line-height: 29px;
  }
  .link-no-underline {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 22px;
  }
  .content {
    padding: 0px 5% 30px;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
  }
  .background-image {
    background-position: 50% 50%;
  }
  .centered-image {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .center-wrapper {
    padding: 10px 0% 20px;
  }
  .fixed-background1 {
    height: 25vh;
    background-size: cover;
    background-attachment: scroll;
  }
  .scrolling-text-box {
    bottom: -30px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 15px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .fade-in-bottom {
    width: 100%;
  }
  .fade-in-bottom.logo {
    width: 75%;
  }
  .h2-black {
    margin-top: 30px;
    margin-bottom: 25px;
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
  }
  .fixed-background2 {
    height: 25vh;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
  .fixed-background3 {
    height: 25vh;
    background-size: cover;
    background-attachment: scroll;
  }
  .fixed-background4 {
    height: 25vh;
    background-size: cover;
    background-attachment: scroll;
  }
  .copyright-section {
    position: relative;
    height: 100px;
    padding-bottom: 20px;
  }
  .bildnachweise {
    display: inline-block;
    text-align: center;
  }
  .column-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .copyright {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .fixed-background5 {
    height: 25vh;
    background-size: cover;
    background-attachment: scroll;
  }
  .quote-container {
    height: auto;
  }
  .fixed-background {
    height: 25vh;
    background-size: cover;
    background-attachment: scroll;
  }
  .row-2-2 {
    min-height: 0px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image {
    margin-bottom: 20px;
  }
  .center-wrapper-datenschutz {
    padding: 10px 0% 20px;
  }
  .contentt-impressum {
    padding: 0px 5% 30px;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
  }
  .statement {
    padding-left: 0px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .testimonials-wrapper {
    margin: 20px 5% 29px;
    font-size: 18px;
    line-height: 26px;
  }
  .kunde {
    line-height: 22px;
    text-align: center;
  }
  ._150px-spacer {
    display: none;
  }
  .testimonial-image.fade-in-bottom {
    width: 90%;
    max-width: 200%;
    margin-left: 5%;
  }
  .fixed-background-image {
    background-position: 25% 50%;
  }
  .fixed-bg-overlay-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .fixed-overlay-text {
    font-size: 24px;
    line-height: 36px;
  }
  .bildnachweis {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .banner-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-center-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

