:root {
  --headerHeight: 156px;
  --altVerticalSpace: 80px;
}
@media (max-width: 1279px) {
  :root {
    --headerHeight: 92px;
    --altVerticalSpace: 50px;
  }
}
:root {
  --mainTextColor: #000;
  --mainTextColorHover: #003F6B;
  --altTextColor: #003F6B;
  --altTextColorHover: #000;
}
:root .moodcontent,
:root #disp.zoom,
:root .footcontent {
  --mainTextColor: #fff;
  --mainTextColorHover: #009EE0;
  --altTextColor: #fff;
  --altTextColorHover: #009EE0;
}
:root {
  --deskWidth: 1616px;
  --deskSpace: 40px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
:root .section--one {
  --deskWidth: 1064px;
}
@media (max-width: 1279px) {
  :root {
    --deskSpace: 30px;
  }
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 20px;
  }
}
:root {
  --spacePart: 20px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 60px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 30px;
  }
}
:root {
  --spaceTotal: 80px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 50px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 40px;
  }
}
: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: #003F6B;
  font-size: 18px;
  line-height: 1.55555556;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 6px 20px;
  min-width: 270px;
  appearance: none;
  border-radius: 10000px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid #003F6B;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #009EE0, #009EE0);
  transition: all 0.24s;
}
.button:hover,
.button:focus,
.unit--isAnchor:hover .button {
  background-size: 100% 100%;
  border-color: #009EE0;
}
@media (max-width: 1279px) {
  .button {
    min-width: 0;
  }
}
/* barlow-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/barlow-v12-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url('/extras/fonts/barlow-v12-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* bitter-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/bitter-v36-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* bitter-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 600;
  src: url('/extras/fonts/bitter-v36-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
}
*::selection {
  background: #003F6B;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: 600;
}
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: 22px;
  font-family: 'Barlow', sans-serif;
  line-height: 1.45454545;
}
.unit caption {
  display: none;
}
.flag {
  background: #003F6B;
  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;
}
.area .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%;
}
.unit .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;
}
.lazyimage {
  visibility: hidden;
}
.lazyimage.lazyloaded {
  visibility: initial;
}
#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 {
  position: absolute;
  left: 0;
  bottom: -80px;
  min-height: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--mainTextColor);
  font-size: 20px;
  line-height: 1.5;
  font-family: 'Bitter', sans-serif;
  box-sizing: border-box;
  padding: 20px 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  #disp.zoom .cb-image-caption {
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.71428571;
    min-height: 60px;
    bottom: -60px;
  }
}
.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;
}
div.load a.load {
  display: inline-block;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-download-black.svg);
}
.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 #a6a6a6;
}
.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: 600;
  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;
}
.part.cb-share:before {
  content: 'Teilen';
  float: left;
  width: 100%;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: var(--altTextColor);
}
.part.cb-share:before a:hover,
.part.cb-share:before a:focus {
  color: var(--altTextColorHover);
}
.part.cb-share .cb-service {
  float: left;
  margin-left: 10px;
}
.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: 40px;
  height: 40px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  box-sizing: border-box;
  background-color: #003F6B;
  border-radius: 10000px;
  position: relative;
}
.part.cb-share .cb-service a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: #fff;
}
.part.cb-share .cb-service a:hover {
  background-color: #009EE0;
}
.part.cb-share .cb-service.cb-service-facebook-share a:after {
  mask-image: url(/images/quicklinks-facebook.svg);
}
.part.cb-share .cb-service.cb-service-mail-old a:after {
  mask-image: url(/images/quicklinks-mail.svg);
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 16px;
  position: relative;
  margin-top: 3px;
}
.list--bullet li:has(.star) {
  padding-left: 22px;
  font-size: 25px;
  line-height: 1.44;
  font-family: 'Bitter', sans-serif;
  color: var(--altTextColor);
}
.list--bullet li:first-child {
  margin-top: 0;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1279px) {
  .list--bullet li:has(.star) {
    padding-left: 18px;
    font-size: 21px;
    line-height: 1.42857143;
  }
}
.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: calc(100vh - (var(--headerHeight) + var(--deskSpace))) !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
  overflow: hidden;
}
.moodHeightSmall #slides {
  height: 760px !important;
}
@media (max-width: 1279px) {
  #slides {
    height: 600px !important;
  }
  .moodHeightSmall #slides {
    height: 400px !important;
  }
}
@media (max-width: 767px) {
  #slides {
    height: 350px !important;
  }
  .moodHeightSmall #slides {
    height: 350px !important;
  }
}
#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;
}
#slides img.lazyimage {
  visibility: initial;
  filter: blur(10px);
  transform: scale(1.05);
  transition: all 0.12s;
}
#slides img.lazyimage.lazyloaded {
  filter: blur(0);
  transform: scale(1);
}
#expo div.link {
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  border-radius: 10000px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#expo a.link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #003F6B;
  mask-size: 18px auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
}
#expo a.link:hover,
#expo a.link:focus {
  background-color: #fff;
}
@media (max-width: 767px) {
  #expo a.link {
    width: 24px;
    height: 24px;
  }
  #expo a.link:after {
    mask-size: 14px auto;
  }
}
#expo a.link.prev {
  left: 30px;
}
#expo a.link.prev:after {
  mask-image: url(/images/arrow-left.svg);
}
@media (max-width: 767px) {
  #expo a.link.prev {
    left: var(--deskSpace);
  }
}
#expo a.link.next {
  right: 30px;
}
#expo a.link.next:after {
  mask-image: url(/images/arrow-right.svg);
}
@media (max-width: 767px) {
  #expo a.link.next {
    right: var(--deskSpace);
  }
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: block;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .cb-index-all {
    bottom: 12px;
  }
}
.cb-index-all td {
  float: left;
  display: block;
  margin: 0 5px;
}
.cb-index-all td.init {
  margin-left: 0;
}
.cb-index-all td.exit {
  margin-right: 0;
}
@media (max-width: 767px) {
  .cb-index-all td {
    margin: 0 3px;
  }
}
.cb-index-all a {
  display: block;
  width: 14px;
  height: 14px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cb-index-all a {
    width: 6px;
    height: 6px;
  }
}
.cb-index-all td.this a {
  background-color: #fff;
}
.cb-index-some {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: none;
}
.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: #fff;
}
body:has(#disp.srch) #over {
  background-color: rgba(0, 0, 0, 0.7);
}
#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: 'Barlow', sans-serif;
  line-height: 1.42857143;
  color: var(--mainTextColor);
}
@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: #003F6B;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #003F6B;
  font-size: 16px;
  font-weight: 600;
  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: #003F6B;
  font-size: 18px;
  line-height: 1.55555556;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 6px 20px;
  min-width: 270px;
  appearance: none;
  border-radius: 10000px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid #003F6B;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #009EE0, #009EE0);
  transition: all 0.24s;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus,
.unit--isAnchor:hover #disp .foot input,
.unit--isAnchor:hover #disp .foot a {
  background-size: 100% 100%;
  border-color: #009EE0;
}
@media (max-width: 1279px) {
  #disp .foot input,
  #disp .foot a {
    min-width: 0;
  }
}
#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[type*="radio"],
#disp input[type*="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-black.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-black.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-black.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 var(--deskSpace);
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px var(--deskSpace);
  }
}
#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: 'Barlow', 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;
  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%;
}
.unit.form .unit__body {
  width: calc(100% + 40px);
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.unit.form .part {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.unit.form .part--slim {
  width: calc(50% - 40px);
}
.unit.form .part.must {
  font-size: 14px;
  line-height: 1.42857143;
}
@media (max-width: 767px) {
  .unit.form .part--slim {
    width: calc(100% - 40px);
  }
}
.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;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--altTextColor);
}
.unit.form .name a:hover,
.unit.form .name a:focus {
  color: var(--altTextColorHover);
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
    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: transparent;
  min-height: 60px;
  padding: 5px 10px;
  appearance: none;
  border: 1px solid rgba(0, 63, 107, 0.5);
  background-size: 0 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #009EE0, #009EE0);
  transition: all 0.24s;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form input.text:focus,
.unit.form textarea:focus {
  background-size: 100% 3px;
  border-color: #009EE0;
}
.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: 14px;
    padding-bottom: 14px;
  }
}
.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: 14px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Barlow', sans-serif;
  font-size: 22px;
  line-height: 1.45454545;
  background: transparent;
  height: 60px;
  border: 1px solid #000;
  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 span::file-selector-button {
  background-color: #003F6B;
  font-size: 18px;
  line-height: 1.55555556;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 6px 20px;
  min-width: 270px;
  appearance: none;
  border-radius: 10000px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid #003F6B;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #009EE0, #009EE0);
  transition: all 0.24s;
  margin-right: 16px;
}
.unit.form .ship div.chop span::file-selector-button:hover,
.unit.form .ship div.chop span::file-selector-button:focus,
.unit--isAnchor:hover .unit.form .ship div.chop span::file-selector-button {
  background-size: 100% 100%;
  border-color: #009EE0;
}
@media (max-width: 1279px) {
  .unit.form .ship div.chop span::file-selector-button {
    min-width: 0;
  }
}
.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: 60px;
    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: #003F6B;
  font-size: 18px;
  line-height: 1.55555556;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 6px 20px;
  min-width: 270px;
  appearance: none;
  border-radius: 10000px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid #003F6B;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #009EE0, #009EE0);
  transition: all 0.24s;
  background-color: transparent;
  color: #003F6B;
}
.unit.form .submit:hover,
.unit.form .submit:focus,
.unit--isAnchor:hover .unit.form .submit {
  background-size: 100% 100%;
  border-color: #009EE0;
}
@media (max-width: 1279px) {
  .unit.form .submit {
    min-width: 0;
  }
}
.unit.form .submit:hover,
.unit.form .submit:focus,
.unit--isAnchor:hover .unit.form .submit {
  color: #fff;
}
.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: var(--mainTextColor);
  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;
}
#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: #003F6B;
  font-size: 18px;
  line-height: 1.55555556;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 6px 20px;
  min-width: 270px;
  appearance: none;
  border-radius: 10000px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid #003F6B;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #009EE0, #009EE0);
  transition: all 0.24s;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus,
.unit--isAnchor:hover .two-step-verification-container a {
  background-size: 100% 100%;
  border-color: #009EE0;
}
@media (max-width: 1279px) {
  .two-step-verification-container a {
    min-width: 0;
  }
}
.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: 600;
}
.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: 600;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.86831812vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
.logo {
  float: left;
  height: 110px;
}
@media (max-width: 1279px) {
  .logo {
    height: 64px;
  }
}
.logo__image {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc((var(--spaceUnit) - var(--spacePart)) * -1);
  text-align: center;
}
.section--three #head {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  text-align: left;
}
.newsletterFrame {
  height: var(--newslettterHeightDesktop) !important;
}
@media (max-width: 1279px) {
  .newsletterFrame {
    height: var(--newslettterHeightTablet) !important;
  }
}
@media (max-width: 767px) {
  .newsletterFrame {
    height: var(--newslettterHeightMobile) !important;
  }
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 22px;
  line-height: 1.45454545;
  color: var(--mainTextColor);
  accent-color: #003F6B;
  overflow: hidden;
  hyphens: none;
  box-sizing: border-box;
  padding-top: var(--headerHeight);
}
.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;
  left: 0;
  top: 0;
  z-index: 2000;
  background-image: linear-gradient(to bottom, #00203B, #003F6B);
}
.layout2 .section--multimood {
  display: none;
}
.section--footer {
  margin-top: var(--spaceTotal);
  background-image: linear-gradient(to top, #00203B, #003F6B);
}
.section--three {
  display: none;
}
.layout3 .section--three {
  display: block;
}
.content {
  float: left;
  width: 100%;
}
.section--header .content {
  display: flex;
  align-items: flex-start;
  min-height: var(--headerHeight);
}
.section--multimood .content {
  box-sizing: border-box;
  padding: var(--deskSpace) var(--deskSpace) 0;
}
@media (max-width: 767px) {
  .section--multimood .content {
    padding-top: 0;
  }
}
.subcontent {
  float: left;
  width: 100%;
}
.section--header .subcontent {
  flex-grow: 1;
  position: relative;
}
.section--header .subcontent:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}
.section--header .subcontent.subcontent--1:after {
  right: 0;
}
.section--header .subcontent.subcontent--2 {
  width: auto;
  flex-shrink: 0;
  margin: 0 40px;
  align-self: center;
}
.section--header .subcontent.subcontent--2:after {
  display: none;
}
.section--header .subcontent.subcontent--3:after {
  left: 0;
}
.section--three .subcontent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1279px) {
  .section--three .subcontent {
    flex-direction: column;
  }
}
.segment {
  float: left;
  width: 100%;
}
.section--three .segment.segment--1,
.section--three .segment.segment--2 {
  width: calc(100% - (454px + 40px));
  max-width: 926px;
}
.section--three .segment.segment--3 {
  width: 454px;
  flex-shrink: 0;
}
@media (max-width: 1279px) {
  .section--three .segment {
    width: 100% !important;
    max-width: 100% !important;
  }
  .section--three .segment.segment--2 {
    order: 2;
  }
  .section--three .segment.segment--3 {
    order: 1;
  }
}
.navigation {
  float: left;
  width: 100%;
  margin-top: 46px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1279px) {
  .navigation {
    display: none !important;
  }
}
.navigation--right {
  display: flex;
  justify-content: flex-end;
}
.navigation--right .meta.find {
  float: left;
  margin-left: 36px;
  margin-top: 5px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/icon-search.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
.navigation--right .meta.find:hover,
.navigation--right .meta.find:focus {
  background-color: #009EE0;
}
.moodcontent {
  position: absolute;
  left: 50%;
  bottom: 70px;
  z-index: 10;
  transform: translateX(-50%);
  width: var(--deskWidth);
  max-width: calc(100% - (var(--deskSpace) * 4));
  color: var(--mainTextColor);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .moodcontent {
    bottom: 24px;
  }
}
.moodtitles {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.moodtitles .cbdModule {
  width: auto;
  min-width: 200px;
}
.moodtitles .cbdModule--moodSubtitle {
  margin-top: 10px;
}
.footcontent {
  float: left;
  width: 100%;
  margin-top: 40px;
  color: var(--mainTextColor);
  font-size: 18px;
  line-height: 1.55555556;
}
.footcontent a {
  font-weight: 600;
}
@media (max-width: 767px) {
  .footcontent {
    margin-top: 60px;
  }
}
.footsection {
  float: left;
  width: 100%;
}
.footsection--1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1279px) {
  .footsection--1 {
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin: -30px -20px;
  }
}
.footsection--2 {
  position: relative;
  padding-top: 1px;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.footsection--2:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background-color: #fff;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .footsection--2 {
    margin-top: 60px;
    justify-content: flex-start;
  }
}
.footunit {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1279px) {
  .footunit {
    margin: 30px 20px;
    width: calc(50% - 40px);
  }
}
@media (max-width: 767px) {
  .footunit {
    width: calc(100% - 40px);
  }
}
.footpart {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
}
.footpart:first-child {
  margin-top: 0 !important;
}
.foottitle {
  float: left;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.vcard {
  float: left;
}
#social {
  float: left;
}
#social .meta {
  float: left;
  width: 24px;
  height: 20px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-color: #fff;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  margin-right: 20px;
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta:hover,
#social .meta:focus {
  background-color: var(--mainTextColorHover);
}
#social .meta.service_facebook {
  mask-image: url(/images/social-facebook.svg);
}
#social .meta.service_youtube {
  mask-image: url(/images/social-youtube.svg);
}
#social .meta.service_instagram {
  mask-image: url(/images/social-instagram.svg);
}
.unit--partnerUnit {
  float: left;
}
#edit .unit--partnerUnit {
  min-width: 200px;
  min-height: 50px;
}
#edit .unit--partnerUnit:not(.is-marked) {
  outline: 2px dashed rgba(255, 255, 255, 0.5);
}
.unit--partnerUnit .unit__body {
  margin-top: -5px;
  margin-bottom: -5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.unit--partnerUnit .part {
  margin-top: 5px;
  margin-bottom: 5px;
  width: auto;
  min-width: 50px;
}
#legal {
  float: left;
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.625;
}
#legal .meta {
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  padding: 0 4px;
}
@media (max-width: 767px) {
  #legal {
    margin: 22px 0;
  }
}
.pfad {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: var(--spacePart);
  color: var(--altTextColor);
  font-size: 18px;
  line-height: 1.55555556;
  display: flex;
  align-items: center;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.pfad a:hover,
.pfad a:focus {
  color: var(--altTextColorHover);
}
.pfad::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .pfad {
    font-size: 11px;
    line-height: 2.18181818;
  }
}
.pfad a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-weight: 600;
  padding: 0 10px;
}
.pfad a:first-child {
  padding-left: 0 !important;
}
.pfad a:last-child {
  margin-right: 0 !important;
}
.pfad a.here {
  text-decoration: none;
}
@media (max-width: 767px) {
  .pfad a {
    padding: 0 6px;
  }
}
.eventInfo {
  float: left;
  margin-top: var(--spacePart);
  margin-bottom: calc((var(--spaceUnit) - var(--spacePart)) * -1);
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 1279px) {
  .eventInfo {
    margin-bottom: var(--spaceTotal);
  }
}
.eventInfo__content {
  float: left;
  width: calc(100% + 100px);
  margin: -8px -50px;
}
@media (max-width: 767px) {
  .eventInfo__content {
    width: calc(100% + 40px);
    margin: -8px -20px;
  }
}
.eventInfo__part {
  float: left;
  margin: 8px 50px;
}
@media (max-width: 767px) {
  .eventInfo__part {
    margin: 8px 20px;
  }
}
.eventInfo__element {
  float: left;
  padding-left: 80px;
  box-sizing: border-box;
  min-height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
.eventInfo__element:before,
.eventInfo__element:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 10000px;
}
.eventInfo__element:before {
  z-index: 2;
  background-color: #003F6B;
}
.eventInfo__element:after {
  z-index: 3;
  background-color: #fff;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
}
@media (max-width: 767px) {
  .eventInfo__element {
    padding-left: 60px;
    min-height: 48px;
  }
  .eventInfo__element:before,
  .eventInfo__element:after {
    width: 48px;
    height: 48px;
  }
}
.eventInfo__element--date:after {
  mask-image: url(/images/icon-date.svg);
}
.eventTypeGroup .eventInfo__element--eventType:after {
  mask-image: url(/images/icon-groupTravel.svg);
}
.eventTypeSingle .eventInfo__element--eventType:after {
  mask-image: url(/images/icon-singleTravel.svg);
}
.cbdModule--eventDate {
  width: auto;
  min-width: 50px;
}
.eventType {
  float: left;
}
a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: var(--mainTextColorHover);
          text-decoration-color: var(--mainTextColorHover);
  text-underline-offset: 5px;
}
a:hover,
a:focus {
  color: var(--mainTextColorHover);
}
.part--text a {
  font-weight: 600;
}
h1 {
  font-family: 'Bitter', sans-serif;
  color: var(--altTextColor);
  font-size: 56px;
  line-height: 1.33928571;
  font-weight: 400;
}
h1 a:hover,
h1 a:focus {
  color: var(--altTextColorHover);
}
h2 {
  font-family: 'Bitter', sans-serif;
  color: var(--altTextColor);
  font-size: 46px;
  line-height: 1.26086957;
  font-weight: 400;
}
h2 a:hover,
h2 a:focus {
  color: var(--altTextColorHover);
}
h3 {
  font-family: 'Bitter', sans-serif;
  color: var(--altTextColor);
  font-size: 36px;
  line-height: 1.33333333;
  font-weight: 400;
}
h3 a:hover,
h3 a:focus {
  color: var(--altTextColorHover);
}
h4 {
  font-family: 'Bitter', sans-serif;
  color: var(--altTextColor);
  font-size: 25px;
  line-height: 1.44;
  font-weight: 400;
}
h4 a:hover,
h4 a:focus {
  color: var(--altTextColorHover);
}
h5 {
  color: var(--altTextColor);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}
h5 a:hover,
h5 a:focus {
  color: var(--altTextColorHover);
}
.loud {
  color: var(--altTextColor);
  font-family: 'Bitter', sans-serif;
  font-size: 25px;
  line-height: 1.44;
}
.loud a:hover,
.loud a:focus {
  color: var(--altTextColorHover);
}
.text-section .star {
  color: var(--altTextColor);
}
.text-section .star a:hover,
.text-section .star a:focus {
  color: var(--altTextColorHover);
}
.area--one {
  display: flex;
  flex-wrap: wrap;
}
.area--one .unitTwo {
  --spacePart: 12px;
  color: var(--altTextColor);
  background-color: #e0f1fa;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--one .unitTwo a:hover,
.area--one .unitTwo a:focus {
  color: var(--altTextColorHover);
}
.area--one .unitTwo + .unitTwo + .unitTwo + .unitTwo {
  margin-top: calc((var(--spaceTotal) - 40px) * -1);
}
.area--one .unitTwo .unit__content {
  box-sizing: border-box;
  padding: calc(40px - var(--spacePart)) 40px;
}
@media (max-width: 1279px) {
  .area--one .unitTwo + .unitTwo + .unitTwo {
    margin-top: calc((var(--spaceTotal) - 40px) * -1);
  }
}
@media (max-width: 767px) {
  .area--one .unitTwo + .unitTwo {
    margin-top: calc((var(--spaceTotal) - 40px) * -1);
  }
  .area--one .unitTwo .unit__content {
    padding: calc(20px - var(--spacePart)) 20px;
  }
}
.area--one .unitThree {
  --spacePart: 6px;
  background-color: #e0f1fa;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--one .unitThree .unit__content {
  box-sizing: border-box;
  padding: calc(80px - var(--spacePart)) 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--one .unitThree .unit__body {
  max-width: 868px;
}
@media (max-width: 767px) {
  .area--one .unitThree .unit__content {
    padding: calc(20px - var(--spacePart)) 20px;
  }
}
.area--two {
  display: flex;
  flex-wrap: wrap;
}
.area--two .unitTwo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--two .unitTwo .unit__content {
  max-width: 1064px;
}
@media (min-width: 768px) {
  .area--two .unitTwo--contentAlignCenter {
    text-align: center;
  }
  .area--two .unitTwo--contentAlignCenter .unit__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
}
.area--two .unitThree {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: flex;
  align-items: flex-start;
}
.area--two .unitThree + .unitThree {
  margin-top: calc((var(--spaceTotal) - var(--altVerticalSpace)) * -1);
}
.area--two .unitThree .unit__background {
  width: 512px;
}
.area--two .unitThree .unit__content {
  margin-left: auto;
  width: calc(100% - (512px + 40px));
}
.area--two .unitThree .unit__body {
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
}
.area--two .unitThree .unit__foot {
  margin-top: calc(var(--spacePart) * 2) !important;
}
@media (max-width: 1279px) {
  .area--two .unitThree .unit__background {
    width: 240px;
  }
  .area--two .unitThree .unit__content {
    width: calc(100% - (240px + 40px));
  }
}
@media (max-width: 767px) {
  .area--two .unitThree {
    flex-direction: column;
  }
  .area--two .unitThree .unit__background {
    width: 100%;
    margin-bottom: calc(var(--spacePart) * 2);
  }
  .area--two .unitThree .unit__content {
    width: 100%;
  }
}
.area--two .unitFour {
  --spacePart: 10px;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: flex;
  flex-direction: column;
}
.area--two .unitFour .unit__background {
  margin-bottom: 30px;
  aspect-ratio: 1.21230769;
}
.area--two .unitFour .unit__background * {
  height: 100%;
}
.area--two .unitFour .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--two .unitFour .unit__background .placeholder {
  padding-bottom: 0;
}
.area--two .unitFour .unit__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.area--two .unitFour .unit__body {
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.area--two .unitFour .part--link:last-child {
  margin-top: auto;
  padding-top: var(--spacePart);
}
.area--two .unitFour.unit--isAnchor {
  transition: all 0.24s, outline 0s;
}
.area--two .unitFour.unit--isAnchor:hover {
  background-color: #e0f1fa;
  box-shadow: 0 20px 0 20px #e0f1fa;
}
@media (max-width: 767px) {
  .area--two .unitFour.unit--isAnchor:hover {
    box-shadow: 0 10px 0 10px #e0f1fa;
  }
}
.area--two .unitFour--1-2 + .unitFour--1-2 + .unitFour--1-2 {
  margin-top: calc((var(--spaceTotal) - var(--altVerticalSpace)) * -1);
}
@media (max-width: 767px) {
  .area--two .unitFour--1-2 + .unitFour--1-2 {
    margin-top: calc((var(--spaceTotal) - var(--altVerticalSpace)) * -1);
  }
}
.area--two .unitFour--1-3 + .unitFour--1-3 + .unitFour--1-3 + .unitFour--1-3 {
  margin-top: calc((var(--spaceTotal) - var(--altVerticalSpace)) * -1);
}
@media (max-width: 1279px) {
  .area--two .unitFour--1-3 + .unitFour--1-3 + .unitFour--1-3 {
    margin-top: calc((var(--spaceTotal) - var(--altVerticalSpace)) * -1);
  }
}
@media (max-width: 767px) {
  .area--two .unitFour--1-3 + .unitFour--1-3 {
    margin-top: calc((var(--spaceTotal) - var(--altVerticalSpace)) * -1);
  }
}
.area--two .unitFive {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  background-color: #e0f1fa;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 100px;
}
.area--two .unitFive .unit__background {
  width: 512px;
}
.area--two .unitFive .unit__content {
  margin-left: auto;
  width: calc(100% - (512px + 80px));
}
.area--two .unitFive .unit__body {
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
}
@media (max-width: 1279px) {
  .area--two .unitFive {
    padding: 40px;
  }
  .area--two .unitFive .unit__background {
    width: 240px;
  }
  .area--two .unitFive .unit__content {
    width: calc(100% - (240px + 40px));
  }
}
@media (max-width: 767px) {
  .area--two .unitFive {
    width: 100vw;
    flex-shrink: 0;
    margin-left: calc(var(--deskSpace) * -1);
    padding: 60px var(--deskSpace);
    flex-direction: column;
  }
  .area--two .unitFive .unit__background {
    width: 100%;
    margin-bottom: calc(var(--spacePart) * 2);
  }
  .area--two .unitFive .unit__content {
    width: 100%;
  }
}
.area--two .unit--imageGallery {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--two .unit--imageGallery .unit__body {
  margin: -20px;
  width: calc(100% + 40px);
  display: flex;
  flex-wrap: wrap;
}
.area--two .unit--imageGallery .part {
  width: calc((100% / 3) - 40px);
  margin: 20px;
}
.area--two .unit--imageGallery .cb-image-caption {
  display: none;
}
@media (max-width: 767px) {
  .area--two .unit--imageGallery .unit__body {
    margin: -10px;
    width: calc(100% + 20px);
  }
  .area--two .unit--imageGallery .part {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
.area--threeA .unit--fold {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  border-top: 1px solid #003F6B;
  border-bottom: 1px solid #003F6B;
}
.area--threeA .unit--fold + .unit--fold {
  margin-top: calc((var(--spaceTotal) + 1px) * -1);
}
.area--threeA .unit--fold div.less .part {
  margin-top: 0;
  margin-bottom: 0;
}
.area--threeA .unit--fold div.more {
  display: block !important;
}
.area--threeA .unit--fold div.more .part:last-child {
  margin-bottom: calc(var(--spacePart) * 2);
}
.area--threeA .unit--fold .fold-toggle {
  display: block;
  text-decoration: none;
  padding: 26px 64px 26px 0;
  position: relative;
  color: var(--altTextColor);
}
.area--threeA .unit--fold .fold-toggle a:hover,
.area--threeA .unit--fold .fold-toggle a:focus {
  color: var(--altTextColorHover);
}
.area--threeA .unit--fold .fold-toggle:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 100%;
  z-index: 2;
  background-color: #003F6B;
  mask-size: auto 22px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-down.svg);
  transition: all 0.6s;
}
.area--threeA .unit--fold .fold-toggle.fold-toggle--open:after {
  transform: rotate(-180deg);
}
.area--threeA .unit--fold .unit__foot {
  display: none;
}
#view .area--threeA .unit--fold div.more {
  height: 0;
  overflow: hidden;
  transition: all 0.6s;
}
#view .area--threeA .unit--fold div.more .part {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s;
}
#view .area--threeA .unit--fold.unit--foldOpen div.more {
  height: var(--js-elementHeight);
}
#view .area--threeA .unit--fold.unit--foldOpen div.more .part {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s 0.2s;
}
.area .unit--vertivalSpaceBottomSmall {
  margin-bottom: calc(((var(--spaceTotal) + var(--spacePart)) - var(--altVerticalSpace)) * -1);
}
.area .unit--fold div.more {
  display: block !important;
}
.area .unit--fold .unit__foot {
  margin-top: var(--spacePart);
}
.area .unit--fold .unit__foot .ctrl a {
  float: left;
  font-size: 18px;
  line-height: 1.55555556;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: var(--altTextColor);
  text-transform: uppercase;
  padding-right: 28px;
  position: relative;
}
.area .unit--fold .unit__foot .ctrl a a:hover,
.area .unit--fold .unit__foot .ctrl a a:focus {
  color: var(--altTextColorHover);
}
.area .unit--fold .unit__foot .ctrl a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 28px;
  height: 100%;
  background-color: #003F6B;
  mask-size: auto 18px;
  mask-position: 100% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-down.svg);
}
.area .unit--fold .unit__foot .ctrl a.less:after {
  mask-image: url(/images/arrow-up.svg);
}
.area .unit--fold .unit__foot .ctrl a:hover,
.area .unit--fold .unit__foot .ctrl a:focus {
  color: #009EE0;
  -webkit-text-decoration-color: #009EE0;
          text-decoration-color: #009EE0;
}
.area .unit--fold .unit__foot .ctrl a:hover:after,
.area .unit--fold .unit__foot .ctrl a:focus:after {
  background-color: #009EE0;
}
#view .area .unit--fold div.more {
  height: 0;
  overflow: hidden;
  transition: all 0.6s;
}
#view .area .unit--fold div.more .part {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s;
}
#view .area .unit--fold.unit--foldOpen div.more {
  height: var(--js-elementHeight);
}
#view .area .unit--fold.unit--foldOpen div.more .part {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s 0.2s;
}
.part--textAlignCenter {
  text-align: center;
}
.part--linkButton .open {
  display: inline-block;
  background-color: #003F6B;
  font-size: 18px;
  line-height: 1.55555556;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 6px 20px;
  min-width: 270px;
  appearance: none;
  border-radius: 10000px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid #003F6B;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #009EE0, #009EE0);
  transition: all 0.24s;
}
.part--linkButton .open:hover,
.part--linkButton .open:focus,
.unit--isAnchor:hover .part--linkButton .open {
  background-size: 100% 100%;
  border-color: #009EE0;
}
@media (max-width: 1279px) {
  .part--linkButton .open {
    min-width: 0;
  }
}
.part--linkButtonTypeWhite .open {
  background-color: transparent;
  color: #003F6B;
}
.part--linkButtonTypeWhite .open:hover,
.part--linkButtonTypeWhite .open:focus,
.unit--isAnchor:hover .part--linkButtonTypeWhite .open {
  color: #fff;
}
.part--linkAlignBeside {
  width: auto !important;
  margin-right: 40px !important;
}
.part--linkAlignBeside:last-child {
  margin-right: 0 !important;
}
.part--linkTextlink .open {
  font-size: 18px;
  line-height: 1.55555556;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: var(--altTextColor);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: var(--mainTextColorHover);
          text-decoration-color: var(--mainTextColorHover);
  text-underline-offset: 5px;
  padding-right: 26px;
  position: relative;
}
.part--linkTextlink .open:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 100%;
  background-color: #003F6B;
  mask-size: 18px auto;
  mask-position: 100% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
}
.part--linkTextlink .open:hover,
.part--linkTextlink .open:focus,
.unit--isAnchor:hover .part--linkTextlink .open {
  color: #009EE0;
  -webkit-text-decoration-color: #009EE0;
          text-decoration-color: #009EE0;
}
.part--linkTextlink .open:hover:after,
.part--linkTextlink .open:focus:after,
.unit--isAnchor:hover .part--linkTextlink .open:after {
  background-color: #009EE0;
}
.part--textWithIcon .part__content {
  font-size: 36px;
  line-height: 1.33333333;
  color: var(--altTextColor);
  font-family: 'Bitter', sans-serif;
  padding-left: 80px;
  box-sizing: border-box;
  min-height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
.part--textWithIcon .part__content a:hover,
.part--textWithIcon .part__content a:focus {
  color: var(--altTextColorHover);
}
.part--textWithIcon .part__content:before,
.part--textWithIcon .part__content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 10000px;
}
.part--textWithIcon .part__content:before {
  z-index: 2;
  background-color: #003F6B;
}
.part--textWithIcon .part__content:after {
  z-index: 3;
  background-color: #fff;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
}
.part--textWithIcon.part--iconTypeGroupTravel .part__content:after {
  mask-image: url(/images/icon-groupTravel.svg);
}
.part--textWithIcon.part--iconTypeSingleTravel .part__content:after {
  mask-image: url(/images/icon-singleTravel.svg);
}
.area--two .unitFour .part--textWithIcon .part__content {
  font-size: 16px;
  line-height: 1.75;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-left: 50px;
  min-height: 40px;
}
.area--two .unitFour .part--textWithIcon .part__content:before,
.area--two .unitFour .part--textWithIcon .part__content:after {
  width: 40px;
  height: 40px;
}
@media (max-width: 1279px) {
  .part--textWithIcon .part__content {
    font-size: 25px;
    line-height: 1.44;
    padding-left: 60px;
    min-height: 48px;
  }
  .part--textWithIcon .part__content:before,
  .part--textWithIcon .part__content:after {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 1279px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .navi {
    display: none;
  }
}
.togglenavigation {
  float: left;
  position: relative;
  width: 32px;
  height: 18px;
  cursor: pointer;
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  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);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
}
.mobileLinks {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  display: none;
}
@media (max-width: 1279px) {
  .mobileLinks {
    display: flex;
  }
}
.mobileLinks .meta.find {
  float: left;
  margin-right: 24px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/icon-search.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
.mobile-navigation div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.mobile-navigation div.navi .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item {
  float: left;
  width: 100%;
  position: relative;
}
.mobile-navigation div.navi > .item:not(.item-empty) {
  position: relative;
}
.mobile-navigation div.navi > .item:not(.item-empty) > .cb-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 2;
  cursor: pointer;
  background-color: #003F6B;
  mask-size: 18px 18px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/icon-plus.svg);
  transition: all 0.24s;
}
.mobile-navigation div.navi > .item:not(.item-empty) > .cb-toggle.cb-toggle-active {
  transform: rotate(-45deg);
  background-color: #009EE0;
}
.mobile-navigation div.navi > .item:not(.item-empty) > .menu {
  padding-right: 40px !important;
}
.mobile-navigation div.navi > .item > .menu {
  display: block;
  color: var(--mainTextColor);
  text-decoration: none;
}
.mobile-navigation div.navi > .item > .menu.path {
  color: #009EE0;
}
.mobile-navigation div.sub1 {
  box-sizing: border-box;
  padding: 0 var(--deskSpace);
  margin: calc(var(--headerHeight) + var(--deskSpace)) 0 60px;
}
.mobile-navigation div.sub1 > .item {
  border-top: 1px solid #003F6B;
  border-bottom: 1px solid #003F6B;
  margin-bottom: -1px;
}
.mobile-navigation div.sub1 > .item.exit {
  margin-bottom: 0;
}
.mobile-navigation div.sub1 > .item:not(.item-empty) > .cb-toggle {
  height: 60px;
}
.mobile-navigation div.sub1 > .item > .menu {
  font-size: 16px;
  line-height: 1.375;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 19px 0;
}
.mobile-navigation div.sub2 {
  background-color: #e0f1fa;
}
.mobile-navigation div.sub2 > .item {
  border-top: 1px solid #a4b0b7;
  border-bottom: 1px solid #a4b0b7;
  margin-bottom: -1px;
  position: relative;
}
.mobile-navigation div.sub2 > .item.init {
  border-color: #003F6B;
}
.mobile-navigation div.sub2 > .item.exit {
  margin-bottom: 0;
  border-bottom: none;
}
.mobile-navigation div.sub2 > .item:not(.item-empty) > .cb-toggle {
  height: 40px;
}
.mobile-navigation div.sub2 > .item > .menu {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  padding: 6px 20px;
}
.mobile-navigation div.sub3 > .item {
  box-sizing: border-box;
  padding: 0 60px;
  margin-top: 6px;
}
.mobile-navigation div.sub3 > .item.init {
  border-top: 1px solid #a4b0b7;
  margin-top: 0;
  padding-top: 10px;
}
.mobile-navigation div.sub3 > .item.exit {
  padding-bottom: 10px;
}
.mobile-navigation div.sub3 > .item > .menu {
  font-size: 16px;
  line-height: 1.5;
}
.mobile-navigation div.sub1 .navi {
  height: 0;
  overflow: hidden;
  transition: all 0.6s;
}
.mobile-navigation div.sub1 .navi > .item {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s;
}
.mobile-navigation div.sub1 > .item.cb-toggle-target-active div.sub2,
.mobile-navigation div.sub2 > .item.cb-toggle-target-active div.sub3 {
  height: var(--js-elementHeight);
}
.mobile-navigation div.sub1 > .item.cb-toggle-target-active div.sub2 > .item,
.mobile-navigation div.sub2 > .item.cb-toggle-target-active div.sub3 > .item {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s 0.2s;
}
.cb-album {
  position: relative;
  padding-top: var(--spacePart);
  padding-bottom: var(--spacePart);
  max-width: 100%;
}
@media (min-width: 1420px) {
  .cb-album {
    width: 1340px !important;
    margin-left: calc((100% - 1340px) / 2) !important;
    margin-right: calc((100% - 1340px) / 2) !important;
  }
}
.cb-album .body-mobile {
  display: none !important;
}
.cb-album h2 {
  display: none;
}
.cb-album .body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cb-album .part {
  width: 100% !important;
  margin: 0 !important;
}
.cb-album .part.desc {
  display: none;
}
#root.ie11 .cb-album img {
  height: auto !important;
  max-height: 1000000000px !important;
}
.cb-album.cb-album .scan {
  margin-top: 40px !important;
}
.cb-album.cb-album .scan:first-child {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}
.cb-album .scan table,
.cb-album .scan tbody,
.cb-album .scan tr {
  float: left;
  display: block;
  width: 100%;
}
.cb-matrix .body {
  margin-top: -0.5%;
  margin-bottom: -0.5%;
}
.cb-matrix .part {
  margin-top: 0.5% !important;
  margin-bottom: 0.5% !important;
}
.cb-matrix .part.foto {
  height: auto !important;
  box-sizing: border-box;
}
.cb-matrix .part.foto a.foto,
.cb-matrix .part.foto span.foto {
  display: block;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.cb-matrix .part.foto img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-matrix .part.foto a.foto.zoom img {
  transform: scale(1.1);
}
.cb-matrix.cb-matrix-columns-1 .part.foto {
  width: 100% !important;
}
.cb-matrix.cb-matrix-columns-2 .part.foto {
  width: 49.5% !important;
}
.cb-matrix.cb-matrix-columns-3 .part.foto {
  width: 32.66666667% !important;
}
.cb-matrix.cb-matrix-columns-4 .part.foto {
  width: 24.25% !important;
}
.cb-matrix.cb-matrix-columns-5 .part.foto {
  width: 19.2% !important;
}
.cb-matrix.cb-matrix-columns-6 .part.foto {
  width: 15.83333333% !important;
}
.cb-matrix.cb-matrix-columns-7 .part.foto {
  width: 13.42857143% !important;
}
.cb-matrix.cb-matrix-columns-8 .part.foto {
  width: 11.625% !important;
}
.cb-matrix .scan tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cb-matrix .scan td {
  float: left;
  display: block;
  margin: 0 10px;
  font-size: 16px;
  line-height: 1.25;
}
.cb-matrix .scan td:first-child {
  margin-left: 0;
}
.cb-matrix .scan td:last-child {
  margin-right: 0;
}
.cb-matrix .scan td.prev,
.cb-matrix .scan td.next {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 20px;
  height: 20px;
}
.cb-matrix .scan td.prev a,
.cb-matrix .scan td.next a {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.cb-matrix .scan td.prev:empty,
.cb-matrix .scan td.next:empty {
  opacity: 0.5;
  pointer-events: none;
}
.cb-matrix .scan td.next a {
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.cb-matrix .scan td a {
  color: var(--mainTextColor);
}
.cb-matrix .scan td .same {
  color: #003F6B;
}
.cb-strips .part.foto {
  height: auto !important;
  max-height: 1000000000px !important;
}
.cb-strips-images {
  float: left;
  width: 100%;
  height: 0 !important;
  padding-bottom: 56.25%;
  position: relative;
}
.cb-strips-images a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.96);
  z-index: 2;
  transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1), transform 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  overflow: hidden;
}
.cb-strips-images a.is-active {
  z-index: 3;
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
}
.cb-strips-images img {
  opacity: 1 !important;
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.cb-strips .scan tbody > tr {
  float: left;
  width: 100%;
  display: flex;
}
.cb-strips .scan tbody > tr > td {
  float: left;
  width: 100%;
  display: block;
}
.cb-strips .scan td.prev,
.cb-strips .scan td.next {
  margin-right: 1.25%;
  width: 6.25%;
}
.cb-strips .scan td.next {
  margin-right: 0;
  margin-left: 1.25%;
}
.cb-strips .scan div.prev,
.cb-strips .scan div.next {
  float: left;
  width: 100%;
  height: 100%;
}
.cb-strips .scan div.prev a,
.cb-strips .scan div.next a {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
  transition: background 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-strips .scan div.prev a:hover,
.cb-strips .scan div.next a:hover {
  background-position: 40% 50%;
}
.cb-strips .scan div.next a {
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.cb-strips .scan div.next a:hover {
  background-position: 60% 50%;
}
.cb-strips .scan td.cb-strips-thumbs {
  width: 85%;
}
.cb-strips-container {
  float: left;
  width: 100%;
}
.cb-strips-container .body {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cb-strips-container .part.foto {
  position: relative;
}
.cb-strips-container .part.foto a.foto,
.cb-strips-container .part.foto span.foto {
  float: left;
  width: 100%;
  display: block;
  height: 0;
  position: relative;
  padding-bottom: 60%;
  opacity: 0.4;
  transition: opacity 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  overflow: hidden;
}
.cb-strips-container .part.foto a.foto:hover,
.cb-strips-container .part.foto span.foto:hover,
.cb-strips-container .part.foto a.foto.is-active,
.cb-strips-container .part.foto span.foto.is-active {
  opacity: 1;
}
.cb-strips-container .part.foto a.foto .cb-zoom-indicator,
.cb-strips-container .part.foto span.foto .cb-zoom-indicator {
  display: none;
}
.cb-strips-container .part.foto img {
  opacity: 1 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-strips-container .part.foto a.foto:hover img {
  transform: scale(1.2);
}
.cb-strips-4 .cb-strips-container .part.foto {
  width: 23.95833333% !important;
}
.cb-strips-6 .cb-strips-container .part.foto {
  width: 15.50925926% !important;
}
.cb-strips-8 .cb-strips-container .part.foto {
  width: 11.28472222% !important;
}
.cb-strips-10 .cb-strips-container .part.foto {
  width: 8.75% !important;
}
.cb-slideshow .body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cb-slideshow-images {
  float: left;
  width: 100%;
  max-width: 1012px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cb-slideshow .part.foto,
.cb-slideshow .part.crossslideContainer {
  max-height: 1000000000px !important;
  max-width: 100% !important;
  height: 0 !important;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
}
.cb-slideshow .part.foto .cb-image-figure {
  pointer-events: none;
}
.cb-slideshow .part.foto .cb-image-figure.is-activated {
  pointer-events: initial;
}
.cb-slideshow a.foto {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-slideshow a.foto.is-activated {
  z-index: 2;
  pointer-events: auto;
  opacity: 1;
}
.cb-slideshow img {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  border: none !important;
  z-index: 1;
}
.cb-slideshow img.is-activated {
  z-index: 2;
}
#view .cb-slideshow.cb-manual img {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: scale(1.05);
}
#view .cb-slideshow.cb-manual a.foto.is-activated img {
  transform: scale(1);
}
#view .cb-slideshow.cb-fading img {
  opacity: 0 !important;
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: scale(1.05);
}
#view .cb-slideshow.cb-fading img.is-activated,
#view .cb-slideshow.cb-fading .cb-image-figure.is-activated img {
  opacity: 1 !important;
  transform: scale(1);
}
#view .cb-slideshow.cb-sliding img {
  opacity: 0 !important;
  width: 110% !important;
  max-width: 110% !important;
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  animation-name: SlideshowSlide;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#view .cb-slideshow.cb-sliding img.is-activated,
#view .cb-slideshow.cb-sliding .cb-image-figure.is-activated img {
  opacity: 1 !important;
}
@keyframes SlideshowSlide {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -10%;
  }
  100% {
    margin-left: 0;
  }
}
#view .cb-slideshow.cb-moving img {
  opacity: 0 !important;
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  animation-name: SlideshowMove;
  animation-duration: 16s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#view .cb-slideshow.cb-moving img.is-activated,
#view .cb-slideshow.cb-moving .cb-image-figure.is-activated img {
  opacity: 1 !important;
}
@keyframes SlideshowMove {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cb-slideshow .head {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
  height: 0;
  width: 100%;
}
.cb-slideshow .ctrl {
  float: left;
  width: 100%;
}
.cb-slideshow .ctrl a {
  display: block;
  position: absolute;
  top: 0;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  border-radius: 10000px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
.cb-slideshow .ctrl a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #003F6B;
  mask-size: 18px auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
}
.cb-slideshow .ctrl a:hover,
.cb-slideshow .ctrl a:focus {
  background-color: #fff;
}
@media (max-width: 767px) {
  .cb-slideshow .ctrl a {
    width: 24px;
    height: 24px;
  }
  .cb-slideshow .ctrl a:after {
    mask-size: 14px auto;
  }
}
.cb-slideshow .ctrl .prev a {
  left: 30px;
}
.cb-slideshow .ctrl .prev a:after {
  mask-image: url(/images/arrow-left.svg);
}
@media (max-width: 767px) {
  .cb-slideshow .ctrl .prev a {
    left: 10px;
  }
}
.cb-slideshow .ctrl .next a {
  right: 30px;
}
.cb-slideshow .ctrl .next a:after {
  mask-image: url(/images/arrow-right.svg);
}
@media (max-width: 767px) {
  .cb-slideshow .ctrl .next a {
    right: 10px;
  }
}
.crossslide {
  float: left;
  width: 100%;
  max-width: 100% !important;
  position: static !important;
  padding: 0 !important;
}
@media (max-width: 1279px) {
  .wrapper {
    font-size: 20px;
    line-height: 1.4;
  }
  h1 {
    font-size: 38px;
    line-height: 1.26315789;
  }
  h2 {
    font-size: 33px;
    line-height: 1.3030303;
  }
  h3 {
    font-size: 25px;
    line-height: 1.4;
  }
  h4 {
    font-size: 21px;
    line-height: 1.42857143;
  }
  h5 {
    font-size: 13px;
    line-height: 1.69230769;
  }
  .loud {
    font-size: 21px;
    line-height: 1.42857143;
  }
}
.quicklinks {
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 1500;
}
@media (max-width: 1279px) {
  .quicklinks {
    right: var(--deskSpace);
    bottom: var(--deskSpace);
  }
}
.part--quicklinks {
  float: left;
}
.quicklinks .iconLinks {
  float: left;
}
.quicklinks .iconLinks__content {
  float: left;
  display: flex;
  flex-direction: column;
}
.quicklinks .iconLinks__item {
  float: left;
  margin-top: 10px;
}
.quicklinks .iconLinks__item:first-child {
  margin-top: 0 !important;
}
.quicklinks .iconLinks__item.is-inactive {
  opacity: 0.6;
  pointer-events: none;
}
@media (max-width: 1279px) {
  .quicklinks .iconLinks__item {
    display: none;
  }
  .quicklinks .iconLinks__item.iconLinks__item--mail,
  .quicklinks .iconLinks__item.iconLinks__item--phone {
    display: block;
  }
}
.quicklinks .iconLinks__icon {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 10000px;
  background-color: #FFED00;
  cursor: pointer;
  position: relative;
}
.quicklinks .iconLinks__icon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #003F6B;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
}
.quicklinks .iconLinks__icon:hover,
.quicklinks .iconLinks__icon:focus {
  background-color: #003F6B;
}
.quicklinks .iconLinks__icon:hover:after,
.quicklinks .iconLinks__icon:focus:after {
  background-color: #FFED00;
}
@media (max-width: 1279px) {
  .quicklinks .iconLinks__icon {
    width: 48px;
    height: 48px;
  }
}
.quicklinks .iconLinks__icon--phone:after {
  mask-image: url(/images/quicklinks-phone.svg);
}
.quicklinks .iconLinks__icon--whatsapp:after {
  mask-image: url(/images/quicklinks-whatsapp.svg);
}
.quicklinks .iconLinks__icon--mail:after {
  mask-image: url(/images/quicklinks-mail.svg);
}
.quicklinks .iconLinks__icon--instagram:after {
  mask-image: url(/images/quicklinks-instagram.svg);
}
.quicklinks .iconLinks__icon--facebook:after {
  mask-image: url(/images/quicklinks-facebook.svg);
}
.quicklinks .iconLinks__icon--youtube:after {
  mask-image: url(/images/quicklinks-youtube.svg);
}
.facts {
  float: left;
  width: 100%;
  background-color: #e0f1fa;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  box-sizing: border-box;
}
.facts__toggle {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 1279px) {
  .facts__toggle {
    padding: 30px 76px 30px 30px;
    position: relative;
    cursor: pointer;
  }
  .facts__toggle:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 76px;
    height: 100%;
    background-color: #003F6B;
    mask-size: 16px auto;
    mask-position: 50% 50%;
    mask-repeat: no-repeat;
    mask-image: url(/images/arrow-down.svg);
    transition: all 0.24s;
  }
  .facts__toggle.cb-toggle-active:after {
    transform: rotate(-180deg);
  }
}
.facts__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
}
@media (max-width: 1279px) {
  .facts__content {
    padding: 0 30px;
    height: 0;
    overflow: hidden;
    transition: all 0.6s;
  }
  .facts.cb-toggle-target-active .facts__content {
    height: var(--js-elementHeight);
  }
}
.facts .area .unit {
  --spacePart: 8px;
  margin-top: 0;
  margin-bottom: 40px;
}
.facts .area .unit .unit__body {
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
}
.facts .area .unit .part--link {
  margin-top: calc(var(--spacePart) * 3);
}
.facts .area .unit .part--link + .part--link {
  margin-top: var(--spacePart);
}
.facts .area .unit .part--widget {
  margin-top: calc(var(--spacePart) * 3);
}
@media (max-width: 1279px) {
  .facts .area .unit {
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.2s;
  }
  .cb-toggle-target-active.facts .area .unit {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s 0.2s;
  }
}
/*# sourceMappingURL=./screen-small.css.map */