@charset "UTF-8";
/*
	Theme Name: Geoteam AG
	Author: Komplizen GmbH
	Author URI: http://komplizen.ch
*/
/* fonts */
/* colors */
@font-face {
  font-family: "FactorA";
  src: url("assets/fonts/FactorA/FactorA-Regular.woff2") format("woff2"), url("assets/fonts/FactorA/FactorA-Regular.woff") format("woff"), url("assets/fonts/FactorA/FactorA-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "FactorA";
  src: url("assets/fonts/FactorA/FactorA-Bold.woff2") format("woff2"), url("assets/fonts/FactorA-Bold.woff") format("woff"), url("assets/fonts/FactorA-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "FactorA";
  src: url("assets/fonts/FactorA/FactorA-Black.woff2") format("woff2"), url("assets/fonts/FactorA-Black.woff") format("woff"), url("assets/fonts/FactorA-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
ul {
  padding: 10px 0 10px 18px;
}
ul li {
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 150%;
  padding: 5px 0;
}
@media screen and (max-width: 1080px) {
  ul li {
    font-size: 18px;
  }
}

p {
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 150%;
  -ms-hyphens: auto;
      hyphens: auto;
  word-break: break-word;
  /* Verhindert, dass Wörter überlaufen */
  overflow-wrap: break-word;
  white-space: normal;
}
p strong {
  font-weight: 400;
}

h1 {
  font-weight: 900;
  font-size: 92px;
  line-height: 125%;
  margin: 0 0 60px 0;
  -ms-hyphens: manual;
      hyphens: manual;
  word-break: break-word;
  /* Verhindert, dass Wörter überlaufen */
  overflow-wrap: break-word;
  white-space: normal;
}
@media screen and (max-width: 1920px) {
  h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 1440px) {
  h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 38px;
  }
}
h1:not(:has(+ *)) {
  margin-bottom: 0;
}

h2 {
  font-weight: 900;
  font-size: 72px;
  line-height: 125%;
  margin: 0 0 40px;
}
@media screen and (max-width: 1920px) {
  h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
    margin: 0 0 20px;
  }
}

h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  margin: 0 0 30px;
}
@media screen and (max-width: 1440px) {
  h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  margin: 0 0 20px;
}
@media screen and (max-width: 1920px) {
  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

.af-submit button {
  background-color: #FA6928;
  color: #fff;
  font-size: 18px;
}
.af-submit button:hover {
  background: #FA6928;
  color: #fff;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(80, 60, 145, 0.2);
          box-shadow: 5px 5px 10px 0 rgba(80, 60, 145, 0.2);
}

.btn,
.af-submit button {
  border-radius: 100px;
  border: 1px solid #FA6928;
  padding: 15px 50px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 700;
  display: inline-block;
  margin: 20px 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .btn,
  .af-submit button {
    padding: 12px 30px;
    font-size: 16px;
  }
}
.btn__primary,
.af-submit button__primary {
  background-color: #FA6928;
  color: #fff !important;
}
.btn__primary:hover,
.af-submit button__primary:hover {
  background: #FA6928;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(80, 60, 145, 0.2);
          box-shadow: 5px 5px 10px 0 rgba(80, 60, 145, 0.2);
}
.btn__secondary,
.af-submit button__secondary {
  background: rgba(250, 105, 40, 0.1);
  backdrop-filter: blur(25px);
  color: #FA6928;
}
.btn__secondary:hover,
.af-submit button__secondary:hover {
  background: #FA6928;
  color: #fff;
}

.main-content p a,
.main-content table a,
a:not(.btn) {
  color: #FA6928;
  text-decoration: none;
}

.info-box {
  padding: 20px;
  background: rgba(250, 105, 40, 0.1);
  backdrop-filter: blur(25px);
  border: 1px solid #FA6928;
  display: inline-block;
  line-height: 150%;
}
@media screen and (max-width: 480px) {
  .info-box {
    width: 100%;
  }
}

/* colors */
.block__container:not(.has-bg) + .block__container:not(.has-bg) {
  margin-top: -8vw;
}
@media screen and (max-width: 768px) {
  .block__container:not(.has-bg) + .block__container:not(.has-bg) {
    margin-top: -10vw;
  }
}

.block__container {
  margin: 0 auto;
  position: relative;
  padding: 8vw 0;
  overflow: hidden;
  max-width: 2560px;
}
@media screen and (max-width: 1080px) {
  .block__container {
    padding: 10vw 0;
  }
}
.block__container.overlap-top {
  margin-top: -16vw;
}
@media screen and (max-width: 1080px) {
  .block__container.overlap-top {
    margin-top: -20vw;
  }
}
.block__container.overlap-bottom {
  margin-bottom: -8vw;
}
@media screen and (max-width: 1080px) {
  .block__container.overlap-bottom {
    margin-bottom: -20vw;
  }
}
.block__container.adjust-bottom {
  padding-bottom: 16vw;
}
.block__container.adjust-top {
  padding-top: 16vw;
}
.block__inner {
  max-width: 83.3333333333%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .block__inner {
    max-width: 100%;
  }
}
.block__inner.has-bg .block__content {
  padding: 0 140px;
}
@media screen and (max-width: 1400px) {
  .block__inner.has-bg .block__content {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1080px) {
  .block__inner.has-bg .block__content {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .block__inner.has-bg .block__content {
    padding: 0 25px;
  }
}
.block__content.light-violett {
  background-color: #EDEBF4;
}
@media screen and (max-width: 1400px) {
  .block__content {
    padding: 0;
  }
}

.text__col {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1080px) {
  .text__col {
    width: 100%;
    padding-bottom: 20px;
  }
  .text__col :last-child {
    padding: 0;
  }
}
.text .light-violett {
  padding: 4.1666666667%;
}
.text .light-violett .text-content {
  padding: 4.1666666667% 0 0;
}
@media screen and (max-width: 768px) {
  .text .light-violett .text-content {
    width: 100%;
  }
}

.section-title {
  font-family: "Factor A";
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  margin: 20px;
  border-left: 4px solid #FA6928;
  line-height: 110%;
  z-index: 2;
  position: absolute;
  color: #fff;
}

.has-bg .section-title {
  color: #fff;
}

.col {
  margin: auto;
}
.col__12 {
  width: 100%;
}
.col__10 {
  width: calc(100% - 20px);
}
.col__8 {
  width: calc(80% - 20px);
}
@media screen and (max-width: 1080px) {
  .col__8 {
    width: calc(83.3333333333% - 20px);
  }
}
.col__6 {
  width: calc(60% - 20px);
}
@media screen and (max-width: 1080px) {
  .col__6 {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .col {
    width: calc(100% - 20px);
  }
}
.col.center-align-columns {
  margin: 0 auto;
}
.col__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .col__flex .map,
  .col__flex .gallery,
  .col__flex .single-image {
    width: calc(100vw - 40px) !important;
    height: 58.3333333333vw !important;
  }
}
@media screen and (max-width: 480px) {
  .col__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
  }
}
.col__flex .map {
  width: calc(50% - 20px);
  padding: 0;
  height: 29.1666666667vw;
  max-height: 1000px;
}
.col__flex .gallery {
  width: calc(50% - 20px);
  height: 29.1666666667vw;
  max-height: 1000px;
}
.col__flex .single-image {
  width: calc(50% - 20px);
  height: 29.1666666667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.col__flex .block__container {
  padding: 0 !important;
  margin: 10px;
}

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

.single-image {
  padding: 0;
}
.single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  color: white;
}

.map {
  height: 50vh;
}

.acf-hidden {
  display: none;
}

.acf-field {
  margin-bottom: 1.5rem;
}

.acf-field .acf-label {
  margin-bottom: 0.5rem;
}

.acf-field .acf-label label {
  font-family: "FactorA", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 14px;
  display: block;
}

.acf-field .acf-input input,
.acf-field .acf-input textarea {
  font-family: "FactorA", Arial, Helvetica, sans-serif;
  width: 100%;
  padding: 20px;
  border: 1px solid #EDEBF4;
  background-color: #EDEBF4;
  font-size: 18px;
  outline: none;
  -webkit-transition: border 0.2s ease, background 0.2s ease;
  transition: border 0.2s ease, background 0.2s ease;
}

.acf-field .acf-input input:focus,
.acf-field .acf-input textarea:focus {
  border-color: #FA6928;
  background-color: #fff;
}

.acf-field .acf-input textarea {
  resize: vertical;
  min-height: 100px;
}

.af-submit button {
  margin: 0;
}

/* colors */
.hero {
  margin: 40px 0 0;
}
@media (max-width: 480px) {
  .hero__text {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .hero {
    margin: 20px 0 0;
  }
}
.hero p {
  width: 71.4285714286%;
}
@media (max-width: 1440px) {
  .hero p {
    width: 100%;
  }
}
.hero.has-bg {
  clip-path: ellipse(100% 100% at 50% 100%);
}
@media (max-width: 1440px) {
  .hero.has-bg {
    clip-path: ellipse(150% 100% at 50% 100%);
  }
}
@media (max-width: 480px) {
  .hero.has-bg {
    padding: 16vw 0;
  }
}
.hero.has-bg .hero__text {
  width: 87.5%;
  color: #fff;
}
@media (max-width: 1440px) {
  .hero.has-bg .hero__text {
    width: 100%;
  }
}

/* Slider */
/* colors */
.column_block__2 .gallery__container {
  position: relative;
  margin: auto;
  max-width: 100%;
  height: 100%;
}

.gallery__container {
  position: relative;
  margin: auto;
  max-width: 83.3333333333vw;
}
@media screen and (max-width: 480px) {
  .gallery__container {
    max-width: calc(100% - 40px);
  }
}
.gallery .block__inner {
  height: 100%;
}
.gallery .gallery-slider {
  height: 100%;
  position: relative;
}
.gallery .gallery-slider__item {
  height: 29.1666666667vw;
  min-height: 250px;
  width: auto;
  position: relative;
}
.gallery .gallery-slider__item img {
  height: 100%;
  width: auto;
  padding: 0 5px;
}
.gallery .gallery-slider__item .image-caption {
  right: 15px;
}
.gallery .gallery-slider .slick-list {
  height: 100%;
  position: relative;
}
.gallery .gallery-slider .slick-list .slick-track {
  height: 100%;
  position: relative;
}
.gallery .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 60px;
  width: 60px;
  margin: auto 0;
  border-radius: 100%;
  border: 1px solid rgba(250, 105, 40, 0.3);
  background: rgba(250, 105, 40, 0.1);
  backdrop-filter: blur(25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 480px) {
  .gallery .slick-arrow {
    height: 40px;
    width: 40px;
  }
}
.gallery .slick-arrow img {
  width: 10px;
  margin: auto;
}
.gallery .slick-arrow.gallery-prev {
  left: 20px;
  rotate: 180deg;
}
.gallery .slick-arrow.gallery-next {
  right: 20px;
}

/* colors */
.reference-map {
  padding: 0;
}

.map {
  padding: 0;
  position: relative;
  width: 100%;
  height: 60vh;
  position: relative;
}
@media (max-width: 768px) {
  .map {
    height: 100vh !important;
  }
}
.map__filter {
  z-index: 1;
  position: absolute;
  width: calc(16.6666666667% - 20px);
  border: 1px solid #FA6928;
  background: rgba(250, 105, 40, 0.2);
  backdrop-filter: blur(5.9499998093px);
  margin: 20px;
  padding: 20px;
  color: #fff;
  font-family: "FactorA", Arial, Helvetica, sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .map__filter {
    width: 280px;
  }
}
.map__filter input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  /* Browser-Standard entfernen */
  -webkit-appearance: none;
  /* für Safari */
  width: 16px;
  height: 16px;
  border: 1px solid #FA6928;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  margin-right: 6px;
  vertical-align: middle;
  background: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.map__filter input[type=checkbox]:checked::after {
  content: "";
  color: #FA6928;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/checkbox-check.svg);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.map__filter label {
  cursor: pointer;
  font-size: 14px;
  color: #333;
  margin-right: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map .reference__overlay {
  position: absolute;
  bottom: 40px;
  right: 20px;
  width: calc(25vw - 20px);
  min-width: 350px;
  z-index: 10;
  display: none;
  text-align: center;
  font-weight: bold;
  height: 15vw;
  overflow: hidden;
  border: 1px solid #FA6928;
  background: rgba(250, 105, 40, 0.2);
  backdrop-filter: blur(5.9499998093px);
  font-family: "FactorA", Arial, Helvetica, sans-serif !important;
  font-size: 18px;
}
@media (max-width: 1440px) {
  .map .reference__overlay {
    width: calc(33.3333333333% - 20px);
    height: 20vw;
  }
}
@media (max-width: 768px) {
  .map .reference__overlay {
    height: 50vw;
    width: calc(100% - 40px);
  }
}
.map .reference__btn {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 20px;
  border-radius: 20px;
  border: none;
  background-color: #FA6928;
  padding: 10px 20px;
  font-weight: 700;
  color: #fff;
}
.map .reference__container {
  width: 100%;
  height: 100%;
  position: relative;
}
.map .reference__container.no-thumb {
  background: #FA6928;
}
.map .reference__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.map .reference__title {
  position: absolute;
  text-align: left;
  top: 20px;
  float: left;
  padding: 0 20px;
  margin: 0 20px;
  border-left: 4px solid #FA6928;
  color: #fff;
  letter-spacing: 0.1px;
  line-height: 130%;
  z-index: 2;
}
.map #linear_gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(80, 60, 145, 0)), to(rgba(80, 60, 145, 0.8)));
  background: linear-gradient(to top, rgba(80, 60, 145, 0), rgba(80, 60, 145, 0.8));
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1;
}

.mapboxgl-canvas {
  max-height: 100%;
}

.orange-marker {
  width: 30px;
  height: 30px;
  background-color: #FA6928;
  border-radius: 50%;
  border: 3px solid rgba(250, 105, 40, 0.2);
}

/* Slider */
/* colors */
.column_block__2 .gallery__container {
  position: relative;
  margin: auto;
  max-width: 100%;
  height: 100%;
}

.gallery__container {
  position: relative;
  margin: auto;
  max-width: 83.3333333333vw;
}
@media screen and (max-width: 480px) {
  .gallery__container {
    max-width: calc(100% - 40px);
  }
}
.gallery .block__inner {
  height: 100%;
}
.gallery .gallery-slider {
  height: 100%;
  position: relative;
}
.gallery .gallery-slider__item {
  height: 29.1666666667vw;
  min-height: 250px;
  width: auto;
  position: relative;
}
.gallery .gallery-slider__item img {
  height: 100%;
  width: auto;
  padding: 0 5px;
}
.gallery .gallery-slider__item .image-caption {
  right: 15px;
}
.gallery .gallery-slider .slick-list {
  height: 100%;
  position: relative;
}
.gallery .gallery-slider .slick-list .slick-track {
  height: 100%;
  position: relative;
}
.gallery .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 60px;
  width: 60px;
  margin: auto 0;
  border-radius: 100%;
  border: 1px solid rgba(250, 105, 40, 0.3);
  background: rgba(250, 105, 40, 0.1);
  backdrop-filter: blur(25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 480px) {
  .gallery .slick-arrow {
    height: 40px;
    width: 40px;
  }
}
.gallery .slick-arrow img {
  width: 10px;
  margin: auto;
}
.gallery .slick-arrow.gallery-prev {
  left: 20px;
  rotate: 180deg;
}
.gallery .slick-arrow.gallery-next {
  right: 20px;
}

.page-teaser .block__content {
  display: -ms-grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  counter-reset: teaser-counter;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1080px) {
  .page-teaser .block__content {
    gap: 20px 0;
    padding: 0 10px;
  }
}
.page-teaser__container {
  background-color: #EDEBF4;
  padding: 30px;
  position: relative;
  overflow: hidden;
  counter-increment: teaser-counter;
  width: calc(50% - 10px);
}
@media (max-width: 1080px) {
  .page-teaser__container {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .page-teaser__container {
    padding: 20px;
  }
}
.page-teaser__image {
  width: 12.5vw;
  height: 12.5vw;
  position: absolute;
  right: -1.5vw;
  top: -4.1666666667vw;
  border-radius: 100%;
  background-size: cover;
}
@media (max-width: 1080px) {
  .page-teaser__image {
    display: none;
  }
}
.page-teaser__content {
  width: 75%;
  font-size: 18px;
}
@media (max-width: 1080px) {
  .page-teaser__content {
    width: 100%;
  }
}
.page-teaser .category-title::before {
  content: counter(teaser-counter, decimal-leading-zero) " ";
  font-weight: 400;
}

.category-title {
  font-weight: 700;
  padding-left: 20px;
  border-left: 4px solid #FA6928;
  line-height: 110%;
}

.reference-teaser .block__inner {
  max-width: unset;
}
.reference-teaser__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .reference-teaser__row {
    display: block !important;
    height: auto;
    padding: 0 10px;
  }
}
.reference-teaser__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: width 0.5s ease, -webkit-transform 0.5s ease;
  transition: width 0.5s ease, -webkit-transform 0.5s ease;
  transition: width 0.5s ease, transform 0.5s ease;
  transition: width 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .reference-teaser__item {
    width: 100% !important;
    height: 55vw;
    margin-bottom: 10px;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .reference-teaser__item #linear_gradient {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
  }
}
.reference-teaser__item img,
.reference-teaser__item .reference-teaser__thumb--fallback {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (max-width: 768px) {
  .reference-teaser__item.active {
    width: 100% !important;
  }
}
.reference-teaser__item.active .reference-teaser__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reference-teaser__item.active #linear_gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
}
.reference-teaser__thumb {
  height: 100%;
  overflow: hidden;
  margin: 0 10px;
}
.reference-teaser__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.reference-teaser__content {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .reference-teaser__content {
    display: block;
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: 20px;
  }
}
.reference-teaser__title {
  padding-left: 20px;
  border-left: 4px solid #FA6928;
}
.reference-teaser .teaser-btn {
  display: none;
}

.cursor-bubble {
  position: fixed;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(250, 105, 40, 0.8);
  backdrop-filter: blur(25px);
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: background 0.3s ease, border 0.3s ease, -webkit-transform 0.25s ease;
  transition: background 0.3s ease, border 0.3s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, background 0.3s ease, border 0.3s ease;
  transition: transform 0.25s ease, background 0.3s ease, border 0.3s ease, -webkit-transform 0.25s ease;
  z-index: 9999;
  backdrop-filter: blur(25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cursor-bubble span {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s, -webkit-transform 0.3s ease 0.1s;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
}

.cursor-bubble.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.cursor-bubble.active span {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.reference-teaser__thumb img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.reference-teaser__item:hover .reference-teaser__thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.team .col__flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8vw calc(5% + 22px);
}
@media screen and (max-width: 1080px) {
  .team .col__flex {
    gap: calc(20% + 22px);
  }
}
@media screen and (max-width: 768px) {
  .team .col__flex {
    gap: 20px;
  }
}
.team__picture {
  width: 100%;
}
.team__picture img {
  width: 100%;
}
.team__member {
  width: calc(30% - 15px);
}
@media screen and (max-width: 1080px) {
  .team__member {
    width: calc(40% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .team__member {
    width: 100%;
  }
}
.team__info {
  margin: 25px 0 0;
  padding-left: 20px;
  border-left: 4px solid #FA6928;
}
.team__info a {
  text-decoration: none;
  color: #FA6928;
  font-weight: 700;
}

.service-teaser .has-bg {
  padding: 4.1666666667% !important;
}
.service-teaser .term-hover-circle {
  position: fixed;
  top: 0;
  left: 0;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  max-width: 200px;
  max-height: 200px;
  min-width: 100px;
  min-height: 100px;
  border-radius: 50%;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 9999;
  opacity: 0;
  z-index: 0;
}
.service-teaser .term-hover-circle.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.service-teaser__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 40px;
  padding: 20px 0 0 0;
}
.service-teaser__item {
  list-style: none;
  z-index: 1;
}
.service-teaser__item h3 {
  margin: 0;
}
.service-teaser__item a {
  color: #000;
  border-bottom: none;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.service-teaser__item a:hover {
  color: #FA6928;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
*:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  -webkit-font-smoothing: antialiased;
  /* Chrome, Safari, Edge */
  -moz-osx-font-smoothing: grayscale;
  /* Firefox auf macOS */
  text-rendering: optimizeLegibility;
  /* bessere Lesbarkeit */
}

html {
  background-image: repeating-linear-gradient(to right, rgba(250, 107, 41, 0.2), rgba(250, 107, 41, 0.2) 1px, transparent 1px, transparent 8.3333333333%);
}
@media screen and (max-width: 480px) {
  html {
    background-image: repeating-linear-gradient(to right, rgba(250, 107, 41, 0.2), rgba(250, 107, 41, 0.2) 1px, transparent 1px, transparent 16.6666666667%);
  }
}

html,
body {
  width: 100%;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0 auto;
  font-family: "FactorA", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  -webkit-animation: fadeInAnimation ease 0.5s;
          animation: fadeInAnimation ease 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  overflow-x: hidden;
}
@media screen and (max-width: 1440px) {
  html,
  body {
    font-size: 18px;
  }
}

.references-template-default .reference-post-menu-item {
  border-left: 4px solid #FA6928;
}
.references-template-default .reference-post-menu-item a {
  color: #FA6928;
}

.services-template-default .service-post-menu-item {
  border-left: 4px solid #FA6928;
}
.services-template-default .service-post-menu-item a {
  color: #FA6928;
}

.header {
  padding: 50px 0 0;
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1080px) {
  .header {
    padding: 25px 0 0;
  }
  .header .menu__container {
    display: none;
  }
  .header .menu__container .sub-menu {
    display: none;
  }
}
.header.overlay-active .logo-container .logo-img-neg {
  display: block;
}
.header.overlay-active .logo-container .logo-img {
  display: none;
}
.header.overlay-active .menu__inner li a {
  color: #fff;
}
.header.overlay-active .menu__inner li a:hover {
  color: #FA6928;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: #fff;
  background-image: repeating-linear-gradient(to right, rgba(250, 107, 41, 0.2), rgba(250, 107, 41, 0.2) 1px, transparent 1px, transparent 8.3333333333%);
  z-index: 1000;
}
@media screen and (max-width: 480px) {
  .header.sticky {
    background-image: repeating-linear-gradient(to right, rgba(250, 107, 41, 0.2), rgba(250, 107, 41, 0.2) 1px, transparent 1px, transparent 16.6666666667%);
  }
}
@media screen and (min-width: 1080px) {
  .header.sticky .logo-container {
    width: 13.8%;
  }
  .header.sticky .menu__inner {
    gap: 0 0;
  }
  .header.sticky .menu__inner li a {
    font-size: 18px;
  }
}

.logo-container {
  width: 23%;
  margin-left: 4.1666666667%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.logo-container .logo-img-neg {
  display: none;
}
.logo-container .logo-img {
  display: block;
}
@media screen and (max-width: 1080px) {
  .logo-container {
    width: 25vw;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .logo-container {
    width: 34vw;
  }
}
@media screen and (max-width: 480px) {
  .logo-container {
    width: 49.5vw;
    margin-left: 20px;
  }
}

.menu__container {
  width: 33.3333333333%;
}
@media screen and (max-width: 1400px) {
  .menu__container {
    width: 50%;
  }
}
.menu__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 10px auto;
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  grid-auto-columns: 50%;
  gap: 10px 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu__inner li {
  padding: 0 10px;
  list-style: none;
}
.menu__inner li .sub-menu {
  display: none;
}
.menu__inner li.current-menu-item {
  border-left: 4px solid #FA6928;
}
.menu__inner li.current-menu-item a {
  color: #FA6928;
}
.menu__inner li a {
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.menu__inner li a:hover {
  color: #FA6928;
}

.submenu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: calc(100px + 8vw) 0 8vw;
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 1px, transparent 1px, transparent 8.3333333333%), radial-gradient(200.1% 197.4% at 51.35% 197.4%, rgba(250, 105, 40, 0.8) 0%, rgba(80, 60, 145, 0.8) 100%);
  backdrop-filter: blur(25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 5;
}
@media (max-width: 1080px) {
  .submenu__overlay {
    padding: 150px 0 50px;
  }
}
@media (max-width: 480px) {
  .submenu__overlay {
    background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 1px, transparent 1px, transparent 16.6666666667%), radial-gradient(200.1% 197.4% at 51.35% 197.4%, rgba(250, 105, 40, 0.8) 0%, rgba(80, 60, 145, 0.8) 100%);
  }
}
.submenu__overlay.active {
  opacity: 1;
  pointer-events: all;
}
.submenu__content {
  width: 83.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1080px) {
  .submenu__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 480px) {
  .submenu__content {
    width: 100%;
  }
}
.submenu__content > .menu-item {
  width: calc(30% - 20px);
  padding: 0 0 0 10px;
  list-style: none;
  margin: 0 0 20px;
  border-left: 4px solid #FA6928;
}
@media (max-width: 1080px) {
  .submenu__content > .menu-item {
    width: 100%;
  }
}
.submenu__content > .menu-item.current-menu-item {
  border-left: 4px solid #FA6928;
}
.submenu__content > .menu-item.current-menu-item a {
  color: #FA6928;
}
.submenu__content > .menu-item a {
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1080px) {
  .submenu__content > .menu-item a {
    font-size: 22px;
  }
}
.submenu__content > .menu-item a:hover {
  color: #FA6928;
}
.submenu__content > .menu-item .sub-menu {
  padding: 0;
  margin: 0;
}
.submenu__content > .menu-item .sub-menu li {
  list-style: none;
}
.submenu__content > .menu-item .sub-menu a {
  font-weight: 500;
  font-size: 22px;
}

.burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 4.1666666667%;
  max-width: 45px;
  min-width: 35px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1101;
  padding: 0;
  margin: 0 4.1666666667%;
}
.burger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #FA6928;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.burger.active span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}
.burger.active span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}

@media (max-width: 1080px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .menu__container {
    width: 100%;
    padding: 80px 20px;
    height: 100vh;
    overflow-y: auto;
  }
  .header .menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .header .menu__inner li {
    position: relative;
    padding: 0 20px;
  }
  .header .menu__inner li a {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header .menu__inner li a:hover {
    color: #FA6928;
  }
  .header .menu__inner li .sub-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .menu__inner li .sub-menu .sub-menu {
    height: 0;
  }
  .header .menu__inner li.submenu-active > .sub-menu {
    margin: 20px 0 10px;
    height: auto;
  }
  .header .menu__inner li:has(> .sub-menu) > a::after {
    content: "▼";
    float: right;
    margin-left: 5px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header .menu__inner li.submenu-active > a::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .header .menu__inner li.submenu-active .sub-menu {
    max-height: 500px;
  }
  .header .menu__inner li:has(> .sub-menu) > a::after {
    content: "";
    height: 20px;
    width: 20px;
    background-image: url(images/arrow.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    float: right;
    margin-left: 5px;
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header .menu__inner li.submenu-active > a::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.page-pagination {
  padding: 0 0 8vw;
}
.page-pagination__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 83.3333333333%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .page-pagination__inner {
    max-width: 83.3333333333%;
  }
  .page-pagination__inner span {
    display: none;
  }
  .page-pagination__inner img {
    width: 20px;
    height: auto;
  }
}
.page-pagination__prev, .page-pagination__overview, .page-pagination__next {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-decoration: none;
  color: #FA6928;
  font-weight: 700;
}
.page-pagination__prev {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
.page-pagination__next {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}

.footer {
  color: #fff;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66.6666666667%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .footer__info {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer .logo-container {
  display: block;
  width: 13.8vw;
}
@media screen and (max-width: 1080px) {
  .footer .logo-container {
    width: 35vw;
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .footer .logo-container {
    margin-left: 20px;
    width: 50vw;
  }
}
.footer .menu__container {
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .footer .menu__container {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1080px) {
  .footer .menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .menu__inner li.current-menu-item a {
  color: #FA6928;
}
@media screen and (max-width: 1080px) {
  .footer .menu__inner li {
    padding: 0 0 0 20px !important;
  }
}
.footer .menu__inner li a {
  color: #fff;
}
.footer .menu__inner li a:hover {
  color: #FA6928;
}
.footer .text-small a {
  text-decoration: none;
  color: #FA6928;
}
.footer .copyright {
  padding: 0 10px;
}
@media screen and (max-width: 480px) {
  .footer .copyright {
    padding: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .footer .col__flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 40px;
  }
}
@media screen and (max-width: 480px) {
  .footer .col__flex {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.footer {
  z-index: 2;
  -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
  clip-path: ellipse(100% 100% at 50% 100%);
  padding: 150px 0 50px;
  background-color: #463282;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 60, 145, 0)), to(rgb(80, 60, 145))), repeating-linear-gradient(to right, rgba(250, 107, 41, 0.3), rgba(250, 107, 41, 0.3) 1px, transparent 1px, transparent 8.3333333333%);
  background-image: linear-gradient(to bottom, rgba(80, 60, 145, 0), rgb(80, 60, 145)), repeating-linear-gradient(to right, rgba(250, 107, 41, 0.3), rgba(250, 107, 41, 0.3) 1px, transparent 1px, transparent 8.3333333333%);
}
@media (max-width: 1440px) {
  .footer {
    clip-path: ellipse(150% 100% at 50% 100%);
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 16vw 0 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 60, 145, 0)), to(rgb(80, 60, 145))), repeating-linear-gradient(to right, rgba(250, 107, 41, 0.3), rgba(250, 107, 41, 0.3) 1px, transparent 1px, transparent 16.6666666667%);
    background-image: linear-gradient(to bottom, rgba(80, 60, 145, 0), rgb(80, 60, 145)), repeating-linear-gradient(to right, rgba(250, 107, 41, 0.3), rgba(250, 107, 41, 0.3) 1px, transparent 1px, transparent 16.6666666667%);
  }
}

.fade__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  /* nur leichte Verschiebung für den Fade-In */
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.fade__item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}