div#wrapper.editmode {
  background-color: #0f1010;
}

.cookie_message {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  position: fixed;
  bottom: 0px;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px !important;
  color: #fff !important;
  z-index: 200000;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}
.cookie_message p {
  font-size: 0.8rem !important;
  line-height: 1.5 !important;
}
@media screen and (max-width: 1200px) {
  .cookie_message {
    width: 100%;
    left: 0px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767px) {
  .cookie_message {
    text-align: center;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.cookie_message.hidden {
  display: none;
}
.cookie_message .cookie_affirm {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  cursor: pointer;
  padding: 10px 20px !important;
  background-color: #333;
  color: #fff !important;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0px 0px 0px 30px !important;
  width: 12%;
  min-width: 120px;
  text-align: center !important;
}
.cookie_message .cookie_affirm:hover {
  background-color: #fff;
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  .cookie_message .cookie_affirm {
    -ms-grid-column-align: center;
        justify-self: center;
    margin: 10px auto 0px !important;
  }
}

.two-cols {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media screen and (max-width: 480px) {
  .two-cols {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
}

p.big_font {
  font-size: 22px !important;
  color: #fff !important;
  line-height: 1.67 !important;
}

.light-bg p.big_font {
  color: #333 !important;
}

.clapat-icon .icon {
  position: relative;
  margin-bottom: 20px !important;
  width: 24px;
  height: 24px;
}

.parallax-images {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  max-height: 960px;
  height: 50vw;
}
.parallax-images .row {
  position: relative;
  height: 100%;
}
.parallax-images .row .col {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.parallax-images .row .col .video {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.parallax-images .row .col .background {
  height: calc(100% + 100px);
  width: calc(100% + 100px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.partner_logos li .image {
  max-width: 190px;
  width: 100%;
  position: relative;
  margin: 0px auto 0px !important;
}

.title-has-bottom-line {
  position: relative;
}
.title-has-bottom-line::after {
  background: none repeat scroll 0 0 #000;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 0px;
  position: absolute;
  width: 70px;
}

.title-has-centered-bottom-line {
  position: relative;
}
.title-has-centered-bottom-line::after {
  background: none repeat scroll 0 0 #000;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  width: 70px;
}

.light-content .title-has-bottom-line::after {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

.light-content .light-bg .title-has-bottom-line::after {
  background: none repeat scroll 0 0 #000;
}

.title-has-vertical-line {
  margin-top: 155px !important;
  position: relative;
}
.title-has-vertical-line::before {
  background: none repeat scroll 0 0 #000;
  top: -155px;
  content: "";
  height: 100px;
  left: 50%;
  position: absolute;
  width: 1px;
}

.light-content .title-has-vertical-line::before {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

.light-content .light-bg .title-has-vertical-line::before {
  background: none repeat scroll 0 0 #000;
}

.feedback_name_slider {
  width: 100%;
  max-width: 1090px;
  margin: 0px auto 25px !important;
  position: relative;
}
.feedback_name_slider::before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(242, 242, 242, 0)), to(#f2f2f2));
  background-image: -o-linear-gradient(right, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  background-image: linear-gradient(-90deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  width: 50px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1001;
}
@media screen and (max-width: 480px) {
  .feedback_name_slider::before {
    display: none;
  }
}
.feedback_name_slider::after {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(242, 242, 242, 0)), to(#f2f2f2));
  background-image: -o-linear-gradient(left, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  background-image: linear-gradient(90deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  width: 50px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1001;
}
@media screen and (max-width: 480px) {
  .feedback_name_slider::after {
    display: none;
  }
}
.feedback_name_slider .slick-slide span {
  font-size: 20px;
  white-space: nowrap;
  line-height: 35px;
  font-weight: bold;
  padding: 0px 40px !important;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}
@media screen and (max-width: 480px) {
  .feedback_name_slider .slick-slide span {
    opacity: 0;
  }
}
.feedback_name_slider .slick-slide.slick-current span {
  opacity: 1;
}

.feedback_testimonial_slider {
  width: 100%;
  max-width: 1090px;
  margin: 0px auto 50px !important;
  position: relative;
  border-top: 1px solid rgba(176, 176, 176, 0.3) !important;
  border-bottom: 1px solid rgba(176, 176, 176, 0.3) !important;
}
.feedback_testimonial_slider .slick-slide {
  padding: 50px 0px !important;
  width: 100%;
  height: auto !important;
}
@media screen and (max-width: 480px) {
  .feedback_testimonial_slider .slick-slide {
    padding: 30px 0px 20px !important;
  }
}
.feedback_testimonial_slider .slick-slide .testimonial_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .feedback_testimonial_slider .slick-slide .testimonial_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feedback_testimonial_slider .slick-slide .testimonial_flex .image {
  width: 160px;
  height: 160px;
  margin-right: 50px !important;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .feedback_testimonial_slider .slick-slide .testimonial_flex .image {
    width: 80px;
    height: 80px;
    margin: 0px auto 20px !important;
  }
}
.feedback_testimonial_slider .slick-slide .testimonial_flex .image img.media_element {
  border-radius: 50%;
}
.feedback_testimonial_slider .slick-slide .testimonial_flex p {
  display: inline-block;
  width: calc(100% - 220px);
  font-size: 1rem !important;
  font-style: italic;
  line-height: 1.75 !important;
  color: #333 !important;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .feedback_testimonial_slider .slick-slide .testimonial_flex p {
    display: block;
    width: 100%;
    font-size: 14px !important;
    text-align: center;
    padding: 0px 10px !important;
  }
}
.feedback_testimonial_slider .slick-dots {
  position: absolute;
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
  left: 50%;
  bottom: -50px;
  height: 18px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
}
.feedback_testimonial_slider .slick-dots li {
  display: inline-block;
  margin: 0px !important;
}
.feedback_testimonial_slider .slick-dots li button {
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0 16px;
  cursor: pointer;
  border: 0px solid transparent;
  font-size: 0px;
  color: transparent;
  background-color: transparent;
  opacity: 0.3;
}
@media screen and (max-width: 480px) {
  .feedback_testimonial_slider .slick-dots li button {
    margin: 0 12px;
  }
}
.feedback_testimonial_slider .slick-dots li button:hover::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.feedback_testimonial_slider .slick-dots li button::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.feedback_testimonial_slider .slick-dots li button::after {
  content: "";
  display: block;
  border-radius: 100%;
  border: 1px solid #333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.feedback_testimonial_slider .slick-dots li.slick-active button {
  opacity: 1;
}
.feedback_testimonial_slider .slick-dots li.slick-active button::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.full_width {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.editmode .full_width {
  width: calc(100vw - 260px);
}

.ruben_slider {
  width: 100%;
}
.ruben_slider .slick-slide {
  padding: 0px 60px !important;
}
@media screen and (max-width: 1024px) {
  .ruben_slider .slick-slide {
    padding: 0px 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .ruben_slider .slick-slide {
    padding: 0px 35px !important;
  }
}
@media screen and (max-width: 480px) {
  .ruben_slider .slick-slide {
    padding: 0px 25px !important;
  }
}

.ruben_stat {
  position: relative;
  max-width: 300px;
  width: calc(100% - 60px);
  margin: 34px auto 0px !important;
  height: 16px;
}
.ruben_stat .ruben_pos {
  width: 30px;
  height: 16px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ruben_stat .ruben_pos .ruben_pos_nr {
  width: 30px;
  height: 16px;
  text-align: right;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  font-family: "Oswald", sans-serif !important;
  font-weight: 500 !important;
}
.ruben_stat .ruben_total {
  width: 30px;
  height: 16px;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: left;
  line-height: 16px;
  font-size: 12px;
  color: #b0b0b0;
  font-family: "Oswald", sans-serif !important;
  font-weight: 500 !important;
}
.ruben_stat .ruben_pos_bar {
  position: absolute;
  height: 1px;
  top: 8px;
  left: 60px;
  right: 60px;
  background-color: #b0b0b0;
}
.ruben_stat .ruben_pos_bar .ruben_pos_bar_inner {
  background-color: #fff;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 50%;
  -webkit-transition: right 1s ease-out;
  -o-transition: right 1s ease-out;
  transition: right 1s ease-out;
}

.main-page-content .project_hero {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.project_hero {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.project_hero .project_hero_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.project_hero .project_hero_bg.pumped_up {
  width: calc(100% + 100px);
  height: calc(100% + 100px);
}
.project_hero .project_hero_headline {
  max-width: 1160px;
  width: calc(100% - 60px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.project_hero .project_hero_headline h1 {
  font-size: 50px !important;
  line-height: 60px !important;
  color: #fff;
  -webkit-text-stroke: 1px #fff;
  font-weight: 600;
  position: relative;
  margin-left: -3px;
}
.project_hero .project_hero_headline h1 strong {
  font-weight: 600 !important;
  color: transparent !important;
}
@media screen and (max-width: 768px) {
  .project_hero .project_hero_headline h1 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
}
@media screen and (max-width: 480px) {
  .project_hero .project_hero_headline h1 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
}
.project_hero .project_hero_headline::after {
  background: none repeat scroll 0 0 #fff;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 0px;
  position: absolute;
  width: 70px;
}
.project_hero.light-bg .project_hero_headline h1 {
  color: #000;
  -webkit-text-stroke: 1px #000;
}
.project_hero.light-bg .project_hero_headline::after {
  background: none repeat scroll 0 0 #000;
}
.project_hero .project_hero_specs {
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
  position: absolute;
  max-width: 1160px;
  width: calc(100% - 60px);
  left: 50%;
  bottom: 6vh;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .project_hero .project_hero_specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .project_hero .project_hero_specs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .project_hero .project_hero_specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    bottom: 20px;
  }
}
.project_hero .project_hero_specs li {
  position: relative;
  display: inline-block;
  margin-right: 100px !important;
}
@media screen and (max-width: 1000px) {
  .project_hero .project_hero_specs li {
    margin-right: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .project_hero .project_hero_specs li {
    margin-right: 0px !important;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (max-width: 600px) {
  .project_hero .project_hero_specs li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.project_hero .project_hero_specs li h5 {
  font-family: "Oswald", sans-serif !important;
  font-weight: 500 !important;
}
.project_hero .project_hero_specs li h5, .project_hero .project_hero_specs li p {
  color: #fff !important;
}
@media screen and (max-width: 600px) {
  .project_hero .project_hero_specs li h5, .project_hero .project_hero_specs li p {
    font-size: 0.9rem !important;
    line-height: 1.2 !important;
  }
}
@media screen and (max-width: 480px) {
  .project_hero .project_hero_specs li h5, .project_hero .project_hero_specs li p {
    font-size: 0.8rem !important;
  }
}
.project_hero.light-bg .project_hero_specs li h5, .project_hero.light-bg .project_hero_specs li p {
  color: #333 !important;
}

.main-page-content .project_hero2 {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.project_hero2 {
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: #181818 !important;
}
@media screen and (max-width: 768px) {
  .project_hero2 {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.project_hero2.light-bg {
  background-color: #fff !important;
}
.project_hero2 .project_hero_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.project_hero2 .project_hero_bg.pumped_up {
  width: calc(50% + 50px);
  height: calc(100% + 100px);
  left: calc(25% - 25px);
}
@media screen and (max-width: 768px) {
  .project_hero2 .project_hero_bg.pumped_up {
    width: 100%;
    height: 100vw;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .project_hero2 .project_hero_bg {
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    height: 100vw;
    left: 0;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.project_hero2 .project_hero_headline {
  max-width: 1160px;
  width: calc(50% - 150px);
  position: absolute;
  left: calc(75% + 40px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .project_hero2 .project_hero_headline {
    position: relative;
    width: 100%;
    padding: 40px 30px 30px !important;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.project_hero2 .project_hero_headline h1 {
  font-size: 50px !important;
  line-height: 60px !important;
  color: #fff !important;
  -webkit-text-stroke: 1px #fff !important;
  font-weight: 600;
  position: relative;
  margin-left: -3px;
}
.project_hero2 .project_hero_headline h1 strong {
  font-weight: 600 !important;
  color: transparent !important;
}
@media screen and (max-width: 768px) {
  .project_hero2 .project_hero_headline h1 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
}
@media screen and (max-width: 480px) {
  .project_hero2 .project_hero_headline h1 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
}
.project_hero2 .project_hero_headline::after {
  background: none repeat scroll 0 0 #fff;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 0px;
  position: absolute;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .project_hero2 .project_hero_headline::after {
    left: 30px;
    bottom: 15px;
  }
}
.project_hero2.light-bg .project_hero_headline h1 {
  color: #000 !important;
  -webkit-text-stroke: 1px #000 !important;
}
.project_hero2.light-bg .project_hero_headline::after {
  background: none repeat scroll 0 0 #000;
}
.project_hero2 .project_hero_specs {
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
  position: absolute;
  max-width: 1160px;
  width: calc(50% - 150px);
  left: calc(75% + 40px);
  bottom: 6vh;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .project_hero2 .project_hero_specs {
    position: relative;
    width: 100%;
    padding: 15px 30px 20px !important;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.project_hero2 .project_hero_specs li {
  position: relative;
  display: inline-block;
  margin-right: 100px !important;
}
.project_hero2 .project_hero_specs li h5 {
  font-family: "Oswald", sans-serif !important;
  font-weight: 500 !important;
}
.project_hero2 .project_hero_specs li h5, .project_hero2 .project_hero_specs li p {
  color: #fff !important;
}
@media screen and (max-width: 600px) {
  .project_hero2 .project_hero_specs li h5, .project_hero2 .project_hero_specs li p {
    font-size: 0.9rem !important;
    line-height: 1.2 !important;
  }
}
@media screen and (max-width: 480px) {
  .project_hero2 .project_hero_specs li h5, .project_hero2 .project_hero_specs li p {
    font-size: 0.8rem !important;
  }
}
.project_hero2.light-bg .project_hero_specs li h5, .project_hero2.light-bg .project_hero_specs li p {
  color: #333 !important;
}

.detail_list.row {
  margin: 0px -20px !important;
}
.detail_list.row .col {
  padding: 15px 20px !important;
  position: relative;
}
.detail_list.row .col::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #fff;
  left: 20px;
  right: 20px;
  top: -1px;
}

.light-bg .detail_list.row .col::before {
  background-color: #333;
}

.light-bg .one_to_two, .one_to_two, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two {
  position: relative;
}
.light-bg .one_to_two.light-bg .one, .one_to_two.light-bg .one, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two.light-bg .one {
  background-color: #d6d7d9;
}
.light-bg .one_to_two.light-bg .one .number, .one_to_two.light-bg .one .number, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two.light-bg .one .number {
  color: #333 !important;
}
.light-bg .one_to_two.light-bg .one .detail_list h5, .light-bg .one_to_two.light-bg .one .detail_list p, .one_to_two.light-bg .one .detail_list h5, .one_to_two.light-bg .one .detail_list p, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two.light-bg .one .detail_list h5, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two.light-bg .one .detail_list p {
  color: #333 !important;
}
.light-bg .one_to_two.light-bg .one .detail_list::before, .one_to_two.light-bg .one .detail_list::before, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two.light-bg .one .detail_list::before {
  background-color: #333;
}
.light-bg .one_to_two.light-bg .two, .one_to_two.light-bg .two, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two.light-bg .two {
  background-color: #c5c6c9;
}
@media screen and (max-width: 768px) {
  .light-bg .one_to_two.light-bg .two, .one_to_two.light-bg .two, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two.light-bg .two {
    background-color: #d6d7d9;
  }
}
.light-bg .one_to_two.dark-bg .one, .one_to_two.dark-bg .one, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two.dark-bg .one {
  background-color: #232323;
}
.light-bg .one_to_two.dark-bg .one .number, .one_to_two.dark-bg .one .number, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two.dark-bg .one .number {
  color: #fff !important;
}
.light-bg .one_to_two.dark-bg .one .detail_list h5, .light-bg .one_to_two.dark-bg .one .detail_list p, .one_to_two.dark-bg .one .detail_list h5, .one_to_two.dark-bg .one .detail_list p, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two.dark-bg .one .detail_list h5, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two.dark-bg .one .detail_list p {
  color: #fff !important;
}
.light-bg .one_to_two.dark-bg .one .detail_list::before, .one_to_two.dark-bg .one .detail_list::before, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two.dark-bg .one .detail_list::before {
  background-color: #fff;
}
.light-bg .one_to_two.dark-bg .two, .one_to_two.dark-bg .two, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two.dark-bg .two {
  background-color: #181818;
}
.light-bg .one_to_two.left .flex, .one_to_two.left .flex, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two.left .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .light-bg .one_to_two.left .flex, .one_to_two.left .flex, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two.left .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.light-bg .one_to_two.right .flex, .one_to_two.right .flex, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two.right .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .light-bg .one_to_two.right .flex, .one_to_two.right .flex, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two.right .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.light-bg .one_to_two .flex, .one_to_two .flex, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.light-bg .one_to_two .flex .one, .one_to_two .flex .one, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two .flex .one {
  -ms-flex-preferred-size: 33.5%;
      flex-basis: 33.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .light-bg .one_to_two .flex .one, .one_to_two .flex .one, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two .flex .one {
    padding: 60px !important;
  }
}
@media screen and (max-width: 480px) {
  .light-bg .one_to_two .flex .one, .one_to_two .flex .one, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two .flex .one {
    padding: 40px 40px 15px !important;
  }
}
.light-bg .one_to_two .flex .one .number, .one_to_two .flex .one .number, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two .flex .one .number {
  position: absolute;
  left: 80px;
  top: 80px;
  font-family: "Oswald", sans-serif !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 768px) {
  .light-bg .one_to_two .flex .one .number, .one_to_two .flex .one .number, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two .flex .one .number {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    margin-bottom: 60px;
  }
}
.light-bg .one_to_two .flex .one .detail_list, .one_to_two .flex .one .detail_list, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two .flex .one .detail_list {
  padding: 15px 0px 0px !important;
  position: absolute;
  bottom: 80px;
  left: 80px;
  right: 80px;
}
@media screen and (max-width: 768px) {
  .light-bg .one_to_two .flex .one .detail_list, .one_to_two .flex .one .detail_list, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two .flex .one .detail_list {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
.light-bg .one_to_two .flex .one .detail_list::before, .one_to_two .flex .one .detail_list::before, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two .flex .one .detail_list::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0px;
  right: 0px;
  top: -1px;
}
.light-bg .one_to_two .flex .two, .one_to_two .flex .two, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two .flex .two {
  -ms-flex-preferred-size: 66.5%;
      flex-basis: 66.5%;
  text-align: center;
  padding: 80px !important;
}
@media screen and (max-width: 768px) {
  .light-bg .one_to_two .flex .two, .one_to_two .flex .two, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two .flex .two {
    padding: 0px 60px 60px !important;
  }
}
@media screen and (max-width: 480px) {
  .light-bg .one_to_two .flex .two, .one_to_two .flex .two, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two .flex .two {
    padding: 30px 40px 40px !important;
  }
}
.light-bg .one_to_two .flex .two .image, .light-bg .one_to_two .flex .two .video, .one_to_two .flex .two .image, .one_to_two .flex .two .video, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two .flex .two .image, div#wrapper:not(.editmode) .light-content .light-bg .one_to_two .flex .two .video {
  max-height: 80vh;
  display: inline-block;
}

.center_txt {
  text-align: center;
}
.center_txt .container * {
  width: 50%;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .center_txt .container * {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .center_txt .container * {
    width: 85%;
  }
}
.center_txt .container .center_txt_cta {
  display: inline-block;
  width: auto;
  padding: 20px 30px !important;
  background-color: #333 !important;
  color: #fff !important;
  border-radius: 100px;
  -webkit-transition: top 0.8s;
  -o-transition: top 0.8s;
  transition: top 0.8s;
  top: 0px;
  position: relative;
  margin-top: 60px !important;
  font-family: "Oswald", sans-serif !important;
  font-weight: 500 !important;
}
.center_txt .container .center_txt_cta:hover {
  top: -5px;
}

.full_parallax_image {
  height: 80vh;
  margin: -1px 0px !important;
}
@media screen and (orientation: portrait) {
  .full_parallax_image.p_height_100 {
    height: 100vw;
  }
  .full_parallax_image.p_height_90 {
    height: 90vw;
  }
  .full_parallax_image.p_height_80 {
    height: 80vw;
  }
  .full_parallax_image.p_height_70 {
    height: 70vw;
  }
  .full_parallax_image.p_height_60 {
    height: 60vw;
  }
  .full_parallax_image.p_height_50 {
    height: 50vw;
  }
  .full_parallax_image.p_height_40 {
    height: 40vw;
  }
  .full_parallax_image.p_height_30 {
    height: 30vw;
  }
  .full_parallax_image.p_height_20 {
    height: 20vw;
  }
  .full_parallax_image.p_height_10 {
    height: 10vw;
  }
}
@media screen and (orientation: landscape) {
  .full_parallax_image.l_height_100 {
    height: 100vh;
  }
  .full_parallax_image.l_height_90 {
    height: 90vh;
  }
  .full_parallax_image.l_height_80 {
    height: 80vh;
  }
  .full_parallax_image.l_height_70 {
    height: 70vh;
  }
  .full_parallax_image.l_height_60 {
    height: 60vh;
  }
  .full_parallax_image.l_height_50 {
    height: 50vh;
  }
  .full_parallax_image.l_height_40 {
    height: 40vh;
  }
  .full_parallax_image.l_height_30 {
    height: 30vh;
  }
  .full_parallax_image.l_height_20 {
    height: 20vh;
  }
  .full_parallax_image.l_height_10 {
    height: 10vh;
  }
}
.full_parallax_image .full_width {
  height: 100%;
  overflow: hidden;
}
.full_parallax_image .full_width .full_parallax_image_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.full_video {
  height: auto;
}
.full_video .full_width {
  height: 100%;
  overflow: hidden;
}
.full_video .full_width .video {
  position: relative;
  background-color: white;
}

.Three_Value_Section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0px;
  width: 100vw;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #f2f2f2;
}
.Three_Value_Section ul li .one_of_three_values {
  color: #333 !important;
}
.Three_Value_Section ul li .one_of_three_values strong {
  color: #333 !important;
}
.Three_Value_Section.light-bg::before {
  background-color: #fff;
}
.Three_Value_Section.light-bg ul li .one_of_three_values {
  color: #333 !important;
}
.Three_Value_Section.light-bg ul li .one_of_three_values strong {
  color: #333 !important;
}
.Three_Value_Section.medium-bg::before {
  background-color: #ccc;
}
.Three_Value_Section.medium-bg ul li .one_of_three_values {
  color: #333 !important;
}
.Three_Value_Section.medium-bg ul li .one_of_three_values strong {
  color: #333 !important;
}
.Three_Value_Section.dark-bg::before {
  background-color: #333;
}
.Three_Value_Section.dark-bg ul li .one_of_three_values {
  color: #fff !important;
}
.Three_Value_Section.dark-bg ul li .one_of_three_values strong {
  color: #fff !important;
}
.Three_Value_Section ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.Three_Value_Section ul li {
  margin: 0px;
  padding: 0px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .Three_Value_Section ul li.middle {
    margin: 50px 0px 60px !important;
  }
}
.Three_Value_Section ul li.middle::before, .Three_Value_Section ul li.middle::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background-color: rgba(176, 176, 176, 0.3);
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width: 480px) {
  .Three_Value_Section ul li.middle::before, .Three_Value_Section ul li.middle::after {
    display: none;
  }
}
.Three_Value_Section ul li.middle::before {
  left: 0px;
}
.Three_Value_Section ul li.middle::after {
  right: 0px;
}
.Three_Value_Section ul li .one_of_three_values {
  text-align: center;
  display: block;
  font-weight: 400 !important;
  font-size: 1.15rem;
  line-height: 1.75;
}
@media screen and (max-width: 900px) {
  .Three_Value_Section ul li .one_of_three_values {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}
.Three_Value_Section ul li .one_of_three_values strong {
  display: block;
  font-size: 68px;
  font-weight: 200 !important;
  line-height: 1;
  margin-bottom: 5px !important;
}
@media screen and (max-width: 900px) {
  .Three_Value_Section ul li .one_of_three_values strong {
    font-size: 50px;
  }
}

.Shifted_Grid_Section ul {
  list-style: none !important;
  padding: 0px;
  margin: 0px 0px 8rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Shifted_Grid_Section ul li {
  padding: 0px;
  margin: 0px;
  width: 27%;
  position: relative;
  margin-bottom: 8rem !important;
}
@media screen and (min-width: 769px) {
  .Shifted_Grid_Section ul li:nth-of-type(3n+2) {
    top: 12rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Shifted_Grid_Section ul li {
    width: 43%;
  }
  .Shifted_Grid_Section ul li:nth-of-type(2n+2) {
    top: 12rem;
  }
}
@media screen and (max-width: 480px) {
  .Shifted_Grid_Section ul li {
    width: 100%;
    margin-bottom: 5rem !important;
  }
}
.Shifted_Grid_Section ul li .caption1 {
  display: block;
  position: absolute;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  right: calc(100% + 25px);
  top: -7px;
  color: #888;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .Shifted_Grid_Section ul li .caption1 {
    position: relative;
    top: auto;
    right: auto;
    padding-top: 1.2rem !important;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    text-align: center;
  }
}
.Shifted_Grid_Section ul li .caption1[level] {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: left;
}
.Shifted_Grid_Section ul li .caption2 {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1.3rem;
  line-height: 1.67;
  font-weight: 600;
  padding-top: 1rem !important;
  position: relative;
}
@media screen and (max-width: 480px) {
  .Shifted_Grid_Section ul li .caption2 {
    padding-top: 0.6rem !important;
    text-align: center;
  }
}
.Shifted_Grid_Section ul li .caption2[level] {
  padding-top: 0px !important;
}

.Center-Image-Section h2 {
  text-align: center;
}
.Center-Image-Section .image {
  margin-top: 6rem !important;
}

.Center-Slider-Section.dark-dots .Modul_Slider .slick-dots li button::after {
  background-color: #000;
}
.Center-Slider-Section h2 {
  text-align: center;
}
.Center-Slider-Section .Modul_Slider {
  margin-top: 6rem !important;
  position: relative;
}
.Center-Slider-Section .Modul_Slider .slick-arrow {
  color: transparent;
  background-color: transparent;
  border: 0px;
  position: absolute;
  z-index: 2;
  width: 50%;
  top: 0px;
  bottom: 0px;
  padding: 0px !important;
}
.Center-Slider-Section .Modul_Slider .slick-arrow.slick-prev {
  left: 0px;
}
.Center-Slider-Section .Modul_Slider .slick-arrow.slick-next {
  right: 0px;
}
.Center-Slider-Section .Modul_Slider .slick-dots {
  list-style: none !important;
  margin: 0px !important;
  padding: 0px !important;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 30px;
  white-space: nowrap;
  z-index: 3;
}
.Center-Slider-Section .Modul_Slider .slick-dots li {
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  position: relative;
  opacity: 0.2;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.Center-Slider-Section .Modul_Slider .slick-dots li button {
  color: transparent;
  background-color: transparent;
  border: 0px;
  width: 18px;
  height: 16px;
}
.Center-Slider-Section .Modul_Slider .slick-dots li button::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
  left: 5px;
  top: 4px;
}
.Center-Slider-Section .Modul_Slider .slick-dots li.slick-active {
  opacity: 1;
}
.Center-Slider-Section .Modul_Slider .slick-dots li.slick-active:hover {
  opacity: 1;
}
.Center-Slider-Section .Modul_Slider .slick-dots li:hover {
  opacity: 0.5;
}

.Semifull-Image-Section .image {
  max-width: 100%;
  width: calc( 100% - ( (100vw - 1160px) / 2 ));
}
@media screen and (max-width: 1280px) {
  .Semifull-Image-Section .image {
    width: 100%;
  }
}
.Semifull-Image-Section .image, .Semifull-Image-Section.left .image {
  margin-left: 0px !important;
  margin-right: auto !important;
}
.Semifull-Image-Section.right .image {
  margin-right: 0px !important;
  margin-left: auto !important;
}

.TwoThirds_Text_Section .col {
  vertical-align: top !important;
}

.Shifted_2col_Section ul {
  list-style: none !important;
  padding: 0px;
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .Shifted_2col_Section ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.Shifted_2col_Section ul li {
  padding: 0px;
  margin: 0px;
  width: 43%;
  position: relative;
  margin-bottom: 8rem !important;
}
@media screen and (min-width: 769px) {
  .Shifted_2col_Section ul li {
    width: 43%;
  }
  .Shifted_2col_Section ul li:nth-of-type(2n+2) {
    top: 9rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Shifted_2col_Section ul li {
    width: 43%;
  }
  .Shifted_2col_Section ul li:nth-of-type(2n+2) {
    top: 6rem;
  }
}
@media screen and (max-width: 480px) {
  .Shifted_2col_Section ul li {
    width: 80%;
    margin-bottom: 5rem !important;
  }
}
.Shifted_2col_Section ul li .caption {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.67;
  font-weight: 600;
  padding-top: 0.5rem !important;
  position: relative;
}
@media screen and (max-width: 480px) {
  .Shifted_2col_Section ul li .caption {
    padding-top: 0.6rem !important;
  }
}
.Shifted_2col_Section ul li .caption[level] {
  padding-top: 0px !important;
}
.Shifted_2col_Section ul li .overlay_image {
  position: absolute;
  max-width: 300px;
  width: 70%;
  left: -15%;
  top: -9rem;
}
@media screen and (max-width: 768px) {
  .Shifted_2col_Section ul li .overlay_image {
    top: -6rem;
  }
}
@media screen and (max-width: 480px) {
  .Shifted_2col_Section ul li .overlay_image {
    width: 50%;
    top: -3rem;
  }
}

.Project-Nav-Section {
  position: relative;
}
.Project-Nav-Section .full_width {
  position: relative;
  background-color: #222;
  overflow: hidden;
  height: 480px;
  -webkit-transition: height 1s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  -o-transition: height 1s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  transition: height 1s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}
.Project-Nav-Section .full_width.open {
  height: 100vh;
}
.Project-Nav-Section .full_width.open .prev_next_links {
  opacity: 0;
}
@media screen and (max-width: 1400px) {
  .Project-Nav-Section .full_width {
    height: 380px;
  }
}
@media screen and (max-width: 990px) {
  .Project-Nav-Section .full_width {
    height: 290px;
  }
}
@media screen and (max-width: 767px) {
  .Project-Nav-Section .full_width {
    height: auto;
  }
}
.Project-Nav-Section .full_width .background_prev, .Project-Nav-Section .full_width .background_next {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.05);
      -ms-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, width 0.4s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.4s ease, width 0.4s ease, -webkit-transform 0.6s ease;
  -o-transition: opacity 0.4s ease, width 0.4s ease, transform 0.6s ease;
  transition: opacity 0.4s ease, width 0.4s ease, transform 0.6s ease;
  transition: opacity 0.4s ease, width 0.4s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.Project-Nav-Section .full_width .background_prev.hover, .Project-Nav-Section .full_width .background_next.hover {
  opacity: 0.3;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.Project-Nav-Section .full_width .background_prev.open, .Project-Nav-Section .full_width .background_next.open {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.Project-Nav-Section .full_width .prev_next_links {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .Project-Nav-Section .full_width .prev_next_links {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.Project-Nav-Section .full_width .prev_next_links a.ajax-link-project {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  padding-top: 200px !important;
  padding-bottom: 200px !important;
  color: #fff !important;
  font-size: 27px;
  line-height: 80px;
  font-weight: 300;
  background-color: transparent !important;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .Project-Nav-Section .full_width .prev_next_links a.ajax-link-project {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
    line-height: 60px;
    font-size: 24px;
  }
}
@media screen and (max-width: 990px) {
  .Project-Nav-Section .full_width .prev_next_links a.ajax-link-project {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    line-height: 50px;
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .Project-Nav-Section .full_width .prev_next_links a.ajax-link-project {
    padding: 80px 30px !important;
    line-height: normal;
  }
}
.Project-Nav-Section .full_width .prev_next_links a.ajax-link-project::before {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 990px) {
  .Project-Nav-Section .full_width .prev_next_links a.ajax-link-project::before {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .Project-Nav-Section .full_width .prev_next_links a.ajax-link-project::before {
    position: relative;
    display: block;
  }
}
.Project-Nav-Section .full_width .prev_next_links a.ajax-link-project.prv {
  padding-left: 120px !important;
  padding-right: 80px !important;
  text-align: right !important;
  -webkit-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.1) !important;
          box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.1) !important;
}
@media screen and (max-width: 1400px) {
  .Project-Nav-Section .full_width .prev_next_links a.ajax-link-project.prv {
    padding-left: 50px !important;
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .Project-Nav-Section .full_width .prev_next_links a.ajax-link-project.prv {
    padding-left: 30px !important;
    padding-right: 30px !important;
    text-align: center !important;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1) !important;
            box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1) !important;
  }
}
.Project-Nav-Section .full_width .prev_next_links a.ajax-link-project.prv::before {
  content: "prev";
  bottom: 60px;
  right: 80px;
}
@media screen and (max-width: 1400px) {
  .Project-Nav-Section .full_width .prev_next_links a.ajax-link-project.prv::before {
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .Project-Nav-Section .full_width .prev_next_links a.ajax-link-project.prv::before {
    bottom: auto;
    right: auto;
  }
}
.Project-Nav-Section .full_width .prev_next_links a.ajax-link-project.prv .project_arrow {
  float: left;
}
@media screen and (max-width: 767px) {
  .Project-Nav-Section .full_width .prev_next_links a.ajax-link-project.prv .project_arrow {
    float: none;
  }
}
.Project-Nav-Section .full_width .prev_next_links a.ajax-link-project.prv .project_arrow::before {
  -webkit-transform: translate(-40%, -50%) rotate(-45deg);
      -ms-transform: translate(-40%, -50%) rotate(-45deg);
          transform: translate(-40%, -50%) rotate(-45deg);
}
.Project-Nav-Section .full_width .prev_next_links a.ajax-link-project.nxt {
  padding-left: 80px !important;
  padding-right: 120px !important;
  text-align: left !important;
}
@media screen and (max-width: 1400px) {
  .Project-Nav-Section .full_width .prev_next_links a.ajax-link-project.nxt {
    padding-left: 60px !important;
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .Project-Nav-Section .full_width .prev_next_links a.ajax-link-project.nxt {
    padding-left: 30px !important;
    padding-right: 30px !important;
    text-align: center !important;
  }
}
.Project-Nav-Section .full_width .prev_next_links a.ajax-link-project.nxt::before {
  content: "next";
  top: 60px;
  left: 80px;
}
@media screen and (max-width: 1400px) {
  .Project-Nav-Section .full_width .prev_next_links a.ajax-link-project.nxt::before {
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .Project-Nav-Section .full_width .prev_next_links a.ajax-link-project.nxt::before {
    top: auto;
    left: auto;
  }
}
.Project-Nav-Section .full_width .prev_next_links a.ajax-link-project.nxt .project_arrow {
  float: right;
}
@media screen and (max-width: 767px) {
  .Project-Nav-Section .full_width .prev_next_links a.ajax-link-project.nxt .project_arrow {
    float: none;
  }
}
.Project-Nav-Section .full_width .prev_next_links a.ajax-link-project.nxt .project_arrow::before {
  -webkit-transform: translate(-55%, -50%) rotate(135deg);
      -ms-transform: translate(-55%, -50%) rotate(135deg);
          transform: translate(-55%, -50%) rotate(135deg);
}
.Project-Nav-Section .full_width .prev_next_links a.ajax-link-project .project_arrow {
  width: 80px;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(214, 215, 217, 0.2) !important;
  border-radius: 100%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .Project-Nav-Section .full_width .prev_next_links a.ajax-link-project .project_arrow {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 990px) {
  .Project-Nav-Section .full_width .prev_next_links a.ajax-link-project .project_arrow {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .Project-Nav-Section .full_width .prev_next_links a.ajax-link-project .project_arrow {
    margin: 38px auto 0px !important;
  }
}
.Project-Nav-Section .full_width .prev_next_links a.ajax-link-project .project_arrow::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 0px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 1400px) {
  .Project-Nav-Section .full_width .prev_next_links a.ajax-link-project .project_arrow::before {
    width: 8px;
    height: 8px;
  }
}

.shop_newsletter_container {
  display: none;
  background-color: #333;
  padding: 10px 10px 0px !important;
  border-radius: 10px;
  margin-top: 60px !important;
}
.shop_newsletter_container.open {
  display: block;
}
.shop_newsletter_container .Shop_NewsletterForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100% !important;
}
@media screen and (max-width: 600px) {
  .shop_newsletter_container .Shop_NewsletterForm {
    text-align: right;
    display: block;
  }
}
.shop_newsletter_container .Shop_NewsletterForm .objectFormContainer {
  float: none !important;
  margin: 0px 15px !important;
}
@media screen and (max-width: 600px) {
  .shop_newsletter_container .Shop_NewsletterForm .objectFormContainer {
    display: inline-block;
  }
}
.shop_newsletter_container .Shop_NewsletterForm .objectFormContainer:nth-child(2) {
  width: calc(66.6% - 30px) !important;
}
@media screen and (max-width: 600px) {
  .shop_newsletter_container .Shop_NewsletterForm .objectFormContainer:nth-child(2) {
    width: calc(100% - 30px) !important;
  }
}
.shop_newsletter_container .Shop_NewsletterForm .objectFormContainer:nth-child(3) {
  float: none !important;
  width: calc(33.3% - 30px) !important;
}
@media screen and (max-width: 600px) {
  .shop_newsletter_container .Shop_NewsletterForm .objectFormContainer:nth-child(3) {
    width: 150px !important;
  }
}
.shop_newsletter_container .Shop_NewsletterForm .objectFormContainer button {
  width: 100% !important;
  font-size: 0px !important;
  color: transparent !important;
}
.shop_newsletter_container .Shop_NewsletterForm .objectFormContainer button::before {
  content: "Anmelden";
  font-size: 14px !important;
  color: white !important;
}

.Shop_NewsletterAnmelden.hidden {
  display: none !important;
}

.objectFormTermsContainer {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  float: none !important;
  width: auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0px !important;
  padding: 10px 15px 0px !important;
  position: relative;
}
.objectFormTermsContainer::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: -25px;
  right: -25px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.2);
}
.objectFormTermsContainer * {
  width: auto !important;
  text-align: left;
  display: inline-block;
  padding: 0px 15px !important;
  vertical-align: top !important;
}
.objectFormTermsContainer input {
  margin-top: 4px !important;
}
.objectFormTermsContainer label[for=objectFormTerms] a {
  margin: 0px !important;
  padding: 0px !important;
  color: white !important;
}

.oFCH {
  overflow: hidden;
  width: 0px;
  height: 0px;
  position: absolute;
  z-index: -1000;
}
/*# sourceMappingURL=additional.css.map */