:root {
  --largeSectionSpace: 200px;
}
@media (max-width: 767px) {
  :root {
    --largeSectionSpace: 160px;
  }
}
:root {
  --unitBackground: #E3E5E1;
}
:root .section--lightgray {
  --unitBackground: #fff;
}
:root {
  --deskWidth: 1040px;
  --deskSpace: 80px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
:root .section--footer,
:root .section--legal {
  --deskWidth: 1280px;
}
:root .section--two {
  --deskWidth: 824px;
}
:root .section--three {
  --deskWidth: 1256px;
}
:root .section--three .area {
  --deskWidth: 1040px;
}
:root .section--five {
  --deskWidth: 1256px;
}
@media (max-width: 1023px) {
  :root {
    --deskSpace: 64px;
  }
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 24px;
  }
}
:root {
  --spacePart: 20px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 20px;
  }
}
:root {
  --spaceUnit: 40px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 40px;
  }
}
:root {
  --spaceTotal: 60px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 60px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 60px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1023px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background: none;
  background-color: #0068B4;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 14px 32px 14px 60px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
.button strong {
  font-weight: normal;
}
.button:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
  width: 16px;
  height: 10px;
  background-size: 20px 10px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  transition: all 0.3s;
}
.button:hover,
.unit--isAnchor:hover .button {
  background-color: #004B81;
  padding-right: 28px;
  padding-left: 64px;
}
.button:hover:before,
.unit--isAnchor:hover .button:before {
  width: 20px;
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'NotoSansMono';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/noto-sans-mono-v21-latin-regular.eot');
  /* IE9 Compat Modes */
  src: url('/extras/fonts/noto-sans-mono-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/noto-sans-mono-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/noto-sans-mono-v21-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/noto-sans-mono-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/noto-sans-mono-v21-latin-regular.svg#NotoSansMono') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'NotoSansMono';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/noto-sans-mono-v21-latin-700.eot');
  /* IE9 Compat Modes */
  src: url('/extras/fonts/noto-sans-mono-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/noto-sans-mono-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/noto-sans-mono-v21-latin-700.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/noto-sans-mono-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/noto-sans-mono-v21-latin-700.svg#NotoSansMono') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: "EurostileLTProBold";
  src: url("/extras/fonts/EurostileLTProBold_font.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #0068B4;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: 700;
}
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: 16px;
  font-family: 'NotoSansMono', sans-serif;
  line-height: 1.75;
}
.unit caption {
  display: none;
}
.flag {
  background: #0068B4;
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
  position: relative;
}
.unit__background {
  float: left;
  width: 100%;
}
.unit__content {
  float: left;
  width: 100%;
}
.unit__head,
.unit__body,
.unit__foot {
  float: left;
  width: 100%;
}
.unit--fold div.less,
.unit--fold div.more {
  float: left;
  width: 100%;
}
.unit--fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  position: relative;
}
.part__content {
  float: left;
  width: 100%;
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
#edit .part video {
  pointer-events: none;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
  margin-top: 6px;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid #000;
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.part.cb-youtube iframe,
.part.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.part.cb-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.part.cb-share .cb-service {
  float: left;
  margin-left: 16px;
}
.part.cb-share .cb-service:first-child {
  margin-left: 0;
}
.part.cb-share .cb-service * {
  float: left;
}
.part.cb-share .cb-service a {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10000px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.part.cb-share .cb-service a:hover {
  filter: invert(1);
}
.part.cb-share .cb-service.cb-service-facebook-share a {
  background-size: auto 24px;
  background-image: url(/images/cb-default/socialShare-facebook-black.svg);
}
.part.cb-share .cb-service.cb-service-twitter a {
  background-size: auto 18px;
  background-image: url(/images/cb-default/socialShare-twitter-black.svg);
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--bullet li:before {
  content: '–';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
}
@media (max-width: 1023px) {
  #expo {
    position: relative;
    float: left;
    width: calc(100% + var(--deskSpace));
    height: 400px;
  }
}
@media (max-width: 767px) {
  #expo {
    height: 200px;
  }
}
#slides {
  float: left;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
}
#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: #0068B4;
  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: #0068B4;
}
.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: 1500;
  width: 100%;
  height: 100% !important;
  background-color: rgba(115, 126, 108, 0.8);
}
#disp {
  position: absolute;
  z-index: 1501;
  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: 'NotoSansMono', sans-serif;
  line-height: 1.42857143;
  color: #000;
}
@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: #0068B4;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #0068B4;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  background: none;
  background-color: #0068B4;
  font-size: 14px;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 14px 32px 14px 60px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  line-height: 1.42857143;
}
#disp .foot input strong,
#disp .foot a strong {
  font-weight: normal;
}
#disp .foot input:before,
#disp .foot a:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
  width: 16px;
  height: 10px;
  background-size: 20px 10px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  transition: all 0.3s;
}
#disp .foot input:hover,
#disp .foot a:hover,
.unit--isAnchor:hover #disp .foot input,
.unit--isAnchor:hover #disp .foot a {
  background-color: #004B81;
  padding-right: 28px;
  padding-left: 64px;
}
#disp .foot input:hover:before,
#disp .foot a:hover:before,
.unit--isAnchor:hover #disp .foot input:before,
.unit--isAnchor:hover #disp .foot a:before {
  width: 20px;
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input.radio,
#disp input.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1023px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
  width: var(--deskWidth) !important;
  max-width: var(--deskMaxWidth) !important;
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
@media (max-width: 767px) {
  #disp.srch {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  float: right;
  margin-right: -4px;
  color: #0068B4;
  text-decoration: none;
  padding-left: 26px;
  padding-right: 4px;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  background-size: 20px 10px;
  background-position: left -4px top 5px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-blue.svg);
  transition: all 0.3s;
  font-size: 0;
  line-height: 0;
  color: #fff !important;
  text-indent: 0;
  width: auto;
  height: auto;
  background-image: url(/images/arrow-right-white.svg) !important;
}
#disp.srch .head .ctrl a strong {
  font-weight: normal;
}
#disp.srch .head .ctrl a:hover,
.unit--isAnchor:hover #disp.srch .head .ctrl a {
  background-position: left top 5px;
  padding-right: 0;
  padding-left: 30px;
  color: #004B81;
  background-image: url(/images/arrow-right-darkblue.svg);
}
#disp.srch .head .ctrl a:after {
  content: 'Suche schliessen';
  font-size: 14px;
  line-height: 1.42857143;
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'NotoSansMono', sans-serif;
  background-color: #fff;
  margin-top: 40px;
  width: 100%;
  color: #000;
  font-size: 14px;
  line-height: 1.71428571;
  box-sizing: border-box;
  padding: 0 24px;
  height: 48px;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  background-size: 0 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #0068B4, #0068B4);
  transition: all 0.4s;
}
#disp.srch input.text:focus {
  background-size: 100% 3px;
}
#disp.srch input.text::-webkit-search-decoration,
#disp.srch input.text::-webkit-search-cancel-button,
#disp.srch input.text::-webkit-search-results-button,
#disp.srch input.text::-webkit-search-results-decoration {
  display: none;
}
.cb-result {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.71428571;
  background-color: #fff;
  margin-top: 8px;
  text-align: left;
  box-sizing: border-box;
  padding: 12px 24px;
  -webkit-font-smoothing: antialiased;
}
.cb-result:empty {
  display: none;
}
.cb-result .flag {
  font-weight: 700;
  color: #000;
  background-color: transparent;
}
.cb-result p {
  display: block;
  margin: 12px 0;
}
.cb-result a {
  color: #0068B4;
  text-decoration: none;
}
.cb-result a:hover {
  color: #0068B4;
  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: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #0068B4;
  text-align: left;
  box-sizing: border-box;
  padding: 12px 0 0;
}
.cb-result th strong {
  font-weight: normal;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
  display: none;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(115, 126, 108, 0.5);
  box-sizing: border-box;
  padding: 0 0 12px;
}
.cb-result td:first-child {
  display: none;
}
.cb-result tr:last-child td {
  border: none;
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
}
.unit.form .name strong {
  font-weight: normal;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 56px;
    padding-top: 14px;
    padding-bottom: 14px;
    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: 56px;
  padding: 5px 20px;
  -webkit-appearance: none;
  border: 1px solid #000;
  background-size: 0 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #0068B4, #0068B4);
  transition: all 0.4s;
}
.unit.form input.text:focus,
.unit.form textarea:focus {
  background-size: 100% 3px;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-image: linear-gradient(to right, #C35317, #C35317);
  background-size: 100% 3px;
}
.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: 14px;
    padding-bottom: 14px;
  }
}
.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: 14px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'NotoSansMono', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  background: #fff;
  height: 56px;
  border: 1px solid #000;
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 56px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  background: none;
  background-color: #0068B4;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 14px 32px 14px 60px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  background-size: 16px 10px;
  background-position: 32px 50%;
  background-repeat: no-repeat;
  background-image: url(/images/formButton.svg);
}
.unit.form .submit strong {
  font-weight: normal;
}
.unit.form .submit:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
  width: 16px;
  height: 10px;
  background-size: 20px 10px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  transition: all 0.3s;
}
.unit.form .submit:hover,
.unit--isAnchor:hover .unit.form .submit {
  background-color: #004B81;
  padding-right: 28px;
  padding-left: 64px;
}
.unit.form .submit:hover:before,
.unit--isAnchor:hover .unit.form .submit:before {
  width: 20px;
}
.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: #000;
  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 li {
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
  font-size: 14px;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  background: none;
  background-color: #0068B4;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 14px 32px 14px 60px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
.two-step-verification-container a strong {
  font-weight: normal;
}
.two-step-verification-container a:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
  width: 16px;
  height: 10px;
  background-size: 20px 10px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  transition: all 0.3s;
}
.two-step-verification-container a:hover,
.unit--isAnchor:hover .two-step-verification-container a {
  background-color: #004B81;
  padding-right: 28px;
  padding-left: 64px;
}
.two-step-verification-container a:hover:before,
.unit--isAnchor:hover .two-step-verification-container a:before {
  width: 20px;
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: 700;
}
.table td {
  padding: 5px 10px;
  vertical-align: top;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: 700;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.08604954vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  float: left;
  height: 40px;
  margin: 24px 0;
}
@media (max-width: 767px) {
  #home {
    margin: 16px 0;
  }
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: calc((var(--spaceTotal) - var(--spaceUnit)) * -1);
}
.section--multimood #head,
.section--rootScreen #head {
  margin-bottom: 0;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'NotoSansMono', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  overflow: hidden;
  hyphens: none;
  box-sizing: border-box;
  padding-top: 88px;
}
@media (max-width: 767px) {
  .wrapper {
    padding-top: 72px;
  }
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: var(--deskMaxWidth);
  width: var(--deskWidth);
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: #0068B4;
}
.section--lightgray {
  background-color: #E3E5E1;
  margin-top: var(--spaceTotal);
  padding-top: var(--spaceTotal);
  padding-bottom: var(--spaceTotal);
  display: none;
}
.section--lightgray.section--area2 {
  margin-bottom: var(--spaceTotal);
}
.layout1 .section--lightgray.section--area2 {
  margin-top: calc(var(--largeSectionSpace) - var(--spaceTotal));
}
.layout5 .section--lightgray.section--area2 {
  padding-top: calc(var(--largeSectionSpace) - var(--spaceTotal));
  padding-bottom: calc(var(--largeSectionSpace) - var(--spaceTotal));
  margin-top: calc(var(--largeSectionSpace) - var(--spaceTotal));
  margin-bottom: calc(var(--spaceTotal) * -1);
}
#edit.layout1 .section--lightgray.section--area2,
#view.layout1:not(.area2--empty) .section--lightgray.section--area2,
#edit.layout2 .section--lightgray.section--area2,
#view.layout2:not(.area2--empty) .section--lightgray.section--area2,
#edit.layout5 .section--lightgray.section--area2,
#view.layout5:not(.area2--empty) .section--lightgray.section--area2 {
  display: block;
}
.section--lightgray.section--area4 {
  margin-bottom: calc(var(--spaceTotal) * -1);
}
#edit.layout1 .section--lightgray.section--area4,
#view.layout1:not(.area4--empty) .section--lightgray.section--area4,
#edit.layout2 .section--lightgray.section--area4,
#view.layout2:not(.area4--empty) .section--lightgray.section--area4 {
  display: block;
}
.section--lightgray.section--two {
  padding-top: calc(var(--largeSectionSpace) - var(--spaceTotal));
  padding-bottom: calc(var(--largeSectionSpace) - var(--spaceTotal));
}
.section--gray {
  background-color: #737E6C;
  display: none;
}
.section--gray.section--area7 {
  margin-top: calc(var(--largeSectionSpace) - var(--spaceTotal));
  margin-bottom: calc(var(--largeSectionSpace) - var(--spaceTotal));
}
#edit.layout5 .section--gray.section--area7,
#view.layout5:not(.area2--empty) .section--gray.section--area7 {
  display: block;
}
.section--questions {
  margin-top: var(--spaceTotal);
  background-color: #737E6C;
}
.section--footer {
  background-color: #0068B4;
}
.section--legal {
  background-color: #E3E5E1;
}
.section--multimood {
  display: none;
}
.layout2 .section--multimood {
  display: block;
}
.section--contruction {
  background-color: #E3E5E1;
  margin-top: calc(var(--spaceTotal) + 47px);
  margin-bottom: calc(var(--spaceTotal) * -1);
  z-index: 2;
  display: none;
}
.layout4 .section--contruction {
  display: block;
}
.section--rootScreen {
  display: none;
}
.layout5 .section--rootScreen {
  display: block;
}
.section--four {
  display: none;
}
.layout5 .section--four {
  display: block;
}
.content {
  float: left;
  width: 100%;
}
.section--header .content {
  box-sizing: border-box;
  padding-left: var(--deskSpace);
  padding-right: var(--deskSpace);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section--four .content {
  margin-top: var(--largeSectionSpace);
  margin-bottom: var(--spaceTotal);
}
.subcontent {
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  .section--four .subcontent.subcontent--2 {
    margin-top: 80px;
  }
}
.headerlinks {
  float: left;
  display: flex;
  align-items: center;
}
.headerlinks .meta {
  float: left;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-decoration: none;
  margin-right: 40px;
}
.headerlinks .meta strong {
  font-weight: normal;
}
.headerlinks .meta:hover,
.headerlinks .meta:focus {
  color: #E3E5E1;
}
@media (max-width: 767px) {
  .headerlinks .meta {
    display: none;
  }
}
.pfad {
  float: left;
  width: 100%;
  margin-top: 112px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.pfad::-webkit-scrollbar {
  display: none;
}
.pfad a {
  float: left;
  white-space: nowrap;
  color: #0068B4;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.33333333;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin-left: 32px;
  position: relative;
}
.pfad a strong {
  font-weight: normal;
}
.pfad a:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 8px;
  transform: translateY(-50%);
  width: 16px;
  height: 10px;
  background-size: 20px 10px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-blue.svg);
  pointer-events: none;
}
.pfad a:first-child {
  margin-left: 0;
}
.pfad a:first-child:after {
  display: none;
}
.pfad a:last-child {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 767px) {
  .pfad {
    margin-top: 80px;
  }
}
.questions {
  float: left;
  width: 100%;
  margin: 70px 0;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  color: #fff;
}
.questions:after {
  content: '';
  position: absolute;
  right: -120px;
  width: 380px;
  height: 380px;
  z-index: 1;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/net.svg);
}
@media (max-width: 1440px) {
  .questions:after {
    right: calc((((100vw - var(--deskWidth)) / 2) - var(--deskSpace)) * -1);
  }
}
@media (max-width: 1200px) {
  .questions:after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .questions {
    min-height: 240px;
  }
  .questions:after {
    width: 240px;
    height: 240px;
  }
}
.questions__section {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 24px;
}
.questions__section:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .questions__section--2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cbdModule--questionsText {
  font-size: 50px;
  line-height: 1.3;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
}
.cbdModule--questionsText strong {
  font-weight: normal;
}
.area--three .unitTwo .cbdModule--questionsText {
  font-size: 16px;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .cbdModule--questionsText {
    font-size: 35px;
    line-height: 1.28571429;
  }
  .area--three .unitTwo .cbdModule--questionsText {
    font-size: 16px;
    line-height: 1.625;
  }
}
.questionLinks {
  float: left;
  width: 100%;
}
.questionLinks .cbdModule--link {
  width: auto;
  margin-right: 32px;
}
.questionLinks .cbdModule--link:last-child {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .questionLinks .cbdModule--link {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.questionLinks .ns-dynLink {
  float: left;
  background: none;
  background-color: #0068B4;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 14px 32px 14px 60px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
.questionLinks .ns-dynLink strong {
  font-weight: normal;
}
.questionLinks .ns-dynLink:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
  width: 16px;
  height: 10px;
  background-size: 20px 10px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  transition: all 0.3s;
}
.questionLinks .ns-dynLink:hover,
.unit--isAnchor:hover .questionLinks .ns-dynLink {
  background-color: #004B81;
  padding-right: 28px;
  padding-left: 64px;
}
.questionLinks .ns-dynLink:hover:before,
.unit--isAnchor:hover .questionLinks .ns-dynLink:before {
  width: 20px;
}
.footcontent {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
  color: #fff;
}
.footcontent a:hover,
.footcontent a:focus {
  color: #E3E5E1;
}
.footarea {
  float: left;
  width: calc(100% + 40px);
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .footarea {
    margin-left: 0;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    box-sizing: border-box;
    padding-left: calc(100% - 284px);
    position: relative;
  }
}
@media (max-width: 767px) {
  .footarea {
    padding-left: 0;
    padding-top: 200px;
  }
}
.footunit {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .footunit {
    width: 100%;
    margin: 0 0 80px 0;
  }
  .footunit:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1279px) {
  .footunit--1 {
    width: calc(100% - 40px);
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .footunit--1 {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footunit--1 {
    left: 50%;
    transform: translateX(-50%);
  }
}
.foothome {
  float: left;
  height: 100px;
}
.vcard {
  float: left;
}
@media (max-width: 1023px) {
  .vcard {
    width: 100%;
  }
}
.vcardtitle {
  display: inline-block;
  font-size: 16px;
  line-height: 1.625;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  padding-bottom: 10px;
}
.vcardtitle strong {
  font-weight: normal;
}
.vcard .adr {
  display: inline-block;
  padding-bottom: 40px;
}
.vcardlink {
  display: inline-block;
  color: #0068B4;
  text-decoration: none;
  padding-left: 26px;
  padding-right: 4px;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  background-size: 20px 10px;
  background-position: left -4px top 5px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-blue.svg);
  transition: all 0.3s;
  color: #fff;
  background-image: url(/images/arrow-right-white.svg);
}
.vcardlink strong {
  font-weight: normal;
}
.vcardlink:hover,
.unit--isAnchor:hover .vcardlink {
  background-position: left top 5px;
  padding-right: 0;
  padding-left: 30px;
  color: #004B81;
  background-image: url(/images/arrow-right-darkblue.svg);
}
.vcardlink:hover {
  background-image: url(/images/arrow-right-lightgray.svg);
}
.legal {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .legal {
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0;
  }
}
.legal .dock {
  float: left;
  margin: 22px 0;
}
.legal .dock .meta {
  float: left;
  color: #0068B4;
  text-decoration: none;
  padding-left: 26px;
  padding-right: 4px;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  background-size: 20px 10px;
  background-position: left -4px top 5px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-blue.svg);
  transition: all 0.3s;
  margin-right: 50px;
}
.legal .dock .meta strong {
  font-weight: normal;
}
.legal .dock .meta:hover,
.unit--isAnchor:hover .legal .dock .meta {
  background-position: left top 5px;
  padding-right: 0;
  padding-left: 30px;
  color: #004B81;
  background-image: url(/images/arrow-right-darkblue.svg);
}
.legal .dock .meta:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .legal .dock {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .legal .dock .meta {
    margin-top: 14px;
    margin-right: 0;
  }
  .legal .dock .meta.service_impressum {
    margin-top: 0;
  }
}
.downlink {
  position: absolute;
  bottom: -24px;
  right: 48px;
  width: 48px;
  height: 48px;
  z-index: 2;
  background-color: #EB641C;
  transition: all 0.3s;
  cursor: pointer;
}
.downlink:after {
  content: '';
  position: absolute;
  left: 19px;
  top: 16px;
  width: 10px;
  height: 16px;
  background-size: 10px 20px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(/images/arrow-down-white.svg);
  transition: all 0.3s;
}
.downlink:hover {
  background-color: #C35317;
}
.downlink:hover:after {
  height: 20px;
}
@media (max-width: 767px) {
  .downlink {
    right: var(--deskSpace);
  }
}
.toplink {
  position: absolute;
  top: -24px;
  right: 48px;
  width: 48px;
  height: 48px;
  z-index: 2;
  background-color: #EB641C;
  transition: all 0.3s;
  cursor: pointer;
}
.toplink:after {
  content: '';
  position: absolute;
  left: 19px;
  bottom: 16px;
  width: 10px;
  height: 16px;
  background-size: 10px 20px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url(/images/arrow-top-white.svg);
  transition: all 0.3s;
}
.toplink:hover {
  background-color: #C35317;
}
.toplink:hover:after {
  height: 20px;
}
@media (max-width: 767px) {
  .toplink {
    right: var(--deskSpace);
  }
}
.cbdModule--rootLead {
  font-size: 50px;
  line-height: 1.3;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
}
.cbdModule--rootLead strong {
  font-weight: normal;
}
.area--three .unitTwo .cbdModule--rootLead {
  font-size: 16px;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .cbdModule--rootLead {
    font-size: 35px;
    line-height: 1.28571429;
  }
  .area--three .unitTwo .cbdModule--rootLead {
    font-size: 16px;
    line-height: 1.625;
  }
}
.cbdModule--rootLink {
  float: left;
  margin-top: 24px;
  width: auto;
}
.cbdModule--rootLink .ns-dynLink {
  float: left;
  background: none;
  background-color: #0068B4;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 14px 32px 14px 60px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
.cbdModule--rootLink .ns-dynLink strong {
  font-weight: normal;
}
.cbdModule--rootLink .ns-dynLink:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
  width: 16px;
  height: 10px;
  background-size: 20px 10px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  transition: all 0.3s;
}
.cbdModule--rootLink .ns-dynLink:hover,
.unit--isAnchor:hover .cbdModule--rootLink .ns-dynLink {
  background-color: #004B81;
  padding-right: 28px;
  padding-left: 64px;
}
.cbdModule--rootLink .ns-dynLink:hover:before,
.unit--isAnchor:hover .cbdModule--rootLink .ns-dynLink:before {
  width: 20px;
}
#cb-cookie-warning {
  position: fixed;
  bottom: 48px;
  left: 48px;
  z-index: 1900;
  width: 400px;
  max-width: calc(100% - 96px);
  background-color: #E3E5E1;
  font-family: 'NotoSansMono', sans-serif;
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.4);
  font-size: 14px;
  line-height: 1.71428571;
}
#cb-cookie-warning.cb-cookie-warning--hidden {
  display: none;
}
@media (max-width: 1023px) {
  #cb-cookie-warning {
    left: 0;
    bottom: 0;
    max-width: 100%;
  }
}
.cb-cookie-warning--container {
  float: left;
  width: 100%;
}
.cb-cookie-warning--text {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .cb-cookie-warning--text {
    padding: 20px var(--deskSpace);
  }
}
.cb-cookie-warning--actions {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cb-cookie-warning__button {
  float: left;
  cursor: pointer;
}
#cb-cookie-warning__button--decline {
  order: 2;
  color: #0068B4;
  text-decoration: none;
  padding-left: 26px;
  padding-right: 4px;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  background-size: 20px 10px;
  background-position: left -4px top 5px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-blue.svg);
  transition: all 0.3s;
  margin-right: 30px;
}
#cb-cookie-warning__button--decline strong {
  font-weight: normal;
}
#cb-cookie-warning__button--decline:hover,
.unit--isAnchor:hover #cb-cookie-warning__button--decline {
  background-position: left top 5px;
  padding-right: 0;
  padding-left: 30px;
  color: #004B81;
  background-image: url(/images/arrow-right-darkblue.svg);
}
#cb-cookie-warning__button--accept {
  order: 1;
  background: none;
  background-color: #0068B4;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 14px 32px 14px 60px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
#cb-cookie-warning__button--accept strong {
  font-weight: normal;
}
#cb-cookie-warning__button--accept:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
  width: 16px;
  height: 10px;
  background-size: 20px 10px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  transition: all 0.3s;
}
#cb-cookie-warning__button--accept:hover,
.unit--isAnchor:hover #cb-cookie-warning__button--accept {
  background-color: #004B81;
  padding-right: 28px;
  padding-left: 64px;
}
#cb-cookie-warning__button--accept:hover:before,
.unit--isAnchor:hover #cb-cookie-warning__button--accept:before {
  width: 20px;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #0068B4;
}
h1 {
  font-size: 50px;
  line-height: 1.3;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
}
h1 strong {
  font-weight: normal;
}
.area--three .unitTwo h1 {
  font-size: 16px;
  line-height: 1.625;
}
@media (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 1.28571429;
  }
  .area--three .unitTwo h1 {
    font-size: 16px;
    line-height: 1.625;
  }
}
.section--rootScreen h1 {
  font-size: 60px;
  line-height: 1.25;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
}
.section--rootScreen h1 strong {
  font-weight: normal;
}
@media (max-width: 767px) {
  .section--rootScreen h1 {
    font-size: 45px;
    line-height: 1.22222222;
  }
}
h2 {
  font-size: 50px;
  line-height: 1.3;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
}
h2 strong {
  font-weight: normal;
}
.area--three .unitTwo h2 {
  font-size: 16px;
  line-height: 1.625;
}
@media (max-width: 767px) {
  h2 {
    font-size: 35px;
    line-height: 1.28571429;
  }
  .area--three .unitTwo h2 {
    font-size: 16px;
    line-height: 1.625;
  }
}
h3 {
  font-size: 28px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
}
h3 strong {
  font-weight: normal;
}
@media (max-width: 767px) {
  h3 {
    font-size: 23px;
    line-height: 1.43478261;
  }
}
h4 {
  font-size: 16px;
  line-height: 1.625;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
}
h4 strong {
  font-weight: normal;
}
h5 {
  font-size: 16px;
  line-height: 1.625;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
h5 strong {
  font-weight: normal;
}
@media (max-width: 767px) {
  h5 {
    font-size: 14px;
    line-height: 1.71428571;
  }
}
.loud {
  font-size: 24px;
  line-height: 1.58333333;
}
@media (max-width: 767px) {
  .loud {
    font-size: 18px;
    line-height: 1.66666667;
  }
}
.pale {
  font-size: 14px;
  line-height: 1.71428571;
}
.skew {
  font-size: 16px;
  line-height: 1.625;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
}
.skew strong {
  font-weight: normal;
}
.cbdModule--constructionLead {
  margin-top: calc(var(--spaceTotal) * 2);
  position: relative;
  z-index: 2;
  display: none;
}
.cbdModule--constructionLead:after {
  content: 'Text für Teaser';
  position: absolute;
  top: 100%;
  margin-top: 5px;
  left: -5px;
  white-space: nowrap;
  z-index: 2;
  background-color: #71CAF3;
  color: #fff;
  font-size: 12px;
  line-height: 1.16666667;
  padding: 4px 10px 2px;
  border-radius: 0 0 4px 4px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
.cbdModule--constructionLead .ns-dynTextfield {
  max-width: 390px;
}
.pagetype--construction .cbdModule--constructionLead {
  display: block;
}
#view.pagetype--construction .cbdModule--constructionLead {
  display: none;
}
.area--one {
  display: flex;
  flex-wrap: wrap;
}
.layout2 .area--one.area1 {
  margin-top: var(--spaceTotal);
}
.area--one .unitOne--1-1 .unit__body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.area--one .unitOne--smallSpaceDown {
  margin-bottom: calc(var(--spaceUnit) * -1);
}
.layout5 .area2.area--one .unitOne--smallSpaceDown {
  margin-bottom: calc(((var(--spaceTotal) + var(--spacePart)) - 80px) * -1);
}
.area--one .unitOne--smallSpaceUp {
  margin-top: calc(var(--spaceUnit) * -1);
}
.area--one .unitTwo .unit__content {
  max-width: 824px;
}
.area--one .unitThree {
  background-color: var(--unitBackground);
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  box-sizing: border-box;
  padding: 24px 40px;
  display: flex;
  flex-direction: column;
}
.area--one .unitThree + .unitThree + .unitThree {
  margin-top: calc((var(--spaceTotal) - 40px) * -1);
}
.area--one .unitThree .unit__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.area--one .unitThree .unit__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.area--one .unitThree .part {
  margin-top: 6px;
  margin-bottom: 6px;
}
.area--one .unitThree .part.link {
  margin-top: 34px;
}
.area--one .unitThree .part.link:first-child {
  margin-top: 6;
}
.area--one .unitThree .part.link:last-child {
  margin-top: auto;
  padding-top: 34px;
}
.area--one .unitThree.unit--isAnchor {
  color: inherit;
  transition: all 0.3s;
}
.area--one .unitThree.unit--isAnchor:hover {
  background-color: #C7CAC2;
}
@media (max-width: 767px) {
  .area--one .unitThree + .unitThree {
    margin-top: calc((var(--spaceTotal) - 40px) * -1);
  }
}
.area--one .unit--articleJobOffer {
  background-color: var(--unitBackground);
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  position: relative;
}
.area--one .unit--articleJobOffer + .unit--articleJobOffer {
  margin-top: calc((var(--spaceTotal) - 16px) * -1);
}
.area--one .unit--articleJobOffer .unit__background * {
  height: 100%;
}
.area--one .unit--articleJobOffer .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unit--articleJobOffer .unit__content {
  box-sizing: border-box;
}
.area--one .unit--articleJobOffer .part {
  margin-top: 0;
  margin-bottom: 0;
}
.area--one .unit--articleJobOffer.unit--isAnchor {
  transition: all 0.3s;
}
.area--one .unit--articleJobOffer.unit--isAnchor .unit__background {
  overflow: hidden;
}
.area--one .unit--articleJobOffer.unit--isAnchor .unit__background .unit__backgroundImage {
  transition: all 0.3s;
}
.area--one .unit--articleJobOffer.unit--isAnchor .unit__content:after {
  content: 'Zur Stelle';
  float: left;
  margin-top: 14px;
  white-space: nowrap;
  color: #0068B4;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  padding-left: 24px;
  background-size: 20px 10px;
  background-position: left -4px center;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-blue.svg);
  transition: all 0.3s;
}
.area--one .unit--articleJobOffer.unit--isAnchor .unit__content:after strong {
  font-weight: normal;
}
.area--one .unit--articleJobOffer.unit--isAnchor:hover {
  color: inherit;
  background-color: #f4f5f3;
}
.area--one .unit--articleJobOffer.unit--isAnchor:hover .unit__background .unit__backgroundImage {
  transform: scale(1.15);
}
.area--one .unit--articleJobOffer.unit--isAnchor:hover .unit__content:after {
  padding-left: 28px;
  background-position: left center;
  background-image: url(/images/arrow-right-darkblue.svg);
  color: #004B81;
}
.area--one .unit--fold {
  background-color: var(--unitBackground);
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--one .unit--fold + .unit--fold {
  margin-top: calc((var(--spaceTotal) - 16px) * -1);
}
.area--one .unit--fold div.less .part {
  margin-top: 0;
  margin-bottom: 0;
}
.area--one .unit--fold div.more {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0 110px 0 40px;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.area--one .unit--fold div.more .part {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.2s;
  margin-top: 12px;
  margin-bottom: 12px;
}
.area--one .unit--fold div.more .part:last-child {
  margin-bottom: 40px;
}
.area--one .unit--fold .fold-toggle {
  display: block;
  padding: 25px 110px 25px 40px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  color: #000;
}
.area--one .unit--fold .fold-toggle:before,
.area--one .unit--fold .fold-toggle:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
}
.area--one .unit--fold .fold-toggle:before {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-color: #EB641C;
}
.area--one .unit--fold .fold-toggle:after {
  top: 36px;
  right: 39px;
  width: 10px;
  height: 16px;
  background-size: 10px 20px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-down-white.svg);
  transform-origin: 50% 8px;
  transition: all 0.3s;
}
.area--one .unit--fold .fold-toggle:hover {
  color: inherit;
  padding-left: 48px;
  padding-right: 102px;
}
.area--one .unit--fold .fold-toggle:hover:before {
  background-color: #C35317;
}
.area--one .unit--fold .fold-toggle:hover:after {
  height: 20px;
  transform: rotate(90deg);
}
.area--one .unit--fold .fold-toggle.fold-toggle--open:after {
  height: 16px;
  transform: rotate(180deg);
}
.area--one .unit--fold .unit__foot {
  display: none;
}
.area--one .unit--fold.unit--foldOpen div.more {
  height: var(--js-elementHeight);
}
.area--one .unit--fold.unit--foldOpen div.more .part {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s 0.2s;
}
@media (max-width: 767px) {
  .area--one .unit--fold .fold-toggle {
    padding: 13px 72px 13px 20px !important;
    min-height: 72px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .area--one .unit--fold .fold-toggle:before {
    right: 12px;
  }
  .area--one .unit--fold .fold-toggle:after {
    top: 50%;
    margin-top: -8px;
    right: 31px;
  }
  .area--one .unit--fold div.more {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.area--one .unit--slider {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--two .unit {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  position: relative;
  display: flex;
  flex-direction: column;
}
.area--two .unit .unit__background {
  box-sizing: border-box;
  padding: 32px 32px 0 0;
  background-size: 88.83248731% 88.83248731%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-image: url(/images/net.svg);
}
.area--two .unit .unit__content {
  box-sizing: border-box;
  flex-grow: 1;
}
.area--two .unit .unit__body {
  margin-top: calc((var(--spacePart) * -1));
  margin-bottom: calc((var(--spacePart) * -1));
}
@media (max-width: 767px) {
  .area--two .unit .unit__content {
    margin-top: calc(var(--spacePart) * 2);
  }
}
.area--three {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: calc(var(--spaceTotal) - 40px);
  margin-bottom: calc(var(--spaceTotal) - 40px);
}
.area--three .unit {
  margin-top: calc(40px - var(--spacePart));
  margin-bottom: calc(40px - var(--spacePart));
}
.area--three .unitTwo {
  margin-top: 40px;
  margin-bottom: 40px;
}
.area--three .unitTwo .unit__content {
  margin-top: -12px;
  margin-bottom: -12px;
}
.area--three .unitTwo .part {
  margin-top: 12px;
  margin-bottom: 12px;
}
.area--three .unitTwo .pict {
  aspect-ratio: 1;
}
.area--three .unitTwo .pict * {
  height: 100%;
}
.area--three .unitTwo .pict img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--three .unitTwo .pict .cb-image-figure {
  box-sizing: border-box;
  padding: 32px 32px 0 0;
  background-size: 89.33333333% 89.33333333%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-image: url(/images/net.svg);
}
.area--three .unitTwo .pict .cb-image-container {
  overflow: hidden;
}
.area--three .unitTwo .pict .cb-image-container img {
  transition: all 0.4s;
}
.area--three .unitTwo.unit--isAnchor {
  color: inherit;
}
.area--three .unitTwo.unit--isAnchor:hover .pict .cb-image-container img {
  transform: scale(1.06);
}
@media (max-width: 767px) {
  .area--three .unit--hasFilter {
    margin-bottom: calc(((40px + var(--spacePart)) - 40px) * -1);
  }
}
.area--four {
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-bottom: -40px;
}
.area--four .unit {
  margin-top: calc(40px - var(--spacePart));
  margin-bottom: calc(40px - var(--spacePart));
}
.area--four .unitOne--1-1 .unit__body {
  display: flex;
  flex-wrap: wrap;
}
.area--four .unitOne--1-1 .part--tiny {
  color: #737E6C;
}
.area--four .unitOne--1-1 .part--tiny .part__content {
  max-width: 180px;
}
.area--five .unit {
  margin-top: 0;
  margin-bottom: 0;
}
div.link,
div.load {
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
}
div.link strong,
div.load strong {
  font-weight: normal;
}
div.link + div.link,
div.load + div.link,
div.link + div.load,
div.load + div.load {
  margin-top: calc((var(--spacePart) - 16px) * -1);
}
.area--three .unitTwo div.link + div.link,
.area--three .unitTwo div.load + div.link,
.area--three .unitTwo div.link + div.load,
.area--three .unitTwo div.load + div.load {
  margin-top: -8px;
}
div.link .open,
div.load .open,
div.link .load,
div.load .load {
  display: inline-block;
  color: #0068B4;
  text-decoration: none;
  padding-left: 26px;
  padding-right: 4px;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  background-size: 20px 10px;
  background-position: left -4px top 5px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-blue.svg);
  transition: all 0.3s;
}
div.link .open strong,
div.load .open strong,
div.link .load strong,
div.load .load strong {
  font-weight: normal;
}
div.link .open:hover,
div.load .open:hover,
div.link .load:hover,
div.load .load:hover,
.unit--isAnchor:hover div.link .open,
.unit--isAnchor:hover div.load .open,
.unit--isAnchor:hover div.link .load,
.unit--isAnchor:hover div.load .load {
  background-position: left top 5px;
  padding-right: 0;
  padding-left: 30px;
  color: #004B81;
  background-image: url(/images/arrow-right-darkblue.svg);
}
div.link.link--button a.open {
  background: none;
  background-color: #0068B4;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 14px 32px 14px 60px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
div.link.link--button a.open strong {
  font-weight: normal;
}
div.link.link--button a.open:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
  width: 16px;
  height: 10px;
  background-size: 20px 10px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  transition: all 0.3s;
}
div.link.link--button a.open:hover,
.unit--isAnchor:hover div.link.link--button a.open {
  background-color: #004B81;
  padding-right: 28px;
  padding-left: 64px;
}
div.link.link--button a.open:hover:before,
.unit--isAnchor:hover div.link.link--button a.open:before {
  width: 20px;
}
div.link.site .open {
  background-image: url(/images/icon-chain-blue.svg);
  background-size: 16px 8px;
  background-position: left top 6px !important;
}
div.link.site .open:hover,
.unit--isAnchor:hover div.link.site .open {
  background-image: url(/images/icon-chain-darkblue.svg);
}
div.load .load {
  background-image: url(/images/icon-download-blue.svg);
  background-size: 12px 18px;
  background-position: left top 1px !important;
}
div.load .load:hover,
.unit--isAnchor:hover div.load .load {
  background-image: url(/images/icon-download-darkblue.svg);
}
.part--workingYears {
  position: relative;
  z-index: 2;
  margin-top: calc(var(--spacePart) * -1) !important;
}
.area--three .unitTwo .part--workingYears {
  margin-top: -12px !important;
}
.togglenavigation {
  float: left;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
  padding-right: 30px;
}
.togglenavigation strong {
  font-weight: normal;
}
.togglenavigation:hover,
.togglenavigation.cb-toggle-active {
  color: #E3E5E1;
}
.togglenavigation:hover .tline,
.togglenavigation.cb-toggle-active .tline {
  background-color: #E3E5E1;
}
.tline {
  position: absolute;
  right: 0;
  width: 16px;
  height: 2px;
  background-color: #fff;
  border-radius: 10000px;
  transition: all 0.3s, background 0s;
}
.tline--1 {
  top: 5px;
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  right: 6px;
  transition: all 0.3s 0.1s, transform 0.2s;
}
.tline--4 {
  bottom: 5px;
}
.togglenavigation.cb-toggle-active .tline--1 {
  top: -6px;
  opacity: 0;
}
.togglenavigation.cb-toggle-active .tline--2 {
  width: 16px;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s, transform 0.3s 0.2s;
}
.togglenavigation.cb-toggle-active .tline--3 {
  width: 16px;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s, transform 0.3s 0.2s;
}
.togglenavigation.cb-toggle-active .tline--4 {
  bottom: -6px;
  opacity: 0;
}
.naviOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1998;
  opacity: 0;
  transition: all 0s 0.9s, opacity 0.9s;
}
body.cb-toggle-target-active .naviOverlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0s, opacity 0.8s;
}
.navigation {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1999;
  width: 680px;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background-color: #737E6C;
  transform: translateX(100%);
  transition: all 0.8s 0.1s;
}
.navigation::-webkit-scrollbar {
  display: none;
}
body.cb-toggle-target-active .navigation {
  transform: translateX(0);
  transition: all 0.8s;
}
@media (max-width: 1023px) {
  .navigation {
    width: 100%;
  }
}
.navigation__wrapper {
  float: left;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding: 168px var(--deskSpace) var(--deskSpace);
}
@media (max-width: 767px) {
  .navigation__wrapper {
    padding-top: 122px;
  }
}
.navigation__content {
  float: left;
  width: 100%;
}
.navigation__section {
  float: left;
  width: 100%;
  transform: translateX(60px);
  opacity: 0;
}
body.cb-toggle-target-active .navigation__section {
  transform: translateX(0);
  opacity: 1;
}
.navigation__section--mainNavi {
  transition: all 0.3s;
}
body.cb-toggle-target-active .navigation__section--mainNavi {
  transition: all 0.6s 0.4s;
}
.navigation__section--serviceNavi {
  margin-top: 50px;
  transition: all 0.3s;
}
body.cb-toggle-target-active .navigation__section--serviceNavi {
  transition: all 0.6s 0.6s;
}
.mainNavi {
  float: left;
  width: 100%;
}
.serviceNavi {
  float: left;
  width: 100%;
}
.mainNavi .service_kontakt {
  float: left;
  width: 100%;
  margin-top: 16px;
  background-color: #fff;
  font-size: 28px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  text-decoration: none;
  padding: 16px 68px 12px 24px;
  box-sizing: border-box;
  display: none;
  min-height: 68px;
  align-items: center;
  color: #000;
  transition: all 0.3s;
}
.mainNavi .service_kontakt strong {
  font-weight: normal;
}
@media (max-width: 767px) {
  .mainNavi .service_kontakt {
    font-size: 23px;
    line-height: 1.43478261;
  }
}
.mainNavi .service_kontakt:hover,
.mainNavi .service_kontakt:focus {
  background-color: #E3E5E1;
  padding-left: 32px;
}
@media (max-width: 767px) {
  .mainNavi .service_kontakt {
    display: flex;
  }
}
div.navi {
  float: left;
}
div.navi .cb-toggle {
  display: none;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
.mainNavi div.sub1 {
  width: 100%;
}
.mainNavi div.sub1 > .item {
  width: 100%;
  background-color: #fff;
  margin-top: 16px;
  position: relative;
}
.mainNavi div.sub1 > .item.init {
  margin-top: 0;
}
.mainNavi div.sub1 > .item.item-empty > .cb-toggle {
  display: none;
}
.mainNavi div.sub1 > .item.item-empty > .menu {
  padding-right: 24px;
}
.mainNavi div.sub1 > .item > .cb-toggle {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 48px;
  height: 48px;
  background-color: #EB641C;
  cursor: pointer;
  transition: all 0.3s;
}
.mainNavi div.sub1 > .item > .cb-toggle:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 16px;
  transform: translateX(-50%);
  width: 10px;
  height: 16px;
  background-size: 10px 20px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-down-white.svg);
  transition: all 0.3s;
  transform-origin: 50% 8px;
}
.mainNavi div.sub1 > .item > .cb-toggle:hover,
.mainNavi div.sub1 > .item > .cb-toggle:focus {
  background-color: #C35317;
}
.mainNavi div.sub1 > .item > .cb-toggle:hover:after,
.mainNavi div.sub1 > .item > .cb-toggle:focus:after {
  transform: translateX(-50%) rotate(90deg);
  height: 20px;
}
.mainNavi div.sub1 > .item > .cb-toggle.cb-toggle-active:after {
  height: 16px;
  transform: translateX(-50%) rotate(180deg);
}
.mainNavi div.sub1 > .item > .menu {
  font-size: 28px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  text-decoration: none;
  padding: 16px 68px 12px 24px;
  box-sizing: border-box;
  min-height: 68px;
  display: flex;
  align-items: center;
  color: #000;
  transition: all 0.3s;
}
.mainNavi div.sub1 > .item > .menu strong {
  font-weight: normal;
}
@media (max-width: 767px) {
  .mainNavi div.sub1 > .item > .menu {
    font-size: 23px;
    line-height: 1.43478261;
  }
}
.mainNavi div.sub1 > .item > .menu:hover,
.mainNavi div.sub1 > .item > .menu:focus {
  background-color: #E3E5E1;
  padding-left: 32px;
}
.mainNavi div.sub1 > .item > .menu.here {
  background-color: #E3E5E1;
  padding-left: 24px;
}
.mainNavi div.sub2 {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
.mainNavi div.sub2 > .item {
  width: 100%;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.2s;
}
.mainNavi div.sub2 > .item.exit {
  margin-bottom: 12px;
}
.mainNavi div.sub2 > .item > .menu {
  font-size: 16px;
  line-height: 1.625;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
  padding: 8px 24px;
}
.mainNavi div.sub2 > .item > .menu strong {
  font-weight: normal;
}
.mainNavi div.sub2 > .item > .menu:hover,
.mainNavi div.sub2 > .item > .menu:focus {
  background-color: #E3E5E1;
  padding-left: 32px;
}
.mainNavi div.sub2 > .item > .menu.path {
  background-color: #E3E5E1;
  padding-left: 24px;
}
.mainNavi div.sub1 > .item.cb-toggle-target-active div.sub2 {
  height: var(--js-elementHeight);
}
.mainNavi div.sub1 > .item.cb-toggle-target-active div.sub2 > .item {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s 0.1s;
}
.serviceNavi div.sub1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  padding-left: 24px;
}
.serviceNavi div.sub1 div.sub2 {
  display: none !important;
}
.serviceNavi div.sub1 > .item {
  margin-top: 16px;
}
.serviceNavi div.sub1 > .item.init {
  margin-top: 0;
}
.serviceNavi div.sub1 > .item > .menu {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.625;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  padding-right: 8px;
  transition: all 0.3s;
}
.serviceNavi div.sub1 > .item > .menu strong {
  font-weight: normal;
}
.serviceNavi div.sub1 > .item > .menu:hover,
.serviceNavi div.sub1 > .item > .menu:focus {
  padding-left: 8px;
  padding-right: 0;
  color: #E3E5E1;
}
.serviceNavi div.sub1 > .item > .menu.path {
  color: #E3E5E1;
  padding-left: 0;
  padding-right: 8px;
}
.section--multimood .subcontent.subcontent--2 {
  margin-top: 36px;
}
.area--one .unit--articleJobOffer .unit__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 125px;
  height: 100%;
}
.area--one .unit--articleJobOffer .unit__content {
  padding: 32px 32px 32px 157px;
  min-height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.area--one .unit--articleJobOffer .unit__body {
  display: flex;
  flex-direction: column;
}
.area--four {
  width: calc(100% + 24px);
  margin-left: -12px;
}
.area--four .unit {
  width: calc(100% - 24px);
  margin-left: 12px;
  margin-right: 12px;
}
.area--four .unitOne--1-1 .unit__body {
  width: calc(100% + 24px);
  margin-left: -12px;
}
.area--four .unitOne--1-1 .part {
  width: calc(100% - 24px);
  margin-left: 12px;
  margin-right: 12px;
}
.area--four .unitOne--1-1 .part.part--tiny {
  width: calc(50% - 24px);
}
.area--four .unitOne--1-2 {
  width: calc(50% - 24px);
}
.ns-unitFilter {
  float: left;
  width: 100%;
}
.ns-unitFilter__wrapper {
  float: left;
  width: 100%;
  position: relative;
}
.ns-unitFilter__toggle {
  float: left;
  width: 100%;
  margin-top: 1px;
  cursor: pointer;
  display: none;
  position: relative;
  box-sizing: border-box;
  padding: 14px 0 14px 30px;
  transition: all 0.4s;
}
.ns-unitFilter.is-open .ns-unitFilter__toggle {
  background-color: #0068B4;
}
@media (max-width: 767px) {
  .ns-unitFilter__toggle {
    display: flex;
  }
}
.ns-unitFilter__toggleActiveText {
  float: right;
  color: #0068B4;
  text-decoration: none;
  padding-left: 26px;
  padding-right: 4px;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  background-size: 20px 10px;
  background-position: left -4px top 5px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-blue.svg);
  transition: all 0.3s;
  position: relative;
  left: 100%;
  transform: translateX(-100%);
  transition: all 0.4s;
}
.ns-unitFilter__toggleActiveText strong {
  font-weight: normal;
}
.ns-unitFilter__toggleActiveText:hover,
.unit--isAnchor:hover .ns-unitFilter__toggleActiveText {
  background-position: left top 5px;
  padding-right: 0;
  padding-left: 30px;
  color: #004B81;
  background-image: url(/images/arrow-right-darkblue.svg);
}
.ns-unitFilter.is-open .ns-unitFilter__toggleActiveText {
  left: 0;
  transform: translateX(0);
  color: #fff;
  background-image: url(/images/arrow-right-white.svg);
}
.ns-unitFilter__search {
  float: left;
  width: 100%;
  max-width: 520px;
  display: flex;
}
.ns-unitFilter__search:after {
  content: '';
  float: left;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: #0068B4;
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-search-white.svg);
}
@media (max-width: 767px) {
  .ns-unitFilter__search {
    max-width: 100%;
  }
}
.ns-unitFilter__searchInput {
  float: left;
  width: 100%;
  height: 48px;
  background-color: #E3E5E1;
  padding: 0 26px;
  font-family: 'NotoSansMono', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  background-size: 0 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #0068B4, #0068B4);
  transition: all 0.4s;
  -webkit-appearance: none;
  text-overflow: ellipsis;
}
.ns-unitFilter__searchInput::playceholder {
  color: #737E6C;
}
.ns-unitFilter__searchInput:focus {
  background-size: 100% 3px;
}
.ns-unitFilter__searchInput::-webkit-search-cancel-button {
  display: none;
}
.ns-unitFilter__content {
  float: left;
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .ns-unitFilter__content {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 4;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 30px;
    height: 0;
    margin-top: 0;
    overflow: hidden;
    transition: all 0.6s;
  }
  .ns-unitFilter.is-open .ns-unitFilter__content {
    height: var(--js-elementHeight);
  }
}
.ns-unitFilter__list {
  float: left;
  width: calc(100% + 40px);
  margin: -8px -20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .ns-unitFilter__list {
    width: calc(100% + 20px);
    margin: 20px -10px;
  }
}
.ns-unitFilter__item {
  float: left;
  margin: 8px 20px;
  cursor: pointer;
  text-decoration: none;
  color: #0068B4;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  padding-bottom: 2px;
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #0068B4, #0068B4);
  transition: all 0.3s;
}
.ns-unitFilter__item strong {
  font-weight: normal;
}
.ns-unitFilter__item.is-active {
  background-size: 100% 2px;
}
@media (max-width: 767px) {
  .ns-unitFilter__item {
    margin: 10px;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.2s;
  }
  .ns-unitFilter.is-open .ns-unitFilter__item {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s 0.2s;
  }
}
.ns-unitFilter__unit {
  display: none;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.4s;
}
.ns-unitFilter__unit.ns-unitFilter__unit--activated {
  display: block;
}
.ns-unitFilter__unit.ns-unitFilter__unit--active {
  opacity: 1;
  transform: scale(1);
}
.ns-sliderWrapper {
  float: left;
  width: 100%;
}
.ns-impressionSlider {
  float: left;
  width: 100%;
}
.ns-impressionSlider .ns-slider__stage {
  float: left;
  width: 100%;
}
.ns-impressionSlider__area {
  float: left;
  width: calc(100% + 40px);
  margin-left: -20px;
  display: flex;
  align-items: flex-start;
}
.ns-sliderIndex {
  float: left;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ns-impressionSlider .ns-sliderIndex {
    margin-top: 60px;
  }
}
.ns-sliderIndex__content {
  float: left;
  width: calc(100% + 16px);
  margin: -8px;
}
.ns-sliderIndex__item {
  float: left;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.ns-sliderIndex__item:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 4px;
  height: 4px;
  border-radius: 10000px;
  transform: translate(-50%, -50%);
  background-color: #E3E5E1;
}
.ns-sliderIndex__item.is-active:after {
  background-color: #737E6C;
}
.ns-quicklinkSlider .ns-sliderIndex__item:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.ns-quicklinkSlider .ns-sliderIndex__item.is-active:after {
  background-color: #fff;
}
.ns-impressionSlider .ns-slide {
  float: left;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  transition: all 0.8s;
  opacity: 0;
  pointer-events: none;
}
.ns-impressionSlider .ns-slide.is-active {
  opacity: 1;
  pointer-events: initial;
}
.impressionSlider__controls {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.ns-sliderControl {
  float: left;
  margin-right: 16px;
  width: 48px;
  height: 48px;
  background-color: #EB641C;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}
.ns-sliderControl:after {
  content: '';
  position: absolute;
  top: 19px;
  width: 16px;
  height: 10px;
  background-size: 20px 10px;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.ns-sliderControl:last-child {
  margin-right: 0;
}
.ns-sliderControl:hover {
  background-color: #C35317;
}
.ns-sliderControl:hover:after {
  width: 20px;
}
.ns-sliderControl--prev:after {
  right: 16px;
  background-position: 0 50%;
  background-image: url(/images/arrow-left-white.svg);
}
.ns-sliderControl--next:after {
  left: 16px;
  background-position: 100% 50%;
  background-image: url(/images/arrow-right-white.svg);
}
.ns-impressionSlider .ns-slide__content {
  float: left;
  width: 100%;
  position: relative;
}
.ns-impressionSlider .ns-slider__part {
  float: left;
  width: 100%;
}
.ns-impressionSlider .ns-slider__part--image {
  aspect-ratio: 1.77186312;
}
.ns-impressionSlider .ns-slider__part--image .ns-sliderImage {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.ns-impressionSlider .ns-slider__part--text {
  width: 390px;
  max-width: calc(100% - 40px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.71428571;
  padding: 16px 16px 16px 0;
}
@media (max-width: 767px) {
  .ns-impressionSlider .ns-slider__part--text {
    position: static;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}
.ns-quicklinkSlider {
  float: left;
  width: 100%;
  position: relative;
  padding: 80px 0;
}
.ns-quicklinkSlider .ns-slider__stage {
  float: left;
  width: 100%;
}
.ns-quicklinkSlider__area {
  float: left;
  width: calc(100% + 40px);
  margin-left: -20px;
  display: flex;
  align-items: flex-start;
}
.quicklinkSlider__controls {
  position: absolute;
  right: 0;
  bottom: -24px;
  z-index: 3;
}
.ns-quicklinkSlider .ns-slide {
  float: left;
  flex-shrink: 0;
  width: calc(50% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  transition: all 0.8s;
  background-color: #fff;
  color: #000;
  opacity: 0;
  pointer-events: none;
}
.ns-quicklinkSlider .ns-slide.is-active {
  opacity: 1;
  pointer-events: initial;
}
@media (max-width: 1023px) {
  .ns-quicklinkSlider .ns-slide {
    width: calc(100% - 40px);
  }
}
.ns-quicklinkSlider .ns-slide__content {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .ns-quicklinkSlider .ns-slide__content {
    flex-direction: column;
  }
}
.ns-quicklinkSlider .ns-slide__section {
  float: left;
  position: relative;
  min-height: 380px;
}
@media (max-width: 767px) {
  .ns-quicklinkSlider .ns-slide__section {
    width: 100% !important;
    min-height: 176px;
  }
}
.ns-quicklinkSlider .ns-slide__section--image {
  width: calc(100% - (100%/608*324));
}
@media (max-width: 1279px) {
  .ns-quicklinkSlider .ns-slide__section--image {
    width: calc(100% - (100%/540*340));
  }
}
@media (max-width: 1023px) {
  .ns-quicklinkSlider .ns-slide__section--image {
    width: calc(100% - (100%/608*324));
  }
}
.ns-quicklinkSlider .ns-slide__section--content {
  width: 53.28947368%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px;
}
@media (max-width: 1279px) {
  .ns-quicklinkSlider .ns-slide__section--content {
    width: 62.96296296%;
  }
}
@media (max-width: 1023px) {
  .ns-quicklinkSlider .ns-slide__section--content {
    width: 53.28947368%;
  }
}
.ns-quicklinkSlider .ns-slider__part {
  float: left;
  width: 100%;
}
.ns-quicklinkSlider .ns-slider__part--image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ns-quicklinkSlider .ns-slider__part--image .ns-sliderImage {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s;
}
.ns-quicklinkSlider .ns-slider__part--image .open {
  float: left;
  width: 100%;
  height: 100%;
}
.ns-quicklinkSlider .ns-slide:hover .ns-slider__part--image .ns-sliderImage {
  transform: scale(1.08);
}
.ns-quicklinkSlider .ns-slider__part--lead {
  margin-top: 12px;
}
.ns-quicklinkSlider .ns-slider__part--link {
  padding-top: 32px;
  margin-top: auto;
}
.ns-quicklinkSlider .ns-slider__part--link span {
  float: left;
  color: #0068B4;
  text-decoration: none;
  padding-left: 26px;
  padding-right: 4px;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  background-size: 20px 10px;
  background-position: left -4px top 5px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-blue.svg);
  transition: all 0.3s;
}
.ns-quicklinkSlider .ns-slider__part--link span strong {
  font-weight: normal;
}
.ns-quicklinkSlider .ns-slider__part--link span:hover,
.unit--isAnchor:hover .ns-quicklinkSlider .ns-slider__part--link span {
  background-position: left top 5px;
  padding-right: 0;
  padding-left: 30px;
  color: #004B81;
  background-image: url(/images/arrow-right-darkblue.svg);
}
.ns-quicklinkSlider .ns-slide:hover .ns-slider__part--link span {
  background-position: left top 5px;
  padding-right: 0;
  padding-left: 30px;
  color: #004B81;
  background-image: url(/images/arrow-right-darkblue.svg);
}
.ns-construction {
  float: left;
  width: 100%;
  position: relative;
  padding-top: var(--spaceTotal);
  padding-bottom: var(--spaceTotal);
}
.layout5 .ns-construction {
  margin-top: calc(((var(--spaceTotal) * 2) - 80px) * -1);
  padding-top: 0;
  padding-bottom: 0;
}
.ns-construction__section {
  float: left;
  width: 100%;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.ns-construction__section--tabs {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: -1px;
  z-index: 2;
}
@media (max-width: 767px) {
  .ns-construction__section--tabs {
    width: 100vw;
    margin-left: calc(var(--deskSpace) * -1);
  }
}
.ns-construction__section--filter {
  margin-bottom: calc((var(--spaceTotal) - (var(--spacePart) * 2)) * -1);
}
@media (max-width: 767px) {
  .ns-construction__section--filter {
    margin-top: 0;
  }
}
.ns-constructionTabs {
  float: left;
  width: 100%;
}
.ns-constructionTab {
  float: left;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: #0068B4;
  border: 1px solid #E3E5E1;
  padding: 13px 32px;
  margin-left: -1px;
  cursor: pointer;
}
.ns-constructionTab strong {
  font-weight: normal;
}
.ns-constructionTab:first-child {
  margin-left: 0;
}
.ns-constructionTab:hover {
  background-color: rgba(227, 229, 225, 0.2);
}
.ns-constructionTab.is-active {
  background-color: #E3E5E1;
}
@media (max-width: 767px) {
  .ns-constructionTab {
    padding: 13px 20px;
  }
}
:root {
  --panOffsetY: -200;
}
#map {
  /* default cluster styling */
  --cluster-fill-color: #737E6C;
  --cluster-stroke-color: #fff;
  --cluster-font-color: #fff;
  --cluster-font-family: 'NotoSansMono', sans-serif;
  height: 700px;
}
.ns-constructionMap {
  float: left;
  width: 100%;
  position: relative;
}
.ns-constructionMapLegend {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #fff;
  padding: 8px 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ns-constructionMapLegend {
    position: static;
    float: left;
    width: 100%;
    padding: 0;
    background-color: transparent;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}
.ns-constructionMapLegend__item {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.71428571;
  padding-left: 16px;
  background-size: 8px 12px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(/images/mapLegendPin-orange.svg);
}
.ns-constructionMapLegend__item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .ns-constructionMapLegend__item {
    margin-right: 0;
  }
}
.ns-constructionMapLegend__item--past {
  background-image: url(/images/mapLegendPin-blue.svg);
}
.ns-locationGoogleMap {
  float: left;
  width: 100%;
}
.ns-locationMarker {
  float: left;
  position: relative;
  cursor: pointer;
  transform: translate(-50%, -100%);
  z-index: 2;
}
.ns-locationMarker.ns-locationMarker--show {
  z-index: 3;
}
.ns-locationMarker__pin {
  float: left;
  width: 20px;
  height: 28px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/mapPin-orange.svg);
}
.ns-locationMarker--past .ns-locationMarker__pin {
  background-image: url(/images/mapPin-blue.svg);
}
.ns-locationMarkerCluster {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  box-sizing: border-box;
  background-color: #737E6C;
  border-radius: 10000px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.71428571;
}
.ns-locationMarker__popUp {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  z-index: 10;
  margin-bottom: 12px;
  background-color: #fff;
  width: 300px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.ns-locationMarker__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ns-locationMarker__part {
  float: left;
  width: 100%;
  margin-top: 16px;
}
.ns-locationMarker__part:first-child {
  margin-top: 0;
}
.ns-locationMarker__part--title {
  box-sizing: border-box;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.625;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
}
.ns-locationMarker__part--title strong {
  font-weight: normal;
}
.ns-locationMarker__part--link {
  width: auto;
  color: #0068B4;
  text-decoration: none;
  padding-left: 26px;
  padding-right: 4px;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  background-size: 20px 10px;
  background-position: left -4px top 5px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-blue.svg);
  transition: all 0.3s;
}
.ns-locationMarker__part--link strong {
  font-weight: normal;
}
.ns-locationMarker__part--link:hover,
.unit--isAnchor:hover .ns-locationMarker__part--link {
  background-position: left top 5px;
  padding-right: 0;
  padding-left: 30px;
  color: #004B81;
  background-image: url(/images/arrow-right-darkblue.svg);
}
.ns-locationMarker__close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 54px;
  height: 54px;
  background-size: 14px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-close-black.svg);
  cursor: pointer;
}
.cbdModule--constructionLink1 {
  margin-top: calc((var(--spaceUnit) - var(--spacePart)) * -1);
  margin-bottom: var(--spaceTotal);
}
.cbdModule--constructionLink1 .ns-dynLink {
  float: left;
  background: none;
  background-color: #0068B4;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 14px 32px 14px 60px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
.cbdModule--constructionLink1 .ns-dynLink strong {
  font-weight: normal;
}
.cbdModule--constructionLink1 .ns-dynLink:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
  width: 16px;
  height: 10px;
  background-size: 20px 10px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  transition: all 0.3s;
}
.cbdModule--constructionLink1 .ns-dynLink:hover,
.unit--isAnchor:hover .cbdModule--constructionLink1 .ns-dynLink {
  background-color: #004B81;
  padding-right: 28px;
  padding-left: 64px;
}
.cbdModule--constructionLink1 .ns-dynLink:hover:before,
.unit--isAnchor:hover .cbdModule--constructionLink1 .ns-dynLink:before {
  width: 20px;
}
.ns-constructionFilter {
  float: left;
  width: 100%;
  position: relative;
}
.ns-constructionFilter__toggle {
  float: left;
  width: 100%;
  cursor: pointer;
  display: none;
  position: relative;
  box-sizing: border-box;
  padding: 14px 0 14px 30px;
  transition: all 0.4s;
}
.ns-constructionFilter.is-active .ns-constructionFilter__toggle {
  background-color: #0068B4;
}
@media (max-width: 767px) {
  .ns-constructionFilter__toggle {
    display: flex;
  }
}
.ns-constructionFilter__content {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .ns-constructionFilter__content {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 4;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 30px;
    height: 0;
    overflow: hidden;
    transition: all 0.6s;
  }
  .ns-constructionFilter.is-active .ns-constructionFilter__content {
    height: var(--js-elementHeight);
  }
}
.ns-constructionFilter__list {
  float: left;
  width: calc(100% + 40px);
  margin: -8px -20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .ns-constructionFilter__list {
    width: calc(100% + 20px);
    margin: 20px -10px;
  }
}
.ns-constructionFilter__item:not(.ns-constructionFilter__item--all) {
  float: left;
  margin: 8px 20px;
  cursor: pointer;
  text-decoration: none;
  color: #0068B4;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  padding-bottom: 2px;
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #0068B4, #0068B4);
  transition: all 0.3s;
}
.ns-constructionFilter__item:not(.ns-constructionFilter__item--all) strong {
  font-weight: normal;
}
.ns-constructionFilter__item:not(.ns-constructionFilter__item--all).is-active {
  background-size: 100% 2px;
}
@media (max-width: 767px) {
  .ns-constructionFilter__item:not(.ns-constructionFilter__item--all) {
    margin: 10px;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.2s;
  }
  .ns-constructionFilter.is-active .ns-constructionFilter__item:not(.ns-constructionFilter__item--all) {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s 0.2s;
  }
}
.ns-constructionFilter__item--all {
  float: right;
  color: #0068B4;
  text-decoration: none;
  padding-left: 26px;
  padding-right: 4px;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  background-size: 20px 10px;
  background-position: left -4px top 5px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-blue.svg);
  transition: all 0.3s;
  margin: 0;
  position: relative;
  left: 100%;
  transform: translateX(-100%);
  transition: all 0.4s;
}
.ns-constructionFilter__item--all strong {
  font-weight: normal;
}
.ns-constructionFilter__item--all:hover,
.unit--isAnchor:hover .ns-constructionFilter__item--all {
  background-position: left top 5px;
  padding-right: 0;
  padding-left: 30px;
  color: #004B81;
  background-image: url(/images/arrow-right-darkblue.svg);
}
.ns-constructionFilter.is-active .ns-constructionFilter__item--all {
  left: 0;
  transform: translateX(0);
  color: #fff;
  background-image: url(/images/arrow-right-white.svg);
}
.ns-constructionList {
  float: left;
  width: 100%;
}
.ns-teaserWrapper {
  float: left;
  width: 100%;
}
.ns-teaserArea {
  float: left;
  width: 100%;
}
.ns-teaser {
  float: left;
  width: 100%;
  background-color: #fff;
  cursor: pointer;
  margin-top: 16px;
  transition: all 0.3s;
}
.ns-teaser:first-child {
  margin-top: 0;
}
.ns-teaser:hover,
.ns-teaser:focus {
  color: #000;
  background-color: #f4f5f3;
}
.ns-teaser__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 210px 12px 112px;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.ns-teaser__content:after {
  content: 'mehr erfahren';
  float: left;
  margin-top: 14px;
  white-space: nowrap;
  color: #0068B4;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  padding-left: 24px;
  background-size: 20px 10px;
  background-position: left -4px center;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-blue.svg);
  transition: all 0.3s;
}
.ns-teaser__content:after strong {
  font-weight: normal;
}
.ns-teaser:hover .ns-teaser__content:after {
  padding-left: 28px;
  background-position: left center;
  background-image: url(/images/arrow-right-darkblue.svg);
  color: #004B81;
}
@media (min-width: 1024px) {
  .ns-teaser__content:after {
    margin-top: 0;
    position: absolute;
    right: 40px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
  }
  .ns-teaser:hover .ns-teaser__content:after {
    right: 36px;
  }
}
@media (max-width: 1023px) {
  .ns-teaser__content {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 24px 24px 160px;
  }
}
@media (max-width: 767px) {
  .ns-teaser__content {
    padding: 152px 32px 32px;
  }
}
.ns-teaser__part {
  float: left;
}
.ns-teaser__part--pict {
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  height: 100%;
  overflow: hidden;
}
.ns-teaser__part--pict * {
  height: 100%;
}
.ns-teaser__part--pict img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.ns-teaser__part--pict .ns-teaser__image {
  transition: all 0.3s;
}
.ns-teaser:hover .ns-teaser__part--pict .ns-teaser__image {
  transform: scale(1.15);
}
@media (max-width: 1023px) {
  .ns-teaser__part--pict {
    width: 136px;
  }
}
@media (max-width: 767px) {
  .ns-teaser__part--pict {
    width: 100%;
    height: 120px;
  }
}
.ns-teaser__part--title {
  width: calc((100%/718*300) - 20px);
}
@media (max-width: 1023px) {
  .ns-teaser__part--title {
    width: 100%;
  }
}
.ns-teaser__part--description {
  width: calc((100%/718*418) - 20px);
  font-size: 14px;
  line-height: 1.71428571;
}
@media (max-width: 1023px) {
  .ns-teaser__part--description {
    width: 100%;
  }
}
.rootScreen {
  float: left;
  width: 100%;
  position: relative;
}
.rootScreen__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.rootScreen__bgElement {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rootScreen__wrapper {
  float: left;
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rootScreen__desk {
  float: left;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 630px;
}
@media (max-width: 1023px) {
  .rootScreen__desk {
    min-height: 830px;
  }
}
@media (max-width: 767px) {
  .rootScreen__desk {
    min-height: 520px;
  }
}
.rootScreen__content {
  float: left;
  width: 100%;
  margin: 120px 0;
  color: #fff;
}
.cbdModule--rootScreenSuptitle {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.625;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.cbdModule--rootScreenSuptitle strong {
  font-weight: normal;
}
@media (max-width: 767px) {
  .cbdModule--rootScreenSuptitle {
    font-size: 14px;
    line-height: 1.71428571;
  }
}
.rootScreen__search {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.rootScreen__search .search {
  float: left;
  position: relative;
  width: 100%;
  max-width: 608px;
}
.rootScreen__search .search__input {
  float: left;
  width: 100%;
  height: 48px;
  background-color: #fff;
  padding: 0 68px 0 26px;
  font-family: 'NotoSansMono', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  background-size: 0 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #0068B4, #0068B4);
  transition: all 0.4s;
  -webkit-appearance: none;
  text-overflow: ellipsis;
}
.rootScreen__search .search__input::playceholder {
  color: #737E6C;
}
.rootScreen__search .search__input:focus {
  background-size: 100% 3px;
}
.rootScreen__search .search__input::-webkit-search-cancel-button {
  display: none;
}
.rootScreen__search .search__submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-color: #0068B4;
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-search-white.svg);
  cursor: pointer;
  transition: all 0.3s;
}
.rootScreen__search .search__submit:hover {
  background-color: #004B81;
}
/*# sourceMappingURL=./screen-small.css.map */