:root {
  --s-textcolor: #000000;
  --s-linecolor: #000000;
  --s-altcolor01: #676523;
  --s-altcolor02: #E1E0D9;
  --s-deskWidthTotal: calc(var(--deskWidth) + 20px);
}
:root {
  --deskWidth: 1200px;
  --deskSpace: 5vw;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
:root {
  --spacePart: 20px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 13px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 13px;
  }
}
:root {
  --spaceUnit: 30px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 25px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 25px;
  }
}
:root {
  --spaceTotal: 50px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 38px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 38px;
  }
}
: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;
}
.buttonGeneral {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
}
@media (max-width: 1023px) {
  .buttonGeneral {
    font-size: 17px;
  }
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/montserrat-v25-latin-regular.eot');
  /* IE9 Compat Modes */
  src: url('/extras/fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/extras/fonts/montserrat-v25-latin-600.eot');
  /* IE9 Compat Modes */
  src: url('/extras/fonts/montserrat-v25-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/montserrat-v25-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/montserrat-v25-latin-600.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/montserrat-v25-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/montserrat-v25-latin-600.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/montserrat-v25-latin-700.eot');
  /* IE9 Compat Modes */
  src: url('/extras/fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/montserrat-v25-latin-700.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/montserrat-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::-moz-selection {
  background: #676523;
  color: #fff;
}
*::selection {
  background: #676523;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: bold;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4;
}
.unit caption {
  display: none;
}
.flag {
  background: #676523;
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
  position: relative;
}
.unit__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;
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
#edit .part video {
  pointer-events: none;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
  margin-top: 6px;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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 6px;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-download-black.svg);
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--s-linecolor);
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.part.cb-youtube iframe,
.part.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.part.cb-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-filter: invert(1);
          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: 20px;
  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;
}
.layout1 #expo:before,
.layout2 #expo:before,
.layout4 #expo:before,
.layout5 #expo:before,
.layout6 #expo:before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/images/mood-lines-desktop-white.svg);
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1000;
}
#slides {
  float: left;
  width: 100%;
  height: 725px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
}
@media (max-width: 1023px) {
  #slides {
    height: 360px !important;
  }
}
#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;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #676523;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: #676523;
}
.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;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.42857143;
  color: var(--s-textcolor);
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: #676523;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #676523;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  background-color: #CCCBBD;
  color: #676523;
  padding: 20px 20px;
  font-weight: 700;
  line-height: 1.42857143;
}
@media (max-width: 1023px) {
  #disp .foot input,
  #disp .foot a {
    font-size: 17px;
  }
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus,
#disp .foot input:active,
#disp .foot a:active {
  color: #CCCBBD;
  background-color: #676523;
}
@media (max-width: 1023px) {
  #disp .foot input,
  #disp .foot a {
    padding: 12px 20px;
  }
}
#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: 32%;
  margin-right: 2%;
  min-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  -webkit-transform: scale(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;
    -webkit-transform: scale(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;
  -webkit-transform: none;
          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 {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     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: 'Montserrat', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 64%;
  }
}
.part.norm.must {
  display: none;
}
.unit.form .name {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 5px;
}
@media (max-width: 1023px) {
  .unit.form .name {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 34%;
    min-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  min-height: 45px;
  padding: 5px 35px;
  -webkit-appearance: none;
  font-size: 20px;
  line-height: 1;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
@media (max-width: 1023px) {
  .unit.form input.text,
  .unit.form textarea {
    font-size: 18px;
  }
}
.unit.form textarea {
  padding: 5px 35px;
  line-height: 1.16666667;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 64%;
  }
}
.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: 8.5px;
    padding-bottom: 8.5px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 26px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 28px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 8.5px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  background: #FFFFFF;
  height: 45px;
  border: 1px solid var(--s-textcolor);
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 64%;
    min-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.unit.form input.submit {
  float: right;
  width: 64%;
  min-height: 45px;
  background-color: #FFFFFF;
  color: var(--s-textcolor);
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  margin-top: calc(var(--spacePart) / 4);
  margin-bottom: calc(var(--spacePart) / 4);
  padding-left: 35px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  background-color: #676523;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .unit.form input.submit {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .unit.form input.submit {
    width: 100%;
  }
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 36% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  -webkit-box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
          box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: var(--s-textcolor);
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  -webkit-box-sizing: border-box;
          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;
  font-size: 14px;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  background-color: #CCCBBD;
  color: #676523;
  padding: 20px 20px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .two-step-verification-container a {
    font-size: 17px;
  }
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus,
.two-step-verification-container a:active {
  color: #CCCBBD;
  background-color: #676523;
}
@media (max-width: 1023px) {
  .two-step-verification-container a {
    padding: 12px 20px;
  }
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: bold;
}
.table td {
  padding: 5px 10px;
  vertical-align: top;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: bold;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.60756193vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  float: left;
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: var(--s-textcolor);
  overflow: hidden;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  -webkit-font-smoothing: antialiased;
}
.layout3 .wrapper {
  margin-top: 112px;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: var(--deskMaxWidth);
  width: var(--deskWidth);
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section--header .desk,
.section--area2 .desk,
.section--Project .desk,
.section--footer .desk,
.section--teaser .desk {
  --deskWidth: 1800px;
}
.section--area1 .desk {
  --deskWidth: 1650px;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: absolute;
  top: 0;
  z-index: 2001;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #000000BF), color-stop(90%, transparent));
  background: linear-gradient(#000000BF 60%, transparent 90%);
}
.container--head {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section--two {
  background-color: #E1E0D9;
  --s-linecolor: #FFFFFF;
  padding-top: var(--spaceTotal);
  padding-bottom: var(--spaceTotal);
}
.section--three {
  background-color: #CCCBBD;
  --s-linecolor: #FFFFFF;
  padding-top: var(--spaceTotal);
  padding-bottom: var(--spaceTotal);
}
.section--four {
  background-color: #ADA880;
  --s-linecolor: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/images/mood-lines-desktop-white.svg);
  background-position: 50% 50%;
}
.section--two,
.section--three,
.section--four {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
#view.area1--empty .section--area1,
#view.area2--empty .section--area2,
#view.area3--empty .section--area3,
#view.area4--empty .section--area4 {
  display: none;
}
.section--area2 {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
#view.area2--empty .section--area2 {
  display: none;
}
.cbdModule {
  float: left;
}
.cbdModule--subtitle {
  max-width: 100%;
}
.projectTeaser {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #E1E0D9;
}
.projectTeaser:before,
.projectTeaser:after {
  content: '';
  position: absolute;
  width: 100vw;
  top: 0;
  height: 100%;
  background-color: #E1E0D9;
}
.projectTeaser__content {
  float: left;
  width: 100%;
}
.projectTeaser__head {
  float: left;
  width: 100%;
}
.projectTeaser__head #head {
  margin-top: 0;
}
.projectTeaser__body {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.projectTeaser__part {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}
.projectTeaser__part--pict {
  float: left;
}
.projectTeaser__part--pict * {
  height: 100%;
}
.projectTeaser__part--pict img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.projectTeaser__part--pict .imageSizeOne {
  aspect-ratio: 1.5;
}
@supports not (aspect-ratio: 3 /  2) {
  .projectTeaser__part--pict .imageSizeOne:before {
    float: left;
    padding-top: 66.66666667%;
    content: '';
  }
  .projectTeaser__part--pict .imageSizeOne:after {
    display: block;
    content: '';
    clear: both;
  }
}
.projectTeaser__part--pict .imageSizeTwo {
  aspect-ratio: 1;
}
@supports not (aspect-ratio: 1 /  1) {
  .projectTeaser__part--pict .imageSizeTwo:before {
    float: left;
    padding-top: 100%;
    content: '';
  }
  .projectTeaser__part--pict .imageSizeTwo:after {
    display: block;
    content: '';
    clear: both;
  }
}
.projectTeaser__part--pict .imageSizeThree {
  aspect-ratio: 0.75;
}
@supports not (aspect-ratio: 375 /  500) {
  .projectTeaser__part--pict .imageSizeThree:before {
    float: left;
    padding-top: 133.33333333%;
    content: '';
  }
  .projectTeaser__part--pict .imageSizeThree:after {
    display: block;
    content: '';
    clear: both;
  }
}
.cbdModule--projectTeaserText1,
.cbdModule--projectTeaserText2,
.cbdModule--projectTeaserText3 {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.cbdModule--projectTeaserText1:first-child,
.cbdModule--projectTeaserText2:first-child,
.cbdModule--projectTeaserText3:first-child {
  margin-top: 0;
}
.section--footer {
  background-color: #3D3F0C;
}
.footarea {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.footarea--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --s-textcolor: #FFFFFF;
  --s-altcolor01: #FFFFFF;
  --s-altcolor02: #FFFFFF;
}
.footarea--bottom {
  --s-textcolor: #E1E0D9;
}
.footpart {
  float: left;
}
.footlogo {
  float: left;
  width: 100%;
}
.footlogo__img {
  float: left;
  height: 100%;
}
.vcard {
  float: left;
  color: var(--s-textcolor);
  font-weight: 300;
}
.contact a {
  text-decoration: none;
}
.contact a:hover,
.contact a:focus {
  text-decoration: underline;
}
.legalContainer {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--s-textcolor);
}
a {
  color: var(--s-textcolor);
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1 {
  font-size: 60px;
  line-height: 1.13333333;
  color: #676523;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 30px;
    line-height: 1.13333333;
  }
}
.layout3 h1 {
  text-align: left;
}
h2 {
  color: var(--s-textcolor);
  font-size: 40px;
  line-height: 1.2;
}
h2.subtitle {
  text-align: center;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 20px;
    line-height: 1.4;
  }
}
h3 {
  color: #676523;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
}
.ns-teaser h3 {
  font-size: 60px;
  line-height: 1.13333333;
}
@media (max-width: 1023px) {
  h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  .ns-teaser h3 {
    font-size: 30px;
    line-height: 1.13333333;
  }
}
h4 {
  font-size: 24px;
  line-height: 1.33333333;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  h4 {
    font-size: 18px;
    line-height: 1.33333333;
  }
}
.loud {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  .loud {
    font-size: 20px;
    line-height: 1.4;
  }
}
.norm,
.projectTeaserText {
  font-size: 20px;
  line-height: 1.4;
  color: var(--s-textcolor);
  font-weight: 400;
}
.areaFooter .norm,
.areaFooter .projectTeaserText {
  font-size: 20px;
  line-height: 1.2;
}
.areaFooter .norm strong,
.areaFooter .projectTeaserText strong {
  font-size: 24px;
  line-height: 1.66666667;
}
@media (max-width: 1023px) {
  .norm,
  .projectTeaserText {
    font-size: 18px;
    line-height: 1.77777778;
  }
  .areaFooter .norm,
  .areaFooter .projectTeaserText {
    font-size: 15px;
    line-height: 1.46666667;
  }
  .areaFooter .norm strong,
  .areaFooter .projectTeaserText strong {
    font-size: 18px;
    line-height: 1.77777778;
  }
}
.foottitle {
  font-size: 24px;
  line-height: 1.66666667;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .foottitle {
    font-size: 15px;
    line-height: 1.46666667;
  }
}
.vcard {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .vcard {
    font-size: 15px;
    line-height: 1.46666667;
  }
}
.copy {
  float: left;
  font-size: 16px;
  line-height: 1.75;
  color: #C8C6B3;
}
.copy:after {
  content: '|';
  font-size: 16px;
  line-height: 1.75;
  padding: 0 3px;
}
.footOpenings {
  color: var(--s-textcolor);
  font-size: 20px;
  line-height: 1.2;
}
.footOpenings strong {
  font-size: 24px;
  line-height: 1.66666667;
}
@media (max-width: 1023px) {
  .footOpenings {
    font-size: 15px;
    line-height: 1.46666667;
  }
  .footOpenings strong {
    font-size: 18px;
    line-height: 1.77777778;
  }
}
#legal .meta {
  float: left;
  font-size: 16px;
  line-height: 1.75;
  text-decoration: none;
  color: #C8C6B3;
}
#legal .meta:after {
  content: '|';
  font-size: 16px;
  line-height: 1.75;
  padding: 0 3px;
}
#legal .meta:last-child:after {
  display: none;
}
#legal .meta:hover,
#legal .meta:focus {
  text-decoration: underline;
}
.list--numbered li:before {
  font-size: 24px;
  line-height: 1.66666667;
}
@media (max-width: 1023px) {
  .list--numbered li:before {
    font-size: 18px;
    line-height: 1.77777778;
  }
}
.area--one,
.area--two,
.area--five {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.area--one .unitOne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.area--one .unitOne--1-1-indent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.area--one .unitOne .unit__body,
.area--five .unitOne .unit__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.area--one .unitTwo--imagePortrait-1-2 .part.pict {
  aspect-ratio: 0.65701559;
}
@supports not (aspect-ratio: 590 /  898) {
  .area--one .unitTwo--imagePortrait-1-2 .part.pict:before {
    float: left;
    padding-top: 152.20338983%;
    content: '';
  }
  .area--one .unitTwo--imagePortrait-1-2 .part.pict:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unitTwo--imageLandscape-1-2 .part.pict {
  aspect-ratio: 1.48989899;
}
@supports not (aspect-ratio: 590 /  396) {
  .area--one .unitTwo--imageLandscape-1-2 .part.pict:before {
    float: left;
    padding-top: 67.11864407%;
    content: '';
  }
  .area--one .unitTwo--imageLandscape-1-2 .part.pict:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unitTwo--image-1-3 .part.pict {
  aspect-ratio: 0.6487395;
}
@supports not (aspect-ratio: 386 /  595) {
  .area--one .unitTwo--image-1-3 .part.pict:before {
    float: left;
    padding-top: 154.14507772%;
    content: '';
  }
  .area--one .unitTwo--image-1-3 .part.pict:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unitTwo--image-2-3 .part.pict {
  aspect-ratio: 1.33277311;
}
@supports not (aspect-ratio: 793 /  595) {
  .area--one .unitTwo--image-2-3 .part.pict:before {
    float: left;
    padding-top: 75.03152585%;
    content: '';
  }
  .area--one .unitTwo--image-2-3 .part.pict:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unitTwo .part.pict {
  margin-top: 0;
  margin-bottom: 0;
}
.area--one .unitTwo .part.pict * {
  height: 100%;
}
.area--one .unitTwo .part.pict img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.area--one .unitThree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.area--one .unitThree .unit__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.area--two .unitOne {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.area--two .unitOne--image-small .part.pict {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.unit--form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.part.link.partLinkStyle1 .open {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  background-color: #CCCBBD;
  color: #676523;
  padding: 20px 20px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .part.link.partLinkStyle1 .open {
    font-size: 17px;
  }
}
.part.link.partLinkStyle1 .open:hover,
.part.link.partLinkStyle1 .open:focus,
.part.link.partLinkStyle1 .open:active {
  color: #CCCBBD;
  background-color: #676523;
}
@media (max-width: 1023px) {
  .part.link.partLinkStyle1 .open {
    padding: 12px 20px;
  }
}
.part.link.partLinkStyle2 .open {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  background-color: #E1E0D9;
  color: #676523;
  padding: 14px 20px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .part.link.partLinkStyle2 .open {
    font-size: 17px;
  }
}
.part.link.partLinkStyle2 .open:hover,
.part.link.partLinkStyle2 .open:focus,
.part.link.partLinkStyle2 .open:active {
  color: #FFFFFF;
  background-color: #676523;
}
.areaFooter .part.link.partLinkStyle1 .open {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  background-color: #FFFFFF;
  color: #676523;
  padding: 20px 20px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .areaFooter .part.link.partLinkStyle1 .open {
    font-size: 17px;
  }
}
.areaFooter .part.link.partLinkStyle1 .open:hover,
.areaFooter .part.link.partLinkStyle1 .open:focus,
.areaFooter .part.link.partLinkStyle1 .open:active {
  color: #FFFFFF;
  background-color: #E1E0D9;
}
@media (max-width: 1023px) {
  .areaFooter .part.link.partLinkStyle1 .open {
    padding: 12px 20px;
  }
}
.areaFooter .part.link.partLinkStyle2 .open {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  background-color: #FFFFFF;
  color: #676523;
  padding: 14px 20px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .areaFooter .part.link.partLinkStyle2 .open {
    font-size: 17px;
  }
}
.areaFooter .part.link.partLinkStyle2 .open:hover,
.areaFooter .part.link.partLinkStyle2 .open:focus,
.areaFooter .part.link.partLinkStyle2 .open:active {
  color: #FFFFFF;
  background-color: #E1E0D9;
}
.partAlign--left {
  text-align: left;
}
.partAlign--center {
  text-align: center;
}
.partAlign--right {
  text-align: right;
}
.partLineAlign--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.partLineAlign--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partLineAlign--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.unit--form .part--input,
.unit--form .part--upload {
  margin-top: calc(var(--spacePart) / 4);
  margin-bottom: calc(var(--spacePart) / 4);
}
.part.line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.part.line hr {
  width: 150px;
}
@media (max-width: 1023px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .navi {
    display: none;
  }
}
.togglenavigation {
  position: right;
  position: relative;
  z-index: 2001;
  width: 20px;
  height: 13px;
  cursor: pointer;
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 4px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.tline--2,
.tline--3 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.tline--4 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
body.cb-toggle-target-active .tline--2 {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  opacity: 1;
}
body.cb-toggle-target-active .tline--3 {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  opacity: 1;
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mobile-navigation {
  position: fixed;
  top: 66px;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: scroll;
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  height: 100%;
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  -webkit-transition: all 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navi-animation {
  -webkit-transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.mobile-navigation div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.mobile-navigation div.navi > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item {
  float: left;
  position: relative;
  width: 100%;
}
.mobile-navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item > .menu {
  float: left;
  display: block;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
}
.mobile-navigation div.navi > .item > .menu.path {
  text-decoration: underline;
}
.mobile-navigation div.sub1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: calc(5vw + 40px);
  padding-right: calc(5vw + 40px);
  padding-top: 0;
  padding-bottom: 0;
  margin: 25px 0;
}
.mobile-navigation div.sub1 > .item {
  padding-top: 13px;
  padding-bottom: 13px;
}
.mobile-navigation div.sub1 > .item.init {
  margin-top: 0;
}
.mobile-navigation div.sub2 > .item {
  padding-top: 26px;
}
.mobile-navigation div.sub2 > .item > .menu {
  padding-left: 20px;
}
.mobile-navigation div.sub2 {
  overflow: hidden;
  max-height: 0;
}
.mobile-navigation div.sub2 > .item {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi {
  -webkit-transition: none;
  transition: none;
  max-height: 1000px;
  -webkit-transition: max-height 2s;
  transition: max-height 2s;
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi > .item {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-navigation .cb-toggle {
  float: left;
  display: block;
  position: absolute;
  right: 0;
  z-index: 2;
  cursor: pointer;
  width: 20px;
  height: 24px;
  background-size: 12px 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-white.svg);
  -webkit-transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mobile-navigation .cb-toggle.cb-toggle-active {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#home {
  height: 40px;
}
#head {
  margin-top: 60px;
}
.container--head {
  padding-top: 16px;
  padding-bottom: 40px;
}
.section--four {
  background-size: 300vw auto;
}
.cbdModule--subtitle {
  margin-top: 15px;
}
.cbdModule--footOpenings {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.projectTeaser {
  width: 100%;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.projectTeaser:before {
  right: 100%;
}
.projectTeaser:after {
  left: 100%;
}
.projectTeaser__body {
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.projectTeaser__part--pict {
  height: 250px;
}
.projectTeaser__part--text {
  padding-left: 0;
  width: 100%;
  margin-top: 20px;
}
.footarea--top {
  padding-top: 34px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footarea--bottom {
  padding-top: 40px;
  padding-bottom: 50px;
}
.footpart--one {
  width: 33.57487923%;
}
.footpart--two {
  width: auto;
}
.footpart--three {
  width: 100%;
}
.area--two {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.area--one .unitOne .unit__body {
  gap: 18.11594203%;
}
.area--one .unitTwo {
  margin-top: 6px;
  margin-bottom: 6px;
}
.area--one .unitTwo:last-child {
  margin-bottom: var(--spaceTotal);
}
.area--two .unitOne {
  width: 68.94736842%;
  padding: 2px 15px;
  min-height: 80px;
}
.area--one .partWidth {
  float: left;
}
.area--one .partWidth--1-1 {
  width: 100%;
}
.area--one .partWidth--1-2 {
  width: 63.28502415%;
}
.area--one .partWidth--1-3 {
  width: 44.20289855%;
}
.area--one .partWidth--contentBased {
  width: auto;
}
.ns-teaser {
  float: left;
  position: relative;
  width: 95.83333333%;
  margin-right: 4.16666667%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 75px;
  padding-bottom: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ns-teaser:nth-child(2n) {
  padding-left: 75px;
}
.ns-teaser:nth-child(2n):after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
}
.ns-teaser:nth-child(2n+1) {
  padding-right: 75px;
}
.ns-teaser:nth-child(2n+1):before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
}
.ns-teaser:nth-child(3n+1) {
  background-color: #E1E0D9;
}
.ns-teaser:nth-child(3n+1):before,
.ns-teaser:nth-child(3n+1):after {
  background-color: #E1E0D9;
}
.ns-teaser:nth-child(3n+2) {
  background-color: #B7B7A8;
}
.ns-teaser:nth-child(3n+2):before,
.ns-teaser:nth-child(3n+2):after {
  background-color: #B7B7A8;
}
.ns-teaser:nth-child(3n+3) {
  background-color: #CCCBBD;
}
.ns-teaser:nth-child(3n+3):before,
.ns-teaser:nth-child(3n+3):after {
  background-color: #CCCBBD;
}
@media (max-width: 1023px) {
  .ns-teaser {
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ns-teaser:nth-child(2n) {
    padding-left: 0;
  }
  .ns-teaser:nth-child(2n):before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
  }
  .ns-teaser:nth-child(2n+1) {
    padding-right: 0;
  }
  .ns-teaser:nth-child(2n+1):after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100%;
  }
}
.ns-teaser__content {
  float: left;
  width: 100%;
}
.ns-teaser__head {
  float: left;
  width: 100%;
}
.ns-teaser__body {
  float: left;
  margin-top: 45px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1023px) {
  .ns-teaser__body {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ns-teaser__part {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ns-teaser__part--text {
  width: 54.54545455%;
  padding-left: 4.54545455%;
}
.ns-teaser__part--pict {
  height: 500px;
}
.ns-teaser__part--pict * {
  height: 100%;
}
.ns-teaser__part--pict img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ns-teaser__part--pict.imageSizeOne {
  aspect-ratio: 1.5;
}
@supports not (aspect-ratio: 3 /  2) {
  .ns-teaser__part--pict.imageSizeOne:before {
    float: left;
    padding-top: 66.66666667%;
    content: '';
  }
  .ns-teaser__part--pict.imageSizeOne:after {
    display: block;
    content: '';
    clear: both;
  }
}
.ns-teaser__part--pict.imageSizeTwo {
  aspect-ratio: 1;
}
@supports not (aspect-ratio: 1 /  1) {
  .ns-teaser__part--pict.imageSizeTwo:before {
    float: left;
    padding-top: 100%;
    content: '';
  }
  .ns-teaser__part--pict.imageSizeTwo:after {
    display: block;
    content: '';
    clear: both;
  }
}
.ns-teaser__part--pict.imageSizeThree {
  aspect-ratio: 0.75;
}
@supports not (aspect-ratio: 375 /  500) {
  .ns-teaser__part--pict.imageSizeThree:before {
    float: left;
    padding-top: 133.33333333%;
    content: '';
  }
  .ns-teaser__part--pict.imageSizeThree:after {
    display: block;
    content: '';
    clear: both;
  }
}
@media (max-width: 1400px) {
  .ns-teaser__part--pict {
    height: 300px;
  }
}
@media (max-width: 1023px) {
  .ns-teaser__part--pict {
    height: 400px;
  }
  .ns-teaser__part--text {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .ns-teaser__part--pict {
    height: 250px;
  }
}
.ns-teaserText {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.ns-teaserText:first-child {
  margin-top: 0;
}
/*# sourceMappingURL=screen-small.css.map */