@import url('https://fast.fonts.net/t/1.css?apiType=css&projectid=d910a123-f4be-4374-9fd2-2898c866dc65');

/* Source Sans Pro Regular */

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-display: swap;
  src: url('../Fonts/Source-Sans-Pro/source-sans-pro-v21-latin-regular.woff2') format('woff2'),
    url('../Fonts/Source-Sans-Pro/source-sans-pro-v21-latin-regular.woff') format('woff');
}

/* Source Sans Pro Bold */

@font-face {
  font-family: 'Source Sans Pro Bold';
  font-weight: 700;
  font-display: swap;
  src: url('../Fonts/Source-Sans-Pro/source-sans-pro-v21-latin-700.woff2') format('woff2'),
    url('../Fonts/Source-Sans-Pro/source-sans-pro-v21-latin-700.woff') format('woff');
}

:root {
  /* FONTS */
  --font-size: 16px;

  --font-primary: 'Source Sans Pro';
  --font-bold: 'Source Sans Pro Bold';

  /* COLORS */
  --white: #ffffff;
  --black: #000000;

  --clr-background: var(--white);
  --clr-primary: #1060a5;
  --clr-secondary: #e6e6e6;
  --clr-third: #112947;
  --clr-light-blue: #e9ecf0;
  --clr-link: #3591e0;

  --text: var(--clr-third);

  --clr-footer-link: #3591e0;
  --clr-quotes: #3591e0;

  --clr-slider-bullet: #506f95;
  --clr-slider-bullet-active: #3591e0;

  /* CONTENT */
  --content-width: 1430px;
}

/* BOOTSTRAP */

/* whole file is deprecated */

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-md-6 {
  width: 50%;
}

@media screen and (min-width: 992px) {
  .col-6 {
    padding: 0 15px;
  }

  .col-6:first-of-type {
    padding-left: 0;
  }

  .col-6:last-of-type {
    padding-right: 0;
  }
}

.col-3 {
  display: flex;
  width: 25%;
}

.col-4 {
  width: 33%;
}

.col-5 {
  width: 41%;
}

.col-7 {
  width: 58%;
}

.col-8 {
  width: 66%;
}

.content-hcenter {
  display: flex;
  justify-content: center;
}

.content-vcenter {
  display: flex;
  align-items: center;
}

.btn {
  display: inline-block;
  padding: 10px 15px;
}

@keyframes font-size-animation {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}

.btn--primary {
  display: inline-flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 75px;
  background: var(--theme-color-1);
  color: var(--font-clr-white);
  transition: font-size 0.3s, background 0.3s;
}

.btn--primary span {
  font-size: 1rem;
}

.btn--primary:hover {
  background: var(--theme-color-3);
}

.btn--primary span {
  animation: font-size-animation 0.3s ease-in-out forwards;
}

.d-none,
.d-none-sm,
.d-none-uxs {
  display: none;
}

.d-block-uxs {
  display: block;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1360px) {
  .row-md {
    flex-wrap: wrap;
  }

  .col-md-4 {
    width: 34%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-8 {
    width: 66%;
  }

  .col-md-12 {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .row-sm {
    flex-flow: column;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  .d-block-sm {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .row-xs {
    flex-flow: column;
  }

  .col-xs-12 {
    width: 100%;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }
}

@media screen and (min-width: 576px) {
  .d-block-xs {
    display: block;
  }
}

.u-contentWidth {
  --paddingX: 18px;

  width: 100%;
  max-width: calc(1430px + 2 * var(--paddingX));
  max-width: calc(var(--content-width) + 2 * var(--paddingX));
  margin: 0 auto;
  padding: 0 var(--paddingX)
}

@media screen and (min-width: 768px) {

.u-contentWidth {
    --paddingX: 60px
}
  }

@media screen and (min-width: 1024px) {

.u-contentWidth {
    --paddingX: 100px
}
  }

@media screen and (min-width: 1200px) {

.u-contentWidth {
    --paddingX: 160px
}
  }

/* FONT PROPERTY */

/* deprecated */

.font-weight-bold {
  font-family: var(--font-family-bold);
  font-weight: 700;
}

/* COLOR PROPERTY */

/* deprecated */

.color-white {
  color: var(--font-clr-white);
}

/* RADIUS */

/* deprecated */

.radius-bottom-right-50,
.radius-bottom-right-50 img {
  border-radius: 0 0 50px 0;
}

/* deprecated */

.radius-bottom-right-100,
.radius-bottom-right-100 img {
  border-radius: 0 0 100px 0;
}

/* deprecated */

.radius-bottom-right-200,
.radius-bottom-right-200 img {
  border-radius: 0 0 200px 0;
}

/* deprecated */

.radius-bottom-left-100,
.radius-bottom-left-100 img {
  border-radius: 0 0 0 100px;
}

/* deprecated */

.radius-bottom-left-200,
.radius-bottom-left-200 img {
  border-radius: 0 0 0 200px;
}

/* deprecated */

@media screen and (max-width: 992px) {
  .radius-bottom-left-200,
  .radius-bottom-left-200 img {
    border-radius: 0 0 0 100px;
  }
}

/* CORNER WITH BACKGROUND  */

/* RADIUS BOTTOM LEFT */

/* deprecated */

.radius-bl {
  position: relative;
}

/* deprecated */

.radius-bl .round-corner {
  position: absolute;
  left: 0;
  width: 100px;
  height: 100%;
}

/* deprecated */

.radius-bl .round-corner .background {
  position: absolute;
  right: 0;
  width: 60px;
  height: 100%;
}

/* deprecated */

.radius-bl .round-corner .foreground {
  position: absolute;
  right: 0;
  width: 60px;
  height: 100%;
  border-radius: 0 0 0 100px;
}

/* RADIUS BOTTOM RIGHT */

/* deprecated */

.radius-br {
  position: relative;
  z-index: 1;
}

/* deprecated */

.radius-br .round-corner {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -60px;
  width: 100px;
  height: 100%;
}

/* deprecated */

.radius-br .round-corner .background {
  position: absolute;
  right: 0;
  width: 60px;
  height: 100%;
  transition: all 0.3s;
}

/* deprecated */

.radius-br .round-corner .foreground {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 60px;
  height: 100%;
  border-radius: 0 0 100px 0;
  transition: all 0.3s;
}

.hidden-phone {
  display: none
}

@media screen and (min-width: 768px) {

.hidden-phone {
    display: inherit
}
  }

.hidden-tablet {
  display: inherit
}

@media screen and (min-width: 768px) {

.hidden-tablet {
    display: none
}
  }

@media screen and (min-width: 1024px) {

.hidden-tablet {
    display: inherit
}
  }

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

html,
body {
  margin: 0;
  font-family: 'Source Sans Pro';
  font-family: var(--font-primary);
  font-size: 1rem;
  font-size: var(--font-size);
  color: var(--font-clr-black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
  background-color: var(--bg-clr-white);
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  scroll-padding-top: 135px;
}

body.fixed {
  margin-top: 125px;
}

a {
  text-decoration: none;
  color: var(--font-clr-blue-3);
}

ul {
  padding-left: 0;
  list-style: none;
}

li {
  padding: 1rem;
}

.MainContent ul {
  margin-left: 30px;
}

.MainContent ul li {
  padding: 10px 0;
}

.MainContent ul li::before {
  content: '';
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  margin-top: 3px;
  margin-left: -25px;
  border: 1px solid #112947;
  border: 1px solid var(--clr-third);
  background: #112947;
  background: var(--clr-third);
}

/* deprecated */

h2 {
  font-size: 2.7rem;
}

/* deprecated */

@media screen and (max-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}

/* deprecated */

h3 {
  font-family: var(--font-family-light);
  font-size: 2rem;
}

/* deprecated */

h4 {
  margin: 1rem 0 0.5rem;
}

/* deprecated */

.white {
  color: var(--font-clr-white);
}

/* deprecated */

.bg-red {
  background: var(--theme-color-3);
}

/* deprecated */

.bg-darkred {
  background: var(--hoverButton);
}

/* deprecated */

.bg-darkblue {
  background: var(--blue-4);
}

/* deprecated */

.bg-blue {
  background: var(--theme-color-1);
}

/* deprecated */

@media screen and (max-width: 992px) {
  html,
  body {
    font-size: var(--font-size-sm);
  }
}

/* deprecated */

@media screen and (max-width: 768px) {
  html,
  body {
    font-size: var(--font-size-xs);
  }
}

/* PAGE */

.Page--wrapper {
  margin: 0 auto;
}

.Page--inner {
  width: 100%;
}

/* CONTACT */

/* deprecated */

.Section.Contact h3 {
  font-family: var(--font-family-light);
  font-size: 2rem;
}

/* deprecated */

.Section.Contact .Column:last-of-type picture {
  float: right;
}

/* deprecated */

.Section.Contact .Column:last-of-type img {
  width: 370px;
  margin-top: -150px;
  border-radius: 0 0 200px 0;
}

/* deprecated */

@media screen and (max-width: 992px) {
  .Section.Contact .Column:last-of-type picture {
    display: none;
  }
}

input::-moz-placeholder {
  color: #1d1d1b;
}

input::placeholder {
  color: #1d1d1b;
}

.Main {
  position: relative;
  z-index: 10;
}

iframe {
  max-width: 100%;
}

.width-60 {
  max-width: 100%;
  margin: 0 auto
}

@media screen and (min-width: 768px) {

.width-60 {
    max-width: 60%
}
  }

@media screen and (min-width: 1024px) {

.width-60 {
    max-width: calc(1430px * 0.6);
    max-width: calc(var(--content-width) * 0.6)
}
  }

.width-80 {
  max-width: 100%;
  margin: 0 auto
}

@media screen and (min-width: 768px) {

.width-80 {
    max-width: 80%
}
  }

@media screen and (min-width: 1024px) {

.width-80 {
    max-width: calc(1430px * 0.8);
    max-width: calc(var(--content-width) * 0.8)
}
  }

.width-100 {
  max-width: 100%;
  margin: 0 auto;
}

/* ============================== SVG ============================== */

.icon {
  /* Setze das Icon auf die Text-Grundlinie */
  position: relative;
  top: 0.125rem;

  /* Verhindere, dass das Icon schrumpft in einem Flex-Container */
  flex-shrink: 0;

  /* Skaliere das Icon auf die Schriftgröße des Elternelements */
  height: 1em;
  width: 1em;

  /* Lass das Icon die Farbe des Elternelements erben */
  fill: currentColor;

  /* Wird das Icon in einem Link verwendet, welcher die Textfarben-Transition hat,
      dann verwende diese Transition auch für den Fall-Wert */
  transition: fill 0.3s;
}

/* ============================== TABLE ============================== */

.table {
  display: block;
  width: auto;
  width: initial;
  overflow-x: auto;
}

.table table {
  border: 1px double #b3b3b3;
  border-spacing: 0;
  border-collapse: collapse;
}

.table table td,
.table table th {
  min-width: 2em;
  padding: 0.4em;
  border: 1px solid #d9d9d9;
}

.table table th {
  font-weight: 700;
  background: #fafafa;
}

.neos-contentcollection > * ~ * {
    margin-top: 68px;
  }

.neos-contentcollection > .Headline ~ .Text {
    margin-top: 30px
  }

@media screen and (min-width: 768px) {

.neos-contentcollection > .Headline ~ .Text {
      margin-top: 63px
  }
    }

@media screen and (min-width: 1024px) {

.neos-contentcollection > .Headline ~ .Text {
      margin-top: 88px
  }
    }

.neos-contentcollection > .Headline.h2 ~ .Text {
    margin-top: 26px
  }

@media screen and (min-width: 768px) {

.neos-contentcollection > .Headline.h2 ~ .Text {
      margin-top: 63px
  }
    }

@media screen and (min-width: 1024px) {

.neos-contentcollection > .Headline.h2 ~ .Text {
      margin-top: 88px
  }
    }

.neos-contentcollection > [data-jumpmenu]:empty {
    margin-top: 0;
  }

.neos-contentcollection > .swiper-slide,
  .neos-contentcollection > .ContactListItem,
  .neos-contentcollection > .SearchSuggestItem {
    margin-top: 0;
  }

.neos-contentcollection {

  /* ToDo put in be specific css file */
}

.neos-contentcollection > [class^='style__addEmptyContentCollectionOverlay'] {
    flex: 1 1 100%;
  }

figure.neos-alignment-center {
  text-align: center;
}

figure.neos-alignment-right {
  text-align: right;
}

figure.neos-alignment-left {
  text-align: left;
}

.container,.container-fluid{margin-right:auto;margin-left:auto}

.container-fluid{padding-right:2rem;padding-left:2rem}

.row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}

.row.reverse{flex-direction:row-reverse}

.col.reverse{flex-direction:column-reverse}

.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}

.col-xs{flex-grow:1;flex-basis:0;max-width:100%}

.col-xs-1{flex-basis:8.33333333%;max-width:8.33333333%}

.col-xs-2{flex-basis:16.66666667%;max-width:16.66666667%}

.col-xs-3{flex-basis:25%;max-width:25%}

.col-xs-4{flex-basis:33.33333333%;max-width:33.33333333%}

.col-xs-5{flex-basis:41.66666667%;max-width:41.66666667%}

.col-xs-6{flex-basis:50%;max-width:50%}

.col-xs-7{flex-basis:58.33333333%;max-width:58.33333333%}

.col-xs-8{flex-basis:66.66666667%;max-width:66.66666667%}

.col-xs-9{flex-basis:75%;max-width:75%}

.col-xs-10{flex-basis:83.33333333%;max-width:83.33333333%}

.col-xs-11{flex-basis:91.66666667%;max-width:91.66666667%}

.col-xs-12{flex-basis:100%;max-width:100%}

.col-xs-offset-0{margin-left:0}

.col-xs-offset-1{margin-left:8.33333333%}

.col-xs-offset-2{margin-left:16.66666667%}

.col-xs-offset-3{margin-left:25%}

.col-xs-offset-4{margin-left:33.33333333%}

.col-xs-offset-5{margin-left:41.66666667%}

.col-xs-offset-6{margin-left:50%}

.col-xs-offset-7{margin-left:58.33333333%}

.col-xs-offset-8{margin-left:66.66666667%}

.col-xs-offset-9{margin-left:75%}

.col-xs-offset-10{margin-left:83.33333333%}

.col-xs-offset-11{margin-left:91.66666667%}

[dir="ltr"] .start-xs{text-align:left;
}

[dir="rtl"] .start-xs{text-align:right;
}

.start-xs{justify-content:flex-start}

.center-xs{justify-content:center;text-align:center}

[dir="ltr"] .end-xs{text-align:right;
}

[dir="rtl"] .end-xs{text-align:left;
}

.end-xs{justify-content:flex-end}

.top-xs{align-items:flex-start}

.middle-xs{align-items:center}

.bottom-xs{align-items:flex-end}

.around-xs{justify-content:space-around}

.between-xs{justify-content:space-between}

.first-xs{order:-1}

.last-xs{order:1}

@media only screen and (min-width:48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{flex-grow:1;flex-basis:0;max-width:100%}.col-sm-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}[dir="ltr"] .start-sm{text-align:left;
  }[dir="rtl"] .start-sm{text-align:right;
  }.start-sm{justify-content:flex-start}.center-sm{justify-content:center;text-align:center}[dir="ltr"] .end-sm{text-align:right;
  }[dir="rtl"] .end-sm{text-align:left;
  }.end-sm{justify-content:flex-end}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.first-sm{order:-1}.last-sm{order:1}}

@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{flex-grow:1;flex-basis:0;max-width:100%}.col-md-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{flex-basis:50%;max-width:50%}.col-md-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}[dir="ltr"] .start-md{text-align:left;
  }[dir="rtl"] .start-md{text-align:right;
  }.start-md{justify-content:flex-start}.center-md{justify-content:center;text-align:center}[dir="ltr"] .end-md{text-align:right;
  }[dir="rtl"] .end-md{text-align:left;
  }.end-md{justify-content:flex-end}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.first-md{order:-1}.last-md{order:1}}

@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{flex-grow:1;flex-basis:0;max-width:100%}.col-lg-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{flex-basis:25%;max-width:25%}.col-lg-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{flex-basis:50%;max-width:50%}.col-lg-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{flex-basis:75%;max-width:75%}.col-lg-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}[dir="ltr"] .start-lg{text-align:left;
  }[dir="rtl"] .start-lg{text-align:right;
  }.start-lg{justify-content:flex-start}.center-lg{justify-content:center;text-align:center}[dir="ltr"] .end-lg{text-align:right;
  }[dir="rtl"] .end-lg{text-align:left;
  }.end-lg{justify-content:flex-end}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.first-lg{order:-1}.last-lg{order:1}}

.flex-horizontal-center {
  display: flex;
  justify-content: center;
}

.flex-horizontal-right {
  display: flex;
  justify-content: right;
}

.flex-vertical-center {
  display: flex;
  align-items: center;
}

.equal-height,
.equal-height > * > *,
.equal-height > * > * > * {
  height: 100%;
}

.HighlightBox {
  padding: 20px;
}

.HighlightBox,
.HighlightBox .Section-content {
  text-align: left;
}

.HighlightBox .u-contentWidth {
  width: 100% !important;
  padding: 0 !important;
}

.HighlightBox--lightblue {
  background: var(--clr-greyMedium) !important;
}

.Overlap-top-small > div {
  position: relative;
  top: -15px;
}

.Overlap-top-middle > div {
  position: relative;
  top: -30px;
}

.Overlap-top-large > div {
  position: relative;
  top: -45px;
}

.Separator--horizontal,
.Separator--horizontal > .Columns-item {
  border: 0;
}

.Separator--horizontal + .Separator--horizontal,
.Separator--horizontal > .Columns-item + .Columns-item {
  border-left: 5px solid var(--clr-greyMedium);
}

.Separator--vertical {
  border: 0;
}

.Separator--vertical + .Separator--vertical {
  border-top: 5px solid var(--clr-greyMedium);
}

.Button--center:not(#q) {
  display: table;
  margin: 0 auto;
}

.Button--down .Text,
.Button--down .TextIconButtonCard-content {
  flex: 100%;
}

.Section-no-padding-bottom .Section-content {
  padding-bottom: 0 !important;
}

.Section-no-padding-top,
.Section-no-padding-top .Section-content {
  padding-top: 0 !important;
}

/* MARGIN TOP */

.mt-1 {
  margin-top: 15px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-5 {
  margin-top: 45px !important;
}

/* MARGIN RIGHT */

.mr-1 {
  width: calc(100% - 15px) !important;
}

.mr-3 {
  width: calc(100% - 30px) !important;
}

.mr-5 {
  width: calc(100% - 45px) !important;
}

/* MARGIN BOTTOM */

.mb-1 {
  margin-bottom: 15px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-5 {
  margin-bottom: 45px !important;
}

/* MARGIN LEFT */

.ml-1 {
  margin-left: 15px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.ml-5 {
  margin-left: 45px !important;
}

/* PADDING TOP */

.pt-1 {
  padding-top: 15px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-5 {
  padding-top: 45px !important;
}

/* PADDING RIGHT */

.pr-1 {
  padding-right: 15px !important;
}

.pr-3 {
  padding-right: 30px !important;
}

.pr-5 {
  padding-right: 45px !important;
}

/* PADDING BOTTOM */

.pb-1 {
  padding-bottom: 15px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-5 {
  padding-bottom: 45px !important;
}

/* PADDING LEFT */

.pl-1 {
  padding-left: 15px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pl-5 {
  padding-left: 45px !important;
}

/* === === === Button === === === */

button {
  margin: 0;
  padding: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.Button-wrapper {
  position: relative;
  z-index: 0;
}

.Button-container {
  display: inline-block;
  margin: 0;
  text-align: center;
}

.Button {
  display: inline-block;
  margin: 0;
  padding: 20px 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  background-color: #1060a5;
  background-color: var(--clr-primary);
  color: #ffffff;
  color: var(--white)
}

@media screen and (min-width: 768px) {

.Button {
    padding: 20px 40px
}
  }

.Button--fullsize {
  display: block;
}

.Button--big {
  padding: 0;
  background-color: transparent;
}

.HighlightBox-content .Button--big {
  flex: 1 1 50%;
  width: 100%;
  min-width: 110px;
  margin-bottom: 40px;
}

.Button--big .Button-link {
  text-transform: none;
  background-color: transparent;
  color: #1060a5;
  color: var(--clr-primary);
  padding: 0;
}

.Button-icon {
  position: static;
  width: 80px;
  height: 80px;
  margin: 0 auto 8px;
}

.Button-icon--square-phone {
  max-width: 70px;
}

.Button-icon--whatsapp {
  max-width: 70px;
}

.Button-icon .icon {
  width: 100%;
  height: 100%;
}

.Corner {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.Corner--top-left {
  top: 0;
  left: 0;
  width: 246px;
  height: 246px;
}

.Corner--top-right {
  top: 0;
  right: 0;
  width: 246px;
  height: 246px;
}

.Corner--bottom-left {
  bottom: -210px;
  left: 0;
  width: 246px;
  height: 455px;
}

.Corner--bottom-right {
  right: 0;
  bottom: -247px;
  width: 246px;
  height: 492px;
}

/* ============================== ACCESSIBILITY ============================== */

.Header-containerTop-accessibility {
  position: relative;
  display: none;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .HeaderWeatherContainer,
  .Header-containerTop-accessibility {
    display: none;
  }
}

.Header-containerTop-accessibility ul {
  border: 1px solid;
  background: #ffffff;
  left: -70px;
  list-style: none;
  opacity: 0;
  padding: 15px;
  padding-top: 85px;
  position: absolute;
  top: -15px;
  transition: all 0.3s;
  width: 270px;
  z-index: -1;
}

.Header-containerTop-accessibility ul.active {
  opacity: 1;
  z-index: 10;
}

.Header-containerTop-accessibility ul li {
  margin-top: 15px;
}

.Header-containerTop-accessibility ul li:first-child {
  margin-top: 0;
}

.Header-containerTop-accessibility ul li > .icon {
  float: left;
}

.Header-containerTop-accessibility ul li > div {
  margin-left: 45px;
}

.Header-containerTop-accessibility ul li > div span {
  cursor: pointer;
  display: block;
  font-size: 0.8rem;
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
  .Header-containerTop-accessibility ul {
    left: inherit;
    right: -15px;
    width: 240px;
  }
}

@media screen and (max-width: 850px) {
  .Header-containerTop-accessibility {
    display: none;
  }
}

.zoom-0 {
  zoom: 1;
  -moz-transform: scale(1);
  -moz-transform-origin: 0 0;
}

.zoom-1 {
  zoom: 1.1;
  -moz-transform: scale(1.1);
  -moz-transform-origin: 0 0;
}

.zoom-2 {
  zoom: 1.2;
  -moz-transform: scale(1.2);
  -moz-transform-origin: 0 0;
}

.zoom-3 {
  zoom: 1.3;
  -moz-transform: scale(1.3);
  -moz-transform-origin: 0 0;
}

.Headline {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-top: 5px;
  line-height: 100%
}

.Headline .highlight {
    color: #2cd44a;
  }

.Headline-h1 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase
}

@media screen and (min-width: 768px) {

.Headline-h1 {
    font-size: 3rem
}
  }

.Headline-h2 {
  font-family: 'Source Sans Pro Bold';
  font-family: var(--font-bold);
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #1060a5;
  color: var(--clr-primary)
}

@media screen and (min-width: 768px) {

.Headline-h2 {
    font-size: 2rem
}
  }

.Headline-h3 {
  font-size: 1.625rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #1060a5;
  color: var(--clr-primary)
}

@media screen and (min-width: 768px) {

.Headline-h3 {
    font-size: 1.75rem
}
  }

.Headline-h4 {
  margin-bottom: 50px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #e6e6e6;
  color: var(--clr-secondary);
}

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

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

.Headline.with-subTitle span {
  display: block;
  font-size: 2rem;
  color: #e6e6e6;
  color: var(--clr-secondary);
}

.Headline-h3.with-subTitle span {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  text-transform: none;
  text-transform: initial;
}

.Headline.with-Subline {
  margin-bottom: 40px;
}

.Headline:not(.has-Subheadline).with-Subline::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 70px;
  height: 7px;
  background: #1060a5;
  background: var(--clr-primary);
  transform: translateX(-50%);
}

.Headline.has-Subheadline {
  margin-bottom: 0;
}

.Headline + h3 {
  position: relative;
  margin-top: 0;
  font-size: 1.25rem;
  text-align: center;
}

.Headline + h3.with-Subline::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 70px;
  height: 7px;
  background: #1060a5;
  background: var(--clr-primary);
  transform: translateX(-50%);
}

.row {
  margin-top: 0;
}

.row .col {
  margin-top: 0;
  margin-bottom: 30px
}

@media screen and (min-width: 768px) {

.row .col {
    margin-bottom: 60px
}
  }

.row.equal-height .col .neos-contentcollection {
  height: 100%;
}

.Text {
  width: 100%;
  text-align: inherit
}

.Text .highlight {
    color: #2cd44a;
  }

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

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

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

.Text--small {
  font-size: 0.875rem;
  line-height: 1.2em;
}

.Text--default {
  font-size: 1rem;
  line-height: 1.333em;
}

.Text--big {
  font-size: 1.25rem;
  line-height: 1.2em;
}

.Text a {
  color: #3591e0;
  color: var(--clr-link);
}

.Text > p {
  line-height: 1.5rem;
}

.Text > p strong {
  font-family: var(--font-bold-text);
}

.neos-contentcollection .Text {
  margin-top: 10px;
}

.neos-contentcollection .Text:first-of-type {
  margin-top: 0;
}

/* .Text h4 ~ p {
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: var(--clr-primary);
} */

.Text--color-darkblue {
  color: #1060a5;
  color: var(--clr-primary);
}

.Text--color-blue {
  color: #e6e6e6;
  color: var(--clr-secondary);
}

.Text--firstline {
  color: var(--clr-greyDark);
}

.Text--firstline > p:first-of-type {
  color: #e6e6e6;
  color: var(--clr-secondary);
}

.Text > p > i {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3591e0;
  color: var(--clr-quotes)
}

.Text > p > i:before {
    content: '"';
    position: relative;
    top: 15px;
    margin-right: 2px;
  }

.Text > p > i:after {
    content: '"';
  }

.Video {
  display: flex;
  justify-content: center;
}

.Video video {
  width: auto;
  max-height: 85vh;
}

.iFrame {
  width: 100%;
  border: 0;
  background: #e6e6e6;
  background: var(--clr-secondary);
}

.Accordion {
  width: auto;
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width: 768px) {

.Accordion {
    width: 100%
}
  }

@media screen and (min-width: 768px) {
  .Accordion--100 {
    width: 100%;
  }

  .Accordion--80 {
    width: 80%;
  }

  .Accordion--60 {
    width: 60%;
  }
}

.Accordion[data-isneosbackend] .AccordionItem--active .AccordionItem-content {
      overflow: inherit;
    }

.Accordion-specialTitle {
  font-size: 1.375rem;
  font-weight: 700;
}

.AccordionItem {
  margin-top: -1px;
  text-align: left;
}

.AccordionItem-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.8em 16px;
  border-top: 1px solid #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  word-break: break-word;
  vertical-align: middle;
  background: rgba(233, 240, 245, 0.82);
  color: #e6e6e6;
  color: var(--clr-secondary);
  cursor: pointer
}

@media screen and (min-width: 768px) {

.AccordionItem-title {
    padding-right: 22px;
    padding-left: 22px;
    font-size: 1.125rem
}
  }

.AccordionItem-icon {
  position: relative;
  top: 1px;
  flex: 0 0 23px;
  margin-right: 10px;
  font-size: 1.25rem
}

@media screen and (min-width: 768px) {

.AccordionItem-icon {
    position: static;
    flex-basis: 34px;
    margin-right: 15px;
    font-size: 1.875rem
}
  }

.AccordionItem-icon.fa-minus-circle {
    display: none;
  }

.AccordionItem-content {
  overflow: hidden;
  box-sizing: content-box;
  max-height: 0;
  padding: 0 20px;
  border-top: 1px solid #fff;
  transition: max-height 300ms ease-out, padding 300ms ease-out;
}

.AccordionItem-content p,
.AccordionItem-content ul li {
  font-size: 0.9375rem;
}

.AccordionItem--active .AccordionItem-title {
    background-color: #e6e6e6;
    background-color: var(--clr-secondary);
    color: #fff;
  }

.AccordionItem--active .AccordionItem-content {
    padding: 20px;
  }

.AccordionItem--active .fa-plus-circle {
    display: none;
  }

.AccordionItem--active .fa-minus-circle {
    display: inline;
  }

.AccordionItemText .AccordionItem-content {
    padding: 0 20px;
    font-size: 1.5rem;
  }

.AccordionItemText.AccordionItem--active .AccordionItem-content {
      padding: 20px;
    }

.Connector {
  text-align: center;
}

.Connector .Chatbot {
  display: flex;
  justify-content: center
}

@media screen and (max-width: 576px) {

.Connector .Chatbot {
    flex-flow: column;
    align-items: center
}
  }

.Connector .Chatbot > div {
  display: flex;
  align-items: center;
  margin: 0 15px;
}

.Connector .Chatbot .whatsapp {
  max-width: 220px;
  padding: 5px 15px;
  border: 3px solid #ffffff;
  border: 3px solid var(--white);
  border-radius: 10px;
  background: transparent linear-gradient(76deg, #20b038 0%, #60d66a 100%) 0% 0% no-repeat padding-box;
  color: #ffffff;
  color: var(--white);
}

.Connector .Chatbot .telegram {
  max-width: 220px;
  padding: 5px 15px;
  border: 3px solid #ffffff;
  border: 3px solid var(--white);
  border-radius: 10px;
  background: transparent linear-gradient(76deg, #0190c3 0%, #00a5dc 100%) 0% 0% no-repeat padding-box;
  color: #ffffff;
  color: var(--white);
}

.Connector .Chatbot span {
  margin-right: 10px;
}

form#kontakt {
  background-color: #1060a5;
  background-color: var(--clr-primary);
  color: #fff;
  padding: 40px;
  max-width: 720px;
  margin: 0 auto;
}

form fieldset {
  border: 0;
}

form fieldset > div {
  position: relative;
  display: flex;
  flex-flow: column;
  margin-top: 20px
}

form fieldset > div:first-of-type {
    margin-top: 0;
  }

form label {
  margin-bottom: 2px;
  font-size: 1.125rem;
}

form label[for$='-datenschutz'] {
  order: 2;
  margin-top: -20px;
  margin-left: 20px;
  font-family: 'Source Sans Pro';
  font-family: var(--font-primary);
}

form .clearfix.error label[for$='-datenschutz'] {
  margin-top: 0;
  font-size: 1rem;
}

form input,
form textarea,
form select {
  padding: 10px;
  border: 1px solid #cccccc;
}

form input {
  padding: 15px 10px;
}

form button {
  display: inline-block;
  margin: 0;
  padding: 20px 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  background-color: #1060a5;
  background-color: var(--clr-primary);
  color: #ffffff;
  color: var(--white)
}

@media screen and (min-width: 768px) {

form button {
    padding: 20px 40px
}
  }

form input:not([type='checkbox']),
form textarea {
  width: 100%;
}

form textarea {
  min-height: 150px;
}

form .help-inline {
  display: block;
  background-color: #fff;
  color: red;
  padding: 1px 5px;
}

form .actions {
  text-align: right;
  padding-right: 20px;
  margin-top: 20px;
}

form .actions ul {
  margin-left: 0;
}

form .actions ul li::before {
  display: none;
}

form label[for$='-datenschutz'] + .input .help-inline {
  position: absolute;
  top: 3px;
  margin-left: 20px;
}

form label[for$='-datenschutz'] a {
  color: #fff;
  text-decoration: underline;
}

form .actions button {
  background-color: #112947;
  background-color: var(--clr-third);
  color: #ffffff;
  color: var(--white);
  transition: .2s background-color;
}

form .actions button:hover {
  background-color: #3591e0;
  background-color: var(--clr-link);
}

.Masthead {
  position: relative;
  /* height: 580px; */
  margin-bottom: 125px;
  background: linear-gradient(to left, #112947 0%, #1060a5 40%, #eff2f7 100%)
}

@media screen and (min-width: 768px) {

.Masthead {
    margin-bottom: 175px
}
  }

@media screen and (min-width: 1200px) {

.Masthead {
    max-height: 580px
}
  }

.Masthead .Corner {
  z-index: 2;
  display: none
}

@media screen and (min-width: 1024px) {

.Masthead .Corner {
    display: block
}
  }

.Masthead .Corner--top-left {
  display: none
}

.Masthead .Corner--top-left.mobile {
     display: block;
     width: 150px;
     height: 150px;
  }

@media screen and (min-width: 1024px) {

.Masthead .Corner--top-left {
    display: block
}

    .Masthead .Corner--top-left.mobile {
      display: none;
    }
  }

.Masthead .Corner--bottom-right {
  display: none
}

.Masthead .Corner--bottom-right.mobile {
    bottom: -125px;
    display: block;
    width: 125px;
    height: 250px;
  }

@media screen and (min-width: 1024px) {

.Masthead .Corner--bottom-right {
    display: block
}

    .Masthead .Corner--bottom-right.mobile {
      display: none;
    }
  }

/* ============================== MASTHEAD ============================== */

.Masthead-imageWrapper .background {
  position: absolute;
  z-index: 0;
  width: 100%;
}

.Masthead-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0 150px;
  overflow: hidden
}

@media screen and (min-width: 1024px) {

.Masthead-wrapper {
    padding: 30px 0
}
  }

@media screen and (min-width: 1200px) {

.Masthead-wrapper {
    flex-flow: row
}
  }

.Masthead-wrapper img {
  max-width: 80vw;
  margin: 0 auto 30px
}

@media screen and (min-width: 768px) {

.Masthead-wrapper img {
    max-width: none;
    margin: 0
}
  }

@keyframes slideInImage {
  0% {
    left: -1000px;
  }

  100% {
    left: 0;
  }
}

@media screen and (min-width: 1200px) {

.Masthead-imageWrapper img {
    position: relative;
    left: -1000px;
    animation: slideInImage 1s forwards
}
  }

@keyframes slideInText {
  0% {
    right: -1000px;
  }

  100% {
    right: 0;
  }
}

.Masthead-content {
  max-width: 680px;
  padding-right: 30px;
  padding-left: 30px;
  color: #ffffff;
  color: var(--white)
}

@media screen and (min-width: 1200px) {

.Masthead-content {
    position: relative;
    right: -1000px;
    animation: slideInText 1s forwards
}
  }

.Masthead-headline {
  display: flex;
  justify-content: center
}

@media screen and (min-width: 768px) {

.Masthead-headline {
    justify-content: flex-start
}
  }

.Masthead-headline span {
  display: inline-block;
  margin-bottom: 15px;
  padding: 10px 15px;
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  background: transparent linear-gradient(236deg, #2cd44a 0%, #8df4a0 41%, #adffbc 100%) 0% 0% no-repeat padding-box;
  color: #112947;
  color: var(--clr-third);
}

.Masthead-title {
  margin-bottom: 15px;
  font-family: 'Source Sans Pro Bold';
  font-family: var(--font-bold);
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase
}

.Masthead-title .highlight {
    color: #2cd44a;
  }

@media screen and (min-width: 1024px) {

.Masthead-title {
    font-size: 2.5rem
}
  }

.Masthead-text p {
  font-size: 1.125rem;
  font-weight: 400
}

@media screen and (min-width: 1024px) {

.Masthead-text p {
    font-size: 1.625rem
}
  }

/* .Masthead {
  width: 100%;
  margin-bottom: 35px;
}

.Masthead .neos-contentcollection {
  width: 100%;
  height: 100%;
}

.Masthead-slider {
  height: 100%;
}

.Masthead .swiper-slide,
.Masthead-imageWrapper {
  width: 100%;
  height: 650px;
  transition: height 0.3s;
}

.Masthead-imageWrapper {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .Masthead .swiper-slide,
  .Masthead-imageWrapper {
    height: 450px;
  }
}

@media screen and (max-width: 768px) {
  .Masthead .swiper-slide,
  .Masthead-imageWrapper {
    height: 350px;
  }
}

.Masthead-imageWrapper {
  position: relative;
}

.Masthead-imageWrapper > img {
  object-fit: cover;
  object-position: left;
  width: 100%;
  height: 100%;
}

.Masthead-image {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.Masthead-overlay {
  position: absolute;

  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;

  bottom: 80px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 35px;
}

@media screen and (max-width: 992px) {
  .Masthead-overlay {
    margin-left: 85px;
    margin-right: 105px;
  }
}

@media screen and (max-width: 768px) {
  .Masthead-overlay {
    bottom: 0;
    margin-left: -20px;
    margin-right: 0;
    width: 100%;
  }
}

.Masthead-overlayIcon {
  margin-right: 20px;
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .Masthead-overlayIcon {
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .Masthead-overlayIcon {
    width: 40px;
  }
}

.Masthead-overlayTextTitle {
  font-size: 2.66rem;
  font-weight: 500;
  color: var(--clr-blue);
}

.Masthead-overlayTextSubtitle {
  font-size: 1.55rem;
  font-style: italic;
  font-weight: 400;
  color: var(--white);
}

@media screen and (max-width: 768px) {
  .Masthead-overlayTextTitle {
    font-size: 1.85rem;
  }

  .Masthead-overlayTextSubtitle {
    font-size: 1.35rem;
  }
}

.Masthead .swiper-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: var(--clr-blue);
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  font-size: 42px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.Masthead .swiper-btn {
  cursor: pointer;
}

.Masthead .swiper-btn:hover {
  background: #c90044;
}

.Masthead .swiper-btn-prev {
  left: 35px;
}

.Masthead .swiper-btn-next {
  right: 35px;
}

.Masthead .swiper-btn-prev i {
  margin-left: -3px;
}

.Masthead .swiper-btn-next i {
  margin-right: -3px;
}

.Masthead-swiper-pagination {
  display: flex;
  justify-content: center;
  height: 35px;
  align-items: center;
}

.Masthead .ImageGalleryBig {
  margin-top: 0;
}

.swiper-pagination-bullets {
  bottom: 5px !important;
}

.swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  background: var(--clr-blue);
  opacity: 1;
}

.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}

.swiper-pagination-bullet-active {
  background: #c90044;
} */

.MenuToggle {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: transparent !important;
}

.MenuToggle-button span {
  display: block;
  width: 50px;
  height: 7px;
  background: var(--clr-blue);
}

.MenuToggle-button span + span {
  margin-top: 8px;
}

.MenuToggle-text {
  display: none;
  margin-left: 10px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--clr-blue)
}

@media screen and (min-width: 768px) {

.MenuToggle-text {
    display: block
}
  }

/* ============================== MENU ============================== */

.Menu {
  position: absolute;
  z-index: 10000;
  top: 263px;
  left: 0;
  display: block;
  min-width: 520px;
  max-width: 520px;
  height: calc(100% - 183px);
  padding-top: 0;
  /* background: #ffffff; */
  transform: translateX(-100%);
  transition: all 250ms ease-in-out;
}

@media screen and (max-width: 992px) {
  .Menu {
    top: 231px;
  }
}

.Menu .Header-navigation {
  height: 100%;
  padding-top: 20px;
  background: #e6e6e6;
  background: var(--clr-secondary);
}

@media screen and (max-width: 535px) {
  .Menu,
  .Header-navigation {
    width: 100%;
    min-width: inherit;
  }
}

.Menu * {
  transition: all 250ms ease-in-out;
}

.Menu li {
  padding: 0;
}

.Menu.is-active {
  transform: translateX(0);
}

.Menu.is-active + .PageContainer .MenuToggle {
  position: relative;
  z-index: 100000;
}

.Menu.is-active + .PageContainer .MenuToggle .MenuToggle-buttonLine {
  display: none;
}

.Menu.is-active + .PageContainer .MenuToggle .MenuToggle-button::before {
  content: '\f00d';
  color: #1060a5;
  color: var(--clr-primary);
  padding: 3px 10px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 2.5rem;
  font-weight: 100;
}

.Menu.is-active .Header-menu-blur {
  position: absolute;
  z-index: -1;
  top: -115px;
  left: 520px;
  width: calc(100vw - 530px);
  height: 100%;
  background: var(--clr-blue);
  opacity: 0.3;
}

.Header-navigationItem-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 1.75rem;
  background: rgba(0, 83, 155, 0.1);
  color: var(--clr-blue);
}

.Header-navigationItem-header a,
.Header-navigationItem-header span {
  width: 100%;
  padding: 20px 40px 20px 20px;
  text-decoration: none;
  cursor: pointer;
}

.Header-navigationItem-button {
  position: relative;
  padding: 0 25px;
  border: 0;
  background: #1060a5;
  background: var(--clr-primary);
  color: #ffffff;
  color: var(--white);
}

.Header-navigationItem-button:hover {
  color: #ffffff;
}

.Header-navigationItem-button::after {
  content: '\f061';
  font-family: 'Font Awesome 5 Pro';
}

.Header-navigationItem.is-active .Header-navigationItem-button {
  color: #ffffff;
}

.Header-navigationItem.is-active .Header-navigationItem-button::after {
  content: '\f063';
  font-family: 'Font Awesome 5 Pro';
}

.Header-navigationItem.is-active .Header-navigationItem-button::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.Header-navigationSecondLevel {
  display: none;
}

.Header-navigationItem.is-active .Header-navigationSecondLevel {
  display: block;
  padding: 0 20px 20px 25px;
}

.Header-navigationSecondLevelItem {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  list-style: none;
}

.Header-navigationSecondLevelItem + .Header-navigationSecondLevelItem {
  margin-top: 10px;
}

.Header-navigationSecondLevelItem a {
  text-decoration: none;
  color: #1060a5;
  color: var(--clr-primary);
}

/* === === === HighlightBox === === === */

.HighlightBox {
  display: flex;
  flex: 1 1 100%;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 16px;
  padding: 20px 0;
  background-color: #e9ecf0;
  background-color: var(--clr-light-blue);
}

@media screen and (min-width: 768px) {
  .HighlightBox {
    flex: 1 1 calc(50% - 16px);
    max-width: calc(50% - 16px);
    margin-right: 8px;
    margin-left: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .HighlightBox {
    flex: 1 1 auto;
    max-width: calc(33.333% - 16px);
    margin-bottom: 0;
  }
}

.HighlightBox-title {
  margin-bottom: 30px;
  padding: 0 30px;
  font-family: 'Source Sans Pro Bold';
  font-family: var(--font-bold);
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.HighlightBox-content {
  margin-bottom: 30px;
  padding: 0 30px;
}

.HighlightBox-content .neos-contentcollection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.HighlightBox-button {
  margin-bottom: -20px;
}

.HighlightBox-button .Button {
  width: 100%;
}

/* === === === HighlightBoxWrapper === === === */

.HighlightBoxWrapper {
  max-width: 1430px;
  max-width: var(--content-width);
}

.HighlightBoxWrapper-collection {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%
}

@media screen and (min-width: 768px) {

.HighlightBoxWrapper-collection {
    margin: 0 -8px
}
  }

/* === === === LinkListItem === === === */

.LinkListItem {
  display: block;
  width: 100%;
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  background-color: transparent;
  color: #1060a5;
  color: var(--clr-primary);
}

.LinkListItem:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #bdcde1;
}

.LinkboxWithIconAndText {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-decoration: none;
}

.LinkboxWithIconAndText-iconWrapper {
  position: absolute;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  padding: 30px;
  background: #112947;
  background: var(--clr-third);
}

.LinkboxWithIconAndText-iconWrapper .icon {
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.LinkboxWithIconAndText-data {
  width: 100%;
  height: 100%;
  margin-top: 75px;
  padding: 60px 20px 20px 20px;
  background: #e6e6e6;
  background: var(--clr-secondary);
}

.LinkboxWithIconAndText-dataTitle {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 10px 0 5px 0;
  font-family: var(--font-headline);
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #112947;
  color: var(--clr-third);
}

.Section.Theme--default .LinkboxWithIconAndText-data {
  background: var(--clr-greyMedium);
}

.Section.Theme--grey .LinkboxWithIconAndText-data {
  background: #ffffff;
  background: var(--clr-background);
}

.Section.Theme--blue .LinkboxWithIconAndText-data {
  background: #ffffff;
  background: var(--clr-background);
}

.Section.Theme--blue .LinkboxWithIconAndText-data p {
  color: #e6e6e6;
  color: var(--clr-secondary);
}

.Section.Theme--default .LinkboxWithIconAndText-iconWrapper,
.Section.Theme--grey .LinkboxWithIconAndText-iconWrapper {
  background: #1060a5;
  background: var(--clr-primary);
}

.Section.Theme--blue .LinkboxWithIconAndText-iconWrapper .icon {
  color: #1060a5;
  color: var(--clr-primary);
}

.Section.Theme--blue .LinkboxWithIconAndText-iconWrapper {
  background: var(--clr-greyMedium);
}

/* ICON INNER */

.LinkboxWithIconAndText.Icon--inner {
  background: var(--clr-greyMedium);
}

.LinkboxWithIconAndText.Icon--inner .LinkboxWithIconAndText-data {
  margin-top: 25px;
}

.LinkboxWithIconAndText.Icon--inner .LinkboxWithIconAndText-dataTitle {
  padding: 10px 0 20px 0;
}

.LinkboxWithIconAndText.Icon--inner .LinkboxWithIconAndText-dataTitle::after {
  content: '';
  position: absolute;
  bottom: 10px;
  width: 40px;
  height: 5px;
  background: #1060a5;
  background: var(--clr-primary);
}

.LinkboxWithIconAndText.Icon--inner .LinkboxWithIconAndText-iconWrapper {
  top: 0;
  border: 0;
  background: transparent;
}

.LinkboxWithIconAndText.Icon--inner .LinkboxWithIconAndText-iconWrapper .icon {
  color: #1060a5;
  color: var(--clr-primary);
}

.Section {
  position: relative;
  margin-top: 0;
  padding: 50px 0;
}

.Section:first-of-type {
  padding-top: 0;
}

.Section:nth-child(odd) {
  min-height: 400px;
  background: #ffffff;
  background: var(--clr-background);
}

.Section:nth-child(even) {
  min-height: 200px;
  background: #e6e6e6;
  background: var(--clr-secondary);
}

.Section:nth-child(even)::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -80px;
  right: 0;
  width: 80px;
  height: 162px;
  background-image: url('../Assets/SVG/ecke-oben-rechts-mobile.svg')
}

@media screen and (min-width: 1024px) {

.Section:nth-child(even)::before {
    top: -246px;
    width: 246px;
    height: 492px;
    background-image: url('../Assets/SVG/ecke-oben-rechts.svg')
}
  }

.Section:nth-child(even)::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -80px;
  left: 0;
  width: 80px;
  height: 162px;
  background-image: url('../Assets/SVG/ecke-unten-links-mobile.svg')
}

@media screen and (min-width: 1024px) {

.Section:nth-child(even)::after {
    bottom: -246px;
    width: 246px;
    height: 492px;
    background-image: url('../Assets/SVG/ecke-unten-links.svg')
}
  }

.Section:first-of-type::before,
.Section:last-of-type::before,
.Section:last-of-type::after {
  display: none;
}

.Section.Section--no-background {
  border-top: 1px solid #e6e6e6;
  border-top: 1px solid var(--clr-secondary);
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid var(--clr-secondary);
  background: #ffffff;
  background: var(--clr-background);
}

.Slider {
  position: relative;
}

.Slider .swiper-slide {
  height: auto;
}

.Slider-slide {
  position: relative;
  background-color: #efefef;
  height: 100%;
}

.Slider-slideImage {
  flex: 0 0 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-color: #e6e6e6;
  background-color: var(--clr-secondary);
  background-position: center;
  background-size: cover;
}

.Slider .swiper-container {
  padding-bottom: 60px
}

@media screen and (min-width: 768px) {

.Slider .swiper-container {
    padding-bottom: 35px
}
  }

.Slider .swiper-pagination:not(#q) {
  bottom: 40px
}

@media screen and (min-width: 768px) {

.Slider .swiper-pagination:not(#q) {
    bottom: 10px
}
  }

.Slider .swiper-btn {
  position: absolute;
  z-index: 10;
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  font-size: 2.625rem;
  background-color: #1060a5;
  background-color: var(--clr-primary);
  color: #ffffff;
  cursor: pointer;
  transform: translateY(-100%)
}

@media screen and (min-width: 768px) {

.Slider .swiper-btn {
    top: 50%;
    transform: translateY(-50%)
}
  }

.Slider .swiper-btn-prev {
  left: 0
}

@media screen and (min-width: 768px) {

.Slider .swiper-btn-prev {
    left: 35px
}
  }

.Slider .swiper-btn-next {
  right: 0
}

@media screen and (min-width: 768px) {

.Slider .swiper-btn-next {
    right: 35px
}
  }

.Slider .swiper-btn-prev i {
  margin-left: -3px;
}

.Slider .swiper-btn-next i {
  margin-right: -3px;
}

.Slider .hide {
  display: none !important;
}

.Slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #506f95;
  background: var(--clr-slider-bullet);
  opacity: 1;
}

.Slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3591e0;
  background: var(--clr-slider-bullet-active);
}

.ZoomImage-wrapper {
  max-width: 100vw;
}

.ZoomImage--zoomed {
  overflow-x: auto;
  overflow-y: hidden;
  max-height: 80vh;
}

.ZoomImage--zoomed img {
  max-width: none;
  max-height: 80vh;
}

.ZoomImage-button {
  font-style: 18px;
  background-color: transparent;
  color: #1060a5;
  color: var(--clr-primary);
}

@media screen and (min-width: 768px) {
  .ZoomImage-button {
    display: none;
  }
}

.ZoomImage-button .icon {
  top: 4px;
  width: 20px;
  height: 21px;
  margin-right: 13px;
}

.Footer {
  position: relative;
}

.Footer a[href^='mailto:'] {
  color: #3591e0;
  color: var(--clr-footer-link);
}

.Footer-top {
  height: 100%;
  margin-top: 100px;
  padding: 20px;
  background: linear-gradient(45deg, #1060a5 0%, #112947 100%);
  color: #ffffff;
  color: var(--white)
}

@media screen and (min-width: 768px) {

.Footer-top {
    padding: 50px
}
  }

.Footer-top .Footer-logoImage {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.Footer-top div.Footer-logoImage {
  padding: 80px 30px 0 30px
}

@media screen and (min-width: 768px) {

.Footer-top div.Footer-logoImage {
    padding: 0
}
  }

.Footer .Corner--footer-left {
  top: -98px;
  width: 98px;
  height: 196px
}

@media screen and (min-width: 768px) {

.Footer .Corner--footer-left {
    top: -128px;
    width: 128px;
    height: 256px
}
  }

.Footer .Corner--footer-right {
  top: -98px;
  right: 0;
  width: 98px;
  height: 196px
}

@media screen and (min-width: 768px) {

.Footer .Corner--footer-right {
    top: -128px;
    width: 128px;
    height: 256px
}
  }

.Footer .Footer-top > .row {
  max-width: 1430px;
  max-width: var(--content-width);
  margin: 0 auto;
}

.Footer-bottom {
  height: 80px;
  background: linear-gradient(135deg, #112947 0%, #1060a5 100%);
}

.Footer-bottom .Footer-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.Footer-bottom .Footer-navigation a {
  text-transform: uppercase;
  color: #ffffff;
  color: var(--white);
}

.Footer-top .Footer-social {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.Footer-top .Footer-social a {
  font-size: 2.5rem;
}

.Header {
  width: 100%;
}

.Header-containerTop {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 20px;
}

.Header-logo {
  width: 330px;
}

.Header-containerTop-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 182px;
}

.Header-containerTop-searchForm {
  position: relative;
  display: none;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .Header-containerTop-searchForm {
    display: flex;
  }
}

.Header-containerTop-searchLabel {
  margin-bottom: 5px;
  font-family: 'Source Sans Pro Bold';
  font-family: var(--font-bold);
  font-size: 1.25rem;
}

.Header-containerTop-searchInput {
  width: 550px !important;
  padding: 15px 20px;
  border: 2px solid var(--clr-blue);
  border-radius: 0;
  font-family: 'ClassicGrotesque', sans-serif;
  font-size: 1.125rem;
  transition: all 0.3s;
}

.Header-containerTop-searchInput::-moz-placeholder {
  color: #919191;
}

.Header-containerTop-searchInput::placeholder {
  color: #919191;
}

.Header-containerTop-searchButton {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 58px;
  padding: 0 15px;
  border: 0;
  font-size: 1.625rem;
  line-height: 3.75rem;
  text-align: center;
  background-color: transparent;
  color: var(--clr-blue);
}

.Header-containerTop-rightButton {
  font-family: 'ClassicGrotesque', sans-serif;
  height: 58px;
  /* color: #ffffff;
    background-color: var(--clr-blue); */
  padding: 0 20px;
  border: 0;
  margin-left: 20px;
  position: relative;
  z-index: 11;
}

.Header-containerSub {
  position: relative;
  z-index: 999;
  top: 0;
  width: 100%;
  padding: 20px 0;
  background: #f7f7f7
}

.Header-containerSub.fixed {
    position: fixed;
  }

.Header-containerSub .Container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  padding-left: 10px;
}

.Header-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.Header-buttonsElement {
  margin-left: 10px;
}

.Header-buttonsElement.home {
  position: absolute;
  top: -500px;
  left: -500px;
  transition: all 0.3s
}

.Header-buttonsElement.home.show {
    position: relative;
    top: 0;
    left: 0;
  }

.Header-buttonsElement.home button {
    display: block;
  }

.Header-buttonsElement-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 0;
  font-size: 2rem !important;
  background: #1060a5;
  background: var(--clr-primary)
}

@media screen and (min-width: 768px) {

.Header-buttonsElement-button {
    width: 65px;
    height: 65px
}
  }

.Header-buttonsElement-button .icon {
  top: 0;
  font-size: 1.5rem;
  color: #ffffff;
  color: var(--white)
}

@media screen and (min-width: 768px) {

.Header-buttonsElement-button .icon {
    font-size: 2rem
}
  }

.Header-buttonsElement.search {
  display: block;
}

.Header-buttonsElement.search a {
  display: flex;
  color: #ffffff;
  color: var(--white);
}

.Header-buttonsElement-overlay {
  background: #fff;
  border: 2px solid var(--clr-blue);
  border-radius: 10px;
  display: none;
  min-width: 300px;
  max-width: 500px;
  padding: 15px;
  position: absolute;
  margin-top: 25px;
  right: 20px;
  z-index: 100;
}

.Header-buttonsElement-overlay .header-icon-maps {
  display: flex;
  flex-flow: column;
  height: 85px;
  border: 1px solid;
  width: 105px;
  align-items: center;
  justify-content: center;
  background: var(--clr-blue);
  color: #fff;
  text-decoration: none;
  margin-top: 15px;
}

.Header-buttonsElement-overlay .close {
  cursor: pointer;
  position: relative;
  text-align: right;
}

.Header-buttonsElement-overlay .close svg {
  transition: transform 0.5s;
}

.Header-buttonsElement-overlay .close svg:hover {
  transform: rotate(90deg);
}

.Header-buttonsElement-overlay.clock > div > .row > .col:first-of-type {
  display: none;
}

.Header-buttonsElement-overlay.clock .row .row {
  flex-flow: column;
}

.Header-buttonsElement-overlay.clock .row .col {
  flex-basis: 100%;
  max-width: 100%;
}

.Header-buttonsElement-overlay.clock .row .col:last-of-type {
  margin-top: 15px;
}

.Header-buttonsElement-overlay.clock .row .col > div {
  height: inherit;
}

.Header-buttonsElement-overlay.clock h4,
.Header-buttonsElement-overlay.clock .row .row .col:last-of-type .OpeningHours > div:first-of-type strong {
  display: none;
}

.Header-buttonsElement-overlay h5 {
  color: #6a9900;
  font-size: 1rem;
}

.Header-buttonsElement-overlay p {
  font-size: 0.8rem;
}

@media screen and (max-width: 1300px) {
  .Header-containerTop-searchInput {
    width: 350px;
  }
}

@media screen and (max-width: 1060px) {
  .Header-containerTop-searchInput {
    width: 280px;
  }
}

@media screen and (max-width: 991px) {
  .Header-containerTop-rightButton {
    display: none;
  }

  .Header-containerTop-right {
    width: 100%;
  }

  .Header-containerTop-right form {
    margin-top: 15px;
  }

  .Header-containerTop-right form label {
    display: none;
  }

  .Header-containerTop-right form,
  .Header-containerTop-right form input {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .Header-containerTop {
    flex-flow: column;
  }
}

@media screen and (max-width: 850px) {
  .Header-buttonsElement-overlay {
    right: 0;
    left: 0;
    width: 100%;
  }
}

.VhsRegisterFormFinished-button {
  margin-top: 50px
}

@media screen and (min-width: 769px) {

.VhsRegisterFormFinished-button {
    margin-top: 70px
}
  }

@media screen and (min-width: 1367px) {

.VhsRegisterFormFinished-button {
    margin-top: 80px
}
  }

.VhsRegisterForm-section + .VhsRegisterForm-section {
  margin-top: 50px
}

@media screen and (min-width: 769px) {

.VhsRegisterForm-section + .VhsRegisterForm-section {
    margin-top: 70px
}
  }

.VhsRegisterForm-fieldWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 920px;
  font-size: 1.25rem
}

@media screen and (min-width: 769px) {

.VhsRegisterForm-fieldWrap {
    font-size: 1.25rem
}
  }

@media screen and (min-width: 993px) {

.VhsRegisterForm-fieldWrap {
    font-size: 1.375rem
}
  }

@media screen and (min-width: 1367px) {

.VhsRegisterForm-fieldWrap {
    font-size: 1.625rem
}
  }

.VhsRegisterForm-fieldWrap + .VhsRegisterForm-fieldWrap {
    margin-top: 18px;
  }

.VhsRegisterForm-fieldWrap label {
    flex: 1 1 100%;
    margin-bottom: 13px
  }

@media screen and (min-width: 769px) {

.VhsRegisterForm-fieldWrap label {
      flex: 1 1 30%
  }
    }

.VhsRegisterForm-fieldWrap input,
  .VhsRegisterForm-fieldWrap select,
  .VhsRegisterForm-fieldWrap textarea {
    flex: 1 1 70%;
    height: 58px;
    padding: 0 22px;
    border: 4px solid var(--grey);
    border-radius: 5px;
    font-size: 1.25rem
  }

@media screen and (min-width: 769px) {

.VhsRegisterForm-fieldWrap input,
  .VhsRegisterForm-fieldWrap select,
  .VhsRegisterForm-fieldWrap textarea {
      height: 49px;
      padding: 0 20px
  }
    }

@media screen and (min-width: 993px) {

.VhsRegisterForm-fieldWrap input,
  .VhsRegisterForm-fieldWrap select,
  .VhsRegisterForm-fieldWrap textarea {
      height: 70px;
      padding: 0 28px;
      font-size: 1.375rem
  }
    }

@media screen and (min-width: 1367px) {

.VhsRegisterForm-fieldWrap input,
  .VhsRegisterForm-fieldWrap select,
  .VhsRegisterForm-fieldWrap textarea {
      font-size: 1.625rem
  }
    }

.VhsRegisterForm-fieldWrap input[type='checkbox'] {
    width: 1em;
    height: 1em;
    margin: 0.2em clamp(8px, 2vw, 18px) 0 0;
  }

.VhsRegisterForm-fieldWrap textarea {
    height: 166px;
    padding-top: 16px
  }

@media screen and (min-width: 769px) {

.VhsRegisterForm-fieldWrap textarea {
      height: 272px
  }
    }

@media screen and (min-width: 993px) {

.VhsRegisterForm-fieldWrap textarea {
      height: 282px;
      padding-top: 22px
  }
    }

@media screen and (min-width: 1367px) {

.VhsRegisterForm-fieldWrap textarea {
      height: 246px
  }
    }

.VhsRegisterForm-fieldWrap select {
    padding: 0 18px
  }

@media screen and (min-width: 769px) {

.VhsRegisterForm-fieldWrap select {
      padding: 0 16px
  }
    }

@media screen and (min-width: 993px) {

.VhsRegisterForm-fieldWrap select {
      padding: 0 24px
  }
    }

.VhsRegisterForm-fieldWrap .errors {
    margin: 0;
    font-size: 1rem;
    color: var(--red)
  }

@media screen and (min-width: 769px) {

.VhsRegisterForm-fieldWrap .errors {
      margin: 0 0 0 30%;
      font-size: inherit;
      base: 1 1 70%
  }
    }

.VhsRegisterForm-fieldWrap .errors li {
      padding: 10px 0;
    }

.VhsRegisterForm-error input,
  .VhsRegisterForm-error select,
  .VhsRegisterForm-error textarea {
    border-radius: 5px;
    outline: 4px solid var(--red);
  }

.VhsRegisterForm-sectionHeadline {
  margin: 0 0 25px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.28
}

@media screen and (min-width: 769px) {

.VhsRegisterForm-sectionHeadline {
    font-size: 2rem
}
  }

@media screen and (min-width: 993px) {

.VhsRegisterForm-sectionHeadline {
    font-size: 2.625rem
}
  }

.VhsRegisterForm-topic label {
    margin-bottom: 19px;
  }

.VhsRegisterForm-topicSelect {
  flex: 1 1 100%;
  width: 100%
}

.VhsRegisterForm-topicSelect select {
    width: 100%;
  }

.VhsRegisterForm-message {
  align-items: flex-start;
}

.VhsRegisterForm-privacy label {
    display: flex;
    align-items: flex-start;
    margin: 0;
    line-height: 1.5;
  }

.VhsRegisterForm-privacy input {
    flex: 0 0 auto;
  }

.VhsRegisterForm-mandatoryText {
  margin-bottom: 30px;
}

.flowpack-searchplugin-search {
  display: flex;
  flex-flow: column;
}

.flowpack-searchplugin-search form {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 550px;
  margin: 0 auto 15px;
}

.flowpack-searchplugin-search input {
  width: 100%;
  max-width: 550px;
  padding: 15px 20px;
  border: 2px solid var(--clr-blue);
  border-radius: 0;
  font-family: 'ClassicGrotesque', sans-serif;
  font-size: 1.125rem;
  transition: all 0.3s;
}

.flowpack-searchplugin-search input::-moz-placeholder {
  color: #919191;
}

.flowpack-searchplugin-search input::placeholder {
  color: #919191;
}

.flowpack-searchplugin-search button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 58px;
  padding: 0 15px;
  border: 0;
  font-size: 1.625rem;
  line-height: 3.75rem;
  text-align: center;
  background-color: transparent;
  color: var(--clr-blue);
}

.flowpack-searchplugin-search p {
  margin-top: 15px;
}

.flowpack-searchplugin-search ol {
  margin-top: 30px;
  list-style-type: none;
}

.flowpack-searchplugin-search ol li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #f7f7f7;
}

.flowpack-searchplugin-search ol li:first-child {
  border-top: 0;
}

.flowpack-searchplugin-search ol a {
  display: block;
  padding: 10px 0;
  font-size: 1rem;
}
