@charset "UTF-8";
/* 1. BASE
 * ========================================================================== */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*------------------------------------*\
    HELPERS-INDEX
\*------------------------------------*/
/*------------------------------------*\
    HELPERS
\*------------------------------------*/
:root {
  --color-white: rgb(255,255,255);
  --color-white-grey: rgb(251,251,251);
  --color-anthrazit: rgba(61, 56, 53, 1);
  --color-anthrazit-light: rgba(99, 91, 87, 1);
  --color-beige: rgba(215, 207, 197, 1);
  --color-beige-light: rgba(215, 207, 197, 0.5);
  --color-green: rgba(168, 190, 165, 1);
  --color-green-dark: rgba(117, 138, 114, 1);
  --color-font: var(--color-anthrazit);
  --color-hover: var(--color-anthrazit-light);
  --font-primary: "Buenos Aires", serif;
  --font-weight-base: 400;
  --font-weight-bold: 600;
  --line-height-base: 1.375;
  --line-height-narrow: 1.25;
  --font-size-base: 4.125vw;
  --font-size-body: 1rem;
  --font-size-small: 0.875rem;
  --font-size-big: 1.175rem;
  --font-size-extra-big: 2.1875rem;
  --font-size-nav: var(--font-size-small);
  --font-size-h1: var(--font-size-big);
  --font-size-h2: var(--font-size-big);
  --font-size-h3: var(--font-size-big);
  --font-size-h4: var(--font-size-base);
  --letter-size: 16.25vw;
  --typo-size: 25vw;
  --typo-margin: 1.325rem;
  --padding-hero: 7.25vw;
  --padding-main: 5.5rem;
  --padding-medium: 3.25rem;
  --padding-small: 1.65rem;
  --padding-gap: 1rem;
  --padding-content: 1.65rem;
  --content-width-mobile: 85%;
  --content-width-large: var(--content-width-mobile);
  --content-width-medium: var(--content-width-mobile);
}

@media only screen and (min-width: 480px) {
  :root {
    --font-size-base: 3.5vw;
    --font-size-big: 1.2925rem;
  }
}
@media only screen and (min-width: 620px) {
  :root {
    --font-size-base: 3vw;
    --letter-size: 10vw;
    --typo-size: 15.375vw;
    --typo-margin: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  :root {
    --font-size-base: 2.375vw;
    --letter-size: 7.5vw;
    --content-width-medium: 52.5%;
    --content-width-large: calc(100% - ((var(--padding-hero) * 2) + var(--letter-size) * 2) - (2 * var(--padding-content)));
  }
}
@media only screen and (min-width: 920px) {
  :root {
    --font-size-base: 1.5275vw;
    --font-size-big: 1.455rem;
    --font-size-extra-big: 2.685rem;
    --letter-size: 6.75vw;
    --padding-hero: 3.25vw;
  }
}
@media only screen and (min-width: 1920) {
  :root {
    --letter-size: 5vw;
  }
}
/*------------------------------------*\
    GENERAL MIXINS
\*------------------------------------*/
/*------------------------------------*\
    MEDIA-QUERY MIXINS
\*------------------------------------*/
/*------------------------------------*\
   BASE
   1. DEFAULT BOX-SIZING
   2. HTML & BODY
\*------------------------------------*/
/*------------------------------------*\
    1. DEFAULT BOX-SIZING
\*------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

/*------------------------------------*\
    1. HTML & BODY
\*------------------------------------*/
html {
  height: 100%;
  min-height: 100%;
}

body {
  font-size: 1rem;
  height: 100%;
  width: 100%;
}
body.nav-opened {
  overflow: hidden;
}
body #main-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body #main-wrapper main {
  flex: 1 1 auto;
  padding: var(--padding-main) 0;
  position: relative;
}
body #main-wrapper main.no-padding {
  padding: 0;
}
body #main-wrapper main .main-inner {
  width: 100%;
}

/*------------------------------------*\
    1. FONTS
\*------------------------------------*/
@font-face {
  font-family: "Buenos Aires";
  src: url("../fonts/BuenosAiresWeb-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Buenos Aires";
  src: url("../fonts/BuenosAiresWeb-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Buenos Aires";
  src: url("../fonts/BuenosAiresWeb-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Buenos Aires";
  src: url("../fonts/BuenosAiresWeb-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
/*------------------------------------*\
   TYPO
\*------------------------------------*/
/*------------------------------------*\
   1. BASIC TYPO
\*------------------------------------*/
html {
  color: var(--color-font);
  font-family: var(--font-primary);
  font-weight: var(--font-weight-base);
  font-size: var(--font-size-base);
  font-feature-settings: "ss01";
}
html ::selection {
  background-color: var(--color-font);
  color: var(--color-white);
}

body {
  font-optical-sizing: auto;
  font-size: var(--font-size-body);
  hyphens: none;
  overflow-wrap: break-word;
  line-height: var(--line-height-base);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------*\
    2. PARAGRAPH
\*------------------------------------*/
p {
  margin: 0 0 0.925rem;
}

strong, b {
  font-weight: var(--font-weight-bold);
}

sup {
  font-size: 45%;
  line-height: 1;
  top: -0.875em;
}

sub {
  font-size: 45%;
  line-height: 1;
  bottom: -0.15em;
}

.font-size-big {
  font-size: var(--font-size-big);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-narrow);
  hyphens: none;
}

/*------------------------------------*\
    3. TITLES
\*------------------------------------*/
h1, .title-h1, h2, .title-h2, h3, .title-h3, h4, .title-h4, h5 {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-narrow);
  padding: 0;
}

h1, .title-h1 {
  font-size: var(--font-size-h1);
  margin: 0 0 0.775rem;
}

h2, .title-h2 {
  font-size: var(--font-size-h2);
  margin: 2rem 0 0.775rem;
}

h3, .title-h3 {
  font-size: var(--font-size-h3);
  margin: 1.25rem 0 0.775rem;
}

h4, .title-h4 {
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-base);
  margin: 1.5rem 0 0.25rem;
}

.title-main-small {
  margin: 0 0 0.875rem !important;
}

/*------------------------------------*\
    4. LINKS
\*------------------------------------*/
a {
  color: var(--color-font);
  font-weight: var(--font-weight-bold);
  text-decoration: underline;
  outline: none;
}
a:hover, a:focus {
  color: var(--color-hover);
}

.arrow-link {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.arrow-link::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  content: "";
  display: inline-block;
}
.arrow-link.arrow-link-title {
  color: var(--color-green);
}
.arrow-link.arrow-link-title .title {
  font-size: var(--font-size-extra-big) !important;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .arrow-link.arrow-link-title .title {
    margin-bottom: 1.425rem;
  }
}
.arrow-link.arrow-link-title .arrow {
  height: 1.5rem;
  width: 1.5rem;
  margin-left: 0.5rem;
  margin-top: 0.7rem;
  transition: 200ms all linear;
}
@media only screen and (min-width: 768px) {
  .arrow-link.arrow-link-title .arrow {
    height: 1.8rem;
    width: 1.8rem;
    margin-left: 0.75rem;
  }
}
@media only screen and (min-width: 920px) {
  .arrow-link.arrow-link-title .arrow {
    margin-top: 1rem;
  }
}
.arrow-link.arrow-link-title .arrow svg {
  fill: var(--color-green);
}
.arrow-link.arrow-link-title:hover, .arrow-link.arrow-link-title:focus {
  color: var(--color-green-dark);
}
.arrow-link.arrow-link-title:hover .arrow, .arrow-link.arrow-link-title:focus .arrow {
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .arrow-link.arrow-link-title:hover .arrow, .arrow-link.arrow-link-title:focus .arrow {
    margin-left: 1.25rem;
  }
}
.arrow-link.arrow-link-title:hover .arrow svg, .arrow-link.arrow-link-title:focus .arrow svg {
  fill: var(--color-green-dark);
}
.arrow-link.arrow-link-base {
  color: var(--color-green-dark);
  font-size: var(--font-size-big);
  font-weight: var(--font-weight-bold);
}
.arrow-link.arrow-link-base::after {
  background-image: url("../img/icons/arrow-right-green-dark.svg");
  height: 0.925rem;
  width: 0.925rem;
  margin-left: 0.5rem;
  margin-top: 0.375rem;
  transition: 200ms all linear;
}
@media only screen and (min-width: 1024px) {
  .arrow-link.arrow-link-base::after {
    margin-top: 0.575rem;
  }
}
.arrow-link.arrow-link-base:hover::after, .arrow-link.arrow-link-base:focus::after {
  margin-left: 0.8rem;
}

/*------------------------------------*\
    5. LISTS
\*------------------------------------*/
/* SET TO ZERO */
ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li, ol li {
  margin-bottom: 0.25rem;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}

/* DEFAULT-TYPO LIST */
.editor ul {
  margin: 0.925rem 0;
}
.editor ul li {
  display: flex;
  flex-direction: row;
}
.editor ul li::before {
  content: "–";
  flex: 0 0 1.5rem;
}
.editor ol {
  counter-reset: list-counter;
}
.editor ol li {
  display: flex;
  flex-direction: row;
}
.editor ol li::before {
  counter-increment: list-counter;
  content: counter(list-counter) ".";
  flex: 0 0 1rem;
  text-align: right;
  margin-right: 0.5rem;
}

/*------------------------------------*\
    MEDIA
\*------------------------------------*/
/* IMAGES */
img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0 !important;
}
figure figcaption {
  margin-top: 0.125rem;
}
@media only screen and (min-width: 768px) {
  figure figcaption {
    text-align: right;
  }
}

/*------------------------------------*\
    1. SCROLLBAR
\*------------------------------------*/
* {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

*::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

/*------------------------------------*\
    CURSOR
\*------------------------------------*/
* {
  cursor: none !important;
}

#cursor {
  display: none;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  z-index: 99999999999;
}
#cursor .cursor-icon {
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: inline-block;
  transform: translate(-50%, -50%);
}
#cursor .cursor-icon-default {
  background-color: transparent;
  border-color: var(--color-font);
  display: block;
}
#cursor .cursor-icon-clickable {
  background-color: var(--color-font);
  border-color: var(--color-font);
  display: none;
}
#cursor.clickable .cursor-icon-default {
  display: none;
}
#cursor.clickable .cursor-icon-clickable {
  display: block;
}

/* When intent mouse show-custom cursor (what-intent.js & cursor.js) */
[data-whatintent=mouse] #cursor.is-active {
  display: block;
}

/* 2. MODULES
 * ========================================================================== */
/*------------------------------------*\
    HEADER
    1. BASE
       1.1 HEADER-TYPES
       1.2 HEADDER-STYLES
       1.3 STICKY-NAV
    2. SCROLL-ICON
    3. MOBILE-BUTTON
    4. ANIMATIONS & STICKY-NAV
\*------------------------------------*/
/*------------------------------------*\
    1. BASE
\*------------------------------------*/
#main-header {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100vh;
  flex-basis: 100svh;
  overflow: hidden;
  position: relative;
  z-index: 2002;
  /* 1.1 HEADER-TYPES */
  /* 1.2 HEADER-STYLES */
}
#main-header.opened {
  z-index: 3001;
}
#main-header #main-navigation {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #main-header #main-navigation.opened {
    background-color: var(--color-white);
    font-size: 1rem;
    display: block;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    width: 100%;
    z-index: 9998;
  }
  #main-header #main-navigation.opened nav {
    margin: 0 auto;
    width: var(--content-width-mobile);
  }
  #main-header #main-navigation.opened nav ul {
    display: block;
    padding-top: 20vh;
  }
  #main-header #main-navigation.opened nav ul li {
    border-top: 3px solid var(--color-font);
    margin-right: 0;
  }
  #main-header #main-navigation.opened nav ul li:last-child {
    border-bottom: 3px solid var(--color-font);
  }
  #main-header #main-navigation.opened nav ul li a {
    color: var(--color-green);
    font-size: 2.25rem;
    display: block;
    padding: 0.575rem 0;
    text-align: center;
  }
  #main-header #main-navigation.opened nav ul li a:hover, #main-header #main-navigation.opened nav ul li a:focus {
    color: var(--color-green-dark);
  }
  #main-header #main-navigation.opened nav ul li.current-menu-item a {
    color: var(--color-green-dark);
    text-decoration: none;
  }
}
#main-header #main-navigation #header-contact-mobile {
  display: block;
  margin: 2rem auto 0;
  text-align: center;
  width: var(--content-width-mobile);
}
@media only screen and (min-width: 1024px) {
  #main-header #main-navigation #header-contact-mobile {
    display: none;
  }
}
#main-header #main-navigation #header-contact-mobile .adress-wrapper {
  margin-bottom: 1rem;
}
#main-header #main-navigation #header-contact-mobile .contact-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  #main-header #main-navigation {
    animation: fadeIn 250ms ease forwards;
    animation-delay: 750ms;
    display: flex;
    font-size: var(--font-size-small);
    line-height: 1;
    margin-right: var(--padding-content);
    opacity: 0;
    position: absolute;
    right: calc(var(--letter-size) + var(--padding-hero));
    top: var(--padding-hero);
  }
}
#main-header #main-navigation nav .menu {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  #main-header #main-navigation nav .menu {
    display: flex;
    flex-direction: row;
  }
}
#main-header #main-navigation nav .menu li {
  margin: 0 1rem 0 0;
}
#main-header #main-navigation nav .menu li:last-child {
  margin-right: 0;
}
#main-header #main-navigation nav .menu li a {
  color: var(--color-font);
  text-decoration: none;
}
#main-header #main-navigation nav .menu li a:hover, #main-header #main-navigation nav .menu li a:focus {
  color: var(--color-hover);
}
#main-header #main-navigation nav .menu li.current-menu-item a {
  text-decoration: underline;
}
#main-header #main-navigation #header-contact {
  display: none;
}
#main-header #hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
}
#main-header #hero img {
  object-fit: cover;
  object-position: center center;
  height: calc(100% - var(--padding-hero) - var(--letter-size) - var(--typo-size) - var(--typo-margin) - 1rem);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #main-header #hero img {
    height: calc(100% - var(--padding-hero) - var(--letter-size) - 1.325rem - 1rem);
  }
}
@media only screen and (min-width: 1024px) {
  #main-header #hero img {
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  #main-header #hero img.image-mobile {
    display: none;
  }
}
#main-header #hero img.image-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #main-header #hero img.image-desktop {
    display: block;
  }
}
#main-header #header-split {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #main-header #header-split {
    flex-direction: row;
  }
}
#main-header #header-split .image-wrapper {
  height: 50%;
}
@media only screen and (min-width: 1024px) {
  #main-header #header-split .image-wrapper {
    height: 100%;
    width: 50%;
  }
}
#main-header #header-split .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
#main-header #header-split .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 50%;
  padding: var(--padding-hero);
}
@media only screen and (min-width: 1024px) {
  #main-header #header-split .text-wrapper {
    height: 100%;
    width: 50%;
    padding: var(--padding-small);
  }
}
@media only screen and (min-width: 1024px) {
  #main-header #header-split .text-wrapper .inner-wrapper {
    width: 75%;
  }
}
#main-header #header-text {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  #main-header #header-text {
    bottom: calc(var(--padding-hero) + var(--letter-size) + 1.25rem);
    left: 50%;
    transform: translateX(-50%);
    width: var(--content-width-mobile);
  }
}
@media only screen and (min-width: 768px) {
  #main-header #header-text {
    padding-left: var(--padding-content);
    left: calc(var(--letter-size) + var(--padding-hero));
    bottom: 22.5vh;
    width: 70%;
  }
}
@media only screen and (min-width: 1024px) {
  #main-header #header-text {
    width: 57.5%;
  }
}
#main-header #header-text .text {
  font-size: var(--font-size-big);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-narrow);
}
#main-header #header-text .text > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#main-header #header-text .contact-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  #main-header #header-text .contact-wrapper {
    flex-direction: row;
  }
}
#main-header #header-text .contact-wrapper .address {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  #main-header #header-text .contact-wrapper .address {
    margin-bottom: 0;
    margin-right: 4.5rem;
  }
}
#main-header #header-text .contact-wrapper .contact {
  font-weight: var(--font-weight-bold);
  display: flex;
  flex-direction: column;
}
#main-header #header-text .contact-wrapper .contact .contact-link {
  color: var(--color-font);
}
#main-header.header-style-beige {
  background-color: var(--color-beige);
}
#main-header.header-style-green {
  background-color: var(--color-green);
}

/* 1.3 STICKY-NAV MOBILE */
#main-navigation.sticky-nav,
#mobile-button.sticky-nav {
  position: fixed !important;
}

#main-navigation.fade-in,
#mobile-button.fade-in {
  animation: fadeIn 375ms forwards !important;
}

/*------------------------------------*\
    2. SCROLL-ICON
\*------------------------------------*/
#scroll-icon {
  animation: bounce 2s infinite, fadeIn 250ms ease forwards 750ms;
  display: flex;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: var(--padding-hero);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
}
#scroll-icon span {
  background-color: var(--color-white-grey);
  border-radius: 50%;
  display: inline-block;
  height: 0.375rem;
  width: 0.375rem;
  margin-bottom: 0.875rem;
}
#scroll-icon span:last-child {
  margin-bottom: 0;
}

/*------------------------------------*\
    3. SCROLL-ICON
\*------------------------------------*/
#mobile-button {
  animation: fadeIn 375ms forwards 1s !important;
  --button-size: calc(var(--letter-size) * 0.5715);
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(var(--button-size) + 9vw);
  width: calc(var(--button-size) + 9vw);
  opacity: 1;
  position: absolute;
  top: var(--padding-hero);
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
@media only screen and (min-width: 620px) {
  #mobile-button {
    top: 1.875rem;
  }
}
@media only screen and (min-width: 768px) {
  #mobile-button {
    height: calc(var(--button-size) + 1.5vw);
    width: calc(var(--button-size) + 1.5vw);
    top: var(--padding-hero);
  }
}
@media only screen and (min-width: 1024px) {
  #mobile-button {
    display: none;
  }
}
#mobile-button.opened .mobile-button-inner {
  background-image: url("../img/icons/hamburger-icon-active.svg");
}
#mobile-button .mobile-button-inner {
  background-image: url("../img/icons/hamburger-icon.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: var(--button-size);
  width: var(--button-size);
}

.loading #mobile-button {
  opacity: 0;
}

/*------------------------------------*\
    4. ANIMATIONS
\*------------------------------------*/
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40%, 60% {
    transform: translateY(-1.25rem);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
#main-footer {
  background-color: var(--color-green);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100vh;
  flex-basis: 100lvh;
  font-size: var(--font-size-small);
  position: relative;
}
@media only screen and (min-width: 768px) {
  #main-footer {
    flex: 0 0 auto;
    padding: 3rem 0 var(--padding-hero);
  }
}
#main-footer .footer-inner {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: var(--content-width-large);
}
@media only screen and (min-width: 768px) {
  #main-footer .footer-inner {
    text-align: left;
  }
}
#main-footer .footer-inner #logo {
  height: 25vw;
  width: 25vw;
  margin-bottom: 1.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  #main-footer .footer-inner #logo {
    height: 5rem;
    width: 5rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #main-footer .footer-inner #logo {
    height: 10rem;
    width: 10rem;
    margin-bottom: 0;
    position: absolute;
    bottom: var(--padding-hero);
    left: 50%;
    transform: translateX(-50%);
  }
}
#main-footer .footer-inner #logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#main-footer .footer-inner #slogan {
  line-height: 1;
  margin-top: 0.5rem;
  order: 1;
}
@media only screen and (min-width: 1024px) {
  #main-footer .footer-inner #slogan {
    margin-bottom: 6.25rem;
    margin-top: 0;
    order: -1;
  }
}
#main-footer .footer-inner #slogan .title {
  margin: 0;
}
#main-footer .footer-inner #contact {
  margin-bottom: 1rem;
}
#main-footer .footer-inner #contact .adress-wrapper {
  margin-bottom: 1rem;
}
#main-footer .footer-inner #contact .contact-wrapper {
  display: flex;
  flex-direction: column;
}
#main-footer .footer-inner #footer-nav {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  #main-footer .footer-inner #footer-nav {
    flex-direction: row;
    justify-content: space-between;
  }
}
#main-footer .footer-inner #footer-nav #social-nav,
#main-footer .footer-inner #footer-nav #legal-nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  #main-footer .footer-inner #footer-nav #social-nav,
  #main-footer .footer-inner #footer-nav #legal-nav {
    flex-direction: row;
    margin-bottom: 0;
  }
}
#main-footer .footer-inner #footer-nav #social-nav a,
#main-footer .footer-inner #footer-nav #legal-nav a {
  margin-bottom: 0.125rem;
}
@media only screen and (min-width: 768px) {
  #main-footer .footer-inner #footer-nav #social-nav a,
  #main-footer .footer-inner #footer-nav #legal-nav a {
    margin-right: 1.15rem;
    margin-bottom: 0;
  }
  #main-footer .footer-inner #footer-nav #social-nav a:last-child,
  #main-footer .footer-inner #footer-nav #legal-nav a:last-child {
    margin-right: 0;
  }
}

/*------------------------------------*\
    RELATED-PROJECTS (SINGLE-PROJECT)
\*------------------------------------*/
#related-projects {
  background-color: var(--color-beige-light);
  display: flex;
  justify-content: center;
  padding: var(--padding-main) 0;
}
#related-projects > .inner-wrapper {
  width: var(--content-width-large);
}
#related-projects > .inner-wrapper .related-projects-title {
  font-size: var(--font-size-big);
  margin: 0 0 var(--padding-small);
}
#related-projects > .inner-wrapper .related-projects-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--padding-medium);
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #related-projects > .inner-wrapper .related-projects-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
#related-projects > .inner-wrapper .related-projects-wrapper .related-project-item {
  margin-bottom: var(--padding-medium);
}
#related-projects > .inner-wrapper .related-projects-wrapper .related-project-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  #related-projects > .inner-wrapper .related-projects-wrapper .related-project-item {
    width: calc(50% - var(--padding-gap) / 2);
  }
}

/*------------------------------------*\
    MODULE PROJECT-ITEM
\*------------------------------------*/
.module-project-item {
  width: 100%;
}
.module-project-item .project-link {
  color: var(--color-font);
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.module-project-item .project-link .image-wrapper {
  margin-bottom: 0.775rem;
  overflow: hidden;
  width: 100%;
}
.module-project-item .project-link .image-wrapper img {
  overflow: hidden;
  object-fit: cover;
  transition: 200ms all linear;
  width: 100%;
}
.module-project-item .project-link .image-wrapper.image-landscape {
  aspect-ratio: 1024/660;
}
.module-project-item .project-link .image-wrapper.image-square {
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 768px) {
  .module-project-item .project-link .text-wrapper {
    width: calc(100% - var(--padding-hero));
  }
}
@media only screen and (min-width: 1024px) {
  .module-project-item .project-link .text-wrapper {
    width: calc(100% - ((var(--padding-hero)) + var(--letter-size)) - var(--padding-content));
  }
}
.module-project-item .project-link .text-wrapper .project-type {
  color: var(--color-green-dark);
  font-size: var(--font-size-small);
  display: block;
}
.module-project-item .project-link .text-wrapper .project-title {
  margin-top: 0.5rem;
  margin-bottom: 0;
  transition: 200ms all linear;
}
.module-project-item .project-link .text-wrapper .project-title.title-arrow {
  display: flex;
  flex-direction: row;
  position: relative;
}
.module-project-item .project-link:hover img, .module-project-item .project-link:focus img {
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) {
  .module-project-item .project-link:hover .project-title, .module-project-item .project-link:focus .project-title {
    transform: translateX(0.75rem);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .module-project-item .project-link:hover .project-title::before, .module-project-item .project-link:focus .project-title::before {
    background-image: url("../img/icons/arrow-right-font-small.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    content: "";
    flex: 0 0 0.8rem;
    height: 0.8rem;
    margin-right: 0.425rem;
    margin-top: 0.2125rem;
  }
}

/*------------------------------------*\
    MODULE NETOWRK
\*------------------------------------*/
#network {
  display: flex;
  justify-content: center;
  padding: var(--padding-main) 0;
}
#network .inner-wrapper {
  width: var(--content-width-large);
}
#network .inner-wrapper .title-wrapper h2 {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  #network .inner-wrapper .text-wrapper {
    width: 83.75%;
  }
}
#network .inner-wrapper .text-wrapper > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
#network .inner-wrapper .text-wrapper > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*------------------------------------*\
    CONTACT
    - OVERRIDE DEFAULT STYLE
\*------------------------------------*/
/* SIDE-BUTTONS */
#livesite_action_buttons {
  font-family: var(--font-primary) !important;
  top: 50% !important;
  transform: translateY(-50%);
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
#livesite_action_buttons .ls-desktop {
  font-family: var(--font-primary) !important;
  letter-spacing: 0 !important;
}
#livesite_action_buttons .ls-icon-user {
  display: none !important;
}
#livesite_action_buttons .ls-icon-phone,
#livesite_action_buttons .ls-icon-mail {
  background-color: var(--color-anthrazit) !important;
}
#livesite_action_buttons .ls-icon-phone:hover, #livesite_action_buttons .ls-icon-phone:focus,
#livesite_action_buttons .ls-icon-mail:hover,
#livesite_action_buttons .ls-icon-mail:focus {
  background-color: var(--color-beige) !important;
}
#livesite_action_buttons .ls-icon-phone:hover::before, #livesite_action_buttons .ls-icon-phone:focus::before,
#livesite_action_buttons .ls-icon-mail:hover::before,
#livesite_action_buttons .ls-icon-mail:focus::before {
  color: var(--color-anthrazit) !important;
}
#livesite_action_buttons .ls-action-text-T {
  background-color: var(--color-beige) !important;
  color: var(--color-font) !important;
}

/* BOTTOM-BUTTONS */
#livesite_engage_button,
#livesite_active_engage {
  display: none;
}

/* CONTACT-CLOSE-BUTTON */
#ls_cboxClose {
  color: var(--color-font) !important;
}
#ls_cboxClose::before {
  color: var(--color-font) !important;
}

/*------------------------------------*\
    CONTENT-MODULE BASE
\*------------------------------------*/
.content-module {
  margin-bottom: var(--padding-gap);
}
.content-module:first-child {
  margin-top: 0;
  padding-top: 0;
}

/*------------------------------------*\
    CONTENT-MODULE EDITOR
\*------------------------------------*/
.content-module-editor {
  display: flex;
  justify-content: center;
  margin: var(--padding-main) 0;
}
.content-module-editor .inner-wrapper {
  width: var(--content-width-medium);
}
.content-module-editor .inner-wrapper > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.content-module-editor .inner-wrapper > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*------------------------------------*\
    CONTENT-MODULE IMAGE
\*------------------------------------*/
.content-module-image {
  display: flex;
  justify-content: center;
}
.content-module-image .inner-wrapper {
  display: flex;
  width: var(--content-width-large);
}
.content-module-image .inner-wrapper img {
  width: 100%;
}
.content-module-image.full-width .inner-wrapper {
  width: 100%;
}

/*------------------------------------*\
    CONTENT-MODULE IMAGE-IMAGE
\*------------------------------------*/
.content-module-image-image {
  display: flex;
  justify-content: center;
}
.content-module-image-image .inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: var(--content-width-large);
}
@media only screen and (min-width: 1024px) {
  .content-module-image-image .inner-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.content-module-image-image .inner-wrapper .image-item {
  display: flex;
  margin-bottom: var(--padding-gap);
}
.content-module-image-image .inner-wrapper .image-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .content-module-image-image .inner-wrapper .image-item {
    margin-bottom: 0;
    width: calc(50% - var(--padding-gap) / 2);
  }
}
.content-module-image-image .inner-wrapper .image-item.image-format-landscape img {
  aspect-ratio: 1024/660;
  object-fit: cover;
}
.content-module-image-image .inner-wrapper .image-item.image-format-portrait img {
  aspect-ratio: 660/1024;
  object-fit: cover;
}
.content-module-image-image .inner-wrapper .image-item img {
  width: 100%;
}

/*------------------------------------*\
    LOGO-ELEMENTS
\*------------------------------------*/
.loading {
  background-color: var(--color-beige);
}
.loading #main-wrapper {
  display: none;
}

#logo-elements {
  position: relative;
  z-index: 9998;
}
#logo-elements .logo-element-item {
  --element-size: var(--letter-size);
  --element-size-half: calc(var( --element-size) / 2);
  --element-gap: 1.5vw;
  --element-transition: calc(var(--element-size-half) + var(--element-gap));
  height: var(--element-size);
  width: var(--element-size);
  position: fixed;
  transition: 250ms all linear;
}
@media only screen and (min-width: 768px) {
  #logo-elements .logo-element-item {
    --element-gap: 0.7125vw;
  }
}
#logo-elements .logo-element-item a {
  display: flex;
}
#logo-elements .logo-element-item img {
  object-fit: contain;
  object-position: center center;
  height: 100%;
  width: 100%;
}

.loading #logo-element-m-1 {
  top: 50%;
  left: 50%;
}
.loading #logo-element-a-2 {
  top: 50%;
  right: 50%;
}
.loading #logo-element-a-3 {
  bottom: 50%;
  left: 50%;
}
.loading #logo-element-m-4 {
  bottom: 50%;
  right: 50%;
}

#logo-element-m-1 {
  transform: translate(calc(-50% - var(--element-transition)), calc(-50% - var(--element-transition)));
  top: calc(var(--element-size) + var(--element-gap) + var(--padding-hero));
  left: calc(var(--element-size) + var(--element-gap) + var(--padding-hero));
}

#logo-element-a-2 {
  transform: translate(calc(50% + var(--element-transition)), calc(-50% - var(--element-transition)));
  top: calc(var(--element-size) + var(--element-gap) + var(--padding-hero));
  right: calc(var(--element-size) + var(--element-gap) + var(--padding-hero));
}

#logo-element-a-3 {
  transform: translate(calc(-50% - var(--element-transition)), calc(50% + var(--element-transition)));
  bottom: calc(var(--element-size) + var(--element-gap) + var(--padding-hero));
  left: calc(var(--element-size) + var(--element-gap) + var(--padding-hero));
}

#logo-element-m-4 {
  transform: translate(calc(50% + var(--element-transition)), calc(50% + var(--element-transition)));
  bottom: calc(var(--element-size) + var(--element-gap) + var(--padding-hero));
  right: calc(var(--element-size) + var(--element-gap) + var(--padding-hero));
}

#logo-typo {
  animation: fadeIn 500ms ease forwards;
  animation-delay: 750ms;
  opacity: 0;
  position: absolute;
  left: var(--padding-hero);
  top: calc(var(--letter-size) + var(--padding-hero));
}
@media only screen and (min-width: 768px) {
  #logo-typo {
    left: calc(var(--letter-size) + var(--padding-hero));
    top: var(--padding-hero);
  }
}
#logo-typo a {
  display: flex;
  height: var(--typo-size);
  margin-top: var(--typo-margin);
}
@media only screen and (min-width: 768px) {
  #logo-typo a {
    height: calc(var(--letter-size) + 0.25rem);
    margin-top: 0;
    padding-left: var(--padding-content);
  }
}
#logo-typo a img {
  height: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 3. VIEWS
* ========================================================================== */
/*------------------------------------*\
    FRONT-PAGE
\*------------------------------------*/
.home .image-text {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  height: 100vh;
  height: 100lvh;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .home .image-text {
    flex-direction: row;
    align-items: flex-start;
  }
  .home .image-text.reversed {
    flex-direction: row-reverse;
  }
}
.home .image-text .image {
  display: flex;
  height: 50%;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .home .image-text .image {
    flex: 0 0 50%;
    height: 100%;
  }
}
.home .image-text .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
@media only screen and (min-width: 1024px) {
  .home .image-text .image img.image-mobile {
    display: none;
  }
}
.home .image-text .image img.image-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .home .image-text .image img.image-desktop {
    display: block;
  }
}
.home .image-text .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 50%;
  padding-bottom: 3.125rem;
  width: var(--content-width-mobile);
}
@media only screen and (min-width: 768px) {
  .home .image-text .text {
    height: 50%;
    padding: 4rem calc(var(--padding-hero) + var(--letter-size) + var(--padding-content)) 3.125rem 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .home .image-text .text {
    justify-content: flex-start;
    flex: 0 0 50%;
    padding: 4rem calc(var(--padding-hero) + var(--letter-size) + var(--padding-content)) 5rem 4rem;
    height: 100%;
  }
}
.home .image-text .text > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.home .image-text .text > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .home .image-text.reversed .text {
    padding: 4rem 5rem 4rem calc(var(--padding-hero) + var(--letter-size) + var(--padding-content));
  }
}

/*------------------------------------*\
    PROJECTS
\*------------------------------------*/
#filter {
  font-weight: var(--font-weight-bold);
  display: flex;
  justify-content: center;
  margin-bottom: var(--padding-medium);
}
#filter .filter-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  #filter .filter-inner {
    flex-direction: row;
    align-items: flex-start;
  }
}
#filter .filter-inner span {
  color: var(--color-green);
  cursor: pointer;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  #filter .filter-inner span {
    margin-right: 1.275rem;
    margin-bottom: 0;
  }
  #filter .filter-inner span:last-child {
    margin-right: 0;
  }
}
#filter .filter-inner span:hover, #filter .filter-inner span:focus {
  color: var(--color-green-dark);
}
#filter .filter-inner span.active {
  color: var(--color-font);
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .projects-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: var(--padding-main);
  }
}
.projects-wrapper .project-item {
  /* left-aligned items */
  margin-bottom: 3rem;
  width: 70%;
  /* right-aligned items */
  /* full-width items */
}
@media only screen and (min-width: 768px) {
  .projects-wrapper .project-item {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .projects-wrapper .project-item:nth-child(3n+1) .module-project-item {
    width: 84.75%;
  }
  .projects-wrapper .project-item:nth-child(3n+1) .module-project-item .text-wrapper {
    margin-left: auto;
  }
}
.projects-wrapper .project-item:nth-child(3n+1) .text-wrapper {
  padding-left: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .projects-wrapper .project-item:nth-child(3n+1) .text-wrapper {
    padding-left: 0;
  }
}
.projects-wrapper .project-item:nth-child(3n+2) {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .projects-wrapper .project-item:nth-child(3n+2) {
    display: flex;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
  }
  .projects-wrapper .project-item:nth-child(3n+2) .module-project-item {
    width: 84.75%;
  }
}
.projects-wrapper .project-item:nth-child(3n) {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .projects-wrapper .project-item:nth-child(3n) {
    grid-column: 1/span 2; /* startet bei Spalte 1 und geht über 2 Spalten */
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
    width: 100%;
  }
  .projects-wrapper .project-item:nth-child(3n) .module-project-item {
    width: 42.375%;
  }
}

/*------------------------------------*\
    PROJECT-SINGLE
\*------------------------------------*/
.single-project {
  /* META */
}
.single-project header .project-title {
  font-size: var(--font-size-big);
  line-height: var(--line-height-narrow);
}
@media only screen and (min-width: 768px) {
  .single-project header .project-title {
    padding-left: calc(var(--letter-size) + 0.5rem);
    padding-right: calc(var(--letter-size) + 0.5rem);
  }
}
@media only screen and (min-width: 1024px) {
  .single-project header .project-title {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .single-project header .project-title {
    margin-bottom: 0;
  }
}
.single-project main {
  padding-bottom: 0 !important;
}
.single-project .meta .meta-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.575rem;
}
.single-project .meta .meta-item:last-child {
  margin-bottom: 0;
}
.single-project .meta .meta-item .label {
  font-size: var(--font-size-small);
}
.single-project .meta .meta-item .value {
  font-weight: var(--font-weight-bold);
}
.single-project header .meta {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .single-project header .meta {
    display: block;
  }
}
.single-project main .meta {
  display: block;
  margin-bottom: var(--padding-medium);
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .single-project main .meta {
    display: none;
  }
}

/*------------------------------------*\
    ABOUT
    1. BASE
    2. SECTIONS
       2.1 TEAM
\*------------------------------------*/
/*------------------------------------*\
    1.BASE
\*------------------------------------*/
.page-template-about main {
  padding: 0 !important;
}

/*------------------------------------*\
    2. SECTIONS
\*------------------------------------*/
/* 2.1 TEAM */
#team {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: var(--padding-main) 0;
}
#team .inner-wrapper {
  width: var(--content-width-large);
}
#team .inner-wrapper .team-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin-bottom: var(--padding-main);
}
@media only screen and (min-width: 920px) {
  #team .inner-wrapper .team-item {
    justify-content: space-between;
  }
}
#team .inner-wrapper .team-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 920px) {
  #team .inner-wrapper .team-item:nth-child(odd) {
    flex-direction: row;
  }
}
@media only screen and (min-width: 920px) {
  #team .inner-wrapper .team-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
#team .inner-wrapper .team-item .portrait {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 920px) {
  #team .inner-wrapper .team-item .portrait {
    margin-bottom: 0;
    width: calc(50% - var(--padding-gap) / 2);
  }
}
@media only screen and (min-width: 920px) {
  #team .inner-wrapper .team-item .information {
    width: calc(50% - var(--padding-gap) / 2);
  }
}
#team .inner-wrapper .team-item .information .main {
  border-top: 3px solid var(--color-font);
  border-bottom: 3px solid var(--color-font);
  padding: 1.125rem 0;
}
#team .inner-wrapper .team-item .information .main .team-header {
  position: relative;
}
#team .inner-wrapper .team-item .information .main .team-header::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../img/icons/plus-icon-green-update.svg");
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#team .inner-wrapper .team-item .information .main .team-header .team-title {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
#team .inner-wrapper .team-item .information .main .team-header .team-position {
  display: block;
  padding-right: 25%;
}
@media only screen and (min-width: 768px) {
  #team .inner-wrapper .team-item .information .main .team-header .team-position {
    padding-right: 40%;
  }
}
@media only screen and (min-width: 920px) {
  #team .inner-wrapper .team-item .information .main .team-header .team-position {
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-bold);
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  #team .inner-wrapper .team-item .information .main .team-header .team-position {
    padding-right: 0;
  }
}
#team .inner-wrapper .team-item .information .main .information-wrapper {
  display: none;
  padding-top: 0.775rem;
}
#team .inner-wrapper .team-item .information .main .information-wrapper .team-desc {
  font-size: var(--font-size-small);
}
#team .inner-wrapper .team-item .information .main .information-wrapper .team-desc > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
#team .inner-wrapper .team-item .information .main .information-wrapper .team-desc > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#team .inner-wrapper .team-item .information .main .information-wrapper .team-cv {
  font-size: var(--font-size-small);
  margin-top: 1rem;
}
#team .inner-wrapper .team-item .information .main .information-wrapper .team-cv .cv-item {
  display: flex;
  flex-direction: row;
}
#team .inner-wrapper .team-item .information .main .information-wrapper .team-cv .cv-item .date {
  flex: 0 0 6rem;
}
#team .inner-wrapper .team-item .information .main .information-wrapper .team-cv .cv-item .position {
  font-weight: var(--font-weight-bold);
  flex: 1 1 100%;
}
#team .inner-wrapper .team-item .information .main.opened .team-header::after {
  background-image: url("../img/icons/minus-icon-green-update.svg");
}
#team .inner-wrapper .team-item .information .contact {
  font-size: var(--font-size-small);
  display: flex;
  flex-direction: column;
  padding-top: 1.25rem;
}

/*------------------------------------*\
    SERVICES
    1. BASE
    2. SECTIONS
       2.1 SERVICES
\*------------------------------------*/
/*------------------------------------*\
    1.BASE
\*------------------------------------*/
.page-template-services main {
  padding: 0 !important;
}

/*------------------------------------*\
    2. SECTIONS
\*------------------------------------*/
/* 2.1 SERVICES */
#services {
  background-color: var(--color-white);
  display: flex;
  justify-content: center;
  padding: var(--padding-main) 0;
}
#services .inner-wrapper {
  width: var(--content-width-medium);
}
#services .inner-wrapper .service-items .item {
  cursor: pointer;
  border-top: 2px solid var(--color-font);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 6rem;
  padding: 1.35rem 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #services .inner-wrapper .service-items .item {
    min-height: 0;
  }
}
#services .inner-wrapper .service-items .item:last-child {
  border-bottom: 2px solid var(--color-font);
}
#services .inner-wrapper .service-items .item .title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#services .inner-wrapper .service-items .item .title-wrapper .title {
  margin: 0;
}
#services .inner-wrapper .service-items .item .title-wrapper::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icons/plus-icon-green-update.svg");
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  margin-left: auto;
}
#services .inner-wrapper .service-items .item .text-wrapper {
  display: none;
  padding-top: 0.775rem;
}
#services .inner-wrapper .service-items .item.opened .title-wrapper::after {
  background-image: url("../img/icons/minus-icon-green-update.svg");
}

/*------------------------------------*\
    PAGE
\*------------------------------------*/
.page-template-default:not(.home) main {
  margin-top: -100vh;
  display: flex;
  justify-content: center;
  z-index: 2001;
}
.page-template-default:not(.home) main .main-inner {
  padding-top: 18.5rem;
  width: var(--content-width-medium) !important;
}
@media only screen and (min-width: 768px) {
  .page-template-default:not(.home) main .main-inner {
    padding-top: var(--padding-main);
  }
}
.page-template-default:not(.home) main .main-inner > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.page-template-default:not(.home) main .main-inner > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
