/*** The new CSS Reset - version 1.4.3 (last updated 19.12.2021) ***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* lato-300 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/assets/fonts/lato/lato-v23-latin-300.woff2") format("woff2"), url("/assets/fonts/lato/lato-v23-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-300italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: local(""), url("/assets/fonts/lato/lato-v23-latin-300italic.woff2") format("woff2"), url("/assets/fonts/lato/lato-v23-latin-300italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/assets/fonts/lato/lato-v23-latin-regular.woff2") format("woff2"), url("/assets/fonts/lato/lato-v23-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("/assets/fonts/lato/lato-v23-latin-italic.woff2") format("woff2"), url("/assets/fonts/lato/lato-v23-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "DIN2014";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/assets/fonts/din2014/e109e938-2e9f-4653-9333-d43f7dd1ae17.woff2") format("woff2"), url("/assets/fonts/din2014/f3125f6c-9a22-48cd-886e-a976c4a65f41.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

body {
  font-family: "Lato", sans-serif;
  color: rgb(0, 56, 99);
}

.wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1;
}

* {
  position: relative;
}

h1, h2, h3, h4 {
  font-family: "DIN2014", "Lato", sans-serif;
  padding: 20px 0;
}

h2 {
  font-size: 1.5rem;
  margin: 0 auto;
}

h3 {
  font-size: 1.5rem;
  padding: 1rem 0;
}

p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.48rem;
  color: rgb(0, 56, 99);
}

a {
  cursor: pointer;
}

.button-container {
  display: flex;
  justify-content: center;
  margin: 20px;
}
.button-container .get-more {
  text-transform: uppercase;
  font-weight: 300;
  color: rgb(0, 56, 99);
  padding: 8px 16px;
  border: solid 1px rgb(0, 56, 99);
  transition: 0.25s;
}
.button-container .get-more:hover, .button-container .get-more:focus {
  color: #fafafa;
}
.button-container .get-more:hover,
.button-container .get-more:focus {
  box-shadow: inset 0 0 0 2em rgb(18.25, 0, 99);
  color: #fafafa;
}

.standard-width h2 {
  padding: 20px;
  font-size: 2.48rem;
}

.main-header {
  background: rgb(0, 56, 99);
  color: #fafafa;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.main-header .main-nav li a, .main-header .show-nav li a {
  font-family: "DIN2014", sans-serif;
  font-weight: 300;
  color: #fafafa;
  text-decoration: none;
  padding: 8px 20px;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.main-header .skip-link {
  display: inline-block;
  background: linear-gradient(to top, #9dbe4e, #7aa043 30%, transparent 99%), linear-gradient(to bottom, #9dbe4e, #7aa043 30%, transparent 99%), linear-gradient(to left, #9dbe4e, #7aa043 30%, transparent 99%), linear-gradient(to right, #9dbe4e, #7aa043 30%, transparent 99%);
  text-align: center;
  max-width: 600px;
  padding: 5px;
  border-radius: 5px;
  transition: all 0.25s;
}
.main-header .skip-link:hover, .main-header .skip-link:focus {
  color: #fafafa;
}
.main-header .skip-link:hover,
.main-header .skip-link:focus {
  box-shadow: inset 0 0 0 2em #34655c;
  color: #fafafa;
}
.main-header .style-changer {
  display: flex;
  align-items: center;
}
.main-header .style-changer .toggle {
  margin: 0 0 0 1rem;
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 1.4rem;
}
.main-header .style-changer .toggle input {
  display: none;
}
.main-header .style-changer .roundbutton {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: rgb(0, 56, 99);
  display: block;
  transition: all 0.3s;
  border-radius: 1.1rem;
  cursor: pointer;
}
.main-header .style-changer .roundbutton:before {
  position: absolute;
  content: "";
  height: 1.1rem;
  width: 1.1rem;
  border-radius: 100%;
  display: block;
  left: 0.2rem;
  bottom: 0.15rem;
  background-color: rgb(198, 225, 73);
  transition: all 0.3s;
}
.main-header .style-changer input:checked + .roundbutton {
  background-color: rgb(0, 56, 99);
}

@media screen and (max-width: 1023px) {
  .main-header .main-nav {
    position: absolute;
    right: -1000px;
    width: 100%;
    height: 100vh;
    z-index: 99;
    display: flex;
    flex-direction: column;
    transition: all 700ms ease-in-out;
  }
  .main-header .main-nav nav {
    flex: 1;
    display: flex;
    padding-top: 68px;
  }
  .main-header .main-nav a {
    text-align: center;
  }
  .main-header .main-nav .navbar-nav {
    background-color: rgb(0, 56, 99);
    opacity: 0.8;
    margin-top: -8px;
    padding-top: 90px;
  }
  .main-header .main-nav .logo-right {
    background-color: rgb(0, 56, 99);
    background-image: url("/assets/logos/logo-vertical.svg");
    background-position: 4px 52px;
    background-repeat: no-repeat;
    background-size: 54px;
    width: 76px;
    height: 102%;
    margin-top: -8px;
  }
  .main-header .main-nav .changer-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0.25turn, rgb(0, 56, 99), rgb(198, 225, 73), rgb(198, 225, 73));
    color: rgb(0, 56, 99);
    padding: 8px 35px;
  }
  .main-header .main-nav .changer-mobile .style-changer {
    margin: 12px 0 24px 0;
  }
  .main-header .show-nav {
    position: absolute;
    right: 0 !important;
    top: 0;
  }
  .main-header .show-nav .navbar-nav {
    width: 100%;
    padding-top: 90px;
  }
  .main-header .show-nav .logo-right {
    background-position: 4px 40px;
    margin-top: -8px;
  }
  .main-header .burger-container {
    position: absolute;
    right: 20px;
    top: 23px;
    width: 100px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
  }
  .main-header .burger-container .mobile-menu-button {
    display: none;
  }
  .main-header .burger-container .burger {
    margin-top: -1px;
    width: 36px;
  }
  .main-header .burger-container .burger .burger-line {
    display: block;
    width: 100%;
    height: 3px;
    background: #fafafa;
    margin-top: 3px;
  }
  .main-header .burger-container .mobile-menu-button {
    padding-left: 12px;
  }
  .header-top {
    display: none;
  }
  .logo {
    display: none;
  }
  .mobile-logo {
    max-width: 220px;
    padding: 8px;
  }
  .mobile-logo img {
    width: 100%;
    height: auto;
  }
  .header-nav {
    height: 100px;
  }
  .short-mobile-logo, .menu-hint {
    display: none;
  }
  .single-row-logo {
    height: 60px;
  }
  .single-row-logo .mobile-logo {
    display: none;
  }
  .single-row-logo .short-mobile-logo {
    padding: 4px 14px;
    display: block;
    width: 40%;
  }
  .single-row-logo .short-mobile-logo img {
    width: 100%;
    max-width: 120px;
    height: auto;
  }
  .single-row-logo .menu-hint {
    display: inline-block;
    font-family: "DIN2014", sans-serif;
    font-size: 1.38rem;
    text-transform: uppercase;
    position: absolute;
    top: 16px;
    left: -60px;
  }
  .hide-logo {
    visibility: hidden !important;
  }
  .hamburger-container {
    margin-top: auto;
    position: absolute;
    top: 2px;
    right: -8px;
    z-index: 100;
  }
  .hamburger-container .hamburger {
    padding-right: 20px;
    padding-bottom: 0;
  }
  .hamburger-container .hamburger:hover, .hamburger-container .hamburger .is-active, .hamburger-container .hamburger .is-active:hover {
    opacity: 1 !important;
  }
  .hamburger-container .hamburger-inner, .hamburger-container .hamburger-inner::before, .hamburger-container .hamburger-inner::after, .hamburger-container .hamburger-inner:active {
    background-color: #fafafa !important;
    border-radius: 0 !important;
    opacity: 1 !important;
  }
}
@media screen and (min-width: 1024px) {
  .hamburger-container, .short-mobile-logo, .mobile-logo, .logo-right {
    display: none;
  }
  .main-header {
    height: 130px;
    position: fixed;
  }
  .main-header .changer-mobile {
    display: none;
  }
  .main-header .header-top {
    display: flex;
    align-items: center;
    background: linear-gradient(0.25turn, rgb(0, 56, 99), rgb(0, 56, 99), rgb(198, 225, 73));
    color: rgb(0, 56, 99);
    padding: 8px 35px;
  }
  .main-header .header-top .header-left, .main-header .header-top .header-right {
    flex: 1;
  }
  .main-header .header-top .headerleft {
    justify-content: flex-start;
  }
  .main-header .header-top .header-right {
    justify-content: flex-end;
  }
  .main-header .header-top .language-changer {
    position: relative;
    padding-right: 14px;
  }
  .main-header .header-top .language-changer::after {
    content: "";
    position: absolute;
    right: 0;
    top: 24%;
    display: block;
    border-left: 2px solid rgb(0, 56, 99);
    border-top: 2px solid rgb(0, 56, 99);
    width: 14px;
    height: 14px;
    float: right;
    transform: translate(50%, -50%) rotate(-135deg);
  }
  .main-header .logo {
    display: block;
    width: 440px;
    margin-top: 12px;
  }
  .main-header .burger-container {
    display: none;
  }
  .main-header .header-nav {
    padding: 0 20px;
  }
  .main-header .main-nav, .main-header .show-nav {
    position: absolute;
    right: 20px;
    top: 47px;
    display: flex;
  }
  .main-header .main-nav ul, .main-header .show-nav ul {
    display: flex;
    justify-content: flex-end;
  }
  .main-header .main-nav li, .main-header .show-nav li {
    position: relative;
  }
  .main-header .main-nav li a, .main-header .show-nav li a {
    font-family: "DIN2014", sans-serif;
    font-weight: 300;
    color: #fafafa;
    text-decoration: none;
    padding: 8px 20px;
    text-transform: uppercase;
    display: block;
    position: relative;
  }
  .main-header .main-nav li a::before, .main-header .show-nav li a::before {
    content: "|";
    font-family: "DIN2014", sans-serif;
    color: #fafafa;
    position: absolute;
    top: 8px;
    left: 0;
    width: 20px;
    height: 20px;
  }
  .main-header .main-nav li a::after, .main-header .show-nav li a::after {
    display: block;
    content: "";
    border-bottom: solid 3px #94c023;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
  }
  .main-header .main-nav li a:hover::after, .main-header .show-nav li a:hover::after {
    transform: scaleX(1);
  }
  .main-header .main-nav li a:hover, .main-header .show-nav li a:hover {
    color: #94c023;
  }
  .main-header .main-nav li:first-child a::before, .main-header .show-nav li:first-child a::before {
    content: none;
  }
  .main-header .main-nav .active, .main-header .show-nav .active {
    color: #94c023;
  }
  .main-header .main-nav .dropdown-menu, .main-header .show-nav .dropdown-menu {
    display: none;
  }
  .main-header .main-nav li:hover > .dropdown-menu, .main-header .show-nav li:hover > .dropdown-menu {
    position: absolute;
    left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #fafafa;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  }
  .main-header .main-nav li:hover > .dropdown-menu a, .main-header .show-nav li:hover > .dropdown-menu a {
    color: rgb(0, 56, 99);
    display: block;
    white-space: nowrap;
  }
  .main-header .main-nav li:hover > .dropdown-menu a:hover, .main-header .show-nav li:hover > .dropdown-menu a:hover {
    color: #94c023;
  }
  .main-header .main-nav li:hover > .dropdown-menu .active, .main-header .show-nav li:hover > .dropdown-menu .active {
    color: #94c023;
  }
  .main-header .main-nav li:last-child .dropdown-menu, .main-header .show-nav li:last-child .dropdown-menu {
    left: -72px;
  }
}
.down {
  cursor: pointer;
}

.down:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.hero-container h1, .hero-container p {
  color: #fafafa;
  padding: 20px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.hero-container h1 {
  padding-bottom: 0;
}
.hero-container .inner {
  width: 100%;
  max-width: 800px;
}

.blog-hero .leisure {
  background-color: #f29213;
  background-image: url("/assets/textures/leisure.svg");
}
.blog-hero .working {
  background-color: #307abe;
  background-image: url("/assets/textures/working.svg");
}
.blog-hero .youth {
  background-color: #774083;
  background-image: url("/assets/textures/youth.svg");
}
.blog-hero .mobility {
  background-color: #2db7c4;
  background-image: url("/assets/textures/mobility.svg");
}
.blog-hero .sustain {
  background-color: #94c023;
  background-image: url("/assets/textures/sustain.svg");
}
.blog-hero .science {
  background-color: #ec6c84;
  background-image: url("/assets/textures/science.svg");
}
.blog-hero .living {
  background-color: #e64011;
  background-image: url("/assets/textures/living.svg");
}

.aktuelles-list-bla .blog-hero {
  grid-template-rows: 2px 1fr auto;
}
.aktuelles-list-bla .blog-hero .image-container {
  display: none;
}

@media screen and (max-width: 1023px) {
  .home-hero {
    height: 100vh;
    width: 100vw;
    margin: 0;
  }
  .home-hero .image-container picture, .home-hero .image-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .home-hero .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-hero .image-container .overlay {
    z-index: 2;
    width: 100%;
    height: 100%;
    /* Background styles */
    background-image: linear-gradient(rgba(0, 56, 99, 0), rgba(0, 56, 99, 0.5));
  }
  .home-hero .inner {
    position: absolute;
    bottom: 120px;
    padding: 20px;
  }
  .home-hero .inner h1 {
    font-size: 2.4rem;
    line-height: 2.74rem;
    color: #fafafa;
  }
  .home-hero .arrow {
    z-index: 24;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
  }
  .home-hero .arrow:before, .home-hero .arrow:after {
    content: "";
    position: absolute;
    background: #fafafa;
    border-radius: 12px;
    display: block;
  }
  .home-hero .arrow:before:hover, .home-hero .arrow:after:hover {
    background: rgb(0, 56, 99);
  }
  .home-hero .arrow.down {
    height: 2.667em;
  }
  .home-hero .arrow.down:before {
    left: 110%;
  }
  .home-hero .arrow.down:after {
    right: 110%;
  }
  .home-hero .arrow.down:before, .home-hero .arrow.down:after {
    top: -5%;
    height: 110%;
    width: 15%;
  }
  .home-hero .arrow.down:before, .home-hero .arrow.down:after {
    transform: rotate(45deg);
  }
  .home-hero .arrow.down:after {
    transform: rotate(-45deg);
  }
  .hero-container {
    width: 100vw;
    margin: 0;
    padding-top: 60px;
  }
  .hero-container .image-container picture, .hero-container .image-container .overlay {
    width: 100%;
    height: auto;
  }
  .hero-container .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-container .image-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 99%;
    /* Background styles */
    background-image: linear-gradient(rgba(0, 56, 99, 0), rgba(0, 56, 99, 0.5));
  }
  .hero-container .inner {
    position: absolute;
    bottom: 10px;
    padding: 20px 0;
    z-index: 5;
  }
  .hero-container .inner h1 {
    font-size: 2.4rem;
    line-height: 2.74rem;
    color: #fafafa;
  }
  .single-post .inner {
    position: relative !important;
  }
  .dreizeiler .inner {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero {
    height: 100vh;
    width: 100vw;
    margin: 0;
    display: grid;
    grid-template-rows: 1fr 80px;
    grid-template-columns: 1fr 1180px 1fr;
  }
  .home-hero .image-container {
    grid-row: 1/3;
    grid-column: 1/4;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
  .home-hero .image-container picture, .home-hero .image-container .overlay {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .home-hero .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-hero .image-container .overlay {
    z-index: 2;
    width: 100%;
    height: 100%;
    /* Background styles */
    background-image: linear-gradient(rgba(0, 56, 99, 0), rgba(0, 56, 99, 0.5));
  }
  .home-hero .inner {
    display: none;
    grid-column: 2/3;
    z-index: 4;
    text-align: center;
    min-height: 200px;
    padding: 80px 40px;
  }
  .home-hero .inner h1 {
    color: #fafafa;
    font-size: 3.2vw;
    line-height: 3.8vw;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    text-align: center;
  }
  .home-hero .arrow {
    grid-row: 2/3;
    grid-column: 2/3;
    z-index: 4;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    margin: -20px auto 20px auto;
  }
  .home-hero .arrow:before, .home-hero .arrow:after {
    content: "";
    position: absolute;
    background: #fafafa;
    border-radius: 12px;
    display: block;
  }
  .home-hero .arrow:before:hover, .home-hero .arrow:after:hover {
    background: rgb(0, 56, 99);
  }
  .home-hero .arrow.down {
    height: 2.667em;
  }
  .home-hero .arrow.down:before {
    left: 110%;
  }
  .home-hero .arrow.down:after {
    right: 110%;
  }
  .home-hero .arrow.down:before, .home-hero .arrow.down:after {
    top: -5%;
    height: 110%;
    width: 15%;
  }
  .home-hero .arrow.down:before, .home-hero .arrow.down:after {
    transform: rotate(45deg);
  }
  .home-hero .arrow.down:after {
    transform: rotate(-45deg);
  }
  .blog-hero {
    margin: 120px 0 20px 0;
    width: 100vw;
    display: grid;
    grid-template-rows: auto 200px auto;
    grid-template-columns: 1fr auto 1fr;
  }
  .blog-hero .image-container {
    grid-row: 1/3;
    grid-column: 1/4;
    overflow: hidden;
  }
  .blog-hero .inner {
    grid-column: 2/3;
    grid-row: 2/4;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .blog-hero .inner .teaser p {
    color: #fafafa;
    font-size: 1.24rem;
    font-weight: bold;
    line-height: 1.48rem;
  }
  .living-hero {
    margin-top: 120px;
    width: 100vw;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr auto 1fr;
  }
  .living-hero .image-container, .living-hero .inner {
    grid-row: 1/2;
    grid-column: 1/4;
  }
  .living-hero .inner {
    grid-row: 1/2;
    grid-column: 2/3;
    display: flex;
    align-items: flex-end;
    z-index: 3;
  }
  .living-hero .inner h1 {
    margin: 80px auto;
  }
  .living-hero .icon-container {
    z-index: 3;
    background: none !important;
    display: flex;
    justify-content: flex-start;
  }
  .living-hero .icon-container .icon {
    width: 280px;
    min-height: 360px;
    margin-left: -50px;
    margin-top: -280px;
    background-image: url("/assets/icons/leisure.svg");
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: 280px;
  }
  .hero-container .image-container {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }
  .hero-container .image-container picture, .hero-container .image-container .overlay {
    grid-row: 1/1;
    grid-column: 1/1;
  }
  .hero-container .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-container .image-container .overlay {
    z-index: 2;
    /* Background styles */
    background-image: linear-gradient(rgba(0, 56, 99, 0), rgba(0, 56, 99, 0.5));
  }
  .hero-container h1 {
    color: #fafafa;
    font-size: 3.2vw;
    line-height: 3.8vw;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
  .hero-container .content-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2rem;
    max-width: 50%;
    text-align: center;
    margin: -120px auto 120px;
    z-index: 999;
  }
  .hero-container .content-header p {
    color: #fafafa;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.64rem;
    max-width: 60%;
    margin: 28px auto;
  }
  .hero-container p {
    margin: 0 auto;
  }
  .single-post {
    margin-bottom: 0;
  }
  .single-post .inner {
    min-height: 340px;
    margin-bottom: 40px;
    padding: 32px 20px 20px 20px;
  }
}
.posts-listing-hero {
  grid-template-rows: auto 2px auto;
}
.posts-listing-hero .image-container {
  display: none;
}

.presse-listing-hero {
  grid-template-rows: auto 120px auto;
}
.presse-listing-hero .image-container {
  display: none;
}
.presse-listing-hero .inner {
  padding: 20px;
}
.presse-listing-hero h1 {
  margin-top: 3rem;
  color: rgb(0, 56, 99);
}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.blog-icon-container {
  width: 100%;
  max-width: 1180px;
  padding: 20px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.blog-icon-container .icon-box .icon {
  width: 60px;
  height: 60px;
}
.blog-icon-container .icon-box .icon img {
  width: 100%;
  height: 100%;
}
.blog-icon-container .icon-box h4 {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 0.82rem;
}
.blog-icon-container .leisure .has-pale {
  background: url("/assets/pale/leisure.svg") no-repeat center center;
  background-size: 60px;
}
.blog-icon-container .leisure .has-pale img {
  display: none;
}
.blog-icon-container .living .has-pale {
  background: url("/assets/pale/living.svg") no-repeat center center;
  background-size: 70px;
}
.blog-icon-container .living .has-pale img {
  display: none;
}
.blog-icon-container .working .has-pale {
  background: url("/assets/pale/work.svg") no-repeat center center;
  background-size: 90px;
}
.blog-icon-container .working .has-pale img {
  display: none;
}
.blog-icon-container .science .has-pale {
  background: url("/assets/pale/science.svg") no-repeat center center;
  background-size: 90px;
}
.blog-icon-container .science .has-pale img {
  display: none;
}
.blog-icon-container .sustain .has-pale {
  background: url("/assets/pale/sustain.svg") no-repeat center center;
  background-size: 90px;
}
.blog-icon-container .sustain .has-pale img {
  display: none;
}
.blog-icon-container .mobility .has-pale {
  background: url("/assets/pale/mobility.svg") no-repeat center center;
  background-size: 90px;
}
.blog-icon-container .mobility .has-pale img {
  display: none;
}
.blog-icon-container .youth .has-pale {
  background: url("/assets/pale/youth.svg") no-repeat center center;
  background-size: 90px;
}
.blog-icon-container .youth .has-pale img {
  display: none;
}

@media screen and (max-width: 767px) {
  .icon-wrapper {
    width: 100%;
    margin: 60px 0 0 0;
    padding: 0;
  }
  .icon-wrapper .blog-icon-container {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .icon-wrapper .blog-icon-container .icon-box {
    min-width: 120px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: solid 1px rgb(0, 56, 99);
    padding: 12px 12px 0 12px;
  }
  .icon-wrapper .blog-icon-container .icon-box:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .icon-container {
    display: none;
  }
  .has-pale {
    background-size: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .blog-icon-container {
    margin: 0 auto 40px auto;
    padding: 20px;
    width: 100%;
    max-width: 1180px;
    display: flex;
    justify-content: space-between;
  }
  .blog-icon-container .icon-box {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .blog-icon-container .icon-box .icon {
    width: 90px;
    height: 90px;
  }
  .blog-icon-container .icon-box .icon img {
    width: 100%;
    height: 100%;
  }
  .blog-icon-container .icon-box h4 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.02rem;
  }
  .icon-container {
    background: rgb(0, 56, 99);
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .icon-container .icons {
    max-width: 1180px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow: hidden;
  }
  .icon-container .icons .icon {
    margin: 20px 0;
    min-height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .icon-container .icons .icon p {
    color: #fafafa;
    text-transform: uppercase;
    letter-spacing: 0.22rem;
    font-family: "DIN2014", sans-serif;
    font-size: 1.7rem;
  }
  .icon-container .icons .icon a {
    color: #fafafa;
    text-transform: uppercase;
    letter-spacing: 0.22rem;
    font-family: "DIN2014", sans-serif;
    font-size: 1.84rem;
    text-align: center;
    display: flex;
    align-self: stretch;
    align-items: center;
  }
  .icon-container .icons .icon a:hover {
    animation: tilt-shaking 0.25s infinite;
  }
  .icon-container .icons .leisure {
    background: url("/assets/icons/leisure.svg") no-repeat center center;
    background-size: 140px;
  }
  .icon-container .icons .leisure a::after {
    background-image: url("/assets/mouse-over/leisure.png");
    background-size: 240px 180px;
    background-repeat: no-repeat;
  }
  .icon-container .icons .working {
    background: url("/assets/icons/work.svg") no-repeat center center;
    background-size: 160px;
  }
  .icon-container .icons .working a::after {
    background-image: url("/assets/mouse-over/working.png");
    background-size: 240px 180px;
    background-repeat: no-repeat;
  }
  .icon-container .icons .living {
    background: url("/assets/icons/living.svg") no-repeat center center;
    background-size: 140px;
  }
  .icon-container .icons .living a::after {
    background-image: url("/assets/mouse-over/living.png");
    background-size: 240px 180px;
    background-repeat: no-repeat;
  }
  .icon-container .icons .science {
    background: url("/assets/icons/science.svg") no-repeat center center;
    background-size: 180px;
  }
  .icon-container .icons .science a::after {
    background-image: url("/assets/mouse-over/science.png");
    background-size: 240px;
    background-repeat: no-repeat;
    left: 40px;
  }
}
.content-container {
  width: 100%;
  max-width: 1180px;
  margin: 20px auto;
  padding: 20px;
}
.content-container .intro {
  text-align: center;
  max-width: 880px;
  margin: 20px auto;
}
.content-container .intro .icon {
  text-align: center;
}
.content-container .intro div {
  display: flex;
  justify-content: center;
}
.content-container .intro h2, .content-container .intro p {
  max-width: 880px;
  text-align: center;
}

.content-text .inner {
  padding: 20px;
}

.border-teaser {
  display: flex;
  align-items: center;
}
.border-teaser p {
  max-width: 380px;
  margin: 20px;
  padding: 20px 0;
  border-top: solid 2px;
  border-bottom: solid 2px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.34rem;
  line-height: 1.88rem;
}

.has-teaser {
  justify-content: space-between;
}
.has-teaser .inner {
  max-width: 600px;
}
.has-teaser .inner h3 {
  font-size: 1.14rem;
  margin-bottom: 0;
}
.has-teaser .inner p {
  font-size: 0.98rem;
  line-height: 1.48rem;
}
.has-teaser .science {
  color: #ec6c84;
  border-color: #ec6c84;
}
.has-teaser .leisure {
  color: #f29213;
  border-color: #f29213;
}
.has-teaser .living {
  color: #e64011;
  border-color: #e64011;
}
.has-teaser .working {
  color: #307abe;
  border-color: #307abe;
}
.has-teaser .sustain {
  color: #94c023;
  border-color: #94c023;
}
.has-teaser .mobility {
  color: #2db7c4;
  border-color: #2db7c4;
}
.has-teaser .youth {
  color: #774083;
  border-color: #774083;
}

.presse .text {
  padding: 20px;
}

.legal-texts .blog-hero {
  display: none;
}
.legal-texts .main {
  padding-top: 82px;
}
.legal-texts .pimcore_area_content {
  width: 100%;
  padding: 20px;
  margin: auto;
}
.legal-texts .pimcore_area_content .inner {
  padding: 0;
  margin: 0;
}
.legal-texts .pimcore_area_content .text {
  width: 100%;
}
.legal-texts .pimcore_area_content .text table {
  width: 100%;
}
.legal-texts .pimcore_area_content .text table td {
  padding: 4px 0;
}

@media screen and (min-width: 1024px) {
  .has-teaser {
    justify-content: space-between;
  }
  .has-teaser .inner {
    max-width: 600px;
  }
  .has-teaser .inner h3 {
    font-size: 1.14rem;
    margin-bottom: 1.48rem;
  }
  .has-teaser .inner p {
    font-size: 0.98rem;
    line-height: 1.48rem;
  }
  .content-text {
    width: 100%;
    max-width: 1180px;
    margin: 40px auto;
    color: rgb(0, 56, 99);
    display: flex;
    justify-content: flex-start;
  }
  .content-text h3 {
    padding: 1rem 0;
  }
  .content-text p {
    line-height: 1.64rem;
  }
  .content-text .inner {
    min-width: 800px;
    padding: 20px 80px 20px 80px;
    margin: auto;
  }
  .legal-texts .main {
    padding-top: 118px;
  }
  .legal-texts h2 {
    margin: 40px auto 0 auto;
    text-align: center;
    font-size: 2.22rem;
  }
  .legal-texts .content-text {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .legal-texts .inner {
    padding-left: 20px !important;
  }
}
.teaser-container {
  width: 100%;
  max-width: 1180px;
  padding: 20px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.teaser-container .teaser {
  background: #eaeaea;
  padding-bottom: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: rgb(0, 56, 99);
}
.teaser-container .teaser .content {
  padding: 1.4rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.teaser-container .teaser .arrow {
  margin-top: 1.4rem;
  padding-left: 1.4rem;
}
.teaser-container .teaser a {
  color: rgb(0, 56, 99);
  font-size: 1.84rem;
}
.teaser-container .img-container {
  position: relative;
  max-height: 250px;
  overflow: hidden;
}
.teaser-container .img-container picture, .teaser-container .img-container img {
  width: 100%;
  height: auto;
}
.teaser-container .small-icon-container {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: flex;
}
.teaser-container .small-icon-container .icon {
  background-size: 80%;
  width: 50px;
  height: 50px;
  margin-right: 18px;
}
.teaser-container .small-icon-container .living {
  background: url("/assets/icons/living.svg") no-repeat center center;
}
.teaser-container .small-icon-container .leisure {
  background: url("/assets/icons/leisure.svg") no-repeat center center;
}
.teaser-container .small-icon-container .working {
  background: url("/assets/icons/work.svg") no-repeat center center;
}
.teaser-container .small-icon-container .science {
  background: url("/assets/icons/science.svg") no-repeat center center;
}
.teaser-container .small-icon-container .sustain {
  background: url("/assets/icons/sustain.svg") no-repeat center center;
}
.teaser-container .small-icon-container .youth {
  background: url("/assets/icons/youth.svg") no-repeat center center;
}
.teaser-container .small-icon-container .mobility {
  background: url("/assets/icons/mobility.svg") no-repeat center center;
}

@media screen and (max-width: 1023px) {
  .home-teaser-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .home-teaser-wrapper .teaser-container {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .home-teaser-wrapper .teaser-container .teaser {
    min-width: 80%;
    margin-right: 20px;
    white-space: normal;
  }
  .home-teaser-wrapper .teaser-container .teaser .img-container {
    width: 100%;
    overflow: hidden;
    margin: 0;
  }
  .home-teaser-wrapper .teaser-container .teaser:last-child {
    margin-right: 0;
  }
  .teaser-wrapper {
    margin-bottom: 3.8rem;
  }
  .teaser-wrapper .teaser-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .teaser-wrapper .teaser-container .teaser {
    width: 100%;
    max-width: 350px;
    margin: 20px 0;
  }
  .teaser-wrapper .teaser-container .teaser .img-container {
    width: 100%;
    overflow: hidden;
    margin: 0;
  }
  .teaser-wrapper .button-container {
    margin: 0;
  }
  .presse .teaser-wrapper {
    margin-top: 2.48rem;
  }
}
@media screen and (min-width: 1024px) {
  .teaser-container {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
  }
  .teaser-container .teaser {
    width: 31%;
    margin: 20px 0 10px 20px;
    padding-bottom: 1.4rem;
  }
}
.green-circles-container {
  margin-top: 78px;
}
.green-circles-container h2 {
  text-align: center;
}

.circles {
  display: flex;
  flex-direction: column;
}
.circles .circle {
  background: rgb(148, 192, 35);
  border-radius: 50%;
  width: 94vw;
  height: 94vw;
  margin: 1rem auto;
  color: #fafafa;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  box-shadow: rgba(148, 192, 35, 0.1) 0 0 0 0;
  transition: box-shadow 300ms ease-in-out;
}
.circles .circle h3 {
  font-size: 12vw;
  padding: 0;
}
.circles .circle h4 {
  font-size: 8vw;
  text-align: center;
}
.circles .circle p {
  display: none;
  color: #fafafa;
}

@media screen and (max-width: 1023px) {
  .circles .circle {
    width: 380px;
    height: 380px;
  }
  .circles .circle h3 {
    font-size: 3.8rem;
  }
  .circles .circle h4 {
    font-size: 2.48rem;
  }
  .circles .circle-clicked {
    box-shadow: rgba(148, 192, 35, 0.4) 0 0 0 3rem;
    z-index: 1;
  }
  .circles .circle-clicked > h3 {
    font-size: 1.24rem;
  }
  .circles .circle-clicked > h4 {
    font-size: 1.15rem;
  }
  .circles .circle-clicked > p {
    display: block;
    text-align: center;
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .circles {
    justify-content: space-between;
    flex-direction: row;
    margin: 3.9vw auto 2.4vw;
  }
  .circles .circle {
    width: 20vw;
    height: 18vw;
    margin: 1rem;
  }
  .circles .circle h3 {
    font-size: 3.5vw;
  }
  .circles .circle h4 {
    font-size: 1.5vw;
    padding: 5px 20px;
  }
  .circles .circle p {
    text-align: center;
    font-size: 0.92vw;
    line-height: 1.18vw;
    padding: 0 28px;
    display: none;
  }
  .circles .circle:hover {
    box-shadow: rgba(148, 192, 35, 0.4) 0 0 0 3.5vw;
    z-index: 1;
  }
  .circles .circle:hover > h3 {
    font-size: 1.8vw;
  }
  .circles .circle:hover > h4 {
    font-size: 1.4vw;
  }
  .circles .circle:hover > p {
    display: block;
  }
}
.map-container {
  margin: 3rem 0;
  background: #eaeaea;
  padding: 2rem;
}
.map-container h2 {
  text-align: center;
  font-size: 2.6rem;
  line-height: 2.8rem;
}
.map-container .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin: auto;
}
.map-container .map {
  position: relative;
  margin: auto;
  background: url("/assets/images/map.jpg") no-repeat;
  width: 100%;
  height: 620px;
}
.map-container .map .pin {
  width: 50px;
  height: 50px;
  position: absolute;
  filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
  cursor: pointer;
}
.map-container .map .map-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  height: 100%;
}
.map-container .map .map-item .map-content {
  width: 90%;
  max-width: 280px;
  padding: 0;
  background: rgb(0, 56, 99);
  z-index: 999;
  display: none;
}
.map-container .map .map-item .map-content .image-container, .map-container .map .map-item .map-content h3, .map-container .map .map-item .map-content p {
  padding: 0 30px !important;
}
.map-container .map .map-item .map-content h3, .map-container .map .map-item .map-content p, .map-container .map .map-item .map-content a {
  color: #fafafa;
  text-align: left;
}
.map-container .map .map-item .map-content h3 {
  padding: 12px 20px 20px 0;
}
.map-container .map .map-item .map-content h3 a:hover {
  text-decoration: underline;
}
.map-container .map .map-item .map-content .close-container {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  margin-right: 15px;
}
.map-container .map .map-item .map-content .close {
  width: 30px;
  height: 30px;
  position: relative;
}
.map-container .map .map-item .map-content .close:after {
  content: "";
  height: 30px;
  border-left: 2px solid #fff;
  position: absolute;
  transform: rotate(45deg);
  left: 28px;
}
.map-container .map .map-item .map-content .close:before {
  content: "";
  height: 30px;
  border-left: 2px solid #fff;
  position: absolute;
  transform: rotate(-45deg);
  left: 28px;
}
.map-container .map .map-item .map-content .close-old {
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 100;
  position: relative;
  right: 5px;
  top: 5px;
}
.map-container .map .map-item .map-content .close-old .border-right {
  position: absolute;
  top: 0;
  left: 0;
  border-right: solid 2px #fafafa;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
}
.map-container .map .map-item .map-content .close-old .border-left {
  position: absolute;
  top: 1px;
  left: 20px;
  border-left: solid 2px #fafafa;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}
.map-container .map .map-item .map-content .arrow {
  margin: 20px 30px 10px 30px;
}
.map-container .map .map-item .map-content .image-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}
.map-container .map .map-item .map-content .image-container picture, .map-container .map .map-item .map-content .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-container .map .map-item .leisure {
  background: #f29213;
}
.map-container .map .map-item .youth {
  background: #774083;
}
.map-container .map .map-item .working {
  background: #307abe;
}
.map-container .map .map-item .science {
  background: #ec6c84;
}
.map-container .map .map-item .sustain {
  background: #94c023;
}
.map-container .map .map-item .mobility {
  background: #2db7c4;
}
.map-container .map-footer {
  background: rgb(0, 56, 99);
  display: flex;
  justify-content: space-between;
  color: #fafafa;
}
.map-container .map-footer .footer-map-icon {
  min-height: 80px;
  width: 20%;
  border-right: solid 1px #fafafa;
  margin: 1.2rem 0;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.map-container .map-footer .footer-map-icon p {
  padding-left: 60px;
  display: block;
  color: #fafafa;
}
.map-container .map-footer .footer-map-icon:last-child {
  border-right: none;
}
.map-container .map-footer .living {
  background-image: url("/assets/icons/living.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.map-container .map-footer .leisure {
  background-image: url("/assets/icons/leisure.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.map-container .map-footer .working {
  background-image: url("/assets/icons/work.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.map-container .map-footer .science {
  background-image: url("/assets/icons/science.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.map-container .map-footer .mobility {
  background-image: url("/assets/icons/mobility.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.map-container .map-footer .youth {
  background-image: url("/assets/icons/youth.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.map-container .map-footer .living-pale {
  background-image: url("/assets/pale/living.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.map-container .map-footer .living-pale p {
  color: #a4c0ea;
}
.map-container .map-footer .leisure-pale {
  background-image: url("/assets/pale/leisure.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.map-container .map-footer .leisure-pale p {
  color: #a4c0ea;
}
.map-container .map-footer .working-pale {
  background-image: url("/assets/pale/work.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.map-container .map-footer .working-pale p {
  color: #a4c0ea;
}
.map-container .map-footer .science-pale {
  background-image: url("/assets/pale/science.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.map-container .map-footer .science-pale p {
  color: #a4c0ea;
}
.map-container .map-footer .mobility-pale {
  background-image: url("/assets/pale/mobility.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.map-container .map-footer .mobility-pale p {
  color: #a4c0ea;
}
.map-container .map-footer .youth-pale {
  background-image: url("/assets/pale/youth.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.map-container .map-footer .youth-pale p {
  color: #a4c0ea;
}

@media screen and (max-width: 1100px) {
  .map-container {
    display: none;
  }
}
.pagination-container nav {
  width: 100%;
  max-width: 1180px;
  margin: 2px auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.pagination-container .pagination {
  display: flex;
}
.pagination-container .pagination .page-link {
  border: solid 1px rgb(0, 56, 99);
  padding: 7px;
  min-width: 40px;
  display: block;
  text-align: center;
  margin: 0 12px;
}
.pagination-container .pagination .page-link:hover {
  background: rgb(0, 56, 99);
  color: #fafafa;
}
.pagination-container .pagination .active .page-link {
  background: rgb(0, 56, 99);
  color: #fafafa;
  border: solid 1px rgb(0, 56, 99);
  padding: 4px;
  min-width: 40px;
  display: block;
  text-align: center;
  margin: 0 12px;
}
.pagination-container .outer {
  border: solid 1px rgb(0, 56, 99);
  padding: 7px;
  min-width: 30px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.pagination-container .outer:hover {
  background: rgb(0, 56, 99);
  color: #fafafa;
}
.pagination-container .outer, .pagination-container .page-link {
  color: rgb(0, 56, 99);
  transition: 0.25s;
}
.pagination-container .outer:hover, .pagination-container .outer:focus, .pagination-container .page-link:hover, .pagination-container .page-link:focus {
  color: #fafafa;
}
.pagination-container .outer:hover,
.pagination-container .outer:focus,
.pagination-container .page-link:hover,
.pagination-container .page-link:focus {
  box-shadow: inset 0 0 0 2em rgb(18.25, 0, 99);
  color: #fafafa;
}
.pagination-container .pale {
  border: solid 1px #cccccc;
  color: #cccccc;
  padding: 4px 8px;
  min-width: 30px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.image-right-container {
  margin: 80px 0 40px 0;
}
.image-right-container .icon-container {
  display: block;
  width: 110px;
  height: 110px;
  position: absolute;
  top: -20px;
  left: -30px;
  z-index: 10;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.image-right-container .leisure {
  background-image: url("/assets/icons/leisure.svg");
}
.image-right-container .working {
  background-image: url("/assets/icons/working.svg");
}
.image-right-container .youth {
  background-image: url("/assets/icons/youth.svg");
}
.image-right-container .mobility {
  background-image: url("/assets/icons/mobility.svg");
}
.image-right-container .sustain {
  background-image: url("/assets/icons/sustain.svg");
}
.image-right-container .science {
  background-image: url("/assets/icons/science.svg");
}
.image-right-container .living {
  background-image: url("/assets/icons/living.svg");
}
.image-right-container .image-container {
  width: 100%;
}
.image-right-container .image-container picture, .image-right-container .image-container img {
  width: 100%;
  height: auto;
}
.image-right-container .inner {
  padding-left: 20px;
}

@media screen and (min-width: 1024px) {
  .image-right-container {
    width: 100vw;
    display: grid;
    grid-template-rows: 1fr 40px;
    grid-template-columns: 1fr 1180px 1fr;
    align-items: center;
  }
  .image-right-container .icon-container {
    width: 260px;
    height: 260px;
    grid-row: 1/2;
    grid-column: 2/3;
    z-index: 10;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: -120px;
  }
  .image-right-container .image-container {
    grid-row: 1/2;
    grid-column: 2/4;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-height: 800px;
    overflow: hidden;
  }
  .image-right-container .image-container picture, .image-right-container .image-container img {
    width: 100%;
    height: auto;
  }
  .image-right-container .inner {
    grid-row: 2/3;
    grid-column: 2/4;
    padding: 2px 80px;
    color: rgb(0, 56, 99);
  }
}
.full-width-image-container {
  width: 100%;
}
.full-width-image-container picture, .full-width-image-container img {
  width: 100%;
  height: auto;
}
.full-width-image-container .inner {
  padding-left: 20px;
}

@media screen and (min-width: 1024px) {
  .full-width-image-container {
    width: 100vw;
    margin: 40px 0;
  }
  .full-width-image-container picture, .full-width-image-container img {
    width: 100%;
    height: auto;
  }
  .full-width-image-container .inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2px 80px;
  }
}
.info-board-container {
  width: 100vw;
  padding: 60px 0;
}
.info-board-container p {
  line-height: 1.64rem;
  margin-bottom: 1.68rem;
}
.info-board-container .box {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}
.info-board-container .box .inner {
  padding: 20px;
}
.info-board-container .box .inner .image-container {
  width: 100%;
}
.info-board-container .box .inner picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.info-board-container .box .inner picture img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
.info-board-container .box .inner .content-container {
  margin: 0;
  color: #fafafa;
  padding: 20px 0;
}
.info-board-container .box .inner .content-container p {
  color: #fafafa;
}
.info-board-container .box .inner .content-container h3 {
  font-size: 1.48rem;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.info-board-container .box .inner .content-container a {
  color: #fafafa;
}
.info-board-container .box .inner .content-container a:hover {
  text-decoration: underline;
}
.info-board-container .box .inner .content-container .link-container {
  margin: 38px 0 10px 0;
}
.info-board-container .box .inner .content-container .link-container a {
  text-transform: uppercase;
  font-weight: 300;
  color: #fafafa;
  padding: 8px 16px;
  border: solid 1px #fafafa;
  transition: 0.25s;
}
.info-board-container .box .inner .content-container .link-container a:hover, .info-board-container .box .inner .content-container .link-container a:focus {
  color: #fafafa;
  text-decoration: none;
}
.info-board-container .box .inner .content-container .link-container a:hover,
.info-board-container .box .inner .content-container .link-container a:focus {
  box-shadow: inset 0 0 0 2em rgb(18.25, 0, 99);
  color: #fafafa;
}
.info-board-container .box .content {
  padding: 0 !important;
}
.info-board-container .science .inner {
  background-color: #ec6c84;
}
.info-board-container .leisure .inner {
  background-color: #f29213;
}
.info-board-container .living .inner {
  background-color: #e64011;
}
.info-board-container .working .inner {
  background-color: #307abe;
}
.info-board-container .sustain .inner {
  background-color: #94c023;
}
.info-board-container .mobility .inner {
  background-color: #2db7c4;
}
.info-board-container .youth .inner {
  background-color: #774083;
}

.portfolio .info-board-container .box .inner {
  background-color: #f29213;
  padding: 20px;
}

.leisure-portfolio {
  background-color: #f29213;
  padding: 20px;
}

@media screen and (min-width: 1024px) {
  .info-board-container {
    width: 100vw;
    padding: 60px 0;
  }
  .info-board-container .box {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px;
  }
  .info-board-container .box .inner {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px;
  }
  .info-board-container .box .inner .image-container {
    width: 480px;
  }
  .info-board-container .box .inner picture {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .info-board-container .box .inner picture img {
    object-fit: cover;
    height: auto;
    width: 100%;
  }
  .info-board-container .box .inner .content-container {
    margin: 0;
    padding: 0 20px 0 40px !important;
    color: #fafafa;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .info-board-container .box .inner .content-container h3 {
    font-size: 1.48rem;
    margin-bottom: 0;
    text-transform: uppercase;
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .events-container .event-row .first .headline h3 {
    font-size: 1.18rem;
    padding: 0 0 12px !important;
  }
  .events-container .event-row .first .date {
    font-size: 1.38rem !important;
  }
}
.events-container {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
}
.events-container h2 {
  padding-left: 0;
}
.events-container .event-row {
  border-bottom: solid rgb(0, 56, 99) 2px;
  color: rgb(0, 56, 99);
  padding: 24px 0 12px 0;
}
.events-container .event-row .first {
  display: flex;
  justify-content: space-between;
}
.events-container .event-row .first .headline {
  width: 70%;
  padding-right: 38px;
}
.events-container .event-row .first .headline h3 {
  font-size: 1.48rem;
  padding-top: 8px;
}
.events-container .event-row .first .date {
  font-size: 1.88rem;
  font-weight: bold;
}
.events-container .event-row .second .events-show-more {
  text-transform: uppercase;
  font-size: 0.98rem;
  cursor: pointer;
}
.events-container .event-row .second .events-content {
  display: none;
  margin-top: 24px;
}

.backend-fullwidth-board-container {
  position: relative;
  width: 100vw;
  min-height: 480px;
  margin: 22px 0 48px 0;
  padding: 20px 20px 40px 20px;
  border-bottom: solid 1px rgb(0, 56, 99);
}
.backend-fullwidth-board-container .backend-image-container {
  width: 100%;
  border-top: solid 2px rgb(0, 56, 99);
}
.backend-fullwidth-board-container .backend-image-container picture {
  max-height: 480px;
  overflow: hidden;
}
.backend-fullwidth-board-container .backend-image-container picture, .backend-fullwidth-board-container .backend-image-container img {
  width: 100%;
  height: auto;
}
.backend-fullwidth-board-container .backend-box {
  width: 100%;
  color: rgb(0, 56, 99);
}
.backend-fullwidth-board-container .backend-box .link-container {
  padding-top: 28px;
}
.backend-fullwidth-board-container .backend-box .content-container {
  margin: 20px 0;
}
.backend-fullwidth-board-container .backend-box .content-container .content {
  border: solid 1px rgb(0, 56, 99);
  padding: 40px;
  margin: 20px 0;
}
.backend-fullwidth-board-container .backend-box h3 {
  font-size: 2.68rem;
  line-height: 2.98rem;
  margin-bottom: 32px;
}
.backend-fullwidth-board-container .backend-box p {
  font-size: 1.08rem;
  line-height: 1.48rem;
  font-weight: bold;
}

.edit-mode-container {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: flex-start;
}
.edit-mode-container .is-half {
  width: 40%;
  margin: 28px 42px 28px 0;
  display: flex;
  flex-direction: column;
}

.fullwidth-board-container {
  display: grid;
  grid-template-columns: 1fr 1180px 1fr;
  position: relative;
  width: 100%;
  margin: 140px 0;
}
.fullwidth-board-container .image-container {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: stretch;
}
.fullwidth-board-container .image-container picture, .fullwidth-board-container .image-container img {
  width: 100%;
  height: 100%;
}
.fullwidth-board-container .box {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 2px 20px;
  z-index: 9;
  color: #fafafa;
}
.fullwidth-board-container .box .link-container {
  padding-top: 28px;
}
.fullwidth-board-container .box h3 {
  text-transform: uppercase;
  font-size: 2.68rem;
  line-height: 2.98rem;
  margin-bottom: 12px;
}
.fullwidth-board-container .box p {
  font-size: 1.08rem;
  line-height: 1.48rem;
  font-weight: bold;
  color: #fafafa;
}
.fullwidth-board-container .box a {
  color: #fafafa;
  font-weight: bold;
}
.fullwidth-board-container .icon-container {
  width: 80px;
  height: 80px;
  z-index: 9;
  display: block;
}
.fullwidth-board-container .position-left {
  position: absolute;
  top: -40px;
  left: 10px;
}
.fullwidth-board-container .position-right {
  position: absolute;
  top: -40px;
  right: 10px;
}
.fullwidth-board-container .leisure {
  background: url("/assets/icons/leisure.svg") no-repeat center center;
  background-size: contain;
}
.fullwidth-board-container .mobility {
  background: url("/assets/icons/mobility.svg") no-repeat center center;
  background-size: contain;
}
.fullwidth-board-container .sustain {
  background: url("/assets/icons/sustain.svg") no-repeat center center;
  background-size: contain;
}
.fullwidth-board-container .working {
  background: url("/assets/icons/work.svg") no-repeat center center;
  background-size: contain;
}
.fullwidth-board-container .living {
  background: url("/assets/icons/living.svg") no-repeat center center;
  background-size: contain;
}
.fullwidth-board-container .science {
  background: url("/assets/icons/science.svg") no-repeat center center;
  background-size: contain;
}
.fullwidth-board-container .youth {
  background: url("/assets/icons/youth.svg") no-repeat center center;
  background-size: contain;
}
.fullwidth-board-container .link-container {
  padding-bottom: 20px;
}
.fullwidth-board-container .link-container .arrow {
  color: #fafafa !important;
}

@media screen and (max-width: 1023px) {
  .fullwidth-board-container {
    margin: 80px 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .fullwidth-board-container .box h3 {
    font-size: 1.48rem;
    line-height: 2.88rem;
    padding-bottom: 8px;
  }
  .fullwidth-board-container .box p {
    padding: 2px 4px;
    background: rgba(20, 20, 20, 0.4);
  }
  .fullwidth-board-container .box .position-left {
    position: absolute;
    top: -40px;
    left: 20px;
  }
  .fullwidth-board-container .box .position-right {
    position: absolute;
    top: -40px;
    right: 20px;
  }
  .fullwidth-board-container .image-container picture {
    width: 100%;
    height: 100%;
  }
  .fullwidth-board-container .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .fullwidth-board-container {
    margin: 12rem 0;
  }
  .fullwidth-board-container .box {
    grid-column: 2/3;
  }
  .fullwidth-board-container .image-container {
    grid-column: 1/4;
  }
  .fullwidth-board-container .icon-container {
    width: 200px;
    height: 200px;
    z-index: 9;
    display: block;
  }
  .fullwidth-board-container .position-left {
    position: absolute;
    top: -100px;
    left: 120px;
  }
  .fullwidth-board-container .position-right {
    position: absolute;
    top: -100px;
    right: 120px;
  }
  .fullwidth-board-container .content-container div {
    max-width: 600px;
  }
  .fullwidth-board-container .content-position-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.published .inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 20px 20px 20px;
}

.galerie-container {
  width: 100%;
  max-width: 1180px;
  padding: 20px;
  margin: auto;
}
.galerie-container .inner {
  display: flex;
  justify-content: space-between;
}
.galerie-container .image-container {
  width: 48%;
}
.galerie-container .image-container picture {
  width: 100%;
  height: auto;
}
.galerie-container .image-container picture img {
  width: 100%;
  height: auto;
}

.presse-infos-container h3 {
  margin-bottom: 20px;
}
.presse-infos-container a:hover {
  text-decoration: underline;
}
.presse-infos-container .inner {
  margin: 20px auto 40px auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1180px;
}
.presse-infos-container .inner .box {
  border-top: solid 2px rgb(0, 56, 99);
  border-bottom: solid 2px rgb(0, 56, 99);
  color: rgb(0, 56, 99);
  padding: 20px 0;
}
.presse-infos-container .button-container {
  justify-content: flex-start;
  margin-left: 0;
}
.presse-infos-container .button-container a {
  text-decoration: none;
}
.presse-infos-container .presse-download-container p {
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .presse-infos-container .inner .box {
    display: flex;
    justify-content: space-between;
  }
  .presse-infos-container .presse-contact {
    width: 38%;
  }
  .presse-infos-container .presse-contact p, .presse-infos-container .presse-contact h3 {
    padding-left: 20px;
  }
  .presse-infos-container .presse-contact p {
    margin-bottom: 12px;
  }
  .presse-infos-container .button-container {
    margin-left: 20px;
  }
}
.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 4rem 0;
}
.slider .slider-nav {
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 15;
}
.slider .slider-nav .inner {
  width: 40vw;
  display: flex;
  justify-content: center;
  background: rgb(0, 56, 99);
}
.slider .slider-nav li {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: solid 2px #fafafa;
  display: inline-block;
  margin: 8px;
  cursor: pointer;
}
.slider .slider-nav .active, .slider .slider-nav li:hover {
  background: #fafafa;
  border: solid 3px #d8d8d8;
}

.slider-container {
  position: relative;
  width: 100%;
}
.slider-container p {
  color: #fafafa;
}
.slider-container .slider-carriage {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: flex-start;
}
.slider-container .slider-item {
  width: 100vw;
}
.slider-container .slider-item .hero {
  width: 100%;
}
.slider-container .slider-item .hero picture {
  height: 100%;
  width: 100%;
  display: flex;
}
.slider-container .slider-item .hero picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slider-container .slider-item .description-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 40vw;
  height: 100%;
  z-index: 12;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slider-container .slider-item .description-container .description {
  color: #fafafa;
  background: rgb(0, 56, 99);
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slider-container .slider-item .description-container .description .icon {
  width: 80px;
  height: 80px;
  z-index: 14;
}
.slider-container .slider-item .description-container .description .content {
  padding: 1.82rem 0;
}
.slider-container .slider-item .description-container .leisure .icon {
  background: url("/assets/icons/leisure.svg") no-repeat center center;
}
.slider-container .slider-item .description-container .living .icon {
  background: url("/assets/icons/living.svg") no-repeat center center;
}
.slider-container .slider-item .description-container .youth .icon {
  background: url("/assets/icons/youth.svg") no-repeat center center;
}
.slider-container .slider-item .description-container .mobility .icon {
  background: url("/assets/icons/mobility.svg") no-repeat center center;
}
.slider-container .slider-item .description-container .science .icon {
  background: url("/assets/icons/science.svg") no-repeat center center;
}
.slider-container .slider-item .description-container .working .icon {
  background: url("/assets/icons/work.svg") no-repeat center center;
}
.slider-container .slider-item .description-container .sustain .icon {
  background: url("/assets/icons/sustain.svg") no-repeat center center;
}

@media screen and (max-width: 767px) {
  .slider {
    position: relative;
    display: block;
  }
  .slider .slider-nav {
    display: block;
  }
  .slider .slider-nav .inner {
    width: 100%;
    min-height: 48px;
  }
  .slider .slider-nav .inner ul {
    margin: 12px auto 24px auto;
  }
  .slider-container {
    display: block;
    height: 84vh;
  }
  .slider-container .slider-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgb(0, 56, 99);
  }
  .slider-container .slider-item .hero {
    height: 37vh;
    overflow: hidden;
  }
  .slider-container .slider-item .description-container {
    position: relative;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
    padding-bottom: 32px;
  }
  .slider-container .slider-item .description-container .description {
    padding: 20px 20px 0 20px;
  }
  .slider-container .slider-item .description-container .description .content {
    padding: 1.12rem 0;
  }
}
@media screen and (min-width: 768px) {
  .slider-container {
    height: 620px;
  }
}
.rubrics-wrapper {
  display: flex;
  width: 100%;
  max-width: 1180px;
  padding: 20px;
  margin: 0 auto;
  overflow: hidden;
}
.rubrics-wrapper ul {
  display: flex;
  margin: auto;
}
.rubrics-wrapper ul li {
  padding: 8px 24px;
  margin: 4px 16px;
  color: rgb(0, 56, 99);
  border-bottom: solid 2px rgb(0, 56, 99);
  text-transform: uppercase;
  letter-spacing: 0.11rem;
  cursor: pointer;
}
.rubrics-wrapper ul .is-active {
  font-weight: 800;
  border-bottom: solid 4px rgb(0, 56, 99);
}

.history-container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1180px;
  padding: 20px;
  margin: 0 auto;
  overflow: hidden;
}
.history-container .inner {
  margin: 0 20px;
}
.history-container .image-container {
  z-index: 2;
}
.history-container .image-container h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 20px;
  color: white;
  font-family: "DIN2014", sans-serif;
  font-size: 4.28rem;
  letter-spacing: 0.42rem;
  z-index: 4;
}
.history-container .history-description {
  padding: 20px 0;
  max-width: 400px;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .rubrics-wrapper ul {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .history-container .image-container {
    width: 100%;
    max-width: 400px;
  }
  .history-container .image-container picture, .history-container .image-container img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .history-container .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .history-container .image-container {
    margin-left: 0;
    transition: margin-left 300ms ease-in-out;
  }
  .history-container .history-description {
    padding: 20px 32px;
    position: absolute;
    width: 400px;
    z-index: 1;
  }
  .history-container:hover .image-container {
    margin-left: -400px;
  }
}
.main-footer {
  background: rgb(0, 56, 99);
  color: #fafafa;
}
.main-footer h4, .main-footer p, .main-footer a {
  color: #fafafa;
}
.main-footer h4 {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  margin-bottom: 1px;
  padding-left: 0;
  padding-top: 0 !important;
}
.main-footer .social-container img {
  width: 52px;
  height: 52px;
  margin-right: 24px;
}
.main-footer .social-container .linkedin {
  width: 61px;
}
.main-footer .contact-container a {
  display: block;
  color: #fafafa;
  padding-left: 32px;
}
.main-footer .contact-container a:last-child {
  margin-top: 1.42rem;
}
.main-footer .contact-container a:hover {
  text-decoration: underline;
}
.main-footer .contact-container .phone-link::before {
  content: url("/assets/icons/phone.svg");
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
.main-footer .contact-container .email-link::before {
  content: url("/assets/icons/envelope.svg");
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
.main-footer .footer-logo {
  width: 100%;
  height: auto;
}
.main-footer .info p {
  line-height: 1.8rem;
}
.main-footer .more-infos {
  display: inline-block;
  background-color: #307abe !important;
  text-transform: uppercase;
  letter-spacing: 0.14rem;
  font-weight: 300;
  margin-top: 12px;
  text-align: center;
  width: 190px;
  padding: 6px;
  border-radius: 0 !important;
  transition: all 0.25s;
}
.main-footer .more-infos:hover, .main-footer .more-infos:focus {
  color: #fafafa;
}
.main-footer .more-infos:hover,
.main-footer .more-infos:focus {
  box-shadow: inset 0 0 0 2em rgb(18.25, 0, 99);
  color: #fafafa;
}
.main-footer .navi-bottom {
  max-width: 1180px;
  margin: auto;
  padding-bottom: 32px;
}
.main-footer .navi-bottom ul {
  display: flex;
}
.main-footer .navi-bottom li a {
  font-family: "DIN2014", sans-serif;
  font-weight: 300;
  color: #fafafa;
  text-decoration: none;
  padding: 8px 20px;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.main-footer .navi-bottom li a::before {
  content: "|";
  font-family: "DIN2014", sans-serif;
  color: #fafafa;
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 20px;
}
.main-footer .navi-bottom li a::after {
  display: block;
  content: "";
  border-bottom: solid 3px #94c023;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.main-footer .navi-bottom li a:hover::after {
  transform: scaleX(1);
}
.main-footer .navi-bottom li a:hover {
  color: #94c023;
}
.main-footer .navi-bottom li:first-child a::before {
  content: none;
}
.main-footer .navi-bottom .active {
  color: #94c023;
}

@media screen and (max-width: 767px) {
  .main-footer .footer-container {
    width: 90%;
    max-width: 380px;
    margin: 20px;
    padding: 40px 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .main-footer .footer-container .intro-three {
    grid-column: 1/1;
    grid-row: 1/1;
    margin-bottom: 32px;
  }
  .main-footer .footer-container .intro-two {
    grid-row: 11/11;
    margin-top: 48px;
  }
  .main-footer .footer-container .info {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .main-footer .footer-container {
    max-width: 1180px;
    margin: auto;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 60px;
  }
  .main-footer .footer-container .info-one {
    grid-column: 1/1;
    grid-row: 2/2;
  }
  .main-footer .footer-container .more-infos-one {
    grid: 1/1;
    grid-row: 3/3;
  }
  .main-footer .footer-container .intro-two {
    grid-column: 2/2;
    grid-row: 1/1;
    margin-bottom: 80px;
  }
  .main-footer .footer-container .info-two {
    grid-column: 2/2;
    grid-row: 2/2;
  }
  .main-footer .footer-container .more-infos-two {
    grid: 2/2;
    grid-row: 3/3;
  }
  .main-footer .footer-container .intro-three {
    grid-column: 3/3;
    grid-row: 1/1;
    margin-bottom: 32px;
  }
  .main-footer .footer-container .info-three {
    grid-column: 3/3;
    grid-row: 2/2;
  }
  .main-footer .footer-container .more-infos-three {
    grid: 3/3;
    grid-row: 3/3;
  }
  .main-footer h4 {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 1.2rem;
  }
  .main-footer .social-container {
    display: flex;
  }
  .main-footer .social-container img {
    width: 52px;
    height: 52px;
    margin-right: 24px;
  }
  .main-footer .social-container .linkedin {
    width: 61px;
  }
  .main-footer .contact-container a:last-child {
    margin-top: 1.32rem;
  }
  .main-footer .footer-logo {
    width: 100%;
    height: auto;
  }
  .main-footer .more-infos-container {
    margin-top: auto;
  }
  .main-footer .navi-bottom {
    padding: 30px 20px 32px 0;
  }
}
.acal .dreizeiler .inner {
  margin-top: -70px !important;
}
.acal .style-changer {
  color: #fafafa;
  margin-top: 3px;
  padding-bottom: 3px;
  border-bottom: solid 1px #fafafa;
}
.acal .style-changer .roundbutton {
  background: #fafafa;
}
.acal .style-changer input:checked + .roundbutton {
  background: #fafafa;
}
.acal .style-changer .roundbutton::before {
  background: rgb(0, 56, 99);
  transform: translate(1.6rem, 0);
}
.acal .changer-mobile {
  background: rgb(0, 56, 99) !important;
}
.acal .header-top {
  background: rgb(0, 56, 99);
}
.acal .header .main-nav a {
  background: rgb(0, 56, 99);
}
.acal .blog-hero {
  margin: 0;
}
.acal .blog-hero .image-container .overlay {
  display: none;
}
.acal .blog-hero .inner {
  min-height: 40px;
  position: relative;
}
.acal .blog-hero .inner h1 {
  text-align: center;
}
.acal .blog-hero .inner h1, .acal .blog-hero .inner p, .acal .blog-hero .inner .teaser {
  color: rgb(0, 56, 99);
}
.acal .blog-hero .leisure, .acal .blog-hero .living, .acal .blog-hero .working, .acal .blog-hero .science, .acal .blog-hero .mobility, .acal .blog-hero .youth, .acal .blog-hero .sustain {
  background: none;
}
.acal .home-hero {
  margin: 0;
  height: 70vh;
}
.acal .home-hero .image-container .overlay {
  display: none;
}
.acal .home-hero .arrow {
  display: none;
}
.acal .living-hero {
  margin: 0;
  display: block;
}
.acal .living-hero .image-container .overlay {
  display: none;
}
.acal .living-hero .icon-container {
  display: none;
}
.acal .living-hero .inner {
  position: relative !important;
  margin-top: 0;
  min-height: 40px;
}
.acal .living-hero .inner h1 {
  margin: 0 auto;
}
.acal .living-hero .inner h1, .acal .living-hero .inner p, .acal .living-hero .inner .teaser {
  color: rgb(0, 56, 99);
}
.acal .icon-container {
  background: transparent;
  margin-top: 40px;
}
.acal .icon-container .icon {
  min-height: 20px;
  margin: 40px 0 0 0;
}
.acal .icon-container .icon a {
  color: rgb(0, 56, 99);
  background: #ffffff;
}
.acal .icon-container .icon a:hover {
  text-decoration: underline;
}
.acal .icon-container .leisure, .acal .icon-container .living, .acal .icon-container .working, .acal .icon-container .science {
  background: none;
}
.acal .intro .icon {
  display: none;
}
.acal .info-container {
  background: #ffffff;
}
.acal .info-container h1, .acal .info-container h2 {
  background: #ffffff;
}
.acal .info-container .intro {
  background: #ffffff;
}
.acal .circles {
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
  justify-content: space-between;
}
.acal .circles .circle {
  width: 50%;
  background: #ffffff;
  border-radius: 0;
  color: rgb(0, 56, 99);
  border-bottom: solid 1px rgb(0, 56, 99);
  margin: 0;
  padding: 20px;
  height: auto;
  box-shadow: none;
  transition: none;
  display: block;
}
.acal .circles .circle h3, .acal .circles .circle h4 {
  padding: 0;
  font-size: 1.34rem;
  text-align: left;
}
.acal .circles .circle h3 {
  float: left;
  margin-right: 8px;
}
.acal .circles .circle h4 {
  margin-left: 24px;
}
.acal .circles .circle p {
  display: block;
  color: rgb(0, 56, 99);
  padding: 12px 20px 20px 0;
  text-align: left;
}
.acal .circles .circle:first-child, .acal .circles .circle:nth-child(3) {
  border-right: solid 1px rgb(0, 56, 99);
}
.acal .circles .circle:last-child {
  border-bottom: none;
  border-right: solid 1px rgb(0, 56, 99);
}
.acal .circles .circle:hover > h3 {
  font-size: 1.34rem;
}
.acal .circles .circle:hover > h4 {
  font-size: 1.34rem;
}
.acal .circles .circle:hover > p {
  display: block;
}
.acal .map-footer {
  display: none;
}
.acal .event-row .events-show-more {
  display: none;
}
.acal .event-row .events-content {
  display: block !important;
}
.acal .content-text .inner h3 {
  padding: 12px 0;
}
.acal .info-board-container .inner {
  background-color: rgb(0, 56, 99) !important;
}
.acal .small-icon-container {
  display: none;
}
.acal .icon-wrapper {
  display: none;
}
.acal .intro-headline {
  text-align: center;
}
.acal .pagination-container .pale {
  color: #333333;
  border: solid 1px #333333;
}
.acal .inner-detail {
  background: #ffffff;
}
.acal .inner-detail h1 {
  background: #ffffff;
}
.acal .main-content h3 {
  background: #ffffff;
}
.acal .text p {
  background: #ffffff;
}
.acal .main-footer .more-infos {
  border: 1px solid #fafafa;
  background: #fafafa !important;
  color: rgb(0, 56, 99) !important;
}
.acal .main-footer .more-infos:hover {
  background: rgb(0, 56, 99) !important;
  border: 1px solid #fafafa !important;
  color: #fafafa !important;
}

@media screen and (max-width: 1023px) {
  .acal .home-hero {
    margin: 40px 0 !important;
    position: relative;
    display: block;
    height: auto !important;
    min-height: 260px;
  }
  .acal .home-hero .image-container .overlay {
    display: none;
  }
  .acal .home-hero picture, .acal .home-hero image {
    width: 100%;
    height: auto !important;
  }
  .acal .home-hero .arrow {
    display: none;
  }
  .acal .home-hero .inner {
    display: none;
  }
  .acal .hero-container .inner h1 {
    padding: 20px;
    background: #ffffff;
  }
  .acal .hero-container h1, .acal .hero-container p {
    padding-right: 20px;
  }
  .acal .content-text .inner {
    background: #ffffff;
  }
  .acal .circles {
    justify-content: center;
  }
  .acal .circles .circle {
    width: 80%;
    max-width: 480px;
    margin: auto;
  }
  .acal .circles .circle:first-child, .acal .circles .circle:nth-child(3) {
    border-right: none;
  }
  .acal .circles .circle:last-child {
    border-bottom: solid 1px rgb(0, 56, 99);
    border-right: none;
  }
  .acal .fullwidth-board-container {
    grid-template-rows: 200px 1fr;
  }
  .acal .fullwidth-board-container .box {
    grid-row: 2/3;
    background-color: rgb(0, 56, 99);
  }
  .acal .fullwidth-board-container .box p {
    background: transparent;
  }
  .acal .fullwidth-board-container .image-container {
    grid-row: 1/2;
  }
}
@media screen and (min-width: 1024px) {
  .acal .hero-container {
    margin-top: 120px !important;
    grid-template-rows: 1fr auto auto;
  }
  .acal .hero-container .inner {
    grid-row: 3/4;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .acal .teaser-wrapper {
    margin: 80px auto;
  }
  .acal .fullwidth-board-container .box .content-container div {
    background: rgb(0, 56, 99);
    padding: 0 20px;
  }
  .acal .fullwidth-board-container .box .content-container .arrow {
    padding-left: 0;
  }
  .acal .fullwidth-board-container .box .content-container .link-container {
    padding: 20px 0;
  }
  .acal .history-container .inner {
    justify-content: space-between;
  }
  .acal .history-container .image-container {
    margin-left: 0;
    transition: none !important;
  }
  .acal .history-container .history-description {
    padding: 20px 32px;
    position: relative;
    width: 400px;
    z-index: 1;
  }
}

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