@charset "UTF-8";
@font-face {
  font-family: "Geogrotesque";
  src: url("/files/theme/build/fonts/GeogrotesqueRg/font.woff2") format("woff2"), url("/files/theme/build/fonts/GeogrotesqueRg/font.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("/files/theme/build/fonts/GeogrotesqueSmBd/font.woff2") format("woff2"), url("/files/theme/build/fonts/GeogrotesqueSmBd/font.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "basier_circle";
  src: url("/files/theme/build/fonts/BasierCircle/basiercircle-bold.eot");
  src: url("/files/theme/build/fonts/BasierCircle/basiercircle-bold.eot?#iefix") format("embedded-opentype"), url("/files/theme/build/fonts/BasierCircle/basiercircle-bold.woff2") format("woff2"), url("/files/theme/build/fonts/BasierCircle/basiercircle-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "basier_circle";
  src: url("/files/theme/build/fonts/BasierCircle/basiercircle-semibold.eot");
  src: url("/files/theme/build/fonts/BasierCircle/basiercircle-semibold.eot?#iefix") format("embedded-opentype"), url("/files/theme/build/fonts/BasierCircle/basiercircle-semibold.woff2") format("woff2"), url("/files/theme/build/fonts/BasierCircle/basiercircle-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "basier_circle";
  src: url("/files/theme/build/fonts/BasierCircle/basiercircle-medium.eot");
  src: url("/files/theme/build/fonts/BasierCircle/basiercircle-medium.eot?#iefix") format("embedded-opentype"), url("/files/theme/build/fonts/BasierCircle/basiercircle-medium.woff2") format("woff2"), url("/files/theme/build/fonts/BasierCircle/basiercircle-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "basier_circle";
  src: url("/files/theme/build/fonts/BasierCircle/basiercircle-regular.eot");
  src: url("/files/theme/build/fonts/BasierCircle/basiercircle-regular.eot?#iefix") format("embedded-opentype"), url("/files/theme/build/fonts/BasierCircle/basiercircle-regular.woff2") format("woff2"), url("/files/theme/build/fonts/BasierCircle/basiercircle-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/*! 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 */
}

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

.show-for-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-mobile--main, .yellow-box, .white-box, header, [id=footer], main .mod_article {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  /*
  @include breakpoint(medium) {
     padding-left: $s-grid-outer-gutter--medium;
     padding-right: $s-grid-outer-gutter--medium;
  }

  @include breakpoint(xlarge) {
     padding-left: $s-grid-outer-gutter--xlarge;
     padding-right: $s-grid-outer-gutter--xlarge;
  }*/
}

.yellow-box__inner, .white-box__inner, .mod_article.grid .mod_article__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1056px;
}

@media only screen and (max-width: 39.999rem) {
  .hide--small-down {
    display: none;
  }
}
@media only screen and (max-width: 47.999rem) {
  .hide--medium-down {
    display: none;
  }
}
@media only screen and (max-width: 47.999rem) {
  .hide-page--medium-down {
    display: none;
  }
}

.mb--small {
  margin-bottom: 2rem;
}
.mb--xs {
  margin-bottom: 1.5rem;
}
.mb--xxs {
  margin-bottom: 1rem;
}

.mt--md {
  margin-top: 2.5rem;
}
.mt--small {
  margin-top: 2rem;
}
.mt--xs {
  margin-top: 1.5rem;
}
.mt--xxs {
  margin-top: 1rem;
}

.show-for-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

main .mod_article__inner > .top-spacing-xxl {
  margin-top: 5rem;
}
main .mod_article__inner > .top-spacing-xl {
  margin-top: 4rem;
}
main .mod_article__inner > .top-spacing-lg {
  margin-top: 3rem;
}
main .mod_article__inner > .top-spacing-md {
  margin-top: 2rem;
}
main .mod_article__inner > .top-spacing-sm {
  margin-top: 1rem;
}
main .mod_article__inner > .top-spacing-xs {
  margin-top: 1.5rem;
}
main .mod_article__inner > .top-spacing-none {
  margin-top: 0;
}
main .mod_article__inner > .bottom-spacing-xxl {
  margin-bottom: 5rem;
}
main .mod_article__inner > .bottom-spacing-xl {
  margin-bottom: 4rem;
}
main .mod_article__inner > .bottom-spacing-lg {
  margin-bottom: 3rem;
}
main .mod_article__inner > .bottom-spacing-md {
  margin-bottom: 2rem;
}
main .mod_article__inner > .bottom-spacing-sm {
  margin-bottom: 1rem;
}
main .mod_article__inner > .bottom-spacing-xs {
  margin-bottom: 1.5rem;
}
main .mod_article__inner > .bottom-spacing-none {
  margin-bottom: 0;
}

.text-big p {
  font-size: 1.25rem;
  line-height: 2rem;
}
@media only screen and (min-width: 48rem) {
  .text-big p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media only screen and (min-width: 75rem) {
  .text-big p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.text--white {
  color: white;
}

/** {
   outline: 1px solid orange;
}*/
a.link-icon,
strong.link-icon {
  position: relative;
  margin-left: 2.75rem;
}
a.link-icon .svg-icon,
strong.link-icon .svg-icon {
  position: absolute;
  top: 0;
  left: -2.75rem;
  z-index: 5;
  width: 2rem;
  height: auto;
}

.svg-icon {
  display: inline-block;
  width: 1em;
  fill: none;
  vertical-align: text-bottom;
  stroke: #ffea00;
  color: currentColor;
}
.svg-icon.no-stroke {
  stroke: none;
}

.icon-instagram {
  fill: #ffea00;
  color: currentColor;
}

.logo-wortmarke {
  stroke: none;
  fill: currentColor;
}

.icon-xing,
.icon-kununu {
  fill: #50565e;
  color: #d4d6d8;
  stroke: none;
}

.icon-instagram {
  stroke: none;
}

.js .animate-fade-in-left,
.js .animate-fade-in-right,
.js .animate-fade-in-up,
.js .animate-fade-in-down {
  opacity: 0;
}

/* ======================
        Default Animations
====================== */
.in-viewport.animate-fade-in-up {
  opacity: 0;
  -webkit-animation: fade-in-up 1000ms cubic-bezier(0, 0.6, 0.3, 1) 0s forwards, fade-in-opacity 1250ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
  animation: fade-in-up 1000ms cubic-bezier(0, 0.6, 0.3, 1) 0s forwards, fade-in-opacity 1250ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
}
.in-viewport.animate-fade-in-left {
  opacity: 0;
  -webkit-animation: fade-in-left 1000ms cubic-bezier(0, 0.6, 0.3, 1) 0s forwards, fade-in-opacity 1250ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
  animation: fade-in-left 1000ms cubic-bezier(0, 0.6, 0.3, 1) 0s forwards, fade-in-opacity 1250ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
}
.in-viewport.animate-fade-in-right {
  opacity: 0;
  -webkit-animation: fade-in-right 1000ms cubic-bezier(0, 0.6, 0.3, 1) 0s forwards, fade-in-opacity 1250ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
  animation: fade-in-right 1000ms cubic-bezier(0, 0.6, 0.3, 1) 0s forwards, fade-in-opacity 1250ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
}
.in-viewport.animate-fade-in-down {
  opacity: 0;
  -webkit-animation: fade-in-down 1000ms cubic-bezier(0, 0.6, 0.3, 1) 0s forwards, fade-in-opacity 1250ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
  animation: fade-in-down 1000ms cubic-bezier(0, 0.6, 0.3, 1) 0s forwards, fade-in-opacity 1250ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
}

/* ======================
        Nav-Icons Animation
====================== */
.in-viewport.nav-icon ul > li:nth-child(1) {
  opacity: 0;
  -webkit-animation: fade-in-up 500ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
  animation: fade-in-up 500ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
.in-viewport.nav-icon ul > li:nth-child(2) {
  opacity: 0;
  -webkit-animation: fade-in-up 500ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
  animation: fade-in-up 500ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.in-viewport.nav-icon ul > li:nth-child(3) {
  opacity: 0;
  -webkit-animation: fade-in-up 500ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
  animation: fade-in-up 500ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms;
}

/* ======================
        Delays
====================== */
.animation-delay-500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.animation-delay-1000 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

.animation-delay-1500 {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.animation-delay-2000 {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}

/* ======================
        Keyframes
====================== */
@-webkit-keyframes fade-in-up {
  0% {
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-up {
  0% {
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fade-in-down {
  0% {
    transform: translate3d(0, -200px, 0);
  }
  100% {
    -webkit-transform: none;
  }
}
@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -200px, 0);
  }
  100% {
    -webkit-transform: none;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fade-in-right {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fade-in-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ======================
        Background
====================== */
#main {
  background-color: #31353f;
  -webkit-animation: bg-fade-out 2s forwards;
  animation: bg-fade-out 2s forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes bg-fade-out {
  0% {
    background-color: #31353f;
  }
  100% {
    background-color: rgba(49, 53, 63, 0);
  }
}

@keyframes bg-fade-out {
  0% {
    background-color: #31353f;
  }
  100% {
    background-color: rgba(49, 53, 63, 0);
  }
}
/* ======================
        Reduce Animation
====================== */
@media (prefers-reduced-motion) {
  .in-viewport.animate-fade-in-left,
.in-viewport.animate-fade-in-right,
.in-viewport.animate-fade-in-up,
.in-viewport.animate-fade-in-down {
    -webkit-animation-name: dissolve;
    animation-name: dissolve;
    opacity: 1;
  }

  .js .animate-fade-in-left,
.js .animate-fade-in-right,
.js .animate-fade-in-up,
.js .animate-fade-in-down {
    -webkit-animation-name: dissolve;
    animation-name: dissolve;
    opacity: 1;
  }

  #main {
    background-color: rgba(49, 53, 63, 0);
    -webkit-animation-name: dissolve;
    animation-name: dissolve;
  }

  .in-viewport.nav-icon ul > li:nth-child(1), .in-viewport.nav-icon ul > li:nth-child(2), .in-viewport.nav-icon ul > li:nth-child(3) {
    -webkit-animation-name: dissolve;
    animation-name: dissolve;
    opacity: 1;
  }
}
/**
 *  CONTAO SETTINGS
 *  layouting Contao basic elements
 ************************************************/
.block {
  overflow: visible;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  float: left;
}

.row, .news-prefooter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  width: calc(100% + 0.5rem);
}
@media only screen and (min-width: 40rem) {
  .row, .news-prefooter {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: calc(100% + 1rem);
  }
}
@media only screen and (min-width: 75rem) {
  .row, .news-prefooter {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
  }
}
.row--center {
  justify-content: center;
}
.row + .row, .news-prefooter + .row, .row + .news-prefooter, .news-prefooter + .news-prefooter {
  width: 100%;
  margin: 0;
}

.col--card {
  display: flex;
  flex-wrap: wrap;
}

[class*=col-] {
  width: 100%;
  margin-bottom: 2rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media only screen and (min-width: 40rem) {
  [class*=col-] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media only screen and (min-width: 75rem) {
  [class*=col-] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 30rem) {
  .col-xs-1 {
    width: 8.3333333333%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-offset-xs-1 {
    margin-left: 8.3333333333%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-xs-2 {
    width: 16.6666666667%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-offset-xs-2 {
    margin-left: 16.6666666667%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-xs-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-offset-xs-3 {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-xs-4 {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-offset-xs-4 {
    margin-left: 33.3333333333%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-xs-5 {
    width: 41.6666666667%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-offset-xs-5 {
    margin-left: 41.6666666667%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-xs-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-offset-xs-6 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-xs-7 {
    width: 58.3333333333%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-offset-xs-7 {
    margin-left: 58.3333333333%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-xs-8 {
    width: 66.6666666667%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-offset-xs-8 {
    margin-left: 66.6666666667%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-xs-9 {
    width: 75%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-offset-xs-9 {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-xs-10 {
    width: 83.3333333333%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-offset-xs-10 {
    margin-left: 83.3333333333%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-xs-11 {
    width: 91.6666666667%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-xs-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 30rem) {
  .col-offset-xs-12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-sm-2 {
    width: 16.6666666667%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-sm-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-offset-sm-3 {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-sm-4 {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-sm-5 {
    width: 41.6666666667%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-sm-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-offset-sm-6 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-sm-7 {
    width: 58.3333333333%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-sm-8 {
    width: 66.6666666667%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-sm-9 {
    width: 75%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-offset-sm-9 {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-sm-10 {
    width: 83.3333333333%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-sm-11 {
    width: 91.6666666667%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-sm-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 40rem) {
  .col-offset-sm-12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-md-1 {
    width: 8.3333333333%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-offset-md-1 {
    margin-left: 8.3333333333%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-md-2 {
    width: 16.6666666667%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-offset-md-2 {
    margin-left: 16.6666666667%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-md-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-offset-md-3 {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-md-4 {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-offset-md-4 {
    margin-left: 33.3333333333%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-md-5 {
    width: 41.6666666667%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-offset-md-5 {
    margin-left: 41.6666666667%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-md-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-offset-md-6 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-md-7 {
    width: 58.3333333333%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-offset-md-7 {
    margin-left: 58.3333333333%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-md-8 {
    width: 66.6666666667%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-offset-md-8 {
    margin-left: 66.6666666667%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-md-9 {
    width: 75%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-offset-md-9 {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-md-10 {
    width: 83.3333333333%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-offset-md-10 {
    margin-left: 83.3333333333%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-md-11 {
    width: 91.6666666667%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-md-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 48rem) {
  .col-offset-md-12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-lg-2 {
    width: 16.6666666667%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-lg-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-offset-lg-3 {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-lg-4 {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-lg-5 {
    width: 41.6666666667%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-lg-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-offset-lg-6 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-lg-7 {
    width: 58.3333333333%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-lg-8 {
    width: 66.6666666667%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-lg-9 {
    width: 75%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-offset-lg-9 {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-lg-10 {
    width: 83.3333333333%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-lg-11 {
    width: 91.6666666667%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-lg-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 64rem) {
  .col-offset-lg-12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-offset-xl-1 {
    margin-left: 8.3333333333%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-xl-2 {
    width: 16.6666666667%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-offset-xl-2 {
    margin-left: 16.6666666667%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-xl-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-offset-xl-3 {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-xl-4 {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-offset-xl-4 {
    margin-left: 33.3333333333%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-xl-5 {
    width: 41.6666666667%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-offset-xl-5 {
    margin-left: 41.6666666667%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-xl-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-offset-xl-6 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-xl-7 {
    width: 58.3333333333%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-offset-xl-7 {
    margin-left: 58.3333333333%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-xl-8 {
    width: 66.6666666667%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-offset-xl-8 {
    margin-left: 66.6666666667%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-xl-9 {
    width: 75%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-offset-xl-9 {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-xl-10 {
    width: 83.3333333333%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-offset-xl-10 {
    margin-left: 83.3333333333%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-xl-11 {
    width: 91.6666666667%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-xl-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 75rem) {
  .col-offset-xl-12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-xxl-1 {
    width: 8.3333333333%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-xxl-2 {
    width: 16.6666666667%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-xxl-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-offset-xxl-3 {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-xxl-4 {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-xxl-5 {
    width: 41.6666666667%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-xxl-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-offset-xxl-6 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-xxl-7 {
    width: 58.3333333333%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-xxl-8 {
    width: 66.6666666667%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-xxl-9 {
    width: 75%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-offset-xxl-9 {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-xxl-10 {
    width: 83.3333333333%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-xxl-11 {
    width: 91.6666666667%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-xxl-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 100rem) {
  .col-offset-xxl-12 {
    margin-left: 100%;
  }
}

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

:target {
  scroll-margin: 9rem 0 0 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

.inside {
  max-width: 1600px;
  margin: 0 auto;
}

body {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
  font-family: "basier_circle", Inter, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Droid Sans, Helvetica Neue, Arial, sans-serif;
  color: #E7E8E9;
  font-weight: 400;
  background-color: #31353F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: auto;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  body {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 75rem) {
  body {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
body.nav-mobile-active {
  position: fixed;
}

[id=wrapper] {
  transition: padding 0.2s ease-in-out 0s;
  padding-top: 5rem;
}
@media only screen and (min-width: 64rem) {
  [id=wrapper] {
    padding-top: 9rem;
  }
}

/* container ====================== */
[id=container] {
  background-image: url("/files/theme/build/images/background-intro.jpg");
  background-size: auto 800px;
  background-position: top left;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 64rem) {
  [id=container] {
    background-size: 100% auto;
    background-position: top center;
  }
}

.home-page [id=container] {
  background-image: none;
}

[id=main] .inside {
  max-width: calc(1600px + (2 * 1.5rem));
}

/* article ====================== */
.subheader .mod_article.grid {
  padding: 0;
}
.subheader .mod_article.grid .mod_article__inner {
  max-width: 100%;
}
.mod_article__inner > * {
  width: 100%;
}

main .mod_article {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
}
main .mod_article__inner {
  width: 100%;
}
main .mod_article__inner > * {
  margin: 2.5rem 0;
}
main .mod_article.last {
  padding-bottom: 0;
}
main .mod_article:not(:last-child):after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: calc(100% - 2 * 1.5rem);
  height: 2px;
  max-width: 1600px;
  background: #50565e;
}

@media only screen and (min-width: 64rem) {
  .container--small {
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}

[id=footer] .inside {
  width: 100%;
}

header {
  transition: height 0.2s ease-in-out 0s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  align-items: center;
  width: 100%;
  background: #242a32;
  height: 5rem;
}
@media only screen and (min-width: 64rem) {
  header {
    height: 9rem;
  }
}
.home-page header {
  position: absolute;
}
header .inside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.home-page header {
  background-color: #31353f;
}

.header__logo {
  display: inline-flex;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.header__logo a {
  display: inline-flex;
  align-items: center;
}
.header__logo svg {
  color: white;
  width: auto;
  height: 1rem;
  vertical-align: text-top;
  fill: currentColor;
}
@media only screen and (min-width: 75rem) {
  .header__logo svg {
    height: 2rem;
  }
}

#subheader .mod_article__inner {
  max-width: 2560px;
  margin: 0 auto;
}

footer {
  padding: 3rem 0;
  text-align: left;
}
footer a,
footer strong.active {
  position: relative;
  display: inline-block;
  transition: color ease-in-out 0.4s;
  color: #d4d6d8;
  font-weight: 500;
}
footer a:before,
footer strong.active:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  width: 100%;
  height: 0.125rem;
  background-color: #50565e;
  transition: background-color ease-in-out 0.4s;
}
footer a:hover,
footer strong.active:hover {
  color: white;
}
footer a:hover:before,
footer strong.active:hover:before {
  background-color: #ffea00;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer li {
  display: flex;
  align-items: flex-start;
}
footer li .svg-icon {
  width: 1.5rem;
  height: auto;
}
footer address {
  font-style: normal;
  line-height: 2rem;
}
footer li {
  margin: calc(1.5rem + 0.125rem) 0 0;
}
footer li svg {
  width: 24px;
  height: auto;
}
footer h6 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

/* =============================
    footer row
============================= */
.footer-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2rem;
  padding: 2rem 0;
  /* footer short f.e. homepage ====================== */
}
.footer-row--second {
  justify-content: flex-start;
  gap: 5rem 2rem;
  padding-bottom: 4rem;
  border-bottom: 0.125rem solid #50565e;
}
@media only screen and (min-width: 75rem) {
  .footer-row--second {
    gap: 5rem 1rem;
    justify-content: space-between;
  }
}
.footer-row--third {
  padding-top: 4rem;
  font-size: 1rem;
  color: #a1a5aa;
}
.footer-row--third a {
  font-weight: 400;
  color: #a1a5aa;
}
.footer-row--third a + a {
  margin-left: 2rem;
}
.footer-row.short {
  flex-direction: column;
}
@media only screen and (min-width: 40rem) {
  .footer-row.short {
    flex-direction: row;
  }
}
.footer-row.short .svg-icon {
  margin-right: 0.75rem;
}
@media only screen and (min-width: 48rem) {
  .footer-row.short .svg-icon {
    margin-top: 0.25rem;
  }
}
.footer-row.short .logo-wortmarke {
  width: 11.125rem;
  height: 1.5rem;
  margin: 0;
  color: #6f737b;
}
@media only screen and (min-width: 40rem) {
  .footer-row.short .logo-wortmarke {
    margin: 0 calc(50% - 5.50625rem);
  }
}
@media only screen and (min-width: 64rem) {
  .footer-row.short .logo-wortmarke {
    margin: 0.25rem 0 0;
    align-self: flex-start;
  }
}
@media only screen and (min-width: 100rem) {
  .footer-row.short ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.footer-row.short li {
  margin: 0;
}
.footer-row.short li + li {
  margin-top: 2rem;
}
@media only screen and (min-width: 100rem) {
  .footer-row.short li + li {
    margin: 0 0 0 2rem;
  }
}

svg.logo-wortbildmarke {
  width: 305px;
  height: auto;
}

.nav__toplink {
  font-weight: 600;
}
.nav__toplink svg {
  margin-left: 0.75rem;
  width: 1.5rem;
  height: auto;
}

.break-as-hr {
  height: 0.125rem;
  flex-basis: 100%;
  background-color: #50565e;
  margin: 0.5rem 0;
}

/* =============================
    address
============================= */
.footer--addressblock h4, .footer--addressblock .nav-icon__link, .footer--addressblock .nav-icon__card,
.footer--addressblock h5,
.footer--addressblock h6 {
  font-family: "Geogrotesque", "Titillium Web", "Rajdhani", Inter, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Droid Sans, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  color: white;
}
.footer--addressblock .svg-icon {
  margin-right: 0.75rem;
  padding-top: 3px;
}

.footer--addressblock,
.nav--footer,
.kununu-widget {
  width: 100%;
}
@media only screen and (min-width: 580px) {
  .footer--addressblock,
.nav--footer,
.kununu-widget {
    width: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 880px) {
  .footer--addressblock,
.nav--footer,
.kununu-widget {
    width: calc(33.33% - 1.3333333333rem);
  }
}
@media only screen and (min-width: 75rem) {
  .footer--addressblock,
.nav--footer,
.kununu-widget {
    width: auto;
  }
}

@media only screen and (min-width: 100rem) {
  .kununu-widget {
    text-align: right;
  }
}

.headline-1, h1 {
  font-size: 2.75rem;
  line-height: 3.125rem;
  display: inline-block;
  position: relative;
  margin: 0 0 3rem;
  font-family: "Geogrotesque", "Titillium Web", "Rajdhani", Inter, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Droid Sans, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  color: white;
}
@media only screen and (min-width: 48rem) {
  .headline-1, h1 {
    font-size: 3.125rem;
    line-height: 3.5rem;
  }
}
@media only screen and (min-width: 75rem) {
  .headline-1, h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
.headline-1:before, h1:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.5rem;
  z-index: 5;
  height: 0.25rem;
  border-radius: 0.125rem;
  background: linear-gradient(90deg, #ffea00 0.31%, #f59300 100%);
  content: "";
}
.headline-2, h2 {
  font-size: 2.25rem;
  line-height: 2.75rem;
  margin: 0 0 2rem;
  font-family: "Geogrotesque", "Titillium Web", "Rajdhani", Inter, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Droid Sans, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  color: white;
}
@media only screen and (min-width: 48rem) {
  .headline-2, h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 75rem) {
  .headline-2, h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.headline-3, h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0 0 2rem;
  font-family: "Geogrotesque", "Titillium Web", "Rajdhani", Inter, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Droid Sans, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  color: white;
}
@media only screen and (min-width: 48rem) {
  .headline-3, h3 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media only screen and (min-width: 75rem) {
  .headline-3, h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.headline-4, .card-info h1, .card-info h2, .card-info h3, .card-info h4, .card-info h5, .job-card__title, h4, .nav-icon__link, .nav-icon__card, .text--intro {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 0 2rem;
  font-family: "Geogrotesque", "Titillium Web", "Rajdhani", Inter, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Droid Sans, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 48rem) {
  .headline-4, .card-info h1, .card-info h2, .card-info h3, .card-info h4, .card-info h5, .job-card__title, h4, .nav-icon__link, .nav-icon__card, .text--intro {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
@media only screen and (min-width: 75rem) {
  .headline-4, .card-info h1, .card-info h2, .card-info h3, .card-info h4, .card-info h5, .job-card__title, h4, .nav-icon__link, .nav-icon__card, .text--intro {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.headline-5, h5 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin: 0 0 1.5rem;
  font-family: "Geogrotesque", "Titillium Web", "Rajdhani", Inter, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Droid Sans, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 48rem) {
  .headline-5, h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 75rem) {
  .headline-5, h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, .nav-icon__link:first-child, .nav-icon__card:first-child, h5:first-child, h6:first-child, p:first-child, ul:first-child, blockquote:first-child {
  margin-top: 0;
}

.p-big, .job-details__subtitle, .card-info, .satisfied-box .overhead {
  font-size: 1.25rem;
  line-height: 2rem;
}
@media only screen and (min-width: 48rem) {
  .p-big, .job-details__subtitle, .card-info, .satisfied-box .overhead {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media only screen and (min-width: 75rem) {
  .p-big, .job-details__subtitle, .card-info, .satisfied-box .overhead {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.p-big:not([class*=mb-]), .job-details__subtitle:not([class*=mb-]), .card-info:not([class*=mb-]), .satisfied-box .overhead:not([class*=mb-]) {
  margin-bottom: 2rem;
}
.p-regular, .nav-icon.animated .pageDescription, .job-card__subtitle, .ce_text.instagram p {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .p-regular, .nav-icon.animated .pageDescription, .job-card__subtitle, .ce_text.instagram p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 75rem) {
  .p-regular, .nav-icon.animated .pageDescription, .job-card__subtitle, .ce_text.instagram p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.p-small {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media only screen and (min-width: 48rem) {
  .p-small {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 75rem) {
  .p-small {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.p-xsmall {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .p-xsmall {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media only screen and (min-width: 75rem) {
  .p-xsmall {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.p-xsmall:not([class*=mb-]) {
  margin: 0 0 1rem;
}

p,
ol,
ul {
  margin: 0 0 1.5rem;
}
p:last-child,
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}
p.flat,
ol.flat,
ul.flat {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 2rem;
}
p.flat li,
ol.flat li,
ul.flat li {
  display: flex;
  gap: 0.75rem;
}

.list--left-side {
  text-align: left;
}
.list--left-side li + li {
  margin-top: 0.5rem;
}

p:empty {
  outline: 0.125rem solid red;
}
p:empty:before {
  content: "[ Abstände bitte via CSS lösen ]";
}

[id=main] p a,
[id=main] ol a,
[id=main] ul a {
  position: relative;
}
[id=main] p a:not([class]),
[id=main] ol a:not([class]),
[id=main] ul a:not([class]) {
  transition: color 0.2s ease-in-out 0s;
  display: inline-block;
  color: #ffea00;
}
[id=main] p a:not([class]):before,
[id=main] ol a:not([class]):before,
[id=main] ul a:not([class]):before {
  transition: background 0.2s ease-in-out 0s;
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  z-index: 5;
  width: 100%;
  height: 0.125rem;
  background: currentColor;
  content: "";
}
[id=main] p a:not([class]):hover, [id=main] p a:not([class]):focus,
[id=main] ol a:not([class]):hover,
[id=main] ol a:not([class]):focus,
[id=main] ul a:not([class]):hover,
[id=main] ul a:not([class]):focus {
  color: white;
}

strong, b {
  font-weight: 700;
}

.image_container {
  margin: 0;
}

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

.nav__main li.showAsButton a,
.nav__main li.showAsButton strong, .button-secondary--gray, .button-primary--gray, .nav-mobile--main a.showAsButton,
.nav-mobile--main strong.showAsButton, form .submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: 0.1875rem solid transparent;
  outline-offset: -0.1875rem;
  font-family: "Geogrotesque", "Titillium Web", "Rajdhani", Inter, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Droid Sans, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition-property: outline-color, background, box-shadow, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

.button--big, .nav-mobile--main a.showAsButton,
.nav-mobile--main strong.showAsButton {
  padding: 1.1875rem 1rem;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.125rem;
}
.button--big .svg-icon, .nav-mobile--main a.showAsButton .svg-icon,
.nav-mobile--main strong.showAsButton .svg-icon {
  width: 1.25rem;
  height: 1.25rem;
}
@media only screen and (min-width: 75rem) {
  .button--big, .nav-mobile--main a.showAsButton,
.nav-mobile--main strong.showAsButton {
    padding: 1.25rem 1.5rem;
    border-radius: 0;
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
  .button--big .svg-icon, .nav-mobile--main a.showAsButton .svg-icon,
.nav-mobile--main strong.showAsButton .svg-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.button--medium, form .submit {
  padding: 1.1875rem 1rem;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.125rem;
}
.button--medium .svg-icon, form .submit .svg-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.button--small {
  padding: 1rem 0.75rem;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1rem;
}
.button--small .svg-icon {
  width: 0.75rem;
  height: 0.75rem;
}
@media only screen and (min-width: 48rem) {
  .button--small {
    padding: 1.1875rem 1rem;
    border-radius: 0;
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .button--small .svg-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.button__text {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
}
.button-primary--gray, .nav-mobile--main a.showAsButton,
.nav-mobile--main strong.showAsButton, form .submit {
  background: #50565e;
  box-shadow: 0px 6px 8px -4px rgba(0, 0, 0, 0.24), 0px 16px 24px -16px rgba(0, 0, 0, 0.24), 0px 16px 32px -16px rgba(0, 0, 0, 0.64);
  color: white;
}
.button-primary--gray:hover, .nav-mobile--main a.showAsButton:hover,
.nav-mobile--main strong.showAsButton:hover, form .submit:hover, .button-primary--gray:focus, .nav-mobile--main a.showAsButton:focus,
.nav-mobile--main strong.showAsButton:focus, form .submit:focus {
  background: #3d434d;
  box-shadow: 0px 8px 12px -8px rgba(0, 0, 0, 0.24), 0px 8px 12px -4px rgba(0, 0, 0, 0.64);
  color: #ffea00;
  cursor: pointer;
}
.button-primary--gray:active, .nav-mobile--main a.showAsButton:active,
.nav-mobile--main strong.showAsButton:active, form .submit:active {
  background: #31353f;
  box-shadow: 0px 8px 12px -8px rgba(0, 0, 0, 0.24), 0px 8px 12px -4px rgba(0, 0, 0, 0.64);
}
.button-primary--gray .svg-icon, .nav-mobile--main a.showAsButton .svg-icon,
.nav-mobile--main strong.showAsButton .svg-icon, form .submit .svg-icon {
  color: currentColor;
  stroke: currentColor;
}
.button-secondary--gray {
  background: transparent;
  outline-color: #50565e;
  color: #d4d6d8;
}
.button-secondary--gray:hover, .button-secondary--gray:focus {
  outline-color: #a1a5aa;
  color: white;
}
.button-secondary--gray:active {
  outline-color: white;
  color: white;
}
.button-secondary--gray .svg-icon {
  color: currentColor;
  stroke: currentColor;
}
.button__icon-right .svg-icon {
  margin-left: 0.75rem;
}
.button__icon-left .svg-icon {
  margin-right: 0.75rem;
}

.link-as-button {
  margin: 32px auto;
  padding: 16px 24px;
  width: auto;
  background: #50565e;
  color: #f4f5f5;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0px 6px 8px -4px rgba(0, 0, 0, 0.24), 0px 16px 24px -16px rgba(0, 0, 0, 0.24), 0px 16px 32px -16px rgba(0, 0, 0, 0.64);
}

a {
  color: #ffea00;
  text-decoration: none;
}

.link-dark--gray-800, .link-secondary, .career-teaser li a, .employee-box__contact a, .link-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition-property: border-color, background, box-shadow, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

.link__text {
  transition: border-color 0.2s ease-in-out 0s;
  display: inline-block;
  border-bottom: 0.125rem solid transparent;
}
.link__icon {
  width: 1rem;
  height: 1rem;
}
.link__icon--left {
  margin-right: 0.5rem;
}
.link__icon--right {
  margin-left: 0.5rem;
}
.link--icon-left {
  margin-left: 2.25rem;
}
.link--icon-left .svg-icon {
  position: absolute;
  top: 0.3125rem;
  left: -2.25rem;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
}
.link-primary {
  color: #50565e;
  font-weight: 700;
}
.link-primary:hover, .link-primary:focus {
  color: #6f737b;
}
.link-primary:hover .link__text, .link-primary:focus .link__text {
  border-color: #a1a5aa;
}
.link-primary:active {
  border-color: #50565e;
  color: #50565e;
}
.link-primary:active .link__text {
  border-color: currentColor;
}
.link-primary .link__text {
  border-color: #50565e;
}
.link-secondary, .career-teaser li a, .employee-box__contact a {
  position: relative;
  color: #d4d6d8;
}
.link-secondary:before, .career-teaser li a:before, .employee-box__contact a:before {
  transition: background 0.2s ease-in-out 0s;
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  z-index: 5;
  width: 100%;
  height: 0.125rem;
  background: #50565e;
  content: "";
}
.link-secondary:hover, .career-teaser li a:hover, .employee-box__contact a:hover, .link-secondary:focus, .career-teaser li a:focus, .employee-box__contact a:focus {
  color: white;
}
.link-secondary:hover:before, .career-teaser li a:hover:before, .employee-box__contact a:hover:before, .link-secondary:focus:before, .career-teaser li a:focus:before, .employee-box__contact a:focus:before {
  background-color: #ffea00;
}
.link-dark--gray-800 {
  position: relative;
  color: #31353f;
}
.link-dark--gray-800:before {
  transition: background 0.2s ease-in-out 0s;
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  z-index: 5;
  width: 100%;
  height: 0.125rem;
  background: #d4d6d8;
  content: "";
}
.link-dark--gray-800:hover:before, .link-dark--gray-800:focus:before {
  background: #50565e;
}
.link--big {
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.link--small {
  font-size: 1rem;
  line-height: 1.5rem;
}
.link--only-icon:before {
  content: none;
}
.link--only-icon .svg-icon {
  margin: 0;
}
.link--underline {
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.375em;
}

/**
 *  FORMS
 */
form .text,
form .textarea,
form .captcha,
form select {
  transition-property: color, background, border-color, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  display: block;
  order: 2;
  width: 100%;
  padding: 0.875rem;
  border: 0.125rem solid #d4d6d8;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #d4d6d8;
}
form .text:hover,
form .textarea:hover,
form .captcha:hover,
form select:hover {
  outline: none;
  border-color: #50565e;
}
form .text.error,
form .textarea.error,
form .captcha.error,
form select.error,
form select.error:hover,
form select.error:focus {
  border-color: #ff7a70;
  background: #fdeeed;
  color: #cc0e00;
}
form .text:disabled,
form .textarea:disabled,
form .captcha:disabled,
form select:disabled,
form select:hover:disabled,
form select:focus:disabled {
  color: #a1a5aa;
  background: #f4f5f5;
  border-color: #d4d6d8;
}

form .checkbox_container legend,
form .radio_container legend, form .widget label {
  font-size: 1rem;
  line-height: 1.5rem;
  display: inline-block;
  margin-bottom: 0.25rem;
  color: #50565e;
}

form {
  /*
  input:not(:placeholder-shown) {
    border-color: hsl(0, 76%, 50%);
  }
  */
}
form .widget {
  max-width: 32rem;
  display: flex;
  flex-direction: column;
}
form .widget + .widget {
  margin-top: 2rem;
}
form .widget-captcha label {
  display: none;
}
form fieldset {
  border: 0;
  padding: 0;
}
form .text:focus, form .text:active,
form .textarea:focus,
form .textarea:active,
form .captcha:focus,
form .captcha:active,
form select:focus,
form select:active {
  outline: none;
  border-color: #31353f;
  box-shadow: none;
  color: #31353f;
}
form .text:valid,
form .textarea:valid,
form .captcha:valid,
form select:valid {
  color: #50565e;
}
form .captcha_text {
  font-size: 1rem;
  line-height: 1.5rem;
  display: inline-block;
  order: 1;
  margin-bottom: 0.25rem;
  width: 100%;
  color: #50565e;
}
form p.error {
  font-size: 1rem;
  line-height: 1.5rem;
  order: 5;
  margin: 0.5rem 0 0;
  color: #cc0e00;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #50565e;
  /* hide browser-styling (arrow) in IE10 */
}
form select::-ms-expand {
  display: none;
}
form .checkbox_container,
form .radio_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form .checkbox_container legend,
form .radio_container legend {
  width: 100%;
}
form .checkbox_container span,
form .radio_container span {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.875rem;
  width: 100%;
}
form input.checkbox:checked, form input.checkbox:not(:checked),
form input.radio:checked,
form input.radio:not(:checked) {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  z-index: -1;
  width: 0;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  line-height: 0;
}
form input.checkbox:checked + label, form input.checkbox:not(:checked) + label,
form input.radio:checked + label,
form input.radio:not(:checked) + label {
  font-size: 1.125rem;
  line-height: 1.5rem;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  color: #50565e;
}
form input.checkbox:checked + label:before, form input.checkbox:not(:checked) + label:before,
form input.radio:checked + label:before,
form input.radio:not(:checked) + label:before {
  transition-property: background-color, border-color, box-shadow, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.125rem solid #d4d6d8;
  background-color: white;
  box-shadow: none;
  content: "";
  color: white;
}
form input.checkbox:hover + label:before,
form input.radio:hover + label:before {
  border-color: #50565e;
  color: #50565e;
}
form input.checkbox:checked + label:before,
form input.radio:checked + label:before {
  border-color: #50565e;
  background: #50565e;
  box-shadow: none;
  color: white;
}
form input.checkbox:checked + label:after,
form input.radio:checked + label:after {
  background-color: white;
  opacity: 1;
}
form input.radio:checked + label:before, form input.radio:not(:checked) + label:before {
  border-radius: 50%;
}
form input.radio:checked + label:after, form input.radio:not(:checked) + label:after {
  transition-property: background-color, opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  background-color: white;
}
form input.radio:not(:checked):hover + label:after {
  background-color: #50565e;
  opacity: 1;
}
form input.checkbox:checked + label:before, form input.checkbox:not(:checked) + label:before {
  background-position: center;
  background-repeat: no-repeat;
}
form input.checkbox:hover + label:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20fill%3D%22none%22%20viewBox%3D%220%200%2012%2012%22%3E%0A%20%20%3Cpath%20fill%3D%22%2375AE1E%22%20d%3D%22M10.293%201.293L4%207.586%201.707%205.293A1%201%200%2000.293%206.707l3%203a1%201%200%20001.414%200l7-7a1%201%200%2000-1.414-1.414z%22%2F%3E%0A%3C%2Fsvg%3E");
}
form input.checkbox:checked + label:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20fill%3D%22none%22%20viewBox%3D%220%200%2012%2012%22%3E%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M10.293%201.293L4%207.586%201.707%205.293A1%201%200%2000.293%206.707l3%203a1%201%200%20001.414%200l7-7a1%201%200%2000-1.414-1.414z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.white-box {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("/files/theme/build/images/background-intro.jpg");
  background-size: auto 800px;
  background-position: top left;
  background-repeat: no-repeat;
  color: #e7e8e9;
}
@media only screen and (min-width: 64rem) {
  .white-box {
    background-size: 100% auto;
    background-position: top center;
  }
}
.white-box:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #FDEA00 0.31%, #F39200 100%);
}
.white-box__inner {
  flex-direction: column;
}
.white-box figure {
  margin-bottom: 2rem;
}
.white-box__title {
  color: white;
}
.white-box .overhead {
  margin: 0 0 0.75rem;
  font-family: "Geogrotesque", "Titillium Web", "Rajdhani", Inter, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Droid Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.125rem;
  color: #d4d6d8;
  text-transform: uppercase;
}

.divider {
  width: 100vw;
  height: 8px;
  background: linear-gradient(90deg, #FDEA00 0.31%, #F39200 100%);
}

.yellow-box {
  position: relative;
  background: url("/files/theme/build/images/vistera_background_yellow_komprimiert.jpg") center left no-repeat;
  background-size: cover;
  color: #31353f;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.yellow-box.center .yellow-box__inner {
  flex-direction: column;
  text-align: center;
}
.yellow-box.center .yellow-box__headlines {
  text-align: center;
}
.yellow-box.center .yellow-box__text {
  margin: 1rem 0 0;
}
.yellow-box__inner {
  max-width: 1600px;
  justify-content: space-between;
  align-items: center;
  gap: 0 1rem;
}
.yellow-box__headlines {
  text-align: left;
}
.yellow-box__headlines > * {
  margin-bottom: 0;
}
.yellow-box__headlines .overhead {
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 0.5rem 0 0;
  font-family: "basier_circle", Inter, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Droid Sans, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 48rem) {
  .yellow-box__headlines .overhead {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media only screen and (min-width: 75rem) {
  .yellow-box__headlines .overhead {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.yellow-box__headline {
  font-weight: 600;
  color: #31353f;
}
@media only screen and (min-width: 40rem) {
  .yellow-box__headline {
    margin-right: 1.5rem;
  }
}
.yellow-box__text {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.yellow-box__text ul {
  list-style-type: none;
  font-size: 1.5rem;
  line-height: 2.25rem;
  padding: 0;
  margin: 0;
  display: flex;
  text-align: left;
}
@media only screen and (max-width: 39.999rem) {
  .yellow-box__text ul {
    flex-direction: column;
  }
}
.yellow-box__text li {
  position: relative;
  transition: color 0.2s ease-in-out 0s;
  margin: 1rem 2rem 0 0;
  padding: 0 0 0 2.25rem;
}
@media only screen and (min-width: 48rem) {
  .yellow-box__text li {
    padding-left: 2.75rem;
  }
}
.yellow-box__text li:last-child {
  margin-right: 0;
}
.yellow-box__text li:hover, .yellow-box__text li:focus {
  color: black;
  cursor: pointer;
}
.yellow-box__text a {
  transition: color 0.2s ease-in-out 0s;
  position: relative;
  color: inherit;
}
.yellow-box__text a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.126rem;
  height: 0.125rem;
  background-color: currentColor;
}
.yellow-box__text a:hover, .yellow-box__text a:focus {
  color: black;
}
.yellow-box__text p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 2.375rem;
}
@media only screen and (min-width: 48rem) {
  .yellow-box__text p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.yellow-box .phone,
.yellow-box .email {
  display: inline-block;
  line-height: 2.25rem;
  font-weight: 500;
}
@media only screen and (max-width: 47.999rem) {
  .yellow-box .phone,
.yellow-box .email {
    font-size: 1.25rem;
  }
}
.yellow-box .phone:before,
.yellow-box .email:before {
  transition: background 0.2s ease-in-out 0s;
}
.yellow-box .phone:hover:before, .yellow-box .phone:focus:before,
.yellow-box .email:hover:before,
.yellow-box .email:focus:before {
  background: transparent;
}
.yellow-box .icon-phone, .yellow-box .icon-email {
  position: absolute;
  top: 50%;
  left: -2.25rem;
  z-index: 5;
  transform: translateY(-50%);
  margin-right: 0.75rem;
  width: 1.5rem;
  height: auto;
  stroke: currentColor;
  vertical-align: bottom;
}
@media only screen and (min-width: 48rem) {
  .yellow-box .icon-phone, .yellow-box .icon-email {
    left: -2.75rem;
    width: 2rem;
  }
}

.overhead {
  display: block;
}

.ce_text.instagram {
  position: relative;
  background: url("/files/theme/build/images/instagram-teaser_background_komprimiert.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  padding: 16%;
  font-size: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .ce_text.instagram {
    padding: 7.5rem;
  }
}
.ce_text.instagram:before {
  position: absolute;
  inset: 0;
  z-index: 5;
  content: "";
  background: radial-gradient(50% 50% at 50% 50%, rgba(49, 53, 63, 0.0001) 0%, rgba(49, 53, 63, 0.0001) 0.01%, rgba(49, 53, 63, 0.64) 100%);
}
.ce_text.instagram h2 {
  margin-bottom: 2.5rem;
  color: white;
}
.ce_text.instagram p {
  margin: 1.5rem 0 1rem;
}
.ce_text.instagram .textlink {
  font-size: 2rem;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
.ce_text.instagram .instagram__inner {
  position: relative;
  z-index: 10;
}
.ce_text.instagram .instagram__link {
  transition: color 0.2s ease-in-out 0s;
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #ffea00;
  padding-left: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .ce_text.instagram .instagram__link {
    font-size: 2rem;
    line-height: 2.5rem;
    padding-left: 3.75rem;
  }
}
.ce_text.instagram .instagram__link:before {
  position: absolute;
  bottom: -0.125rem;
  left: 2.5rem;
  right: 0;
  z-index: 5;
  background: currentColor;
  height: 0.125rem;
  content: "";
}
@media only screen and (min-width: 48rem) {
  .ce_text.instagram .instagram__link:before {
    left: 3.75rem;
  }
}
.ce_text.instagram .instagram__link .svg-icon {
  transition: color 0.2s ease-in-out 0s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 1.75rem;
  height: auto;
  color: #d4d6d8;
}
@media only screen and (min-width: 48rem) {
  .ce_text.instagram .instagram__link .svg-icon {
    width: 3rem;
  }
}
.ce_text.instagram .instagram__link:hover, .ce_text.instagram .instagram__link:focus {
  color: white;
}
.ce_text.instagram .instagram__link:hover .svg-icon, .ce_text.instagram .instagram__link:focus .svg-icon {
  color: white;
}
.ce_text.instagram .instagram__link:hover:before, .ce_text.instagram .instagram__link:focus:before {
  background: currentColor;
}

.employee-box {
  padding: 2.5rem 0;
}
.employee-box__headlines {
  color: white;
}
.employee-box .overhead {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  font-weight: 400;
  color: #e7e8e9;
}
.employee-box__text {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  font-size: 1.25rem;
  color: #50565e;
}
.employee-box img {
  border-radius: 50%;
  border: 4px solid #50565e;
  box-sizing: border-box;
}
.employee-box__contact {
  text-align: left;
}
@media only screen and (max-width: 39.999rem) {
  .employee-box__contact {
    width: 100%;
  }
}
.employee-box__contact p {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (max-width: 39.999rem) {
  .employee-box__contact p {
    align-content: center;
    text-align: center;
  }
}
.employee-box__contact svg {
  transition: color 0.2s ease-in-out 0s;
  width: 1.5rem;
  height: auto;
  margin-right: 0.75rem;
}
.employee-box__contact a {
  position: relative;
  display: inline-flex;
  align-self: flex-start;
  margin: 1rem 0 0 2.25rem;
}
.employee-box__contact a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.25rem;
  z-index: 5;
}
.employee-box__contact br {
  display: none;
}
.employee-box__contact-name {
  font-size: 1.5rem;
  line-height: 2.25rem;
  display: block;
  font-weight: 600;
  color: white;
}
.employee-box__contact-job {
  font-size: 1.25rem;
  line-height: 2rem;
  display: block;
  font-weight: 400;
  color: #e7e8e9;
}
.employee-box__contact strong {
  font-weight: 600;
}

.satisfied-box {
  padding: 0 0 2.5rem;
}
.satisfied-box .overhead {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.satisfied-box ul {
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.satisfied-box__headline {
  color: white;
}
.satisfied-box__img {
  display: block;
  margin: 0 auto;
}
.satisfied-box__img-link {
  display: inline-block;
}
.satisfied-box__link {
  position: relative;
}
.satisfied-box__link:hover svg, .satisfied-box__link:focus svg {
  color: white;
}
.satisfied-box__link-item {
  margin-left: 2.75rem;
}
.satisfied-box__link-icon {
  transition: color 0.2s ease-in-out 0s;
  width: 2rem;
  position: absolute;
  top: 0;
  left: -2.75rem;
  z-index: 5;
}

.career-teaser {
  padding: 0 0 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 2.5rem;
  text-align: left;
}
.career-teaser .ce_headline {
  width: 100%;
  margin: 0;
}
.career-teaser .ce_text {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 64rem) {
  .career-teaser .ce_text {
    max-width: 50%;
    margin-bottom: 0;
  }
}
.career-teaser h2 {
  margin-bottom: 1.5rem;
}
.career-teaser .overhead {
  margin: 0 0 1.5rem;
  font-family: "Geogrotesque", "Titillium Web", "Rajdhani", Inter, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Droid Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #d4d6d8;
}
.career-teaser .kununu {
  display: flex;
  justify-content: space-between;
  gap: 4rem 7.5rem;
}
@media only screen and (max-width: 63.999rem) {
  .career-teaser .kununu {
    width: 100%;
  }
}
@media only screen and (max-width: 29.999rem) {
  .career-teaser .kununu {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 64rem) {
  .career-teaser .kununu {
    justify-content: normal;
  }
}
.career-teaser .kununu svg {
  transition: color 0.2s ease-in-out 0s;
  width: 2rem;
  height: auto;
  vertical-align: text-top;
  fill: #50565e;
  color: #d4d6d8;
  stroke: none;
}
.career-teaser ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
@media only screen and (min-width: 30rem) {
  .career-teaser ul {
    width: auto;
  }
}
.career-teaser li {
  display: flex;
  gap: 0.75rem;
  transition: color 0.2s ease-in-out 0s;
}
.career-teaser li:hover, .career-teaser li:focus {
  color: white;
  cursor: pointer;
}
.career-teaser li:hover svg, .career-teaser li:focus svg {
  color: currentColor;
}
.career-teaser li .svg-icon {
  position: absolute;
  top: 0;
  left: -2.75rem;
  z-index: 5;
}

#canvas {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.contact-options__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .contact-options__items {
    justify-content: space-between;
  }
}
.contact-options__item {
  margin: 0;
  padding: 0.5rem 0 0;
}
@media only screen and (max-width: 63.999rem) {
  .contact-options__item + .contact-options__item {
    margin-top: 3.5rem;
  }
}
@media only screen and (max-width: 63.999rem) {
  .contact-options__item {
    width: 100%;
  }
}
.contact-options__icon {
  display: block;
  margin: 0 0 1rem;
}
.contact-options__svg {
  width: 3rem;
}
.contact-options__text {
  font-size: 1.25rem;
  line-height: 2rem;
  display: block;
  font-weight: 600;
}
@media only screen and (min-width: 48rem) {
  .contact-options__text {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media only screen and (min-width: 75rem) {
  .contact-options__text {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.contact-options__link {
  transition: color 0.2s ease-in-out 0s;
  position: relative;
  display: inline-block;
  margin: 1rem 0 0;
  font-size: 1.25rem;
  line-height: 2rem;
}
.contact-options__link:hover, .contact-options__link:focus {
  color: white;
}
@media only screen and (min-width: 48rem) {
  .contact-options__link {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media only screen and (min-width: 75rem) {
  .contact-options__link {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.contact-options__link .link {
  position: relative;
}
.contact-options__link .link:before {
  transition: background 0.2s ease-in-out 0s;
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  z-index: 5;
  width: 100%;
  height: 0.125rem;
  background: currentColor;
  content: "";
}

.modal__overlay {
  transition: opacity 0.4s ease-in-out 0s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #31353f;
  opacity: 0;
}
.nav-mobile-active .modal__overlay {
  bottom: 0;
  z-index: 9;
  opacity: 0.8;
}

.news-prefooter {
  margin-top: 2rem;
}
.news-prefooter h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-top: 0.5rem;
  font-family: "basier_circle", Inter, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Droid Sans, Helvetica Neue, Arial, sans-serif;
}
.news-prefooter h2 a {
  text-decoration: none;
}
.news-prefooter .ce_text {
  margin-top: 2rem;
}
.news-prefooter .more {
  margin: 1.5rem 0 0;
}

.layout_short {
  color: #50565e;
}
.layout_short__subheadline {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-family: "basier_circle", Inter, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Droid Sans, Helvetica Neue, Arial, sans-serif;
  color: #50565e;
}

.career-perks-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0;
  padding: 2rem 0 0;
}
@media only screen and (min-width: 40rem) {
  .career-perks-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 64rem) {
  .career-perks-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 75rem) {
  .career-perks-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.career-perks__headline {
  color: white;
}
.career-perks-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  list-style: none;
}
.career-perks-item__headline {
  margin-bottom: 1rem;
  font-weight: 600;
  color: white;
}
.career-perks-item p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.career-perks-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #242a32;
  margin-bottom: 1rem;
}
.career-perks-icon svg {
  height: 64px;
  width: 64px;
  color: #f59300;
}
.career-perks-icon.yellow {
  background: linear-gradient(270deg, #FDEA00 0%, #FFD500 100%);
}
.career-perks-icon.yellow svg {
  color: #242a32;
  stroke: #242a32;
}

.job-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  min-height: 30rem;
  background: #242a32;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0px 6px 8px -4px rgba(0, 0, 0, 0.16), 0px 16px 24px -16px rgba(0, 0, 0, 0.16), 0px 16px 32px -16px rgba(0, 0, 0, 0.16);
  transition-property: background, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  color: white;
}
.job-card:hover, .job-card:focus {
  background: #181a21;
  box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.16), 0px 12px 16px -8px rgba(0, 0, 0, 0.08), 0px 8px 16px -8px rgba(0, 0, 0, 0.24);
}
.job-card__section {
  margin-top: 0;
}
.job-card__list {
  justify-content: center;
  margin-bottom: -2rem;
}
.job-card__image img {
  display: block;
  max-height: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.job-card__content {
  flex: 1 1 auto;
  padding: 2rem;
}
.job-card__title {
  margin: 0;
  font-weight: 600;
  text-align: center;
  color: white;
}
.job-card__title a, .job-card__title a:hover, .job-card__title a:focus {
  color: inherit;
  text-decoration: none;
}
.job-card__subtitle {
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: 400;
  text-align: center;
  color: #e7e8e9;
}
.job-card__link {
  padding: 1.1875rem 1rem;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.125rem;
  margin: 0.5rem auto 2rem;
}
.job-card__link .svg-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.job-card__link .svg-icon {
  margin-left: 0.75rem;
  fill: transparent;
}
@media only screen and (min-width: 40rem) {
  .job-card__link {
    padding: 1.25rem 1.5rem;
    border-radius: 0;
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
  .job-card__link .svg-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .job-card__link .svg-icon {
    margin-left: 0.75rem;
    fill: transparent;
  }
}

.card-info {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e7e8e9;
}
.card-info__content {
  padding: 2rem;
}
.card-info h1, .card-info h2, .card-info h3, .card-info h4, .card-info .nav-icon__link, .card-info .nav-icon__card, .card-info h5 {
  margin: 0 0 0.5rem;
  font-weight: 600;
  color: white;
}
.card-info p:last-child {
  margin-bottom: 0;
}
.card-info a {
  transition: color 0.2s ease-in-out 0s;
}

.job-details > *:not([class*=job-details_]) {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.job-details > *:not([class*=job-details_]):last-child {
  margin-bottom: 0;
}
.job-details__title {
  margin-bottom: 2.5rem;
  color: white;
}
.job-details__teaser {
  display: block;
  margin: 0 0 3.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #e7e8e9;
}
@media only screen and (min-width: 48rem) {
  .job-details__teaser {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.job-details__image {
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0px 2px 4px -2px rgba(13, 15, 17, 0.24), 0px 64px 80px -32px rgba(13, 15, 17, 0.24), 0px 16px 48px -32px rgba(13, 15, 17, 0.8);
  filter: drop-shadow(0px 2px 8px rgba(13, 15, 17, 0.08));
}
.job-details__image img {
  display: block;
  border-radius: 0 0 1rem 1rem;
  max-height: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.job-details__subtitle {
  display: inline-block;
  padding: 1rem 1.5rem;
  background: linear-gradient(270deg, #FDEA00 0%, #FFD500 100%);
  border-radius: 50px;
  font-weight: 600;
  color: #31353f;
  white-space: nowrap;
}
.job-details__image + .job-details__subtitle {
  transform: translateY(-50%);
}

.mod_newsreader {
  margin-bottom: 0;
}

.kununu-widget__link img {
  display: block;
}
.kununu-widget__link:before {
  content: none;
}

.chat__wrapper {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.chat__left-wrapper {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  opacity: 0;
  -webkit-animation: fade-in-right 400ms cubic-bezier(0, 0.6, 0.3, 1) 0s forwards, fade-in-opacity 400ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
  animation: fade-in-right 400ms cubic-bezier(0, 0.6, 0.3, 1) 0s forwards, fade-in-opacity 400ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
}
.chat__right-wrapper {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
  align-self: flex-end;
  opacity: 0;
  -webkit-animation: fade-in-left 400ms cubic-bezier(0, 0.6, 0.3, 1) 0s forwards, fade-in-opacity 400ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
  animation: fade-in-left 400ms cubic-bezier(0, 0.6, 0.3, 1) 0s forwards, fade-in-opacity 400ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
}
.chat__chatbox-left {
  max-width: 65vw;
  margin: 0 0.5rem 0.5rem 1rem;
  background: linear-gradient(90deg, #f4f4f5 0%, #d4d6d8 100%);
  border-radius: 0 16px 16px 16px;
  text-align: left;
}
.chat__chatbox-right {
  max-width: 65vw;
  margin: 0 1rem 0.5rem 0.5rem;
  background: linear-gradient(90deg, #ffd500 0%, #fdea00 100%);
  border-radius: 16px 0 16px 16px;
  text-align: right;
}
.chat__chatbox-content {
  flex: auto;
  padding: 0.75rem;
  margin: 0;
  color: #31353f;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media only screen and (min-width: 48rem) {
  .chat__chatbox-content {
    padding: 1.5rem;
    font-size: 1.5rem;
    line-height: 2.75rem;
  }
}

/***************************************************
 * Generated by SVG Artista on 10/13/2021, 9:05:47 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .icon-nass-animated-1 {
  stroke-dashoffset: 671.7349243164px;
  stroke-dasharray: 671.7349243164px;
  fill: transparent;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

svg.active .icon-nass-animated-1 {
  stroke-dashoffset: 0;
  fill: #242a32;
}

svg .icon-nass-animated-2 {
  stroke-dashoffset: 671.7346801758px;
  stroke-dasharray: 671.7346801758px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.12s, fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

svg.active .icon-nass-animated-2 {
  stroke-dashoffset: 0;
}

svg .icon-nass-animated-3 {
  stroke-dashoffset: 54.3913879395px;
  stroke-dasharray: 54.3913879395px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.24s, fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

svg.active .icon-nass-animated-3 {
  stroke-dashoffset: 0;
}

/***************************************************
 * Generated by SVG Artista on 10/13/2021, 11:36:19 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .icon-warmkalt-animated-1 {
  stroke-dashoffset: 867.6329345703px;
  stroke-dasharray: 867.6329345703px;
  fill: transparent;
  transition: stroke-dashoffset 1s ease-in-out 0s, fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

svg.active .icon-warmkalt-animated-1 {
  stroke-dashoffset: 0;
  fill: #242a32;
}

svg .icon-warmkalt-animated-2 {
  stroke-dashoffset: 795.0029907227px;
  stroke-dasharray: 795.0029907227px;
  transition: stroke-dashoffset 1s ease-in-out 0.12s, fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

svg.active .icon-warmkalt-animated-2 {
  stroke-dashoffset: 0;
}

/***************************************************
 * Generated by SVG Artista on 10/13/2021, 11:38:40 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .icon-sicher-animated-1 {
  stroke-dashoffset: 1004.3483886719px;
  stroke-dasharray: 1004.3483886719px;
  fill: transparent;
  transition: stroke-dashoffset 1s ease-in-out 0s, fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

svg.active .icon-sicher-animated-1 {
  stroke-dashoffset: 0;
  fill: #242a32;
}

svg .icon-sicher-animated-2 {
  stroke-dashoffset: 1596.3408203125px;
  stroke-dasharray: 1596.3408203125px;
  transition: stroke-dashoffset 1s ease-in-out 0.12s, fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

svg.active .icon-sicher-animated-2 {
  stroke-dashoffset: 0;
}

.animation-wrapper {
  display: flex;
  flex: 1 1 0;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 80px;
}

.animation-div {
  width: 33%;
}

.animation-div .svg-icon {
  margin-bottom: 40px;
  width: 272px;
  height: 272px;
  align-self: center;
}

.nav {
  /* =============================
   NAV Main
  ============================= */
}
.nav__main {
  display: none;
  /* button in main nav ====================== */
  /* hover ====================== */
  /* hover ====================== */
  /* active ====================== */
  /* level 1 ====================== */
  /* Level 2 ====================== */
}
@media only screen and (min-width: 64rem) {
  .nav__main {
    display: block;
  }
}
@media only screen and (min-width: 48rem) {
  .home-page .nav__main {
    display: block;
  }
}
.nav__main a,
.nav__main strong {
  text-decoration: none;
  letter-spacing: -0.24px;
  padding: 16px 20px;
  display: inline-block;
}
.nav__main a .link,
.nav__main strong .link {
  display: inline-block;
}
.nav__main svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
  margin-left: 0.75rem;
  display: none;
  color: #d4d6d8;
  transition: color, transform ease 0.4s;
}
.nav__main svg.submenu {
  display: inline-block;
}
.nav__main .link {
  color: #d4d6d8;
  position: relative;
  transition: color, font-weight ease 0.4s;
}
.nav__main .link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  width: 100%;
  height: 0.125rem;
  background-color: #50565e;
  transition: background-color ease 0.4s;
}
.nav__main li {
  position: relative;
}
.nav__main li a.is-active > svg {
  color: white;
  transform: rotate(-180deg);
  transform-origin: center;
}
.nav__main li.showAsButton {
  padding-right: 0;
  margin-left: 20px;
}
.nav__main li.showAsButton a,
.nav__main li.showAsButton strong {
  padding: 1.1875rem 1rem;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.125rem;
  background: #50565e;
  box-shadow: 0px 6px 8px -4px rgba(0, 0, 0, 0.24), 0px 16px 24px -16px rgba(0, 0, 0, 0.24), 0px 16px 32px -16px rgba(0, 0, 0, 0.64);
  color: white;
}
.nav__main li.showAsButton a .svg-icon,
.nav__main li.showAsButton strong .svg-icon {
  width: 1.25rem;
  height: 1.25rem;
}
@media only screen and (min-width: 75rem) {
  .nav__main li.showAsButton a,
.nav__main li.showAsButton strong {
    padding: 1.25rem 1.5rem;
    border-radius: 0;
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
  .nav__main li.showAsButton a .svg-icon,
.nav__main li.showAsButton strong .svg-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.nav__main li.showAsButton a:hover, .nav__main li.showAsButton a:focus,
.nav__main li.showAsButton strong:hover,
.nav__main li.showAsButton strong:focus {
  background: #3d434d;
  box-shadow: 0px 8px 12px -8px rgba(0, 0, 0, 0.24), 0px 8px 12px -4px rgba(0, 0, 0, 0.64);
  color: #ffea00;
  cursor: pointer;
}
.nav__main li.showAsButton a:hover .link, .nav__main li.showAsButton a:focus .link,
.nav__main li.showAsButton strong:hover .link,
.nav__main li.showAsButton strong:focus .link {
  color: currentColor;
}
.nav__main li.showAsButton a:active,
.nav__main li.showAsButton strong:active {
  background: #31353f;
  box-shadow: 0px 8px 12px -8px rgba(0, 0, 0, 0.24), 0px 8px 12px -4px rgba(0, 0, 0, 0.64);
}
.nav__main li.showAsButton a .link,
.nav__main li.showAsButton strong .link {
  color: currentColor;
}
.nav__main li.showAsButton a .link:before,
.nav__main li.showAsButton strong .link:before {
  display: none;
}
.nav__main li:focus > a .link,
.nav__main li:hover > a .link {
  color: white;
}
.nav__main li:focus > a .link:before,
.nav__main li:hover > a .link:before {
  background: #ffea00;
}
.nav__main li:focus > a .link,
.nav__main li:focus strong .link,
.nav__main li:hover > a .link,
.nav__main li:hover strong .link {
  color: white;
}
.nav__main li:focus > a .link:before,
.nav__main li:focus strong .link:before,
.nav__main li:hover > a .link:before,
.nav__main li:hover strong .link:before {
  background: #ffea00;
}
.nav__main .active > .link,
.nav__main .trail > .link {
  font-weight: 600;
  color: white;
}
.nav__main .active > .link:before,
.nav__main .trail > .link:before {
  background: #ffea00;
}
.nav__main .level_1 {
  display: flex;
  flex-wrap: wrap;
}
.nav__main .level_2 {
  position: absolute;
  z-index: 100;
  left: 50%;
  transform: translate3d(-50%, -25%, 0);
  white-space: nowrap;
  padding: 1.5rem 0;
  background-color: #181a21;
  box-shadow: 0px 2px 4px -2px rgba(13, 15, 17, 0.24), 0px 2px 8px rgba(13, 15, 17, 0.08), 0px 32px 48px -24px rgba(13, 15, 17, 0.24), 0px 12px 32px -24px rgba(13, 15, 17, 0.8);
  border-radius: 0.5rem;
  opacity: 0;
  pointer-events: none;
}
.nav__main .level_2 a,
.nav__main .level_2 strong {
  padding: 0.5rem 2rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
}
.nav__main .level_2 .active .link {
  color: white;
}
.nav__main .is-active + .level_2 {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
  pointer-events: auto;
  -webkit-animation: navFadeInDown 0.3s;
  animation: navFadeInDown 0.3s;
}
.nav__main .is-inactive + .level_2 {
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
  pointer-events: auto;
  -webkit-animation: navFadeOutUp 0.3s;
  animation: navFadeOutUp 0.3s;
}

/* =============================
    homepage differenceed
============================= */
.home-page .nav__main .is-hidden {
  display: none;
}

@-webkit-keyframes navFadeOutUp {
  from {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-50%, -1rem, 0);
  }
}

@keyframes navFadeOutUp {
  from {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-50%, -1rem, 0);
  }
}
@-webkit-keyframes navFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(-50%, -1rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes navFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(-50%, -1rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.nav-toggler {
  padding: 0 0;
  display: none;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  /* font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  */
  border: none;
  background-color: transparent;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #6f737b;
  transition: color 0.2s ease-in-out 0s;
  /*
   * Squeeze
   */
}
@media only screen and (max-width: 63.999rem) {
  .nav-toggler {
    display: inline-flex;
  }
}
@media only screen and (max-width: 63.999rem) {
  .home-page .nav-toggler {
    display: none;
  }
}
@media only screen and (max-width: 47.999rem) {
  .home-page .nav-toggler {
    display: inline-flex;
  }
}
.nav-toggler__text {
  position: relative;
  border-bottom: 0.125rem solid transparent;
  transition-property: color, border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  color: #d4d6d8;
}
.nav-toggler__text:before {
  transition: background 0.2s ease-in-out 0s;
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  z-index: 5;
  width: 100%;
  height: 0.125rem;
  background: #50565e;
  content: "";
}
.nav-toggler:hover, .nav-toggler:focus {
  filter: opacity(1);
  color: #a1a5aa;
}
.nav-toggler:hover .nav-toggler__text, .nav-toggler:focus .nav-toggler__text {
  border-color: transparent;
  color: #a1a5aa;
}
.nav-toggler.is-active .nav-toggler__text {
  border-color: #31353f;
  color: white;
  font-weight: 600;
}
.nav-toggler.is-active .nav-toggler__text:before {
  background: #ffea00;
}
.nav-toggler.is-active:hover {
  filter: opacity(1);
}
.nav-toggler.is-active .nav-toggler__line, .nav-toggler.is-active .nav-toggler__line:before, .nav-toggler.is-active .nav-toggler__line:after {
  background-color: white;
}
.nav-toggler__icon {
  display: inline-block;
  position: relative;
  margin-left: 0.75rem;
  width: 1.5rem;
  height: 1.125rem;
}
.nav-toggler__line {
  display: block;
  top: 50%;
  margin-top: -0.0625rem;
}
.nav-toggler__line, .nav-toggler__line::before, .nav-toggler__line::after {
  width: 1.5rem;
  height: 0.125rem;
  background-color: white;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.nav-toggler__line::before, .nav-toggler__line::after {
  content: "";
  display: block;
}
.nav-toggler__line::before {
  top: -0.5rem;
}
.nav-toggler__line::after {
  bottom: -0.5rem;
}
.nav-toggler .nav-toggler__line {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.nav-toggler .nav-toggler__line::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.nav-toggler .nav-toggler__line::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.nav-toggler.is-active .nav-toggler__line {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-toggler.is-active .nav-toggler__line::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.nav-toggler.is-active .nav-toggler__line::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-mobile__wrapper {
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: calc(100% - 5rem);
  background: #181a21;
  opacity: 0;
  will-change: transform;
  transform: translate3d(0, calc(-1 * (100% - 3.5rem)), 0);
}
@media only screen and (min-width: 48rem) {
  .nav-mobile__wrapper {
    height: calc(100% - 10rem);
    transform: translate3d(0, calc(-1 * (100% - 5rem)), 0);
  }
}
@media only screen and (min-width: 64rem) {
  .nav-mobile__wrapper {
    display: none;
  }
}
@media only screen and (min-width: 48rem) {
  .home-page .nav-mobile__wrapper {
    display: none;
  }
}
.nav-mobile__wrapper.is-active {
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  position: fixed;
  opacity: 1;
  box-shadow: 0px 2px 4px -2px rgba(13, 15, 17, 0.24), 0px 2px 8px rgba(13, 15, 17, 0.08), 0px 64px 80px -32px rgba(13, 15, 17, 0.24), 0px 16px 48px -32px rgba(13, 15, 17, 0.8);
  overflow: auto;
  transform: translate3d(0, 0, 0);
}
.nav-mobile__inner {
  width: 100%;
  padding: calc(5rem + 2rem) 0 2rem;
  color: #50565e;
}
.nav-mobile--main {
  justify-content: flex-start;
  /*.is-active ~ .level_2 {

     opacity: 1;
     max-height: 50rem;
     // transform: translateY(0);

     pointer-events: auto;
  }*/
}
.nav-mobile--main a,
.nav-mobile--main strong {
  position: relative;
  font-size: 1.25rem;
  line-height: 2rem;
  display: inline-flex;
  transition: color 0.2s ease-in-out 0s;
  color: #d4d6d8;
}
.nav-mobile--main a:before,
.nav-mobile--main strong:before {
  transition: background 0.2s ease-in-out 0s;
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 0.125rem;
  background: #d4d6d8;
  content: "";
}
.nav-mobile--main a.showAsButton:before,
.nav-mobile--main strong.showAsButton:before {
  display: none;
}
.nav-mobile--main a {
  text-decoration: none;
}
.nav-mobile--main a:hover, .nav-mobile--main a:focus {
  color: white;
}
.nav-mobile--main a:hover:before, .nav-mobile--main a:focus:before {
  background: #ffea00;
}
.nav-mobile--main strong {
  font-weight: 600;
  color: white;
}
.nav-mobile--main strong:before {
  background: #ffea00;
}
.nav-mobile--main .svg-icon {
  display: none;
}
.nav-mobile--main li {
  text-align: left;
}
.nav-mobile--main li + li {
  margin-top: 1.5rem;
}
.nav-mobile--main li.showAsButton {
  margin-top: 1.625rem;
}
.nav-mobile--main li > .trail,
.nav-mobile--main li > strong {
  color: white;
}
.nav-mobile--main li > .trail:hover, .nav-mobile--main li > .trail:focus,
.nav-mobile--main li > strong:hover,
.nav-mobile--main li > strong:focus {
  color: white;
}
.nav-mobile--main .level_1 {
  /*a {
     &.is-active {
        .svg-icon {
           transform: rotate(-180deg);
        }
     }
  }*/
}
.nav-mobile--main .level_1 strong,
.nav-mobile--main .level_1 a.trail,
.nav-mobile--main .level_1 a.is-active {
  color: white;
  font-weight: 600;
}
.nav-mobile--main .level_1 strong:before,
.nav-mobile--main .level_1 a.trail:before,
.nav-mobile--main .level_1 a.is-active:before {
  background: #ffea00;
}
.nav-mobile--main .level_2 {
  padding: 0 0 0 1rem;
  /*max-height: 0;

  overflow: hidden;
  opacity: 0;
  // transform: translateY(-100%);
  @include transition('opacity, max-height', $t-animation--medium);

  pointer-events: none;*/
}
.nav-mobile--main .level_2 a,
.nav-mobile--main .level_2 strong {
  font-size: 1rem;
  line-height: 1.5rem;
}
.nav-mobile--main .level_2 strong .link__text {
  border-color: transparent;
}
.nav-mobile--main .level_2 strong:before {
  background: #ffea00;
}
.nav-mobile--main .level_2 li {
  margin-top: 1rem;
}

.nav-meta-header .svg-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.nav--footer .level_1 a,
.nav--footer .level_1 strong {
  position: relative;
  color: #d4d6d8;
  font-weight: 500;
}
.nav--footer .level_1 a:before,
.nav--footer .level_1 strong:before {
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  width: 100%;
  height: 0.125rem;
  background-color: #50565e;
  transition: background-color ease 0.4s;
  content: "";
}
.nav--footer .level_1 a .svg-icon,
.nav--footer .level_1 strong .svg-icon {
  transition: color 0.2s ease-in-out 0s;
}
.nav--footer .level_1 a:hover,
.nav--footer .level_1 a:focus,
.nav--footer .level_1 a.trail,
.nav--footer .level_1 strong.active {
  color: white;
}
.nav--footer .level_1 a:hover:before,
.nav--footer .level_1 a:focus:before,
.nav--footer .level_1 a.trail:before,
.nav--footer .level_1 strong.active:before {
  background-color: #ffea00;
}
.nav--footer .level_1 a:hover .svg-icon,
.nav--footer .level_1 a:focus .svg-icon,
.nav--footer .level_1 a.trail .svg-icon,
.nav--footer .level_1 strong.active .svg-icon {
  color: white;
}
.nav--footer h4, .nav--footer .nav-icon__link, .nav--footer .nav-icon__card,
.nav--footer h5,
.nav--footer h6 {
  font-weight: 600;
  color: white;
}

.nav-icon {
  padding: 2.5rem 0 0;
  /* animated homepage nav ====================== */
}
.nav-icon ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.nav-icon li {
  width: 100%;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 30rem) {
  .nav-icon li {
    width: auto;
    margin-bottom: 0;
  }
}
.nav-icon li.active .pageIcon.active {
  opacity: 1;
}
.nav-icon li.active .link:after {
  background: linear-gradient(90deg, #fdea00 0.31%, #f39200 100%);
}
.nav-icon__link, .nav-icon__card {
  margin-bottom: 0;
  padding: 0 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 40rem) {
  .nav-icon__link, .nav-icon__card {
    padding: 0 2.5rem;
  }
}
.nav-icon__link:focus .link:after, .nav-icon__link:hover:not(.active) .link:after, .nav-icon__card:focus .link:after, .nav-icon__card:hover:not(.active) .link:after {
  background: #50565e;
}
.nav-icon__link:focus svg, .nav-icon__link:hover:not(.active) svg, .nav-icon__card:focus svg, .nav-icon__card:hover:not(.active) svg {
  color: white;
}
.nav-icon__link:hover .button-primary--gray svg, .nav-icon__link:hover form .submit svg, form .nav-icon__link:hover .submit svg, .nav-icon__link:hover .nav-mobile--main a.showAsButton svg, .nav-mobile--main .nav-icon__link:hover a.showAsButton svg,
.nav-icon__link:hover .nav-mobile--main strong.showAsButton svg,
.nav-mobile--main .nav-icon__link:hover strong.showAsButton svg, .nav-icon__card:hover .button-primary--gray svg, .nav-icon__card:hover form .submit svg, form .nav-icon__card:hover .submit svg, .nav-icon__card:hover .nav-mobile--main a.showAsButton svg, .nav-mobile--main .nav-icon__card:hover a.showAsButton svg,
.nav-icon__card:hover .nav-mobile--main strong.showAsButton svg,
.nav-mobile--main .nav-icon__card:hover strong.showAsButton svg {
  color: currentColor;
}
.nav-icon .link {
  position: relative;
  color: white;
}
.nav-icon .link:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: none;
  transition: ease-in-out 0.2s;
}
.nav-icon .pageIcon {
  display: block;
  margin-bottom: 1.5rem;
}
.nav-icon .pageIcon.active {
  position: absolute;
  opacity: 0;
  transition: ease-in-out 0.2s;
}
.nav-icon .pageIcon svg {
  height: 7.875rem;
  width: auto;
  color: #6f737b;
  transition: ease-in-out 0.2s;
}
@media only screen and (min-width: 30rem) {
  .nav-icon .pageIcon svg {
    height: 5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .nav-icon .pageIcon svg {
    height: 7.875rem;
  }
}
.nav-icon.animated ul {
  gap: 2px;
}
@media only screen and (max-width: 63.999rem) {
  .nav-icon.animated ul {
    margin-bottom: 2.5rem;
  }
}
.nav-icon.animated ul li {
  padding: 1.5rem 0 1rem;
  width: 100%;
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 30rem) {
  .nav-icon.animated ul li {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 64rem) {
  .nav-icon.animated ul li {
    width: 33%;
    margin-bottom: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.nav-icon.animated ul li:after {
  content: " ";
  background: linear-gradient(360deg, #242a32 0%, rgba(36, 42, 50, 0) 100%);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
}
.nav-icon.animated ul li.last:after {
  content: none;
}
.nav-icon.animated ul li:nth-child(1):after {
  opacity: 0;
  -webkit-animation: fade-in-up 500ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
  animation: fade-in-up 500ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.nav-icon.animated ul li:nth-child(2):after {
  opacity: 0;
  -webkit-animation: fade-in-up 500ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
  animation: fade-in-up 500ms cubic-bezier(0.4, 0, 0.5, 1) 0s forwards;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.nav-icon.animated ul a {
  height: 100%;
}
.nav-icon.animated ul a:before {
  content: none;
}
.nav-icon.animated .pageIcon {
  margin-bottom: 0;
}
@media only screen and (min-width: 64rem) {
  .nav-icon.animated .pageIcon {
    margin-bottom: 3rem;
  }
}
.nav-icon.animated .pageIcon svg {
  width: 136px;
  height: 136px;
}
@media only screen and (min-width: 48rem) {
  .nav-icon.animated .pageIcon svg {
    width: 204px;
    height: 204px;
  }
}
@media only screen and (min-width: 75rem) {
  .nav-icon.animated .pageIcon svg {
    width: 272px;
    height: 272px;
  }
}
.nav-icon.animated .pageTitle {
  font-family: "Geogrotesque", "Titillium Web", "Rajdhani", Inter, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Droid Sans, Helvetica Neue, Arial, sans-serif;
  font-weight: 700;
  color: white;
}
.nav-icon.animated .pageDescription {
  margin-bottom: 2rem;
  color: #a1a5aa;
}
.nav-icon.animated .more {
  margin-top: auto;
}
.nav-icon h3 {
  margin-bottom: 2.5rem;
}

.nav__impressum a {
  line-height: 1.5rem;
  color: #d4d6d8;
}
.nav__impressum a:hover, .nav__impressum a:focus {
  color: white;
}
/*# sourceMappingURL=../maps/app.css.map */

