:root {
  --headerHeight: 136px;
  --mainTextColor: #3B4B53;
  --altTextColor: #7993A0;
  --buttonMainColor: #7993A0;
  --buttonTextColor: #3B4B53;
  --buttonTextColorHover: #fff;
  --altVerticalSpaceSmall: 94px;
  --altVerticalSpaceLarge: 190px;
  --formInputBackground: #F3F5F7;
  --fakeMoodHeight: 604px;
  --rootFaderOverlap: 230px;
  --faderControlWidth: 124px;
}
:root .area--one .unitFour--backgroundColorBlue {
  --mainTextColor: #F3F5F7;
  --altTextColor: #3B4B53;
  --buttonMainColor: #3B4B53;
  --buttonTextColor: #fff;
  --buttonTextColorHover: #fff;
}
:root .area--one .unitFour--backgroundColorDarkblue,
:root .footsection--1 {
  --mainTextColor: #F3F5F7;
  --buttonTextColor: #fff;
}
:root .section--lightblue {
  --formInputBackground: #fff;
}
:root .ns-rootFaderSlide__content {
  --buttonMainColor: #fff;
  --buttonTextColor: #fff;
  --buttonTextColorHover: #3B4B53;
}
@media (max-width: 1279px) {
  :root {
    --headerHeight: 100px;
    --altVerticalSpaceSmall: 70px;
    --altVerticalSpaceLarge: 140px;
    --fakeMoodHeight: 420px;
    --rootFaderOverlap: 115px;
    --faderControlWidth: 80px;
  }
}
@media (max-width: 767px) {
  :root {
    --headerHeight: 82px;
    --altVerticalSpaceSmall: 35px;
    --altVerticalSpaceLarge: 75px;
    --fakeMoodHeight: 264px;
    --faderControlWidth: 44px;
  }
}
:root {
  --deskWidth: 1462px;
  --deskWidthSmall: 962px;
  --deskSpace: 80px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 1279px) {
  :root {
    --deskSpace: 40px;
    --deskWidthSmall: 600px;
  }
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 28px;
  }
}
:root {
  --spacePart: 15px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 53px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 35px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 16px;
  }
}
:root {
  --spaceTotal: 68px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 50px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 26px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1279px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: transparent;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: var(--buttonTextColor);
  font-family: inherit;
  cursor: pointer;
  padding: 14px 54px 14px 22px;
  appearance: none;
  border-radius: 1px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid var(--buttonMainColor);
  transition: all 0.24s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonMainColor), var(--buttonMainColor));
  position: relative;
}
.button:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 100%;
  background-color: var(--buttonMainColor);
  mask-size: auto 18px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-right.svg);
  transition: all 0.24s;
}
.button:hover,
.button:focus,
.ns-projectTeaser:hover .button {
  background-size: 100% 100%;
  color: var(--buttonTextColorHover);
}
.button:hover:after,
.button:focus:after,
.ns-projectTeaser:hover .button:after {
  background-color: var(--buttonTextColorHover);
}
@media (max-width: 1279px) {
  .button {
    font-size: 17px;
    line-height: 1.52941176;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@font-face {
  font-family: "Graphit";
  font-weight: 400;
  src: url("/extras/fonts/Graphit-Web-Regular.woff2") format("woff2"), url("/extras/fonts/Graphit-Web-Regular.woff") format("woff");
}
@font-face {
  font-family: "Graphit";
  font-weight: 500;
  src: url("/extras/fonts/Graphit-Web-Medium.woff2") format("woff2"), url("/extras/fonts/Graphit-Web-Medium.woff") format("woff");
}
@font-face {
  font-family: "Graphit";
  font-weight: 700;
  src: url("/extras/fonts/Graphit-Web-Bold.woff2") format("woff2"), url("/extras/fonts/Graphit-Web-Bold.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
}
*::selection {
  background: #7993A0;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: 700;
  color: var(--altTextColor);
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 21px;
  font-family: 'Graphit', sans-serif;
  line-height: 1.42857143;
}
.unit caption {
  display: none;
}
.flag {
  background: #7993A0;
  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: 30px;
  font-size: 18px;
  line-height: 1.33333333;
  font-weight: 500;
  max-width: 714px;
}
@media (max-width: 767px) {
  .cb-image-caption {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: 400;
  }
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
div.load a.load {
  display: inline-block;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-download-black.svg);
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid #3B4B53;
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.part.cb-youtube iframe,
.part.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.part.cb-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.part.cb-share .cb-service {
  float: left;
  margin-left: 16px;
}
.part.cb-share .cb-service:first-child {
  margin-left: 0;
}
.part.cb-share .cb-service * {
  float: left;
}
.part.cb-share .cb-service a {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10000px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.part.cb-share .cb-service a:hover {
  filter: invert(1);
}
.part.cb-share .cb-service.cb-service-facebook-share a {
  background-size: auto 24px;
  background-image: url(/images/cb-default/socialShare-facebook-black.svg);
}
.part.cb-share .cb-service.cb-service-twitter a {
  background-size: auto 18px;
  background-image: url(/images/cb-default/socialShare-twitter-black.svg);
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--bullet li:before {
  content: '–';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: 100%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  height: 604px !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);
  transform: scale(1.05);
  transition: all 0.12s;
}
#slides img.lazyimage.lazyloaded {
  filter: blur(0);
  transform: scale(1);
}
#expo div.link {
  display: none;
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  transform: translateY(-50%);
  background: #7993A0;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#expo a.link.prev {
  left: 20px;
}
#expo a.link.next {
  right: 20px;
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cb-index-all td {
  float: left;
  display: block;
  margin: 0 10px;
}
.cb-index-all td.init {
  margin-left: 0;
}
.cb-index-all td.exit {
  margin-right: 0;
}
.cb-index-all a {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background: #fff;
  border-radius: 16px;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: #7993A0;
}
.cb-index-some {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.cb-index-some td {
  float: left;
  display: block;
  color: #fff;
}
.cb-index-some td:first-child:after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}
.cb-index-some a {
  color: #fff;
}
.cb-index-some a:hover,
.cb-index-some a:focus {
  color: #fff;
}
#over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.8);
}
#disp {
  position: absolute;
  z-index: 5001;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'Graphit', sans-serif;
  line-height: 1.42857143;
  color: #3B4B53;
}
@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: #7993A0;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #7993A0;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  background-color: transparent;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: var(--buttonTextColor);
  font-family: inherit;
  cursor: pointer;
  padding: 14px 54px 14px 22px;
  appearance: none;
  border-radius: 1px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid var(--buttonMainColor);
  transition: all 0.24s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonMainColor), var(--buttonMainColor));
  position: relative;
  line-height: 1.42857143;
}
#disp .foot input:after,
#disp .foot a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 100%;
  background-color: var(--buttonMainColor);
  mask-size: auto 18px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-right.svg);
  transition: all 0.24s;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus,
.ns-projectTeaser:hover #disp .foot input,
.ns-projectTeaser:hover #disp .foot a {
  background-size: 100% 100%;
  color: var(--buttonTextColorHover);
}
#disp .foot input:hover:after,
#disp .foot a:hover:after,
#disp .foot input:focus:after,
#disp .foot a:focus:after,
.ns-projectTeaser:hover #disp .foot input:after,
.ns-projectTeaser:hover #disp .foot a:after {
  background-color: var(--buttonTextColorHover);
}
@media (max-width: 1279px) {
  #disp .foot input,
  #disp .foot a {
    font-size: 17px;
    line-height: 1.52941176;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input[type*="radio"],
#disp input[type*="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1279px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'Graphit', 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;
  }
}
.area--one .unit--form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--one .unit--form .unit__content {
  max-width: var(--deskWidthSmall);
}
.area--one .unit--form .unit__body {
  width: calc(100% + 30px);
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
}
.area--one .unit--form .part {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
@media (min-width: 768px) {
  .area--one .unit--form .part--slim {
    width: calc(50% - 30px);
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 1.66666667;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 62px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: var(--formInputBackground);
  min-height: 62px;
  padding: 5px 20px;
  appearance: none;
  font-weight: 500;
  color: #3B4B53;
  background-size: 0 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #3B4B53, #3B4B53);
  transition: all 0.24s;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form input.text::placeholder,
.unit.form textarea::placeholder {
  font-weight: 500;
  color: #7993A0;
}
.unit.form input.text:focus,
.unit.form textarea:focus {
  background-size: 100% 3px;
}
.unit.form textarea {
  padding: 20px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 26px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 30px;
  vertical-align: top;
}
@media (max-width: 1279px) {
  .unit.form div.tick input {
    height: 26px;
  }
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 16px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Graphit', sans-serif;
  font-size: 21px;
  line-height: 1.42857143;
  background: var(--formInputBackground);
  height: 62px;
  border: 1px solid #3B4B53;
  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 {
  background-color: transparent;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: var(--buttonTextColor);
  font-family: inherit;
  cursor: pointer;
  padding: 14px 54px 14px 22px;
  appearance: none;
  border-radius: 1px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid var(--buttonMainColor);
  transition: all 0.24s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonMainColor), var(--buttonMainColor));
  position: relative;
  margin-right: 16px;
}
.unit.form .ship div.chop span::file-selector-button:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 100%;
  background-color: var(--buttonMainColor);
  mask-size: auto 18px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-right.svg);
  transition: all 0.24s;
}
.unit.form .ship div.chop span::file-selector-button:hover,
.unit.form .ship div.chop span::file-selector-button:focus,
.ns-projectTeaser:hover .unit.form .ship div.chop span::file-selector-button {
  background-size: 100% 100%;
  color: var(--buttonTextColorHover);
}
.unit.form .ship div.chop span::file-selector-button:hover:after,
.unit.form .ship div.chop span::file-selector-button:focus:after,
.ns-projectTeaser:hover .unit.form .ship div.chop span::file-selector-button:after {
  background-color: var(--buttonTextColorHover);
}
@media (max-width: 1279px) {
  .unit.form .ship div.chop span::file-selector-button {
    font-size: 17px;
    line-height: 1.52941176;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.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: 62px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  background-color: transparent;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: var(--buttonTextColor);
  font-family: inherit;
  cursor: pointer;
  padding: 14px 54px 14px 22px;
  appearance: none;
  border-radius: 1px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid var(--buttonMainColor);
  transition: all 0.24s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonMainColor), var(--buttonMainColor));
  position: relative;
}
.unit.form .submit:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 100%;
  background-color: var(--buttonMainColor);
  mask-size: auto 18px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-right.svg);
  transition: all 0.24s;
}
.unit.form .submit:hover,
.unit.form .submit:focus,
.ns-projectTeaser:hover .unit.form .submit {
  background-size: 100% 100%;
  color: var(--buttonTextColorHover);
}
.unit.form .submit:hover:after,
.unit.form .submit:focus:after,
.ns-projectTeaser:hover .unit.form .submit:after {
  background-color: var(--buttonTextColorHover);
}
@media (max-width: 1279px) {
  .unit.form .submit {
    font-size: 17px;
    line-height: 1.52941176;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.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: #3B4B53;
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  background-color: transparent;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: var(--buttonTextColor);
  font-family: inherit;
  cursor: pointer;
  padding: 14px 54px 14px 22px;
  appearance: none;
  border-radius: 1px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid var(--buttonMainColor);
  transition: all 0.24s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonMainColor), var(--buttonMainColor));
  position: relative;
}
.two-step-verification-container a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 100%;
  background-color: var(--buttonMainColor);
  mask-size: auto 18px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-right.svg);
  transition: all 0.24s;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus,
.ns-projectTeaser:hover .two-step-verification-container a {
  background-size: 100% 100%;
  color: var(--buttonTextColorHover);
}
.two-step-verification-container a:hover:after,
.two-step-verification-container a:focus:after,
.ns-projectTeaser:hover .two-step-verification-container a:after {
  background-color: var(--buttonTextColorHover);
}
@media (max-width: 1279px) {
  .two-step-verification-container a {
    font-size: 17px;
    line-height: 1.52941176;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: 700;
}
.table td {
  padding: 5px 10px;
  vertical-align: top;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: 700;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.73794003vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
.logo {
  float: left;
  height: 76px;
}
@media (max-width: 1279px) {
  .logo {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .logo {
    height: 46px;
  }
}
.logo__image {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
}
.layout7 #head {
  margin-bottom: calc(var(--altVerticalSpaceSmall) - var(--spaceTotal));
}
body:not(.layout2, .layout4, .layout7) #head {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s 0.1s;
}
body:not(.layout2, .layout4, .layout7).show-content #head {
  opacity: 1;
  transform: translateY(0);
}
.scroll-animated {
  opacity: 0;
  transform: translateY(200px);
  transition: all 0.8s 0.2s;
}
.scroll-animated.scroll-animated--active {
  opacity: 1;
  transform: translateY(0);
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Graphit', sans-serif;
  font-size: 21px;
  line-height: 1.42857143;
  color: var(--mainTextColor);
  accent-color: #7993A0;
  overflow: hidden;
  hyphens: none;
  opacity: 0.01;
  transition: all 0.4s;
}
.show-content .wrapper {
  opacity: 1;
}
.layout2 .wrapper,
.layout4 .wrapper,
.layout6 .wrapper,
.layout7 .wrapper {
  box-sizing: border-box;
  padding-top: var(--headerHeight);
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: var(--deskMaxWidth);
  width: var(--deskWidth);
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  background-color: #F3F5F7;
}
.section--lead {
  background-color: #F3F5F7;
  padding-top: var(--headerHeight);
}
.layout2 .section--lead,
.layout4 .section--lead,
.layout6 .section--lead,
.layout7 .section--lead {
  display: none;
}
.section--lightblue {
  background-color: #F3F5F7;
  margin-top: calc(var(--altVerticalSpaceLarge) - var(--spaceTotal));
  margin-bottom: calc(var(--altVerticalSpaceLarge) - var(--spaceTotal));
  padding-top: calc(var(--altVerticalSpaceLarge) - var(--spaceTotal));
  padding-bottom: calc(var(--altVerticalSpaceLarge) - var(--spaceTotal));
  display: none;
}
#edit.layout1 .section--lightblue.section--area2,
#view.layout1:not(.area2--empty) .section--lightblue.section--area2,
#edit.layout1 .section--lightblue.section--area4,
#view.layout1:not(.area4--empty) .section--lightblue.section--area4 {
  display: block;
}
#edit.layout2 .section--lightblue.section--area2,
#view.layout2:not(.area2--empty) .section--lightblue.section--area2 {
  display: block;
}
#edit.layout4 .section--lightblue.section--area2,
#view.layout4:not(.area2--empty) .section--lightblue.section--area2 {
  display: block;
}
#edit.layout6 .section--lightblue.section--area4,
#view.layout6:not(.area4--empty) .section--lightblue.section--area4 {
  display: block;
}
#edit.layout7 .section--lightblue.section--area2,
#view.layout7:not(.area2--empty) .section--lightblue.section--area2 {
  display: block;
}
.section--cta {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.footerCallToActionBackgroundLightblue .section--cta {
  background-color: #F3F5F7;
  margin-top: calc(var(--altVerticalSpaceLarge) - var(--spaceTotal));
  margin-bottom: calc((var(--altVerticalSpaceLarge) - var(--spaceTotal)) * -1);
  padding-top: var(--altVerticalSpaceLarge);
  padding-bottom: var(--altVerticalSpaceLarge);
}
.section--footer {
  margin-top: calc(var(--altVerticalSpaceLarge) - var(--spaceTotal));
  z-index: 2;
}
.footerCallToActionBackgroundLightblue .section--footer {
  background-color: #F3F5F7;
}
.footerCallToActionNone .section--footer {
  background-color: transparent !important;
}
.layout2 .section--area2:has(.unit--imageGallery:first-child),
.layout4 .section--area2:has(.unit--imageGallery:first-child) {
  margin-top: calc(((var(--altVerticalSpaceLarge) * 2) - var(--spaceTotal)));
}
.layout6 .section--projectTeaserRecent {
  background-color: #F3F5F7;
  margin-top: calc((((var(--altVerticalSpaceLarge) * 2) + (var(--altVerticalSpaceSmall) + 50px)) - var(--spaceTotal)));
  margin-bottom: calc(var(--altVerticalSpaceLarge) - var(--spaceTotal));
  padding-top: calc(var(--altVerticalSpaceLarge) - var(--spaceTotal));
  padding-bottom: calc(var(--altVerticalSpaceLarge) - var(--spaceTotal));
}
@media (max-width: 1279px) {
  .layout6 .section--projectTeaserRecent {
    margin-top: calc((((var(--altVerticalSpaceLarge) * 2) + (var(--altVerticalSpaceSmall) + 34px)) - var(--spaceTotal)));
  }
}
.layout6 .section--pfad {
  display: none;
}
.content {
  float: left;
  width: 100%;
}
.section--header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: var(--headerHeight);
}
.section--lead .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .section--lead .content {
    flex-direction: column;
  }
}
.layout6 .section--projectTeaserRecent .content {
  margin-top: calc(((var(--altVerticalSpaceLarge) * 2) + (var(--altVerticalSpaceSmall) + 50px)) * -1);
}
@media (max-width: 1279px) {
  .layout6 .section--projectTeaserRecent .content {
    margin-top: calc(((var(--altVerticalSpaceLarge) * 2) + (var(--altVerticalSpaceSmall) + 34px)) * -1);
  }
}
.subcontent {
  float: left;
  width: 100%;
}
.layout3 .section--lead .subcontent.subcontent--1 {
  max-width: 100%;
}
.layout3 .section--lead .subcontent.subcontent--2 {
  display: none;
}
@media (max-width: 767px) {
  .section--lead .subcontent.subcontent--1 {
    order: 2;
    margin-top: calc(var(--spaceTotal) * 2);
    margin-bottom: calc(var(--spaceTotal) * 2);
  }
  .section--lead .subcontent.subcontent--2 {
    order: 1;
    width: calc(100% + var(--deskSpace));
  }
}
.navigation {
  float: left;
}
@media (max-width: 1279px) {
  .navigation {
    display: none;
  }
}
.pfad {
  float: left;
  width: 100%;
  margin-top: var(--altVerticalSpaceSmall);
  display: flex;
  align-items: center;
}
.pfad__content {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #7993A0;
}
.pfad__content::-webkit-scrollbar {
  display: none;
}
.pfad__content a {
  text-decoration: none;
  white-space: nowrap;
  margin: 0 14px;
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #7993A0, #7993A0);
  transition: all 0.24s;
  position: relative;
}
.pfad__content a:before {
  content: '';
  position: absolute;
  left: -28px;
  top: 0;
  width: 28px;
  height: 100%;
  background-color: #7993A0;
  z-index: 2;
  pointer-events: none;
  mask-size: auto 10px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-right.svg);
}
.pfad__content a:hover,
.pfad__content a:focus {
  color: #3B4B53;
  background-size: 100% 2px;
}
.pfad__content .pfad__root {
  float: left;
  margin-left: 0;
  width: 16px;
  height: 14px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background: none;
  background-color: #7993A0;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/icon-home.svg);
  transition: all 0.24s;
}
.pfad__content .pfad__root:hover,
.pfad__content .pfad__root:focus {
  background-color: #3B4B53;
}
.pageTitles {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--one .pageTitles {
  margin-top: var(--altVerticalSpaceLarge);
}
.layout7 .section--one .pageTitles {
  margin-top: var(--altVerticalSpaceSmall);
}
.pageTitles__content {
  float: left;
  width: 100%;
}
.section--one .pageTitles__content {
  max-width: var(--deskWidthSmall);
}
.cbdModule--pageLead {
  position: relative;
  z-index: 2;
  margin-top: calc(var(--spacePart) * 2);
}
body:not(.layout2, .layout4, .layout7) .cbdModule--pageLead {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s 0.2s;
}
body:not(.layout2, .layout4, .layout7).show-content .cbdModule--pageLead {
  opacity: 1;
  transform: translateY(0);
}
.layout2 .cbdModule--pageLead,
.layout4 .cbdModule--pageLead,
.layout7 .cbdModule--pageLead {
  margin-bottom: calc(((var(--spaceTotal) * 2) - var(--altVerticalSpaceSmall)) * -1);
}
.layout6 .cbdModule--pageLead {
  margin-bottom: calc(var(--altVerticalSpaceSmall) - var(--spaceTotal));
}
.cbdModule--teaserLead {
  margin-top: calc(var(--spaceTotal) * 2);
  position: relative;
}
#edit .cbdModule--teaserLead {
  padding-top: 34px;
}
#edit .cbdModule--teaserLead:before {
  content: 'Text des Teasers';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.33333333;
  font-weight: 700;
  min-height: 24px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  background-color: #71CAF3;
  color: #fff;
  padding: 4px 10px;
}
.unit--fakeMood {
  float: left;
  width: 100%;
  min-height: var(--fakeMoodHeight);
  opacity: 0;
  transform: translateX(60px);
  transition: all 0.6s;
}
.show-content .unit--fakeMood {
  opacity: 1;
  transform: translateX(0);
}
.unit--fakeMood .part {
  height: var(--fakeMoodHeight);
  margin-top: 0;
  margin-bottom: 0;
}
.unit--fakeMood .part--file * {
  height: 100%;
}
.unit--fakeMood .part--file img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.unit--fakeMood .part--file .placeholder {
  padding-bottom: 0;
}
.unit--fakeMood .part.cb-googlemaps,
.unit--fakeMood .part.cb-googlemaps .cb-googlemapscontainer,
.unit--fakeMood .part.cb-googlemaps .cb-undraggable {
  height: var(--fakeMoodHeight) !important;
}
#view .unit--fakeMood.is-empty {
  display: none;
}
#edit .unit--fakeMood:not(.is-marked) {
  outline: 2px dashed #ccc;
}
.backlink {
  float: left;
  flex-shrink: 0;
}
.backlink--top {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .backlink--top {
    display: none;
  }
}
.backlink--recent {
  width: 100%;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.backlink__anchor {
  float: left;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  color: var(--mainTextColor);
  margin-left: 22px;
  transition: all 0.24s;
  margin-right: 0;
  margin-left: 22px !important;
}
.backlink__anchor:before {
  content: '';
  position: absolute;
  left: -22px;
  top: 0;
  width: 22px;
  height: 30px;
  background-color: var(--mainTextColor);
  transition: all 0.24s;
  mask-size: auto 18px;
  mask-position: 0 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-right.svg);
}
.backlink__anchor:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--altTextColor);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--mainTextColor), var(--mainTextColor));
  transition: all 0.24s;
}
.backlink__anchor:hover,
.backlink__anchor:focus {
  color: #7993A0;
}
.backlink__anchor:hover:after,
.backlink__anchor:focus:after {
  background-size: 100% 100%;
}
@media (max-width: 1279px) {
  .backlink__anchor {
    font-size: 17px;
    line-height: 1.52941176;
  }
  .backlink__anchor:before {
    height: 26px;
  }
}
.backlink__anchor:before {
  mask-image: url(/images/chevron-left.svg);
}
.swissMade {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.swissMade__image {
  float: left;
  width: auto;
  height: 70px;
}
@media (max-width: 767px) {
  .swissMade__image {
    height: 60px;
  }
}
.logo__image {
  width: auto;
  height: 100%;
}
.swissMade__text {
  float: left;
  width: 100%;
  max-width: 150px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--mainTextColor);
}
@media (max-width: 767px) {
  .swissMade__text {
    max-width: unset;
    font-size: 10px;
    line-height: 2;
  }
}
a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 9.52380952%;
}
a:hover,
a:focus {
  color: var(--altTextColor);
}
h1 {
  font-size: 21px;
  line-height: 1.42857143;
  font-weight: 700;
}
.layout7 h1 {
  font-size: 60px;
  line-height: 1.16666667;
  letter-spacing: -0.01em;
}
h2 {
  font-size: 60px;
  line-height: 1.16666667;
  letter-spacing: -0.01em;
  font-weight: 700;
}
h3 {
  font-size: 45px;
  line-height: 1.11111111;
  letter-spacing: -0.01em;
  font-weight: 700;
}
@media (max-width: 767px) {
  h3 {
    hyphens: auto;
  }
}
h4 {
  font-size: 28px;
  line-height: 1.28571429;
  font-weight: 700;
}
.skew {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 500;
}
.skew strong {
  font-weight: 500;
}
.skew:before {
  content: '« ';
  color: var(--altTextColor);
}
.skew:after {
  content: ' »';
  color: var(--altTextColor);
}
.loud {
  font-size: 28px;
  line-height: 1.42857143;
}
.area--one {
  display: flex;
  flex-wrap: wrap;
}
.layout1 .area--one.area1 {
  margin-top: calc(var(--altVerticalSpaceLarge) - var(--spaceTotal));
}
.layout2 .area--one.area1,
.layout4 .area--one.area1 {
  margin-top: var(--spaceTotal);
}
.area--one .unitTwo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--one .unitTwo .unit__content {
  max-width: var(--deskWidthSmall);
}
.area--one .unitThree .unit__background {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
@media (max-width: 767px) {
  .area--one .unitThree .unit__background {
    margin-bottom: calc(var(--altVerticalSpaceSmall) - var(--spacePart));
  }
}
@media (max-width: 767px) {
  .area--one .unitThree--wide .unit__background {
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  .area--one .unitThree--small .unit__background {
    max-width: 100px;
  }
}
.area--one .unitFour {
  --spacePart: 20px;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  color: var(--mainTextColor);
}
.area--one .unitFour .unit__background {
  aspect-ratio: 1.24;
}
.area--one .unitFour .unit__background * {
  height: 100%;
}
.area--one .unitFour .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitFour .unit__background .placeholder {
  padding-bottom: 0;
}
.area--one .unitFour .unit__content {
  box-sizing: border-box;
  padding: 60px;
  display: flex;
  flex-direction: column;
}
.area--one .unitFour .unit__body {
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.area--one .unitFour .part--socialIcons:last-child {
  margin-top: auto;
  padding-top: var(--spacePart);
}
@media (max-width: 1279px) {
  .area--one .unitFour {
    --spacePart: 15px;
  }
  .area--one .unitFour .unit__content {
    padding: 30px;
  }
}
.area--one .unitFour--imageAlignLeft {
  justify-content: flex-start;
}
.area--one .unitFour--imageAlignLeft .unit__content {
  margin-left: calc(var(--unitFourOffset) * -1);
}
.area--one .unitFour--imageAlignRight {
  justify-content: flex-end;
}
.area--one .unitFour--imageAlignRight .unit__background {
  order: 2;
}
.area--one .unitFour--imageAlignRight .unit__content {
  order: 1;
  margin-right: calc(var(--unitFourOffset) * -1);
}
.area--one .unitFour--backgroundColorBlue .unit__content {
  background-color: #7993A0;
}
.area--one .unitFour--backgroundColorDarkblue .unit__content {
  background-color: #3B4B53;
}
.area--one .unit--imageGallery {
  --spacePart: var(--spaceTotal);
  margin-top: 0;
  margin-bottom: 0;
}
.area--one .unit--imageGallery .unit__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.area--one .unit--imageGallery .part.pict {
  max-width: 1210px;
}
.area--one .unit--imageGallery .part.pict .cb-image-container {
  aspect-ratio: 1.3908046;
}
.area--one .unit--imageGallery .part.pict .cb-image-container * {
  height: 100%;
}
.area--one .unit--imageGallery .part.pict .cb-image-container img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unit--imageGallery .part.pict .cb-image-container .placeholder {
  padding-bottom: 0;
}
.area--one .unit--imageGallery .part.pict.part--slim .cb-image-container {
  aspect-ratio: 1.3307393;
}
.layout2 .area2 .unit--imageGallery:first-child,
.layout4 .area2 .unit--imageGallery:first-child {
  margin-top: calc((var(--altVerticalSpaceLarge) * 2) * -1);
}
.area .unit--verticalSpaceSmallBottom {
  margin-bottom: calc(((var(--spaceTotal) + var(--spacePart)) - var(--altVerticalSpaceSmall)) * -1);
}
.layout7 .area .unit--verticalSpaceSmallBottom {
  margin-bottom: calc(((var(--spaceTotal) + var(--spacePart)) - 60px) * -1);
}
@media (max-width: 1279px) {
  .layout7 .area .unit--verticalSpaceSmallBottom {
    margin-bottom: calc(((var(--spaceTotal) + var(--spacePart)) - 40px) * -1);
  }
}
.area .unit--verticalSpaceSmallTop {
  margin-top: calc(((var(--spaceTotal) + var(--spacePart)) - var(--altVerticalSpaceSmall)) * -1);
}
@media (min-width: 768px) {
  .unit--contentAlignCenter {
    text-align: center;
  }
}
.part--linkButton .open {
  display: inline-block;
  background-color: transparent;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: var(--buttonTextColor);
  font-family: inherit;
  cursor: pointer;
  padding: 14px 54px 14px 22px;
  appearance: none;
  border-radius: 1px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid var(--buttonMainColor);
  transition: all 0.24s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonMainColor), var(--buttonMainColor));
  position: relative;
}
.part--linkButton .open:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 100%;
  background-color: var(--buttonMainColor);
  mask-size: auto 18px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-right.svg);
  transition: all 0.24s;
}
.part--linkButton .open:hover,
.part--linkButton .open:focus,
.ns-projectTeaser:hover .part--linkButton .open {
  background-size: 100% 100%;
  color: var(--buttonTextColorHover);
}
.part--linkButton .open:hover:after,
.part--linkButton .open:focus:after,
.ns-projectTeaser:hover .part--linkButton .open:after {
  background-color: var(--buttonTextColorHover);
}
@media (max-width: 1279px) {
  .part--linkButton .open {
    font-size: 17px;
    line-height: 1.52941176;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.part--linkTextlink .open {
  display: inline-block;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  color: var(--mainTextColor);
  margin-left: 22px;
  transition: all 0.24s;
}
.part--linkTextlink .open:before {
  content: '';
  position: absolute;
  left: -22px;
  top: 0;
  width: 22px;
  height: 30px;
  background-color: var(--mainTextColor);
  transition: all 0.24s;
  mask-size: auto 18px;
  mask-position: 0 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-right.svg);
}
.part--linkTextlink .open:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--altTextColor);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--mainTextColor), var(--mainTextColor));
  transition: all 0.24s;
}
.part--linkTextlink .open:hover,
.part--linkTextlink .open:focus {
  color: #7993A0;
}
.part--linkTextlink .open:hover:after,
.part--linkTextlink .open:focus:after {
  background-size: 100% 100%;
}
@media (max-width: 1279px) {
  .part--linkTextlink .open {
    font-size: 17px;
    line-height: 1.52941176;
  }
  .part--linkTextlink .open:before {
    height: 26px;
  }
}
@media (max-width: 1279px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .navi {
    display: none;
  }
}
.togglenavigation {
  float: left;
  position: relative;
  width: 34px;
  height: 20px;
  cursor: pointer;
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 2px;
  background-color: #3B4B53;
  transition: all 0.4s;
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  transform: translateY(-10px);
}
body.cb-toggle-target-active .tline--2 {
  transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateY(10px);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: #F3F5F7;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: all 0.6s;
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
}
.mobile-navigation div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.mobile-navigation div.navi > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item {
  float: left;
  width: 100%;
  position: relative;
}
.mobile-navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item > .menu {
  display: block;
}
.mobile-navigation div.sub1 {
  box-sizing: border-box;
  padding: 0 var(--deskSpace);
  margin: 178px 0 80px;
}
.mobile-navigation div.sub1 > .item {
  margin-top: 32px;
}
.mobile-navigation div.sub1 > .item.init {
  margin-top: 0 !important;
}
.mobile-navigation div.sub1 > .item > .menu {
  font-size: 40px;
  line-height: 1.25;
  text-decoration: none;
  font-weight: 700;
  color: #7993A0;
}
.mobile-navigation div.sub1 > .item > .menu.path {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  -webkit-text-decoration-color: #7993A0;
          text-decoration-color: #7993A0;
  text-underline-offset: 8px;
  color: #3B4B53;
}
@media (max-width: 767px) {
  .mobile-navigation div.sub1 > .item > .menu {
    font-size: 30px;
    line-height: 1.26666667;
  }
}
@media (max-width: 1279px) {
  .wrapper {
    font-size: 17px;
    line-height: 1.52941176;
  }
  h1 {
    font-size: 17px;
    line-height: 1.52941176;
  }
  .layout7 h1 {
    font-size: 30px;
    line-height: 1.26666667;
  }
  h2 {
    font-size: 30px;
    line-height: 1.26666667;
  }
  h3 {
    font-size: 26px;
    line-height: 1.30769231;
  }
  h4 {
    font-size: 17px;
    line-height: 1.52941176;
  }
  .skew {
    font-size: 30px;
    line-height: 1.33333333;
  }
  .loud {
    font-size: 21px;
    line-height: 1.33333333;
  }
}
@media (max-width: 767px) {
  .skew {
    font-size: 21px;
    line-height: 1.33333333;
  }
}
.area .unit--quoteFader {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.ns-sliderWrapper--quoteFader {
  float: left;
  width: 100%;
}
.ns-quoteFader {
  float: left;
  width: 100%;
}
.ns-quoteFader__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 var(--faderControlWidth);
  position: relative;
}
.ns-quoteFader__stage {
  float: left;
  width: 100%;
}
.ns-quoteFader__area {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.ns-quoteFaderSlide {
  float: left;
  width: 100%;
  position: relative;
  flex-shrink: 0;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.8s;
}
.ns-quoteFaderSlide.is-active {
  opacity: 1;
  transform: scale(1);
}
.ns-quoteFaderSlide__content {
  float: left;
  width: 100%;
}
.ns-quoteFaderSlide__part {
  float: left;
  width: 100%;
}
.ns-quoteFader .ns-sliderControl,
.ns-logoSlider .ns-sliderControl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--faderControlWidth);
  height: 100%;
  background-color: #3B4B53;
  mask-size: auto 64px;
  mask-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.24s;
}
.is-noSlider .ns-quoteFader .ns-sliderControl,
.is-noSlider .ns-logoSlider .ns-sliderControl {
  display: none !important;
}
@media (min-width: 1280px) {
  .ns-quoteFader .ns-sliderControl:hover,
  .ns-logoSlider .ns-sliderControl:hover,
  .ns-quoteFader .ns-sliderControl:focus,
  .ns-logoSlider .ns-sliderControl:focus {
    background-color: #7993A0;
    width: calc(var(--faderControlWidth) + 10px);
  }
}
@media (max-width: 1279px) {
  .ns-quoteFader .ns-sliderControl,
  .ns-logoSlider .ns-sliderControl {
    mask-size: auto 50px;
  }
}
@media (max-width: 767px) {
  .ns-quoteFader .ns-sliderControl,
  .ns-logoSlider .ns-sliderControl {
    mask-size: auto 18px;
  }
}
.ns-quoteFader .ns-sliderControl--prev,
.ns-logoSlider .ns-sliderControl--prev {
  left: 0;
  mask-position: 0 50%;
  mask-image: url(/images/slider-prev.svg);
}
@media (min-width: 1280px) {
  .ns-quoteFader .ns-sliderControl--prev:hover,
  .ns-logoSlider .ns-sliderControl--prev:hover,
  .ns-quoteFader .ns-sliderControl--prev:focus,
  .ns-logoSlider .ns-sliderControl--prev:focus {
    left: -10px;
  }
}
@media (max-width: 767px) {
  .ns-quoteFader .ns-sliderControl--prev,
  .ns-logoSlider .ns-sliderControl--prev {
    mask-image: url(/images/chevron-left.svg);
  }
}
.ns-quoteFader .ns-sliderControl--next,
.ns-logoSlider .ns-sliderControl--next {
  right: 0;
  mask-position: 100% 50%;
  mask-image: url(/images/slider-next.svg);
}
@media (min-width: 1280px) {
  .ns-quoteFader .ns-sliderControl--next:hover,
  .ns-logoSlider .ns-sliderControl--next:hover,
  .ns-quoteFader .ns-sliderControl--next:focus,
  .ns-logoSlider .ns-sliderControl--next:focus {
    right: -10px;
  }
}
@media (max-width: 767px) {
  .ns-quoteFader .ns-sliderControl--next,
  .ns-logoSlider .ns-sliderControl--next {
    mask-image: url(/images/chevron-right.svg);
  }
}
.ns-sliderIndex {
  float: left;
  width: 100%;
  margin-top: var(--altVerticalSpaceSmall);
}
.is-noSlider .ns-sliderIndex {
  display: none !important;
}
.ns-sliderIndex__content {
  float: left;
  width: calc(100% + 20px);
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .ns-sliderIndex__content {
    width: calc(100% + 14px);
    margin: -7px;
  }
}
.ns-sliderIndex__item {
  float: left;
  margin: 10px;
  width: 14px;
  height: 14px;
  border-radius: 10000px;
  box-sizing: border-box;
  border: 2px solid #3B4B53;
  transition: all 0.24s;
  cursor: pointer;
}
.ns-sliderIndex__item.is-active {
  background-color: #3B4B53;
}
@media (max-width: 767px) {
  .ns-sliderIndex__item {
    width: 8px;
    height: 8px;
    margin: 7px;
    border-width: 1px;
  }
}
.area .unit--logoSlider {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.ns-sliderWrapper--logoSlider {
  float: left;
  width: 100%;
}
.ns-logoSlider {
  float: left;
  width: 100%;
}
.ns-logoSlider__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 var(--faderControlWidth);
  position: relative;
}
.ns-logoSlider__stage {
  float: left;
  width: 100%;
}
.ns-logoSlider__area {
  float: left;
  width: calc(100% + 80px);
  margin-left: -40px;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .ns-logoSlider__area {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
.ns-logoSliderSlide {
  float: left;
  width: calc(25% - 80px);
  flex-shrink: 0;
  margin-right: 40px;
  margin-left: 40px;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.6s;
}
.ns-logoSliderSlide.is-active {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1279px) {
  .ns-logoSliderSlide {
    width: calc((100% / 3) - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .ns-logoSliderSlide {
    width: calc(100% - 60px);
  }
}
.ns-logoSliderSlide__content {
  float: left;
  width: 100%;
}
.ns-logoSliderSlide__part {
  float: left;
  width: 100%;
}
.ns-logoSliderSlide__part a {
  float: left;
  width: 100%;
}
.ns-logoSliderSlide__part .ns-sliderImage {
  height: 80px;
  object-fit: contain;
  object-position: center;
}
.CTAContact {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.CTAContact__content {
  float: left;
  width: 100%;
  max-width: 1018px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1279px) {
  .CTAContact__content {
    max-width: 740px;
  }
}
@media (max-width: 767px) {
  .CTAContact__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.CTAContact__unit {
  float: left;
}
.CTAContact__unit--1 {
  width: calc(100% - (530px + 92px));
}
@media (max-width: 1279px) {
  .CTAContact__unit--1 {
    width: calc(100% - (360px + 40px));
  }
}
@media (max-width: 767px) {
  .CTAContact__unit--1 {
    width: 130px;
  }
}
.CTAContact__unit--2 {
  width: 530px;
}
@media (max-width: 1279px) {
  .CTAContact__unit--2 {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .CTAContact__unit--2 {
    width: 316px;
    margin-top: var(--altVerticalSpaceSmall);
  }
}
.CTAContact .part {
  float: left;
  width: 100%;
}
#view .CTAContact .part.cb-file-empty,
#view .CTAContact .part.is-empty {
  display: none;
}
.part--contactImage {
  aspect-ratio: 1;
  border-radius: 10000px;
  overflow: hidden;
}
.part--contactImage * {
  height: 100%;
}
.part--contactImage img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.part--contactImage .placeholder {
  padding-bottom: 0;
}
.part--contactIconLinks {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .part--contactIconLinks {
    margin-top: var(--altVerticalSpaceSmall);
  }
}
.CTANewsletter {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.CTANewsletter__content {
  float: left;
  width: 100%;
  max-width: var(--deskWidthSmall);
}
.CTANewsletter .part {
  float: left;
  width: 100%;
}
#view .CTANewsletter .part:empty,
#view .CTANewsletter .part.is-empty {
  display: none;
}
@media (max-width: 767px) {
  .part--newsletterTitle h2 {
    font-size: 26px;
    line-height: 1.30769231;
  }
}
.part--newsletterCode {
  margin-top: var(--altVerticalSpaceSmall);
}
.CTALinkedIn {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.CTALinkedIn__content {
  float: left;
  width: 1058px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-left: 340px;
  background-size: 208px auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/images/CTA-linkedin.png);
}
@media (max-width: 1279px) {
  .CTALinkedIn__content {
    background-size: 132px auto;
    padding-left: 200px;
  }
}
@media (max-width: 767px) {
  .CTALinkedIn__content {
    padding-left: 0;
    padding-top: 150px;
  }
}
.CTALinkedIn .part {
  float: left;
  width: 100%;
}
.part--linkedinButton {
  margin-top: var(--altVerticalSpaceSmall);
}
.part--linkedinButton .open {
  float: left;
  background-color: transparent;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: var(--buttonTextColor);
  font-family: inherit;
  cursor: pointer;
  padding: 14px 54px 14px 22px;
  appearance: none;
  border-radius: 1px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid var(--buttonMainColor);
  transition: all 0.24s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonMainColor), var(--buttonMainColor));
  position: relative;
}
.part--linkedinButton .open:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 100%;
  background-color: var(--buttonMainColor);
  mask-size: auto 18px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-right.svg);
  transition: all 0.24s;
}
.part--linkedinButton .open:hover,
.part--linkedinButton .open:focus,
.ns-projectTeaser:hover .part--linkedinButton .open {
  background-size: 100% 100%;
  color: var(--buttonTextColorHover);
}
.part--linkedinButton .open:hover:after,
.part--linkedinButton .open:focus:after,
.ns-projectTeaser:hover .part--linkedinButton .open:after {
  background-color: var(--buttonTextColorHover);
}
@media (max-width: 1279px) {
  .part--linkedinButton .open {
    font-size: 17px;
    line-height: 1.52941176;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.footcontent {
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .footcontent {
    margin-top: var(--altVerticalSpaceLarge);
  }
}
.footsection {
  float: left;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footsection:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
}
.footsection--1 {
  z-index: 2;
  width: 100%;
  padding: var(--altVerticalSpaceSmall) 200px var(--altVerticalSpaceSmall) 0;
  box-sizing: border-box;
  color: var(--mainTextColor);
  -webkit-font-smoothing: antialiased;
}
.footsection--1 a {
  text-decoration: none;
}
.footsection--1:after {
  right: 0;
  background-color: #3B4B53;
}
@media (max-width: 1439px) {
  .footsection--1 {
    padding-right: var(--deskSpace);
  }
}
@media (max-width: 767px) {
  .footsection--1 {
    padding-top: 0;
    padding-bottom: calc(var(--spaceTotal) * 2);
  }
}
.footsection--2 {
  z-index: 1;
  flex-shrink: 0;
}
.footsection--2:after {
  left: 0;
  background-color: #7993A0;
}
@media (max-width: 767px) {
  .footsection--2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% + var(--altVerticalSpaceLarge));
  }
}
.footunit {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  transform: none !important;
}
.footunit--1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1279px) {
  .footunit--1 {
    flex-wrap: wrap;
  }
}
.footunit--2 {
  margin-top: var(--altVerticalSpaceSmall);
}
@media (max-width: 767px) {
  .footunit--2 {
    margin-top: calc(var(--spaceTotal) * 2);
  }
}
@media (max-width: 767px) {
  .footunit--3 {
    width: 106px;
    height: var(--altVerticalSpaceLarge);
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footpart {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .footpart {
    width: 100% !important;
    margin-top: calc(var(--spaceTotal) * 2) !important;
  }
}
@media (max-width: 1279px) {
  .footunit--1 .footpart {
    width: 50%;
  }
  .footunit--1 .footpart.footpart--3 {
    margin-top: var(--altVerticalSpaceSmall);
  }
}
.foottitle {
  float: left;
  color: var(--altTextColor);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.38461538;
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .foottitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .foottitle {
    font-size: 21px;
    line-height: 1.33333333;
    margin-bottom: 16px;
  }
}
.vcard {
  float: left;
}
.vcard .org {
  font-weight: 700;
}
.unit--legallinks {
  float: left;
  transform: none !important;
  --spacePart: 0;
}
#edit .unit--legallinks {
  min-width: 40px;
  min-height: 30px;
}
#edit .unit--legallinks:not(.is-marked) {
  outline: 2px dashed #ccc;
}
.unit--legallinks .unit__body {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
.unit--legallinks .part {
  width: auto;
}
.unit--legallinks .part .open {
  font-weight: 700;
}
#legal {
  float: left;
}
#legal .meta {
  float: left;
  margin-right: 40px;
  font-weight: 700;
}
#legal .meta:last-child {
  margin-right: 0;
}
.unit--quicklinks {
  float: left;
  transform: none !important;
}
.unit--quicklinks * {
  width: auto !important;
}
#edit .unit--quicklinks {
  min-height: 80px;
}
#edit .unit--quicklinks:not(.is-marked) {
  outline: 2px dashed #ccc;
}
.unit--quicklinks .unit__body {
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.unit--quicklinks .part--quicklink {
  min-width: 50px;
}
.unit--quicklinks .part--quicklink .open {
  display: inline-block;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  color: var(--mainTextColor);
  margin-left: 22px;
  transition: all 0.24s;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: inherit;
  line-height: inherit;
}
.unit--quicklinks .part--quicklink .open:before {
  content: '';
  position: absolute;
  left: -22px;
  top: 0;
  width: 22px;
  height: 30px;
  background-color: var(--mainTextColor);
  transition: all 0.24s;
  mask-size: auto 18px;
  mask-position: 0 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-right.svg);
}
.unit--quicklinks .part--quicklink .open:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--altTextColor);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--mainTextColor), var(--mainTextColor));
  transition: all 0.24s;
}
.unit--quicklinks .part--quicklink .open:hover,
.unit--quicklinks .part--quicklink .open:focus {
  color: #7993A0;
}
.unit--quicklinks .part--quicklink .open:hover:after,
.unit--quicklinks .part--quicklink .open:focus:after {
  background-size: 100% 100%;
}
@media (max-width: 1279px) {
  .unit--quicklinks .part--quicklink .open {
    font-size: 17px;
    line-height: 1.52941176;
  }
  .unit--quicklinks .part--quicklink .open:before {
    height: 26px;
  }
}
.unit--quicklinks .part--quicklink .open:before {
  display: none !important;
}
@media (max-width: 767px) {
  .unit--quicklinks {
    --spacePart: 4px;
  }
}
.footlogo {
  float: left;
  height: 94px;
  margin: 186px 0 186px 200px;
}
@media (max-width: 1439px) {
  .footlogo {
    margin-left: var(--deskSpace);
  }
}
@media (max-width: 1279px) {
  .footlogo {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .footlogo {
    height: 40px;
    margin: 0;
  }
}
.iconLinks {
  float: left;
  width: 100%;
}
.iconLinks__content {
  float: left;
}
.part--iconLinksRegular .iconLinks__content {
  width: calc(100% + 60px);
  margin: -20px -30px;
}
@media (max-width: 1279px) {
  .part--iconLinksRegular .iconLinks__content {
    width: calc(100% + 20px);
    margin: -10px;
  }
}
.part--iconLinksFooter .iconLinks__content {
  width: calc(100% + 30px);
  margin: -10px -15px;
}
.iconLinks__item {
  float: left;
}
.iconLinks__item.is-inactive {
  opacity: 0.3;
}
.part--iconLinksRegular .iconLinks__item {
  margin: 20px 30px;
}
@media (max-width: 1279px) {
  .part--iconLinksRegular .iconLinks__item {
    margin: 10px 15px;
  }
}
.part--iconLinksFooter .iconLinks__item {
  margin: 10px;
}
.iconLinks__icon {
  float: left;
}
.part--iconLinksRegular .iconLinks__icon {
  font-size: 18px;
  line-height: 1.33333333;
  text-decoration: none;
  font-weight: 500;
  padding-left: 50px;
  position: relative;
  min-height: 36px;
  display: flex;
  align-items: center;
}
.part--iconLinksRegular .iconLinks__icon:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: var(--mainTextColor);
  mask-size: 36px 36px;
  mask-position: 0 50%;
  mask-repeat: no-repeat;
}
.part--iconLinksRegular .iconLinks__icon:hover:before,
.part--iconLinksRegular .iconLinks__icon:focus:before {
  background-color: var(--altTextColor);
}
@media (max-width: 1279px) {
  .part--iconLinksRegular .iconLinks__icon {
    padding-left: 0;
    width: 36px;
  }
  .part--iconLinksRegular .iconLinks__icon:before {
    width: 100%;
    mask-size: 100% 100%;
  }
  .part--iconLinksRegular .iconLinks__icon:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .part--iconLinksRegular .iconLinks__icon {
    width: 30px;
    min-height: 30px;
  }
}
.part--iconLinksRegular .iconLinks__icon--phone:before {
  mask-image: url(/images/icon-phone.svg);
}
.part--iconLinksRegular .iconLinks__icon--phone:after {
  content: 'Telefon';
}
.part--iconLinksRegular .iconLinks__icon--mail:before {
  mask-image: url(/images/icon-mail.svg);
}
.part--iconLinksRegular .iconLinks__icon--mail:after {
  content: 'E-Mail';
}
.part--iconLinksRegular .iconLinks__icon--linkedin:before {
  mask-position: 0 0;
  mask-size: 30px 30px;
  mask-image: url(/images/icon-linkedin.svg);
}
.part--iconLinksRegular .iconLinks__icon--linkedin:after {
  content: 'LinkedIn';
}
.part--iconLinksRegular .iconLinks__icon--contactForm:before {
  mask-image: url(/images/icon-contact.svg);
}
.part--iconLinksRegular .iconLinks__icon--contactForm:after {
  content: 'Kontaktformular';
}
.part--iconLinksFooter .iconLinks__icon {
  width: 40px;
  height: 40px;
  background-color: var(--mainTextColor);
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
}
.part--iconLinksFooter .iconLinks__icon:hover,
.part--iconLinksFooter .iconLinks__icon:focus {
  background-color: var(--altTextColor);
}
.part--iconLinksFooter .iconLinks__icon--instagram {
  mask-image: url(/images/social-instagram.svg);
}
.part--iconLinksFooter .iconLinks__icon--facebook {
  mask-image: url(/images/social-facebook.svg);
}
.part--iconLinksFooter .iconLinks__icon--youtube {
  mask-image: url(/images/social-youtube.svg);
}
.part--iconLinksFooter .iconLinks__icon--linkedin {
  mask-image: url(/images/social-linkedin.svg);
}
.cbdModule--projectTeaserRecentTitle {
  margin-top: var(--spaceTotal);
  margin-bottom: calc(var(--altVerticalSpaceSmall) - var(--spaceTotal));
}
.cbdModule--projectTeaserRecentTitleRoot {
  margin-top: var(--spaceTotal);
  margin-bottom: calc(var(--altVerticalSpaceSmall) - var(--spaceTotal));
}
.cbdModule--projectTeaserRecentButton {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cbdModule--projectTeaserRecentButton .open {
  float: left;
  background-color: transparent;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: var(--buttonTextColor);
  font-family: inherit;
  cursor: pointer;
  padding: 14px 54px 14px 22px;
  appearance: none;
  border-radius: 1px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid var(--buttonMainColor);
  transition: all 0.24s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonMainColor), var(--buttonMainColor));
  position: relative;
}
.cbdModule--projectTeaserRecentButton .open:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 100%;
  background-color: var(--buttonMainColor);
  mask-size: auto 18px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-right.svg);
  transition: all 0.24s;
}
.cbdModule--projectTeaserRecentButton .open:hover,
.cbdModule--projectTeaserRecentButton .open:focus,
.ns-projectTeaser:hover .cbdModule--projectTeaserRecentButton .open {
  background-size: 100% 100%;
  color: var(--buttonTextColorHover);
}
.cbdModule--projectTeaserRecentButton .open:hover:after,
.cbdModule--projectTeaserRecentButton .open:focus:after,
.ns-projectTeaser:hover .cbdModule--projectTeaserRecentButton .open:after {
  background-color: var(--buttonTextColorHover);
}
@media (max-width: 1279px) {
  .cbdModule--projectTeaserRecentButton .open {
    font-size: 17px;
    line-height: 1.52941176;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cbdModule--projectTeaserRecentButton {
    align-items: flex-start;
  }
}
.ns-projectTeaserWrapper {
  float: left;
  width: 100%;
}
.ns-projectTeaserArea {
  float: left;
  width: 100%;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.ns-projectTeaserCover {
  float: left;
  width: calc(100% + 92px);
  margin: calc(var(--spaceTotal) * -1) -46px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 1279px) {
  .ns-projectTeaserCover {
    width: calc(100% + 40px);
    margin: -40px -20px;
  }
}
@media (max-width: 767px) {
  .ns-projectTeaserCover {
    width: 100%;
    margin: calc((var(--altVerticalSpaceLarge) / 2) * -1) 0;
  }
}
.ns-projectTeaserSpacer {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: var(--spaceTotal) 46px;
}
@media (max-width: 1279px) {
  .ns-projectTeaserSpacer {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .ns-projectTeaserSpacer {
    width: 100%;
    padding: calc(var(--altVerticalSpaceLarge) / 2) 0;
  }
}
.ns-projectTeaser {
  --spacePart: 10px;
  float: left;
  width: 100%;
  color: var(--mainTextColor) !important;
}
.ns-projectTeaser__content {
  float: left;
  width: 100%;
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
}
.ns-projectTeaser__part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.ns-projectTeaser__part--image {
  margin-bottom: calc(50px - var(--spacePart));
  aspect-ratio: 1;
  overflow: hidden;
}
.ns-projectTeaser__part--image * {
  height: 100%;
}
.ns-projectTeaser__part--image img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.ns-projectTeaser__part--image .placeholder {
  padding-bottom: 0;
}
.ns-projectTeaser__part--image .ns-projectTeaserImage {
  transition: all 0.24s;
}
.ns-projectTeaserSpacer:first-child .ns-projectTeaser__part--image {
  aspect-ratio: 1.33203125;
}
.ns-projectTeaser__part--image:hover .ns-projectTeaserImage {
  transform: scale(1.05);
}
@media (max-width: 1279px) {
  .ns-projectTeaser__part--image {
    margin-bottom: calc(30px - var(--spacePart));
  }
}
.ns-projectTeaserSpacer:nth-child(4n - 2) .ns-projectTeaser__part--title,
.ns-projectTeaserSpacer:nth-child(4n - 1) .ns-projectTeaser__part--title {
  color: var(--altTextColor);
}
.ns-projectTeaser__part--textlink .ns-projectTeaserTextlink {
  display: inline-block;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  color: var(--mainTextColor);
  margin-left: 22px;
  transition: all 0.24s;
}
.ns-projectTeaser__part--textlink .ns-projectTeaserTextlink:before {
  content: '';
  position: absolute;
  left: -22px;
  top: 0;
  width: 22px;
  height: 30px;
  background-color: var(--mainTextColor);
  transition: all 0.24s;
  mask-size: auto 18px;
  mask-position: 0 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-right.svg);
}
.ns-projectTeaser__part--textlink .ns-projectTeaserTextlink:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--altTextColor);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--mainTextColor), var(--mainTextColor));
  transition: all 0.24s;
}
.ns-projectTeaser__part--textlink .ns-projectTeaserTextlink:hover,
.ns-projectTeaser__part--textlink .ns-projectTeaserTextlink:focus {
  color: #7993A0;
}
.ns-projectTeaser__part--textlink .ns-projectTeaserTextlink:hover:after,
.ns-projectTeaser__part--textlink .ns-projectTeaserTextlink:focus:after {
  background-size: 100% 100%;
}
@media (max-width: 1279px) {
  .ns-projectTeaser__part--textlink .ns-projectTeaserTextlink {
    font-size: 17px;
    line-height: 1.52941176;
  }
  .ns-projectTeaser__part--textlink .ns-projectTeaserTextlink:before {
    height: 26px;
  }
}
.ns-teaserLoadMore {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
@media (max-width: 767px) {
  .ns-teaserLoadMore {
    align-items: flex-start;
  }
}
.ns-teaserLoadMore__button {
  float: left;
  background-color: transparent;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: var(--buttonTextColor);
  font-family: inherit;
  cursor: pointer;
  padding: 14px 54px 14px 22px;
  appearance: none;
  border-radius: 1px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid var(--buttonMainColor);
  transition: all 0.24s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonMainColor), var(--buttonMainColor));
  position: relative;
}
.ns-teaserLoadMore__button:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 100%;
  background-color: var(--buttonMainColor);
  mask-size: auto 18px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-right.svg);
  transition: all 0.24s;
}
.ns-teaserLoadMore__button:hover,
.ns-teaserLoadMore__button:focus,
.ns-projectTeaser:hover .ns-teaserLoadMore__button {
  background-size: 100% 100%;
  color: var(--buttonTextColorHover);
}
.ns-teaserLoadMore__button:hover:after,
.ns-teaserLoadMore__button:focus:after,
.ns-projectTeaser:hover .ns-teaserLoadMore__button:after {
  background-color: var(--buttonTextColorHover);
}
@media (max-width: 1279px) {
  .ns-teaserLoadMore__button {
    font-size: 17px;
    line-height: 1.52941176;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cbdModule--blogTeaserFilter {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--altVerticalSpaceSmall) - var(--spaceTotal));
}
.cbdModule--blogTeaserRecentTitle {
  margin-top: var(--spaceTotal);
  margin-bottom: calc(var(--altVerticalSpaceSmall) - var(--spaceTotal));
}
.cbdModule--blogTeaserRecentTitleRoot {
  margin-top: var(--spaceTotal);
  margin-bottom: calc(var(--altVerticalSpaceSmall) - var(--spaceTotal));
}
.cbdModule--blogTeaserRecentButton {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cbdModule--blogTeaserRecentButton .open {
  float: left;
  background-color: transparent;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: var(--buttonTextColor);
  font-family: inherit;
  cursor: pointer;
  padding: 14px 54px 14px 22px;
  appearance: none;
  border-radius: 1px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid var(--buttonMainColor);
  transition: all 0.24s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonMainColor), var(--buttonMainColor));
  position: relative;
}
.cbdModule--blogTeaserRecentButton .open:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 100%;
  background-color: var(--buttonMainColor);
  mask-size: auto 18px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-right.svg);
  transition: all 0.24s;
}
.cbdModule--blogTeaserRecentButton .open:hover,
.cbdModule--blogTeaserRecentButton .open:focus,
.ns-projectTeaser:hover .cbdModule--blogTeaserRecentButton .open {
  background-size: 100% 100%;
  color: var(--buttonTextColorHover);
}
.cbdModule--blogTeaserRecentButton .open:hover:after,
.cbdModule--blogTeaserRecentButton .open:focus:after,
.ns-projectTeaser:hover .cbdModule--blogTeaserRecentButton .open:after {
  background-color: var(--buttonTextColorHover);
}
@media (max-width: 1279px) {
  .cbdModule--blogTeaserRecentButton .open {
    font-size: 17px;
    line-height: 1.52941176;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cbdModule--blogTeaserRecentButton {
    align-items: flex-start;
  }
}
.ns-blogTeaserWrapper {
  float: left;
  width: 100%;
}
.ns-blogTeaserArea {
  float: left;
  width: 100%;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.ns-blogTeaserCover {
  float: left;
  width: calc(100% + 92px);
  margin: -46px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 1279px) {
  .ns-blogTeaserCover {
    width: calc(100% + 40px);
    margin: -20px;
  }
}
@media (max-width: 767px) {
  .ns-blogTeaserCover {
    width: 100%;
    margin: calc(var(--spaceTotal) * -1) 0;
  }
}
.ns-blogTeaserSpacer {
  float: left;
  width: 33.33333333%;
  box-sizing: border-box;
  padding: 46px;
}
@media (max-width: 1279px) {
  .ns-blogTeaserSpacer {
    width: 50%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .ns-blogTeaserSpacer {
    width: 100%;
    padding: var(--spaceTotal) 0;
  }
}
@media (min-width: 1280px) {
  .cbdModule--blogTeaserRecent .ns-blogTeaserSpacer:nth-child(3n - 1) {
    transform: translateY(calc(var(--altVerticalSpaceSmall) * -1));
  }
}
.ns-blogTeaser {
  --spacePart: 7px;
  float: left;
  width: 100%;
  background-color: #3B4B53;
  text-decoration: none;
  color: #fff !important;
}
.ns-blogTeaserSpacer:nth-child(2n) .ns-blogTeaser {
  background-color: #7993A0;
}
.ns-blogTeaser__content {
  float: left;
  width: 100%;
}
.ns-blogTeaser__infos {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: calc(40px - var(--spacePart)) 40px calc(120px - var(--spacePart));
  position: relative;
}
@media (max-width: 767px) {
  .ns-blogTeaser__infos {
    padding: calc(30px - var(--spacePart)) 30px calc(96px - var(--spacePart));
  }
}
.ns-blogTeaser__arrow {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 1px;
  box-sizing: border-box;
  border: 2px solid #fff;
  transition: all 0.24s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #fff, #fff);
}
.ns-blogTeaser__arrow:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  mask-size: auto 22px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-right.svg);
  transition: all 0.24s;
}
.ns-blogTeaser:hover .ns-blogTeaser__arrow {
  background-size: 100% 100%;
}
.ns-blogTeaser:hover .ns-blogTeaser__arrow:after {
  background-color: #7993A0;
}
@media (max-width: 767px) {
  .ns-blogTeaser__arrow {
    right: 30px;
    bottom: 30px;
    width: 36px;
    height: 36px;
  }
}
.ns-blogTeaser__part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.ns-blogTeaser__part--image {
  margin-top: 0;
  margin-bottom: 0;
  aspect-ratio: 1.49668874;
  overflow: hidden;
}
.ns-blogTeaser__part--image * {
  height: 100%;
}
.ns-blogTeaser__part--image img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.ns-blogTeaser__part--image .placeholder {
  padding-bottom: 0;
}
.ns-blogTeaser__part--image .ns-blogTeaserImage {
  transition: all 0.24s;
}
.ns-blogTeaser:hover .ns-blogTeaser__part--image .ns-blogTeaserImage {
  transform: scale(1.05);
}
.ns-teaser__part--meta {
  margin-bottom: calc(30px - var(--spacePart));
  font-size: 16px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .ns-teaser__part--meta {
    font-size: 14px;
    line-height: 1.78571429;
  }
}
.ns-blogTeaser__part--title {
  color: #7993A0;
}
.ns-blogTeaserSpacer:nth-child(2n) .ns-blogTeaser__part--title {
  color: #3B4B53;
}
.cbdModule--projectTeaserFilterTitle {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(((var(--spaceTotal) * 2) - var(--altVerticalSpaceSmall)) * -1);
}
.cbdModule--projectTeaserFilter {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--altVerticalSpaceSmall) - var(--spaceTotal));
}
.ns-teaserFilter {
  float: left;
  width: 100%;
}
.ns-teaserFilter__content {
  float: left;
  width: 100%;
}
.ns-teaserFilter__content:before {
  float: left;
  content: 'Klicken und stöbern:';
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
.ns-teaserFilter__cover {
  float: left;
  width: calc(100% + 20px);
  margin: -10px;
}
@media (max-width: 1279px) {
  .ns-teaserFilter__cover {
    width: calc(100% + 14px);
    margin: -7px;
  }
}
.ns-teaserFilter__item {
  float: left;
  margin: 10px;
  cursor: pointer;
  border: 2px solid #7993A0;
  color: #3B4B53;
  border-radius: 1px;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.66666667;
  font-weight: 500;
  padding: 4px 16px;
  transition: all 0.24s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #7993A0, #7993A0);
}
.ns-teaserFilter__item:hover,
.ns-teaserFilter__item.is-active {
  background-size: 100% 100%;
  color: #fff;
}
@media (max-width: 1279px) {
  .ns-teaserFilter__item {
    margin: 7px;
    font-size: 17px;
    line-height: 1.52941176;
  }
}
.ns-rootFader {
  float: left;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .ns-rootFader {
    background-color: #F3F5F7;
  }
}
.ns-rootFader__stage {
  float: left;
  width: 100%;
  position: relative;
}
.ns-rootFader__background {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50% + var(--rootFaderOverlap));
  height: 100%;
  z-index: 1;
  background-color: #3B4B53;
}
@media (max-width: 767px) {
  .ns-rootFader__background {
    right: initial;
    top: initial;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: calc(100% - 180px);
  }
}
.ns-rootFader__area {
  float: left;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 2;
  margin-bottom: var(--altVerticalSpaceSmall);
}
@media (max-width: 767px) {
  .ns-rootFader__area {
    margin-bottom: 90px;
  }
}
.ns-rootFaderSlide {
  float: left;
  width: 100%;
  flex-shrink: 0;
  margin-right: -100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.8s;
}
.ns-rootFaderSlide.is-active {
  z-index: 2;
}
.ns-rootFaderSlide__desk {
  float: left;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .ns-rootFaderSlide__desk {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ns-rootFaderSlide__section {
  flex-shrink: 0;
  float: left;
  display: flex;
  flex-direction: column;
  position: relative;
}
.ns-rootFaderSlide__section--1 {
  background-color: #3B4B53;
  overflow: hidden;
  min-height: 848px;
  margin-right: calc(50% - var(--rootFaderOverlap));
  width: calc(((100vw - var(--deskWidth)) / 2) + (50% + var(--rootFaderOverlap)));
  transform: translateX(-300px);
  transition: all 0.6s;
}
.show-content .ns-rootFaderSlide__section--1 {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 1622px) {
  .ns-rootFaderSlide__section--1 {
    width: calc(50% + (var(--deskSpace) + var(--rootFaderOverlap)));
  }
}
@media (max-width: 1279px) {
  .ns-rootFaderSlide__section--1 {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .ns-rootFaderSlide__section--1 {
    min-height: 0;
    height: var(--fakeMoodHeight);
    width: calc(100% + var(--deskSpace));
    margin-right: 0;
  }
}
.ns-rootFaderSlide__section--2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 840px;
  height: 100%;
  justify-content: center;
}
@media (max-width: 1279px) {
  .ns-rootFaderSlide__section--2 {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .ns-rootFaderSlide__section--2 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: calc(var(--spaceTotal) * 2);
  }
}
.ns-rootFaderSlide__content {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
  opacity: 0;
  transform: translateX(60px);
  transition: all 0.2s;
}
.ns-rootFaderSlide.is-active .ns-rootFaderSlide__content {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.6s 0.2s;
}
@media (max-width: 767px) {
  .ns-rootFaderSlide__content {
    align-items: flex-start;
  }
}
.ns-rootFaderSlide__part {
  float: left;
}
.ns-rootFaderSlide__part--image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.05);
  transition: all 0.8s;
}
.ns-rootFaderSlide__part--image * {
  height: 100%;
}
.ns-rootFaderSlide__part--image img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.ns-rootFaderSlide__part--image .placeholder {
  padding-bottom: 0;
}
.ns-rootFaderSlide.is-active .ns-rootFaderSlide__part--image {
  opacity: 1;
  transform: scale(1);
  transition: all 0.6s 0.2s;
}
.ns-rootFaderSlide__part--title {
  font-size: 84px;
  line-height: 1.13095238;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.7);
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s 0.2s;
}
.show-content .ns-rootFaderSlide__part--title {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 1279px) {
  .ns-rootFaderSlide__part--title {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .ns-rootFaderSlide__part--title {
    font-size: 30px;
    line-height: 1.26666667;
    text-shadow: none;
  }
}
.ns-rootFaderSlide__part--button {
  margin-top: 68px;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s 0.4s;
}
.show-content .ns-rootFaderSlide__part--button {
  opacity: 1;
  transform: translateX(0);
}
.ns-rootFaderSlide__part--button .open {
  float: left;
  background-color: transparent;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: var(--buttonTextColor);
  font-family: inherit;
  cursor: pointer;
  padding: 14px 54px 14px 22px;
  appearance: none;
  border-radius: 1px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid var(--buttonMainColor);
  transition: all 0.24s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonMainColor), var(--buttonMainColor));
  position: relative;
}
.ns-rootFaderSlide__part--button .open:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 100%;
  background-color: var(--buttonMainColor);
  mask-size: auto 18px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-right.svg);
  transition: all 0.24s;
}
.ns-rootFaderSlide__part--button .open:hover,
.ns-rootFaderSlide__part--button .open:focus,
.ns-projectTeaser:hover .ns-rootFaderSlide__part--button .open {
  background-size: 100% 100%;
  color: var(--buttonTextColorHover);
}
.ns-rootFaderSlide__part--button .open:hover:after,
.ns-rootFaderSlide__part--button .open:focus:after,
.ns-projectTeaser:hover .ns-rootFaderSlide__part--button .open:after {
  background-color: var(--buttonTextColorHover);
}
@media (max-width: 1279px) {
  .ns-rootFaderSlide__part--button .open {
    font-size: 17px;
    line-height: 1.52941176;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1279px) {
  .ns-rootFaderSlide__part--button {
    margin-top: 40px;
  }
}
.ns-rootFaderControls {
  position: absolute;
  right: 50%;
  bottom: 0;
  z-index: 2;
  width: var(--rootFaderOverlap);
  height: var(--altVerticalSpaceSmall);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1279px) {
  .ns-rootFaderControls {
    width: calc(var(--rootFaderOverlap) * 2);
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .ns-rootFaderControls {
    right: 0;
    bottom: 30px;
    transform: translateX(-50%);
    width: auto;
    height: auto;
  }
}
.ns-rootFaderControls__content {
  float: left;
  display: flex;
  align-items: center;
}
.ns-rootFaderControls .ns-sliderControl {
  float: left;
  width: 30px;
  height: 30px;
  background-color: #fff;
  mask-size: auto 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.24s;
}
.ns-rootFaderControls .ns-sliderControl--prev {
  mask-image: url(/images/rootFader-prev.svg);
}
.ns-rootFaderControls .ns-sliderControl--prev:hover {
  mask-position: 0 50%;
}
@media (max-width: 767px) {
  .ns-rootFaderControls .ns-sliderControl--prev {
    margin-right: 20px;
  }
}
.ns-rootFaderControls .ns-sliderControl--next {
  mask-image: url(/images/rootFader-next.svg);
}
.ns-rootFaderControls .ns-sliderControl--next:hover {
  mask-position: 100% 50%;
}
.ns-rootFaderControls .ns-sliderCount {
  float: left;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
  font-weight: 500;
  margin: 0 30px;
}
@media (max-width: 767px) {
  .ns-rootFaderControls .ns-sliderCount {
    display: none;
  }
}
.ns-rootFaderControls .ns-sliderCount__part {
  float: left;
}
.ns-rootFaderControls .ns-sliderCount__part--separator {
  margin: 0 4px;
}
#cb-cookie-warning {
  position: fixed;
  right: calc((100% - var(--deskWidth)) / 2);
  bottom: 60px;
  max-width: calc(100vw - 40px);
  width: 340px;
  z-index: 2100;
  font-family: 'Graphit', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #3B4B53;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.4);
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s 0.2s;
}
#cb-cookie-warning:after {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 65px;
  height: 65px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cookie.svg);
}
#cb-cookie-warning a {
  text-decoration: underline;
}
.show-content #cb-cookie-warning {
  opacity: 1;
  transform: translateX(0);
}
#cb-cookie-warning.cb-cookie-warning--hidden {
  display: none;
}
@media (max-width: 1516px) {
  #cb-cookie-warning {
    right: var(--deskSpace);
  }
}
@media (max-width: 1279px) {
  #cb-cookie-warning {
    bottom: 20px;
  }
}
.cb-cookie-warning--container {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 130px 25px 25px;
}
.cb-cookie-warning--text {
  float: left;
  width: 100%;
}
.cb-cookie-warning--actions {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.cb-cookie-warning__button {
  float: left;
  width: 50%;
  cursor: pointer;
}
#cb-cookie-warning__button--decline {
  display: none;
}
#cb-cookie-warning__button--accept {
  display: inline-block;
  background-color: transparent;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: var(--buttonTextColor);
  font-family: inherit;
  cursor: pointer;
  padding: 14px 54px 14px 22px;
  appearance: none;
  border-radius: 1px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid var(--buttonMainColor);
  transition: all 0.24s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonMainColor), var(--buttonMainColor));
  position: relative;
  width: 100%;
}
#cb-cookie-warning__button--accept:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 100%;
  background-color: var(--buttonMainColor);
  mask-size: auto 18px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-right.svg);
  transition: all 0.24s;
}
#cb-cookie-warning__button--accept:hover,
#cb-cookie-warning__button--accept:focus,
.ns-projectTeaser:hover #cb-cookie-warning__button--accept {
  background-size: 100% 100%;
  color: var(--buttonTextColorHover);
}
#cb-cookie-warning__button--accept:hover:after,
#cb-cookie-warning__button--accept:focus:after,
.ns-projectTeaser:hover #cb-cookie-warning__button--accept:after {
  background-color: var(--buttonTextColorHover);
}
@media (max-width: 1279px) {
  #cb-cookie-warning__button--accept {
    font-size: 17px;
    line-height: 1.52941176;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/*# sourceMappingURL=./screen-small.css.map */