@charset "UTF-8";
@keyframes createBox {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.triangle-box-content {
  position: relative;
}

.download-icon-black {
  display: block;
  background-image: url("./img/downloadblack.png");
  width: 76px;
  height: 43px;
  background-repeat: no-repeat;
}

.download-link {
  top: 81px;
  left: 125px;
  cursor: pointer;
  position: absolute;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.magic-line {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100px;
  height: 2px;
  background: #000000;
}

.white .magic-line {
  background: #ffffff;
}

.menu-ul-list {
  position: relative;
}

.page-fullfill {
  display: none;
}
@media all and (min-width: 980px) {
  .page-fullfill {
    display: block;
  }
}

desktop-navigation {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
desktop-navigation .menu {
  width: 100%;
  display: none;
  justify-content: flex-start;
  padding: 50px 50px 50px 50px;
  box-sizing: border-box;
  align-items: flex-start;
}
@media all and (min-width: 980px) {
  desktop-navigation .menu {
    display: flex;
  }
}
desktop-navigation .menu.white ul li .btn-menu-item {
  color: #ffffff;
}
desktop-navigation .menu.white ul li .dropdown-menu-item {
  color: #ffffff !important;
}
desktop-navigation .menu ul {
  margin-left: auto;
  display: flex;
  list-style-type: none;
  gap: 25px;
  padding-left: 0;
}
desktop-navigation .menu ul li .dropdown-menu {
  position: relative;
}
desktop-navigation .menu ul li .dropdown-menu .dropdown-menu-items {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  gap: 5px;
  flex-flow: column;
  z-index: 10;
}
desktop-navigation .menu ul li .dropdown-menu .dropdown-menu-items:before {
  content: "";
  height: 10px;
}
desktop-navigation .menu ul li .dropdown-menu .dropdown-menu-items .dropdown-menu-item {
  font-family: "GraphikRegular";
  outline: none;
  border: 0;
  background: transparent;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  font-size: 19px;
  word-break: keep-all;
  white-space: nowrap;
  color: #000000;
}
desktop-navigation .menu ul li .dropdown-menu:hover .dropdown-menu-items {
  display: flex;
}
desktop-navigation .menu ul li .btn-menu-item {
  font-family: "GraphikRegular";
  outline: none;
  border: 0;
  background: transparent;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 19px;
  word-break: keep-all;
  white-space: nowrap;
  letter-spacing: 1px;
}
desktop-navigation .menu hr {
  height: 4px;
  width: 100%;
  background-color: red;
  border: none;
  transition: all 0.3s ease-in-out;
}

.headline-font-sizes {
  font-size: 28px;
  line-height: 24px;
}
@media all and (min-width: 300px) {
  .headline-font-sizes {
    font-size: 28px;
    line-height: 27px;
  }
}
@media all and (min-width: 350px) {
  .headline-font-sizes {
    font-size: 36px;
    line-height: 35px;
  }
}
@media all and (min-width: 480px) {
  .headline-font-sizes {
    font-size: 55px;
    line-height: 45px;
  }
}
@media all and (min-width: 640px) {
  .headline-font-sizes {
    font-size: 60px;
    line-height: 50px;
  }
}
@media all and (min-width: 1200px) {
  .headline-font-sizes {
    font-size: 70px;
    line-height: 60px;
  }
}
@media all and (min-width: 1600px) {
  .headline-font-sizes {
    font-size: 90px;
    line-height: 80px;
  }
}
@media all and (min-width: 1900px) {
  .headline-font-sizes {
    font-size: 110px;
    line-height: 90px;
  }
}
@media all and (min-width: 2400px) {
  .headline-font-sizes {
    font-size: 120px;
    line-height: 100px;
  }
}

* {
  margin: 0;
  padding: 0;
}

.d-none {
  display: none;
}

.only-desktop {
  display: none;
}
@media all and (min-width: 980px) {
  .only-desktop {
    display: block;
  }
}

@media all and (min-width: 980px) {
  .only-mobile {
    display: none;
  }
}

@font-face {
  font-family: "GraphikMedium";
  src: url("./fonts/Graphik-Medium-Cy-Web.woff2") format("woff2"), url("./fonts/Graphik-Medium-Cy-Web.woff2") format("woff");
}
@font-face {
  font-family: "GraphikRegular";
  src: url("./fonts/Graphik-Regular-Web.woff2") format("woff2"), url("./fonts/Graphik-Regular-Web.woff2") format("woff");
}
.smaller-mobile .mobile-header .mobile-nav-container .mobile-nav-items-container {
  top: 80px;
}

.mobile-header {
  display: flex;
  width: 100%;
  padding: 20px;
  min-height: 113px;
  box-sizing: border-box;
  align-items: center;
  border-bottom: 2px solid black;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.mobile-header.smaller {
  min-height: 80px;
  padding: 0 20px;
}
@media all and (min-width: 980px) {
  .mobile-header {
    display: none;
  }
}
.mobile-header .logo-container .logo {
  max-width: 150px;
}
@media all and (min-width: 440px) {
  .mobile-header .logo-container .logo {
    max-width: initial;
  }
}
.mobile-header .mobile-nav-container {
  margin-left: auto;
}
.mobile-header .mobile-nav-container .open-menu {
  font-size: 50px;
  cursor: pointer;
}
.mobile-header .mobile-nav-container .close-menu {
  font-size: 50px;
  display: none;
}
.mobile-header .mobile-nav-container .mobile-nav {
  display: none;
}
.mobile-header .mobile-nav-container.opened .open-menu {
  display: none;
}
.mobile-header .mobile-nav-container.opened .close-menu {
  display: block;
}
.mobile-header .mobile-nav-container.opened .mobile-nav {
  display: block;
}
.mobile-header .mobile-nav-container.opened .mobile-nav-items-container {
  display: block;
}
.mobile-header .mobile-nav-container .mobile-nav-items-container {
  display: none;
  padding: 60px 40px;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  position: absolute;
  z-index: 6;
  top: 113px;
  left: 0;
  width: 100%;
}
.mobile-header .mobile-nav-container .mobile-nav-items-container .mobile-nav .nav-items {
  list-style-type: none;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.mobile-header .mobile-nav-container .mobile-nav-items-container .mobile-nav .nav-items .nav-item {
  font-family: "GraphikRegular";
  font-size: 19px;
  letter-spacing: 1px;
}
.mobile-header .mobile-nav-container .mobile-nav-items-container .mobile-nav .nav-items .nav-item .dropdown-menu .btn-menu-item {
  color: #000000;
  outline: none;
  border: 0;
  background: none;
  font-family: "GraphikRegular";
  font-size: 19px;
  letter-spacing: 1px;
  position: relative;
}
.mobile-header .mobile-nav-container .mobile-nav-items-container .mobile-nav .nav-items .nav-item .dropdown-menu.open .dropdown-menu-items {
  display: flex;
}
.mobile-header .mobile-nav-container .mobile-nav-items-container .mobile-nav .nav-items .nav-item .dropdown-menu .dropdown-menu-items {
  display: none;
  flex-flow: column;
  gap: 5px;
  margin-top: 10px;
  margin-left: 10px;
}
.mobile-header .mobile-nav-container .mobile-nav-items-container .mobile-nav .nav-items .nav-item .dropdown-menu .dropdown-menu-items .dropdown-menu-item {
  color: #000000;
  text-transform: uppercase;
  text-align: left;
  font-family: "GraphikRegular";
  font-size: 17px;
  letter-spacing: 1px;
  outline: none;
  border: 0;
  background: none;
}

.base-section {
  width: 100%;
  display: flex;
  flex-flow: column;
}
@media all and (min-width: 980px) {
  .base-section {
    height: 100%;
    flex-flow: row;
    position: fixed;
  }
}
.base-section .logo-container {
  box-sizing: border-box;
  margin: 50px;
  display: none;
}
@media all and (min-width: 980px) {
  .base-section .logo-container {
    display: block;
  }
}
.base-section .left-side {
  position: relative;
}
.base-section .left-side .header-box {
  display: block;
  margin: 0;
  top: 150px;
  position: absolute;
}
@media all and (min-width: 980px) {
  .base-section .left-side .header-box {
    display: none;
    position: relative;
  }
}
@media all and (min-width: 980px) {
  .base-section .right-side .header-box .text-headline {
    display: block;
  }
}
.base-section .header-box {
  display: none;
  right: 0;
}
@media all and (min-width: 980px) {
  .base-section .header-box {
    top: 0;
    position: relative;
    margin-top: 30%;
    display: block;
  }
}
.base-section .header-box .text-box .text-headline {
  margin: 0;
  position: relative;
  font-family: "GraphikMedium";
  color: #ffffff;
  text-transform: uppercase;
  z-index: 2;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(26, 183, 183, 0.8);
  word-break: break-word;
}
@media all and (min-width: 980px) {
  .base-section .header-box .text-box .text-headline {
    width: calc(100% + 100px);
    left: -100px;
  }
}
.base-section .header-box .text-box .text-headline .triangle-box {
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  border-style: solid;
  top: -100px;
  border-width: 0 0 100px 100px;
  border-color: transparent transparent #1ab7b7;
}
@media all and (min-width: 980px) {
  .base-section .header-box .text-box .text-headline .triangle-box {
    border-width: 0 0 150px 150px;
    top: -149px;
  }
}
.base-section .description-container {
  padding: 40px;
  font-family: "GraphikRegular";
  font-size: 16px;
  line-height: 28px;
}
@media all and (min-width: 980px) {
  .base-section .description-container {
    padding: 50px;
  }
}
@media all and (min-width: 1900px) {
  .base-section .description-container {
    padding: 80px;
  }
}
@media all and (min-height: 600px) and (min-width: 980px) {
  .base-section .description-container {
    max-height: 35vh;
  }
}
@media all and (min-height: 700px) and (min-width: 980px) {
  .base-section .description-container {
    max-height: 45vh;
  }
}
@media all and (min-height: 800px) and (min-width: 980px) {
  .base-section .description-container {
    max-height: 55vh;
  }
}
@media all and (min-height: 900px) and (min-width: 980px) {
  .base-section .description-container {
    max-height: 60vh;
  }
}
.base-section .description-container .title {
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 1.3px;
}
.base-section .description-container .description {
  overflow: auto;
  letter-spacing: 1.3px;
}
.base-section.home .splide__pagination {
  display: none !important;
}
.base-section.home .left-side {
  width: 100%;
  height: 100%;
  min-height: 65vh;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 113px;
}
@media all and (min-width: 980px) {
  .base-section.home .left-side {
    padding-top: 0;
    width: 60%;
    min-height: auto;
    display: none;
  }
}
.base-section.home .left-side .logo-container {
  position: absolute;
  top: 0;
  left: 0;
}
.base-section.home .right-side {
  position: relative;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 980px) {
  .base-section.home .right-side {
    width: 40%;
    display: none;
  }
}
@media all and (min-width: 980px) {
  .base-section.home .right-side .description-container {
    display: none;
  }
}
.base-section.home .right-side .header-box {
  display: block;
}
.base-section.home .right-side .header-box .text-headline {
  display: none;
}
@media all and (min-width: 980px) {
  .base-section.home .right-side .header-box .text-headline {
    display: block;
  }
}
.base-section .splide__slide img {
  width: 100%;
  height: 65vh;
  object-fit: cover;
}
@media all and (min-width: 980px) {
  .base-section .splide__slide img {
    height: 100vh;
  }
}
.base-section .yanmida-pagination {
  display: flex !important;
}
.base-section .yanmida-pagination .yanimda-page-nav-button {
  background: #ffffff;
}
.base-section .yanmida-pagination .yanimda-page-nav-button.is-active {
  background: #1ab7b7;
}
.base-section.envopark .right-side .description-container {
  display: block !important;
}
.base-section.envopark .right-side .description-container ul {
  padding-left: 20px;
}
.base-section.envopark .right-side .header-box .text-box {
  display: block;
}
.base-section.envopark .right-side .header-box .text-box .text-headline {
  display: none;
}
@media all and (min-width: 980px) {
  .base-section.envopark .right-side .header-box .text-box .text-headline {
    display: block;
  }
}
@media all and (min-width: 980px) {
  .base-section.envopark_campus .left-side {
    transform: translateY(100%);
  }
}
.base-section.envopark_campus .right-side {
  opacity: 0;
}
@media all and (min-width: 980px) {
  .base-section.envopark_campus .right-side .right-side-inner {
    transform: translateY(100%);
  }
}
@media all and (min-width: 980px) {
  .base-section.envopark_airport .left-side {
    transform: translateY(100%);
  }
}
.base-section.envopark_airport .right-side {
  opacity: 0;
}
@media all and (min-width: 980px) {
  .base-section.envopark_airport .right-side .right-side-inner {
    opacity: 0;
    transform: translateY(100%);
  }
}
@media all and (min-width: 980px) {
  .base-section.airlofts_berlin .left-side {
    transform: translateY(100%);
  }
}
.base-section.airlofts_berlin .right-side {
  opacity: 0;
}
@media all and (min-width: 980px) {
  .base-section.airlofts_berlin .right-side .right-side-inner {
    opacity: 0;
    transform: translateY(100%);
  }
}
@media all and (min-width: 980px) {
  .base-section.atu_filialen .left-side {
    transform: translateY(100%);
  }
}
.base-section.atu_filialen .right-side {
  opacity: 0;
}
@media all and (min-width: 980px) {
  .base-section.atu_filialen .right-side .right-side-inner {
    opacity: 0;
    transform: translateY(100%);
  }
}
@media all and (min-width: 980px) {
  .base-section.alte_wascherei .left-side {
    transform: translateY(100%);
  }
}
.base-section.alte_wascherei .right-side {
  opacity: 0;
}
@media all and (min-width: 980px) {
  .base-section.alte_wascherei .right-side .right-side-inner {
    opacity: 0;
    transform: translateY(100%);
  }
}
@media all and (min-width: 640px) {
  .base-section.alte_wascherei .right-side .text-headline {
    line-height: 66px;
  }
}
@media all and (min-width: 1200px) {
  .base-section.alte_wascherei .right-side .text-headline {
    line-height: 76px;
  }
}
@media all and (min-width: 1600px) {
  .base-section.alte_wascherei .right-side .text-headline {
    line-height: 86px;
  }
}
@media all and (min-width: 1900px) {
  .base-section.alte_wascherei .right-side .text-headline {
    line-height: 108px;
  }
}
@media all and (min-width: 980px) {
  .base-section.companies {
    opacity: 0;
  }
}
@media all and (min-width: 980px) {
  .base-section.companies .left-side {
    width: 80%;
  }
}
@media all and (min-width: 980px) {
  .base-section.companies .left-side .logos-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 125%;
  }
}
.base-section.companies .left-side .header-box {
  bottom: 50px;
  top: unset;
  right: 0;
}
@media all and (min-width: 980px) {
  .base-section.companies .left-side .header-box {
    display: none;
  }
}
.base-section.companies .left-side .header-box .triangle-box {
  top: -50px;
  border-width: 0 0 50px 50px;
}
@media all and (min-width: 980px) {
  .base-section.companies .right-side {
    opacity: 0;
  }
}
@media all and (min-width: 980px) {
  .base-section.companies .right-side .right-side-inner {
    opacity: 0;
    transform: translateY(100vh);
  }
}
.base-section.companies .logos-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 50px 0 150px 0;
  padding: 40px;
  box-sizing: border-box;
}
@media all and (min-width: 980px) {
  .base-section.companies .logos-container {
    margin: 200px 0 0 0;
    padding: 0;
    row-gap: 50px;
  }
}
.base-section.companies .logos-container .logos-row {
  display: flex;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
}
@media all and (min-width: 980px) {
  .base-section.companies .logos-container .logos-row {
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 980px) {
  .base-section.companies .logos-container .first-row {
    opacity: 0;
  }
}
@media all and (min-width: 980px) {
  .base-section.companies .logos-container .second-row {
    opacity: 0;
  }
}
.base-section.companies .logos-container .third-row, .base-section.companies .logos-container .fourth-row {
  margin-top: 20px;
}
@media all and (min-width: 980px) {
  .base-section.companies .logos-container .third-row, .base-section.companies .logos-container .fourth-row {
    opacity: 0;
  }
}
.base-section.companies .logos-container .third-row .logo-item-wrapper, .base-section.companies .logos-container .fourth-row .logo-item-wrapper {
  width: 100%;
  display: flex;
  flex-flow: row;
  gap: 20px;
}
@media all and (min-width: 980px) {
  .base-section.companies .logos-container .third-row .logo-item-wrapper, .base-section.companies .logos-container .fourth-row .logo-item-wrapper {
    width: calc(50% - 10px);
  }
}
.base-section.companies .logos-container .third-row .logo-item-wrapper .logo-item, .base-section.companies .logos-container .fourth-row .logo-item-wrapper .logo-item {
  width: calc(50% - 10px);
}
@media all and (min-width: 980px) {
  .base-section.companies .logos-container .third-row .logo-item-wrapper .logo-item, .base-section.companies .logos-container .fourth-row .logo-item-wrapper .logo-item {
    width: 100%;
  }
}
.base-section.companies .logos-container .logo-item-wrapper {
  overflow: hidden;
  width: calc(50% - 10px);
  max-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media all and (min-width: 980px) {
  .base-section.companies .logos-container .logo-item-wrapper {
    justify-content: space-around;
  }
}
.base-section.companies .logos-container .logo-item-wrapper .logo-item {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
@media all and (min-width: 980px) {
  .base-section.companies .logos-container .logo-item-wrapper .logo-item {
    max-width: 200px;
  }
}
@media all and (min-width: 980px) {
  .base-section.arthur_202 .left-side {
    transform: translateY(100%);
  }
}
.base-section.arthur_202 .right-side {
  opacity: 0;
}
@media all and (min-width: 980px) {
  .base-section.arthur_202 .right-side .right-side-inner {
    opacity: 0;
    transform: translateY(100%);
  }
}
@media all and (min-width: 980px) {
  .base-section.contact {
    display: none;
  }
}
.base-section.contact .splide__pagination {
  display: none !important;
}
.base-section.contact .left-side {
  z-index: 2;
}
@media all and (min-width: 980px) {
  .base-section.contact .left-side {
    opacity: 0;
  }
}
@media all and (min-width: 980px) {
  .base-section.contact .left-side .left-side-inner {
    opacity: 0;
  }
}
@media all and (min-width: 980px) {
  .base-section.contact .right-side {
    opacity: 0;
  }
}
.base-section.contact .right-side .header-box {
  display: block;
  position: absolute;
}
@media all and (min-width: 980px) {
  .base-section.contact .right-side .header-box {
    display: none;
  }
}
@media all and (min-width: 980px) {
  .base-section.portfolio-showcase {
    visibility: hidden;
  }
}
.base-section.portfolio-showcase .left-side {
  width: 100%;
  height: 100%;
  background: none;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media all and (min-width: 980px) {
  .base-section.portfolio-showcase .left-side {
    min-height: 400px;
    width: 60%;
    opacity: 0;
  }
}
.base-section.portfolio-showcase .left-side .logo-container {
  position: absolute;
  top: 0;
  left: 0;
}
.base-section.portfolio-showcase .left-side .header-box {
  position: absolute;
  right: 0;
  height: 120px;
  top: 50px;
}
@media all and (min-width: 980px) {
  .base-section.portfolio-showcase .left-side .header-box {
    top: -50px;
  }
}
.base-section.portfolio-showcase .left-side .header-box .text-box {
  position: relative;
  max-width: 70vw;
  word-break: break-word;
}
.base-section.portfolio-showcase .left-side .header-box .text-box .triangle-box {
  top: unset;
  bottom: -80px;
  border-width: 0 80px 80px 0;
  border-color: transparent rgba(26, 183, 183, 0.8) transparent transparent;
}
.base-section.portfolio-showcase .black-link {
  color: #000000;
}
.base-section.portfolio-showcase .right-side {
  position: relative;
  width: 100%;
  height: 100%;
  background: #a4b4bd;
  opacity: 1;
}
@media all and (min-width: 980px) {
  .base-section.portfolio-showcase .right-side {
    width: 40%;
    opacity: 0;
  }
}
.base-section.portfolio-showcase .right-side .text-box {
  display: none;
}
@media all and (min-width: 980px) {
  .base-section.portfolio-showcase .right-side .text-box {
    display: block;
  }
}
.base-section.portfolio-showcase .right-side .text-box .text-headline {
  position: relative;
  z-index: 10;
}
.base-section.portfolio-showcase .right-side .list-padded-left {
  padding-left: 20px;
}
.base-section.portfolio-showcase .right-side .header-box {
  display: block;
}
.base-section.portfolio-showcase .right-side .description-container {
  position: relative;
  display: flex;
  flex-flow: row;
  gap: 50px;
  z-index: 4;
}
@media all and (min-height: 600px) and (min-width: 980px) {
  .base-section.portfolio-showcase .right-side .description-container .description {
    max-height: 30vh;
  }
}
@media all and (min-height: 800px) and (min-width: 980px) {
  .base-section.portfolio-showcase .right-side .description-container .description {
    max-height: 35vh;
  }
}
@media all and (min-height: 1000px) and (min-width: 980px) {
  .base-section.portfolio-showcase .right-side .description-container .description {
    max-height: 40vh;
  }
}
@media all and (min-height: 1150px) and (min-width: 980px) {
  .base-section.portfolio-showcase .right-side .description-container .description {
    max-height: 45vh;
  }
}
.base-section.portfolio-showcase .right-side .description-container .description-left-side {
  width: 50%;
}
.base-section.portfolio-showcase .right-side .description-container .description-right-side {
  width: 50%;
}
.base-section.portfolio-showcase .right-side .header-box {
  width: 100%;
}
.base-section.portfolio-showcase .right-side .header-box .text-box .triangle-box {
  top: unset;
  bottom: -220px;
  border-width: 0 220px 220px 0;
  border-color: transparent rgba(26, 183, 183, 0.8) transparent transparent;
}
.base-section.concept {
  position: relative;
  flex-flow: column-reverse;
}
@media all and (min-width: 980px) {
  .base-section.concept {
    position: fixed;
    flex-flow: row;
  }
}
.base-section.concept .splide__pagination {
  display: none !important;
}
.base-section.concept .left-side {
  z-index: 3;
  position: relative;
  width: 100%;
  height: 100%;
  background: #73994f;
  transition-property: left;
  transition-duration: 0.8s;
}
@media all and (min-width: 980px) {
  .base-section.concept .left-side {
    width: 40%;
    opacity: 0;
  }
}
@media all and (min-width: 980px) {
  .base-section.concept .left-side .desktop-header-text-box {
    transform: translateY(-15vh);
    opacity: 0;
  }
}
@media all and (min-width: 980px) {
  .base-section.concept .left-side .description-container {
    transform: translateY(-9vh);
  }
}
@media all and (min-width: 980px) {
  .base-section.concept .left-side .description-container .title {
    opacity: 0;
  }
}
@media all and (min-width: 980px) {
  .base-section.concept .left-side .description-container .description {
    opacity: 0;
  }
}
.base-section.concept .right-side {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 65vh;
  background-size: cover;
  background-position: center;
  transition-property: opacity;
  transition-duration: 0.3s;
}
@media all and (min-width: 980px) {
  .base-section.concept .right-side {
    width: 60%;
    height: 100%;
    opacity: 0;
  }
}
.base-section.concept .right-side .header-box {
  position: absolute;
  display: block;
}
.base-section.concept .right-side .header-box .text-headline {
  background: rgba(123, 178, 68, 0.84);
}
.base-section.concept .right-side .header-box .text-headline .triangle-box {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(123, 178, 68, 0.84);
}
.base-section.concept .description-container {
  position: relative;
  z-index: 3;
  color: #ffffff;
}
.base-section.concept .desktop-header-text-box {
  position: relative;
  margin-top: 150px;
}
@media all and (min-width: 980px) {
  .base-section.concept .desktop-header-text-box {
    margin-top: 30%;
  }
}
.base-section.concept .desktop-header-text-box .header-text {
  font-family: "GraphikMedium";
  color: #ffffff;
  text-align: right;
  margin-right: 20%;
  padding: 10px 10px 10px 10px;
  background: rgba(123, 178, 68, 0.84);
  position: relative;
  z-index: 2;
}
@media all and (min-width: 980px) {
  .base-section.concept .desktop-header-text-box .header-text {
    margin-right: -100px;
    padding: 10px 10px 10px 20%;
  }
}
@media all and (min-width: 2400px) {
  .base-section.concept .desktop-header-text-box .header-text {
    padding: 10px 10px 10px 30%;
  }
}
.base-section.concept .desktop-header-text-box .header-text .triangle {
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 150px 0 0;
  border-color: rgba(123, 178, 68, 0.6) transparent transparent transparent;
}
@media all and (min-width: 980px) {
  .base-section.concept .desktop-header-text-box .header-text .triangle {
    border-width: 300px 300px 0 0;
    bottom: -300px;
  }
}
.base-section.concept {
  flex-flow: column-reverse;
}
@media all and (min-width: 980px) {
  .base-section.concept {
    flex-flow: row;
  }
}
.base-section.concept .left-side {
  position: relative;
  width: 100%;
  height: 100%;
  background: #73994f;
}
@media all and (min-width: 980px) {
  .base-section.concept .left-side {
    width: 40%;
  }
}
.base-section.concept .right-side {
  width: 100%;
  height: 65vh;
  background-size: cover;
  background-position: center;
}
@media all and (min-width: 980px) {
  .base-section.concept .right-side {
    width: 60%;
    height: 100%;
  }
}
.base-section.concept .right-side .splide {
  position: relative;
}
.base-section.concept .right-side .header-box {
  max-width: 80vw;
  top: 150px;
}
@media all and (min-width: 980px) {
  .base-section.concept .right-side .header-box {
    max-width: initial;
    display: none;
  }
}
.base-section.concept .description-container {
  position: relative;
  z-index: 3;
  color: #ffffff;
}
.base-section.concept .desktop-header-text-box .header-text {
  font-family: "GraphikMedium";
  color: #ffffff;
  text-align: right;
  margin-right: 20%;
  padding: 10px 10px 10px 10px;
  background: rgba(123, 178, 68, 0.84);
  position: relative;
  z-index: 2;
}
@media all and (min-width: 980px) {
  .base-section.concept .desktop-header-text-box .header-text {
    margin-right: -100px;
    padding: 10px 10px 10px 20%;
  }
}
@media all and (min-width: 2400px) {
  .base-section.concept .desktop-header-text-box .header-text {
    padding: 10px 10px 10px 30%;
  }
}
.base-section.concept .desktop-header-text-box .header-text .triangle {
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 150px 0 0;
  border-color: rgba(123, 178, 68, 0.6) transparent transparent transparent;
}
@media all and (min-width: 980px) {
  .base-section.concept .desktop-header-text-box .header-text .triangle {
    border-width: 300px 300px 0 0;
    bottom: -300px;
  }
}
.base-section.contact {
  flex-flow: column-reverse;
}
@media all and (min-width: 980px) {
  .base-section.contact {
    flex-flow: row;
  }
}
@media all and (min-height: 600px) and (min-width: 980px) {
  .base-section.contact .description-container {
    max-height: 40vh;
  }
}
@media all and (min-height: 700px) and (min-width: 980px) {
  .base-section.contact .description-container {
    max-height: 50vh;
  }
}
@media all and (min-height: 800px) and (min-width: 980px) {
  .base-section.contact .description-container {
    max-height: 50vh;
  }
}
@media all and (min-height: 900px) and (min-width: 980px) {
  .base-section.contact .description-container {
    max-height: 55vh;
  }
}
.base-section.contact .left-side {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
@media all and (min-width: 980px) {
  .base-section.contact .left-side {
    width: 40%;
  }
}
.base-section.contact .right-side {
  width: 100%;
  height: 65vh;
  background-size: cover;
  background-position: center;
}
@media all and (min-width: 980px) {
  .base-section.contact .right-side {
    width: 60%;
    height: 100%;
  }
}
.base-section.contact .right-side .header-box {
  top: 150px;
}
.base-section.contact .description-container {
  position: relative;
  z-index: 3;
  color: #000000;
}
@media all and (min-height: 600px) and (min-width: 980px) {
  .base-section.contact .description-container .description {
    max-height: 40vh;
  }
}
@media all and (min-height: 800px) and (min-width: 980px) {
  .base-section.contact .description-container .description {
    max-height: 45vh;
  }
}
@media all and (min-height: 1000px) and (min-width: 980px) {
  .base-section.contact .description-container .description {
    max-height: 50vh;
  }
}
@media all and (min-height: 1150px) and (min-width: 980px) {
  .base-section.contact .description-container .description {
    max-height: 55vh;
  }
}
.base-section.contact .desktop-header-text-box {
  position: relative;
  margin-top: 50px;
}
@media all and (min-width: 980px) {
  .base-section.contact .desktop-header-text-box {
    margin-top: 200px;
  }
}
.base-section.contact .desktop-header-text-box .header-text {
  font-family: "GraphikMedium";
  color: #ffffff;
  text-align: right;
  margin-right: 20%;
  padding: 10px 10px 10px 10px;
  background: rgba(26, 183, 183, 0.9);
  position: relative;
  z-index: 2;
}
@media all and (min-width: 980px) {
  .base-section.contact .desktop-header-text-box .header-text {
    margin-right: -100px;
    padding: 10px 10px 10px 20%;
  }
}
@media all and (min-width: 2400px) {
  .base-section.contact .desktop-header-text-box .header-text {
    padding: 10px 10px 10px 30%;
  }
}
.base-section.contact .desktop-header-text-box .header-text .triangle {
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 150px 0 0;
  border-color: rgba(26, 183, 183, 0.7) transparent transparent transparent;
}
@media all and (min-width: 980px) {
  .base-section.contact .desktop-header-text-box .header-text .triangle {
    border-width: 300px 300px 0 0;
    bottom: -300px;
  }
}
.base-section.portfolio {
  background: #ffffff;
}
@media all and (min-width: 980px) {
  .base-section.portfolio {
    background: #a4b4bd;
    opacity: 0;
    position: fixed;
  }
}
.base-section.portfolio .left-side {
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-size: cover;
  position: relative;
  padding-top: 50px;
}
@media all and (min-width: 980px) {
  .base-section.portfolio .left-side {
    width: 50%;
    min-height: auto;
    margin-top: 135px;
    margin-right: 10%;
    padding-top: 0;
  }
}
@media all and (min-width: 1900px) {
  .base-section.portfolio .left-side {
    margin-top: 200px;
  }
}
@media all and (min-width: 980px) {
  .base-section.portfolio .left-side .map-container {
    opacity: 0;
  }
}
.base-section.portfolio .right-side {
  position: relative;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 980px) {
  .base-section.portfolio .right-side {
    width: 40%;
  }
}
.base-section.portfolio .right-side .header-box {
  transform: translateY(100vh);
}
@media all and (min-width: 980px) {
  .base-section.portfolio .right-side .header-box {
    margin-top: 30%;
    opacity: 0;
  }
}
.base-section.portfolio .right-side .portfolio-container {
  transform: translateY(100vh);
}
@media all and (min-width: 980px) {
  .base-section.portfolio .right-side .portfolio-container {
    opacity: 0;
  }
}
.base-section.portfolio .header-box {
  margin-top: 0;
}
.base-section.portfolio .header-box .text-box {
  right: 0;
  left: unset;
  z-index: 3;
  min-width: 60vw;
  top: 10px;
}
@media all and (min-width: 980px) {
  .base-section.portfolio .header-box .text-box {
    min-width: auto;
    top: 30px;
  }
}
@media all and (min-width: 1900px) {
  .base-section.portfolio .header-box .text-box {
    top: 60px;
  }
}
.base-section.portfolio .header-box .text-box .text-headline {
  left: 0;
  width: 100%;
}
.base-section.portfolio .header-box .text-box .text-headline .triangle-box {
  bottom: -100px;
  top: unset;
  border-width: 0 100px 100px 0;
  border-color: transparent rgba(26, 183, 183, 0.9) transparent transparent;
}
@media all and (min-width: 980px) {
  .base-section.portfolio .header-box .text-box .text-headline .triangle-box {
    border-width: 0 200px 200px 0;
    bottom: -200px;
  }
}
@media all and (min-width: 1200px) {
  .base-section.portfolio .header-box .text-box .text-headline .triangle-box {
    bottom: -249px;
    border-width: 0 250px 250px 0;
  }
}
.base-section.portfolio .map-container {
  position: relative;
}
@media all and (min-width: 980px) {
  .base-section.portfolio .map-container {
    position: absolute;
    right: 25px;
  }
}
@media all and (min-width: 1200px) {
  .base-section.portfolio .map-container {
    right: -80px;
  }
}
@media all and (min-width: 1900px) {
  .base-section.portfolio .map-container {
    right: 50px;
  }
}
.base-section.portfolio .map-container .portfolio-map-img {
  max-width: 100vw;
}
@media all and (min-width: 980px) {
  .base-section.portfolio .map-container .portfolio-map-img {
    max-width: 50vw;
  }
}
@media all and (min-width: 1900px) {
  .base-section.portfolio .map-container .portfolio-map-img {
    max-width: 38vw;
  }
}
@media all and (min-width: 2400px) {
  .base-section.portfolio .map-container .portfolio-map-img {
    max-width: 30vw;
  }
}
.base-section.portfolio .portfolio-container {
  max-width: 500px;
  max-height: 55vh;
}
.base-section.portfolio .portfolio-items-container {
  display: grid;
  flex-flow: column;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 25px;
  padding-bottom: 50px;
}
@media all and (min-width: 980px) {
  .base-section.portfolio .portfolio-items-container {
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: 1fr;
    column-gap: 30px;
    row-gap: 10px;
    margin-top: 50px;
    padding-bottom: 30px;
  }
}
.base-section.portfolio .portfolio-items-container .portfolio-item {
  margin-left: 60px;
  display: flex;
  flex-flow: column;
  gap: 5px;
  position: relative;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
}
@media all and (min-width: 980px) {
  .base-section.portfolio .portfolio-items-container .portfolio-item {
    margin-left: 70px;
  }
}
.base-section.portfolio .portfolio-items-container .portfolio-item.active:before {
  position: absolute;
  left: -55px;
  width: 40px;
  height: 40px;
  top: -10px;
  background: #ffffff;
  border-radius: 50px;
  font-family: "Material Symbols Outlined";
  content: "";
  font-size: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1ab7b7;
  border: 1px solid #1ab7b7;
}
@media all and (min-width: 980px) {
  .base-section.portfolio .portfolio-items-container .portfolio-item.active:before {
    border: 2px solid #1ab7b7;
    top: 0;
    width: 50px;
    height: 50px;
    left: -70px;
    font-size: 41px;
  }
}
@media all and (min-width: 980px) {
  .base-section.portfolio .portfolio-items-container .portfolio-item.active .title {
    color: #ffffff;
  }
}
@media all and (min-width: 980px) {
  .base-section.portfolio .portfolio-items-container .portfolio-item.active .description {
    color: #ffffff;
  }
}
.base-section.portfolio .portfolio-items-container .portfolio-item .title {
  text-transform: uppercase;
  font-size: 11pt;
  line-height: 11pt;
  color: #000000;
  word-break: break-word;
  text-align: left;
  font-family: "GraphikMedium";
}
@media all and (min-width: 980px) {
  .base-section.portfolio .portfolio-items-container .portfolio-item .title {
    font-size: 15pt;
    line-height: 15pt;
  }
}
.base-section.portfolio .portfolio-items-container .portfolio-item .description {
  text-align: left;
  text-transform: uppercase;
  font-size: 13pt;
  line-height: 13pt;
  color: #000000;
  font-family: "GraphikRegular";
  display: none;
}
@media all and (min-width: 980px) {
  .base-section.portfolio .portfolio-items-container .portfolio-item .description {
    display: block;
    font-size: 11pt;
    line-height: 11pt;
  }
}

/*# sourceMappingURL=style.css.map */
