:root {
  --sitecolor: #A75B51;
  --textcolor: #0E0E0E;
  --titlecolor: #0E0E0E;
  --linkcolor: #A75B51;
  --linkcolor-hov: #0E0E0E;
  --accentcolor: #A75B51;
  --headerHeight: 164px;
  --teaserBarHeight: 72px;
  --btn-bgcolor: #0E0E0E;
  --btn-bgcolor-hov: #FCFCFC;
  --btn-color: #FCFCFC;
  --btn-color-hov: #0E0E0E;
  --gridGap: 50px;
}
@media (max-width: 1400px) {
  :root {
    --headerHeight: 100px;
  }
}
@media (max-width: 1023px) {
  :root {
    --gridGap: 20px;
    --teaserBarHeight: 69px;
  }
}
@media (max-width: 767px) {
  :root {
    --headerHeight: 67px;
    --teaserBarHeight: 65px;
  }
}
:root {
  --deskWidth: 1364px;
  --deskSpace: clamp(1.563rem, 0.142rem + 6.06vw, 4.688rem);
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
:root {
  --spacePart: 10px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 40px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 15px;
  }
}
:root {
  --spaceTotal: 50px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 25px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 25px;
  }
}
: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 {
  line-height: 1.5;
  font-family: inherit;
  cursor: pointer;
  color: var(--textcolor);
  appearance: none;
  border-radius: 0;
  text-decoration: none;
  border: none;
  display: inline-block;
  font-size: clamp(0.938rem, 0.739rem + 0.85vw, 1.375rem);
  line-height: 1.45454545;
  letter-spacing: 0.036em;
  font-weight: 500;
  color: var(--sitecolor);
  padding-bottom: 7px;
  box-sizing: border-box;
  position: relative;
}
.button:after {
  content: '';
  left: 0;
  bottom: 0;
  width: clamp(2.125rem, 1.386rem + 3.15vw, 3.75rem);
  height: clamp(0.125rem, 0.04rem + 0.36vw, 0.313rem);
  background-color: var(--sitecolor);
  position: absolute;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .button:hover:after,
  .button:focus:after {
    width: 100%;
  }
}
/* 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-v13-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* 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-v13-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* 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-v13-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
}
*::selection {
  background: var(--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: 600;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  line-height: 1.5;
}
.unit caption {
  display: none;
}
.flag {
  background: var(--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;
}
.area .unit {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
  position: relative;
}
.unit__background {
  float: left;
  width: 100%;
}
.unit__content {
  float: left;
  width: 100%;
}
.unit__head,
.unit__body,
.unit__foot {
  float: left;
  width: 100%;
}
.unit--fold div.less,
.unit--fold div.more {
  float: left;
  width: 100%;
}
.unit--fold .ctrl {
  float: left;
  width: 100%;
}
.unit .part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  position: relative;
}
.part__content {
  float: left;
  width: 100%;
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
.lazyimage {
  visibility: hidden;
}
.lazyimage.lazyloaded {
  visibility: initial;
}
#edit .part video {
  pointer-events: none;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
  margin-top: 6px;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
div.load + .part--file {
  margin-top: -2px;
}
div.load + .part--link {
  margin-top: -2px;
}
div.load a.load {
  border-top: 2px solid #DCBDB9;
  border-bottom: 2px solid #DCBDB9;
  font-size: clamp(1.063rem, 0.864rem + 0.85vw, 1.5rem);
  line-height: 1.66666667;
  width: 100%;
  display: inline-block;
  padding: 25px 25px;
  box-sizing: border-box;
}
div.load a.load:after {
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(0.938rem, 0.795rem + 0.61vw, 1.25rem);
  aspect-ratio: 1;
  -webkit-mask-image: url('/images/icon-download.svg');
          mask-image: url('/images/icon-download.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--linkcolor);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  margin-left: 9px;
}
@media (hover: hover) and (pointer: fine) {
  div.load a.load:hover,
  div.load a.load:focus {
    background-color: #F6EEED;
  }
  div.load a.load:hover:after,
  div.load a.load:focus:after {
    background-color: var(--linkcolor-hov);
  }
}
.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(--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: 600;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.part.cb-youtube iframe,
.part.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.part.cb-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.part.cb-share .cb-service {
  float: left;
  margin-left: 16px;
}
.part.cb-share .cb-service:first-child {
  margin-left: 0;
}
.part.cb-share .cb-service * {
  float: left;
}
.part.cb-share .cb-service a {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10000px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.part.cb-share .cb-service a:hover {
  filter: invert(1);
}
.part.cb-share .cb-service.cb-service-facebook-share a {
  background-size: auto 24px;
  background-image: url(/images/cb-default/socialShare-facebook-black.svg);
}
.part.cb-share .cb-service.cb-service-twitter a {
  background-size: auto 18px;
  background-image: url(/images/cb-default/socialShare-twitter-black.svg);
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: 100%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 23.4375%;
  position: relative;
  overflow: hidden;
}
#slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
#slides a {
  display: block;
  width: 100%;
  height: 100%;
}
#slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
#slides img.lazyimage {
  visibility: initial;
  filter: blur(10px);
  transform: scale(1.05);
  transition: all 0.12s;
}
#slides img.lazyimage.lazyloaded {
  filter: blur(0);
  transform: scale(1);
}
#expo div.link {
  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(--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(--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(--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(--sitecolor);
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: var(--sitecolor);
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  line-height: 1.5;
  font-family: inherit;
  cursor: pointer;
  color: var(--textcolor);
  appearance: none;
  border-radius: 0;
  text-decoration: none;
  border: none;
  display: inline-block;
  font-size: clamp(0.938rem, 0.739rem + 0.85vw, 1.375rem);
  line-height: 1.45454545;
  letter-spacing: 0.036em;
  font-weight: 500;
  color: var(--sitecolor);
  padding-bottom: 7px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.42857143;
}
#disp .foot input:after,
#disp .foot a:after {
  content: '';
  left: 0;
  bottom: 0;
  width: clamp(2.125rem, 1.386rem + 3.15vw, 3.75rem);
  height: clamp(0.125rem, 0.04rem + 0.36vw, 0.313rem);
  background-color: var(--sitecolor);
  position: absolute;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  #disp .foot input:hover:after,
  #disp .foot a:hover:after,
  #disp .foot input:focus:after,
  #disp .foot a:focus:after {
    width: 100%;
  }
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input[type*="radio"],
#disp input[type*="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 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;
  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: #A75B51;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
  color: var(--sitecolor);
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    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;
  appearance: none;
  border-bottom: 2px solid #F6EEED;
}
.unit.form input.text:focus-within,
.unit.form textarea:focus-within {
  border-color: var(--sitecolor);
}
.unit.form textarea {
  border: 2px solid #F6EEED;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 26px;
  color: var(--sitecolor);
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 30px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 5px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  background: #FCFCFC;
  height: 40px;
  border: 1px solid var(--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: #A75B51;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop span::file-selector-button {
  line-height: 1.5;
  font-family: inherit;
  cursor: pointer;
  color: var(--textcolor);
  appearance: none;
  border-radius: 0;
  text-decoration: none;
  border: none;
  display: inline-block;
  font-size: clamp(0.938rem, 0.739rem + 0.85vw, 1.375rem);
  line-height: 1.45454545;
  letter-spacing: 0.036em;
  font-weight: 500;
  color: var(--sitecolor);
  padding-bottom: 7px;
  box-sizing: border-box;
  position: relative;
  margin-right: 16px;
}
.unit.form .ship div.chop span::file-selector-button:after {
  content: '';
  left: 0;
  bottom: 0;
  width: clamp(2.125rem, 1.386rem + 3.15vw, 3.75rem);
  height: clamp(0.125rem, 0.04rem + 0.36vw, 0.313rem);
  background-color: var(--sitecolor);
  position: absolute;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .ship div.chop span::file-selector-button:hover:after,
  .unit.form .ship div.chop span::file-selector-button:focus:after {
    width: 100%;
  }
}
.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 .unit__foot {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .unit.form .unit__foot {
    justify-content: center;
    align-items: center;
  }
}
.unit.form .submit {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  line-height: 1.5;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  border-radius: 0;
  text-decoration: none;
  text-align: left;
  border: none;
  display: inline-block;
  font-size: clamp(0.938rem, 0.739rem + 0.85vw, 1.375rem);
  line-height: 1.45454545;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: var(--sitecolor);
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: clamp(0.875rem, 0.648rem + 0.97vw, 1.375rem);
  box-sizing: border-box;
  position: relative;
  min-width: 50px;
}
.unit.form .submit:after {
  content: '';
  left: 0;
  bottom: clamp(0.438rem, 0.352rem + 0.36vw, 0.625rem);
  width: 100%;
  height: 5px;
  background-color: var(--sitecolor);
  position: absolute;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.unit.form .submit:before {
  content: '';
  right: 0;
  bottom: 0;
  width: 100%;
  height: clamp(0.313rem, 0.256rem + 0.24vw, 0.438rem);
  position: absolute;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  background-size: auto clamp(0.313rem, 0.256rem + 0.24vw, 0.438rem);
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-image: url(/images/stripes.svg);
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .submit:hover,
  .unit.form .submit:focus {
    color: var(--sitecolor);
  }
  .unit.form .submit:hover:after,
  .unit.form .submit:focus:after {
    width: 40px;
  }
  .unit.form .submit:hover:before,
  .unit.form .submit:focus:before {
    width: 40px;
  }
}
.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(--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: #A75B51;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  line-height: 1.5;
  font-family: inherit;
  cursor: pointer;
  color: var(--textcolor);
  appearance: none;
  border-radius: 0;
  text-decoration: none;
  border: none;
  display: inline-block;
  font-size: clamp(0.938rem, 0.739rem + 0.85vw, 1.375rem);
  line-height: 1.45454545;
  letter-spacing: 0.036em;
  font-weight: 500;
  color: var(--sitecolor);
  padding-bottom: 7px;
  box-sizing: border-box;
  position: relative;
}
.two-step-verification-container a:after {
  content: '';
  left: 0;
  bottom: 0;
  width: clamp(2.125rem, 1.386rem + 3.15vw, 3.75rem);
  height: clamp(0.125rem, 0.04rem + 0.36vw, 0.313rem);
  background-color: var(--sitecolor);
  position: absolute;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .two-step-verification-container a:hover:after,
  .two-step-verification-container a:focus:after {
    width: 100%;
  }
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: 600;
}
.table td {
  padding: 5px 10px;
  vertical-align: top;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: 600;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.60756193vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--headerHeight) + var(--teaserBarHeight));
}
#home {
  float: left;
  height: 84px;
  margin-top: 57px;
  margin-bottom: 44px;
}
@media (min-width: 1400px) {
  .cb-scroll-triggered--active #home {
    height: 76px;
    margin-top: 34px;
    margin-bottom: 34px;
  }
}
@media (max-width: 1400px) {
  #home {
    height: 60px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #home {
    height: 34px;
    margin-top: 12px;
    margin-bottom: 15px;
  }
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
}
.layout1 #head {
  margin-top: clamp(2.188rem, 0.341rem + 7.88vw, 6.25rem);
}
@media (max-width: 767px) {
  #view #head {
    margin-bottom: calc(var(--spacePart) * -1);
  }
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #FCFCFC;
  font-family: 'Inter', sans-serif;
  font-size: clamp(1rem, 0.886rem + 0.48vw, 1.25rem);
  line-height: 1.6;
  color: var(--textcolor);
  accent-color: var(--sitecolor);
  hyphens: none;
  display: flex;
  flex-direction: column;
  padding-top: var(--headerHeight);
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  .wrapper {
    padding-top: 205px;
  }
}
.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--header .desk {
  --deskWidth: 1480px;
}
.section--footer .desk {
  --deskWidth: 1280px;
}
.section--teaserDesk .desk {
  --deskMaxWidth: 100%;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.container {
  float: left;
  width: 100%;
  position: relative;
}
.section--red-light {
  --stripesHeight: 32px;
  --clippathPadding: clamp(2.5rem, -2.898rem + 23.03vw, 14.375rem);
  isolation: isolate;
  background-size: auto 32px;
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-image: url(/images/stripes-red-light.svg);
  padding-top: var(--stripesHeight);
  padding-bottom: var(--clippathPadding);
}
@media (max-width: 1400px) {
  .section--red-light {
    --stripesHeight: 17px;
  }
}
.section--red-light:after {
  content: '';
  position: absolute;
  left: 0;
  top: var(--stripesHeight);
  width: 100%;
  height: calc(100% - var(--stripesHeight));
  background-color: #F6EEED;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--clippathPadding)), 0% 100%);
}
.postinfo {
  display: flex;
}
.postinfo__date {
  position: relative;
  color: var(--sitecolor);
  font-weight: 500;
  padding-left: clamp(1.313rem, 1.057rem + 1.09vw, 1.875rem);
  box-sizing: border-box;
  margin-bottom: calc(var(--spacePart) * 2);
  font-size: clamp(0.75rem, 0.523rem + 0.97vw, 1.25rem);
  line-height: 1.6;
  text-transform: uppercase;
}
.postinfo__date:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  height: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  background-color: #F6EEED;
}
.cbdModule--teaserTextNews {
  margin-top: calc(var(--spaceUnit) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.section--header {
  --stripesHeight: 20px;
  position: fixed;
  top: 0;
  padding-top: var(--stripesHeight);
  box-sizing: border-box;
  background-size: auto var(--stripesHeight);
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-image: url(/images/stripes.svg);
  z-index: 1999;
  background-color: #FCFCFC;
}
@media (max-width: 1400px) {
  .section--header {
    --stripesHeight: 6px;
  }
}
body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .section--header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.container--head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
}
.navigation {
  flex: 1 0 auto;
  display: flex;
  justify-content: flex-end;
}
.headerlinks {
  padding-top: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.headerlinks--mobnav {
  float: left;
  width: 100%;
  padding-left: 20px;
}
.headerlinks--desk {
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.cb-scroll-triggered--active .headerlinks--desk {
  opacity: 0;
  transform: translateY(-200%);
}
.langnavi {
  float: left;
  position: relative;
  font-size: 16px;
  line-height: 1.25;
}
@media (max-width: 1023px) {
  .langnavi.langnavi--desktop {
    display: none;
  }
}
.langnavi__toggle {
  float: left;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--sitecolor);
  padding: 5px 19px 5px 0;
  position: relative;
  cursor: pointer;
  margin: -6px 0;
  border-bottom: 3px solid var(--sitecolor);
}
.langnavi__toggle:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  width: 12px;
  height: 6px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/langtoggle.svg);
  transition: transform 0.2s;
}
.langnavi__toggle:hover,
.langnavi__toggle:focus {
  color: var(--sitecolor);
}
.langnavi__toggle.cb-toggle-active {
  color: var(--sitecolor);
}
.langnavi__toggle.cb-toggle-active:after {
  transform: rotate(-180deg);
}
.langnavi__content {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 6px;
  display: none;
}
.langnavi.cb-toggle-target-active .langnavi__content {
  display: block;
}
.langnavi div.sub1 {
  float: left;
  display: flex;
  flex-direction: column;
}
.langnavi div.sub1 > .item {
  float: left;
}
.langnavi div.sub1 > .item > .menu {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.25;
  color: var(--sitecolor);
  padding: 5px 0;
}
.langnavi div.sub1 > .item > .menu.path {
  display: none;
}
.langnavi div.sub1 > .item > .menu.path {
  color: var(--sitecolor);
}
#headerservices {
  font-size: 16px;
  line-height: 1.25;
  margin-top: -2px;
  box-sizing: border-box;
}
main {
  float: left;
  width: 100%;
  position: relative;
  flex: 1 0 auto;
}
.unit--startpageResort {
  float: left;
  width: 100%;
  min-height: 20px;
  margin-top: calc(var(--spaceUnit) * 1);
  margin-bottom: calc(var(--spaceUnit) * 1);
}
.unit--startpageResort .unit__content {
  position: relative;
}
#edit .unit--startpageResort {
  outline: 1px dotted var(--textcolor);
}
#view .unit--startpageResort h2 {
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
#view .unit--startpageResort .part.pict {
  overflow: hidden;
  position: relative;
}
#view .unit--startpageResort .part.pict:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  background-color: rgba(220, 189, 185, 0.5);
}
#view .unit--startpageResort .part.pict img {
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
#view .unit--startpageResort .part.link {
  position: unset;
}
#view .unit--startpageResort .part.link .open {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (hover: hover) and (pointer: fine) {
  #view .unit--startpageResort:hover .part.pict:after,
  #view .unit--startpageResort:focus .part.pict:after {
    opacity: 1;
  }
  #view .unit--startpageResort:hover h2:after,
  #view .unit--startpageResort:focus h2:after {
    width: 100%;
  }
}
.area--one .unit--sideimage .unit__background {
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
}
.area--one .unit--sideimage.unit--isAnchor .unit__background {
  position: relative;
}
.area--one .unit--sideimage.unit--isAnchor .unit__background:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  background-color: rgba(220, 189, 185, 0.5);
}
@media (hover: hover) and (pointer: fine) {
  .area--one .unit--sideimage.unit--isAnchor:hover .unit__background:after,
  .area--one .unit--sideimage.unit--isAnchor:focus .unit__background:after {
    opacity: 1;
  }
  .area--one .unit--sideimage.unit--isAnchor:hover .part.link .open:after,
  .area--one .unit--sideimage.unit--isAnchor:focus .part.link .open:after {
    width: 100%;
  }
}
.columns {
  width: 100%;
  display: grid;
}
.breadcrump {
  margin-top: calc(var(--spaceUnit) * 1);
  display: flex;
  flex-direction: row;
  gap: clamp(0.438rem, 0.352rem + 0.36vw, 0.625rem);
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  line-height: 1.25;
  margin-bottom: 100px;
}
.breadcrump__arrow {
  width: clamp(0.25rem, 0.165rem + 0.36vw, 0.438rem);
}
@media (max-width: 1023px) {
  .breadcrump {
    margin-bottom: calc(var(--spaceTotal) * 1);
  }
}
.section--footer {
  flex-shrink: 0;
}
.footarea {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 3);
  display: grid;
  gap: 40px 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1023px) {
  .footarea {
    grid-template-columns: 1fr 1fr;
    margin-top: calc(var(--spaceTotal) * 2);
    margin-bottom: calc(var(--spaceTotal) * 2);
  }
}
@media (max-width: 767px) {
  .footarea {
    grid-template-columns: 1fr;
  }
}
.footunit {
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  .footunit--one {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .footunit--one {
    grid-column: span 1;
  }
}
.footlogo {
  width: clamp(9.688rem, 5.227rem + 19.03vw, 19.5rem);
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
}
.unit--footContent {
  float: left;
  width: 100%;
  min-height: 20px;
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
  --textcolor: var(--sitecolor);
  font-size: clamp(0.938rem, 0.852rem + 0.36vw, 1.125rem);
}
#edit .unit--footContent {
  outline: 1px dotted var(--textcolor);
}
.unit--footContent .part {
  --spacePart: 0;
}
.unit--footContent .part:has(h3:first-child) {
  margin-bottom: calc(var(--spaceTotal) * 1 - 10px);
}
.unit--footContent .part.link .open {
  text-underline-position: under;
  font-weight: 600;
  padding-bottom: 35px;
  display: inline-block;
}
.unit--footContent .part.link .open:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 20px;
  background-color: var(--linkcolor);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: 0 100%;
          mask-position: 0 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/arrow-right-long.svg);
          mask-image: url(/images/arrow-right-long.svg);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .unit--footContent .part.link .open:hover:after,
  .unit--footContent .part.link .open:focus:after {
    background-color: var(--linkcolor-hov);
  }
}
.footstripe {
  background-color: var(--sitecolor);
  --textcolor: #FCFCFC;
}
.container--credits {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  padding: 46px 0;
  box-sizing: border-box;
}
.copyright {
  color: var(--textcolor);
}
.unit--footLinksLegal {
  --spaceUnit: 0;
  --spacePart: 0;
  min-height: 20px;
  width: auto;
  min-width: 50px;
  --linkcolor: #FCFCFC;
}
#edit .unit--footLinksLegal {
  outline: 1px dotted var(--textcolor);
}
.unit--footLinksLegal .unit__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}
.unit--footLinksLegal .part.link {
  min-width: 20px;
  width: auto;
}
.unit--footLinksLegal .part.link .open {
  color: var(--linkcolor);
}
@media (hover: hover) and (pointer: fine) {
  .unit--footLinksLegal .part.link .open:hover,
  .unit--footLinksLegal .part.link .open:focus {
    color: var(--linkcolor-hov);
  }
}
a {
  color: var(--linkcolor);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  a:hover,
  a:focus {
    color: var(--linkcolor-hov);
  }
}
.ns-teaser__part--link.btn--primary .open,
.cbdModule.btn--primary .open,
.area--one .unit .btn--primary .open {
  line-height: 1.5;
  font-family: inherit;
  cursor: pointer;
  color: var(--textcolor);
  appearance: none;
  border-radius: 0;
  text-decoration: none;
  border: none;
  display: inline-block;
  font-size: clamp(0.938rem, 0.739rem + 0.85vw, 1.375rem);
  line-height: 1.45454545;
  letter-spacing: 0.036em;
  font-weight: 500;
  color: var(--sitecolor);
  padding-bottom: 7px;
  box-sizing: border-box;
  position: relative;
}
.ns-teaser__part--link.btn--primary .open:after,
.cbdModule.btn--primary .open:after,
.area--one .unit .btn--primary .open:after {
  content: '';
  left: 0;
  bottom: 0;
  width: clamp(2.125rem, 1.386rem + 3.15vw, 3.75rem);
  height: clamp(0.125rem, 0.04rem + 0.36vw, 0.313rem);
  background-color: var(--sitecolor);
  position: absolute;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser__part--link.btn--primary .open:hover:after,
  .cbdModule.btn--primary .open:hover:after,
  .area--one .unit .btn--primary .open:hover:after,
  .ns-teaser__part--link.btn--primary .open:focus:after,
  .cbdModule.btn--primary .open:focus:after,
  .area--one .unit .btn--primary .open:focus:after {
    width: 100%;
  }
}
.ns-teaser__part--link.btn--secondary .open:after,
.cbdModule.btn--secondary .open:after,
.area--one .unit .btn--secondary .open:after {
  content: '';
  display: inline-block;
  width: clamp(0.813rem, 0.699rem + 0.48vw, 1.063rem);
  aspect-ratio: 1;
  -webkit-mask-image: url('/images/icon-linkexternal.svg');
          mask-image: url('/images/icon-linkexternal.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--linkcolor);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  margin-left: 9px;
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser__part--link.btn--secondary .open:hover:after,
  .cbdModule.btn--secondary .open:hover:after,
  .area--one .unit .btn--secondary .open:hover:after,
  .ns-teaser__part--link.btn--secondary .open:focus:after,
  .cbdModule.btn--secondary .open:focus:after,
  .area--one .unit .btn--secondary .open:focus:after {
    background-color: var(--linkcolor-hov);
  }
}
.ns-teaser__part--link.btn--tertiary,
.cbdModule.btn--tertiary,
.area--one .unit .btn--tertiary {
  margin: 0;
}
.ns-teaser__part--link.btn--tertiary + .part--file,
.cbdModule.btn--tertiary + .part--file,
.area--one .unit .btn--tertiary + .part--file {
  margin-top: -2px;
}
.ns-teaser__part--link.btn--tertiary + .part--link,
.cbdModule.btn--tertiary + .part--link,
.area--one .unit .btn--tertiary + .part--link {
  margin-top: -2px;
}
.ns-teaser__part--link.btn--tertiary .open,
.cbdModule.btn--tertiary .open,
.area--one .unit .btn--tertiary .open {
  border-top: 2px solid #DCBDB9;
  border-bottom: 2px solid #DCBDB9;
  font-size: clamp(1.063rem, 0.864rem + 0.85vw, 1.5rem);
  line-height: 1.66666667;
  width: 100%;
  display: inline-block;
  padding: 25px 25px;
  box-sizing: border-box;
}
.ns-teaser__part--link.btn--tertiary .open:after,
.cbdModule.btn--tertiary .open:after,
.area--one .unit .btn--tertiary .open:after {
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(1rem, 0.801rem + 0.85vw, 1.438rem);
  aspect-ratio: 1;
  -webkit-mask-image: url('/images/icon-linkexternal.svg');
          mask-image: url('/images/icon-linkexternal.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--linkcolor);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  margin-left: 9px;
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser__part--link.btn--tertiary .open:hover,
  .cbdModule.btn--tertiary .open:hover,
  .area--one .unit .btn--tertiary .open:hover,
  .ns-teaser__part--link.btn--tertiary .open:focus,
  .cbdModule.btn--tertiary .open:focus,
  .area--one .unit .btn--tertiary .open:focus {
    background-color: #F6EEED;
  }
  .ns-teaser__part--link.btn--tertiary .open:hover:after,
  .cbdModule.btn--tertiary .open:hover:after,
  .area--one .unit .btn--tertiary .open:hover:after,
  .ns-teaser__part--link.btn--tertiary .open:focus:after,
  .cbdModule.btn--tertiary .open:focus:after,
  .area--one .unit .btn--tertiary .open:focus:after {
    background-color: var(--linkcolor-hov);
  }
}
h1 {
  color: var(--sitecolor);
  font-size: clamp(1.5rem, 0.733rem + 3.27vw, 3.188rem);
  line-height: 1.2745098;
  font-weight: 600;
}
.layout1 h1 {
  font-size: clamp(1.5rem, 0.335rem + 4.97vw, 4.063rem);
  line-height: 1.15384615;
  padding-bottom: clamp(1rem, 0.318rem + 2.91vw, 2.5rem);
  box-sizing: border-box;
  position: relative;
}
.layout1 h1:after {
  content: '';
  left: 0;
  bottom: 0;
  width: clamp(2.125rem, 0.25rem + 8vw, 6.25rem);
  height: clamp(0.188rem, 0.045rem + 0.61vw, 0.5rem);
  background-color: var(--sitecolor);
  position: absolute;
}
.layout7 h1,
.layout5 h1,
.layout3 h1 {
  font-size: clamp(1.125rem, 0.869rem + 1.09vw, 1.688rem);
  line-height: 1.11111111;
  color: var(--textcolor);
  font-weight: 500;
}
h2 {
  font-size: clamp(1.375rem, 1.034rem + 1.45vw, 2.125rem);
  line-height: 1.41176471;
  color: var(--sitecolor);
  font-weight: 600;
}
.layout1 .unit--startpageResort h2 {
  padding-bottom: 7px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}
.layout1 .unit--startpageResort h2:after {
  content: '';
  left: 0;
  bottom: 0;
  width: clamp(2.125rem, 1.386rem + 3.15vw, 3.75rem);
  height: clamp(0.125rem, 0.04rem + 0.36vw, 0.313rem);
  background-color: var(--sitecolor);
  position: absolute;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
h3 {
  font-size: clamp(1.125rem, 0.869rem + 1.09vw, 1.688rem);
  line-height: 1.11111111;
  color: var(--sitecolor);
  font-weight: 500;
}
h4 {
  font-size: clamp(1.125rem, 0.727rem + 1.7vw, 2rem);
  line-height: 1.625;
  color: var(--textcolor);
  font-weight: 500;
}
p.loud {
  font-size: clamp(1.063rem, 0.864rem + 0.85vw, 1.5rem);
  line-height: 1.66666667;
  color: var(--textcolor);
}
p.norm {
  color: var(--textcolor);
}
p.pale {
  font-size: 14px;
  line-height: 1.64285714;
}
.area--one {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.area--one.area1 {
  margin-top: 0;
}
.layout1 .area--one.area1 {
  margin-bottom: calc(var(--spaceTotal) * 2);
}
@media (max-width: 767px) {
  .area--one {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.area--one .unit--sideimage .unit__background {
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
}
.area--one .unit--sideimage.unit--isAnchor .unit__background {
  position: relative;
}
.area--one .unit--sideimage.unit--isAnchor .unit__background:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  background-color: rgba(220, 189, 185, 0.5);
}
@media (hover: hover) and (pointer: fine) {
  .area--one .unit--sideimage.unit--isAnchor:hover .unit__background:after,
  .area--one .unit--sideimage.unit--isAnchor:focus .unit__background:after {
    opacity: 1;
  }
  .area--one .unit--sideimage.unit--isAnchor:hover .part.link .open:after,
  .area--one .unit--sideimage.unit--isAnchor:focus .part.link .open:after {
    width: 100%;
  }
}
.area--one .unitOne--1-1-indent .cb-image-caption {
  margin-top: calc(var(--spacePart) * 2);
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
  line-height: 1.57142857;
  padding-right: 30%;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .area--one .unitOne--1-1-indent .cb-image-caption {
    padding-right: 0;
  }
}
.area--one .unitTwo:nth-child(1 of .unitTwo):has(+.unit--fold) {
  margin-bottom: 0;
}
.area--one .unitTwo:nth-last-child(1 of .unitTwo) {
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.area--one .unitTwo:not(:nth-child(1 of .unitTwo)) {
  margin-top: -2px;
}
.area--one .unitTwo:not(:has(+.unit--fold)) {
  margin-top: -2px;
}
.area--one .unitTwo .unit__content {
  border-top: 2px solid #DCBDB9;
  border-bottom: 2px solid #DCBDB9;
}
.area--one .unitTwo .fold-toggle {
  padding-top: clamp(0.875rem, 0.705rem + 0.73vw, 1.25rem);
  padding-bottom: clamp(0.875rem, 0.705rem + 0.73vw, 1.25rem);
  padding-left: clamp(0.875rem, 0.705rem + 0.73vw, 1.25rem);
  padding-right: clamp(2.25rem, 1.568rem + 2.91vw, 3.75rem);
  box-sizing: border-box;
  font-size: clamp(1.063rem, 0.864rem + 0.85vw, 1.5rem);
  line-height: 1.66666667;
  position: relative;
  width: 100%;
  color: var(--textcolor);
  display: inline-block;
  text-decoration: none!important;
}
@media (hover: hover) and (pointer: fine) {
  .area--one .unitTwo .fold-toggle:hover,
  .area--one .unitTwo .fold-toggle:focus {
    background-color: #F6EEED;
  }
}
.area--one .unitTwo .fold-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: clamp(2.25rem, 1.568rem + 2.91vw, 3.75rem);
  height: 30px;
  background-size: clamp(0.875rem, 0.648rem + 0.97vw, 1.375rem);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/folding-toggle.svg);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.area--one .unitTwo .fold-toggle--open:after {
  transform: translateY(-50%) rotate(180deg);
}
.area--one .unitTwo div.less .part {
  margin: 0;
}
.area--one .unitTwo div.more {
  padding-left: clamp(0.875rem, 0.705rem + 0.73vw, 1.25rem);
  box-sizing: border-box;
  padding-bottom: calc(var(--spacePart) * 1);
}
.area--one .unitTwo .unit__foot {
  display: none;
}
@media screen and (prefers-reduced-motion: no-preference) {
  #view #head {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  }
  #view #head.is-intersecting {
    opacity: 1;
    transform: translateY(0);
  }
  #view .cbdModule--text,
  #view .area .unit {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  }
  #view .cbdModule--text.is-intersecting,
  #view .area .unit.is-intersecting {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1399px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .section {
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  }
  body.cb-toggle-target-active .section {
    transform: translateY(200px);
  }
  body.cb-toggle-target-active .section.section--header {
    transform: none;
  }
  .headerlinks--desk,
  .navigation {
    display: none;
  }
}
.togglenavigation {
  position: fixed;
  top: 45px;
  right: var(--deskSpace);
  z-index: 2002;
  width: 28px;
  height: 16px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .togglenavigation {
    top: 25px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .togglenavigation:hover .tline,
  .togglenavigation:focus .tline {
    background-color: var(--linkcolor-hov);
  }
  .togglenavigation:hover .tline--2,
  .togglenavigation:focus .tline--2,
  .togglenavigation:hover .tline--3,
  .togglenavigation:focus .tline--3 {
    width: 28px;
  }
}
.tline {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 2px;
  background-color: var(--sitecolor);
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.tline--2,
.tline--3 {
  top: 50%;
  width: 20px;
  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);
  width: 28px;
}
body.cb-toggle-target-active .tline--3 {
  transform: translateY(-50%) rotate(45deg);
  width: 28px;
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateY(10px);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: #F6EEED;
  overflow-y: scroll;
  border-top: 5px solid var(--sitecolor);
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
body.cb-toggle-target-active .mobile-navi-animation {
  transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
  transform: translateY(0);
  opacity: 1;
}
.mobile-navi div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.mobile-navi div.navi > .cb-toggle {
  display: none;
}
.mobile-navi div.navi > .item {
  float: left;
  width: 100%;
  position: relative;
}
.mobile-navi div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navi div.navi > .item > .menu {
  display: block;
  color: var(--textcolor);
}
.mobile-navi div.navi > .item > .menu.path {
  color: var(--sitecolor);
}
.mobile-navi div.sub2 {
  margin-top: 60px;
}
.mobile-navi div.sub2 > .item {
  padding-left: 20px;
  box-sizing: border-box;
}
.mobile-navi div.sub2 > .item:not(.exit) {
  margin-bottom: 5px;
}
.mobile-navi div.sub2 > .item > .menu {
  font-size: 20px;
  line-height: 1.75;
}
.mobile-navi div.sub3 {
  margin-top: 5px;
}
.mobile-navi div.sub3 > .item > .menu {
  font-size: 17px;
  line-height: 1.52941176;
}
.mobile-navi div.sub3 {
  overflow: hidden;
  max-height: 0;
}
.mobile-navi div.sub3 > .item {
  opacity: 0;
  transform: scale(0.8);
}
.mobile-navi div.navi > .item.cb-toggle-target-active > div.navi {
  transition: none;
  max-height: 1000px;
  transition: max-height 2s;
}
.mobile-navi div.navi > .item.cb-toggle-target-active > div.navi > .item {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
}
.mobile-navi .cb-toggle {
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 2;
  cursor: pointer;
  width: 20px;
  height: 30px;
  background-size: 10px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/langtoggle.svg);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.mobile-navi .cb-toggle.cb-toggle-active {
  transform: rotate(-180deg);
}
.ns-teaserWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  isolation: isolate;
}
.ns-teaserArea {
  display: grid;
  width: 100%;
}
.ns-teaser__section {
  width: 100%;
  display: grid;
}
.ns-teaser__section--aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ns-teaser__zone {
  display: flex;
  flex-direction: column;
}
.ns-teaserBar {
  position: sticky;
  top: var(--headerHeight);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #FCFCFC;
  z-index: 99;
  padding: 20px 30px;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .ns-teaserBar {
    padding: 20px var(--deskSpace);
  }
}
.ns-teaserCounter {
  font-size: clamp(0.875rem, 0.648rem + 0.97vw, 1.375rem);
  line-height: 1.45454545;
  color: var(--sitecolor);
}
.ns-teaserBar__goto {
  font-size: clamp(0.875rem, 0.648rem + 0.97vw, 1.375rem);
  line-height: 1.45454545;
  position: relative;
  padding-left: clamp(2.5rem, 2.216rem + 1.21vw, 3.125rem);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ns-teaserBar__goto--filter {
  --gotoIcon: url('/images/icon-filter-red.svg');
}
.ns-teaserBar__goto--map {
  --gotoIcon: url('/images/icon-map-red.svg');
}
.ns-teaserBar__goto:before {
  content: '';
  position: absolute;
  left: 0;
  width: clamp(1.875rem, 1.591rem + 1.21vw, 2.5rem);
  aspect-ratio: 1;
  background-color: var(--linkcolor);
  -webkit-mask-image: var(--gotoIcon);
          mask-image: var(--gotoIcon);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaserBar__goto:hover:before,
  .ns-teaserBar__goto:focus:before {
    background-color: var(--linkcolor-hov);
  }
}
.ns-actions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.ns-actions__link {
  line-height: 1.5;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  border-radius: 0;
  text-decoration: none;
  text-align: left;
  border: none;
  display: inline-block;
  font-size: clamp(0.938rem, 0.739rem + 0.85vw, 1.375rem);
  line-height: 1.45454545;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: var(--sitecolor);
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: clamp(0.875rem, 0.648rem + 0.97vw, 1.375rem);
  box-sizing: border-box;
  position: relative;
  min-width: 50px;
}
.ns-actions__link:after {
  content: '';
  left: 0;
  bottom: clamp(0.438rem, 0.352rem + 0.36vw, 0.625rem);
  width: 100%;
  height: 5px;
  background-color: var(--sitecolor);
  position: absolute;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.ns-actions__link:before {
  content: '';
  right: 0;
  bottom: 0;
  width: 100%;
  height: clamp(0.313rem, 0.256rem + 0.24vw, 0.438rem);
  position: absolute;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  background-size: auto clamp(0.313rem, 0.256rem + 0.24vw, 0.438rem);
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-image: url(/images/stripes.svg);
}
@media (hover: hover) and (pointer: fine) {
  .ns-actions__link:hover,
  .ns-actions__link:focus {
    color: var(--sitecolor);
  }
  .ns-actions__link:hover:after,
  .ns-actions__link:focus:after {
    width: 40px;
  }
  .ns-actions__link:hover:before,
  .ns-actions__link:focus:before {
    width: 40px;
  }
}
.ns-teaser .ns-teaser__part--label {
  font-weight: 600;
  margin-bottom: calc(var(--spacePart) * 1);
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  line-height: 1.88235294;
}
.ns-teaser .ns-teaser__part--asidetext {
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  line-height: 1.5;
}
.ns-teaser .ns-category {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .ns-teaser .ns-category {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.ns-teaser .ns-category__item {
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  line-height: 1.5;
  list-style: none;
}
.ns-teaser .ns-category__label {
  font-weight: 600;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  line-height: 1.5;
}
.ns-teaser .ns-tags {
  margin-top: auto;
}
.ns-teaser .ns-tags__item {
  padding: 2px 17px 2px;
  box-sizing: border-box;
  border: 2px solid rgba(167, 91, 81, 0.42);
  border-radius: 2px;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  line-height: 1.88235294;
  display: inline-block;
}
@media (max-width: 960px) {
  .ns-teaser .mobileLinkOff .ns-teaser__part--link {
    display: none;
  }
}
@media (min-width: 961px) {
  .ns-teaser .mobileLink {
    display: none;
  }
}
.ns-filter {
  float: left;
  width: 100%;
}
.ns-filter__content {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 0 10.26392962%;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .ns-filter__content {
    padding: 0 var(--deskSpace);
  }
}
@media (max-width: 1023px) {
  .ns-filter__content {
    gap: 30px;
  }
}
.ns-filter__section {
  float: left;
  width: 100%;
}
.ns-filter__section--dropdowns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1023px) {
  .ns-filter__section--dropdowns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .ns-filter__section--dropdowns {
    grid-template-columns: 1fr;
  }
}
.ns-filter__section--checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
}
.ns-filter__cover {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;
  min-height: 60px;
  gap: 26px;
}
.ns-filter__item {
  float: left;
  width: auto;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .ns-filter__item {
    width: 100%;
  }
}
.ns-teaserFilter__part {
  float: left;
  width: 100%;
}
.ns-dropdown {
  float: left;
  width: 100%;
  --linkcolor: #0E0E0E;
  --linkcolor-hov: #A75B51;
}
.ns-dropdown__toggle {
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  padding: 20px 80px 19px 22px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  color: var(--sitecolor);
  border: 2px solid #DCBDB9;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .ns-dropdown__toggle {
    padding: 14px 40px 13px 15px;
  }
}
.ns-dropdown__toggle:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 10px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/filtertoggle.svg);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (max-width: 767px) {
  .ns-dropdown__toggle:after {
    position: absolute;
    width: 15px;
    height: 7px;
    right: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ns-dropdown__toggle:hover,
  .ns-dropdown__toggle:focus {
    border-color: #A75B51;
  }
}
.ns-dropdown.is-open .ns-dropdown__toggle {
  border-color: #A75B51;
}
.ns-dropdown.is-open .ns-dropdown__toggle:after {
  transform: translateY(-50%) scaleY(-1);
}
.ns-dropdown__content {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0;
  background-color: #FCFCFC;
  border: 2px solid #DCBDB9;
  border-radius: 2px;
  border-top: unset;
  overflow: hidden;
  display: none;
}
.ns-dropdown.is-open .ns-dropdown__content {
  display: block;
}
.ns-dropdown__item {
  float: left;
  width: 100%;
  padding: 10px 22px 9px 22px;
  box-sizing: border-box;
  cursor: pointer;
  color: var(--sitecolor);
  hyphens: auto;
}
@media (max-width: 767px) {
  .ns-dropdown__item {
    padding: 6px 15px 5px 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ns-dropdown__item:hover,
  .ns-dropdown__item:focus {
    background-color: #F6EEED;
  }
}
.ns-dropdown__item.is-active {
  background-color: #EDDEDC;
  font-weight: 600;
}
.ns-checkbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  gap: 0 var(--spacePart);
}
.ns-checkbox__content {
  display: flex;
  gap: 20px 40px;
}
.ns-checkbox__label {
  color: var(--sitecolor);
  font-weight: 500;
}
.ns-checkbox__item {
  font-weight: 500;
  width: auto;
  padding: 8px 3px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--sitecolor);
}
.ns-checkbox__item:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  outline: 2px solid #DCBDB9;
  margin-right: 16px;
  outline-offset: 2px;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .ns-checkbox__item:hover,
  .ns-checkbox__item:focus {
    color: var(--sitecolor);
    background-color: unset;
  }
  .ns-checkbox__item:hover:before,
  .ns-checkbox__item:focus:before {
    outline-color: #A75B51;
  }
}
.ns-checkbox__item.is-active {
  background-color: unset;
}
.ns-checkbox__item.is-active:before {
  background-color: var(--sitecolor);
}
.ns-reseter {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.ns-reseter__reset {
  font-size: clamp(0.875rem, 0.648rem + 0.97vw, 1.375rem);
  line-height: 1.45454545;
  position: relative;
  padding-left: clamp(2rem, 1.631rem + 1.58vw, 2.813rem);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ns-reseter__reset:before {
  content: '';
  position: absolute;
  left: 0;
  width: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
  aspect-ratio: 1;
  background-color: var(--linkcolor);
  -webkit-mask-image: url('/images/icon-close.svg');
          mask-image: url('/images/icon-close.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.ns-reseter__reset--divider {
  padding-right: 67px;
}
.ns-reseter__reset--divider:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 44px;
  background-color: var(--sitecolor);
}
@media (hover: hover) and (pointer: fine) {
  .ns-reseter__reset:hover:before,
  .ns-reseter__reset:focus:before {
    background-color: var(--linkcolor-hov);
  }
}
.ns-filtertags {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
.ns-filtertags__item {
  --tagcolor: var(--sitecolor);
  --tagbgcolor: #F6EEED;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: clamp(0.938rem, 0.852rem + 0.36vw, 1.125rem);
  line-height: 1.5;
  padding: 7px 15px 7px 40px;
  box-sizing: border-box;
  color: var(--tagcolor);
  background-color: var(--tagbgcolor);
}
@media (max-width: 767px) {
  .ns-filtertags__item {
    padding: 7px 15px 7px 30px;
  }
}
.ns-filtertags__item:before {
  content: '';
  position: absolute;
  left: 13px;
  width: clamp(0.438rem, 0.324rem + 0.48vw, 0.688rem);
  aspect-ratio: 1;
  background-color: var(--tagcolor);
  -webkit-mask-image: url('/images/icon-close-tag.svg');
          mask-image: url('/images/icon-close-tag.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .ns-filtertags__item:hover,
  .ns-filtertags__item:focus {
    --tagcolor: #FCFCFC;
    --tagbgcolor: var(--sitecolor);
    color: var(--tagcolor);
  }
}
.ns-teaserWrapper--newsTeaser {
  margin-top: calc(var(--spaceTotal) * 2);
}
.ns-teaserWrapper--newsTeaserStartpage {
  margin-top: 0;
}
.ns-teaserArea--news {
  grid-template-columns: repeat(auto-fill, minmax(clamp(12.5rem, 6.818rem + 24.24vw, 25rem), 1fr));
  gap: 0 60px;
}
.ns-teaser--news {
  border: 2px solid var(--sitecolor);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  position: relative;
  isolation: isolate;
  background-color: #FCFCFC;
}
.ns-teaser--news:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FCFCFC;
  z-index: -1;
}
.ns-teaser--news:before {
  content: '';
  right: var(--offsetDots, -20px);
  bottom: var(--offsetDots, -20px);
  width: calc(100% + var(--dimensionDots, 10px));
  height: calc(100% + var(--dimensionDots, 10px));
  position: absolute;
  z-index: -2;
  background-size: var(--bgsizeDots, 13px);
  background-position: 100% 100%;
  background-repeat: repeat;
  background-image: url(/images/dots.svg);
  transition: all 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser--news:hover,
  .ns-teaser--news:focus {
    --offsetDots: -30px;
  }
  .ns-teaser--news:hover .ns-teaser__part--title,
  .ns-teaser--news:focus .ns-teaser__part--title {
    color: #0E0E0E;
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 767px) {
  .ns-teaser--news:hover,
  .ns-teaser--news:focus {
    --offsetDots: -16px;
  }
}
@media (max-width: 767px) {
  .ns-teaser--news {
    --bgsizeDots: 8px;
    --offsetDots: -12px;
    --dimensionDots: 4px;
  }
}
.ns-teaser--news .ns-teaser__content {
  width: 100%;
  position: relative;
  padding: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 2;
}
.ns-teaser--news .ns-teaser__image {
  aspect-ratio: 420 / 280;
}
.ns-teaser--news .ns-teaser__part--date {
  text-transform: uppercase;
  color: var(--sitecolor);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
  line-height: 1.25;
}
.ns-teaser--news .ns-teaser__part--text {
  color: var(--textcolor);
}
.ns-teaser__part--title {
  transition: all 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}
.newsText {
  margin-top: calc(var(--spaceTotal) * 2);
  padding-left: 60px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .newsText {
    padding-left: 0;
  }
}
.cbdModule--teaserNewsShowAllButton {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.teaserNewsShowAllButton {
  line-height: 1.5;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  border-radius: 0;
  text-decoration: none;
  text-align: left;
  border: none;
  display: inline-block;
  font-size: clamp(0.938rem, 0.739rem + 0.85vw, 1.375rem);
  line-height: 1.45454545;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: var(--sitecolor);
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: clamp(0.875rem, 0.648rem + 0.97vw, 1.375rem);
  box-sizing: border-box;
  position: relative;
  min-width: 50px;
}
.teaserNewsShowAllButton:after {
  content: '';
  left: 0;
  bottom: clamp(0.438rem, 0.352rem + 0.36vw, 0.625rem);
  width: 100%;
  height: 5px;
  background-color: var(--sitecolor);
  position: absolute;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.teaserNewsShowAllButton:before {
  content: '';
  right: 0;
  bottom: 0;
  width: 100%;
  height: clamp(0.313rem, 0.256rem + 0.24vw, 0.438rem);
  position: absolute;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  background-size: auto clamp(0.313rem, 0.256rem + 0.24vw, 0.438rem);
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-image: url(/images/stripes.svg);
}
@media (hover: hover) and (pointer: fine) {
  .teaserNewsShowAllButton:hover,
  .teaserNewsShowAllButton:focus {
    color: var(--sitecolor);
  }
  .teaserNewsShowAllButton:hover:after,
  .teaserNewsShowAllButton:focus:after {
    width: 40px;
  }
  .teaserNewsShowAllButton:hover:before,
  .teaserNewsShowAllButton:focus:before {
    width: 40px;
  }
}
.ns-teaserWrapper--learnplaceTeaser {
  margin-top: calc(var(--spaceTotal) * 2);
}
.ns-teaser--learnplace.is-selected {
  background-color: #F6EEED;
}
.ns-teaser--learnplace .ns-teaser__content {
  border-top: 2px solid #F6EEED;
  width: 100%;
  position: relative;
  padding: 40px 30px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 30px;
  z-index: 2;
  gap: 20px var(--gridGap);
}
@media (max-width: 960px) {
  .ns-teaser--learnplace .ns-teaser__content {
    grid-template-columns: 1fr;
    padding: 40px var(--deskSpace);
  }
}
.ns-teaser--learnplace .ns-teaser__section--main {
  grid-template-columns: 1fr 240px;
  gap: 20px var(--gridGap);
}
@media (max-width: 1280px) {
  .ns-teaser--learnplace .ns-teaser__section--main {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 960px) {
  .ns-teaser--learnplace .ns-teaser__section--main {
    order: -99;
  }
}
.ns-teaser--learnplace .ns-teaser__zone--text {
  gap: 20px;
}
@media (max-width: 767px) {
  .ns-teaser .ns-teaser__part--label {
    margin-bottom: 0;
  }
}
.ns-teaser--learnplace .ns-teaser__zone--image {
  width: clamp(10rem, 7.727rem + 9.7vw, 15rem);
}
@media (max-width: 1280px) {
  .ns-teaser--learnplace .ns-teaser__zone--image {
    order: -99;
  }
}
.ns-teaser--learnplace .ns-teaser__part--title {
  color: var(--textcolor);
}
#map {
  /* default cluster styling */
  --cluster-fill-color: #0E0E0E;
  --cluster-stroke-color: #fff;
  --cluster-font-color: #fff;
  --cluster-font-family: 'Red Hat Display', sans-serif;
  /* offset for pan to center */
  --panOffsetX: 0;
  --panOffsetY: -200;
  height: 60vh;
  min-height: 500px;
}
.teaserArea {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: var(--spaceTotal);
}
.tabs {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: -1px;
  z-index: 2;
}
@media (max-width: 767px) {
  .tabs {
    width: 100vw;
    margin-left: calc(var(--deskSpace) * -1);
  }
}
.tab {
  float: left;
  text-decoration: none;
  color: var(--sitecolor);
  border: 1px solid #DCBDB9;
  padding: 13px 32px;
  margin-left: -1px;
  cursor: pointer;
}
.tab:first-child {
  margin-left: 0;
}
.tab:hover {
  background-color: rgba(220, 189, 185, 0.2);
}
.tab.is-active {
  background-color: #DCBDB9;
}
@media (max-width: 767px) {
  .tab {
    padding: 13px 20px;
  }
}
.mapContainer {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.locationMarker {
  position: relative;
  transform: translate(-50%, -100%);
  z-index: 2;
  font-family: 'Inter', sans-serif;
}
.locationMarker.is-active {
  z-index: 3;
}
.layout6 .locationMarker {
  opacity: 0.3;
  transform: scale(0.8);
  transition: all 200ms ease-in-out;
}
.layout6 .locationMarker.is-active {
  opacity: 1;
  transform: scale(1);
}
.locationMarker__pin {
  width: 62px;
  height: 75px;
  cursor: pointer;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/mappin-red.svg);
}
.is-active .locationMarker__pin {
  background-image: url(/images/mappin-black.svg);
}
.locationMarker__infoBox {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.locationMarker__infoBox:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
#map .locationMarker__infoBox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: bottom center;
  bottom: 100%;
  z-index: 10;
  width: 340px;
  animation-name: fadeInScale;
  animation-duration: 100ms;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
.locationMarker__image .locationImage {
  height: 120px;
  object-fit: cover;
}
.layout5 #outsideInfoBox .locationMarker__image {
  flex-grow: 1;
}
.layout5 #outsideInfoBox .locationMarker__image .locationImage {
  height: 100%;
}
.layout6 #outsideInfoBox .locationMarker__image {
  height: 100%;
  width: 100%;
  max-width: 100px;
}
.layout6 #outsideInfoBox .locationMarker__image .locationImage {
  height: 100%;
  width: 100%;
}
.locationMarker__content {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 32px 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
}
.layout6 .locationMarker__content {
  background-color: rgba(220, 189, 185, 0.8);
}
.layout6 .is-active .locationMarker__content {
  background-color: #fff;
}
.locationMarker__actions {
  margin-top: calc(var(--spacePart) * 2);
  width: 100%;
  display: flex;
  gap: 20px;
}
.locationMarker__part--text {
  font-size: 20px;
  line-height: 1.5;
  color: var(--textcolor);
}
.locationMarker__part--link:after {
  content: '';
  display: inline-block;
  width: clamp(0.813rem, 0.699rem + 0.48vw, 1.063rem);
  aspect-ratio: 1;
  -webkit-mask-image: url('/images/icon-linkexternal.svg');
          mask-image: url('/images/icon-linkexternal.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--linkcolor);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  margin-left: 9px;
}
@media (hover: hover) and (pointer: fine) {
  .locationMarker__part--link:hover:after,
  .locationMarker__part--link:focus:after {
    background-color: var(--linkcolor-hov);
  }
}
.locationMarker__part--scrollto {
  display: flex;
  justify-content: center;
  align-items: center;
}
.locationMarker__part--scrollto:after {
  content: '';
  display: inline-block;
  width: clamp(0.813rem, 0.699rem + 0.48vw, 1.063rem);
  aspect-ratio: 1;
  -webkit-mask-image: url('/images/icon-scrollto.svg');
          mask-image: url('/images/icon-scrollto.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--linkcolor);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  margin-left: 9px;
}
@media (hover: hover) and (pointer: fine) {
  .locationMarker__part--scrollto:hover:after,
  .locationMarker__part--scrollto:focus:after {
    background-color: var(--linkcolor-hov);
  }
}
.locationMarker__close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 48px;
  height: 48px;
  -webkit-mask-size: 30px 30px;
          mask-size: 30px 30px;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/icon-close.svg);
          mask-image: url(/images/icon-close.svg);
  background-color: var(--linkcolor);
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .locationMarker__close:hover,
  .locationMarker__close:focus {
    background-color: var(--linkcolor-hov);
  }
}
.ns-teaserWrapper--learnmaterialTeaser {
  margin-top: calc(var(--spaceTotal) * 2);
}
.ns-teaser--learnmaterial .ns-teaser__content {
  border-top: 2px solid #F6EEED;
  width: 100%;
  position: relative;
  padding: 40px 30px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 30px;
  z-index: 2;
  gap: 20px var(--gridGap);
}
@media (max-width: 960px) {
  .ns-teaser--learnmaterial .ns-teaser__content {
    grid-template-columns: 1fr;
    padding: 40px var(--deskSpace);
  }
}
.ns-teaser--learnmaterial .ns-teaser__section--main {
  grid-template-columns: 1fr 240px;
  gap: 20px var(--gridGap);
}
@media (max-width: 1280px) {
  .ns-teaser--learnmaterial .ns-teaser__section--main {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 960px) {
  .ns-teaser--learnmaterial .ns-teaser__section--main {
    order: -99;
  }
}
.ns-teaser--learnmaterial .ns-teaser__section--aside {
  gap: 40px;
}
@media (max-width: 767px) {
  .ns-teaser--learnmaterial .ns-teaser__section--aside {
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .ns-teaser--learnmaterial .ns-teaser__zone--canton {
    grid-column: 1 / 3;
  }
}
.ns-teaser--learnmaterial .ns-teaser__zone--text {
  gap: 20px;
}
.ns-teaser--learnmaterial .ns-teaser__zone--image {
  width: clamp(10rem, 7.727rem + 9.7vw, 15rem);
}
@media (max-width: 1280px) {
  .ns-teaser--learnmaterial .ns-teaser__zone--image {
    order: -99;
  }
}
.ns-teaser--learnmaterial .ns-teaser__part--title {
  color: var(--textcolor);
}
.ns-teaser--learnmaterial .ns-teaser__part--learnplanLabel {
  font-size: 14px;
  line-height: 1.64285714;
  font-weight: 500;
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
}
@media (max-width: 767px) {
  .ns-teaser--learnmaterial .ns-category__label {
    font-weight: 500;
  }
}
.ns-teaser--learnmaterial .ns-teaser__unit--cantonLinks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1023px) {
  .ns-teaser--learnmaterial .ns-teaser__unit--cantonLinks {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .ns-teaser--learnmaterial .ns-teaser__unit--cantonLinks {
    grid-template-columns: 1fr;
  }
}
.ns-teaser--learnmaterial .ns-teaser__unit--cantonLinks .open {
  color: var(--linkcolor);
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  line-height: 1.5;
}
.ns-teaser--learnmaterial .ns-teaser__unit--cantonLinks .open:after {
  content: '';
  display: inline-block;
  width: clamp(0.813rem, 0.699rem + 0.48vw, 1.063rem);
  aspect-ratio: 1;
  -webkit-mask-image: url('/images/icon-linkexternal.svg');
          mask-image: url('/images/icon-linkexternal.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--linkcolor);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  margin-left: 9px;
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser--learnmaterial .ns-teaser__unit--cantonLinks .open:hover:after,
  .ns-teaser--learnmaterial .ns-teaser__unit--cantonLinks .open:focus:after {
    background-color: var(--linkcolor-hov);
  }
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser--learnmaterial .ns-teaser__unit--cantonLinks .open:hover,
  .ns-teaser--learnmaterial .ns-teaser__unit--cantonLinks .open:focus {
    color: var(--linkcolor-hov);
  }
}
.unit--canton {
  --spaceUnit: 0;
  --spacePart: 0;
  min-height: 20px;
  width: auto;
  min-width: 50px;
}
#edit .unit--canton {
  outline: 1px dotted var(--textcolor);
}
.unit--canton .unit__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1023px) {
  .unit--canton .unit__body {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .unit--canton .unit__body {
    grid-template-columns: 1fr;
  }
}
.unit--canton .part.link {
  min-width: 20px;
  width: auto;
}
.unit--canton .part.link .open {
  color: var(--linkcolor);
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  line-height: 1.5;
}
.unit--canton .part.link .open:after {
  content: '';
  display: inline-block;
  width: clamp(0.813rem, 0.699rem + 0.48vw, 1.063rem);
  aspect-ratio: 1;
  -webkit-mask-image: url('/images/icon-linkexternal.svg');
          mask-image: url('/images/icon-linkexternal.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--linkcolor);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  margin-left: 9px;
}
@media (hover: hover) and (pointer: fine) {
  .unit--canton .part.link .open:hover:after,
  .unit--canton .part.link .open:focus:after {
    background-color: var(--linkcolor-hov);
  }
}
@media (hover: hover) and (pointer: fine) {
  .unit--canton .part.link .open:hover,
  .unit--canton .part.link .open:focus {
    color: var(--linkcolor-hov);
  }
}
.ns-teaserWrapper--researchmaterialTeaser {
  margin-top: calc(var(--spaceTotal) * 2);
}
.ns-teaser--researchmaterial .ns-teaser__content {
  border-top: 2px solid #F6EEED;
  width: 100%;
  position: relative;
  padding: 40px 30px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 30px;
  z-index: 2;
  gap: 20px var(--gridGap);
}
@media (max-width: 960px) {
  .ns-teaser--researchmaterial .ns-teaser__content {
    grid-template-columns: 1fr;
    padding: 40px var(--deskSpace);
  }
}
.ns-teaser--researchmaterial .ns-teaser__section--main {
  grid-template-columns: 1fr 240px;
  gap: 20px var(--gridGap);
}
@media (max-width: 1280px) {
  .ns-teaser--researchmaterial .ns-teaser__section--main {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 960px) {
  .ns-teaser--researchmaterial .ns-teaser__section--main {
    order: -99;
  }
}
@media (min-width: 1280px) {
  .ns-teaser--researchmaterial .ns-teaser__zone--canton {
    grid-column: 1 / 3;
  }
}
.ns-teaser--researchmaterial .ns-teaser__zone--text {
  gap: 20px;
}
.ns-teaser--researchmaterial .ns-teaser__zone--image {
  width: clamp(10rem, 7.727rem + 9.7vw, 15rem);
}
@media (max-width: 1280px) {
  .ns-teaser--researchmaterial .ns-teaser__zone--image {
    order: -99;
  }
}
.ns-teaser--researchmaterial .ns-teaser__part--title {
  color: var(--textcolor);
}
.ns-teaser--researchmaterial .ns-teaser__part--cantonLabel {
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.45454545;
  font-weight: 500;
}
.ns-teaser--researchmaterial .ns-teaser__unit--cantonLinks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1023px) {
  .ns-teaser--researchmaterial .ns-teaser__unit--cantonLinks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .ns-teaser--researchmaterial .ns-teaser__unit--cantonLinks {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.ns-teaser--researchmaterial .ns-teaser__unit--cantonLinks .open {
  color: var(--linkcolor);
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  line-height: 1.5;
}
.ns-teaser--researchmaterial .ns-teaser__unit--cantonLinks .open:after {
  content: '';
  display: inline-block;
  width: clamp(0.813rem, 0.699rem + 0.48vw, 1.063rem);
  aspect-ratio: 1;
  -webkit-mask-image: url('/images/icon-linkexternal.svg');
          mask-image: url('/images/icon-linkexternal.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--linkcolor);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  margin-left: 9px;
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser--researchmaterial .ns-teaser__unit--cantonLinks .open:hover:after,
  .ns-teaser--researchmaterial .ns-teaser__unit--cantonLinks .open:focus:after {
    background-color: var(--linkcolor-hov);
  }
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser--researchmaterial .ns-teaser__unit--cantonLinks .open:hover,
  .ns-teaser--researchmaterial .ns-teaser__unit--cantonLinks .open:focus {
    color: var(--linkcolor-hov);
  }
}
.unit--canton {
  --spaceUnit: 0;
  --spacePart: 0;
  min-height: 20px;
  width: auto;
  min-width: 50px;
}
#edit .unit--canton {
  outline: 1px dotted var(--textcolor);
}
.unit--canton .unit__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1023px) {
  .unit--canton .unit__body {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .unit--canton .unit__body {
    grid-template-columns: 1fr;
  }
}
.unit--canton .part.link {
  min-width: 20px;
  width: auto;
}
.unit--canton .part.link .open {
  color: var(--linkcolor);
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  line-height: 1.5;
}
.unit--canton .part.link .open:after {
  content: '';
  display: inline-block;
  width: clamp(0.813rem, 0.699rem + 0.48vw, 1.063rem);
  aspect-ratio: 1;
  -webkit-mask-image: url('/images/icon-linkexternal.svg');
          mask-image: url('/images/icon-linkexternal.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--linkcolor);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  margin-left: 9px;
}
@media (hover: hover) and (pointer: fine) {
  .unit--canton .part.link .open:hover:after,
  .unit--canton .part.link .open:focus:after {
    background-color: var(--linkcolor-hov);
  }
}
@media (hover: hover) and (pointer: fine) {
  .unit--canton .part.link .open:hover,
  .unit--canton .part.link .open:focus {
    color: var(--linkcolor-hov);
  }
}
/*# sourceMappingURL=./screen-small.css.map */