/* Theme Name: Planteam Author: Komplizen GmbH http://komplizen.ch */

/*------------------------------------*\ MAIN \*------------------------------------*/

@import url("css/font.css");

:root {
  --black: #000;
  --turquoise: #5bb6aa;
  --accent-turquoise: #16a093;
  --green-creme: #f0f7ed;
  --red: #cc604d;
  --yellow: #fdec7c;
  --blue: #007191;
  --white: #fff;
  --light-grey: #e2e2e2;
}

.color_black,
.color_black p {
  color: var(--black);
}

body {
  color: var(--black);
  font:
    300 20px/30px "neue-frutiger-world",
    Helvetica,
    Arial,
    sans-serif;
  letter-spacing: 0.02em;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
  -moz-font-feature-settings: "kern";
  -moz-hyphens: manual;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-feature-settings: "kern";
  -ms-hyphens: manual;
  -webkit-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -webkit-hyphens: manual;
  text-rendering: optimizeLegibility;
  -webkit-animation: fadein 1.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 1.5s;
  /* Internet Explorer */
  -o-animation: fadein 1.5s;
  /* Opera < 12.1 */
  animation: fadein 1.5s;
}
body.freeze {
  overflow: hidden;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img {
  max-width: 100%;
  height: auto;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}
.image-full {
  max-height: 50vw;
  overflow: hidden;
  padding: 0;
}
.image-full img {
  width: 100%;
  height: auto;
}
main ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: disc;
}
main ul li {
  margin: 0 0 0 20px;
  color: #7c7c7c;
  /* background-image: url('images/list-border-grey.svg');*/
  background-size: 12px;
  background-position: left 13px;
  background-repeat: no-repeat;
}
.light-bg ul li {
  color: var(--black);
  background-image: url("images/list-border.svg");
}
table {
  border-collapse: collapse;
  width: 100%;
  color: #7c7c7c;
}
tr {
  margin: -10px;
  display: block;
}
td {
  vertical-align: text-bottom;
  padding: 10px;
}
/*------------------------------------*\ LINKS \*------------------------------------*/
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  border-bottom: none;
}
a:focus {
  outline: 0;
}

main a {
  position: relative;
  color: var(--black);
}

main a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 1px;
  background-color: currentColor;
  transition:
    width 0.5s ease,
    height 0.5s ease;
}

main p a::after {
  width: 100%;
}

main a:hover::after {
  width: 100%;
}

main a:has(img)::after,
main a:has(picture)::after {
  display: none;
}

main a.hero_button::after {
  display: block;
  width: 100%;
}

.project-teaser > a::after,
.grid-item.box-teaser > a::after {
  display: none;
}

.teaser-link {
  position: relative;
  display: inline-block;
  width: fit-content;
}

.teaser-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 20%;
  height: 1px;
  background-color: currentColor;
  transition:
    width 0.5s ease,
    height 0.5s ease;
}

.project-teaser > a:hover .teaser-link::after,
.grid-item.box-teaser > a:hover .teaser-link::after {
  width: 100%;
  height: 2px;
}

.teaser-link {
  position: relative;
  display: inline-block;
  width: fit-content;
}

.teaser-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 1px;
  background-color: currentColor;
  transition:
    width 0.5s ease,
    height 0.5s ease;
}

.project-teaser > a:hover .teaser-link::after {
  width: 100%;
  height: 2px;
}

.grid-item.box-teaser > a:hover .teaser-link::after {
  width: 100%;
  height: 2px;
}

/* images won't get underlined */
/* main a:has(img)::after,
main a:has(picture)::after,
main a:has(svg:only-child)::after {
  display: none;
} */

.sticky-navigation a {
  color: var(--black);
  font-weight: 700;
}
footer a {
  color: var(--green-creme);
  border-bottom: 1px solid #475c5b;
}
/*------------------------------------*\ TYPOGRAPHY \*------------------------------------*/
h1,
.h1 {
  font-weight: 700;
  font-size: 72px;
  line-height: 85px;
  letter-spacing: 0.03em;
  margin: 0 0 calc(15px + 1.25vw);
}
h1:only-child {
  margin: 0;
}
h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 0.03em;
  margin: 0 0 25px 0;
}
h3,
.title-col,
.date-col {
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0.03em;
  margin: 0 0 20px 0;
}
h4 {
  margin: 0;
  margin: 0 0 10px 0;
}
.date-col {
  font-weight: 300;
}
p {
  margin: 0;
  color: #7c7c7c;
}
p:last-child,
p:empty {
  margin: 0;
}
figcaption p {
  margin-bottom: 0;
}
.text-icon p {
  font-size: 35px;
  line-height: 45px;
  font-weight: 300;
  margin-top: calc(15px + 1.25vw);
}
strong {
  font-weight: 700;
  color: var(--black);
}
.dark-bg strong,
.gm-style-iw-d strong {
  color: var(--green-creme);
}
/*------------------------------------*\ HEADER \*------------------------------------*/
.header {
  align-items: center;
  background-color: var(--white);
  border-bottom: 1px solid var(--light-grey);
  display: flex;
  height: 100px;
  justify-content: space-between;
  padding: 0 calc(5.5vw + 15px);
  position: absolute;
  width: 100vw;
  z-index: 3;
  top: 0;
  transition: all 0.2s;
}

.home .header {
  background-color: var(--turquoise);
  border-bottom: 1px solid var(--accent-turquoise);
}

.header.transparent {
  background-color: transparent;
  border-bottom: none;
}
.header.transparent .logo-white {
  display: block;
}
.header.transparent .logo-black {
  display: none;
}
.logo {
  width: 200px;
}
.logo-white {
  display: none;
}
.wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow-x: hidden;
}
section {
  position: relative;
  padding: calc(30px + 2.5vw) calc(5.5vw + 15px);
  /* padding: calc(30px + 2.5vw) 0; */
  /* overflow: hidden; */
  clear: both;
}
section.first {
  padding: 100px calc(5.5vw + 15px) calc(30px + 2.5vw);
}
.page-projekte .intro-container.first,
.page-aktuelles .intro-container.first,
.page-engagements .intro-container.first {
  padding: 100px calc(5.5vw + 15px) 0;
}
.content-large {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
}

/*Breitenänderung 15*/
.content-small {
  width: calc(100% / 23 * 18);
  margin: 0 auto;
}

.inner {
  position: relative;
  max-width: 1840px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.flex {
  display: flex;
  justify-content: space-between;
}

.dw_flex {
  display: flex;
}

.grid {
  margin: -30px 0 -30px;
}
.project-grid {
  margin: -30px 0 0;
}
/*------------------------------------*\ HERO & INFO-BOX \*------------------------------------*/
.hero-container {
  height: 70vh;
  min-height: 950px!important;
  position: relative;
  overflow: visible !important;
}
.hero-container .inner,
.intro-container .inner {
  padding-top: calc(30px + 2.5vw);
}

#info-box {
  font-size: 16px;
  line-height: 24px;
  width: calc(100% / 23 * 5);
  position: absolute;
  border: 1px solid #e2e2e2;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}
#info-box.closed {
  display: none;
}
.info-box-content {
  padding: calc(15px + 1.25vw);
}
.info-button {
  cursor: pointer;
  display: block;
  width: 10px;
  height: 10px;
  float: right;
  margin: 10px;
}
.info-button img {
  width: 100%;
  display: block;
}

.intro-container--outro .content-small {
  width: calc(100% / 23 * 15);
  margin-inline: auto;
  max-width: 800px;
  width: 100%;
}

@media (min-width: 1920px) {
  .hero-container {
    height: 80vh;
    min-height: 50vh;
  }
}

@media (max-width: 1200px) {
  .hero-container {
    height: 70vh;
    min-height: 50vh;
    position: relative;
  }
}

@media (max-width: 991px) {
  .intro-container--outro .content-small {
    width: calc(100% / 23 * 19);
  }
  .hero-container {
    min-height: 100px!important;
    height: 40vh;
    min-height: 10vh;
    position: relative;
  }
}

@media (max-width: 767px) {
  .intro-container--outro .content-small {
    width: 100%;
  }
}

/*------------------------------------*\ PARALLAX \*------------------------------------*/
.content-parallax {
  bottom: 100px;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  pointer-events: none;
  overflow: visible;
  z-index: 0;
  min-height: 50vw;
}

@media (max-width: 767px) {
  .content-parallax {
    top: 100px;
  }

}

.dw_content_parallax {
  bottom: 0px;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  pointer-events: none;
  overflow: visible;
  z-index: 0;
  height: 100%;
}

.parallax-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.parallax-layer img {
  width: 100%;
  height: auto;
}
/*------------------------------------*\ BACKGROUNDS \*------------------------------------*/
.light-bg {
  background-color: var(--turquoise);
  color: var(--black);
}

.red-bg {
  background-color: var(--red);
}

.red-bg p {
  color: var(--black);
}

.blue-bg {
  background-color: var(--blue);
  color: var(--white);
}

.blue-bg p {
  color: var(--white);
}

.light-bg p {
  color: var(--black);
}
.dark-bg {
  color: var(--green-creme);
  background: linear-gradient(
    45deg,
    rgba(0, 41, 40, 1) 0%,
    rgba(0, 65, 63, 1) 100%
  );
}
.dark-bg p,
.footer p {
  color: var(--green-creme);
}
/*------------------------------------*\ GRID DIVIDER \*------------------------------------*/
.divider {
  padding: 0 calc(5.5vw + 15px);
  width: 100%;
}
/* .divider .nav-grid {
  background-image: url("images/grid-dots-nav.svg");
  height: 13.5vw;
}

.divider .bottom {
  background-image: url("images/grid-dots-footer.svg");
  margin-bottom: 60px;
} */
/* .grid-dots {
  position: relative;
  max-width: 1840px;
  background-image: url("images/grid-dots.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 4.5vw;
  margin: 0 auto;
  width: 100%;
} */
.scroll-to-top,
.scroll-down {
  cursor: pointer;
}
.scroll-to-top {
  width: 80px;
  display: flex;
  height: 100%;
  margin: 0 auto;
}
.scroll-down {
  bottom: 60px;
  display: block;
  margin: 0 auto;
  width: 100px;
  position: relative;
}
/*------------------------------------*\ NAVIGATION \*------------------------------------*/
#main-navigation {
  background-image: url("images/nav-bg.jpg");
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: fixed;
  top: calc(-100vh - 600px);
  transition: all 0.2s;
  z-index: 2;
  padding: 100px 0 calc(5.5vw + 15px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: scroll;
}
#main-navigation .inner {
  height: auto;
}
#main-navigation .content-small {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 4.5vw 0;
}
#main-navigation.visible {
  top: 0;
}
.primary {
  width: calc(100% / 15 * 9);
  border-left: 1px solid var(--green-creme);
}
.secondary {
  width: calc(100% / 15 * 5);
  border-left: 1px solid var(--green-creme);
}
#big-menu,
#small-menu {
  padding: 0;
  margin: 0;
}
#big-menu li {
  padding: 15px 0 10px calc(100% / 9 * 1);
  transition: all 0.1s;
}
#big-menu li a {
  font-size: 72px;
  line-height: 72px;
  letter-spacing: 0.03em;
}
#small-menu li {
  padding: 8px 0 8px 20%;
  margin: 0;
  transition: all 0.1s;
}
#small-menu li a {
  font-size: 25px;
  line-height: 25px;
}
.menu-item-type-post_type a {
  display: flex;
}

.main_menue .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  height: 100%;
  margin: 0px;
}

.main_menue .menu .menu-item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_menue {
  height: 100%;
}

nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_menue .menu-item {
  position: relative;
}

.main_menue .menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease-in-out;
}

.main_menue .menu-item:hover::after,
.main_menue .menu-item.current-menu-item::after {
  transform: scaleX(1);
}

.menu-item-count {
  font-size: calc(10px + 0.8vw);
  color: var(--green-creme);
  display: block;
  margin: -1vw 5px 0;
  font-weight: 300;
}
.menu li {
  list-style: none;
}
.primary .menu li:hover,
.primary .menu li:focus,
.primary .current-menu-item,
.secondary .menu li:hover,
.secondary .menu li:focus,
.secondary .current-menu-item {
  border-left: 6px solid var(--green-creme);
}
.main_menue .menu li a {
  color: var(--black);
  font-weight: 700;
}
.menu-link {
  align-items: center;
  color: var(--black);
  display: flex;
  font-size: 16px;
  font-weight: 700;
}
.menu-link .close {
  display: none;
}
.menu-line {
  background-color: var(--black);
  display: inline-block;
  height: 2px;
  margin: 0 0 0 10px;
  width: 45px;
}
.is-active .menu-link {
  color: var(--green-creme);
}
.is-active .menu-link .close {
  display: block;
}
.is-active .menu-link .open {
  display: none;
}
.is-active .menu-line {
  background-color: var(--green-creme);
}
/*------------------------------------*\ STICKY NAVIGATION \*------------------------------------*/
.sticky-navigation {
  z-index: 2;
  position: fixed;
  margin: 0;
  color: var(--black);
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.sticky-navigation div {
  margin: 0 auto;
  list-style: none;
}
.left-side {
  left: 0;
  width: 100vh;
  height: 60px;
  position: fixed;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -moz-transform: rotate(-90deg) translateX(-100%);
  -o-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
}
.right-side {
  right: 0;
  width: 100vh;
  height: 60px;
  position: fixed;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(90deg) translateX(100%);
  -moz-transform: rotate(90deg) translateX(100%);
  -o-transform: rotate(90deg) translateX(100%);
  transform: rotate(90deg) translateX(100%);
}
#breadcrumb {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.bc-seperator {
  padding: 0 5px;
}
.light,
.light a,
.light strong,
.on-menu a,
.on-menu strong,
.on-menu {
  color: var(--green-creme);
}
/*------------------------------------*\ FACHBEREICHE \*------------------------------------*/
.fabe-list-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.fabe-item {
  display: inline-block;
  font-size: 45px;
  line-height: 45px;
  border: none;
  color: var(--green-creme);
  margin: 10px 20px 10px 0;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.2s;
}
.fabe-list.in-focus .fabe-item {
  opacity: 0.4;
}
.fabe-list.in-focus .fabe-item.show {
  opacity: 1;
}
.color-relation {
  white-space: nowrap;
  display: inline;
  position: relative;
  margin: 0;
}
.color-wrap {
  display: inline-block;
  height: 1vw;
  min-height: 10px;
  max-width: 12px;
  max-height: 12x;
  position: relative;
  width: auto;
}
.main-color {
  display: inline-block;
  height: 0.7vw;
  left: 0;
  margin: 0 auto;
  min-height: 5px;
  min-width: 5px;
  max-height: 7px;
  max-width: 7px;
  position: absolute;
  top: 0;
  width: 0.7vw;
}
.fabe-entry h1 {
  position: relative;
}
.main-item {
  font-weight: 700;
}
.main-item-green {
  color: #34c9a2;
}
.green-color {
  background-color: #34c9a2;
}
.main-item-red {
  color: #ff8255;
}
.red-color {
  background-color: #ff8255;
}
.main-item-yellow {
  color: #eada22;
}
.yellow-color {
  background-color: #eada22;
}
/*------------------------------------*\ TEXT/IMAGE TEASER \*------------------------------------*/
.col-size-third {
  width: calc(100% / 23 * 7);
}
.col-size-half {
  width: calc(50% - (100% / 23 * 0.5));
}
.col-size-quarter {
  width: calc(100% / 23 * 5);
}
.teaser-link {
  color: var(--black);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  border-bottom: none;
}
/*
.teaser-link::after {
  bottom: -5px;
  display: block;
  left: 0;
  transition: all .2s;
  width: 60px;
  background-color: var(--black);
  content: '';
  height: 2px;
  position: absolute;
}
  */
.teaser-link:hover::after,
.go-back-link:hover::after {
  width: 100%;
}
.box-teaser .teaser-link,
.dark-bg .teaser-link {
  color: var(--green-creme);
}
.box-teaser .teaser-link::after,
.dark-bg .teaser-link::after {
  background-color: var(--green-creme);
}
/*------------------------------------*\ PROJECT TEASER BIG \*------------------------------------*/
.project-teaser-container,
.image-full {
  padding: 0;
}
.project-teaser-container .inner {
  max-width: 100%;
  display: flex;
}
.project-teaser-big {
  width: 50%;
  margin: 0;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.project-teaser-big .teaser-content {
  padding: calc(30px + 2.5vw) calc(5.5vw + 15px) calc(30px + 2.5vw) 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
.project-teaser-big:nth-child(odd) .teaser-content {
  padding: calc(30px + 2.5vw) 0 calc(30px + 2.5vw) calc(5.5vw + 15px);
}
.project-teaser-big a {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: end;
}
.teaser-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  transition: 0.2s;
  opacity: 50%;
}
.teaser-container:hover::before {
  opacity: 70%;
}
.teaser-container.green-overlay::before {
  background: linear-gradient(
    45deg,
    rgba(0, 41, 40, 1) 0%,
    rgba(0, 65, 63, 1) 100%
  );
}
.teaser-container.black-overlay::before {
  background-color: var(--black);
}
.teaser-scale-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: transform 0.4s;
  transform-origin: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.project-teaser-big:hover .teaser-scale-bg,
.grid-item:hover .teaser-scale-bg {
  transform: scale(1.2);
}
.project-teaser-big:hover .teaser-link::after,
.grid-item:hover .teaser-link::after {
  width: 100%;
}
.project-teaser-big figcaption {
  max-width: 920px;
  width: 100%;
  position: relative;
  color: var(--green-creme);
  min-height: 140px;
}
.project-teaser-big .teaser-headline {
  color: var(--green-creme);
}
.project-teaser-big:nth-child(even) figcaption {
  float: left;
  padding-left: calc(100% / 23 * 3);
}
.project-teaser-big:nth-child(odd) figcaption {
  float: right;
  padding-right: calc(100% / 23 * 3);
}
.project-teaser-big figcaption .teaser-link {
  color: var(--green-creme);
}
.project-teaser-big figcaption .teaser-link::after {
  background-color: var(--green-creme);
}
.project-teaser-big .teaser-title {
  color: var(--green-creme);
}
.box-loop-container .related-teaser-top {
  margin: 0 calc(100% / 23 * 0.5);
  display: inline-block;
}
/*------------------------------------*\ PROJECT GRID \*------------------------------------*/
.grid-sizer {
  width: calc(25% - (100% / 23 * 0.75));
}
.gutter-sizer {
  width: calc(100% / 23 * 1);
}
.project-grid {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.project-grid::after {
  content: "";
  display: block;
  clear: both;
}
.grid-item.grid-size-small {
  width: calc(25% - (100% / 23 * 0.75));
}
.hidden-project {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}
#load-more {
  background: transparent;
  border: 2px solid;
  font:
    300 16px/30px "Frutiger",
    Helvetica,
    Arial,
    sans-serif;
  padding: 10px 20px 8px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  display: block;
  margin-top: 30px;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: all 0.2s;
}
.grid-item {
  width: calc(50% - (100% / 23 * 0.5));
  display: block;
  overflow: visible;
  float: left;
  margin: calc(15px + 1.25vw) 0;
}
figure {
  margin: 0;
}
.teaser-image {
  padding-top: 45%;
  position: relative;
  overflow: hidden;
}
.grid-size-small .teaser-image {
  padding-top: 100%;
}
.grid-size-big .teaser-image {
  padding-top: 45%;
}
.project-teaser figcaption {
  padding: 25px 0 5px;
  overflow: visible;
}
.teaser-title {
  color: var(--black);
  font-weight: 700;
  margin: 0;
  font-size: 35px;
  line-height: 45px;
}
.teaser-headline {
  color: var(--black);
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
}
.grid-size-small .teaser-title {
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 25px;
}
/*------------------------------------*\ NEWS GRID \*------------------------------------*/
.box-loop-container {
  position: relative;
  width: 100%;
}

.box-loop-container .inner {
  max-width: 1840px;
}

.box-loop-container .related-teaser-top {
  margin-bottom: 25px;
}

/* grid-template-columns: repeat(4, minmax(0, 1fr)); */ 

.box-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  width: 100%;
  margin: 0;
}

.box-teaser,
.box-teaser.grid-size-small {
  width: 100%;
  min-width: 0;
  height: 100%;
  margin: 0;
}

.box-teaser:nth-child(odd),
.box-teaser:nth-child(even) {
  margin: 0;
}

.box-teaser.grid-size-small .teaser-date,
.box-teaser.grid-size-small .teaser-title {
  width: 100%;
}

.box-teaser .teaser-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  min-height: 23vw;
  margin: 0;
  padding: 70px 70px 40px;
  overflow: hidden;
}

.box-teaser .teaser-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin: 0;
  color: var(--green-creme);
  background-size: cover;
}

.box-teaser .teaser-content figcaption {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: calc(100% / 11) calc(100% / 11) 120px;
}

.box-teaser .teaser-title {
  color: var(--green-creme);
}

.page-engagement .box-teaser .teaser-title {
  width: 100%;
}

.box-teaser .teaser-date {
  display: block;

  width: calc(100% / 9 * 3);
  margin-right: calc(100% / 9);
  font-size: 25px;
}

.grid-size-small .teaser-date {
  font-size: 20px;
}

@media (max-width: 1400px) {
  .box-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .box-teaser .teaser-container {
    padding: 50px 50px 30px;
  }
}

@media (max-width: 1024px) {
  .box-teaser .teaser-container {
    min-height: 40vw;
  }

  .single-news .box-teaser.grid-size-small {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .box-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .box-teaser .teaser-container {
    min-height: 60vw;
    padding: 30px 30px 20px;
  }

  .box-teaser .teaser-date,
  .grid-size-small .teaser-date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .box-teaser .teaser-title {
    width: 100%;
  }
}

/*------------------------------------*\ TEAM GRID \*------------------------------------*/
.grid-size-medium {
  width: calc(100% / 23 * 7);
}
.staff-portrait {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}
.staff-member .staff-name {
  margin: 25px 0 0 0;
}
.staff-info p {
  color: var(--black);
}
.staff-info .education {
  margin-bottom: 10px;
}
/*------------------------------------*\ PROJECT SINGLE \*------------------------------------*/
.single .entry-content.first {
  padding-bottom: calc(15px + 1.25vw);
}
.entry-content {
  padding: calc(15px + 1.25vw) calc(5.5vw + 15px);
}
.entry-content.first:only-child {
  padding: 100px calc(5.5vw + 15px) calc(15px + 1.25vw);
}
.info-list {
  display: block;
}
.info-list p,
.info-list a,
.accordion-container li {
  color: var(--white);
}

.info-list-item {
  border-bottom: 1px solid #e2e2e2;
  display: block;
  padding: 15px 0;
}
.info-list-item:first-child {
  border-top: 1px solid #e2e2e2;
}
.info-list {
  font-size: 16px;
  margin: 0;
}
.info-list .title {
  font-weight: 700;
  text-transform: uppercase;
}
.contact-person {
  margin: 60px 0 0;
  display: flex;
  justify-content: space-between;
}
.staff-img {
  height: 85px;
  width: 85px;
  background-size: 100%;
  background-position: top center;
}
.contact-person .staff-info {
  width: calc(100% - 100px);
}

.entry-content p,
.entry-content a {
  color: inherit !important;
}
/*------------------------------------*\ NEWS SINGLE \*------------------------------------*/
.entry-container.with-date .text-col {
  width: calc(100% / 23 * 15);
  margin-right: calc(100% / 23 * 4);
}
.entry-container.with-date .inner {
  align-items: baseline;
}
.blog-info-content,
.project-info-content {
  padding: calc(15px + 1.25vw) calc(5.5vw + 15px) 0;
}
.entry-container section:last-child {
  margin-bottom: calc(30px + 2.5vw);
}
.blog-info {
  width: 100%;
  padding: calc(15px + 1.25vw) 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
}
.blog-info span {
  width: calc(100% / 23 * 4);
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}
.blog-info a {
  color: var(--black);
}
/*------------------------------------*\ GALLERY/IMAGES \*------------------------------------*/
.gallery-slider {
  width: calc(100% / 23 * 15);
  position: relative;
  min-height: 450px;
  max-height: 650px;
  height: 30vw;
}
.single-image,
.gallery-slider {
  width: calc(100% / 23 * 15);
  position: relative;
}
.single-image img {
  width: 100%;
}
.single-image.big {
  width: 100%;
}
.image-position-right,
.image-position-left {
  display: flex;
  justify-content: space-between;
}
.image-position-right {
  flex-direction: row-reverse;
}
.image-position-left .image-col {
  float: left;
  margin: 0 calc(100% / 23 * 1) 0 0;
}
.single-image span {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
}
.gallery-slider.big {
  width: 100%;
}
.slick-list {
  overflow: hidden;
  height: 100%;
}
.slick-list img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Slick Slider Slides selbe höhe*/
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-arrow {
  position: absolute;
  height: 60px;
  width: 30px;
  z-index: 1;
  bottom: 0;
  background-color: var(--green-creme);
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

/* Slick Slider Custom Arrows*/
.slick-prev {
  right: 30px;
  background-image: url("images/arrow-prev.svg");
}
.slick-next {
  right: 0;
  background-image: url("images/arrow-next.svg");
}

.slick-next-black,
.slick-prev-black {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  background-color: transparent !important;
}

.slick-next-black {
  background-image: url("images/arrow-black.svg");
  margin-right: 20px;
}

.slick-prev-black {
  background-image: url("images/arrow-black.svg");
  transform: rotate(-180deg);
  margin-right: 60px;
}

/* Slick Slider gap / Abstand zwischen Slides */
.slick-slide {
  margin: 0 27px;
}

.slick-list {
  margin: 0 -27px;
}

@media (max-width: 992px) {
  .slick-list {
    margin: 0 12px;
  }
}

/*------------------------------------*\ PROJECT MAP \*------------------------------------*/
#filter {
  margin: 0 0 calc(30px + 2.5vw);
}
#filter ul li {
  color: var(--black);
}
.project-map,
.contact-map {
  height: 600px;
  width: 100%;
}
.project-map {
  margin: 0 0 calc(30px + 2.5vw);
}
.contact-map {
  margin-top: calc(15px + 1.25vw);
}
.gm-style img {
  max-width: 100%;
}
.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}
.cluster div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
button.gm-ui-hover-effect img {
  display: none !important;
}
button.gm-ui-hover-effect {
  background: url(images/gm-close.svg) !important;
  background-size: 8px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.info-window {
  background-color: #00413f;
  padding: 15px;
  width: 300px;
  max-width: 100%;
}
.no-permalink {
  background-color: #87aaa9;
}
.info-window::after {
  content: "";
  height: 15px;
  left: 0;
  right: 0;
  position: absolute;
  bottom: -15px;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  background: #00413f;
  margin-left: 50%;
}
.no-permalink::after {
  background: #87aaa9;
}
.gm-style .gm-style-iw-c {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  overflow: visible;
}
.gm-style .gm-style-iw-t::after {
  display: none;
}
.gm-style {
  font-family: "Frutiger", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.gm-style h4,
.gm-style p {
  margin: 0;
  color: var(--green-creme);
}
.gm-style a {
  margin-top: 10px;
  color: var(--green-creme);
  border-bottom: 1px solid var(--green-creme);
  display: inline-block;
}
/*------------------------------------*\ TEXT \*------------------------------------*/
.text-block-container,
.text-icon,
.footer {
  padding: calc(15px + 1.25vw) calc(5.5vw + 15px);
}
.text-block-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}
.text-block {
  margin: calc(15px + 1.25vw) 0;
}
.text-block-image {
  width: 100%;
  margin: 0 0 25px;
}
.text-col {
  width: calc(100% / 15 * 11);
}
.text-block-icon {
  max-width: 50%;
  min-width: 120px;
}
/*------------------------------------*\ ACCORDION \*------------------------------------*/
.accordion-row {
  clear: both;
  display: inline-block;
  width: 100%;
}

.accordion-row:first-child .accordion-container {
  margin-top: 0;
}
.accordion-row:last-child .accordion-container {
  margin-bottom: 0;
}
.accordion-row .info-list-item:first-child {
  border-top: 1px solid var(--white);
}
.accordion-row .info-list-item:last-child {
  border-bottom: 1px solid var(--white);
}
.accordion-item {
  display: block;
  clear: none;
}
.accordion-title {
  font-weight: 700;
  position: relative;
  display: block;
  cursor: pointer;
  padding-right: 40px;
}
.accordion-title.title:only-child {
  cursor: default;
}
.accordion-title.title:only-child span {
  display: none;
}
.download-link {
  border-bottom: none;
  padding-left: 20px;
  background-image: url("images/download-arrow.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px;
}
.accordion-content {
  display: none;
  padding: 5px 40px 0 0;
}
.accordion-title > span {
  position: absolute;
  border-radius: 50%;
  padding: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.accordion-title > span::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 18px;
  width: 2px;
  background-color: var(--white);
  transform: translate(-50%, -50%);
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.accordion-title > span::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 18px;
  width: 2px;
  background-color: var(--white);
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-open .accordion-title > span::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
/*------------------------------------*\ HISTORY \*------------------------------------*/
.text-list-item {
}

.history_item {
  border-top: solid 2px rgba(0, 0, 0, 0.3);
  position: relative;
  padding-top: 36px;
}

.history_item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 24px;
  background-color: var(--black);
  width: 15px;
  height: 15px;
  border-radius: 15px;
  transform: translate(0px, -50%);
}

.slick-current.history_item::before {
  box-shadow: 0px 0px 0px 8px #00000033;
}

.dw_history_slider .slick-slide {
  padding: 1rem 24px;
  box-sizing: border-box;
}

.dw_history_slider .slick-list {
  margin: 0 -24px;
}

@media (max-width: 768px) {
  .dw_history_slider .slick-slide {
    padding: 1rem 48px;
    box-sizing: border-box;
  }

  .history_item::before {
    left: 48px;
  }
}

/*------------------------------------*\ TESTIMONIALS \*------------------------------------*/
.testimonial-container {
  color: var(--black);
  z-index: 0;
  position: relative;
}
.testimonial-text {
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  width: calc(100% / 23 * 15);
}
.testimonial-figure {
  width: calc(100% / 23 * 5);
}
.testimonial-slide {
  display: inline-flex;
  align-items: flex-end;
  justify-content: space-between;
}
/*------------------------------------*\ VIDEO \*------------------------------------*/
.youtube {
  background-color: #efefef;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

iframe {
  top: 0;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

/*------------------------------------*\ FOOTER \*------------------------------------*/
.footer {
  background-color: var(--black);
  color: var(--green-creme);
}
.footer .inner {
  display: flex;
  justify-content: space-between;
}
.footer-columns {
  margin-bottom: 30px;
}
#footer-navigation {
  width: calc(100% / 23 * 11);
}
#footer-menu {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
#footer-menu li {
  margin: 0 20px 0 0;
}
#footer-menu li a {
  border: 0;
}
.copyright {
  font-size: 16px;
  line-height: 24px;
}
/** * multiple-select - Multiple select is a jQuery plugin to select multiple elements with checkboxes :). * * @version v1.5.2 * @homepage http://multiple-select.wenzhixin.net.cn * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/) * @license MIT */
.ms-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: auto !important;
  top: auto !important;
}
.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: calc(25% - (100% / 23 * 1));
  margin-right: calc(100% / 23 * 1 - 5px);
}
.ms-choice {
  font-family: "Frutiger", Arial, Helvetica, sans-serif;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #e2e2e2;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  color: var(--black);
  text-decoration: none;
  background-color: #fff;
}
.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.ms-choice > span {
  font-size: 16px;
  position: relative;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 10px 30px 10px 10px;
}
.ms-choice > span.placeholder {
  color: var(--black);
  font-weight: 700;
}
.ms-choice > div.icon-caret {
  position: absolute;
  width: 16px;
  height: 10px;
  top: 50%;
  right: 8px;
  margin-top: -5px;
  background-image: url("images/dropdown.svg");
  background-size: 100%;
}
.ms-choice > div.icon-caret.open {
  background-image: url("images/dropdown.svg");
  background-size: 100%;
  transform: rotate(180deg);
}
.ms-drop {
  width: auto;
  min-width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -2px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: var(--black);
  border: 2px solid #e2e2e2;
  background-image: none;
}
.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 10px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
  box-sizing: border-box;
}
.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 5px;
  margin: 0;
  outline: 0;
  font-family: "Frutiger", Arial, Helvetica, sans-serif;
  font-size: 16px;
  border: 2px solid #e2e2e2;
  box-shadow: none;
}
.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 0;
}
.ms-drop ul > li {
  font-family: "Frutiger", Arial, Helvetica, sans-serif;
  font-size: 16px;
  list-style: none;
  display: list-item;
  position: static;
  padding: 0.25rem 10px;
  background-image: none;
}
.ms-drop ul > li.group {
  clear: both;
}
.ms-drop ul > li label {
  position: relative;
  margin-bottom: 0;
  display: block;
  white-space: nowrap;
  cursor: pointer;
  padding-left: 15px;
  background-image: url("images/deselected.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
.group label {
  font-weight: 700;
}
.ms-drop ul > .group.selected label {
  background-image: url("images/deselected.svg");
}
.ms-drop ul > .selected label {
  background-image: url("images/selected.svg");
}
.ms-select-all label {
  background: none !important;
  padding: 0 !important;
}
.ms-drop ul > li input[disabled] + span,
.ms-drop ul > li input[disabled] {
  opacity: 0.4;
}
.ms-drop input[type="radio"],
.ms-drop input[type="checkbox"] {
  display: none;
}
.ms-drop .ms-no-results {
  display: block;
}
/*------------------------------------*\ RESPONSIVE \*------------------------------------*/
@media only screen and (max-width: 1400px) {
  h1 {
    margin: 0 0 15px;
    font-size: calc(40px + 1vw);
    line-height: calc(30px + 2vw);
  }
  #big-menu li a {
    font-size: calc(40px + 1vw);
    line-height: calc(40px + 1vw);
  }
  .intro-container .text-col,
  .entry-container.with-date .text-col {
    width: 100%;
    margin: 0;
  }
  .box-teaser .teaser-date,
  .box-teaser .teaser-title {
    width: 100%;
  }
  .team-grid .grid-item.grid-size-small {
    width: calc(33.3% - (100% / 23 * 0.75));
  }
  #info-box {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    position: absolute;
    bottom: 100px;
  }
  .entry-content.first .inner {
    flex-wrap: wrap;
    width: calc(100% / 23 * 15);
  }
  .blog-info span {
    width: calc(100% / 23 * 6);
  }
  #footer-navigation {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
  h3,
  .teaser-title,
  .text-icon p,
  .title-col,
  .fabe-item,
  .date-col {
    font-size: 25px;
    line-height: 35px;
  }
  .hero-container {
    height: 100vh;
  }
  .parallax-layer {
    margin: 10vw 0 0 -25%;
    width: 150%;
  }
  #main-navigation .content-small {
    flex-wrap: wrap;
  }
  .sticky-navigation,
  #footer-navigation {
    display: none;
  }
  #big-menu li {
    padding: 10px calc(100% / 15 * 1);
  }
  #small-menu li {
    padding: 8px 0 8px calc(100% / 15 * 1);
  }
  .primary,
  .secondary,
  .content-small,
  .testimonial-text,
  .testimonial-figure,
  .text-col,
  .info-list,
  .single-image,
  .text-image-teaser-container .column,
  .entry-content.first .inner {
    width: 100%;
  }
  .secondary,
  .accordion-row .info-list,
  .testimonial-figure {
    padding-top: 30px;
  }
  .project-teaser-big:nth-child(2n) figcaption {
    padding-left: calc(5.5vw + 15px);
  }
  .box-teaser .teaser-date {
    font-size: 20px;
  }
  .flex {
    flex-wrap: wrap;
  }
  .main-color {
    width: 5px;
    height: 5px;
  }
  .project-image {
    width: 50%;
  }
  #main-navigation .content-small {
    width: calc(100% / 23 * 19);
  }
  .text-image-teaser-container .single-image {
    margin-bottom: calc(15px + 1.25vw);
  }
  .col-size-half,
  .col-size-third,
  .col-size-quarter,
  .col-size-small {
    width: calc(50% - (100% / 23 * 1));
  }
  .grid-item.grid-size-small,
  .team-grid .grid-item.grid-size-small {
    width: calc(50% - (100% / 23 * 0.5));
  }
  .box-teaser.grid-size-small {
    width: calc(50% - (100% / 23 * 1));
  }
  .grid-size-big .teaser-image {
    padding-top: 100%;
  }
  .box-teaser {
    min-height: 40vw;
  }
  .ms-parent {
    width: calc(50% - (100% / 23 * 0.5)) !important;
    padding: 10px 0;
  }
  /* .grid-dots {
    background-image: url("images/grid-dots-15.svg");
    height: 9vw;
  }
  .divider .nav-grid {
    background-image: url("images/grid-dots-nav-15.svg");
    height: 20vw;
  }
  .divider .bottom {
    background-image: url("images/grid-dots-footer-15.svg");
    margin-bottom: calc(30px + 2.5vw);
  } */
}
@media only screen and (max-width: 768px) {
  .blog-info span,
  .box-teaser .teaser-date,
  .box-teaser .teaser-title,
  .project-teaser-big,
  .grid-item.grid-size-big,
  .grid-item.grid-size-small,
  .team-grid .grid-item.grid-size-small,
  .grid-item,
  .col-size-half,
  .col-size-third {
    width: 100%;
  }
  .blog-info span {
    padding: 5px 0;
  }
  .box-loop-container {
    padding: calc(30px + 2.5vw) calc(5.5vw + 15px);
  }
  .box-loop-container .inner {
    max-width: auto;
  }
  .box-teaser .teaser-content {
    min-height: auto;
  }
  .box-teaser,
  .box-loop-container .related-teaser-top {
    margin: calc(15px + 1.25vw) 0;
  }
  .grid-size-big .teaser-image,
  .grid-size-small .teaser-image {
    padding-top: 50%;
  }
  .project-image {
    width: 100%;
    margin: 30px 0 0;
  }
  #small-menu li a {
    font-size: 20px;
  }
  .divider {
    padding: 0 calc(5.5vw + 15px);
  }
  td {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }
  h1,
  #big-menu li a {
    font-size: 35px;
    line-height: 45px;
  }
  h2,
  .testimonial-text {
    font-size: 25px;
    line-height: 35px;
  }
  .logo {
    min-width: 70px;
    width: 40%;
  }
  .hero-container {
    height: 50vh;
  }
  #big-menu li,
  #small-menu li {
    padding: 5px calc(100% / 15 * 1);
  }
  .fabe-item {
    font-size: 25px;
    line-height: 33px;
    margin: 15px 0;
    white-space: unset;
    display: block;
  }
  .flex {
    flex-wrap: wrap;
  }
  .column {
    width: 100%;
  }
  .single-image,
  .gallery-slider {
    min-height: calc(50vw - (11vw - 30px));
  }
  .project-map,
  .contact-map {
    height: calc(100vw - (11vw - 30px));
  }
  .title-col {
    margin: 0;
  }
  .testimonial-slide.column {
    margin: 0;
  }
  .ms-parent {
    width: 100% !important;
    padding: 10px 0;
  }
  /* .grid-dots {
    background-image: url("images/grid-dots-11.svg");
    height: 9vw;
  }
  .divider .nav-grid {
    background-image: url("images/grid-dots-nav-11.svg");
    height: 30vw;
  }
  .divider .bottom {
    background-image: url("images/grid-dots-footer-11.svg");
    margin-bottom: 30px;
  } */
}

/* Allgemeines */

.mt_70 {
  margin-top: 70px;
}

.mb_70 {
  margin-bottom: 70px;
}

.text_link {
  text-transform: uppercase;
  font-weight: 700;
}

.hero_buttons_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.hero_buttons_wrapper_vertical {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.hero_button_con {
  width: 50%;
}

.hero_buttons_wrapper_vertical .hero_button_con {
  width: 100%;
}

.hero_button_con .hero_button_con_inner:nth-child(odd) {
  margin-right: 70px;
}

.hero_button {
  display: flex;
  align-items: center;
  padding: 30px 0px;
  z-index: 1;
}

.hero_button::after {
  width: 100%;
}

.hero_button_svg {
  display: flex;
  align-items: center;
}

.hero_button_svg {
  display: flex;
  align-items: center;
}

.hero_button_svg {
  width: 0px;
  transition: all 0.5s;
}

.hero_button_svg svg {
  max-width: 60px;
  padding-right: 15px;
}

.hero_button:hover .hero_button_svg {
  width: 60px;
}

.hero_button_con_inner {
  position: relative;
}

.hero_button_img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transform: translate(-50%, -50%) rotate(15deg);
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;
}

.hero_button:hover + .hero_button_img {
  opacity: 1;
  transform: translate(-80%, -50%) rotate(15deg);
}

.hero-container.first,
.second {
  background-color: var(--turquoise);
}

.dw_slider_img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}

.dw_project_link {
  height: 100%;
}

.dw_slider_teaser_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dw_project_slider .slick-arrow {
  top: 0;
  bottom: auto;
}

.dw_logo_slider .slick-arrow,
.dw_gallery_slider .slick-arrow,
.dw_history_slider .slick-arrow {
  top: -80px;
  right: calc(5.5vw + 15px) !important;
}

/* padding: calc(30px + 2.5vw) calc(5.5vw + 15px);*/

.dw_logo_slider .slick-next,
.dw_gallery_slider .slick-next,
.dw_history_slider .slick-next {
  right: 50%;
  transform: translate(calc(50% + 15px), 0px);
}

.dw_logo_slider .slick-prev,
.dw_gallery_slider .slick-prev {
  right: 50%;
  transform: translate(calc(50% - 15px), 0px);
}

footer strong {
  color: var(--green-creme);
}

.dw_social_icons {
  gap: 11px;
  align-items: center;
  justify-content: center;
}

.dw_social_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
}

.gap_20 {
  gap: 20px;
}

.gap_70 {
  gap: 70px;
}

.dw_masonry {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
  column-gap: 70px;
  row-gap: 70px;
}

@supports (display: grid-lanes) {
  .dw_masonry {
    display: grid-lanes;
    grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
  }
}

.dw_masonry .dw_slider_img {
  aspect-ratio: auto;
  width: 100%;
  object-fit: cover;
}

.dw_breadcrumps {
  margin-bottom: 20px;
  font-size: 16px;
}

.dw_breadcrumps a::after {
  display: none;
}

.fw_300 {
  font-weight: 300;
}

.dw_sb {
  justify-content: space-between;
  flex-wrap: wrap;
}

.pos_rel {
  position: relative;
}

.testimonial-slider .slick-track {
  display: block !important;
}

.testimonial-slider .slick-slide {
  height: auto !important;
}

.testimonial-text {
  padding-bottom: 1rem;
}

/*------------ Gallery Section -----------------*/

section.gallery-section {
  padding: calc(30px + 2.5vw) 0 !important;
}

section:has(.dw_history_slider) {
  padding: calc(30px + 2.5vw) 0 !important;
}

/*------------ Text / Image --------------------*/

.image_text_block {
  width: 100%;
}

.txt_img_split {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  gap: 3rem;
}

.txt_img_split_reverse {
  flex-direction: row-reverse;
}

.txt_img_split_text,
.txt_img_split_image {
  flex: 1 1 50%;
  width: 50%;
  min-width: 0;
}

.txt_img_split_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.txt_img_split_image {
  margin: 0;
}

.txt_img_split_image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .txt_img_split,
  .txt_img_split_reverse {
    flex-direction: column;
    gap: 2rem;
  }

  .txt_img_split_text,
  .txt_img_split_image {
    width: 100%;
    flex-basis: 100%;
  }

  .txt_img_split_image img {
    height: auto;
    min-height: 0;
  }


  .hero_buttons_wrapper{
    flex-direction: row;
  }

  .hero_button_con {
    width: 100%;
  }

  .hero_button.h2{
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 116.667% */
    letter-spacing: 0.5px;
  }
}

@media (min-width: 768px) {
  .menu-toggle{
    display: none;
  }
}


@media (max-width: 768px) {
  .menu-toggle{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
     font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
    letter-spacing: 0.4px;
    border: none;
    background: transparent;
  }

  .menu{
    display: none!important;
  }
}

.modal {
  display: none; 
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: white;
}

.modal-content{
  
}

.modal-content .menu{
  display: flex!important;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}

.modal-content nav{
  align-items: flex-start;
  justify-content: start;
  padding: 50px calc(5.5vw + 15px);
}

.modal_header{
  display: flex;
  justify-content: space-between;
  padding: 0 calc(5.5vw + 15px);
  height: 100px;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
}