/*! normalize.css v8.0.0 | 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;
}
/**
 * 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;
}
/* ibm-plex-mono-regular - latin */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../fonts/ibm-plex-mono-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/ibm-plex-mono-v11-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-mono-700 - latin */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('../fonts/ibm-plex-mono-v11-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/ibm-plex-mono-v11-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../fonts/open-sans-v27-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v27-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('../fonts/open-sans-v27-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v27-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'beratungsstelle';
  src: url('../fonts/beratungsstelle.ttf?gut0pp') format('truetype'), url('../fonts/beratungsstelle.woff?gut0pp') format('woff'), url('../fonts/beratungsstelle.svg?gut0pp#beratungsstelle') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'beratungsstelle' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-xmark-regular:before {
  content: "\e900";
}
.icon-envelope-regular-3:before {
  content: "\e901";
}
.icon-phone-regular-2:before {
  content: "\e902";
}
.icon-message-middle-regular-3:before {
  content: "\e903";
}
html *,
body * {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  /*[id]::before {
      content: '';
      display: block;
      height:      186px;
      margin-top: -186px;
     // visibility: hidden;
    }*/
}
body {
  color: #4A4A4A;
}
body.fixed {
  overflow: hidden;
}
body p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.is-basic-page .site {
  padding-top: 60px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
picture {
  display: block;
}
.site {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}
a {
  color: #4A4A4A;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
a:hover {
  color: #00A090;
}
a.video {
  display: block;
  position: relative;
}
a.video:after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #00A090;
  font-size: 40px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
a.video:hover:after {
  color: rgba(0, 160, 144, 0.8);
}
p a {
  text-decoration: none;
  font-weight: 600;
  color: #00A090;
}
p a:hover {
  color: #2C5C68;
}
.text ul + p {
  margin-top: 16px;
}
span.icon {
  display: block;
  height: 40px;
  width: 40px;
  padding: 9px;
}
.content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.content ul li {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  margin: 0 0 8px 0;
}
.content ul li:last-child {
  margin-bottom: 0;
}
.content ul li:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  left: 0;
  top: 11px;
  text-align: center;
  line-height: 1;
  background: #00A090;
  font-size: 12px;
}
.module .title h1,
.module .title h2,
.module .title h3,
.module .title h4,
.module .title h5,
.module .title h6 {
  margin-top: 0;
}
.module.stick-to-next {
  padding-bottom: 15px;
}
.module.stick-to-next + .module {
  padding-top: 8px;
}
.hide-on-mobile {
  display: none;
}
.bg-stripes {
  background: repeating-linear-gradient(-77deg, #F0EFEC, #fff 1px, #F0EFEC 2px, #F0EFEC 10px);
}
.bg-color-primary {
  background: #00A090;
}
.is-italic {
  font-style: italic;
}
.is-bold {
  font-weight: 600;
}
.is-highlight {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4;
  color: #00A090;
  margin-bottom: 8px;
}
.module {
  padding: 30px 0;
}
.module {
  position: relative;
}
.module .is-anchor {
  position: absolute;
  top: -20px;
}
@media screen and (max-width: 1023px) {
  .module .is-anchor {
    top: -20px;
  }
}
.module .anchor {
  display: block;
}
a[href$=".pdf"]:before {
  margin-right: 6px;
}
@media screen and (min-width: 64em) {
  .site {
    padding-top: 90px;
  }
  .module {
    padding: 100px 0;
  }
  .module.stick-to-next {
    padding-bottom: 0;
  }
  .module.stick-to-next + .module {
    padding-top: 8px;
  }
  /*body {
        .content {
            .module:first-of-type {
                padding-top: 100px;
            }
        }
    }*/
  .hide-on-mobile {
    display: block;
  }
  .is-highlight {
    font-size: 24px;
  }
}
button {
  border: 0 none;
  background: none;
}
input[type="submit"],
input[type="button"] {
  border: 0 none;
  background: none;
}
.button,
.is-button,
input[type="button"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px 24px 8px 24px;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 10px solid #00A090;
  color: white;
  display: inline-block;
  line-height: 100%;
  position: relative;
  text-decoration: none;
  z-index: 0;
  -webkit-transition: border-color 0.35s ease, background 0.35s ease;
  transition: border-color 0.35s ease, background 0.35s ease;
}
.button + .is-button,
.is-button + .is-button,
input[type="button"] + .is-button {
  margin-top: 20px;
}
.button:hover,
.is-button:hover,
input[type="button"]:hover {
  transition: 0.25s;
}
.button:hover:before,
.is-button:hover:before,
input[type="button"]:hover:before {
  top: 0;
}
.button:before,
.is-button:before,
input[type="button"]:before {
  background-color: #00A090;
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.button:after,
.is-button:after,
input[type="button"]:after {
  position: absolute;
  right: 2.34375rem;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  font-size: 1.75em;
}
.button.is-primary,
.is-button.is-primary,
input[type="button"].is-primary {
  color: #2C5C68;
}
.button.is-primary:hover,
.is-button.is-primary:hover,
input[type="button"].is-primary:hover {
  color: white;
}
.button.is-secondary,
.is-button.is-secondary,
input[type="button"].is-secondary {
  background-color: #2C5C68;
  color: #4A4A4A;
}
.button.is-secondary:hover,
.is-button.is-secondary:hover,
input[type="button"].is-secondary:hover {
  background-color: #25DEE3;
}
.button.is-dark,
.is-button.is-dark,
input[type="button"].is-dark {
  color: #002C42;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.button.is-dark:hover,
.is-button.is-dark:hover,
input[type="button"].is-dark:hover {
  color: white;
}
.button.is-small,
.is-button.is-small,
input[type="button"].is-small {
  padding: 6px 16px;
  font-size: 14px;
  width: auto;
}
.button.is-light:hover,
.is-button.is-light:hover,
input[type="button"].is-light:hover {
  background: #00A090;
  color: white;
}
.button.has-arrow-left,
.is-button.has-arrow-left,
input[type="button"].has-arrow-left {
  position: relative;
  background-image: url(../img/btn-arrow-left-bg.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  background-color: transparent;
  padding-left: 20px;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.button.has-arrow-left:hover,
.is-button.has-arrow-left:hover,
input[type="button"].has-arrow-left:hover {
  background-color: transparent;
  background-image: url(../img/btn-arrow-left-bg-hover.svg);
}
.button.success,
.is-button.success,
input[type="button"].success {
  background-color: green;
  cursor: not-allowed;
  pointer-events: none;
}
.button.success:hover,
.is-button.success:hover,
input[type="button"].success:hover {
  background-color: #00b300;
}
.button.is-blank,
.is-button.is-blank,
input[type="button"].is-blank {
  color: #00A090;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding: 0;
  text-align: left;
  justify-content: flex-start;
}
.button.is-blank:hover,
.is-button.is-blank:hover,
input[type="button"].is-blank:hover {
  text-decoration: underline;
}
.button.is-linkedin,
.is-button.is-linkedin,
input[type="button"].is-linkedin {
  color: #00A090;
  background: none;
  padding: 0;
  text-indent: -9999px;
  width: auto;
}
.button.is-linkedin:before,
.is-button.is-linkedin:before,
input[type="button"].is-linkedin:before {
  text-indent: 0;
  font-size: 24px;
}
.button.is-xing,
.is-button.is-xing,
input[type="button"].is-xing {
  color: #00A090;
  background: none;
  padding: 0;
  text-indent: -9999px;
  width: auto;
}
.button.is-xing:before,
.is-button.is-xing:before,
input[type="button"].is-xing:before {
  text-indent: 0;
  font-size: 24px;
}
.has-arrow {
  position: relative;
  display: inline-block;
}
.has-arrow:after {
  position: relative;
  top: 1px;
  padding-left: 6px;
  font-size: 15px;
  -webkit-transition: padding-left 0.3s ease;
  -moz-transition: padding-left 0.3s ease;
  -ms-transition: padding-left 0.3s ease;
  -o-transition: padding-left 0.3s ease;
}
.has-arrow:hover:after {
  padding-left: 10px;
}
@media screen and (min-width: 30em) {
  .button,
  .is-button,
  input[type="button"] {
    width: auto;
  }
}
.privacywire {
  padding: 40px !important;
  box-shadow: none !important;
  border-top: 2px solid #00A090;
}
.privacywire-message {
  font-size: 20px;
}
.privacywire-header {
  margin-bottom: 10px;
  color: #00A090;
}
.privacywire-ask-consent {
  padding: 40px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.privacywire-consent-message {
  margin-bottom: 20px;
  text-align: center;
}
.privacywire-text {
  color: #4A4A4A;
  max-width: 860px;
}
.privacywire-text p {
  margin-bottom: 10px;
}
.privacywire-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.privacywire-text ul li {
  margin-bottom: 0;
  font-size: 14px;
}
.privacywire-text input[type="checkbox"] {
  margin-right: 8px;
}
.privacywire-buttons {
  padding-top: 10px;
}
.privacywire-buttons button {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11px 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
  font-size: 12px;
  border: 1px solid #00A090;
  color: white;
  background-color: #00A090;
  width: 100%;
  margin-bottom: 10px;
}
.privacywire-buttons button:hover {
  background-color: #00A090;
  color: white;
}
.privacywire-buttons button.save,
.privacywire-buttons button.allow-necessary,
.privacywire-buttons button.choose {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background-color: transparent;
  color: #00A090;
}
.privacywire-consent-button {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11px 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
  font-size: 12px;
  border: 1px solid #00A090;
  color: white;
  background-color: #00A090;
}
.privacywire-consent-button:hover {
  background-color: #00A090;
  color: white;
}
.module .privacywire-show-options {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 9px 24px;
  font-weight: 600;
  background: #00A090;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media screen and (min-width: 48em) {
  .privacywire {
    padding: 60px !important;
  }
  .privacywire-buttons button {
    width: auto;
    padding: 8px 16px;
    margin-right: 10px;
  }
}
body {
  font-family: 'Open sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
.headline {
  display: block;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #2C5C68;
  margin-top: 0;
}
h1,
h2,
.headline {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.headline {
  margin-top: 0;
}
.subtitle {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1 {
  font-size: 30px;
  line-height: 1.2;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 20px;
}
p {
  margin-top: 0;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 300;
  /*&:last-of-type {
        margin-bottom: 0;
    }*/
}
p b {
  font-weight: 700;
}
ul li {
  line-height: 1.5;
  margin-bottom: 8px;
}
ul li:last-child {
  margin-bottom: 0;
}
strong {
  font-weight: 600;
}
@media screen and (min-width: 64em) {
  h1 {
    font-size: 50px;
    line-height: 1;
    text-align: left;
  }
  h2 {
    font-size: 50px;
    line-height: 1.2;
  }
  h3 {
    font-size: 30px;
    line-height: 1.2;
  }
  h4 {
    font-size: 16px;
    line-height: 1.2;
  }
}
.row {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 48em) {
  .is-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .is-flex.grid-4 .col {
    flex-basis: 25%;
    max-width: 25%;
    padding: 20px;
  }
}
@media screen and (min-width: 64em) {
  .is-flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 1320px;
  }
  .is-flex .col {
    flex-basis: 50%;
    max-width: 50%;
  }
  .is-flex .col-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .is-flex .col-33 {
    flex-basis: 33%;
    max-width: 33%;
  }
  .is-flex .col-40 {
    flex-basis: 40%;
    max-width: 40%;
  }
  .is-flex .col-60 {
    flex-basis: 60%;
    max-width: 60%;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}
.modal-window {
  position: relative;
  background-color: #FFFFFF;
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 20px auto;
  min-height: calc(100% - 40px);
  padding: 60px 20px;
  border: 3px solid #2C5C68;
}
.modal-window .tile-content {
  max-width: 960px;
  margin: 0 auto;
}
.modal-window.small {
  width: 75%;
}
.modal-window.large {
  width: 75%;
}
.close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 10;
  background-color: #00A090;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
}
.close:hover {
  background-color: #2C5C68;
}
.close:after {
  font-family: "beratungsstelle";
  content: "\e900";
  font-size: 40px;
  color: white;
}
.close:hover,
.close:focus {
  color: #000000;
  cursor: pointer;
}
.open {
  display: block;
}
@media screen and (min-width: 78.75em) {
  .modal-window {
    position: relative;
    background-color: #FFFFFF;
    width: calc(100% - 80px);
    margin: 40px auto;
    min-height: calc(100% - 80px);
    padding: 60px 40px;
  }
}
.tns-outer {
  position: relative;
  padding: 0 !important;
}
.tns-outer[hidden] {
  display: none !important;
}
.tns-outer[aria-controls] {
  cursor: pointer;
}
.tns-outer[data-action] {
  cursor: pointer;
}
.tns-slider {
  -moz-transition: all 0s;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  clear: both;
  content: '';
  display: table;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  left: 0;
  position: relative;
}
.tns-gallery {
  left: 0;
  min-height: 1px;
  position: relative;
}
.tns-gallery > .tns-item {
  -moz-transition: transform 0s, opacity 0s;
  -webkit-transition: transform 0s, opacity 0s;
  left: -100%;
  position: absolute;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  left: auto !important;
  position: relative;
}
.tns-gallery > .tns-moving {
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -moz-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  opacity: 0.6;
  transition: opacity 0.6s;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -moz-transition: height 0s;
  -webkit-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  left: -10000em;
  position: absolute;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}
.tns-normal {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}
.tns-fadeOut {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div {
  display: inline-block;
}
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  height: 10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 310px;
}
.tns-t-ct {
  position: absolute;
  right: 0;
  width: -moz-calc(7000% / 3);
  width: -webkit-calc(7000% / 3);
  width: 2333.33333333%;
  width: calc(100% * 70 / 3);
}
.tns-t-ct:after {
  clear: both;
  content: '';
  display: table;
}
.tns-t-ct > div {
  float: left;
  height: 10px;
  width: -moz-calc(100% / 70);
  width: -webkit-calc(100% / 70);
  width: 1.42857143%;
  width: calc(100% / 70);
}
.tns-nav {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
.tns-nav button {
  position: relative;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  margin: 0 6px;
}
.tns-controls {
  display: none !important;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.tns-controls button {
  position: absolute;
  height: 60px;
  width: 60px;
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.tns-controls button:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.tns-controls [data-controls="prev"] {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Ctitle%3Eleft%3C/title%3E%3Cpath fill='%23bc196c' d='M0 0h50v50H0V0z'/%3E%3Cpath fill='%23fff' d='M32.833 37.5V9.333h-3.167V12.5h-3.083v3.167h-3.167v3.083h-3.083v3.167h-3.167v6.25h3.167v3.083h3.083v3.083h3.167V37.5h3.083v3.167l3.167-.083z'/%3E%3C/svg%3E");
}
.tns-controls [data-controls="next"] {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Ctitle%3Eright%3C/title%3E%3Cpath fill='%23bc196c' d='M0 0h50v50H0V0z'/%3E%3Cpath fill='%23fff' d='M17.167 12.5v28.167h3.167V37.5h3.083v-3.167h3.167V31.25h3.083v-3.083h3.167v-6.333h-3.167v-3.083h-3.083v-3.083h-3.167v-3.167h-3.083V9.334h-3.167z'/%3E%3C/svg%3E");
}
[data-action="stop"],
[data-action="start"] {
  display: none;
}
@media screen and (min-width: 48em) {
  .tns-controls {
    display: block !important;
  }
}
@media screen and (min-width: 1320px) {
  .tns-controls {
    top: 50%;
    margin-top: -25px;
  }
  .tns-controls button {
    height: 50px;
    width: 50px;
  }
  .tns-controls [data-controls="prev"] {
    left: -70px;
  }
  .tns-controls [data-controls="next"] {
    right: -70px;
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: white;
}
.header .top-bar {
  text-align: center;
  padding: 12px 0;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header .top-bar .row {
  display: flex;
  justify-content: center;
}
.header .top-bar p {
  margin: 0;
}
.header .main-header {
  display: flex;
  background-color: #00A090;
  z-index: 100;
}
.header .main-header .row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.header .logo {
  display: block;
  position: relative;
}
.header .logo a {
  display: block;
}
.header .logo svg {
  height: 60px;
  width: 280px;
}
.main-navigation {
  display: none;
}
.main-navigation .hidden {
  display: none !important;
}
.main-navigation .menu {
  padding: 0;
  margin: 0;
}
.main-navigation .menu li {
  list-style: none;
  margin-bottom: 0;
}
.main-navigation .menu li a {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 1px;
  -webkit-transition: font-weight 0.3s ease;
  -moz-transition: font-weight 0.3s ease;
  -ms-transition: font-weight 0.3s ease;
  -o-transition: font-weight 0.3s ease;
}
.main-navigation .menu li a:hover {
  font-weight: 700;
}
.main-navigation .menu li.active a {
  font-weight: 700;
}
.main-navigation .menu span {
  display: none;
}
@media screen and (max-width: 1023px) {
  .menu-toggle {
    cursor: pointer;
    height: 40px;
    position: absolute;
    padding: 0;
    top: 11px;
    right: 20px;
    width: 40px;
    z-index: 200;
    border: 0 none;
    background: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
  }
  .menu-toggle.active span:nth-child(1) {
    top: 13px;
    width: 0%;
    left: 50%;
  }
  .menu-toggle.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .menu-toggle.active span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .menu-toggle.active span:nth-child(4) {
    top: 13px;
    width: 0%;
    left: 50%;
  }
  .menu-toggle:active {
    opacity: 0.5;
  }
  .menu-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 40px;
    opacity: 1;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    background: white;
  }
  .menu-toggle span:nth-child(1) {
    top: 10px;
  }
  .menu-toggle span:nth-child(2),
  .menu-toggle span:nth-child(3) {
    top: 18px;
  }
  .menu-toggle span:nth-child(4) {
    top: 26px;
  }
  .menu-toggle:active,
  .menu-toggle:focus {
    outline: none;
  }
  .menu-toggle.active span {
    background: white;
  }
  .menu-toggle.active + .main-navigation {
    display: block;
  }
  .header {
    height: 60px;
    top: 0;
    right: 0;
    left: 0;
  }
  .header .top-bar {
    display: none;
  }
  .header .main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .logo {
    display: block;
    position: relative;
    height: 60px;
    padding-top: 11px;
  }
  .header .logo svg {
    height: 40px;
    width: 190px;
  }
  .header .main-navigation {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00A090;
    z-index: 9999;
    min-height: calc(100vh - 60px);
  }
  .header .main-navigation .menu {
    padding: 0;
    border-top: 1px solid white;
  }
  .header .main-navigation .menu .menu-item {
    position: relative;
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid white;
  }
  .header .main-navigation .menu .menu-item.has-children {
    padding-right: 50px;
  }
  .header .main-navigation .menu .menu-item.has-children:after {
    position: absolute;
    right: 20px;
    top: -1px;
    font-size: 30px;
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .header .main-navigation .menu .menu-item.has-children.active:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
  .header .main-navigation .menu .menu-item.has-children.active > .sub-menu {
    display: block;
  }
  .header .main-navigation .menu .menu-item a {
    display: block;
    position: relative;
    font-size: 18px;
    color: white;
  }
  .header .main-navigation .menu .menu-item a:hover {
    color: #f8f8ff;
  }
  .header .main-navigation .menu .menu-item .sub-menu {
    display: none;
    padding: 8px 0 0 12px;
  }
  .header .main-navigation .menu .menu-item .sub-menu .menu-item {
    border: 0 none;
  }
  .header .main-navigation .menu .menu-item .sub-menu .menu-item a {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
  }
  .header .main-navigation .menu .menu-item .sub-menu .menu-item a:before {
    position: relative;
    top: -1px;
    color: #f8f8ff;
    font-size: 12px;
    margin-right: 4px;
  }
  .header .main-navigation span {
    display: block;
    position: absolute;
    bottom: 20px;
    padding: 20px;
    color: white;
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .header .main-navigation span a {
    color: white;
    text-decoration: underline;
  }
}
@media screen and (min-width: 64em) {
  .header .mobile-navigation {
    display: none;
  }
  .header .top-bar {
    display: block;
  }
  .header .main-header {
    height: 90px;
    display: flex;
    align-items: center;
  }
  .header .logo {
    position: relative;
    margin-right: 40px;
  }
  .header .menu-toggle {
    display: none;
  }
  .header .navigation {
    margin-left: 40px;
    font-weight: 600;
    color: #00A090;
  }
  .main-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .main-navigation .menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .main-navigation .menu .menu-item {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    margin-left: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .main-navigation .menu .menu-item:first-child {
    margin-left: 0;
  }
  .main-navigation .menu .menu-item a {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    position: relative;
    height: 100%;
    font-size: 20px;
  }
  .main-navigation .menu .menu-item:hover a,
  .main-navigation .menu .menu-item.active a {
    color: #2C5C68;
  }
  .main-navigation .menu .menu-item.has-children > a {
    padding-bottom: 10px;
  }
  .main-navigation .menu .menu-item.has-children > a:after {
    position: relative;
    font-size: 14px;
    margin-left: 8px;
  }
  .main-navigation .menu .menu-item.has-children:hover a {
    color: white;
  }
  .main-navigation .menu .menu-item.has-children:hover a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .main-navigation .menu .menu-item.has-children:hover > .sub-menu {
    display: block;
  }
  .main-navigation .menu .menu-item .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 0 10px 0;
    display: none;
  }
  .main-navigation .menu .menu-item .sub-menu .menu-item {
    padding: 0;
  }
  .main-navigation .menu .menu-item .sub-menu .menu-item:last-child {
    border-bottom: 0 none;
  }
  .main-navigation .menu .menu-item .sub-menu .menu-item a {
    display: block;
    padding: 12px 20px;
    margin-top: 3px;
    font-size: 15px;
    color: white;
    width: 100%;
    background-color: #00A090;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
  }
  .main-navigation .menu .menu-item .sub-menu .menu-item.has-children > .sub-menu {
    display: block;
    top: auto;
    padding-left: 12px;
  }
  .main-navigation .menu .menu-item .sub-menu .menu-item.has-children > .sub-menu .menu-item a {
    padding: 2px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
}
.footer {
  background-color: #2C5C68;
  color: white;
  position: relative;
  padding: 50px 0 0;
}
.footer .footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -20px;
}
.footer .footer-columns .col-2,
.footer .footer-columns .col-1 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 20px;
}
.footer .footer-columns .headline {
  color: white;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-weight: 600;
}
.footer .footer-columns a {
  color: white;
  text-decoration: none;
}
.footer .menu {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.footer .menu .menu-item {
  width: 100%;
  margin: 0;
  padding: 0 10px;
}
.footer .menu .menu-item a {
  color: white;
  text-decoration: underline;
  font-size: 16px;
}
.footer .menu .menu-item a:hover {
  text-decoration: none;
}
.footer .footer-bottom {
  padding: 12px 0;
  text-align: center;
}
.footer .footer-logo svg {
  width: 170px;
  height: 51px;
}
.footer .supporter {
  margin-bottom: 50px;
}
.footer .supporter:last-child {
  margin-bottom: 0;
}
.footer .supporter svg {
  height: 50px;
}
.scroll-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 40px;
  color: white;
  width: 40px;
  padding: 0 10px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.scroll-top .icon-chevron-right-solid {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  font-size: 20px;
}
@media screen and (min-width: 48em) {
  .footer .footer-columns .footer-column.col-2 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .footer .footer-columns .footer-column.col-1 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer .footer-logo svg {
    width: 280px;
    height: 60px;
  }
  .footer .footer-bottom .menu {
    display: flex;
    justify-content: center;
  }
  .footer .footer-bottom .menu .menu-item {
    width: auto;
    margin: 0;
    text-align: left;
  }
  .footer .footer-bottom .menu .menu-item:first-child {
    padding-left: 0;
  }
}
@media screen and (min-width: 64em) {
  .footer .footer-bottom .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footer-bottom .menu {
    display: flex;
  }
}
.hero-banner {
  position: relative;
  padding: 0;
  max-width: 1290px;
  margin: 0 auto;
  padding-top: 60px;
}
.hero-banner .hero {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-banner .hero img {
  width: 100%;
}
.hero-banner .is-scroller {
  display: none;
}
.hero-banner .overlay {
  background-color: #00A090;
  padding: 20px 0;
}
.hero-banner .overlay * {
  color: white;
}
.hero-banner .hero-headline {
  max-width: 500px;
}
.hero-banner .hero-headline span {
  display: inline;
  margin-left: 10px;
  position: relative;
  background: #2C5C68;
  box-shadow: 0 0 0 10px #2C5C68;
  box-decoration-break: clone;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.hero-banner .hide-on-mobile {
  display: none;
}
.hero-plain {
  background-color: #00A090;
}
@media screen and (min-width: 64em) {
  .hero-banner {
    padding: 0;
  }
  .hero-banner .hero-headline {
    position: absolute;
    left: 0;
    bottom: 60px;
    font-size: 70px;
  }
}
@media screen and (min-width: 1290px) {
  .hero-banner {
    padding: 0 20px;
  }
}
.hero-banner .cta {
  display: none;
  position: absolute;
  right: 20px;
  width: 280px;
  bottom: 0;
}
.hero-banner .cta a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  background-color: #2C5C68;
  text-decoration: none;
  color: white;
  line-height: 24px;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
}
.hero-banner .cta a i {
  font-size: 50px;
}
.hero-banner .cta a .hide-on-mobile {
  display: none;
}
.hero-banner .cta a .title {
  display: block;
  font-size: 20px;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 10px 0;
}
.hero-banner .cta a:hover {
  background-color: #00A090;
}
@media screen and (min-width: 48em) {
  .hero-banner .cta {
    display: block;
    right: 0;
    bottom: 20px;
  }
  .hero-banner .cta a span {
    display: block;
  }
  .hero-banner .cta a .title {
    font-size: 30px;
  }
}
@media screen and (min-width: 64em) {
  .hero-banner .cta {
    right: 40px;
    bottom: -50px;
  }
  .hero-banner .cta a {
    height: 300px;
    width: 300px;
  }
  .hero-banner .cta a .hide-on-mobile {
    display: inline;
  }
}
@media screen and (min-width: 1440px) {
  .hero-banner .cta {
    bottom: -50px;
    right: -20px;
  }
}
.headline-text .module-content .title {
  position: relative;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.headline-text .module-content .text {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
.headline-text .module-content .text .headline {
  margin-top: 0;
}
.headline-text .module-content .text p strong {
  color: #00A090;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}
@media screen and (min-width: 48em) {
  .headline-text .module-content {
    display: flex;
    flex-wrap: wrap;
  }
  .headline-text .module-content .title {
    position: relative;
    width: 40%;
    padding: 0;
  }
  .headline-text .module-content .title.is-right {
    order: 2;
  }
  .headline-text .module-content .title.is-right + .text {
    padding: 0 40px 0 0;
  }
  .headline-text .module-content .text {
    flex: 1;
    padding: 0 0 0 40px;
  }
  .headline-text .module-content .text .headline {
    font-size: 50px;
  }
  .headline-text .module-content .text p strong {
    color: #00A090;
    font-size: 24px;
  }
}
.content-tiles .tile {
  padding: 20px;
  /*display: flex;
        align-items: center;
        justify-content: center;*/
}
.content-tiles .tile .tile-inner {
  position: relative;
  background-color: white;
  padding: 0 0 50px 0;
  border: 3px solid #2C5C68;
}
.content-tiles .tile .tile-inner .image img {
  display: block;
  width: 100%;
  height: auto;
}
.content-tiles .tile .tile-inner .item-title {
  min-height: 50px;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  padding: 20px;
  color: #2C5C68;
}
.content-tiles .tile .tile-inner .preview-text {
  color: #4A4A4A;
  padding: 0 20px;
}
.content-tiles .tile .tile-inner .button {
  position: absolute;
  right: 0;
  bottom: 0;
}
.content-tiles .tile .tile-inner .inquiry-form-wrapper .button {
  position: relative;
}
.content-tiles .tile-content {
  position: relative;
  padding: 40px 0;
  max-width: 960px;
  margin: 0 auto;
}
.content-tiles .tile-content h2:first-of-type {
  margin-top: 0;
}
.content-tiles .tiles-wrapper {
  position: relative;
  margin: 0 -20px;
}
.content-tiles .tiles-wrapper label:hover,
.content-tiles .tiles-wrapper label:focus {
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  .content-tiles .tiles-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .content-tiles .tiles-wrapper .tile {
    flex-basis: 50%;
    max-width: 50%;
  }
  .tile-header {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .tile-header .image {
    flex-basis: 50%;
    max-width: 50%;
  }
  .tile-header .tile-title {
    padding-left: 40px;
    font-size: 40px;
    color: #2C5C68;
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .modal .tile-header .tile-title {
    flex: 1;
  }
}
@media screen and (min-width: 78.75em) {
  .content-tiles {
    padding-top: 60px;
  }
  .content-tiles .tiles-wrapper .tile {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .content-tiles .tiles-wrapper .tile.col-2 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .content-tiles .tiles-wrapper .tile.col-4 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .content-tiles .tile-content {
    padding: 20px;
  }
}
.image-gallery .module-content {
  width: 100%;
  margin: 0 auto;
}
.image-gallery .gallery {
  margin: 0 -20px;
}
.image-gallery .grid-item a {
  display: block;
  position: relative;
}
.image-gallery .grid-item a i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: white;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.image-gallery .grid-item a:hover i {
  color: #00A090;
}
.image-gallery .grid-item img {
  width: 100%;
  height: auto;
}
.grid-wrapper {
  padding: 0 20px;
}
.grid .grid-item,
.grid .grid-sizer {
  width: 100%;
  padding-bottom: 20px;
}
.grid .grid-item a,
.grid .grid-sizer a {
  text-decoration: none;
}
/*@media screen and(min-width: @phoneLandscapeViewportWidth) {
    .grid {
        .grid-item,
        .grid-sizer {
            padding: 20px;
            width: 50%;
        }
    }
}*/
@media screen and (min-width: 48em) {
  .grid .grid-item,
  .grid .grid-sizer {
    padding: 20px;
    width: 50%;
  }
  .grid.gallery-lightbox .grid-item,
  .grid.gallery-lightbox .grid-sizer {
    padding: 20px;
    width: 25%;
  }
  .grid-wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 64em) {
  .grid .grid-item,
  .grid .grid-sizer {
    width: 33.333%;
  }
  .grid.gallery-lightbox .grid-item,
  .grid.gallery-lightbox .grid-sizer {
    width: 20%;
  }
}
.events-teaser {
  background-color: #00A090;
}
.events-teaser .module-top {
  position: relative;
}
.events-teaser .col-40 .headline {
  color: white;
}
.events-teaser .col-40 .headline:before {
  background-color: white;
}
.events-teaser .col-60 {
  color: white;
}
.events-teaser .event-inner {
  position: relative;
  background-color: white;
}
.events-teaser .event-inner .event-header {
  display: flex;
  align-items: center;
  padding-left: 60px;
  height: 50px;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #002C42;
}
.events-teaser .event-inner .icon {
  position: absolute;
  height: 50px;
  width: 50px;
  left: 0;
  top: 0;
}
.events-teaser .event-inner h3 {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  margin: 0 0 10px 0;
}
.events-teaser .event-inner .event-content {
  padding: 16px 20px 50px 20px;
}
.events-teaser .event-inner .event-date {
  margin-bottom: 10px;
}
.events-teaser .event-inner .event-date span {
  color: #00A090;
}
.events-teaser .button {
  position: absolute;
  right: 0;
  bottom: 0;
}
.events-teaser .event-dates {
  margin-bottom: 10px;
}
.events-teaser .event-dates .date {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #4A4A4A;
  padding: 4px 0;
}
.events-teaser .event-dates .date:first-child {
  border-top: none;
}
.events-teaser .event-dates .date .day {
  font-weight: 600;
  margin-right: 10px;
}
@media screen and (min-width: 64em) {
  .events-teaser .grid-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 64em) {
  .events-teaser .teaser-rellax {
    right: 40px;
    top: -120px;
    height: 100px;
    width: 250px;
  }
}
.online-consultation {
  background-color: #2C5C68;
}
.online-consultation .module-content {
  position: relative;
}
.online-consultation .headline {
  color: white;
}
.online-consultation .headline:before {
  background: white;
}
.online-consultation .text p {
  color: white;
}
.online-consultation .text a {
  color: white;
}
.online-consultation .text a:hover {
  text-decoration: underline;
}
.online-consultation .button span {
  display: block;
}
.online-consultation .buttons {
  padding-top: 10px;
  display: flex;
}
.online-consultation .buttons a {
  text-align: center;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: white;
  margin-right: 40px;
}
.online-consultation .buttons a:last-child {
  margin-right: 0;
}
.online-consultation .buttons a span {
  padding-top: 4px;
  display: block;
}
@media screen and (min-width: 48em) {
  .online-consultation .module-content:before {
    right: -20px;
    top: -80px;
    height: 100px;
    width: 300px;
  }
}
/*.rellax {
	position: absolute;
	display: none;
}
.footer,
.online-consultation,
.events-teaser {
	.parallax {
		width: 300px;
		top: -100px;
		right: 20px;
	}
}*/
.shape-container {
  display: none;
}
@media screen and (min-width: 48em) {
  .shape-container {
    display: flex;
    justify-content: flex-end;
  }
  .shape {
    width: 300px;
  }
}
.people .text span {
  display: block;
}
.people .name {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  padding: 10px 0 4px;
  font-size: 30px;
  font-weight: bold;
  color: #2C5C68;
}
.image-text .module-content .image {
  position: relative;
}
.image-text .module-content .image .image-element {
  position: relative;
}
.image-text .module-content .text {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
.image-text .module-content .text .headline {
  margin-top: 0;
}
.image-text .module-content .text p strong {
  color: #00A090;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}
@media screen and (min-width: 48em) {
  .image-text .module-content {
    display: flex;
    flex-wrap: wrap;
  }
  .image-text .module-content .image {
    position: relative;
    width: 40%;
  }
  .image-text .module-content .image.image-right {
    order: 2;
  }
  .image-text .module-content .image.image-right + .text {
    padding: 0 40px 0 0;
  }
  .image-text .module-content .text {
    flex: 1;
    padding: 0 0 0 40px;
  }
  .image-text .module-content .text .headline {
    font-size: 50px;
  }
  .image-text .module-content .text p strong {
    color: #00A090;
    font-size: 24px;
  }
}
.is-inquiry .block-title {
  font-size: 24px;
  font-weight: 600;
}
/*# sourceMappingURL=all.css.map */