:root {
  --s-logoClaim: url(/images/logo-spann-weite-claim.svg);
  --s-textcolor: #3C3C3B;
}
:root {
  --deskWidth: 1196px;
  --deskSpace: 5vw;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
:root {
  --spacePart: 10px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 50px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 50px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 15px;
  }
}
:root {
  --spaceTotal: 60px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 60px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 25px;
  }
}
: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;
}
/* barlow-regular - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/barlow-v12-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/extras/fonts/barlow-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/barlow-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/barlow-v12-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/barlow-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/barlow-v12-latin-regular.svg#Barlow') format('svg');
  /* Legacy iOS */
}
/* barlow-700 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/barlow-v12-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/extras/fonts/barlow-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/barlow-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/barlow-v12-latin-700.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/barlow-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/barlow-v12-latin-700.svg#Barlow') format('svg');
  /* Legacy iOS */
}
/* barlow-condensed-700 - latin */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/barlow-condensed-v12-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/extras/fonts/barlow-condensed-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/barlow-condensed-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/barlow-condensed-v12-latin-700.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/barlow-condensed-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/barlow-condensed-v12-latin-700.svg#BarlowCondensed') format('svg');
  /* Legacy iOS */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #89CCCA;
  color: #FFFFFF;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: bold;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 20px;
  font-family: 'Barlow', sans-serif;
  line-height: 1.4;
}
.unit caption {
  display: none;
}
.flag {
  background: #89CCCA;
  color: #FFFFFF;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
  position: relative;
}
.unit__background {
  float: left;
  width: 100%;
}
.unit__content {
  float: left;
  width: 100%;
}
.unit__head,
.unit__body,
.unit__foot {
  float: left;
  width: 100%;
}
.unit--fold div.less,
.unit--fold div.more {
  float: left;
  width: 100%;
}
.unit--fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  position: relative;
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
#edit .part video {
  pointer-events: none;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
  margin-top: 6px;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
div.load a.load {
  display: inline-block;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-download-black.svg);
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--s-textcolor);
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.part.cb-youtube iframe,
.part.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.part.cb-share {
  display: 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: 15px;
  position: relative;
}
.list--bullet li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 1000px;
  color: var(--s-textcolor);
  background-color: var(--s-textcolor);
  position: absolute;
  left: 0;
  top: 13px;
}
@media (max-width: 1023px) {
  .list--bullet li:before {
    top: 10px;
  }
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  color: var(--s-textcolor);
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: 100%;
  height: 500px;
  position: relative;
}
.layout5 #expo {
  height: auto;
  aspect-ratio: 0.84;
}
.layout8 #expo {
  width: 1192px;
  margin-left: -119px;
}
@media (max-width: 1023px) {
  #expo {
    height: 300px !important;
  }
  .layout5 #expo {
    height: auto !important;
  }
  .layout8 #expo {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #expo {
    height: 200px !important;
  }
  .layout5 #expo {
    width: 100vw;
    margin-left: -5vw;
  }
}
#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: #89CCCA;
  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: #89CCCA;
}
.cb-index-some {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.cb-index-some td {
  float: left;
  display: block;
  color: #fff;
}
.cb-index-some td:first-child:after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}
.cb-index-some a {
  color: #fff;
}
.cb-index-some a:hover,
.cb-index-some a:focus {
  color: #fff;
}
#over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.8);
}
#disp {
  position: absolute;
  z-index: 5001;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'Barlow', sans-serif;
  line-height: 1.42857143;
  color: var(--s-textcolor);
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  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: #89CCCA;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #89CCCA;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  font-family: 'Barlow', sans-serif;
  float: left;
  font-size: 18px;
  line-height: 1.4;
  cursor: pointer;
  color: var(--s-textcolor);
  font-weight: 300;
  padding-left: 55px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(var(--s-textcolor), var(--s-textcolor));
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 40px 2px;
  transition: all 0.4s;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  color: #89CCCA;
  text-decoration: none;
  background: linear-gradient(#89CCCA, #89CCCA);
  background-size: 60px 2px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 75px;
}
#disp .foot input:hover:active,
#disp .foot a:hover:active,
#disp .foot input:focus:active,
#disp .foot a:focus:active {
  background-color: #54b5b2;
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input.radio,
#disp input.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1023px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'Barlow', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
  font-size: 14px;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.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: 65%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .unit.form .tile .name {
    width: 20%;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  min-height: 35px;
  box-sizing: border-box;
  -webkit-appearance: none;
  font-size: 18px;
  line-height: 1;
  padding: 9px 17px;
  background-color: #FFFFFF;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
@media (max-width: 767px) {
  .unit.form input.text,
  .unit.form textarea {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 65%;
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    width: 80%;
  }
}
.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: 3.5px;
    padding-bottom: 3.5px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 26px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 28px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 3.5px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Barlow', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  background: #FFFFFF;
  height: 35px;
  border: 1px solid var(--s-textcolor);
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 65%;
    min-height: 35px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  font-family: 'Barlow', sans-serif;
  float: left;
  font-size: 18px;
  line-height: 1.4;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: 300;
  padding-left: 55px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(#FFFFFF, #FFFFFF);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 40px 2px;
  transition: all 0.4s;
}
.unit.form .submit:hover,
.unit.form .submit:focus {
  color: #FFFFFF;
  text-decoration: none;
  background: linear-gradient(#FFFFFF, #FFFFFF);
  background-size: 60px 2px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 75px;
}
.unit.form .submit:hover:active,
.unit.form .submit:focus:active {
  background-color: #54b5b2;
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 35% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: var(--s-textcolor);
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #FFFFFF;
  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 {
  font-family: 'Barlow', sans-serif;
  float: left;
  font-size: 18px;
  line-height: 1.4;
  cursor: pointer;
  color: var(--s-textcolor);
  font-weight: 300;
  padding-left: 55px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(var(--s-textcolor), var(--s-textcolor));
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 40px 2px;
  transition: all 0.4s;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  color: #89CCCA;
  text-decoration: none;
  background: linear-gradient(#89CCCA, #89CCCA);
  background-size: 60px 2px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 75px;
}
.two-step-verification-container a:hover:active,
.two-step-verification-container a:focus:active {
  background-color: #54b5b2;
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: bold;
}
.table td {
  padding: 5px 10px;
  vertical-align: top;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: bold;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.60756193vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  float: left;
  height: 26px;
}
body.cb-toggle-target-active #home,
body.layout1 #home,
body.layout1.cb-toggle-target-active .cb-scroll-triggered--active #home {
  display: none;
}
body.layout1 .cb-scroll-triggered--active #home {
  display: block;
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #FFFFFF;
  font-family: 'Barlow', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: var(--s-textcolor);
  overflow: hidden;
  -webkit-hyphens: none;
          hyphens: none;
  -webkit-font-smoothing: antialiased;
  margin-top: 96px;
}
.layout1 .wrapper,
.layout7 .wrapper {
  margin-top: 0;
}
.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;
}
@media (min-width: 1024px) {
  .mobile-navigation .desk {
    --deskWidth: 954px;
    --deskSpace: 242px;
  }
}
.section--areaBeforeFooter .desk {
  --deskWidth: 1920px;
  --deskMaxWidth: 100vw;
}
.section--pager .desk {
  --deskWidth: 1192px;
}
.section--footer .desk {
  --deskWidth: 954px;
}
.layout7 .section--intro .desk,
.layout8 .section--intro .desk,
.layout9 .section--intro .desk,
.layout7 .section--multimood .desk,
.layout8 .section--multimood .desk,
.layout9 .section--multimood .desk,
.layout7 .section--area1 .desk,
.layout8 .section--area1 .desk,
.layout9 .section--area1 .desk {
  --deskWidth: 954px;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  background-color: #FFFFFF;
  padding: 35px 0;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  transition: all 0.4s;
  z-index: 2000;
}
.section--header.navi--hidden {
  transform: translateY(-100%);
}
body.cb-toggle-target-active .section--header,
body.layout1 .section--header,
body.layout1.cb-toggle-target-active .cb-scroll-triggered--active .section--header {
  background-color: unset;
  padding: unset;
}
body.layout1 .cb-scroll-triggered--active .section--header {
  background-color: #FFFFFF;
  padding: 35px 0;
}
.navlogo {
  float: left;
}
.navlogo__img {
  float: left;
  height: 100%;
  width: auto;
}
.mobilenaviContainer {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.mainNavi {
  float: left;
}
.serviceContainer {
  float: left;
  display: flex;
  flex-direction: column;
}
.legalContainer {
  float: left;
  display: flex;
  flex-direction: row;
  margin-top: 37px;
}
#legal {
  float: left;
}
#legal .meta {
  float: left;
  transition: all 0.4s;
  color: var(--s-textcolor);
  text-decoration: none;
}
#legal .meta:hover,
#legal .meta:focus {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}
.linkAugenweide a {
  color: rgba(60, 60, 59, 0.5);
  text-decoration: none;
}
.linkAugenweide a:hover,
.linkAugenweide a:focus {
  color: rgba(60, 60, 59, 0.5);
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}
.homelogo {
  float: left;
}
.homelogo__img {
  float: left;
  height: 100%;
  width: auto;
}
.layout1 .section--multimood {
  z-index: 2;
}
.moodContent {
  width: 100%;
  margin-bottom: var(--spaceTotal);
  float: left;
}
.moodPart {
  float: left;
  width: 100%;
}
.section--two {
  background-color: #89CCCA;
}
.section--three {
  background-color: #7EA9BC;
  --s-textcolor: #FFFFFF;
}
.section--three .part.link .open {
  font-family: 'Barlow', sans-serif;
  float: left;
  font-size: 18px;
  line-height: 1.4;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: 300;
  padding-left: 55px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(#FFFFFF, #FFFFFF);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 40px 2px;
  transition: all 0.4s;
}
.section--three .part.link .open:hover,
.section--three .part.link .open:focus {
  color: #FFFFFF;
  text-decoration: none;
  background: linear-gradient(#FFFFFF, #FFFFFF);
  background-size: 60px 2px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 75px;
}
.section--three .part.link .open:hover:active,
.section--three .part.link .open:focus:active {
  background-color: #54b5b2;
}
.section--areaMap {
  margin-top: calc(var(--spaceTotal) * 2 - var(--spacePart));
  margin-bottom: var(--spaceTotal);
}
.section--slider {
  --s-textcolor: #FFFFFF;
}
.section--areaCta {
  margin-top: var(--spaceTotal);
}
.section--area7 {
  margin-bottom: var(--spaceTotal);
}
#view.area2--empty .section--area2,
#view.area3--empty .section--area3,
#view.area4--empty .section--area4,
#view.area5--empty .section--area5,
#view.area6--empty .section--area6,
#view.areaCta--empty .section--ctaTypeForm {
  display: none;
}
.designelement {
  position: absolute;
  pointer-events: none;
}
.designelement__img {
  height: 100%;
  width: auto;
}
.cbdModule--slider {
  margin-top: var(--spaceTotal);
}
.cbdModule--text,
.cbdModule--link {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.cbdModule--contactLead {
  margin-top: var(--spaceTotal);
}
.cbdModule--lead {
  margin-top: var(--spaceUnit);
}
.ctaContent {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.ctaPart {
  float: left;
  width: 450px;
}
.ctaPart--1 {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.cbdModule--ctaLink .open {
  font-family: 'Barlow', sans-serif;
  float: left;
  font-size: 18px;
  line-height: 1.4;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: 300;
  padding-left: 55px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(#FFFFFF, #FFFFFF);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 40px 2px;
  transition: all 0.4s;
}
.cbdModule--ctaLink .open:hover,
.cbdModule--ctaLink .open:focus {
  color: #FFFFFF;
  text-decoration: none;
  background: linear-gradient(#FFFFFF, #FFFFFF);
  background-size: 60px 2px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 75px;
}
.cbdModule--ctaLink .open:hover:active,
.cbdModule--ctaLink .open:focus:active {
  background-color: #54b5b2;
}
.cbdModule--contactLink .open {
  font-family: 'Barlow', sans-serif;
  float: left;
  font-size: 18px;
  line-height: 1.4;
  cursor: pointer;
  color: var(--s-textcolor);
  font-weight: 300;
  padding-left: 55px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(var(--s-textcolor), var(--s-textcolor));
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 40px 2px;
  transition: all 0.4s;
}
.cbdModule--contactLink .open:hover,
.cbdModule--contactLink .open:focus {
  color: #89CCCA;
  text-decoration: none;
  background: linear-gradient(#89CCCA, #89CCCA);
  background-size: 60px 2px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 75px;
}
.cbdModule--contactLink .open:hover:active,
.cbdModule--contactLink .open:focus:active {
  background-color: #54b5b2;
}
.contactContent {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.contactPart {
  float: left;
}
.mapContent {
  width: 100%;
  float: left;
}
.locationDetails {
  float: left;
  box-sizing: border-box;
}
.pager__link--back {
  margin-bottom: var(--spaceTotal);
  margin-top: calc(var(--spaceTotal) * 2);
  font-family: 'Barlow', sans-serif;
  float: left;
  font-size: 18px;
  line-height: 1.4;
  cursor: pointer;
  color: var(--s-textcolor);
  font-weight: 300;
  padding-left: 55px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(var(--s-textcolor), var(--s-textcolor));
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 40px 2px;
  transition: all 0.4s;
}
.pager__link--back:hover,
.pager__link--back:focus {
  color: #89CCCA;
  text-decoration: none;
  background: linear-gradient(#89CCCA, #89CCCA);
  background-size: 60px 2px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 75px;
}
.pager__link--back:hover:active,
.pager__link--back:focus:active {
  background-color: #54b5b2;
}
.section--footer {
  background-color: #FFFFFF;
}
.layout6 .section--footer {
  margin-top: 0;
}
.footarea {
  float: left;
  width: 100%;
  display: flex;
  background-color: #FFFFFF;
}
.footpart {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footlogo {
  float: left;
  height: 26px;
}
.footlogo__img {
  float: left;
  height: 100%;
  width: auto;
}
.vcard {
  float: left;
  margin-top: 22px;
}
#social {
  float: left;
}
#social .meta {
  float: left;
  width: 26px;
  height: 26px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 10px;
  transition: all 0.4s;
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta.service_WhatsApp {
  background-image: url(/images/social-whatsapp.svg);
}
#social .meta.service_WhatsApp:hover,
#social .meta.service_WhatsApp:focus {
  background-image: url(/images/social-whatsapp-hover.svg);
}
#social .meta.service_Facebook {
  background-image: url(/images/social-facebook.svg);
}
#social .meta.service_Facebook:hover,
#social .meta.service_Facebook:focus {
  background-image: url(/images/social-facebook-hover.svg);
}
.mobile-navigation #social .meta {
  width: 36px;
  height: 36px;
  margin-right: 13px;
}
.mobile-navigation #social .meta.service_WhatsApp:hover,
.mobile-navigation #social .meta.service_WhatsApp:focus {
  background-image: url(/images/social-whatsapp-white.svg);
}
.mobile-navigation #social .meta.service_Facebook:hover,
.mobile-navigation #social .meta.service_Facebook:focus {
  background-image: url(/images/social-facebook-white.svg);
}
.contact {
  float: left;
}
.contact a {
  text-decoration: none;
  color: var(--s-textcolor);
}
.contact a:hover,
.contact a:focus {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}
a {
  color: var(--s-textcolor);
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Barlow Condensed', sans-serif;
  color: var(--s-textcolor);
  text-transform: uppercase;
}
h1 {
  font-size: 70px;
  line-height: 1.07142857;
}
.layout8 h1 {
  font-size: 50px;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 40px;
    line-height: 1.125;
  }
  .layout8 h1 {
    font-size: 40px;
    line-height: 1.125;
  }
}
h2 {
  font-size: 50px;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 36px;
    line-height: 1.11111111;
  }
}
h3 {
  font-size: 30px;
  line-height: 1.16666667;
}
@media (max-width: 1023px) {
  h3 {
    font-size: 25px;
    line-height: 1.44;
  }
}
h4 {
  font-size: 25px;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  h4 {
    font-size: 20px;
    line-height: 1.25;
  }
}
h5 {
  font-size: 18px;
  line-height: 1.22222222;
  position: relative;
  padding-bottom: 12px;
}
h5:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  background-color: var(--s-textcolor);
  height: 2px;
}
@media (max-width: 1023px) {
  h5 {
    font-size: 15px;
    line-height: 1.13333333;
  }
}
h6 {
  font-size: 20px;
  line-height: 1.4;
  color: #89CCCA;
}
@media (max-width: 1023px) {
  h6 {
    font-size: 16px;
    line-height: 1.4375;
  }
}
.ns-slider__part--text p {
  font-size: 25px;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .ns-slider__part--text p {
    font-size: 16px;
    line-height: 1.4375;
  }
}
p.loud,
.lead {
  color: var(--s-textcolor);
  font-size: 25px;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  p.loud,
  .lead {
    font-size: 18px;
    line-height: 1.38888889;
  }
}
p.norm {
  color: var(--s-textcolor);
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  p.norm {
    font-size: 16px;
    line-height: 1.4375;
  }
}
p.skew {
  color: var(--s-textcolor);
  font-size: 35px;
  line-height: 1.37142857;
}
@media (max-width: 1023px) {
  p.skew {
    font-size: 28px;
    line-height: 1.39285714;
  }
}
.contactLead {
  font-size: 30px;
  line-height: 1.26666667;
}
@media (max-width: 1023px) {
  .contactLead {
    font-size: 18px;
    line-height: 1.38888889;
  }
}
.contactLink {
  font-size: 30px;
  line-height: 1.26666667;
  text-decoration: none;
  padding-left: 40px;
  background-size: 24px 36px;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.contactLink--mail {
  background-image: url(/images/icon-mail.svg);
}
.contactLink--phone {
  background-image: url(/images/icon-phone.svg);
}
.contactLink:hover,
.contactLink:focus {
  --s-textcolor: #FFFFFF;
}
.contactLink:hover.contactLink--mail,
.contactLink:focus.contactLink--mail {
  background-image: url(/images/icon-mail-hover.svg);
}
.contactLink:hover.contactLink--phone,
.contactLink:focus.contactLink--phone {
  background-image: url(/images/icon-phone-hover.svg);
}
@media (max-width: 1023px) {
  .contactLink {
    font-size: 18px;
    line-height: 1.38888889;
    padding-left: 40px;
    background-size: 22px 22px;
  }
}
.textAlign--center {
  text-align: center;
}
.area {
  box-sizing: border-box;
}
.area--one .unit {
  box-sizing: border-box;
}
.unit__background,
.unit__content {
  box-sizing: border-box;
}
.area--one .unitThree {
  --s-textcolor: #FFFFFF;
  background-color: #7EA9BC;
}
.area--one .unitFour {
  background-color: #89CCCA;
  background-image: url(/images/quotation-mark.svg);
  background-repeat: no-repeat;
}
.unitThree--noGap-top,
.unitFour--noGap-top {
  margin-top: 0;
}
.unitThree--noGap-bottom,
.unitFour--noGap-bottom {
  margin-bottom: 0;
}
.unitThree--noGap,
.unitFour--noGap {
  margin-top: 0;
  margin-bottom: 0;
}
.area--one .unitFive {
  background-color: #89CCCA;
  transition: all 0.4s;
}
.area--one .unitFive.unit--isAnchor:hover,
.area--one .unitFive.unit--isAnchor:focus {
  background-color: #c4e6e5;
}
.area--one .unitFive.unit--isAnchor:hover .part.link .open,
.area--one .unitFive.unit--isAnchor:focus .part.link .open {
  color: var(--s-textcolor);
  text-decoration: none;
  background: linear-gradient(var(--s-textcolor), var(--s-textcolor));
  background-size: 60px 2px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 75px;
}
.area--one .unitFive.unit--isAnchor:hover .part.link .open:active,
.area--one .unitFive.unit--isAnchor:focus .part.link .open:active {
  background-color: #54b5b2;
}
.area--one .unitFive .part.link .open {
  font-family: 'Barlow', sans-serif;
  float: left;
  font-size: 18px;
  line-height: 1.4;
  cursor: pointer;
  color: var(--s-textcolor);
  font-weight: 300;
  padding-left: 55px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(var(--s-textcolor), var(--s-textcolor));
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 40px 2px;
  transition: all 0.4s;
}
.area--one .unitFive .part.link .open:hover,
.area--one .unitFive .part.link .open:focus {
  color: var(--s-textcolor);
  text-decoration: none;
  background: linear-gradient(var(--s-textcolor), var(--s-textcolor));
  background-size: 60px 2px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 75px;
}
.area--one .unitFive .part.link .open:hover:active,
.area--one .unitFive .part.link .open:focus:active {
  background-color: #54b5b2;
}
.area--two .unitOne .part.link .open {
  font-family: 'Barlow', sans-serif;
  float: left;
  font-size: 18px;
  line-height: 1.4;
  cursor: pointer;
  color: var(--s-textcolor);
  font-weight: 300;
  padding-left: 55px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(var(--s-textcolor), var(--s-textcolor));
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 40px 2px;
  transition: all 0.4s;
}
.area--two .unitOne .part.link .open:hover,
.area--two .unitOne .part.link .open:focus {
  color: var(--s-textcolor);
  text-decoration: none;
  background: linear-gradient(var(--s-textcolor), var(--s-textcolor));
  background-size: 60px 2px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 75px;
}
.area--two .unitOne .part.link .open:hover:active,
.area--two .unitOne .part.link .open:focus:active {
  background-color: #54b5b2;
}
.area--one .unitSix {
  margin-top: calc(var(--spaceUnit) / 2);
  margin-bottom: calc(var(--spaceUnit) / 2);
  transition: all 0.4s;
}
.area--one .unitSix.unit--isAnchor .part.pict {
  overflow: hidden;
}
.area--one .unitSix.unit--isAnchor .part.pict img {
  transition: all 0.4s;
}
.area--one .unitSix.unit--isAnchor:hover,
.area--one .unitSix.unit--isAnchor:focus {
  transition: all 0.4s;
}
.area--one .unitSix.unit--isAnchor:hover .part.pict:first-child img,
.area--one .unitSix.unit--isAnchor:focus .part.pict:first-child img {
  transform: scale(1.1);
}
.area--one .unitSix.unit--isAnchor:hover .part.link .open,
.area--one .unitSix.unit--isAnchor:focus .part.link .open {
  color: #89CCCA;
  text-decoration: none;
  background: linear-gradient(#89CCCA, #89CCCA);
  background-size: 60px 2px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 75px;
}
.area--one .unitSix.unit--isAnchor:hover .part.link .open:active,
.area--one .unitSix.unit--isAnchor:focus .part.link .open:active {
  background-color: #54b5b2;
}
.area--beforeFooter .unitOne {
  margin-top: 0;
  margin-bottom: 0;
}
.area--beforeFooter .unitOne .part:first-child {
  margin-top: 0;
}
.area--beforeFooter .unitOne .part:last-child {
  margin-bottom: 0;
}
.area--cta .unit--form .part {
  margin-top: calc(var(--spacePart) / 2);
  margin-bottom: calc(var(--spacePart) / 2);
}
.part.link .open {
  font-family: 'Barlow', sans-serif;
  float: left;
  font-size: 18px;
  line-height: 1.4;
  cursor: pointer;
  color: var(--s-textcolor);
  font-weight: 300;
  padding-left: 55px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(var(--s-textcolor), var(--s-textcolor));
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 40px 2px;
  transition: all 0.4s;
}
.part.link .open:hover,
.part.link .open:focus {
  color: #89CCCA;
  text-decoration: none;
  background: linear-gradient(#89CCCA, #89CCCA);
  background-size: 60px 2px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 75px;
}
.part.link .open:hover:active,
.part.link .open:focus:active {
  background-color: #54b5b2;
}
.part.link .open:hover,
.part.link .open:focus {
  color: #89CCCA;
  text-decoration: none;
  background: linear-gradient(#89CCCA, #89CCCA);
  background-size: 60px 2px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 75px;
}
.part.link .open:hover:active,
.part.link .open:focus:active {
  background-color: #54b5b2;
}
.part.text.tiny {
  text-align: center;
}
body.cb-toggle-target-active {
  overflow: hidden;
}
.section {
  transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .section {
  transform: translateY(200px);
}
body.cb-toggle-target-active .section.section--header {
  transform: none;
}
.togglenavigation {
  top: 30px;
  right: 5%;
  z-index: 2001;
  width: 30px;
  height: 18px;
  cursor: pointer;
  float: left;
  position: fixed;
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #89CCCA;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-toggle-target-active .tline {
  background-color: #FFFFFF;
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  transform: translateY(-10px);
}
body.cb-toggle-target-active .tline--2 {
  transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateY(10px);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: #89CCCA;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
}
@media (min-width: 1024px) {
  .mobile-navigation {
    background-image: url(/images/paperplane.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 88vh;
  }
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navi-animation {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.mobile-navigation div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.mobile-navigation div.navi > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item {
  float: left;
  width: 100%;
  position: relative;
}
.mobile-navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item > .menu {
  display: block;
  color: var(--s-textcolor);
  font-family: 'Barlow Condensed', sans-serif;
}
.mobile-navigation div.sub1 {
  box-sizing: border-box;
  margin-top: 109px;
}
.mobile-navigation div.sub1 > .item {
  margin-top: 23px;
}
.mobile-navigation div.sub1 > .item.init {
  margin-top: 0;
}
.mobile-navigation div.sub1 > .item > .menu {
  font-size: 50px;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(#3C3C3B, #3C3C3B);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 0 4px;
  transition: all 0.4s;
}
.mobile-navigation div.sub1 > .item > .menu:hover,
.mobile-navigation div.sub1 > .item > .menu:focus {
  text-decoration: none;
  background-size: 55px 4px;
  padding-left: 75px;
}
@media (max-width: 1023px) {
  .mobile-navigation div.sub1 {
    margin-top: 76px;
  }
  .mobile-navigation div.sub1 > .item {
    margin-top: 25px;
  }
  .mobile-navigation div.sub1 > .item > .menu {
    font-size: 45px;
    line-height: 1.11111111;
  }
}
.mobile-navigation div.sub2 {
  display: none;
}
.mobile-navigation div.sub2 {
  overflow: hidden;
  max-height: 0;
}
.mobile-navigation div.sub2 > .item {
  opacity: 0;
  transform: scale(0.8);
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi {
  transition: none;
  max-height: 1000px;
  transition: max-height 2s;
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi > .item {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
}
.mobile-navigation .cb-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  width: 30px;
  height: 24px;
  background-size: 12px 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-down-black.svg);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.mobile-navigation .cb-toggle.cb-toggle-active {
  transform: rotate(-180deg);
}
.layout1 #head {
  margin-top: 177px;
}
.navlogo {
  height: 27px;
}
.mainNavi {
  margin-top: 81px;
}
.serviceContainer #social {
  margin-top: 59px;
}
.legalContainer--desktop {
  display: none;
}
.legalContainer--mobile {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
#legal {
  display: flex;
  flex-direction: column;
}
.copyright {
  margin-top: 163px;
}
.section--home {
  padding-top: 80px;
  padding-bottom: 39px;
}
.homelogo {
  height: 86px;
}
.moodPart {
  float: left;
}
.moodPart--2 {
  padding-top: var(--spaceUnit);
}
.section--areaIllustration {
  padding-bottom: var(--spaceUnit);
}
.section--intro {
  padding-top: 250px;
  padding-bottom: var(--spaceTotal);
  box-sizing: border-box;
}
.layout8 .section--intro {
  padding-top: var(--spaceTotal);
  padding-bottom: var(--spaceTotal);
}
.introContent {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column-reverse;
}
.introPart {
  float: left;
}
.contactContent {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-top: 100px;
  margin-bottom: 200px;
}
.contactPart {
  float: left;
  width: 100%;
}
.mapContent {
  display: flex;
  flex-direction: column;
}
.locationDetails {
  float: left;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .section--ctaTypeNoForm .ctaContent {
    margin-top: 300px;
  }
}
.ctaPart {
  float: left;
  width: 100%;
}
.cbdModule--ctaLink {
  margin-top: var(--spacePart);
}
.cbdModule--ctaLink a {
  font-family: 'Barlow', sans-serif;
  float: left;
  font-size: 18px;
  line-height: 1.4;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: 300;
  padding-left: 55px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(#FFFFFF, #FFFFFF);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 40px 2px;
  transition: all 0.4s;
}
.cbdModule--ctaLink a:hover,
.cbdModule--ctaLink a:focus {
  color: #FFFFFF;
  text-decoration: none;
  background: linear-gradient(#FFFFFF, #FFFFFF);
  background-size: 60px 2px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 75px;
}
.cbdModule--ctaLink a:hover:active,
.cbdModule--ctaLink a:focus:active {
  background-color: #54b5b2;
}
.designelement--1 {
  height: 100%;
  right: 0;
  top: 0;
}
.designelement--2 {
  top: -20px;
  height: 170px;
  left: 50%;
  transform: translateX(-50%);
}
.designelement--3 {
  top: 99px;
  height: 183px;
  left: 0;
}
.designelement--4 {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  height: 170px;
}
.designelement--5 {
  right: 30%;
  bottom: 45%;
  transform: translateX(30%);
  height: 150px;
  z-index: 2;
}
.designelement--6 {
  height: 170px;
  right: 10%;
  top: 60px;
}
@media (min-width: 460px) {
  .designelement--6 {
    left: 35%;
    right: unset;
  }
}
.designelement--7 {
  height: 170px;
  left: 10%;
  top: 70px;
}
.designelement--8 {
  height: 126px;
  right: 0;
}
.designelement--9 {
  height: 233px;
  right: 20%;
  bottom: 0px;
}
.designelement--10 {
  width: 95vw;
  bottom: 0;
  left: 0;
}
.designelement--11 {
  left: 50%;
  transform: translateX(-50%);
  height: 170px;
  bottom: 20px;
}
.designelement--12 {
  height: 150px;
  right: var(--deskSpace);
  top: 96px;
}
.designelement--13 {
  height: 312px;
  right: 10%;
  top: 0;
}
.footarea {
  padding-top: 86px;
  padding-bottom: 38px;
  flex-direction: column;
}
.footpart--right {
  margin-top: 30px;
}
.contact {
  margin-top: 30px;
}
.area--one {
  display: flex;
  flex-wrap: wrap;
}
.area--three {
  margin-top: 300px;
}
.area--five {
  margin-top: 296px;
}
.area--six {
  margin-top: 190px;
  margin-bottom: 215px;
}
.area--illustration {
  z-index: 3;
}
.area--illustration .unit {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.area--one .unitTwo {
  display: flex;
  flex-direction: column;
}
.area--one .unitTwo .unit__background {
  width: 100%;
  margin-bottom: var(--spacePart);
  margin-top: var(--spacePart);
}
.area--one .unitTwo .unit__content {
  width: 100%;
}
@media (max-width: 767px) {
  .area--one .unitTwo--imageLast,
  .area--one .unitThree--imageLast {
    flex-direction: column-reverse;
  }
  .area--one .unitTwo--imageLast .unit__background,
  .area--one .unitThree--imageLast .unit__background {
    margin-top: var(--spacePart);
  }
}
.area--one .unitThree {
  width: calc(100% + 10vw);
  margin-left: -5vw;
  margin-right: -5vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.area--one .unitThree .unit__background {
  width: 100%;
}
.area--one .unitThree .unit__content {
  padding: 0 5vw;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
  box-sizing: border-box;
}
.area--one .unitFour {
  width: calc(100% + 10vw);
  margin-left: -5vw;
  margin-right: -5vw;
  background-size: 200px auto;
  background-position: 10vw 0%;
}
.area--one .unitFour .unit__content {
  padding: 0 5vw;
  padding-top: calc(var(--spaceTotal) * 2);
  padding-bottom: calc(var(--spaceTotal) * 2);
}
.area--one .unitFive {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.area--one .unitFive .unit__content {
  padding: var(--spaceUnit);
}
.area--beforeFooter .unitOne {
  width: 100%;
}
.ns-slider {
  float: left;
  width: 100%;
}
.ns-sliderWrapper {
  float: left;
  width: 100%;
}
.ns-slider--Slider .ns-slider__section {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.ns-slider--Slider .ns-slider__section:first-child {
  margin-top: 0;
}
.ns-slider--Slider .ns-slider__cover {
  float: left;
  width: 100%;
  position: relative;
}
.ns-slider--Slider .ns-slider__stage {
  float: left;
  width: 100%;
  overflow: hidden;
}
.ns-slider--Slider .ns-slider__area {
  float: left;
  width: 100%;
  display: flex;
}
.ns-slider--Slider .ns-slide {
  float: left;
  width: calc((100%/2));
  flex-shrink: 0;
  transition: margin 0.6s;
  box-sizing: border-box;
  min-height: 800px;
}
@media (max-width: 1023px) {
  .ns-slider--Slider .ns-slide {
    width: 100%;
    min-height: 400px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ns-slider--Slider .ns-slide.is-anchor:hover .ns-slide__content,
  .ns-slider--Slider .ns-slide.is-anchor:focus .ns-slide__content {
    background-color: rgba(137, 204, 202, 0.05);
  }
}
.ns-slider--Slider .ns-slide__content {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  padding: 50px 150px;
}
@media (max-width: 1023px) {
  .ns-slider--Slider .ns-slide__content {
    padding: 45px 60px;
  }
}
.ns-slider--Slider .ns-slide__content.slidetype--turquoise {
  background-color: #89CCCA;
}
.ns-slider--Slider .ns-slide__content.slidetype--blue {
  background-color: #7EA9BC;
}
.ns-slider--Slider .ns-slider__part {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.ns-slider__part--text {
  color: #fff;
}
.ns-slider--Slider .ns-slider__part--sliderTitle,
.ns-slider--Slider .ns-slider__part--sliderLead {
  text-align: center;
  max-width: 800px;
}
.ns-slider--Slider .ns-sliderIndex {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.ns-slider--Slider .ns-sliderIndex__content {
  float: left;
  width: calc(100% + 20px);
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ns-slider--Slider .ns-sliderIndex__item {
  float: left;
  width: 16px;
  height: 16px;
  border-radius: 10000px;
  background-color: #7EA9BC;
}
.ns-slider--Slider .ns-sliderIndex__item.is-active {
  background-color: #89CCCA;
}
.ns-slider--Slider .ns-slider__controls {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 0 26px;
  box-sizing: border-box;
}
.ns-slider--Slider .ns-sliderControl {
  position: relative;
  float: left;
  z-index: 10;
  height: 26px;
  width: 14px;
  cursor: pointer;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .ns-slider--Slider .ns-sliderControl {
    height: 15px;
    width: 8px;
  }
}
.ns-slider--Slider .ns-sliderControl--prev {
  background-image: url(/images/icon-arrow-left-white.svg);
}
.ns-slider--Slider .ns-sliderControl--next {
  background-image: url(/images/icon-arrow-right-white.svg);
}
#map {
  /* default cluster styling */
  --cluster-fill-color: #89CCCA;
  --cluster-stroke-color: #89CCCA;
  --cluster-stroke-width: 0;
  --cluster-font-color: #fff;
  --cluster-font-family: 'Barlow', sans-serif;
}
.ns-locationGoogleMap {
  width: 100%;
  aspect-ratio: 1.77777778;
}
@supports not (aspect-ratio: 16 /  9) {
  .ns-locationGoogleMap:before {
    float: left;
    padding-top: 56.25%;
    content: '';
  }
  .ns-locationGoogleMap:after {
    display: block;
    content: '';
    clear: both;
  }
}
@media (max-width: 767px) {
  .ns-locationGoogleMap {
    aspect-ratio: 0.5625;
  }
  @supports not (aspect-ratio: 9 /  16) {
    .ns-locationGoogleMap:before {
      float: left;
      padding-top: 177.77777778%;
      content: '';
    }
    .ns-locationGoogleMap:after {
      display: block;
      content: '';
      clear: both;
    }
  }
}
.ns-locationMarker {
  float: left;
  transform: translateY(-100%) translateX(-50%);
}
.ns-locationMarker--show {
  float: left;
  z-index: 3;
  position: relative;
}
.ns-locationMarker__pin {
  float: left;
  width: 48px;
  height: 65px;
  background-image: url(/images/map-marker-black.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  transition: all 0.4s;
  cursor: pointer;
  transform: scale(0.48);
  transform-origin: 50% 100%;
}
.ns-locationMarker--show .ns-locationMarker__pin {
  transform: scale(1);
  background-image: url(/images/map-marker-turquoise.svg);
}
.ns-locationMarkerCluster {
  width: 35px;
  height: 35px;
  border-radius: 1000px;
  background: #89CCCA;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: translateY(-100%) translateX(-50%);
}
.ns-locationMarkerCluster__count {
  font-size: 15px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: bold;
}
.ns-locationMarker__popUp {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 450px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .ns-locationMarker__popUp {
    width: 300px;
  }
}
.ns-locationMarker__part {
  white-space: break-spaces;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.ns-locationMarker__part--link .open {
  font-family: 'Barlow', sans-serif;
  float: left;
  font-size: 18px;
  line-height: 1.4;
  cursor: pointer;
  color: var(--s-textcolor);
  font-weight: 300;
  padding-left: 55px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(var(--s-textcolor), var(--s-textcolor));
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 40px 2px;
  transition: all 0.4s;
}
.ns-locationMarker__part--link .open:hover,
.ns-locationMarker__part--link .open:focus {
  color: #89CCCA;
  text-decoration: none;
  background: linear-gradient(#89CCCA, #89CCCA);
  background-size: 60px 2px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 75px;
}
.ns-locationMarker__part--link .open:hover:active,
.ns-locationMarker__part--link .open:focus:active {
  background-color: #54b5b2;
}
#cb-cookie-warning {
  position: fixed;
  bottom: 55px;
  z-index: 1990;
  font-family: 'Barlow', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  background-color: #FFFFFF;
  color: var(--s-textcolor);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  padding: 20px;
  box-sizing: border-box;
  right: 0;
  transform: translateX(100%);
  width: 500px;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1023px) {
  #cb-cookie-warning {
    right: 0;
    width: 80%;
    max-width: calc(100% - 20vw);
  }
}
.show-content #cb-cookie-warning {
  right: 55px;
  transform: translateX(0);
  transition: all 0.2s 0.2s;
}
@media (max-width: 1023px) {
  .show-content #cb-cookie-warning {
    right: 10vw;
    width: 80%;
    max-width: calc(100% - 20vw);
  }
}
#cb-cookie-warning.cb-cookie-warning--hidden {
  display: none !important;
}
.cb-cookie-warning--container {
  float: left;
}
.cb-cookie-warning--text {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.cb-cookie-warning--actions {
  margin-top: 20px;
  float: left;
  height: 25px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .cb-cookie-warning--actions {
    flex-direction: column-reverse;
    height: auto;
  }
}
.cb-cookie-warning__button {
  font-family: 'Barlow', sans-serif;
  float: left;
  font-size: 18px;
  line-height: 1.4;
  cursor: pointer;
  color: var(--s-textcolor);
  font-weight: 300;
  padding-left: 55px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(var(--s-textcolor), var(--s-textcolor));
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 40px 2px;
  transition: all 0.4s;
  position: absolute;
}
.cb-cookie-warning__button:hover,
.cb-cookie-warning__button:focus {
  color: #89CCCA;
  text-decoration: none;
  background: linear-gradient(#89CCCA, #89CCCA);
  background-size: 60px 2px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 75px;
}
.cb-cookie-warning__button:hover:active,
.cb-cookie-warning__button:focus:active {
  background-color: #54b5b2;
}
@media (max-width: 767px) {
  .cb-cookie-warning__button {
    margin: 5px 0;
    position: relative;
    display: flex;
  }
}
#cb-cookie-warning__button--accept {
  left: 0;
}
#cb-cookie-warning__button--decline {
  left: 40%;
}
@media (max-width: 767px) {
  #cb-cookie-warning__button--decline {
    left: unset;
  }
}
/*# sourceMappingURL=./screen-small.css.map */