@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=56383d2a-d4b0-4c86-a3f5-a324ea6d5ae5&fontids=5838703,5838767,5838799");
:root {
  --spaceLarge: 270px;
  --altVerticalSpace: 80px;
  --teaserMinHeight: 820px;
}
@media (max-width: 1919px) {
  :root {
    --teaserMinHeight: 560px;
  }
}
@media (max-width: 1279px) {
  :root {
    --spaceLarge: 200px;
    --teaserMinHeight: 460px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceLarge: 120px;
    --altVerticalSpace: 60px;
    --teaserMinHeight: 300px;
  }
}
:root {
  --deskWidth: 1616px;
  --deskSpace: 100px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
:root .section--three,
:root .section--footer,
:root .section--legal {
  --deskWidth: 1340px;
}
@media (max-width: 1279px) {
  :root {
    --deskSpace: 50px;
  }
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 24px;
  }
}
:root {
  --spacePart: 20px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 15px;
  }
}
:root {
  --spaceUnit: 50px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 25px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 15px;
  }
}
:root {
  --spaceTotal: 70px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 30px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1279px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #1b1e43;
  border-radius: 10000px;
  cursor: pointer;
  color: #1b1e43;
  padding: 7px 50px 5px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #1b1e43, #1b1e43);
  transition: all 0.3s;
}
.button:hover,
.button:focus {
  background-size: 100% 100%;
  color: #fff;
}
.section--blue .button {
  border-color: #e53631;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--blue .button:hover,
.section--blue .button:focus {
  color: #1b1e43;
}
.section--footer .button,
.ns-locationMarker__popUp .button,
.area--fourC .unit .button {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--footer .button:hover,
.ns-locationMarker__popUp .button:hover,
.area--fourC .unit .button:hover,
.section--footer .button:focus,
.ns-locationMarker__popUp .button:focus,
.area--fourC .unit .button:focus {
  color: #1b1e43;
}
@media (max-width: 767px) {
  .button {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 8px 30px 6px;
  }
}
@font-face {
  font-family: "Kievit";
  font-style: normal;
  font-weight: 400;
  src: url("/extras/fonts/5838703/01679fda-db6b-4ea6-8490-cc8e3049c746.woff2") format("woff2"), url("/extras/fonts/5838703/e2424883-483f-46a1-91e9-ee0fe344cbb2.woff") format("woff");
}
@font-face {
  font-family: "Kievit";
  font-style: normal;
  font-weight: 500;
  src: url("/extras/fonts/5838767/6aa86fc9-83fa-40b6-a576-9f47504fc3e0.woff2") format("woff2"), url("/extras/fonts/5838767/61bba53f-d629-4d4c-a6d8-90a9686989bf.woff") format("woff");
}
@font-face {
  font-family: "Kievit";
  font-style: normal;
  font-weight: 700;
  src: url("/extras/fonts/5838799/0de68030-b588-4842-831a-2dd9bc6cb27a.woff2") format("woff2"), url("/extras/fonts/5838799/ac486fe7-8db1-4135-99ce-39eb3851ea1f.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #1b1e43;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: 500;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 20px;
  font-family: 'Kievit', sans-serif;
  line-height: 1.6;
}
.unit caption {
  display: none;
}
.flag {
  background: #1b1e43;
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
  position: relative;
}
.unit__background {
  float: left;
  width: 100%;
}
.unit__content {
  float: left;
  width: 100%;
}
.unit__head,
.unit__body,
.unit__foot {
  float: left;
  width: 100%;
}
.unit--fold div.less,
.unit--fold div.more {
  float: left;
  width: 100%;
}
.unit--fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  position: relative;
}
.part__content {
  float: left;
  width: 100%;
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
#edit .part video {
  pointer-events: none;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
  margin-top: 6px;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid #1b1e43;
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.part.cb-youtube iframe,
.part.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.part.cb-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.unitOne--alignCenter .part.cb-share {
  justify-content: center;
}
.part.cb-share .cb-service {
  float: left;
  margin-left: 36px;
}
.part.cb-share .cb-service:first-child {
  margin-left: 0;
}
.part.cb-share .cb-service * {
  float: left;
}
.part.cb-share .cb-service a {
  float: left;
  width: 48px;
  height: 34px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  box-sizing: border-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.part.cb-share .cb-service.cb-service-mail-old a {
  background-image: url(/images/share-mail-blue.svg);
}
.part.cb-share .cb-service.cb-service-mail-old a:hover,
.part.cb-share .cb-service.cb-service-mail-old a:focus {
  background-image: url(/images/share-mail-red.svg);
}
.part.cb-share .cb-service.cb-service-whatsapp-anchor a {
  width: 40px;
  height: 40px;
  background-image: url(/images/share-whatsapp-blue.svg);
}
.part.cb-share .cb-service.cb-service-whatsapp-anchor a:hover,
.part.cb-share .cb-service.cb-service-whatsapp-anchor a:focus {
  background-image: url(/images/share-whatsapp-red.svg);
}
.part.cb-share .cb-service.cb-service-facebook-share-anchor a {
  width: 22px;
  height: 40px;
  background-image: url(/images/share-facebook-blue.svg);
}
.part.cb-share .cb-service.cb-service-facebook-share-anchor a:hover,
.part.cb-share .cb-service.cb-service-facebook-share-anchor a:focus {
  background-image: url(/images/share-facebook-red.svg);
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--bullet li:before {
  content: '●';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: 100%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  height: 100vh !important;
  height: calc(var(--vh, 1vh) * 100) !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
  transition: height 0.3s;
}
#slides:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(27, 30, 67, 0.55), rgba(27, 30, 67, 0.1));
}
#slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
#slides a {
  display: block;
  width: 100%;
  height: 100%;
}
#slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
#expo div.link {
  display: none;
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  transform: translateY(-50%);
  background: #1b1e43;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#expo a.link.prev {
  left: 20px;
}
#expo a.link.next {
  right: 20px;
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cb-index-all td {
  float: left;
  display: block;
  margin: 0 10px;
}
.cb-index-all td.init {
  margin-left: 0;
}
.cb-index-all td.exit {
  margin-right: 0;
}
.cb-index-all a {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background: #fff;
  border-radius: 16px;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: #1b1e43;
}
.cb-index-some {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.cb-index-some td {
  float: left;
  display: block;
  color: #fff;
}
.cb-index-some td:first-child:after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}
.cb-index-some a {
  color: #fff;
}
.cb-index-some a:hover,
.cb-index-some a:focus {
  color: #fff;
}
#over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.8);
}
#disp {
  position: absolute;
  z-index: 5001;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'Kievit', sans-serif;
  line-height: 1.42857143;
  color: #1b1e43;
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 767px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 767px) {
  #disp form {
    width: 100%;
  }
}
#disp .fail {
  color: #ae2121;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#disp .head,
#disp .body,
#disp .foot {
  float: left;
  width: 100%;
  position: relative;
}
#disp .body {
  margin: 20px 0;
}
#disp .foot form + form {
  float: right;
}
#disp h2 {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  text-transform: uppercase;
  color: #1b1e43;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #1b1e43;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #1b1e43;
  border-radius: 10000px;
  cursor: pointer;
  color: #1b1e43;
  padding: 7px 50px 5px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #1b1e43, #1b1e43);
  transition: all 0.3s;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  background-size: 100% 100%;
  color: #fff;
}
.section--blue #disp .foot input,
.section--blue #disp .foot a {
  border-color: #e53631;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--blue #disp .foot input:hover,
.section--blue #disp .foot a:hover,
.section--blue #disp .foot input:focus,
.section--blue #disp .foot a:focus {
  color: #1b1e43;
}
.section--footer #disp .foot input,
.section--footer #disp .foot a,
.ns-locationMarker__popUp #disp .foot input,
.ns-locationMarker__popUp #disp .foot a,
.area--fourC .unit #disp .foot input,
.area--fourC .unit #disp .foot a {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--footer #disp .foot input:hover,
.section--footer #disp .foot a:hover,
.ns-locationMarker__popUp #disp .foot input:hover,
.ns-locationMarker__popUp #disp .foot a:hover,
.area--fourC .unit #disp .foot input:hover,
.area--fourC .unit #disp .foot a:hover,
.section--footer #disp .foot input:focus,
.section--footer #disp .foot a:focus,
.ns-locationMarker__popUp #disp .foot input:focus,
.ns-locationMarker__popUp #disp .foot a:focus,
.area--fourC .unit #disp .foot input:focus,
.area--fourC .unit #disp .foot a:focus {
  color: #1b1e43;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 8px 30px 6px;
  }
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input.radio,
#disp input.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1279px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'Kievit', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #F0F0F0;
  min-height: 40px;
  padding: 5px 10px;
  -webkit-appearance: none;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 26px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 32px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 4px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Kievit', sans-serif;
  font-size: 20px;
  line-height: 1.6;
  background: #F0F0F0;
  height: 40px;
  border: 1px solid #1b1e43;
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #1b1e43;
  border-radius: 10000px;
  cursor: pointer;
  color: #1b1e43;
  padding: 7px 50px 5px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #1b1e43, #1b1e43);
  transition: all 0.3s;
}
.unit.form .submit:hover,
.unit.form .submit:focus {
  background-size: 100% 100%;
  color: #fff;
}
.section--blue .unit.form .submit {
  border-color: #e53631;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--blue .unit.form .submit:hover,
.section--blue .unit.form .submit:focus {
  color: #1b1e43;
}
.section--footer .unit.form .submit,
.ns-locationMarker__popUp .unit.form .submit,
.area--fourC .unit .unit.form .submit {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--footer .unit.form .submit:hover,
.ns-locationMarker__popUp .unit.form .submit:hover,
.area--fourC .unit .unit.form .submit:hover,
.section--footer .unit.form .submit:focus,
.ns-locationMarker__popUp .unit.form .submit:focus,
.area--fourC .unit .unit.form .submit:focus {
  color: #1b1e43;
}
@media (max-width: 767px) {
  .unit.form .submit {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 8px 30px 6px;
  }
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: #1b1e43;
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
  font-size: 14px;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #1b1e43;
  border-radius: 10000px;
  cursor: pointer;
  color: #1b1e43;
  padding: 7px 50px 5px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #1b1e43, #1b1e43);
  transition: all 0.3s;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  background-size: 100% 100%;
  color: #fff;
}
.section--blue .two-step-verification-container a {
  border-color: #e53631;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--blue .two-step-verification-container a:hover,
.section--blue .two-step-verification-container a:focus {
  color: #1b1e43;
}
.section--footer .two-step-verification-container a,
.ns-locationMarker__popUp .two-step-verification-container a,
.area--fourC .unit .two-step-verification-container a {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--footer .two-step-verification-container a:hover,
.ns-locationMarker__popUp .two-step-verification-container a:hover,
.area--fourC .unit .two-step-verification-container a:hover,
.section--footer .two-step-verification-container a:focus,
.ns-locationMarker__popUp .two-step-verification-container a:focus,
.area--fourC .unit .two-step-verification-container a:focus {
  color: #1b1e43;
}
@media (max-width: 767px) {
  .two-step-verification-container a {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 8px 30px 6px;
  }
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: 500;
}
.table td {
  padding: 5px 10px;
  vertical-align: top;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: 500;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.60756193vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}
body.cb-toggle-target-active {
  overflow: hidden;
}
#home {
  float: left;
  height: 40px;
  position: absolute;
  left: 70px;
  top: 13px;
  z-index: 2;
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc((var(--spaceTotal) - var(--altVerticalSpace)) * -1);
}
.section--one #head {
  max-width: 868px;
}
.layout6 #head {
  margin-top: 214px;
}
@media (max-width: 1279px) {
  .layout6 #head {
    margin-top: 154px;
  }
}
@media (max-width: 767px) {
  .layout6 #head {
    margin-top: 100px;
  }
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Kievit', sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #1b1e43;
  overflow: hidden;
  -webkit-hyphens: none;
          hyphens: none;
  opacity: 0;
  transition: opacity 0.6s;
}
.show-content .wrapper {
  opacity: 1;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: var(--deskMaxWidth);
  width: var(--deskWidth);
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: #1b1e43;
  box-sizing: border-box;
  padding: 0 50px;
  transition: all 0.4s;
}
body.cb-toggle-target-active .section--header,
body:not(.layout4, .moodVisibilieFalse) .section--header:not(.cb-scroll-triggered--active) {
  background-color: transparent;
}
@media (max-width: 1279px) {
  .section--header {
    padding: 0 var(--deskSpace);
  }
}
.moodVisibilieFalse .section--multimood {
  display: none;
}
.section--blue {
  background-color: #1b1e43;
  color: #fff;
}
.section--three {
  margin-top: calc(var(--spaceLarge) - var(--spaceTotal));
}
.section--footer {
  background-color: #1b1e43;
  color: #fff;
  margin-top: 30px;
}
.section--footer a {
  text-decoration: none;
}
.section--legal {
  background-color: #1b1e43;
  color: #fff;
}
.section--legal a {
  text-decoration: none;
}
.content {
  float: left;
  width: 100%;
}
.section--one .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#view.area8--empty .section--four .content,
.pageType0 .section--four .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subcontent {
  float: left;
  width: 100%;
}
.section--four .subcontent.subcontent--2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pfad {
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 50px;
}
.pfad::-webkit-scrollbar {
  display: none;
}
.pfad a {
  float: left;
  margin: 0 8px;
  white-space: nowrap;
}
.pfad a:first-child {
  margin-left: 0;
}
.pfad a:last-child {
  margin-right: 0;
}
.pfad a.here {
  text-decoration: none;
  color: inherit;
}
.moodVisibilieFalse .pfad {
  margin-top: 140px;
}
.layout6 .pfad {
  display: none;
}
@media (max-width: 767px) {
  .moodVisibilieFalse .pfad {
    margin-top: 100px;
  }
}
.headerWrapper {
  float: left;
  width: 100%;
  display: flex;
}
.headerUnit {
  float: left;
  width: 33.33333333%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 1279px) {
  .headerUnit {
    width: 50%;
  }
}
.headerUnit--2 {
  justify-content: center;
}
@media (max-width: 1279px) {
  .headerUnit--2 {
    display: none;
  }
}
.headerUnit--3 {
  justify-content: flex-end;
}
#headerlinks {
  float: left;
  display: flex;
  align-items: center;
}
#headerlinks .meta {
  float: left;
  width: 32px;
  height: 32px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  margin-right: 30px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
#headerlinks .meta:last-child {
  margin-right: 0;
}
#headerlinks .meta.service_mitglieder {
  background-image: url(/images/headerlink-member-white.svg);
}
#headerlinks .meta.service_mitglieder:hover {
  background-image: url(/images/headerlink-member-red.svg);
}
#headerlinks .meta.find {
  background-image: url(/images/headerlink-search-white.svg);
}
#headerlinks .meta.find:hover {
  background-image: url(/images/headerlink-search-red.svg);
}
#headerlinks .meta.cb-cart-icon-link {
  overflow: visible;
  background-image: url(/images/headerlink-cart-white.svg);
}
#headerlinks .meta.cb-cart-icon-link:hover {
  background-image: url(/images/headerlink-cart-red.svg);
}
@media (max-width: 767px) {
  #headerlinks .meta {
    width: 28px;
    height: 28px;
    margin-right: 20px;
  }
}
.cb-cart-icon-holder {
  float: left;
}
.cb-cart-icon-holder .cb-cart-icon-count {
  position: absolute;
  right: -3px;
  top: -5px;
  z-index: 2;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  padding-bottom: 2px;
  border-radius: 10000px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1b1e43;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-indent: 0;
}
.quicklinks {
  float: left;
  border-radius: 10000px;
  background-color: rgba(27, 30, 67, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
  padding: 4px 26px;
}
body.cb-toggle-target-active .quicklinks {
  pointer-events: none;
  transform: scale(0.6);
  opacity: 0;
}
.quicklinks__content {
  float: left;
  display: flex;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.quicklinks__item {
  float: left;
  margin: 0 15px;
  font-size: 18px;
  line-height: 1.44444444;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
.quicklinks__item:hover,
.quicklinks__item:focus {
  color: rgba(255, 255, 255, 0.5);
}
.support {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: var(--altVerticalSpace);
  margin-bottom: var(--altVerticalSpace);
}
.cbdModule--supportTitle {
  position: relative;
  padding-bottom: 30px;
}
.cbdModule--supportTitle:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: 204px;
  height: 5px;
  background-color: #e53631;
  transform: translateX(-50%);
}
.support__area {
  float: left;
  width: 100%;
  margin-top: 60px;
}
.footerbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/navigation.jpg);
}
.footerbg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(27, 30, 67, 0.55), rgba(27, 30, 67, 0.1));
}
.footerwrapper {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
}
.footcontent {
  float: left;
  width: calc(100% + 40px);
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--altVerticalSpace);
  margin-bottom: var(--altVerticalSpace);
  font-size: 18px;
  line-height: 1.44444444;
}
@media (max-width: 1279px) {
  .footcontent {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .footcontent {
    width: 100%;
    margin-left: 0;
  }
}
.footunit {
  float: left;
  width: calc(25% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1279px) {
  .footunit {
    width: calc((100% / 3) - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .footunit {
    width: 100% !important;
    margin-bottom: var(--altVerticalSpace) !important;
  }
  .footunit:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1279px) {
  .footunit--1 {
    width: calc(100% - 30px) !important;
    margin-bottom: var(--altVerticalSpace);
  }
}
.foottitle {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .foottitle {
    margin-bottom: 20px;
  }
}
.vcard {
  float: left;
  text-align: center;
}
#social {
  float: left;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
#social .meta {
  float: left;
  width: 20px;
  height: 20px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/social-instagram-white.svg);
  margin-right: 20px;
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta:hover,
#social .meta:focus {
  background-image: url(/images/social-instagram-red.svg);
}
#social .meta.service_youtube {
  width: 24px;
  height: 16px;
  background-image: url(/images/social-youtube-white.svg);
}
#social .meta.service_youtube:hover,
#social .meta.service_youtube:focus {
  background-image: url(/images/social-youtube-red.svg);
}
#social .meta.service_facebook {
  width: 11px;
  background-image: url(/images/social-facebook-white.svg);
}
#social .meta.service_facebook:hover,
#social .meta.service_facebook:focus {
  background-image: url(/images/social-facebook-red.svg);
}
#edit .footarea {
  min-height: 100px;
}
.footarea .unit {
  margin-top: 0;
  margin-bottom: 0;
}
.footarea .unit .unit__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footarea .unit .part {
  min-width: 80px;
  margin-top: 30px;
  margin-bottom: 0;
}
.footarea .unit .part .cb-image-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footarea .unit .part:first-child {
  margin-top: 0;
}
.legal {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 500;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .legal {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 20px 0;
  }
}
.copyright {
  float: left;
}
#legal {
  float: left;
}
#legal .meta {
  float: left;
  margin-right: 80px;
}
#legal .meta:last-child {
  margin-right: 0 !important;
}
@media (max-width: 1279px) {
  #legal .meta {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  #legal {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
  #legal .meta {
    margin: 0 !important;
  }
}
a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
a:hover,
a:focus {
  color: #e53631;
}
h1 {
  font-size: 75px;
  line-height: 1.06666667;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}
h1:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: 204px;
  height: 5px;
  background-color: #e53631;
  transform: translateX(-50%);
}
h2 {
  font-size: 60px;
  line-height: 1.16666667;
  font-weight: 700;
}
h3 {
  font-size: 38px;
  line-height: 1.26315789;
  font-weight: 700;
}
h4 {
  font-size: 28px;
  line-height: 1.35714286;
  font-weight: 500;
}
h5 {
  font-size: 18px;
  line-height: 1.33333333;
  color: #e53631;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 500;
}
.cbdModule--teaserLead {
  margin-top: var(--spaceTotal);
  margin-bottom: calc((var(--spaceUnit) - var(--spacePart)) * -1);
}
#edit .cbdModule--teaserLead {
  position: relative;
  outline: 2px solid #71CAF3;
  padding-top: 30px;
  outline-offset: 3px;
}
#edit .cbdModule--teaserLead:before {
  content: 'Text des Teasers';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.33333333;
  font-weight: 500;
  min-height: 24px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  background-color: #71CAF3;
  color: #fff;
  padding: 4px 10px;
}
.pageType1#edit .cbdModule--teaserLead {
  display: none !important;
}
.area--one {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--spaceLarge) - (var(--spaceTotal) * 2));
}
body:not(.layout2) .area--one.area1 {
  margin-top: 0;
}
.area--one .unitOne--wide .unit__body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.area--one .unitOne--alignCenter {
  text-align: center;
}
.area--one .unitOne--alignCenter .unit__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.area--one .unitOne--alignCenter .part.link,
.area--one .unitOne--alignCenter .part.code {
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
}
.area--one .unitOne--alignCenter .part.code .part.link {
  margin: 0 !important;
}
@media (max-width: 1279px) {
  .area--one .unitOne--alignCenter .part.link {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.area--one .unitOne--largeSpaceTop {
  margin-top: calc((var(--spaceLarge) - (var(--spaceTotal) + var(--spacePart))));
}
.area--one .unitOne--smallSpaceBottom {
  margin-bottom: calc(((var(--spaceTotal) + var(--spacePart)) - var(--altVerticalSpace)) * -1);
}
.area--one .unitTwo {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 20px 30px;
  color: #fff;
}
.area--one .unitTwo .unit__background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #1b1e43;
}
.area--one .unitTwo .unit__background * {
  height: 100%;
}
.area--one .unitTwo .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitTwo .unit__content {
  position: relative;
  z-index: 2;
}
.area--one .unitTwo .part {
  margin-top: 10px;
  margin-bottom: 10px;
}
.area--one .unitTwo .part.link {
  text-align: left;
}
.area--one .unitTwo .part.link .open {
  background-image: none;
  color: #1b1e43;
}
#view .area--one .unitTwo.unit--isAnchor .unit__background {
  overflow: hidden;
}
#view .area--one .unitTwo.unit--isAnchor .unit__background .unit__backgroundImage {
  transition: all 0.4s;
}
#view .area--one .unitTwo.unit--isAnchor .part:nth-child(1n + 2) {
  opacity: 0;
  transition: all 0.4s;
}
#view .area--one .unitTwo.unit--isAnchor:hover .unit__background .unit__backgroundImage {
  transform: scale(1.05);
  opacity: 0.4;
}
#view .area--one .unitTwo.unit--isAnchor:hover .part:nth-child(1n + 2) {
  opacity: 1;
}
.area--one .unitTwo--1-2 {
  min-height: var(--teaserMinHeight);
}
.area--one .unitTwo--1-2 + .unitTwo--1-2 + .unitTwo--1-2 {
  margin-top: calc((var(--spaceTotal) - 40px) * -1);
}
@media (max-width: 1279px) {
  .area--one .unitTwo--1-2 + .unitTwo--1-2 + .unitTwo--1-2 {
    margin-top: calc((var(--spaceTotal) - 30px) * -1) !important;
  }
}
@media (max-width: 767px) {
  .area--one .unitTwo--1-2 + .unitTwo--1-2 {
    margin-top: calc((var(--spaceTotal) - 30px) * -1) !important;
  }
}
.area--one .unitTwo--1-3 {
  min-height: 340px;
}
.area--one .unitTwo--1-3 + .unitTwo--1-3 + .unitTwo--1-3 + .unitTwo--1-3 {
  margin-top: calc((var(--spaceTotal) - 40px) * -1);
}
@media (max-width: 1279px) {
  .area--one .unitTwo--1-3 + .unitTwo--1-3 + .unitTwo--1-3 {
    margin-top: calc((var(--spaceTotal) - 30px) * -1) !important;
  }
}
@media (max-width: 767px) {
  .area--one .unitTwo--1-3 {
    min-height: 240px;
  }
  .area--one .unitTwo--1-3 + .unitTwo--1-3 {
    margin-top: calc((var(--spaceTotal) - 30px) * -1) !important;
  }
}
.area--one .unitThree {
  background-color: #fff;
  box-shadow: 0 6px 30px rgba(61, 61, 61, 0.15);
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: flex;
  flex-direction: column;
}
.area--one .unitThree .unit__background {
  aspect-ratio: 1.33333333;
}
.area--one .unitThree .unit__background * {
  height: 100%;
}
.area--one .unitThree .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitThree .unit__content {
  box-sizing: border-box;
  padding: calc(30px - var(--spacePart)) 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.area--one .unitThree .unit__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.area--one .unitThree .part.link {
  text-align: center;
}
.area--one .unitThree .part.link:last-child {
  margin-top: auto;
  padding-top: var(--spacePart);
}
.area--one .unit--fold {
  margin-bottom: var(--spaceTotal);
  border-bottom: 2px solid #1b1e43;
}
.area--one .unit--fold + .unit--fold {
  margin-top: calc(var(--spaceTotal) * -1);
}
.area--one .unit--fold div.less .part {
  margin-top: 0;
  margin-bottom: 0;
}
.area--one .unit--fold div.more {
  display: block !important;
  height: 0;
  overflow: hidden;
  transition: all 0.6s;
}
.area--one .unit--fold div.more .part {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.2s;
}
.area--one .unit--fold div.more .part:last-child {
  margin-bottom: 40px;
}
.area--one .unit--fold .fold-toggle {
  display: block;
  text-decoration: none;
  padding: 16px 40px 16px 0;
  min-height: 80px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  color: #1b1e43;
}
.area--one .unit--fold .fold-toggle:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 23px;
  z-index: 2;
  width: 26px;
  height: 34px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/foldToggle.svg);
  transition: all 0.6s;
}
.area--one .unit--fold .fold-toggle:hover {
  color: #e53631;
}
.area--one .unit--fold .unit__foot {
  display: none;
}
.area--one .unit--fold.unit--foldOpen div.more {
  height: var(--js-elementHeight);
}
.area--one .unit--fold.unit--foldOpen div.more .part {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.4s 0.2s;
}
.area--one .unit--fold.unit--foldOpen .fold-toggle:after {
  transform: rotate(-180deg);
}
.area--two {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--spaceLarge) - (var(--spaceTotal) * 2));
}
.area--two .unitOne {
  text-align: center;
}
.area--two .unitOne--smallSpace {
  margin-bottom: calc(((var(--spaceTotal) + var(--spacePart)) - var(--altVerticalSpace)) * -1);
}
.area--two .unitTwo {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 20px 30px;
  min-height: var(--teaserMinHeight);
  color: #fff;
}
.area--two .unitTwo:nth-of-type(3n - 1) {
  transform: translateY(60px);
}
.area--two .unitTwo + .unitTwo + .unitTwo + .unitTwo {
  margin-top: calc((var(--spaceTotal) - 40px) * -1);
}
.area--two .unitTwo .unit__background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #1b1e43;
}
.area--two .unitTwo .unit__background * {
  height: 100%;
}
.area--two .unitTwo .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--two .unitTwo .unit__content {
  position: relative;
  z-index: 2;
}
.area--two .unitTwo .part {
  margin-top: 10px;
  margin-bottom: 10px;
}
.area--two .unitTwo .part.link {
  text-align: left;
}
.area--two .unitTwo .part.link .open {
  background-image: none;
  color: #1b1e43;
}
#view .area--two .unitTwo.unit--isAnchor .unit__background {
  overflow: hidden;
}
#view .area--two .unitTwo.unit--isAnchor .unit__background .unit__backgroundImage {
  transition: all 0.4s;
}
#view .area--two .unitTwo.unit--isAnchor .part:nth-child(1n + 2) {
  opacity: 0;
  transition: all 0.4s;
}
#view .area--two .unitTwo.unit--isAnchor:hover .unit__background .unit__backgroundImage {
  transform: scale(1.05);
  opacity: 0.4;
}
#view .area--two .unitTwo.unit--isAnchor:hover .part:nth-child(1n + 2) {
  opacity: 1;
}
@media (max-width: 1279px) {
  .area--two .unitTwo:nth-of-type(3n - 1) {
    transform: translateY(0);
  }
  .area--two .unitTwo:nth-of-type(2n) {
    transform: translateY(60px);
  }
  .area--two .unitTwo + .unitTwo + .unitTwo {
    margin-top: calc((var(--spaceTotal) - 30px) * -1) !important;
  }
}
@media (max-width: 767px) {
  .area--two .unitTwo:nth-of-type(2n) {
    transform: translateY(0);
  }
  .area--two .unitTwo + .unitTwo {
    margin-top: calc((var(--spaceTotal) - 30px) * -1) !important;
  }
}
.area--three {
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-bottom: -40px;
}
.area--three .unit {
  margin-top: 30px;
  margin-bottom: 30px;
}
.area--three .unit .part {
  margin-top: 10px;
  margin-bottom: 10px;
}
.area--fourA,
.area--fourB {
  display: flex;
  flex-wrap: wrap;
}
.area--fourA .unitOne--1-3,
.area--fourB .unitOne--1-3 {
  text-align: center;
}
.area--fourA .unitOne--1-3 .pict .cb-image-figure,
.area--fourB .unitOne--1-3 .pict .cb-image-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--fourA .unitOne--1-3 .pict .cb-image-container,
.area--fourB .unitOne--1-3 .pict .cb-image-container {
  width: auto;
}
.area--fourA {
  margin-top: calc(var(--spaceTotal) - (var(--altVerticalSpace) / 2));
  margin-bottom: calc(var(--spaceTotal) - (var(--altVerticalSpace) / 2));
}
.area--fourA .unit {
  margin-top: calc(var(--altVerticalSpace) / 2);
  margin-bottom: calc(var(--altVerticalSpace) / 2);
}
.area--fourA .unit .unit__body {
  margin-top: -10px;
  margin-bottom: -10px;
}
.area--fourA .unit .part {
  margin-top: 10px;
  margin-bottom: 10px;
}
.area--fourC {
  margin-top: var(--spaceTotal);
}
.pageType0 .area--fourC {
  display: none;
}
@media (max-width: 1279px) {
  .area--fourC {
    margin-top: 0;
    max-width: 460px;
  }
}
.area--fourC .unit {
  background-color: #1b1e43;
  color: #fff;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  box-sizing: border-box;
  padding: 25px 40px;
}
.area--fourC .unit .part {
  margin-top: 15px;
  margin-bottom: 15px;
}
.area--fourC .unit .part.text:first-child {
  width: calc(100% + 80px);
  margin: -25px -40px 25px;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
  padding: 24px 40px;
}
.area--fourC .unit .part.link {
  text-align: left;
}
.area--five {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--spaceLarge) - (var(--spaceTotal) * 2));
}
.area--five .unitTwo {
  background-color: #1b1e43;
  color: #fff;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--five .unitTwo .unit__background {
  aspect-ratio: 1.32642487;
}
.area--five .unitTwo .unit__background * {
  height: 100%;
}
.area--five .unitTwo .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--five .unitTwo .unit__content {
  box-sizing: border-box;
  padding: calc(30px - var(--spacePart)) 30px;
}
.buttonarea {
  margin-top: calc((var(--altVerticalSpace) - var(--spaceTotal)));
  margin-bottom: var(--spaceTotal);
}
#edit .buttonarea {
  min-height: 40px;
}
.buttonarea .unit {
  margin-top: 0;
  margin-bottom: 0;
}
.buttonarea .unit .unit__body {
  width: calc(100% + 40px);
  margin: -10px -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.buttonarea .unit .part {
  width: auto;
  min-width: 60px;
  margin: 10px 20px;
}
@media (max-width: 1279px) {
  .buttonarea .unit .unit__body {
    width: calc(100% + 20px);
    margin: -10px;
  }
  .buttonarea .unit .part {
    margin: 10px 10px;
  }
}
div.link {
  text-align: center;
}
div.link .open {
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #1b1e43;
  border-radius: 10000px;
  cursor: pointer;
  color: #1b1e43;
  padding: 7px 50px 5px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #1b1e43, #1b1e43);
  transition: all 0.3s;
}
div.link .open:hover,
div.link .open:focus {
  background-size: 100% 100%;
  color: #fff;
}
.section--blue div.link .open {
  border-color: #e53631;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--blue div.link .open:hover,
.section--blue div.link .open:focus {
  color: #1b1e43;
}
.section--footer div.link .open,
.ns-locationMarker__popUp div.link .open,
.area--fourC .unit div.link .open {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--footer div.link .open:hover,
.ns-locationMarker__popUp div.link .open:hover,
.area--fourC .unit div.link .open:hover,
.section--footer div.link .open:focus,
.ns-locationMarker__popUp div.link .open:focus,
.area--fourC .unit div.link .open:focus {
  color: #1b1e43;
}
@media (max-width: 767px) {
  div.link .open {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 8px 30px 6px;
  }
}
div.load .load {
  display: inline-block;
  padding-right: 30px;
  background-size: 18px 20px;
  background-position: 100% 6px;
  background-repeat: no-repeat;
  background-image: url(/images/icon-load-blue.svg);
}
div.load .load:hover,
div.load .load:focus {
  background-image: url(/images/icon-load-red.svg) !important;
}
.area--fourC .unit div.load .load {
  background-image: url(/images/icon-load-white.svg);
}
.iconLinks {
  float: left;
  width: 100%;
}
.iconLinks__content {
  float: left;
  width: calc(100% + 20px);
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.iconLinks__item {
  float: left;
  margin: 10px;
}
.iconLinks__icon {
  float: left;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/iconLink-website-white.svg);
}
.iconLinks__icon:hover,
.iconLinks__icon:focus {
  background-image: url(/images/iconLink-website-red.svg);
}
.iconLinks__icon--facebook {
  background-image: url(/images/iconLink-facebook-white.svg);
}
.iconLinks__icon--facebook:hover,
.iconLinks__icon--facebook:focus {
  background-image: url(/images/iconLink-facebook-red.svg);
}
.iconLinks__icon--youtube {
  width: 24px;
  background-image: url(/images/iconLink-youtube-white.svg);
}
.iconLinks__icon--youtube:hover,
.iconLinks__icon--youtube:focus {
  background-image: url(/images/iconLink-youtube-red.svg);
}
.iconLinks__icon--instagram {
  background-image: url(/images/iconLink-instagram-white.svg);
}
.iconLinks__icon--instagram:hover,
.iconLinks__icon--instagram:focus {
  background-image: url(/images/iconLink-instagram-red.svg);
}
.text-section--h5 + .text-section--h2 {
  margin-top: 16px;
}
@media (max-width: 1279px) {
  .text-section--h5 + .text-section--h2 {
    margin-top: 10px;
  }
}
.togglenavigation {
  float: left;
  position: relative;
  width: 44px;
  height: 24px;
  cursor: pointer;
  margin: 21px 0;
}
@media (max-width: 767px) {
  .togglenavigation {
    width: 36px;
  }
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  transform: translateY(-10px);
}
body.cb-toggle-target-active .tline--2 {
  transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateY(10px);
}
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 0;
  height: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/navigation.jpg);
  transition: all 0s 0.8s, opacity 0.6s 0.2s;
  opacity: 0;
}
.navigation:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(27, 30, 67, 0.55), rgba(27, 30, 67, 0.1));
}
body.cb-toggle-target-active .navigation {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.6s;
}
.navigation__scroll {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  position: relative;
  z-index: 3;
}
.navigation__scroll::-webkit-scrollbar {
  display: none;
}
.navigation__wrapper {
  float: left;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 140px 0 80px;
}
@media (max-width: 767px) {
  .navigation__wrapper {
    padding: 100px 0 60px;
  }
}
.navigation__desk {
  float: left;
  width: 1144px;
  max-width: var(--deskMaxWidth);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.navigation__content {
  float: left;
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navigation__section {
  float: left;
  width: 100%;
  transform: translateY(-60px);
  opacity: 0;
  transition: all 0.2s;
}
body.cb-toggle-target-active .navigation__section {
  transform: translateY(0);
  opacity: 1;
}
body.cb-toggle-target-active .navigation__section--1 {
  transition: all 0.4s 0.2s;
}
.navigation__section--2 {
  margin-top: 80px;
}
body.cb-toggle-target-active .navigation__section--2 {
  transition: all 0.4s 0.3s;
}
.navilinks {
  float: left;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.44444444;
  color: #fff;
}
@media (max-width: 767px) {
  .navilinks {
    flex-direction: column;
    align-items: flex-start;
  }
}
#navilinks {
  float: left;
}
#navilinks .meta {
  float: left;
  text-decoration: none;
  margin-right: 30px;
}
#navilinks .meta:hover,
#navilinks .meta:focus {
  color: #e53631;
}
@media (max-width: 767px) {
  #navilinks {
    margin-bottom: 20px;
  }
  #navilinks .meta {
    margin-right: 20px;
  }
}
div.navi {
  float: left;
}
div.navi .cb-toggle {
  display: none;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
.navigation div.sub1 > .item {
  margin-right: 14px;
}
.navigation div.sub1 > .item.exit {
  margin-right: 0;
}
.navigation div.sub1 > .item > .menu {
  text-decoration: none;
}
.navigation div.sub1 > .item > .menu:hover,
.navigation div.sub1 > .item > .menu:focus {
  color: #e53631;
}
.navigation div.sub1 > .item > .menu.path {
  color: #fff !important;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  -webkit-text-decoration-color: #e53631;
          text-decoration-color: #e53631;
  text-underline-offset: 8px;
  text-decoration-skip-ink: none;
}
.navigation div.sub2 {
  width: calc(100% + 40px);
  margin: -40px -20px;
  display: flex;
  flex-wrap: wrap;
}
.navigation div.sub2 > .item {
  width: calc((100% / 3) - 40px);
  margin: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.navigation div.sub2 > .item > .menu {
  float: left;
  font-size: 28px;
  line-height: 1.28571429;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  -webkit-text-decoration-color: #e53631;
          text-decoration-color: #e53631;
  text-underline-offset: 10px;
  text-decoration-skip-ink: none;
  color: #fff;
}
.navigation div.sub2 > .item > .menu:hover,
.navigation div.sub2 > .item > .menu:focus,
.navigation div.sub2 > .item > .menu.path {
  color: #e53631;
}
@media (max-width: 1279px) {
  .navigation div.sub2 {
    width: 100%;
    margin: 0;
  }
  .navigation div.sub2 > .item {
    width: 100%;
    margin: 20px 0;
    padding-left: 50px;
    position: relative;
  }
  .navigation div.sub2 > .item.item--empty > .cb-toggle {
    display: none !important;
  }
  .navigation div.sub2 > .item > .cb-toggle {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    width: 36px;
    height: 36px;
    background-size: 26px 34px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/images/arrow-down-white.svg);
    transition: all 0.6s;
  }
  .navigation div.sub2 > .item > .cb-toggle.cb-toggle-active {
    transform: rotate(-180deg);
  }
}
@media (max-width: 767px) {
  .navigation div.sub2 > .item {
    margin: 16px 0;
    padding-left: 40px;
  }
  .navigation div.sub2 > .item > .cb-toggle {
    background-size: auto 22px;
    width: 30px;
    height: 30px;
  }
  .navigation div.sub2 > .item > .menu {
    font-size: 22px;
    line-height: 1.36363636;
  }
}
.navigation div.sub3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 16px;
}
.navigation div.sub3 > .item > .menu {
  color: #fff;
  text-decoration: none;
}
.navigation div.sub3 > .item > .menu:hover,
.navigation div.sub3 > .item > .menu:focus,
.navigation div.sub3 > .item > .menu.path {
  color: #e53631;
}
@media (max-width: 1279px) {
  .navigation div.sub3 {
    height: 0;
    overflow: hidden;
    margin-top: 0;
    transition: all 0.6s;
  }
  .navigation div.sub3 > .item {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.1s;
  }
  .navigation div.sub3 > .item.init {
    margin-top: 16px;
  }
}
@media (max-width: 1279px) {
  .navigation div.sub2 > .item.cb-toggle-target-active div.sub3 {
    height: var(--js-elementHeight);
  }
  .navigation div.sub2 > .item.cb-toggle-target-active div.sub3 .item {
    transition: all 0.3s 0.3s;
    opacity: 1;
    transform: translateY(0);
  }
}
.part.payp .name {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
.part.payp.tile .name {
  width: auto;
  padding: 0;
  min-height: 48px;
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#view .part.payp.tile .name {
  display: none;
}
.part.payp .papc {
  float: left;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 0) {
  .part.payp .papc {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .part.payp .papc .name {
    order: 1;
    margin-left: 0;
  }
  .part.payp .papc input.numb {
    order: 2;
  }
}
.part.payp input.numb {
  float: left;
  background-color: transparent;
  border: 1px solid #1b1e43;
  border-radius: 10px;
  padding: 0 5px 0 10px;
  min-height: 48px;
  box-sizing: border-box;
  width: 60px;
  text-align: right;
  font-size: 28px;
  line-height: 1.35714286;
  font-weight: 500;
}
@media (max-width: 1919px) {
  .part.payp input.numb {
    font-size: 24px;
    line-height: 1.41666667;
  }
}
@media (max-width: 1279px) {
  .part.payp input.numb {
    min-height: 40px;
    font-size: 20px;
    line-height: 1.6;
    padding: 0 4px;
    width: 50px;
  }
}
.part.payp div.ctrl {
  float: right;
  max-width: calc(100% - 70px);
  display: flex;
  flex-wrap: nowrap;
}
.part.payp.tile div.ctrl {
  max-width: 100%;
}
@media (max-width: 0) {
  .part.payp.tile div.ctrl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: var(--spacePart);
  }
  .part.payp.tile div.ctrl .name {
    order: 1;
    margin-left: 0;
  }
  .part.payp.tile div.ctrl .submit {
    float: right;
    margin-left: 0;
  }
}
.part.payp div.ctrl > div {
  float: left;
  min-height: 48px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 28px;
  line-height: 1.35714286;
  font-weight: 500;
}
@media (max-width: 1919px) {
  .part.payp div.ctrl > div {
    font-size: 24px;
    line-height: 1.41666667;
    min-height: 40px;
  }
}
@media (max-width: 1279px) {
  .part.payp div.ctrl > div {
    font-size: 20px;
    line-height: 1.6;
  }
}
.part.payp .prix {
  text-align: right;
  font-size: 28px;
  line-height: 1.35714286;
  padding-right: 3px;
}
#edit .part.payp .prix {
  width: 70px;
}
@media (max-width: 1919px) {
  .part.payp .prix {
    font-size: 24px;
    line-height: 1.41666667;
  }
}
@media (max-width: 1279px) {
  .part.payp .prix {
    font-size: 20px;
    line-height: 1.6;
  }
}
.part.payp div.ctrl form {
  float: left;
}
.part.payp div.ctrl form fieldset {
  float: left;
}
.part.payp div.ctrl .submit {
  float: left;
  margin-left: 10px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-cart-default.svg);
}
.part.payp div.ctrl .submit:hover {
  background-image: url(/images/icon-cart-add.svg) !important;
}
.part.payp div.ctrl .submit.success {
  background-image: url(/images/icon-cart-active.svg);
}
@media (max-width: 1279px) {
  .part.payp div.ctrl .submit {
    width: 40px;
    height: 40px;
  }
}
#disp.cb-shoppingcart table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
#disp.cb-shoppingcart .cury {
  font-size: 10px;
  margin-left: 3px;
}
#disp.cb-shoppingcart tr {
  border-bottom: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
}
#disp.cb-shoppingcart thead tr {
  border-top: none;
  border-bottom-color: #000;
}
#disp.cb-shoppingcart th,
#disp.cb-shoppingcart td {
  padding: 5px;
  vertical-align: top;
}
#disp.cb-shoppingcart th {
  text-align: left;
}
#disp.cb-shoppingcart .cb-cart-item-count {
  padding-left: 0;
}
#disp.cb-shoppingcart .cb-cart-item-count input.numb {
  width: 54px;
  padding: 0px 2px 0px 5px;
  background: #F0F0F0;
  text-align: right;
  box-sizing: border-box;
  height: 20px;
  min-height: 0;
}
#disp.cb-shoppingcart .cb-cart-value,
#disp.cb-shoppingcart .cb-cart-item-sum,
#disp.cb-shoppingcart .cb-cart-item-price {
  text-align: right;
}
#disp.cb-shoppingcart .cb-cart-item-action {
  padding-right: 0;
}
#disp.cb-shoppingcart .cb-cart-item-action a {
  float: right;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 14px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-trash-black.svg);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
#disp.cb-shoppingcart .cb-cart-item-action a:hover {
  transform: scale(1.2);
}
#disp.cb-shoppingcart .cb-cart-item-action a:active {
  transform: scale(1);
}
#disp.cb-shoppingcart .cb-cart-subtotals {
  background: #fcfcfc;
}
#disp.cb-shoppingcart .cb-cart-totals {
  background: #f0f0f0;
  font-weight: 500;
}
#cb-footnotes {
  float: left;
  width: 100%;
  font-weight: 500;
  margin-top: 20px;
  text-align: right;
}
#disp.cb-shoppingcart h3 {
  float: left;
  width: 100%;
}
#disp.cb-shoppingcart .form-group {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 639px) {
  #disp.cb-shoppingcart .form-group {
    flex-wrap: wrap;
  }
}
#disp.cb-shoppingcart .form-group label.name {
  float: left;
  width: auto;
  margin-right: 0;
  flex-shrink: 0;
  font-weight: 500;
}
#disp.cb-shoppingcart .form-group .submit {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #1b1e43;
  border-radius: 10000px;
  cursor: pointer;
  color: #1b1e43;
  padding: 7px 50px 5px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #1b1e43, #1b1e43);
  transition: all 0.3s;
  line-height: 1.42857143;
}
#disp.cb-shoppingcart .form-group .submit:hover,
#disp.cb-shoppingcart .form-group .submit:focus {
  background-size: 100% 100%;
  color: #fff;
}
.section--blue #disp.cb-shoppingcart .form-group .submit {
  border-color: #e53631;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--blue #disp.cb-shoppingcart .form-group .submit:hover,
.section--blue #disp.cb-shoppingcart .form-group .submit:focus {
  color: #1b1e43;
}
.section--footer #disp.cb-shoppingcart .form-group .submit,
.ns-locationMarker__popUp #disp.cb-shoppingcart .form-group .submit,
.area--fourC .unit #disp.cb-shoppingcart .form-group .submit {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--footer #disp.cb-shoppingcart .form-group .submit:hover,
.ns-locationMarker__popUp #disp.cb-shoppingcart .form-group .submit:hover,
.area--fourC .unit #disp.cb-shoppingcart .form-group .submit:hover,
.section--footer #disp.cb-shoppingcart .form-group .submit:focus,
.ns-locationMarker__popUp #disp.cb-shoppingcart .form-group .submit:focus,
.area--fourC .unit #disp.cb-shoppingcart .form-group .submit:focus {
  color: #1b1e43;
}
@media (max-width: 767px) {
  #disp.cb-shoppingcart .form-group .submit {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 8px 30px 6px;
  }
}
@media (max-width: 639px) {
  #disp.cb-shoppingcart .form-group .submit {
    margin-top: 10px;
    width: 100%;
  }
}
#disp.cb-shoppingcart .form-input {
  float: left;
  margin: 0 40px;
  flex-grow: 1;
}
#disp.cb-shoppingcart .form-input input {
  width: 100%;
}
@media (max-width: 639px) {
  #disp.cb-shoppingcart .form-input {
    margin-right: 0;
  }
}
#disp.cb-shoppingcart .concession-code-input {
  float: left;
  width: 100%;
}
#disp.cb-shoppingcart #cb-footnotes {
  float: left;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 639px) {
  #disp.cb-shoppingcart table {
    float: left;
    width: 100%;
    display: block;
  }
  #disp.cb-shoppingcart table * {
    float: left;
    display: block;
  }
  #disp.cb-shoppingcart thead {
    display: none;
  }
  #disp.cb-shoppingcart tbody,
  #disp.cb-shoppingcart tfoot {
    width: 100%;
  }
  #disp.cb-shoppingcart tr {
    width: 100%;
    padding: 10px 0;
    margin-bottom: -1px;
  }
  #disp.cb-shoppingcart td {
    width: 100%;
    position: relative;
    padding: 3px 0 3px 100px !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #disp.cb-shoppingcart td:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-weight: 500;
  }
  #disp.cb-shoppingcart .cb-cart-subtotals td,
  #disp.cb-shoppingcart .cb-cart-totals td {
    padding: 0 !important;
  }
  #disp.cb-shoppingcart .cb-cart-subtotals tr,
  #disp.cb-shoppingcart .cb-cart-totals tr {
    padding: 3px 6px;
    box-sizing: border-box;
  }
}
#disp.cb-shoppingcart .cb-address,
#disp.cb-shoppingcart .cb-additional-information,
#disp.cb-shoppingcart .cb-payment,
#disp.cb-shoppingcart .cb-agb,
#disp.cb-shoppingcart .cb-order {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#disp.cb-shoppingcart .cb-address:first-child h3:first-child {
  padding-top: 0;
}
.cb-address p {
  display: block;
  width: 100%;
}
.cb-address .submit {
  float: left;
  margin-top: 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #1b1e43;
  border-radius: 10000px;
  cursor: pointer;
  color: #1b1e43;
  padding: 7px 50px 5px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #1b1e43, #1b1e43);
  transition: all 0.3s;
  line-height: 1.42857143;
}
.cb-address .submit:hover,
.cb-address .submit:focus {
  background-size: 100% 100%;
  color: #fff;
}
.section--blue .cb-address .submit {
  border-color: #e53631;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--blue .cb-address .submit:hover,
.section--blue .cb-address .submit:focus {
  color: #1b1e43;
}
.section--footer .cb-address .submit,
.ns-locationMarker__popUp .cb-address .submit,
.area--fourC .unit .cb-address .submit {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--footer .cb-address .submit:hover,
.ns-locationMarker__popUp .cb-address .submit:hover,
.area--fourC .unit .cb-address .submit:hover,
.section--footer .cb-address .submit:focus,
.ns-locationMarker__popUp .cb-address .submit:focus,
.area--fourC .unit .cb-address .submit:focus {
  color: #1b1e43;
}
@media (max-width: 767px) {
  .cb-address .submit {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 8px 30px 6px;
  }
}
#disp.cb-shoppingcart a.agbs {
  float: left;
  margin-bottom: 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #1b1e43;
  border-radius: 10000px;
  cursor: pointer;
  color: #1b1e43;
  padding: 7px 50px 5px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #1b1e43, #1b1e43);
  transition: all 0.3s;
  line-height: 1.42857143;
}
#disp.cb-shoppingcart a.agbs:hover,
#disp.cb-shoppingcart a.agbs:focus {
  background-size: 100% 100%;
  color: #fff;
}
.section--blue #disp.cb-shoppingcart a.agbs {
  border-color: #e53631;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--blue #disp.cb-shoppingcart a.agbs:hover,
.section--blue #disp.cb-shoppingcart a.agbs:focus {
  color: #1b1e43;
}
.section--footer #disp.cb-shoppingcart a.agbs,
.ns-locationMarker__popUp #disp.cb-shoppingcart a.agbs,
.area--fourC .unit #disp.cb-shoppingcart a.agbs {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--footer #disp.cb-shoppingcart a.agbs:hover,
.ns-locationMarker__popUp #disp.cb-shoppingcart a.agbs:hover,
.area--fourC .unit #disp.cb-shoppingcart a.agbs:hover,
.section--footer #disp.cb-shoppingcart a.agbs:focus,
.ns-locationMarker__popUp #disp.cb-shoppingcart a.agbs:focus,
.area--fourC .unit #disp.cb-shoppingcart a.agbs:focus {
  color: #1b1e43;
}
@media (max-width: 767px) {
  #disp.cb-shoppingcart a.agbs {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 8px 30px 6px;
  }
}
@media (max-width: 1919px) {
  h2 {
    font-size: 50px;
    line-height: 1.12;
  }
  h3 {
    font-size: 32px;
    line-height: 1.25;
  }
  h4 {
    font-size: 24px;
    line-height: 1.41666667;
  }
}
@media (max-width: 1279px) {
  h1 {
    font-size: 60px;
    line-height: 1.08333333;
    padding-bottom: 20px;
  }
  h2 {
    font-size: 46px;
    line-height: 1.13043478;
  }
  h5 {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .wrapper {
    font-size: 18px;
    line-height: 1.44444444;
  }
  h1 {
    font-size: 42px;
    line-height: 1.14285714;
  }
  h2 {
    font-size: 36px;
    line-height: 1.16666667;
  }
  h3 {
    font-size: 24px;
    line-height: 1.25;
  }
  h4 {
    font-size: 22px;
    line-height: 1.36363636;
  }
  h5 {
    font-size: 14px;
    line-height: 1.28571429;
  }
}
.ns-generatedElement {
  float: left;
  width: 100%;
  display: none;
}
.layout1 .ns-generatedElement--teaserSlider,
.layout6 .ns-generatedElement--teaserSlider {
  display: block;
}
.layout1 .ns-generatedElement--calendar,
.layout3.pageType1 .ns-generatedElement--calendar,
.layout3.pageType4 .ns-generatedElement--calendar,
.layout6 .ns-generatedElement--calendar {
  display: block;
}
.layout1 .ns-generatedElement--knowledge,
.layout3.pageType2 .ns-generatedElement--knowledge {
  display: block;
}
.layout3.pageType0 .ns-generatedElement--newsTeaser {
  display: block;
}
.layout4 .ns-generatedElement--locationMap {
  position: relative;
  display: block;
}
.layout4 .ns-generatedElement--location {
  display: block;
}
.ns-titles {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: calc(var(--spaceLarge) - var(--spaceTotal));
}
.section--calendar .ns-titles {
  margin-top: calc(var(--altVerticalSpace) - var(--spaceTotal));
}
.layout3 .section--calendar .ns-titles {
  display: none;
}
.section--knowledge .ns-titles {
  margin-top: 130px;
}
@media (max-width: 767px) {
  .section--knowledge .ns-titles {
    margin-top: calc(var(--spaceTotal) * 2);
  }
}
.ns-titles__content {
  float: left;
  width: 100%;
  max-width: 868px;
  margin-left: calc((100% - 868px) / 2);
  margin-right: calc((100% - 868px) / 2);
}
@media (max-width: 968px) {
  .ns-titles__content {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.section--knowledge .ns-titles__content {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 968px) {
  .ns-titles__content {
    margin-left: 0;
    margin-right: 0;
  }
}
.ns-titles .cbdModule {
  margin-top: 16px;
}
.ns-titles .cbdModule:first-child {
  margin-top: 0 !important;
}
@media (max-width: 1279px) {
  .ns-titles .cbdModule {
    margin-top: 10px;
  }
}
.ns-actions {
  float: left;
  width: 100%;
  margin-top: var(--altVerticalSpace);
  margin-bottom: var(--spaceTotal);
}
.section--calendar .ns-actions {
  margin-top: calc((var(--altVerticalSpace) - var(--spaceTotal)));
}
.section--knowledge .ns-actions {
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .section--knowledge .ns-actions {
    margin-bottom: calc(var(--spaceTotal) * 2);
  }
}
.ns-actions__content {
  float: left;
  width: 100%;
}
.ns-actions__cover {
  float: left;
  width: calc(100% + 40px);
  margin: -10px -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1279px) {
  .ns-actions__cover {
    width: calc(100% + 20px);
    margin: -10px;
  }
}
.ns-actions .cbdModule {
  float: left;
  width: auto;
}
.ns-actions__link {
  float: left;
  margin: 10px 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #1b1e43;
  border-radius: 10000px;
  cursor: pointer;
  color: #1b1e43;
  padding: 7px 50px 5px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #1b1e43, #1b1e43);
  transition: all 0.3s;
}
.ns-actions__link:hover,
.ns-actions__link:focus {
  background-size: 100% 100%;
  color: #fff;
}
.section--blue .ns-actions__link {
  border-color: #e53631;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--blue .ns-actions__link:hover,
.section--blue .ns-actions__link:focus {
  color: #1b1e43;
}
.section--footer .ns-actions__link,
.ns-locationMarker__popUp .ns-actions__link,
.area--fourC .unit .ns-actions__link {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--footer .ns-actions__link:hover,
.ns-locationMarker__popUp .ns-actions__link:hover,
.area--fourC .unit .ns-actions__link:hover,
.section--footer .ns-actions__link:focus,
.ns-locationMarker__popUp .ns-actions__link:focus,
.area--fourC .unit .ns-actions__link:focus {
  color: #1b1e43;
}
@media (max-width: 767px) {
  .ns-actions__link {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 8px 30px 6px;
  }
}
@media (max-width: 1279px) {
  .ns-actions__link {
    margin: 10px;
  }
}
.ns-filter {
  float: left;
  width: 100%;
  margin-top: var(--altVerticalSpace);
}
.section--newsTeaser .ns-filter {
  margin-top: calc(var(--spaceLarge) - var(--spaceTotal));
}
.section--location .ns-filter {
  margin-top: calc(var(--altVerticalSpace) - var(--spaceTotal));
}
.layout3 .section--calendar .ns-filter {
  margin-top: var(--spaceTotal);
}
.layout3 .section--knowledge .ns-filter {
  margin-top: 130px;
}
@media (max-width: 767px) {
  .layout3 .section--knowledge .ns-filter {
    margin-top: 60px;
  }
}
.ns-filter__content {
  float: left;
  width: 100%;
}
.ns-filter__cover {
  float: left;
  width: calc(100% + 40px);
  margin: -10px -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1279px) {
  .ns-filter__cover {
    width: calc(100% + 20px);
    margin: -10px;
  }
}
.ns-filter__item {
  float: left;
  margin: 10px 20px;
}
@media (max-width: 1279px) {
  .ns-filter__item {
    margin: 10px;
  }
}
@media (max-width: 767px) {
  .ns-filter__item {
    width: calc(100% - 20px);
  }
}
.ns-dropdown {
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  .ns-dropdown {
    width: 100%;
  }
}
.ns-dropdown__toggle {
  float: left;
  min-width: 236px;
  box-sizing: border-box;
  border: 1px solid #1b1e43;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 55px 12px 30px;
  border-radius: 25px;
  cursor: pointer;
  color: #1b1e43 !important;
  text-transform: uppercase;
  position: relative;
}
.ns-dropdown__toggle:hover {
  background-color: #f4f4f6;
}
.ns-dropdown__toggle:after {
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  z-index: 2;
  width: 18px;
  height: 20px;
  margin-top: -10px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/dropdown-arrow-blue.svg);
  transition: all 0.3s;
}
.ns-dropdown.is-open .ns-dropdown__toggle {
  background-color: #f4f4f6;
}
.ns-dropdown.is-open .ns-dropdown__toggle:after {
  transform: rotate(-180deg);
}
.is-active .ns-dropdown__toggle,
.is-active .ns-dropdown.is-open .ns-dropdown__toggle {
  background-color: #1b1e43;
  color: #fff !important;
}
.is-active .ns-dropdown__toggle:after,
.is-active .ns-dropdown.is-open .ns-dropdown__toggle:after {
  background-image: url(/images/dropdown-arrow-white.svg);
}
@media (max-width: 767px) {
  .ns-dropdown__toggle {
    font-size: 14px;
    line-height: 1.42857143;
    width: 100%;
    padding: 10px 45px 8px 20px;
  }
  .ns-dropdown__toggle:after {
    right: 18px;
  }
}
.ns-dropdown__content {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-radius: 25px;
  border: 1px solid #1b1e43;
  background-color: #fff;
  z-index: 2;
  margin-top: 10px;
  overflow: hidden;
  display: none;
}
.ns-dropdown.is-open .ns-dropdown__content {
  display: block;
}
.ns-dropdown__item {
  float: left;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 30px;
  text-decoration: none;
  cursor: pointer;
  color: #1b1e43 !important;
}
.ns-dropdown__item:hover {
  background-color: #f4f4f6;
}
.ns-dropdown__item.is-active {
  background-color: #f4f4f6;
  font-weight: 500;
}
.ns-dropdown__item.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
#mapFilter {
  position: absolute;
  left: 50px;
  top: 100px;
}
@media (max-width: 1279px) {
  #mapFilter {
    left: var(--deskSpace);
  }
}
.ns-mapFilter {
  position: relative;
  width: 276px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #1b1e43;
  border-radius: 25px;
  max-height: calc(100vh - 120px);
}
@media (max-width: 1279px) {
  .ns-mapFilter {
    width: 256px;
  }
}
@media (min-height: 400px) {
  .ns-mapFilter {
    max-height: calc(400px - 120px);
  }
}
@media (min-height: 571px) {
  .ns-mapFilter {
    max-height: calc(70vh - 120px);
  }
}
@media (min-width: 768px) and (min-height: 600px) {
  .ns-mapFilter {
    max-height: calc(600px - 120px);
  }
}
@media (min-width: 768px) and (min-height: 857px) {
  .ns-mapFilter {
    max-height: calc(70vh - 120px);
  }
}
@media (min-width: 1280px) and (min-height: 800px) {
  .ns-mapFilter {
    max-height: calc(800px - 120px);
  }
}
@media (min-width: 1280px) and (min-height: 1142px) {
  .ns-mapFilter {
    max-height: calc(70vh - 120px);
  }
}
.ns-mapFilterWrapper {
  width: 100%;
}
.ns-mapFilter__content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
.ns-mapFilter.is-open .ns-mapFilter__content {
  display: flex;
}
.ns-mapFilter__cover {
  max-height: 100%;
  overflow-y: scroll;
  padding: 10px 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.ns-mapFilter__toggle {
  float: left;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 55px 12px 30px;
  cursor: pointer;
  color: #1b1e43 !important;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
}
.ns-mapFilter__toggle:hover {
  background-color: #f4f4f6;
}
.ns-mapFilter__toggle:after {
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  z-index: 2;
  width: 18px;
  height: 20px;
  margin-top: -10px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/dropdown-arrow-blue.svg);
  transition: all 0.3s;
}
.ns-mapFilter.is-open .ns-mapFilter__toggle {
  background-color: #f4f4f6;
}
.ns-mapFilter.is-open .ns-mapFilter__toggle:after {
  transform: rotate(-180deg);
}
.is-active .ns-mapFilter__toggle,
.is-active .ns-dropdown.is-open .ns-mapFilter__toggle {
  background-color: #1b1e43;
  color: #fff !important;
}
.is-active .ns-mapFilter__toggle:after,
.is-active .ns-dropdown.is-open .ns-mapFilter__toggle:after {
  background-image: url(/images/dropdown-arrow-white.svg);
}
@media (max-width: 767px) {
  .ns-mapFilter__toggle {
    font-size: 14px;
    line-height: 1.42857143;
    width: 100%;
    padding: 10px 45px 8px 20px;
  }
  .ns-mapFilter__toggle:after {
    right: 18px;
  }
}
.ns-mapFilter .ns-dropdown__content {
  position: relative;
  flex-flow: column nowrap;
  float: left;
}
.ns-mapFilter .ns-dropdown.is-open .ns-dropdown__content {
  display: flex;
}
.activeCount {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #1b1e43;
  color: #fff !important;
  text-align: center;
}
@media (max-width: 767px) {
  .activeCount {
    width: 17px;
    height: 17px;
  }
}
.ns-teaserSlider {
  float: left;
  width: 100%;
  margin-top: var(--altVerticalSpace);
}
.ns-teaserSlider__section {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: var(--deskSpace);
  padding-right: var(--deskSpace);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: var(--altVerticalSpace);
}
.ns-teaserSlider__section:first-child {
  margin-top: 0;
}
.ns-teaserSlider__section--slider {
  padding-left: 0;
  padding-right: 0;
}
.ns-teaserSlider .ns-sliderWrapper {
  float: left;
  width: 100%;
}
.ns-teaserSlider .ns-slider {
  float: left;
  width: 100%;
  position: relative;
}
.ns-teaserSlider .ns-slider__stage {
  float: left;
  width: 100%;
}
.ns-teaserSlider .ns-slider__area {
  float: left;
  margin-left: -20px;
  display: flex;
}
@media (max-width: 1279px) {
  .ns-teaserSlider .ns-slider__area {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .ns-teaserSlider .ns-slider__area {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.ns-teaserSlider .ns-sliderControl {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 10000px;
  background-size: 34px 26px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all 0.2s;
}
.ns-teaserSlider .ns-sliderControl:hover {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .ns-teaserSlider .ns-sliderControl {
    display: none;
  }
}
.ns-teaserSlider .ns-sliderControl--prev {
  left: 60px;
  background-image: url(/images/arrow-left-blue.svg);
}
@media (max-width: 1279px) {
  .ns-teaserSlider .ns-sliderControl--prev {
    left: var(--deskSpace);
  }
}
.ns-teaserSlider .ns-sliderControl--next {
  right: 60px;
  background-image: url(/images/arrow-right-blue.svg);
}
@media (max-width: 1279px) {
  .ns-teaserSlider .ns-sliderControl--next {
    right: var(--deskSpace);
  }
}
.ns-teaserSlider .ns-teaser {
  float: left;
  width: 512px;
  margin-left: 20px;
  margin-right: 20px;
  flex-shrink: 0;
  background-color: #fff;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  color: inherit;
  transition: all 0.6s;
}
@media (max-width: 1279px) {
  .ns-teaserSlider .ns-teaser {
    width: 400px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .ns-teaserSlider .ns-teaser {
    max-width: calc(var(--deskMaxWidth) - 40px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
.ns-teaserSlider .ns-teaser__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
}
.ns-teaserSlider .ns-teaser__part {
  float: left;
  width: 100%;
}
.ns-teaserSlider .ns-teaser__part--pict {
  width: calc(100% + 60px);
  margin: -30px -30px 30px -30px;
  overflow: hidden;
}
.ns-teaserSlider .ns-teaser__part--date {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.66666667;
}
.ns-teaserSlider .ns-teaser__part--link {
  margin-top: auto;
  padding-top: 40px;
}
.ns-teaserSlider .ns-teaser__image {
  transition: all 0.4s;
}
.ns-teaserSlider .ns-teaser:hover .ns-teaser__image {
  transform: scale(1.05);
}
.ns-teaserSlider .ns-teaserLink {
  float: left;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #1b1e43;
  border-radius: 10000px;
  cursor: pointer;
  color: #1b1e43;
  padding: 7px 50px 5px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #1b1e43, #1b1e43);
  transition: all 0.3s;
}
.ns-teaserSlider .ns-teaserLink:hover,
.ns-teaserSlider .ns-teaserLink:focus {
  background-size: 100% 100%;
  color: #fff;
}
.section--blue .ns-teaserSlider .ns-teaserLink {
  border-color: #e53631;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--blue .ns-teaserSlider .ns-teaserLink:hover,
.section--blue .ns-teaserSlider .ns-teaserLink:focus {
  color: #1b1e43;
}
.section--footer .ns-teaserSlider .ns-teaserLink,
.ns-locationMarker__popUp .ns-teaserSlider .ns-teaserLink,
.area--fourC .unit .ns-teaserSlider .ns-teaserLink {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--footer .ns-teaserSlider .ns-teaserLink:hover,
.ns-locationMarker__popUp .ns-teaserSlider .ns-teaserLink:hover,
.area--fourC .unit .ns-teaserSlider .ns-teaserLink:hover,
.section--footer .ns-teaserSlider .ns-teaserLink:focus,
.ns-locationMarker__popUp .ns-teaserSlider .ns-teaserLink:focus,
.area--fourC .unit .ns-teaserSlider .ns-teaserLink:focus {
  color: #1b1e43;
}
@media (max-width: 767px) {
  .ns-teaserSlider .ns-teaserLink {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 8px 30px 6px;
  }
}
.ns-teaserSlider .ns-teaser:hover .ns-teaserLink {
  background-size: 100% 100%;
  color: #fff;
}
.ns-specialTable {
  float: left;
  width: 100%;
  margin-top: var(--altVerticalSpace);
  margin-bottom: var(--spaceTotal);
  font-size: 28px;
  line-height: 1.35714286;
  font-weight: 500;
}
.section--location .ns-specialTable {
  margin-bottom: var(--spaceTotal);
}
@media (max-width: 1919px) {
  .ns-specialTable {
    font-size: 24px;
    line-height: 1.41666667;
  }
}
@media (max-width: 1279px) {
  .ns-specialTable {
    font-size: 16px;
    line-height: 1.5;
  }
}
.ns-specialTable__content {
  float: left;
  width: 100%;
}
.ns-specialTable__row {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ns-specialTable__row {
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .ns-specialTable__row--head {
    display: none;
  }
}
.ns-specialTable__row--body {
  border-bottom: 1px solid #1b1e43;
  cursor: pointer;
}
.ns-specialTable__row--body:hover,
.ns-specialTable__row--body:focus {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
}
.ns-specialTable__cell {
  float: left;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}
.ns-specialTable__row--body .ns-specialTable__cell {
  padding: 21px 0;
}
.ns-specialTable__row--head .ns-specialTable__cell {
  font-size: 20px;
  line-height: 1.6;
  border-bottom: 2px solid #1b1e43;
  padding-bottom: 6px;
}
@media (max-width: 1279px) {
  .ns-specialTable__cell {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .ns-specialTable__cell {
    width: 100% !important;
    margin: 0 !important;
    padding: 3px 0 !important;
  }
}
.ns-specialTable__cell--1 {
  width: 376px;
  margin-left: 0 !important;
  flex-shrink: 0;
}
@media (max-width: 1279px) {
  .ns-specialTable__cell--1 {
    width: 200px;
  }
}
.ns-specialTable__cell--3 {
  width: 300px;
  margin-right: 0 !important;
  flex-shrink: 0;
}
@media (max-width: 1279px) {
  .ns-specialTable__cell--3 {
    width: 160px;
  }
}
.ns-specialTable__entry {
  float: left;
}
.ns-specialTable__row--body .ns-specialTable__cell--2 .ns-specialTable__entry {
  padding-right: 46px;
  background-size: 24px 24px;
  background-position: 100% 7px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-topRight-blue.svg);
}
@media (max-width: 1919px) {
  .ns-specialTable__row--body .ns-specialTable__cell--2 .ns-specialTable__entry {
    background-position: 100% 5px;
  }
}
@media (max-width: 1279px) {
  .ns-specialTable__row--body .ns-specialTable__cell--2 .ns-specialTable__entry {
    padding-right: 30px;
    background-size: 16px 16px;
    background-position: 100% 4px;
  }
}
.ns-specialTable__row--body:hover .ns-specialTable__cell--2 .ns-specialTable__entry {
  background-image: url(/images/arrow-topRight-red.svg);
}
.ns-knowledge {
  float: left;
  width: 100%;
  position: relative;
  margin-top: calc(var(--spaceLarge) - var(--spaceTotal));
  margin-bottom: calc(((var(--spaceLarge) - var(--spaceTotal)) - 30px) * -1);
}
.ns-knowledge__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(/images/knowledge-bg.jpg);
  background-color: #1b1e43;
}
.ns-knowledge__bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(27, 30, 67, 0.4), #1b1e43);
}
.ns-knowledge__wrapper {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ns-knowledge__desk {
  float: left;
  width: 1340px;
  max-width: var(--deskMaxWidth);
}
.ns-knowledge__content {
  float: left;
  width: 100%;
  background-color: #fff;
  margin: 130px 0;
  box-sizing: border-box;
  padding: 0 var(--deskSpace);
}
@media (max-width: 767px) {
  .ns-knowledge__content {
    margin: var(--spaceLarge) 0;
  }
}
.ns-knowledge__section {
  float: left;
  width: 100%;
}
.layout3 .ns-knowledge__section--titles {
  display: none;
}
.ns-knowledgeTeaser {
  float: left;
  width: 100%;
  margin-top: var(--altVerticalSpace);
}
.layout3 .ns-knowledgeTeaser {
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .layout3 .ns-knowledgeTeaser {
    margin-bottom: 60px;
  }
}
.ns-teaserWrapper--knowledgeTeaser {
  float: left;
  width: 100%;
}
.ns-knowledgeTeaser .ns-teaser {
  float: left;
  width: 100%;
  border-bottom: 2px solid #1b1e43;
  cursor: pointer;
  color: #1b1e43 !important;
}
.ns-knowledgeTeaser .ns-teaser__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-right: calc(100% - 788px);
  margin: 40px 0;
  position: relative;
}
@media (max-width: 1068px) {
  .ns-knowledgeTeaser .ns-teaser__content {
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .ns-knowledgeTeaser .ns-teaser__content {
    padding-right: 0;
    padding-top: 60px;
  }
}
.ns-knowledgeTeaser .ns-teaser:first-child .ns-teaser__content {
  margin-top: 0;
}
.ns-knowledgeTeaser .ns-teaser__part {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.ns-knowledgeTeaser .ns-teaser__part--icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  z-index: 5;
  margin-top: 0;
}
@media (max-width: 767px) {
  .ns-knowledgeTeaser .ns-teaser__part--icon {
    right: initial;
    left: 0;
    width: 40px;
    height: 40px;
  }
}
.ns-knowledgeTeaser .ns-teaser__part--title {
  margin-top: 0;
}
.ns-knowledgeTeaser .ns-teaser__image {
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.ns-knowledgeTeaser .ns-teaserLink {
  float: left;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #1b1e43;
  border-radius: 10000px;
  cursor: pointer;
  color: #1b1e43;
  padding: 7px 50px 5px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #1b1e43, #1b1e43);
  transition: all 0.3s;
}
.ns-knowledgeTeaser .ns-teaserLink:hover,
.ns-knowledgeTeaser .ns-teaserLink:focus {
  background-size: 100% 100%;
  color: #fff;
}
.section--blue .ns-knowledgeTeaser .ns-teaserLink {
  border-color: #e53631;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--blue .ns-knowledgeTeaser .ns-teaserLink:hover,
.section--blue .ns-knowledgeTeaser .ns-teaserLink:focus {
  color: #1b1e43;
}
.section--footer .ns-knowledgeTeaser .ns-teaserLink,
.ns-locationMarker__popUp .ns-knowledgeTeaser .ns-teaserLink,
.area--fourC .unit .ns-knowledgeTeaser .ns-teaserLink {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--footer .ns-knowledgeTeaser .ns-teaserLink:hover,
.ns-locationMarker__popUp .ns-knowledgeTeaser .ns-teaserLink:hover,
.area--fourC .unit .ns-knowledgeTeaser .ns-teaserLink:hover,
.section--footer .ns-knowledgeTeaser .ns-teaserLink:focus,
.ns-locationMarker__popUp .ns-knowledgeTeaser .ns-teaserLink:focus,
.area--fourC .unit .ns-knowledgeTeaser .ns-teaserLink:focus {
  color: #1b1e43;
}
@media (max-width: 767px) {
  .ns-knowledgeTeaser .ns-teaserLink {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 8px 30px 6px;
  }
}
.ns-knowledgeTeaser .ns-teaser:hover .ns-teaserLink {
  background-size: 100% 100%;
  color: #fff;
}
.ns-newsTeaser {
  float: left;
  width: 100%;
  margin-top: var(--altVerticalSpace);
}
.ns-teaserWrapper--newsTeaser {
  float: left;
  width: 100%;
}
.ns-newsTeaser .ns-teaserCover {
  float: left;
  width: calc(100% + 40px);
  margin: -20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1279px) {
  .ns-newsTeaser .ns-teaserCover {
    width: calc(100% + 30px);
    margin: -15px;
  }
}
.ns-newsTeaser .ns-teaser {
  float: left;
  margin: 20px;
  width: calc((100% / 3) - 40px);
  background-color: #fff;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  color: inherit;
  transition: all 0.6s;
}
@media (max-width: 1279px) {
  .ns-newsTeaser .ns-teaser {
    margin: 15px;
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .ns-newsTeaser .ns-teaser {
    width: calc(100% - 30px);
  }
}
.ns-newsTeaser .ns-teaser__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
}
.ns-newsTeaser .ns-teaser__part {
  float: left;
  width: 100%;
}
.ns-newsTeaser .ns-teaser__part--pict {
  width: calc(100% + 60px);
  margin: -30px -30px 30px -30px;
  overflow: hidden;
}
.ns-newsTeaser .ns-teaser__part--date {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.66666667;
}
.ns-newsTeaser .ns-teaser__part--link {
  margin-top: auto;
  padding-top: 40px;
}
.ns-newsTeaser .ns-teaser__image {
  transition: all 0.4s;
}
.ns-newsTeaser .ns-teaser:hover .ns-teaser__image {
  transform: scale(1.05);
}
.ns-newsTeaser .ns-teaserLink {
  float: left;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #1b1e43;
  border-radius: 10000px;
  cursor: pointer;
  color: #1b1e43;
  padding: 7px 50px 5px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #1b1e43, #1b1e43);
  transition: all 0.3s;
}
.ns-newsTeaser .ns-teaserLink:hover,
.ns-newsTeaser .ns-teaserLink:focus {
  background-size: 100% 100%;
  color: #fff;
}
.section--blue .ns-newsTeaser .ns-teaserLink {
  border-color: #e53631;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--blue .ns-newsTeaser .ns-teaserLink:hover,
.section--blue .ns-newsTeaser .ns-teaserLink:focus {
  color: #1b1e43;
}
.section--footer .ns-newsTeaser .ns-teaserLink,
.ns-locationMarker__popUp .ns-newsTeaser .ns-teaserLink,
.area--fourC .unit .ns-newsTeaser .ns-teaserLink {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--footer .ns-newsTeaser .ns-teaserLink:hover,
.ns-locationMarker__popUp .ns-newsTeaser .ns-teaserLink:hover,
.area--fourC .unit .ns-newsTeaser .ns-teaserLink:hover,
.section--footer .ns-newsTeaser .ns-teaserLink:focus,
.ns-locationMarker__popUp .ns-newsTeaser .ns-teaserLink:focus,
.area--fourC .unit .ns-newsTeaser .ns-teaserLink:focus {
  color: #1b1e43;
}
@media (max-width: 767px) {
  .ns-newsTeaser .ns-teaserLink {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 8px 30px 6px;
  }
}
.ns-newsTeaser .ns-teaser:hover .ns-teaserLink {
  background-size: 100% 100%;
  color: #fff;
}
#map {
  /* default cluster styling */
  --cluster-fill-color: #1b1e43;
  --cluster-stroke-color: #fff;
  --cluster-stroke-width: 2;
  --cluster-font-color: #fff;
  --cluster-font-family: 'Kievit', sans-serif;
}
.ns-locationMap {
  float: left;
  width: 100%;
  height: 70vh;
  min-height: 800px;
}
@media (max-width: 1279px) {
  .ns-locationMap {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .ns-locationMap {
    min-height: 400px;
  }
}
.ns-locationGoogleMap {
  float: left;
  width: 100%;
  height: 100%;
}
.ns-locationMarker {
  float: left;
  position: relative;
  cursor: pointer;
  transform: translate(-50%, -100%);
  z-index: 2;
}
.ns-locationMarker.ns-locationMarker--show {
  z-index: 3;
}
.ns-locationMarker__pin {
  float: left;
  width: 34px;
  height: 48px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/mapPointer-blue.svg);
}
.ns-locationMarker--locationType1 .ns-locationMarker__pin {
  background-image: url(/images/mapPointer-yellow.svg);
}
.ns-locationMarker--locationType2 .ns-locationMarker__pin {
  background-image: url(/images/mapPointer-yellow.svg);
}
.ns-locationMarker--locationType3 .ns-locationMarker__pin {
  background-image: url(/images/mapPointer-yellow.svg);
}
.ns-locationMarker--locationType4 .ns-locationMarker__pin {
  background-image: url(/images/mapPointer-red.svg);
}
.ns-locationMarker--locationType5 .ns-locationMarker__pin {
  background-image: url(/images/mapPointer-green.svg);
}
.ns-locationMarkerCluster {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  box-sizing: border-box;
  background-color: #1b1e43;
  border-radius: 10000px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}
.ns-locationMarker__popUp {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  z-index: 10;
  background-color: #1b1e43;
  width: 280px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 70px;
}
.ns-locationMarker__popUp:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-style: solid;
  border-color: transparent;
  border-top-color: #1b1e43;
  border-width: 36px 36px 0 36px;
}
.ns-locationMarker__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ns-locationMarker__part {
  float: left;
}
.ns-locationMarker__part--link {
  margin-top: 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #1b1e43;
  border-radius: 10000px;
  cursor: pointer;
  color: #1b1e43;
  padding: 7px 50px 5px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #1b1e43, #1b1e43);
  transition: all 0.3s;
}
.ns-locationMarker__part--link:hover,
.ns-locationMarker__part--link:focus {
  background-size: 100% 100%;
  color: #fff;
}
.section--blue .ns-locationMarker__part--link {
  border-color: #e53631;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--blue .ns-locationMarker__part--link:hover,
.section--blue .ns-locationMarker__part--link:focus {
  color: #1b1e43;
}
.section--footer .ns-locationMarker__part--link,
.ns-locationMarker__popUp .ns-locationMarker__part--link,
.area--fourC .unit .ns-locationMarker__part--link {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--footer .ns-locationMarker__part--link:hover,
.ns-locationMarker__popUp .ns-locationMarker__part--link:hover,
.area--fourC .unit .ns-locationMarker__part--link:hover,
.section--footer .ns-locationMarker__part--link:focus,
.ns-locationMarker__popUp .ns-locationMarker__part--link:focus,
.area--fourC .unit .ns-locationMarker__part--link:focus {
  color: #1b1e43;
}
@media (max-width: 767px) {
  .ns-locationMarker__part--link {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 8px 30px 6px;
  }
}
.ns-locationMarker__close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-size: 22px 22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-close-white.svg);
}
.ns-unitFilter {
  float: left;
  width: 100%;
}
.ns-unitFilter__wrapper {
  float: left;
  width: 100%;
}
.ns-unitFilter__toggle {
  display: none;
}
.ns-unitFilter__content {
  float: left;
  width: 100%;
}
.ns-unitFilter__list {
  float: left;
  width: calc(100% + 40px);
  margin: -10px -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1279px) {
  .ns-unitFilter__list {
    justify-content: flex-start;
    width: calc(100% + 20px);
    margin: -10px;
  }
}
.ns-unitFilter__item {
  float: left;
  margin: 10px 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #1b1e43;
  border-radius: 10000px;
  cursor: pointer;
  color: #1b1e43;
  padding: 7px 50px 5px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #1b1e43, #1b1e43);
  transition: all 0.3s;
}
.ns-unitFilter__item:hover,
.ns-unitFilter__item:focus {
  background-size: 100% 100%;
  color: #fff;
}
.section--blue .ns-unitFilter__item {
  border-color: #e53631;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--blue .ns-unitFilter__item:hover,
.section--blue .ns-unitFilter__item:focus {
  color: #1b1e43;
}
.section--footer .ns-unitFilter__item,
.ns-locationMarker__popUp .ns-unitFilter__item,
.area--fourC .unit .ns-unitFilter__item {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--footer .ns-unitFilter__item:hover,
.ns-locationMarker__popUp .ns-unitFilter__item:hover,
.area--fourC .unit .ns-unitFilter__item:hover,
.section--footer .ns-unitFilter__item:focus,
.ns-locationMarker__popUp .ns-unitFilter__item:focus,
.area--fourC .unit .ns-unitFilter__item:focus {
  color: #1b1e43;
}
@media (max-width: 767px) {
  .ns-unitFilter__item {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 8px 30px 6px;
  }
}
.ns-unitFilter__item.is-active {
  background-size: 100% 100%;
  color: #fff;
}
@media (max-width: 1279px) {
  .ns-unitFilter__item {
    margin: 10px;
  }
}
.ns-unitFilter__unit {
  display: none;
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.8s;
}
.ns-unitFilter__unit.ns-unitFilter__unit--activated {
  display: block;
}
.ns-unitFilter__unit.ns-unitFilter__unit--active {
  opacity: 1;
  transform: scale(1);
}
.ns-moodFader {
  float: left;
  width: 100%;
}
.ns-moodFader .ns-slider__stage {
  float: left;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  transition: height 0.3s;
}
.ns-moodFader .ns-slideDummy {
  height: 100%;
}
.ns-moodFader .ns-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.8s;
}
.ns-moodFader .ns-slide.is-active {
  opacity: 1;
  z-index: 2;
}
.ns-moodFader .ns-slide__content {
  position: absolute;
  z-index: 4;
  width: 572px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  opacity: 0;
  margin-bottom: 20px;
  transition: all 0.2s;
}
@media (max-width: 1279px) {
  .ns-moodFader .ns-slide__content {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .ns-moodFader .ns-slide__content {
    max-width: var(--maxDeskWidth);
    right: initial !important;
    left: var(--deskSpace) !important;
    bottom: 146px !important;
    transform: none !important;
  }
}
.ns-moodFader .ns-slide.is-active .ns-slide__content {
  opacity: 1;
  margin-bottom: 0;
  transition: all 0.7s 0.1s;
}
.ns-moodFader .ns-slide--type1 .ns-slide__content {
  left: 150px;
  bottom: 50%;
  transform: translateY(50%);
}
@media (max-width: 1279px) {
  .ns-moodFader .ns-slide--type1 .ns-slide__content {
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
.ns-moodFader .ns-slide--type2 .ns-slide__content {
  left: 150px;
  bottom: 100px;
}
@media (max-width: 1279px) {
  .ns-moodFader .ns-slide--type2 .ns-slide__content {
    left: var(--deskSpace);
    bottom: var(--deskSpace);
  }
}
.ns-moodFader .ns-slide--type3 .ns-slide__content {
  right: 150px;
  bottom: 100px;
}
@media (max-width: 1279px) {
  .ns-moodFader .ns-slide--type3 .ns-slide__content {
    right: var(--deskSpace);
    bottom: var(--deskSpace);
  }
}
.ns-moodFader .ns-slider__part--image {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.ns-moodFader .ns-slider__part--image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(27, 30, 67, 0.55), rgba(27, 30, 67, 0.1));
}
.ns-moodFader .ns-slider__part--image .ns-sliderImage {
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 2;
}
.ns-moodFader .ns-slider__part--text {
  float: left;
  width: 100%;
}
.ns-moodFader .ns-slider__part--text h2 {
  font-size: 75px;
  line-height: 1.06666667;
}
@media (max-width: 1279px) {
  .ns-moodFader .ns-slider__part--text h2 {
    font-size: 50px;
    line-height: 1.12;
  }
}
.ns-moodFader .ns-slider__part--link {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.ns-moodFader .ns-slider__part--link a {
  float: left;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #1b1e43;
  border-radius: 10000px;
  cursor: pointer;
  color: #1b1e43;
  padding: 7px 50px 5px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #1b1e43, #1b1e43);
  transition: all 0.3s;
}
.ns-moodFader .ns-slider__part--link a:hover,
.ns-moodFader .ns-slider__part--link a:focus {
  background-size: 100% 100%;
  color: #fff;
}
.section--blue .ns-moodFader .ns-slider__part--link a {
  border-color: #e53631;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--blue .ns-moodFader .ns-slider__part--link a:hover,
.section--blue .ns-moodFader .ns-slider__part--link a:focus {
  color: #1b1e43;
}
.section--footer .ns-moodFader .ns-slider__part--link a,
.ns-locationMarker__popUp .ns-moodFader .ns-slider__part--link a,
.area--fourC .unit .ns-moodFader .ns-slider__part--link a {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--footer .ns-moodFader .ns-slider__part--link a:hover,
.ns-locationMarker__popUp .ns-moodFader .ns-slider__part--link a:hover,
.area--fourC .unit .ns-moodFader .ns-slider__part--link a:hover,
.section--footer .ns-moodFader .ns-slider__part--link a:focus,
.ns-locationMarker__popUp .ns-moodFader .ns-slider__part--link a:focus,
.area--fourC .unit .ns-moodFader .ns-slider__part--link a:focus {
  color: #1b1e43;
}
@media (max-width: 767px) {
  .ns-moodFader .ns-slider__part--link a {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 8px 30px 6px;
  }
}
@media (max-width: 767px) {
  .ns-moodFader .ns-slider__part--link {
    margin-top: 20px;
  }
}
.ns-moodFader .ns-sliderControl {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  width: 34px;
  height: 26px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ns-moodFader .ns-sliderControl {
    bottom: 60px;
    top: initial;
    transform: translateY(0);
  }
}
.ns-moodFader .ns-sliderControl--prev {
  left: 50px;
  background-image: url(/images/moodFader-prev.svg);
}
@media (max-width: 767px) {
  .ns-moodFader .ns-sliderControl--prev {
    left: var(--deskSpace);
  }
}
.ns-moodFader .ns-sliderControl--next {
  right: 50px;
  background-image: url(/images/moodFader-next.svg);
}
@media (max-width: 767px) {
  .ns-moodFader .ns-sliderControl--next {
    right: var(--deskSpace);
  }
}
/*# sourceMappingURL=./screen-small.css.map */