body .section1 .flickity-button {
  display: none;
}

body .section1 .heading1 {
  margin: 0px;
}

body .section1 .heading1 h2 {
  font-family: 'Lovelace';
  font-weight: 500;
  color: #486B55;
  font-size: calc(1.3vw + 20px);
  line-height: 1;
}

body .section1 .heading1 h2:before {
  content: "";
  position: absolute;
  right: calc(100% + 30px);
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  display: block;
  background-color: #486B55;
}

@media (min-width: 992px) {
  body .section1 .column2 {
    width: 91%;
  }

  body .section1 .column1 {
    width: 9%;
  }
  body .section1 .slider-in-container .wd-slide-container,
  body .section1 .wd-enabled .flickity-viewport {
   height: 700px !important;
  }
}

@media (min-width:768px) {
  body .section1 .heading1 h2 {
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: center left;
    white-space: nowrap;
    top: 28%;
    position: absolute;
    left: 48%;
  }
  body:lang(de-DE) .section1 .heading1 h2 {
    top: 31%;
  }
}

@media (max-width:991px) {
  body .section1 .slider-in-container .wd-slide-container,
  body .section1 .wd-enabled .flickity-viewport {
    height: 32vh !important;
  }
}

@media (max-width:767px) {
  body .section1 .slider-in-container .wd-slide-container,
  body .section1 .wd-enabled .flickity-viewport {
    height: 220px !important;
  }
  body .section1 .heading1 h2 {
    font-size: 42px!important;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}

/********************************* SECTION 2 **********************************/

.section2 .text1 {
  padding: 0 14%;
  margin-bottom: 0px;
}

/********************************* SECTION 3 **********************************/

body .vc_row.page-section.section3:before {
  content: "";
  position: absolute;
  right: -100px;
  top: -100px;
  width: 40%;
  height: 100%;
  display: block;
  background-image: url('/wp-content/uploads/2022/03/shape-left-diamonh-new.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}

body .vc_row.page-section.section3:after {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -100px;
  width: 37%;
  height: 100%;
  display: block;
  background-image: url('/wp-content/uploads/2022/03/shape-left-diamonh-new.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.section3 .heading1 h2 {
  font-family: 'Lovelace';
  font-weight: 500;
  color: #476B54;
  font-size: 45px;
}

.section3 .text1 {
  max-width: 550px;
}

@media (min-width:992px) {
  .section3 .row-image img {
    width: 100%;
    max-width: 500px;
  }
}

@media (max-width:767px) {
  .section3 .heading1 h2 {
    font-size: 42px;
  }
}

/********************************** SECTION 4 *********************************/

.section4 .text1 {
  max-width: 605px!important;
  margin: 0 auto;
  position: relative;
}

.section4 .text1:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  background-color: #c7a88c;
  width: 80px;
  height: 6px;
  display: block;
}

.section4 .row2 .row-image img {
  height: 450px;
  object-fit: cover;
  object-position: right;
}

.section4 .row1 .column1 {
  background-color: #728579;
}

.section4 .row1 .column1:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
  background-image: url('/wp-content/uploads/2022/03/Background-Lines-01.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.2;
}

.section4 .section-row .row-image h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Lovelace';
  color: #fff;
  margin-bottom: 0px;
  padding: 20px 10px;
  width: 50%;
  background-color: #c7a88c;
  max-width: 310px;
}

/*.section4 .section-row .row-image h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  transform: translateX(-50%);
  background-image: url(/wp-content/uploads/2022/03/custom-shape-brown.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: visible;
  z-index: -1;
}*/

@media (min-width: 992px) {
  .section4 .section-row .row-column {
    border: 5px solid #C9DADD;
  }

  .section4 .section-row .column1 {
    border-left-width: 10px;
  }

  .section4 .row1 .column2 {
    border-right-width: 10px;
  }

  .section4 .row2 .column3 {
    border-right-width: 10px;
  }
}

/************************************* SECTION 5 ******************************/

body .section5 .row1 {
  max-width: 1600px;
  margin: 0 auto;
}

body .section5 .heading1 h2 {
  font-family: 'Lovelace';
  font-size: 55px;
  line-height: 65px;
  color: #486b53;
  font-weight: 500;
  max-width: 425px;
  margin: 0 auto;
}

/*body .section5 .text1 {
  max-width: 700px;
}*/

.section5 .wpb_raw_code .wpb_wrapper {
  display: flex;
  position: relative;
  justify-content: center;
}

.section5 .wpb_raw_code .wpb_wrapper img {
  max-width: 75px;
  cursor: pointer;
  margin: 0 23px;
}

.section5 .row1 .row-image {
  display: flex;
  flex-direction: column-reverse;
}

body .section5 .row1 .row-image h2 {
  font-size: 20px;
  line-height: 1.2;
  font-family: 'Proxima Nova Rg';
  font-weight: 500;
  color: #515252;
  max-width: 150px;
  margin: 0 auto;
  margin-top: 20px;
}

body .section5 .row1 .img1,
body .section5 .row1 .img3 {
  margin-bottom: 70px !important;
}

.section5 .row1 .column1 .vc_column-inner {
  /*border-right: 1px solid #515252;*/
  position: relative;
}

.section5 .row1 .column3 .vc_column-inner {
  /*border-left: 1px solid #515252;*/
  position: relative;
}

.section5 .row1 .column1 .vc_column-inner:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 2px;
  display: block;
  height: 80%;
  transform: translateY(-50%);
  background-color: #aa8c70;
}

.section5 .row1 .column3 .vc_column-inner:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  width: 2px;
  display: block;
  height: 80%;
  transform: translateY(-50%);
  background-color: #aa8c70;
}

.section5 .row-image h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
  font-size: 30px;
  font-weight: 500;
  font-family: 'Lovelace';
  color: #fff;
  padding: 10px 25px;
  background-color: #728579;
}

body .section5:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url('/wp-content/uploads/2022/03/Background-Lines-01.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 0.2;
}

body .section5 .row2,
body .section5 .row3 {
  max-width: 1340px;
  margin: 0 auto;
}

@media (max-width:991px) {
  body .section5 .img1,
  body .section5 .img2 {
    margin-bottom: 0px;
  }
}

@media (max-width:767px) {
  body .section5 .heading1 h2 {
    font-size: 42px;
    line-height: 1.2;
  }
}

/*********************************** SECTION 6 ********************************/

body .section6:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(/wp-content/uploads/2022/03/leafe-shadow-min.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  pointer-events: none;
  z-index: 1;
  filter: grayscale(1);
  opacity: 0.6;
}

.section6 .row1 {
  position: relative;
  z-index: 9;
}

.section6 .wd-gallery-item,
.section6 .wd-gallery-item img {
  width: 100%;
}

.section6 .heading1 h2 {
  font-weight: 600;
  font-family: 'Proxima Nova Lt';
  font-size: 45px;
  line-height: 55px;
  color: #476c54;
}

.section6 .wd-images-gallery div:not(.wd-btn-arrow) {
  text-align: left;
}

.section6 .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-color: #476c54;
}

.section6 .owl-dots .owl-dot.active span {
  border-color: #476c54;
  background-color: #476c54;
}


/** lines **/

.section6 .line-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  pointer-events: none;
}

.section6 .line-holder>.wpb_wrapper {
  max-width: 1666px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  position: relative;
}

.section6 .line-holder>.wpb_wrapper .lines {
  position: absolute;
  width: 3px;
  height: 100%;
  display: block;
  background-color: #B4C7BB;
  z-index: 1;
}

.section6 .line-holder>.wpb_wrapper .line1 {
  left: 0;
}

.section6 .line-holder>.wpb_wrapper .line2 {
  left: 20%;
}

.section6 .line-holder>.wpb_wrapper .line3 {
  left: 40%;
}

.section6 .line-holder>.wpb_wrapper .line4 {
  left: 60%;
}

.section6 .line-holder>.wpb_wrapper .line5 {
  left: 80%;
}

.section6 .line-holder>.wpb_wrapper .line6 {
  right: 0;
}

@media (min-width:992px) {
  .section6 .row1 .column1 .vc_column-inner {
    max-width: 440px;
    margin: 0 auto;
  }
}

/************************************ SECTION 7 *******************************/

body .section7 .row1 {
  max-width: 650px;
  margin: 0 auto;
  padding: 50px;
}

.section7 .heading1 h2 {
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  font-weight: 500;
  font-family: 'Lovelace';
  display: inline-block;
  position: relative;
}

.section7 .heading1 h2:before {
  content: "";
  position: absolute;
  left: -75px;
  height: 2px;
  display: block;
  top: calc(50% - 1px);
  width: 45px;
  background-color: #fff;
}

.section7 .heading1 h2:after {
  content: "";
  position: absolute;
  right: -75px;
  height: 2px;
  display: block;
  top: calc(50% - 1px);
  width: 45px;
  background-color: #fff;
}

.section7 .text1 {
  max-width: 470px;
}

@media (max-width:767px) {
  body .section7 .row1 {
    margin-bottom: 300px;
  }
}

/*********************************** SECTION 8 ********************************/

.section8 .heading1 h2 {
  color: #476c54;
  font-size: 50px;
  line-height: 60px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
}

.section8 .wd-images-gallery {
  max-width: 1600px;
  margin: 0 auto;
}

.section8 .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-color: #476c54;
}

.section8 .owl-dots .owl-dot.active span {
  border-color: #476c54;
  background-color: #476c54;
}

.section8 .owl-dots {
  margin-top: 35px;
}

body .section8:before {
  content: "";
  position: absolute;
  left: -300px;
  bottom: -232px;
  height: 100%;
  width: 60%;
  display: block;
  background-image: url(/wp-content/uploads/2022/03/shape-left-diamonh-new.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}

body .section8:after {
  content: "";
  position: absolute;
  right: -300px;
  top: -194px;
  height: 100%;
  width: 50%;
  display: block;
  background-image: url(/wp-content/uploads/2022/03/shape-left-diamonh-new.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  pointer-events: none;
}
