
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;
}

.section1 .wpb_gmaps_widget .wpb_wrapper {
  padding: 0px;
}

@media (min-width: 992px) {
  body .section1 .column1 {
    width: 91%;
  }

  body .section1 .column2 {
    width: 9%;
  }
}

@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: 37%;
  }
  body:lang(fr-FR) .section1 .heading1 h2 {
    top: 41%;
  }
}

@media (max-width:767px) {
  body .section1 .heading1 h2 {
    font-size: 44px;
    margin: 30px 0px;
    text-align: center;
  }
  .wpb_gmaps_widget .wpb_map_wraper iframe {
    height: 50vh!important;
  }
}

/********************************** SECTION 2 *********************************/

.section2 .row1 {
  padding: 50px;
  background-color: #A2BAAB;
}

.section2 .row-image img {
  max-width: 70px;
  width: 100%;
}

.section2 .img4 img {
  width: 55px;
}

.section2 .img5 img,
.section2 .img6 img {
  width: 45px;
}

.section2 .row1 .heading1 h3 {
  font-size: 55px;
  line-height: 1.2;
  color: #476c54;
  font-weight: 600;
  font-family: 'Proxima Nova Lt';
  max-width: 600px;
  margin: 0 auto;
}

.section2 .row2 {
  background-color: #728579;
  padding: 0 3.5%;
  padding-bottom: 80px;
}

.section2 .row2 .row-title h4 {
  font-size: 24px;
  font-family: 'Lovelace';
  color: #fff;
  font-weight: 500;
}

.section2 .row2 .row-button {
  color: #fff;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  font-size: 15px;
}

.section2 .row2 .row-description {
  max-width: 365px;
}

@media (max-width:767px) {
  .section2 .row1 .heading1 h3 {
    font-size: 42px;
  }
  .section2 .row2 {
    padding: 8% 8%;
  }
}

/************************************ SECTION 3 *******************************/

.section3 .heading1 h3 {
  font-size: 55px;
  line-height: 1.2;
  color: #476C54;
  font-weight: 600;
  font-family: 'Proxima Nova Lt';
  margin: 0 auto;
}

.section3 .wpb_raw_code p {
  color: #515252;
  font-size: 17px;
}

.section3 .wpb_raw_code {
  background-color: #A2BAAB;
  position: relative;
}


@media (min-width:992px) {
  .section3 .wpb_raw_code {
    padding: 70px 60px 50px 80px;
    max-width: 420px;
    margin-left: -200px;
    margin-top: 50px;
  }
  .section3 .heading1 h3 {
    max-width: 600px;
  }
  .section3 .wpb_raw_code:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    width: 36px;
    height: 53px;
    display: block;
    background-image: url(/wp-content/uploads/2022/04/agkyra-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (max-width:991px) {
  .section3 .wpb_raw_code:before {
    content: "";
    width: 36px;
    height: 53px;
    display: block;
    background-image: url(/wp-content/uploads/2022/04/agkyra-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
  }
  .section3 .wpb_raw_code {
    margin: 0 auto;
    padding: 30px;
    margin-bottom: 50px!important;
  }
}

@media (max-width:767px) {
  .section3 .heading1 h3 {
    font-size:42px;
  }
}

/********************************* SECTION 4 **********************************/

.section4 .heading1 h3 {
  font-size: 50px;
  line-height: 1.2;
  color: #476C54;
  font-weight: 500;
  font-family: 'Lovelace';
  max-width: 400px;
}

.section4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30%;
  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.5;
}

.section4 .column1 .text1 ul li::marker {
  font-size: 0px;
}

.section4 .column1 .text1 ul li {
  position: relative;
}

.section4 .column1 .text1 ul li:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 2px;
  display: block;
  background-color: #515252;
}

@media (min-width:992px) {
  .section4 .column1 .vc_column-inner {
    max-width: 620px;
    margin: 0 auto;
  }
}

@media (min-width:768px) {
  .section4 .column1 .text1 ul {
    column-count: 3;
  }
}

@media (max-width:767px) {
  .section4 .heading1 h3 {
    font-size: 42px;
  }
}

/********************************* SECTION 5 **********************************/

.section5 .img1 img {
  width: 50px;
}

.section5 .heading1 h3 {
  font-size: 55px;
  line-height: 1.1;
  color: #476C54;
  font-weight: 600;
  font-family: 'Proxima Nova Lt';
  max-width: 600px;
  margin: 0 auto;
}

.section5 .row-text p {
  color: #515252;
  font-size: 16px;
}

.section5 .row-text strong {
  font-size: 18px;
}

.section5 .row-text {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section5 .column5 {
  border: 0px;
}

body .section5 .row1 {
  max-width: 1660px;
  margin: 0 auto;
}

body .section5:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 36%;
  transform: translateX(-50%) rotate(45deg);
  width: 850px;
  height: 850px;
  background-color: #9cb7a6;
  opacity: 1;
  display: block;
}

@media (min-width:768px) {
  .section5 .row-column {
    border-right: 2px solid #515252;
  }
  .section5 .row-column:last-child {
    border-right: 0px;
  }
}

@media (max-width:767px) {
  .section5 .heading1 h3 {
    font-size: 42px;
  }
}