/*
	Theme Name: Marisa Meier
	Author: Komplizen GmbH
    Version: 1.0
	Author URI: http://komplizen.ch
*/
/* global styles */
/* fonts */
/* fonts */
@font-face {
  font-family: "Aktiv Grotesk";
  src: url("assets/fonts/AktivGrotesk_W_Bd.woff2") format("woff2"), url("assets/fonts/AktivGrotesk_W_Bd.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
}
@font-face {
  font-family: "Aktiv Grotesk";
  src: url("assets/fonts/AktivGrotesk_W_Lt.woff2") format("woff2"), url("assets/fonts/AktivGrotesk_W_Lt.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat Alternates";
  src: url("assets/fonts/MontserratAlternates-Bold.ttf");
  /* Pretty Modern Browsers */
  font-weight: 700;
}
* {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
*:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html,
body {
  font-family: "Aktiv Grotesk";
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #034732;
  /* 150% */
}
@media screen and (max-width: 667px) {
  html,
  body {
    font-size: 18px;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

strong {
  font-family: "Montserrat Alternates";
  font-weight: 700;
}

.page a,
.footer a {
  color: inherit;
}

h1,
h2,
h3 {
  font-family: "Montserrat Alternates";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  h1,
  h2,
  h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  h1,
  h2,
  h3 {
    word-break: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
@media screen and (max-width: 667px) {
  h1,
  h2,
  h3 {
    font-size: 30px;
  }
}

.indent-paragraph {
  padding-left: 110px;
}
@media screen and (max-width: 768px) {
  .indent-paragraph {
    padding-left: 0;
  }
}

.color-mark {
  color: #EF767A;
}

.block {
  padding: 80px;
}
@media screen and (max-width: 1024px) {
  .block {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .block {
    padding: 20px;
  }
}
.block__container {
  max-width: 1643px;
  margin: 0 auto;
}

.image-arrow {
  content: "";
  position: absolute;
  top: 0;
  width: 10vw;
  min-width: 80px;
  max-width: 175px;
  height: auto;
}
@media screen and (max-width: 834px) {
  .image-arrow {
    bottom: 0;
    top: auto;
  }
}

.position-image_text .image-arrow {
  right: -2vw;
}
@media screen and (max-width: 834px) {
  .position-image_text .image-arrow {
    rotate: 90deg;
  }
}

.position-text_image .image-arrow {
  left: -2vw;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 834px) {
  .position-text_image .image-arrow {
    rotate: 270deg;
  }
}

/* form */
.acf-form {
  padding: 4vw;
  background-color: #E8E9F3;
  font-family: "Aktiv Grotesk";
}
.acf-form .acf-hidden {
  display: none;
}
.acf-form .af-success p {
  color: #034732;
}
.acf-form .af-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.acf-form .af-field label {
  position: absolute;
  top: 25px;
  left: 15px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  color: #034732;
  pointer-events: none;
}
.acf-form .af-field.focused label {
  top: 5px;
  left: 15px;
  font-size: 12px;
  color: #034732;
}
.acf-form .af-field input,
.acf-form .af-field textarea {
  font-family: "Aktiv Grotesk";
  width: 100%;
  margin: 0 0 40px;
  padding: 25px 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #034732;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  color: #034732;
  /* 150% */
}
.acf-form .af-field input:focus,
.acf-form .af-field textarea:focus {
  outline: none;
}
.acf-form .af-submit-button {
  background: #034732;
  color: #fff;
  border: none;
  padding: 15px 60px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  border-radius: 22% 78% 25% 75%/51% 40% 60% 49%;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /* 150% */
}
.acf-form .af-submit-button:hover {
  border-radius: 34% 66% 49% 51%/63% 34% 66% 37%;
  background: #EF767A;
}
.acf-form .acf-notice.-error.acf-error-message {
  bottom: 0;
  position: absolute;
  font-size: 12px;
}
.acf-form .acf-notice.-error.acf-error-message p {
  color: #EF767A;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* slick slider */
.block.slideshow {
  padding: 80px 0;
}
.block.slideshow .block__inner {
  max-width: 100%;
  position: relative;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  margin: 0 20px;
  width: calc(25vw - 30px);
  display: none;
}
.slick-slide div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1080px) {
  .slick-slide {
    width: calc(50vw - 20px);
    min-height: calc(50vw - 20px);
  }
}
@media screen and (max-width: 834px) {
  .slick-slide {
    width: calc(70vw - 20px);
    min-height: calc(70vw - 20px);
  }
}
@media screen and (max-width: 667px) {
  .slick-slide {
    width: 100vw;
    min-height: 100vw;
  }
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.arrows {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.arrows .arrow-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  pointer-events: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: -webkit-gradient(linear, left top, right top, from(#EF767A), color-stop(50%, rgba(239, 118, 122, 0)));
  background: linear-gradient(90deg, #EF767A 0%, rgba(239, 118, 122, 0) 50%);
}
@media screen and (max-width: 667px) {
  .arrows .arrow-container {
    background: -webkit-gradient(linear, left top, right top, from(#EF767A), to(rgba(239, 118, 122, 0)));
    background: linear-gradient(90deg, #EF767A 0%, rgba(239, 118, 122, 0) 100%);
    width: 30%;
  }
}
.arrows .arrow-container:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: -webkit-gradient(linear, right top, left top, from(#EF767A), color-stop(50%, rgba(239, 118, 122, 0)));
  background: linear-gradient(270deg, #EF767A 0%, rgba(239, 118, 122, 0) 50%);
}
@media screen and (max-width: 667px) {
  .arrows .arrow-container:last-child {
    background: -webkit-gradient(linear, right top, left top, from(#EF767A), to(rgba(239, 118, 122, 0)));
    background: linear-gradient(270deg, #EF767A 0%, rgba(239, 118, 122, 0) 100%);
  }
}

.arrow {
  padding: 0 20px;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  pointer-events: all;
}
@media screen and (max-width: 667px) {
  .arrow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 27px;
    height: 57px;
  }
}
.arrow.slick-disabled {
  display: none !important;
}
.arrow svg {
  max-height: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
  color: #034732;
  overflow-x: hidden;
  min-height: 100%;
  width: 100%;
}
html.fixed-position,
body.fixed-position {
  position: fixed;
}

#page {
  height: 100%;
}

.main {
  position: relative;
  min-height: calc(100% - 520px);
}

.header {
  background-color: #E8E9F3;
  padding: 30px 80px;
}
@media screen and (max-width: 834px) {
  .header {
    padding: 30px 20px;
  }
}
.header__inner {
  max-width: 1643px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
  display: block;
  width: 250px;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .header .logo {
    width: 165px;
  }
}

nav#navigation {
  width: 50%;
  max-width: 800px;
}
nav#navigation #menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
nav#navigation #menu.only-mobile {
  display: none;
}
nav#navigation #menu.only-mobile li a {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  nav#navigation #menu.only-mobile {
    display: block;
  }
}
nav#navigation #menu li {
  list-style: none;
}
nav#navigation #menu li a {
  font-family: "Montserrat Alternates";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  color: #EF767A;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /* 150% */
}
nav#navigation #menu li a:hover {
  color: #034732;
}
nav#navigation #menu.secondary li a {
  font-size: 18px;
  font-family: "Aktiv Grotesk";
  font-weight: 300;
  text-decoration: underline;
}
@media screen and (max-width: 834px) {
  nav#navigation #menu.secondary {
    padding-bottom: 25vh !important;
  }
}
@media screen and (max-width: 1024px) {
  nav#navigation #menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px;
  }
  nav#navigation #menu li {
    margin: 4vw 0;
  }
  nav#navigation #menu li a {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
  }
}
@media screen and (max-width: 834px) {
  nav#navigation #menu {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  nav#navigation {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10;
  }
  nav#navigation.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    height: calc(100vh - 125px);
    height: -webkit-fill-available;
    width: 100vw;
    max-width: unset;
    left: 0;
    right: 0;
    top: 125px;
    background: #E8E9F3;
    z-index: 1;
  }
}

.burger {
  z-index: 2;
}
.burger .line {
  display: none;
  width: 40px;
  height: 2px;
  background-color: #034732;
  margin: 15px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .burger .line {
    display: block;
  }
}

.burger.active .line:nth-child(1) {
  -webkit-transform: translateY(17px) rotate(45deg);
          transform: translateY(17px) rotate(45deg);
}

.burger.active .line:nth-child(2) {
  opacity: 0;
}

.burger.active .line:nth-child(3) {
  -webkit-transform: translateY(-17px) rotate(-45deg);
          transform: translateY(-17px) rotate(-45deg);
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.fade-in.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.footer {
  padding: 80px;
  background-color: #034732;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .footer {
    padding: 20px;
  }
}
.footer__container {
  max-width: 1643px;
  margin: auto;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}
.footer__content div {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .footer__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-navigation:has(> .arrow.next) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.post-navigation .arrow {
  background: transparent;
}
.post-navigation .arrow.next {
  float: right;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .post-navigation .arrow {
    bottom: 0;
    top: unset;
  }
}
@media screen and (max-width: 1024px) {
  .post-navigation {
    height: 20%;
    margin: auto 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .single-post .text-image-block .block__container {
    margin-bottom: 20%;
  }
}