@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/**
* Arrow 
*
* @author FOURDEGREES
*/
@font-face {
  font-family: "fira-sans";
  font-weight: 300;
  src: url("../Fonts/fira-sans-v10-latin-300.woff2") format("woff2"), url("../Fonts/fira-sans-v10-latin-300.woff") format("woff");
}
@font-face {
  font-family: "fira-sans";
  font-weight: 400;
  src: url("../Fonts/fira-sans-v10-latin-regular.woff2") format("woff2"), url("../Fonts/fira-sans-v10-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "fira-sans";
  font-weight: 500;
  src: url("../Fonts/fira-sans-v10-latin-500.woff2") format("woff2"), url("../Fonts/fira-sans-v10-latin-500.woff") format("woff");
}
@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  src: url("../Fonts/icomoon.woff2?01") format("woff2"), url("../Fonts/icomoon.woff?01") format("woff");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}
ul, ol {
  list-style: none;
}
li, p, .image {
  break-inside: avoid;
}
a {
  text-decoration: none;
  color: inherit;
}
main {
  display: block;
}
button {
  background-color: transparent;
  border: none;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  cursor: pointer;
}
input, textarea {
  border: none;
  background-color: transparent;
  font-size: inherit;
  font-family: "fira-sans", Arial, sans-serif;
}
html {
  font-family: "fira-sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.45;
  color: #000;
  font-weight: 300;
}
strong {
  font-weight: 500;
}
h1 {
  font-size: 24px;
  color: #B71A49;
  line-height: 1;
  margin-bottom: 0.6em;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  font-size: 24px;
}
@media (min-width: 576px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 769px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 1500px) {
  h1 {
    font-size: 48px;
  }
}
h1.borderLeft {
  position: relative;
  padding-left: 30px;
}
h1.borderLeft::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #B71A49;
}
h2, h3 {
  font-size: 24px;
  color: #B71A49;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.7em;
}
@media (min-width: 576px) {
  h2, h3 {
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  h2, h3 {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  h2, h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  h2, h3 {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  h2, h3 {
    font-size: 24px;
  }
}
h3 {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 576px) {
  h3 {
    font-size: 28px;
  }
}
@media (min-width: 769px) {
  h3 {
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 40px;
  }
}
@media (min-width: 1500px) {
  h3 {
    font-size: 40px;
  }
}
p:not(:last-child) {
  margin-bottom: 1em;
}
.subheader {
  font-size: 18px;
  margin-bottom: 0.8em;
}
p a:not(.button) {
  text-decoration: underline;
  color: #B71A49;
  transition: all 0.3s;
}
p a:not(.button):hover {
  color: #009BB4;
}
.list-normal {
  margin-left: 1.1em;
}
.list-normal li {
  margin-bottom: 0.6em;
}
.list-normal li::before {
  content: "-";
  color: #B71A49;
  position: absolute;
  left: 0;
  font-weight: bold;
}
.rte ol {
  list-style: none;
  counter-reset: custom-counter;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rte ol li {
  counter-increment: custom-counter;
  position: relative;
  padding: 2em 0 2em 4.5em;
  min-height: 3.3em;
  width: 100%;
}
@media (min-width: 769px) {
  .rte ol li {
    width: 47%;
  }
}
.rte ol li::before {
  content: counter(custom-counter) ". ";
  font-size: 3.3em;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0.43em;
}
p.yellow {
  color: #fff;
  background-color: #F3BB00;
  padding: 6px 10px 5px;
  display: inline-block;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  margin-top: 0.5em;
  font-size: 20px;
}
@media (min-width: 576px) {
  p.yellow {
    font-size: 28px;
  }
}
@media (min-width: 769px) {
  p.yellow {
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  p.yellow {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  p.yellow {
    font-size: 40px;
  }
}
@media (min-width: 1500px) {
  p.yellow {
    font-size: 40px;
  }
}
p.purple {
  color: #B71A49;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
}
@media (min-width: 576px) {
  p.purple {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  p.purple {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  p.purple {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  p.purple {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  p.purple {
    font-size: 24px;
  }
}
p.lead {
  font-size: 20px;
  font-weight: 400;
}
@media (min-width: 576px) {
  p.lead {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  p.lead {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  p.lead {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  p.lead {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  p.lead {
    font-size: 24px;
  }
}
.text-muted {
  opacity: 0.3;
  pointer-events: none;
}
.frame-background-blue p a, .frame-background-purple p a, .frame-background-yellow p a, .frame-background-green p a, .frame-background-orange p a, .frame-background-grey p a {
  color: #fff;
}
.frame-background-blue p a:hover, .frame-background-purple p a:hover, .frame-background-yellow p a:hover, .frame-background-green p a:hover, .frame-background-orange p a:hover, .frame-background-grey p a:hover {
  color: inherit;
}
.align--right {
  text-align: right;
}
.align--center {
  text-align: center;
}
.frame-container .frame-inner a[id] {
  display: none;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-action:before {
  content: "";
}
.icon-arrow_down:before {
  content: "";
}
.icon-arrow_left:before {
  content: "";
}
.icon-arrow_mobil_down:before {
  content: "";
}
.icon-arrow_mobil_up:before {
  content: "";
}
.icon-arrow_right:before {
  content: "";
}
.icon-arrow_up:before {
  content: "";
}
.icon-bin:before {
  content: "";
}
.icon-calender:before {
  content: "";
}
.icon-check:before {
  content: "";
}
.icon-close:before {
  content: "";
}
.icon-download:before {
  content: "";
}
.icon-eye:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-info:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-pdf:before {
  content: "";
}
.icon-pen:before {
  content: "";
}
.icon-search:before {
  content: "";
}
.icon-twitter:before {
  content: "";
}
.icon-upload:before {
  content: "";
}
.icon-vimeo:before {
  content: "";
}
body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.content {
  flex-grow: 1;
  position: relative;
  z-index: 1;
}
.container, .frame-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 576px) {
  .container, .frame-container {
    padding-left: 32px;
  }
}
@media (min-width: 769px) {
  .container, .frame-container {
    padding-left: 42px;
  }
}
@media (min-width: 1025px) {
  .container, .frame-container {
    padding-left: 42px;
  }
}
@media (min-width: 1200px) {
  .container, .frame-container {
    padding-left: 42px;
  }
}
@media (min-width: 1500px) {
  .container, .frame-container {
    padding-left: 60px;
  }
}
@media (min-width: 576px) {
  .container, .frame-container {
    padding-right: 32px;
  }
}
@media (min-width: 769px) {
  .container, .frame-container {
    padding-right: 42px;
  }
}
@media (min-width: 1025px) {
  .container, .frame-container {
    padding-right: 42px;
  }
}
@media (min-width: 1200px) {
  .container, .frame-container {
    padding-right: 42px;
  }
}
@media (min-width: 1500px) {
  .container, .frame-container {
    padding-right: 60px;
  }
}
@media (min-width: 769px) {
  .container, .frame-container {
    max-width: 1560px;
  }
}
.container--wide, .frame-container--wide {
  max-width: 1920px;
}
.row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.sectionColumns > .frame-container > .frame-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  .sectionColumns > .frame-container > .frame-inner {
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  .sectionColumns > .frame-container > .frame-inner {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .sectionColumns > .frame-container > .frame-inner {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionColumns > .frame-container > .frame-inner {
    padding-top: 40px;
  }
}
@media (min-width: 1500px) {
  .sectionColumns > .frame-container > .frame-inner {
    padding-top: 40px;
  }
}
@media (min-width: 576px) {
  .sectionColumns > .frame-container > .frame-inner {
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .sectionColumns > .frame-container > .frame-inner {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .sectionColumns > .frame-container > .frame-inner {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionColumns > .frame-container > .frame-inner {
    padding-bottom: 40px;
  }
}
@media (min-width: 1500px) {
  .sectionColumns > .frame-container > .frame-inner {
    padding-bottom: 40px;
  }
}
.sectionColumns__column {
  width: 100%;
}
@media (min-width: 1025px) {
  .sectionColumns__column--left {
    width: 66.666666%;
  }
}
.sectionColumns__column--left > *:first-child, .sectionColumns__column--left *:first-child .frame-inner {
  padding-top: 0;
}
.sectionColumns__column--left strong {
  color: #B71A49;
}
.sectionColumns__column--left .frame-type-text .frame-container, .sectionColumns__column--left .frame-type-textmedia .frame-container {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}
@media (min-width: 1025px) {
  .sectionColumns__column--left .frame-type-text .frame-container, .sectionColumns__column--left .frame-type-textmedia .frame-container {
    max-width: 735px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.sectionColumns__column--left .frame-type-text img, .sectionColumns__column--left .frame-type-textmedia img {
  border: 1px solid #777777;
}
.sectionColumns__column--left .frame-type-list .frame-inner, .sectionColumns__column--left .frame-type-text .frame-inner {
  margin-left: 0;
  margin-right: 0;
}
.sectionColumns__column--left .frame-layout-400 > .frame-container > .frame-inner {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
.sectionColumns__column--right {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1025px) {
  .sectionColumns__column--right {
    width: 33.333333%;
    padding-left: 20px;
    padding-right: 10px;
  }
}
.sectionColumns__column--right .frame-inner {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.sectionColumns__column--right > *:first-child, .sectionColumns__column--right *:first-child .frame-inner {
  padding-top: 0;
}
.sectionColumns__column--right > *:last-child, .sectionColumns__column--right *:first-child .frame-inner {
  padding-bottom: 0;
}
.sectionColumns__column--right .frame-layout-201 header h2, .sectionColumns__column--right .frame-layout-201 header h3 {
  height: auto;
}
.sectionColumns__column--right .frame-layout-201, .sectionColumns__column--right .frame-layout-202, .sectionColumns__column--right .frame-layout-300, .sectionColumns__column--right .frame-layout-301 {
  padding-left: 0;
  padding-right: 0;
}
.sectionColumns__column--right .frame-layout-201 .frame-container, .sectionColumns__column--right .frame-layout-202 .frame-container, .sectionColumns__column--right .frame-layout-300 .frame-container, .sectionColumns__column--right .frame-layout-301 .frame-container {
  min-height: auto;
}
.sectionColumns__column .frame-container {
  padding-left: 0;
  padding-right: 0;
}
.preload * {
  transition: none !important;
}
.pageOverlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  transition: all 0.3s;
}
.frame {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  background-color: #fff;
}
@media (min-width: 576px) {
  .frame {
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  .frame {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .frame {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .frame {
    padding-top: 40px;
  }
}
@media (min-width: 1500px) {
  .frame {
    padding-top: 40px;
  }
}
@media (min-width: 576px) {
  .frame {
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .frame {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .frame {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .frame {
    padding-bottom: 40px;
  }
}
@media (min-width: 1500px) {
  .frame {
    padding-bottom: 40px;
  }
}
.frame-space-before--none {
  padding-top: 0 !important;
}
.frame-space-after--none {
  padding-bottom: 0;
}
.frame-space-after--half {
  padding-bottom: 10px;
}
@media (min-width: 576px) {
  .frame-space-after--half {
    padding-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .frame-space-after--half {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .frame-space-after--half {
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .frame-space-after--half {
    padding-bottom: 20px;
  }
}
@media (min-width: 1500px) {
  .frame-space-after--half {
    padding-bottom: 20px;
  }
}
.frame-space-before--half {
  padding-top: 10px;
}
@media (min-width: 576px) {
  .frame-space-before--half {
    padding-top: 10px;
  }
}
@media (min-width: 769px) {
  .frame-space-before--half {
    padding-top: 15px;
  }
}
@media (min-width: 1025px) {
  .frame-space-before--half {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .frame-space-before--half {
    padding-top: 20px;
  }
}
@media (min-width: 1500px) {
  .frame-space-before--half {
    padding-top: 20px;
  }
}
.frame-container .frame-inner {
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .frame-indent .frame-container .frame-inner {
    width: 74%;
  }
}
.frame-type-header {
  padding-bottom: 0;
}
@media (min-width: 576px) {
  .frame-type-header {
    padding-bottom: 30px;
  }
}
.frame-type-header h2, .frame-type-header h3 {
  padding-left: 40px;
}
.frame-type-header + .frame {
  padding-top: 0;
}
.footer__title {
  color: #fff;
  background-color: #B71A49;
  padding: 6px 8px 3px;
  display: none;
}
@media (min-width: 1025px) {
  .footer__title {
    display: block;
  }
}
.footerTop {
  background-color: #B71A49;
  color: #fff;
  padding-top: 85px;
  padding-bottom: 85px;
  display: none;
}
@media (min-width: 1025px) {
  .footerTop {
    display: block;
  }
}
.footerTop__containerInner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 1200px) {
  .footerTop__containerInner {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.nav-footer__wrapper {
  width: 100%;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  width: 20%;
}
@media (min-width: 1200px) {
  .nav-footer__wrapper {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.nav-footer__title {
  font-weight: 400;
}
.nav-footer__item {
  display: block;
  margin-top: 5px;
}
@media (min-width: 576px) {
  .nav-footer__item {
    margin-top: 20px;
  }
}
.footerBottom {
  background-color: #97143B;
  color: #fff;
}
.footerBottom__container {
  justify-content: space-between;
}
.footerBottom__item {
  padding-top: 18px;
  padding-bottom: 18px;
}
.nav-meta__item {
  margin-right: 40px;
  display: inline-block;
}
.nav-social__item {
  transition: all 0.3s;
  color: #fff;
  margin-right: 40px;
}
.nav-social__item:hover {
  color: #777777;
}
.header {
  position: relative;
  z-index: 1000;
  height: 185px;
  margin-top: 60px;
}
@media (min-width: 576px) {
  .header {
    height: 250px;
  }
}
@media (min-width: 769px) {
  .header {
    height: 300px;
  }
}
@media (min-width: 1025px) {
  .header {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .header {
    height: 550px;
  }
}
@media (min-width: 1500px) {
  .header {
    height: 550px;
  }
}
@media (min-width: 576px) {
  .header {
    margin-top: 60px;
  }
}
@media (min-width: 769px) {
  .header {
    margin-top: 75px;
  }
}
@media (min-width: 1025px) {
  .header {
    margin-top: 75px;
  }
}
@media (min-width: 1200px) {
  .header {
    margin-top: 75px;
  }
}
@media (min-width: 1500px) {
  .header {
    margin-top: 75px;
  }
}
@media (min-width: 1500px) {
  .header--big {
    height: 765px;
  }
}
.header--none {
  height: 0;
}
.headerTop {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 75px;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 300;
  height: 60px;
}
@media (min-width: 576px) {
  .headerTop {
    height: 60px;
  }
}
@media (min-width: 769px) {
  .headerTop {
    height: 75px;
  }
}
@media (min-width: 1025px) {
  .headerTop {
    height: 75px;
  }
}
@media (min-width: 1200px) {
  .headerTop {
    height: 75px;
  }
}
@media (min-width: 1500px) {
  .headerTop {
    height: 75px;
  }
}
.headerTop a:hover {
  color: #B71A49;
}
.headerTop__container {
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow: visible;
}
.headerTop__left {
  display: flex;
  align-items: center;
}
.headerTop__right {
  display: flex;
  align-items: center;
}
.headerTop__item {
  margin-left: 15px;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .headerTop__item {
    margin-left: 20px;
  }
}
@media (min-width: 769px) {
  .headerTop__item {
    margin-left: 55px;
  }
}
.headerTop__item.navQuick {
  display: none;
}
@media (min-width: 1025px) {
  .headerTop__item.navQuick {
    display: block;
  }
}
.headerTop__item.navQuick .navQuick__button {
  padding-right: 20px;
  cursor: pointer;
  transition: all 0.5s;
}
.headerTop__item.navQuick .navQuick__button.opened::after {
  transform: rotateX(0);
}
.headerTop__item.navQuick .navQuick__button.opened + .navQuick__menu .navQuick__item {
  opacity: 1;
}
.headerTop__item.navQuick .navQuick__button:hover {
  color: #B71A49;
}
.headerTop__item.navQuick .navQuick__button::after {
  font-family: "icomoon";
  font-size: 0.5em;
  content: "";
  position: absolute;
  right: 0;
  top: 0.6em;
  transform: rotateX(180deg);
  transition: all 0.5s;
}
.headerTop__item.navQuick .navQuick__menu {
  display: none;
  position: absolute;
  padding: 10px 15px;
  background-color: #fff;
  left: -15px;
  right: -15px;
}
.headerTop__item.navQuick .navQuick__item {
  display: block;
  opacity: 0;
  transition: all 0.3s;
}
.headerTop__item.navQuick .navQuick__item:not(:first-child) {
  margin-top: 5px;
}
.headerTop .language {
  display: flex;
}
.headerTop .language__button:first-child {
  position: relative;
  margin-right: 14px;
}
.headerTop .language__button:first-child::after {
  display: block;
  content: "|";
  position: absolute;
  right: -11px;
  top: 0;
  color: #000;
  pointer-events: none;
}
.headerTop .language__button:first-child.active {
  color: #B71A49;
}
.headerTop__logoImage {
  width: auto;
  height: 20px;
  margin-top: 5px;
  background-color: #B71A49;
}
@media (min-width: 576px) {
  .headerTop__logoImage {
    height: 30px;
  }
}
@media (min-width: 769px) {
  .headerTop__logoImage {
    height: 46px;
  }
}
.headerImage {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background-size: cover;
}
.headerImage__container {
  height: 100%;
  align-items: center;
}
.headerImage__text {
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  padding-left: 10px;
}
@media (min-width: 1025px) {
  .headerImage__text {
    font-size: 47px;
  }
}
.headerImage__text span {
  background-color: #B71A49;
  box-shadow: 10px 0 0 #B71A49, -10px 0 0 #B71A49;
  box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
}
.headerImage__date {
  position: absolute;
  bottom: 1em;
  background-color: #F3BB00;
  color: #fff;
  padding: 0.15em 0.2em;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  right: 20px;
}
@media (min-width: 576px) {
  .headerImage__date {
    right: 32px;
  }
}
@media (min-width: 769px) {
  .headerImage__date {
    right: 42px;
  }
}
@media (min-width: 1025px) {
  .headerImage__date {
    right: 42px;
  }
}
@media (min-width: 1200px) {
  .headerImage__date {
    right: 42px;
  }
}
@media (min-width: 1500px) {
  .headerImage__date {
    right: 60px;
  }
}
@media (min-width: 576px) {
  .headerImage__date {
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  .headerImage__date {
    font-size: 40px;
  }
}
@media (min-width: 1500px) {
  .header--big .headerImage .headerImage__text {
    font-size: 72px;
  }
}
.headerNavigation, body.nav--mobile .headerNavigation--mobile {
  position: absolute;
  bottom: -30px;
  color: #fff;
  left: 0;
  font-size: 20px;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.headerNavigation.sticky, body.nav--mobile .sticky.headerNavigation--mobile {
  position: fixed;
  top: 75px;
  left: 0;
  background-color: #B71A49;
}
.headerNavigation.sticky .headerNavigationTop, body.nav--mobile .sticky.headerNavigation--mobile .headerNavigationTop {
  width: 100%;
}
.headerNavigation.sticky .headerNavdrop, body.nav--mobile .sticky.headerNavigation--mobile .headerNavdrop {
  margin-top: 0;
}
.nav-opener {
  display: none;
}
.headerNavdrop {
  width: 100%;
  background-color: #009BB4;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 60px;
  transform-origin: top center;
  transition: transform 0.3s 0.3s;
  transform: scaleY(0);
  position: relative;
  margin-top: -30px;
}
.headerNavdrop__topWrapper {
  width: 100%;
  margin-bottom: 50px;
}
.headerNavdrop__courses {
  margin-left: 50px;
  font-weight: 400;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 3px;
  font-weight: 500;
}
.headerNavdrop__courses:hover {
  color: #009BB4;
  background-color: #fff;
}
.headerNavdrop__close {
  opacity: 0;
  position: relative;
  transition: all 0.3s 0s;
  padding: 5px 5px 3px 5px;
}
.headerNavdrop__close .icon-close {
  margin-right: 20px;
}
.headerNavdrop__close:hover {
  color: #009BB4;
  background-color: #fff;
}
.nav--opened .headerNavdrop {
  transform: scaleY(1);
  transition-delay: 0s;
}
.nav--opened .headerNavdrop__close {
  opacity: 1;
}
.nav--desktop .headerNavdrop .nav--level1 {
  display: none;
}
body.nav--desktop .headerNavigation--mobile {
  display: none;
}
body.nav--desktop .headerNavigationTop {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
body.nav--desktop .headerNavdrop .container {
  justify-content: center;
}
body.nav--desktop .nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
body.nav--desktop .nav__column {
  padding-right: 50px;
  max-width: 430px;
}
body.nav--desktop .nav--level1 {
  flex-wrap: nowrap;
  justify-content: center;
  background-color: #B71A49;
  padding-left: 20px;
  padding-right: 20px;
  height: 60px;
  z-index: 200;
  width: 1440px;
}
body.nav--desktop .nav--level1 .nav__link {
  padding: 17px 0;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  text-align: center;
  flex-grow: 1;
}
body.nav--desktop .nav--level1 .nav__link:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 1px;
  height: 36px;
}
body.nav--desktop .nav--level1 .nav__link.act {
  font-weight: 400;
}
body.nav--desktop .nav--level2 {
  opacity: 0;
  height: 0;
  pointer-events: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
body.nav--desktop .nav--level2 .nav__columnWrap {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
body.nav--desktop .nav--level2 .nav__header {
  margin-bottom: 1em;
}
body.nav--desktop .nav--level2 .nav__link {
  display: block;
  margin-bottom: 1em;
  padding-left: 5px;
  padding-right: 5px;
}
body.nav--desktop .nav--level2 .nav__link--parent {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 25px;
}
body.nav--desktop .nav--level2 .nav__link.act {
  font-weight: 500;
}
body.nav--desktop .nav--level2 .nav__link:hover {
  color: #009BB4;
  background-color: #fff;
}
body.nav--desktop .nav--level2.active {
  opacity: 1;
  height: auto;
  pointer-events: all;
}
body.nav--desktop .nav--level2 .nav__spacer {
  display: inline-block;
  border-top: solid rgba(255, 255, 255, 0.6);
  border-width: 1px 0 0;
  width: 100px;
  margin: 0 5px 0.8em;
}
.nav--opened .pageOverlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
body.nav--mobile.nav--opened .nav-opener__icon {
  transform: rotate(45deg);
}
body.nav--mobile.nav--opened .nav-opener__icon::before {
  top: -100px;
  transform: rotate(-45deg);
}
body.nav--mobile.nav--opened .nav-opener__icon::after {
  transform: rotate(-90deg);
  top: 0;
}
body.nav--mobile .headerNavigation--desktop {
  display: none;
}
body.nav--mobile .headerNavigation--mobile {
  height: 0;
}
body.nav--mobile .headerNavigation--mobile.sticky {
  top: 60px;
}
@media (min-width: 769px) {
  body.nav--mobile .headerNavigation--mobile.sticky {
    top: 75px;
  }
}
body.nav--mobile .nav-opener {
  display: flex;
  align-items: center;
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin-right: 20px;
}
@media (min-width: 769px) {
  body.nav--mobile .nav-opener {
    margin-right: 30px;
  }
}
body.nav--mobile .nav-opener__icon {
  position: relative;
  background-color: #B71A49;
  width: 32px;
  height: 2px;
  transition: all 0.3s;
}
body.nav--mobile .nav-opener__icon::before, body.nav--mobile .nav-opener__icon::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 2px;
  display: inline-block;
  background-color: #B71A49;
  transform: rotate(0deg);
  transition: all 0.3s;
}
body.nav--mobile .nav-opener__icon::before {
  top: -10px;
  transform-origin: top left;
}
body.nav--mobile .nav-opener__icon::after {
  top: 10px;
  transform-origin: center;
}
body.nav--mobile .headerNavdrop {
  padding-top: 20px;
  margin-left: -32px;
  margin-right: -32px;
  font-weight: 300;
  overflow: hidden auto;
  max-height: calc(100vh - 60px);
}
@media (min-width: 576px) {
  body.nav--mobile .headerNavdrop {
    max-height: calc(100vh - 60px);
  }
}
@media (min-width: 769px) {
  body.nav--mobile .headerNavdrop {
    max-height: calc(100vh - 75px);
  }
}
@media (min-width: 1025px) {
  body.nav--mobile .headerNavdrop {
    max-height: calc(100vh - 75px);
  }
}
@media (min-width: 1200px) {
  body.nav--mobile .headerNavdrop {
    max-height: calc(100vh - 75px);
  }
}
@media (min-width: 1500px) {
  body.nav--mobile .headerNavdrop {
    max-height: calc(100vh - 75px);
  }
}
body.nav--mobile .headerNavdrop .nav__link {
  display: block;
}
body.nav--mobile .headerNavdrop .nav__link.act {
  font-weight: 400;
}
body.nav--mobile .headerNavdrop .nav__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
body.nav--mobile .headerNavdrop .nav__title.opened .nav__button {
  transform: rotateX(180deg);
}
body.nav--mobile .headerNavdrop .nav__title.opened + .nav__subtitle {
  opacity: 1;
  height: auto;
  pointer-events: all;
}
body.nav--mobile .headerNavdrop .nav__subtitle {
  display: none;
  font-weight: 400;
  background-color: #028599;
}
body.nav--mobile .headerNavdrop .nav__linktext {
  padding-right: 32px;
  padding-left: 32px;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  display: block;
  text-transform: uppercase;
}
body.nav--mobile .headerNavdrop .nav__button {
  font-size: 12px;
  padding-right: 32px;
  transition: all 0.3s;
}
body.nav--mobile .headerNavdrop .nav.nav--sub {
  display: none;
}
body.nav--mobile .headerNavdrop .nav.nav--sub > .nav__link {
  background-color: #028599;
}
body.nav--mobile .headerNavdrop .nav.nav--sub .nav--sub > .nav__link {
  background-color: #007A8C;
}
body.nav--mobile .headerNavdrop .nav.nav--sub .nav--sub > .nav__link > .nav__spacer {
  border: none;
  padding: 0.4em 32px;
}
body.nav--mobile .headerNavdrop .nav.nav--sub .nav--sub > .nav__link > .nav__spacer::before {
  border-top: solid rgba(255, 255, 255, 0.6);
  border-width: 1px 0 0;
  content: "";
  display: block;
  width: 100px;
}
.contentTop {
  background-color: #F1F1F1;
}
@media (min-width: 1500px) {
  .contentTop {
    padding-top: 80px;
  }
}
.contentTop__title {
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
}
.contentTop__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #B71A49;
}
.contentTop__date {
  display: inline-block;
  color: #fff;
  background-color: #B71A49;
  padding: 4px 10px;
  margin-bottom: 1em;
  font-weight: 500;
}
.breadcrumb {
  width: 100%;
  font-size: 13px;
  margin-top: 3%;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb__item {
  margin-right: 15px;
  position: relative;
}
.breadcrumb__item:not(:last-child)::after {
  content: "•";
  position: absolute;
  right: -10px;
}
.breadcrumb br {
  display: none;
}
.button, #cookieman-modal button {
  position: relative;
  transition: all 0.3s;
  display: block;
  margin: 10px 15px 0 0;
  overflow: hidden;
  font-weight: 300;
  cursor: pointer;
}
.button--default, .button--border, .button--submit, .button--submit-disabled, .button--small, .button--small-disabled, #cookieman-modal button:last-child {
  padding: 15px 20px;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  background-color: #B71A49;
  color: #fff !important;
}
.button--default:hover, .button--border:hover, .button--submit:hover, .button--submit-disabled:hover, .button--small:hover, .button--small-disabled:hover, #cookieman-modal button:last-child:hover {
  background-color: #009BB4;
}
.button--border {
  background-color: #fff;
  border: 5px solid #B71A49;
  color: #B71A49;
}
.button--border:hover {
  color: #009BB4;
  border-color: #009BB4;
  background-color: #fff;
}
.button--pdf {
  padding: 0 0 0 50px;
  font-weight: 400;
}
.button--pdf::before {
  font-family: "icomoon";
  font-size: 2.5em;
  content: "";
  position: absolute;
  left: 0;
  top: -0.2em;
}
.button--arrow {
  padding-right: 30px;
  margin: 0;
}
.button--arrow::after {
  font-family: "icomoon";
  font-size: 0.6em;
  content: "";
  position: absolute;
  right: 0.4em;
  top: 0.5em;
  transition: all 0.3s;
}
.button--arrow:hover {
  color: #B71A49;
}
.button--arrow:hover::after {
  right: 0;
}
.button--submit, .button--submit-disabled {
  text-align: center;
  cursor: pointer;
  padding: 15px 25px;
  margin-top: 20px;
  margin-right: 0;
  border-color: #fff;
  border-style: solid;
  border-width: thin;
  display: inline-block;
}
@media (max-width: 400px) {
  .button--submit, .button--submit-disabled {
    font-size: 20px;
  }
}
.button--submit-disabled {
  cursor: not-allowed;
}
.button--submit-disabled:hover {
  background-color: #B71A49;
}
.button--small, .button--small-disabled {
  text-align: center;
  cursor: pointer;
  padding: 10px 15px;
  margin-top: 0;
  font-size: 16px;
  margin-right: 0;
  border-color: #fff;
  border-style: solid;
  border-width: thin;
  display: inline-block;
}
.button--small-disabled {
  cursor: not-allowed;
}
.button--small-disabled:hover {
  background-color: #B71A49;
}
#c602 .button.button--default, #c602 #cookieman-modal button.button--default, #c602 #cookieman-modal button.button--border, #c602 #cookieman-modal button.button--submit, #c602 #cookieman-modal button.button--submit-disabled, #c602 #cookieman-modal button.button--small, #c602 #cookieman-modal button.button--small-disabled, #c602 #cookieman-modal #cookieman-modal button:last-child, #cookieman-modal #c602 #cookieman-modal button:last-child, #cookieman-modal #c602 button.button--default, #c602 .button--border, #c602 .button--submit, #c602 .button--submit-disabled, #c602 .button--small, #c602 .button--small-disabled, #c602 #cookieman-modal button.button:last-child, #cookieman-modal #c602 button.button:last-child {
  background-color: #fff;
  color: #B71A49 !important;
}
#c602 .button.button--default:hover, #c602 #cookieman-modal button.button--default:hover, #c602 #cookieman-modal button.button--border:hover, #c602 #cookieman-modal button.button--submit:hover, #c602 #cookieman-modal button.button--submit-disabled:hover, #c602 #cookieman-modal button.button--small:hover, #c602 #cookieman-modal button.button--small-disabled:hover, #c602 #cookieman-modal #cookieman-modal button:last-child:hover, #cookieman-modal #c602 #cookieman-modal button:last-child:hover, #cookieman-modal #c602 button.button--default:hover, #c602 .button--border:hover, #c602 .button--submit:hover, #c602 .button--submit-disabled:hover, #c602 .button--small:hover, #c602 .button--small-disabled:hover, #c602 #cookieman-modal button.button:last-child:hover, #cookieman-modal #c602 button.button:last-child:hover {
  background-color: #009BB4;
  color: #fff !important;
}
input[type=submit]:disabled {
  cursor: not-allowed;
}
.scroll-top {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
  transform: scale(1);
  transition: all 0.3s;
  z-index: 90;
  background-color: #B71A49;
  opacity: 0;
  pointer-events: none;
}
.scroll-top.active {
  opacity: 1;
  pointer-events: all;
}
.scroll-top:hover {
  transform: scale(1.1);
}
.scroll-top .scroll-top-icon {
  position: relative;
  margin-top: 11px;
}
.scroll-top .scroll-top-icon:before {
  font-family: "icomoon" !important;
  content: "";
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
.video img {
  position: absolute;
  z-index: 20;
  width: 100%;
}
.video .embed-responsive {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.video .embed-youtube {
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.video .embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video video {
  width: 100%;
}
.video .video__element--canvas {
  display: none;
}
.video .mfp-hide {
  display: block !important;
  opacity: 0;
  pointer-events: none;
}
.video .video__element--cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  z-index: 15;
}
.video .video__element--controls {
  display: flex;
  overflow: hidden;
  position: relative;
}
.video .video__element--icon-play {
  width: 60px;
  height: 60px;
  background-color: #94C11C;
  position: absolute;
  z-index: 20;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  cursor: pointer;
  pointer-events: none;
}
@media (min-width: 576px) {
  .video .video__element--icon-play {
    width: 88px;
    height: 88px;
  }
}
.video .video__element--icon-play::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 28px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 14px;
  left: 20px;
}
@media (min-width: 576px) {
  .video .video__element--icon-play::after {
    border-width: 24px 0 24px 42px;
    top: calc(50% - 24px);
    left: 27px;
  }
}
.video .video__element--icon-play.hide {
  opacity: 0;
}
.frame-type-textmedia.frame-has-backgroundimage {
  background-color: #F1F1F1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}
.frame-type-textmedia.frame-has-backgroundimage .textmedia {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
}
.frame-type-textmedia.frame-has-backgroundimage .textmedia__gallery {
  width: 100%;
  height: 50vw;
}
@media (min-width: 769px) {
  .frame-type-textmedia.frame-has-backgroundimage .textmedia__gallery {
    width: 43%;
    height: auto;
  }
}
.frame-type-textmedia.frame-has-backgroundimage .textmedia__text {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 576px) {
  .frame-type-textmedia.frame-has-backgroundimage .textmedia__text {
    padding-top: 40px;
  }
}
@media (min-width: 769px) {
  .frame-type-textmedia.frame-has-backgroundimage .textmedia__text {
    padding-top: 60px;
  }
}
@media (min-width: 1025px) {
  .frame-type-textmedia.frame-has-backgroundimage .textmedia__text {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .frame-type-textmedia.frame-has-backgroundimage .textmedia__text {
    padding-top: 80px;
  }
}
@media (min-width: 1500px) {
  .frame-type-textmedia.frame-has-backgroundimage .textmedia__text {
    padding-top: 80px;
  }
}
@media (min-width: 576px) {
  .frame-type-textmedia.frame-has-backgroundimage .textmedia__text {
    padding-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .frame-type-textmedia.frame-has-backgroundimage .textmedia__text {
    padding-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  .frame-type-textmedia.frame-has-backgroundimage .textmedia__text {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .frame-type-textmedia.frame-has-backgroundimage .textmedia__text {
    padding-bottom: 80px;
  }
}
@media (min-width: 1500px) {
  .frame-type-textmedia.frame-has-backgroundimage .textmedia__text {
    padding-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .frame-type-textmedia.frame-has-backgroundimage .textmedia__text {
    width: 50%;
  }
}
.frame-type-textmedia.frame-has-backgroundimage .frame-backgroundimage {
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center center;
  margin-left: -20px;
}
@media (min-width: 576px) {
  .frame-type-textmedia.frame-has-backgroundimage .frame-backgroundimage {
    margin-left: -32px;
  }
}
@media (min-width: 769px) {
  .frame-type-textmedia.frame-has-backgroundimage .frame-backgroundimage {
    width: 47vw;
    margin-left: 0;
  }
}
.frame-type-textmedia.frame-has-backgroundimage.frame-media-right .textmedia__text {
  order: -1;
}
.textmedia__gallery img {
  max-width: 100%;
}
.frame-type-textmedia .frame-inner {
  margin-left: 0;
  margin-right: 0;
}
.textmedia--above .textmedia__item, .textmedia--below .textmedia__item {
  margin-bottom: 2rem;
}
.frame-layout-201 {
  padding: 0 10px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #fff;
}
.frame-layout-201.frame-background-blue .frame-container {
  background-color: #009BB4;
}
.frame-layout-201.frame-background-purple .frame-container {
  background-color: #B71A49;
}
.frame-layout-201.frame-background-yellow .frame-container {
  background-color: #F3BB00;
}
.frame-layout-201.frame-background-green .frame-container {
  background-color: #94C11C;
}
.frame-layout-201.frame-background-orange .frame-container {
  background-color: #F39100;
}
.frame-layout-201.frame-background-grey .frame-container {
  background-color: #777777;
}
.frame-layout-201 .frame-container {
  padding: 20px 17px;
  height: 100%;
  min-height: unset;
}
@media (min-width: 769px) {
  .frame-layout-201 .frame-container {
    padding: 35px 35px 45px;
  }
}
@media (min-width: 1200px) {
  .frame-layout-201 .frame-container {
    min-height: 450px;
  }
}
.frame-layout-201 .frame-inner {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.frame-layout-201 header h2, .frame-layout-201 header h3 {
  text-transform: uppercase;
  height: 2.6em;
  color: #fff;
  font-weight: 500;
}
.frame-layout-201 .rte h2, .frame-layout-201 .rte h3 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  height: 2.6em;
  font-weight: 500;
}
@media (min-width: 576px) {
  .frame-layout-201 .rte h2, .frame-layout-201 .rte h3 {
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  .frame-layout-201 .rte h2, .frame-layout-201 .rte h3 {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .frame-layout-201 .rte h2, .frame-layout-201 .rte h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .frame-layout-201 .rte h2, .frame-layout-201 .rte h3 {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  .frame-layout-201 .rte h2, .frame-layout-201 .rte h3 {
    font-size: 24px;
  }
}
.frame-layout-201 .rte h3 {
  font-size: 20px;
  color: #fff;
}
@media (min-width: 576px) {
  .frame-layout-201 .rte h3 {
    font-size: 28px;
  }
}
@media (min-width: 769px) {
  .frame-layout-201 .rte h3 {
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  .frame-layout-201 .rte h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .frame-layout-201 .rte h3 {
    font-size: 40px;
  }
}
@media (min-width: 1500px) {
  .frame-layout-201 .rte h3 {
    font-size: 40px;
  }
}
.frame-layout-201 .rte h4 {
  font-size: 20px;
  color: #fff;
}
@media (min-width: 576px) {
  .frame-layout-201 .rte h4 {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .frame-layout-201 .rte h4 {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .frame-layout-201 .rte h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .frame-layout-201 .rte h4 {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  .frame-layout-201 .rte h4 {
    font-size: 24px;
  }
}
.frame-layout-201 .rte p.borderBottom {
  border-bottom: 1px solid #fff;
  padding-bottom: 1.2em;
  margin-bottom: 1.5em;
}
.frame-layout-201 .rte p.borderBottom:last-child {
  margin-bottom: 0;
}
.frame-layout-201 .rte strong {
  color: #fff;
}
.frame-layout-202 {
  padding: 0 10px;
  margin-bottom: 20px;
}
.frame-layout-202 .frame-container {
  padding: 20px 17px;
  height: 100%;
  min-height: unset;
}
@media (min-width: 769px) {
  .frame-layout-202 .frame-container {
    padding: 35px 35px 45px;
  }
}
@media (min-width: 1200px) {
  .frame-layout-202 .frame-container {
    min-height: 450px;
  }
}
.frame-layout-202.frame-background-blue .frame-container p a, .frame-layout-202.frame-background-purple .frame-container p a, .frame-layout-202.frame-background-yellow .frame-container p a, .frame-layout-202.frame-background-green .frame-container p a, .frame-layout-202.frame-background-orange .frame-container p a, .frame-layout-202.frame-background-grey p a, .frame-layout-202 .frame-container p a {
  color: #000;
}
.frame-layout-202.frame-background-blue .frame-container p a:hover, .frame-layout-202.frame-background-purple .frame-container p a:hover, .frame-layout-202.frame-background-yellow .frame-container p a:hover, .frame-layout-202.frame-background-green .frame-container p a:hover, .frame-layout-202.frame-background-orange .frame-container p a:hover, .frame-layout-202.frame-background-grey p a:hover, .frame-layout-202 .frame-container p a:hover {
  color: inherit;
}
.frame-layout-202 .rte h2, .frame-layout-202 .rte h3 {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  height: 2.6em;
  font-weight: 500;
}
@media (min-width: 576px) {
  .frame-layout-202 .rte h2, .frame-layout-202 .rte h3 {
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  .frame-layout-202 .rte h2, .frame-layout-202 .rte h3 {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .frame-layout-202 .rte h2, .frame-layout-202 .rte h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .frame-layout-202 .rte h2, .frame-layout-202 .rte h3 {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  .frame-layout-202 .rte h2, .frame-layout-202 .rte h3 {
    font-size: 24px;
  }
}
.frame-layout-202 .rte h3 {
  font-size: 20px;
  color: #000;
}
@media (min-width: 576px) {
  .frame-layout-202 .rte h3 {
    font-size: 28px;
  }
}
@media (min-width: 769px) {
  .frame-layout-202 .rte h3 {
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  .frame-layout-202 .rte h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .frame-layout-202 .rte h3 {
    font-size: 40px;
  }
}
@media (min-width: 1500px) {
  .frame-layout-202 .rte h3 {
    font-size: 40px;
  }
}
.frame-layout-202 .rte h4 {
  font-size: 20px;
  color: #000;
}
@media (min-width: 576px) {
  .frame-layout-202 .rte h4 {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .frame-layout-202 .rte h4 {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .frame-layout-202 .rte h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .frame-layout-202 .rte h4 {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  .frame-layout-202 .rte h4 {
    font-size: 24px;
  }
}
.frame-layout-202 .rte p.borderBottom {
  border-bottom: 1px solid #000;
  padding-bottom: 1.2em;
  margin-bottom: 1.5em;
}
.frame-layout-202 .rte p.borderBottom:last-child {
  margin-bottom: 0;
}
.frame-layout-202 {
  padding: 0 10px;
  margin-bottom: 20px;
  font-weight: 400;
}
.frame-layout-202.frame-background-blue .frame-container {
  border-color: #009BB4;
}
.frame-layout-202.frame-background-purple .frame-container {
  border-color: #B71A49;
}
.frame-layout-202.frame-background-yellow .frame-container {
  border-color: #F3BB00;
}
.frame-layout-202.frame-background-green .frame-container {
  border-color: #94C11C;
}
.frame-layout-202.frame-background-orange .frame-container {
  border-color: #F39100;
}
.frame-layout-202.frame-background-grey .frame-container {
  border-color: #777777;
}
.frame-layout-202 .frame-container {
  padding: 20px 17px;
  height: 100%;
  border-width: 5px;
  border-style: solid;
}
@media (min-width: 769px) {
  .frame-layout-202 .frame-container {
    padding: 30px 30px 40px;
  }
}
.frame-layout-202 .frame-inner {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.frame-layout-202 header h2, .frame-layout-202 header h3 {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
.frame-layout-300, .frame-layout-301 {
  padding: 0 10px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
}
.frame-layout-300.frame-background-blue .frame-container, .frame-background-blue.frame-layout-301 .frame-container {
  background-color: #009BB4;
}
.frame-layout-300.frame-background-purple .frame-container, .frame-background-purple.frame-layout-301 .frame-container {
  background-color: #B71A49;
}
.frame-layout-300.frame-background-yellow .frame-container, .frame-background-yellow.frame-layout-301 .frame-container {
  background-color: #F3BB00;
}
.frame-layout-300 .frame-container, .frame-layout-301 .frame-container, .frame-layout-300 .frame-inner, .frame-layout-301 .frame-inner, .frame-layout-300 a, .frame-layout-301 a {
  height: 100%;
}
.frame-layout-300 .frame-container, .frame-layout-301 .frame-container {
  padding: 20px 17px;
  height: 100%;
  background-color: #777777;
  padding: 25px 20px 35px !important;
}
@media (min-width: 769px) {
  .frame-layout-300 .frame-container, .frame-layout-301 .frame-container {
    padding: 35px 35px 45px !important;
  }
}
.frame-layout-300 .frame-inner, .frame-layout-301 .frame-inner {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.frame-layout-300 a, .frame-layout-301 a {
  padding-right: 15%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.frame-layout-300 a::after, .frame-layout-301 a::after {
  font-family: "icomoon";
  font-size: 1.5em;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
  transform: rotate(0);
}
.frame-layout-300 a:hover::after, .frame-layout-301 a:hover::after {
  transform: rotate(90deg);
}
.frame-layout-300 h2, .frame-layout-301 h2, .frame-layout-300 h3, .frame-layout-301 h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}
@media (min-width: 576px) {
  .frame-layout-300 h2, .frame-layout-301 h2, .frame-layout-300 h3, .frame-layout-301 h3 {
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  .frame-layout-300 h2, .frame-layout-301 h2, .frame-layout-300 h3, .frame-layout-301 h3 {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .frame-layout-300 h2, .frame-layout-301 h2, .frame-layout-300 h3, .frame-layout-301 h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .frame-layout-300 h2, .frame-layout-301 h2, .frame-layout-300 h3, .frame-layout-301 h3 {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  .frame-layout-300 h2, .frame-layout-301 h2, .frame-layout-300 h3, .frame-layout-301 h3 {
    font-size: 24px;
  }
}
.frame-layout-300 h2 span, .frame-layout-301 h2 span, .frame-layout-300 h3 span, .frame-layout-301 h3 span {
  display: inline-block;
  font-weight: 300;
  font-size: 20px;
}
@media (min-width: 576px) {
  .frame-layout-300 h2 span, .frame-layout-301 h2 span, .frame-layout-300 h3 span, .frame-layout-301 h3 span {
    font-size: 28px;
  }
}
@media (min-width: 769px) {
  .frame-layout-300 h2 span, .frame-layout-301 h2 span, .frame-layout-300 h3 span, .frame-layout-301 h3 span {
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  .frame-layout-300 h2 span, .frame-layout-301 h2 span, .frame-layout-300 h3 span, .frame-layout-301 h3 span {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .frame-layout-300 h2 span, .frame-layout-301 h2 span, .frame-layout-300 h3 span, .frame-layout-301 h3 span {
    font-size: 40px;
  }
}
@media (min-width: 1500px) {
  .frame-layout-300 h2 span, .frame-layout-301 h2 span, .frame-layout-300 h3 span, .frame-layout-301 h3 span {
    font-size: 40px;
  }
}
.frame-layout-300 h2 + .rte, .frame-layout-301 h2 + .rte, .frame-layout-300 h3 + .rte, .frame-layout-301 h3 + .rte {
  margin-top: 0.7em;
}
.frame-layout-300 .rte, .frame-layout-301 .rte {
  padding-right: 25%;
}
.frame-layout-301 {
  min-height: none;
}
@media (min-width: 769px) {
  .frame-layout-301 {
    min-height: 400px;
  }
}
.frame-layout-301 h2, .frame-layout-301 h3 {
  font-size: 24px;
}
@media (min-width: 576px) {
  .frame-layout-301 h2, .frame-layout-301 h3 {
    font-size: 40px;
  }
}
@media (min-width: 769px) {
  .frame-layout-301 h2, .frame-layout-301 h3 {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .frame-layout-301 h2, .frame-layout-301 h3 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .frame-layout-301 h2, .frame-layout-301 h3 {
    font-size: 40px;
  }
}
@media (min-width: 1500px) {
  .frame-layout-301 h2, .frame-layout-301 h3 {
    font-size: 48px;
  }
}
.frame-layout-301 a {
  justify-content: flex-end;
}
.frame-layout-301 a::after {
  bottom: 0.3em;
}
.frame-layout-305 {
  padding: 0 10px;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
  min-height: 50vw;
}
@media (min-width: 1200px) {
  .frame-layout-305 {
    min-height: 645px;
  }
}
.frame-layout-305.frame-background-purple, .frame-layout-305.frame-background-purple h2, .frame-layout-305.frame-background-purple h3 {
  color: #B71A49;
}
.frame-layout-305.frame-background-white, .frame-layout-305.frame-background-white h2, .frame-layout-305.frame-background-white h3 {
  color: #fff;
}
.frame-layout-305 .frame-container {
  padding: 20px 17px;
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.55);
  width: calc(100% - 20px);
  padding: 25px 20px 35px !important;
}
@media (min-width: 769px) {
  .frame-layout-305 .frame-container {
    padding: 35px 35px 45px !important;
  }
}
.frame-layout-305 .frame-inner {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.frame-layout-305 a {
  padding-right: 15%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.frame-layout-305 a::after {
  font-family: "icomoon";
  font-size: 1.5em;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  transition: all 0.3s;
  transform: rotate(0);
}
.frame-layout-305 a:hover::after {
  transform: rotate(90deg);
}
.frame-layout-305 h2, .frame-layout-305 h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 24px;
}
@media (min-width: 576px) {
  .frame-layout-305 h2, .frame-layout-305 h3 {
    font-size: 40px;
  }
}
@media (min-width: 769px) {
  .frame-layout-305 h2, .frame-layout-305 h3 {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .frame-layout-305 h2, .frame-layout-305 h3 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .frame-layout-305 h2, .frame-layout-305 h3 {
    font-size: 40px;
  }
}
@media (min-width: 1500px) {
  .frame-layout-305 h2, .frame-layout-305 h3 {
    font-size: 48px;
  }
}
.frame-layout-305 h2 span, .frame-layout-305 h3 span {
  display: inline-block;
  font-weight: 300;
  font-size: 20px;
}
@media (min-width: 576px) {
  .frame-layout-305 h2 span, .frame-layout-305 h3 span {
    font-size: 28px;
  }
}
@media (min-width: 769px) {
  .frame-layout-305 h2 span, .frame-layout-305 h3 span {
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  .frame-layout-305 h2 span, .frame-layout-305 h3 span {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .frame-layout-305 h2 span, .frame-layout-305 h3 span {
    font-size: 40px;
  }
}
@media (min-width: 1500px) {
  .frame-layout-305 h2 span, .frame-layout-305 h3 span {
    font-size: 40px;
  }
}
.frame-layout-305 h2 + .rte, .frame-layout-305 h3 + .rte {
  margin-top: 0.7em;
}
.frame-layout-305 .frame-backgroundimage {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.frame-layout-400 > .frame-container > .frame-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
.frame-layout-400 > .frame-container > .frame-inner > header {
  width: 100%;
  padding-left: 30px;
}
.frame-layout-400 > .frame-container > .frame-inner > header h2, .frame-layout-400 > .frame-container > .frame-inner > header h3 {
  margin-bottom: 1.2em;
}
.frame-layout-400 .frame {
  width: 100%;
}
@media (min-width: 769px) {
  .frame-layout-400 .frame {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .frame-layout-400 .frame {
    width: 33.333333%;
  }
}
@media (min-width: 1200px) {
  .sectionColumns__column--left .frame-layout-400 .frame {
    width: 50%;
  }
}
.sectionColumns__column--right .frame-layout-400 .frame {
  width: 100%;
}
.gallery__headline {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.9;
}
@media (min-width: 576px) {
  .gallery__headline {
    font-size: 28px;
  }
}
@media (min-width: 769px) {
  .gallery__headline {
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  .gallery__headline {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .gallery__headline {
    font-size: 40px;
  }
}
@media (min-width: 1500px) {
  .gallery__headline {
    font-size: 40px;
  }
}
.gallery__headline span {
  font-weight: 500;
  font-size: 24px;
}
@media (min-width: 576px) {
  .gallery__headline span {
    font-size: 40px;
  }
}
@media (min-width: 769px) {
  .gallery__headline span {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .gallery__headline span {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .gallery__headline span {
    font-size: 40px;
  }
}
@media (min-width: 1500px) {
  .gallery__headline span {
    font-size: 48px;
  }
}
.gallery__collage {
  display: flex;
}
.gallery__collage__column--left {
  width: 76%;
  padding-right: 1rem;
}
.gallery__collage__column--right {
  width: 24%;
}
.gallery__collage__column--right .gallery__collage__image {
  height: 50%;
}
.gallery__collage__column--right .gallery__collage__image:first-child {
  margin-bottom: 1rem;
}
.gallery__collage__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.gallerySlider {
  opacity: 0;
  pointer-events: none;
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.gallerySlider.active {
  opacity: 1;
  pointer-events: all;
}
.gallerySlider__inner {
  width: 100vw;
  height: 100vh;
  max-width: 1600px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 769px) {
  .gallerySlider__inner {
    padding: 80px 96px 80px 80px;
  }
}
.gallerySlider__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallerySlider__close {
  position: absolute;
  top: 17px;
  right: 16px;
  width: 28px;
  height: 28px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s 0s;
  z-index: 1;
  transform: scale(0.7);
}
@media (min-width: 769px) {
  .gallerySlider__close {
    transform: scale(1);
    right: 42px;
    top: 35px;
  }
}
.gallerySlider__close::before, .gallerySlider__close::after {
  position: absolute;
  content: "";
  display: block;
  cursor: pointer;
  width: 40px;
  height: 2px;
  background-color: #fff;
  top: -2px;
  transition: all 0.3s;
}
.gallerySlider__close::before {
  transform: rotate(45deg);
  transform-origin: top left;
  left: 0;
}
.gallerySlider__close::after {
  transform: rotate(-45deg);
  transform-origin: top right;
  right: 0;
}
.gallerySlider__close:hover::before, .gallerySlider__close:hover::after {
  background-color: #777777;
}
.gallerySlider .slick-list {
  height: 100%;
}
.gallerySlider .slick-track {
  display: flex;
  align-items: center;
  height: 100%;
}
.slick-arrow {
  position: absolute;
  top: 41px;
  margin-top: -20px;
  z-index: 10;
  width: 18px;
  height: 18px;
  transform: rotate(-45deg);
  border: 2px solid #fff;
  opacity: 1;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
    top: 50%;
  }
}
.slick-arrow:hover {
  border-color: #777777;
}
.slick-arrow.slick-prev {
  left: 25px;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
@media (min-width: 769px) {
  .slick-arrow.slick-prev {
    left: 30px;
  }
}
.slick-arrow.slick-next {
  left: 100px;
  border-left-color: transparent;
  border-top-color: transparent;
}
@media (min-width: 769px) {
  .slick-arrow.slick-next {
    left: auto;
    right: 46px;
  }
}
.accordion .frame-container {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}
@media (min-width: 1025px) {
  .accordion .frame-container {
    max-width: 735px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.accordionItem {
  margin-bottom: 1rem;
}
.accordionItem__headline {
  font-size: 20px;
  border-bottom: 1px dotted #B71A49;
  padding-bottom: 0.5em;
}
.accordionItem__headline__arrow {
  padding-right: 0.6em;
  display: inline-block;
  transition: all 0.3s;
}
.accordionItem__headline__button {
  width: 100%;
  text-align: left;
}
.accordionItem__headline__button.active .accordionItem__headline__arrow {
  transform: rotateX(180deg);
}
.accordionItem__text {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}
.lightBoxOverlay {
  position: fixed;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  transform: rotateX(90deg) rotateY(90deg) rotateZ(90deg);
  overflow: hidden;
  outline: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  transition: all 0.3s;
}
.lightBoxOverlay .overlayContainer {
  position: relative;
  width: 90%;
  max-width: 1200px;
  max-height: 85vh;
  overflow-y: auto;
  background-color: #fff;
}
.lightBoxOverlay .overlayInner {
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  .lightBoxOverlay .overlayInner {
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  .lightBoxOverlay .overlayInner {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .lightBoxOverlay .overlayInner {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .lightBoxOverlay .overlayInner {
    padding-top: 40px;
  }
}
@media (min-width: 1500px) {
  .lightBoxOverlay .overlayInner {
    padding-top: 40px;
  }
}
@media (min-width: 576px) {
  .lightBoxOverlay .overlayInner {
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .lightBoxOverlay .overlayInner {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .lightBoxOverlay .overlayInner {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .lightBoxOverlay .overlayInner {
    padding-bottom: 40px;
  }
}
@media (min-width: 1500px) {
  .lightBoxOverlay .overlayInner {
    padding-bottom: 40px;
  }
}
.lightBoxOverlay .frame-type-text {
  width: 100%;
}
.lightBoxOverlay .frame-type-felogin_login, .lightBoxOverlay .frame-type-list {
  width: 100%;
}
@media (min-width: 1025px) {
  .lightBoxOverlay .frame-type-felogin_login, .lightBoxOverlay .frame-type-list {
    width: 46%;
  }
}
.lightBoxOverlay .frame-container {
  padding-left: 0;
  padding-right: 0;
}
.lightBoxOverlay .ajaxLoading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent url(../Images/loading_2.gif) no-repeat center;
}
.lightBoxOverlay .btn-close {
  position: absolute;
  top: 0;
  right: 5%;
  width: 47px;
  height: 47px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s 0s;
  background-color: #B71A49;
  transform: scale(0.7);
  transform-origin: top right;
}
@media (min-width: 1200px) {
  .lightBoxOverlay .btn-close {
    right: calc(((100vw - 1200px)/2) - 11px);
    transform: scale(1);
  }
}
.lightBoxOverlay .btn-close::before, .lightBoxOverlay .btn-close::after {
  position: absolute;
  content: "";
  display: block;
  cursor: pointer;
  width: 35px;
  height: 5px;
  background-color: #fff;
  bottom: 20px;
  transition: all 0.3s;
  transform-origin: center center;
}
.lightBoxOverlay .btn-close::before {
  transform: rotate(45deg);
  left: 6px;
}
.lightBoxOverlay .btn-close::after {
  transform: rotate(-45deg);
  right: 6px;
}
.lightBoxOverlay .btn-close:hover {
  height: 60px;
}
.lightBoxOverlay .btn-close:hover::before {
  transform: rotate(405deg);
}
.lightBoxOverlay .btn-close:hover::after {
  transform: rotate(315deg);
}
.lightBoxOverlay .frame {
  padding-top: 0;
  padding-bottom: 0;
}
.lightBoxOverlay .frame:not(:last-child) {
  padding-bottom: 30px;
}
.lightBoxOverlay p {
  font-size: 20px;
}
@media (min-width: 576px) {
  .lightBoxOverlay p {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .lightBoxOverlay p {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .lightBoxOverlay p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .lightBoxOverlay p {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  .lightBoxOverlay p {
    font-size: 24px;
  }
}
.lightBoxLayerOpened .lightBoxOverlay {
  pointer-events: all;
  opacity: 1;
  transform: rotateX(0) rotateY(0) rotateZ(0);
}
.select-innerwrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 50px 0 20px;
}
.custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  color: #000;
}
.custom-select.active .custom-select__items {
  opacity: 1;
  transform: scaleY(1);
  pointer-events: all;
  z-index: 10;
}
.custom-select.active .select--selected::after {
  transform: rotateX(180deg);
  transform-origin: center center;
}
.custom-select select {
  display: none;
}
.custom-select .select--selected {
  position: relative;
  cursor: pointer;
  border: 1px solid #B71A49;
  line-height: 1.25;
  padding: 4px 8px;
  font-size: 18px;
}
.custom-select .select--selected:after {
  position: absolute;
  right: 10px;
  font-family: "icomoon" !important;
  content: "";
  color: #B71A49;
  transition: all 0.3s;
}
.custom-select .select--selected .placeholder {
  color: #777777;
}
.custom-select__items {
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 31px;
  border: 1px solid #B71A49;
  transition: all 0.3s;
  transform-origin: top center;
  overflow: hidden;
  opacity: 0;
  transform: scaleY(0.5);
  padding: 7px 0 5px;
  pointer-events: none;
  max-height: 245px;
  overflow-y: auto;
}
.custom-select__item {
  padding: 0 10px;
  cursor: pointer;
  display: block;
}
.custom-select__item.selected {
  transition: none;
}
.custom-select__item.selected:hover, .custom-select__item:hover, .custom-select .same-as-selected {
  color: #B71A49;
  transition: none;
}
#cookieman-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all 0.5s;
  transform: scale(0);
}
#cookieman-modal.cookieman-visible {
  opacity: 1;
  transform: scale(1);
}
#cookieman-modal .modal-dialog {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
#cookieman-modal .modal-content {
  max-width: 1360px;
  width: 90%;
  background-color: #fff;
  padding: 2rem;
  box-shadow: 5px 5px 15px #777777;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#cookieman-modal .modal-header {
  font-size: 28px;
  margin-bottom: 0.4em;
  color: #B71A49;
}
#cookieman-modal .modal-footer {
  margin-top: 1rem;
}
#cookieman-modal table {
  border-collapse: collapse;
}
#cookieman-modal tr {
  border-bottom: 1px solid #ddd;
}
#cookieman-modal th, #cookieman-modal td {
  text-align: left;
  padding: 0.5em;
}
#cookieman-modal th:first-child, #cookieman-modal td:first-child {
  padding-left: 0;
}
#cookieman-modal th:last-child, #cookieman-modal td:last-child {
  padding-right: 0;
}
#cookieman-modal .btn-secondary {
  display: none !important;
}
#cookieman-modal .card-header {
  padding: 1em;
  margin-bottom: 0;
  border-bottom: 1px solid #B71A49;
}
#cookieman-modal .card-body {
  padding: 1em;
  display: none;
}
#cookieman-modal input {
  margin-bottom: 0.2em;
  margin-right: 0.5em;
}
#cookieman-modal button {
  display: inline-block !important;
}
#cookieman-modal [data-toggle=collapse]:after {
  pointer-events: all;
  position: absolute;
  font-family: "icomoon" !important;
  font-weight: normal;
  content: "";
  transition: all 0.5s;
}
#cookieman-modal [data-toggle=collapse].active:after {
  transform: rotateX(180deg);
  transform-origin: center center;
}
.newsList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.newsList__article {
  width: 100%;
  padding: 10px;
}
@media (min-width: 576px) {
  .newsList__article {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .newsList__article {
    width: 33.333333%;
  }
}
.newsList__articleContainer {
  background-color: #F1F1F1;
  border-bottom: 1px solid #B71A49;
}
.newsList__articleTextbox {
  padding: 25px 20px;
}
.newsList__articleHeadline {
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
}
.newsList__articleImage {
  width: 100%;
  height: auto;
}
.newsList__articleDate {
  background-color: #B71A49;
  color: #fff;
  padding: 5px 8px;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
}
.newsList__articleMore {
  position: relative;
  display: block;
  height: 30px;
}
.newsList__articleMore::after {
  font-family: "icomoon";
  font-size: 1.2em;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
  transform: rotate(0);
  color: #B71A49;
}
.newsList__articleMore:hover::after {
  transform: rotate(90deg);
}
.header--none + .content .breadcrumb__item:nth-child(3) {
  display: none;
}
.sectionColumns__column--right .frame-type-list {
  margin-bottom: 20px;
  font-weight: 300;
  color: #fff;
}
.sectionColumns__column--right .frame-type-list .frame-container {
  padding: 20px 17px;
  height: 100%;
  background-color: #B71A49;
}
@media (min-width: 769px) {
  .sectionColumns__column--right .frame-type-list .frame-container {
    padding: 35px 35px 45px;
  }
}
.sectionColumns__column--right .frame-type-list h2, .sectionColumns__column--right .frame-type-list h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
.sectionColumns__column--right .frame-type-list h3 {
  font-size: 18px;
}
.newsDetail {
  max-width: 735px;
  padding-left: 30px;
  padding-right: 30px;
}
.newsDetail .news-img-wrap {
  margin-bottom: 1.5rem;
}
.newsDetail img {
  width: 100%;
  height: auto;
}
.newsDetail .teaser-text {
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.newsDetail .button, .newsDetail #cookieman-modal button, #cookieman-modal .newsDetail button {
  margin-top: 50px;
}
.newsTeaser {
  font-size: 18px;
}
.newsTeaser__article {
  padding-top: 2em;
  padding-bottom: 2em;
}
.newsTeaser__article:not(:first-child) {
  border-top: 1px solid #fff;
}
.newsTeaser__articleDate {
  display: inline-block;
  padding: 2px 5px;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  margin-bottom: 0.6em;
}
.frame-type-felogin_login {
  break-inside: avoid;
}
.felogin__fieldset, .femanager__fieldset {
  border: 5px solid #B71A49;
  padding: 30px 40px 50px 40px;
}
@media (max-width: 400px) {
  .felogin__fieldset, .femanager__fieldset {
    padding: 30px 20px 50px 20px;
  }
}
.felogin__fieldset__label, .femanager__fieldset__label {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #B71A49;
  margin-bottom: 0.5em;
}
@media (min-width: 576px) {
  .felogin__fieldset__label, .femanager__fieldset__label {
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  .felogin__fieldset__label, .femanager__fieldset__label {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .felogin__fieldset__label, .femanager__fieldset__label {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .felogin__fieldset__label, .femanager__fieldset__label {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  .felogin__fieldset__label, .femanager__fieldset__label {
    font-size: 24px;
  }
}
.felogin__fieldwrap, .femanager__fieldwrap {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 769px) {
  .felogin__fieldwrap--half, .femanager__fieldwrap--half {
    max-width: 50%;
  }
}
.felogin__label, .femanager__label {
  font-size: 18px;
  font-weight: 500;
}
.felogin__labelCheckbox .felogin__error, .femanager__labelCheckbox .felogin__error {
  position: absolute;
  top: 22px;
}
.felogin__field, .femanager__field {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.felogin__input, .femanager__input {
  border: 1px solid #B71A49;
  line-height: 1;
  width: 100%;
  text-align: left;
  position: relative;
  transition: all 0.3s;
  font-size: 18px;
  padding: 4px 8px;
}
.felogin__input--password, .femanager__input--password {
  padding-right: 45px;
}
.felogin__input.error, .femanager__input.error {
  color: #B71A49;
}
.felogin__textarea, .femanager__textarea {
  border: 1px solid #B71A49;
  padding: 4px 8px;
  font-size: 18px;
  min-height: 95px;
  width: 100% !important;
}
.felogin__textarea.error, .femanager__textarea.error {
  color: #B71A49;
}
.felogin__register, .femanager__register {
  margin-top: 40px;
  text-align: center;
}
.felogin__register__text, .femanager__register__text {
  text-align: center;
}
.felogin__icon, .femanager__icon {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  color: #B71A49;
  font-size: 15px;
}
.felogin__forgot, .femanager__forgot {
  margin-top: 20px;
}
.felogin__error, .femanager__error {
  color: #B71A49;
  margin-top: 5px;
  font-size: 80%;
  font-weight: 300;
  width: 100%;
}
.felogin__field--checkbox, .femanager__field--checkbox {
  padding-left: 40px;
}
.felogin__field--checkbox input, .femanager__field--checkbox input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.felogin__field--checkbox input:checked ~ .checkbox--custom:after, .femanager__field--checkbox input:checked ~ .checkbox--custom:after {
  opacity: 1;
}
.felogin__field--checkbox input:not(:checked)[required][data-parsley-id] ~ .checkbox--custom, .femanager__field--checkbox input:not(:checked)[required][data-parsley-id] ~ .checkbox--custom {
  border-color: #B71A49;
}
.felogin__field--checkbox input[required] + .checkbox__label::after, .femanager__field--checkbox input[required] + .checkbox__label::after {
  content: "*";
  position: relative;
}
.felogin__field--checkbox .checkbox--custom, .femanager__field--checkbox .checkbox--custom {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #B71A49;
  cursor: pointer;
}
.felogin__field--checkbox .checkbox--custom::after, .femanager__field--checkbox .checkbox--custom::after {
  content: "";
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #B71A49;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.femanagerEdit {
  max-width: 830px;
}
.femanagerEdit__fieldset {
  margin-bottom: 40px;
  border: none;
  padding-left: 30px;
}
.femanagerEdit__fieldsetLabel {
  color: -purple;
  font-weight: 400;
  margin-bottom: 1.5em;
  margin-left: -30px;
}
.femanagerEdit__fieldsetLabel__count {
  border-bottom: 1px solid #B71A49;
  margin-right: 0.5em;
}
.femanagerEdit__fieldsetRow {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .femanagerEdit__fieldsetRow {
    flex-wrap: nowrap;
  }
}
.femanagerEdit__fieldsetRow--indent {
  margin-left: 60px;
}
.femanagerEdit .conditional__target {
  display: none;
}
.femanagerEdit .conditional__target.show {
  display: block;
}
.femanagerEdit a {
  text-decoration: underline;
  color: #B71A49;
  transition: all 0.3s;
}
.femanagerEdit a:hover {
  color: #009BB4;
}
.flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}
.flexbox-item {
  flex-basis: 50%;
  flex-shrink: 1;
  flex-grow: 1;
  border-bottom: 1px solid #979696;
  padding-bottom: 20px;
}
.flexbox-item h4 {
  margin: 20px 0;
}
.flexbox-item input[type=file] {
  margin-bottom: 20px;
}
body.cke_editable {
  padding: 15px;
}
body.cke_editable ol, body.cke_editable ul {
  margin-left: 1.1em;
}
body.cke_editable ol li, body.cke_editable ul li {
  margin-bottom: 0.6em;
}
body.cke_editable ul {
  list-style-type: disc;
}
body.cke_editable ol {
  list-style-type: decimal;
}
