[role=button] {
  cursor: pointer;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 1200px) {
  .container {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .container {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.grid {
  margin: 40px 0;
  padding: 20px 0;
}
.grid::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 768px) {
  .grid {
    padding: 0;
  }
}
.grid--no-space-above {
  margin-top: 0;
}
.grid--no-space-below {
  margin-bottom: 0;
  padding-bottom: 0;
}
.grid .container::after {
  clear: both;
  content: "";
  display: table;
}
.grid__column::after {
  clear: both;
  content: "";
  display: table;
}
.grid--background-image {
  background-image: url(../Images/Pflastersteine.jpg);
  background-size: cover;
  background-position: center center;
  margin: 0;
  padding: 40px 0;
}
.grid--background-image a.link--button {
  border: 2px solid #ffffff;
}
.grid--background-image a.link--button:hover {
  background-color: #ffffff;
  color: #333d99 !important;
}
.grid--background-image * {
  color: #ffffff !important;
}
.grid--66-33 .grid__column:first-of-type {
  width: calc(58.3333333333% - 31.6666666667px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .grid--66-33 .grid__column:first-of-type {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .grid--66-33 .grid__column:first-of-type {
    float: none;
    width: initial;
    margin-left: 0;
  }
}
.grid--66-33 .grid__column:last-of-type {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
}
@media (max-width: 1024px) {
  .grid--66-33 .grid__column:last-of-type {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .grid--66-33 .grid__column:last-of-type {
    float: none;
    width: initial;
    margin-left: 0;
  }
}
.grid--50-50 div.grid__column {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .grid--50-50 div.grid__column {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .grid--50-50 div.grid__column {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.grid--33-66 div.grid__column:first-of-type {
  width: calc(41.6666666667% - 28.3333333333px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .grid--33-66 div.grid__column:first-of-type {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .grid--33-66 div.grid__column:first-of-type {
    float: none;
    width: initial;
    margin-left: 0;
  }
}
.grid--33-66 div.grid__column:last-of-type {
  width: calc(58.3333333333% - 31.6666666667px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .grid--33-66 div.grid__column:last-of-type {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .grid--33-66 div.grid__column:last-of-type {
    float: none;
    width: initial;
    margin-left: 0;
  }
}
.grid--1x1 .grid__column {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .grid--1x1 .grid__column {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .grid--1x1 .grid__column {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .grid--1x1 .grid__column {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.grid--1x1.grid--small-columns .grid__column {
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .grid--1x1.grid--small-columns .grid__column {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
  }
}
@media (max-width: 768px) {
  .grid--1x1.grid--small-columns .grid__column {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .grid--1x1.grid--small-columns .grid__column {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
    padding: 0;
  }
}
.grid--1x1 .grid .container {
  margin: 0;
}
@media (max-width: 768px) {
  .grid--2x1 .grid__column {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .grid--2x1 .grid__column {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.grid--3x1 .grid__column {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .grid--3x1 .grid__column {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .grid--3x1 .grid__column {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.grid--4x1 .grid__column {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .grid--4x1 .grid__column {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .grid--4x1 .grid__column {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}

*, *:before, *:after {
  padding: 0;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  border: 0;
}

@font-face {
  font-family: "PT Serif";
  src: url("../Webfonts/PT_Serif/PTSerif-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../Webfonts/Barlow/Barlow-Medium.ttf");
}
@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("../Webfonts/Barlow_Semi_Condensed/BarlowSemiCondensed-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("../Webfonts/Barlow_Semi_Condensed/BarlowSemiCondensed-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("../Webfonts/Barlow_Semi_Condensed/BarlowSemiCondensed-Italic.ttf");
  font-style: italic;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("../Webfonts/Barlow_Condensed/BarlowCondensed-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}
@font-face {}
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.icon.icon--blue.icon--bubble {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/bubble.svg);
}
.icon.icon--blue.icon--envelope {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/envelope.svg);
}
.icon.icon--blue.icon--heart {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/heart.svg);
}
.icon.icon--blue.icon--cutlery {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/cutlery.svg);
}
.icon.icon--blue.icon--hands {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/hands.svg);
}
.icon.icon--blue.icon--house {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/house.svg);
}
.icon.icon--blue.icon--ear {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/ear.svg);
}
.icon.icon--blue.icon--shower {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/shower.svg);
}
.icon.icon--blue.icon--shoe {
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/shoe.svg);
}
.icon.icon--blue.icon--family {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/family.svg);
}
.icon.icon--blue.icon--microphone {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/microphone.svg);
}
.icon.icon--blue.icon--basketball {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/basketball.svg);
}
.icon.icon--blue.icon--childhead {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/childhead.svg);
}
.icon.icon--blue.icon--book {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/book.svg);
}
.icon.icon--blue.icon--stopwatch {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/stopwatch.svg);
}
.icon.icon--blue.icon--money {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/money.svg);
}
.icon.icon--blue.icon--watch {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/watch.svg);
}
.icon.icon--blue.icon--food {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/food.svg);
}
.icon.icon--blue.icon--tshirt {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/tshirt.svg);
}
.icon.icon--blue.icon--phone {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/phone.svg);
}
.icon.icon--white.icon--bubble {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  background-image: url(../Icons/Content/white/bubble.svg);
}
.icon.icon--white.icon--envelope {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/white/envelope.svg);
}
.icon.icon--white.icon--heart {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  background-image: url(../Icons/Content/white/heart.svg);
}
.icon.icon--white.icon--cutlery {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/white/cutlery.svg);
}
.icon.icon--white.icon--hands {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/white/hands.svg);
}
.icon.icon--white.icon--house {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/white/house.svg);
}
.icon.icon--white.icon--ear {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/white/ear.svg);
}
.icon.icon--white.icon--shower {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/white/shower.svg);
}
.icon.icon--white.icon--shoe {
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center center;
  background-image: url(../Icons/Content/white/shoe.svg);
}
.icon.icon--white.icon--family {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/white/family.svg);
}
.icon.icon--white.icon--microphone {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/white/microphone.svg);
}
.icon.icon--white.icon--basketball {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/white/basketball.svg);
}
.icon.icon--white.icon--childhead {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/white/childhead.svg);
}
.icon.icon--white.icon--book {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/white/book.svg);
}
.icon.icon--white.icon--stopwatch {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/white/stopwatch.svg);
}
.icon.icon--white.icon--money {
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: center center;
  background-image: url(../Icons/Content/white/money.svg);
}
.icon.icon--white.icon--watch {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/white/watch.svg);
}
.icon.icon--white.icon--food {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/white/food.svg);
}
.icon.icon--white.icon--tshirt {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/white/tshirt.svg);
}
.icon.icon--white.icon--phone {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/white/phone.svg);
}

body {
  font-family: "PT Serif", sans-serif;
  color: #333d99;
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "Barlow Condensed", sans-serif;
  -webkit-hyphens: auto;
  hyphens: auto;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
}

h2 {
  margin: 20px 0;
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 50px;
    line-height: 54px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

h3 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 10px;
}

p, ul, ol, table {
  margin: 0 0 1em;
  font-family: "PT serif", sans-serif;
}

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

a {
  font-family: "Barlow", sans-serif;
  color: #333d99;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul, ol {
  margin-left: 20px;
}

:focus {
  outline: 2px solid #333d99;
}

.link {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #333d99;
  text-decoration: none;
  display: inline-block;
}
.link.link--button {
  border: 2px solid #333d99;
  border-radius: 4px;
  padding: 4px 8px;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
  text-decoration: none;
}
.link.link--button:hover {
  background-color: #333d99;
  color: #ffffff;
}
.link.link--icon:before {
  content: " ";
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
  margin-right: 5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/arrow.svg);
}
.link.link--icon[href*=".jpg"]:before, .link.link--icon[href*=".jpeg"]:before, .link.link--icon[href*=".gif"]:before, .link.link--icon[href*=".png"]:before {
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/file-image.svg);
}
.link.link--icon[href*=".pdf"]:before {
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/file-pdf.svg);
}
.link.link--icon[href^="tel:"]:before {
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/phone.svg);
}
.link.link--icon[href^="mailto:"]:before {
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center center;
  background-image: url(../Icons/Content/blue/email.svg);
}

.font-barlow {
  font-family: "Barlow", sans-serif;
}

.grid.grid--background-image .link {
  color: #ffffff;
}
.grid.grid--background-image .link.link--icon:before {
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center center;
  background-image: url(../Icons/Content/white/arrow.svg);
}
.grid.grid--background-image .link.link--icon[href^="tel:"]:before {
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center center;
  background-image: url(../Icons/Content/white/phone.svg);
}
.grid.grid--background-image .link.link--icon[href^="mailto:"]:before {
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center center;
  background-image: url(../Icons/Content/white/email.svg);
}

.button {
  font-size: 16px;
  text-decoration: none;
  padding: 8px;
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  color: #333d99;
}
.button.button--filled {
  background-color: #333d99;
  border: 2px solid transparent;
  color: #ffffff;
}
.button.button--outlined {
  border: 2px solid #333d99;
}
.button .button__label {
  position: relative;
  top: -1px;
}

.header {
  position: sticky;
  background-color: #ffffff;
  top: 0;
  left: 0;
  padding-bottom: 20px;
  z-index: 20;
}
.header.header--scrolled {
  padding-bottom: 0;
}
.header.header--scrolled .logo {
  transition: 0.3s ease-in-out opacity;
}
.header.header--scrolled .logo.logo--default {
  opacity: 0 !important;
  position: absolute !important;
  left: -100000px !important;
}
.header.header--scrolled .logo.logo--scrolled {
  opacity: 1 !important;
  position: initial !important;
  top: initial !important;
  margin-top: 10px !important;
  height: 35px;
  width: auto;
}
.header.header--scrolled .header__menu {
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .header.header--scrolled .header__menu {
    top: 5px;
  }
}
.header.header--scrolled .header__menu .main-menu .main-menu__list .main-menu__list-item {
  padding-bottom: 10px !important;
}
.header.header--scrolled .header__menu .main-menu .main-menu__list .main-menu__list-item:hover .main-menu__sub-menu-wrapper {
  top: 53px;
}
.header.header--scrolled .header__menu .main-menu-button {
  margin-bottom: 10px;
}
.header .header__logo {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .header .header__logo {
    width: calc(70% - 15px) !important;
  }
}
.header .header__logo a {
  display: inline-block;
}
.header .header__logo .logo.logo--default {
  opacity: 1;
  position: initial;
  top: initial;
}
.header .header__logo .logo.logo--scrolled {
  opacity: 0;
  position: absolute;
  left: -100000px;
}
@media (max-width: 1024px) {
  .header .header__logo {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .header .header__logo {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px;
  }
}
.header .header__logo img {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .header .header__logo img {
    width: 300px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .header .header__logo img {
    margin-top: 30px;
    width: 180px;
  }
}
.header .header__menu {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .header .header__menu {
    width: calc(16.6666666667% - 23.3333333333px);
    float: left;
    margin-left: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .header .header__menu {
    width: calc(30% - 15px);
    margin-top: 5px;
  }
}
.header .header__menu .main-menu-button {
  position: relative;
  display: none;
  width: 50px;
  height: 40px;
  background-color: #ffffff;
  border: 3px solid #333d99;
  float: right;
  z-index: 10;
}
@media (max-width: 1024px) {
  .header .header__menu .main-menu-button {
    display: block;
  }
}
.header .header__menu .main-menu-button.main-menu-button--opened .main-menu-button__line.main-menu-button__line--top {
  top: 15px;
  transform: rotate(45deg);
}
.header .header__menu .main-menu-button.main-menu-button--opened .main-menu-button__line.main-menu-button__line--bottom {
  bottom: 16px;
  transform: rotate(-45deg);
}
.header .header__menu .main-menu-button .main-menu-button__line {
  background-color: #333d99;
  width: calc(100% - 10px);
  position: absolute;
  left: 5px;
  height: 3px;
  display: block;
  transition: 0.3s ease-in-out all;
}
.header .header__menu .main-menu-button .main-menu-button__line.main-menu-button__line--top {
  top: 10px;
}
.header .header__menu .main-menu-button .main-menu-button__line.main-menu-button__line--bottom {
  bottom: 10px;
}

.main::after {
  clear: both;
  content: "";
  display: table;
}

.footer {
  background-image: url("../Images/footer.jpg");
  background-position: top center;
  background-size: cover;
  padding: 50px 0;
}
.footer a {
  color: #ffffff;
}
.footer .footer__column {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  color: #ffffff;
  font-family: "Barlow", sans-serif;
}
@media (max-width: 768px) {
  .footer .footer__column {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .footer .footer__column {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.footer .footer__column.footer__column--right {
  width: calc(16.6666666667% - 23.3333333333px);
  float: left;
  margin-left: 20px;
  margin-left: calc(33.3333333333% - 26.6666666667px + 40px);
}
@media (max-width: 1024px) {
  .footer .footer__column.footer__column--right {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    margin-left: calc(25% - 25px + 40px);
  }
}
@media (max-width: 768px) {
  .footer .footer__column.footer__column--right {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .footer .footer__column.footer__column--right {
    width: calc(66.6666666667% - 16.6666666667px);
    float: left;
    margin-left: 10px;
  }
}
.footer .footer__column.footer__column--right p {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .footer .footer__column.footer__column--right p {
    padding: 0;
  }
}
.footer .footer__column.footer__column--right .ce-textpic.ce-above .ce-inner .ce-column {
  padding: 0;
}
@media (max-width: 480px) {
  .footer .footer__column.footer__column--right .ce-textpic.ce-above .ce-inner .ce-column img {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.footer .footer__column p {
  font-family: "Barlow", sans-serif;
  line-height: 28px;
}
@media (max-width: 768px) {
  .footer .footer__column p {
    font-size: 18px;
  }
}
.footer .footer__column .footer__logo img {
  width: 66.66666%;
}
@media (max-width: 1200px) {
  .footer .footer__column .footer__logo img {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .footer .footer__column .footer__logo img {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .footer .footer__column .footer__logo img {
    width: 66.666666%;
  }
}
@media (max-width: 480px) {
  .footer .footer__column .footer__logo img {
    width: 100%;
  }
}
.footer .footer__column .link {
  color: #ffffff;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
}
@media (max-width: 1024px) {
  .footer .footer__column .link {
    font-size: 18px;
  }
}
.footer .footer__column .link.link--icon:before {
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center center;
  background-image: url(../Icons/Content/white/arrow.svg);
}
.footer .footer__column .link.link--icon[href="tel:"] {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  background-image: url(../Icons/Content/white/phone.svg);
}
.footer .footer__column .link.link--icon[href^="mailto:"]:before {
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center center;
  background-image: url(../Icons/Content/white/email.svg);
}

@media (max-width: 1024px) {
  .main-menu {
    margin-top: 0;
    overflow-y: auto;
    width: 300px;
    height: 100%;
    top: 0;
    right: 0;
    position: fixed;
    background-color: #EEF0F8;
    display: none;
  }
}
.main-menu.main-menu--opened {
  display: block;
}
.main-menu .main-menu__list {
  text-align: right;
  margin: 0;
}
@media (max-width: 1024px) {
  .main-menu .main-menu__list {
    margin: 0;
    padding: 120px 20px 0;
  }
}
.main-menu .main-menu__list .main-menu__list-item {
  list-style: none outside none;
  display: inline-block;
  margin: 0 0 0 10px;
  padding-bottom: 22px;
}
@media (max-width: 1200px) {
  .main-menu .main-menu__list .main-menu__list-item {
    margin: 0 0 0 12px;
  }
}
@media (max-width: 1024px) {
  .main-menu .main-menu__list .main-menu__list-item {
    display: block;
    text-align: left;
  }
}
.main-menu .main-menu__list .main-menu__list-item:hover .main-menu__sub-menu-wrapper {
  top: 90px;
  opacity: 1;
}
.header.header--scrolled .main-menu .main-menu__list .main-menu__list-item:hover .main-menu__sub-menu-wrapper {
  top: 55px;
}
@media (max-width: 1024px) {
  .header.header--scrolled .main-menu .main-menu__list .main-menu__list-item:hover .main-menu__sub-menu-wrapper {
    top: initial !important;
  }
}
.main-menu .main-menu__list .main-menu__list-item:hover .main-menu__section-wrapper {
  top: 90px;
  opacity: 1;
}
.header.header--scrolled .main-menu .main-menu__list .main-menu__list-item:hover .main-menu__section-wrapper {
  top: 55px;
}
@media (max-width: 1024px) {
  .header.header--scrolled .main-menu .main-menu__list .main-menu__list-item:hover .main-menu__section-wrapper {
    top: initial !important;
  }
}
.main-menu .main-menu__list .main-menu__list-item .main-menu__sub-menu-wrapper.main-menu__sub-menu-wrapper--opened {
  top: 90px !important;
  opacity: 1 !important;
}
.header.header--scrolled .main-menu .main-menu__list .main-menu__list-item .main-menu__sub-menu-wrapper.main-menu__sub-menu-wrapper--opened {
  top: 55px;
}
@media (max-width: 1024px) {
  .header.header--scrolled .main-menu .main-menu__list .main-menu__list-item .main-menu__sub-menu-wrapper.main-menu__sub-menu-wrapper--opened {
    top: initial !important;
  }
}
.main-menu .main-menu__list .main-menu__list-item .main-menu__section-wrapper.main-menu__section-wrapper--opened {
  top: 90px !important;
  opacity: 1 !important;
}
.header.header--scrolled .main-menu .main-menu__list .main-menu__list-item .main-menu__section-wrapper.main-menu__section-wrapper--opened {
  top: 55px;
}
@media (max-width: 1024px) {
  .header.header--scrolled .main-menu .main-menu__list .main-menu__list-item .main-menu__section-wrapper.main-menu__section-wrapper--opened {
    top: initial !important;
  }
}
.main-menu .main-menu__list .main-menu__list-item .main-menu__link {
  font-size: 24px;
  color: #333d99;
  font-family: "Barlow Semi Condensed";
  font-weight: 600;
  text-decoration: none;
}
.main-menu .main-menu__list .main-menu__list-item .main-menu__open-sub-menu {
  width: 13px;
  height: 13px;
  border: none;
  display: inline-block;
  float: right;
  transform: rotate(45deg);
  border-right: 2px solid #333d99;
  border-bottom: 2px solid #333d99;
  position: relative;
  top: 5px;
  margin-left: 8px;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .main-menu .main-menu__list .main-menu__list-item .main-menu__open-sub-menu {
    width: 35px;
    height: 35px;
    border: none;
    top: -5px;
    margin-left: 0;
    position: relative;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out transform;
  }
  .main-menu .main-menu__list .main-menu__list-item .main-menu__open-sub-menu:before {
    content: " ";
    display: block;
    position: absolute;
    width: 50%;
    height: 50%;
    top: calc(50% - 5px);
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    border-top: 2px solid #333d99;
    border-right: 2px solid #333d99;
  }
  .main-menu .main-menu__list .main-menu__list-item .main-menu__open-sub-menu.main-menu__open-sub-menu--opened {
    transform: rotate(180deg);
  }
}
.main-menu .main-menu__list .main-menu__sub-menu-wrapper {
  position: absolute;
  top: -500px;
  opacity: 0;
  left: 0;
  width: 100%;
  background-color: #EEF0F8;
  padding: 40px 0 20px;
  transition: 0.3s ease-in-out opacity;
}
@media (max-width: 1024px) {
  .main-menu .main-menu__list .main-menu__sub-menu-wrapper {
    position: relative;
    opacity: 1;
    top: initial !important;
    transition: initial;
    display: none;
  }
}
.main-menu .main-menu__list .main-menu__sub-menu-wrapper .main-menu__list.main-menu__list--level-2 {
  max-width: 1024px;
  margin: 0 auto 20px;
}
.main-menu .main-menu__list .main-menu__sub-menu-wrapper .main-menu__list.main-menu__list--level-2::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 1024px) {
  .main-menu .main-menu__list .main-menu__sub-menu-wrapper .main-menu__list.main-menu__list--level-2 {
    display: block;
    position: relative;
    top: initial;
    right: initial;
    padding-top: 0;
    width: 100%;
  }
}
.main-menu .main-menu__list .main-menu__sub-menu-wrapper .main-menu__list.main-menu__list--level-2 .main-menu__list-item {
  float: left;
  width: 33.33333%;
  margin: 0;
  text-align: center;
  line-height: 0;
}
@media (max-width: 1024px) {
  .main-menu .main-menu__list .main-menu__sub-menu-wrapper .main-menu__list.main-menu__list--level-2 .main-menu__list-item {
    width: 100%;
    display: block;
  }
}
.main-menu .main-menu__list .main-menu__sub-menu-wrapper .main-menu__list.main-menu__list--level-2 .main-menu__list-item a {
  display: block;
}
.main-menu .main-menu__list .main-menu__sub-menu-wrapper .main-menu__list.main-menu__list--level-2 .main-menu__list-item a span {
  position: absolute;
  top: -9999px;
}
.main-menu .main-menu__list .main-menu__sub-menu-wrapper .main-menu__list.main-menu__list--level-2 .main-menu__list-item a img {
  width: 85%;
  height: auto;
}
@media (max-width: 1024px) {
  .main-menu .main-menu__list .main-menu__sub-menu-wrapper .main-menu__list.main-menu__list--level-2 .main-menu__list-item a img {
    width: 100%;
    height: auto;
  }
}
.main-menu .main-menu__list .main-menu__sub-menu-wrapper .main-menu__contact-data {
  width: 1024px;
  height: 30px;
  padding: 10px 0;
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .main-menu .main-menu__list .main-menu__sub-menu-wrapper .main-menu__contact-data {
    display: none;
  }
}
.main-menu .main-menu__list .main-menu__sub-menu-wrapper .main-menu__contact-data .main-menu__list {
  text-align: center;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-menu .main-menu__list .main-menu__sub-menu-wrapper .main-menu__contact-data .main-menu__list .main-menu__list-item {
  margin: 0 20px;
  padding-bottom: 10px;
}
.main-menu .main-menu__list .main-menu__sub-menu-wrapper .main-menu__contact-data .main-menu__list .main-menu__list-item .main-menu__link {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #333d99;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}
.main-menu .main-menu__list .main-menu__section-wrapper {
  background-color: #EEF0F8;
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  top: -9999px;
  transition: 0.3s ease-in-out opacity;
}
@media (max-width: 1024px) {
  .main-menu .main-menu__list .main-menu__section-wrapper {
    position: relative;
    left: initial;
    top: initial !important;
    transition: initial;
    opacity: 1;
  }
}
.main-menu .main-menu__list .main-menu__section-wrapper .main-menu__section-list {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .main-menu .main-menu__list .main-menu__section-wrapper .main-menu__section-list {
    margin-top: 10px;
    padding: 15px;
    background-color: rgba(51, 61, 153, 0.2);
  }
}
.main-menu .main-menu__list .main-menu__section-wrapper .main-menu__section-list .main-menu__section-list-item {
  list-style: none outside none;
  display: inline-block;
}
@media (max-width: 1024px) {
  .main-menu .main-menu__list .main-menu__section-wrapper .main-menu__section-list .main-menu__section-list-item {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
  }
}
.main-menu .main-menu__list .main-menu__section-wrapper .main-menu__section-list .main-menu__section-list-item a {
  display: inline-block;
  padding: 15px 5px;
}
@media (max-width: 1024px) {
  .main-menu .main-menu__list .main-menu__section-wrapper .main-menu__section-list .main-menu__section-list-item a {
    padding: 0;
  }
}
.main-menu .main-menu__list .main-menu__section-wrapper .main-menu__section-list .main-menu__section-list-item a p {
  margin: 0;
}

.sideflap {
  width: 50px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 25;
}
@media (max-width: 768px) {
  .sideflap {
    width: auto;
    height: 50px;
    top: initial;
    right: initial;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sideflap .sideflap__list {
  margin: 0;
  padding: 0;
}
.sideflap .sideflap__list .sideflap__list-item {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0 0 1px;
  list-style: none outside none;
  position: relative;
}
@media (max-width: 768px) {
  .sideflap .sideflap__list .sideflap__list-item {
    width: 50px;
    margin: 0 1px 0 0;
    float: left;
  }
}
.sideflap .sideflap__list .sideflap__list-item.sideflap__list-item--donate {
  background-color: #333d99;
}
.sideflap .sideflap__list .sideflap__list-item.sideflap__list-item--donate img {
  width: auto;
  height: 22px;
}
.sideflap .sideflap__list .sideflap__list-item.sideflap__list-item--facebook {
  background-color: #1877f2;
}
.sideflap .sideflap__list .sideflap__list-item.sideflap__list-item--facebook img {
  height: 30px;
}
.sideflap .sideflap__list .sideflap__list-item.sideflap__list-item--instagram {
  background: linear-gradient(72.44deg, #FF7A00 11.92%, #FF0169 51.56%, #D300C5 85.69%);
}
.sideflap .sideflap__list .sideflap__list-item.sideflap__list-item--instagram img {
  height: 30px;
}
.sideflap .sideflap__list .sideflap__list-item a {
  display: block;
  cursor: pointer;
}
.sideflap .sideflap__list .sideflap__list-item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ce-textpic {
  margin-bottom: 40px;
}
.ce-textpic img {
  width: 100%;
  height: auto;
}
.ce-textpic.ce-above .ce-inner {
  display: flex;
  flex-wrap: wrap;
}
.ce-textpic.ce-above .ce-inner .ce-column {
  flex: 0 1 100%;
  padding: 15px;
}
@media (max-width: 1024px) {
  .ce-textpic.ce-above .ce-inner .ce-column {
    flex: 0 1 100%;
  }
}
@media (max-width: 768px) {
  .ce-textpic.ce-above .ce-inner .ce-column {
    flex: 0 1 50%;
  }
}
@media (max-width: 480px) {
  .ce-textpic.ce-above .ce-inner .ce-column {
    flex: 0 1 100%;
  }
}
.ce-textpic.ce-left .ce-gallery .ce-column {
  margin-bottom: 20px;
}
.ce-textpic.ce-icon .ce-gallery {
  margin-top: 20px;
}
.ce-textpic.ce-icon .ce-gallery .ce-inner {
  display: block;
  flex-wrap: initial;
}
.ce-textpic.ce-icon .ce-gallery .ce-inner .ce-column {
  flex: initial;
}
.ce-textpic.ce-icon .ce-gallery .ce-inner .ce-column figure {
  text-align: center;
}
.ce-textpic.ce-icon .ce-gallery .ce-inner .ce-column figure img {
  width: 40%;
  height: auto;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .ce-textpic.ce-icon .ce-gallery .ce-inner .ce-column figure img {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .ce-textpic.ce-icon .ce-gallery .ce-inner .ce-column figure img {
    width: 50%;
  }
}
.ce-textpic.ce-icon .ce-bodytext {
  text-align: center;
}
.ce-textpic.ce-background-image {
  position: relative;
}
.ce-textpic.ce-background-image .ce-bodytext {
  position: relative;
  z-index: 2;
}
.ce-textpic.ce-background-image .ce-bodytext h2, .ce-textpic.ce-background-image .ce-bodytext h3 {
  margin: 20px 0;
}
.ce-textpic.ce-background-image .ce-gallery {
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  z-index: 1;
}
.ce-textpic.ce-background-image .ce-gallery .ce-column {
  height: 100%;
}
.ce-textpic.ce-background-image .ce-gallery .ce-column figure {
  height: 100%;
}
.ce-textpic.ce-background-image .ce-gallery img {
  height: 100%;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .ce-textpic.ce-background-image .ce-gallery img {
    width: 100%;
    height: auto;
  }
}

div.ce-gallery[data-ce-columns="2"] .ce-outer .ce-inner {
  display: flex;
  flex-wrap: wrap;
}
div.ce-gallery[data-ce-columns="2"] .ce-outer .ce-inner .ce-column {
  flex: 0 1 50%;
}
@media (max-width: 480px) {
  div.ce-gallery[data-ce-columns="2"] .ce-outer .ce-inner .ce-column {
    flex: 0 1 100%;
  }
}

.ce-image img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .ce-image.ce-picture-stack {
    margin-top: 30px;
  }
}
.ce-image.ce-picture-stack .ce-outer {
  position: relative;
  z-index: 1;
}
.ce-image.ce-picture-stack .ce-outer .ce-inner {
  position: relative;
}
.ce-image.ce-picture-stack .ce-outer .ce-inner .ce-column {
  position: absolute;
  top: 0;
  left: 0;
}
.ce-image.ce-picture-stack .ce-outer .ce-inner .ce-column-1 {
  z-index: 10;
}
.ce-image.ce-picture-stack .ce-outer .ce-inner .ce-column-2 {
  z-index: 9;
  transform: rotate(-3deg);
}
.ce-image.ce-picture-stack .ce-outer .ce-inner .ce-column-3 {
  z-index: 8;
  transform: rotate(3deg);
}
.ce-image.ce-picture-stack .content-slider {
  z-index: 2;
}
.ce-image.ce-image-matrix .ce-gallery[data-ce-columns="1"] .ce-column {
  width: 100%;
}
.ce-image.ce-image-matrix .ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50%;
}
.ce-image.ce-image-matrix .ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33.33333%;
}
@media (max-width: 1024px) {
  .ce-image.ce-image-matrix .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .ce-image.ce-image-matrix .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 100%;
  }
}
.ce-image.ce-image-matrix .ce-gallery[data-ce-columns="4"] .ce-column {
  width: 25%;
}
@media (max-width: 1024px) {
  .ce-image.ce-image-matrix .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .ce-image.ce-image-matrix .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 25%;
  }
}
@media (max-width: 480px) {
  .ce-image.ce-image-matrix .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 100%;
  }
}
.ce-image.ce-image-matrix .ce-gallery[data-ce-columns="5"] .ce-column {
  width: 20%;
}
@media (max-width: 1024px) {
  .ce-image.ce-image-matrix .ce-gallery[data-ce-columns="5"] .ce-column {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .ce-image.ce-image-matrix .ce-gallery[data-ce-columns="5"] .ce-column {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .ce-image.ce-image-matrix .ce-gallery[data-ce-columns="5"] .ce-column {
    width: 100%;
  }
}
.ce-image.ce-image-matrix .ce-gallery[data-ce-columns="6"] .ce-column {
  width: 16.6666667%;
}
@media (max-width: 1024px) {
  .ce-image.ce-image-matrix .ce-gallery[data-ce-columns="6"] .ce-column {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .ce-image.ce-image-matrix .ce-gallery[data-ce-columns="6"] .ce-column {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .ce-image.ce-image-matrix .ce-gallery[data-ce-columns="6"] .ce-column {
    width: 100%;
  }
}
.ce-image.ce-image-matrix .ce-gallery[data-ce-columns="7"] .ce-column {
  width: 14.2857142857%;
}
@media (max-width: 1024px) {
  .ce-image.ce-image-matrix .ce-gallery[data-ce-columns="7"] .ce-column {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .ce-image.ce-image-matrix .ce-gallery[data-ce-columns="7"] .ce-column {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .ce-image.ce-image-matrix .ce-gallery[data-ce-columns="7"] .ce-column {
    width: 100%;
  }
}
.ce-image.ce-image-matrix .ce-gallery[data-ce-columns="8"] .ce-column {
  width: 12.5%;
}
@media (max-width: 1024px) {
  .ce-image.ce-image-matrix .ce-gallery[data-ce-columns="8"] .ce-column {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .ce-image.ce-image-matrix .ce-gallery[data-ce-columns="8"] .ce-column {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .ce-image.ce-image-matrix .ce-gallery[data-ce-columns="8"] .ce-column {
    width: 100%;
  }
}
.ce-image.ce-image-matrix .ce-gallery .ce-inner {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
}
.ce-image.ce-image-matrix .ce-gallery .ce-inner .ce-column {
  overflow: hidden;
  padding: 10px;
}
.ce-image.ce-image-matrix .ce-gallery .ce-inner .ce-column figure {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  max-height: 200px;
}
.ce-image.ce-image-matrix .ce-gallery .ce-inner .ce-column figure a {
  display: block;
  width: 100%;
  height: 100%;
}
.ce-image.ce-image-matrix .ce-gallery .ce-inner .ce-column figure img {
  opacity: 0;
}
.ce-image.ce-image-list .ce-gallery .ce-outer .ce-inner {
  display: flex;
}
.ce-image.ce-image-list .ce-gallery .ce-outer .ce-inner .ce-column {
  flex: 0 1 20%;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .ce-image.ce-image-list .ce-gallery .ce-outer .ce-inner .ce-column {
    flex: 0 1 25%;
  }
}
@media (max-width: 768px) {
  .ce-image.ce-image-list .ce-gallery .ce-outer .ce-inner .ce-column {
    flex: 0 1 50%;
  }
}
@media (max-width: 480px) {
  .ce-image.ce-image-list .ce-gallery .ce-outer .ce-inner .ce-column {
    flex: 0 1 100%;
  }
}
.ce-image.ce-icon .ce-gallery {
  margin-top: 20px;
}
.ce-image.ce-icon .ce-gallery .ce-inner {
  display: block;
  flex-wrap: initial;
}
.ce-image.ce-icon .ce-gallery .ce-inner .ce-column {
  flex: initial;
}
.ce-image.ce-icon .ce-gallery .ce-inner .ce-column figure {
  text-align: center;
}
.ce-image.ce-icon .ce-gallery .ce-inner .ce-column figure img {
  width: 40%;
  height: auto;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .ce-image.ce-icon .ce-gallery .ce-inner .ce-column figure img {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .ce-image.ce-icon .ce-gallery .ce-inner .ce-column figure img {
    width: 50%;
  }
}
.ce-image.ce-icon .ce-bodytext {
  text-align: center;
}

.content-headline {
  padding: 20px;
  margin-left: -20px;
  position: relative;
}
.content-headline h1, .content-headline h2, .content-headline h3, .content-headline h4, .content-headline h5 {
  position: relative;
  z-index: 2;
  -webkit-hyphens: auto;
  hyphens: auto;
  text-transform: initial;
}
.content-headline .spray {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.content-headline .spray.spray--blue {
  background-image: url(../Images/Sprays/Himmelblau-Large1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
.content-headline .spray.spray--green {
  background-image: url(../Images/Sprays/Blattgruen-Large1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
.content-headline .spray.spray--yellow {
  background-image: url(../Images/Sprays/Sonnengelb-Large1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.ce-bodytext .font-barlow {
  font-family: "Barlow", sans-serif;
}

.stage {
  position: relative;
  padding: 50px 0 0;
}
@media (max-width: 768px) {
  .stage {
    padding: 20px 0 0;
  }
}
.stage .stage__title {
  z-index: 4;
  position: relative;
  width: 100%;
  min-height: 200px;
}
@media (max-width: 768px) {
  .stage .stage__title {
    bottom: -20px;
  }
}
@media (max-width: 480px) {
  .stage .stage__title {
    min-height: 90px;
    background-size: cover;
    background-position: -30px 0;
    bottom: -30px;
  }
}
.stage .stage__title header {
  position: relative;
  z-index: 2;
}
.stage .stage__title h1 {
  font-weight: normal;
  color: #333d99;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0;
  padding: 30px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .stage .stage__title h1 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .stage .stage__title h1 {
    top: 0;
    font-size: 46px;
  }
}
@media (max-width: 480px) {
  .stage .stage__title h1 {
    font-size: 30px;
  }
}
.stage .stage__title h1 strong {
  font-family: "Barlow Semi Condensed", sans-serif;
}
.stage .stage__title.stage__title--startpage {
  background-size: cover;
  background-position: 0 -10px;
  margin-top: -15%;
}
@media (max-width: 1024px) {
  .stage .stage__title.stage__title--startpage {
    margin-top: -20%;
  }
}
@media (max-width: 480px) {
  .stage .stage__title.stage__title--startpage {
    margin-top: -30%;
    margin-bottom: 20px;
  }
}
.stage .stage__title.stage__title--startpage .stage__spray {
  background-image: url("../Images/Sprays/White-Startpage.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 350px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .stage .stage__title.stage__title--startpage .stage__spray {
    height: 300px;
    top: -30px;
  }
}
@media (max-width: 768px) {
  .stage .stage__title.stage__title--startpage .stage__spray {
    height: 210px;
    top: -40px;
  }
}
@media (max-width: 480px) {
  .stage .stage__title.stage__title--startpage .stage__spray {
    height: 210px;
    top: -30px;
  }
}
@media (max-width: 1024px) {
  .stage .stage__title.stage__title--startpage {
    background-size: 100%;
  }
}
.stage .stage__title.stage__title--startpage h1 {
  font-size: 100px;
}
@media (max-width: 1024px) {
  .stage .stage__title.stage__title--startpage h1 {
    font-size: 75px;
  }
}
@media (max-width: 768px) {
  .stage .stage__title.stage__title--startpage h1 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .stage .stage__title.stage__title--startpage h1 {
    font-size: 30px;
    padding: 50px 0 20px;
  }
}
.stage .stage__title.stage__title--blue {
  margin-top: -10%;
}
@media (max-width: 1024px) {
  .stage .stage__title.stage__title--blue {
    margin-top: -15%;
  }
}
@media (max-width: 768px) {
  .stage .stage__title.stage__title--blue {
    margin-left: 0;
    margin-top: -20%;
  }
}
@media (max-width: 480px) {
  .stage .stage__title.stage__title--blue {
    margin-top: -25%;
  }
}
.stage .stage__title.stage__title--blue header {
  z-index: 2;
  position: relative;
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
}
@media (max-width: 768px) {
  .stage .stage__title.stage__title--blue header {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.stage .stage__title.stage__title--blue header h1 {
  font-size: 70px;
  top: 10px;
}
@media (max-width: 1024px) {
  .stage .stage__title.stage__title--blue header h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .stage .stage__title.stage__title--blue header h1 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .stage .stage__title.stage__title--blue header h1 {
    font-size: 30px;
    top: 0;
  }
}
.stage .stage__title.stage__title--blue .stage__spray {
  width: 100%;
  height: 300px;
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 0;
  background-image: url("../Images/Sprays/Himmelblau-Large2.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .stage .stage__title.stage__title--blue .stage__spray {
    top: -15px;
    height: 200px;
  }
}
@media (max-width: 480px) {
  .stage .stage__title.stage__title--blue .stage__spray {
    top: -5px;
    height: 120px;
  }
}
.stage .stage__title.stage__title--white1 {
  margin-top: -10%;
}
@media (max-width: 1024px) {
  .stage .stage__title.stage__title--white1 {
    margin-top: -15%;
  }
}
@media (max-width: 768px) {
  .stage .stage__title.stage__title--white1 {
    margin-left: 0;
    margin-top: -20%;
  }
}
@media (max-width: 480px) {
  .stage .stage__title.stage__title--white1 {
    margin-top: -20%;
  }
}
.stage .stage__title.stage__title--white1 header {
  z-index: 2;
  position: relative;
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
}
@media (max-width: 768px) {
  .stage .stage__title.stage__title--white1 header {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.stage .stage__title.stage__title--white1 header h1 {
  font-size: 70px;
  top: 10px;
}
@media (max-width: 1024px) {
  .stage .stage__title.stage__title--white1 header h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .stage .stage__title.stage__title--white1 header h1 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .stage .stage__title.stage__title--white1 header h1 {
    font-size: 30px;
    top: 0;
  }
}
.stage .stage__title.stage__title--white1 .stage__spray {
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: 1;
  top: -120px;
  left: 0;
  background-image: url("../Images/Sprays/White-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .stage .stage__title.stage__title--white1 .stage__spray {
    height: 300px;
    top: -90px;
    left: -70px;
  }
}
@media (max-width: 480px) {
  .stage .stage__title.stage__title--white1 .stage__spray {
    height: 190px;
    top: -50px;
    left: -20px;
  }
}
.stage .stage__title.stage__title--white2 {
  margin-top: -10%;
  min-height: 170px;
}
@media (max-width: 1024px) {
  .stage .stage__title.stage__title--white2 {
    margin-top: -15%;
  }
}
@media (max-width: 768px) {
  .stage .stage__title.stage__title--white2 {
    margin-left: 0;
    margin-top: -20%;
  }
}
@media (max-width: 480px) {
  .stage .stage__title.stage__title--white2 {
    margin-top: -20%;
  }
}
.stage .stage__title.stage__title--white2 header {
  z-index: 2;
  position: relative;
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
}
@media (max-width: 768px) {
  .stage .stage__title.stage__title--white2 header {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.stage .stage__title.stage__title--white2 header h1 {
  font-size: 70px;
  top: 10px;
}
@media (max-width: 1024px) {
  .stage .stage__title.stage__title--white2 header h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .stage .stage__title.stage__title--white2 header h1 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .stage .stage__title.stage__title--white2 header h1 {
    font-size: 30px;
    top: 0;
  }
}
.stage .stage__title.stage__title--white2 .stage__spray {
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: 1;
  top: -120px;
  left: 0;
  background-image: url("../Images/Sprays/White-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1024px) {
  .stage .stage__title.stage__title--white2 .stage__spray {
    height: 300px;
    top: -70px;
    left: 0;
  }
}
@media (max-width: 1024px) {
  .stage .stage__title.stage__title--white2 .stage__spray {
    top: -50px;
    left: 0;
  }
}
@media (max-width: 480px) {
  .stage .stage__title.stage__title--white2 .stage__spray {
    height: 190px;
    top: -20px;
    left: -20px;
  }
}
.stage .stage__title.stage__title--yellow {
  margin-top: -10%;
}
@media (max-width: 1024px) {
  .stage .stage__title.stage__title--yellow {
    margin-top: -15%;
  }
}
@media (max-width: 768px) {
  .stage .stage__title.stage__title--yellow {
    margin-left: 0;
    margin-top: -20%;
  }
}
@media (max-width: 480px) {
  .stage .stage__title.stage__title--yellow {
    margin-top: -25%;
  }
}
.stage .stage__title.stage__title--yellow header {
  z-index: 2;
  position: relative;
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
}
@media (max-width: 768px) {
  .stage .stage__title.stage__title--yellow header {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.stage .stage__title.stage__title--yellow header h1 {
  font-size: 70px;
  top: 10px;
}
@media (max-width: 1024px) {
  .stage .stage__title.stage__title--yellow header h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .stage .stage__title.stage__title--yellow header h1 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .stage .stage__title.stage__title--yellow header h1 {
    font-size: 30px;
    top: 0;
  }
}
.stage .stage__title.stage__title--yellow .stage__spray {
  width: 100%;
  height: 250px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-image: url("../Images/Sprays/Sonnengelb-Large1.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .stage .stage__title.stage__title--yellow .stage__spray {
    height: 190px;
  }
}
@media (max-width: 480px) {
  .stage .stage__title.stage__title--yellow .stage__spray {
    height: 110px;
  }
}
.stage .stage__title.stage__title--green {
  margin-top: -10%;
}
@media (max-width: 1024px) {
  .stage .stage__title.stage__title--green {
    margin-top: -15%;
  }
}
@media (max-width: 768px) {
  .stage .stage__title.stage__title--green {
    margin-left: 0;
    margin-top: -20%;
  }
}
@media (max-width: 480px) {
  .stage .stage__title.stage__title--green {
    margin-top: -30%;
  }
}
.stage .stage__title.stage__title--green header {
  z-index: 2;
  position: relative;
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
}
@media (max-width: 768px) {
  .stage .stage__title.stage__title--green header {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.stage .stage__title.stage__title--green header h1 {
  font-size: 70px;
  top: 10px;
}
@media (max-width: 1024px) {
  .stage .stage__title.stage__title--green header h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .stage .stage__title.stage__title--green header h1 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .stage .stage__title.stage__title--green header h1 {
    font-size: 30px;
    top: 0;
  }
}
.stage .stage__title.stage__title--green .stage__spray {
  width: 100%;
  height: 300px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: 0;
  background-image: url("../Images/Sprays/Blattgruen-Large2.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .stage .stage__title.stage__title--green .stage__spray {
    height: 230px;
  }
}
@media (max-width: 480px) {
  .stage .stage__title.stage__title--green .stage__spray {
    top: 0;
    height: 130px;
  }
}
.stage .stage__images {
  position: relative;
  z-index: 2;
}
.stage .stage__images:before {
  content: " ";
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  display: block;
}
.stage .stage__images .stage__image {
  position: absolute;
  top: 0;
  left: 0;
}
.stage .stage__images .stage__image.stage__image--1 {
  transform: rotate(5deg);
}
.stage .stage__images .stage__image.stage__image--2 {
  transform: rotate(3deg);
}
.stage .stage__images .stage__image.stage__image--3 {
  transform: rotate(1deg);
}
.stage .stage__images .stage__image.stage__image--4 {
  transform: rotate(-1deg);
}
.stage .stage__images .stage__image.stage__image--5 {
  transform: rotate(-3deg);
}
.stage .stage__images .stage__image img {
  width: 100%;
  height: auto;
  position: relative;
}
.stage .stage__slideshow {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 3;
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 768px) {
  .stage .stage__slideshow {
    top: 20px;
  }
}
.stage .stage__slideshow .stage__slide img {
  width: 100%;
  height: auto;
  position: relative;
}

.icon-matrix {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 1px 0;
}
.icon-matrix .icon-matrix__topic {
  float: left;
  position: relative;
  width: 25%;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .icon-matrix .icon-matrix__topic {
    width: 33.33333%;
  }
}
@media (max-width: 768px) {
  .icon-matrix .icon-matrix__topic {
    width: 50%;
  }
}
.icon-matrix .icon-matrix__topic:nth-of-type(4n+2) .icon-matrix__details {
  margin-left: -100%;
}
@media (max-width: 1024px) {
  .icon-matrix .icon-matrix__topic:nth-of-type(4n+2) .icon-matrix__details {
    margin-left: initial;
  }
}
.icon-matrix .icon-matrix__topic:nth-of-type(4n+3) .icon-matrix__details {
  margin-left: -200%;
}
@media (max-width: 1024px) {
  .icon-matrix .icon-matrix__topic:nth-of-type(4n+3) .icon-matrix__details {
    margin-left: initial;
  }
}
.icon-matrix .icon-matrix__topic:nth-of-type(4n+4) .icon-matrix__details {
  margin-left: -300%;
}
@media (max-width: 1024px) {
  .icon-matrix .icon-matrix__topic:nth-of-type(4n+4) .icon-matrix__details {
    margin-left: initial;
  }
}
.icon-matrix .icon-matrix__topic:nth-of-type(4n+5) {
  clear: left;
}
@media (max-width: 1024px) {
  .icon-matrix .icon-matrix__topic:nth-of-type(4n+5) {
    clear: initial;
  }
}
@media (max-width: 1024px) {
  .icon-matrix .icon-matrix__topic:nth-of-type(3n+2) .icon-matrix__details {
    margin-left: -100%;
  }
}
@media (max-width: 768px) {
  .icon-matrix .icon-matrix__topic:nth-of-type(3n+2) .icon-matrix__details {
    margin-left: initial;
  }
}
@media (max-width: 1024px) {
  .icon-matrix .icon-matrix__topic:nth-of-type(3n+3) .icon-matrix__details {
    margin-left: -200%;
  }
}
@media (max-width: 768px) {
  .icon-matrix .icon-matrix__topic:nth-of-type(3n+3) .icon-matrix__details {
    margin-left: initial;
  }
}
@media (max-width: 1024px) {
  .icon-matrix .icon-matrix__topic:nth-of-type(3n+4) {
    clear: left;
  }
}
@media (max-width: 768px) {
  .icon-matrix .icon-matrix__topic:nth-of-type(3n+4) {
    clear: initial;
  }
}
@media (max-width: 768px) {
  .icon-matrix .icon-matrix__topic:nth-of-type(2n+2) .icon-matrix__details {
    margin-left: -100%;
  }
}
@media (max-width: 768px) {
  .icon-matrix .icon-matrix__topic:nth-of-type(2n+3) {
    clear: left;
  }
}
.icon-matrix .icon-matrix__topic.icon-matrix__topic--is-expanded .icon-matrix__details {
  max-height: 500px;
  margin-top: 10px;
  position: relative;
  left: initial;
}
@media (max-width: 768px) {
  .icon-matrix .icon-matrix__topic.icon-matrix__topic--is-expanded .icon-matrix__details {
    max-height: initial;
  }
}
.icon-matrix .icon-matrix__topic.icon-matrix__topic--is-collapsed {
  overflow: hidden;
}
.icon-matrix .icon-matrix__topic.icon-matrix__topic--is-collapsed .icon-matrix__image .icon-matrix__link .icon-matrix__arrow-up {
  opacity: 0;
}
.icon-matrix .icon-matrix__topic.icon-matrix__topic--is-collapsed .icon-matrix__details {
  position: absolute;
  left: -9999999px;
}
.icon-matrix .icon-matrix__topic .icon-matrix__button {
  text-align: center;
}
.icon-matrix .icon-matrix__topic .icon-matrix__button:hover {
  cursor: pointer;
}
.icon-matrix .icon-matrix__topic .icon-matrix__button .icon-matrix__icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.icon-matrix .icon-matrix__topic .icon-matrix__button .icon-matrix__label {
  text-align: center;
}
.icon-matrix .icon-matrix__topic .icon-matrix__button .icon-matrix__label h3 {
  font-size: 22px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: normal;
  font-style: italic;
  color: #333d99;
  margin: 0;
}
.icon-matrix .icon-matrix__topic .icon-matrix__details {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 10px;
  max-height: 0;
  transition: max-height 0.3s ease-in-out, margin-bottom 0.1s 0.2s;
  width: 400%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .icon-matrix .icon-matrix__topic .icon-matrix__details {
    width: 300%;
  }
}
@media (max-width: 768px) {
  .icon-matrix .icon-matrix__topic .icon-matrix__details {
    width: 200%;
  }
}
.icon-matrix .icon-matrix__topic .icon-matrix__details .icon-matrix__content {
  width: 90%;
  margin: 0 auto;
  background-color: #EEF0F8;
  padding: 20px;
}
.icon-matrix .icon-matrix__topic .icon-matrix__details .icon-matrix__content::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 768px) {
  .icon-matrix .icon-matrix__topic .icon-matrix__details .icon-matrix__content {
    width: 85%;
  }
}
@media (max-width: 480px) {
  .icon-matrix .icon-matrix__topic .icon-matrix__details .icon-matrix__content {
    width: 100%;
  }
}
.icon-matrix .icon-matrix__topic .icon-matrix__details .icon-matrix__content ul {
  margin: 0;
}
.icon-matrix .icon-matrix__topic .icon-matrix__details .icon-matrix__content ul li {
  list-style: none outside none;
  margin-bottom: 10px;
}
.icon-matrix .icon-matrix__topic .icon-matrix__details .icon-matrix__content ul li::after {
  clear: both;
  content: "";
  display: table;
}
.icon-matrix .icon-matrix__topic .icon-matrix__details .icon-matrix__content ul li span {
  display: block;
  float: left;
  line-height: 24px;
  width: calc(100% - 40px);
}
.icon-matrix .icon-matrix__topic .icon-matrix__details .icon-matrix__content .link.link--icon:before {
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: true;
  background-image: url(../Icons/Content/blue/arrow.svg);
  margin-right: 10px;
  float: left;
  margin-top: -4px;
}
.icon-matrix .icon-matrix__topic .icon-matrix__details .icon-matrix__content .link.link--icon[href^=mailto]:before {
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: true;
  background-image: url(../Icons/Content/blue/email.svg);
  margin-right: 10px;
}

.button-bar {
  width: 100%;
}
.button-bar .button-bar__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
.button-bar .button-bar__list[data-columns="1"] .button-bar__list-item {
  min-width: 33.33333%;
  max-width: 50%;
  margin: 0 auto;
}
.button-bar .button-bar__list[data-columns="2"] .button-bar__list-item {
  flex: 1 0 50%;
}
.button-bar .button-bar__list[data-columns="3"] .button-bar__list-item {
  flex: 1 0 33.33333%;
}
.button-bar .button-bar__list .button-bar__list-item {
  list-style: none outside none;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .button-bar .button-bar__list .button-bar__list-item {
    flex: 1 0 100% !important;
    padding: 0;
    margin-bottom: 15px;
  }
}
.button-bar .button-bar__list .button-bar__list-item:first-of-type {
  padding-left: 0;
}
.button-bar .button-bar__list .button-bar__list-item:last-of-type {
  padding-right: 0;
}

.content-accordion .content-accordion__list {
  margin: 0;
}
.content-accordion .content-accordion__list .content-accordion__list-item {
  list-style: none outside none;
  margin-bottom: 15px;
  padding: 0;
}
.content-accordion .content-accordion__list .content-accordion__list-item:last-of-type {
  margin-bottom: 0;
}
.content-accordion .content-accordion__list .content-accordion__list-item.content-accordion__list-item--opened .content-accordion__header .content-accordion__button .content-accordion__button-icon:before {
  opacity: 0;
}
.content-accordion .content-accordion__list .content-accordion__list-item .content-accordion__header {
  position: relative;
  padding: 0;
}
.content-accordion .content-accordion__list .content-accordion__list-item .content-accordion__header h3 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #333d99;
  margin: 0 0 0 30px;
  font-style: initial;
  line-height: 32px;
  text-align: left;
}
.content-accordion .content-accordion__list .content-accordion__list-item .content-accordion__header .content-accordion__button {
  position: relative;
  background-color: transparent;
  border: none;
  padding-right: 10px;
}
.content-accordion .content-accordion__list .content-accordion__list-item .content-accordion__header .content-accordion__button .content-accordion__button-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: none;
  position: absolute;
  display: inline-block;
  float: left;
  background-color: transparent;
  top: 4px;
  left: 0;
}
@media (max-width: 768px) {
  .content-accordion .content-accordion__list .content-accordion__list-item .content-accordion__header .content-accordion__button .content-accordion__button-icon {
    top: 3px;
  }
}
.content-accordion .content-accordion__list .content-accordion__list-item .content-accordion__header .content-accordion__button .content-accordion__button-icon:before, .content-accordion .content-accordion__list .content-accordion__list-item .content-accordion__header .content-accordion__button .content-accordion__button-icon:after {
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: ease-in-out 0.3s opacity;
  background-color: #333d99;
}
.content-accordion .content-accordion__list .content-accordion__list-item .content-accordion__header .content-accordion__button .content-accordion__button-icon:before {
  width: 3px;
  height: 15px;
}
.content-accordion .content-accordion__list .content-accordion__list-item .content-accordion__header .content-accordion__button .content-accordion__button-icon:after {
  width: 15px;
  height: 3px;
}
.content-accordion .content-accordion__list .content-accordion__list-item .content-accordion__content {
  margin-left: 30px;
  display: none;
  padding: 20px 0;
}

.grid.grid--background-image .content-accordion .content-accordion__list-item .content-accordion__header * {
  color: #333d99;
}
.grid.grid--background-image .content-accordion .content-accordion__list-item .content-accordion__header .content-accordion__button:focus {
  border: 2px solid #ffffff;
}
.grid.grid--background-image .content-accordion .content-accordion__list-item .content-accordion__header .content-accordion__button span:before, .grid.grid--background-image .content-accordion .content-accordion__list-item .content-accordion__header .content-accordion__button span:after {
  background-color: #ffffff;
}
.grid.grid--background-image .content-accordion .content-accordion__list-item .content-accordion__content * {
  color: #333d99;
}
.grid.grid--lightgrey .content-accordion .content-accordion__list-item {
  background-color: #ffffff;
}

.icon-header {
  background-image: url(../Images/Sprays/Icon-Header.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}
.icon-header .icon-header__icon {
  display: inline-block;
}
.icon-header .icon-header__icon .icon {
  background-size: 110px;
  width: 110px;
  height: 110px;
}
@media (max-width: 768px) {
  .icon-header .icon-header__icon .icon {
    background-size: 80px;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
}
.icon-header .icon-header__header {
  display: inline-block;
  position: relative;
  top: -30px;
}
.icon-header .icon-header__header h2 {
  font-size: 50px;
  font-family: "Barlow", sans-serif;
}
.icon-header .icon-header__header h2 strong {
  font-family: "Barlow Semi Condensed", sans-serif;
}

.popup {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 26;
  display: none;
}
.popup .container {
  width: 1200px;
  margin: 0 !important;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .popup .container {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .popup .container {
    width: 80%;
    height: 80%;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .popup .container {
    width: 90%;
    height: 90%;
  }
}
.popup .container .popup__close {
  width: 50px;
  height: 50px;
  background-color: #333d99;
  position: absolute;
  top: 0;
  right: 0;
}
.popup .container .popup__close .popup__close-button {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
}
.popup .container .popup__close .popup__close-button .icon {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/white/close.svg);
}
.popup .container .popup__frame {
  max-height: 100%;
  overflow: auto;
}
.popup .container .popup__frame .popup__content::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 768px) {
  .popup .container .popup__frame .popup__content {
    overflow-y: auto;
  }
}
.popup .container .popup__frame .popup__content .popup__image {
  width: 35%;
  float: left;
}
@media (max-width: 1200px) {
  .popup .container .popup__frame .popup__content .popup__image {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .popup .container .popup__frame .popup__content .popup__image {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .popup .container .popup__frame .popup__content .popup__image {
    width: 100%;
    float: none;
  }
}
.popup .container .popup__frame .popup__content .popup__image img {
  width: 100%;
  height: auto;
}
.popup .container .popup__frame .popup__content .popup__text {
  width: 65%;
  float: right;
  padding: 20px 20px 10px 20px;
  height: 100%;
}
@media (max-width: 1200px) {
  .popup .container .popup__frame .popup__content .popup__text {
    width: 55%;
  }
}
@media (max-width: 1024px) {
  .popup .container .popup__frame .popup__content .popup__text {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .popup .container .popup__frame .popup__content .popup__text {
    width: 100%;
    float: none;
  }
}
.popup .container .popup__frame .popup__content .popup__text .popup__heading {
  margin-bottom: 20px;
}
.popup .container .popup__frame .popup__content .popup__text .popup__bodytext p:last-of-type {
  margin-bottom: 0;
}

.icon.icon--basketball {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/basketball.svg);
}
.icon.icon--book {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/book.svg);
}
.icon.icon--bubble {
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/bubble.svg);
}
.icon.icon--childhead {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/childhead.svg);
}
.icon.icon--cutlery {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/cutlery.svg);
}
.icon.icon--ear {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/ear.svg);
}
.icon.icon--family {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/family.svg);
}
.icon.icon--food {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/food.svg);
}
.icon.icon--hands {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/hands.svg);
}
.icon.icon--handup {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/hand.svg);
  transform: scaleX(-1) rotate(-46deg);
}
.icon.icon--handdown {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/hand.svg);
  transform: rotate(46deg);
}
.icon.icon--heart {
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/heart.svg);
}
.icon.icon--house {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/house.svg);
}
.icon.icon--microphone {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/microphone.svg);
}
.icon.icon--money {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/money.svg);
}
.icon.icon--shoe {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/shoe.svg);
}
.icon.icon--shower {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/shower.svg);
}
.icon.icon--stopwatch {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/stopwatch.svg);
}
.icon.icon--tshirt {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/tshirt.svg);
}
.icon.icon--watch {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/watch.svg);
}
.icon.icon--email {
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/email.svg);
}
.icon.icon--phone {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/phone.svg);
}
.icon.icon--arrow {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  background-image: url(../Icons/Content/blue/arrow.svg);
}

.page-navigation:first-of-type {
  margin-bottom: 30px;
}
.page-navigation p {
  margin: 0;
  text-align: center;
}
.page-navigation .f3-widget-paginator {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.page-navigation .f3-widget-paginator li {
  list-style: none outside none;
  display: inline-block;
  margin: 0 5px;
}
.page-navigation .f3-widget-paginator li.previous, .page-navigation .f3-widget-paginator li.next {
  font-size: 0px;
  line-height: 44px;
  position: relative;
}
.page-navigation .f3-widget-paginator li.previous:after, .page-navigation .f3-widget-paginator li.next:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: calc(50% + 5px);
  transform: translate(-50%, -50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.page-navigation .f3-widget-paginator li.previous:after {
  border-right: 10px solid #ffffff;
  border-left: 10px solid transparent;
  left: calc(50% - 5px);
}
.page-navigation .f3-widget-paginator li.next:after {
  border-right: 10px solid transparent;
  border-left: 10px solid #ffffff;
  left: calc(50% + 5px);
}
.page-navigation .f3-widget-paginator li.current {
  width: 30px;
  height: 30px;
  background-color: #EEF0F8;
  font-family: "Barlow", sans-serif;
}
.page-navigation .f3-widget-paginator li span {
  color: #333d99;
  display: block;
  width: 30px;
  height: 30px;
}
.page-navigation .f3-widget-paginator li a {
  width: 30px;
  height: 30px;
  display: block;
  background-color: #333d99;
  color: #ffffff;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 23;
  display: none;
}
.overlay.open {
  display: block;
}
.overlay .overlay__close {
  width: 50px;
  height: 50px;
  background-color: #333d99;
  position: absolute;
  top: 0;
  right: 0;
}
.overlay .overlay__close .button {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
}
.overlay .overlay__close .button .icon {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url(../Icons/Content/white/close.svg);
}
.overlay .container {
  background-color: #ffffff;
  position: fixed;
  top: 30px;
  bottom: 30px;
  height: calc(100vh - 60px);
  left: 50%;
  width: 1200px;
  transform: translateX(-50%);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .overlay .container {
    width: calc(100% - 40px);
    margin: 0 20px;
    left: 0;
    transform: initial;
  }
}
@media (max-width: 768px) {
  .overlay .container {
    padding: 40px 15px;
  }
}
.overlay .container .overlay__frame {
  position: absolute;
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
  overflow-x: scroll;
}
@media (max-width: 1024px) {
  .overlay .container .overlay__frame {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 480px) {
  .overlay .container .overlay__frame {
    left: 15px;
    right: 15px;
  }
}
.overlay .container .overlay__content h1 {
  margin: 0 0 30px;
}

.team {
  background-color: #EEF0F8;
}
.team.team--default {
  padding: 50px;
}
.team .container .team__headline h2 {
  font-family: "Barlow Semi Condensed";
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
}
.team .container .team__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.team .container .team__main .team__member {
  flex: 0 1 30%;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .team .container .team__main .team__member {
    flex: 0 1 48%;
  }
}
@media (max-width: 480px) {
  .team .container .team__main .team__member {
    flex: 0 1 100%;
  }
}
.team .container .team__main .team__member .team__picture {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.team .container .team__main .team__member .team__picture img {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .team .container .team__main .team__member .team__picture img {
    width: 100%;
    max-height: initial;
    height: initial;
  }
}
@media (max-width: 1024px) {
  .team .container .team__main .team__member .team__picture img {
    width: 100%;
    max-height: initial;
  }
}
.team .container .team__main .team__member .team__picture .team__picture-placeholder {
  width: 100%;
  position: relative;
  background-color: #e8e8e8;
  padding-top: 66.6666666667%;
}
.team .container .team__main .team__member .team__content {
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
.team .container .team__main .team__member .team__content h3 {
  margin-bottom: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  display: block;
  margin-bottom: 15px;
}
.team .container .team__main .team__member .team__content p {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #333d99;
}
.team .container .team__main .team__member .team__content a {
  color: #333d99;
}
.team .container .team__main .team__member .team__content span {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  display: block;
  margin-bottom: 15px;
}

.team {
  background-color: #EEF0F8;
  padding-top: 10px;
}
.team .team__tab-links .team__list {
  text-align: center;
}
.team .team__tab-links .team__list .team__list-item {
  display: inline-block;
  list-style: none outside none;
  margin-bottom: 0;
}
.team .team__tab-links .team__list .team__list-item.team__list-item--active a {
  color: #333d99;
  position: relative;
  font-weight: bold;
}
.team .team__tab-links .team__list .team__list-item a {
  display: inline-block;
  line-height: 70px;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #333d99;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 0 5px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .team .team__tab-links .team__list .team__list-item a {
    width: auto;
    padding: 0 10px;
  }
}
.team .team__introduction {
  width: calc(191.6666666667% - 58.3333333333px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
}
.team .team__introduction h1 {
  margin-top: 0;
}
.team .team__group {
  display: none;
  padding: 70px 0 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.team .team__group h2 {
  width: calc(191.6666666667% - 58.3333333333px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
}
.team .team__group .team__member {
  flex: 0 1 30%;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .team .team__group .team__member {
    flex: 0 1 48%;
  }
}
@media (max-width: 480px) {
  .team .team__group .team__member {
    flex: 0 1 100%;
  }
}
.team .team__group .team__member .team__picture {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.team .team__group .team__member .team__picture img {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .team .team__group .team__member .team__picture img {
    width: 100%;
    max-height: initial;
    height: initial;
  }
}
@media (max-width: 1024px) {
  .team .team__group .team__member .team__picture img {
    width: 100%;
    max-height: initial;
  }
}
.team .team__group .team__member .team__picture .team__picture-placeholder {
  width: 100%;
  position: relative;
  background-color: #e8e8e8;
  padding-top: 66.6666666667%;
}
.team .team__group .team__member .team__content {
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
.team .team__group .team__member .team__content h3 {
  margin-bottom: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  display: block;
  margin-bottom: 15px;
}
.team .team__group .team__member .team__content p {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #333d99;
}
.team .team__group .team__member .team__content a {
  color: #333d99;
}
.team .team__group .team__member .team__content span {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  display: block;
  margin-bottom: 15px;
}

.news-teaser {
  margin-bottom: 30px;
}
.news-teaser::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 768px) {
  .news-teaser {
    margin-bottom: 40px;
  }
}
.news-teaser.news-teaser--job-offer .news-teaser__media a img {
  transform: rotate(0deg) !important;
}
.news-teaser .news-teaser__media {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .news-teaser .news-teaser__media {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .news-teaser .news-teaser__media {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.news-teaser .news-teaser__media img {
  width: 100%;
  height: auto;
}
.news-teaser .news-teaser__information {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .news-teaser .news-teaser__information {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .news-teaser .news-teaser__information {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.news-teaser .news-teaser__information .news-teaser__date {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .news-teaser .news-teaser__information .news-teaser__date {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.news-teaser .news-teaser__information .news-teaser__headline h3 span {
  font-family: "Barlow Semi Condensed", sans-serif;
}
.news-teaser .news-teaser__information .news-teaser__link .icon {
  background-size: 24px;
}

/* Teaser columns */
.news-list-view.news-list-view--teaser-columns {
  display: flex;
  flex-wrap: wrap;
}
.news-list-view.news-list-view--teaser-columns .news-teaser {
  flex: 0 1 33.33333%;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .news-list-view.news-list-view--teaser-columns .news-teaser {
    flex: 0 1 100%;
    padding: 0;
  }
}
.news-list-view.news-list-view--teaser-columns .news-teaser .news-teaser__media {
  width: 100%;
  float: none;
  margin: 0;
}
.news-list-view.news-list-view--teaser-columns .news-teaser .news-teaser__information {
  width: 100%;
  float: none;
  margin: 0;
}
.news-list-view.news-list-view--teaser-columns .news-teaser .news-teaser__information .news-teaser__headline {
  margin-bottom: 20px;
}
.news-list-view.news-list-view--teaser-columns .news-teaser .news-teaser__information .news-teaser__headline h3 {
  font-size: 35px;
  line-height: 35px;
  text-transform: initial;
}

.news.news--press-release .news__list .news__list-item {
  position: relative;
  background-color: #f6f6f6;
  padding: 15px 0;
}
.news.news--press-release .news__list .news__list-item .news__link {
  background-color: #333d99;
  width: 50px;
  height: 100%;
  position: absolute;
  display: block;
  margin-right: 10px;
  top: 0;
  left: 0;
  transition: ease-in-out background-color 0.3s;
}
.news.news--press-release .news__list .news__list-item .news__link:hover {
  background-color: #4750a3;
}
.news.news--press-release .news__list .news__list-item .news__link img {
  width: 20px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news.news--press-release .news__list .news__list-item .news__text {
  width: calc(100% - 65px);
  margin-left: 65px;
}
.news.news--press-release .news__list .news__list-item .news__text .news__headline {
  font-size: 28px;
  line-height: 34px;
  margin: 0;
}
.news.news--press-release .news__list .news__divider {
  width: 20%;
  height: 5px;
  background-color: #333d99;
  margin: 30px auto;
  border: none;
}

.news-details .news-details__image {
  position: relative;
  z-index: 1;
}
.news-details .news-details__image.news-details__image--job-offer img {
  transform: rotate(0deg);
}
.news-details .news-details__image img {
  width: 100%;
  height: auto;
  transform: rotate(2deg);
}
.news-details .news-details__main {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
  margin-left: calc(16.6666666667% - 23.3333333333px + 40px);
  margin-top: -150px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .news-details .news-details__main {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
  }
}
@media (max-width: 768px) {
  .news-details .news-details__main {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .news-details .news-details__main {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
    margin-top: -120px;
  }
}
.news-details .news-details__main .news-details__headline {
  position: relative;
  padding: 50px 0;
}
.news-details .news-details__main .news-details__headline h1 {
  font-size: 60px;
  line-height: 66px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .news-details .news-details__main .news-details__headline h1 {
    font-size: 45px;
    line-height: 51px;
  }
}
@media (max-width: 480px) {
  .news-details .news-details__main .news-details__headline h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.news-details .news-details__main .news-details__headline .news-details__headline-spray {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../Images/Sprays/White-2.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.news-details .news-details__main .news-details__teaser p {
  font-family: "Barlow Semi Condensed", sans-serif;
}
.news-details .news-details__main .news-details__back-link {
  text-align: center;
}
.news-details .news-details__main .news-details__back-link a {
  display: inline-block;
  padding: 8px 10px;
  border: 2px solid #333d99;
  border-radius: 5px;
  font-size: 20px;
}

.tx-netl-newsletter-subscription.loading form, .tx-netl-newsletter-subscription.loading p {
  filter: blur(2px);
  opacity: 0.7;
}
.tx-netl-newsletter-subscription .error {
  margin-bottom: 20px;
  color: #990000;
  padding: 5px 10px;
}
.tx-netl-newsletter-subscription h1 {
  margin-bottom: 50px;
  line-height: 1.1;
}
.tx-netl-newsletter-subscription form label {
  display: block;
  margin-top: 20px;
  padding-bottom: 5px;
}
.tx-netl-newsletter-subscription form input[type=text] {
  display: block;
  padding: 5px 10px;
  width: 100%;
  font-size: 1em;
  border-radius: 8px;
  color: #333d99;
  border: 2px solid #333d99;
}
.tx-netl-newsletter-subscription form input[type=submit] {
  margin: 40px auto;
  display: block;
  font-size: 16px;
  text-decoration: none;
  padding: 8px;
  width: 60%;
  color: #ffffff;
  background: #333d99;
  text-align: center;
  border-radius: 8px;
  border: 2px solid #333d99;
}
.tx-netl-newsletter-subscription form input[type=submit]:hover {
  background: #ffffff;
  color: #333d99;
  cursor: pointer;
}
.tx-netl-newsletter-subscription form .newsletter__terms-wrapper {
  margin-bottom: 20px;
}
.tx-netl-newsletter-subscription form .newsletter__terms-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.tx-netl-newsletter-subscription form .newsletter__terms-wrapper input[type=checkbox] {
  width: 60px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: left;
  background-color: rgba(0, 0, 0, 0.1);
  top: 5px;
  position: relative;
  border-radius: 10px;
  transition: 0.3s ease-in-out background-color;
}
.tx-netl-newsletter-subscription form .newsletter__terms-wrapper input[type=checkbox]:checked {
  background-color: #333d99;
}
.tx-netl-newsletter-subscription form .newsletter__terms-wrapper input[type=checkbox]:checked:before {
  left: 25px;
}
.tx-netl-newsletter-subscription form .newsletter__terms-wrapper input[type=checkbox]:before {
  content: " ";
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  background-color: white;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  top: -5px;
  left: 5px;
  border-radius: 50%;
  transition: 0.3s ease-in-out left;
}
.tx-netl-newsletter-subscription form .newsletter__terms-wrapper label {
  float: right;
  width: calc(100% - 80px);
  margin-top: 0;
}
.tx-netl-newsletter-subscription form input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  line-height: 1.3;
}

.tx-netl-timetable::after {
  clear: both;
  content: "";
  display: table;
}
.tx-netl-timetable .cd-schedule {
  padding-top: 90px;
  margin-bottom: 10px;
}
.tx-netl-timetable .cd-schedule .weekday,
.tx-netl-timetable .cd-schedule .weekday-spacer {
  position: sticky !important;
  top: 119px;
  z-index: 5 !important;
}
.tx-netl-timetable .cd-schedule .weekday {
  width: calc(200% + 2px);
}
.tx-netl-timetable .cd-schedule .top-info {
  position: sticky !important;
  top: 169px;
  z-index: 5 !important;
}
.tx-netl-timetable .cd-schedule .single-event {
  width: calc(100% + 1px);
}
.tx-netl-timetable .cd-schedule .timeline {
  margin-top: 90px;
}
.tx-netl-timetable .cd-schedule .timeline li:nth-child(8n+1),
.tx-netl-timetable .cd-schedule .timeline li:nth-child(8n+2),
.tx-netl-timetable .cd-schedule .timeline li:nth-child(8n+3),
.tx-netl-timetable .cd-schedule .timeline li:nth-child(8n+4) {
  background-color: rgba(238, 240, 248, 0.4);
}
.tx-netl-timetable .cd-schedule .events-group:nth-child(4n+1),
.tx-netl-timetable .cd-schedule .events-group:nth-child(4n+2) {
  background-color: rgba(238, 240, 248, 0.4);
}
.tx-netl-timetable .cd-schedule .events-group:nth-child(4n+1) .weekday:nth-child(2n+1),
.tx-netl-timetable .cd-schedule .events-group:nth-child(4n+2) .weekday:nth-child(2n+1) {
  background-color: #eef0f8;
  z-index: 2;
  position: relative;
  width: calc(200% + 3px);
}
.tx-netl-timetable .cd-schedule .events-group:nth-child(4n+1) .weekday-spacer:nth-child(2n+1),
.tx-netl-timetable .cd-schedule .events-group:nth-child(4n+2) .weekday-spacer:nth-child(2n+1) {
  z-index: 1;
  position: relative;
}
.tx-netl-timetable .cd-schedule .events-group:nth-child(4n+1) .top-info,
.tx-netl-timetable .cd-schedule .events-group:nth-child(4n+2) .top-info {
  background-color: #EEF0F8;
}
.tx-netl-timetable .cd-schedule .events-group:nth-child(4n+3) .top-info,
.tx-netl-timetable .cd-schedule .events-group:nth-child(4n+4) .top-info {
  background-color: #ffffff;
}
.tx-netl-timetable .cd-schedule .events .single-event {
  background-color: #333d99;
  overflow: hidden;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.tx-netl-timetable .cd-schedule .events .single-event .event-date {
  color: #ffffff;
}
.tx-netl-timetable .cd-schedule .events .single-event .event-name {
  color: #ffffff;
  font-size: 18px !important;
  line-height: 24px !important;
  margin: 0 0 10px;
}
.tx-netl-timetable .cd-schedule .events .single-event .event-info {
  color: #ffffff;
  font-size: 16px !important;
  line-height: 24px !important;
}
@media (max-width: 1200px) {
  .tx-netl-timetable .cd-schedule {
    width: calc(100% - 20px);
  }
}
@media (max-width: 1024px) {
  .tx-netl-timetable .cd-schedule {
    width: 100%;
    padding-top: 50px;
  }
  .tx-netl-timetable .cd-schedule .events .events-group {
    width: 50%;
    border-bottom: 0 !important;
    padding: 0 10px;
    margin: 0 !important;
    overflow: hidden;
    float: left;
    background: none;
  }
  .tx-netl-timetable .cd-schedule .events .events-group:nth-child(2n+2) {
    padding-bottom: 30px !important;
  }
  .tx-netl-timetable .cd-schedule .events .events-group:nth-child(2n+1) {
    clear: both;
  }
  .tx-netl-timetable .cd-schedule .events .events-group .weekday {
    height: auto;
    background: transparent !important;
    color: #333d99;
    font-size: 30px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    top: initial;
  }
  .tx-netl-timetable .cd-schedule .events .events-group .weekday span {
    margin: 0;
  }
  .tx-netl-timetable .cd-schedule .events .events-group .weekday-spacer {
    margin-top: 0;
    height: 76px;
    display: block;
    position: relative;
    top: initial;
  }
  .tx-netl-timetable .cd-schedule .events .events-group .top-info {
    padding: 0 0 0 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333d99;
    position: relative;
    top: initial;
    background-color: transparent;
  }
  .tx-netl-timetable .cd-schedule .events .events-group .top-info span {
    margin: 0;
  }
  .tx-netl-timetable .cd-schedule .events .events-group .single-event {
    background: transparent;
    width: 100%;
    height: auto;
    float: none;
    flex-shrink: initial;
    max-width: initial;
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
  }
  .tx-netl-timetable .cd-schedule .events .events-group .single-event:before {
    content: " ";
    position: absolute;
    width: 12px;
    height: 12px;
    background: black;
  }
  .tx-netl-timetable .cd-schedule .events .events-group .single-event a {
    padding: 0;
  }
  .tx-netl-timetable .cd-schedule .events .events-group .single-event .event-name {
    line-height: 1em;
  }
  .tx-netl-timetable .cd-schedule .events .events-group > ul {
    padding: 0;
    overflow: visible;
    display: block;
  }
}
@media (max-width: 768px) {
  .tx-netl-timetable .event-name {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .tx-netl-timetable .cd-schedule .events .events-group {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .tx-netl-timetable .cd-schedule .events .events-group .weekday {
    padding: 0 10px;
  }
  .tx-netl-timetable .cd-schedule .events .events-group .weekday-spacer {
    height: auto;
  }
  .tx-netl-timetable .cd-schedule .events .events-group .top-info {
    padding: 20px 10px 5px;
  }
  .tx-netl-timetable .cd-schedule .events .events-group ul {
    padding: 0 10px;
  }
  .tx-netl-timetable .cd-schedule .events .events-group ul .single-event {
    padding: 0;
  }
  .tx-netl-timetable .cd-schedule .events .events-group ul .single-event .event-date {
    font-size: 1rem;
  }
  .tx-netl-timetable .cd-schedule .events .events-group ul .single-event .event-name {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  .tx-netl-timetable .cd-schedule .events .events-group ul .single-event .event-info {
    font-size: 1em;
  }
}

.grid.grid--1x1.grid--background-form form {
  background-color: #333d99;
  padding: 50px 90px 100px 90px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .grid.grid--1x1.grid--background-form form {
    padding: 50px 30px;
  }
}
.grid.grid--1x1.grid--background-form form:before {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -100px;
  right: -100px;
  border-top: 100px solid #ffffff;
  border-right: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 100px solid transparent;
  transform: rotate(-135deg);
}
@media (max-width: 480px) {
  .grid.grid--1x1.grid--background-form form:before {
    width: 50px;
    height: 50px;
    top: -50px;
    right: -50px;
    border-top: 50px solid #ffffff;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
  }
}
.grid.grid--1x1.grid--background-form form:after {
  content: " ";
  display: block;
  width: 110px;
  height: 110px;
  position: absolute;
  top: 41px;
  right: 41px;
  border-top: 100px solid #4750a3;
  border-right: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 100px solid transparent;
  transform: rotate(45deg);
}
@media (max-width: 480px) {
  .grid.grid--1x1.grid--background-form form:after {
    width: 50px;
    height: 50px;
    top: 21px;
    right: 21px;
    border-top: 50px solid #4750a3;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
  }
}
.grid.grid--1x1.grid--background-form form h2 {
  color: #ffffff;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .grid.grid--1x1.grid--background-form form h2 {
    margin-bottom: 50px;
  }
}
.grid.grid--1x1.grid--background-form form label {
  color: #ffffff;
  margin-bottom: 5px;
  display: block;
}
.grid.grid--1x1.grid--background-form form input[type=text],
.grid.grid--1x1.grid--background-form form input[type=number],
.grid.grid--1x1.grid--background-form form input[type=tel],
.grid.grid--1x1.grid--background-form form select {
  padding: 10px;
  border: 1px solid #ffffff;
  width: 100%;
  margin-bottom: 10px;
}
.grid.grid--1x1.grid--background-form form textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  margin-bottom: 10px;
}
.grid.grid--1x1.grid--background-form form button {
  color: #ffffff;
  background-color: #5c64ad;
  padding: 10px;
  margin-top: 5px;
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
  border: none;
  float: right;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}
.grid.grid--1x1.grid--background-form form button:hover {
  background-color: #ffffff;
  color: #333d99;
}
.grid.grid--1x1.grid--background-form form .form-group::after {
  clear: both;
  content: "";
  display: table;
}
.grid.grid--1x1.grid--background-form form .form-group .form-check {
  float: left;
  padding: 10px 20px 8px;
  background-color: #2e378a;
  margin-bottom: 10px;
  width: 100%;
}
.grid.grid--1x1.grid--background-form form .form-group .form-check input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  border: 1px solid #ffffff;
}
.grid.grid--1x1.grid--background-form form .form-group .form-check input[type=checkbox]:checked:before, .grid.grid--1x1.grid--background-form form .form-group .form-check input[type=checkbox]:checked:after {
  content: " ";
  width: 20px;
  height: 3px;
  background-color: #333d99;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.grid.grid--1x1.grid--background-form form .form-group .form-check input[type=checkbox]:checked:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.grid.grid--1x1.grid--background-form form .form-group .form-check input[type=checkbox]:checked:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.grid.grid--1x1.grid--background-form form .form-group .form-check label > span {
  margin-left: 0;
  display: block;
  float: left;
  width: calc(100% - 40px);
}
.grid.grid--1x1.grid--background-form form p, .grid.grid--1x1.grid--background-form form a {
  color: #ffffff;
}

::-moz-placeholder {
  color: #c2c2c2;
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
}

::placeholder {
  color: #c2c2c2;
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
}