:root {
  --startupBlogCount: 2;
}
@media (max-width: 1047px) {
  :root {
    --startupBlogCount: 1;
  }
}
body.c1 {
  --sitecolor: #003F4F;
}
body.c2 {
  --sitecolor: #38C1A1;
}
body.c3 {
  --sitecolor: #E29E00;
}
:root {
  --deskSpace: 60px;
  --deskMaxWidth: calc(100% - (var(--deskSpace) * 2));
}
@media (max-width: 1047px) {
  :root {
    --deskSpace: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 30px;
  }
}
:root {
  --spacePart: 15px;
}
@media (max-width: 1047px) {
  :root {
    --spacePart: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 75px;
}
@media (max-width: 1047px) {
  :root {
    --spaceUnit: 55px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 30px;
  }
}
:root {
  --spaceTotal: 90px;
}
@media (max-width: 1047px) {
  :root {
    --spaceTotal: 70px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 40px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: var(--sitecolor);
  font-size: 20px;
  line-height: 1.4;
  font-family: 'NunitoSansBlack', sans-serif;
  cursor: pointer;
  color: #fff;
  min-width: 338px;
  padding: 16px 40px;
  -webkit-appearance: none;
  border-radius: 22px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.button:hover,
.button:focus {
  background-color: #141412 !important;
  color: #fff;
}
.cb-layout4 .button,
.cb-layout5 .button {
  background-color: #E29E00;
}
.section--eleven .area .unit .button:hover,
.section--eleven .area .unit .button:focus {
  background-color: #E29E00 !important;
}
.section--nine .area .button {
  min-width: 0;
}
@media (max-width: 767px) {
  .button {
    min-width: 260px;
  }
}
/* crimson-text-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: 'CrimsonTextBold';
  src: url('/extras/fonts/crimson-text-v19-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-500 - 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: 'NunitoSansMedium';
  src: url('/extras/fonts/nunito-sans-v15-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-800 - 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: 'NunitoSansBlack';
  src: url('/extras/fonts/nunito-sans-v15-latin-800.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-900 - 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: 'NunitoSansHeavy';
  src: url('/extras/fonts/nunito-sans-v15-latin-900.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: #003F4F;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
strong strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
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: 'NunitoSansMedium', sans-serif;
  line-height: 1.4;
}
.unit caption {
  display: none;
}
.flag {
  background: #003F4F;
  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 .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;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
  font-style: italic;
  margin-top: 20px;
  letter-spacing: -0.02em;
}
#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 {
  text-decoration: none;
}
.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 #707070;
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
#edit div.code:after strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.cb-service {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.cb-service:first-child {
  margin-top: 0;
}
.cb-service:last-child {
  margin-bottom: 0;
}
.cb-youtube iframe,
.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 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;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  width: 1400px;
  max-width: 100vw;
}
#slides {
  float: left;
  width: 100%;
  height: 424px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
}
@media (max-width: 1047px) {
  #slides {
    height: 320px !important;
  }
}
@media (max-width: 767px) {
  #slides {
    height: 220px !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;
  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: #003F4F;
  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: #003F4F;
}
.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: 'NunitoSansMedium', sans-serif;
  line-height: 1.42857143;
  color: #141412;
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 767px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 767px) {
  #disp form {
    width: 100%;
  }
}
#disp .fail {
  color: #ae2121;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#disp .head,
#disp .body,
#disp .foot {
  float: left;
  width: 100%;
  position: relative;
}
#disp .body {
  margin: 20px 0;
}
#disp .foot form + form {
  float: right;
}
#disp h2 {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  text-transform: uppercase;
  color: #003F4F;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #003F4F;
  font-size: 16px;
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
  padding: 20px 0;
  width: 100%;
}
#disp h3 strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  background-color: var(--sitecolor);
  font-size: 20px;
  line-height: 1.4;
  font-family: 'NunitoSansBlack', sans-serif;
  cursor: pointer;
  color: #fff;
  min-width: 338px;
  padding: 16px 40px;
  -webkit-appearance: none;
  border-radius: 22px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  background-color: #141412 !important;
  color: #fff;
}
.cb-layout4 #disp .foot input,
.cb-layout4 #disp .foot a,
.cb-layout5 #disp .foot input,
.cb-layout5 #disp .foot a {
  background-color: #E29E00;
}
.section--eleven .area .unit #disp .foot input:hover,
.section--eleven .area .unit #disp .foot a:hover,
.section--eleven .area .unit #disp .foot input:focus,
.section--eleven .area .unit #disp .foot a:focus {
  background-color: #E29E00 !important;
}
.section--nine .area #disp .foot input,
.section--nine .area #disp .foot a {
  min-width: 0;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    min-width: 260px;
  }
}
#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: 1047px) {
  .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: 'NunitoSansMedium', 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 .part.must {
  display: none;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  font-family: 'NunitoSansBlack', sans-serif;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  min-height: 60px;
  padding: 5px 30px;
  -webkit-appearance: none;
  border: 2px solid var(--sitecolor);
  border-radius: 22px;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.cb-layout5 .unit.form input.text,
.cb-layout5 .unit.form textarea {
  border: none;
}
.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: 16px;
    padding-bottom: 16px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 26px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 28px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 16px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'NunitoSansMedium', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  background: #fff;
  height: 60px;
  border: 1px solid #141412;
  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;
  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: 60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form input.submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  background-color: var(--sitecolor);
  font-size: 20px;
  line-height: 1.4;
  font-family: 'NunitoSansBlack', sans-serif;
  cursor: pointer;
  color: #fff;
  min-width: 338px;
  padding: 16px 40px;
  -webkit-appearance: none;
  border-radius: 22px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  background-color: #141412 !important;
  color: #fff;
}
.cb-layout4 .unit.form input.submit,
.cb-layout5 .unit.form input.submit {
  background-color: #E29E00;
}
.section--eleven .area .unit .unit.form input.submit:hover,
.section--eleven .area .unit .unit.form input.submit:focus {
  background-color: #E29E00 !important;
}
.section--nine .area .unit.form input.submit {
  min-width: 0;
}
@media (max-width: 767px) {
  .unit.form input.submit {
    min-width: 260px;
  }
}
.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: #141412;
  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);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.unit.form div.cb-form-sent a {
  float: left;
  color: #003F4F;
  font-size: 20px;
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.unit.form div.cb-form-sent a strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  background-color: var(--sitecolor);
  font-size: 20px;
  line-height: 1.4;
  font-family: 'NunitoSansBlack', sans-serif;
  cursor: pointer;
  color: #fff;
  min-width: 338px;
  padding: 16px 40px;
  -webkit-appearance: none;
  border-radius: 22px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  background-color: #141412 !important;
  color: #fff;
}
.cb-layout4 .two-step-verification-container a,
.cb-layout5 .two-step-verification-container a {
  background-color: #E29E00;
}
.section--eleven .area .unit .two-step-verification-container a:hover,
.section--eleven .area .unit .two-step-verification-container a:focus {
  background-color: #E29E00 !important;
}
.section--nine .area .two-step-verification-container a {
  min-width: 0;
}
@media (max-width: 767px) {
  .two-step-verification-container a {
    min-width: 260px;
  }
}
.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: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.table--headline th strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.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: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.table--footer .table-foot td strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.60756193vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
body.cb-toggle-target-active {
  overflow: hidden;
}
#home {
  float: left;
  height: 84px;
  margin: 48px 0;
}
@media (max-width: 1047px) {
  #home {
    height: 70px;
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  #home {
    height: 42px;
    margin: 24px 0;
  }
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  padding: 0 50px;
  box-sizing: border-box;
  background-color: #fefaf2;
  max-width: 100%;
}
.cb-layout1 #head,
.cb-layout8 #head {
  width: 100%;
  padding: 0;
  background-color: transparent;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc((var(--spaceTotal) - 36px) * -1);
}
.cb-layout3 #head {
  width: 100%;
  padding: 0;
  background-color: transparent;
  margin-top: var(--spaceTotal);
  margin-bottom: calc((var(--spaceTotal) - 36px) * -1);
}
.cb-layout4 #head {
  width: 100%;
  padding: 0;
}
.cb-layout5 #head {
  position: relative;
  z-index: 2;
  padding: 0;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(80px - var(--spaceTotal));
  background-color: transparent;
}
.layout06 #head {
  width: 100%;
  padding: 0;
  background-color: transparent;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: var(--spaceTotal);
}
@media (max-width: 767px) {
  .cb-layout5 #head {
    margin-bottom: calc(60px - var(--spaceTotal));
  }
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fefaf2;
  font-family: 'NunitoSansMedium', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #141412;
  overflow: hidden;
  hyphens: none;
  box-sizing: border-box;
  padding-top: 180px;
}
.cb-layout5 .wrapper {
  background-color: #38C1A1;
}
@media (max-width: 1047px) {
  .wrapper {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding-top: 90px;
  }
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: var(--deskMaxWidth);
  width: 1164px;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section--header .desk,
.section--three .desk {
  width: 1520px;
}
.cb-layout4 .section--title .desk,
.section--six .desk,
.section--eleven .desk {
  width: 1006px;
}
.section--eight .desk,
.section--nine .desk,
.section--ten .desk,
.section--timeline .desk {
  width: 928px;
}
@media (max-width: 767px) {
  .section--three .desk,
  .section--five .desk,
  .section--logoSlider .desk,
  .section--moduleTeaserSwitch .desk,
  .section--moduleSuggestions .desk,
  .section--moduleTeaserOverview .desk {
    max-width: 100%;
  }
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  background-color: #fefaf2;
  transition: all 0.4s;
}
.section--header.cb-scroll-triggered--active {
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.4);
}
.section--quicklinks {
  z-index: 10;
}
.section--stripe {
  background-color: var(--sitecolor);
  height: 212px;
}
.cb-layout4 .section--stripe,
.cb-layout5 .section--stripe {
  display: none;
}
@media (max-width: 1047px) {
  .section--stripe {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .section--stripe {
    height: 124px;
  }
}
.section--title {
  z-index: 5;
}
.section--footer {
  margin-top: var(--spaceTotal);
  background-color: #003F4F;
}
.section--two {
  display: none;
}
.cb-layout3 .section--two.section--side {
  display: block;
}
#view.side--empty.cb-layout3 .section--two.section--side {
  display: none;
}
.section--three {
  z-index: 5;
}
.section--lightergray {
  background-color: #f2f5f6;
  margin-top: calc(var(--spaceTotal) + 44px);
  margin-bottom: calc(var(--spaceTotal) * -1);
  padding-top: var(--spaceTotal);
  padding-bottom: var(--spaceTotal);
  display: none;
}
.cb-layout4 .section--lightergray.section--east {
  display: block;
}
#view.east--empty.cb-layout4 .section--lightergray.section--east {
  display: none;
}
.cb-layout1 .section--lightergray.section--area27,
.layout06 .section--lightergray.section--area27,
.layout07 .section--lightergray.section--area27 {
  display: block;
}
#view.area27--empty.cb-layout1 .section--lightergray.section--area27,
#view.area27--empty.layout06 .section--lightergray.section--area27,
#view.area27--empty.layout07 .section--lightergray.section--area27 {
  display: none;
}
.section--green {
  background-color: #38C1A1;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  padding-top: var(--spaceTotal);
  padding-bottom: var(--spaceTotal);
  color: #fff;
  display: none;
}
.section--green .unit.fold {
  border-color: #fff;
}
.section--green .unit.fold .part.text .fold-toggle:after {
  border-left-color: #fff;
}
.section--green .unit.form div.cb-form-sent a {
  color: #fff;
}
.section--green .unit.form .recaptcha-info {
  color: rgba(255, 255, 255, 0.6);
}
.section--green .unit.form .recaptcha-info a {
  color: rgba(255, 255, 255, 0.6);
}
#edit.layout07 .section--green.section--area25,
#view.layout07:not(.area25--empty) .section--green.section--area25 {
  display: block;
}
.content {
  float: left;
  width: 100%;
  position: relative;
}
.section--header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section--title .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -30px;
}
.cb-layout4 .section--title .content {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: var(--spaceTotal);
}
.section--two .content {
  margin-top: var(--spaceTotal);
}
.section--seven .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.section--seven .content .unit.fold {
  border-color: #fff;
}
.section--seven .content .unit.fold .part.text .fold-toggle:after {
  border-left-color: #fff;
}
.section--seven .content .unit.form div.cb-form-sent a {
  color: #fff;
}
.section--seven .content .unit.form .recaptcha-info {
  color: rgba(255, 255, 255, 0.6);
}
.section--seven .content .unit.form .recaptcha-info a {
  color: rgba(255, 255, 255, 0.6);
}
.section--eight .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--startupBlog .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subcontent {
  float: left;
  width: 100%;
  position: relative;
}
.section--two .subcontent.subcontent--2 {
  margin-top: var(--spaceTotal);
}
#cb-cookie-warning {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5000;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #fefaf2;
  box-shadow: 0 0 8px rgba(120, 120, 120, 0.4);
  font-family: 'NunitoSansMedium', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #141412;
}
#cb-cookie-warning.cb-cookie-warning--hidden {
  display: none;
}
#cb-cookie-warning .cb-cookie-warning--container {
  max-width: var(--deskMaxWidth);
  width: 1164px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
#cb-cookie-warning .cb-cookie-warning--text,
#cb-cookie-warning .cb-cookie-warning--actions {
  float: left;
}
#cb-cookie-warning .cb-cookie-warning--text {
  float: left;
  display: block;
}
#cb-cookie-warning .cb-cookie-warning--actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: 60px;
}
#cb-cookie-warning .cb-cookie-warning__button {
  float: left;
  background-color: var(--sitecolor);
  font-size: 20px;
  line-height: 1.4;
  font-family: 'NunitoSansBlack', sans-serif;
  cursor: pointer;
  color: #fff;
  min-width: 338px;
  padding: 16px 40px;
  -webkit-appearance: none;
  border-radius: 22px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 30px;
  margin-left: 20px;
  min-width: 160px;
  border-radius: 14px;
}
#cb-cookie-warning .cb-cookie-warning__button:hover,
#cb-cookie-warning .cb-cookie-warning__button:focus {
  background-color: #141412 !important;
  color: #fff;
}
.cb-layout4 #cb-cookie-warning .cb-cookie-warning__button,
.cb-layout5 #cb-cookie-warning .cb-cookie-warning__button {
  background-color: #E29E00;
}
.section--eleven .area .unit #cb-cookie-warning .cb-cookie-warning__button:hover,
.section--eleven .area .unit #cb-cookie-warning .cb-cookie-warning__button:focus {
  background-color: #E29E00 !important;
}
.section--nine .area #cb-cookie-warning .cb-cookie-warning__button {
  min-width: 0;
}
@media (max-width: 767px) {
  #cb-cookie-warning .cb-cookie-warning__button {
    min-width: 260px;
  }
}
#cb-cookie-warning .cb-cookie-warning__button:first-child {
  margin-left: 0 !important;
  margin-top: 0 !important;
}
@media (max-width: 1047px) {
  #cb-cookie-warning .cb-cookie-warning--actions {
    flex-direction: column;
  }
  #cb-cookie-warning .cb-cookie-warning__button {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #cb-cookie-warning .cb-cookie-warning--container {
    flex-direction: column;
    margin: 14px 0;
  }
  #cb-cookie-warning .cb-cookie-warning--text {
    font-size: 14px;
    line-height: 1.57142857;
  }
  #cb-cookie-warning .cb-cookie-warning--actions {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  #cb-cookie-warning .cb-cookie-warning--actions .cb-cookie-warning__button {
    width: 100%;
  }
}
.headerlinks {
  float: left;
  display: flex;
  align-items: center;
}
.headerlinks .service_mitgliederportal {
  float: left;
  width: 32px;
  height: 29px;
  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/icon-user-petrol.svg);
}
.headerlinks .service_mitgliederportal:hover,
.headerlinks .service_mitgliederportal:focus {
  background-image: url(/images/icon-user-orange.svg);
}
#quicklinks {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
#quicklinks .meta {
  float: left;
  margin-top: 6px;
  width: 60px;
  height: 60px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-color: #141412;
  background-size: auto 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-newsletter-white.svg);
}
#quicklinks .meta:first-child {
  margin-top: 0;
}
#quicklinks .meta:hover,
#quicklinks .meta:focus {
  background-color: #fff;
  background-image: url(/images/icon-newsletter-black.svg);
}
#quicklinks .meta.service_phone {
  background-size: auto 34px;
  background-image: url(/images/icon-phone-white.svg);
}
#quicklinks .meta.service_phone:hover,
#quicklinks .meta.service_phone:focus {
  background-image: url(/images/icon-phone-black.svg);
}
@media (max-width: 1047px) {
  #quicklinks .meta {
    width: 40px;
    height: 40px;
    background-size: auto 18px;
  }
  #quicklinks .meta.service_phone {
    background-size: auto 24px;
  }
}
@media (max-width: 767px) {
  #quicklinks {
    display: none;
  }
}
.footcontent {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
  font-size: 20px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  margin: var(--spaceTotal) 0;
}
.footcontent strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.footcontent a {
  text-decoration: none;
}
.footcontent a:hover,
.footcontent a:focus {
  color: #E29E00;
}
@media (max-width: 1283px) {
  .footcontent {
    font-size: 18px;
    line-height: 1.77777778;
  }
}
@media (max-width: 1047px) {
  .footcontent {
    justify-content: flex-start;
  }
}
.footpart {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
@media (max-width: 767px) {
  .footpart {
    width: 100%;
    padding-left: 40px;
    box-sizing: border-box;
  }
}
@media (max-width: 1047px) {
  .footpart--1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footpart--2 {
    padding-left: 0;
  }
}
@media (max-width: 1047px) {
  .footpart--3 {
    margin-left: 120px;
  }
}
@media (max-width: 767px) {
  .footpart--3 {
    margin-left: 0;
  }
}
.vcard {
  float: left;
}
.footpart .dock {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footpart .dock .meta {
  float: left;
}
.footnavi {
  float: left;
}
.footnavi div.sub2 {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footnavi div.sub2 .navi {
  display: none !important;
}
#footlinks .meta {
  padding-left: 40px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#footlinks .meta.service_phone {
  background-size: 21px 20px;
  background-image: url(/images/icon-phone-white.svg);
}
#footlinks .meta.service_phone:hover,
#footlinks .meta.service_phone:focus {
  background-image: url(/images/icon-phone-orange.svg);
}
#footlinks .meta.service_mail {
  background-size: 20px 20px;
  background-image: url(/images/icon-mail-white.svg);
}
#footlinks .meta.service_mail:hover,
#footlinks .meta.service_mail:focus {
  background-image: url(/images/icon-mail-orange.svg);
}
#footlinks .meta.service_newsletter {
  background-size: 24px 16px;
  background-image: url(/images/icon-newsletter-white.svg);
}
#footlinks .meta.service_newsletter:hover,
#footlinks .meta.service_newsletter:focus {
  background-image: url(/images/icon-newsletter-orange.svg);
}
#footlinks .meta.service_twitter {
  background-size: 24px 20px;
  background-image: url(/images/icon-twitter-white.svg);
}
#footlinks .meta.service_twitter:hover,
#footlinks .meta.service_twitter:focus {
  background-image: url(/images/icon-twitter-orange.svg);
}
#footlinks .meta.service_linkedin {
  background-size: 22px 20px;
  background-image: url(/images/icon-linkedin-white.svg);
}
#footlinks .meta.service_linkedin:hover,
#footlinks .meta.service_linkedin:focus {
  background-image: url(/images/icon-linkedin-orange.svg);
}
#footlinks .meta.service_instagram {
  background-size: 20px 20px;
  background-image: url(/images/icon-instagram-white.svg);
}
#footlinks .meta.service_instagram:hover,
#footlinks .meta.service_instagram:focus {
  background-image: url(/images/icon-instagram-orange.svg);
}
#footlinks .meta.service_google {
  background-size: 18px 26px;
  background-image: url(/images/icon-google-white.svg);
}
#footlinks .meta.service_google:hover,
#footlinks .meta.service_google:focus {
  background-image: url(/images/icon-google-orange.svg);
}
#legal {
  margin-top: 32px;
  box-sizing: border-box;
  padding-left: 40px;
}
.toplink {
  position: absolute;
  z-index: 2;
  right: 60px;
  bottom: 60px;
  width: 60px;
  height: 60px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/toplink-white.svg);
  cursor: pointer;
}
.toplink:hover,
.toplink:focus {
  background-image: url(/images/toplink-orange.svg);
}
@media (max-width: 1047px) {
  .toplink {
    right: 40px;
    bottom: 40px;
  }
}
.ns-loadMore {
  float: left;
  width: 100%;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ns-loadMore__link {
  float: left;
  background-color: var(--sitecolor);
  font-size: 20px;
  line-height: 1.4;
  font-family: 'NunitoSansBlack', sans-serif;
  cursor: pointer;
  color: #fff;
  min-width: 338px;
  padding: 16px 40px;
  -webkit-appearance: none;
  border-radius: 22px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.ns-loadMore__link:hover,
.ns-loadMore__link:focus {
  background-color: #141412 !important;
  color: #fff;
}
.cb-layout4 .ns-loadMore__link,
.cb-layout5 .ns-loadMore__link {
  background-color: #E29E00;
}
.section--eleven .area .unit .ns-loadMore__link:hover,
.section--eleven .area .unit .ns-loadMore__link:focus {
  background-color: #E29E00 !important;
}
.section--nine .area .ns-loadMore__link {
  min-width: 0;
}
@media (max-width: 767px) {
  .ns-loadMore__link {
    min-width: 260px;
  }
}
.bubbles {
  position: absolute;
  z-index: 10;
  width: 395px;
  max-width: calc(((100vw - 1164px) / 2) + 85px);
  left: -85px;
  top: 500px;
  display: none;
}
.layout07 .bubbles {
  display: block;
}
@media (max-width: 1439px) {
  .bubbles {
    display: none !important;
  }
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: var(--sitecolor);
}
h1,
h2 {
  display: inline-block;
  min-width: 220px;
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
  padding-bottom: 16px;
  position: relative;
  text-align: center;
}
h1 strong,
h2 strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
h1:after,
h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: var(--sitecolor);
}
h1 {
  padding-top: 16px;
}
.cb-layout1 h1,
.cb-layout3 h1,
.layout06 h1,
.layout08 h1 {
  display: block;
  font-size: 86px;
  line-height: 1;
  font-family: 'CrimsonTextBold', serif;
  font-weight: normal !important;
  letter-spacing: -0.01em;
  text-align: left;
  min-width: 0;
  padding: 0;
}
.cb-layout1 h1 strong,
.cb-layout3 h1 strong,
.layout06 h1 strong,
.layout08 h1 strong {
  font-family: 'CrimsonTextBold', serif;
  font-weight: normal !important;
}
.cb-layout1 h1:after,
.cb-layout3 h1:after,
.layout06 h1:after,
.layout08 h1:after {
  display: none;
}
.cb-layout4 h1 {
  min-width: 0;
  display: block;
  text-align: left;
  padding: 72px 0 0;
  font-size: 86px;
  line-height: 1;
  font-family: 'CrimsonTextBold', serif;
  font-weight: normal !important;
  letter-spacing: -0.01em;
  background-size: 20px 20px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-down-black.svg);
  text-align: center;
}
.cb-layout4 h1 strong {
  font-family: 'CrimsonTextBold', serif;
  font-weight: normal !important;
}
.cb-layout4 h1:after {
  display: none;
}
.cb-layout4 h1 strong {
  color: #003F4F;
}
.cb-layout4 h1 i {
  font-style: normal;
  color: #E29E00;
}
.cb-layout5 h1 {
  font-size: 57px;
  line-height: 0.87719298;
  padding: 0 0 28px;
  font-family: 'NunitoSansBlack', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.cb-layout5 h1 strong {
  font-family: 'NunitoSansBlack', sans-serif;
}
.cb-layout5 h1:after {
  background-color: #fff;
}
h3 {
  font-size: 86px;
  line-height: 1;
  font-family: 'CrimsonTextBold', serif;
  font-weight: normal !important;
  letter-spacing: -0.01em;
}
h3 strong {
  font-family: 'CrimsonTextBold', serif;
  font-weight: normal !important;
}
.section--five .area .unit h3 {
  font-size: 72px;
}
.section--title h3 {
  font-size: 20px;
  line-height: 1.4;
  display: inline-block;
  min-width: 220px;
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  text-align: center;
}
.section--title h3 strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.section--title h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: var(--sitecolor);
}
h4 {
  font-size: 42px;
  line-height: 1;
  font-family: 'CrimsonTextBold', serif;
  font-weight: normal !important;
  letter-spacing: -0.01em;
}
h4 strong {
  font-family: 'CrimsonTextBold', serif;
  font-weight: normal !important;
}
h4 strong {
  color: var(--sitecolor);
}
.section--one .area .edge h4 {
  text-align: center;
}
.section--eleven .area .unit h4 {
  color: #E29E00;
}
h5 {
  font-size: 32px;
  line-height: 1;
  font-family: 'CrimsonTextBold', serif;
  font-weight: normal !important;
  letter-spacing: -0.01em;
}
h5 strong {
  font-family: 'CrimsonTextBold', serif;
  font-weight: normal !important;
}
.section--eleven .area .unit h5 {
  color: #003F4F;
}
h6 {
  font-size: 26px;
  line-height: 1;
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
h6 strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
h6 strong {
  font-family: 'NunitoSansBlack', sans-serif;
  font-weight: normal;
}
.section--nine .area .seam h6 {
  color: #38C1A1;
  font-size: 28px;
  line-height: 1.35714286;
  font-family: 'NunitoSansBlack', sans-serif;
}
.loud {
  font-size: 24px;
  line-height: 1.41666667;
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.loud strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.skew {
  font-size: 86px;
  line-height: 1;
  font-family: 'CrimsonTextBold', serif;
  font-weight: normal !important;
  letter-spacing: -0.01em;
}
.skew strong {
  font-family: 'CrimsonTextBold', serif;
  font-weight: normal !important;
}
.skew:before {
  content: '«';
}
.skew:after {
  content: '»';
}
.skew strong {
  color: #38C1A1;
}
.skew i {
  font-style: normal;
  color: #E29E00;
}
.pale {
  position: absolute;
  top: 14px;
  left: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  border-radius: 10000px;
  background-color: #003F4F;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
  color: #fefaf2;
  font-size: 72px;
  line-height: 1;
  font-family: 'NunitoSansBlack', sans-serif;
}
.layout07 .pale {
  background-color: #E29E00;
}
#view .section--one .area .pure.slim p.norm a[href*="linkedin.com"],
#view .section--one .area .pure.slim p.norm a[href*="mailto:"] {
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 22px;
  height: 22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#view .section--one .area .pure.slim p.norm a[href*="linkedin.com"] + a[href*="linkedin.com"],
#view .section--one .area .pure.slim p.norm a[href*="mailto:"] + a[href*="linkedin.com"],
#view .section--one .area .pure.slim p.norm a[href*="linkedin.com"] + a[href*="mailto:"],
#view .section--one .area .pure.slim p.norm a[href*="mailto:"] + a[href*="mailto:"] {
  margin-left: 14px;
}
#view .section--one .area .pure.slim p.norm a[href*="linkedin.com"] {
  background-size: 20px 22px;
  background-image: url(/images/icon-linkedin-black.svg);
}
#view .section--one .area .pure.slim p.norm a[href*="mailto:"] {
  background-size: 22px 22px;
  background-image: url(/images/icon-mail-black.svg);
}
.cbdModule--teaserTitle {
  display: none;
}
.cb-layout1 .section--title .cbdModule--teaserTitle,
.cb-layout3 .section--title .cbdModule--teaserTitle,
.cb-layout6 .section--title .cbdModule--teaserTitle,
.cb-layout8 .section--title .cbdModule--teaserTitle {
  display: block;
  width: auto;
  padding: 0 50px;
  box-sizing: border-box;
  background-color: #fefaf2;
  max-width: 100%;
}
.cbdModule--suggestionsTitle {
  margin-top: var(--spaceTotal);
  margin-bottom: calc((var(--spaceTotal) - (var(--spacePart) * 2)) * -1);
  text-align: center;
}
.cbdModule--suggestionsTitle .ns-dynTextfield {
  float: none;
  width: auto;
}
.cbdModule--suggestionsTitle .ns-dynTextfield {
  display: inline-block;
}
.cbdModule--factsTitle,
.cbdModule--lineupTitle,
.cbdModule--randomTitle1 {
  margin-top: var(--spaceTotal);
  margin-bottom: calc((var(--spaceTotal) - (var(--spacePart) * 2)) * -1);
  text-align: center;
}
.cbdModule--factsTitle .ns-dynTextfield,
.cbdModule--lineupTitle .ns-dynTextfield,
.cbdModule--randomTitle1 .ns-dynTextfield {
  float: none;
  width: auto;
}
.cbdModule--factsTitle .ns-dynTextfield:after,
.cbdModule--lineupTitle .ns-dynTextfield:after,
.cbdModule--randomTitle1 .ns-dynTextfield:after {
  background-color: #E29E00;
}
.cbdModule--factsSubtitle {
  text-align: center;
  margin-top: var(--spaceTotal);
  margin-bottom: calc((var(--spaceTotal) - 60px) * -1);
}
@media (max-width: 1047px) {
  .cbdModule--factsSubtitle {
    margin-bottom: calc((var(--spaceTotal) - 40px) * -1);
  }
}
.cbdModule--membersTitle {
  margin-top: var(--spaceTotal);
  margin-bottom: calc((var(--spaceTotal) - (var(--spacePart) * 2)) * -1);
  text-align: center;
}
.cbdModule--membersTitle .ns-dynTextfield {
  float: none;
  width: auto;
}
.cbdModule--membersTitle .ns-dynTextfield:after {
  background-color: #E29E00;
}
.cbdModule--ticketsTitle {
  margin-top: var(--spaceTotal);
  margin-bottom: calc((var(--spaceTotal) - (var(--spacePart) * 2)) * -1);
  text-align: center;
}
.cbdModule--ticketsTitle .ns-dynTextfield {
  float: none;
  width: auto;
}
.cbdModule--ticketsTitle .ns-dynTextfield:after {
  background-color: #003F4F;
}
.cbdModule--contactTitle {
  margin-top: calc((var(--spaceTotal) + 44px) * -1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cbdModule--contactTitle .ns-dynTextfield {
  width: auto;
  background-color: #fefaf2;
  padding: 0 50px 48px;
}
.cbdModule--contactTitle .ns-dynTextfield:after {
  content: '';
  bottom: 32px;
  width: calc(100% - 100px);
  left: 50px;
  background-color: #E29E00;
}
.cbdModule--detailTitle {
  display: block;
  width: auto;
  padding: 0 50px;
  box-sizing: border-box;
  background-color: #fefaf2;
  max-width: 100%;
}
.cbdModule--timelineTitle {
  margin-top: var(--spaceTotal);
  margin-bottom: calc((var(--spaceTotal) - (var(--spacePart) * 2)) * -1);
  text-align: center;
}
.cbdModule--timelineTitle .ns-dynTextfield {
  float: none;
  width: auto;
}
.cbdModule--timelineSubtitle {
  text-align: center;
  margin-top: var(--spaceTotal);
  margin-bottom: calc((var(--spaceTotal) - 60px) * -1);
}
@media (max-width: 1047px) {
  .cbdModule--timelineSubtitle {
    margin-bottom: calc((var(--spaceTotal) - 40px) * -1);
  }
}
.cbdModule--startupBlogTitle {
  margin-top: var(--spaceTotal);
  margin-bottom: calc((var(--spaceTotal) - (var(--spacePart) * 2)) * -1);
  text-align: center;
  max-width: 928px;
}
.cbdModule--startupBlogTitle .ns-dynTextfield {
  float: none;
  width: auto;
}
.cbdModule--startupBlogSubtitle {
  text-align: center;
  margin-top: var(--spaceTotal);
  margin-bottom: calc((var(--spaceTotal) - 60px) * -1);
  max-width: 928px;
  margin-bottom: calc((var(--spaceTotal) - 46px) * -1);
}
@media (max-width: 1047px) {
  .cbdModule--startupBlogSubtitle {
    margin-bottom: calc((var(--spaceTotal) - 40px) * -1);
  }
}
.cbdModule--startupBlogText {
  text-align: center;
  margin-top: var(--spaceTotal);
  margin-bottom: calc((var(--spaceTotal) - 60px) * -1);
  max-width: 928px;
}
@media (max-width: 1047px) {
  .cbdModule--startupBlogText {
    margin-bottom: calc((var(--spaceTotal) - 40px) * -1);
  }
}
.cbdModule--startupBlog {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.section--one .area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: var(--spaceTotal);
}
.cb-layout1 .section--one .area.main,
.cb-layout4 .section--one .area.main,
.cb-layout4 .section--one .area.areaTen {
  margin-top: 0;
}
.section--two .area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
  margin-bottom: calc(var(--spaceTotal) - 40px);
}
@media (max-width: 1047px) {
  .section--two .area {
    margin-top: -30px;
    margin-bottom: calc(var(--spaceTotal) - 30px);
  }
}
@media (max-width: 767px) {
  .section--two .area {
    margin-top: -20px;
    margin-bottom: calc(var(--spaceTotal) - 20px);
  }
}
.section--three .area {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-top: -50px;
}
#edit .section--three .area {
  min-height: 100px;
}
@media (max-width: 1047px) {
  .section--three .area {
    margin-top: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
  }
}
.section--four .area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section--six .area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: calc(var(--spaceTotal) - (20px + var(--spacePart)));
  margin-bottom: calc(var(--spaceTotal) - (20px + var(--spacePart)));
}
.section--seven .area {
  max-width: 338px;
}
.section--eight .area {
  display: flex;
  flex-wrap: wrap;
}
.section--nine .area {
  display: flex;
  flex-wrap: wrap;
}
.section--ten .area {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--spaceTotal) - (20px + var(--spacePart)));
  margin-bottom: calc(var(--spaceTotal) - (20px + var(--spacePart)));
}
.section--one .area .pure.wide + .pure.wide {
  margin-top: calc(((var(--spaceTotal) + var(--spacePart)) - 80px) * -1);
}
.section--one .area .pure.wide .body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--one .area .pure.wide .part.tiny {
  max-width: 928px;
}
.section--one .area .pure.wide .pict.tall .cb-image-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--one .area .pure.wide .pict.tall .cb-image-figure .cb-image-caption {
  max-width: 928px;
}
@media (max-width: 1047px) {
  .section--one .area .pure.wide + .pure.wide {
    margin-top: calc(((var(--spaceTotal) + var(--spacePart)) - 60px) * -1);
  }
}
.section--one .area .pure.slim {
  display: flex;
  flex-direction: column;
}
.section--one .area .pure.slim .body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.section--one .area .pure.slim .part.text:last-child {
  margin-top: auto;
  padding-top: var(--spacePart);
}
.section--one .area .edge {
  margin-bottom: calc(((var(--spaceTotal) + var(--spacePart)) - 60px) * -1);
}
.section--one .area .edge:last-child {
  margin-bottom: var(--spaceUnit) !important;
}
@media (max-width: 1047px) {
  .section--one .area .edge {
    margin-bottom: calc(((var(--spaceTotal) + var(--spacePart)) - 40px) * -1);
  }
}
.section--one .area .edge div.link,
.section--one .area .edge div.load {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cb-layout4 .section--one .area.main .pure.wide div.link,
.cb-layout4 .section--one .area.areaTen .pure.wide div.link,
.cb-layout4 .section--one .area.main .pure.wide div.load,
.cb-layout4 .section--one .area.areaTen .pure.wide div.load {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cb-layout4 .section--one .area.main .pure.slim,
.cb-layout4 .section--one .area.areaTen .pure.slim {
  text-align: center;
}
.cb-layout4 .section--one .area.main .pure.slim .body,
.cb-layout4 .section--one .area.areaTen .pure.slim .body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cb-layout4 .section--one .area.main .pure.slim .pict,
.cb-layout4 .section--one .area.areaTen .pure.slim .pict {
  max-width: 252px;
  aspect-ratio: 1;
  border-radius: 10000px;
  overflow: hidden;
}
.cb-layout4 .section--one .area.main .pure.slim .pict *,
.cb-layout4 .section--one .area.areaTen .pure.slim .pict * {
  height: 100%;
}
.cb-layout4 .section--one .area.main .pure.slim .pict img,
.cb-layout4 .section--one .area.areaTen .pure.slim .pict img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.section--two .area .unit {
  margin-top: calc(40px - var(--spacePart));
  margin-bottom: calc(40px - var(--spacePart));
}
@media (max-width: 1047px) {
  .section--two .area .unit {
    margin-top: calc(30px - var(--spacePart));
    margin-bottom: calc(30px - var(--spacePart));
  }
}
@media (max-width: 767px) {
  .section--two .area .unit {
    margin-top: calc(20px - var(--spacePart));
    margin-bottom: calc(20px - var(--spacePart));
  }
}
.section--two .area .seam {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
  border: 1px solid #141412;
  padding: calc(26px - var(--spacePart)) 36px;
  max-width: 606px;
  width: 78%;
}
.section--two .area .seam + .seam {
  margin-top: calc((40px + 1px) * -1);
}
@media (max-width: 1047px) {
  .section--two .area .seam {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section--two .area .seam + .seam {
    margin-top: calc((30px + 1px) * -1);
  }
}
@media (max-width: 767px) {
  .section--two .area .seam {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    padding: calc(16px - var(--spacePart)) 24px;
  }
  .section--two .area .seam + .seam {
    margin-top: calc((20px + 1px) * -1);
  }
}
.section--two .area .flat {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1047px) {
  .section--two .area .flat {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section--two .area .flat {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.section--three .area .unit {
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  border-right: 1px solid #E4E4E4;
  padding: calc(16px - var(--spacePart)) 16px calc(48px - var(--spacePart));
}
.section--three .area .unit:nth-child(3n) {
  border-right: none;
}
.section--three .area .unit .part.text p.norm {
  color: #989898;
}
#view .section--three .area .unit {
  transition: all 0.4s;
}
#view .section--three .area .unit:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 0;
  height: 8px;
  background-color: #E29E00;
  transition: width 0.4s;
}
#view .section--three .area .unit div.link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
}
#view .section--three .area .unit div.link a.open {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  background-color: transparent !important;
  border-radius: 0;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  padding: 0;
  background-size: 16px 16px;
  background-position: right 16px bottom 16px;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-right-black.svg);
}
#view .section--three .area .unit:hover {
  background-color: #fefaf2;
}
#view .section--three .area .unit:hover:after {
  right: initial;
  left: 0;
  width: 100%;
}
@media (max-width: 1047px) {
  .section--three .area .unit {
    border-right: none;
    border-top: 1px solid #E4E4E4;
    padding: 10px calc(var(--deskSpace) + 32px) 10px var(--deskSpace);
  }
  .section--three .area .unit:first-child {
    border: none;
  }
  .section--three .area .unit .part.text {
    display: none;
  }
  .section--three .area .unit .part.text:first-child {
    display: block;
  }
  #view .section--three .area .unit:after {
    display: none;
  }
  #view .section--three .area .unit div.link a.open {
    background-position: right var(--deskSpace) center;
  }
}
@media (max-width: 767px) {
  .section--three .area .unit {
    padding: 10px var(--deskSpace);
  }
  #view .section--three .area .unit div.link a.open {
    background: none;
  }
}
.section--four .area .unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: 100% auto;
  background-position: 50% 106px;
  background-repeat: no-repeat;
  background-image: url(/images/counterForm-2023-10-10.svg);
  text-align: center;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.section--four .area .unit .body {
  width: 252px;
  max-width: calc(100% - 16px);
  margin: -15px 0;
}
.section--four .area .unit .part {
  margin-top: 15px;
  margin-bottom: 15px;
}
.section--five .area .unit {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.section--five .area .unit .body {
  position: static;
  height: 656px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.section--five .area .unit .part {
  float: right;
  width: 338px;
  position: relative;
  z-index: 3;
  margin: 0;
  box-sizing: border-box;
  background-color: #fff;
  padding: var(--spacePart) 24px;
}
.section--five .area .unit .part:nth-child(3) {
  padding-top: 24px;
}
.section--five .area .unit .part:last-child {
  padding-bottom: 24px;
}
.section--five .area .unit .pict:first-child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: transparent;
  padding: 0;
}
.section--five .area .unit .pict:first-child * {
  height: 100%;
}
.section--five .area .unit .pict:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.section--five .area .unit .part:nth-child(2) {
  position: absolute;
  left: 120px;
  top: 120px;
  width: 360px;
  min-width: 50px;
  max-width: calc(100% - 240px);
  z-index: 4;
  margin: 0;
  color: #fff;
  background-color: transparent;
  padding: 0;
}
@media (max-width: 1283px) {
  .section--five .area .unit .part:nth-child(2) {
    left: 60px;
    top: 60px;
    max-width: calc(100% - 120px);
  }
}
@media (max-width: 1047px) {
  .section--five .area .unit .body {
    height: 500px;
  }
  .section--five .area .unit .part:nth-child(2) {
    left: 40px;
    top: 40px;
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .section--five .area .unit .body {
    height: 530px;
  }
  .section--five .area .unit .pict:first-child {
    height: calc(100% - 70px);
  }
}
.section--six .area .unit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section--six .area .unit div.link {
  width: auto;
  margin-top: calc(46px - var(--spacePart));
}
.section--six .area .unit div.link + div.link {
  margin-left: 20px;
}
.section--six .area .unit div.link a.open {
  min-width: 260px;
}
.section--six .area .unit div.link.mail a.open {
  background-color: #003F4F;
}
.section--six .area .unit .pict.tiny {
  aspect-ratio: 1;
  border-radius: 10000px;
  overflow: hidden;
}
.section--six .area .unit .pict.tiny * {
  height: 100%;
}
.section--six .area .unit .pict.tiny img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.section--six .area .unit.slim {
  text-align: center;
}
.section--six .area .unit.slim .pict .cb-image-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1047px) {
  .section--six .area .unit div.link {
    width: 100%;
  }
  .section--six .area .unit div.link + div.link {
    margin-left: 0;
    margin-top: calc((var(--spacePart) - 10px) * -1);
  }
}
@media (max-width: 767px) {
  .section--six .area .unit div.link {
    margin-top: calc(20px - var(--spacePart));
  }
  .section--six .area .unit div.link a.open {
    width: 100%;
  }
}
.section--eight .area .pure.slim + .pure.slim + .pure.slim {
  margin-top: calc(((var(--spaceTotal) + var(--spacePart)) - 60px) * -1);
}
.section--eight .area .pure.slim .body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.section--eight .area .pure.slim .part.line:last-child {
  padding-top: var(--spacePart);
  margin-top: auto;
}
@media (max-width: 767px) {
  .section--eight .area .pure.slim + .pure.slim {
    margin-top: calc(((var(--spaceTotal) + var(--spacePart)) - 40px) * -1) !important;
  }
}
.section--eight .area .seam.wide {
  text-align: center;
}
.section--eight .area .flat {
  box-sizing: border-box;
  border: 1px solid #8D8D8D;
  padding: calc(30px - var(--spacePart)) 30px calc(35px - var(--spacePart));
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  position: relative;
}
.section--eight .area .flat:after {
  content: '';
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  z-index: 2;
  height: 6px;
  background-color: #38C1A1;
}
.section--eight .area .flat + .flat + .flat {
  margin-top: calc((var(--spaceTotal) - 20px) * -1);
}
.section--eight .area .flat .body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.section--eight .area .flat .part.text:nth-last-child(2) {
  margin-top: auto;
  padding-top: var(--spacePart);
}
.section--eight .area .flat.slim:after {
  background-color: #003F4F;
}
#view .section--eight .area .flat {
  transition: all 0.3s;
}
#view .section--eight .area .flat div.link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
}
#view .section--eight .area .flat div.link a.open {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  min-width: 0;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-color: transparent !important;
  border-radius: 0 !important;
  background-position: right 30px bottom 35px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-right-black.svg);
}
#view .section--eight .area .flat:hover {
  background-color: #F8F8F8;
}
@media (max-width: 1047px) {
  .section--eight .area .flat {
    padding: calc(20px - var(--spacePart)) 20px calc(25px - var(--spacePart));
  }
  #view .section--eight .area .flat div.link a.open {
    background-position: right 20px bottom 25px;
  }
  #view .section--eight .area .flat:hover {
    background-color: #F8F8F8;
  }
}
@media (max-width: 767px) {
  .section--eight .area .flat + .flat {
    margin-top: calc((var(--spaceTotal) - 20px) * -1);
  }
}
.section--eight .area .edge {
  margin-bottom: calc(((var(--spaceTotal) + var(--spacePart)) - 60px) * -1);
}
.section--eight .area .edge:last-child {
  margin-bottom: var(--spaceUnit) !important;
}
@media (max-width: 1047px) {
  .section--eight .area .edge {
    margin-bottom: calc(((var(--spaceTotal) + var(--spacePart)) - 40px) * -1);
  }
}
.section--nine .area .pure {
  text-align: center;
}
.section--nine .area .pure.wide .body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--nine .area .pure.wide .pict.tall,
.section--nine .area .pure.wide .part.film.tall {
  width: 1164px;
  max-width: calc(100vw - (var(--deskSpace) * 2));
}
.section--nine .area .seam {
  box-sizing: border-box;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.section--nine .area .seam + .seam {
  border-left: 1px solid #707070;
}
.section--nine .area .seam .body {
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
}
.section--nine .area .seam .part.text {
  box-sizing: border-box;
  padding-left: 80px;
  background-size: 52px 50px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-check-green.svg);
}
@media (max-width: 1047px) {
  .section--nine .area .seam .part.text {
    padding-left: 50px;
    background-size: auto 30px;
  }
}
@media (max-width: 767px) {
  .section--nine .area .seam + .seam {
    border: none;
    margin-top: calc((var(--spaceUnit) - var(--spacePart)) * -1);
  }
}
.section--nine .area .edge {
  text-align: center;
  margin-bottom: calc(((var(--spaceTotal) + var(--spacePart)) - 60px) * -1);
}
.section--nine .area .edge:last-child {
  margin-bottom: var(--spaceUnit) !important;
}
@media (max-width: 1047px) {
  .section--nine .area .edge {
    margin-bottom: calc(((var(--spaceTotal) + var(--spacePart)) - 40px) * -1);
  }
}
.section--ten .area .unit {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section--ten .area .pure.slim {
  text-align: center;
}
.section--ten .area .pure.slim .part.line {
  margin-top: calc(70px - var(--spacePart));
}
.section--ten .area .seam {
  background-color: #F8F8F8;
  box-sizing: border-box;
  padding: calc(20px - var(--spacePart)) 20px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.section--ten .area .edge {
  text-align: center;
  margin-bottom: calc(((35px + var(--spacePart)) - 60px) * -1);
}
.section--ten .area .edge:last-child {
  margin-bottom: var(--spaceUnit) !important;
}
@media (max-width: 1047px) {
  .section--ten .area .edge {
    margin-bottom: calc(((35px + var(--spacePart)) - 40px) * -1);
  }
}
@media (max-width: 767px) {
  .section--ten .area .edge {
    margin-bottom: calc(((20px + var(--spacePart)) - 40px) * -1);
  }
}
.section--eleven .area .unit {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  border-top: 1px solid #E29E00;
  border-bottom: 1px solid #E29E00;
  padding-bottom: 40px;
  padding-top: 40px;
}
.section--eleven .area .unit + .unit {
  margin-top: calc((var(--spaceTotal) + 1px) * -1);
}
.section--eleven .area .unit .body {
  margin-top: -10px;
  margin-bottom: -10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--eleven .area .unit .part {
  margin-top: 10px;
  margin-bottom: 10px;
}
.section--eleven .area .unit .pict.tall:first-child {
  width: 220px;
  aspect-ratio: 1;
  border-radius: 10000px;
  overflow: hidden;
}
.section--eleven .area .unit .pict.tall:first-child * {
  height: 100%;
}
.section--eleven .area .unit .pict.tall:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.section--eleven .area .unit .part.link a,
.section--eleven .area .unit .part.load a {
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}
.unit.fold {
  border-top: 1px solid #141412;
  border-bottom: 1px solid #141412;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  text-align: left !important;
}
.unit.fold + .unit.fold {
  margin-top: calc((var(--spaceTotal) + 1px) * -1);
}
.unit.fold div.less .part {
  margin-top: 0;
  margin-bottom: 0;
}
.unit.fold div.more {
  box-sizing: border-box;
  padding: 18px 100px calc(50px - var(--spacePart)) 30px;
}
.unit.fold .part.text .fold-toggle {
  display: block;
  text-decoration: none;
  padding: 17px 100px 17px 30px;
  position: relative;
  color: inherit;
}
.unit.fold .part.text .fold-toggle:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border-style: solid;
  border-color: transparent;
  border-left-color: #141412;
  border-width: 10px 0 10px 20px;
  transition: all 0.2s;
}
.unit.fold .part.text .fold-toggle.fold-toggle--open:after {
  transform: translateY(-50%) rotate(90deg);
}
.unit.fold .foot {
  display: none;
}
@media (max-width: 767px) {
  .unit.fold div.more {
    padding-right: 40px;
    padding-left: 0;
  }
  .unit.fold .part.text .fold-toggle {
    padding: 12px 40px 12px 0;
  }
  .unit.fold .part.text .fold-toggle:after {
    right: 0;
    border-width: 8px 0 8px 16px;
  }
}
div.link a.open {
  display: inline-block;
  background-color: var(--sitecolor);
  font-size: 20px;
  line-height: 1.4;
  font-family: 'NunitoSansBlack', sans-serif;
  cursor: pointer;
  color: #fff;
  min-width: 338px;
  padding: 16px 40px;
  -webkit-appearance: none;
  border-radius: 22px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
div.link a.open:hover,
div.link a.open:focus {
  background-color: #141412 !important;
  color: #fff;
}
.cb-layout4 div.link a.open,
.cb-layout5 div.link a.open {
  background-color: #E29E00;
}
.section--eleven .area .unit div.link a.open:hover,
.section--eleven .area .unit div.link a.open:focus {
  background-color: #E29E00 !important;
}
.section--nine .area div.link a.open {
  min-width: 0;
}
@media (max-width: 767px) {
  div.link a.open {
    min-width: 260px;
  }
}
.section--five .area .unit div.link a.open {
  min-width: 0;
  background-color: transparent !important;
  border-radius: 0;
  color: #38C1A1;
  text-align: left;
  padding: 0;
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.section--five .area .unit div.link a.open strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.section--five .area .unit div.link a.open:hover,
.section--five .area .unit div.link a.open:focus {
  color: #E29E00;
}
div.load a.load {
  display: inline-block;
  background-color: var(--sitecolor);
  font-size: 20px;
  line-height: 1.4;
  font-family: 'NunitoSansBlack', sans-serif;
  cursor: pointer;
  color: #fff;
  min-width: 338px;
  padding: 16px 40px;
  -webkit-appearance: none;
  border-radius: 22px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
div.load a.load:hover,
div.load a.load:focus {
  background-color: #141412 !important;
  color: #fff;
}
.cb-layout4 div.load a.load,
.cb-layout5 div.load a.load {
  background-color: #E29E00;
}
.section--eleven .area .unit div.load a.load:hover,
.section--eleven .area .unit div.load a.load:focus {
  background-color: #E29E00 !important;
}
.section--nine .area div.load a.load {
  min-width: 0;
}
@media (max-width: 767px) {
  div.load a.load {
    min-width: 260px;
  }
}
.text-section--pale {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  box-sizing: border-box;
  border: 2px solid #003F4F;
  border-radius: 10000px;
}
.layout07 .text-section--pale {
  border-color: #E29E00;
}
.togglenavigation {
  float: left;
  position: relative;
  margin-left: 60px;
  width: 38px;
  height: 26px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .togglenavigation {
    margin-left: 26px;
  }
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 4px;
  background-color: #141412;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 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);
}
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  background-color: #003F4F;
  transform: translateY(-100%);
  transition: all 0.6s 0.2s;
  -webkit-font-smoothing: antialiased;
}
body.cb-toggle-target-active .navigation {
  transform: translateY(0);
  transition: all 0.4s;
}
.navigation__content {
  float: left;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navigation__desk {
  float: left;
  width: 1400px;
  max-width: var(--deskMaxWidth);
  flex-grow: 1;
  box-sizing: border-box;
  padding: 300px 0 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1047px) {
  .navigation__desk {
    padding: 210px 0 80px;
  }
}
@media (max-width: 767px) {
  .navigation__desk {
    padding: 180px 0 90px;
  }
}
.navigation__section {
  float: left;
  width: 100%;
}
.navigation__section--2 {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .navigation__section--2 {
    margin-top: 50px;
  }
}
.navigation_search {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  transform: translateY(-60px);
  opacity: 0;
  transition: all 0.2s;
}
body.cb-toggle-target-active .navigation_search {
  transition: all 0.4s 0.7s;
  opacity: 1;
  transform: translateX(0);
}
@media (min-width: 1048px) {
  body.cb-toggle-target-active .navigation_search {
    transition: all 0.4s 0.7s;
  }
}
@media (max-width: 1047px) {
  body.cb-toggle-target-active .navigation_search {
    transition: all 0.4s 0.6s;
  }
}
@media (max-width: 767px) {
  body.cb-toggle-target-active .navigation_search {
    transition: all 0.4s 0.4s;
  }
}
.navigation_search .search {
  float: left;
  width: 100%;
  max-width: 1164px;
  position: relative;
}
.navigation_search .search__input {
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 21px;
  font-size: 24px;
  line-height: 1.33333333;
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
  height: 64px;
  box-sizing: border-box;
  padding: 0 30px 0 100px;
}
.navigation_search .search__input strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.navigation_search .search__input::placeholder {
  color: #E4E4E4;
}
.navigation_search .search__submit {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100px;
  height: 100%;
  background-size: 54px 36px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-search-lightgray.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
  text-decoration: none;
}
.headerlinks div.sub1 {
  margin-left: 30px;
}
.headerlinks div.sub1 > .item {
  margin-left: 30px;
}
.headerlinks div.sub1 > .item.path {
  display: none;
}
.headerlinks div.sub1 > .item > .menu {
  font-size: 30px;
  line-height: 1.26666667;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 2px;
  color: #141412;
}
.headerlinks div.sub1 > .item > .menu:hover,
.headerlinks div.sub1 > .item > .menu:focus {
  color: #38C1A1;
}
@media (max-width: 767px) {
  .headerlinks div.sub1 {
    margin-left: 0;
  }
  .headerlinks div.sub1 > .item {
    margin-left: 26px;
  }
}
.navigation div.sub2 {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin: -50px -8px;
}
.navigation div.sub2 > .item {
  margin: 50px 8px;
  width: calc((100% / 3) - 16px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(-60px);
  opacity: 0;
  transition: all 0.2s 0.1s;
}
.navigation div.sub2 > .item > .menu {
  float: left;
  color: #fff;
  font-size: 32px;
  line-height: 1.375;
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.navigation div.sub2 > .item > .menu strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.navigation div.sub2 > .item > .menu:hover,
.navigation div.sub2 > .item > .menu:focus,
.navigation div.sub2 > .item > .menu.path {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 1283px) {
  .navigation div.sub2 > .item > .menu {
    font-size: 26px;
    line-height: 1.38461538;
  }
}
@media (max-width: 767px) {
  .navigation div.sub2 {
    width: 100%;
    margin: -25px 0;
  }
  .navigation div.sub2 > .item {
    width: 100%;
    margin: 25px 0;
  }
  .navigation div.sub2 > .item > .menu {
    font-size: 32px;
    line-height: 1.375;
  }
}
body.cb-toggle-target-active .navigation div.sub2 > .item {
  opacity: 1;
  transform: translateX(0);
}
@media (min-width: 1048px) {
  body.cb-toggle-target-active .navigation div.sub2 > .item:nth-child(4n-3) {
    transition: all 0.4s 0.3s;
  }
  body.cb-toggle-target-active .navigation div.sub2 > .item:nth-child(4n-2) {
    transition: all 0.4s 0.4s;
  }
  body.cb-toggle-target-active .navigation div.sub2 > .item:nth-child(4n-1) {
    transition: all 0.4s 0.5s;
  }
  body.cb-toggle-target-active .navigation div.sub2 > .item:nth-child(4n) {
    transition: all 0.4s 0.6s;
  }
}
@media (max-width: 1047px) {
  body.cb-toggle-target-active .navigation div.sub2 > .item:nth-child(3n-2) {
    transition: all 0.4s 0.3s;
  }
  body.cb-toggle-target-active .navigation div.sub2 > .item:nth-child(3n-1) {
    transition: all 0.4s 0.4s;
  }
  body.cb-toggle-target-active .navigation div.sub2 > .item:nth-child(3n) {
    transition: all 0.4s 0.5s;
  }
}
@media (max-width: 767px) {
  body.cb-toggle-target-active .navigation div.sub2 > .item {
    transition: all 0.4s 0.3s !important;
  }
}
.navigation div.sub3 {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
}
.navigation div.sub3 > .item > .menu {
  float: left;
  color: #fff;
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
  font-size: 20px;
  line-height: 1.4;
}
.navigation div.sub3 > .item > .menu strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.navigation div.sub3 > .item > .menu:hover,
.navigation div.sub3 > .item > .menu:focus,
.navigation div.sub3 > .item > .menu.path {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.part.auth form {
  float: left;
  width: 100%;
}
.part.auth .body,
.part.auth .foot {
  width: 100%;
  margin: 0;
}
.part.auth fieldset {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.part.auth fieldset:first-child {
  margin-top: 0;
}
.part.auth label.name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
  display: none !important;
}
@media (min-width: 768px) {
  .part.auth label.name {
    width: 30%;
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.part.auth input.text,
.part.auth input.password {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  min-height: 60px;
  padding: 5px 30px;
  border-radius: 22px;
}
.part.auth input.text.fail,
.part.auth input.password.fail {
  border: 2px solid #ae2121;
}
.part.auth input.text.fade,
.part.auth input.password.fade {
  opacity: 0.3;
}
.part.auth input.text::placeholder,
.part.auth input.password::placeholder {
  font-family: 'NunitoSansBlack', sans-serif;
  color: #E4E4E4;
  -webkit-font-smoothing: antialiased;
}
.auth-login-button {
  float: right;
  margin-top: var(--spacePart);
}
.part.auth input.submit {
  float: left;
  background-color: var(--sitecolor);
  font-size: 20px;
  line-height: 1.4;
  font-family: 'NunitoSansBlack', sans-serif;
  cursor: pointer;
  color: #fff;
  min-width: 338px;
  padding: 16px 40px;
  -webkit-appearance: none;
  border-radius: 22px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.part.auth input.submit:hover,
.part.auth input.submit:focus {
  background-color: #141412 !important;
  color: #fff;
}
.cb-layout4 .part.auth input.submit,
.cb-layout5 .part.auth input.submit {
  background-color: #E29E00;
}
.section--eleven .area .unit .part.auth input.submit:hover,
.section--eleven .area .unit .part.auth input.submit:focus {
  background-color: #E29E00 !important;
}
.section--nine .area .part.auth input.submit {
  min-width: 0;
}
@media (max-width: 767px) {
  .part.auth input.submit {
    min-width: 260px;
  }
}
.cb-album {
  position: relative;
  padding-top: var(--spacePart);
  padding-bottom: var(--spacePart);
}
.cb-album .body-mobile {
  display: none !important;
}
.cb-album h2 {
  display: none;
}
.cb-album .body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1047px) {
  .cb-album .body {
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .cb-album .body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cb-album .part {
  width: 100% !important;
  margin: 0 !important;
}
.cb-album .part.desc {
  display: none;
}
#root.ie11 .cb-album img {
  height: auto !important;
  max-height: 1000000000px !important;
}
.cb-album.cb-album .scan {
  margin-top: 40px !important;
}
.cb-album.cb-album .scan:first-child {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}
.cb-album .scan table,
.cb-album .scan tbody,
.cb-album .scan tr {
  float: left;
  display: block;
  width: 100%;
}
.cb-matrix .body {
  margin-top: -0.5%;
  margin-bottom: -0.5%;
}
.cb-matrix .part {
  margin-top: 0.5% !important;
  margin-bottom: 0.5% !important;
}
.cb-matrix .part.foto {
  height: auto !important;
  box-sizing: border-box;
}
.cb-matrix .part.foto a.foto,
.cb-matrix .part.foto span.foto {
  display: block;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.cb-matrix .part.foto img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-matrix .part.foto a.foto.zoom img {
  transform: scale(1.1);
}
.cb-matrix.cb-matrix-columns-1 .part.foto {
  width: 100% !important;
}
.cb-matrix.cb-matrix-columns-2 .part.foto {
  width: 49.5% !important;
}
.cb-matrix.cb-matrix-columns-3 .part.foto {
  width: 32.66666667% !important;
}
.cb-matrix.cb-matrix-columns-4 .part.foto {
  width: 24.25% !important;
}
.cb-matrix.cb-matrix-columns-5 .part.foto {
  width: 19.2% !important;
}
.cb-matrix.cb-matrix-columns-6 .part.foto {
  width: 15.83333333% !important;
}
.cb-matrix.cb-matrix-columns-7 .part.foto {
  width: 13.42857143% !important;
}
.cb-matrix.cb-matrix-columns-8 .part.foto {
  width: 11.625% !important;
}
.cb-matrix .scan tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cb-matrix .scan td {
  float: left;
  display: block;
  margin: 0 10px;
  font-size: 16px;
  line-height: 1.25;
}
.cb-matrix .scan td:first-child {
  margin-left: 0;
}
.cb-matrix .scan td:last-child {
  margin-right: 0;
}
.cb-matrix .scan td.prev,
.cb-matrix .scan td.next {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 20px;
  height: 20px;
}
.cb-matrix .scan td.prev a,
.cb-matrix .scan td.next a {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.cb-matrix .scan td.prev:empty,
.cb-matrix .scan td.next:empty {
  opacity: 0.5;
  pointer-events: none;
}
.cb-matrix .scan td.next a {
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.cb-matrix .scan td a {
  color: #141412;
}
.cb-matrix .scan td .same {
  color: #003F4F;
}
.cb-strips .part.foto {
  height: auto !important;
  max-height: 1000000000px !important;
}
.cb-strips-images {
  float: left;
  width: 100%;
  height: 0 !important;
  padding-bottom: 56.25%;
  position: relative;
}
.cb-strips-images a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.96);
  z-index: 2;
  transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1), transform 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  overflow: hidden;
}
.cb-strips-images a.is-active {
  z-index: 3;
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
}
.cb-strips-images img {
  opacity: 1 !important;
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.cb-strips .scan tbody > tr {
  float: left;
  width: 100%;
  display: flex;
}
.cb-strips .scan tbody > tr > td {
  float: left;
  width: 100%;
  display: block;
}
.cb-strips .scan td.prev,
.cb-strips .scan td.next {
  margin-right: 1.25%;
  width: 6.25%;
}
.cb-strips .scan td.next {
  margin-right: 0;
  margin-left: 1.25%;
}
.cb-strips .scan div.prev,
.cb-strips .scan div.next {
  float: left;
  width: 100%;
  height: 100%;
}
.cb-strips .scan div.prev a,
.cb-strips .scan div.next a {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
  transition: background 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-strips .scan div.prev a:hover,
.cb-strips .scan div.next a:hover {
  background-position: 40% 50%;
}
.cb-strips .scan div.next a {
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.cb-strips .scan div.next a:hover {
  background-position: 60% 50%;
}
.cb-strips .scan td.cb-strips-thumbs {
  width: 85%;
}
.cb-strips-container {
  float: left;
  width: 100%;
}
.cb-strips-container .body {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cb-strips-container .part.foto {
  position: relative;
}
.cb-strips-container .part.foto a.foto,
.cb-strips-container .part.foto span.foto {
  float: left;
  width: 100%;
  display: block;
  height: 0;
  position: relative;
  padding-bottom: 60%;
  opacity: 0.4;
  transition: opacity 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  overflow: hidden;
}
.cb-strips-container .part.foto a.foto:hover,
.cb-strips-container .part.foto span.foto:hover,
.cb-strips-container .part.foto a.foto.is-active,
.cb-strips-container .part.foto span.foto.is-active {
  opacity: 1;
}
.cb-strips-container .part.foto a.foto .cb-zoom-indicator,
.cb-strips-container .part.foto span.foto .cb-zoom-indicator {
  display: none;
}
.cb-strips-container .part.foto img {
  opacity: 1 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-strips-container .part.foto a.foto:hover img {
  transform: scale(1.2);
}
.cb-strips-4 .cb-strips-container .part.foto {
  width: 23.95833333% !important;
}
.cb-strips-6 .cb-strips-container .part.foto {
  width: 15.50925926% !important;
}
.cb-strips-8 .cb-strips-container .part.foto {
  width: 11.28472222% !important;
}
.cb-strips-10 .cb-strips-container .part.foto {
  width: 8.75% !important;
}
.cb-slideshow-images {
  float: left;
  width: 100%;
}
.cb-slideshow .part.foto,
.cb-slideshow .part.crossslideContainer {
  max-height: 1000000000px !important;
  max-width: 100% !important;
  height: 0 !important;
  padding-bottom: 58.18965517%;
  overflow: hidden;
  position: relative;
}
.cb-slideshow a.foto {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-slideshow a.foto.is-activated {
  z-index: 2;
  pointer-events: auto;
  opacity: 1;
}
.cb-slideshow img {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  border: none !important;
  z-index: 1;
}
.cb-slideshow img.is-activated {
  z-index: 2;
}
#view .cb-slideshow.cb-manual img {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: scale(1.05);
}
#view .cb-slideshow.cb-manual a.foto.is-activated img {
  transform: scale(1);
}
#view .cb-slideshow.cb-fading img {
  opacity: 0 !important;
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: scale(1.05);
}
#view .cb-slideshow.cb-fading img.is-activated,
#view .cb-slideshow.cb-fading .cb-image-figure.is-activated img {
  opacity: 1 !important;
  transform: scale(1);
}
#view .cb-slideshow.cb-sliding img {
  opacity: 0 !important;
  width: 110% !important;
  max-width: 110% !important;
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  animation-name: SlideshowSlide;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#view .cb-slideshow.cb-sliding img.is-activated,
#view .cb-slideshow.cb-sliding .cb-image-figure.is-activated img {
  opacity: 1 !important;
}
@keyframes SlideshowSlide {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -10%;
  }
  100% {
    margin-left: 0;
  }
}
#view .cb-slideshow.cb-moving img {
  opacity: 0 !important;
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  animation-name: SlideshowMove;
  animation-duration: 16s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#view .cb-slideshow.cb-moving img.is-activated,
#view .cb-slideshow.cb-moving .cb-image-figure.is-activated img {
  opacity: 1 !important;
}
@keyframes SlideshowMove {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cb-slideshow .head {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
  height: 0;
  width: 100%;
}
.cb-slideshow .ctrl {
  float: left;
  width: 100%;
}
.cb-slideshow .ctrl a {
  display: block;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-size: 20px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-slideshow .ctrl a.fade {
  opacity: 0.4;
  cursor: default;
  width: 50px;
}
@media (max-width: 767px) {
  .cb-slideshow .ctrl a {
    background-size: 14px 14px;
  }
}
.cb-slideshow .ctrl .prev a {
  right: 100%;
  background-image: url(/images/chevron-left-green.svg);
  margin-right: 10px;
}
@media (max-width: 1047px) {
  .cb-slideshow .ctrl .prev a {
    right: initial;
    margin-right: 0;
    left: -10px;
  }
}
@media (max-width: 767px) {
  .cb-slideshow .ctrl .prev a {
    left: -13px;
  }
}
.cb-slideshow .ctrl .next a {
  left: 100%;
  background-image: url(/images/chevron-right-green.svg);
  margin-left: 10px;
}
@media (max-width: 1047px) {
  .cb-slideshow .ctrl .next a {
    left: initial;
    margin-left: 0;
    right: -10px;
  }
}
@media (max-width: 767px) {
  .cb-slideshow .ctrl .next a {
    right: -13px;
  }
}
.crossslide {
  float: left;
  width: 100%;
  max-width: 100% !important;
  position: static !important;
  padding: 0 !important;
}
@media (max-width: 1047px) {
  .wrapper {
    font-size: 18px;
    line-height: 1.33333333;
  }
  .section--title h3 {
    font-size: 18px;
    line-height: 1.33333333;
  }
  .area--quoteFader h4 {
    font-size: 28px;
    line-height: 1.28571429;
  }
  h6 {
    font-size: 24px;
  }
  .section--nine .area .seam h6 {
    font-size: 26px;
  }
  .loud {
    font-size: 20px;
    line-height: 1.3;
  }
  .skew {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  .cb-layout1 h1,
  .cb-layout3 h1,
  .layout06 h1,
  .layout08 h1 {
    font-size: 33px;
    hyphens: manual;
  }
  .cb-layout4 h1 {
    font-size: 30px;
    padding-top: 0;
    background: none;
  }
  .cb-layout5 h1 {
    font-size: 43px;
    padding-bottom: 25px;
  }
  h3 {
    font-size: 33px;
  }
  .section--five .area .unit h3 {
    font-size: 60px;
  }
  h4 {
    hyphens: auto;
    font-size: 32px;
  }
  .area--quoteFader h4 {
    font-size: 24px;
    line-height: 1.25;
  }
  h5 {
    font-size: 24px;
    line-height: 1.08333333;
    hyphens: manual;
  }
  .ns-teaser--type1 h5 {
    font-size: 32px;
    line-height: 1;
  }
  .skew {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .section--ten .area {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: calc(var(--spaceTotal) - (10px + var(--spacePart)));
    margin-bottom: calc(var(--spaceTotal) - (10px + var(--spacePart)));
  }
}
@media (max-width: 767px) {
  .section--two .area .pure .pict.tall .cb-image-container {
    width: 100vw;
    margin-left: calc(var(--deskSpace) * -1);
  }
}
.section--two .area .flat .body {
  width: calc(100% + 10px);
  margin: -5px;
}
.section--two .area .flat .part {
  margin: 5px;
  width: calc(25% - 10px);
}
@media (max-width: 767px) {
  .section--six .unit.slim + .unit.wide {
    margin-top: calc(var(--spaceUnit) * -1);
  }
}
@media (max-width: 767px) {
  .section--ten .area .unit {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .section--ten .area .pure.slim {
    width: 280px;
  }
  .section--ten .area .pure.slim .part.line {
    margin-top: calc(40px - var(--spacePart));
  }
  .section--ten .area .seam {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 280px;
  }
}
.ns-teaserWrapper {
  float: left;
  width: 100%;
}
.ns-teaserWrapper--teaserOverview {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: var(--spaceTotal);
}
.ns-teaserWrapper--suggestions {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.ns-teaserCover {
  float: left;
  width: calc(100% + 16px);
  margin: -10px -8px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .ns-teaserCover {
    width: 100%;
    margin: 0;
  }
}
.ns-teaserWrapper--switchEvents .ns-teaserCover {
  width: 100%;
  margin: 0;
}
@media (max-width: 1047px) {
  .ns-teaserWrapper--suggestions .ns-teaserCover,
  .ns-teaserWrapper--switchNews .ns-teaserCover,
  .ns-teaserWrapper--switchOffers .ns-teaserCover,
  .ns-teaserWrapper--switchPublications .ns-teaserCover {
    width: 100%;
    margin: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }
  .ns-teaserWrapper--suggestions .ns-teaserCover .ns-teaser,
  .ns-teaserWrapper--switchNews .ns-teaserCover .ns-teaser,
  .ns-teaserWrapper--switchOffers .ns-teaserCover .ns-teaser,
  .ns-teaserWrapper--switchPublications .ns-teaserCover .ns-teaser {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: 482px;
  }
}
.ns-teaser {
  float: left;
  width: calc(50% - 16px);
  margin: 10px 8px;
  box-sizing: border-box;
  cursor: pointer;
  color: #141412 !important;
  transition: all 0.3s;
}
.ns-teaser:not(.child-is-hovered):hover {
  background-color: #F8F8F8;
}
@media (max-width: 767px) {
  .ns-teaser {
    width: 100%;
    margin: 0;
  }
}
.ns-teaser.ns-teaser--type1 {
  border: 1px solid #E4E4E4;
}
@media (max-width: 767px) {
  .ns-teaser.ns-teaser--type1 {
    border: none;
    border-top: 8px solid var(--sitecolor);
  }
}
.ns-teaser.ns-teaser--type4 {
  box-sizing: border-box;
  position: relative;
  padding: 20px 20px 20px 236px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .ns-teaser.ns-teaser--type4 {
    padding-left: 180px;
    min-height: 224px;
  }
}
.ns-teaser.ns-teaser--startupBlog.is-active {
  background-color: #F8F8F8;
}
.ns-teaserWrapper--switchEvents .ns-teaser {
  max-width: 482px;
  width: 100%;
  margin: 20px 0 0;
}
.ns-teaserWrapper--switchEvents .ns-teaser:first-child {
  margin-top: 0;
}
.ns-teaser__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.ns-teaser--type1 .ns-teaser__content {
  min-height: 100%;
  padding: 15px 20px 51px;
  background-position: right 20px bottom 20px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-right-black.svg);
}
@media (max-width: 767px) {
  .ns-teaser--type1 .ns-teaser__content {
    padding: 26px calc(var(--deskSpace) + 32px) 26px var(--deskSpace);
    background-position: right var(--deskSpace) bottom 26px;
  }
}
.ns-teaser--type2 .ns-teaser__content {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.ns-teaser--type3 .ns-teaser__content {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.ns-teaser--type4 .ns-teaser__content {
  border-left: 1px solid #141412;
  padding-left: 20px;
}
.ns-teaserSection {
  float: left;
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1047px) {
  .ns-teaserSection {
    width: 100%;
  }
}
.ns-teaserSection--1 {
  padding-right: 20px;
  border-right: 1px solid #141412;
  align-items: flex-start;
}
@media (max-width: 1047px) {
  .ns-teaserSection--1 {
    padding-right: 0;
    border-right: none;
    align-items: center;
  }
}
.ns-teaserSection--2 {
  padding-left: 20px;
  align-items: flex-end;
}
@media (max-width: 1047px) {
  .ns-teaserSection--2 {
    padding-left: 0;
    align-items: center;
  }
}
.ns-teaser__part {
  float: left;
  width: 100%;
}
.ns-teaser--type1 .ns-teaser__part {
  margin-top: 5px;
  margin-bottom: 5px;
}
.ns-teaser--type4 .ns-teaser__part {
  margin-bottom: 10px;
}
.ns-teaser--type4 .ns-teaser__part:last-child {
  margin-bottom: 0;
}
.ns-teaser--type1 .ns-teaser__part--pict {
  width: calc(100% + 42px);
  margin-top: -15px;
  margin-left: -21px;
  margin-bottom: 15px;
  border-bottom: 10px solid var(--sitecolor);
}
@media (max-width: 767px) {
  .ns-teaser--type1 .ns-teaser__part--pict {
    display: none;
  }
}
.ns-teaser--type2 .ns-teaser__part--pict {
  margin-top: -20px;
  margin-bottom: 20px;
}
.ns-teaser--type4 .ns-teaser__part--pict {
  position: absolute;
  left: 20px;
  top: 50%;
  height: 210px;
  width: 196px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .ns-teaser--type4 .ns-teaser__part--pict {
    width: 140px;
    height: 184px;
  }
}
.ns-teaser--type2 .ns-teaser__part--meta {
  font-size: 14px;
  line-height: 1.28571429;
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
  width: 100px;
  padding: 0 12px;
  box-sizing: border-box;
  border-right: 1px solid #141412;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ns-teaser--type2 .ns-teaser__part--meta strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.ns-teaser--type2 .ns-teaser__part--title {
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 56px;
  background-position: right 20px top;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-right-black.svg);
  hyphens: auto;
}
.ns-teaser--type3 .ns-teaser__part--title {
  border-top: 6px solid;
  margin-top: 20px;
  padding-top: 20px;
}
.ns-teaser--c1.ns-teaser--type3 .ns-teaser__part--title {
  border-color: #003F4F;
}
.ns-teaser--c2.ns-teaser--type3 .ns-teaser__part--title {
  border-color: #38C1A1;
}
.ns-teaser--c3.ns-teaser--type3 .ns-teaser__part--title {
  border-color: #E29E00;
}
.ns-teaser--startupBlog .ns-teaser__part--title {
  background: none;
  position: relative;
}
.ns-teaser--startupBlog .ns-teaser__part--title:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  width: 16px;
  height: 16px;
  z-index: 2;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-right-black.svg);
  transition: all 0.4s;
}
.is-active.ns-teaser--startupBlog .ns-teaser__part--title:after {
  transform: rotate(90deg);
}
.ns-teaser--type3 .ns-teaser__part--text {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
  font-style: italic;
  padding-right: 40px;
  background-position: 100% 100%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-right-black.svg);
}
.ns-teaser--type3 .ns-teaser__part--text strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.ns-teaser__part--date {
  width: auto;
}
.ns-teaser__part--calendar {
  width: auto;
}
.ns-teaser__image {
  float: left;
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 41.81184669%;
  overflow: hidden;
}
.ns-teaser--type4 .ns-teaser__image {
  height: 100%;
  padding-bottom: 0;
}
.ns-teaser__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s;
}
.ns-teaser:hover .ns-teaser__image img {
  transform: scale(1.05);
}
.ns-teaser--type4 .ns-teaser__image img {
  object-fit: contain;
  object-position: right center;
}
:hover.ns-teaser--type4 .ns-teaser__image img {
  transform: scale(1);
}
.ns-teaser__meta {
  float: left;
  margin-left: 10px;
}
.ns-teaser__meta:first-child {
  margin-left: 0;
}
.ns-teaser--type2 .ns-teaser__meta {
  margin-left: 0;
}
.ns-teaser--type3 .ns-teaser__title {
  display: inline;
  width: auto;
}
.ns-teaser--type3 .ns-teaser__title .ProseMirror {
  display: inline;
}
.ns-teaserDate {
  float: left;
  display: flex;
  align-items: flex-end;
}
.ns-teaserDate__part {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ns-teaserDate__part--2 {
  margin-left: 14px;
}
.ns-teaserDate__day {
  float: left;
  font-size: 100px;
  line-height: 0.8;
  letter-spacing: -0.04em;
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.ns-teaserDate__day strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.ns-teaserDate__month,
.ns-teaserDate__year {
  font-size: 24px;
  line-height: 1.16666667;
  font-family: 'CrimsonTextBold', serif;
  font-weight: normal !important;
}
.ns-teaserDate__month strong,
.ns-teaserDate__year strong {
  font-family: 'CrimsonTextBold', serif;
  font-weight: normal !important;
}
.ns-teaser__addToCalendar {
  float: left;
  width: 150px;
  font-size: 14px;
  line-height: 1.28571429;
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
  letter-spacing: -0.01em;
  text-align: right;
  box-sizing: border-box;
  min-height: 48px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 50px;
  background-size: 38px 48px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.ns-teaser__addToCalendar strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.ns-teaser--c1 .ns-teaser__addToCalendar {
  background-image: url(/images/icon-calendar-petrol.svg);
}
.ns-teaser--c2 .ns-teaser__addToCalendar {
  background-image: url(/images/icon-calendar-green.svg);
}
.ns-teaser--c3 .ns-teaser__addToCalendar {
  background-image: url(/images/icon-calendar-orange.svg);
}
.ns-teaser__link {
  float: left;
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-right-black.svg);
  color: #141412;
}
.ns-teaser__link strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.ns-teaser:hover .ns-teaser__link {
  color: #38C1A1;
  background-image: url(/images/chevron-right-green.svg);
}
.ns-teaserFilter {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2);
}
@media (max-width: 767px) {
  .ns-teaserFilter {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.ns-teaserFilter__text {
  float: left;
  width: 100%;
  font-family: 'NunitoSansBlack', sans-serif;
}
@media (max-width: 767px) {
  .ns-teaserFilter__text {
    box-sizing: border-box;
    padding: 0 var(--deskSpace);
  }
}
.ns-teaserFilter__toggle {
  float: left;
  margin-top: 20px;
  background-color: var(--sitecolor);
  font-size: 20px;
  line-height: 1.4;
  font-family: 'NunitoSansBlack', sans-serif;
  cursor: pointer;
  color: #fff;
  min-width: 338px;
  padding: 16px 40px;
  -webkit-appearance: none;
  border-radius: 22px;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  width: calc((100% - (var(--deskSpace) * 2)));
  box-sizing: border-box;
  display: none;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.ns-teaserFilter__toggle:hover,
.ns-teaserFilter__toggle:focus {
  background-color: #141412 !important;
  color: #fff;
}
.cb-layout4 .ns-teaserFilter__toggle,
.cb-layout5 .ns-teaserFilter__toggle {
  background-color: #E29E00;
}
.section--eleven .area .unit .ns-teaserFilter__toggle:hover,
.section--eleven .area .unit .ns-teaserFilter__toggle:focus {
  background-color: #E29E00 !important;
}
.section--nine .area .ns-teaserFilter__toggle {
  min-width: 0;
}
@media (max-width: 767px) {
  .ns-teaserFilter__toggle {
    min-width: 260px;
  }
}
.ns-teaserFilter__toggle:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-down-white.svg);
  margin-left: 10px;
  transition: all 0.8s;
}
.ns-teaserFilter.is-open .ns-teaserFilter__toggle:after {
  transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .ns-teaserFilter__toggle {
    display: flex;
  }
}
.ns-teaserFilter__content {
  float: left;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .ns-teaserFilter__content {
    margin-top: 0;
  }
}
.ns-teaserFilter__cover {
  float: left;
  width: calc(100% + 16px);
  margin: -8px;
}
@media (max-width: 767px) {
  .ns-teaserFilter__cover {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
}
.ns-teaserFilter__item {
  float: left;
  margin: 8px;
  padding: 16px 40px;
  min-width: calc(25% - 16px);
  box-sizing: border-box;
  border-radius: 22px;
  text-align: center;
  font-family: 'NunitoSansBlack', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: var(--sitecolor);
  border: 2px solid var(--sitecolor);
  cursor: pointer;
}
.ns-teaserFilter__item:hover,
.ns-teaserFilter__item.is-active {
  background-color: var(--sitecolor);
  color: #fff;
}
@media (max-width: 767px) {
  .ns-teaserFilter__item {
    width: 100%;
    margin: -120px 0 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
    color: var(--sitecolor) !important;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 16px calc((var(--deskSpace) + 32px));
    opacity: 0;
    transition: all 0.6s, opacity 0.2s;
  }
  .ns-teaserFilter__item:after {
    content: '';
    position: absolute;
    left: var(--deskSpace);
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: var(--sitecolor);
    border-radius: 10000px;
    display: none;
  }
  .ns-teaserFilter__item:hover,
  .ns-teaserFilter__item.is-active {
    background-color: #F8F8F8;
  }
  .ns-teaserFilter__item:hover:after,
  .ns-teaserFilter__item.is-active:after {
    display: block;
  }
  .ns-teaserFilter.is-open .ns-teaserFilter__item {
    transition: all 0.6s, opacity 0.6s 0.4s;
    margin-top: 20px;
    opacity: 1;
  }
  .ns-teaserFilter.is-open .ns-teaserFilter__item + .ns-teaserFilter__item {
    margin-top: -2px;
  }
}
.ns-teaserFilter__actions {
  display: none;
  float: left;
  width: 100%;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ns-teaserFilter__actions {
    display: flex;
  }
}
.ns-teaserFilter__link {
  float: left;
  margin-top: -60px;
  background-color: var(--sitecolor);
  font-size: 20px;
  line-height: 1.4;
  font-family: 'NunitoSansBlack', sans-serif;
  cursor: pointer;
  color: #fff;
  min-width: 338px;
  padding: 16px 40px;
  -webkit-appearance: none;
  border-radius: 22px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  width: calc((100% - (var(--deskSpace) * 2)));
  opacity: 0;
  transition: all 0.6s, opacity 0.2s;
}
.ns-teaserFilter__link:hover,
.ns-teaserFilter__link:focus {
  background-color: #141412 !important;
  color: #fff;
}
.cb-layout4 .ns-teaserFilter__link,
.cb-layout5 .ns-teaserFilter__link {
  background-color: #E29E00;
}
.section--eleven .area .unit .ns-teaserFilter__link:hover,
.section--eleven .area .unit .ns-teaserFilter__link:focus {
  background-color: #E29E00 !important;
}
.section--nine .area .ns-teaserFilter__link {
  min-width: 0;
}
@media (max-width: 767px) {
  .ns-teaserFilter__link {
    min-width: 260px;
  }
}
.ns-teaserFilter.is-open .ns-teaserFilter__link {
  opacity: 1;
  margin-top: 20px;
  transition: all 0.6s, opacity 0.6s 0.4s;
}
.cbdModule--author {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 220px;
}
@media (max-width: 1047px) {
  .cbdModule--author {
    position: static;
    float: left;
    width: 100%;
    margin-bottom: 36px;
  }
}
.ns-author {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1047px) {
  .ns-author {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.ns-author__part {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.ns-author__part:first-child {
  margin-top: 0 !important;
}
.ns-author__part:last-child {
  margin-right: 0 !important;
}
@media (max-width: 1047px) {
  .ns-author__part {
    width: auto;
    margin-top: 0;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .ns-author__part {
    margin-right: 10px;
  }
}
.ns-author__part--pict {
  max-width: 100px;
}
.ns-author__part--vcard {
  max-width: 100px;
  padding-top: 20px;
  border-top: 1px solid #141412;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1047px) {
  .ns-author__part--vcard {
    padding: 10px 0;
    border-left: 1px solid #141412;
    border-top: none;
    padding-left: 20px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .ns-author__part--vcard {
    padding-left: 10px;
  }
}
.ns-author__part--menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ns-author__image {
  float: left;
  width: 100%;
  border-radius: 10000px;
  overflow: hidden;
  aspect-ratio: 1;
}
.ns-author__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ns-author__name,
.ns-author__date {
  float: left;
}
.ns-author__link {
  float: left;
  text-decoration: none;
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
  cursor: pointer;
}
.ns-author__link strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.ns-author__link:hover,
.ns-author__link:focus {
  color: #141412;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ns-imageFader {
  float: left;
  width: 100%;
  border-bottom: 8px solid #E29E00;
}
.ns-imageFader__content {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 35.9375%;
}
@media (max-width: 1920px) {
  .ns-imageFader__content {
    padding-bottom: 690px;
  }
}
@media (max-width: 1047px) {
  .ns-imageFader__content {
    padding-bottom: 500px;
  }
}
.ns-imageFader__slide {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.ns-imageFader__slide.is-visible {
  z-index: 2;
}
.ns-imageFader__image {
  float: left;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s;
}
.ns-imageFader__slide.is-visible .ns-imageFader__image {
  opacity: 1;
}
.ns-imageFader__image img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ns-imageFader__title {
  position: absolute;
  left: calc((100% - var(--deskMaxWidth)) / 2);
  top: 50%;
  width: 100%;
  max-width: var(--deskMaxWidth);
  z-index: 3;
  font-size: 100px;
  line-height: 1;
  font-family: 'NunitoSansBlack', sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  opacity: 0;
  transform: translateY(-50%) scale(0.8);
  pointer-events: none;
  transition: all 1s;
}
.ns-imageFader__slide.is-visible .ns-imageFader__title {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  pointer-events: initial;
}
.imageFader__slide--2 .ns-imageFader__title {
  translate: 0 160px;
}
@media (max-width: 2199px) {
  .imageFader__slide--2 .ns-imageFader__title {
    translate: 0 120px;
  }
}
@media (max-width: 1283px) {
  .ns-imageFader__title {
    font-size: 80px;
  }
}
@media (max-width: 1047px) {
  .ns-imageFader__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .ns-imageFader__title {
    font-size: 40px;
    hyphens: auto;
  }
}
.ns-imageFader .ns-imageFader__index {
  position: absolute;
  left: 50%;
  bottom: 90px;
  z-index: 4;
  max-width: var(--deskMaxWidth);
  transform: translateX(-50%);
}
@media (max-width: 1047px) {
  .ns-imageFader .ns-imageFader__index {
    bottom: 48px;
  }
}
@media (max-width: 767px) {
  .ns-imageFader .ns-imageFader__index {
    bottom: 28px;
  }
}
.ns-imageFader .unitFader__indexItem {
  float: left;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 10000px;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.6s;
}
.ns-imageFader .unitFader__indexItem.is-active {
  background-color: #38C1A1;
}
@media (max-width: 767px) {
  .ns-imageFader .unitFader__indexItem {
    width: 10px;
    height: 10px;
    margin: 0 8px;
  }
}
.cbdModule--imageFaderStoerer {
  width: auto;
  position: absolute;
  right: calc((100% - 1520px) / 2);
  bottom: 100px;
  z-index: 5;
}
@media (max-width: 1639px) {
  .cbdModule--imageFaderStoerer {
    right: var(--deskSpace);
    bottom: 80px;
  }
}
@media (max-width: 1047px) {
  .cbdModule--imageFaderStoerer {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cbdModule--imageFaderStoerer {
    right: -15px;
  }
}
.cbdModule--imageFaderStoerer .ns-dynTextfield {
  float: left;
  transform: rotate(8deg);
  background-color: #003F4F;
  border-radius: 10000px;
  width: 240px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #E29E00;
  font-size: 36px;
  line-height: 1.11111111;
  font-family: 'NunitoSansBlack', sans-serif;
  box-sizing: border-box;
  padding: 20px;
}
.cbdModule--imageFaderStoerer .ns-dynTextfield a:hover {
  color: #38C1A1;
}
@media (max-width: 1639px) {
  .cbdModule--imageFaderStoerer .ns-dynTextfield {
    width: 180px;
    height: 180px;
    font-size: 30px;
  }
}
@media (max-width: 1047px) {
  .cbdModule--imageFaderStoerer .ns-dynTextfield {
    width: 160px;
    height: 160px;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .cbdModule--imageFaderStoerer .ns-dynTextfield {
    width: 134px;
    height: 134px;
    font-size: 18px;
  }
}
.ns-quoteFader {
  float: left;
  width: 100%;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: none;
}
#edit.default .ns-quoteFader,
#view.default:not(.area20--empty) .ns-quoteFader,
#edit.layout07 .ns-quoteFader,
#view.layout07:not(.area20--empty) .ns-quoteFader {
  display: block;
}
.ns-quoteFader__content {
  float: left;
  width: 100%;
}
.ns-quoteFader__index {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ns-quoteFader .unitFader__indexItem {
  float: left;
  width: 16px;
  height: 16px;
  background-color: #E4E4E4;
  border-radius: 10000px;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.6s;
}
.ns-quoteFader .unitFader__indexItem.is-active {
  background-color: #38C1A1;
}
.area--quoteFader {
  float: left;
  width: 100%;
  display: flex;
}
#edit .area--quoteFader {
  flex-direction: column;
}
.area--quoteFader .unit {
  flex-shrink: 0;
  margin-right: -100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.area--quoteFader .unit .body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.area--quoteFader .unit .part.line {
  padding-top: var(--spacePart);
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--quoteFader .unit .part.line hr {
  max-width: 690px;
}
#view .area--quoteFader .unit {
  opacity: 0;
  z-index: 1;
  transition: all 0.8s;
}
#view .area--quoteFader .unit h4 {
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.8s;
}
#view .area--quoteFader .unit.is-visible {
  opacity: 1;
  z-index: 2;
}
#view .area--quoteFader .unit.is-visible h4 {
  transform: scale(1);
  opacity: 1;
}
.ns-logoSlider {
  float: left;
  width: 100%;
  position: relative;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: none;
}
.cb-layout4 .ns-logoSlider {
  display: block;
}
#view.fareast--empty.cb-layout4 .ns-logoSlider {
  display: none;
}
@media (max-width: 1443px) {
  .ns-logoSlider {
    width: calc(100% - 120px);
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .ns-logoSlider {
    width: 100%;
    margin-left: 0;
  }
}
.ns-logoSlider__width {
  float: left;
  width: 100%;
  overflow: hidden;
}
.ns-logoSlider .area {
  display: flex;
  align-items: center;
  justify-content: center;
}
#edit .ns-logoSlider .area {
  display: block;
}
.ns-logoSlider .area .unit {
  margin-top: 0;
  margin-bottom: 0;
  flex-shrink: 0;
  width: 20%;
  transition: width 0.6s ease-in-out;
  box-sizing: border-box;
}
.slider--autoplay.ns-logoSlider .area .unit {
  transition: width 1.6s linear;
}
.ns-logoSlider .area .unit.unit--collapsed {
  width: 0;
}
.ns-logoSlider .area .unit .body {
  box-sizing: border-box;
  padding: 30px;
}
.ns-logoSlider .area .unit .part {
  margin-top: 0;
  margin-bottom: 0;
}
.ns-logoSlider .area .unit .pict .cb-image-container {
  height: 0;
  position: relative;
  padding-bottom: 100%;
}
.ns-logoSlider .area .unit .pict .cb-image-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1047px) {
  .ns-logoSlider .area .unit {
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .ns-logoSlider .area .unit {
    width: 51.40186916%;
  }
}
.ns-logoSlider__link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  background-size: 20px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ns-logoSlider__link {
    display: none;
  }
}
.ns-logoSlider__link--prev {
  right: 100%;
  margin-right: 50px;
  background-image: url(/images/chevron-left-orange.svg);
}
@media (max-width: 1443px) {
  .ns-logoSlider__link--prev {
    margin-right: 30px;
  }
}
.ns-logoSlider__link--next {
  left: 100%;
  margin-left: 50px;
  background-image: url(/images/chevron-right-orange.svg);
}
@media (max-width: 1443px) {
  .ns-logoSlider__link--next {
    margin-left: 30px;
  }
}
.ns-teaserSwitch {
  float: left;
  width: 100%;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.ns-teaserSwitch__section {
  float: left;
  width: 100%;
}
.ns-teaserSwitch__section--content {
  margin-top: 46px;
}
.ns-teaserSwitch__tabs {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.ns-teaserSwitch__tabItem {
  float: left;
  min-width: 220px;
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
  padding-bottom: 16px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.ns-teaserSwitch__tabItem strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.ns-teaserSwitch__tabItem:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 8px;
  transition: width 0.8s;
}
.ns-teaserSwitch__tabItem:last-child:after {
  right: initial;
  left: 0;
}
.ns-teaserSwitch__tabItem.ns-teaserSwitch__tabItem--c1:after {
  background-color: #003F4F;
}
.ns-teaserSwitch__tabItem.ns-teaserSwitch__tabItem--c2:after {
  background-color: #38C1A1;
}
.ns-teaserSwitch__tabItem.ns-teaserSwitch__tabItem--c3:after {
  background-color: #E29E00;
}
.ns-teaserSwitch__tabItem.is-active:after {
  width: 100%;
}
@media (max-width: 767px) {
  .ns-teaserSwitch__tabItem {
    min-width: 0;
    width: 50%;
  }
}
.ns-teaserSwitch__content {
  float: left;
  width: 100%;
  display: flex;
}
.ns-teaserSwitch__slide {
  float: left;
  width: 100%;
  flex-shrink: 0;
  opacity: 0;
  pointer-events: none;
  transition: margin-left 0.8s, opacity 0.4s;
}
.ns-teaserSwitch__slide.is-active {
  opacity: 1;
  pointer-events: initial;
}
.ns-teaserSwitch__slide:first-child {
  margin-left: -100%;
}
.ns-teaserSwitch__slide:first-child.is-active {
  margin-left: 0;
}
.ns-teaserSwitch__actions {
  float: left;
  width: 100%;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .ns-teaserSwitch__actions {
    margin-top: 40px;
  }
}
.ns-teaserSwitch__link {
  float: left;
  background-color: var(--sitecolor);
  font-size: 20px;
  line-height: 1.4;
  font-family: 'NunitoSansBlack', sans-serif;
  cursor: pointer;
  color: #fff;
  min-width: 338px;
  padding: 16px 40px;
  -webkit-appearance: none;
  border-radius: 22px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.ns-teaserSwitch__link:hover,
.ns-teaserSwitch__link:focus {
  background-color: #141412 !important;
  color: #fff;
}
.cb-layout4 .ns-teaserSwitch__link,
.cb-layout5 .ns-teaserSwitch__link {
  background-color: #E29E00;
}
.section--eleven .area .unit .ns-teaserSwitch__link:hover,
.section--eleven .area .unit .ns-teaserSwitch__link:focus {
  background-color: #E29E00 !important;
}
.section--nine .area .ns-teaserSwitch__link {
  min-width: 0;
}
@media (max-width: 767px) {
  .ns-teaserSwitch__link {
    min-width: 260px;
  }
}
.ns-teaserSwitch__slide--news .ns-teaserSwitch__link {
  background-color: #E29E00;
}
.ns-teaserSwitch__slide--events .ns-teaserSwitch__link {
  background-color: #003F4F;
}
.ns-eventInfo {
  float: left;
  width: calc(100% + 72px);
  margin-left: -36px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 767px) {
  .ns-eventInfo {
    width: calc(100% + 48px);
    margin-left: -24px;
  }
}
.ns-eventInfo__content {
  float: left;
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .ns-eventInfo__content {
    display: block;
  }
}
.ns-eventInfo__item {
  float: left;
  width: calc((100% - 220px) / 2);
  flex-grow: 1;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .ns-eventInfo__item {
    width: 100% !important;
  }
}
.ns-eventInfo__item--date {
  width: 220px;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
@media (max-width: 767px) {
  .ns-eventInfo__item--date {
    border-left: none;
    border-right: none;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
}
.ns-eventInfo__location,
.ns-eventInfo__date,
.ns-eventInfo__time {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  min-height: 68px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-position: 36px 50%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .ns-eventInfo__location,
  .ns-eventInfo__date,
  .ns-eventInfo__time {
    background-position: 24px 50%;
    padding-left: 70px !important;
  }
}
.ns-eventInfo__location {
  background-size: 26px 34px;
  padding-left: 72px;
  background-image: url(/images/eventInfo-map-petrol.svg);
}
.c2 .ns-eventInfo__location {
  background-image: url(/images/eventInfo-map-green.svg);
}
.c3 .ns-eventInfo__location {
  background-image: url(/images/eventInfo-map-orange.svg);
}
.ns-eventInfo__date {
  background-size: 30px 34px;
  padding-left: 76px;
  background-image: url(/images/eventInfo-calendar-petrol.svg);
}
.c2 .ns-eventInfo__date {
  background-image: url(/images/eventInfo-calendar-green.svg);
}
.c3 .ns-eventInfo__date {
  background-image: url(/images/eventInfo-calendar-orange.svg);
}
.ns-eventInfo__time {
  background-size: 34px 34px;
  padding-left: 80px;
  background-image: url(/images/eventInfo-time-petrol.svg);
}
.c2 .ns-eventInfo__time {
  background-image: url(/images/eventInfo-time-green.svg);
}
.c3 .ns-eventInfo__time {
  background-image: url(/images/eventInfo-time-orange.svg);
}
.ns-dropdownMenu {
  float: left;
  position: relative;
}
.ns-dropdownMenu.is-open {
  z-index: 2;
}
.ns-author__part--menu .ns-dropdownMenu--calendar {
  margin-top: 20px;
}
@media (max-width: 1047px) {
  .ns-author__part--menu .ns-dropdownMenu--calendar {
    margin-top: 15px;
  }
}
.ns-startupBlogPopup .ns-dropdownMenu {
  font-size: 14px;
  line-height: 1.42857143;
}
.ns-author__part--menu .ns-dropdownMenu__toggle {
  float: left;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding: 2px 0 2px 36px;
  white-space: nowrap;
}
.ns-author__part--menu .ns-dropdownMenu__toggle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-share-black.svg);
  transition: transform 0.4s;
}
.ns-author__part--menu .ns-dropdownMenu__toggle:hover {
  color: #141412;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ns-author__part--menu .ns-dropdownMenu--calendar .ns-dropdownMenu__toggle:after {
  top: 4px;
  width: 27px;
  height: 32px;
  background-image: url(/images/icon-calendar-black.svg);
}
.ns-author__part--menu .ns-dropdownMenu--share.is-open .ns-dropdownMenu__toggle:after {
  transform: rotate(90deg);
}
.ns-teaser--type3 .ns-dropdownMenu__toggle {
  float: left;
  width: 150px;
  font-size: 14px;
  line-height: 1.28571429;
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
  letter-spacing: -0.01em;
  text-align: right;
  box-sizing: border-box;
  min-height: 48px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 50px;
  background-size: 38px 48px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.ns-teaser--type3 .ns-dropdownMenu__toggle strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.ns-teaser--c1.ns-teaser--type3 .ns-dropdownMenu__toggle {
  background-image: url(/images/icon-calendar-petrol.svg);
}
.ns-teaser--c1.ns-teaser--type3 .ns-dropdownMenu__toggle:hover {
  color: #003F4F;
}
.ns-teaser--c2.ns-teaser--type3 .ns-dropdownMenu__toggle {
  background-image: url(/images/icon-calendar-green.svg);
}
.ns-teaser--c2.ns-teaser--type3 .ns-dropdownMenu__toggle:hover {
  color: #38C1A1;
}
.ns-teaser--c3.ns-teaser--type3 .ns-dropdownMenu__toggle {
  background-image: url(/images/icon-calendar-orange.svg);
}
.ns-teaser--c3.ns-teaser--type3 .ns-dropdownMenu__toggle:hover {
  color: #E29E00;
}
.ns-startupBlogPopup .ns-dropdownMenu__toggle {
  float: left;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding: 2px 0 2px 36px;
  white-space: nowrap;
}
.ns-startupBlogPopup .ns-dropdownMenu__toggle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-share-black.svg);
  transition: transform 0.4s;
}
.ns-startupBlogPopup .ns-dropdownMenu__toggle:hover {
  color: #141412;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ns-dropdownMenu__content {
  position: absolute;
  left: -20px;
  top: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  transition: all 0s 0.6s, background 0.6s, border-color 0.1s;
}
.ns-dropdownMenu__content:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  width: 0;
  height: 8px;
  background-color: var(--sitecolor);
  z-index: 2;
  transition: all 0.4s 0.2s;
}
.ns-teaser--type3 .ns-dropdownMenu__content {
  left: initial;
  right: 0;
  box-sizing: border-box;
  border: 1px solid transparent;
  align-items: flex-end;
  font-size: 14px;
  line-height: 1.28571429;
}
.ns-teaser--type3 .ns-dropdownMenu__content:before {
  display: none;
}
.ns-dropdownMenu.is-open .ns-dropdownMenu__content {
  margin-top: 20px;
  padding: 28px 40px 20px 20px;
  overflow: visible;
  transition: background 0.4s, border-color 0.4s;
  background-color: #fff;
}
.ns-dropdownMenu.is-open .ns-dropdownMenu__content:before {
  transition: all 0.4s;
  width: calc(100% - 40px);
}
.ns-teaser--type3 .ns-dropdownMenu.is-open .ns-dropdownMenu__content {
  border-color: #E4E4E4;
  margin-top: 10px;
  padding: 10px 20px;
}
@media (max-width: 1047px) {
  .ns-dropdownMenu.is-open .ns-dropdownMenu__content {
    margin-top: 10px;
    padding-top: 18px;
  }
}
.ns-dropdownMenu__item {
  float: left;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 0;
  margin-top: -30px;
  transform: translateX(-40px);
  opacity: 0;
  transition: all 0.4s, margin 0s 0.4s;
}
.ns-dropdownMenu__item:hover,
.ns-dropdownMenu__item:focus {
  color: #141412;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ns-dropdownMenu--share .ns-dropdownMenu__item {
  padding-left: 36px;
  background-repeat: no-repeat;
}
.ns-dropdownMenu.is-open .ns-dropdownMenu__item {
  margin-top: 0;
  transform: translateX(0);
  opacity: 1;
  transition: all 0.4s 0.1s, margin 0s;
}
.ns-dropdownMenu__item--mail {
  background-size: auto 16px;
  background-position: 0 6px;
  background-image: url(/images/icon-newsletter-black.svg);
}
.ns-dropdownMenu__item--whatsapp {
  background-size: auto 23px;
  background-position: 0 2px;
  background-image: url(/images/icon-whatsapp-black.svg);
}
.ns-dropdownMenu__item--twitter {
  background-size: auto 18px;
  background-position: 0 5px;
  background-image: url(/images/icon-twitter-black.svg);
}
.ns-dropdownMenu__item--linkedin {
  background-size: auto 18px;
  background-position: 0 4px;
  background-image: url(/images/icon-linkedin-black.svg);
}
.ns-dropdownMenu__item--facebook {
  background-size: auto 22px;
  background-position: 0 2px;
  background-image: url(/images/icon-facebook-black.svg);
}
.ns-timeline {
  float: left;
  width: 100%;
  margin-bottom: var(--spaceTotal);
  display: none;
}
.layout07 .ns-timeline {
  display: block;
}
.ns-timeline__content {
  float: left;
  width: 100%;
}
.ns-timeline__track {
  float: left;
  width: 100%;
  margin-top: calc(45px - var(--spacePart));
  margin-bottom: 54px;
  position: relative;
  display: flex;
  justify-content: center;
}
.ns-timeline__line {
  float: left;
  flex-shrink: 0;
  height: 8px;
  width: 100vw;
  background-color: #E29E00;
}
.ns-timeline__item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 10000px;
  transition: all 0.6s;
  background-color: #E29E00;
  cursor: pointer;
  box-shadow: 0 0 0 0 #E29E00;
}
.ns-timeline__item:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #38C1A1;
  border-width: 0 12px 24px 12px;
  margin-top: 24px;
}
.ns-timeline__item.is-active {
  box-shadow: 0 0 0 9px #E29E00;
}
.area--timeline {
  counter-reset: numberedUnits;
}
#view .area--timeline {
  display: flex;
  margin-top: var(--spaceTotal);
  margin-left: -20px;
}
.area--timeline .unit {
  flex-shrink: 0;
  transition: all 0.6s;
}
.area--timeline .unit .body {
  box-sizing: border-box;
  padding-left: 150px;
}
.area--timeline .unit .body:after {
  content: counter(numberedUnits);
  counter-increment: numberedUnits;
  position: absolute;
  left: 0;
  bottom: var(--spacePart);
  font-size: 222px;
  line-height: 0.68468468;
  color: #38C1A1;
  font-family: 'CrimsonTextBold', serif;
  font-weight: normal !important;
}
.area--timeline .unit .body:after strong {
  font-family: 'CrimsonTextBold', serif;
  font-weight: normal !important;
}
.area--timeline .unit .pict.tall {
  margin-left: -150px;
  width: calc(100% + 150px);
  margin-bottom: calc(100px - var(--spacePart));
  aspect-ratio: 1.57288136;
}
.area--timeline .unit .pict.tall * {
  height: 100%;
}
.area--timeline .unit .pict.tall img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
#view .area--timeline .unit {
  margin: 0 20px;
}
@media (max-width: 767px) {
  .area--timeline .unit .body {
    padding-left: 50px;
  }
  .area--timeline .unit .body:after {
    font-size: 60px;
    line-height: 0.83333333;
  }
  .area--timeline .unit .pict.tall {
    margin-left: -50px;
    width: calc(100% + 50px);
    margin-bottom: calc(60px - var(--spacePart));
  }
}
.ns-startupBlogPopup {
  float: left;
  width: 100%;
}
.ns-startupBlogPopup__content {
  float: left;
  width: 100%;
  display: flex;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  position: relative;
}
@media (max-width: 767px) {
  .ns-startupBlogPopup__content {
    flex-direction: column;
  }
}
.ns-startupBlogPopup__unit {
  float: left;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .ns-startupBlogPopup__unit {
    width: 100% !important;
  }
}
.ns-startupBlogPopup__unit--1 {
  width: 160px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ns-startupBlogPopup__unit--1 {
    box-sizing: border-box;
    padding-right: 60px;
  }
}
.ns-startupBlogPopup__unit--2 {
  margin: 0 36px;
}
@media (max-width: 1047px) {
  .ns-startupBlogPopup__unit--2 {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .ns-startupBlogPopup__unit--2 {
    margin: 40px 0 0;
  }
}
.ns-startupBlogPopup__unit--3 {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .ns-startupBlogPopup__unit--3 {
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
    z-index: 2;
  }
}
.ns-startupBlogPopup__areaContent {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * -1);
  margin-bottom: calc(var(--spaceTotal) * -1);
}
.ns-startupBlogPopup__close {
  float: left;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border: 3px solid #141412;
  border-radius: 3px;
  cursor: pointer;
  background-size: 22px 22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-close-black.svg);
}
.ns-startupBlogPopup__close:hover,
.ns-startupBlogPopup__close:focus {
  background-color: #141412;
  background-image: url(/images/icon-close-white.svg);
}
@media (max-width: 1047px) {
  .ns-startupBlogPopup__close {
    width: 40px;
    height: 40px;
    background-size: 16px 16px;
  }
}
.ns-countdown {
  float: left;
  z-index: 10;
  width: 532px;
  max-width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 10px 0;
}
.seam.wide .ns-countdown {
  border: unset;
  border-top: 1px solid #141412;
  margin-bottom: -30px;
  max-width: unset;
  width: calc(100% + 72px);
  margin-left: -36px;
}
@media (max-width: 767px) {
  .seam.wide .ns-countdown {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-bottom: -25px;
  }
}
.ns-countdown.is-hidden {
  display: none !important;
}
@media (max-width: 1047px) {
  .ns-countdown {
    top: 140px;
  }
}
@media (max-width: 767px) {
  .ns-countdown {
    top: initial;
    bottom: 25px;
  }
}
.ns-countdown__section {
  float: left;
  width: 100%;
}
.ns-countdown__section--head {
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.ns-countdown__title {
  float: left;
  width: 100%;
  text-align: center;
  color: #003F4F;
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
  font-size: 18px;
  line-height: 1.33333333;
  text-transform: uppercase;
  margin: 4px 0;
}
.ns-countdown__title strong {
  font-weight: normal;
  font-family: 'NunitoSansHeavy', sans-serif;
}
.ns-countdown__clock {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ns-countdown__part {
  float: left;
  width: calc(25% - 6px);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px;
  position: relative;
}
.ns-countdown__part:before,
.ns-countdown__part:after {
  content: '';
  position: absolute;
  right: -2px;
  width: 4px;
  height: 4px;
  background-color: #003F4F;
}
.ns-countdown__part:before {
  top: 18px;
}
.ns-countdown__part:after {
  top: 28px;
}
.ns-countdown__part.ns-countdown__part--seconds:before,
.ns-countdown__part.ns-countdown__part--seconds:after {
  display: none;
}
.ns-countdown__value {
  float: left;
  color: #003F4F;
  font-size: 42px;
  line-height: 1;
  font-family: 'CrimsonTextBold', serif;
  font-weight: normal !important;
  text-transform: uppercase;
}
.ns-countdown__value strong {
  font-family: 'CrimsonTextBold', serif;
  font-weight: normal !important;
}
@media (max-width: 1047px) {
  .ns-countdown__value {
    font-size: 32px;
  }
}
.ns-countdown__type {
  float: left;
  color: #000;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.2;
}
/*# sourceMappingURL=./screen-small.css.map */