/* ABC Diatype Medium */
@font-face {
  font-family: "ABCDiatypeMedium";
  src: url("../Fonts/ABCDiatype/b5dc5645d8bcfd701cdc1edd93253de2.eot");
  src: url("../Fonts/ABCDiatype/b5dc5645d8bcfd701cdc1edd93253de2.eot?#iefix") format("embedded-opentype"), url("../Fonts/ABCDiatype/b5dc5645d8bcfd701cdc1edd93253de2.woff2") format("woff2"), url("../Fonts/ABCDiatype/b5dc5645d8bcfd701cdc1edd93253de2.woff") format("woff"), url("../Fonts/ABCDiatype/b5dc5645d8bcfd701cdc1edd93253de2.ttf") format("truetype"), url("../Fonts/ABCDiatype/b5dc5645d8bcfd701cdc1edd93253de2.svg#ABCDiatypeMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-style: 20px;
}
/* ABC Diatype - Bold */
@font-face {
  font-family: "ABCDiatypeBold";
  src: url("../Fonts/ABCDiatype/abc-diatype-bold.otf") format("opentype");
  font-weight: 700;
  /* Bold */
  font-style: normal;
  font-display: swap;
}
/* Space Mono - Regular */
@font-face {
  font-family: "SpaceMonoRegular";
  src: url("../Fonts/SpaceMono/SpaceMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.mobile-lang-menu {
  display: none;
}
.aplatis-child-navbar {
  width: 98%;
  background-color: #F5F5F580;
  opacity: 1;
  transition: 1s position;
  position: fixed;
  top: 12px;
  border-color: transparent;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 10px;
  margin: 0 17px 0px 17px;
}
@media (max-width: 991px) {
  .aplatis-child-navbar {
    background-color: #fff;
  }
}
.aplatis-child-navbar .aplatis-child .navbar-header {
  flex: 1 1 50%;
}
.aplatis-child-navbar .aplatis-child .navbar-header {
  position: relative;
}
.aplatis-child-navbar .aplatis-child .navbar-header .navbar-brand {
  height: 0px;
  padding: 0;
  margin-left: 0;
}
.aplatis-child-navbar .aplatis-child .navbar-header .navbar-brand img {
  max-height: calc(82px * .65);
}
.aplatis-child-navbar .aplatis-child ul li.active a {
  color: #555;
  background-color: #e7e7e7;
  border-radius: 10px;
}
.aplatis-child-navbar .aplatis-child ul li a {
  font-family: "SpaceMonoRegular";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  text-decoration: none;
  padding-top: 19px;
  padding-bottom: 17px;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .aplatis-child-navbar .aplatis-child {
    margin-left: -9px;
    margin-right: -9px;
  }
}
.aplatis-child-navbar .langnav {
  margin-top: 12px;
  margin-left: 26%;
}
@media (max-width: 991px) {
  .aplatis-child-navbar .langnav {
    margin-left: 0;
    margin-top: 9px;
    margin-right: 10px;
  }
}
.aplatis-child-navbar .langnav span a {
  font-family: "SpaceMonoRegular";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  text-decoration: none;
}
.aplatis-child-navbar .langnav span a:hover {
  text-decoration: none;
  color: #333;
  background-color: transparent;
}
.aplatis-child-navbar .langnav .active a {
  background-color: transparent;
  font-weight: bold;
  color: #000000;
  padding-bottom: 11px;
}
.aplatis-child-navbar #mainnavbar {
  border: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .aplatis-child-navbar #mainnavbar .langnav {
    display: none;
  }
}
.aplatis-child-navbar.navbar-fixed {
  background-color: #F5F5F580;
}
.aplantis-logo-img {
  /*background-color: #000;*/
  margin-top: 7px;
  width: 106px;
  height: auto;
  /*&:hover {
        background-image: url("../Images/hover.jpg")!important;
        background-color: unset!important;
    }*/
}
@media (max-width: 991px) {
  .aplantis-logo-img {
    margin-top: 0;
    width: 106px;
    height: 45px;
  }
}
.aplatis-text-logo a {
  font-family: "ABCDiatypeBold";
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000 !important;
  margin-top: 18px;
}
.navbar-default {
  border-color: transparent !important;
  margin-bottom: 0;
}
.navbar-default .navbar-toggle {
  border: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #333;
  transition: all 0.25s ease;
  width: 22px;
  height: 2px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 6px;
}
.navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: -6px;
}
@media (max-width: 991px) {
  .navbar-default .navbar-toggle {
    margin-right: 0px !important;
  }
}
.navbar-default .navbar-collapse {
  justify-content: flex-end;
}
.aplantis-nav-lang {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .aplantis-nav-lang {
    flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .mobile-lang-menu {
    display: block;
  }
  #mainnavbar .navbar-right {
    float: none !important;
  }
  #mainnavbar .navbar-nav > li {
    float: none !important;
  }
  .aplatis-child-navbar.menu-open {
    background: #fff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
  .aplatis-child-navbar.menu-open #mainnavbar {
    background: #fff !important;
  }
  .aplatis-child-navbar {
    width: 96%;
    background-color: #F5F5F580;
    opacity: 1;
    transition: 1s position;
    position: fixed;
    top: 12px;
    border-color: transparent;
    border-radius: 10px;
    margin: 0 15px 0px 9px;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(5px);
  }
  .mobile-lang-menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    padding-bottom: 25px;
  }
  .mobile-lang-menu a {
    font-family: "SpaceMonoRegular";
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    opacity: 0.9;
  }
  .mobile-lang-menu .active a {
    font-weight: 700;
    opacity: 1;
  }
  .aplatis-child-navbar #mainnavbar .langnav {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
}
@media (min-width: 992px) {
  .aplatis-child-navbar {
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important;
  }
  .aplatis-child-navbar > .container {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    max-width: none;
  }
  .aplatis-child-navbar .aplatis-child {
    position: relative;
    width: 100%;
    min-height: 40px;
  }
  .aplatis-child-navbar .navbar-header {
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    z-index: 5;
  }
  .aplatis-child-navbar .navbar-header .navbar-toggle {
    display: none !important;
  }
  .aplatis-child-navbar .navbar-header .navbar-brand img, .aplatis-child-navbar .navbar-header img {
    max-height: calc(82px * 0.65);
  }
  .aplatis-child-navbar #mainnavbar {
    position: relative;
    width: 100%;
    border: none;
    box-shadow: none;
  }
  .aplatis-child-navbar #mainnavbar > .langnav.navbar-right {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    z-index: 5;
  }
  .aplatis-child-navbar #mainnavbar {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
  }
  .aplatis-child-navbar #mainnavbar .navbar-nav {
    float: none !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto !important;
  }
  .aplatis-child-navbar #mainnavbar .navbar-nav.navbar-right {
    float: none !important;
  }
  .aplatis-child-navbar .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100% !important;
    max-width: 1376px;
  }
}
body {
  padding: 0px !important;
}
.uppercase {
  text-transform: uppercase;
}
.pagelevel-0 main {
  margin-top: 140px !important;
}
main {
  margin-top: 101px;
}
main:has(.banner-section .banner-element) {
  margin-top: 0px;
}
main:has(.banner-section .project-banner-element) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  main {
    margin-top: 70px;
  }
}
.table {
  margin: 20px 0;
  width: 100%;
}
.table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  font-size: 18px;
  line-height: 1.5;
}
.table table tr td {
  vertical-align: top;
  padding: 4px 6px;
}
.table table tr td:first-child {
  font-weight: 600;
  width: 220px;
  color: #000;
}
.table table tr td:last-child {
  color: #333;
}
.table table tr td:last-child a {
  word-break: break-all;
  text-decoration: none;
  border-bottom: 1px solid #999;
  padding-bottom: 2px;
  transition: 0.3s ease;
  color: #333;
}
.table table tr td:last-child a:hover {
  opacity: 0.7;
}
.table table tr td hr {
  border-top: 2px solid #333333;
  margin: 10px 0px 10px 0px;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.table table tr td:first-child strong {
  font-weight: 500;
}
@media (max-width: 768px) {
  .table table, .table tr, .table td {
    display: block;
    width: 100%;
  }
  .table table tr {
    margin-bottom: 12px;
  }
  .table table tr td:first-child {
    width: 100%;
    padding-bottom: 4px;
  }
  .table table tr td:last-child {
    padding-top: 0;
  }
  .table table tr td[colspan="2"] {
    padding: 0;
  }
}
.project-description {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.6;
  color: #444;
}
.aplantis-big {
  font-family: "SpaceMonoRegular";
  font-size: 18px;
  text-transform: uppercase;
}
.frame-full-width-banner .banner-element {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .frame-full-width-banner .banner-element {
    height: auto;
  }
}
body.pagelevel-0 .frame-full-width-banner .banner-element {
  margin-top: -140px;
}
.frame-full-width-banner .banner-element video, .frame-full-width-banner .banner-element img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .frame-full-width-banner .banner-element video, .frame-full-width-banner .banner-element img {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .frame-full-width-banner .banner-element video, .frame-full-width-banner .banner-element img {
    height: auto;
  }
}
.frame-full-width-banner .banner-element.swiper {
  width: 100%;
}
@media (max-width: 1024px) {
  .frame-full-width-banner .banner-element.swiper {
    width: 100%;
    height: auto;
  }
}
.frame-full-width-banner .banner-element.swiper .swiper-slide video, .frame-full-width-banner .banner-element.swiper .swiper-slide img {
  margin-top: 0 !important;
}
@media (max-width: 1024px) {
  .frame-full-width-banner .banner-element.swiper .swiper-slide video, .frame-full-width-banner .banner-element.swiper .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
}
.frame-full-width-banner .banner-element.swiper .swiper-button-prev, .frame-full-width-banner .banner-element.swiper .swiper-button-next {
  color: #AEC8D3;
  font-weight: bold;
}
.frame-full-width-banner .banner-element.swiper .swiper-pagination-bullet {
  background: #AEC8D3;
  opacity: 0.7;
}
.frame-full-width-banner .banner-element.swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.banner-element {
  position: relative;
  width: 1600px;
  height: calc(100vh - 100px);
  object-fit: cover;
  overflow: hidden;
  margin: 0px auto 0 auto;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .banner-element {
    width: 90%;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .banner-element {
    width: 100%;
    height: auto;
  }
}
.banner-element video, .banner-element img {
  width: 1600px;
  height: calc(100vh - 100px);
  object-fit: cover;
}
@media (max-width: 1024px) {
  .banner-element video, .banner-element img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .banner-element video, .banner-element img {
    width: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .banner-element video, .banner-element img {
    width: 90%;
    height: calc(100vh - 100px);
  }
}
.banner-element.swiper {
  width: 1600px;
  height: calc(100vh - 100px);
  object-fit: cover;
}
@media (min-width: 1600px) {
  .banner-element.swiper {
    width: auto;
    max-height: 1000px;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .banner-element.swiper {
    width: 90%;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .banner-element.swiper {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .banner-element.swiper .swiper-slide {
    text-align: center;
  }
}
.banner-element.swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner-element.swiper .swiper-slide img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .banner-element.swiper .swiper-slide img {
    max-height: 60vh;
  }
}
@media (max-width: 991px) {
  .banner-element.swiper .swiper-slide img {
    max-height: 60vh;
  }
}
.banner-element.swiper .swiper-button-prev, .banner-element.swiper .swiper-button-next {
  color: #AEC8D3;
  font-weight: bold;
}
.banner-element.swiper .swiper-pagination-bullet {
  background: #AEC8D3;
  opacity: 0.7;
}
.banner-element.swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
body {
  font-family: "ABCDiatypeMedium";
  font-size: 18px;
}
body b, body strong {
  font-family: "ABCDiatypeBold";
  font-weight: 400;
}
body h1 {
  font-family: "ABCDiatypeMedium";
  font-weight: 500;
  font-size: 44px;
  line-height: 100%;
}
body h2 {
  font-family: "ABCDiatypeMedium";
  font-weight: 400;
  font-size: 32px;
}
body h3 {
  font-family: "ABCDiatypeMedium";
  font-weight: 500;
  font-size: 26px;
}
body h4 {
  font-family: "ABCDiatypeMedium";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}
.space-mono {
  color: #000000;
  font-family: "SpaceMonoRegular";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.04em;
}
@media (max-width: 991px) {
  body h1 {
    font-size: 24px;
  }
  body h3 {
    font-size: 20px;
  }
}
/* ---------------------------
   Space Before (margin-top)
----------------------------*/
.frame-space-before-small-medium {
  margin-top: 120px;
}
.frame-space-before-extra-medium {
  margin-top: 135px;
}
.frame-space-before-medium-large {
  margin-top: 165px;
}
.frame-space-before-small-large {
  margin-top: 180px;
}
.frame-space-before-double-extra-large {
  margin-top: 200px;
}
/* ---------------------------
   Space After (margin-bottom)
----------------------------*/
.frame-space-after-small-medium {
  margin-bottom: 120px;
}
.frame-space-after-extra-medium {
  margin-bottom: 135px;
}
.frame-space-after-medium-large {
  margin-bottom: 165px;
}
.frame-space-after-small-large {
  margin-bottom: 180px;
}
.frame-space-after-double-extra-large {
  margin-bottom: 200px;
}
@media (max-width: 991px) {
  /* ---------------------------
     Space Before (margin-top)
  ----------------------------*/
  /* ---------------------------
     Space After (margin-bottom)
  ----------------------------*/
  .frame-space-before-small-medium {
    margin-top: 40px;
  }
  .frame-space-before-extra-medium {
    margin-top: 70px;
  }
  .frame-space-before-medium-large {
    margin-top: 85px;
  }
  .frame-space-before-small-large {
    margin-top: 95px;
  }
  .frame-space-before-double-extra-large {
    margin-top: 110px;
  }
  .frame-space-after-small-medium {
    margin-bottom: 40px;
  }
  .frame-space-after-extra-medium {
    margin-bottom: 70px;
  }
  .frame-space-after-medium-large {
    margin-bottom: 85px;
  }
  .frame-space-after-small-large {
    margin-bottom: 95px;
  }
  .frame-space-after-double-extra-large {
    margin-bottom: 110px;
  }
  .frame-type-gridelements_pi1.frame-space-after-large {
    margin-bottom: 15px;
  }
}
@media (min-width: 991px) {
  .frame-indent-left-1 {
    margin-left: 12.5%;
  }
  .frame-indent-left-2 {
    margin-left: 25%;
  }
  .frame-indent-left-3 {
    margin-left: 37.5%;
  }
  .frame-indent-left-4 {
    margin-left: 50%;
  }
  .frame-indent-5 {
    margin-left: 62.5%;
  }
  .frame-indent-left-3-right-1 {
    margin-left: 37.5%;
    margin-right: 12.5%;
  }
  .col-lg-6 .frame-indent-left-1 {
    margin-left: 26%;
  }
  .col-lg-6 .frame-indent-left-2 {
    margin-left: 50%;
  }
  .col-lg-6 .frame-indent-left-3 {
    margin-left: 75%;
  }
  .col-lg-6 .indent-right-1 {
    margin-right: 25%;
  }
}
/* Styles for the contact */
.phone-link {
  text-decoration: none;
  color: inherit;
}
.phone-link:hover {
  color: inherit;
}
.contact-form .contact-submit-button {
  background-color: #000000;
  color: #fff;
  border-radius: 7px;
  width: 100%;
  padding: 10px;
}
.contact-form .btn-group {
  width: 100%;
}
.back-to-top-wrap {
  text-align: center;
  margin-bottom: 120px;
  margin-top: 120px;
}
@media (max-width: 991px) {
  .back-to-top-wrap {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
.back-to-top-btn {
  background: #4E4E4E1A;
  border: 0;
  color: #111;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 30px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-family: "SpaceMonoRegular";
  line-height: 100%;
}
.back-to-top-btn:hover {
  background: #87CEEB;
}
.button-light-gray, a.button-light-gray, .btn-toolbar .submit button {
  background: #4E4E4E1A;
  border: 0;
  color: #000000 !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 25px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-family: "SpaceMonoRegular";
  line-height: 100%;
}
.button-light-gray:hover, a.button-light-gray:hover, .btn-toolbar .submit button:hover {
  background: #87CEEB;
  text-decoration: none;
  color: #000000;
}
.font-11 {
  font-size: 11px;
  color: #4E4E4E;
  text-decoration: underline;
  margin-right: 10px;
}
.font-14 {
  font-size: 14px;
}
a.news-detail-link:hover {
  text-decoration: none;
}
.news-box h3, .news-box .news-description {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.news-box .news-image {
  overflow: hidden;
  margin-bottom: 13px;
}
.news-box .news-image img {
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease;
}
.news-box .news-image:hover img {
  opacity: 0.7;
}
.news-box .date {
  color: #000000;
  font-family: "SpaceMonoRegular";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.04em;
}
.news-box .news-title {
  font-family: "ABCDiatypeMedium";
  font-weight: 500;
  font-size: 20px;
  margin-top: 13px;
  margin-bottom: 13px;
}
.news-box .mobile-more-button {
  display: block;
  width: 100%;
  height: 30px;
  background: #f5f5f5 url("../Icons/Vector.svg") no-repeat center;
  background-size: 15px;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.news-box:hover .mobile-more-button {
  opacity: 1;
}
@media (max-width: 992px) {
  .news-box {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .news-box .date {
    display: none;
  }
  .news-box .mobile-more-button {
    display: block;
    width: 100%;
    height: 30px;
    background: #f5f5f5 url("../Icons/Vector.svg") no-repeat center;
    background-size: 15px;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 16px;
    cursor: pointer;
  }
}
.news-single .article {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0 5px;
  align-items: start;
}
.news-single .news-list-date, .news-single .header {
  grid-column: 1 / -1;
  text-align: center;
  width: 100%;
}
.news-single .news-list-date {
  font-family: "SpaceMonoRegular", monospace;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
}
.news-single .header {
  margin-bottom: 47px;
}
.news-single .header h1 {
  font-family: "ABCDiatypeMedium", sans-serif;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 500;
}
.news-single .teaser-text {
  grid-column: 4 / 8;
  margin-bottom: 30px;
}
.news-single .teaser-text p, .news-single .teaser-text div {
  font-family: "ABCDiatypeMedium", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
}
.news-single .news-img-wrap, .news-single .mediacontainer {
  grid-column: 1 / 6;
  margin-bottom: 60px;
}
.news-single .news-img-wrap img, .news-single .mediacontainer img {
  width: 100%;
  height: auto;
  display: block;
}
.news-single .news-img-wrap video, .news-single .mediacontainer video {
  width: 100%;
  height: auto;
  display: block;
}
.news-single .news-text-wrap {
  grid-column: 4 / 9;
}
.news-single .news-text-wrap p {
  font-family: "ABCDiatypeMedium", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.news-single .news-backlink-wrap {
  grid-column: 4 / 8;
  margin-top: 20px;
}
.news-single .news-backlink-wrap a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #f2f2f2;
  color: #000;
  font-family: "SpaceMonoRegular", monospace;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.news-single .news-backlink-wrap a:hover {
  background-color: #e5e5e5;
  text-decoration: none;
}
.news-single .news-pager {
  grid-column: 1 / -1;
  list-style: none;
  padding: 0;
  margin: 120px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-single .news-pager li {
  margin: 0;
}
.news-single .news-pager li a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #4E4E4ECC;
  font-family: "SpaceMonoRegular", monospace;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 14px;
  line-height: 1.6;
  padding: 16px 0px;
}
.news-single .news-pager li a:hover {
  border-color: #000;
  text-decoration: none;
}
.news-single .news-pager li a span[aria-hidden="true"] {
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  transform: translateY(-1px);
  font-family: "ABCDiatypeMedium", monospace;
}
.news-single .news-pager li.previous a, .news-single .news-pager li.news-pager__item--prev a {
  justify-content: flex-start;
}
.news-single .news-pager li.next a, .news-single .news-pager li.news-pager__item--next a {
  justify-content: flex-end;
}
.news-single .news-pager li.next, .news-single .news-pager li.news-pager__item--next {
  margin-left: auto;
}
@media (max-width: 767px) {
  .news-single .news-pager {
    margin-top: 60px;
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }
  .news-single .news-pager li a {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .news-single .article {
    grid-template-columns: repeat(4, 1fr);
  }
  .news-single .teaser-text, .news-single .news-text-wrap, .news-single .news-backlink-wrap {
    grid-column: 2 / 5;
  }
  .news-single .news-img-wrap {
    grid-column: 1 / 5;
  }
}
@media (max-width: 767px) {
  .news-single .news-text-wrap p:has(a.button-light-gray) {
    text-align: center;
  }
  .news-single .article {
    display: block;
  }
  .news-single .header h1 {
    font-size: 24px;
  }
  .news-single .teaser-text {
    margin-bottom: 40px;
  }
  .news-single .teaser-text p, .news-single .teaser-text div {
    font-size: 20px;
  }
  .news-single .news-img-wrap, .news-single .mediacontainer {
    grid-column: 1 / 6;
    margin-bottom: 20px;
  }
  .news-single .news-img-wrap img, .news-single .mediacontainer img {
    width: 100%;
    height: auto;
    display: block;
    margin-left: -20px;
  }
  .news-single .news-backlink-wrap {
    margin-top: 40px;
    text-align: center;
  }
}
.team-grid-container {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px 5px;
  width: 100%;
  margin-bottom: 30px;
}
.team-grid-container .team-item {
  display: flex;
  flex-direction: column;
}
.team-grid-container .team-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: opacity 0.5s ease;
}
.team-grid-container .team-item:hover img {
  opacity: 0.8;
}
.team-grid-container .team-item .team-info {
  margin-top: 12px;
}
.team-grid-container .team-item .team-info .team-name p {
  color: #000000;
  font-family: "SpaceMonoRegular";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.team-grid-container .team-item .team-info .team-work p {
  color: #000000;
  font-family: "ABCDiatypeMedium";
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 0px;
}
.team-grid-container .team-item .team-info a.team-email {
  color: #000000;
  font-family: "ABCDiatypeMedium";
  font-weight: 500;
  font-size: 11px;
  line-height: 100%;
  text-decoration: underline;
}
.team-grid-container .span-1 {
  grid-column-end: span 1;
}
.team-grid-container .span-2 {
  grid-column-end: span 2;
}
.team-grid-container .span-3 {
  grid-column-end: span 3;
}
.team-grid-container .span-4 {
  grid-column-end: span 4;
}
.team-grid-container .span-5 {
  grid-column-end: span 5;
}
.team-grid-container .span-6 {
  grid-column-end: span 6;
}
.team-grid-container .span-7 {
  grid-column-end: span 7;
}
.team-grid-container .span-8 {
  grid-column-end: span 8;
}
.team-grid-container.offset-0 .team-item:first-child {
  grid-column-start: 1;
}
.team-grid-container.offset-1 .team-item:first-child {
  grid-column-start: 2;
}
.team-grid-container.offset-2 .team-item:first-child {
  grid-column-start: 3;
}
.team-grid-container.offset-3 .team-item:first-child {
  grid-column-start: 4;
}
.team-grid-container.offset-4 .team-item:first-child {
  grid-column-start: 5;
}
.team-grid-container.offset-5 .team-item:first-child {
  grid-column-start: 6;
}
.team-grid-container.offset-6 .team-item:first-child {
  grid-column-start: 7;
}
.team-grid-container.offset-7 .team-item:first-child {
  grid-column-start: 8;
}
@media (max-width: 991px) {
  .team-grid-container {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
  }
  .team-grid-container[class*="offset-"] .team-item:first-child {
    grid-column-start: auto;
  }
  .team-grid-container .team-item {
    grid-column: span 4 !important;
  }
}
.imgtext-element.layout2 {
  /* ===============================
     INDENT LEFT (grid_spacer)
     =============================== */
  /* ===============================
     GRID WIDTH (grid_width)
     =============================== */
}
.imgtext-element.layout2 .imgtext-grid8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: start;
  width: 100%;
  margin-bottom: 5px;
}
.imgtext-element.layout2 .imgtext-item {
  position: relative;
}
.imgtext-element.layout2 .imgtext-item.indent-left-0 {
  grid-column-start: 1;
}
.imgtext-element.layout2 .imgtext-item.indent-left-1 {
  grid-column-start: 2;
}
.imgtext-element.layout2 .imgtext-item.indent-left-2 {
  grid-column-start: 3;
}
.imgtext-element.layout2 .imgtext-item.indent-left-3 {
  grid-column-start: 4;
}
.imgtext-element.layout2 .imgtext-item.indent-left-4 {
  grid-column-start: 5;
}
.imgtext-element.layout2 .imgtext-item.indent-left-5 {
  grid-column-start: 6;
}
.imgtext-element.layout2 .imgtext-item.indent-left-6 {
  grid-column-start: 7;
}
.imgtext-element.layout2 .imgtext-item.indent-left-7 {
  grid-column-start: 8;
}
.imgtext-element.layout2 .imgtext-item.indent-left-8 {
  grid-column-start: 9;
}
.imgtext-element.layout2 .imgtext-item.grid-width-1 {
  grid-column-end: span 1;
}
.imgtext-element.layout2 .imgtext-item.grid-width-2 {
  grid-column-end: span 2;
}
.imgtext-element.layout2 .imgtext-item.grid-width-3 {
  grid-column-end: span 3;
}
.imgtext-element.layout2 .imgtext-item.grid-width-4 {
  grid-column-end: span 4;
}
.imgtext-element.layout2 .bild {
  position: relative;
  overflow: hidden;
}
.imgtext-element.layout2 .bild img {
  width: 100%;
  height: auto;
  display: block;
}
.imgtext-element.layout2 .bild video {
  width: 100%;
  height: auto;
  display: block;
}
.imgtext-element.layout2 .video-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.imgtext-element.layout2 .video-wrapper .play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  width: 80px;
  height: 80px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
}
.imgtext-element.layout2 .video-wrapper .play-button-overlay i {
  color: #ffffff;
  font-size: 30px;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.imgtext-element.layout2 .video-wrapper:hover .play-button-overlay {
  border-color: #DCDCDC;
  background: rgba(220, 220, 220, 0.2);
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 0 15px rgba(220, 220, 220, 0.5);
}
.imgtext-element.layout2 .video-wrapper:hover .play-button-overlay i {
  color: #DCDCDC;
}
@media (max-width: 991px) {
  .imgtext-element.layout2 .bild img {
    width: 100%;
    height: auto !important;
    display: block;
  }
  .imgtext-element.layout2 .imgtext-item.indent-left-0 {
    grid-column-start: unset;
  }
  .imgtext-element.layout2 .imgtext-item.indent-left-1 {
    grid-column-start: unset;
  }
  .imgtext-element.layout2 .imgtext-item.indent-left-2 {
    grid-column-start: 1;
  }
  .imgtext-element.layout2 .imgtext-item.indent-left-3 {
    grid-column-start: 2;
  }
  .imgtext-element.layout2 .imgtext-item.indent-left-4 {
    grid-column-start: 3;
  }
  .imgtext-element.layout2 .imgtext-item.indent-left-5 {
    grid-column-start: 4;
  }
  .imgtext-element.layout2 .imgtext-item.indent-left-6 {
    grid-column-start: 5;
  }
  .imgtext-element.layout2 .imgtext-item.indent-left-7 {
    grid-column-start: 6;
  }
  .imgtext-element.layout2 .imgtext-item.indent-left-8 {
    grid-column-start: 7;
  }
  .imgtext-element.layout2 .imgtext-item.grid-width-1 {
    grid-column-end: span 4;
  }
  .imgtext-element.layout2 .imgtext-item.grid-width-2 {
    grid-column-end: span 5;
  }
  .imgtext-element.layout2 .imgtext-item.grid-width-3 {
    grid-column-end: span 6;
  }
  .imgtext-element.layout2 .imgtext-item.grid-width-4 {
    grid-column-end: span 7;
  }
}
.aplantis-footer {
  background: #4E4E4E;
  padding: 120px 0;
}
.aplantis-footer .container {
  max-width: 100%;
  width: 100%;
}
.aplantis-footer .ce-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
}
.aplantis-footer .ce-menu li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: none;
  opacity: 0.9;
  font-family: "SpaceMonoRegular";
  line-height: 1;
  letter-spacing: 0.04em;
}
.aplantis-footer .ce-menu li a:hover {
  opacity: 1;
  text-decoration: none;
}
.aplantis-footer .ce-menu li a span {
  display: inline-block;
}
@media (max-width: 767px) {
  .aplantis-footer {
    padding: 120px 0;
  }
  .aplantis-footer .ce-menu {
    flex-direction: column;
    gap: 18px;
  }
}
