:root {
  --s-textcolor: #60210F;
  --s-arrow-right: url('/images/arrow-right-color-02.svg');
  --s-arrow-fold: url('/images/arrow-fold-color-02.svg');
  --s-arrow-long-left: url('/images/arrow-long-left-white.svg');
  --s-icon-toggle: url('/images/icon-navtoggle-color02.svg');
  --s-icon-toggle-tablet: url('/images/icon-navtoggle-tablet-color02.svg');
  --s-icon-toggle-white: url('/images/icon-navtoggle-white.svg');
  --s-logo-negativ: url('/images/logo-christinegruenig.png');
  --s-logoicon-bg: url('/images/logoicon-christinegruenig.svg');
  --s-borderradius: 10px;
  --s-slider-control-prev: url(/images/arrow-left-color-01.svg);
  --s-slider-control-prev-hover: url(/images/arrow-left-color-01-dark.svg);
  --s-slider-control-next: url(/images/arrow-right-color-01.svg);
  --s-slider-control-next-hover: url(/images/arrow-right-color-01-dark.svg);
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1023px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
:root {
  --deskWidth: 1040px;
  --deskSpace: 40px;
  --deskPadding: 16px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (min-width: 768px) {
  :root {
    --deskSpace: 64px;
    --deskPadding: 24px;
    --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
  }
}
@media (min-width: 1024px) {
  :root {
    --areaSpace: 60px;
    --deskSpace: 94px;
    --deskPadding: 22px;
    --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
  }
}
:root {
  --spaceArea: 120px;
}
@media (max-width: 1023px) {
  :root {
    --spaceArea: 120px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceArea: 60px;
  }
}
:root {
  --spacePart: 12px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 12px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 12px;
  }
}
:root {
  --spaceUnit: 16px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 16px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 16px;
  }
}
:root {
  --spaceTotal: 28px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 28px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 28px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/* inter-500 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('/extras/fonts/inter-v12-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/extras/fonts/inter-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/inter-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/inter-v12-latin-500.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/inter-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/inter-v12-latin-500.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-700 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/inter-v12-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/extras/fonts/inter-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/inter-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/inter-v12-latin-700.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/inter-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/inter-v12-latin-700.svg#Inter') format('svg');
  /* Legacy iOS */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #365F51;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: bold;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  line-height: 1.66666667;
}
.unit caption {
  display: none;
}
.flag {
  background: #365F51;
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
  position: relative;
}
.unit .unit__body,
.unit .unit__head,
.unit .unit__foot,
.unit .head,
.unit .body,
.unit .foot {
  float: left;
  width: 100%;
}
.unit--fold div.less,
.unit--fold div.more {
  float: left;
  width: 100%;
}
.unit--fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  position: relative;
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
#edit .part video {
  pointer-events: none;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
  margin-top: 6px;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
div.load a.load {
  display: inline-block;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 4.5px;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-download-black.svg);
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--s-textcolor);
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.cb-service {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.cb-service:first-child {
  margin-top: 0;
}
.cb-service:last-child {
  margin-bottom: 0;
}
.cb-youtube iframe,
.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 27px;
  position: relative;
  margin-bottom: 8px;
}
.list--bullet li:last-child {
  margin-bottom: 0;
}
.list--bullet li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 11px;
  height: 8px;
  background-size: 11px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--s-arrow-right);
}
.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%;
  height: 100%;
  position: relative;
  opacity: 0.6;
}
#slides {
  float: left;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
}
#slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
#slides a {
  display: block;
  width: 100%;
  height: 100%;
}
#slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
#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: #365F51;
  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: #365F51;
}
.cb-index-some {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.cb-index-some td {
  float: left;
  display: block;
  color: #fff;
}
.cb-index-some td:first-child:after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}
.cb-index-some a {
  color: #fff;
}
.cb-index-some a:hover,
.cb-index-some a:focus {
  color: #fff;
}
#over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.8);
}
#disp {
  position: absolute;
  z-index: 5001;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  line-height: 1.42857143;
  color: var(--s-textcolor);
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 767px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 767px) {
  #disp form {
    width: 100%;
  }
}
#disp .fail {
  color: #ae2121;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#disp .head,
#disp .body,
#disp .foot {
  float: left;
  width: 100%;
  position: relative;
}
#disp .body {
  margin: 20px 0;
}
#disp .foot form + form {
  float: right;
}
#disp h2 {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  text-transform: uppercase;
  color: #365F51;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #365F51;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  background-color: #365F51;
  line-height: 1.66666667;
  cursor: pointer;
  color: #FFFFFF;
  padding: 16px 24px 16px 80px;
  -webkit-appearance: none;
  border-radius: 60px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.42857143;
}
#disp .foot input:after,
#disp .foot a:after {
  content: '';
  width: 40px;
  height: 8px;
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 40px 8px;
  background-position: -8px 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-long-right-white.svg);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  #disp .foot input:active,
  #disp .foot a:active,
  #disp .foot input:hover,
  #disp .foot a:hover,
  #disp .foot input:focus,
  #disp .foot a:focus {
    color: #FFFFFF;
    background-color: #28473C;
  }
  #disp .foot input:active:after,
  #disp .foot a:active:after,
  #disp .foot input:hover:after,
  #disp .foot a:hover:after,
  #disp .foot input:focus:after,
  #disp .foot a:focus:after {
    background-position: -4px 50%;
  }
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input.radio,
#disp input.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1023px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'Inter', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #c3cfcb;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 56px;
    padding-top: 15.5px;
    padding-bottom: 15.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;
  background: #FFFFFF;
  min-height: 56px;
  padding: 5px 10px;
  -webkit-appearance: none;
  border-radius: 4px;
  border: 2px solid #60210F;
  background-size: 0 6px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #F8F9DD, #F8F9DD);
  transition: all 0.4s;
}
.unit.form input.text:focus,
.unit.form textarea:focus {
  background-size: 100% 6px;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  border-color: #365F51;
}
.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: 15.5px;
    padding-bottom: 15.5px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 26px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 25px;
  vertical-align: top;
  border-radius: 4px;
  accent-color: #60210F;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 15.5px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.66666667;
  background: #FFFFFF;
  height: 56px;
  border: 2px solid #60210F;
  padding: 5px 16px 5px 5px;
  border-radius: 4px;
  accent-color: #60210F;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #c3cfcb;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 56px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form input.submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  line-height: 1.66666667;
  cursor: pointer;
  color: #365F51;
  padding-left: 48px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  background-size: 40px 8px;
  background-position: -8px 50%;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-long-right-color-01.svg');
}
@media (hover: hover) and (pointer: fine) {
  .unit.form input.submit:active,
  .unit.form input.submit:hover,
  .unit.form input.submit:focus {
    color: #28473C;
    background-position: -4px 50%;
    background-image: url('/images/arrow-long-right-color-01-dark.svg');
  }
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: var(--s-textcolor);
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #365F51;
  box-sizing: border-box;
  padding: 20px;
  background-color: #c3cfcb;
  color: #365F51;
}
.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: #60210F;
  font-size: 14px;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  background-color: #365F51;
  line-height: 1.66666667;
  cursor: pointer;
  color: #FFFFFF;
  padding: 16px 24px 16px 80px;
  -webkit-appearance: none;
  border-radius: 60px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}
.two-step-verification-container a:after {
  content: '';
  width: 40px;
  height: 8px;
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 40px 8px;
  background-position: -8px 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-long-right-white.svg);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .two-step-verification-container a:active,
  .two-step-verification-container a:hover,
  .two-step-verification-container a:focus {
    color: #FFFFFF;
    background-color: #28473C;
  }
  .two-step-verification-container a:active:after,
  .two-step-verification-container a:hover:after,
  .two-step-verification-container a:focus:after {
    background-position: -4px 50%;
  }
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: bold;
}
.table td {
  padding: 5px 10px;
  vertical-align: top;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: bold;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 1.95567145vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
.logo {
  float: left;
  height: 64px;
  margin: var(--deskPadding) 0;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  position: relative;
}
@media (max-width: 1023px) {
  .logo {
    height: 71px;
  }
}
@media (max-width: 767px) {
  .logo {
    height: 49px;
  }
}
body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .logo {
  margin: 0;
}
.logo__image {
  width: auto;
  height: 100%;
}
.layout1 .logo__image {
  transition: all 0.4s;
}
.layout1 .logo__image--pos {
  opacity: 0;
  pointer-events: none;
}
.layout1 .logo__image--neg {
  position: absolute;
  left: 0;
  top: 0;
}
.layout1.cb-toggle-target-active .logo__image--pos,
.layout1:not(.cb-toggle-target-active) .cb-scroll-triggered--active .logo__image--pos {
  opacity: 1;
  pointer-events: all;
}
.layout1.cb-toggle-target-active .logo__image--neg,
.layout1:not(.cb-toggle-target-active) .cb-scroll-triggered--active .logo__image--neg {
  opacity: 0;
  pointer-events: none;
}
#head {
  float: left;
  width: 100%;
  margin-bottom: var(--spaceUnit);
}
body:not(.layout1) #head {
  margin-bottom: 36px;
  margin-top: 120px;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.66666667;
  color: var(--s-textcolor);
  overflow: hidden;
  hyphens: none;
}
.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,
.section--slider .desk,
.section--contact .desk,
.section--footer .desk {
  --deskWidth: 1254px;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.wrapper {
  display: flex;
  flex-direction: column;
}
.section--header {
  position: fixed;
  top: 0;
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  z-index: 1999;
}
body.layout1 .cb-scroll-triggered--active .section--header,
body:not(.layout1) .section--header {
  background-color: #FFFFFF;
}
body.cb-toggle-target-active .section--header {
  background-color: unset;
}
.section--header.navi--hidden {
  transform: translateY(-100%);
}
.container {
  float: left;
  width: 100%;
}
.container--head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 32px 0;
}
@media (max-width: 1023px) {
  .container--head {
    margin: 24px 0 20px;
  }
}
@media (max-width: 767px) {
  .container--head {
    margin: 15px 0 5px;
  }
}
main {
  float: left;
  width: 100%;
  position: relative;
  flex: 1 0 auto;
}
.section--bg-light {
  background-color: #F8F9DD;
}
.section--bg-dark {
  --s-textcolor: #FFFFFF;
  isolation: isolate;
}
.section--bg-dark:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: var(--deskPadding);
  right: var(--deskPadding);
  width: calc(100% - (var(--deskPadding) * 2));
  z-index: -1;
  background-color: #365F51;
  border-radius: var(--s-borderradius);
  overflow: hidden;
}
.container--mood {
  min-height: 100vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  min-height: calc(var(--vh, 1vh) * 100);
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  --s-textcolor: #FFFFFF;
  padding-top: 130px;
  padding-bottom: 130px;
  box-sizing: border-box;
}
.container--mood .content {
  float: left;
  width: 824px;
  max-width: calc(100% - (var(--deskSpace) * 2));
  z-index: 2;
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition-delay: 0.6s;
}
#view .container--mood .content {
  opacity: 0;
  transform: translateY(50px);
}
#view.show-content .container--mood .content {
  opacity: 1;
  transform: translateY(0);
}
.container--mood .mood {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.2s;
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  box-sizing: border-box;
}
.show-content .container--mood .mood {
  padding: var(--deskPadding);
}
.container--mood .mood .mood__background {
  float: left;
  position: relative;
  background-color: #60210F;
  width: 100%;
  height: 100%;
  border-radius: var(--s-borderradius);
  overflow: hidden;
}
.section--contact {
  margin-top: calc(var(--spaceArea));
  position: relative;
}
.section--contact .desk {
  position: static;
}
.contact {
  float: left;
  width: 100%;
  padding: 88px 0;
  box-sizing: border-box;
  isolation: isolate;
}
.contact:after {
  content: '';
  position: absolute;
  pointer-events: none;
  bottom: 0;
  width: calc(100vw - 32px);
  right: 16px;
  left: unset;
  height: 100%;
  opacity: 0.25;
  z-index: -1;
  background-size: 508px;
  background-position: 100% 25%;
  background-repeat: no-repeat;
  background-image: var(--s-logoicon-bg);
}
.section--slider.section--bg-light {
  margin-top: calc(var(--spaceArea));
  margin-bottom: calc(var(--spaceArea));
}
#cb-cookie-warning {
  position: fixed;
  bottom: 48px;
  z-index: 1990;
  font-family: 'Inter', sans-serif;
  background-color: #F8F9DD;
  color: #60210F;
  font-size: 15px;
  line-height: 1.6;
  padding: 12px 20px;
  box-sizing: border-box;
  left: 0;
  opacity: 0;
}
.show-content #cb-cookie-warning {
  left: 0;
  opacity: 1;
  transition: all 0.6s 0.1s cubic-bezier(0.32, 1.16, 0.36, 1.18);
}
@media (max-width: 767px) {
  .show-content #cb-cookie-warning {
    left: 0;
    max-width: calc(100% - 36px);
  }
}
.cb-layout5.show-content #cb-cookie-warning {
  transition: all 0.6s 1s cubic-bezier(0.32, 1.16, 0.36, 1.18);
}
.cb-cookie-warning--container {
  float: left;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cb-cookie-warning--container {
    flex-direction: column;
    gap: 4px;
  }
}
.cb-cookie-warning--text {
  float: left;
}
.cb-cookie-warning--text a {
  text-decoration: underline;
}
.cb-cookie-warning--text a:hover {
  color: #60210F;
}
.cb-cookie-warning--actions {
  float: left;
  margin-left: 18px;
}
@media (max-width: 767px) {
  .cb-cookie-warning--actions {
    margin-left: 0;
  }
}
.cb-cookie-warning__button {
  float: left;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  color: #365F51;
  font-weight: bold;
}
#cb-cookie-warning__button--decline {
  display: none;
}
.section--footer {
  flex-shrink: 0;
}
.footlogo {
  float: left;
}
.footlogo__image {
  width: 126px;
}
@media (max-width: 1023px) {
  .footlogo__image {
    width: 186px;
  }
}
@media (max-width: 767px) {
  .footlogo__image {
    width: 139px;
  }
}
.vcard {
  float: left;
  width: 100%;
  display: flex;
  gap: 40px;
}
.vcard__column {
  width: 100%;
}
@media (max-width: 767px) {
  .vcard {
    flex-direction: column;
    gap: var(--spaceTotal);
  }
}
.footarea {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 1 + 24px);
  margin-bottom: calc(var(--spaceTotal) * 1 + 24px);
}
@media (max-width: 767px) {
  .footarea {
    margin-top: calc(var(--spaceTotal) * 3 + 25px);
    margin-bottom: calc(var(--spaceTotal) * 3 + 8px);
  }
}
.footpart {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.footcontact {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footcontact a {
  line-height: 1.66666667;
  cursor: pointer;
  color: #60210F;
  padding-left: 48px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  background-size: 40px 8px;
  background-position: -8px 50%;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-long-right-color-02.svg');
  margin-bottom: 15px;
}
@media (hover: hover) and (pointer: fine) {
  .footcontact a:active,
  .footcontact a:hover,
  .footcontact a:focus {
    color: #2E0C01;
    background-position: -4px 50%;
    background-image: url('/images/arrow-long-right-color-02-dark.svg');
  }
}
.footcontact a:last-child {
  margin-bottom: 0;
}
#legal {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#legal .meta {
  line-height: 1.66666667;
  cursor: pointer;
  color: #60210F;
  padding-left: 48px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  background-size: 40px 8px;
  background-position: -8px 50%;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-long-right-color-02.svg');
  margin-bottom: 15px;
}
@media (hover: hover) and (pointer: fine) {
  #legal .meta:active,
  #legal .meta:hover,
  #legal .meta:focus {
    color: #2E0C01;
    background-position: -4px 50%;
    background-image: url('/images/arrow-long-right-color-02-dark.svg');
  }
}
#legal .meta:last-child {
  margin-bottom: 0;
}
.freshTemplate {
  float: left;
  width: 100%;
  background-color: #F8F9DD;
  padding-top: 7px;
  padding-bottom: 9px;
  text-align: center;
  font-style: italic;
  letter-spacing: 0;
}
.freshTemplate a {
  text-decoration: underline;
}
a {
  color: var(--s-textcolor);
  text-decoration: none;
}
@media (hover: hover) and (pointer: fin) {
  a:hover,
  a:focus {
    color: #28473C;
  }
}
.part.text a.open {
  text-decoration: underline;
}
.part.link.tall .open {
  background-color: #365F51;
  line-height: 1.66666667;
  cursor: pointer;
  color: #FFFFFF;
  padding: 16px 24px 16px 80px;
  -webkit-appearance: none;
  border-radius: 60px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}
.part.link.tall .open:after {
  content: '';
  width: 40px;
  height: 8px;
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 40px 8px;
  background-position: -8px 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-long-right-white.svg);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .part.link.tall .open:active,
  .part.link.tall .open:hover,
  .part.link.tall .open:focus {
    color: #FFFFFF;
    background-color: #28473C;
  }
  .part.link.tall .open:active:after,
  .part.link.tall .open:hover:after,
  .part.link.tall .open:focus:after {
    background-position: -4px 50%;
  }
}
.part.link.tiny .open {
  line-height: 1.66666667;
  cursor: pointer;
  color: #365F51;
  padding-left: 48px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  background-size: 40px 8px;
  background-position: -8px 50%;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-long-right-color-01.svg');
}
@media (hover: hover) and (pointer: fine) {
  .part.link.tiny .open:active,
  .part.link.tiny .open:hover,
  .part.link.tiny .open:focus {
    color: #28473C;
    background-position: -4px 50%;
    background-image: url('/images/arrow-long-right-color-01-dark.svg');
  }
}
.cbdModule--contactLink {
  margin-top: calc(var(--spaceTotal) * 2);
}
.contactLink {
  background-color: #F8F9DD;
  line-height: 1.66666667;
  cursor: pointer;
  color: #FFFFFF;
  padding: 16px 24px 16px 80px;
  -webkit-appearance: none;
  border-radius: 60px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  color: #365F51;
}
.contactLink:after {
  content: '';
  width: 40px;
  height: 8px;
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 40px 8px;
  background-position: -8px 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-long-right-white.svg);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .contactLink:active,
  .contactLink:hover,
  .contactLink:focus {
    color: #FFFFFF;
    background-color: #d3d4bc;
  }
  .contactLink:active:after,
  .contactLink:hover:after,
  .contactLink:focus:after {
    background-position: -4px 50%;
  }
}
.contactLink:after {
  background-image: url(/images/arrow-long-right-color-01.svg);
}
.contactLink:hover {
  color: #365F51;
}
.cbdModule--moodLink {
  margin-top: calc(var(--spaceTotal) * 2);
}
.moodLink {
  background-color: #F8F9DD;
  line-height: 1.66666667;
  cursor: pointer;
  color: #FFFFFF;
  padding: 16px 24px 16px 80px;
  -webkit-appearance: none;
  border-radius: 60px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  color: #365F51;
}
.moodLink:after {
  content: '';
  width: 40px;
  height: 8px;
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 40px 8px;
  background-position: -8px 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-long-right-white.svg);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .moodLink:active,
  .moodLink:hover,
  .moodLink:focus {
    color: #FFFFFF;
    background-color: #d3d4bc;
  }
  .moodLink:active:after,
  .moodLink:hover:after,
  .moodLink:focus:after {
    background-position: -4px 50%;
  }
}
.moodLink:after {
  background-image: url(/images/arrow-long-right-color-01.svg);
}
.moodLink:hover {
  color: #365F51;
}
.downlink {
  position: absolute;
  right: calc(var(--deskPadding) * 2);
  bottom: calc(var(--deskPadding) * 2);
  font-size: 15px;
  line-height: 1.66666667;
  letter-spacing: 0;
  font-weight: bold;
  font-family: 'Inter', sans-serif;
  color: #FFFFFF;
  cursor: pointer;
  padding-left: 48px;
  box-sizing: border-box;
  background-size: 32px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: var(--s-arrow-long-left);
  transform: rotate(-90deg) translate(87px, -25px);
  transform-origin: right;
}
@media (hover: hover) and (pointer: fin) {
  .downlink:hover,
  .downlink:focus {
    color: #FFFFFF;
  }
}
@media (max-width: 767px) {
  .downlink {
    display: none;
  }
}
h1 {
  color: var(--s-textcolor);
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 70px;
    line-height: 1.21428571;
  }
}
h2 {
  color: var(--s-textcolor);
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  line-height: 1.33333333;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  h2 {
    font-size: 50px;
    line-height: 1.4;
  }
}
h3 {
  color: var(--s-textcolor);
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  line-height: 1.41666667;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  h3 {
    font-size: 30px;
    line-height: 1.33333333;
  }
}
h3 strong {
  color: #365F51;
}
h4 {
  font-size: 18px;
  line-height: 1.55555556;
  letter-spacing: 0;
  color: var(--s-textcolor);
}
p.norm {
  color: var(--s-textcolor);
  font-size: 18px;
  line-height: 1.72222222;
}
p.pale {
  letter-spacing: 0;
}
.contactTitle {
  color: var(--s-textcolor);
}
.moodText {
  color: var(--s-textcolor);
  font-size: 18px;
  line-height: 1.72222222;
}
div.load a.load {
  display: inline-block;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 4.5px;
  background-repeat: no-repeat;
  background-image: url(/images/icon-download-color02.svg);
}
.area--one {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--spaceArea) - var(--spaceTotal));
  margin-bottom: calc(var(--spaceArea) - var(--spaceTotal));
}
.area--one.area1 {
  margin-top: 172px;
}
@media (max-width: 1023px) {
  .area--one.area1 {
    margin-top: 188px;
  }
}
@media (max-width: 767px) {
  .area--one.area1 {
    margin-top: 76px;
  }
}
.area--two {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--spaceArea) - var(--spaceTotal));
  margin-bottom: calc(var(--spaceArea) - var(--spaceTotal));
}
.area--two .unitOne {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  border-radius: var(--s-borderradius);
  overflow: hidden;
}
.area--two .unitOne .unit__content {
  float: left;
  width: 100%;
  background-color: #F8F9DD;
  padding: 35px 32px;
  box-sizing: border-box;
}
.area--two .unitOne .part.link {
  margin-top: calc(40px - var(--spacePart));
}
.area--two .unitOne .unit__background {
  overflow: hidden;
}
.area--two .unitOne .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@supports not (aspect-ratio: 1 / 1) {
  .area--two .unitOne .unit__background img:before {
    float: left;
    padding-top: 100%;
    content: '';
  }
  .area--two .unitOne .unit__background img:after {
    display: block;
    content: '';
    clear: both;
  }
}
@media (hover: hover) and (pointer: fine) {
  .area--two .unitOne.unit--isAnchor:hover .unit__background img,
  .area--two .unitOne.unit--isAnchor:focus .unit__background img {
    transform: scale(1.05);
  }
  .area--two .unitOne.unit--isAnchor:hover .part.link.tall .open,
  .area--two .unitOne.unit--isAnchor:focus .part.link.tall .open {
    color: #FFFFFF;
    background-color: #28473C;
  }
  .area--two .unitOne.unit--isAnchor:hover .part.link.tall .open:after,
  .area--two .unitOne.unit--isAnchor:focus .part.link.tall .open:after {
    background-position: -4px 50%;
  }
  .area--two .unitOne.unit--isAnchor:hover .part.link.tiny .open,
  .area--two .unitOne.unit--isAnchor:focus .part.link.tiny .open {
    color: #28473C;
    background-position: -4px 50%;
    background-image: url('/images/arrow-long-right-color-01-dark.svg');
  }
}
.area--three {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--spaceArea) - var(--spaceTotal));
  margin-bottom: calc(var(--spaceArea) - var(--spaceTotal));
  justify-content: center;
}
.area--three .part.pict {
  border-radius: var(--s-borderradius);
  overflow: hidden;
}
.area--three.area4 {
  margin-top: 0;
}
.layout4 .area--three.area5,
.layout3 .area--three.area5 {
  margin-top: calc(var(--spaceTotal) * -1);
}
.area--three .unitTwo .part.pict {
  overflow: hidden;
}
.area--three .unitTwo .part.pict img:not(.svg) {
  border-radius: var(--s-borderradius);
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  aspect-ratio: 2 / 1;
}
@supports not (aspect-ratio: 2 / 1) {
  .area--three .unitTwo .part.pict img:not(.svg):before {
    float: left;
    padding-top: 60%;
    content: '';
  }
  .area--three .unitTwo .part.pict img:not(.svg):after {
    display: block;
    content: '';
    clear: both;
  }
}
@media (hover: hover) and (pointer: fine) {
  .area--three .unitTwo.unit--isAnchor:hover .part.pict img,
  .area--three .unitTwo.unit--isAnchor:focus .part.pict img {
    transform: scale(1.05);
  }
  .area--three .unitTwo.unit--isAnchor:hover .part.link.tall .open,
  .area--three .unitTwo.unit--isAnchor:focus .part.link.tall .open {
    color: #FFFFFF;
    background-color: #28473C;
  }
  .area--three .unitTwo.unit--isAnchor:hover .part.link.tall .open:after,
  .area--three .unitTwo.unit--isAnchor:focus .part.link.tall .open:after {
    background-position: -4px 50%;
  }
  .area--three .unitTwo.unit--isAnchor:hover .part.link.tiny .open,
  .area--three .unitTwo.unit--isAnchor:focus .part.link.tiny .open {
    color: #28473C;
    background-position: -4px 50%;
    background-image: url('/images/arrow-long-right-color-01-dark.svg');
  }
}
.area--three .unitThree .part.pict {
  margin-bottom: calc(var(--spacePart) * 2);
}
.area--three .unitThree .part.pict img:not(.svg) {
  border-radius: var(--s-borderradius);
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
}
@supports not (aspect-ratio: 1 / 1) {
  .area--three .unitThree .part.pict img:not(.svg):before {
    float: left;
    padding-top: 100%;
    content: '';
  }
  .area--three .unitThree .part.pict img:not(.svg):after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--three .unitThree--gapDouble {
  margin-top: calc(var(--spaceTotal) * 3) !important;
}
.area--four {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--spaceArea) - var(--spaceTotal));
  margin-bottom: calc(var(--spaceArea) - var(--spaceTotal));
}
.area--four .unitOne {
  margin-top: calc(var(--spaceUnit) * 1 + 10px);
  margin-bottom: calc(var(--spaceUnit) * 1 + 10px);
}
.area--four .unitOne .part.pict img:not(.svg) {
  border-radius: var(--s-borderradius);
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
}
@supports not (aspect-ratio: 1 / 1) {
  .area--four .unitOne .part.pict img:not(.svg):before {
    float: left;
    padding-top: 100%;
    content: '';
  }
  .area--four .unitOne .part.pict img:not(.svg):after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--four .unitOne .cb-image-caption {
  margin-top: var(--spaceUnit);
  font-size: 15px;
  line-height: 1.66666667;
  height: unset;
}
.unit--fold {
  margin-bottom: 0;
}
.unit--fold + .unit--fold {
  margin: -1px 0 0 0;
}
.unit--fold .less .part {
  margin-top: 0;
  margin-bottom: 0;
}
.unit--fold .more {
  padding: 24px 24px 24px 40px;
  box-sizing: border-box;
}
.unit--fold--foldOpen .more {
  position: relative;
}
.unit--fold--foldOpen .more:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 95.37037037%;
  left: 2.31481481%;
  background-color: #60210F;
}
.unit--fold .fold-toggle {
  display: inline-block;
  width: 100%;
  text-decoration: unset!important;
  padding: 16px 24px 16px 40px;
  box-sizing: border-box;
  border-top: 1px solid #60210F;
  border-bottom: 1px solid #60210F;
  position: relative;
}
.unit--fold .fold-toggle:after {
  content: '';
  position: absolute;
  left: 16px;
  top: 26px;
  width: 8px;
  height: 20px;
  background-size: 8px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-image: var(--s-arrow-fold);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (max-width: 767px) {
  .unit--fold .fold-toggle:after {
    top: 24px;
  }
}
.unit--fold .fold-toggle--open {
  border-bottom: 1px solid rgba(96, 33, 15, 0);
}
.unit--fold .fold-toggle--open:after {
  transform: scaleY(-1);
}
.unit--fold .unit__foot .ctrl {
  display: none;
}
#view .scroll-animated {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.4s cubic-bezier(0.76, 0, 0.24, 1) !important;
}
#view .scroll-animated.scroll-animated--active {
  opacity: 1;
  transform: translateY(0);
}
#view #head:not(.scroll-animated),
#view .unit:not(.scroll-animated) {
  opacity: 0;
}
#view.show-content #head:not(.scroll-animated),
#view.show-content .unit:not(.scroll-animated) {
  animation-name: notScrollAnimated;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
  opacity: 1;
}
@keyframes notScrollAnimated {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  60%,
  100% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 1023px) {
  .navigation {
    display: none;
  }
  body.cb-toggle-target-active {
    overflow: hidden;
  }
}
.togglenavigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2001;
  width: 65px;
  height: 12px;
  cursor: pointer;
}
.togglenavigation:after {
  content: 'Menu';
  position: absolute;
  left: 28px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  color: #60210F;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: bold;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
body.layout1 .wrapper:not(.cb-scroll-triggered--active) .togglenavigation:after {
  color: #FFFFFF;
}
body.layout1.cb-toggle-target-active .wrapper:not(.cb-scroll-triggered--active) .togglenavigation:after {
  color: #60210F;
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: #60210F;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
body.layout1 .wrapper:not(.cb-scroll-triggered--active) .tline {
  background-color: #FFFFFF;
}
body.layout1.cb-toggle-target-active .wrapper:not(.cb-scroll-triggered--active) .tline {
  background-color: #60210F;
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  transform: translateY(-10px);
}
body.cb-toggle-target-active .tline--2 {
  transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateY(10px);
}
.mobile-navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1996;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: var(--deskPadding) var(--deskPadding) 0 var(--deskPadding);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1), background-color 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
  background-color: #FFFFFF;
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  min-height: 100%;
  background-color: #F8F9DD;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  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-navigation div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.mobile-navigation div.navi > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item {
  float: left;
  width: 100%;
  position: relative;
}
.mobile-navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item > .menu {
  display: block;
  color: #60210F;
}
.mobile-navigation div.navi > .item > .menu.path {
  color: #365F51;
}
.mobile-navigation div.sub1 {
  box-sizing: border-box;
  margin: 170px 0 30px;
  padding: 0 150px;
}
@media (max-width: 767px) {
  .mobile-navigation div.sub1 {
    margin: 145px 0 30px;
    padding: 0 24px;
  }
}
.mobile-navigation div.sub1 > .item {
  margin: 16px 0;
  padding-left: 55px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .mobile-navigation div.sub1 > .item {
    padding-left: 47px;
  }
}
.mobile-navigation div.sub1 > .item.init {
  margin-left: 0;
}
.mobile-navigation div.sub1 > .item.exit {
  margin-right: 0;
}
.mobile-navigation div.sub1 > .item > .menu {
  font-size: 50px;
  line-height: 1.4;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .mobile-navigation div.sub1 > .item > .menu {
    font-size: 35px;
    line-height: 1.34285714;
  }
}
.mobile-navigation div.sub2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 16px;
}
.mobile-navigation div.sub2 > .item {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .mobile-navigation div.sub2 > .item {
    margin-bottom: 8px;
  }
}
.mobile-navigation div.sub2 > .item > .menu {
  font-size: 18px;
  line-height: 1.55555556;
  letter-spacing: 0;
  font-weight: bold;
}
.mobile-navigation div.sub2 {
  overflow: hidden;
  max-height: 0;
}
.mobile-navigation div.sub2 > .item {
  opacity: 0;
  transform: scale(0.8);
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi {
  transition: none;
  max-height: 1000px;
  transition: max-height 2s;
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi > .item {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
}
.mobile-navigation .cb-toggle {
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 2;
  cursor: pointer;
  width: 15px;
  height: 40px;
  background-size: 14px 37px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--s-icon-toggle-tablet);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.mobile-navigation .cb-toggle.cb-toggle-active {
  transform: scaleY(-1);
}
@media (max-width: 767px) {
  .mobile-navigation .cb-toggle {
    top: 10px;
    width: 16px;
    height: 30px;
    background-size: 16px 23px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: var(--s-icon-toggle);
  }
}
.ns-sliderWrapper {
  float: left;
  width: 100%;
  position: relative;
}
.ns-slider {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 4);
  margin-bottom: calc(var(--spaceTotal) * 4);
}
@media (max-width: 1023px) {
  .ns-slider {
    margin-top: calc(var(--spaceTotal) * 2);
    margin-bottom: calc(var(--spaceTotal) * 2);
  }
}
.ns-slider .ns-sliderIndex {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.ns-slider .ns-sliderIndex__content {
  float: left;
  width: calc(100% + 20px);
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ns-slider .ns-sliderIndex__item {
  float: left;
  width: 16px;
  height: 16px;
  border-radius: 10000px;
  background-color: #365F51;
}
.ns-slider .ns-sliderIndex__item.is-active {
  background-color: #365F51;
}
.ns-slider__controls {
  float: left;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
}
.is-noSlider .ns-slider__controls {
  display: none;
}
.ns-slider .ns-sliderControl {
  position: relative;
  float: left;
  z-index: 10;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.ns-slider .ns-sliderControl--prev {
  background-size: 24px 8px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--s-slider-control-prev);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .ns-slider .ns-sliderControl--prev:active,
  .ns-slider .ns-sliderControl--prev:hover,
  .ns-slider .ns-sliderControl--prev:focus {
    background-position: calc(50% - 5px) 50%;
    background-image: var(--s-slider-control-prev-hover);
  }
}
.ns-slider .ns-sliderControl--next {
  background-size: 24px 8px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--s-slider-control-next);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .ns-slider .ns-sliderControl--next:active,
  .ns-slider .ns-sliderControl--next:hover,
  .ns-slider .ns-sliderControl--next:focus {
    background-position: calc(50% + 5px) 50%;
    background-image: var(--s-slider-control-next-hover);
  }
}
.ns-slider--teaserSlider .ns-slider__section {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: calc(var(--spaceTotal) * 1);
  align-items: center;
  gap: 40px;
}
.ns-slider--teaserSlider .ns-slider__section--title {
  margin-top: 0;
  flex-direction: row;
  position: relative;
}
@media (max-width: 767px) {
  .ns-slider--teaserSlider .ns-slider__section--title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.ns-slider--teaserSlider .ns-slider__cover {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  width: calc(100% + var(--deskSpace));
  margin-right: calc(var(--deskSpace) * -1);
}
.ns-slider--teaserSlider .ns-slider__stage {
  float: left;
  width: 100%;
  overflow: hidden;
}
.ns-slider--teaserSlider .ns-slider__area {
  float: left;
  width: calc(100% + 40px);
  margin-left: -20px;
  display: flex;
}
@media (max-width: 767px) {
  .ns-slider--teaserSlider .ns-slider__area {
    margin-left: -9px;
  }
}
.ns-slider--teaserSlider .ns-slide {
  float: left;
  width: 27.22222222%;
  margin-left: 20px;
  margin-right: 20px;
  flex-shrink: 0;
  box-sizing: border-box;
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.ns-slider--teaserSlider .ns-slide.is-active {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .ns-slider--teaserSlider .ns-slide.is-anchor:hover .ns-slider__part--image .ns-sliderImage,
  .ns-slider--teaserSlider .ns-slide.is-anchor:focus .ns-slider__part--image .ns-sliderImage {
    transform: scale(1.05);
  }
  .ns-slider--teaserSlider .ns-slide.is-anchor:hover .ns-slider__part--link .open,
  .ns-slider--teaserSlider .ns-slide.is-anchor:focus .ns-slider__part--link .open {
    color: #28473C;
    background-position: -4px 50%;
    background-image: url('/images/arrow-long-right-color-01-dark.svg');
  }
}
@media (max-width: 1023px) {
  .ns-slider--teaserSlider .ns-slide {
    width: 50.97529259%;
  }
}
@media (max-width: 767px) {
  .ns-slider--teaserSlider .ns-slide {
    width: calc(100vw - (var(--deskSpace) * 2));
    margin-left: 9px;
    margin-right: 9px;
  }
}
.ns-slider--teaserSlider .ns-slide__content {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.ns-slider--teaserSlider .ns-slider__part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.ns-slider--teaserSlider .ns-slider__part--image {
  width: 100%;
  margin-bottom: calc(var(--spaceTotal) * 1 + 5px);
  border-radius: var(--s-borderradius);
  overflow: hidden;
}
.ns-slider--teaserSlider .ns-slider__part--image .ns-sliderImage {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 2 / 1;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@supports not (aspect-ratio: 2 / 1) {
  .ns-slider--teaserSlider .ns-slider__part--image .ns-sliderImage:before {
    float: left;
    padding-top: 60%;
    content: '';
  }
  .ns-slider--teaserSlider .ns-slider__part--image .ns-sliderImage:after {
    display: block;
    content: '';
    clear: both;
  }
}
.ns-slider--teaserSlider .ns-slider__part--link {
  padding-top: 20px;
  margin-top: auto;
}
.ns-slider--teaserSlider .ns-slider__part--link .open {
  float: left;
  line-height: 1.66666667;
  cursor: pointer;
  color: #365F51;
  padding-left: 48px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  background-size: 40px 8px;
  background-position: -8px 50%;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-long-right-color-01.svg');
}
@media (hover: hover) and (pointer: fine) {
  .ns-slider--teaserSlider .ns-slider__part--link .open:active,
  .ns-slider--teaserSlider .ns-slider__part--link .open:hover,
  .ns-slider--teaserSlider .ns-slider__part--link .open:focus {
    color: #28473C;
    background-position: -4px 50%;
    background-image: url('/images/arrow-long-right-color-01-dark.svg');
  }
}
.ns-slider--sponsorSlider .ns-slider__section {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: calc(var(--spaceTotal) * 1);
  align-items: center;
  gap: 40px;
}
.ns-slider--sponsorSlider .ns-slider__section--title {
  margin-top: 0;
  flex-direction: row;
  position: relative;
}
@media (max-width: 767px) {
  .ns-slider--sponsorSlider .ns-slider__section--title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.ns-slider--sponsorSlider .ns-slider__cover {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  width: calc(100% + var(--deskSpace));
  margin-right: calc(var(--deskSpace) * -1);
}
.ns-slider--sponsorSlider .ns-slider__stage {
  float: left;
  width: 100%;
  overflow: hidden;
}
.ns-slider--sponsorSlider .ns-slider__area {
  float: left;
  width: calc(100% + 40px);
  margin-left: -20px;
  display: flex;
}
@media (max-width: 767px) {
  .ns-slider--sponsorSlider .ns-slider__area {
    margin-left: -9px;
  }
}
.ns-slider--sponsorSlider .ns-slide {
  float: left;
  width: 19.72222222%;
  margin-left: 20px;
  margin-right: 20px;
  flex-shrink: 0;
  box-sizing: border-box;
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.ns-slider--sponsorSlider .ns-slide.is-active {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .ns-slider--sponsorSlider .ns-slide.is-anchor:hover .ns-slider__part--link .open,
  .ns-slider--sponsorSlider .ns-slide.is-anchor:focus .ns-slider__part--link .open {
    color: #28473C;
    background-position: -4px 50%;
    background-image: url('/images/arrow-long-right-color-01-dark.svg');
  }
}
@media (max-width: 1023px) {
  .ns-slider--sponsorSlider .ns-slide {
    width: 37.97139142%;
  }
}
@media (max-width: 767px) {
  .ns-slider--sponsorSlider .ns-slide {
    width: calc(100vw - (var(--deskSpace) * 2) - 16px);
    margin-left: 16px;
    margin-right: 16px;
  }
}
.ns-slider--sponsorSlider .ns-slide__content {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.ns-slider--sponsorSlider .ns-slider__part {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.ns-slider--sponsorSlider .ns-slider__part--text {
  font-size: 18px;
  line-height: 1.72222222;
}
.ns-slider--sponsorSlider .ns-slider__part--link {
  padding-top: 20px;
  margin-top: auto;
}
.ns-slider--sponsorSlider .ns-slider__part--link .open {
  float: left;
  line-height: 1.66666667;
  cursor: pointer;
  color: #365F51;
  padding-left: 48px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  background-size: 40px 8px;
  background-position: -8px 50%;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-long-right-color-01.svg');
}
@media (hover: hover) and (pointer: fine) {
  .ns-slider--sponsorSlider .ns-slider__part--link .open:active,
  .ns-slider--sponsorSlider .ns-slider__part--link .open:hover,
  .ns-slider--sponsorSlider .ns-slider__part--link .open:focus {
    color: #28473C;
    background-position: -4px 50%;
    background-image: url('/images/arrow-long-right-color-01-dark.svg');
  }
}
/*# sourceMappingURL=./screen-small.css.map */