:root {
  --s-textcolor: #000000;
  --s-sitecolor: #4200FF;
  --s-linkcolor: #000000;
  --s-linkcolor-hov: #4200FF;
  --s-btn-border: #000000;
  --s-btn-bg: #FFF;
  --s-btn-txt: #000000;
  --s-btnarrow-txt: #4200FF;
  --s-btn-border-hov: #000000;
  --s-btn-bg-hov: #000000;
  --s-btn-txt-hov: #FFF;
  --s-btn-arrow: url(/images/btn-arrow-blue.svg);
  --s-btn-arrow-hov: url(/images/btn-arrow-long-blue.svg);
  --s-slider-prev: url('/images/arrow-left-black.svg');
  --s-slider-next: url('/images/arrow-right-black.svg');
  --s-icon-link: url('/images/icon-link-blue.svg');
}
:root .stoerer {
  --s-btn-border: var(--s-sitecolor);
  --s-btn-bg: var(--s-sitecolor);
  --s-btn-txt: #fff;
}
:root {
  --deskWidth: 1090px;
  --deskSpace: 64px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 767px) {
  :root {
    --deskSpace: var(--spaceTotal);
  }
}
:root {
  --spacePart: 16px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 16px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 12px;
  }
}
:root {
  --spaceUnit: 16px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 16px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 12px;
  }
}
:root {
  --spaceTotal: 32px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 32px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 24px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1023px) {
  :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 {
  border: 1px solid var(--s-btn-border);
  background-color: var(--s-btn-bg);
  line-height: 1.77777778;
  cursor: pointer;
  color: var(--s-btn-txt);
  padding: 4px 24px 3px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 3px;
  border-radius: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .button:active,
  .button:hover,
  .button:focus {
    border: 1px solid var(--s-btn-border-hov);
    color: var(--s-btn-txt-hov);
    background-color: var(--s-btn-bg-hov);
  }
}
.button.path {
  border: 1px solid var(--s-btn-border-hov);
  color: var(--s-btn-txt-hov);
  background-color: var(--s-btn-bg-hov);
}
/* piazzolla-500italic - 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: 'Piazzolla';
  font-style: italic;
  font-weight: 500;
  src: url('/extras/fonts/piazzolla-v29-latin-500italic.eot');
  /* IE9 Compat Modes */
  src: url('/extras/fonts/piazzolla-v29-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/piazzolla-v29-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/piazzolla-v29-latin-500italic.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/piazzolla-v29-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/piazzolla-v29-latin-500italic.svg#Piazzolla') format('svg');
  /* Legacy iOS */
}
/* piazzolla-600italic - 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: 'Piazzolla';
  font-style: italic;
  font-weight: 600;
  src: url('/extras/fonts/piazzolla-v29-latin-600italic.eot');
  /* IE9 Compat Modes */
  src: url('/extras/fonts/piazzolla-v29-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/piazzolla-v29-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/piazzolla-v29-latin-600italic.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/piazzolla-v29-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/piazzolla-v29-latin-600italic.svg#Piazzolla') format('svg');
  /* Legacy iOS */
}
/* inter-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: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/inter-v12-latin-regular.eot');
  /* IE9 Compat Modes */
  src: url('/extras/fonts/inter-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/inter-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/inter-v12-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/inter-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/inter-v12-latin-regular.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-500 - 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: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('/extras/fonts/inter-v12-latin-500.eot');
  /* IE9 Compat Modes */
  src: url('/extras/fonts/inter-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/inter-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/inter-v12-latin-500.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/inter-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/inter-v12-latin-500.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/extras/fonts/inter-v12-latin-600.eot');
  /* IE9 Compat Modes */
  src: url('/extras/fonts/inter-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/inter-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/inter-v12-latin-600.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/inter-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/inter-v12-latin-600.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-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: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/inter-v12-latin-700.eot');
  /* IE9 Compat Modes */
  src: url('/extras/fonts/inter-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/inter-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/inter-v12-latin-700.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/inter-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/inter-v12-latin-700.svg#Inter') format('svg');
  /* Legacy iOS */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: var(--s-sitecolor);
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: bold;
}
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: 18px;
  font-family: 'Inter', sans-serif;
  line-height: 1.77777778;
}
.unit caption {
  display: none;
}
.flag {
  background: var(--s-sitecolor);
  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;
}
.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;
}
div.load {
  background: none !important;
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--s-textcolor);
}
.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: bold;
  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: 28px;
  position: relative;
}
@media (max-width: 767px) {
  .list--bullet li {
    padding-left: 20px;
  }
}
.list--bullet li:before {
  content: '';
  position: absolute;
  left: -31px;
  width: 31px;
  height: 15px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-list-right-blue.svg);
  top: clamp(.05rem, 1.018rem + 0.54vw, .8rem);
}
.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;
  height: 100%;
}
#slides {
  float: left;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
}
#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;
}
body:not(.layout3) #slides img {
  border-radius: 10px;
}
#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: var(--s-sitecolor);
  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: var(--s-sitecolor);
}
.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: 'Inter', sans-serif;
  line-height: 1.42857143;
  color: var(--s-textcolor);
}
@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: var(--s-sitecolor);
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: var(--s-sitecolor);
  font-size: 16px;
  font-weight: bold;
  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;
  border: 1px solid var(--s-btn-border);
  background-color: var(--s-btn-bg);
  line-height: 1.77777778;
  cursor: pointer;
  color: var(--s-btn-txt);
  padding: 4px 24px 3px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 3px;
  border-radius: 10px;
  line-height: 1.42857143;
}
@media (hover: hover) and (pointer: fine) {
  #disp .foot input:active,
  #disp .foot a:active,
  #disp .foot input:hover,
  #disp .foot a:hover,
  #disp .foot input:focus,
  #disp .foot a:focus {
    border: 1px solid var(--s-btn-border-hov);
    color: var(--s-btn-txt-hov);
    background-color: var(--s-btn-bg-hov);
  }
}
#disp .foot input.path,
#disp .foot a.path {
  border: 1px solid var(--s-btn-border-hov);
  color: var(--s-btn-txt-hov);
  background-color: var(--s-btn-bg-hov);
}
#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: 1023px) {
  .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: 'Inter', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  min-height: 40px;
  padding: 5px 10px;
  -webkit-appearance: none;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form input.text {
  border-bottom: 1px solid var(--s-textcolor);
  margin-bottom: 8px;
}
.unit.form .part.word.part--1-4 fieldset,
.unit.form .part.word.part--slim fieldset {
  display: flex;
  flex-direction: column-reverse;
}
.unit.form .tick.pile.part--auto {
  width: auto;
  margin-right: calc(var(--spacePart) * 1);
}
.unit.form .tick.pile.part--auto.partStyle--two {
  font-family: 'Piazzolla', serif;
  font-weight: 500;
  font-style: italic;
  border-radius: 50px;
  padding: 0 16px;
  box-sizing: border-box;
  border: 1px solid var(--s-textcolor);
}
.unit.form .tick.pile.part--auto.partStyle--two .name {
  display: none;
}
.unit.form .tick.pile.part--wide.partStyle--two .ctrl div {
  width: auto;
  margin-right: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
  font-family: 'Piazzolla', serif;
  font-weight: 500;
  font-style: italic;
  border-radius: 50px;
  padding: 0 16px;
  box-sizing: border-box;
  border: 1px solid var(--s-textcolor);
}
.unit.form textarea {
  padding: 30px;
  border: 1px solid var(--s-textcolor);
  border-radius: 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;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.unit.form div.tick input {
  width: 18px;
  margin-right: 6px;
}
.unit.form .part.must {
  display: none;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 4px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.77777778;
  background: #F0F0F0;
  height: 40px;
  border: 1px solid var(--s-textcolor);
  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: left;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  cursor: pointer;
  color: var(--s-btnarrow-txt);
  padding-bottom: 25px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  min-width: 170px;
  background-size: 166px;
  background-position: -79px 100%;
  background-repeat: no-repeat;
  background-image: var(--s-btn-arrow);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  font-size: clamp(1.125rem, 1.018rem + 0.54vw, 1.5rem);
  line-height: 1.77777778;
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .submit:active,
  .unit.form .submit:hover,
  .unit.form .submit:focus {
    background-position: 0px 100%;
    background-image: var(--s-btn-arrow-hov);
  }
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: var(--s-textcolor);
  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;
  font-size: clamp(1.25rem, 0.893rem + 1.79vw, 2.5rem);
  line-height: 1.6;
  color: var(--s-sitecolor);
  font-family: 'Piazzolla', serif;
  font-weight: 600;
  font-style: italic;
}
#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 {
  border: 1px solid var(--s-btn-border);
  background-color: var(--s-btn-bg);
  line-height: 1.77777778;
  cursor: pointer;
  color: var(--s-btn-txt);
  padding: 4px 24px 3px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 3px;
  border-radius: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .two-step-verification-container a:active,
  .two-step-verification-container a:hover,
  .two-step-verification-container a:focus {
    border: 1px solid var(--s-btn-border-hov);
    color: var(--s-btn-txt-hov);
    background-color: var(--s-btn-bg-hov);
  }
}
.two-step-verification-container a.path {
  border: 1px solid var(--s-btn-border-hov);
  color: var(--s-btn-txt-hov);
  background-color: var(--s-btn-bg-hov);
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: bold;
}
.table td {
  padding: 5px 10px;
  vertical-align: top;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: bold;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.34680574vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  float: left;
  height: 44px;
}
@media (max-width: 1280px) {
  #home {
    height: 30px;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  #home {
    margin-bottom: 0;
    height: clamp(0.875rem, 0.161rem + 3.57vw, 1.875rem);
  }
}
.layout1 #home {
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition-delay: 0.2;
}
.layout1 .cb-scroll-triggered--active #home {
  opacity: 1;
  transform: translateY(0);
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.layout3 #head {
  margin-top: calc(var(--spaceTotal) * 1);
}
.layout4 #head,
.layout5 #head,
.layout6 #head,
.layout7 #head {
  margin-top: calc(var(--spaceTotal) * 4);
}
.layout1 #head {
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.layout1 .cb-scroll-triggered--active #head {
  opacity: 0;
  transform: translateY(-100%);
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.125rem, 1.018rem + 0.54vw, 1.5rem);
  line-height: 1.77777778;
  color: var(--s-textcolor);
  overflow: hidden;
  hyphens: none;
  display: flex;
  flex-direction: column;
  padding-top: 110px;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
.layout1 .wrapper {
  padding-top: calc(var(--spaceTotal) * 1);
}
@media (max-width: 1023px) {
  .wrapper {
    padding-top: 100px;
  }
  .layout1 .wrapper {
    padding-top: calc(var(--spaceTotal) * 1);
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding-top: 80px;
  }
  .layout1 .wrapper {
    padding-top: calc(var(--spaceTotal) * 1);
  }
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: var(--deskMaxWidth);
  width: var(--deskWidth);
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section--timeline .desk,
.section--teaserOverview .desk,
.section--imprint .desk,
.section--introBig .desk,
.section--ctastopper .desk,
.section--header .desk,
.section--footer .desk {
  --deskWidth: 1312px;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  z-index: 2000;
  top: 0;
  padding-top: calc(var(--spaceTotal) * 1);
  padding-bottom: calc(var(--spaceTotal) * 1);
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
body:not(.cb-toggle-target-active) .wrapper.cb-scroll-triggered--active .section--header {
  background-color: #FFF;
}
@media (max-width: 767px) {
  .section--header {
    height: 78px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.container {
  float: left;
  width: 100%;
}
.container--head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .container--head {
    align-items: center;
  }
}
main {
  float: left;
  width: 100%;
  position: relative;
  flex: 1 0 auto;
}
.section--blue {
  background-color: #4200FF;
  --s-textcolor: #FFF;
  --s-linkcolor: #FFF;
  --s-linkcolor-hov: #000000;
  --s-btn-border: #000000;
  --s-btn-bg: #FFF;
  --s-btn-txt: #000000;
  --s-btnarrow-txt: #FFF;
  --s-btn-border-hov: #000000;
  --s-btn-bg-hov: #000000;
  --s-btn-txt-hov: #FFF;
  --s-btn-arrow: url(/images/btn-arrow-white.svg);
  --s-btn-arrow-hov: url(/images/btn-arrow-long-white.svg);
  --s-slider-prev: url('/images/arrow-left-white.svg');
  --s-slider-next: url('/images/arrow-right-white.svg');
  --s-icon-link: url('/images/icon-link-white.svg');
}
.ctaStopper {
  float: left;
  width: 100%;
  padding: calc(var(--spaceTotal) * 2);
  box-sizing: border-box;
  text-align: center;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
@media (max-width: 1023px) {
  .ctaStopper {
    padding: calc(var(--spaceTotal) * 1);
  }
}
.ctaStopper--blue {
  background-color: #4200FF;
  --s-textcolor: #FFF;
  border-radius: 10px;
  --s-btn-border-hov: #FFF;
}
.ctaStopper .cbdModule {
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
}
.ctaStopper .cbdModule--stopperText {
  margin-top: 0;
}
.ctaStopper .cbdModule--stopperButton {
  margin-top: calc(var(--spacePart) * 3);
}
.container--newsMood {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  isolation: isolate;
  box-sizing: border-box;
  min-height: 450px;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 4 - 8px);
}
@media (max-width: 767px) {
  .container--newsMood {
    min-height: 350px;
  }
}
.container--newsMood .mood {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding-left: 10.18348624%;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .container--newsMood .mood {
    padding-right: 0;
    padding-left: calc(var(--spaceTotal) * 2);
  }
}
.container--newsMood .content {
  width: 500px;
  max-width: var(--deskMaxWidth);
}
.container--newsMood .content .cbdModule--leadText {
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .container--newsMood .content .cbdModule--leadText {
    padding-right: calc(var(--spaceTotal) * 1);
  }
}
.container--newsDetailMood {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  isolation: isolate;
  box-sizing: border-box;
  margin-top: 8px;
  margin-bottom: calc(var(--spaceTotal) * 4 - 8px);
  border-radius: 10px;
  border: 1px solid var(--s-textcolor);
  overflow: hidden;
}
@media (max-width: 767px) {
  .container--newsDetailMood {
    min-height: 350px;
  }
}
.container--newsDetailMood .mood {
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  box-sizing: border-box;
  aspect-ratio: 2.23360656;
}
@supports not (aspect-ratio: 1090 /  488) {
  .container--newsDetailMood .mood:before {
    float: left;
    padding-top: 44.7706422%;
    content: '';
  }
  .container--newsDetailMood .mood:after {
    display: block;
    content: '';
    clear: both;
  }
}
.container--newsDetailMood .content {
  float: left;
  width: 100%;
}
.container--newsDetailMood .content .cbdModule--leadText {
  border-top: 1px solid var(--s-textcolor);
  box-sizing: border-box;
  padding: 24px;
}
.postinfo {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 3);
}
.postinfo__date {
  color: var(--s-textcolor);
  font-family: 'Piazzolla', serif;
  font-weight: 500;
  font-style: italic;
}
.container--mood {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-;
  align-items: flex-start;
  isolation: isolate;
  padding-bottom: calc(var(--spaceTotal) * 1);
  box-sizing: border-box;
  min-height: 488px;
  margin-bottom: calc(var(--spaceTotal) * 4 - 8px);
}
@media (max-width: 1023px) {
  .container--mood {
    padding-bottom: calc(var(--spaceTotal) * 3);
  }
}
@media (max-width: 767px) {
  .container--mood {
    min-height: 350px;
  }
}
.container--mood .mood {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding-top: clamp(3.125rem, -16.413rem + 30.53vw, 11.063rem);
  padding-left: 16.8445122%;
  padding-right: 8.46036585%;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .container--mood .mood {
    padding-right: 0;
    padding-left: calc(var(--spaceTotal) * 2);
  }
}
.container--mood .mood #expo:after {
  content: '';
  right: -1px;
  bottom: -1px;
  position: absolute;
  width: 373px;
  height: 75px;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/mood-wave-white.svg);
}
@media (max-width: 767px) {
  .container--mood .mood #expo:after {
    width: 250px;
    height: 50px;
  }
}
.container--mood .content {
  width: 636px;
  max-width: var(--deskMaxWidth);
}
.container--mood .content .cbdModule--leadText {
  padding-left: 17.45283019%;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .container--mood .content .cbdModule--leadText {
    padding-left: 0;
    padding-right: calc(var(--spaceTotal) * 1);
  }
}
.downlink {
  position: absolute;
  right: 8.46036585%;
  bottom: 0;
  width: 66px;
  height: 33px;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-downlink-black.svg);
  animation-name: downlinkAnim;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
@media (max-width: 767px) {
  .downlink {
    width: 44px;
    height: 22px;
  }
}
@media (max-width: 1023px) {
  .downlink {
    right: 0;
  }
}
@keyframes downlinkAnim {
  0%,
  20%,
  80%,
  100% {
    bottom: 0;
  }
  40%,
  60% {
    bottom: -10px;
  }
}
.section--footer {
  flex-shrink: 0;
}
.footarea {
  float: left;
  width: 100%;
  margin-top: 88px;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
}
.section--imprint .footarea {
  margin-top: 0;
  margin-bottom: calc(var(--spaceTotal) * 2);
}
@media (max-width: 1023px) {
  .footarea {
    flex-wrap: wrap-reverse;
  }
}
.footpart {
  float: left;
  width: 100%;
  padding: calc(var(--spaceTotal) * 1);
  padding-bottom: 20px;
  border: 1px solid var(--s-textcolor);
  border-radius: 10px;
  box-sizing: border-box;
  color: var(--s-textcolor);
}
.footpart--blue {
  --s-textcolor: #4200FF;
  --s-linkcolor: #4200FF;
}
.footpart__content {
  float: left;
  width: 100%;
}
.footpart__columns {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--spaceTotal) * 1) 0;
}
.footpart__columns .columns {
  float: left;
  width: 100%;
}
.contacticon {
  float: left;
  width: 100%;
  height: 43px;
  background-size: 31px;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-mail-blue.svg);
}
@media (max-width: 767px) {
  .contacticon {
    height: 33px;
    background-size: 25px;
  }
}
.legallinks {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.legallinks > div {
  width: auto;
}
.legal {
  font-weight: 500;
}
.contact .url {
  font-weight: 500;
}
.stoerer {
  position: absolute;
  right: 0;
  bottom: 110px;
  z-index: 2;
  width: 366px;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 4px 4px 0px var(--s-shadow-color, #4200FF);
  font-size: 19px;
  line-height: 1.36842105;
  text-align: center;
}
@media (max-width: 1145px) {
  .stoerer {
    width: 280px;
    right: -40px;
  }
}
@media (max-width: 1023px) {
  .stoerer {
    right: initial;
    left: 0;
    bottom: -40px;
    font-size: 16px;
    line-height: 1.25;
    width: 320px;
  }
}
@media (max-width: 767px) {
  .stoerer {
    position: static;
    float: left;
    margin-top: 20px;
  }
}
.stoerer__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 22px;
  color: var(--s-sitecolor);
}
@media (max-width: 1145px) {
  .stoerer__content {
    padding: 14px;
  }
}
@media (max-width: 1023px) {
  .stoerer__content {
    padding: 10px;
  }
}
.stoerer .part {
  margin-top: 2px;
  margin-bottom: 2px;
}
.stoerer .part--stoererTitle {
  font-size: 40px;
  line-height: 1.25;
}
@media (max-width: 1023px) {
  .stoerer .part--stoererTitle {
    font-size: 30px;
  }
}
.stoerer .part--stoererDate {
  font-size: 28px;
  line-height: 1.28571429;
}
@media (max-width: 1023px) {
  .stoerer .part--stoererDate {
    font-size: 20px;
  }
}
.stoerer .part--stoererButton {
  margin-top: 14px;
}
.stoerer .part--stoererButton a {
  border: 1px solid var(--s-btn-border);
  background-color: var(--s-btn-bg);
  line-height: 1.77777778;
  cursor: pointer;
  color: var(--s-btn-txt);
  padding: 4px 24px 3px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 3px;
  border-radius: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .stoerer .part--stoererButton a:active,
  .stoerer .part--stoererButton a:hover,
  .stoerer .part--stoererButton a:focus {
    border: 1px solid var(--s-btn-border-hov);
    color: var(--s-btn-txt-hov);
    background-color: var(--s-btn-bg-hov);
  }
}
.stoerer .part--stoererButton a.path {
  border: 1px solid var(--s-btn-border-hov);
  color: var(--s-btn-txt-hov);
  background-color: var(--s-btn-bg-hov);
}
a {
  color: var(--s-linkcolor);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  a:hover,
  a:focus {
    color: var(--s-linkcolor-hov);
  }
}
.part.load.partStyle--one .load,
.part.link.partStyle--one .load,
.part.load.partStyle--one .open,
.part.link.partStyle--one .open {
  line-height: 1.77777778;
  cursor: pointer;
  color: var(--s-btnarrow-txt);
  padding-bottom: 25px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  min-width: 170px;
  background-size: 166px;
  background-position: -79px 100%;
  background-repeat: no-repeat;
  background-image: var(--s-btn-arrow);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .part.load.partStyle--one .load:active,
  .part.link.partStyle--one .load:active,
  .part.load.partStyle--one .open:active,
  .part.link.partStyle--one .open:active,
  .part.load.partStyle--one .load:hover,
  .part.link.partStyle--one .load:hover,
  .part.load.partStyle--one .open:hover,
  .part.link.partStyle--one .open:hover,
  .part.load.partStyle--one .load:focus,
  .part.link.partStyle--one .load:focus,
  .part.load.partStyle--one .open:focus,
  .part.link.partStyle--one .open:focus {
    background-position: 0px 100%;
    background-image: var(--s-btn-arrow-hov);
  }
}
.part.load.partStyle--two .load,
.part.link.partStyle--two .load,
.part.load.partStyle--two .open,
.part.link.partStyle--two .open {
  border: 1px solid var(--s-btn-border);
  background-color: var(--s-btn-bg);
  line-height: 1.77777778;
  cursor: pointer;
  color: var(--s-btn-txt);
  padding: 4px 24px 3px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 3px;
  border-radius: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .part.load.partStyle--two .load:active,
  .part.link.partStyle--two .load:active,
  .part.load.partStyle--two .open:active,
  .part.link.partStyle--two .open:active,
  .part.load.partStyle--two .load:hover,
  .part.link.partStyle--two .load:hover,
  .part.load.partStyle--two .open:hover,
  .part.link.partStyle--two .open:hover,
  .part.load.partStyle--two .load:focus,
  .part.link.partStyle--two .load:focus,
  .part.load.partStyle--two .open:focus,
  .part.link.partStyle--two .open:focus {
    border: 1px solid var(--s-btn-border-hov);
    color: var(--s-btn-txt-hov);
    background-color: var(--s-btn-bg-hov);
  }
}
.part.load.partStyle--two .load.path,
.part.link.partStyle--two .load.path,
.part.load.partStyle--two .open.path,
.part.link.partStyle--two .open.path {
  border: 1px solid var(--s-btn-border-hov);
  color: var(--s-btn-txt-hov);
  background-color: var(--s-btn-bg-hov);
}
.btn--primary {
  --s-btn-txt: #4200FF;
  line-height: 1.77777778;
  cursor: pointer;
  color: var(--s-btnarrow-txt);
  padding-bottom: 25px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  min-width: 170px;
  background-size: 166px;
  background-position: -79px 100%;
  background-repeat: no-repeat;
  background-image: var(--s-btn-arrow);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .btn--primary:active,
  .btn--primary:hover,
  .btn--primary:focus {
    background-position: 0px 100%;
    background-image: var(--s-btn-arrow-hov);
  }
}
.btn--secondary {
  border: 1px solid var(--s-btn-border);
  background-color: var(--s-btn-bg);
  line-height: 1.77777778;
  cursor: pointer;
  color: var(--s-btn-txt);
  padding: 4px 24px 3px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 3px;
  border-radius: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .btn--secondary:active,
  .btn--secondary:hover,
  .btn--secondary:focus {
    border: 1px solid var(--s-btn-border-hov);
    color: var(--s-btn-txt-hov);
    background-color: var(--s-btn-bg-hov);
  }
}
.btn--secondary.path {
  border: 1px solid var(--s-btn-border-hov);
  color: var(--s-btn-txt-hov);
  background-color: var(--s-btn-bg-hov);
}
.cbdModule--footCustomButton {
  margin-top: calc(var(--spaceTotal) * 1 + var(--spacePart));
}
@media (max-width: 1023px) {
  .cbdModule--footCustomButton {
    margin-top: calc(var(--spaceTotal) * 1);
  }
}
h1 {
  color: var(--s-textcolor);
}
body:not(.layout1):not(.layout3) h1 {
  font-size: clamp(2rem, 1.429rem + 2.86vw, 4rem);
  line-height: 1.15625;
  font-family: 'Piazzolla', serif;
  font-weight: 600;
  font-style: italic;
}
body.layout3 h1 {
  font-weight: normal;
  font-size: clamp(2rem, 1.429rem + 2.86vw, 4rem);
  line-height: 1.15625;
}
body.layout3 h1 i {
  font-family: 'Piazzolla', serif;
  font-weight: 600;
  font-style: italic;
}
body.layout1 h1 {
  font-weight: normal;
  font-size: clamp(2.375rem, -11.471rem + 21.63vw, 8rem);
  line-height: 0.859375;
}
body.layout1 h1 i {
  font-family: 'Piazzolla', serif;
  font-weight: 600;
  font-style: italic;
}
h2 {
  font-size: clamp(2rem, 1.429rem + 2.86vw, 4rem);
  line-height: 1.15625;
  color: var(--s-textcolor);
  font-family: 'Piazzolla', serif;
  font-weight: 600;
  font-style: italic;
}
h3 {
  font-size: clamp(1.5rem, 1.071rem + 2.14vw, 3rem);
  line-height: 1.33333333;
  color: var(--s-textcolor);
  font-family: 'Piazzolla', serif;
  font-weight: 600;
  font-style: italic;
}
h4 {
  font-size: clamp(1.25rem, 0.893rem + 1.79vw, 2.5rem);
  line-height: 1.6;
  color: var(--s-textcolor);
  font-family: 'Piazzolla', serif;
  font-weight: 600;
  font-style: italic;
}
p {
  color: var(--s-textcolor);
}
p > .open:after {
  content: '';
  display: inline-block;
  margin-left: 4px;
  margin-right: 5px;
  width: 34px;
  height: 18px;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--s-icon-link);
}
@media (max-width: 767px) {
  p > .open:after {
    width: 24px;
    height: 14px;
  }
}
.pale {
  color: var(--s-sitecolor);
}
.loud {
  padding-top: calc(var(--spacePart) * 2);
  padding-right: calc(var(--spacePart) * 2);
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .loud {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .loud {
    padding-top: calc(var(--spacePart) * 1);
  }
}
.loud:after {
  content: '';
  width: 59px;
  height: 59px;
  position: absolute;
  top: 0;
  left: -50px;
  border: 1px solid var(--s-sitecolor);
  border-radius: 100%;
}
@media (max-width: 767px) {
  .loud:after {
    width: 25px;
    height: 25px;
    left: -20px;
  }
}
.skew {
  font-size: clamp(2.5rem, 1.786rem + 3.57vw, 5rem);
  line-height: 1.375;
  font-weight: normal;
}
.skew i {
  font-family: 'Piazzolla', serif;
  font-weight: 600;
  font-style: italic;
}
.footCustomText {
  font-weight: 500;
}
.area--one {
  margin-top: calc(var(--spaceTotal) * 2 - 8px);
  margin-bottom: calc(var(--spaceTotal) * 2 - 8px);
  display: flex;
  flex-wrap: wrap;
}
.layout7 .area--one.area1 {
  margin-top: 0;
}
.area--one.area2 {
  margin-top: calc(var(--spaceTotal) * 3 - 8px);
}
.area--timeline {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 6 - 8px);
}
.area--one .unitOne--marginDouble {
  margin-top: calc(var(--spaceUnit) * 2);
  margin-bottom: calc(var(--spaceUnit) * 2);
}
.area--one .unitOne--marginDouble .part {
  margin-top: calc(var(--spacePart) * 2);
  margin-bottom: calc(var(--spacePart) * 2);
}
.area--timeline {
  isolation: isolate;
}
.area--timeline:after {
  content: '';
  z-index: -1;
  position: absolute;
  top: calc(var(--spaceTotal) * 3);
  width: 5px;
  height: calc(100% - (var(--spaceTotal) * 8));
  left: 50%;
  background-color: var(--s-textcolor);
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .area--timeline:after {
    left: 20px;
  }
}
#view .area--timeline .unit .part {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
#view .area--timeline .unit.is-intersecting .part {
  opacity: 1;
}
.area--timeline .unitOne {
  margin-top: 0;
  margin-bottom: 0;
}
.area--timeline .unitOne .part.text {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .area--timeline .unitOne .part.text {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.area--timeline .unitOne .part.text .text-section {
  width: auto;
}
.area--timeline .unitOne .part.text .norm {
  padding-top: calc(var(--spacePart) * 1);
  padding-bottom: calc(var(--spacePart) * 1);
  padding-left: calc(var(--spacePart) * 2);
  padding-right: calc(var(--spacePart) * 2);
  border-radius: 10px;
  border: 1px solid var(--s-textcolor);
  box-sizing: border-box;
  background-color: #FFF;
  color: #000000;
  font-size: clamp(1rem, 0.714rem + 1.43vw, 2rem);
  line-height: 1.125;
  letter-spacing: 3px;
}
.area--timeline .unitTwo {
  --spacePart: 8px;
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .area--timeline .unitTwo {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .area--timeline .unitTwo {
    padding-top: calc(var(--spacePart) * 2);
  }
}
.area--timeline .unitTwo:after {
  content: '';
  position: absolute;
  top: calc(var(--spacePart) * 4);
  left: 0;
  width: 166px;
  height: 15px;
  background-size: 166px;
  background-position: -79px 100%;
  background-repeat: no-repeat;
  background-image: var(--s-btn-arrow);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (max-width: 1023px) {
  .area--timeline .unitTwo:after {
    top: 0;
    left: 20px;
  }
}
.area--timeline .unitTwo.is-intersecting:after {
  background-position: 0px 100%;
  background-image: var(--s-btn-arrow-hov);
}
@media (max-width: 1023px) {
  .area--timeline .unitTwo.is-intersecting:after {
    background-position: -30px 100%;
  }
}
.area--timeline .unitTwo--left {
  margin-right: 50%;
  padding-right: 200px;
}
@media (max-width: 1023px) {
  .area--timeline .unitTwo--left {
    margin-right: 0;
    padding-left: 190px;
  }
}
@media (max-width: 767px) {
  .area--timeline .unitTwo--left {
    padding-left: 60px;
  }
}
.area--timeline .unitTwo--left:after {
  left: unset;
  right: 0;
  transform: scaleX(-1);
}
@media (max-width: 1023px) {
  .area--timeline .unitTwo--left:after {
    transform: scaleX(1);
    right: unset;
    left: 20px;
  }
}
.area--timeline .unitTwo--left * {
  text-align: right;
}
@media (max-width: 1023px) {
  .area--timeline .unitTwo--left * {
    text-align: left;
  }
}
.area--timeline .unitTwo--right {
  margin-left: 50%;
  padding-left: 200px;
}
@media (max-width: 1023px) {
  .area--timeline .unitTwo--right {
    margin-left: 0;
    padding-left: 190px;
  }
}
@media (max-width: 767px) {
  .area--timeline .unitTwo--right {
    padding-left: 60px;
  }
}
.area--timeline .unitTwo .norm {
  text-decoration: underline;
  text-underline-position: under;
}
.part.pict img:not(.svg) {
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 2.23360656;
}
@supports not (aspect-ratio: 1090 /  488) {
  .part.pict img:not(.svg):before {
    float: left;
    padding-top: 44.7706422%;
    content: '';
  }
  .part.pict img:not(.svg):after {
    display: block;
    content: '';
    clear: both;
  }
}
.partAlign--left {
  text-align: left;
}
.partAlign--center {
  text-align: center;
}
.partAlign--right {
  text-align: right;
}
@media (max-width: 1023px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .section {
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  }
  body.cb-toggle-target-active .section {
    transform: translateY(200px);
  }
  body.cb-toggle-target-active .section.section--header {
    transform: none;
  }
  .navi {
    display: none;
  }
}
.togglenavigation {
  position: relative;
  top: 0;
  right: 0;
  z-index: 2001;
  width: 28px;
  height: 18px;
  cursor: pointer;
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background-color: #000000;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  transform: translateY(-10px);
}
body.cb-toggle-target-active .tline--2 {
  transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateY(10px);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
body.cb-toggle-target-active .mobile-navi-animation {
  transition: all 1s cubic-bezier(0.65, 0, 0.35, 1);
  transform: translateY(0);
  opacity: 1;
}
.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;
  position: relative;
}
.mobile-navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item > .menu {
  display: block;
  color: var(--s-textcolor);
}
.mobile-navigation div.sub1 {
  box-sizing: border-box;
  padding: 0 var(--deskSpace);
  margin: 110px 0 120px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--spaceTotal) * 1);
}
.mobile-navigation div.sub1 > .item.exit {
  margin-top: calc(var(--spacePart) * 1);
}
.mobile-navigation div.sub1 > .item.exit > .menu {
  --s-btn-border-hov: #4200FF;
  --s-btn-bg-hov: #4200FF;
  border: 1px solid var(--s-btn-border);
  background-color: var(--s-btn-bg);
  line-height: 1.77777778;
  cursor: pointer;
  color: var(--s-btn-txt);
  padding: 4px 24px 3px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 3px;
  border-radius: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .mobile-navigation div.sub1 > .item.exit > .menu:active,
  .mobile-navigation div.sub1 > .item.exit > .menu:hover,
  .mobile-navigation div.sub1 > .item.exit > .menu:focus {
    border: 1px solid var(--s-btn-border-hov);
    color: var(--s-btn-txt-hov);
    background-color: var(--s-btn-bg-hov);
  }
}
.mobile-navigation div.sub1 > .item.exit > .menu.path {
  border: 1px solid var(--s-btn-border-hov);
  color: var(--s-btn-txt-hov);
  background-color: var(--s-btn-bg-hov);
}
.mobile-navigation div.sub1 > .item:not(.exit) > .menu {
  --s-linkcolor: #000000;
  position: relative;
  padding: 0 8px 0 8px;
  box-sizing: border-box;
}
.mobile-navigation div.sub1 > .item:not(.exit) > .menu:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  border-radius: 5px;
  background-color: var(--s-sitecolor);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .mobile-navigation div.sub1 > .item:not(.exit) > .menu:hover:after,
  .mobile-navigation div.sub1 > .item:not(.exit) > .menu:focus:after {
    width: 100%;
  }
}
.mobile-navigation div.sub1 > .item:not(.exit) > .menu.path:after {
  width: 100%;
}
.cb-album {
  position: relative;
  padding-top: var(--spacePart);
  padding-bottom: var(--spacePart);
}
.cb-album .body-mobile {
  display: none !important;
}
.cb-album h2 {
  display: none;
}
.cb-album .body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cb-album .part {
  width: 100% !important;
  margin: 0 !important;
}
.cb-album .part.desc {
  display: none;
}
#root.ie11 .cb-album img {
  height: auto !important;
  max-height: 1000000000px !important;
}
.cb-album .cb-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  z-index: 2;
  color: #fff;
}
.cb-album.cb-album .scan {
  margin-top: 40px !important;
}
.cb-album.cb-album .scan:first-child {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}
.cb-album .scan table,
.cb-album .scan tbody,
.cb-album .scan tr {
  float: left;
  display: block;
  width: 100%;
}
.cb-matrix .body {
  margin-top: -0.5%;
  margin-bottom: -0.5%;
}
.cb-matrix .part {
  margin-top: 0.5% !important;
  margin-bottom: 0.5% !important;
}
.cb-matrix .part.foto {
  height: auto !important;
  box-sizing: border-box;
}
.cb-matrix .part.foto a.foto,
.cb-matrix .part.foto span.foto {
  display: block;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.cb-matrix .part.foto img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-matrix .part.foto a.foto.zoom img {
  transform: scale(1.1);
}
.cb-matrix.cb-matrix-columns-1 .part.foto {
  width: 100% !important;
}
.cb-matrix.cb-matrix-columns-2 .part.foto {
  width: 49.5% !important;
}
.cb-matrix.cb-matrix-columns-3 .part.foto {
  width: 32.66666667% !important;
}
.cb-matrix.cb-matrix-columns-4 .part.foto {
  width: 24.25% !important;
}
.cb-matrix.cb-matrix-columns-5 .part.foto {
  width: 19.2% !important;
}
.cb-matrix.cb-matrix-columns-6 .part.foto {
  width: 15.83333333% !important;
}
.cb-matrix.cb-matrix-columns-7 .part.foto {
  width: 13.42857143% !important;
}
.cb-matrix.cb-matrix-columns-8 .part.foto {
  width: 11.625% !important;
}
.cb-matrix .scan tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cb-matrix .scan td {
  float: left;
  display: block;
  margin: 0 10px;
  font-size: 16px;
  line-height: 1.25;
}
.cb-matrix .scan td:first-child {
  margin-left: 0;
}
.cb-matrix .scan td:last-child {
  margin-right: 0;
}
.cb-matrix .scan td.prev,
.cb-matrix .scan td.next {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 20px;
  height: 20px;
}
.cb-matrix .scan td.prev a,
.cb-matrix .scan td.next a {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.cb-matrix .scan td.prev:empty,
.cb-matrix .scan td.next:empty {
  opacity: 0.5;
  pointer-events: none;
}
.cb-matrix .scan td.next a {
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.cb-matrix .scan td a {
  color: var(--s-textcolor);
}
.cb-matrix .scan td .same {
  color: var(--s-sitecolor);
}
.cb-strips .part.foto {
  height: auto !important;
  max-height: 1000000000px !important;
}
.cb-strips-images {
  float: left;
  width: 100%;
  height: 0 !important;
  padding-bottom: 56.25%;
  position: relative;
}
.cb-strips-images a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.96);
  z-index: 2;
  transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1), transform 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  overflow: hidden;
}
.cb-strips-images a.is-active {
  z-index: 3;
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
}
.cb-strips-images img {
  opacity: 1 !important;
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.cb-strips .scan tbody > tr {
  float: left;
  width: 100%;
  display: flex;
}
.cb-strips .scan tbody > tr > td {
  float: left;
  width: 100%;
  display: block;
}
.cb-strips .scan td.prev,
.cb-strips .scan td.next {
  margin-right: 1.25%;
  width: 6.25%;
}
.cb-strips .scan td.next {
  margin-right: 0;
  margin-left: 1.25%;
}
.cb-strips .scan div.prev,
.cb-strips .scan div.next {
  float: left;
  width: 100%;
  height: 100%;
}
.cb-strips .scan div.prev a,
.cb-strips .scan div.next a {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
  transition: background 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-strips .scan div.prev a:hover,
.cb-strips .scan div.next a:hover {
  background-position: 40% 50%;
}
.cb-strips .scan div.next a {
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.cb-strips .scan div.next a:hover {
  background-position: 60% 50%;
}
.cb-strips .scan td.cb-strips-thumbs {
  width: 85%;
}
.cb-strips-container {
  float: left;
  width: 100%;
}
.cb-strips-container .body {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cb-strips-container .part.foto {
  position: relative;
}
.cb-strips-container .part.foto a.foto,
.cb-strips-container .part.foto span.foto {
  float: left;
  width: 100%;
  display: block;
  height: 0;
  position: relative;
  padding-bottom: 60%;
  opacity: 0.4;
  transition: opacity 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  overflow: hidden;
}
.cb-strips-container .part.foto a.foto:hover,
.cb-strips-container .part.foto span.foto:hover,
.cb-strips-container .part.foto a.foto.is-active,
.cb-strips-container .part.foto span.foto.is-active {
  opacity: 1;
}
.cb-strips-container .part.foto a.foto .cb-zoom-indicator,
.cb-strips-container .part.foto span.foto .cb-zoom-indicator {
  display: none;
}
.cb-strips-container .part.foto img {
  opacity: 1 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-strips-container .part.foto a.foto:hover img {
  transform: scale(1.2);
}
.cb-strips-4 .cb-strips-container .part.foto {
  width: 23.95833333% !important;
}
.cb-strips-6 .cb-strips-container .part.foto {
  width: 15.50925926% !important;
}
.cb-strips-8 .cb-strips-container .part.foto {
  width: 11.28472222% !important;
}
.cb-strips-10 .cb-strips-container .part.foto {
  width: 8.75% !important;
}
.cb-slideshow-images {
  float: left;
  width: 100%;
}
.cb-slideshow .part.foto,
.cb-slideshow .part.crossslideContainer {
  max-height: 1000000000px !important;
  max-width: 100% !important;
  height: 0 !important;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.cb-slideshow a.foto {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-slideshow a.foto.is-activated {
  z-index: 2;
  pointer-events: auto;
  opacity: 1;
}
.cb-slideshow img {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  border: none !important;
  z-index: 1;
}
.cb-slideshow img.is-activated {
  z-index: 2;
}
#view .cb-slideshow.cb-manual img {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: scale(1.05);
}
#view .cb-slideshow.cb-manual a.foto.is-activated img {
  transform: scale(1);
}
#view .cb-slideshow.cb-fading img {
  opacity: 0 !important;
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: scale(1.05);
}
#view .cb-slideshow.cb-fading img.is-activated,
#view .cb-slideshow.cb-fading .cb-image-figure.is-activated img {
  opacity: 1 !important;
  transform: scale(1);
}
#view .cb-slideshow.cb-sliding img {
  opacity: 0 !important;
  width: 110% !important;
  max-width: 110% !important;
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  animation-name: SlideshowSlide;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#view .cb-slideshow.cb-sliding img.is-activated,
#view .cb-slideshow.cb-sliding .cb-image-figure.is-activated img {
  opacity: 1 !important;
}
@keyframes SlideshowSlide {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -10%;
  }
  100% {
    margin-left: 0;
  }
}
#view .cb-slideshow.cb-moving img {
  opacity: 0 !important;
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  animation-name: SlideshowMove;
  animation-duration: 16s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#view .cb-slideshow.cb-moving img.is-activated,
#view .cb-slideshow.cb-moving .cb-image-figure.is-activated img {
  opacity: 1 !important;
}
@keyframes SlideshowMove {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cb-slideshow .head {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
  height: 0;
  width: 100%;
}
.cb-slideshow .ctrl {
  float: left;
  width: 100%;
}
.cb-slideshow .ctrl a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-slideshow .ctrl a:hover {
  width: 70px;
}
.cb-slideshow .ctrl a.fade {
  opacity: 0.4;
  cursor: default;
  width: 50px;
}
.cb-slideshow .ctrl .next a {
  left: unset;
  right: 0;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.crossslide {
  float: left;
  width: 100%;
  max-width: 100% !important;
  position: static !important;
  padding: 0 !important;
}
.ns-slider {
  float: left;
  width: 100%;
  position: relative;
}
.ns-slider__stage {
  float: left;
  width: 100%;
  position: relative;
}
.unit--slider {
  width: 100vw !important;
  left: 50%;
  margin-left: -50vw !important;
}
.ns-slider__area {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.ns-slider__section {
  float: left;
  width: 100%;
}
.ns-slider__cover {
  float: left;
  width: 100%;
  overflow: hidden;
  border: 1px solid black;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-sizing: border-box;
}
.ns-slide {
  float: left;
  width: 100%;
  flex-shrink: 0;
  transition: all 0.8s ease-in-out;
}
.ns-slider__part {
  float: left;
  width: 100%;
}
.ns-slider__part--image img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 2.23360656;
}
@supports not (aspect-ratio: 1090 /  488) {
  .ns-slider__part--image img:before {
    float: left;
    padding-top: 44.7706422%;
    content: '';
  }
  .ns-slider__part--image img:after {
    display: block;
    content: '';
    clear: both;
  }
}
.ns-slider__controls {
  padding-right: max();
  box-sizing: border-box;
  position: relative;
  float: right;
  z-index: 2;
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: calc(var(--spacePart) * 1);
}
.ns-slider .ns-sliderControl {
  position: absolute;
  width: 29px;
  height: 57px;
  bottom: -20px;
  cursor: pointer;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (max-width: 767px) {
  .ns-slider .ns-sliderControl {
    width: 9px;
    bottom: -4px;
    height: 20px;
  }
}
.ns-slider .ns-sliderControl--prev {
  left: -45px;
  background-image: var(--s-slider-prev);
}
@media (max-width: 767px) {
  .ns-slider .ns-sliderControl--prev {
    left: -15px;
  }
}
.ns-slider .ns-sliderControl--next {
  right: -45px;
  background-image: var(--s-slider-next);
}
@media (max-width: 767px) {
  .ns-slider .ns-sliderControl--next {
    right: -15px;
  }
}
.ns-sliderIndex {
  float: left;
  width: 100%;
  border-left: 1px solid var(--s-textcolor);
  border-right: 1px solid var(--s-textcolor);
  border-bottom: 1px solid var(--s-textcolor);
  box-sizing: border-box;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ns-sliderIndex__content {
  display: flex;
  flex-direction: row;
}
.ns-sliderIndex__item {
  height: 17px;
  flex-grow: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.ns-sliderIndex__item.is-active {
  background-color: var(--s-textcolor);
}
.ns-unitFilter__unit {
  display: none;
}
.ns-unitFilter__unit.ns-unitFilter__unit--activated {
  display: block;
  opacity: 0;
  transform: translateY(-20px) scale(0.98);
  transition: transform 0.4s, opacity 0.4s !important;
}
.ns-unitFilter__unit.ns-unitFilter__unit--active {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.cbdModule--filterTitle {
  margin-top: calc(var(--spaceTotal) * 4 - 8px);
  margin-bottom: calc(var(--spaceTotal) * 2);
  text-align: center;
}
.ns-unitFilter {
  float: left;
  width: 100%;
  position: relative;
  z-index: 20;
  margin-top: calc(var(--spaceTotal) * 1);
}
.ns-unitFilter__wrapper {
  float: left;
  width: 100%;
  position: relative;
}
.ns-unitFilter__toggle {
  display: none;
}
.ns-unitFilter__content {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
.ns-unitFilter__list {
  float: left;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.ns-unitFilter__actions {
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.ns-unitFilter__link {
  margin-bottom: 10px;
  color: var(--s-sitecolor);
  cursor: pointer;
  transition: all cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .ns-unitFilter__link:hover,
  .ns-unitFilter__link:focus {
    color: var(--s-sitecolor);
  }
}
@media (min-width: 1024px) {
  .ns-unitFilter__link--confirm {
    display: none;
  }
}
.ns-unitFilter__group {
  float: left;
  width: 100%;
  border-top: 1px solid var(--s-textcolor);
  border-bottom: 1px solid var(--s-textcolor);
  margin-top: -1px;
}
.ns-unitFilter__group:first-child {
  margin-top: 0;
}
.ns-unitFilter__groupToggle {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 25px 20px 25px 0;
  box-sizing: border-box;
  position: relative;
  color: var(--s-textcolor);
}
.ns-unitFilter__groupToggle:hover,
.ns-unitFilter__groupToggle:focus {
  color: var(--s-textcolor);
}
.ns-unitFilter__groupToggle:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-color: transparent;
  border-top-color: #000;
  border-width: 7px 5px 0 5px;
}
.ns-unitFilter__groupToggle.is-active:after {
  transform: translateY(-50%) rotate(-180deg);
}
.ns-unitFilter__groupContent {
  float: left;
  width: 100%;
  overflow: hidden;
  max-height: 0;
}
.ns-unitFilter__group.is-open .ns-unitFilter__groupContent {
  max-height: initial;
}
#view .ns-unitFilter__item--reset {
  display: none;
}
.ns-unitFilter__item {
  --s-btn-border-hov: #4200FF;
  --s-btn-bg-hov: #4200FF;
  border: 1px solid var(--s-btn-border);
  background-color: var(--s-btn-bg);
  line-height: 1.77777778;
  cursor: pointer;
  color: var(--s-btn-txt);
  padding: 4px 24px 3px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 3px;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .ns-unitFilter__item:active,
  .ns-unitFilter__item:hover,
  .ns-unitFilter__item:focus {
    border: 1px solid var(--s-btn-border-hov);
    color: var(--s-btn-txt-hov);
    background-color: var(--s-btn-bg-hov);
  }
}
.ns-unitFilter__item.path {
  border: 1px solid var(--s-btn-border-hov);
  color: var(--s-btn-txt-hov);
  background-color: var(--s-btn-bg-hov);
}
.ns-unitFilter__item.is-active {
  color: var(--s-btn-txt-hov);
  background-color: var(--s-btn-bg-hov);
}
.ns-teaserWrapper {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.ns-teaserArea {
  width: calc(100% + 16px);
  margin-left: -8px;
  display: flex;
  flex-wrap: wrap;
}
.ns-teaser {
  position: relative;
  float: left;
  width: calc((100% / 3) - 16px);
  margin: 8px;
  border: 1px solid var(--s-textcolor);
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .ns-teaser {
    width: calc((100% / 2) - 16px);
  }
}
@media (max-width: 767px) {
  .ns-teaser {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser:hover,
  .ns-teaser:focus {
    box-shadow: 4px 4px 0px var(--s-shadow-color, #4200FF);
  }
}
.ns-teaser--startpage:nth-child(2),
.ns-teaser--styleTwo {
  background-color: #4200FF;
  --s-textcolor: #FFF;
  --s-linkcolor: #FFF;
  border: 1px solid #4200FF;
  --s-shadow-color: #000000;
}
.ns-teaser--startpage:nth-child(5),
.ns-teaser--styleThree {
  background-color: #000000;
  --s-textcolor: #FFF;
  --s-linkcolor: #FFF;
  border: 1px solid #000000;
}
.ns-teaser--styleFour {
  width: calc(66.66% - 16px);
}
@media (max-width: 1023px) {
  .ns-teaser--styleFour {
    width: calc(50% - 16px);
  }
}
@media (max-width: 767px) {
  .ns-teaser--styleFour {
    width: 100%;
  }
}
.ns-teaser--startpage {
  width: calc((100% / 1090 * 325) - 16px);
}
@media (max-width: 1023px) {
  .ns-teaser--startpage {
    width: calc((100% / 2) - 16px);
  }
}
@media (max-width: 767px) {
  .ns-teaser--startpage {
    width: 100%;
  }
}
.ns-teaser--startpage:nth-child(2) {
  width: calc((100% / 1090 * 440) - 16px);
}
@media (max-width: 1023px) {
  .ns-teaser--startpage:nth-child(2) {
    width: calc((100% / 2) - 16px);
  }
}
@media (max-width: 767px) {
  .ns-teaser--startpage:nth-child(2) {
    width: 100%;
  }
}
.ns-teaser--startpage:nth-child(4) {
  width: calc((100% / 1090 * 765) - 16px);
}
@media (max-width: 1023px) {
  .ns-teaser--startpage:nth-child(4) {
    width: calc(50% - 16px);
  }
}
@media (max-width: 767px) {
  .ns-teaser--startpage:nth-child(4) {
    width: 100%;
  }
}
.ns-teaserLoadMore {
  float: left;
  width: 100%;
}
.ns-teaserLoadMore__button {
  --s-btn-txt: #4200FF;
  line-height: 1.77777778;
  cursor: pointer;
  color: var(--s-btnarrow-txt);
  padding-bottom: 25px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  min-width: 170px;
  background-size: 166px;
  background-position: -79px 100%;
  background-repeat: no-repeat;
  background-image: var(--s-btn-arrow);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaserLoadMore__button:active,
  .ns-teaserLoadMore__button:hover,
  .ns-teaserLoadMore__button:focus {
    background-position: 0px 100%;
    background-image: var(--s-btn-arrow-hov);
  }
}
.ns-teaser__content {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ns-teaser--startpage:nth-child(4) .ns-teaser__content,
.ns-teaser--styleFour .ns-teaser__content {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .ns-teaser--startpage:nth-child(4) .ns-teaser__content,
  .ns-teaser--styleFour .ns-teaser__content {
    flex-direction: column;
  }
}
.ns-teaser--startpage:nth-child(5) .ns-teaser__section--1,
.ns-teaser--startpage:nth-child(2) .ns-teaser__section--1,
.ns-teaser--styleTwo .ns-teaser__section--1,
.ns-teaser--styleThree .ns-teaser__section--1 {
  display: none;
}
.ns-teaser--styleFour .ns-teaser__section--1 {
  width: calc(50% - 4px);
}
@media (max-width: 1023px) {
  .ns-teaser--styleFour .ns-teaser__section--1 {
    width: 100%;
  }
}
.ns-teaser--startpage:nth-child(4) .ns-teaser__section--1 {
  width: 58.74499332%;
}
@media (max-width: 1023px) {
  .ns-teaser--startpage:nth-child(4) .ns-teaser__section--1 {
    width: 100%;
  }
}
.ns-teaser__section--2 {
  padding: 8px 26px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.ns-teaser--styleFour .ns-teaser__section--2 {
  width: calc(50% - 4px);
}
@media (max-width: 1023px) {
  .ns-teaser--styleFour .ns-teaser__section--2 {
    width: 100%;
  }
}
.ns-teaser--startpage:nth-child(4) .ns-teaser__section--2 {
  width: 41.25500668%;
}
@media (max-width: 1023px) {
  .ns-teaser--startpage:nth-child(4) .ns-teaser__section--2 {
    width: 100%;
  }
}
.ns-teaser_part,
.ns-teaser__part {
  float: left;
  width: 100%;
  color: var(--s-textcolor);
  margin-top: 8px;
  margin-bottom: 8px;
}
.ns-teaser_part--pict,
.ns-teaser__part--pict {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.ns-teaser__part--pict {
  height: 100%;
}
.ns-teaser__image {
  float: left;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  aspect-ratio: 1;
  box-sizing: border-box;
}
@supports not (aspect-ratio: 1 /  1) {
  .ns-teaser__image:before {
    float: left;
    padding-top: 100%;
    content: '';
  }
  .ns-teaser__image:after {
    display: block;
    content: '';
    clear: both;
  }
}
.ns-teaser--styleOne .ns-teaser__image {
  aspect-ratio: 1.48780488;
}
@supports not (aspect-ratio: 427 /  287) {
  .ns-teaser--styleOne .ns-teaser__image:before {
    float: left;
    padding-top: 67.21311475%;
    content: '';
  }
  .ns-teaser--styleOne .ns-teaser__image:after {
    display: block;
    content: '';
    clear: both;
  }
}
.ns-teaser--startpage:nth-child(4) .ns-teaser__image,
.ns-teaser--styleFour .ns-teaser__image {
  aspect-ratio: 1;
  border-left: 1px solid var(--s-textcolor);
}
@supports not (aspect-ratio: 1 /  1) {
  .ns-teaser--startpage:nth-child(4) .ns-teaser__image:before,
  .ns-teaser--styleFour .ns-teaser__image:before {
    float: left;
    padding-top: 100%;
    content: '';
  }
  .ns-teaser--startpage:nth-child(4) .ns-teaser__image:after,
  .ns-teaser--styleFour .ns-teaser__image:after {
    display: block;
    content: '';
    clear: both;
  }
}
@media (max-width: 1023px) {
  .ns-teaser--startpage:nth-child(4) .ns-teaser__image,
  .ns-teaser--styleFour .ns-teaser__image {
    aspect-ratio: 1.48780488;
    border-left: unset;
    border-bottom: 1px solid var(--s-textcolor);
  }
  @supports not (aspect-ratio: 427 /  287) {
    .ns-teaser--startpage:nth-child(4) .ns-teaser__image:before,
    .ns-teaser--styleFour .ns-teaser__image:before {
      float: left;
      padding-top: 67.21311475%;
      content: '';
    }
    .ns-teaser--startpage:nth-child(4) .ns-teaser__image:after,
    .ns-teaser--styleFour .ns-teaser__image:after {
      display: block;
      content: '';
      clear: both;
    }
  }
}
.ns-teaser--startpage:nth-child(1) .ns-teaser__image,
.ns-teaser--startpage:nth-child(3) .ns-teaser__image,
.ns-teaser--styleOne .ns-teaser__image {
  border-bottom: 1px solid var(--s-textcolor);
}
.ns-teaser__part--title {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
}
.ns-teaser--startpage:nth-child(2) .ns-teaser__part--title,
.ns-teaser--startpage:nth-child(5) .ns-teaser__part--title,
.ns-teaser--styleTwo .ns-teaser__part--title,
.ns-teaser--styleThree .ns-teaser__part--title {
  font-size: clamp(2rem, 1.429rem + 2.86vw, 3rem);
  line-height: 1.125;
  hyphens: auto;
}
.ns-teaser--startpage:nth-child(2) .ns-teaser__part--title i,
.ns-teaser--startpage:nth-child(5) .ns-teaser__part--title i,
.ns-teaser--styleTwo .ns-teaser__part--title i,
.ns-teaser--styleThree .ns-teaser__part--title i {
  font-family: 'Piazzolla', serif;
  font-weight: 600;
  font-style: italic;
}
.ns-teaser__part--newsDate {
  font-size: 20px;
  line-height: 1.5;
  color: var(--s-textcolor);
  font-family: 'Piazzolla', serif;
  font-weight: 500;
  font-style: italic;
}
.ns-teaser__part--actions {
  margin-top: auto;
  padding-top: var(--spacePart);
}
.ns-teaser__part--actions .ns-teaser__action {
  border: 1px solid var(--s-btn-border);
  background-color: var(--s-btn-bg);
  line-height: 1.77777778;
  cursor: pointer;
  color: var(--s-btn-txt);
  padding: 4px 24px 3px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 3px;
  border-radius: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser__part--actions .ns-teaser__action:active,
  .ns-teaser__part--actions .ns-teaser__action:hover,
  .ns-teaser__part--actions .ns-teaser__action:focus {
    border: 1px solid var(--s-btn-border-hov);
    color: var(--s-btn-txt-hov);
    background-color: var(--s-btn-bg-hov);
  }
}
.ns-teaser__part--actions .ns-teaser__action.path {
  border: 1px solid var(--s-btn-border-hov);
  color: var(--s-btn-txt-hov);
  background-color: var(--s-btn-bg-hov);
}
.interactiveMap {
  position: relative;
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2 + 70px);
}
@media (max-width: 767px) {
  .interactiveMap {
    margin-top: calc(var(--spaceTotal) * 2 + 20px);
  }
}
.interactiveMap .map {
  position: relative;
  float: left;
  width: 100%;
}
.interactiveMap .map__interactive {
  position: absolute;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.maparea {
  float: left;
  width: 100%;
}
.map__background {
  float: left;
  width: 100%;
}
.interactiveMap__icon {
  position: absolute;
  left: 85px;
  width: 145px;
  top: 0;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .interactiveMap__icon {
    width: 80px;
    left: 40px;
  }
}
.zone .border {
  stroke: transparent;
  stroke-width: 6px;
  fill: transparent;
  cursor: pointer;
  transition: stroke 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.zone .border.border--line {
  display: none;
}
.zone:hover .border:not(.border--line) {
  stroke: #4200FF;
}
.zone.is-active .border {
  stroke: #4200FF;
}
@media (min-width: 1024px) {
  .zone .border.border--line {
    display: block;
  }
}
.infoBoxes {
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  .infoBoxes {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
    grid-template-areas: "infoboxes";
  }
}
.infoBox {
  float: left;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 0;
}
@media (max-width: 1023px) {
  .infoBox {
    grid-area: infoboxes;
  }
}
.infoBox.is-active {
  opacity: 1;
}
@media (max-width: 1023px) {
  .infoBox.is-active {
    z-index: 2;
  }
}
.infoBox.is-active .infoBox__content {
  pointer-events: all;
}
.infoBox__content {
  float: left;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 10px;
  padding: calc(var(--spaceTotal) * 1);
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: -4px -4px 0px var(--s-shadow-color, #4200FF);
}
.infoBox--6 {
  margin-bottom: 0;
}
.infoBox__title {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: calc(var(--spacePart) * 1);
}
@media (min-width: 1024px) {
  .infoBoxes {
    position: absolute;
    height: 100%;
    margin-top: 0;
  }
  .infoBox {
    position: absolute;
    z-index: 111;
    left: 0;
    top: 0;
    width: 400px;
    opacity: 0;
    pointer-events: none;
  }
  .infoBox__content {
    pointer-events: none;
    box-shadow: -4px -4px 0px var(--s-shadow-color, #4200FF);
  }
  .infoBox--1 {
    width: 43.85321101%;
    padding-top: 36.69724771%;
    left: 7.33944954%;
  }
  .infoBox--2 {
    width: 31.10091743%;
    padding-top: 37.06422018%;
    left: 19.08256881%;
  }
  .infoBox--3 {
    width: 43.85321101%;
    padding-top: 9.90825688%;
    left: 49.08256881%;
  }
  .infoBox--4 {
    width: 43.85321101%;
    padding-top: 5.50458716%;
    left: 51.37614679%;
  }
  .infoBox--5 {
    width: 77.98165138%;
    padding-top: clamp(1.313rem, -20.142rem + 33.52vw, 4.2rem);
    left: 22.01834862%;
  }
  .infoBox--5 .infoBox__content {
    box-shadow: 4px 4px 0px var(--s-shadow-color, #4200FF);
  }
  .infoBox--6 {
    width: 43.85321101%;
    padding-top: 14.67889908%;
    left: 3.76146789%;
  }
  .infoBox--6 .infoBox__content {
    box-shadow: 4px 4px 0px var(--s-shadow-color, #4200FF);
  }
}
@media (min-width: 1200px) {
  .infoBox--4 {
    padding-top: 9.17431193%;
  }
  .infoBox--5 {
    width: 80.73394495%;
    padding-top: 5.50458716%;
  }
}
/*# sourceMappingURL=./screen-small.css.map */