:root {
  --sitecolor: #E42312;
  --textcolor: #000;
  --accentcolor: #E42312;
  --linkcolor: #E42312;
  --linkcolor-hov: #000;
  --btn-icon: #E42312;
  --btn-text: #E42312;
  --btn-icon-hov: #E42312;
  --btn-text-hov: #000;
}
:root {
  --deskWidth: 1316px;
  --deskSpace: 30px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
:root {
  --spacePart: 15px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 15px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 10px;
  }
}
:root {
  --spaceTotal: 30px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 20px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1023px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  line-height: 1.5;
  cursor: pointer;
  padding-left: 40px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--accentcolor);
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 350;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.button:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 31px;
  height: 20px;
  mask-image: url('/images/icon-arrow-right-black.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 98%;
  background-color: var(--accentcolor);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    color: var(--btn-text-hov);
  }
}
.button-sos {
  line-height: 1.5;
  cursor: pointer;
  color: var(--textcolor);
  padding-left: 33px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--btn-text);
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 350;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.button-sos:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 23px;
  height: 23px;
  mask-image: url('/images/icon-sos-black.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 98%;
  background-color: var(--btn-icon);
}
@media (hover: hover) and (pointer: fine) {
  .button-sos:hover,
  .button-sos:focus {
    color: var(--btn-text-hov);
  }
}
.button-download {
  line-height: 1.5;
  cursor: pointer;
  padding-left: 40px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--textcolor);
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 350;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.button-download:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 21px;
  mask-image: url('/images/icon-file-black.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 98%;
  background-color: var(--textcolor);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .button-download:hover,
  .button-download:focus {
    color: var(--btn-text-hov);
  }
}
@font-face {
  font-family: 'Suisse Intl';
  font-style: normal;
  font-weight: 300;
  src: url('/extras/fonts/SuisseIntl-Web/SuisseIntl-Light-WebXL.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: 'Suisse Intl';
  font-style: italic;
  font-weight: 300;
  src: url('/extras/fonts/SuisseIntl-Web/SuisseIntl-LightItalic-WebXL.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: 'Suisse Intl';
  font-style: normal;
  font-weight: 350;
  src: url('/extras/fonts/SuisseIntl-Web/SuisseIntl-Book-WebXL.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: 'Suisse Intl';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/SuisseIntl-Web/SuisseIntl-Bold-WebXL.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: var(--sitecolor);
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: 350;
}
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: 14px;
  font-family: 'Suisse Intl', sans-serif;
  line-height: 1.5;
}
.unit caption {
  display: none;
}
.flag {
  background: var(--sitecolor);
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
  position: relative;
  min-height: 20px;
}
.unit__background {
  float: left;
  width: 100%;
}
.unit__content {
  float: left;
  width: 100%;
}
.unit__head,
.unit__body,
.unit__foot {
  float: left;
  width: 100%;
}
.unit--fold div.less,
.unit--fold div.more {
  float: left;
  width: 100%;
}
.unit--fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  position: relative;
}
.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;
}
#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: var(--spacePart);
}
#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 {
  line-height: 1.5;
  cursor: pointer;
  padding-left: 40px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--textcolor);
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 350;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
div.load a.load:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 21px;
  mask-image: url('/images/icon-file-black.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 98%;
  background-color: var(--textcolor);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  div.load a.load:hover,
  div.load a.load:focus {
    color: var(--btn-text-hov);
  }
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--textcolor);
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 350;
  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 {
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--bullet li:before {
  content: '–';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: 100%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 60.20408163%;
  position: relative;
}
.layout16 #slides {
  padding-bottom: 100%;
}
#slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
#slides a {
  display: block;
  width: 100%;
  height: 100%;
}
#slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
#expo div.link {
  display: none;
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  transform: translateY(-50%);
  background: var(--sitecolor);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#expo a.link.prev {
  left: 20px;
}
#expo a.link.next {
  right: 20px;
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cb-index-all td {
  float: left;
  display: block;
  margin: 0 10px;
}
.cb-index-all td.init {
  margin-left: 0;
}
.cb-index-all td.exit {
  margin-right: 0;
}
.cb-index-all a {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background: #fff;
  border-radius: 16px;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: var(--sitecolor);
}
.cb-index-some {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.cb-index-some td {
  float: left;
  display: block;
  color: #fff;
}
.cb-index-some td:first-child:after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}
.cb-index-some a {
  color: #fff;
}
.cb-index-some a:hover,
.cb-index-some a:focus {
  color: #fff;
}
#over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.8);
}
#disp {
  position: absolute;
  z-index: 5001;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'Suisse Intl', sans-serif;
  line-height: 1.42857143;
  color: var(--textcolor);
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 767px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 767px) {
  #disp form {
    width: 100%;
  }
}
#disp .fail {
  color: #ae2121;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#disp .head,
#disp .body,
#disp .foot {
  float: left;
  width: 100%;
  position: relative;
}
#disp .body {
  margin: 20px 0;
}
#disp .foot form + form {
  float: right;
}
#disp h2 {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--sitecolor);
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: var(--sitecolor);
  font-size: 16px;
  font-weight: 350;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  line-height: 1.5;
  cursor: pointer;
  padding-left: 40px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--accentcolor);
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 350;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  line-height: 1.42857143;
}
#disp .foot input:after,
#disp .foot a:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 31px;
  height: 20px;
  mask-image: url('/images/icon-arrow-right-black.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 98%;
  background-color: var(--accentcolor);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  #disp .foot input:hover,
  #disp .foot a:hover,
  #disp .foot input:focus,
  #disp .foot a:focus {
    color: var(--btn-text-hov);
  }
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input.radio,
#disp input.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1023px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'Suisse Intl', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 40px;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid var(--textcolor);
  min-height: 40px;
  padding: 10px 10px;
  appearance: none;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 9.5px;
    padding-bottom: 9.5px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 26px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 21px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 9.5px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Suisse Intl', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background: #F0F0F0;
  height: 40px;
  border: 1px solid var(--textcolor);
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  line-height: 1.5;
  cursor: pointer;
  padding-left: 40px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--accentcolor);
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 350;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.unit.form .submit:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 31px;
  height: 20px;
  mask-image: url('/images/icon-arrow-right-black.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 98%;
  background-color: var(--accentcolor);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .submit:hover,
  .unit.form .submit:focus {
    color: var(--btn-text-hov);
  }
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: var(--textcolor);
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  line-height: 1.5;
  cursor: pointer;
  padding-left: 40px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--accentcolor);
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 350;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.two-step-verification-container a:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 31px;
  height: 20px;
  mask-image: url('/images/icon-arrow-right-black.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 98%;
  background-color: var(--accentcolor);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .two-step-verification-container a:hover,
  .two-step-verification-container a:focus {
    color: var(--btn-text-hov);
  }
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: 350;
}
.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: 350;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 1.82529335vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  float: left;
  height: 70px;
  margin-left: -23px;
}
@media (max-width: 1023px) {
  #home {
    height: 55px;
    margin-left: -18px;
  }
}
@media (max-width: 767px) {
  #home {
    height: 40px;
    margin-left: -13px;
  }
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
}
.layout2 #head,
.layout4 #head,
.layout6 #head,
.layout14 #head {
  margin-top: calc(var(--spaceTotal) * 3);
}
.layout8 .cbdModule--preSiteTitle {
  margin-top: calc(var(--spaceTotal) * 3);
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #FFF;
  font-family: 'Suisse Intl', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--textcolor);
  overflow: hidden;
  hyphens: auto;
}
.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;
}
.wrapper {
  display: flex;
  flex-direction: column;
}
.section--header {
  position: fixed;
  top: 0;
  padding: 33px 0 35px;
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  isolation: isolate;
  z-index: 2000;
}
body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .section--header {
  border-color: #CECED0;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .section--header {
    padding: 20px 0 20px;
  }
}
@media (max-width: 767px) {
  .section--header {
    padding: 15px 0 15px;
  }
}
.container {
  float: left;
  position: relative;
  width: 100%;
}
.container--head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.headLinks {
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px 40px;
}
@media (max-width: 1023px) {
  .headLinks {
    display: none;
  }
}
.headLinks .btn {
  width: auto;
}
.mobile-navigation .headLinks {
  display: none;
  flex-wrap: wrap;
  margin-top: calc(var(--spaceTotal) * 2);
}
@media (max-width: 1023px) {
  .mobile-navigation .headLinks {
    display: flex!important;
  }
}
.detailMoreButtonDesktop {
  display: none;
}
.detailMoreButtonMobile {
  display: none;
}
@media (max-width: 767px) {
  .detailMoreButtonMobile {
    display: block;
    float: left;
    width: 100%;
    margin-top: calc(var(--spaceTotal) * 2);
    margin-bottom: calc(var(--spaceTotal) * 2);
  }
}
.headNav {
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  margin-top: 6px;
}
@media (max-width: 1023px) {
  .headNav {
    gap: 20px;
  }
}
.meta.find {
  --linkcolor: #000;
  --linkcolor-hov: #E42312;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  width: 23px;
  height: 23px;
  background-color: var(--linkcolor);
  mask-image: url('/images/icon-search-black.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 98%;
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .meta.find:hover,
  .meta.find:focus {
    background-color: var(--linkcolor-hov);
  }
}
main {
  float: left;
  width: 100%;
  position: relative;
  flex: 1 0 auto;
}
.accentcolor {
  --accentcolor: #E42312;
}
.accentcolor--blue {
  --accentcolor: #7197BA;
}
.accentcolor--violet {
  --accentcolor: #B26D8F;
}
.accentcolor--green {
  --accentcolor: #7A9854;
}
.accentcolor--yellow {
  --accentcolor: #DFDD2C;
}
.accentcolor--grey {
  --accentcolor: #9A9B9F;
}
.designelement {
  isolation: isolate;
}
.designelement:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 822px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: url(/images/designelement-lines-basic--2023-08-21.svg);
}
.designelement--basic:after {
  opacity: 0.61;
}
.designelement--basicTwo:after {
  background-position: 100% 0;
  background-image: url(/images/lines/geotest_linien_home-right-2023-09-27.svg);
  background-size: 820px;
}
@media (max-width: 1650px) {
  .designelement--basicTwo:after {
    background-position: 50vw 50%;
  }
}
@media (max-width: 767px) {
  .designelement--basicTwo:after {
    background-position: 50vw 100%;
  }
}
.designelement--home:after {
  background-position: 0% 100%;
  background-image: url(/images/lines/geotest_linien-home-2023-09-27.svg);
  background-size: 835px;
}
.designelement--news:after {
  background-position: 0% 100%;
  background-image: url(/images/lines/geotest_linien_aktuell.svg);
  background-size: 835px;
}
.designelement--references:after {
  background-position: 0% 100%;
  background-image: url(/images/lines/geotest_linien_referenz.svg);
  background-size: 835px;
}
.designelement--businessfields:after {
  background-position: 100% 100%;
  background-image: url(/images/lines/geotest_linien_geschaeftsfelder.svg);
  background-size: 835px;
}
.designelement--innovation:after {
  background-position: 100% 100%;
  background-image: url(/images/lines/geotest_linien_innovation.svg);
  background-size: 835px;
}
.designelement--aboutus:after {
  background-position: 0% 100%;
  background-image: url(/images/lines/geotest_linien_ueber-uns.svg);
  background-size: 835px;
}
.section--box .contentArea,
.section--box .area {
  float: left;
  width: 100%;
  isolation: isolate;
  position: relative;
}
.section--box .contentArea:after,
.section--box .area:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  border: 2px solid var(--accentcolor);
  border-left-width: 6px;
  height: 100%;
  z-index: -1;
  width: clamp(100% + 60px, calc(100% + ((100vw - 1540px))), 1540px);
}
.unitBox {
  margin-top: calc(var(--spaceUnit) * 1);
  margin-bottom: calc(var(--spaceUnit) * 1);
  float: left;
  width: 100%;
  padding-left: var(--spacePart);
  padding-right: var(--spacePart);
  box-sizing: border-box;
  border: 2px solid var(--accentcolor);
  border-left-width: 6px;
}
.unitBox__part {
  float: left;
  width: 100%;
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
}
.unitBox__part--title {
  margin-bottom: 0;
  color: var(--accentcolor);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 350;
}
.unitBox__part--text {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
}
.unitBox__icon {
  width: 30px;
  height: 22px;
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.unitBox__icon--location {
  background-size: 13px;
  background-image: url(/images/icon-location-black.svg);
}
.unitBox__icon--duration {
  background-size: 20px;
  background-image: url(/images/icon-duration-black.svg);
}
.unitBox__icon--client {
  background-size: 27px;
  background-image: url(/images/icon-client-black.svg);
}
.unitBox__icon--phone {
  background-size: 22px;
  background-image: url(/images/icon-phone-black.svg);
}
.unitBox__icon--mail {
  background-size: 24px;
  background-image: url(/images/icon-mail-black.svg);
}
.unitBox__info {
  width: 100%;
  font-weight: 350;
}
.columns {
  float: left;
  width: 100%;
  position: relative;
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
  display: grid;
  gap: 26px;
}
.columns--marginTopOff {
  margin-top: 0;
}
@media (max-width: 767px) {
  .layout16 .columns {
    gap: 0;
  }
}
.columns .mood {
  float: right;
  width: 100%;
  margin-top: calc(var(--spaceUnit) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.layout5 .columns .mood {
  margin-top: calc(var(--spaceTotal) * 3);
}
@media (max-width: 767px) {
  .layout16 .columns .mood {
    max-width: 320px;
  }
}
.breadcrump {
  margin-top: 200px;
  margin-bottom: calc(var(--spaceTotal) * 2);
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1023px) {
  .breadcrump {
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .breadcrump {
    margin-top: 100px;
  }
  .breadcrump * {
    display: none;
  }
}
.breadcrump * {
  color: var(--textcolor);
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .breadcrump *:hover,
  .breadcrump *:focus {
    color: #9A9B9F;
  }
}
@media (max-width: 1023px) {
  .is-mobileHidden {
    display: none;
  }
}
.section--absolute {
  position: absolute;
  z-index: 1000;
}
.section--lineTopRight {
  box-sizing: border-box;
}
.section--lineTopRight .area:first-child {
  margin-top: calc(var(--spaceTotal) * 2);
}
.section--lineTopRight:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 2px;
  background-color: #000;
}
.section--lineTopLeft {
  box-sizing: border-box;
}
.section--lineTopLeft .area:first-child {
  margin-top: calc(var(--spaceTotal) * 2);
}
.section--lineTopLeft:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: #000;
}
.postinfo {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.section--intro {
  border-bottom: 2px solid #CECED0;
}
.container--intro {
  min-height: 800px;
  padding-top: 220px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 767px) {
  .container--intro {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: 120px;
  }
}
.container--intro .content {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1023px) {
  .container--intro .content {
    padding-left: 45.2887538%;
    padding-right: 12.91793313%;
  }
}
.container--facts {
  min-height: 800px;
  padding-top: 250px;
  padding-bottom: calc(var(--spaceTotal) * 1);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .container--facts {
    padding-top: calc(var(--spaceTotal) * 1);
    min-height: 30vh;
    min-height: 30svh;
  }
}
.container--facts .content {
  float: left;
  width: 100%;
}
.container--facts .part--factsImage {
  width: 70.51671733%;
  margin-left: 23.10030395%;
  margin-right: 6.38297872%;
}
.designelement--right .container--facts .part--factsImage {
  width: 67.62917933%;
  margin-left: 5.01519757%;
  margin-right: 27.3556231%;
}
@media (max-width: 1023px) {
  .container--facts .part--factsImage {
    display: none;
  }
}
.container--facts .part--factsImage img {
  max-height: 100%!important;
  max-width: 100%!important;
}
.container--facts .part--ctaImage {
  width: 13.67781155%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .container--facts .part--ctaImage {
    display: none;
  }
}
.container--facts .part--ctaImage img {
  max-height: 100%!important;
  max-width: 100%!important;
}
.container--slogan {
  min-height: 800px;
  padding-top: calc(var(--spaceTotal) * 1);
  padding-bottom: calc(var(--spaceTotal) * 1);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .container--slogan {
    min-height: 50vh;
    min-height: 50svh;
  }
}
.container--slogan .content {
  float: left;
  width: 100%;
}
.section--referencesTeaser {
  padding-bottom: calc(var(--spaceTotal) * 3);
  box-sizing: border-box;
}
.section--teaserRefrencesStartpage,
.section--teaserNewsManual,
.section--referenceTeaserManual {
  padding-top: calc(var(--spaceTotal) * 3);
  padding-bottom: calc(var(--spaceTotal) * 3);
  box-sizing: border-box;
}
.section--teaserNewsStartpage {
  background-origin: padding-box;
  padding-top: calc(var(--spaceTotal) * 3);
  padding-bottom: calc(var(--spaceTotal) * 2);
}
.section--teaserNewsStartpage:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: var(--accentcolor);
}
.section--footer {
  flex-shrink: 0;
  --linkcolor: #000;
  --linkcolor-hov: #E42312;
}
.footarea {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.footpart {
  float: left;
  width: 100%;
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
}
.container--footInfos:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: #E42312;
}
.container--footSocial {
  padding-top: calc(var(--spaceTotal) * 3);
  padding-bottom: calc(var(--spaceTotal) * 3);
  box-sizing: border-box;
}
.container--footSocial:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 2px;
  background-color: #000;
}
.unit--standalonUnitFootLinks {
  --spacePart: 4px;
}
.footLinks {
  float: left;
  width: 100%;
}
.cbdModule--socialLinksTitle {
  margin-bottom: calc(var(--spaceTotal) * 2);
}
#legal {
  display: flex;
  flex-direction: column;
}
.iconLinks {
  float: left;
  width: 100%;
  position: relative;
}
.iconLinks__content {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
}
.iconLinks__icon {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  transition: background-color 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  width: clamp(1.875rem, 1.383rem + 2.46vw, 3.75rem);
  height: clamp(1.875rem, 1.383rem + 2.46vw, 3.75rem);
  background-color: var(--linkcolor);
  mask-image: url('/images/facebook.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 98%;
  display: inline-block;
}
.container--followus .iconLinks__icon {
  transform: scale(1.2);
}
.iconLinks__icon--linkedin {
  mask-image: url('/images/linkedin.svg');
}
.iconLinks__icon--twitter {
  mask-image: url('/images/twitter.svg');
}
.iconLinks__icon--youtube {
  mask-image: url('/images/youtube.svg');
}
@media (hover: hover) and (pointer: fine) {
  .iconLinks__icon:hover,
  .iconLinks__icon:focus {
    background-color: var(--linkcolor-hov);
  }
}
.vcard {
  float: left;
  width: 100%;
}
.company {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.company__name {
  font-size: 36px;
  line-height: 0.94444444;
  color: #E42312;
}
.footLangnav {
  float: left;
  width: 100%;
}
.mobile-navigation .footLangnav {
  display: none;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
@media (max-width: 1023px) {
  .mobile-navigation .footLangnav {
    display: block;
  }
}
.footLangnav div.sub1 {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 1023px) {
  .footLangnav div.sub1 {
    margin-top: calc(var(--spaceTotal) * 1);
  }
}
.footLangnav div.sub1 > .item {
  float: left;
  margin-bottom: 4px;
}
.footLangnav div.sub1 > .item:not(.exit):after {
  content: '|';
  position: absolute;
  margin-left: 9px;
}
.footLangnav div.sub1 > .item > .menu {
  position: relative;
  float: left;
  display: block;
  font-size: 14px;
  line-height: 1.57142857;
  font-weight: 300;
  white-space: nowrap;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: all 0.2s;
  text-align: left;
}
.langpick {
  float: left;
  position: relative;
  z-index: 10;
  width: 42px;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  --linkcolor: #000;
  --linkcolor-hov: #E42312;
}
@media (max-width: 1023px) {
  .headNav .langpick {
    display: none;
  }
}
.langpick__toggle {
  float: left;
  position: relative;
  font-size: 14px;
  line-height: 1.35714286;
  width: 42px;
  height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  cursor: pointer;
  background-position: 50% 0;
  background-size: 100% 0;
  background-repeat: no-repeat;
  transition: all 0.2s;
  box-sizing: border-box;
  text-align: left;
  text-transform: uppercase;
}
.langpick__toggle:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-toggle-black.svg);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.langpick__toggle.cb-toggle-active:after {
  transform: translateY(-50%) scale(-1);
}
.langpick__menu {
  position: absolute;
  right: 0;
  top: 14px;
  width: 42px;
  opacity: 0;
  box-sizing: border-box;
  pointer-events: none;
  transform: translateY(-100%);
  transition: all 0.4s;
  z-index: -1;
  text-transform: uppercase;
}
.langpick.cb-toggle-target-active .langpick__menu {
  transform: translateY(0);
  pointer-events: initial;
  opacity: 1;
}
.langpick__menu div.sub1 {
  float: left;
  width: 100%;
}
.langpick__menu div.sub1 > .item {
  float: left;
  width: 100%;
  margin-bottom: 4px;
}
.langpick__menu div.sub1 > .item > .menu {
  position: relative;
  float: left;
  display: block;
  font-size: 14px;
  line-height: 1.57142857;
  font-weight: 300;
  white-space: nowrap;
  box-sizing: border-box;
  transition: all 0.2s;
  text-align: left;
}
.langpick__menu div.sub1 > .item > .menu.path {
  color: #7197BA;
  display: none;
}
a {
  color: var(--linkcolor);
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover,
  a:focus {
    color: var(--linkcolor-hov);
  }
}
.btn--primary > .open {
  line-height: 1.5;
  cursor: pointer;
  padding-left: 40px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--accentcolor);
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 350;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.btn--primary > .open:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 31px;
  height: 20px;
  mask-image: url('/images/icon-arrow-right-black.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 98%;
  background-color: var(--accentcolor);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .btn--primary > .open:hover,
  .btn--primary > .open:focus {
    color: var(--btn-text-hov);
  }
}
.btn--icon > .open {
  line-height: 1.5;
  cursor: pointer;
  color: var(--textcolor);
  padding-left: 33px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--btn-text);
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 350;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.btn--icon > .open:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 23px;
  height: 23px;
  mask-image: url('/images/icon-sos-black.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 98%;
  background-color: var(--btn-icon);
}
@media (hover: hover) and (pointer: fine) {
  .btn--icon > .open:hover,
  .btn--icon > .open:focus {
    color: var(--btn-text-hov);
  }
}
h1,
h2 {
  color: var(--textcolor);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}
h1 {
  hyphens: none;
}
.layout1 h1 {
  text-transform: unset;
  font-size: clamp(1.875rem, 1.273rem + 3.01vw, 3.75rem);
  line-height: 1.1;
  font-weight: 300;
  color: var(--accentcolor);
}
.layout3 h1,
.layout5 h1 {
  text-transform: unset;
  font-size: clamp(1.375rem, 1.094rem + 1.41vw, 2.25rem);
  line-height: 1.16666667;
  font-weight: 300;
  color: var(--accentcolor);
}
.layout3 h1 {
  font-weight: 300;
}
.layout7 h1,
.layout8 h1,
.layout9 h1,
.layout10 h1,
.layout11 h1,
.layout12 h1,
.layout13 h1,
.layout15 h1,
.layout16 h1,
.layout17 h1 {
  text-transform: unset;
  font-size: clamp(1.875rem, 1.273rem + 3.01vw, 3.75rem);
  line-height: 1.1;
  font-weight: 300;
  color: var(--accentcolor);
}
.layout8 h1 {
  position: relative;
  isolation: isolate;
  color: var(--textcolor);
  width: auto !important;
  display: inline-block;
}
.layout8 h1:after {
  content: '';
  z-index: -1;
  position: absolute;
  left: -20px;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100% + 40px);
  height: 100%;
  background-color: var(--accentcolor);
}
h3 {
  font-size: clamp(1.875rem, 1.273rem + 3.01vw, 3.75rem);
  line-height: 1.1;
  font-weight: 300;
  color: var(--accentcolor);
}
h4 {
  font-size: clamp(1.375rem, 1.094rem + 1.41vw, 2.25rem);
  line-height: 1.16666667;
  font-weight: 300;
  color: var(--accentcolor);
}
.ns-teaser--referenceTeaser h4 {
  font-weight: 300!important;
}
h5 {
  font-size: clamp(1.375rem, 1.094rem + 1.41vw, 2.25rem);
  line-height: 1.16666667;
  font-weight: 300;
  color: var(--textcolor);
}
h6 {
  font-size: 18px;
  line-height: 1.11111111;
  font-weight: 350;
}
h6 strong {
  font-size: 14px;
  color: var(--accentcolor);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 350;
}
.accentcolor--grey h6 strong {
  --accentcolor: #E42312;
}
.loud {
  font-size: 18px;
  line-height: 1.11111111;
}
.skew {
  font-size: clamp(1.375rem, 1.094rem + 1.41vw, 2.25rem);
  line-height: 1.16666667;
  font-style: italic;
  font-weight: 300;
  padding-top: clamp(2.625rem, 1.782rem + 4.22vw, 5.25rem);
  padding-right: clamp(3.125rem, 2.121rem + 5.02vw, 6.25rem);
  padding-bottom: clamp(0.75rem, 0.509rem + 1.2vw, 1.5rem);
  position: relative;
}
.skew:before {
  content: "\00AB";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accentcolor);
  font-size: clamp(3.75rem, 2.545rem + 6.02vw, 7.5rem);
  line-height: 0.6;
}
.skew:after {
  content: '\00BB';
  position: absolute;
  right: 0;
  bottom: 0;
  color: var(--accentcolor);
  font-size: clamp(3.75rem, 2.545rem + 6.02vw, 7.5rem);
  line-height: 0.6;
}
.pale {
  color: var(--accentcolor);
}
.area--one {
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.area--one.area5 {
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.area--one .unit--fold {
  border-bottom: 2px solid var(--textcolor);
}
.area--one .unit--fold + .unit--fold {
  margin-top: calc(var(--spaceUnit) * -1);
}
.area--one .unit--fold .fold-toggle {
  padding-right: 40px;
  width: 100%;
  display: inline-block;
  color: var(--textcolor);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .area--one .unit--fold .fold-toggle:hover,
  .area--one .unit--fold .fold-toggle:focus {
    color: var(--accentcolor);
  }
}
.area--one .unit--fold .fold-toggle:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 9px;
  top: 5px;
  right: 10px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-toggle-black.svg);
}
.area--one .unit--fold .fold-toggle--open:after {
  transform: scale(-1);
}
.area--one .unit--fold .unit__foot {
  display: none;
}
.contentArea {
  margin-bottom: calc(var(--spaceTotal) * 2);
  padding-top: calc(var(--spaceTotal) * 2);
  padding-bottom: calc(var(--spaceTotal) * 2);
  box-sizing: border-box;
}
.area--two {
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.area--two .unit {
  padding-left: calc(var(--spacePart) + 6px);
  padding-right: var(--spacePart);
  box-sizing: border-box;
}
.area--two .unitTwo.unit--fold {
  padding-left: var(--spacePart);
}
.area--two .unitTwo.unit--fold .fold-toggle {
  padding-right: 40px;
  width: 100%;
  display: inline-block;
  color: var(--accentcolor);
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  font-weight: 350;
}
@media (hover: hover) and (pointer: fine) {
  .area--two .unitTwo.unit--fold .fold-toggle:hover,
  .area--two .unitTwo.unit--fold .fold-toggle:focus {
    color: var(--accentcolor);
  }
}
.area--two .unitTwo.unit--fold .fold-toggle:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 9px;
  top: 5px;
  right: 10px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-toggle-black.svg);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.area--two .unitTwo.unit--fold .fold-toggle--open:after {
  transform: scaleY(-1);
}
.area--two .unitTwo.unit--fold .unit__foot {
  display: none;
}
.area--three {
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.area--three .unit--fold {
  border-bottom: 2px solid var(--textcolor);
}
.area--three .unit--fold + .unit--fold {
  margin-top: calc(var(--spaceUnit) * -1);
}
.area--three .unit--fold .fold-toggle {
  padding-right: 40px;
  width: 100%;
  display: inline-block;
  color: var(--textcolor);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .area--three .unit--fold .fold-toggle:hover,
  .area--three .unit--fold .fold-toggle:focus {
    color: var(--accentcolor);
  }
}
.area--three .unit--fold .fold-toggle:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 9px;
  top: 5px;
  right: 10px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-toggle-black.svg);
}
.area--three .unit--fold .fold-toggle--open:after {
  transform: scale(-1);
}
.area--three .unit--fold .unit__foot {
  display: none;
}
.section .area img,
.cb-expo img {
  filter: blur(10px) grayscale(1);
  transition: filter 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.section .area img.lazyloaded,
.cb-expo img.lazyloaded {
  filter: blur(0px) grayscale(0);
}
body.cb-toggle-target-active {
  overflow: hidden;
}
.togglenavigation {
  position: relative;
  z-index: 2001;
  width: 36px;
  height: 24px;
  cursor: pointer;
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background-color: var(--sitecolor);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  transform: translateY(-10px);
}
body.cb-toggle-target-active .tline--2 {
  transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateY(10px);
}
.mobile-navigation {
  --linkcolor: #000;
  --linkcolor-hov: #E42312;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  background-color: #fff;
  overflow-y: scroll;
  border-bottom: 2px solid #CECED0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
}
@media (max-width: 1400px) {
  .mobile-navigation {
    height: 100%;
  }
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  min-height: 800px;
  padding: 230px 0 180px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0s 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
body.cb-toggle-target-active .mobile-navi-animation {
  transition: all 1s cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 1;
}
@media (max-width: 1400px) {
  .mobile-navi-animation {
    padding: 170px 25vw;
    min-height: 100svh;
  }
}
@media (max-width: 767px) {
  .mobile-navi-animation {
    padding: 100px 0;
  }
}
.mobile-nav div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.mobile-nav div.navi > .cb-toggle {
  display: none;
}
.mobile-nav div.navi > .item {
  float: left;
  width: 100%;
  position: relative;
}
.mobile-nav div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-nav div.navi > .item > .menu {
  display: block;
  color: var(--linkcolor);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  padding-right: 40px;
  box-sizing: border-box;
  hyphens: none;
}
.mobile-nav div.navi > .item > .menu.path {
  color: var(--linkcolor-hov);
}
@media (hover: hover) and (pointer: fine) {
  .mobile-nav div.navi > .item > .menu:hover,
  .mobile-nav div.navi > .item > .menu:focus {
    color: var(--linkcolor-hov);
  }
}
.mobile-nav div.sub2 {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 1400px) {
  .mobile-nav div.sub2 {
    flex-direction: column;
    gap: 30px;
  }
}
@media (min-width: 1401px) {
  .mobile-nav div.sub2 > .item > .cb-toggle {
    display: none;
  }
}
.mobile-nav div.sub2 > .item > .menu {
  font-size: 18px;
  line-height: 1.11111111;
  font-weight: 350;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mobile-nav div.sub3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-nav div.sub3 > .item.init {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .mobile-nav div.sub3 > .item.init {
    margin-top: 20px;
  }
}
.mobile-nav div.sub3 > .item > .menu {
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1400px) {
  .mobile-nav div.sub3 {
    overflow: hidden;
    max-height: 0;
  }
  .mobile-nav div.sub3 > .item.init .mobile-nav div.sub3 > .item {
    opacity: 0;
    transform: scale(0.8);
  }
}
.mobile-nav div.sub4 {
  overflow: hidden;
  max-height: 0;
}
.mobile-nav div.sub4 > .item {
  opacity: 0;
  transform: scale(0.8);
}
.mobile-nav div.navi > .item.cb-toggle-target-active > div.navi {
  transition: none;
  max-height: 1000px;
  transition: max-height 2s;
}
.mobile-nav div.navi > .item.cb-toggle-target-active > div.navi > .item {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
}
.mobile-nav .cb-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  width: 36px;
  height: 24px;
  background-size: 14px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-toggle-black.svg);
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.mobile-nav .cb-toggle.cb-toggle-active {
  transform: rotate(-180deg);
}
.ns-teaserWrapper {
  float: left;
  width: 100%;
}
.ns-teaserArea {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  display: grid;
  grid-gap: 26px;
}
.ns-teaserOnboarding {
  float: left;
  min-height: 100px;
  width: 100%;
  background-color: lightgrey;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
}
.ns-teaser {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceUnit) * 1);
  margin-bottom: calc(var(--spaceUnit) * 1);
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser.is-linkAround:hover .ns-teaser__image,
  .ns-teaser.is-linkAround:focus .ns-teaser__image {
    transform: scale(1.05);
  }
  .ns-teaser.is-linkAround:hover .ns-teaserLink,
  .ns-teaser.is-linkAround:focus .ns-teaserLink {
    color: var(--btn-text-hov);
  }
}
.ns-teaser__content {
  float: left;
  width: 100%;
}
.ns-teaser__authorTitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accentcolor);
  font-weight: 350;
}
.ns-teaser__authorSubTitle {
  font-weight: 350;
}
.ns-teaser__section {
  float: left;
  width: 100%;
}
.ns-teaser__partGroup {
  float: left;
  width: 100%;
}
.ns-teaser__part {
  float: left;
  width: 100%;
}
.ns-teaser__part--pict {
  overflow: hidden;
}
.ns-teaser__part--pict .ns-teaser__image {
  height: 100%;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  object-fit: cover;
  object-position: center;
}
.ns-teaser__part--link .ns-teaserLink {
  line-height: 1.5;
  cursor: pointer;
  padding-left: 40px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--accentcolor);
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 350;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.ns-teaser__part--link .ns-teaserLink:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 31px;
  height: 20px;
  mask-image: url('/images/icon-arrow-right-black.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 98%;
  background-color: var(--accentcolor);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser__part--link .ns-teaserLink:hover,
  .ns-teaser__part--link .ns-teaserLink:focus {
    color: var(--btn-text-hov);
  }
}
.ns-teaser__part--text {
  color: var(--textcolor);
}
.ns-teaserNotification {
  margin-top: calc(var(--spaceTotal) * 2);
}
.is-loading {
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-left: 5px;
  display: inline-block;
}
.is-loading:before {
  content: '';
  background: linear-gradient(#fbccc7, #E42312);
  mask: radial-gradient(farthest-side, #fff0 calc(100% - 2px), #fff 0);
  width: 15px;
  height: 15px;
  left: 0;
  border-radius: 50%;
  position: absolute;
  animation: rot 2s linear infinite;
}
@keyframes rot {
  100% {
    transform: rotate(360deg);
  }
}
.ns-actions {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.ns-actions__link--loadmore,
.ns-loadMore {
  float: left;
  line-height: 1.5;
  padding-left: 40px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--accentcolor);
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 350;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.ns-actions__link--loadmore:after,
.ns-loadMore:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 31px;
  height: 20px;
  mask-image: url('/images/icon-arrow-right-black.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 98%;
  background-color: var(--accentcolor);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .ns-actions__link--loadmore:hover,
  .ns-loadMore:hover,
  .ns-actions__link--loadmore:focus,
  .ns-loadMore:focus {
    color: var(--btn-text-hov);
  }
}
.ns-teaserWrapper--reference .ns-teaserArea {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
}
@media (max-width: 1023px) {
  .ns-teaserWrapper--reference .ns-teaserArea {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .ns-teaserWrapper--reference .ns-teaserArea {
    grid-template-columns: minmax(0, 1fr);
  }
}
.ns-teaserWrapper--referenceTeaserStartpage .ns-teaser__content,
.ns-teaserWrapper--reference .ns-teaser__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacePart);
  height: 100%;
}
.ns-teaserWrapper--referenceTeaserStartpage .ns-teaser__part--location,
.ns-teaserWrapper--reference .ns-teaser__part--location {
  color: var(--textcolor);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 24px;
  margin-bottom: 5px;
  box-sizing: border-box;
  background-size: 13px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/images/icon-location-black.svg);
}
.ns-teaserWrapper--reference .ns-teaser__image {
  aspect-ratio: 1.33333333;
  object-fit: cover;
  object-position: center;
}
.ns-teaserWrapper--reference .ns-teaser__part--link {
  margin-top: auto;
}
.ns-teaser--referenceTeaserStartpage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: center;
}
@media (max-width: 767px) {
  .ns-teaser--referenceTeaserStartpage {
    grid-template-columns: 1fr;
  }
}
.ns-teaser--referenceTeaserStartpage .ns-teaser__content {
  grid-column: span 1;
  height: unset;
}
.ns-teaser--referenceTeaserStartpage .ns-teaser__part--pict {
  grid-column: span 2;
}
.ns-teaser--referenceTeaserStartpage .ns-teaser__part--pict .ns-teaser__image {
  aspect-ratio: 1.66666667;
  float: right;
  width: clamp(100%,  calc(100% + ((100vw - 1540px) / 2)), calc(100% + 112px));
}
.ns-teaser--referenceTeaserStartpage:nth-child(2n) .ns-teaser__part--pict {
  order: 99;
  float: left;
}
@media (max-width: 767px) {
  .ns-teaser--referenceTeaserStartpage:nth-child(2n) .ns-teaser__part--pict {
    order: unset;
  }
}
.ns-teaser--referenceTeaserStartpage:nth-child(2n) .ns-teaser__part--pict .ns-teaser__image {
  float: left;
}
.ns-teaserWrapper--businessFieldTeaserAll .ns-teaser__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacePart);
  height: 100%;
}
.ns-teaserWrapper--businessFieldTeaserAll .ns-teaserArea {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--spacePart) 26px;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 0);
}
@media (max-width: 767px) {
  .ns-teaserWrapper--businessFieldTeaserAll .ns-teaserArea {
    grid-template-columns: minmax(0, 1fr);
  }
}
.ns-teaserWrapper--businessFieldTeaserAll .ns-teaser__part--link .ns-teaserLink {
  font-size: clamp(1.375rem, 1.094rem + 1.41vw, 2.25rem);
  line-height: 1.16666667;
  text-transform: unset;
  font-weight: 300;
  color: #000;
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaserWrapper--businessFieldTeaserAll .ns-teaser__part--link .ns-teaserLink:hover,
  .ns-teaserWrapper--businessFieldTeaserAll .ns-teaser__part--link .ns-teaserLink:focus {
    color: #E42312;
  }
}
.ns-teaserWrapper--folding .ns-teaserArea {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}
.ns-teaserWrapper--folding .ns-teaserToggle {
  color: var(--accentcolor);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 350;
  cursor: pointer;
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
  float: left;
  position: relative;
  padding-right: 40px;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.ns-teaserWrapper--folding .ns-teaserToggle:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 9px;
  top: 5px;
  right: 10px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-toggle-black.svg);
}
.ns-teaserWrapper--folding.isOpen .ns-teaserToggle:after {
  transform: scale(-1);
}
.ns-teaserWrapper--folding.isOpen .ns-teaserArea {
  display: block;
}
.ns-teaserWrapper--team .ns-teaserArea {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: auto;
}
@media (max-width: 1023px) {
  .ns-teaserWrapper--team .ns-teaserArea {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .ns-teaserWrapper--team .ns-teaserArea {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.ns-teaserWrapper--teamSide .ns-teaserArea {
  margin-top: 0;
  margin-bottom: 0;
}
.ns-teaserWrapper--teamTeaserReferenced .ns-teaserArea {
  padding-right: 16.71732523%;
  box-sizing: border-box;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--spacePart) 100px;
}
@media (max-width: 1023px) {
  .ns-teaserWrapper--teamTeaserReferenced .ns-teaserArea {
    padding-right: 0;
    gap: var(--spacePart) 26px;
  }
}
@media (max-width: 767px) {
  .ns-teaserWrapper--teamTeaserReferenced .ns-teaserArea {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
.ns-teaserWrapper--team .ns-teaser__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacePart);
  height: 100%;
}
.ns-teaserWrapper--teamSide .ns-teaser__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-auto-rows: auto;
  gap: var(--spacePart);
  height: 100%;
}
.ns-teaserWrapper--teamSide .ns-teaser__section {
  display: flex;
  flex-direction: column;
  gap: var(--spacePart);
}
.ns-teaserWrapper--team .ns-teaser__part--locationAndDate {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.ns-teaserWrapper--teamSide .ns-teaser__part--title,
.ns-teaserWrapper--team .ns-teaser__part--title {
  text-transform: unset;
  font-weight: 350;
}
.ns-teaserWrapper--teamFolding .ns-teaser__partGroup--links,
.ns-teaserWrapper--teamSide .ns-teaser__partGroup--links,
.ns-teaserWrapper--team .ns-teaser__partGroup--links {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.ns-teaserWrapper--teamFolding .ns-teaser__part--link,
.ns-teaserWrapper--teamSide .ns-teaser__part--link,
.ns-teaserWrapper--team .ns-teaser__part--link {
  margin-top: auto;
  width: auto;
}
.ns-teaserWrapper--teamFolding .ns-teaser__part--link .ns-teaserLink,
.ns-teaserWrapper--teamSide .ns-teaser__part--link .ns-teaserLink,
.ns-teaserWrapper--team .ns-teaser__part--link .ns-teaserLink {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 22px;
  height: 22px;
  padding-left: unset;
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaserWrapper--teamFolding .ns-teaser__part--link .ns-teaserLink:after,
  .ns-teaserWrapper--teamSide .ns-teaser__part--link .ns-teaserLink:after,
  .ns-teaserWrapper--team .ns-teaser__part--link .ns-teaserLink:after {
    width: 20px;
    height: 14px;
    background-color: #000;
  }
  .ns-teaserWrapper--teamFolding .ns-teaser__part--link .ns-teaserLink:hover:after,
  .ns-teaserWrapper--teamSide .ns-teaser__part--link .ns-teaserLink:hover:after,
  .ns-teaserWrapper--team .ns-teaser__part--link .ns-teaserLink:hover:after,
  .ns-teaserWrapper--teamFolding .ns-teaser__part--link .ns-teaserLink:focus:after,
  .ns-teaserWrapper--teamSide .ns-teaser__part--link .ns-teaserLink:focus:after,
  .ns-teaserWrapper--team .ns-teaser__part--link .ns-teaserLink:focus:after {
    background-color: var(--accentcolor);
  }
}
.ns-teaserWrapper--teamFolding .ns-teaser__part--link.mail .ns-teaserLink:after,
.ns-teaserWrapper--teamSide .ns-teaser__part--link.mail .ns-teaserLink:after,
.ns-teaserWrapper--team .ns-teaser__part--link.mail .ns-teaserLink:after {
  width: 20px;
  height: 14px;
  mask-image: url('/images/icon-mail-black.svg');
}
.ns-teaserWrapper--teamFolding .ns-teaser__part--link.phone .ns-teaserLink:after,
.ns-teaserWrapper--teamSide .ns-teaser__part--link.phone .ns-teaserLink:after,
.ns-teaserWrapper--team .ns-teaser__part--link.phone .ns-teaserLink:after {
  width: 17px;
  height: 17px;
  mask-image: url('/images/icon-phone-black.svg');
}
.ns-teaserWrapper--teamFolding .ns-teaser__part--placeholder,
.ns-teaserWrapper--teamSide .ns-teaser__part--placeholder,
.ns-teaserWrapper--team .ns-teaser__part--placeholder {
  aspect-ratio: 1;
  background-color: #E8E8E8;
}
.ns-teaserWrapper--teamFolding .ns-teaser__image,
.ns-teaserWrapper--teamSide .ns-teaser__image,
.ns-teaserWrapper--team .ns-teaser__image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.ns-teaserWrapper--teamFolding {
  display: flex;
  flex-direction: column;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.ns-teaserWrapper--teamFolding .ns-folding {
  border-bottom: 2px solid var(--textcolor);
  order: 2;
}
.ns-teaserWrapper--teamFolding .ns-folding--Zollikofen {
  order: 1;
}
@media (min-width: 1024px) {
  .ns-teaserWrapper--teamFolding .ns-folding {
    width: 65.95744681%;
    margin-right: 34.04255319%;
  }
}
.ns-teaserWrapper--teamFolding .ns-folding .ns-teaserArea {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  margin-bottom: calc(var(--spacePart) * 1);
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .ns-teaserWrapper--teamFolding .ns-folding .ns-teaserArea {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.ns-teaserWrapper--teamFolding .ns-folding .ns-teaserToggle {
  color: var(--textcolor);
  font-weight: 350;
  cursor: pointer;
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
  float: left;
  position: relative;
  padding-right: 40px;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.ns-teaserWrapper--teamFolding .ns-folding .ns-teaserToggle:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 9px;
  top: 5px;
  right: 10px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-toggle-black.svg);
}
.ns-teaserWrapper--teamFolding .ns-folding.isOpen .ns-teaserToggle:after {
  transform: scale(-1);
}
.ns-teaserWrapper--teamFolding .ns-folding.isOpen .ns-teaserArea {
  display: grid;
}
.ns-teaserWrapper--teamFolding .ns-teaser__part--title {
  margin-top: calc(var(--spacePart) * 1);
  text-transform: unset;
  font-weight: 350;
  letter-spacing: unset;
}
.ns-teaserWrapper--teamFolding .ns-teaser__partGroup--links {
  margin-top: calc(var(--spacePart) * 1);
}
.ns-teaserWrapper--news .ns-teaserArea {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
}
@media (max-width: 1023px) {
  .ns-teaserWrapper--news .ns-teaserArea {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .ns-teaserWrapper--news .ns-teaserArea {
    grid-template-columns: minmax(0, 1fr);
  }
}
.ns-teaserWrapper--news .ns-teaser__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacePart);
  height: 100%;
}
.ns-teaserWrapper--news .ns-teaser__part--locationAndDate {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: var(--textcolor);
}
.ns-teaserWrapper--news .ns-teaser__part--link {
  margin-top: auto;
}
.ns-teaserWrapper--news .ns-teaser__image {
  aspect-ratio: 1.33333333;
  object-fit: cover;
  object-position: center;
}
.ns-filter {
  float: left;
  width: 100%;
}
.ns-filter__content {
  float: left;
  width: 100%;
}
.ns-filter__cover {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;
  min-height: 60px;
  gap: 26px;
}
.ns-filter__item {
  float: left;
  width: auto;
  width: 260px;
  max-width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .ns-filter__item {
    width: 100%;
  }
}
.ns-teaserFilter__part {
  float: left;
  width: 100%;
}
.ns-dropdown {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.28571429;
  text-transform: uppercase;
  letter-spacing: 1px;
  --linkcolor: #000;
  --linkcolor-hov: #E42312;
}
.ns-dropdown__toggle {
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  padding: 9px 0;
  padding-right: 40px;
  cursor: pointer;
  color: var(--textcolor) !important;
  position: relative;
  border-bottom: 2px solid var(--textcolor);
}
.ns-dropdown__toggle:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 9px;
  top: 14px;
  right: 10px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-toggle-black.svg);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.ns-dropdown.is-open .ns-dropdown__toggle:after {
  transform: scaleY(-1);
}
.ns-dropdown__content {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0;
  background-color: #FFF;
  overflow: hidden;
  display: none;
}
.ns-dropdown.is-open .ns-dropdown__content {
  display: block;
}
.ns-dropdown__item {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 8px;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .ns-dropdown__item:hover,
  .ns-dropdown__item:focus {
    background-color: #E8E8E8;
  }
}
.ns-dropdown__item.is-active {
  background-color: #E8E8E8;
}
.ns-filter__item--management {
  min-width: 450px;
}
@media (max-width: 767px) {
  .ns-filter__item--management {
    width: 100%;
    min-width: unset;
  }
}
.ns-filter__item--management,
.ns-filter__item--region {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 0 var(--spacePart);
  border-bottom: 2px solid var(--textcolor);
}
.ns-filter__item--management .ns-dropdown__item,
.ns-filter__item--region .ns-dropdown__item {
  width: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 3px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--textcolor);
}
.ns-filter__item--management .ns-dropdown__item:after,
.ns-filter__item--region .ns-dropdown__item:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid var(--textcolor);
  margin-left: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .ns-filter__item--management .ns-dropdown__item:hover,
  .ns-filter__item--region .ns-dropdown__item:hover,
  .ns-filter__item--management .ns-dropdown__item:focus,
  .ns-filter__item--region .ns-dropdown__item:focus {
    background-color: unset;
  }
}
.ns-filter__item--management .ns-dropdown__item.is-active,
.ns-filter__item--region .ns-dropdown__item.is-active {
  background-color: unset;
}
.ns-filter__item--management .ns-dropdown__item.is-active:after,
.ns-filter__item--region .ns-dropdown__item.is-active:after {
  background-color: var(--accentcolor);
}
/*# sourceMappingURL=./screen-small.css.map */