@charset "UTF-8";
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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; }

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }

.glide * {
  box-sizing: inherit; }

.glide__track {
  overflow: hidden; }

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform; }

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.glide--rtl {
  direction: rtl; }

/* barlow-100 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 100;
  src: local(""), url("../../Fonts/Barlow/barlow-v5-latin-100.woff2") format("woff2"), url("../../Fonts/Barlow/barlow-v5-latin-100.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* barlow-200 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 200;
  src: local(""), url("../../Fonts/Barlow/barlow-v5-latin-200.woff2") format("woff2"), url("../../Fonts/Barlow/barlow-v5-latin-200.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* barlow-300 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../../Fonts/Barlow/barlow-v5-latin-300.woff2") format("woff2"), url("../../Fonts/Barlow/barlow-v5-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* barlow-regular - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../../Fonts/Barlow/barlow-v5-latin-regular.woff2") format("woff2"), url("../../Fonts/Barlow/barlow-v5-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* barlow-500 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../../Fonts/Barlow/barlow-v5-latin-500.woff2") format("woff2"), url("../../Fonts/Barlow/barlow-v5-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* barlow-600 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../../Fonts/Barlow/barlow-v5-latin-600.woff2") format("woff2"), url("../../Fonts/Barlow/barlow-v5-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* barlow-700 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../../Fonts/Barlow/barlow-v5-latin-700.woff2") format("woff2"), url("../../Fonts/Barlow/barlow-v5-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* barlow-800 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 800;
  src: local(""), url("../../Fonts/Barlow/barlow-v5-latin-800.woff2") format("woff2"), url("../../Fonts/Barlow/barlow-v5-latin-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* barlow-900 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../../Fonts/Barlow/barlow-v5-latin-900.woff2") format("woff2"), url("../../Fonts/Barlow/barlow-v5-latin-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: 'fontello';
  src: url("../../Fonts/Icon/wgl.woff2?63876591") format("woff2"), url("../../Fonts/Icon/wgl.woff?63876591") format("woff");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased Icon size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-next:before {
  content: '\e800'; }

/* '' */
.icon-camera:before {
  content: '\e801'; }

/* '' */
.icon-ball:before {
  content: '\e802'; }

/* '' */
.icon-house-outline:before {
  content: '\e803'; }

/* '' */
.icon-house-filled:before {
  content: '\e804'; }

/* '' */
.icon-key:before {
  content: '\e806'; }

/* '' */
.icon-jump:before {
  content: '\e809'; }

/* '' */
.icon-kristall:before {
  content: '\e80b'; }

/* '' */
.icon-kristall_alternative:before {
  content: '\e80c'; }

/* '' */
* {
  box-sizing: border-box;
  background-position: center center;
  background-size: cover; }
  *:focus {
    outline: none; }
  *:not(img)::-moz-selection {
    background-color: #00AAB9 !important;
    color: white !important; }
  *:not(img)::selection {
    background-color: #00AAB9 !important;
    color: white !important; }
    *:not(img)::-moz-selection:after, *:not(img)::-moz-selection:before {
      color: white !important; }
    *:not(img)::selection:after, *:not(img)::selection:before {
      color: white !important; }
  * img::-moz-selection {
    background-color: rgba(0, 170, 185, 0.4); }
  * img::selection {
    background-color: rgba(0, 170, 185, 0.4); }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  color: inherit;
  padding: 0; }

html {
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 62.5%;
  transition: background .15s; }

body {
  font-size: 2.2rem;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  overflow-y: hidden;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: #373C41; }
  @media (max-width: 1500px) {
    body {
      font-size: calc(1.36rem + 0.56vw) ; } }

main {
  background: white; }

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

figure {
  margin: 0;
  padding: 0; }

figcaption {
  padding-top: .8em; }

hr {
  margin: 0 0 4rem;
  width: 100%; }

p {
  padding-bottom: 2.4rem;
  line-height: 1.2; }
  @media (max-width: 1199px) {
    p {
      padding-bottom: 1.6rem; } }
  p:last-child {
    padding-bottom: 0; }

small {
  font-size: 1.6rem; }
  @media (max-width: 1500px) {
    small {
      font-size: calc(1.32rem + 0.18667vw) ; } }

strong {
  font-weight: 600; }

ul, ol {
  line-height: 1.5;
  list-style: none; }

a {
  color: #373C41;
  transition: color .15s, opacity .15s, background .15s, -webkit-transform 0.15s;
  transition: color .15s, opacity .15s, transform 0.15s, background .15s;
  transition: color .15s, opacity .15s, transform 0.15s, background .15s, -webkit-transform 0.15s;
  text-decoration: none; }
  a:active {
    opacity: .8; }

button[disabled] {
  cursor: default;
  pointer-events: none;
  opacity: .5; }

sup, sub {
  font-size: 50%; }

sup {
  top: -.75em; }

em {
  font-style: italic; }

h1 {
  font-size: 7rem;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  padding-bottom: 4.8rem; }
  @media (max-width: 1500px) {
    h1 {
      font-size: calc(1.68rem + 3.54667vw) ; } }
  @media (max-width: 1199px) {
    h1 {
      padding-bottom: 3.2rem; } }

h2 {
  font-size: 6rem;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  padding-bottom: 3.2rem; }
  @media (max-width: 1500px) {
    h2 {
      font-size: calc(1.61333rem + 2.92444vw) ; } }
  @media (max-width: 1199px) {
    h2 {
      padding-bottom: 2.4rem; } }

h3 {
  font-size: 4.5rem;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem; }
  @media (max-width: 1500px) {
    h3 {
      font-size: calc(1.51333rem + 1.99111vw) ; } }
  @media (max-width: 1199px) {
    h3 {
      padding-top: 1.6rem;
      padding-bottom: 1.6rem; } }

h4 {
  font-size: 3rem;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  padding-bottom: 1.6rem; }
  @media (max-width: 1500px) {
    h4 {
      font-size: calc(1.41333rem + 1.05778vw) ; } }
  @media (max-width: 1199px) {
    h4 {
      padding-bottom: 1.06rem; } }

.o-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  width: 100%; }
  @media (max-width: 1199px) {
    .o-section {
      padding-top: 4.8rem; } }
  @media (max-width: 1199px) {
    .o-section {
      padding-bottom: 4.8rem; } }

.o-section.-top-none {
  padding-top: 0; }

.o-section.-top-small {
  padding-top: 4.8rem; }
  @media (max-width: 1199px) {
    .o-section.-top-small {
      padding-top: 3.2rem; } }

.o-section.-top-medium {
  padding-top: 8rem; }
  @media (max-width: 1199px) {
    .o-section.-top-medium {
      padding-top: 4.8rem; } }

.o-section.-top-large {
  padding-top: 12.8rem; }
  @media (max-width: 1199px) {
    .o-section.-top-large {
      padding-top: 8rem; } }

.o-section.-bot-none {
  padding-bottom: 0; }

.o-section.-bot-small {
  padding-bottom: 4.8rem; }
  @media (max-width: 1199px) {
    .o-section.-bot-small {
      padding-bottom: 3.2rem; } }

.o-section.-bot-medium {
  padding-bottom: 8rem; }
  @media (max-width: 1199px) {
    .o-section.-bot-medium {
      padding-bottom: 4.8rem; } }

.o-section.-bot-large {
  padding-bottom: 12.8rem; }
  @media (max-width: 1199px) {
    .o-section.-bot-large {
      padding-bottom: 8rem; } }

.o-section.-bg-light {
  background: #E6EBF0; }

.o-section.-bg-light-bottom {
  background: linear-gradient(to top, #E6EBF0 16rem, transparent 16rem); }

.o-section.-bg-blue {
  color: white;
  background: #008CC8; }

.o-section.-bg-green {
  color: white;
  background: #7DAF0A; }

.o-section.-bg-gradient {
  color: white;
  background: linear-gradient(to right, #7DAF0A, #008CC8); }

.hero-default__wrap + .o-section.-default,
.hero-default__wrap + .o-section.-bg-light-bottom {
  padding-top: 0; }

.o-section.-default + .o-section.-default,
.o-section.-default + .o-section.-bg-light-bottom,
.o-section.-bg-light + .o-section.-bg-light,
.o-section.-bg-light-bottom + .o-section.-bg-light,
.o-section.-bg-blue + .o-section.-bg-blue,
.o-section.-bg-green + .o-section.-bg-green {
  padding-top: 0; }

.o-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 123rem;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1199px) {
    .o-container {
      padding-left: 6vw;
      padding-right: 6vw; } }

.o-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -1rem; }
  @media (max-width: 1199px) {
    .o-row {
      margin: -1rem; } }
  @media (max-width: 599px) {
    .o-row {
      margin: -0.8rem; } }

.o-row.-align-start {
  align-items: flex-start; }

.o-row.-align-center {
  align-items: center; }

.o-row.-align-end {
  align-items: flex-end; }

.o-row.-justify-start {
  justify-content: flex-start; }

.o-row.-justify-center {
  justify-content: center; }

.o-row.-justify-end {
  justify-content: flex-end; }

.o-row.-justify-between {
  justify-content: space-between; }

.o-column {
  width: 100%;
  padding: 1rem; }
  @media (max-width: 1199px) {
    .o-column {
      padding: 1rem; } }
  @media (max-width: 599px) {
    .o-column {
      padding: 0.8rem; } }

.o-column.-c1 {
  width: 8.33333%; }

.o-column.-c2 {
  width: 16.66667%; }

.o-column.-c3 {
  width: 25%; }

.o-column.-c4 {
  width: 33.33333%; }

.o-column.-c5 {
  width: 41.66667%; }

.o-column.-c6 {
  width: 50%; }

.o-column.-c7 {
  width: 58.33333%; }

.o-column.-c8 {
  width: 66.66667%; }

.o-column.-c9 {
  width: 75%; }

.o-column.-c10 {
  width: 83.33333%; }

.o-column.-c11 {
  width: 91.66667%; }

.o-column.-c12 {
  width: 100%; }

.o-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.o-section .button-primary {
  margin-top: 2.4rem;
  position: relative;
  display: inline-block;
  padding: .5em 2em .75em;
  text-align: left;
  color: white;
  background: #00AAB9;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 1.5em;
  transition: background .15s, color .15s, box-shadow .2s, -webkit-transform .3s;
  transition: background .15s, color .15s, transform .3s, box-shadow .2s;
  transition: background .15s, color .15s, transform .3s, box-shadow .2s, -webkit-transform .3s; }
  @media (max-width: 1199px) {
    .o-section .button-primary {
      margin-top: 1.6rem; } }

.button-primary:hover {
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08); }

.-bg-green .button-primary,
.-bg-blue .button-primary,
.-bg-gradient .button-primary {
  background: white; }

.-bg-green .button-primary {
  color: #7DAF0A; }

.-bg-blue .button-primary {
  color: #008CC8; }

.-bg-gradient .button-primary {
  color: #00AAB9; }

.button-primary.-ghost {
  color: #00AAB9;
  background: white;
  border-color: #00AAB9; }

[id^='news-container'] .page-navigation {
  padding-top: 2.4rem; }
  @media (max-width: 1199px) {
    [id^='news-container'] .page-navigation {
      padding-top: 1.6rem; } }
  [id^='news-container'] .page-navigation > p {
    display: none; }
  [id^='news-container'] .page-navigation li.previous,
  [id^='news-container'] .page-navigation li.next {
    display: none; }
  [id^='news-container'] .page-navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: -.5rem; }
  [id^='news-container'] .page-navigation li > a,
  [id^='news-container'] .page-navigation li.active {
    display: block;
    font-weight: bold;
    line-height: 1;
    padding: .75em 1em;
    margin: .5rem; }
  [id^='news-container'] .page-navigation li > a {
    border-color: transparent; }

.hero-default {
  padding-top: 4.8rem;
  color: #00AAB9;
  text-align: center; }
  @media (max-width: 1199px) {
    .hero-default {
      padding-top: 3.2rem; } }

@media (max-width: 599px) {
  .hero-default__wrap.-bot-small {
    padding-bottom: 1rem; } }

.hero-default__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 123rem;
  padding-left: 6rem;
  padding-right: 6rem;
  max-width: 85.33333rem; }
  @media (max-width: 1199px) {
    .hero-default__container {
      padding-left: 6vw;
      padding-right: 6vw; } }

.hero-default.-news .hero-default__container {
  max-width: 123rem; }

.hero-default__image {
  width: 100%;
  height: auto; }

.hero-default__topline {
  font-size: 3rem;
  padding-bottom: .3em;
  text-transform: uppercase; }
  @media (max-width: 1500px) {
    .hero-default__topline {
      font-size: calc(1.41333rem + 1.05778vw) ; } }

.hero-home__slide {
  position: relative; }

.hero-home__figure {
  position: relative;
  overflow: hidden;
  height: 40vw;
  max-height: 768px; }
  .hero-home__figure > picture > img, .hero-home__figure > video {
    position: absolute;
    min-width: 500%;
    min-height: 500%;
    width: auto;
    height: auto;
    max-width: unset;
    max-height: unset;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
            transform: translateX(-50%) translateY(-50%) scale(0.2);
    -o-object-fit: cover;
       object-fit: cover; }
  @media (max-width: 599px) {
    .hero-home__figure {
      height: 50vw; } }

.hero-home__image {
  width: 100%;
  height: auto; }

.hero-home__description {
  display: flex;
  position: absolute;
  right: 0;
  bottom: -2%;
  height: 105%;
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Haus_Path_Stage.svg");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  width: 44vw;
  max-width: 883.2px; }
  @media (max-width: 599px) {
    .hero-home__description {
      width: 55vw; } }

.hero-home__claim {
  font-size: 80px;
  color: #00AAB9;
  padding: 250px 1em 1em 2em;
  margin: auto 0; }
  @media (max-width: 1919px) {
    .hero-home__claim {
      font-size: 4vw;
      padding: 14vw 1em 1em 2em; } }
  @media (max-width: 599px) {
    .hero-home__claim {
      font-size: 5vw;
      padding: 14vw 1em 1em 2em; } }

.hero-home__text {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: linear-gradient(to right, #7DAF0A, #008CC8);
  color: white; }
  @media (max-width: 1199px) {
    .hero-home__text {
      padding-top: 4.8rem;
      padding-bottom: 4.8rem; } }

.hero-home__headline {
  font-size: 6rem;
  text-align: center; }
  @media (max-width: 1500px) {
    .hero-home__headline {
      font-size: calc(1.61333rem + 2.92444vw) ; } }

.hero-home__controls {
  position: absolute;
  left: 6rem;
  bottom: 6rem; }
  @media (max-width: 1199px) {
    .hero-home__controls {
      left: 6vw;
      bottom: 6vw; } }

.hero-home__slider {
  position: relative; }

.hero-home__bullet {
  color: white;
  width: 1.7em;
  height: 1em;
  position: relative; }
  .hero-home__bullet i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    transition: opacity .15s; }
  .hero-home__bullet i:nth-child(2) {
    opacity: 0; }

.hero-home__bullet:hover i:nth-child(2) {
  opacity: .5; }

.hero-home__bullet.glide__bullet--active i {
  opacity: 1; }

.hero-home__bullet.glide__bullet--active i:nth-child(2) {
  opacity: 1; }

.image-gallery__figure {
  position: relative; }

.image-gallery__column {
  width: 25%;
  padding: 1rem; }
  @media (max-width: 1199px) {
    .image-gallery__column {
      padding: 1rem; } }
  @media (max-width: 599px) {
    .image-gallery__column {
      padding: 0.8rem; } }
  @media (max-width: 1919px) {
    .image-gallery__column {
      width: 33.33333%; } }
  @media (max-width: 599px) {
    .image-gallery__column {
      width: 50%; } }

.image-gallery.-row1 .image-gallery__column {
  width: 100%;
  padding: 1rem; }
  @media (max-width: 1199px) {
    .image-gallery.-row1 .image-gallery__column {
      padding: 1rem; } }
  @media (max-width: 599px) {
    .image-gallery.-row1 .image-gallery__column {
      padding: 0.8rem; } }

.image-gallery.-row2 .image-gallery__column {
  width: 50%;
  padding: 1rem; }
  @media (max-width: 1199px) {
    .image-gallery.-row2 .image-gallery__column {
      padding: 1rem; } }
  @media (max-width: 599px) {
    .image-gallery.-row2 .image-gallery__column {
      padding: 0.8rem; } }
  @media (max-width: 599px) {
    .image-gallery.-row2 .image-gallery__column {
      width: 100%; } }

.image-gallery.-row3 .image-gallery__column {
  width: 33.33333%;
  padding: 1rem; }
  @media (max-width: 1199px) {
    .image-gallery.-row3 .image-gallery__column {
      padding: 1rem; } }
  @media (max-width: 599px) {
    .image-gallery.-row3 .image-gallery__column {
      padding: 0.8rem; } }
  @media (max-width: 599px) {
    .image-gallery.-row3 .image-gallery__column {
      width: 100%; } }

.image-gallery.-row4 .image-gallery__column {
  width: 25%;
  padding: 1rem; }
  @media (max-width: 1199px) {
    .image-gallery.-row4 .image-gallery__column {
      padding: 1rem; } }
  @media (max-width: 599px) {
    .image-gallery.-row4 .image-gallery__column {
      padding: 0.8rem; } }
  @media (max-width: 599px) {
    .image-gallery.-row4 .image-gallery__column {
      width: 50%; } }

.image-gallery.-row5 .image-gallery__column {
  width: 20%;
  padding: 1rem; }
  @media (max-width: 1199px) {
    .image-gallery.-row5 .image-gallery__column {
      padding: 1rem; } }
  @media (max-width: 599px) {
    .image-gallery.-row5 .image-gallery__column {
      padding: 0.8rem; } }
  @media (max-width: 599px) {
    .image-gallery.-row5 .image-gallery__column {
      width: 50%; } }

.image-gallery.-row6 .image-gallery__column {
  width: 16.66667%;
  padding: 1rem; }
  @media (max-width: 1199px) {
    .image-gallery.-row6 .image-gallery__column {
      padding: 1rem; } }
  @media (max-width: 599px) {
    .image-gallery.-row6 .image-gallery__column {
      padding: 0.8rem; } }
  @media (max-width: 599px) {
    .image-gallery.-row6 .image-gallery__column {
      width: 33.33333%; } }

.image-gallery__caption {
  font-size: 1.6rem;
  padding-top: .66em; }
  @media (max-width: 1500px) {
    .image-gallery__caption {
      font-size: calc(1.32rem + 0.18667vw) ; } }

.image-gallery__image {
  transition: opacity .1s; }

.image-single__slider {
  position: relative;
  cursor: -webkit-grab;
  cursor: grab; }

.image-single__slides {
  align-items: center; }

.image-single__slider picture {
  display: block;
  background: #1e1e1e; }

.image-single__slider img {
  opacity: .45;
  transition: opacity .15s; }

.image-single__slider .glide__slide--active img {
  opacity: 1; }

.image-single__track {
  overflow: visible; }

.image-single__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.7em;
  height: 2.7em;
  color: #373C41;
  background: white;
  border: 2px solid;
  border-radius: 100%;
  transition: background .15s, color .15s, opacity .15s; }

.image-single__arrow.-left {
  left: -12rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }
  @media (max-width: 1450px) {
    .image-single__arrow.-left {
      left: -1.35em; } }

.image-single__arrow.-right {
  right: -12rem; }
  @media (max-width: 1450px) {
    .image-single__arrow.-right {
      right: -1.35em; } }

.image-single__arrow:hover {
  color: #00AAB9; }

.image-single__arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 2px;
  font-size: 1.2em; }

.image-single__arrow[disabled] {
  opacity: 0; }

.nav-footer {
  display: flex;
  justify-content: flex-end;
  margin-right: -1em; }
  @media (max-width: 899px) {
    .nav-footer {
      justify-content: flex-start;
      margin-right: 0;
      margin-left: -1em;
      margin-top: 1em; } }

.nav-footer__item {
  padding: 1em; }

.nav-footer__link {
  color: white; }

.nav-header {
  position: relative;
  line-height: 1; }
  @media (min-width: 1200px) {
    .nav-header {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: wrap;
      margin: 0 -1em; } }
  @media (max-width: 1199px) {
    .nav-header {
      width: 100%;
      transition: border-color .2s .35s; } }

.nav-header__item {
  position: relative;
  display: block; }
  @media (max-width: 1199px) {
    .nav-header__item {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: stretch;
      flex-wrap: wrap;
      opacity: 0;
      -webkit-transform: translateX(200px);
              transform: translateX(200px);
      transition: opacity .2s .2s, -webkit-transform .3s .2s;
      transition: transform .3s .2s, opacity .2s .2s;
      transition: transform .3s .2s, opacity .2s .2s, -webkit-transform .3s .2s; } }

.nav-header.-open-acc-child .nav-header__item:not(.-open) {
  display: none; }

@media (max-width: 1199px) {
  .page-header__nav.-open-mobile-nav .nav-header__item {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.nav-header__link {
  position: relative;
  display: block;
  padding: .7em .9em; }
  @media (max-width: 1199px) {
    .nav-header__link {
      padding: 1em 0 .5em;
      flex-grow: 1;
      color: white;
      border-bottom: 2px solid transparent;
      transition: color .15s, border-color .15s; } }

@media (min-width: 1200px) {
  .nav-header__link.current, .nav-header__link.active, .nav-header__link:hover {
    color: #00AAB9; } }

@media (max-width: 1199px) {
  .nav-header__link.current, .nav-header__link.active, .nav-header__link:hover {
    border-color: rgba(255, 255, 255, 0.5); } }

.nav-header__header {
  position: relative;
  display: flex;
  align-items: center;
  padding: .5em 0; }
  @media (max-width: 1199px) {
    .nav-header__header {
      padding: .8em 0 .7em; } }

.page-burger {
  position: relative;
  width: 5rem;
  height: 3rem;
  cursor: pointer;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s; }

.page-burger__slice {
  display: block;
  position: absolute;
  width: 5rem;
  height: 3px;
  background: #00AAB9;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: border-color 0.3s, -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out, border-color 0.3s;
  transition: transform 400ms ease-out, border-color 0.3s, -webkit-transform 400ms ease-out; }

.page-burger.-active .page-burger__slice {
  transition: border-color 0.3s, -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out, border-color 0.3s;
  transition: transform 400ms ease-out, border-color 0.3s, -webkit-transform 400ms ease-out; }

.page-burger__slice:nth-child(1) {
  top: 0;
  z-index: 2; }

.page-burger.-active .page-burger__slice:nth-child(1) {
  -webkit-animation: burger-open-top 400ms ease-out forwards;
          animation: burger-open-top 400ms ease-out forwards; }

.page-burger.-closing .page-burger__slice:nth-child(1) {
  -webkit-animation: burger-close-top 400ms ease-out forwards;
          animation: burger-close-top 400ms ease-out forwards; }

.page-burger__slice:nth-child(2) {
  top: 1.1rem;
  opacity: 1;
  transition: opacity 0ms linear 200ms, border-color 0.3s, -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms, border-color 0.3s;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms, border-color 0.3s, -webkit-transform 400ms ease-out; }

.page-burger.-active .page-burger__slice:nth-child(2) {
  opacity: 0;
  transition: opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms, -webkit-transform 400ms ease-out; }

.page-burger__slice:nth-child(3) {
  top: 2.2rem; }

.page-burger.-active .page-burger__slice:nth-child(3) {
  -webkit-animation: burger-open-bot 400ms ease-out forwards;
          animation: burger-open-bot 400ms ease-out forwards; }

.page-burger.-closing .page-burger__slice:nth-child(3) {
  -webkit-animation: burger-close-bot 400ms ease-out forwards;
          animation: burger-close-bot 400ms ease-out forwards; }

@media (min-width: 900px) {
  .pge-header.-transparent .page-burger__slice {
    border-color: white; } }

@-webkit-keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 1.1rem, 0);
            transform: translate3d(0, 1.1rem, 0); }
  100% {
    -webkit-transform: translate3d(0, 1.1rem, 0) rotate(45deg);
            transform: translate3d(0, 1.1rem, 0) rotate(45deg); } }

@keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 1.1rem, 0);
            transform: translate3d(0, 1.1rem, 0); }
  100% {
    -webkit-transform: translate3d(0, 1.1rem, 0) rotate(45deg);
            transform: translate3d(0, 1.1rem, 0) rotate(45deg); } }

@-webkit-keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -1.1rem, 0);
            transform: translate3d(0, -1.1rem, 0); }
  100% {
    -webkit-transform: translate3d(0, -1.1rem, 0) rotate(-45deg);
            transform: translate3d(0, -1.1rem, 0) rotate(-45deg); } }

@keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -1.1rem, 0);
            transform: translate3d(0, -1.1rem, 0); }
  100% {
    -webkit-transform: translate3d(0, -1.1rem, 0) rotate(-45deg);
            transform: translate3d(0, -1.1rem, 0) rotate(-45deg); } }

@-webkit-keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 1.1rem, 0) rotate(45deg);
            transform: translate3d(0, 1.1rem, 0) rotate(45deg); }
  50% {
    -webkit-transform: translate3d(0, 1.1rem, 0) rotate(0deg);
            transform: translate3d(0, 1.1rem, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 1.1rem, 0) rotate(45deg);
            transform: translate3d(0, 1.1rem, 0) rotate(45deg); }
  50% {
    -webkit-transform: translate3d(0, 1.1rem, 0) rotate(0deg);
            transform: translate3d(0, 1.1rem, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes burger-close-bot {
  0% {
    -webkit-transform: translate3d(0, -1.1rem, 0) rotate(-45deg);
            transform: translate3d(0, -1.1rem, 0) rotate(-45deg); }
  50% {
    -webkit-transform: translate3d(0, -1.1rem, 0) rotate(0deg);
            transform: translate3d(0, -1.1rem, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes burger-close-bot {
  0% {
    -webkit-transform: translate3d(0, -1.1rem, 0) rotate(-45deg);
            transform: translate3d(0, -1.1rem, 0) rotate(-45deg); }
  50% {
    -webkit-transform: translate3d(0, -1.1rem, 0) rotate(0deg);
            transform: translate3d(0, -1.1rem, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.page-footer {
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to right, #7DAF0A, #008CC8);
  color: white; }
  @media (max-width: 1199px) {
    .page-footer {
      padding-top: 4.8rem;
      padding-bottom: 4.8rem; } }
  @media (max-width: 1199px) {
    .page-footer {
      padding-left: 6vw;
      padding-right: 6vw; } }
  @media (max-width: 899px) {
    .page-footer {
      display: block; } }

.page-footer__logo {
  max-width: 40vw;
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%); }

.page-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 6rem;
  padding-right: 6rem;
  position: relative;
  width: 100%;
  height: 18rem;
  transition: height .15s, background .2s, box-shadow .1s; }
  @media (max-width: 1199px) {
    .page-header {
      padding-left: 6vw;
      padding-right: 6vw; } }
  @media (max-width: 599px) {
    .page-header {
      padding-top: 0;
      height: 11rem; } }

.page-header.-scroll {
  height: 11rem;
  transition: height .15s, background .2s, box-shadow .1s .15s; }

.page-header__homelink {
  position: relative;
  z-index: 2; }

.page-header__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  flex-grow: 1; }
  @media (max-width: 1199px) {
    .page-header__nav {
      display: flex;
      flex-direction: column-reverse;
      justify-content: flex-end;
      align-items: flex-start;
      padding-top: 2.4rem;
      padding-right: 4rem;
      padding-bottom: 4.8rem;
      padding-left: 4rem;
      position: fixed;
      left: 100%;
      top: 18rem;
      z-index: 9;
      width: 100vw;
      max-width: 45rem;
      background: #008CC8;
      color: white;
      overflow: hidden;
      box-shadow: 0 6px 13px -6px rgba(0, 0, 0, 0.3);
      transition: top .15s, height .15s, opacity .2s, -webkit-transform .3s ease-in-out;
      transition: transform .3s ease-in-out, top .15s, height .15s, opacity .2s;
      transition: transform .3s ease-in-out, top .15s, height .15s, opacity .2s, -webkit-transform .3s ease-in-out; } }
  @media (max-width: 599px) {
    .page-header__nav {
      top: 11rem;
      max-width: 100%; } }
  @media (max-width: 749px) {
    .page-header__nav {
      padding-right: 6vw;
      padding-left: 6vw; } }

.page-header__nav.-open-mobile-nav {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

@media (max-width: 1199px) {
  .page-header.-sticky .page-header__burgernav {
    top: 11rem; } }

.page-header__logo {
  height: 10rem;
  width: auto;
  max-width: 40vw;
  transition: width .15s, margin-right .15s, -webkit-transform .15s;
  transition: transform .15s, width .15s, margin-right .15s;
  transition: transform .15s, width .15s, margin-right .15s, -webkit-transform .15s; }

.page-header.-scroll .page-header__logo {
  height: 6rem; }

.page-header__burger {
  z-index: 5;
  width: 5rem;
  height: 3rem;
  margin-left: 3rem; }
  @media (min-width: 1200px) {
    .page-header__burger {
      display: none; } }

.page-html.-burger-open {
  overflow: hidden; }

.page-main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  transition: opacity .15s; }

.teaser-external {
  display: block;
  position: relative;
  width: 100%; }

.teaser-external__wrap.-bg-gradient {
  margin-bottom: 8rem; }
  @media (max-width: 1199px) {
    .teaser-external__wrap.-bg-gradient {
      margin-bottom: 4.8rem; } }

.teaser-external__wrap.-bg-gradient .teaser-external__list {
  margin-bottom: -8rem; }
  @media (max-width: 1199px) {
    .teaser-external__wrap.-bg-gradient .teaser-external__list {
      margin-bottom: -4.8rem; } }

.teaser-external__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 192rem;
  margin: auto; }

.teaser-external__item {
  width: 33.33333%;
  display: flex; }
  @media (max-width: 899px) {
    .teaser-external__item {
      width: 100%; } }

.teaser-external__image {
  width: 100%;
  opacity: .6;
  height: auto; }

.teaser-external__figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 85%;
  background: black; }
  .teaser-external__figure > picture > img, .teaser-external__figure > video {
    position: absolute;
    min-width: 500%;
    min-height: 500%;
    width: auto;
    height: auto;
    max-width: unset;
    max-height: unset;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
            transform: translateX(-50%) translateY(-50%) scale(0.2);
    -o-object-fit: cover;
       object-fit: cover; }
  @media (max-width: 899px) {
    .teaser-external__figure {
      padding-top: 40%; } }
  @media (max-width: 599px) {
    .teaser-external__figure {
      padding-top: 66%; } }

.teaser-external__text {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  padding: 0 .5em 2em;
  text-align: center;
  color: white; }

.teaser-external__title {
  font-size: 4.5rem;
  margin-bottom: .1em; }
  @media (max-width: 1500px) {
    .teaser-external__title {
      font-size: calc(1.51333rem + 1.99111vw) ; } }

.teaser-external__icon {
  font-size: 6rem; }
  @media (max-width: 1500px) {
    .teaser-external__icon {
      font-size: calc(1.61333rem + 2.92444vw) ; } }

.teaser-external__button.button-primary {
  color: white;
  background: transparent;
  border-color: white; }

.teaser-news {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  width: 100%;
  transition: background .15s; }
  @media (max-width: 599px) {
    .teaser-news {
      margin-bottom: 2em; } }

@media (min-width: 600px) {
  .teaser-news:hover {
    background: #E6EBF0; } }

@media (min-width: 600px) {
  .teaser-news__wrap + .o-section.-default {
    position: relative; }
    .teaser-news__wrap + .o-section.-default:before {
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%);
              transform: translate(-50%);
      content: '';
      top: 0;
      height: 2px;
      width: 100%;
      max-width: 192rem;
      margin: auto;
      background: #00AAB9;
      display: block; } }

.teaser-news__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 192rem;
  margin: auto; }

.teaser-news__item {
  width: 33.33333%;
  display: flex; }
  @media (max-width: 1280px) {
    .teaser-news__item {
      width: 50%; } }
  @media (max-width: 599px) {
    .teaser-news__item {
      width: 100%; } }

.teaser-news__image {
  width: 100%;
  height: auto; }

.teaser-news__text {
  height: 100%;
  padding: 3.2rem 8rem 8rem 4.8rem;
  border: 2px solid transparent;
  border-bottom-color: white;
  border-top-color: white; }
  @media (max-width: 1280px) {
    .teaser-news__text {
      padding: 2em 3em 4.5em 1.5em;
      border-bottom-color: #00AAB9; } }
  @media (max-width: 599px) {
    .teaser-news__text {
      padding-left: 6vw;
      padding-bottom: 0;
      padding-right: 6vw;
      border-bottom-color: white; } }

@media (max-width: 1280px) {
  .teaser-news__item:nth-last-child(2) .teaser-news__text, .teaser-news__item:nth-last-child(1) .teaser-news__text {
    border-bottom-color: white; } }

@media (min-width: 1280px) {
  .teaser-news__item:nth-of-type(3n + 1) .teaser-news__text,
  .teaser-news__item:nth-of-type(3n - 1) .teaser-news__text {
    border-right-color: #00AAB9; } }

@media (max-width: 1280px) {
  .teaser-news__item:nth-of-type(2n + 1) .teaser-news__text {
    border-right-color: #00AAB9; } }

@media (max-width: 599px) {
  .teaser-news__item:nth-of-type(2n + 1) .teaser-news__text {
    border-right-color: white; } }

@media (min-width: 600px) {
  .teaser-news__item:nth-of-type(n + 4) .teaser-news__text:first-child {
    border-top-color: #00AAB9; } }

.teaser-news__title {
  overflow-wrap: break-word;
  hyphens: auto;
  font-size: 4.5rem;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  padding-top: 1.6rem;
  padding-bottom: 3.2rem;
  color: #00AAB9; }
  @media (max-width: 1500px) {
    .teaser-news__title {
      font-size: calc(1.51333rem + 1.99111vw) ; } }
  @media (max-width: 1199px) {
    .teaser-news__title {
      padding-top: 1.06rem; } }
  @media (max-width: 1199px) {
    .teaser-news__title {
      padding-bottom: 2.4rem; } }

@media (max-width: 599px) {
  .teaser-news__teaser {
    border-bottom: 2px solid #00AAB9;
    padding-bottom: 2em;
    padding-right: 6rem; } }

.teaser-news__icon {
  position: absolute;
  bottom: 3.2rem;
  right: 3.2rem;
  width: 2.7em;
  height: 2.7em;
  color: white;
  background: #00AAB9;
  border: 2px solid #00AAB9;
  border-radius: 100%;
  transition: background .15s, color .15s; }
  @media (max-width: 1280px) {
    .teaser-news__icon {
      bottom: 1.5em;
      right: 1.5em; } }
  @media (max-width: 599px) {
    .teaser-news__icon {
      bottom: 4em;
      right: 6vw; } }

.teaser-news:hover .teaser-news__icon {
  color: #00AAB9;
  background: white; }

.teaser-news__icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 2px;
  font-size: 1.2em; }

@media (min-width: 1280px) {
  .teaser-news__wrap.-limit4 .teaser-news__item:nth-child(4) {
    display: none; } }

@media (max-width: 599px) {
  .teaser-news__wrap.-limit4 .teaser-news__item:nth-child(4) {
    display: none; } }

.text-h2,
.text-icon {
  color: #00AAB9;
  text-align: center; }

.-bg-green .text-h2,
.-bg-blue .text-h2,
.-bg-gradient .text-h2, .-bg-green
.text-icon,
.-bg-blue
.text-icon,
.-bg-gradient
.text-icon {
  color: white; }

.text-icon {
  font-size: 6rem; }
  @media (max-width: 1500px) {
    .text-icon {
      font-size: calc(1.61333rem + 2.92444vw) ; } }

.text-accordion {
  border-top: 2px solid #00AAB9;
  border-bottom: 2px solid #00AAB9; }
  @media (max-width: 599px) {
    .text-accordion {
      border-radius: 0;
      margin-left: -6vw;
      margin-right: -6vw; } }

.text-accordion__wrap + .text-accordion__wrap {
  margin-top: calc(-8rem - 2px);
  padding-top: 0; }
  @media (max-width: 1199px) {
    .text-accordion__wrap + .text-accordion__wrap {
      margin-top: calc(-4.8rem - 2px); } }

.text-rich__wrap.-default + .text-accordion__wrap {
  margin-top: -3.2rem;
  padding-top: 0; }
  @media (max-width: 1199px) {
    .text-rich__wrap.-default + .text-accordion__wrap {
      margin-top: -2.4rem; } }

.text-accordion__button {
  display: flex;
  position: relative;
  width: 100%;
  color: #00AAB9;
  padding: 1.2em 3em 1.2em 0;
  cursor: pointer;
  font-weight: 500;
  text-align: left;
  transition: border-color .15s, color .15s; }
  @media (max-width: 599px) {
    .text-accordion__button {
      padding-left: 6vw;
      padding-right: 18vw; } }

.text-accordion__icon {
  position: absolute;
  right: 0;
  top: 1.5em;
  width: 1em;
  height: .6em;
  margin-left: auto;
  line-height: 1;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s; }
  @media (max-width: 599px) {
    .text-accordion__icon {
      right: 6vw; } }

.text-accordion__icon:before, .text-accordion__icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  display: block;
  background: currentColor;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }

.text-accordion__icon:before {
  width: .12em;
  height: 1.2em; }

.text-accordion__icon:after {
  width: 1.2em;
  height: .12em; }

.text-accordion.-open .text-accordion__icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.text-accordion__content {
  max-height: 0;
  max-width: 101.58333rem;
  overflow: hidden;
  opacity: 0;
  transition: padding .15s, opacity .15s; }
  @media (max-width: 599px) {
    .text-accordion__content {
      padding-left: 6vw;
      padding-right: 6vw; } }

.text-accordion.-open .text-accordion__content {
  padding-bottom: 1.5em;
  opacity: 1; }

@media (min-width: 900px) {
  .text-picture.-pos1, .text-picture.-pos2, .text-picture.-pos3, .text-picture.-pos4 {
    margin-bottom: -1em; } }

.text-picture__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -1rem;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .text-picture__row {
      margin: -1rem; } }
  @media (max-width: 599px) {
    .text-picture__row {
      margin: -0.8rem; } }
  @media (max-width: 899px) {
    .text-picture__row {
      display: flex;
      flex-direction: column-reverse; } }

.text-picture__row.-pos1, .text-picture__row.-pos2 {
  display: block; }
  @media (max-width: 899px) {
    .text-picture__row.-pos1, .text-picture__row.-pos2 {
      display: flex; } }

.text-picture__text.-pos1, .text-picture__text.-pos2 {
  width: 200%;
  padding: 1rem; }
  @media (max-width: 1199px) {
    .text-picture__text.-pos1, .text-picture__text.-pos2 {
      padding: 1rem; } }
  @media (max-width: 599px) {
    .text-picture__text.-pos1, .text-picture__text.-pos2 {
      padding: 0.8rem; } }
  @media (min-width: 900px) {
    .text-picture__text.-pos1, .text-picture__text.-pos2 {
      margin-bottom: 1em; } }

.text-picture__images.-pos1, .text-picture__images.-pos2 {
  width: 100%;
  padding: 1rem; }
  @media (max-width: 1199px) {
    .text-picture__images.-pos1, .text-picture__images.-pos2 {
      padding: 1rem; } }
  @media (max-width: 599px) {
    .text-picture__images.-pos1, .text-picture__images.-pos2 {
      padding: 0.8rem; } }
  @media (max-width: 899px) {
    .text-picture__images.-pos1, .text-picture__images.-pos2 {
      width: 200%; } }
  @media (min-width: 900px) {
    .text-picture__images.-pos1, .text-picture__images.-pos2 {
      margin-bottom: 1em; } }

@media (min-width: 900px) {
  .text-picture__images.-pos1 {
    float: right;
    margin-left: 2rem; } }

@media (min-width: 1200px) {
  .text-picture__images.-pos1 {
    margin-left: 2rem; } }

@media (min-width: 900px) {
  .text-picture__images.-pos2 {
    float: left;
    margin-right: 1rem; } }

@media (min-width: 1200px) {
  .text-picture__images.-pos2 {
    margin-right: 1rem; } }

.text-picture__text.-pos3, .text-picture__text.-pos4, .text-picture__images.-pos3, .text-picture__images.-pos4 {
  width: 50%;
  padding: 1rem; }
  @media (max-width: 1199px) {
    .text-picture__text.-pos3, .text-picture__text.-pos4, .text-picture__images.-pos3, .text-picture__images.-pos4 {
      padding: 1rem; } }
  @media (max-width: 599px) {
    .text-picture__text.-pos3, .text-picture__text.-pos4, .text-picture__images.-pos3, .text-picture__images.-pos4 {
      padding: 0.8rem; } }
  @media (max-width: 899px) {
    .text-picture__text.-pos3, .text-picture__text.-pos4, .text-picture__images.-pos3, .text-picture__images.-pos4 {
      width: 200%; } }

@media (min-width: 900px) {
  .text-picture__images.-pos3 {
    order: 2; } }

.text-picture.-fluid {
  display: flex; }
  @media (max-width: 749px) {
    .text-picture.-fluid {
      flex-wrap: wrap; } }

@media (max-width: 1199px) {
  .text-picture.-fluid.-pos7, .text-picture.-fluid.-pos8, .text-picture.-fluid.-pos9, .text-picture.-fluid.-pos10 {
    flex-wrap: wrap; } }

.text-picture.-fluid h2 {
  font-size: 4.5rem;
  text-align: left; }
  @media (max-width: 1500px) {
    .text-picture.-fluid h2 {
      font-size: calc(1.51333rem + 1.99111vw) ; } }

.text-picture.-fluid.-pos6, .text-picture.-fluid.-pos8, .text-picture.-fluid.-pos10 {
  flex-direction: row-reverse; }

.text-picture.-fluid.-pos5 .text-picture__text,
.text-picture.-fluid.-pos6 .text-picture__text {
  width: calc(50vw - 26.25rem); }
  @media (max-width: 1560px) {
    .text-picture.-fluid.-pos5 .text-picture__text,
    .text-picture.-fluid.-pos6 .text-picture__text {
      width: 50vw; } }
  @media (max-width: 749px) {
    .text-picture.-fluid.-pos5 .text-picture__text,
    .text-picture.-fluid.-pos6 .text-picture__text {
      width: 100vw; } }

.text-picture.-fluid.-pos7 .text-picture__fluidpic,
.text-picture.-fluid.-pos8 .text-picture__fluidpic,
.text-picture.-fluid.-pos9 .text-picture__fluidpic,
.text-picture.-fluid.-pos10 .text-picture__fluidpic {
  width: calc(50vw - 26.25rem); }
  @media (max-width: 1560px) {
    .text-picture.-fluid.-pos7 .text-picture__fluidpic,
    .text-picture.-fluid.-pos8 .text-picture__fluidpic,
    .text-picture.-fluid.-pos9 .text-picture__fluidpic,
    .text-picture.-fluid.-pos10 .text-picture__fluidpic {
      width: 37.5vw; } }
  @media (max-width: 1199px) {
    .text-picture.-fluid.-pos7 .text-picture__fluidpic,
    .text-picture.-fluid.-pos8 .text-picture__fluidpic,
    .text-picture.-fluid.-pos9 .text-picture__fluidpic,
    .text-picture.-fluid.-pos10 .text-picture__fluidpic {
      width: 100vw;
      height: 50vw; } }
  @media (max-width: 749px) {
    .text-picture.-fluid.-pos7 .text-picture__fluidpic,
    .text-picture.-fluid.-pos8 .text-picture__fluidpic,
    .text-picture.-fluid.-pos9 .text-picture__fluidpic,
    .text-picture.-fluid.-pos10 .text-picture__fluidpic {
      height: 66.6vw; } }

.text-picture.-fluid.-pos9 .text-picture__fluidpic,
.text-picture.-fluid.-pos10 .text-picture__fluidpic {
  background: #2D889D;
  display: flex;
  align-items: center;
  justify-content: center; }

.text-picture.-fluid.-pos5 .text-picture__fluidpic,
.text-picture.-fluid.-pos6 .text-picture__fluidpic {
  width: calc(50vw + 26.25rem); }
  @media (max-width: 1560px) {
    .text-picture.-fluid.-pos5 .text-picture__fluidpic,
    .text-picture.-fluid.-pos6 .text-picture__fluidpic {
      width: 50vw; } }
  @media (max-width: 749px) {
    .text-picture.-fluid.-pos5 .text-picture__fluidpic,
    .text-picture.-fluid.-pos6 .text-picture__fluidpic {
      width: 100vw;
      height: 66.6vw; } }

.text-picture.-fluid.-pos7 .text-picture__text,
.text-picture.-fluid.-pos8 .text-picture__text,
.text-picture.-fluid.-pos9 .text-picture__text,
.text-picture.-fluid.-pos10 .text-picture__text {
  width: calc(50vw + 26.25rem); }
  @media (max-width: 1560px) {
    .text-picture.-fluid.-pos7 .text-picture__text,
    .text-picture.-fluid.-pos8 .text-picture__text,
    .text-picture.-fluid.-pos9 .text-picture__text,
    .text-picture.-fluid.-pos10 .text-picture__text {
      width: 62.5vw; } }
  @media (max-width: 1199px) {
    .text-picture.-fluid.-pos7 .text-picture__text,
    .text-picture.-fluid.-pos8 .text-picture__text,
    .text-picture.-fluid.-pos9 .text-picture__text,
    .text-picture.-fluid.-pos10 .text-picture__text {
      width: 100vw; } }

.text-picture__fluidpic {
  position: relative;
  overflow: hidden; }
  .text-picture__fluidpic > picture > img, .text-picture__fluidpic > video {
    position: absolute;
    min-width: 500%;
    min-height: 500%;
    width: auto;
    height: auto;
    max-width: unset;
    max-height: unset;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
            transform: translateX(-50%) translateY(-50%) scale(0.2);
    -o-object-fit: cover;
       object-fit: cover; }

.text-picture__textbox {
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 6rem;
  padding-right: 6rem;
  width: 100%;
  margin-left: auto; }
  @media (max-width: 1199px) {
    .text-picture__textbox {
      padding-top: 4.8rem;
      padding-bottom: 4.8rem; } }
  @media (max-width: 1199px) {
    .text-picture__textbox {
      padding-left: 6vw;
      padding-right: 6vw; } }

.text-picture.-fluid.-pos5 .text-picture__textbox,
.text-picture.-fluid.-pos6 .text-picture__textbox {
  max-width: 63.91667rem; }

.text-picture.-fluid.-pos7 .text-picture__textbox,
.text-picture.-fluid.-pos8 .text-picture__textbox,
.text-picture.-fluid.-pos9 .text-picture__textbox,
.text-picture.-fluid.-pos10 .text-picture__textbox {
  max-width: 111rem; }

.text-picture.-fluid.-pos6 .text-picture__textbox,
.text-picture.-fluid.-pos8 .text-picture__textbox,
.text-picture.-fluid.-pos10 .text-picture__textbox {
  margin-right: auto;
  margin-left: 0; }

.text-rich + .text-accordion__wrap {
  margin-top: 0; }

.text-rich p + p .button-primary {
  margin-top: 1.6rem; }
  @media (max-width: 1199px) {
    .text-rich p + p .button-primary {
      margin-top: 1.06rem; } }

.text-rich .-small {
  font-size: 1.6rem; }
  @media (max-width: 1500px) {
    .text-rich .-small {
      font-size: calc(1.32rem + 0.18667vw) ; } }

.text-rich .-hero {
  font-size: 8rem; }
  @media (max-width: 1500px) {
    .text-rich .-hero {
      font-size: calc(1.74667rem + 4.16889vw) ; } }

.text-rich .-big {
  font-size: 6rem; }
  @media (max-width: 1500px) {
    .text-rich .-big {
      font-size: calc(1.61333rem + 2.92444vw) ; } }

.text-rich .-hero + .-big {
  margin-top: -3rem; }
  @media (max-width: 599px) {
    .text-rich .-hero + .-big {
      margin-top: -2rem; } }

.text-rich a {
  color: #00AAB9;
  text-decoration: underline;
  transition: color .15s, background .15s; }
  .text-rich a .-bg-gradient,
  .text-rich a .-bg-green,
  .text-rich a .-bg-blue {
    color: white; }

.text-rich ul, .text-rich ol {
  padding-bottom: 2.4rem; }
  @media (max-width: 1199px) {
    .text-rich ul, .text-rich ol {
      padding-bottom: 1.6rem; } }
  .text-rich ul:last-child, .text-rich ol:last-child {
    padding-bottom: 0; }
  .text-rich ul > li, .text-rich ol > li {
    position: relative;
    margin-bottom: .5em;
    padding-left: 1.5em; }
    .text-rich ul > li:last-child, .text-rich ol > li:last-child {
      margin-bottom: 0; }
  .text-rich ul > li:before, .text-rich ol > li:before {
    position: absolute;
    content: '';
    box-sizing: border-box;
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    margin-left: -1.5em;
    margin-right: 0.9em;
    margin-bottom: 1px;
    top: .1em;
    color: #00AAB9; }

.text-rich ul > li:before {
  content: '\e804';
  font-family: 'fontello';
  font-size: .6em;
  top: .55em;
  margin-left: -2.25em; }

.text-rich ol > li {
  counter-increment: ol-counter; }

.text-rich ol > li:before {
  content: counter(ol-counter) " .";
  width: 1.2em;
  height: 1.2em;
  margin-left: -1.5em;
  margin-right: 0.3em;
  padding-left: 1px;
  background: none;
  text-align: center;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px); }

.text-rich ul > li > ol, .text-rich ol > li > ol {
  margin-top: 1em; }
  .text-rich ul > li > ol > li, .text-rich ol > li > ol > li {
    counter-increment: ol-sub-counter; }
  .page-body .text-rich ul > li > ol > li:before, .page-body .text-rich ol > li > ol > li:before {
    content: counter(ol-sub-counter); }

.text-rich ul > li > ul, .text-rich ol > li > ul {
  margin-top: 1em; }
  .page-body .text-rich ul > li > ul > li:before, .page-body .text-rich ol > li > ul > li:before {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }

.text-rich td {
  width: 50%;
  padding: 1em;
  border: 2px solid lightgrey; }

.text-rich table {
  width: 100%; }

.text-rich .-hero-table {
  text-align: center;
  color: white;
  width: 100%; }
  .text-rich .-hero-table tr {
    display: flex;
    flex-wrap: wrap; }
  .text-rich .-hero-table td:nth-child(1n) {
    background: #7DAF0A; }
  .text-rich .-hero-table td:nth-child(2n) {
    background: #00AAB9; }
  .text-rich .-hero-table td:nth-child(3n) {
    background: #008CC8; }
  .text-rich .-hero-table td {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    width: 33.33333%;
    border: none; }
    @media (max-width: 1199px) {
      .text-rich .-hero-table td {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem; } }
    @media (max-width: 599px) {
      .text-rich .-hero-table td {
        width: 100%; } }

.u-hide {
  display: none !important; }

.u-show {
  display: block !important; }

.u-flex {
  display: flex !important; }

.u-front {
  position: relative;
  z-index: 999999 !important; }

.u-text-left {
  text-align: left; }

.u-text-center {
  text-align: center; }

.u-text-right {
  text-align: right; }

.u-text-justify {
  text-align: justify; }

.u-justify-start {
  display: flex !important;
  justify-content: flex-start !important; }

.u-justify-center {
  display: flex !important;
  justify-content: center !important; }

.u-justify-end {
  display: flex !important;
  justify-content: flex-end !important; }

.u-align-start {
  display: flex !important;
  align-items: flex-start !important; }

.u-align-center {
  display: flex !important;
  align-items: center !important; }

.u-align-end {
  display: flex !important;
  align-items: flex-end !important; }

.u-no-transition, .u-no-transition * {
  transition: none !important; }
/*# sourceMappingURL=styles.css.map */