/* 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-water: #00466D;
  --color-water-light: #e5ecf0;
  --color-desert: #F8F5ED;
  --color-forest: #E5EAE1;
  --color-sky: #D6EAF5;
  --color-grey-light: rgb(240,240,240);
  --color-font: var(--color-water);
  --color-font-hover: black;
  --font-primary: "Roboto", serif;
  --font-weight-base: 300;
  --font-weight-bold: 400;
  --line-height-base: 1.55555555556;
  --line-height-narrow: 1.25;
  --font-size-body: 1rem;
  --font-size-body-large: 1.475rem;
  --font-size-body-small: 0.88888888888rem;
  --font-size-nav-desktop: 1.22222222222rem;
  --font-size-facts-text: 1.22222222222rem;
  --font-size-h1-a: 3rem;
  --font-size-h1-b: 2.5rem;
  --font-size-h2: 2.275rem;
  --font-size-h3: 1.55rem;
  --font-size-h4: 1.2125rem;
  --content-width-default: 85%;
  --content-width-default-padding: calc((100% - var(--content-width-default)) - 2px);
  --border-radius-images: 0.83333333333rem;
  --module-main-space: 5.5rem;
  --module-main-gap: 1.5rem;
}

@media only screen and (min-width: 1024px) {
  :root {
    --font-size-h1-a: 4.55555555556rem;
    --font-size-h1-b: 2.88888888889rem;
    --font-size-h2: 3.45rem;
    --font-size-h3: 2.33333333333rem;
    --font-size-h4: 1.77777777778rem;
    --content-width-default: 91.66667%;
    --module-main-space: 6.5rem;
  }
}
@media only screen and (min-width: 1180px) {
  :root {
    --module-main-space: 7.5rem;
  }
}
/*------------------------------------*\
    MEDIA-QUERY MIXINX
\*------------------------------------*/
/*------------------------------------*\
   BASE
\*------------------------------------*/
/* DEFAULT BOX-SIZING */
*, *:before, *:after {
  box-sizing: border-box;
}

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

body {
  font-size: 1rem;
  height: 100%;
  width: 100%;
}
body #main-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body #main-wrapper main {
  flex: 1 auto;
}

/*------------------------------------*\
   TYPO
\*------------------------------------*/
/*------------------------------------*\
   1. BASIC TYPO
\*------------------------------------*/
html {
  color: var(--color-font);
  font-family: var(--font-primary);
  font-size: 100%;
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 1.325vw;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 1.325vw;
  }
}
@media only screen and (min-width: 1720px) {
  html {
    font-size: 1.225vw;
  }
}

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

/*------------------------------------*\
    2. PARAGRAPH
\*------------------------------------*/
p {
  margin: 0 0 1.5rem;
}
p.intro {
  font-size: 1.55rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.4275;
}

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;
}

.badge {
  border: 1px solid var(--color-water);
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 0.25rem 0.5rem;
}

/*------------------------------------*\
    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);
  hyphens: none;
  line-height: var(--line-height-narrow);
  padding: 0;
}

a h1, a h2, a h3, a h4, a h5 {
  text-decoration: none;
}

h1, .title-h1 {
  font-size: var(--font-size-h1-a);
  line-height: 1.1;
  margin: 0 0 1.425rem;
}
h1.title-b, .title-h1.title-b {
  font-size: var(--font-size-h1-b);
}

h2, .title-h2 {
  font-size: var(--font-size-h2);
  line-height: 1.1;
  margin: 5.5rem 0 1.25rem;
}

h3, .title-h3 {
  font-size: var(--font-size-h3);
  line-height: 1.2;
  margin: 5.5rem 0 1.25rem;
}

h4, .title-h4 {
  font-size: var(--font-size-h4);
  line-height: 1.1875;
  margin: 5rem 0 1rem;
}

/*------------------------------------*\
    4. LINKS
\*------------------------------------*/
a {
  color: var(--color-font);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  outline: none;
}
@media only screen and (min-width: 1024px) {
  a {
    text-decoration-thickness: 1.5px;
  }
}
a:hover, a:focus {
  color: var(--color-font-hover);
}

.download-box {
  border: 2px solid var(--color-sky);
  border-radius: var(--border-radius-images);
  font-size: 1.25rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  padding: var(--module-main-gap) !important;
  text-decoration: none;
  transition: 200ms all linear;
}
.download-box:hover {
  background-color: var(--color-sky);
}
.download-box .title {
  margin-top: 0;
}
.download-box .download-text-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.download-box .download-text-wrapper span:first-child {
  display: inline-block;
  margin-right: 0.375rem;
}

@media only screen and (min-width: 1024px) {
  .module-editor .download-box {
    width: 62.5%;
  }
}

/*------------------------------------*\
    5. LISTS
\*------------------------------------*/
/* SET DEFAULT */
ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* TEXT-STYLE LISTS */
.editor ul {
  list-style-type: none;
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.25rem;
}
.editor ul li {
  list-style-type: none;
  position: relative;
}
.editor ul li::before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.2rem;
  background-image: url("../img/icons/circle-water.svg");
  content: "";
  display: inline-block;
  height: 0.25rem;
  width: 0.25rem;
  position: absolute;
  left: -0.75rem;
  top: 0.65rem;
}
.editor ol {
  list-style-type: decimal;
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.25rem;
}

/*------------------------------------*\
   ICONS
   1.1 ARROW-ICONS
      1.1.1 ARROW-ICON RIGHT
      1.1.2 DOWNLOAD-ICON
\*------------------------------------*/
/* 1.1 ARROW-ICONS */
.arrow-icon {
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid white;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .arrow-icon {
    height: 2.65rem;
    width: 2.65rem;
  }
}
@media only screen and (min-width: 1024px) {
  .arrow-icon {
    height: 2.5rem;
    width: 2.5rem;
  }
}

/* 1.1.2 ARROW-ICON RIGHT */
.arrow-icon-right {
  background-image: url("../img/icons/arrow-right-water.svg");
  border-color: var(--color-water);
  position: absolute;
  right: 0;
  top: 0;
  transition: var(--default-transition);
}

/* teaser active status on hover */
.item.active .arrow-icon-right {
  background-color: var(--color-water);
  background-image: url("../img/icons/arrow-right-white.svg");
}

/* 1.1.3 DOWNLOAD-ICON */
.arrow-icon-download {
  background-image: url("../img/icons/arrow-down-water.svg");
  border-color: var(--color-water);
  height: 2rem;
  width: 2rem;
}

/*------------------------------------*\
    MEDIA
\*------------------------------------*/
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;
  }
}

iframe {
  aspect-ratio: 16/9 !important;
  width: 100%;
  height: auto;
}

/*------------------------------------*\
    FORMS
    1.1 CONTACT-FORM 7
\*------------------------------------*/
form {
  position: relative;
}

input {
  max-width: 100%;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
input[type=file],
input[type=date],
textarea,
select {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid white;
  box-shadow: none;
  color: white;
  display: block;
  font-size: 0.8275rem;
  height: auto;
  margin-bottom: 0.25rem;
  padding: 0.325rem 0.5rem 0.3rem;
  text-align: left;
  width: 100%;
  -webkit-appearance: none;
}
input[type=text]:active, input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=file]:active,
input[type=file]:focus,
input[type=date]:active,
input[type=date]:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
  outline: none;
}

input[type=checkbox] {
  height: 1.65rem;
  width: 1.65rem;
}

label {
  color: black;
  display: block;
  font-size: 0.65rem;
  margin-bottom: 0.125rem;
}
@media only screen and (min-width: 768px) {
  label {
    font-size: 0.525rem;
  }
}

textarea {
  height: 10rem;
  line-height: 1.4;
  min-block-size: 0;
}

input[type=submit],
input[type=button] {
  background-color: transparent;
  border: 0 !important;
  box-shadow: 0;
  color: white !important;
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  display: inline-block;
  height: 1.675rem;
  line-height: 1;
  margin-top: 0.5rem;
  padding: 0 !important;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  -webkit-appearance: none;
}
@media only screen and (min-width: 768px) {
  input[type=submit],
  input[type=button] {
    width: 100%;
  }
}
input[type=submit]:hover, input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus {
  color: white;
  font-style: italic;
  outline: none;
}

::placeholder,
::placeholder {
  color: white;
  opacity: 0.75; /* Ensures full opacity for the placeholder text */
}

/* 1.1 CONTACT-FORM 7 */
.wpcf7-response-output {
  border: none !important;
  color: white !important;
  font-size: 0.825rem;
  margin: 1rem 0 0 !important;
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  .wpcf7-response-output {
    font-size: 0.825rem;
  }
}

form[data-status=sent] .wpcf7-response-output {
  color: white;
}

form[data-status=invalid] .wpcf7-response-output {
  color: white;
}

.wpcf7-not-valid-tip {
  font-size: 0.675rem;
  font-weight: 100;
  display: block;
  margin: 0 0 0.425rem;
}
@media only screen and (min-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 0.55rem;
  }
}

/* hide not used elements */
.wpcf7-spinner,
.screen-reader-response {
  display: none;
}

/* 2. MODULES 
 * ========================================================================== */
/*------------------------------------*\
    HEADER
\*------------------------------------*/
#main-header {
  display: flex;
  flex-direction: column;
}
#main-header .top-bar {
  background-color: white;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.125);
  display: flex;
  justify-content: center;
  padding: 1.375rem 0;
  position: relative;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 1001;
}
#main-header .top-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  animation: slideDown 0.4s ease forwards;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
#main-header .top-bar .top-bar-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: var(--content-width-default);
}
#main-header .top-bar .top-bar-inner #logo a {
  display: flex;
  width: 11.1111111111rem;
}
#main-header .top-bar .top-bar-inner #logo a img {
  width: 100%;
}
#main-header .top-bar .top-bar-inner #mobile-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2.5rem;
}
@media only screen and (min-width: 1024px) {
  #main-header .top-bar .top-bar-inner #mobile-button {
    display: none;
  }
}
#main-header .top-bar .top-bar-inner #mobile-button .mobile-button-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 1.35rem;
  width: 2.5rem;
  position: relative;
}
#main-header .top-bar .top-bar-inner #mobile-button .mobile-button-inner span {
  background-color: currentColor;
  border-radius: 2px;
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}
#main-header .top-bar .top-bar-inner #mobile-button .mobile-button-inner span:nth-child(1) {
  top: 0;
}
#main-header .top-bar .top-bar-inner #mobile-button .mobile-button-inner span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#main-header .top-bar .top-bar-inner #mobile-button .mobile-button-inner span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
#main-header .top-bar .top-bar-inner #mobile-button.open .mobile-button-inner span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
#main-header .top-bar .top-bar-inner #mobile-button.open .mobile-button-inner span:nth-child(2) {
  opacity: 0;
}
#main-header .top-bar .top-bar-inner #mobile-button.open .mobile-button-inner span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
#main-header .top-bar .top-bar-inner nav {
  display: none;
}
#main-header .top-bar .top-bar-inner nav.mobile-open {
  background-color: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  display: block;
  left: 0;
  padding: 1rem 0 1.25rem;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
}
#main-header .top-bar .top-bar-inner nav.mobile-open .menu {
  flex-direction: column;
  padding: 0 calc((100% - var(--content-width-default)) / 2);
}
#main-header .top-bar .top-bar-inner nav.mobile-open .menu li {
  border-bottom: 1px solid var(--color-water);
  margin-right: 0;
  padding: 0.875rem 0;
}
#main-header .top-bar .top-bar-inner nav.mobile-open .menu li:last-child {
  border-bottom: none;
}
#main-header .top-bar .top-bar-inner nav.mobile-open .menu li::before {
  display: none !important;
}
#main-header .top-bar .top-bar-inner nav.mobile-open .menu li a {
  display: block;
}
@media only screen and (min-width: 1024px) {
  #main-header .top-bar .top-bar-inner nav {
    display: block;
  }
}
#main-header .top-bar .top-bar-inner nav .menu {
  display: flex;
  flex-direction: row;
}
#main-header .top-bar .top-bar-inner nav .menu li {
  list-style-type: none;
  margin-right: 4rem;
  position: relative;
}
#main-header .top-bar .top-bar-inner nav .menu li:last-child {
  margin-right: 0;
}
#main-header .top-bar .top-bar-inner nav .menu li:hover::before, #main-header .top-bar .top-bar-inner nav .menu li:focus::before, #main-header .top-bar .top-bar-inner nav .menu li.current-menu-item::before, #main-header .top-bar .top-bar-inner nav .menu li.current-page-ancestor::before, #main-header .top-bar .top-bar-inner nav .menu li.clicked::before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/icons/circle-water.svg");
  content: "";
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  position: absolute;
  left: -1.5rem;
  top: 0.5125rem;
}
#main-header .top-bar .top-bar-inner nav .menu li a {
  font-size: var(--font-size-nav-desktop);
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
  text-decoration: none;
}
#main-header .top-bar .top-bar-inner nav .menu li a:hover, #main-header .top-bar .top-bar-inner nav .menu li a:focus {
  color: var(--color-water);
}
#main-header.header-type-home .message, #main-header.header-type-full .message {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.5rem 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #main-header.header-type-home .message, #main-header.header-type-full .message {
    padding: 5.5rem 0;
  }
}
#main-header.header-type-home .message .message-text-wrapper, #main-header.header-type-full .message .message-text-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  position: relative;
  width: var(--content-width-default);
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  #main-header.header-type-home .message .message-text-wrapper, #main-header.header-type-full .message .message-text-wrapper {
    justify-content: space-between;
  }
}
#main-header.header-type-home .message .message-text-wrapper .message-title, #main-header.header-type-full .message .message-text-wrapper .message-title {
  position: relative;
  text-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.75);
}
@media only screen and (min-width: 768px) {
  #main-header.header-type-home .message .message-text-wrapper .message-title, #main-header.header-type-full .message .message-text-wrapper .message-title {
    max-width: 62.5%;
  }
}
#main-header.header-type-home .message .message-text-wrapper .message-title h1, #main-header.header-type-full .message .message-text-wrapper .message-title h1 {
  color: white;
  hyphens: none;
  margin: 0;
}
#main-header.header-type-home .message .message-text-wrapper .message-text, #main-header.header-type-full .message .message-text-wrapper .message-text {
  color: white;
  font-size: var(--font-size-body-large);
  font-weight: var(--font-weight-bold);
  hyphens: none;
  line-height: var(--line-height-narrow);
  margin-top: 1rem;
  position: relative;
  text-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.75);
  width: calc(100% - 3.5rem);
}
@media only screen and (min-width: 768px) {
  #main-header.header-type-home .message .message-text-wrapper .message-text, #main-header.header-type-full .message .message-text-wrapper .message-text {
    max-width: 55%;
  }
}
#main-header.header-type-home .message .message-text-wrapper .message-text p, #main-header.header-type-full .message .message-text-wrapper .message-text p {
  margin-bottom: 0;
}
#main-header.header-type-home .message .background-image, #main-header.header-type-full .message .background-image {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#main-header.header-type-home {
  flex: 0 0 100%;
}
#main-header.header-type-full {
  flex: 0 0 77.5%;
}
#main-header.header-type-half {
  background-color: var(--color-forest);
}
#main-header.header-type-half .message {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  #main-header.header-type-half .message {
    flex-direction: row-reverse;
  }
}
#main-header.header-type-half .message img {
  display: block;
  flex: 0 0 42.5%;
  object-fit: cover;
  object-position: center center;
  overflow: hidden;
}
#main-header.header-type-half .message .message-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 0 0 57.5%;
  margin: 0 auto;
  padding: 3.5rem 0;
  width: var(--content-width-default);
}
@media only screen and (min-width: 768px) {
  #main-header.header-type-half .message .message-text-wrapper {
    padding: 4rem;
  }
}
#main-header.header-type-half .message .message-text-wrapper .badge {
  margin-bottom: 1rem;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
#main-footer {
  background-color: var(--color-water);
  color: white;
  display: flex;
  justify-content: center;
  padding: 2.5rem 0;
}
#main-footer .main-footer-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: var(--content-width-default);
}
#main-footer .main-footer-inner .footer-logo-wrapper a {
  display: flex;
}
#main-footer .main-footer-inner .footer-logo-wrapper a img {
  width: 14.5rem;
}
#main-footer .main-footer-inner .footer-navigation {
  font-size: var(--font-size-body-small);
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  #main-footer .main-footer-inner .footer-navigation {
    justify-content: flex-end;
  }
}
#main-footer .main-footer-inner .footer-navigation .footer-navigation-inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  #main-footer .main-footer-inner .footer-navigation .footer-navigation-inner {
    flex-direction: row;
  }
}
#main-footer .main-footer-inner .footer-navigation .footer-navigation-inner a {
  color: white;
  font-weight: var(--font-weight-bold);
}
@media only screen and (min-width: 768px) {
  #main-footer .main-footer-inner .footer-navigation .footer-navigation-inner a {
    margin-right: 1.75rem;
  }
}
#main-footer .main-footer-inner .footer-navigation .footer-navigation-inner a:last-child {
  margin-right: 0;
}

/*------------------------------------*\
    NEWS-OVERVIEW
    1.1 NEWS-OVERVIEV
\*------------------------------------*/
.news-overview {
  background-color: var(--color-grey-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--module-main-space) 0 !important;
}
.news-overview .news-title {
  margin-bottom: calc(var(--module-main-space) / 2);
  width: var(--content-width-default);
}
.news-overview .news-title h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.news-overview .news-overview-inner {
  width: var(--content-width-default);
}
@media only screen and (min-width: 768px) {
  .news-overview .news-overview-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--module-main-gap);
  }
}
@media only screen and (min-width: 1180px) {
  .news-overview .news-overview-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.news-overview .news-overview-inner .news {
  background-color: var(--color-forest);
  border-radius: var(--border-radius-images);
  margin-bottom: var(--module-main-gap);
  overflow: hidden;
}
.news-overview .news-overview-inner .news a {
  display: inline-block;
  text-decoration: none;
}
.news-overview .news-overview-inner .news a .image-wrapper {
  aspect-ratio: 3/2;
  width: 100%;
}
.news-overview .news-overview-inner .news a .image-wrapper img {
  object-fit: cover;
  object-position: center center;
  height: 100% !important;
  width: 100% !important;
}
.news-overview .news-overview-inner .news a .title-wrapper {
  padding: 1.5rem;
}
.news-overview .news-overview-inner .news a .title-wrapper .meta-wrapper {
  font-size: 0.75rem;
}
.news-overview .news-overview-inner .news a .title-wrapper .title {
  margin-top: 0.125rem;
  margin-bottom: 0;
}
.news-overview .news-overview-inner .news a .title-wrapper .lead {
  margin-bottom: 0;
  margin-top: 0.375rem;
}
.news-overview .news-overview-inner .news a .title-wrapper .arrow-icon-right {
  margin-top: 1.5rem;
  position: relative;
}

/* 1.1 NEWS-OVERVIEV */
.page-template-news .news-overview {
  margin-top: 0 !important;
}

/*------------------------------------*\
    MODULE - CONTENT-MODULES
\*------------------------------------*/
/*------------------------------------*\
    MODULE - EDITOR
\*------------------------------------*/
.module-editor {
  display: flex;
  justify-content: center;
  margin: var(--module-main-space) 0;
}
.module-editor .module-inner {
  width: var(--content-width-default);
}
@media only screen and (min-width: 768px) {
  .module-editor .module-inner {
    display: flex;
    flex-direction: row;
    gap: var(--module-main-gap);
  }
}
@media only screen and (min-width: 1180px) {
  .module-editor .module-inner {
    width: var(--content-width-default);
  }
}
.module-editor .module-inner .row:first-child > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.module-editor .module-inner .row:last-child > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .module-editor .module-inner .row > *:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .module-editor .module-inner .row > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1180px) {
  .module-editor .module-inner.content-rows-1 {
    width: 60%;
  }
}
.module-editor .module-inner.content-rows-1 .row > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.module-editor .module-inner.content-rows-1 .row > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .module-editor .module-inner.content-rows-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) {
  .module-editor .module-inner.content-rows-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) {
  .module-editor .module-inner.content-rows-4 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1180px) {
  .module-editor .module-inner.content-rows-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.module-editor .module-inner.has-border {
  border: 2px solid var(--color-sky);
  border-radius: var(--border-radius-images);
  padding: var(--module-main-gap);
}

/*------------------------------------*\
    MODULE - IMAGE & TEXT
    1.1 BASE
    1.2 CENTERED
\*------------------------------------*/
/* 1.1 BASE */
.module-image-text {
  display: flex;
  justify-content: center;
  margin: var(--module-main-space) 0;
}
.module-image-text .module-inner {
  display: flex;
  flex-direction: column;
  width: var(--content-width-default);
  /* ORDER */
}
@media only screen and (min-width: 1024px) {
  .module-image-text .module-inner {
    flex-direction: row;
    width: 100%;
  }
}
.module-image-text .module-inner .text-wrapper {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .module-image-text .module-inner .text-wrapper {
    flex: 0 0 57.5%;
    padding: 4rem 0;
  }
}
.module-image-text .module-inner .text-wrapper .text {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .module-image-text .module-inner .text-wrapper .text {
    width: 60%;
  }
}
.module-image-text .module-inner .text-wrapper .text > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.module-image-text .module-inner .text-wrapper .text > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.module-image-text .module-inner .image-wrapper {
  display: flex;
  margin: 2.5rem 0 0;
}
@media only screen and (min-width: 1024px) {
  .module-image-text .module-inner .image-wrapper {
    flex: 0 0 42.5%;
    line-height: 0;
    margin: 0;
    position: relative;
  }
}
.module-image-text .module-inner .image-wrapper img {
  border-radius: var(--border-radius-images);
}
@media only screen and (min-width: 1024px) {
  .module-image-text .module-inner .image-wrapper img {
    border-radius: var(--border-radius-images) 0 0 var(--border-radius-images);
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
  }
}
@media only screen and (min-width: 1024px) {
  .module-image-text .module-inner.order-image-text {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1024px) {
  .module-image-text .module-inner.order-image-text .image-wrapper img {
    border-radius: 0 var(--border-radius-images) var(--border-radius-images) 0;
  }
}

/* 1.2 CENTERED */
@media only screen and (min-width: 1180px) {
  .module-image-text.centered .module-inner {
    max-width: 1440px;
    width: 85%;
  }
  .module-image-text.centered .module-inner img {
    border-top-left-radius: var(--border-radius-images) !important;
    border-bottom-left-radius: var(--border-radius-images) !important;
  }
  .module-image-text.centered .module-inner h2 {
    font-size: 42px;
  }
  .module-image-text.centered .module-inner p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1720px) {
  .module-image-text.centered .module-inner {
    width: 60%;
  }
}

/*------------------------------------*\
    MODULE - IMAGE
    1.1 BASE
    1.2 CENTERED
\*------------------------------------*/
.module-image {
  display: flex;
}
.module-image:last-child {
  margin-bottom: var(--module-main-space);
}
.module-image .module-inner {
  display: flex;
  width: 92.5%;
}
@media only screen and (min-width: 1024px) {
  .module-image .module-inner {
    width: 88.5%;
  }
}
.module-image .module-inner img {
  width: 100%;
}
.module-image .module-inner.align-left img {
  border-radius: 0 var(--border-radius-images) var(--border-radius-images) 0;
}
.module-image .module-inner.align-right {
  margin-left: auto;
}
.module-image .module-inner.align-right img {
  border-radius: var(--border-radius-images) 0 0 var(--border-radius-images);
}

/* 1.2 CENTERED */
.module-image.centered {
  justify-content: center;
}
@media only screen and (min-width: 1180px) {
  .module-image.centered .module-inner {
    max-width: 1820px;
    width: 92.5%;
  }
}
@media only screen and (min-width: 1720px) {
  .module-image.centered .module-inner {
    width: 70%;
  }
}
.module-image.centered .module-inner img {
  border-top-left-radius: var(--border-radius-images) !important;
  border-bottom-left-radius: var(--border-radius-images) !important;
}

/*------------------------------------*\
    MODULE - FACTS
    1.1 MODULE BASE
    1.2 FACTS SLIDER
\*------------------------------------*/
/* 1.1 MODULE BASE */
.module-facts {
  background-color: var(--color-desert);
  display: flex;
  justify-content: center;
  margin: var(--module-main-space) 0;
  padding: calc(var(--module-main-space) / 2) 0;
}
.module-facts .module-inner {
  width: 85%;
}
.module-facts:last-child {
  margin-bottom: 0;
}

/* 1.2 FACTS SLIDER */
.facts-slider {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.facts-slider.fact-slide-active.hover-left {
  cursor: url("../img/cursor/cursor-prev.png"), auto;
}
.facts-slider.fact-slide-active.hover-right {
  cursor: url("../img/cursor/cursor-next.png"), auto;
}
.facts-slider .facts-items {
  display: flex;
  flex-direction: row;
  padding: 2.5rem 0;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.facts-slider .facts-items .item {
  background-image: url("../img/icons/drop.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 100%;
}
@media only screen and (min-width: 768px) {
  .facts-slider .facts-items .item {
    flex-direction: row;
    padding: 2.25rem 2.5rem 2.25rem 5.5rem;
  }
}
.facts-slider .facts-items .item .number {
  font-size: 13.75rem;
  font-weight: var(--font-weight-bold);
  line-height: 1;
}
.facts-slider .facts-items .item .text {
  font-size: var(--font-size-facts-text);
}
@media only screen and (min-width: 768px) {
  .facts-slider .facts-items .item .text {
    width: 50%;
  }
}
.facts-slider .facts-items .item .text > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.facts-slider .facts-items .item .text > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.facts-slider .facts-nav {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.facts-slider .facts-nav .nav-element {
  background-color: var(--color-water);
  height: 3px;
  flex: 0 0 10%;
  transition: flex 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.facts-slider .facts-nav .nav-element.active {
  flex: 1 1 100%;
}
.facts-slider .facts-nav .nav-element:not(.active):hover, .facts-slider .facts-nav .nav-element:not(.active):focus {
  cursor: pointer;
}

/*------------------------------------*\
    MODULE - TEASER
\*------------------------------------*/
.module-teaser {
  --default-transition: 500ms all linear;
}

.module-teaser {
  display: flex;
  justify-content: center;
  margin: var(--module-main-space) 0;
}
.module-teaser .module-inner {
  width: var(--content-width-default);
}
.module-teaser .module-inner .teaser-grid {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .module-teaser .module-inner .teaser-grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.module-teaser .module-inner .teaser-grid.teaser-size-33 .item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .module-teaser .module-inner .teaser-grid.teaser-size-33 .item {
    width: calc(33.33% - var(--module-main-gap) / 2);
  }
}
.module-teaser .module-inner .teaser-grid.teaser-size-33 .arrow-icon {
  top: -0.125rem;
}
.module-teaser .module-inner .teaser-grid.teaser-size-50 .item {
  transition: var(--default-transition);
}
@media only screen and (min-width: 768px) {
  .module-teaser .module-inner .teaser-grid.teaser-size-50 .item {
    width: calc(50% - var(--module-main-gap) / 2);
  }
}
.module-teaser .module-inner .teaser-grid.teaser-size-50 .arrow-icon {
  top: 0.125rem;
}
.module-teaser .module-inner .teaser-grid .item {
  border-radius: var(--border-radius-images);
  margin-bottom: var(--module-main-gap);
  overflow: hidden;
}
.module-teaser .module-inner .teaser-grid .item.style-water {
  background-color: var(--color-water-light);
}
.module-teaser .module-inner .teaser-grid .item.style-desert {
  background-color: var(--color-desert);
}
.module-teaser .module-inner .teaser-grid .item.style-forest {
  background-color: var(--color-forest);
}
.module-teaser .module-inner .teaser-grid .item.style-sky {
  background-color: var(--color-sky);
}
.module-teaser .module-inner .teaser-grid .item .item-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.module-teaser .module-inner .teaser-grid .item .item-link .image {
  aspect-ratio: 3/2;
  display: flex;
  position: relative;
  transition: var(--default-transition);
}
.module-teaser .module-inner .teaser-grid .item .item-link .image img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.module-teaser .module-inner .teaser-grid .item .item-link .text {
  display: flex;
  padding: 1.75rem;
  transition: var(--default-transition);
}
.module-teaser .module-inner .teaser-grid .item .item-link .text .text-inner {
  position: relative;
  width: 100%;
}
.module-teaser .module-inner .teaser-grid .item .item-link .text .text-inner h3 {
  color: var(--color-water);
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .module-teaser .module-inner .teaser-grid .item .item-link .text .text-inner h3 {
    padding-right: 3.5rem;
  }
}
.module-teaser .module-inner .teaser-grid .item .item-link .text .text-inner .arrow-icon {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .module-teaser .module-inner .teaser-grid .item .item-link .text .text-inner .arrow-icon {
    display: block;
  }
}

/*------------------------------------*\
    MODULE - PARTNER
\*------------------------------------*/
.module-partner .module-inner {
  margin: var(--module-main-space) auto;
  width: var(--content-width-default);
}
.module-partner .module-inner .module-title {
  margin-bottom: calc(var(--module-main-space) / 2);
}
.module-partner .module-inner .module-title h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.module-partner .module-inner .partner-slider {
  width: 100%;
}
.module-partner .module-inner .partner-slider .slider-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .module-partner .module-inner .partner-slider .slider-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1180px) {
  .module-partner .module-inner .partner-slider .slider-inner {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.module-partner .module-inner .partner-slider .slider-inner .item .item-inner {
  border: 2px solid var(--color-sky);
  border-radius: var(--border-radius-images);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 6.75rem;
}
@media only screen and (min-width: 768px) {
  .module-partner .module-inner .partner-slider .slider-inner .item .item-inner {
    height: 8.25rem;
  }
}
@media only screen and (min-width: 1180px) {
  .module-partner .module-inner .partner-slider .slider-inner .item .item-inner {
    height: 10rem;
  }
}
.module-partner .module-inner .partner-slider .slider-inner .item .item-inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .module-partner .module-inner .partner-slider .slider-inner .item .item-inner a {
    padding: 1rem;
  }
}
.module-partner .module-inner .partner-slider .slider-inner .item .item-inner a img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

/*------------------------------------*\
    MODULE - MAP
\*------------------------------------*/
.module-map {
  display: flex;
  justify-content: center;
  margin: var(--module-main-space) 0;
  position: relative;
  width: 100%; /* height: 60rem with mapbox map */
}
.module-map .module-inner {
  width: var(--content-width-default);
}
.module-map .module-inner .module-title {
  margin-bottom: calc(var(--module-main-space) / 2);
}
.module-map .module-inner .module-title > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.module-map .module-inner .module-title > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.module-map .module-inner img {
  width: 100%;
}

/*------------------------------------*\
    MODULE - DOWNLOADS
    1.1 DOWNLOADS BASE
\*------------------------------------*/
/*------------------------------------*\
    MODULE - MAP
\*------------------------------------*/
.module-downloads {
  display: flex;
  justify-content: center;
  margin: var(--module-main-space) 0;
}
.module-downloads .module-inner {
  width: var(--content-width-default);
}
.module-downloads .module-inner .module-title {
  margin-bottom: calc(var(--module-main-space) / 2);
}
.module-downloads .module-inner .module-title > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.module-downloads .module-inner .module-title > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .module-downloads .module-inner .downloads-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--module-main-gap);
  }
}
.module-downloads .module-inner .downloads-wrapper .download-column .download-box {
  margin-bottom: 1rem;
}

/* 3. VIEWS
 * ========================================================================== */
/*------------------------------------*\
    404-ERROR
\*------------------------------------*/
.error404 main {
  display: flex;
  justify-content: center;
}
.error404 main .message-404 {
  padding: var(--module-main-space) 0;
  width: var(--content-width-default);
}
@media only screen and (min-width: 1180px) {
  .error404 main .message-404 {
    width: 60%;
  }
}
.error404 main .message-404 span {
  display: block;
}
.error404 main .message-404 h1 {
  margin-top: 0.5rem;
}
