:root {
  --unitVerticalOffset: 60px;
  --trennerHeight: 600px;
  --headerHeight: 100px;
}
@media (max-width: 1279px) {
  :root {
    --unitVerticalOffset: 20px;
    --trennerHeight: 500px;
  }
}
@media (max-width: 767px) {
  :root {
    --trennerHeight: 300px;
    --headerHeight: 76px;
  }
}
:root {
  --deskWidth: 1350px;
  --deskSpace: 65px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 1279px) {
  :root {
    --deskSpace: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 24px;
  }
}
:root {
  --spacePart: 15px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 35px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 30px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 20px;
  }
}
:root {
  --spaceTotal: 50px;
}
@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.25;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  padding: 10px 16px;
  -webkit-appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 200px;
}
.button:hover,
.button:focus,
.ns-teaser:hover .button,
.ns-teaser:hover.button {
  color: #fff;
  background-color: #00B8F1;
  border-color: #00B8F1;
}
.area--four.button,
.area--four .button,
.footcontent .button,
.generatedBanner .button,
#disp.button {
  border: 1px solid #000;
}
.ns-slide__links .button,
#cb-cookie-warning .button {
  border: 1px solid #fff;
}
.ns-slide__links .button:hover,
#cb-cookie-warning .button:hover,
.ns-slide__links .button:focus,
#cb-cookie-warning .button:focus {
  background-color: transparent;
}
/* jost-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: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/jost-v14-latin-regular.eot');
  /* IE9 Compat Modes */
  src: url('/extras/fonts/jost-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/jost-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/jost-v14-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/jost-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/jost-v14-latin-regular.svg#Jost') format('svg');
  /* Legacy iOS */
}
/* jost-700 - 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: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/jost-v14-latin-700.eot');
  /* IE9 Compat Modes */
  src: url('/extras/fonts/jost-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/jost-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/jost-v14-latin-700.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/jost-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/jost-v14-latin-700.svg#Jost') format('svg');
  /* Legacy iOS */
}
/* jost-900 - 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: 'Jost';
  font-style: normal;
  font-weight: 900;
  src: url('/extras/fonts/jost-v14-latin-900.eot');
  /* IE9 Compat Modes */
  src: url('/extras/fonts/jost-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/jost-v14-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/jost-v14-latin-900.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/jost-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/jost-v14-latin-900.svg#Jost') format('svg');
  /* Legacy iOS */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #00B8F1;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: 700;
}
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: 'Jost', sans-serif;
  line-height: 1.3;
}
.unit caption {
  display: none;
}
.flag {
  background: #00B8F1;
  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;
}
div.load a.load {
  display: inline-block;
  padding: 2px 0;
  padding-left: 36px;
  background-size: auto 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/images/load.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 #000;
}
.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: 700;
  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 .cb-service {
  float: left;
  margin-left: 16px;
}
.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: 50px;
  height: 50px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10000px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.part.cb-share .cb-service a:hover {
  filter: invert(1);
}
.part.cb-share .cb-service.cb-service-facebook-share a {
  background-size: auto 24px;
  background-image: url(/images/cb-default/socialShare-facebook-black.svg);
}
.part.cb-share .cb-service.cb-service-twitter a {
  background-size: auto 18px;
  background-image: url(/images/cb-default/socialShare-twitter-black.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;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: var(--spaceTotal);
}
.section--multimood #expo {
  margin-top: 0;
  margin-bottom: 0;
}
#slides {
  float: left;
  width: 100%;
  height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 79.39393939%;
  position: relative;
}
.section--multimood #slides {
  height: 100vh !important;
  padding-bottom: 0;
}
.section--multimood #slides:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
  mix-blend-mode: multiply;
}
#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: #00B8F1;
  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: #00B8F1;
}
.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: 'Jost', sans-serif;
  line-height: 1.42857143;
  color: #000;
}
@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: #00B8F1;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #00B8F1;
  font-size: 16px;
  font-weight: 700;
  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.25;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  padding: 10px 16px;
  -webkit-appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 200px;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus,
.ns-teaser:hover #disp .foot input,
.ns-teaser:hover #disp .foot a,
.ns-teaser:hover#disp .foot input,
.ns-teaser:hover#disp .foot a {
  color: #fff;
  background-color: #00B8F1;
  border-color: #00B8F1;
}
.area--four#disp .foot input,
.area--four#disp .foot a,
.area--four #disp .foot input,
.area--four #disp .foot a,
.footcontent #disp .foot input,
.footcontent #disp .foot a,
.generatedBanner #disp .foot input,
.generatedBanner #disp .foot a,
#disp#disp .foot input,
#disp#disp .foot a {
  border: 1px solid #000;
}
.ns-slide__links #disp .foot input,
.ns-slide__links #disp .foot a,
#cb-cookie-warning #disp .foot input,
#cb-cookie-warning #disp .foot a {
  border: 1px solid #fff;
}
.ns-slide__links #disp .foot input:hover,
.ns-slide__links #disp .foot a:hover,
#cb-cookie-warning #disp .foot input:hover,
#cb-cookie-warning #disp .foot a:hover,
.ns-slide__links #disp .foot input:focus,
.ns-slide__links #disp .foot a:focus,
#cb-cookie-warning #disp .foot input:focus,
#cb-cookie-warning #disp .foot a:focus {
  background-color: transparent;
}
#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: 'Jost', 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%;
  font-weight: 700;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    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: #fff;
  min-height: 40px;
  padding: 5px 10px;
  -webkit-appearance: none;
  border: 1px solid #000;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form input.text:focus,
.unit.form textarea:focus {
  border-color: #00B8F1;
}
.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: 7px;
    padding-bottom: 7px;
  }
}
.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: 26px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 7px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  background: #fff;
  height: 40px;
  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 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.25;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  padding: 10px 16px;
  -webkit-appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 200px;
}
.unit.form .submit:hover,
.unit.form .submit:focus,
.ns-teaser:hover .unit.form .submit,
.ns-teaser:hover.unit.form .submit {
  color: #fff;
  background-color: #00B8F1;
  border-color: #00B8F1;
}
.area--four.unit.form .submit,
.area--four .unit.form .submit,
.footcontent .unit.form .submit,
.generatedBanner .unit.form .submit,
#disp.unit.form .submit {
  border: 1px solid #000;
}
.ns-slide__links .unit.form .submit,
#cb-cookie-warning .unit.form .submit {
  border: 1px solid #fff;
}
.ns-slide__links .unit.form .submit:hover,
#cb-cookie-warning .unit.form .submit:hover,
.ns-slide__links .unit.form .submit:focus,
#cb-cookie-warning .unit.form .submit:focus {
  background-color: transparent;
}
.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: #000;
  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: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  padding: 10px 16px;
  -webkit-appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 200px;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus,
.ns-teaser:hover .two-step-verification-container a,
.ns-teaser:hover.two-step-verification-container a {
  color: #fff;
  background-color: #00B8F1;
  border-color: #00B8F1;
}
.area--four.two-step-verification-container a,
.area--four .two-step-verification-container a,
.footcontent .two-step-verification-container a,
.generatedBanner .two-step-verification-container a,
#disp.two-step-verification-container a {
  border: 1px solid #000;
}
.ns-slide__links .two-step-verification-container a,
#cb-cookie-warning .two-step-verification-container a {
  border: 1px solid #fff;
}
.ns-slide__links .two-step-verification-container a:hover,
#cb-cookie-warning .two-step-verification-container a:hover,
.ns-slide__links .two-step-verification-container a:focus,
#cb-cookie-warning .two-step-verification-container a:focus {
  background-color: transparent;
}
.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 #000;
  border-bottom: 1px solid #000;
}
.area--four .table tr {
  border-color: #ccc;
}
#view .area--four .table tr {
  border-color: transparent;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 10px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.area--four .table th {
  padding-top: 0;
  padding-bottom: 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: 700;
}
.table td {
  padding: 10px 10px;
  vertical-align: top;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.area--four .table td {
  padding-top: 0;
  padding-bottom: 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: 700;
}
@media (max-width: 0) {
  .part--table .table {
    font-size: Infinityvw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  float: left;
  height: 40px;
  margin: 30px 0;
}
@media (max-width: 767px) {
  #home {
    height: 32px;
    margin: 22px 0;
  }
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: calc((var(--spaceTotal) * 2) + var(--unitVerticalOffset));
  margin-bottom: calc((var(--spaceUnit) - var(--spacePart)) * -1);
}
.pagetitle #head {
  margin-top: 0;
  margin-bottom: 0;
}
.section--pagetitle #head {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: var(--spaceTotal);
}
.moodcontent #head {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #head {
    margin-top: 40px;
  }
}
@media (max-width: 1279px) {
  .layout3 #head {
    margin-top: var(--unitVerticalOffset);
  }
}
.newsletterFrame {
  height: 860px !important;
}
body.fr .newsletterFrame {
  height: 940px !important;
}
@media (max-width: 1279px) {
  .newsletterFrame {
    height: 1180px !important;
  }
  body.fr .newsletterFrame {
    height: 1220px !important;
  }
  body.en .newsletterFrame {
    height: 1040px !important;
  }
}
@media (max-width: 767px) {
  .newsletterFrame {
    height: 1200px !important;
  }
  body.fr .newsletterFrame {
    height: 1220px !important;
  }
  body.en .newsletterFrame {
    height: 1040px !important;
  }
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  overflow: hidden;
  hyphens: none;
  box-sizing: border-box;
  padding-top: var(--headerHeight);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(/images/wrapper.jpg);
}
@media (max-width: 767px) {
  .wrapper {
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: repeat;
  }
}
.layout2 .wrapper,
.layout6 .wrapper {
  background-image: none;
}
.layout5 .wrapper {
  padding-top: 0;
}
.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 {
  background-color: #00B8F1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}
.section--beige {
  background-color: #B5A68C;
  padding-top: var(--spaceTotal);
  padding-bottom: var(--spaceTotal);
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: none;
}
.section--beige.section--area10 {
  z-index: 2;
  margin-bottom: calc(var(--spaceTotal) * -1);
}
#edit.layout1 .section--beige.section--area4,
#view.layout1:not(.area4--empty) .section--beige.section--area4,
#edit.layout1 .section--beige.section--area12,
#view.layout1:not(.area12--empty) .section--beige.section--area12,
#edit.layout2 .section--beige.section--area10,
#view.layout2:not(.area10--empty) .section--beige.section--area10,
#edit.layout5 .section--beige.section--area10,
#view.layout5:not(.area10--empty) .section--beige.section--area10 {
  display: block;
}
.section--footer {
  background-color: #fff;
  margin-top: var(--spaceTotal);
}
.section--eventTeaser {
  background-color: #fff;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: none;
}
.layout4 .section--eventTeaser {
  display: block;
}
.section--eventTeaserSlider {
  background-color: #645136;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: none;
}
.layout5 .section--eventTeaserSlider {
  display: block;
}
.content {
  float: left;
  width: 100%;
}
.section--header .content {
  box-sizing: border-box;
  padding: 0 var(--deskSpace);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section--one .content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section--one .content {
    flex-direction: column;
  }
}
.subcontent {
  float: left;
  width: 100%;
}
.section--one .subcontent {
  position: relative;
}
.cb-cart-icon-holder {
  float: left;
  margin-right: 86px;
}
@media (max-width: 767px) {
  .cb-cart-icon-holder {
    margin-right: 66px;
  }
}
.cb-cart-icon-link {
  float: left;
  width: 34px;
  height: 34px;
  position: relative;
}
.cb-cart-icon-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  mask-size: 100% auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/icon-cart.svg);
}
@media (max-width: 767px) {
  .cb-cart-icon-link {
    width: 26px;
    height: 26px;
  }
}
.cb-cart-icon-count {
  position: absolute;
  right: -6px;
  top: -4px;
  width: 22px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #fff;
  background-color: #00B8F1;
  border-radius: 10000px;
  font-size: 13px;
  line-height: 1.53846154;
  padding-top: 1px;
  box-sizing: border-box;
  font-weight: 700;
  color: #fff;
}
.cb-cart-icon-link-empty .cb-cart-icon-count {
  display: none;
}
@media (max-width: 767px) {
  .cb-cart-icon-count {
    right: -8px;
    top: -6px;
  }
}
.footcontent {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2);
}
.footsection {
  float: left;
  width: 100%;
}
.footsection--1 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .footsection--1 {
    flex-direction: column;
  }
}
.footsection--2 {
  border-top: 1px solid #707070;
  margin-top: calc(var(--spaceTotal) * 2);
}
@media (max-width: 767px) {
  .footsection--2 {
    border: none;
  }
}
.footunit {
  float: left;
  width: calc(50% - 15px);
}
@media (max-width: 1279px) {
  .footunit {
    width: 100%;
    margin-top: calc(var(--spaceTotal) * 2);
  }
  .footunit:first-child {
    margin-top: 0;
  }
}
.newsletter {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cbdModule--footLink1 {
  float: left;
  width: 100%;
  max-width: 440px;
  margin-top: 60px;
}
.cbdModule--footLink1 .open {
  float: left;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  padding: 10px 16px;
  -webkit-appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 200px;
}
.cbdModule--footLink1 .open:hover,
.cbdModule--footLink1 .open:focus,
.ns-teaser:hover .cbdModule--footLink1 .open,
.ns-teaser:hover.cbdModule--footLink1 .open {
  color: #fff;
  background-color: #00B8F1;
  border-color: #00B8F1;
}
.area--four.cbdModule--footLink1 .open,
.area--four .cbdModule--footLink1 .open,
.footcontent .cbdModule--footLink1 .open,
.generatedBanner .cbdModule--footLink1 .open,
#disp.cbdModule--footLink1 .open {
  border: 1px solid #000;
}
.ns-slide__links .cbdModule--footLink1 .open,
#cb-cookie-warning .cbdModule--footLink1 .open {
  border: 1px solid #fff;
}
.ns-slide__links .cbdModule--footLink1 .open:hover,
#cb-cookie-warning .cbdModule--footLink1 .open:hover,
.ns-slide__links .cbdModule--footLink1 .open:focus,
#cb-cookie-warning .cbdModule--footLink1 .open:focus {
  background-color: transparent;
}
.footarea {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: 60px;
}
@media (max-width: 1279px) {
  .footarea {
    margin-top: 40px;
  }
}
.footarea .unit {
  width: calc(50% - 30px);
  margin: 0 15px;
}
.footarea .unit .unit__body {
  margin-top: -10px;
  margin-bottom: -10px;
}
.footarea .unit .part {
  margin-top: 0;
  margin-bottom: 0;
}
.footarea .unit div.link {
  border-bottom: 1px solid #707070;
}
.footarea .unit div.link .open {
  display: block;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 0;
}
.footarea .unit div.link:last-child {
  border: none;
}
@media (max-width: 1279px) {
  .footarea .unit {
    width: calc(100% - 30px);
    border-bottom: 1px solid #000;
  }
  .footarea .unit .unit__body {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.footlinks {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: calc(var(--spaceTotal) * 2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 700;
}
.footlinks a {
  text-decoration: none;
}
@media (max-width: 1279px) {
  .footlinks {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.copyright {
  float: left;
  padding-left: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  background-size: 40px 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/images/footlogo.svg);
}
.footservices {
  float: left;
}
.footservices .meta {
  float: left;
  margin-right: 40px;
}
.footservices .meta:last-child {
  margin-right: 0;
}
@media (max-width: 1279px) {
  .footservices {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
  }
  .footservices .meta {
    margin: 0 !important;
  }
}
.footcontent div.sub1 {
  float: left;
}
.footcontent div.sub1 > .item {
  float: left;
}
.footcontent div.sub1 > .item:after {
  content: '|';
  float: left;
  margin: 0 8px;
}
.footcontent div.sub1 > .item.exit:after {
  display: none;
}
.footcontent div.sub1 > .item > .menu {
  float: left;
  text-transform: uppercase;
}
.footcontent div.sub1 > .item > .menu:hover,
.footcontent div.sub1 > .item > .menu:focus,
.footcontent div.sub1 > .item > .menu.path {
  color: #00B8F1;
}
#social {
  position: absolute;
  left: 50%;
  bottom: 33px;
  z-index: 2;
  transform: translateX(-50%);
}
@media (max-width: 1279px) {
  #social {
    position: static;
    float: left;
    margin-top: 30px;
    transform: none;
  }
}
#social {
  float: left;
}
#social .meta {
  float: left;
  width: 34px;
  height: 34px;
  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-facebook-black.svg);
  margin-right: 40px;
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta:hover,
#social .meta:focus {
  background-image: url(/images/social-facebook-lightblue.svg);
}
#social .meta.service_instagram {
  background-image: url(/images/social-instagram-black.svg);
}
#social .meta.service_instagram:hover,
#social .meta.service_instagram:focus {
  background-image: url(/images/social-instagram-lightblue.svg);
}
#social .meta.service_linkedin {
  background-image: url(/images/social-linkedin-black.svg);
}
#social .meta.service_linkedin:hover,
#social .meta.service_linkedin:focus {
  background-image: url(/images/social-linkedin-lightblue.svg);
}
.pagetitle {
  float: left;
  width: 100%;
  align-items: flex-start;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: var(--spaceTotal);
  display: none;
}
.layout2 .pagetitle,
.layout6 .pagetitle {
  display: flex;
}
.pagetitle__icon {
  float: left;
  width: 60px;
  height: 46px;
  margin-right: 20px;
  flex-shrink: 0;
  object-fit: contain;
  object-position: left center;
}
@media (max-width: 1279px) {
  .pagetitle__icon {
    height: 38px;
    width: 50px;
  }
}
@media (max-width: 767px) {
  .pagetitle__icon {
    width: 40px;
    height: 30px;
    margin-right: 10px;
  }
}
.cbdModule--eventSubtitle {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spacePart);
  position: relative;
  z-index: 2;
}
#edit .cbdModule--eventSubtitle {
  padding-top: 34px;
}
#edit .cbdModule--eventSubtitle:before {
  content: 'Subtitel 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: 700;
  min-height: 24px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  background-color: #71CAF3;
  color: #fff;
  padding: 4px 10px;
}
.cbdModule--eventLead {
  position: relative;
  z-index: 2;
  margin-top: var(--spacePart);
  margin-bottom: calc((var(--spaceUnit) - var(--spacePart)) * -1);
}
#edit .cbdModule--eventLead {
  padding-top: 34px;
  margin-bottom: var(--spaceTotal);
}
#edit .cbdModule--eventLead: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: 700;
  min-height: 24px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  background-color: #71CAF3;
  color: #fff;
  padding: 4px 10px;
}
.moodcontent {
  position: absolute;
  left: 180px;
  bottom: 120px;
  z-index: 2;
  width: 810px;
}
@media (max-width: 1279px) {
  .moodcontent {
    width: 520px;
    max-width: var(--deskMaxWidth);
    left: var(--deskSpace);
    bottom: 120px;
  }
}
.moodcontent__links {
  float: left;
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.moodcontent__links .cbdModule {
  width: auto;
  margin-right: 50px;
}
.moodcontent__links .cbdModule:last-child {
  margin-right: 0;
}
@media (max-width: 1279px) {
  .moodcontent__links {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .moodcontent__links .cbdModule {
    margin-right: 0;
    width: 100%;
    margin-top: 20px;
  }
  .moodcontent__links .cbdModule:first-child {
    margin-top: 0;
  }
}
.moodLink {
  float: left;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  padding: 10px 16px;
  -webkit-appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 200px;
}
.moodLink:hover,
.moodLink:focus,
.ns-teaser:hover .moodLink,
.ns-teaser:hover.moodLink {
  color: #fff;
  background-color: #00B8F1;
  border-color: #00B8F1;
}
.area--four.moodLink,
.area--four .moodLink,
.footcontent .moodLink,
.generatedBanner .moodLink,
#disp.moodLink {
  border: 1px solid #000;
}
.ns-slide__links .moodLink,
#cb-cookie-warning .moodLink {
  border: 1px solid #fff;
}
.ns-slide__links .moodLink:hover,
#cb-cookie-warning .moodLink:hover,
.ns-slide__links .moodLink:focus,
#cb-cookie-warning .moodLink:focus {
  background-color: transparent;
}
.quicklinks {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 2200;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.quicklinks .meta {
  float: left;
  width: 46px;
  height: 46px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-color: #00B8F1;
  margin-top: 8px;
  border-radius: 8px 0 0 8px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/quicklink-info.svg);
}
.quicklinks .meta:first-child {
  margin-top: 0 !important;
}
.quicklinks .meta:hover,
.quicklinks .meta:focus {
  background-color: #B5A68C;
}
.quicklinks .meta.service_tickets {
  background-image: url(/images/quicklink-tickets-2023-07-10.svg);
}
.quicklinks .meta.service_gastro {
  background-image: url(/images/quicklink-gastro.svg);
}
.quicklinks .meta.service_kontakt {
  background-image: url(/images/quicklink-user.svg);
}
.quicklinks .meta.service_maps {
  background-image: url(/images/quicklink-maps.svg);
}
.quicklinks .meta.find {
  background-image: url(/images/quicklink-search.svg);
}
@media (max-width: 767px) {
  .quicklinks {
    z-index: 1600;
  }
  .quicklinks .meta {
    width: 38px;
    height: 38px;
    margin-top: 6px;
  }
}
.eventInfo {
  position: absolute;
  top: calc(var(--spaceTotal) * 2);
  z-index: 2;
}
@media (max-width: 1279px) {
  .eventInfo {
    float: left;
    width: 100%;
    position: static;
  }
}
.eventInfo--category {
  left: 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .eventInfo--category {
    margin-top: calc(var(--spaceTotal) * 2);
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .eventInfo--category {
    font-size: 14px;
    line-height: 1.28571429;
  }
}
.eventInfo--date {
  right: 0;
  font-size: 26px;
  line-height: 1.23076923;
  font-weight: 700;
}
@media (max-width: 767px) {
  .eventInfo--date {
    font-size: 22px;
    line-height: 1.27272727;
  }
}
#cb-cookie-warning {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  background-color: #00B8F1;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cb-cookie-warning a:hover,
#cb-cookie-warning a:focus {
  color: #000;
}
#cb-cookie-warning.cb-cookie-warning--hidden {
  display: none;
}
@media (max-width: 767px) {
  #cb-cookie-warning {
    font-size: 16px;
    line-height: 1.25;
  }
}
.cb-cookie-warning--container {
  float: left;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
}
@media (max-width: 1279px) {
  .cb-cookie-warning--container {
    flex-direction: column;
    text-align: center;
  }
}
.cb-cookie-warning--text {
  float: left;
}
.cb-cookie-warning--actions {
  float: left;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media (max-width: 1279px) {
  .cb-cookie-warning--actions {
    margin-left: 0;
    margin-top: 10px;
  }
}
.cb-cookie-warning__button {
  float: left;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  padding: 10px 16px;
  -webkit-appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 200px;
  margin-left: 20px;
}
.cb-cookie-warning__button:hover,
.cb-cookie-warning__button:focus,
.ns-teaser:hover .cb-cookie-warning__button,
.ns-teaser:hover.cb-cookie-warning__button {
  color: #fff;
  background-color: #00B8F1;
  border-color: #00B8F1;
}
.area--four.cb-cookie-warning__button,
.area--four .cb-cookie-warning__button,
.footcontent .cb-cookie-warning__button,
.generatedBanner .cb-cookie-warning__button,
#disp.cb-cookie-warning__button {
  border: 1px solid #000;
}
.ns-slide__links .cb-cookie-warning__button,
#cb-cookie-warning .cb-cookie-warning__button {
  border: 1px solid #fff;
}
.ns-slide__links .cb-cookie-warning__button:hover,
#cb-cookie-warning .cb-cookie-warning__button:hover,
.ns-slide__links .cb-cookie-warning__button:focus,
#cb-cookie-warning .cb-cookie-warning__button:focus {
  background-color: transparent;
}
.cb-cookie-warning__button:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cb-cookie-warning__button {
    min-width: 140px;
  }
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #00B8F1;
}
h1 {
  font-size: 70px;
  line-height: 1.11428571;
  font-weight: 700;
  color: #00B8F1;
}
.pagetitle h1 {
  font-size: 38px;
  line-height: 1.21052632;
}
.bannerColorRed .pagetitle h1 {
  color: #AD0C20;
}
.moodcontent h1 {
  color: #fff;
}
h2 {
  font-size: 48px;
  line-height: 1.08333333;
  font-weight: 700;
  color: #00B8F1;
}
.section--beige h2,
.area--two .unitTwo--green h2,
.footcontent h2,
.area--two .unitOne--1-3 h2 {
  color: #000;
}
.area--two .unitThree h2 {
  color: #fff;
}
h3 {
  font-size: 38px;
  line-height: 1.21052632;
  font-weight: 700;
  color: #00B8F1;
}
h4 {
  font-size: 32px;
  line-height: 1.1875;
  font-weight: 700;
}
h5 {
  font-size: 25px;
  line-height: 1.36;
  font-weight: 700;
}
h6 {
  font-size: 25px;
  line-height: 1.36;
  font-weight: 700;
  color: #00B8F1;
}
.loud {
  font-size: 32px;
  line-height: 1.1875;
  font-weight: 700;
}
.pale {
  font-size: 17px;
  line-height: 1.17647059;
}
.area--oneA {
  margin-top: var(--spaceTotal);
}
@media (max-width: 767px) {
  .area--oneA {
    margin-top: 0;
  }
}
.area--oneA .unit div.pict .cb-image-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--oneA .unit div.pict .cb-image-container {
  width: auto;
}
.area--oneB .unit div.link {
  text-align: left !important;
}
.area--two {
  display: flex;
  flex-wrap: wrap;
}
.area--two .unitOne--1-3 {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.area--two .unitOne--1-3 .unit__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.area--two .unitOne--1-3 .unit__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
.area--two .unitOne--1-3 .pict:last-child {
  margin-top: auto;
  padding-top: var(--spacePart);
}
.area--two .unitOne--fullscreen {
  width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex-shrink: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50vw);
}
.area--two .unitOne--fullscreen div.pict {
  height: var(--trennerHeight);
}
.area--two .unitOne--fullscreen div.pict * {
  height: 100%;
}
.area--two .unitOne--fullscreen div.pict img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--two .unitTwo {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--two .unitTwo .unit__background {
  position: relative;
  z-index: 2;
}
.area--two .unitTwo .unit__content {
  position: relative;
  z-index: 2;
  padding-top: var(--unitVerticalOffset);
}
.area--two .unitTwo .unit__body {
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
}
.area--two .unitTwo .part.link {
  text-align: left;
}
.area--two .unitTwo--imagePositionRight .unit__background {
  float: right;
  margin-left: 30px;
}
.area--two .unitTwo--imagePositionLeft .unit__background {
  margin-right: 30px;
}
.area--two .unitTwo--green {
  padding-top: calc(var(--spaceTotal) * 2);
  padding-bottom: calc(var(--spaceTotal) * 2);
}
.area--two .unitTwo--green:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  margin-left: -50vw;
  width: 100vw;
  height: 100%;
  background-color: #9B9A4A;
}
.area--two .unitThree {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  min-height: var(--trennerHeight);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  color: #fff;
}
.area--two .unitThree .unit__background {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  margin-left: -50vw;
  width: 100vw;
  height: 100%;
}
.area--two .unitThree .unit__background * {
  height: 100%;
}
.area--two .unitThree .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--two .unitThree .unit__content {
  position: relative;
  z-index: 2;
  margin-top: calc(var(--spaceTotal) + var(--spaceUnit));
  margin-bottom: calc(var(--spaceTotal) + var(--spaceUnit));
}
.area--two .unitThree .unit__body {
  width: calc(50% - 15px);
}
.area--two .unitThree div.link {
  text-align: left !important;
}
@media (max-width: 767px) {
  .area--two .unitThree .unit__body {
    width: 100%;
  }
}
.area--two .unitThree--noSpaceTop {
  margin-top: calc(var(--spaceTotal) * -1);
}
.area--two .unitThree--noSpaceBottom {
  margin-bottom: calc(var(--spaceTotal) * -1);
}
.area--two .unitThree--noSpaceTopBottom {
  margin-top: calc(var(--spaceTotal) * -1);
  margin-bottom: calc(var(--spaceTotal) * -1);
}
.area--three {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.area--three .unitOne--1-2 {
  text-align: left;
}
.area--four {
  display: flex;
  flex-wrap: wrap;
}
.area--four .unitOne--1-3 .pict .cb-image-figure,
.area--four .unitOne--1-4 .pict .cb-image-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--four .unitOne--1-3 .pict .cb-image-figure .cb-image-container,
.area--four .unitOne--1-4 .pict .cb-image-figure .cb-image-container {
  width: auto;
}
.area--four .unitOne--1-3 div.link .open,
.area--four .unitOne--1-4 div.link .open {
  width: 100%;
}
.layout5 .area--five.area7 {
  margin-top: var(--spaceTotal);
}
.area--five .unit {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--six {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
}
.area--six .unit {
  margin-top: 0;
  margin-bottom: 0;
}
.area--six .unit .part.link {
  margin-top: var(--spacePart) !important;
  min-width: 60px;
  margin-right: 30px;
  width: auto;
  text-align: left;
}
@media (max-width: 767px) {
  .area--six .unit .part.link {
    width: 100%;
    margin-right: 0;
  }
  .area--six .unit .part.link .open {
    width: 100%;
  }
}
.area--six .unitOne--slim {
  max-width: 900px;
}
.area:not(.footarea) div.link {
  width: auto;
  min-width: 60px;
  margin-right: 30px;
}
.area:not(.footarea) div.link a.open {
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  padding: 10px 16px;
  -webkit-appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 200px;
}
.area:not(.footarea) div.link a.open:hover,
.area:not(.footarea) div.link a.open:focus,
.ns-teaser:hover .area:not(.footarea) div.link a.open,
.ns-teaser:hover.area:not(.footarea) div.link a.open {
  color: #fff;
  background-color: #00B8F1;
  border-color: #00B8F1;
}
.area--four.area:not(.footarea) div.link a.open,
.area--four .area:not(.footarea) div.link a.open,
.footcontent .area:not(.footarea) div.link a.open,
.generatedBanner .area:not(.footarea) div.link a.open,
#disp.area:not(.footarea) div.link a.open {
  border: 1px solid #000;
}
.ns-slide__links .area:not(.footarea) div.link a.open,
#cb-cookie-warning .area:not(.footarea) div.link a.open {
  border: 1px solid #fff;
}
.ns-slide__links .area:not(.footarea) div.link a.open:hover,
#cb-cookie-warning .area:not(.footarea) div.link a.open:hover,
.ns-slide__links .area:not(.footarea) div.link a.open:focus,
#cb-cookie-warning .area:not(.footarea) div.link a.open:focus {
  background-color: transparent;
}
@media (max-width: 767px) {
  .part--text,
  .ns-teaser--slide .ns-teaser__part--lead {
    box-sizing: border-box;
    padding-right: 30px;
  }
}
.togglenavigation {
  position: fixed;
  top: 20px;
  right: var(--deskSpace);
  z-index: 2002;
  width: 40px;
  height: 60px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .togglenavigation {
    top: 8px;
  }
}
.tline {
  position: absolute;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #fff;
  transition: all 0.4s 0.1s, transform 0.2s;
}
.tline--1 {
  top: 18px;
}
.tline--2 {
  bottom: 18px;
}
body.cb-toggle-target-active .tline {
  transition: all 0.2s, transform 0.4s 0.1s;
}
body.cb-toggle-target-active .tline--1 {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--2 {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  width: 100%;
  height: 100%;
  background-color: #00B8F1;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  transform: translateY(-100%);
  transition: all 0.6s;
}
.navigation::-webkit-scrollbar {
  display: none;
}
body.cb-toggle-target-active .navigation {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .navigation {
    display: none;
  }
}
.navigation__wrapper {
  float: left;
  width: 100%;
  min-height: 100%;
  display: flex;
}
.navigation__section {
  float: left;
  width: 50%;
  min-height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navigation__section--1 {
  padding: 140px 0 140px 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .navigation__section--1 {
    padding: 120px 0 60px 60px;
  }
}
.navigation__section--2 {
  padding: 140px;
  background-color: #000;
}
@media (max-width: 1279px) {
  .navigation__section--2 {
    padding: 120px 60px 60px;
  }
}
.navigation__content {
  float: left;
  width: 100%;
  position: relative;
}
.navigation__section--2 .navigation__content {
  display: flex;
  align-items: flex-start;
}
.naviLinks {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 1279px) {
  .naviLinks {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .naviLinks {
    position: static;
    float: left;
    margin: 120px 0 0 var(--deskSpace) !important;
  }
}
.naviLinks .meta.find {
  float: left;
  width: 28px;
  height: 28px;
  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/icon-search-white.svg);
  margin-right: 26px;
}
.naviLinks div.sub1 {
  color: #fff;
  font-size: 22px;
  line-height: 1.36363636;
  font-weight: 700;
}
.naviLinks div.sub1 > .item {
  float: left;
  width: auto !important;
}
.naviLinks div.sub1 > .item.exit:after {
  display: none;
}
.naviLinks div.sub1 > .item:after {
  content: '|';
  margin: 0 8px;
}
.naviLinks div.sub1 > .item > .menu {
  float: left;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
}
.naviLinks div.sub1 > .item > .menu.path {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 1279px) {
  .naviLinks div.sub1 {
    font-size: 18px;
    line-height: 1.33333333;
  }
}
.navigation__part {
  float: left;
  width: 100%;
  flex-shrink: 0;
  margin-right: -100%;
  position: relative;
  z-index: 1;
  transform: translateX(-60px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
}
.navigation__part.cb-toggle-target-active {
  z-index: 2;
  transform: translateX(0);
  opacity: 1;
  pointer-events: initial;
  transition: all 0.5s 0.1s;
}
#naviservices {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 80px;
}
#naviservices .meta {
  float: left;
  margin-top: 40px;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  line-height: 1.36;
  font-weight: 700;
}
#naviservices .meta :first-child {
  margin-top: 0;
}
@media (max-width: 1279px) {
  #naviservices .meta {
    font-size: 22px;
    line-height: 1.18181818;
    margin-top: 30px;
  }
}
.navigation div.navi {
  float: left;
}
.navigation div.navi > .item {
  float: left;
}
.navigation div.navi > .item .cb-toggle {
  display: none;
}
.navigation div.navi > .item > .menu {
  display: block;
}
.navigation div.sub2 {
  width: 100%;
}
.navigation div.sub2 > .item {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-right: 140px;
  margin-top: 50px;
}
.navigation div.sub2 > .item.init {
  margin-top: 0;
}
.navigation div.sub2 > .item.cb-toggle-target-active > .menu {
  color: #fff;
}
.navigation div.sub2 > .item.item-empty > .cb-toggle {
  display: none;
}
.navigation div.sub2 > .item > .cb-toggle {
  display: block;
  position: absolute;
  left: 0;
  top: -10%;
  width: 100%;
  height: 120%;
  z-index: 2;
  cursor: pointer;
}
.navigation div.sub2 > .item > .cb-toggle:after {
  content: '';
  position: absolute;
  right: 40px;
  top: 50%;
  width: 80px;
  height: 30px;
  transform: translateY(-50%);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/navitoggle-black.svg);
  transition: all 0.6s;
}
.navigation div.sub2 > .item > .cb-toggle.cb-toggle-active:after {
  background-image: url(/images/navitoggle-white.svg);
}
.navigation div.sub2 > .item > .menu {
  float: left;
  font-size: 38px;
  line-height: 1.21052632;
  text-decoration: none;
  font-weight: 700;
  color: #000;
}
.navigation div.sub2 > .item > .menu:hover,
.navigation div.sub2 > .item > .menu.path {
  color: #fff;
}
@media (max-width: 1279px) {
  .navigation div.sub2 > .item {
    padding-right: 94px;
    margin-top: 50px;
  }
  .navigation div.sub2 > .item > .cb-toggle:after {
    right: 20px;
    width: 54px;
    height: 20px;
  }
  .navigation div.sub2 > .item > .menu {
    font-size: 26px;
    line-height: 1.15384615;
  }
}
.navigation div.sub3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.navigation div.sub3 > .item {
  margin-top: 40px;
}
.navigation div.sub3 > .item.init {
  margin-top: 0;
}
.navigation div.sub3 > .item > .menu {
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  line-height: 1.36;
  font-weight: 700;
}
.navigation div.sub3 > .item > .menu:hover,
.navigation div.sub3 > .item > .menu.path {
  color: #00B8F1;
}
@media (max-width: 1279px) {
  .navigation div.sub3 > .item {
    margin-top: 30px;
  }
  .navigation div.sub3 > .item > .menu {
    font-size: 22px;
    line-height: 1.18181818;
  }
}
@media (max-width: 767px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .navi {
    display: none;
  }
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: #00B8F1;
  overflow-y: scroll;
  transition: all 0.8s;
  transform: translateY(-100%);
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
}
#naviservicesMobile {
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 60px;
  display: flex;
  padding: 0 var(--deskSpace);
  flex-direction: column;
  align-items: flex-start;
}
#naviservicesMobile .meta {
  float: left;
  margin-top: 30px;
  font-size: 26px;
  line-height: 1.23076923;
  font-weight: 700;
  text-decoration: none;
}
#naviservicesMobile .meta:hover,
#naviservicesMobile .meta:focus {
  color: #000;
}
.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.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item > .menu {
  display: block;
  color: #000;
}
.mobile-navigation div.navi > .item > .menu.path {
  color: #fff;
}
.mobile-navigation div.sub2 {
  box-sizing: border-box;
  padding: 0 var(--deskSpace);
  margin-top: 60px;
}
.mobile-navigation div.sub2 > .item {
  margin-top: 30px;
}
.mobile-navigation div.sub2 > .item.init {
  margin-top: 0;
}
.mobile-navigation div.sub2 > .item > .menu {
  text-decoration: none;
  padding-right: 80px;
  font-size: 26px;
  line-height: 1.23076923;
  font-weight: 700;
}
.mobile-navigation div.sub3 {
  height: 0;
  overflow: hidden;
  transition: all 0.6s;
  box-sizing: border-box;
  padding-left: 16px;
}
.mobile-navigation div.sub3 > .item {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s;
  margin-top: 6px;
}
.mobile-navigation div.sub3 > .item.init {
  margin-top: 20px;
}
.mobile-navigation div.sub3 > .item.exit {
  margin-bottom: 20px;
}
.mobile-navigation div.sub3 > .item > .menu {
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
.mobile-navigation div.sub2 > .item.cb-toggle-target-active div.sub3 {
  height: var(--js-elementHeight);
}
.mobile-navigation div.sub2 > .item.cb-toggle-target-active div.sub3 > .item {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s 0.4s;
}
.mobile-navigation .cb-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 32px;
}
.mobile-navigation .cb-toggle:after {
  content: '';
  position: absolute;
  right: 25px;
  top: 0;
  width: 40px;
  height: 100%;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/navitoggle-black.svg);
  transition: all 0.6s;
}
.mobile-navigation .cb-toggle.cb-toggle-active:after {
  transform: rotate(90deg);
}
.part--price {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
.part--price + .part--price {
  margin-top: calc((var(--spacePart) + 1px) * -1);
}
@media (max-width: 1279px) {
  .part--price {
    font-size: 14px;
    line-height: 1.28571429;
  }
}
.part.payp .name {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
.part.payp.tile .name {
  width: auto;
  padding: 0;
  min-height: 42px;
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1279px) {
  .part.payp.tile .name {
    min-height: 30px;
  }
}
.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: #F0F0F0;
  padding: 5px 5px 5px 10px;
  min-height: 42px;
  box-sizing: border-box;
  width: 60px;
  text-align: right;
}
@media (max-width: 1279px) {
  .part.payp input.numb {
    width: 40px;
    min-height: 30px;
    font-size: 14px;
    line-height: 1.28571429;
    padding: 0;
  }
}
.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: 42px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .part.payp div.ctrl > div {
    min-height: 30px;
  }
}
.part.payp .prix {
  text-align: right;
  line-height: 1.3;
  padding-right: 3px;
}
#edit .part.payp .prix {
  width: 70px;
}
.part.payp div.ctrl form {
  float: left;
  border-left: 1px solid #000;
  padding-left: 20px;
  margin-left: 20px;
}
.part.payp div.ctrl form fieldset {
  float: left;
}
@media (max-width: 1279px) {
  .part.payp div.ctrl form {
    padding-left: 10px;
    margin-left: 10px;
  }
}
.part.payp div.ctrl .submit {
  float: left;
  cursor: pointer;
  width: 48px;
  height: 42px;
  background-color: #000;
  mask-size: auto 100%;
  mask-position: 100% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/icon-cart-add.svg);
}
.part.payp div.ctrl .submit:hover {
  background-color: #00B8F1;
}
@media (max-width: 1279px) {
  .part.payp div.ctrl .submit {
    width: 36px;
    height: 30px;
  }
}
#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: 700;
}
#cb-footnotes {
  float: left;
  width: 100%;
  font-weight: 700;
  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: 700;
}
#disp.cb-shoppingcart .form-group .submit {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  padding: 10px 16px;
  -webkit-appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 200px;
  line-height: 1.42857143;
}
#disp.cb-shoppingcart .form-group .submit:hover,
#disp.cb-shoppingcart .form-group .submit:focus,
.ns-teaser:hover #disp.cb-shoppingcart .form-group .submit,
.ns-teaser:hover#disp.cb-shoppingcart .form-group .submit {
  color: #fff;
  background-color: #00B8F1;
  border-color: #00B8F1;
}
.area--four#disp.cb-shoppingcart .form-group .submit,
.area--four #disp.cb-shoppingcart .form-group .submit,
.footcontent #disp.cb-shoppingcart .form-group .submit,
.generatedBanner #disp.cb-shoppingcart .form-group .submit,
#disp#disp.cb-shoppingcart .form-group .submit {
  border: 1px solid #000;
}
.ns-slide__links #disp.cb-shoppingcart .form-group .submit,
#cb-cookie-warning #disp.cb-shoppingcart .form-group .submit {
  border: 1px solid #fff;
}
.ns-slide__links #disp.cb-shoppingcart .form-group .submit:hover,
#cb-cookie-warning #disp.cb-shoppingcart .form-group .submit:hover,
.ns-slide__links #disp.cb-shoppingcart .form-group .submit:focus,
#cb-cookie-warning #disp.cb-shoppingcart .form-group .submit:focus {
  background-color: transparent;
}
@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: 700;
  }
  #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.25;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  padding: 10px 16px;
  -webkit-appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 200px;
  line-height: 1.42857143;
}
.cb-address .submit:hover,
.cb-address .submit:focus,
.ns-teaser:hover .cb-address .submit,
.ns-teaser:hover.cb-address .submit {
  color: #fff;
  background-color: #00B8F1;
  border-color: #00B8F1;
}
.area--four.cb-address .submit,
.area--four .cb-address .submit,
.footcontent .cb-address .submit,
.generatedBanner .cb-address .submit,
#disp.cb-address .submit {
  border: 1px solid #000;
}
.ns-slide__links .cb-address .submit,
#cb-cookie-warning .cb-address .submit {
  border: 1px solid #fff;
}
.ns-slide__links .cb-address .submit:hover,
#cb-cookie-warning .cb-address .submit:hover,
.ns-slide__links .cb-address .submit:focus,
#cb-cookie-warning .cb-address .submit:focus {
  background-color: transparent;
}
#disp.cb-shoppingcart a.agbs {
  float: left;
  margin-bottom: 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  padding: 10px 16px;
  -webkit-appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 200px;
  line-height: 1.42857143;
}
#disp.cb-shoppingcart a.agbs:hover,
#disp.cb-shoppingcart a.agbs:focus,
.ns-teaser:hover #disp.cb-shoppingcart a.agbs,
.ns-teaser:hover#disp.cb-shoppingcart a.agbs {
  color: #fff;
  background-color: #00B8F1;
  border-color: #00B8F1;
}
.area--four#disp.cb-shoppingcart a.agbs,
.area--four #disp.cb-shoppingcart a.agbs,
.footcontent #disp.cb-shoppingcart a.agbs,
.generatedBanner #disp.cb-shoppingcart a.agbs,
#disp#disp.cb-shoppingcart a.agbs {
  border: 1px solid #000;
}
.ns-slide__links #disp.cb-shoppingcart a.agbs,
#cb-cookie-warning #disp.cb-shoppingcart a.agbs {
  border: 1px solid #fff;
}
.ns-slide__links #disp.cb-shoppingcart a.agbs:hover,
#cb-cookie-warning #disp.cb-shoppingcart a.agbs:hover,
.ns-slide__links #disp.cb-shoppingcart a.agbs:focus,
#cb-cookie-warning #disp.cb-shoppingcart a.agbs:focus {
  background-color: transparent;
}
@media (max-width: 767px) {
  .section--one .subcontent.subcontent--1 {
    order: 2;
  }
  .section--one .subcontent.subcontent--2 {
    order: 1;
  }
}
@media (max-width: 1279px) {
  h1 {
    font-size: 50px;
    line-height: 1.12;
  }
  .pagetitle h1 {
    font-size: 32px;
    line-height: 1.1875;
  }
  h2 {
    font-size: 38px;
    line-height: 1.21052632;
  }
  h3 {
    font-size: 32px;
    line-height: 1.1875;
  }
  h4 {
    font-size: 26px;
    line-height: 1.23076923;
  }
  h5,
  h6 {
    font-size: 24px;
    line-height: 1.25;
  }
  .loud {
    font-size: 26px;
    line-height: 1.23076923;
  }
}
@media (max-width: 767px) {
  .wrapper {
    font-size: 18px;
    line-height: 1.33333333;
  }
  h1 {
    font-size: 36px;
    line-height: 1.11111111;
  }
  .pagetitle h1 {
    font-size: 26px;
    line-height: 1.15384615;
  }
  h2 {
    font-size: 28px;
    line-height: 1.14285714;
  }
  h3 {
    font-size: 26px;
    line-height: 1.15384615;
  }
  h4 {
    font-size: 22px;
    line-height: 1.18181818;
  }
  h5,
  h6 {
    font-size: 21px;
    line-height: 1.14285714;
  }
  .loud {
    font-size: 22px;
    line-height: 1.18181818;
  }
}
.ns-teaserWrapper {
  float: left;
  width: 100%;
}
.ns-teaserContent {
  float: left;
  width: 100%;
}
.ns-teaserArea {
  float: left;
  width: 100%;
  margin-top: calc((var(--spaceTotal) * 2) - (var(--spacePart) * 2));
  margin-bottom: calc((var(--spaceTotal) * 2) - (var(--spacePart) * 2));
}
@media (max-width: 767px) {
  .ns-teaserArea {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.ns-teaser--event {
  float: left;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-top: calc(var(--spacePart) * 2);
  padding-bottom: calc(var(--spacePart) * 2);
  display: flex;
  justify-content: space-between;
  color: inherit !important;
}
.ns-teaser--event:last-child {
  border: none;
}
@media (max-width: 767px) {
  .ns-teaser--event {
    flex-direction: column;
    padding: calc(var(--spaceTotal) * 2) 0;
  }
}
.ns-teaser--event .ns-teaser__image {
  float: left;
  width: 430px;
}
@media (max-width: 1279px) {
  .ns-teaser--event .ns-teaser__image {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .ns-teaser--event .ns-teaser__image {
    width: 100%;
  }
}
.ns-teaser--event .ns-teaser__content {
  float: left;
  width: calc(100% - 460px);
  position: relative;
  box-sizing: border-box;
  padding-right: 230px;
  padding-bottom: 62px;
}
@media (max-width: 1279px) {
  .ns-teaser--event .ns-teaser__content {
    width: calc(100% - 270px);
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .ns-teaser--event .ns-teaser__content {
    width: 100%;
    margin-top: calc(var(--spacePart) * 2);
  }
}
.ns-teaser--event .ns-teaser__part {
  float: left;
  width: 100%;
}
.ns-teaser--event .ns-teaser__part--date {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: auto;
}
@media (max-width: 1279px) {
  .ns-teaser--event .ns-teaser__part--date {
    font-size: 16px;
    line-height: 1.25;
  }
}
.ns-teaser--event .ns-teaser__part--category {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .ns-teaser--event .ns-teaser__part--category {
    box-sizing: border-box;
    padding-right: 180px;
  }
}
.ns-teaser--event .ns-teaser__part--title {
  margin-top: 60px;
}
.ns-teaser--event .ns-teaser__part--title h2 {
  color: #000;
}
@media (max-width: 1279px) {
  .ns-teaser--event .ns-teaser__part--title {
    margin-top: 40px;
  }
}
.ns-teaser--event .ns-teaser__part--subtitle {
  margin-top: 10px;
}
.ns-teaser--event .ns-teaser__part--lead {
  margin-top: 10px;
}
.ns-teaser--event .ns-teaser__actions {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.ns-teaser--event .ns-teaser__button {
  float: left;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  padding: 10px 16px;
  -webkit-appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 200px;
  border: 1px solid #000;
}
.ns-teaser--event .ns-teaser__button:hover,
.ns-teaser--event .ns-teaser__button:focus,
.ns-teaser:hover .ns-teaser--event .ns-teaser__button,
.ns-teaser:hover.ns-teaser--event .ns-teaser__button {
  color: #fff;
  background-color: #00B8F1;
  border-color: #00B8F1;
}
.area--four.ns-teaser--event .ns-teaser__button,
.area--four .ns-teaser--event .ns-teaser__button,
.footcontent .ns-teaser--event .ns-teaser__button,
.generatedBanner .ns-teaser--event .ns-teaser__button,
#disp.ns-teaser--event .ns-teaser__button {
  border: 1px solid #000;
}
.ns-slide__links .ns-teaser--event .ns-teaser__button,
#cb-cookie-warning .ns-teaser--event .ns-teaser__button {
  border: 1px solid #fff;
}
.ns-slide__links .ns-teaser--event .ns-teaser__button:hover,
#cb-cookie-warning .ns-teaser--event .ns-teaser__button:hover,
.ns-slide__links .ns-teaser--event .ns-teaser__button:focus,
#cb-cookie-warning .ns-teaser--event .ns-teaser__button:focus {
  background-color: transparent;
}
.ns-teaserFilter {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: var(--spaceTotal);
  margin-bottom: calc((var(--spaceTotal) - 40px) * -1);
}
.ns-teaserFilter__wrapper {
  float: left;
  width: 100%;
  position: relative;
}
@media (max-width: 1279px) {
  .ns-teaserFilter__wrapper {
    width: auto;
  }
}
.ns-teaserFilter__toggle {
  float: left;
  display: none;
}
@media (max-width: 1279px) {
  .ns-teaserFilter__toggle {
    display: block;
  }
}
.ns-teaserFilter__activeItem {
  float: left;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  padding: 10px 16px;
  -webkit-appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 200px;
  background-color: transparent;
  border: 1px solid #000;
}
.ns-teaserFilter__activeItem:hover,
.ns-teaserFilter__activeItem:focus,
.ns-teaser:hover .ns-teaserFilter__activeItem,
.ns-teaser:hover.ns-teaserFilter__activeItem {
  color: #fff;
  background-color: #00B8F1;
  border-color: #00B8F1;
}
.area--four.ns-teaserFilter__activeItem,
.area--four .ns-teaserFilter__activeItem,
.footcontent .ns-teaserFilter__activeItem,
.generatedBanner .ns-teaserFilter__activeItem,
#disp.ns-teaserFilter__activeItem {
  border: 1px solid #000;
}
.ns-slide__links .ns-teaserFilter__activeItem,
#cb-cookie-warning .ns-teaserFilter__activeItem {
  border: 1px solid #fff;
}
.ns-slide__links .ns-teaserFilter__activeItem:hover,
#cb-cookie-warning .ns-teaserFilter__activeItem:hover,
.ns-slide__links .ns-teaserFilter__activeItem:focus,
#cb-cookie-warning .ns-teaserFilter__activeItem:focus {
  background-color: transparent;
}
.ns-teaserFilter.is-open .ns-teaserFilter__activeItem {
  background-color: #00B8F1;
  border-color: #00B8F1;
  color: #fff;
}
.ns-teaserFilter__content {
  float: left;
  width: 100%;
}
@media (max-width: 1279px) {
  .ns-teaserFilter__content {
    position: absolute;
    left: 0;
    top: 100%;
    width: auto;
    min-width: 100%;
    margin-top: 10px;
    z-index: 2;
    background-color: #fff;
    border-radius: 21px;
    box-sizing: border-box;
    border: 1px solid #000;
    overflow: hidden;
    display: none;
  }
  .ns-teaserFilter.is-open .ns-teaserFilter__content {
    display: block;
  }
}
.ns-teaserFilter__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-teaserFilter__cover {
    width: 100%;
    margin: 0;
  }
}
.ns-teaserFilter__item {
  float: left;
  margin: 10px 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  padding: 10px 16px;
  -webkit-appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 200px;
  background-color: transparent;
  border: 1px solid #000;
}
.ns-teaserFilter__item:hover,
.ns-teaserFilter__item:focus,
.ns-teaser:hover .ns-teaserFilter__item,
.ns-teaser:hover.ns-teaserFilter__item {
  color: #fff;
  background-color: #00B8F1;
  border-color: #00B8F1;
}
.area--four.ns-teaserFilter__item,
.area--four .ns-teaserFilter__item,
.footcontent .ns-teaserFilter__item,
.generatedBanner .ns-teaserFilter__item,
#disp.ns-teaserFilter__item {
  border: 1px solid #000;
}
.ns-slide__links .ns-teaserFilter__item,
#cb-cookie-warning .ns-teaserFilter__item {
  border: 1px solid #fff;
}
.ns-slide__links .ns-teaserFilter__item:hover,
#cb-cookie-warning .ns-teaserFilter__item:hover,
.ns-slide__links .ns-teaserFilter__item:focus,
#cb-cookie-warning .ns-teaserFilter__item:focus {
  background-color: transparent;
}
.ns-teaserFilter__item.is-active {
  background-color: #00B8F1;
  border-color: #00B8F1;
  color: #fff;
}
@media (max-width: 1279px) {
  .ns-teaserFilter__item {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border: none;
    white-space: nowrap;
    font-weight: normal;
    text-align: left;
  }
  .ns-teaserFilter__item.is-active {
    font-weight: 700;
  }
}
.cbdModule--eventTeaserSliderTitle {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: 40px;
}
.cbdModule--eventTeaserSliderTitle h2 {
  color: #DA9C59;
  text-align: center;
}
.ns-eventTeaserSlider {
  float: left;
  width: 100%;
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.ns-sliderWrapper--eventTeaser {
  float: left;
  width: 100%;
}
.ns-slider--eventTeaser {
  float: left;
  width: 100%;
}
.ns-slider--eventTeaser .ns-slider__content {
  float: left;
  width: 100%;
  position: relative;
}
.ns-slider--eventTeaser .ns-slider__stage {
  float: left;
  width: 100%;
  display: flex;
}
.ns-slider--eventTeaser .ns-sliderIndex {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2  );
}
.ns-slider--eventTeaser .ns-sliderIndex__content {
  float: left;
  width: calc(100% + 20px);
  margin: -5px -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .ns-slider--eventTeaser .ns-sliderIndex__content {
    width: calc(100% + 12px);
    margin: -5px -6px;
  }
}
.ns-slider--eventTeaser .ns-sliderIndex__item {
  float: left;
  margin: 5px 10px;
  width: 48px;
  height: 6px;
  cursor: pointer;
  background-color: #B5A68C;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 0 100%;
  background-image: linear-gradient(to right, #00B8F1, #00B8F1);
  transition: all 0.4s;
}
.ns-slider--eventTeaser .ns-sliderIndex__item.is-active {
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .ns-slider--eventTeaser .ns-sliderIndex__item {
    width: 30px;
    margin: 5px 6px;
  }
}
.ns-teaser--slide {
  float: left;
  width: 25%;
  color: #DA9C59 !important;
  flex-shrink: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s;
}
.ns-teaser--slide.is-active {
  opacity: 1;
  pointer-events: initial;
}
@media (max-width: 1279px) {
  .ns-teaser--slide {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .ns-teaser--slide {
    width: 100%;
  }
}
.ns-teaser--slide .ns-teaser__content {
  float: left;
  width: 100%;
}
.ns-teaser--slide .ns-teaser__body {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 30px 0 30px;
}
.ns-teaser--slide .ns-teaser__part {
  float: left;
  width: 100%;
}
.ns-teaser--slide .ns-teaser__part--image {
  height: 370px;
  overflow: hidden;
}
.ns-teaser--slide .ns-teaser__part--image * {
  height: 100%;
}
.ns-teaser--slide .ns-teaser__part--image img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.ns-teaser--slide .ns-teaser__part--image img {
  transition: all 0.3s;
}
:hover.ns-teaser--slide .ns-teaser__part--image img {
  transform: scale(1.05);
}
.ns-teaser--slide .ns-teaser__part--title h2 {
  color: #DA9C59;
  font-size: 32px;
  line-height: 1.1875;
}
.ns-teaser--slide .ns-teaser__part--lead {
  margin-top: 30px;
}
.ns-teaser--slide .ns-teaser__part--date {
  margin-top: 10px;
}
.ns-slider--unitSlider {
  float: left;
  width: 100%;
}
.ns-slider__content {
  float: left;
  width: 100%;
  position: relative;
}
.ns-slider--unitSlider .ns-slider__stage {
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.ns-slider--unitSlider .ns-slide {
  float: left;
  width: 100%;
  flex-shrink: 0;
  margin-right: -100%;
  display: flex;
  height: 720px;
  opacity: 0;
  transition: opacity 0.6s;
  pointer-events: none;
}
.ns-slider--unitSlider .ns-slide.is-active {
  opacity: 1;
  pointer-events: initial;
}
@media (max-width: 1279px) {
  .ns-slider--unitSlider .ns-slide {
    flex-direction: column;
    height: 100%;
  }
}
.ns-slide__section {
  float: left;
  position: relative;
  display: flex;
  flex-direction: column;
}
.ns-slide__section--1 {
  width: calc(100% - 576px);
}
@media (max-width: 1279px) {
  .ns-slide__section--1 {
    width: 100%;
  }
}
.ns-slide__section--2 {
  width: 576px;
}
@media (max-width: 1279px) {
  .ns-slide__section--2 {
    width: 100%;
  }
}
.ns-slide__content {
  float: left;
  width: 100%;
  flex-grow: 1;
  position: relative;
  background-color: #00B8F1;
}
.ns-slide--brown .ns-slide__content {
  background-color: #645136;
}
.ns-slide--rust .ns-slide__content {
  background-color: #DA9C59;
}
.ns-slide--green .ns-slide__content {
  background-color: #9B9A4A;
}
.ns-slide__cover {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
  box-sizing: border-box;
  padding: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ns-slide__cover {
    padding: 24px;
  }
}
.ns-slide__links {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.ns-slider__part {
  float: left;
  width: 100%;
}
.ns-slider__part--title {
  position: absolute;
  left: 40px;
  top: 60px;
  z-index: 2;
  width: calc(100% - 80px);
}
.ns-slider__part--title h2 {
  color: #fff;
}
@media (max-width: 767px) {
  .ns-slider__part--title {
    left: 24px;
    top: 40px;
    width: calc(100% - 48px);
  }
}
.ns-slider__part--imageLarge {
  height: 100%;
}
@media (max-width: 1279px) {
  .ns-slider__part--imageLarge {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .ns-slider__part--imageLarge {
    height: 300px;
  }
}
.ns-slider__part--imageSmall {
  height: 50%;
}
@media (max-width: 1279px) {
  .ns-slider__part--imageSmall {
    display: none;
  }
}
.ns-slider__part--link {
  width: auto;
  margin-right: 50px;
}
.ns-slider__part--link:last-child {
  margin-right: 0;
}
.ns-slider__part--link a {
  float: left;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  padding: 10px 16px;
  -webkit-appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 200px;
  min-width: 60px;
}
.ns-slider__part--link a:hover,
.ns-slider__part--link a:focus,
.ns-teaser:hover .ns-slider__part--link a,
.ns-teaser:hover.ns-slider__part--link a {
  color: #fff;
  background-color: #00B8F1;
  border-color: #00B8F1;
}
.area--four.ns-slider__part--link a,
.area--four .ns-slider__part--link a,
.footcontent .ns-slider__part--link a,
.generatedBanner .ns-slider__part--link a,
#disp.ns-slider__part--link a {
  border: 1px solid #000;
}
.ns-slide__links .ns-slider__part--link a,
#cb-cookie-warning .ns-slider__part--link a {
  border: 1px solid #fff;
}
.ns-slide__links .ns-slider__part--link a:hover,
#cb-cookie-warning .ns-slider__part--link a:hover,
.ns-slide__links .ns-slider__part--link a:focus,
#cb-cookie-warning .ns-slider__part--link a:focus {
  background-color: transparent;
}
@media (max-width: 767px) {
  .ns-slider__part--link {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .ns-slider__part--link:last-child {
    margin-bottom: 0;
  }
}
.ns-sliderControl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 10000px;
  background-color: #fff;
  cursor: pointer;
  background-size: 16px 28px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.ns-sliderWrapper--eventTeaser .ns-sliderControl {
  top: 185px;
}
@media (max-width: 1279px) {
  .ns-sliderControl {
    top: 400px;
  }
}
@media (max-width: 767px) {
  .ns-sliderControl {
    top: 300px;
  }
}
.ns-sliderControl--prev {
  left: -20px;
  background-image: url(/images/chevron-left-black.svg);
}
.ns-sliderWrapper--eventTeaser .ns-sliderControl--prev {
  left: var(--deskSpace);
}
@media (max-width: 1279px) {
  .ns-sliderControl--prev {
    left: 20px;
  }
}
.ns-sliderControl--next {
  right: -20px;
  background-image: url(/images/chevron-right-black.svg);
}
.ns-sliderWrapper--eventTeaser .ns-sliderControl--next {
  right: var(--deskSpace);
}
@media (max-width: 1279px) {
  .ns-sliderControl--next {
    right: 20px;
  }
}
.ns-slider--unitSlider .ns-sliderIndex {
  float: left;
  width: 100%;
}
.ns-slider--unitSlider .ns-sliderIndex__content {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1px;
}
.ns-slider--unitSlider .ns-sliderIndex__item {
  float: left;
  border: 1px solid #000;
  margin-right: -1px;
  margin-bottom: -1px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  min-width: 200px;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
.ns-slider--unitSlider .ns-sliderIndex__item.is-active {
  background-color: #00B8F1;
  color: #fff;
  border-color: #00B8F1;
}
@media (max-width: 767px) {
  .ns-slider--unitSlider .ns-sliderIndex__item {
    width: 100%;
    font-size: 14px;
    line-height: 1.28571429;
    padding: 6px 10px;
  }
}
.cbdModule--bannerText {
  display: none;
  position: relative;
  font-weight: 700;
}
#edit .cbdModule--bannerText {
  padding-top: 34px;
  display: block;
}
#edit .cbdModule--bannerText:before {
  content: 'Text für Banner (Nur im Edit-Modus sichtbar)';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.33333333;
  font-weight: 700;
  min-height: 24px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  background-color: #71CAF3;
  color: #fff;
  padding: 4px 10px;
}
.generatedBannerWrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  padding-top: var(--headerHeight);
  width: 100%;
  background-color: #fff;
  transform: translateY(-100%);
  transition: all 0.6s;
}
.show-content .generatedBannerWrapper:not(.banner--hidden) {
  transform: translateY(0);
}
.cbdModule--generatedBanner {
  float: left;
  width: 100%;
}
.generatedBannerContent {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.generatedBanner {
  float: left;
  width: 100%;
}
.generatedBanner__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 var(--deskSpace);
  display: flex;
  align-items: center;
  margin: 14px 0;
}
@media (max-width: 1279px) {
  .generatedBanner__content {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .generatedBanner__content {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.generatedBanner__unit {
  float: left;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .generatedBanner__unit {
    width: 100% !important;
  }
}
@media (max-width: 1279px) {
  .generatedBanner__unit--1 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.generatedBanner__unit--2 {
  flex-shrink: 1;
  margin: 0 20px;
}
@media (max-width: 1279px) {
  .generatedBanner__unit--2 {
    margin: 0;
    max-width: calc(100% - 230px);
  }
}
@media (max-width: 767px) {
  .generatedBanner__unit--2 {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.generatedBanner__unit--3 {
  margin-left: auto;
}
.generatedBanner .ns-teaser__part {
  float: left;
}
.generatedBanner .ns-teaser__part--bannerIcon {
  margin-right: 20px;
  width: 32px;
  aspect-ratio: 1;
}
.generatedBanner .ns-teaser__part--bannerIcon * {
  height: 100%;
}
.generatedBanner .ns-teaser__part--bannerIcon img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.generatedBanner .ns-teaser__part--bannerIcon .ns-bannerIcon {
  object-fit: contain;
}
@media (max-width: 767px) {
  .generatedBanner .ns-teaser__part--bannerIcon {
    margin-right: 14px;
    width: 26px;
  }
}
.generatedBanner .ns-teaser__part--bannerTitle {
  color: #00B8F1;
}
.generatedBanner .ns-teaser__part--bannerTitle .ns-bannerTitle {
  float: left;
  white-space: nowrap;
}
.generatedBanner--bannerColorRed.generatedBanner .ns-teaser__part--bannerTitle {
  color: #AD0C20;
}
.generatedBanner .ns-teaser__part--bannerText {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 767px) {
  .generatedBanner .ns-teaser__part--bannerText {
    font-size: 16px;
    line-height: 1.25;
  }
}
.generatedBanner__button {
  float: left;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  padding: 10px 16px;
  -webkit-appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 200px;
}
.generatedBanner__button:hover,
.generatedBanner__button:focus,
.ns-teaser:hover .generatedBanner__button,
.ns-teaser:hover.generatedBanner__button {
  color: #fff;
  background-color: #00B8F1;
  border-color: #00B8F1;
}
.area--four.generatedBanner__button,
.area--four .generatedBanner__button,
.footcontent .generatedBanner__button,
.generatedBanner .generatedBanner__button,
#disp.generatedBanner__button {
  border: 1px solid #000;
}
.ns-slide__links .generatedBanner__button,
#cb-cookie-warning .generatedBanner__button {
  border: 1px solid #fff;
}
.ns-slide__links .generatedBanner__button:hover,
#cb-cookie-warning .generatedBanner__button:hover,
.ns-slide__links .generatedBanner__button:focus,
#cb-cookie-warning .generatedBanner__button:focus {
  background-color: transparent;
}
.generatedBanner--bannerColorRed .generatedBanner__button:hover {
  background-color: #AD0C20;
}
/*# sourceMappingURL=./screen-small.css.map */