/* DR_Verlauf_mint_pink */
/* DR_Verlauf_mint_blau */
@property --x {
  syntax: '<percentage>';
  initial-value: 90%;
  inherits: false;
}
@property --y {
  syntax: '<percentage>';
  initial-value: 90%;
  inherits: false;
}
@property --rX {
  syntax: '<percentage>';
  initial-value: 90%;
  inherits: false;
}
@property --rY {
  syntax: '<percentage>';
  initial-value: 90%;
  inherits: false;
}
@property --mix1 {
  syntax: '<percentage>';
  initial-value: 100%;
  inherits: true;
}
@property --mix2 {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: true;
}
:root {
  --sitecolor: #1077FF;
  --textcolor: #1A1A1A;
  --titlecolor: #1A1A1A;
  --linkcolor: #1A1A1A;
  --linkcolor-hov: var(--textcolor);
  --headerHeight: var(--logoWidth);
  --gutter: 35px;
  --boxPadding: 35px;
  --borderRadius: 10px;
  --logoWidth: 258px;
}
@media (max-width: 1200px) {
  :root {
    --logoWidth: 150px;
  }
}
@media (max-width: 767px) {
  :root {
    --logoWidth: 136px;
    --gutter: 15px;
    --boxPadding: 18px;
  }
}
:root {
  --deskWidth: 1408px;
  --deskSpace: 150px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 1199px) {
  :root {
    --deskSpace: 80px;
  }
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 20px;
    --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
  }
}
:root {
  --spaceArea: clamp(1.5625rem, 2.45579568vw + 0.9638998rem, 3.125rem);
}
:root {
  --spacePart: 10px;
}
@media (max-width: 1199px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 8px;
  }
}
:root {
  --spaceUnit: 15px;
}
@media (max-width: 1199px) {
  :root {
    --spaceUnit: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 12px;
  }
}
:root {
  --spaceTotal: 25px;
}
@media (max-width: 1199px) {
  :root {
    --spaceTotal: 25px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 20px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1199px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.button {
  appearance: none;
  text-decoration: none;
  display: inline-block;
  padding: 10px 25px;
  box-sizing: border-box;
  text-align: center;
  background-color: transparent;
  border: solid 2px var(--btnBorderColor, transparent);
  background-image: var(--btnGradient, linear-gradient(to right, #1077FF, #E63BFF));
  background-origin: border-box;
  border-radius: 100vw;
  isolation: isolate;
  position: relative;
  cursor: pointer;
  color: var(--btnLinkColor, #1077FF);
  font-weight: 500;
}
.button:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vw;
  background-color: var(--btnPseudoBg, #fff);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    color: var(--btnLinkColorHov, #fff);
  }
  .button:hover:before,
  .button:focus:before {
    opacity: var(--btnPseudoOpacity, 0);
    background-color: var(--btnPseudoBgHov, #fff);
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
@font-face {
  font-display: swap;
  font-family: 'GT Flexa';
  font-style: normal;
  font-weight: 500;
  src: url('/extras/fonts/GT-Flexa-Standard-Medium.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: 'GT Flexa';
  font-style: normal;
  font-weight: 300;
  src: url('/extras/fonts/GT-Flexa-Standard-Light.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#edit * :not(.is-marked):focus-within {
  outline: none;
}
:focus {
  outline-color: var(--sitecolor);
}
*::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: 500;
}
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-family: 'GT Flexa', sans-serif;
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: clamp(1.4375rem, 0vw + 1.4375rem, 1.4375rem);
}
.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;
}
.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: 500;
  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 {
  display: grid;
  gap: 5px;
}
.list--bullet li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  color: var(--textcolor);
  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%;
  height: 100%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  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) grayscale(1);
  transition: all 0.05s;
}
#slides img.lazyimage.lazyloaded {
  filter: blur(0) grayscale(0);
}
#expo div.link {
  display: block;
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 60px;
  aspect-ratio: 1;
  transform: translateY(-50%);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #expo a.link {
    width: 30px;
  }
}
#expo a.link.prev {
  left: 20px;
  background-image: url(/images/mood-arrow-prev.svg);
}
#expo a.link.next {
  right: 20px;
  background-image: url(/images/mood-arrow-next.svg);
}
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: none;
  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: none;
  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: 'GT Flexa', 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: 500;
  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;
  appearance: none;
  text-decoration: none;
  display: inline-block;
  padding: 10px 25px;
  box-sizing: border-box;
  text-align: center;
  background-color: transparent;
  border: solid 2px var(--btnBorderColor, transparent);
  background-image: var(--btnGradient, linear-gradient(to right, #1077FF, #E63BFF));
  background-origin: border-box;
  border-radius: 100vw;
  isolation: isolate;
  position: relative;
  cursor: pointer;
  color: var(--btnLinkColor, #1077FF);
  font-weight: 500;
  line-height: 1.42857143;
}
#disp .foot input:before,
#disp .foot a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vw;
  background-color: var(--btnPseudoBg, #fff);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  #disp .foot input:hover,
  #disp .foot a:hover,
  #disp .foot input:focus,
  #disp .foot a:focus {
    color: var(--btnLinkColorHov, #fff);
  }
  #disp .foot input:hover:before,
  #disp .foot a:hover:before,
  #disp .foot input:focus:before,
  #disp .foot a:focus:before {
    opacity: var(--btnPseudoOpacity, 0);
    background-color: var(--btnPseudoBgHov, #fff);
  }
}
#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 !important;
  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: 1199px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px !important;
    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: 'GT Flexa', 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: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    padding-bottom: 0;
    width: 30%;
    min-height: 40px;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  min-height: 40px;
  padding: 5px 10px;
  appearance: none;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.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;
  display: flex;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    min-height: 40px;
    align-items: center;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.unit.form div.tick input {
  float: left;
  margin-right: 10px;
  flex-shrink: 0;
  width: 20px;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    align-self: stretch;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'GT Flexa', sans-serif;
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: clamp(1.4375rem, 0vw + 1.4375rem, 1.4375rem);
  background: #fff;
  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: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop span::file-selector-button {
  appearance: none;
  text-decoration: none;
  display: inline-block;
  padding: 10px 25px;
  box-sizing: border-box;
  text-align: center;
  background-color: transparent;
  border: solid 2px var(--btnBorderColor, transparent);
  background-image: var(--btnGradient, linear-gradient(to right, #1077FF, #E63BFF));
  background-origin: border-box;
  border-radius: 100vw;
  isolation: isolate;
  position: relative;
  cursor: pointer;
  color: var(--btnLinkColor, #1077FF);
  font-weight: 500;
  margin-right: 16px;
}
.unit.form .ship div.chop span::file-selector-button:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vw;
  background-color: var(--btnPseudoBg, #fff);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .ship div.chop span::file-selector-button:hover,
  .unit.form .ship div.chop span::file-selector-button:focus {
    color: var(--btnLinkColorHov, #fff);
  }
  .unit.form .ship div.chop span::file-selector-button:hover:before,
  .unit.form .ship div.chop span::file-selector-button:focus:before {
    opacity: var(--btnPseudoOpacity, 0);
    background-color: var(--btnPseudoBgHov, #fff);
  }
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  appearance: none;
  text-decoration: none;
  display: inline-block;
  padding: 10px 25px;
  box-sizing: border-box;
  text-align: center;
  background-color: transparent;
  border: solid 2px var(--btnBorderColor, transparent);
  background-image: var(--btnGradient, linear-gradient(to right, #1077FF, #E63BFF));
  background-origin: border-box;
  border-radius: 100vw;
  isolation: isolate;
  position: relative;
  cursor: pointer;
  color: var(--btnLinkColor, #1077FF);
  font-weight: 500;
}
.unit.form .submit:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vw;
  background-color: var(--btnPseudoBg, #fff);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .submit:hover,
  .unit.form .submit:focus {
    color: var(--btnLinkColorHov, #fff);
  }
  .unit.form .submit:hover:before,
  .unit.form .submit:focus:before {
    opacity: var(--btnPseudoOpacity, 0);
    background-color: var(--btnPseudoBgHov, #fff);
  }
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: var(--textcolor);
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  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 {
  appearance: none;
  text-decoration: none;
  display: inline-block;
  padding: 10px 25px;
  box-sizing: border-box;
  text-align: center;
  background-color: transparent;
  border: solid 2px var(--btnBorderColor, transparent);
  background-image: var(--btnGradient, linear-gradient(to right, #1077FF, #E63BFF));
  background-origin: border-box;
  border-radius: 100vw;
  isolation: isolate;
  position: relative;
  cursor: pointer;
  color: var(--btnLinkColor, #1077FF);
  font-weight: 500;
}
.two-step-verification-container a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vw;
  background-color: var(--btnPseudoBg, #fff);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .two-step-verification-container a:hover,
  .two-step-verification-container a:focus {
    color: var(--btnLinkColorHov, #fff);
  }
  .two-step-verification-container a:hover:before,
  .two-step-verification-container a:focus:before {
    opacity: var(--btnPseudoOpacity, 0);
    background-color: var(--btnPseudoBgHov, #fff);
  }
}
.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: 10px 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: 500;
}
.table td {
  padding: 10px 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: 500;
}
@media (max-width: 767px) {
  .part--table {
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .part--table::-webkit-scrollbar {
    display: none;
  }
  .part--table .table {
    white-space: nowrap;
    width: auto;
    min-width: 100%;
  }
}
@media screen and (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
  ::view-transition-group(*) {
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.3, 1, 0.8, 1);
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
.logo {
  float: left;
  height: var(--logoWidth);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
body:has(.navToggle[aria-expanded="true"]) .logo {
  content: url(/images/logo-designraum.svg);
}
.cb-scroll-triggered--active .logo {
  --logoWidth: 115px;
}
@media (max-width: 767px) {
  .cb-scroll-triggered--active .logo {
    --logoWidth: 80px;
  }
}
.logo__image {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
}
.layout1 #head {
  margin-top: calc(var(--spaceArea) * 1);
}
.layout5 #head {
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'GT Flexa', sans-serif;
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: clamp(1.4375rem, 0vw + 1.4375rem, 1.4375rem);
  color: var(--textcolor);
  accent-color: var(--sitecolor);
  overflow: hidden;
  hyphens: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  font-weight: 300;
}
.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--teaser .desk {
  --deskWidth: 1660px;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.container {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  top: 0;
  z-index: 2000;
}
main {
  float: left;
  width: 100%;
  position: relative;
  flex: 1 0 auto;
}
.breadcrump {
  margin-top: calc(var(--spaceTotal) * 1 + 5px);
  margin-bottom: calc(var(--spaceArea) * 3);
  display: flex;
  gap: 5px;
  align-items: center;
  font-weight: 500;
  --linkcolor: #1077FF;
}
.breadcrump__arrow {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.toplink {
  position: fixed;
  z-index: 1500;
  right: -60px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 100vw;
  cursor: pointer;
  background-color: #1A1A1A;
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/toplink.svg);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.toplink:hover,
.toplink:focus {
  background-color: rgba(26, 26, 26, 0.9);
}
.toplink.cb-goto-top-visible {
  right: 30px;
}
.toplink.cb-scroll-triggered--active {
  position: absolute;
  bottom: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .toplink {
    bottom: 30px;
  }
  .toplink.cb-goto-top-visible {
    right: 30px;
  }
  .toplink.cb-scroll-triggered--active {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .toplink {
    width: 40px;
    height: 40px;
    bottom: 20px;
    background-size: 20px 20px;
  }
  .toplink.cb-goto-top-visible {
    right: 20px;
  }
  .toplink.cb-scroll-triggered--active {
    margin-bottom: 20px;
  }
}
.container--intro {
  display: grid;
  gap: 0 var(--gutter);
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.container--intro #head {
  grid-column: 1 / -1;
}
@media (min-width: 1200px) {
  .container--intro #head {
    grid-column: span 4;
  }
}
.container--intro .area {
  grid-column: 1 / -1;
}
@media (min-width: 1200px) {
  .container--intro .area {
    grid-column: span 8;
  }
}
.container--introTwo {
  display: grid;
  gap: 0 var(--gutter);
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.container--introTwo .content {
  grid-column: 1 / -1;
}
@media (min-width: 768px) {
  .container--introTwo .content {
    grid-column: span 8;
  }
}
.container--introSlider {
  margin-top: calc(var(--spaceArea) * 1);
  display: grid;
  gap: 0 var(--gutter);
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.container--introSlider .content {
  grid-column: 1 / -1;
}
@media (min-width: 768px) {
  .container--introSlider .content {
    grid-column: span 8;
  }
}
.container--introThree {
  margin-top: calc(var(--spaceTotal) * 2);
  display: grid;
  gap: 0 var(--gutter);
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.container--introThree .content {
  grid-column: 1 / -1;
}
@media (min-width: 768px) {
  .container--introThree .content {
    grid-column: span 8;
  }
}
.container--mood {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  aspect-ratio: 4 / 3;
  max-height: 80svh;
}
@media (max-width: 767px) {
  .container--mood {
    min-height: unset;
    aspect-ratio: 4 / 3;
  }
}
.container--mood .mood {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 1;
}
.container--mood .mood:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(to bottom, transparent, #1A1A1A);
}
@media (max-width: 1199px) {
  .container--mood .mood:after {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .container--mood .mood:after {
    height: 50px;
  }
}
.container--mood .mood:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(/images/DR_Raster_Home.svg);
}
.container--mood .mood__video,
.container--mood .mood__image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.container--moodSmall {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  --moodHeight: 60vh;
  min-height: var(--moodHeight);
}
.container--moodSmall .mood {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  isolation: isolate;
  overflow: hidden;
}
.container--moodSmall .mood:after {
  content: '';
  aspect-ratio: 1;
  width: clamp(8.75rem, 20.13752456vw + 3.84147839rem, 21.5625rem);
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  background-color: var(--cornerBg, #fff);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/corner-mask-bottomleft.svg);
          mask-image: url(/images/corner-mask-bottomleft.svg);
}
.container--moodSmall .mood:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(/images/DR_Raster_Unterseite.svg);
}
.container--moodSmall .mood__video,
.container--moodSmall .mood__image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bgcolor--black {
  background-color: #1A1A1A;
  --textcolor: #fff;
  --linkcolor-hov: #fff;
  isolation: isolate;
}
.bgcolor--black:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: calc(var(--spaceArea) * 5);
  z-index: -1;
  background-color: #fff;
}
.area--one {
  display: grid;
  gap: 0 var(--gutter);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-top: calc(var(--spaceArea) * 1);
  margin-bottom: calc(var(--spaceArea) * 1);
}
.spaceTop .area--one {
  margin-top: calc(var(--spaceArea) * 2);
}
.spaceTopOff .area--one {
  margin-top: 0;
}
.area--one .unit {
  grid-column: 1 / -1;
}
.area--one .unitOne--1-3 {
  --spacePart: 6px;
}
@media (min-width: 768px) {
  .area--one .unitOne--1-3 {
    grid-column: span 6;
  }
}
@media (min-width: 1200px) {
  .area--one .unitOne--1-3 {
    grid-column: span 4;
  }
}
@media (min-width: 768px) {
  .area--one .unitOne--1-4 {
    grid-column: span 6;
  }
}
@media (min-width: 1200px) {
  .area--one .unitOne--1-4 {
    grid-column: span 3;
  }
}
@media (min-width: 768px) {
  .area--one .unitOne--1-1-indentRight {
    display: grid;
    grid-template-columns: subgrid;
  }
  .area--one .unitOne--1-1-indentRight .unit__content {
    grid-column: span 8;
  }
}
@media (min-width: 1200px) {
  .area--one .unitOne--1-1-indentBoth {
    display: grid;
    grid-template-columns: subgrid;
  }
  .area--one .unitOne--1-1-indentBoth .unit__content {
    grid-column: 3 / 11;
  }
}
.area--one .unitTwo {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  --btnBorderColor: #fff;
  --btnGradient: none;
  --btnLinkColor: #fff;
  --btnLinkColorHov: #1077FF;
  --btnPseudoBg: transparent;
  --btnPseudoOpacity: 1;
  --textcolor: #fff;
  --textLinkcolor: #1A1A1A;
  --linkcolor-hov: #fff;
  padding-top: var(--boxPadding);
  padding-bottom: var(--boxPadding);
  box-sizing: border-box;
  isolation: isolate;
  --textLinkColor: #fff;
  --textLinkColorHov: #fff;
  --textUnderline: underline;
}
.area--one .unitTwo.overlapOn {
  padding-bottom: 0;
  --gradientHeight: calc(100% + (var(--spaceArea) * 4));
}
.area--one .unitTwo:after {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
  height: var(--gradientHeight, 100%);
  width: 100vw !important;
  left: 50%;
  margin-left: -50vw !important;
  border-radius: var(--borderRadius);
  background-image: var(--contentGradient);
  box-sizing: border-box;
  aspect-ratio: 1;
  animation-name: g-3;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  transition-timing-function: linear;
}
.area--one .unitTwo.gradient--one:after {
  background-image: radial-gradient(var(--rX, 140%) var(--rY, 140%) at var(--x, 100%) var(--y, 100%), color-mix(in srgb, #E63BFF var(--mix1, 100%), #54E3B6 var(--mix2, 0%)) 0%, #54E3B6 100%);
  animation-name: g-2;
}
.area--one .unitTwo.gradient--two:after {
  background-image: radial-gradient(var(--rX, 140%) var(--rY, 140%) at var(--x, 100%) var(--y, 100%), color-mix(in srgb, #E63BFF var(--mix1, 100%), #703DEA var(--mix2, 0%)) 0%, #703DEA 100%);
  animation-name: g-2;
}
.area--one .unitTwo.gradient--three:after {
  background-image: radial-gradient(var(--rX, 140%) var(--rY, 140%) at var(--x, 100%) var(--y, 100%), color-mix(in srgb, #54E3B6 var(--mix1, 100%), #1077FF var(--mix2, 0%)) 0%, #1077FF 100%);
  animation-name: g-2;
}
.area--one .unitTwo.gradient--four:after {
  background-image: radial-gradient(var(--rX, 140%) var(--rY, 140%) at var(--x, 0%) var(--y, 90%), color-mix(in srgb, #703DEA var(--mix1, 100%), #54E3B6 var(--mix2, 0%)) 0%, #54E3B6 100%);
}
.area--one .unitTwo.gradient--five:after {
  background-image: radial-gradient(var(--rX, 140%) var(--rY, 140%) at var(--x, 0%) var(--y, 90%), color-mix(in srgb, #E63BFF var(--mix1, 100%), #1077FF var(--mix2, 0%)) 0%, #1077FF 100%);
}
.area--one .unitTwo.gradient--six:after {
  background-image: radial-gradient(var(--rX, 140%) var(--rY, 140%) at var(--x, 0%) var(--y, 90%), color-mix(in srgb, #1077FF var(--mix1, 100%), #703DEA var(--mix2, 0%)) 0%, #703DEA 100%);
}
.area--one .unit--fold {
  margin-top: 0;
}
.area--one .unit--fold .unit__content {
  border: solid 2px var(--btnFoldBorderColor, transparent);
  background-image: var(--btnFoldGradient, linear-gradient(to right, #1077FF, #E63BFF));
  background-origin: border-box;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 28px;
  position: relative;
  isolation: isolate;
}
.area--one .unit--fold .unit__content:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 27px;
  background-color: var(--btnFoldPseudoBg, #fff);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .area--one .unit--fold .unit__content:hover,
  .area--one .unit--fold .unit__content:focus {
    --foldToggleColor: #fff;
    --btnBorderColor: #fff;
    --btnGradient: none;
    --btnLinkColor: #fff;
    --btnLinkColorHov: #1077FF;
    --btnPseudoBg: transparent;
    --btnPseudoOpacity: 1;
    --textcolor: #fff;
    --textLinkcolor: #1A1A1A;
    --linkcolor-hov: #fff;
  }
  .area--one .unit--fold .unit__content:hover:before,
  .area--one .unit--fold .unit__content:focus:before {
    opacity: 0;
  }
}
.area--one .unit--fold .fold-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  padding-left: var(--boxPadding);
  box-sizing: border-box;
  position: relative;
  width: 100%;
  display: inline-block;
  text-decoration: none!important;
  font-size: clamp(1.25rem, 0vw + 1.25rem, 1.25rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  font-weight: 300;
  text-wrap: balance;
  font-weight: 500;
  color: var(--textcolor);
}
.area--one .unit--fold .fold-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 31px;
  height: 34px;
  background-color: var(--foldToggleColor, var(--sitecolor));
  -webkit-mask-size: 31px;
          mask-size: 31px;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/fold-open.svg);
          mask-image: url(/images/fold-open.svg);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.area--one .unit--fold .fold-toggle--open:after {
  -webkit-mask-image: url(/images/fold-close.svg);
          mask-image: url(/images/fold-close.svg);
}
.area--one .unit--fold div.less .part {
  margin: 0;
}
.area--one .unit--fold div.more {
  padding-inline: var(--boxPadding);
  box-sizing: border-box;
  display: block!important;
  block-size: 0;
  overflow: hidden;
  transition-property: block-size, content-visibility;
  transition-duration: 0.5s;
  transition-behavior: allow-discrete;
}
.area--one .unit--fold div.more .part:last-child {
  margin-bottom: calc(var(--spacePart) * 2);
}
.area--one .unit--fold.unit--foldOpen div.more {
  /* Fallback for browsers that don't support calc-size() function */
  block-size: auto;
  /* calc-size() function allows transition to height: auto; */
  block-size: calc-size(auto, size);
}
.area--one .unit--fold .unit__foot {
  display: none;
}
.area--one .zone {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  --textLinkColor: #fff;
  --textLinkColorHov: #fff;
  --textUnderline: underline;
  display: grid;
  grid-template-columns: subgrid;
  align-items: center;
}
.area--one .zone.is-intersecting {
  --transContentY: 0;
  --scaleContent: 1;
  --transZoneY: 0;
}
.area--one .zone.gradient--one .unit__content {
  background-image: radial-gradient(var(--rX, 140%) var(--rY, 140%) at var(--x, 100%) var(--y, 100%), color-mix(in srgb, #E63BFF var(--mix1, 100%), #54E3B6 var(--mix2, 0%)) 0%, #54E3B6 100%);
  animation-name: g-2;
}
.area--one .zone.gradient--two .unit__content {
  background-image: radial-gradient(var(--rX, 140%) var(--rY, 140%) at var(--x, 100%) var(--y, 100%), color-mix(in srgb, #E63BFF var(--mix1, 100%), #703DEA var(--mix2, 0%)) 0%, #703DEA 100%);
  animation-name: g-2;
}
.area--one .zone.gradient--three .unit__content {
  background-image: radial-gradient(var(--rX, 140%) var(--rY, 140%) at var(--x, 100%) var(--y, 100%), color-mix(in srgb, #54E3B6 var(--mix1, 100%), #1077FF var(--mix2, 0%)) 0%, #1077FF 100%);
  animation-name: g-2;
}
.area--one .zone.gradient--four .unit__content {
  background-image: radial-gradient(var(--rX, 140%) var(--rY, 140%) at var(--x, 0%) var(--y, 90%), color-mix(in srgb, #703DEA var(--mix1, 100%), #54E3B6 var(--mix2, 0%)) 0%, #54E3B6 100%);
}
.area--one .zone.gradient--five .unit__content {
  background-image: radial-gradient(var(--rX, 140%) var(--rY, 140%) at var(--x, 0%) var(--y, 90%), color-mix(in srgb, #E63BFF var(--mix1, 100%), #1077FF var(--mix2, 0%)) 0%, #1077FF 100%);
}
.area--one .zone.gradient--six .unit__content {
  background-image: radial-gradient(var(--rX, 140%) var(--rY, 140%) at var(--x, 0%) var(--y, 90%), color-mix(in srgb, #1077FF var(--mix1, 100%), #703DEA var(--mix2, 0%)) 0%, #703DEA 100%);
}
.area--one .zone--ratioOne.zone--left {
  --contentGridPos: 2 / 13;
  --zoneGridPos: 1 / 10;
}
.area--one .zone--ratioOne.zone--right {
  --contentGridPos: 1 / 12;
  --zoneGridPos: 4 / 13;
}
.area--one .zone--ratioTwo {
  --zoneRatio: 4 / 3;
}
.area--one .zone--ratioTwo.zone--left {
  --contentGridPos: 2 / 13;
  --zoneGridPos: 1 / 12;
}
.area--one .zone--ratioTwo.zone--right {
  --contentGridPos: 1 / 12;
  --zoneGridPos: 2 / 13;
}
@media (min-width: 960px) {
  .area--one .zone {
    grid-template-rows: 1fr;
  }
  .area--one .zone--ratioOne.zone--left {
    --contentGridPos: 8 / 13;
    --zoneGridPos: 3 / 9;
  }
  .area--one .zone--ratioOne.zone--right {
    --contentGridPos: 1 / 6;
    --zoneGridPos: 5 / 11;
  }
  .area--one .zone--ratioTwo.zone--left {
    --contentGridPos: 8 / 13;
    --zoneGridPos: 1 / 9;
  }
  .area--one .zone--ratioTwo.zone--right {
    --contentGridPos: 1 / 6;
    --zoneGridPos: 5 / 13;
  }
}
.area--one .zone .unit__content {
  --btnBorderColor: #fff;
  --btnGradient: none;
  --btnLinkColor: #fff;
  --btnLinkColorHov: #1077FF;
  --btnPseudoBg: transparent;
  --btnPseudoOpacity: 1;
  --textcolor: #fff;
  --textLinkcolor: #1A1A1A;
  --linkcolor-hov: #fff;
  border-radius: var(--borderRadius);
  padding: calc(var(--boxPadding) - var(--spacePart)) var(--boxPadding);
  box-sizing: border-box;
  aspect-ratio: 1;
  z-index: 2;
  grid-column: var(--contentGridPos, 1 / 6);
  animation-name: g-3;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  transition-timing-function: linear;
  transition-delay: 0.4s;
  transition: all 0.8s cubic-bezier(0.3, 1, 0.8, 1);
  scale: var(--scaleContent, 0.5);
}
@media (min-width: 960px) {
  .area--one .zone .unit__content {
    grid-row: 1 / -1;
  }
}
@media (max-width: 1199px) {
  .area--one .zone .unit__content {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .area--one .zone .unit__content {
    margin-top: -20px;
  }
}
.area--one .zone .unit__zone {
  position: relative;
  aspect-ratio: var(--zoneRatio,  3 / 4);
  grid-column: var(--zoneGridPos, 5 / 11);
  transform: translateY(var(--transZoneY, 50px));
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.area--one .zone .unit__zone .part {
  margin: 0;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}
.area--one .zone .unit__zone .part * {
  height: 100%;
}
.area--one .zone .unit__zone .part img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .zone .unit__zone .part .placeholder {
  padding-bottom: 0;
}
@media (min-width: 960px) {
  .area--one .zone .unit__zone {
    grid-row: 1 / -1;
  }
}
.area--one .unitFour .unit__body {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.area--one .unitFour .part {
  margin: 0;
  width: auto;
}
.area--one .unit--spacer {
  margin: 0;
}
#edit .area--one .unit--spacer {
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
  background-color: rgba(113, 202, 243, 0.5);
}
#edit .area--one .unit--spacer:after {
  content: 'Spacer / Abstand';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  text-align: center;
  display: inline-block;
  z-index: 1;
}
.area--one .unit--spacer.space--one {
  height: calc(var(--spaceArea) * 1);
}
.area--one .unit--spacer.space--two {
  height: calc(var(--spaceArea) * 2);
}
.area--one .unit--spacer.space--three {
  height: calc(var(--spaceArea) * 3);
}
.area--one .unit--spacer .spacerPart {
  pointer-events: none;
  display: none;
  margin: 0;
}
.area--one .unit--spacer .spacerPart hr {
  display: none;
}
.part.film,
.part--widget {
  border-radius: var(--borderRadius);
  overflow: hidden;
}
.area .unit:not(.unit--fold) .part.text .open {
  -webkit-text-decoration: var(--textUnderline, none);
          text-decoration: var(--textUnderline, none);
  color: var(--textLinkColor, #1077FF);
}
@media (hover: hover) and (pointer: fine) {
  .area .unit:not(.unit--fold) .part.text .open:hover,
  .area .unit:not(.unit--fold) .part.text .open:focus {
    color: var(--textLinkColorHov, #1A1A1A);
    -webkit-text-decoration: var(--textUnderlineHov, none);
            text-decoration: var(--textUnderlineHov, none);
  }
}
.part.pict {
  overflow: hidden;
}
.part.pict:has(a) {
  position: relative;
  isolation: isolate;
}
.part.pict:has(a):after {
  content: '';
  width: 167px;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(134.3deg, #54E3B6 9.49%, #703DEA 49.49%, #E63BFF 97.74%);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/corner-mask.svg);
          mask-image: url(/images/corner-mask.svg);
}
.part.pict:has(a):before {
  content: '';
  position: absolute;
  top: 11px;
  right: 10px;
  width: 24px;
  aspect-ratio: 1;
  z-index: 2;
  background-color: #fff;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/img-arrow.svg);
          mask-image: url(/images/img-arrow.svg);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
@media (hover: hover) and (pointer: fine) {
  .part.pict:has(a):hover:before,
  .part.pict:has(a):focus:before {
    transform: translate(5px, -4px);
  }
  .part.pict:has(a):hover img:not(.svg),
  .part.pict:has(a):focus img:not(.svg) {
    scale: 1.05;
  }
}
.part.pict .cb-image-container {
  overflow: hidden;
  border-radius: var(--borderRadius);
}
.part.pict img:not(.svg) {
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.area--one .unit--articleCta {
  --btnBorderColor: #fff;
  --btnGradient: none;
  --btnLinkColor: #fff;
  --btnLinkColorHov: #1077FF;
  --btnPseudoBg: transparent;
  --btnPseudoOpacity: 1;
  --textcolor: #fff;
  --textLinkcolor: #1A1A1A;
  --linkcolor-hov: #fff;
  --textLinkColor: #fff;
  --textLinkColorHov: #fff;
  --textUnderline: underline;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  border-radius: var(--borderRadius);
  background-image: radial-gradient(var(--rX, 140%) var(--rY, 140%) at var(--x, 90%) var(--y, 90%), color-mix(in srgb, #54E3B6 var(--mix1, 100%), #703DEA var(--mix2, 0%)) 0%, #703DEA 100%);
  padding: calc(var(--boxPadding) - var(--spacePart)) var(--boxPadding);
  box-sizing: border-box;
  transition: --x 0.15s ease-out, --y 0.15s ease-out;
  animation-name: g-3;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  transition-timing-function: linear;
}
@media (min-width: 1200px) {
  .area--one .unit--articleCta .unit__content {
    padding-right: 60px;
    box-sizing: border-box;
  }
}
@keyframes g-3 {
  50% {
    --x: 80%;
    --y: 80%;
    --rX: 330%;
    --rY: 350%;
    --mix1: 70%;
    --mix2: 30%;
  }
}
@keyframes g-2 {
  50% {
    --x: 20%;
    --y: 120%;
    --rX: 160%;
    --rY: 160%;
    --mix1: 50%;
    --mix2: 50%;
  }
}
@media screen and (prefers-reduced-motion: no-preference) {
  #view:not(.bodyReplaced) .slider,
  #view:not(.bodyReplaced) .cbdModule:not(.cbdModule--referenzTeaserOverview),
  #view:not(.bodyReplaced) #head {
    opacity: 0;
    transform: translateY(15%);
    transition: transform 1s cubic-bezier(0.3, 1, 0.8, 1), opacity 1s cubic-bezier(0.3, 1, 0.8, 1);
  }
  #view:not(.bodyReplaced) .slider.is-intersecting,
  #view:not(.bodyReplaced) .cbdModule:not(.cbdModule--referenzTeaserOverview).is-intersecting,
  #view:not(.bodyReplaced) #head.is-intersecting {
    opacity: 1;
    transform: unset;
  }
  #view:not(.bodyReplaced) .area .unit:not(.zone) {
    opacity: 0;
    transform: translateY(15%);
    transition: transform 1s cubic-bezier(0.3, 1, 0.8, 1), opacity 1s cubic-bezier(0.3, 1, 0.8, 1);
  }
  #view:not(.bodyReplaced) .area .unit:not(.zone).is-intersecting {
    opacity: 1;
    transform: unset;
  }
}
.section--footer {
  margin-top: calc(var(--spaceArea) * 1);
  flex-shrink: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/gradient.png);
  --linkcolor-hov: #fff;
}
.footarea {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--gutter);
}
@media (max-width: 1199px) {
  .footarea {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .footarea {
    grid-template-columns: 1fr;
  }
}
.footunit {
  float: left;
  width: 100%;
}
.footunit--wide {
  grid-column: 1 / -1;
}
@media (max-width: 1199px) {
  .footunit--one {
    grid-column: 1 / -1;
  }
}
.vcard {
  font-size: clamp(1.25rem, 0.58939096vw + 1.10633595rem, 1.625rem);
  line-height: clamp(1.625rem, 0.39292731vw + 1.52922397rem, 1.875rem);
}
.vcard .foottitle {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.footSlogan {
  font-size: clamp(2.25rem, 1.86640472vw + 1.79506385rem, 3.4375rem);
  line-height: clamp(2.25rem, 2.35756385vw + 1.67534381rem, 3.75rem);
}
.part--footSocial {
  --spacePart: 0;
  width: auto;
  min-width: 20px;
  float: left;
  margin-top: calc(var(--spaceTotal) * 1);
}
.part--footSocial .iconLinks {
  float: left;
  width: 100%;
  position: relative;
}
.part--footSocial .iconLinks__content {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 28px;
}
@media (max-width: 767px) {
  .part--footSocial .iconLinks__content {
    gap: 20px;
  }
}
.part--footSocial .iconLinks__icon {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: var(--socialIconWidth, 50px);
  aspect-ratio: 1;
  background-color: var(--linkcolor);
  -webkit-mask-image: var(--socialIcon, url('/images/instagram.svg'));
          mask-image: var(--socialIcon, url('/images/instagram.svg'));
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  display: inline-block;
  transition: background-color 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
@media (hover: hover) and (pointer: fine) {
  .part--footSocial .iconLinks__icon:hover,
  .part--footSocial .iconLinks__icon:focus {
    background-color: var(--linkcolor-hov);
  }
}
.part--footSocial .iconLinks__icon--instagram {
  --socialIcon: url('/images/instagram.svg');
}
.part--footSocial .iconLinks__icon--x {
  --socialIcon: url('/images/x-twitter.svg');
}
.part--footSocial .iconLinks__icon--facebook {
  --socialIcon: url('/images/facebook.svg');
}
.part--footSocial .iconLinks__icon--linkedin {
  --socialIcon: url('/images/linkedin-sm.svg');
}
.part--teamSocial {
  width: auto;
  min-width: 20px;
  float: left;
  --linkcolor: #1077FF;
}
.part--teamSocial .iconLinks {
  float: left;
  width: 100%;
  position: relative;
}
.part--teamSocial .iconLinks__content {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.part--teamSocial .iconLinks__icon {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: var(--socialBtnWidth, 50px);
  aspect-ratio: 1;
  border: solid 2px var(--btnFoldBorderColor, transparent);
  background-image: var(--btnFoldGradient, linear-gradient(to right, #1077FF, #E63BFF));
  background-origin: border-box;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 32px;
  position: relative;
  isolation: isolate;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.part--teamSocial .iconLinks__icon:after {
  content: '';
  position: absolute;
  width: var(--socialIconWidth, 18px);
  aspect-ratio: 1;
  background-color: var(--linkcolor);
  -webkit-mask-image: var(--socialIcon, url('/images/linkedin.svg'));
          mask-image: var(--socialIcon, url('/images/linkedin.svg'));
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  display: inline-block;
  transition: background-color 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: 1;
}
.part--teamSocial .iconLinks__icon:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 31px;
  background-color: var(--btnFoldPseudoBg, #fff);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .part--teamSocial .iconLinks__icon:hover,
  .part--teamSocial .iconLinks__icon:focus {
    --foldToggleColor: #fff;
    --btnBorderColor: #fff;
    --btnGradient: none;
    --btnLinkColor: #fff;
    --btnLinkColorHov: #1077FF;
    --btnPseudoBg: transparent;
    --btnPseudoOpacity: 1;
    --textcolor: #fff;
    --textLinkcolor: #1A1A1A;
    --linkcolor-hov: #fff;
  }
  .part--teamSocial .iconLinks__icon:hover:before,
  .part--teamSocial .iconLinks__icon:focus:before {
    opacity: 0;
  }
  .part--teamSocial .iconLinks__icon:hover:after,
  .part--teamSocial .iconLinks__icon:focus:after {
    background-color: var(--linkcolor-hov);
  }
}
.part--teamSocial .iconLinks__icon--email {
  --socialIconWidth: 24px;
  --socialIcon: url('/images/email.svg');
}
.footstripe {
  background-color: #1A1A1A;
  --linkcolor: #fff;
  padding-top: calc(var(--spacePart) * 2);
  padding-bottom: calc(var(--spacePart) * 2);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.unit--footLinks {
  --spaceUnit: 0;
  --spacePart: 0;
  min-height: 20px;
  width: auto;
  min-width: 50px;
  display: flex;
}
#edit .unit--footLinks {
  outline: 1px dotted var(--textcolor);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.unit--footLinks .unit__body {
  display: flex;
  gap: 30px;
}
.unit--footLinks .part .open {
  hyphens: none;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 500;
}
.unit--footLogos {
  margin-top: calc(var(--spaceTotal) * 2);
  min-height: 20px;
  width: auto;
  min-width: 50px;
  display: flex;
}
#edit .unit--footLogos {
  outline: 1px dotted var(--textcolor);
}
.unit--footLogos .unit__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 25px 90px;
}
.unit--footLogos .part {
  width: max-content;
  min-width: 20px;
}
.navigation--footer {
  display: flex;
  flex-direction: column;
  gap: 30px 60px;
}
.navigation--footer div.sub1 {
  display: flex;
  flex-direction: column;
}
.navigation--footer div.sub1 > .item.cb-navi-target-naviPosMain > .menu {
  font-size: clamp(1.5625rem, 0.98231827vw + 1.32305992rem, 2.1875rem);
  line-height: clamp(1.875rem, 0.98231827vw + 1.63555992rem, 2.5rem);
}
.navigation--footer div.sub1 > .item > .menu {
  font-size: clamp(1.25rem, 0.58939096vw + 1.10633595rem, 1.625rem);
  line-height: clamp(1.625rem, 0.39292731vw + 1.52922397rem, 1.875rem);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.navigation--footer div.sub1 > .item > .menu.path {
  color: var(--linkcolor-hov);
}
a {
  color: var(--linkcolor);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
@media (hover: hover) and (pointer: fine) {
  a:hover,
  a:focus {
    color: var(--linkcolor-hov);
  }
}
.btn--primary .open {
  appearance: none;
  text-decoration: none;
  display: inline-block;
  padding: 10px 25px;
  box-sizing: border-box;
  text-align: center;
  background-color: transparent;
  border: solid 2px var(--btnBorderColor, transparent);
  background-image: var(--btnGradient, linear-gradient(to right, #1077FF, #E63BFF));
  background-origin: border-box;
  border-radius: 100vw;
  isolation: isolate;
  position: relative;
  cursor: pointer;
  color: var(--btnLinkColor, #1077FF);
  font-weight: 500;
}
.btn--primary .open:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vw;
  background-color: var(--btnPseudoBg, #fff);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .btn--primary .open:hover,
  .btn--primary .open:focus {
    color: var(--btnLinkColorHov, #fff);
  }
  .btn--primary .open:hover:before,
  .btn--primary .open:focus:before {
    opacity: var(--btnPseudoOpacity, 0);
    background-color: var(--btnPseudoBgHov, #fff);
  }
}
.part.load .load {
  appearance: none;
  text-decoration: none;
  display: inline-block;
  padding: 10px 25px;
  box-sizing: border-box;
  text-align: center;
  background-color: transparent;
  border: solid 2px var(--btnBorderColor, transparent);
  background-image: var(--btnGradient, linear-gradient(to right, #1077FF, #E63BFF));
  background-origin: border-box;
  border-radius: 100vw;
  isolation: isolate;
  position: relative;
  cursor: pointer;
  color: var(--btnLinkColor, #1077FF);
  font-weight: 500;
  display: inline-flex;
  gap: 15px;
  align-items: center;
}
.part.load .load:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vw;
  background-color: var(--btnPseudoBg, #fff);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .part.load .load:hover,
  .part.load .load:focus {
    color: var(--btnLinkColorHov, #fff);
  }
  .part.load .load:hover:before,
  .part.load .load:focus:before {
    opacity: var(--btnPseudoOpacity, 0);
    background-color: var(--btnPseudoBgHov, #fff);
  }
}
.part.load .load:after {
  content: '';
  width: 27px;
  height: 25px;
  background-color: var(--btnIconColor, #1077FF);
  -webkit-mask-size: var(--btnIconWidth, 27px);
          mask-size: var(--btnIconWidth, 27px);
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--btnIconUrl, url(/images/icon-download.svg));
          mask-image: var(--btnIconUrl, url(/images/icon-download.svg));
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
@media (hover: hover) and (pointer: fine) {
  .part.load .load:hover:after,
  .part.load .load:focus:after {
    background-color: var(--btnIconColorHover, #fff);
  }
}
.backlink {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
}
.backlink:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: var(--btnIconColor, #1A1A1A);
  -webkit-mask-size: var(--btnIconWidth, 20px);
          mask-size: var(--btnIconWidth, 20px);
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--btnIconUrl, url(/images/arrow-left.svg));
          mask-image: var(--btnIconUrl, url(/images/arrow-left.svg));
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
@media (hover: hover) and (pointer: fine) {
  .backlink:hover:before,
  .backlink:focus:before {
    background-color: var(--btnIconColorHover, #1A1A1A);
  }
}
.h1 {
  color: var(--textcolor);
  font-size: clamp(2.25rem, 1.86640472vw + 1.79506385rem, 3.4375rem);
  line-height: clamp(2.375rem, 2.1611002vw + 1.84823183rem, 3.75rem);
  font-weight: 300;
  text-wrap: balance;
}
.h2 {
  color: var(--textcolor);
  font-size: clamp(1.75rem, 0.68762279vw + 1.58239194rem, 2.1875rem);
  line-height: clamp(2.0625rem, 0.68762279vw + 1.89489194rem, 2.5rem);
  font-weight: 300;
  text-wrap: balance;
}
.h3 {
  color: var(--textcolor);
  font-size: clamp(1.4375rem, 0.29469548vw + 1.36566798rem, 1.625rem);
  line-height: clamp(1.875rem, 0.39292731vw + 1.77922397rem, 2.125rem);
  font-weight: 300;
  text-wrap: balance;
}
.h4 {
  color: var(--textcolor);
  font-size: clamp(1.25rem, 0vw + 1.25rem, 1.25rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  font-weight: 300;
  text-wrap: balance;
}
h1 {
  color: var(--textcolor);
  font-size: clamp(2.25rem, 1.86640472vw + 1.79506385rem, 3.4375rem);
  line-height: clamp(2.375rem, 2.1611002vw + 1.84823183rem, 3.75rem);
  font-weight: 300;
  text-wrap: balance;
}
.layout1 h1 {
  font-size: clamp(2.25rem, 2.84872299vw + 1.55562377rem, 4.0625rem);
  line-height: clamp(2.375rem, 2.1611002vw + 1.84823183rem, 3.75rem);
}
h2 {
  color: var(--textcolor);
  font-size: clamp(1.75rem, 0.68762279vw + 1.58239194rem, 2.1875rem);
  line-height: clamp(2.0625rem, 0.68762279vw + 1.89489194rem, 2.5rem);
  font-weight: 300;
  text-wrap: balance;
}
h3 {
  color: var(--textcolor);
  font-size: clamp(1.4375rem, 0.29469548vw + 1.36566798rem, 1.625rem);
  line-height: clamp(1.875rem, 0.39292731vw + 1.77922397rem, 2.125rem);
  font-weight: 300;
  text-wrap: balance;
}
h4 {
  color: var(--textcolor);
  font-size: clamp(1.25rem, 0vw + 1.25rem, 1.25rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  font-weight: 300;
  text-wrap: balance;
}
.loud {
  color: var(--textcolor);
  font-size: clamp(1.25rem, 0vw + 1.25rem, 1.25rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  font-weight: 300;
  text-wrap: balance;
}
.norm {
  color: var(--textcolor);
}
.pale {
  color: var(--textcolor);
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  line-height: clamp(1.1875rem, 0vw + 1.1875rem, 1.1875rem);
}
body:has(.navToggle[aria-expanded="true"]) {
  overflow: hidden;
}
@media (max-width: 1199px) {
  .navigation--desk {
    display: none;
  }
}
.navcorner {
  position: fixed;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: 2222;
  width: clamp(8.75rem, 20.13752456vw + 3.84147839rem, 21.5625rem);
  aspect-ratio: 1;
  isolation: isolate;
}
.navcorner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.9;
  background-color: var(--navBtnBg, #1A1A1A);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/corner-mask.svg);
          mask-image: url(/images/corner-mask.svg);
}
body:has(.navToggle[aria-expanded="true"]) .navcorner {
  --navBtnBg: #fff;
}
.navToggle {
  pointer-events: all;
  position: absolute;
  right: clamp(0.625rem, 0.98231827vw + 0.38555992rem, 1.25rem);
  top: clamp(0.625rem, 0.98231827vw + 0.38555992rem, 1.25rem);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.navToggle__icon {
  width: clamp(1.625rem, 1.86640472vw + 1.17006385rem, 2.8125rem);
  aspect-ratio: 1;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/nav-toggle-open.svg);
}
body:has(.navToggle[aria-expanded="true"]) .navToggle__icon {
  background-image: url(/images/nav-toggle-close.svg);
}
.navToggle__label {
  color: #fff;
  font-weight: 500;
  font-size: clamp(0.625rem, 0.58939096vw + 0.48133595rem, 1rem);
  line-height: clamp(0.8125rem, 0.58939096vw + 0.66883595rem, 1.1875rem);
}
@media (max-width: 767px) {
  .navToggle__label {
    display: none;
  }
}
body:has(.navToggle[aria-expanded="true"]) .navToggle__label {
  display: none;
}
.navToggle[aria-expanded="true"] .navToggle__line--1 {
  opacity: 0;
  transform: translateY(-10px);
}
.navToggle[aria-expanded="true"] .navToggle__line--2 {
  transform: translateY(-50%) rotate(-45deg);
}
.navToggle[aria-expanded="true"] .navToggle__line--3 {
  transform: translateY(-50%) rotate(45deg);
}
.navToggle[aria-expanded="true"] .navToggle__line--4 {
  opacity: 0;
  transform: translateY(10px);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/gradient.png);
  overflow-y: scroll;
  --deskWidth: 870px;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  --linkcolor-hov: #fff;
}
.mobile-navigation.is-visible {
  transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  min-height: 100svh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding-top: calc(var(--logoWidth));
  padding-bottom: calc(var(--logoWidth));
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (max-width: 1199px) {
  .mobile-navi-animation {
    padding-bottom: calc(var(--logoWidth) / 2);
  }
}
body:has(.navToggle[aria-expanded="true"]) .mobile-navi-animation {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.navGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-sizing: border-box;
  align-items: flex-end;
  gap: calc(var(--gutter)*3) var(--gutter);
}
@media (max-width: 1199px) {
  .navGrid {
    padding-inline: calc(var(--deskSpace) * 2);
    grid-template-columns: 1fr;
  }
}
.navGrid__column--two {
  padding-bottom: calc(var(--spaceTotal) * 1);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .navGrid__column--two {
    justify-content: flex-start;
  }
}
.navigation--desk {
  display: flex;
  flex-direction: column;
  gap: 30px 60px;
}
.mobile-navigation div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.mobile-navigation div.navi > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item {
  float: left;
  position: relative;
}
.mobile-navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item > .menu {
  display: block;
}
.mobile-navigation div.navi > .item > .menu.path {
  color: var(--linkcolor-hov);
}
.mobile-navigation .navigation__main div.sub1 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.mobile-navigation .navigation__main div.sub1 > .item > .menu {
  font-size: clamp(2.25rem, 1.86640472vw + 1.79506385rem, 3.4375rem);
  line-height: clamp(2.625rem, 1.76817289vw + 2.19400786rem, 3.75rem);
  font-weight: 300;
}
.mobile-navigation .navigation__second {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobile-navigation .navigation__second div.sub1 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.mobile-navigation .navigation__second div.sub1 > .item > .menu {
  font-size: clamp(1.625rem, 0.88408644vw + 1.40950393rem, 2.1875rem);
  line-height: clamp(2rem, 0.78585462vw + 1.80844794rem, 2.5rem);
  font-weight: 300;
}
#edit .unit--react.video,
#edit .videoPart__wrapper {
  min-height: 100px;
}
body:has(.videoPart__overlay.visible) {
  overflow: hidden;
}
.part--videoPopupPart {
  margin: 0!important;
  min-height: 20px;
  border-radius: var(--borderRadius);
  overflow: hidden;
}
.videoPart__wrapper {
  float: left;
  width: 100%;
  height: 100%;
}
.videoPart__snippet {
  float: left;
  width: 100%;
  height: 100%;
}
.videoPart__videoSnippet {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateZ(0);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.videoPart__videoFull {
  opacity: 0;
  animation: fadeIn 0.4s ease forwards;
  animation-delay: var(--videoDelay, 0.2s);
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.videoPart__overlay {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 100svw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.videoPart__overlay.visible {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: auto;
  transition: transform 0.5s ease, opacity 0.3s ease;
}
.videoPart__overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100svw;
  height: 100svh;
  transform: translate(-50%, -50%);
}
.videoPart__playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 55px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/play.svg);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .videoPart__playButton:hover,
  .videoPart__playButton:focus {
    scale: 1.1;
  }
}
.videoPart__closeButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background-color: #1A1A1A;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: 1111;
}
.videoPart__closeButton::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  color: var(--textcolor);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/close.svg);
  font-size: clamp(0.875rem, 0.19646365vw + 0.82711198rem, 1rem);
  line-height: clamp(1.5rem, 0.19646365vw + 1.45211198rem, 1.625rem);
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 768px) {
  .videoPart__closeButton:hover {
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .videoPart__closeButton {
    width: 40px;
    height: 40px;
  }
}
.ns-slider {
  float: left;
  width: 100%;
  position: relative;
}
.ns-slider__stage {
  float: left;
  width: 100%;
  position: relative;
}
.ns-slider--gallerySlider .ns-slider__area {
  float: left;
  width: calc(100% + 50vw);
  display: flex;
  gap: var(--gutter);
  align-items: center;
  clip-path: inset(0 0 0 0);
}
.ns-slider__section {
  float: left;
  width: 100%;
}
.ns-slider__cover {
  float: left;
  width: 100%;
}
.ns-slider--gallerySlider .ns-slide {
  float: left;
  height: clamp(13.4375rem, 29.46954813vw + 6.25429764rem, 32.1875rem);
  flex-shrink: 0;
  transition: all 0.8s cubic-bezier(0.3, 1, 0.8, 1);
  overflow: hidden;
  border-radius: var(--borderRadius);
}
.ns-slider--gallerySlider .ns-slide--variantOne {
  aspect-ratio: 3 / 4;
}
.ns-slider--gallerySlider .ns-slide--variantTwo {
  aspect-ratio: 4 / 3;
}
.ns-slide__content {
  width: 100%;
  height: 100%;
}
.ns-slider__part {
  float: left;
  width: 100%;
}
.ns-slider--gallerySlider .ns-slider__part--image {
  height: 100%;
  width: 100%;
}
.ns-slider--gallerySlider .ns-slider__part--image img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.ns-slider__controls {
  box-sizing: border-box;
  position: relative;
  float: right;
  z-index: 2;
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: calc(var(--spaceTotal) * 1);
}
@media (max-width: 767px) {
  .ns-slider__controls {
    gap: 15px;
  }
}
.ns-sliderControl {
  position: relative;
  width: 35px;
  aspect-ratio: 1;
  cursor: pointer;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (max-width: 767px) {
  .ns-sliderControl {
    width: 20px;
  }
}
#view .is-noSlider .ns-sliderControl {
  display: none;
}
.ns-sliderControl--prev {
  left: 0;
  background-image: url(/images/slider-arrow-prev.svg);
}
.ns-sliderControl--next {
  right: 0;
  background-image: url(/images/slider-arrow-next.svg);
}
.ns-teaserFilter__unit {
  display: none;
}
.ns-teaserFilter__unit.ns-teaserFilter__unit--activated {
  display: block;
  opacity: 0;
  transform: translateY(-20px) scale(0.98);
  transition: transform 0.4s, opacity 0.4s !important;
}
.ns-teaserFilter__unit.ns-teaserFilter__unit--active {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.ns-teaserFilter {
  float: left;
  width: 100%;
  position: relative;
  z-index: 20;
  margin-top: calc(var(--spaceTotal) * 1);
}
.ns-teaserFilter__wrapper {
  float: left;
  width: 100%;
  position: relative;
}
.ns-teaserFilter__toggle {
  display: none;
}
.ns-teaserFilter__content {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ns-teaserFilter__cover {
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.ns-teaserFilter__list {
  float: left;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.ns-teaserFilter__actions {
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.ns-teaserFilter__link {
  margin-bottom: 10px;
  color: var(--sitecolor);
  cursor: pointer;
  transition: all cubic-bezier(0.3, 1, 0.8, 1);
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaserFilter__link:hover,
  .ns-teaserFilter__link:focus {
    color: var(--sitecolor);
  }
}
@media (min-width: 1200px) {
  .ns-teaserFilter__link--confirm {
    display: none;
  }
}
.ns-teaserFilter__group {
  float: left;
  width: 100%;
  border-top: 1px solid var(--textcolor);
  border-bottom: 1px solid var(--textcolor);
  margin-top: -1px;
}
.ns-teaserFilter__group:first-child {
  margin-top: 0;
}
.ns-teaserFilter__groupToggle {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 25px 20px 25px 0;
  box-sizing: border-box;
  position: relative;
  color: var(--textcolor);
}
.ns-teaserFilter__groupToggle:hover,
.ns-teaserFilter__groupToggle:focus {
  color: var(--textcolor);
}
.ns-teaserFilter__groupToggle:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-color: transparent;
  border-top-color: #000;
  border-width: 7px 5px 0 5px;
}
.ns-teaserFilter__groupToggle.is-active:after {
  transform: translateY(-50%) rotate(-180deg);
}
.ns-teaserFilter__groupContent {
  float: left;
  width: 100%;
  overflow: hidden;
  max-height: 0;
}
.ns-teaserFilter__group.is-open .ns-teaserFilter__groupContent {
  max-height: initial;
}
.ns-teaserFilter__content .ns-teaserFilter__item {
  appearance: none;
  text-decoration: none;
  display: inline-block;
  padding: 10px 25px;
  box-sizing: border-box;
  text-align: center;
  background-color: transparent;
  border: solid 2px var(--btnBorderColor, transparent);
  background-image: var(--btnGradient, linear-gradient(to right, #1077FF, #E63BFF));
  background-origin: border-box;
  border-radius: 100vw;
  isolation: isolate;
  position: relative;
  cursor: pointer;
  color: var(--btnLinkColor, #1077FF);
  font-weight: 500;
}
.ns-teaserFilter__content .ns-teaserFilter__item:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vw;
  background-color: var(--btnPseudoBg, #fff);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaserFilter__content .ns-teaserFilter__item:hover,
  .ns-teaserFilter__content .ns-teaserFilter__item:focus {
    color: var(--btnLinkColorHov, #fff);
  }
  .ns-teaserFilter__content .ns-teaserFilter__item:hover:before,
  .ns-teaserFilter__content .ns-teaserFilter__item:focus:before {
    opacity: var(--btnPseudoOpacity, 0);
    background-color: var(--btnPseudoBgHov, #fff);
  }
}
.ns-teaserFilter__content .ns-teaserFilter__item.is-selected {
  color: var(--btnLinkColorHov, #fff);
}
.ns-teaserFilter__content .ns-teaserFilter__item.is-selected:before {
  opacity: var(--btnPseudoOpacity, 0);
  background-color: var(--btnPseudoBgHov, #fff);
}
.teaserMark {
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.teaserMark mark {
  background-color: #1077FF;
  color: white;
  padding: 4px 8px;
  box-sizing: border-box;
}
#view .teaserMark {
  display: none;
}
.ns-teaserWrapper--referenz {
  float: left;
  width: 100%;
  position: relative;
}
.ns-teaserWrapper--referenz .ns-teaserArea {
  float: left;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 50px var(--gutter);
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
@media (max-width: 767px) {
  .ns-teaserWrapper--referenz .ns-teaserArea {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.ns-teaserWrapper--referenz .ns-slider__section {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.ns-teaserWrapper--referenz .ns-slider__section:first-child {
  margin-top: 0;
}
.ns-teaserWrapper--referenz .ns-slider__cover {
  float: left;
  width: 100%;
  position: relative;
}
.ns-teaserWrapper--referenz .ns-slider__stage {
  float: left;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ns-teaser--referenz {
    grid-column: span 2;
  }
  .ns-teaser--referenz:nth-child(5n+4),
  .ns-teaser--referenz:nth-child(5n+5) {
    grid-column: span 3;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser--referenz.is-linkAround:hover .ns-teaser__part--pict:before,
  .ns-teaser--referenz.is-linkAround:focus .ns-teaser__part--pict:before {
    transform: translate(5px, -4px) !important;
  }
  .ns-teaser--referenz.is-linkAround:hover .ns-teaser__part--pict img:not(.svg),
  .ns-teaser--referenz.is-linkAround:focus .ns-teaser__part--pict img:not(.svg) {
    scale: 1.05;
  }
}
.ns-teaser--referenz .ns-teaser__content {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacePart) * 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.ns-teaser--referenz .ns-teaser__part--pict {
  margin: 0;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  margin-bottom: calc(var(--spacePart) * 1);
}
.ns-teaser--referenz .ns-teaser__part--pict:after {
  content: '';
  width: 167px;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(134.3deg, #54E3B6 9.49%, #703DEA 49.49%, #E63BFF 97.74%);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/corner-mask.svg);
          mask-image: url(/images/corner-mask.svg);
}
.ns-teaser--referenz .ns-teaser__part--pict:before {
  content: '';
  position: absolute;
  top: 11px;
  right: 10px;
  width: 24px;
  aspect-ratio: 1;
  z-index: 2;
  background-color: #fff;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/img-arrow.svg);
          mask-image: url(/images/img-arrow.svg);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.ns-teaser--referenz .ns-teaser__part--pict .ns-teaser__imageContainer {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 810 / 514;
  border-radius: var(--borderRadius);
}
.ns-teaser--referenz .ns-teaser__part--pict .ns-teaser__image {
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  width: 100% !important;
  max-width: 100%!important;
  max-height: 100%!important;
}
.ns-teaser--referenz .ns-teaser__part--link .ns-teaserLink {
  appearance: none;
  text-decoration: none;
  display: inline-block;
  padding: 10px 25px;
  box-sizing: border-box;
  text-align: center;
  background-color: transparent;
  border: solid 2px var(--btnBorderColor, transparent);
  background-image: var(--btnGradient, linear-gradient(to right, #1077FF, #E63BFF));
  background-origin: border-box;
  border-radius: 100vw;
  isolation: isolate;
  position: relative;
  cursor: pointer;
  color: var(--btnLinkColor, #1077FF);
  font-weight: 500;
}
.ns-teaser--referenz .ns-teaser__part--link .ns-teaserLink:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vw;
  background-color: var(--btnPseudoBg, #fff);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser--referenz .ns-teaser__part--link .ns-teaserLink:hover,
  .ns-teaser--referenz .ns-teaser__part--link .ns-teaserLink:focus {
    color: var(--btnLinkColorHov, #fff);
  }
  .ns-teaser--referenz .ns-teaser__part--link .ns-teaserLink:hover:before,
  .ns-teaser--referenz .ns-teaser__part--link .ns-teaserLink:focus:before {
    opacity: var(--btnPseudoOpacity, 0);
    background-color: var(--btnPseudoBgHov, #fff);
  }
}
.ns-teaserWrapper--referenz .ns-teaser__part--title {
  font-weight: 500;
}
.ns-teaserWrapper--referenz .ns-teaser__part--title.title {
  color: var(--textcolor);
  font-size: clamp(1.25rem, 0vw + 1.25rem, 1.25rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  font-weight: 300;
  text-wrap: balance;
  font-weight: 500;
}
.ns-teaserWrapper--referenz .ns-actions {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 2);
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ns-teaserWrapper--referenz .ns-actions__link {
  appearance: none;
  text-decoration: none;
  display: inline-block;
  padding: 10px 25px;
  box-sizing: border-box;
  text-align: center;
  background-color: transparent;
  border: solid 2px var(--btnBorderColor, transparent);
  background-image: var(--btnGradient, linear-gradient(to right, #1077FF, #E63BFF));
  background-origin: border-box;
  border-radius: 100vw;
  isolation: isolate;
  position: relative;
  cursor: pointer;
  color: var(--btnLinkColor, #1077FF);
  font-weight: 500;
}
.ns-teaserWrapper--referenz .ns-actions__link:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vw;
  background-color: var(--btnPseudoBg, #fff);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaserWrapper--referenz .ns-actions__link:hover,
  .ns-teaserWrapper--referenz .ns-actions__link:focus {
    color: var(--btnLinkColorHov, #fff);
  }
  .ns-teaserWrapper--referenz .ns-actions__link:hover:before,
  .ns-teaserWrapper--referenz .ns-actions__link:focus:before {
    opacity: var(--btnPseudoOpacity, 0);
    background-color: var(--btnPseudoBgHov, #fff);
  }
}
.section--teaserWorkshopSuggestionsSlider,
.section--teaserRetreatSuggestionsSlider,
.section--teaserWorkshopSlider {
  padding-top: calc(var(--spaceTotal) * 2);
  padding-bottom: calc(var(--spaceTotal) * 2);
  box-sizing: border-box;
}
.ns-teaserSlider--referenz .ns-slider__section {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ns-teaserSlider--referenz .ns-slider__cover {
  float: left;
  width: 100%;
  position: relative;
}
.ns-teaserSlider--referenz .ns-slider__stage {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ns-teaserSlider--referenz .ns-slider__area {
  float: left;
  width: calc(100% + var(--gutter));
  margin-left: calc((var(--gutter) / 2) * -1);
  display: flex;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.ns-teaser--referenzSlide {
  float: left;
  width: calc((100% / var(--slideCount, 3)) - var(--gutter));
  margin-left: calc((var(--gutter) / 2));
  margin-right: calc((var(--gutter) / 2));
  flex-shrink: 0;
  transition: margin 0.6s;
  box-sizing: border-box;
  align-self: stretch;
}
@media (max-width: 1199px) {
  .ns-teaser--referenzSlide {
    --slideCount: 2;
  }
}
@media (max-width: 767px) {
  .ns-teaser--referenzSlide {
    --slideCount: 1;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser--referenzSlide.is-anchor:hover .ns-teaser__part--pict:before,
  .ns-teaser--referenzSlide.is-anchor:focus .ns-teaser__part--pict:before {
    transform: translate(5px, -4px);
  }
  .ns-teaser--referenzSlide.is-anchor:hover .ns-teaser__part--pict .ns-teaser__image,
  .ns-teaser--referenzSlide.is-anchor:focus .ns-teaser__part--pict .ns-teaser__image {
    scale: 1.05;
  }
  .ns-teaser--referenzSlide.is-anchor:hover .ns-teaser__part--link .ns-teaserLink,
  .ns-teaser--referenzSlide.is-anchor:focus .ns-teaser__part--link .ns-teaserLink {
    color: var(--btnLinkColorHov, #fff);
  }
  .ns-teaser--referenzSlide.is-anchor:hover .ns-teaser__part--link .ns-teaserLink:before,
  .ns-teaser--referenzSlide.is-anchor:focus .ns-teaser__part--link .ns-teaserLink:before {
    opacity: var(--btnPseudoOpacity, 0);
    background-color: var(--btnPseudoBgHov, #fff);
  }
}
.ns-teaser--referenzSlide .ns-teaser__content {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacePart) * 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.ns-teaser--referenzSlide .ns-teaser__partGroup {
  position: relative;
  width: 100%;
  isolation: isolate;
}
.ns-teaser--referenzSlide .ns-teaser__part--pict {
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  margin-bottom: calc(var(--spacePart) * 1);
  position: relative;
}
.ns-teaser--referenzSlide .ns-teaser__part--pict:after {
  content: '';
  width: 167px;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(134.3deg, #54E3B6 9.49%, #703DEA 49.49%, #E63BFF 97.74%);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/corner-mask.svg);
          mask-image: url(/images/corner-mask.svg);
}
.ns-teaser--referenzSlide .ns-teaser__part--pict:before {
  content: '';
  position: absolute;
  top: 11px;
  right: 10px;
  width: 24px;
  aspect-ratio: 1;
  z-index: 2;
  background-color: #fff;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/img-arrow.svg);
          mask-image: url(/images/img-arrow.svg);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.ns-teaser--referenzSlide .ns-teaser__part--pict .ns-teaser__imageContainer {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 810 / 514;
  border-radius: var(--borderRadius);
}
.ns-teaser--referenzSlide .ns-teaser__part--pict .ns-teaser__image {
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  width: 100% !important;
  max-width: 100%!important;
  max-height: 100%!important;
}
.ns-teaser--referenzSlide .ns-teaser__part--title {
  font-weight: 500;
}
.ns-teaser--referenzSlide .ns-teaser__part--title.title {
  color: var(--textcolor);
  font-size: clamp(1.25rem, 0vw + 1.25rem, 1.25rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  font-weight: 300;
  text-wrap: balance;
  font-weight: 500;
}
/*# sourceMappingURL=./screen-small.css.map */