:root {
  --s-textcolor: #004444;
}
:root {
  --spacePart: 10px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 20px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 20px;
  }
}
:root {
  --spaceTotal: 30px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 30px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 30px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button-basic {
  padding: 5px 13px;
  box-sizing: border-box;
  color: #004444;
  border: 2px solid var(--btn-accent-color);
  -webkit-appearance: none;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  line-height: 1.625;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #4BFFA0;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: bold;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  line-height: 1.625;
}
.unit caption {
  display: none;
}
.flag {
  background: #4BFFA0;
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
  position: relative;
}
.unit .head,
.unit .body,
.unit .foot {
  float: left;
  width: 100%;
}
.unit.fold div.less,
.unit.fold div.more {
  float: left;
  width: 100%;
}
.unit.fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  position: relative;
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
}
#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 5px;
  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 {
  margin-bottom: calc(var(--spacePart) * 2);
}
.line hr {
  --s-textcolor: #FFF;
  float: left;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: 3px 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%;
}
.cb-service {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.cb-service:first-child {
  margin-top: 0;
}
.cb-service:last-child {
  margin-bottom: 0;
}
.cb-youtube iframe,
.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  margin-top: var(--spacePart);
}
.list--bullet li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 11px;
  height: 11px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/list-check.svg);
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: 100%;
  position: relative;
  height: 100%;
}
#slides {
  float: left;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 0;
  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: #4BFFA0;
  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: #4BFFA0;
}
.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: 'Manrope', 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: #4BFFA0;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #4BFFA0;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  padding: 5px 13px;
  box-sizing: border-box;
  color: #004444;
  border: 2px solid var(--btn-accent-color);
  -webkit-appearance: none;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  line-height: 1.625;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  --btn-accent-color: #4BFFA0;
  background-color: var(--btn-accent-color);
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  color: #004444;
  background-color: #FFF;
}
#disp .foot input:active,
#disp .foot a:active {
  background-color: #FFF;
}
#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: 'Manrope', 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%;
}
.unit.form .part {
  margin-top: 8px;
  margin-bottom: 8px;
}
.cb-form-required {
  float: left;
  width: 100%;
  display: none;
}
.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;
  padding-left: 10px;
  box-sizing: border-box;
  color: var(--s-textcolor);
  font-size: 14px;
  line-height: 1.42857143;
}
#view .unit.form .name {
  position: absolute;
  color: #004444;
  top: 4px;
  left: 0;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  background: #F2F2F2;
  min-height: 40px;
  padding: 25px 10px 5px;
  -webkit-appearance: none;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form textarea {
  padding: 25px 10px 5px;
}
@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: 7px;
    padding-bottom: 7px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 26px;
  color: var(--s-textcolor);
  font-size: 18px;
  line-height: 1.55555556;
  font-weight: bold;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 26px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 7px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.625;
  background: #F2F2F2;
  height: 40px;
  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;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form input.submit {
  float: left;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  padding: 5px 13px;
  box-sizing: border-box;
  color: #004444;
  border: 2px solid var(--btn-accent-color);
  -webkit-appearance: none;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  line-height: 1.625;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: var(--s-textcolor);
  background-color: transparent;
  --btn-accent-color: #FFB428;
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  color: #004444;
  background-color: var(--btn-accent-color);
}
.unit.form input.submit:active {
  background-color: #FFF;
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #507373;
  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: #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 {
  padding: 5px 13px;
  box-sizing: border-box;
  color: #004444;
  border: 2px solid var(--btn-accent-color);
  -webkit-appearance: none;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  line-height: 1.625;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  --btn-accent-color: #4BFFA0;
  background-color: var(--btn-accent-color);
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  color: #004444;
  background-color: #FFF;
}
.two-step-verification-container a:active {
  background-color: #FFF;
}
.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.08604954vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  float: left;
  height: 34px;
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #F2F2F2;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: var(--s-textcolor);
  overflow: hidden;
  hyphens: manual;
  padding-top: 66px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
}
.cb-layout2 .wrapper,
.cb-layout5 .wrapper,
.cb-layout8 .wrapper {
  background-color: #004444;
  --s-textcolor: #FFF;
}
.cb-layout8 .wrapper {
  padding-top: 40px;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: 90%;
  width: 1196px;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section--five .desk {
  width: 1056px;
}
.section--seven .desk {
  width: 420px;
}
.section--testimonial .desk {
  width: 1276px;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  background-color: #004444;
  padding: 16px 0 16px 0;
  position: fixed;
  top: 0;
  z-index: 1999;
}
.container {
  float: left;
  width: 100%;
  position: relative;
}
.container--head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.container--mood {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  isolation: isolate;
  box-sizing: border-box;
  padding-bottom: 100px;
  min-height: calc(100vh - 66px);
}
.navigation {
  float: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.service_startnow {
  padding: 5px 13px;
  box-sizing: border-box;
  color: #004444;
  border: 2px solid var(--btn-accent-color);
  -webkit-appearance: none;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  line-height: 1.625;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  --btn-accent-color: #4BFFA0;
  background-color: var(--btn-accent-color);
  margin: 0 17px;
  font-size: 16px;
  line-height: 1.25;
}
.service_startnow:hover,
.service_startnow:focus {
  color: #004444;
  background-color: #FFF;
}
.service_startnow:active {
  background-color: #FFF;
}
.mobile-navigation .service_startnow {
  font-size: 20px;
  line-height: 1.4;
  padding: 8px 20px;
  margin: 0 0 40px;
}
.service_login {
  --s-textcolor: #4BFFA0;
  padding: 5px 13px;
  box-sizing: border-box;
  color: #004444;
  border: 2px solid var(--btn-accent-color);
  -webkit-appearance: none;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  line-height: 1.625;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: var(--s-textcolor);
  background-color: transparent;
  --btn-accent-color: #4BFFA0;
  font-size: 16px;
  line-height: 1.25;
}
.service_login:hover,
.service_login:focus {
  color: #004444;
  background-color: var(--btn-accent-color);
}
.service_login:active {
  background-color: #FFF;
}
.service_login:hover,
.service_login:focus {
  background-color: #FFF;
}
.mobile-navigation .service_login {
  font-size: 20px;
  line-height: 1.4;
  padding: 8px 20px;
  margin: 0;
}
.mobile-links {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0 8vw;
}
main {
  float: left;
  width: 100%;
  position: relative;
  flex: 1 0 auto;
}
body:not(.cb-layout1) main {
  padding-top: calc(var(--spaceTotal));
  box-sizing: border-box;
}
.section--multimood .content {
  float: left;
  position: relative;
  max-width: 88%;
  width: 1196px;
  box-sizing: border-box;
}
.section--multimood .mood {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.section--green {
  background-color: #507373;
  --s-textcolor: #FFF;
}
.section--white {
  background-color: #FFF;
}
.section--darkgreen {
  background-color: #004444;
  --s-textcolor: #FFF;
}
.closebacklink {
  position: absolute;
  top: -100px;
  right: 5%;
  z-index: 2001;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .closebacklink {
    top: -50px;
  }
}
.closebacklink:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/mobile-menu-toggle.svg);
  transition: all 0.3s ease-in-out;
}
.backlink {
  margin-left: max(-4vw, -100px);
  margin-bottom: calc(var(--spacePart) * 2);
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 23px;
  line-height: 1.39130435;
  color: var(--s-textcolor);
  font-weight: bold;
}
.backlink:after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/slider-arrow-prev.svg);
}
.backlink:hover,
.backlink:focus {
  color: #FFB428;
}
.section--testimonial .area {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.section--testimonial .area .unit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  width: 100%;
}
@media (max-width: 1023px) {
  .section--testimonial .area .unit {
    min-height: min(18vw, 300px);
  }
}
.section--testimonial .area .unit.wide .body {
  display: flex;
  flex-direction: column;
  padding-left: 48.19749216%;
  padding-right: 7.8369906%;
  box-sizing: border-box;
  position: unset;
}
@media (max-width: 767px) {
  .section--testimonial .area .unit.wide .body {
    padding-left: 0;
  }
}
.section--testimonial .area .unit.wide .part.link {
  margin-top: var(--spaceTotal);
}
.section--testimonial .area .unit.wide .part.pict:nth-child(1) {
  z-index: 20;
  position: absolute;
  margin: 0;
  top: 0;
  left: 3.9184953%;
  width: min(16vw, 240px);
  height: min(16vw, 240px);
  aspect-ratio: 1;
  border-radius: 100%;
  isolation: isolate;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section--testimonial .area .unit.wide .part.pict:nth-child(1):after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}
@media (max-width: 1023px) {
  .section--testimonial .area .unit.wide .part.pict:nth-child(1) {
    width: min(19vw, 180px);
    height: min(19vw, 180px);
  }
}
@media (max-width: 767px) {
  .section--testimonial .area .unit.wide .part.pict:nth-child(1) {
    left: unset;
    top: calc(var(--spaceTotal) + 30vw);
    right: 0;
    height: 40vw;
    width: 40vw;
  }
  .section--testimonial .area .unit.wide .part.pict:nth-child(1) * {
    height: 100%;
  }
  .section--testimonial .area .unit.wide .part.pict:nth-child(1) img {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
  .section--testimonial .area .unit.wide .part.pict:nth-child(1) img {
    object-fit: contain;
  }
}
.section--testimonial .area .unit.wide .part.pict:nth-child(2) {
  margin: 0;
  position: absolute;
  top: 9.40438871%;
  z-index: 10;
  left: 16.06583072%;
  width: 27.03761755%;
  aspect-ratio: 1;
  border-radius: 100%;
  isolation: isolate;
  overflow: hidden;
}
.section--testimonial .area .unit.wide .part.pict:nth-child(2) * {
  height: 100%;
}
.section--testimonial .area .unit.wide .part.pict:nth-child(2) img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .section--testimonial .area .unit.wide .part.pict:nth-child(2) {
    position: relative;
    top: 0;
    width: 70vw;
    left: unset;
    right: 0;
    margin-bottom: var(--spaceTotal);
  }
}
.section--testimonial .area .unit.slim .body {
  display: flex;
  flex-direction: column;
  padding-right: 48.19749216%;
  padding-left: 7.8369906%;
  box-sizing: border-box;
  position: unset;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .section--testimonial .area .unit.slim .body {
    padding-right: 0;
  }
}
.section--testimonial .area .unit.slim .part.link {
  margin-top: var(--spaceTotal);
}
.section--testimonial .area .unit.slim .part.pict:nth-child(1) {
  z-index: 20;
  position: absolute;
  margin: 0;
  top: 0;
  right: 3.9184953%;
  width: min(16vw, 240px);
  height: min(16vw, 240px);
  aspect-ratio: 1;
  border-radius: 100%;
  isolation: isolate;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section--testimonial .area .unit.slim .part.pict:nth-child(1):after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}
@media (max-width: 1023px) {
  .section--testimonial .area .unit.slim .part.pict:nth-child(1) {
    width: min(19vw, 180px);
    height: min(19vw, 180px);
  }
}
@media (max-width: 767px) {
  .section--testimonial .area .unit.slim .part.pict:nth-child(1) {
    left: unset;
    top: calc(var(--spaceTotal) + 30vw);
    left: 0;
    height: 40vw;
    width: 40vw;
  }
  .section--testimonial .area .unit.slim .part.pict:nth-child(1) * {
    height: 100%;
  }
  .section--testimonial .area .unit.slim .part.pict:nth-child(1) img {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
  .section--testimonial .area .unit.slim .part.pict:nth-child(1) img {
    object-fit: contain;
  }
}
.section--testimonial .area .unit.slim .part.pict:nth-child(2) {
  margin: 0;
  position: absolute;
  top: 9.40438871%;
  z-index: 10;
  right: 16.06583072%;
  width: 27.03761755%;
  aspect-ratio: 1;
  border-radius: 100%;
  isolation: isolate;
  overflow: hidden;
}
.section--testimonial .area .unit.slim .part.pict:nth-child(2) * {
  height: 100%;
}
.section--testimonial .area .unit.slim .part.pict:nth-child(2) img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .section--testimonial .area .unit.slim .part.pict:nth-child(2) {
    position: relative;
    top: 0;
    width: 70vw;
    right: unset;
    left: 0;
    margin-bottom: var(--spaceTotal);
  }
}
#edit .area {
  position: relative;
}
#edit .area:before {
  content: '';
  position: absolute;
  background-color: #71caf3;
  padding: 0 5px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
#edit .section--one .area:before {
  content: 'Bereich 1';
}
#edit .section--two .area:before {
  content: 'Bereich 2';
}
#edit .section--three .area:before {
  content: 'Bereich 3';
}
#edit .section--four .area:before {
  content: 'Bereich 4';
}
#edit .section--five .area:before {
  content: 'Bereich 5';
}
#edit .section--six .area:before {
  content: 'Bereich 6';
}
#edit .section--seven .area:before {
  content: 'Bereich 7';
}
#edit .section--slider--one .area:before {
  content: 'Slider 1 Testimonials';
}
#edit .section--slider--two .area:before {
  content: 'Slider 2 Teasers';
}
.section--footer {
  flex-shrink: 0;
  background-color: #507373;
  margin-top: calc(var(--spaceTotal) * 2);
}
.footarea {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 40px;
  margin-bottom: 25px;
}
.footpart {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .footpart.footpart--flexend {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
  }
  .footpart.footpart--lang {
    padding-left: 50px;
    box-sizing: border-box;
    padding-bottom: 40px;
  }
}
.footstripe {
  float: left;
  position: relative;
  width: 100%;
  background-color: #004444;
}
.footlogo {
  float: left;
  width: 35px;
  margin-bottom: 15px;
  margin-right: 15px;
}
.footlogo-claim p.pale {
  font-weight: bold;
  color: #FFF;
}
.footnav {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
}
.langnavi {
  float: left;
  width: 100px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #F2F2F2;
}
.langnavi__toggle {
  float: left;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  padding: 10px 30px 10px 10px;
  position: relative;
  z-index: 3;
}
.langnavi__toggle:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 18px;
  height: 18px;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/chevron-down.svg);
          mask-image: url(/images/chevron-down.svg);
}
.langnavi__toggle:hover {
  color: #F2F2F2;
}
.langnavi__toggle:hover:after {
  background-color: #F2F2F2;
}
.langnavi__toggle.cb-toggle-active:after {
  transform: translateY(-50%) rotate(-180deg);
}
.langnavi__content {
  position: absolute;
  left: -1px;
  top: 100%;
  z-index: 2;
  width: calc(100% + 2px);
  margin-top: 0;
  box-sizing: border-box;
  background-color: #004444;
  border: 1px solid #F2F2F2;
  border-width: 0 1px 1px 1px;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
.langnavi.cb-toggle-target-active .langnavi__content {
  height: var(--js-elementHeight);
  border-width: 1px 1px 1px 1px;
}
.langnavi div.sub1 {
  float: left;
  width: 100%;
  display: block !important;
}
.langnavi div.sub1 > .item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: -1px;
  transform: translateY(-10px);
  opacity: 0;
  transition: all 0.2s;
}
.langnavi div.sub1 > .item.path {
  display: none;
}
.langnavi div.sub1 > .item > .menu {
  display: block;
  text-decoration: none;
  padding: 10px 30px 10px 10px;
  color: #F2F2F2;
}
.langnavi div.sub1 > .item > .menu:hover {
  color: #F2F2F2;
}
.cb-toggle-target-active.langnavi div.sub1 > .item {
  transition: all 0.4s 0.2s;
  opacity: 1;
  transform: translateY(0);
}
.vcard {
  float: left;
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.42857143;
}
@media (max-width: 1023px) {
  .vcard {
    padding-left: 50px;
    box-sizing: border-box;
  }
}
.adr,
.contact {
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  .adr {
    margin-bottom: 30px;
  }
}
.contact {
  display: flex;
  flex-direction: column;
}
.contact a {
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
.contact a:hover,
.contact a:focus {
  color: rgba(255, 255, 255, 0.8);
}
#social {
  float: left;
}
@media (max-width: 1023px) {
  #social {
    display: flex;
    flex-direction: column;
  }
}
#social .meta {
  float: left;
  width: 60px;
  height: 60px;
  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/linkedin.svg);
  margin-right: 30px;
}
#social .meta:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  #social .meta {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#social .meta:hover,
#social .meta:focus {
  opacity: 0.8;
}
#social .meta.service_youtube {
  background-image: url(/images/youtube.svg);
}
#social .meta.service_chat {
  background-image: url(/images/chat.svg);
  box-shadow: 2 4 4px rgba(0, 68, 68, 0.6);
}
.cky-consent-container,
.cky-modal {
  font-family: 'Manrope', sans-serif;
}
a {
  color: var(--s-textcolor);
  text-decoration: none;
}
a:hover,
a:focus {
  color: #4BFFA0;
}
.section:not(.section--south) .part.text p:not(.loud) .open {
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  text-decoration: underline;
  text-underline-position: under;
}
.part.link.tall .open {
  padding: 5px 13px;
  box-sizing: border-box;
  color: #004444;
  border: 2px solid var(--btn-accent-color);
  -webkit-appearance: none;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  line-height: 1.625;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  --btn-accent-color: #4BFFA0;
  background-color: var(--btn-accent-color);
}
.part.link.tall .open:hover,
.part.link.tall .open:focus {
  color: #004444;
  background-color: #FFF;
}
.part.link.tall .open:active {
  background-color: #FFF;
}
.part.link.tiny .open {
  padding: 5px 13px;
  box-sizing: border-box;
  color: #004444;
  border: 2px solid var(--btn-accent-color);
  -webkit-appearance: none;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  line-height: 1.625;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: var(--s-textcolor);
  background-color: transparent;
  --btn-accent-color: #FFB428;
}
.part.link.tiny .open:hover,
.part.link.tiny .open:focus {
  color: #004444;
  background-color: var(--btn-accent-color);
}
.part.link.tiny .open:active {
  background-color: #FFF;
}
h1 {
  font-size: 40px;
  line-height: 1.25;
  color: var(--s-textcolor);
}
@media (max-width: 767px) {
  .cb-layout1 h1 {
    font-size: 40px;
    line-height: 1.125;
  }
}
.cb-layout2 h1,
.cb-layout5 h1 {
  --s-textcolor: #4BFFA0;
}
.cb-layout8 h1 {
  font-size: 30px;
  line-height: 1.26666667;
  color: var(--s-textcolor);
  font-weight: bold;
}
.section--multimood h1 {
  color: #FFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
h2 {
  font-size: 30px;
  line-height: 1.26666667;
  color: var(--s-textcolor);
  font-weight: bold;
}
h3 {
  font-size: 28px;
  line-height: 1.35714286;
  color: var(--s-textcolor);
  font-weight: bold;
}
h4 {
  font-size: 22px;
  line-height: 1.45454545;
  color: var(--s-textcolor);
  font-weight: bold;
}
.cbdModule--sliderTitle {
  display: flex;
  justify-content: center;
  margin-top: calc(var(--spaceTotal) * 2);
}
.cbdModule--sliderTitle .sliderTitle {
  width: 1196px;
  max-width: 90%;
}
p.skew {
  font-size: 30px;
  line-height: 1.26666667;
  color: var(--s-textcolor);
  font-weight: bold;
  padding-top: 60px;
  padding-right: 130px;
  box-sizing: border-box;
  isolation: isolate;
  min-height: 250px;
}
@media (max-width: 1023px) {
  p.skew {
    padding-top: 40px;
    padding-right: 50px;
    min-height: 200px;
  }
}
p.skew:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 300px;
  height: 300px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/circle-quote.svg);
}
@media (max-width: 1023px) {
  p.skew:after {
    width: 200px;
    height: 200px;
  }
}
p.pale {
  color: var(--s-textcolor);
  font-size: 14px;
  line-height: 1.42857143;
}
.cb-image-caption {
  margin-top: var(--spacePart);
  color: var(--s-textcolor);
  font-size: 14px;
  line-height: 1.42857143;
}
p.norm {
  color: var(--s-textcolor);
}
p.loud {
  color: var(--s-textcolor);
}
p.loud > strong {
  padding: 5px 13px;
  box-sizing: border-box;
  color: #004444;
  border: 2px solid var(--btn-accent-color);
  -webkit-appearance: none;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  line-height: 1.625;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  cursor: default;
  --btn-accent-color: #507373;
  background-color: var(--btn-accent-color);
  color: #FFF;
  margin-right: 8px;
  margin-bottom: 12px;
}
p.loud > a {
  padding: 5px 13px;
  box-sizing: border-box;
  color: #004444;
  border: 2px solid var(--btn-accent-color);
  -webkit-appearance: none;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  line-height: 1.625;
  transition: all 0.3s ease-in-out;
  cursor: default;
  --btn-accent-color: #FFF;
  background-color: var(--btn-accent-color);
  margin-right: 8px;
  margin-bottom: 12px;
  border-color: #FFB428;
  cursor: pointer;
}
p.loud > a:hover,
p.loud > a:focus {
  background-color: #FFB428;
}
.section--front .area {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.section--one .area {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.section--two .area {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.section--three .area {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section--four .area {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.section--five .area {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
  display: flex;
  flex-wrap: wrap;
}
.section--six .area {
  margin-top: var(--spaceTotal);
  margin-bottom: calc(var(--spaceTotal) * 2);
  display: flex;
  flex-wrap: wrap;
}
.section--seven .area {
  margin-bottom: calc(var(--spaceTotal) * 2);
}
@media (max-width: 1023px) {
  .section--south .area .unit {
    padding-left: 50px;
    box-sizing: border-box;
  }
}
.section--south .area .unit .part {
  color: #FFF;
  margin: 5px 0;
}
.section--south .area .unit .part a {
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
.section--south .area .unit .part a:hover,
.section--south .area .unit .part a:focus {
  color: rgba(255, 255, 255, 0.8);
}
.section--two .area .pure.slim {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.section--two .area .pure.slim .part {
  text-align: center;
}
.section--two .area .pure.wide .pict.show.tiny {
  width: auto;
  margin-right: 20px;
  margin-bottom: 10px;
}
.section--two .area .pure.wide .pict.show.tiny img {
  width: 32px;
}
.section--two .area .pure.wide .pict.show.tiny .cb-image-figure {
  display: flex;
  align-items: center;
}
.section--two .area .pure.wide .pict.show.tiny .cb-image-container {
  width: auto;
}
.section--two .area .pure.wide .pict.show.tiny .cb-image-caption {
  margin-top: 0;
  margin-left: 10px;
  font-size: 18px;
  line-height: 1.55555556;
  font-weight: bold;
  text-align: left;
}
.section--two .area .pure.wide .pict.show.tiny > a {
  padding: 5px 13px;
  box-sizing: border-box;
  color: #004444;
  border: 2px solid var(--btn-accent-color);
  -webkit-appearance: none;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  line-height: 1.625;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
  padding: 10px 13px;
  --btn-accent-color: #FFF;
  background-color: var(--btn-accent-color);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.05);
}
.section--two .area .pure.wide .pict.show.tiny > a:hover,
.section--two .area .pure.wide .pict.show.tiny > a:focus {
  background-color: #FFF;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.25);
}
.section--two .area .pure.wide .pict.show.tiny > a:active {
  background-color: #FFF;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.25);
}
.section--two .area .flat {
  margin-top: calc(var(--spaceTotal) * 4);
  border-radius: 6px;
  overflow: hidden;
  background-color: #FFF;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  --s-textcolor: #004444;
}
.section--two .area .flat .body {
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .section--two .area .flat .part:not(.pict:first-child) {
    padding: 0 30px;
    box-sizing: border-box;
  }
  .section--two .area .flat .part.pict:first-child {
    margin-top: 0;
  }
}
.section--three .area .seam .part.pict:first-child {
  border-radius: 6px;
  overflow: hidden;
}
.section--three .area .pure.slim {
  background-color: #FFF;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  padding: 25px;
  box-sizing: border-box;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 6px;
}
#view .section--three .area .pure.slim .part.link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: 0;
}
#view .section--three .area .pure.slim .part.link .open {
  height: 100%;
  width: 100%;
  border-color: unset;
  border-radius: unset;
  background-color: unset;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#view .section--three .area .pure.slim .part.link .open:hover,
#view .section--three .area .pure.slim .part.link .open:focus {
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.15);
}
.section--three .area .flat.slim .part.pict:first-child {
  border-radius: 100%;
  overflow: hidden;
}
.cb-layout6 .section--three .area .flat.slim {
  text-align: center;
}
.section--three .area .edge.wide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 380px;
}
@media (max-width: 1023px) {
  .section--three .area .edge.wide {
    min-height: min(18vw, 300px);
  }
}
.section--three .area .edge.wide .body {
  display: flex;
  flex-direction: column;
  padding-left: 51.42140468%;
  padding-right: 8.36120401%;
  box-sizing: border-box;
  position: unset;
}
@media (max-width: 767px) {
  .section--three .area .edge.wide .body {
    padding-left: 0;
  }
}
.section--three .area .edge.wide .part.link {
  margin-top: var(--spaceTotal);
}
.section--three .area .edge.wide .part.pict:nth-child(1) {
  z-index: 20;
  position: absolute;
  margin: 0;
  top: 0;
  left: 4.18060201%;
  width: min(16vw, 240px);
  height: min(16vw, 240px);
  aspect-ratio: 1;
  border-radius: 100%;
  isolation: isolate;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section--three .area .edge.wide .part.pict:nth-child(1):after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}
@media (max-width: 1023px) {
  .section--three .area .edge.wide .part.pict:nth-child(1) {
    width: min(19vw, 180px);
    height: min(19vw, 180px);
  }
}
@media (max-width: 767px) {
  .section--three .area .edge.wide .part.pict:nth-child(1) {
    left: unset;
    top: calc(var(--spaceTotal) + 30vw);
    right: 0;
    height: 40vw;
    width: 40vw;
  }
  .section--three .area .edge.wide .part.pict:nth-child(1) * {
    height: 100%;
  }
  .section--three .area .edge.wide .part.pict:nth-child(1) img {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
  .section--three .area .edge.wide .part.pict:nth-child(1) img {
    object-fit: contain;
  }
}
.section--three .area .edge.wide .part.pict:nth-child(2) {
  margin: 0;
  position: absolute;
  top: 10.03344482%;
  z-index: 10;
  left: 17.14046823%;
  width: 28.84615385%;
  aspect-ratio: 1;
  border-radius: 100%;
  isolation: isolate;
  overflow: hidden;
}
.section--three .area .edge.wide .part.pict:nth-child(2) * {
  height: 100%;
}
.section--three .area .edge.wide .part.pict:nth-child(2) img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .section--three .area .edge.wide .part.pict:nth-child(2) {
    position: relative;
    top: 0;
    width: 70vw;
    left: unset;
    right: 0;
    margin-bottom: var(--spaceTotal);
  }
}
.section--four .area .unit {
  margin-top: calc(var(--spaceTotal) * 3);
  margin-bottom: calc(var(--spaceTotal) * 3);
  box-sizing: border-box;
  isolation: isolate;
}
@media (max-width: 1023px) {
  .section--four .area .unit {
    margin-top: calc(var(--spaceTotal) * 4);
    margin-bottom: calc(var(--spaceTotal) * 4);
  }
}
@media (max-width: 767px) {
  .section--four .area .unit {
    margin-top: calc(var(--spaceTotal) * 1 + 10px);
    margin-bottom: calc(var(--spaceTotal) * 1 + 10px);
  }
}
#view .section--four .area .unit .part.pict:last-child {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
  padding: calc(var(--spaceTotal) * 3) 0;
}
@media (max-width: 1023px) {
  #view .section--four .area .unit .part.pict:last-child {
    top: -290px;
  }
}
@media (max-width: 767px) {
  #view .section--four .area .unit .part.pict:last-child {
    top: -90px;
    padding: calc(var(--spaceTotal) * 1) 0;
  }
}
#view .section--four .area .unit .part.pict:last-child .cb-image-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section--four .area .pure .part.pict:first-child {
  border-radius: 6px;
  overflow: hidden;
  z-index: -3;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
}
.section--four .area .seam {
  padding-top: calc(var(--spaceTotal) * 2);
  padding-bottom: calc(var(--spaceTotal) * 2);
  --s-textcolor: #004444;
}
@media (max-width: 1023px) {
  .section--four .area .seam {
    padding-top: calc(var(--spaceTotal) * 1);
    padding-bottom: calc(var(--spaceTotal) * 1);
  }
}
@media (max-width: 767px) {
  .section--four .area .seam {
    padding-top: calc(var(--spaceTotal) * 3);
    padding-bottom: calc(var(--spaceTotal) * 1);
  }
}
.section--four .area .seam .body {
  border-radius: 6px;
  background-color: #FFF;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  padding: 0 32px 35px;
  box-sizing: border-box;
  height: 100%;
}
@media (max-width: 1023px) {
  .section--four .area .seam .body {
    padding: 0 32px 35px;
  }
}
@media (max-width: 1023px) {
  .section--four .area .seam .part.text:first-child {
    margin-top: calc(var(--spacePart) * 2);
  }
}
@media (max-width: 1023px) {
  .section--four .area .seam .part.pict:first-child {
    isolation: isolate;
    background-color: #F2F2F2;
    margin-top: 0;
    margin-left: -32px;
    width: calc(100% + 64px);
    padding: 32px 32px 32px;
    box-sizing: border-box;
  }
  .section--four .area .seam .part.pict:first-child:after {
    content: '';
    position: absolute;
    top: -40px;
    left: -40px;
    right: -40px;
    z-index: -1;
    width: calc(100% + 80px);
    height: calc(100% + 40px);
    background-color: #F2F2F2;
  }
  .cb-layout2 .section--four .area .seam .part.pict:first-child,
  .cb-layout5 .section--four .area .seam .part.pict:first-child,
  .cb-layout8 .section--four .area .seam .part.pict:first-child {
    background-color: #004444;
  }
  .cb-layout2 .section--four .area .seam .part.pict:first-child:after,
  .cb-layout5 .section--four .area .seam .part.pict:first-child:after,
  .cb-layout8 .section--four .area .seam .part.pict:first-child:after {
    background-color: #004444;
  }
}
.section--six .area .unit {
  --s-textcolor: #004444;
}
.section--six .area .unit .body {
  border-radius: 5px;
  background-color: #FFF;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  padding: 15px 32px 35px;
  box-sizing: border-box;
  height: 100%;
}
.section--six .area .unit .part.link {
  text-align: center;
}
.section--six .area .pure.wide {
  overflow: hidden;
}
.section--six .area .pure.wide .body {
  isolation: isolate;
}
.section--six .area .pure.wide .body:after {
  content: 'beliebt';
  position: absolute;
  pointer-events: none;
  top: -40px;
  right: -40px;
  color: #FFF;
  padding: 5px 0 2px;
  box-sizing: border-box;
  font-weight: bold;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
  text-align: center;
  width: 200px;
  height: 38px;
  z-index: -1;
  background-color: #FFB428;
}
#view .scroll-animated {
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.5s 0s cubic-bezier(0.425, 0.125, 0.11, 1), opacity 0.5s 0s ease-in-out;
}
#view .scroll-animated.scroll-animated--active {
  opacity: 1;
  transform: translateY(0);
}
#view #head:not(.scroll-animated),
#view .unit:not(.scroll-animated),
#view .sliderTitle:not(.scroll-animated) {
  opacity: 0;
}
#view.show-content #head:not(.scroll-animated),
#view.show-content .unit:not(.scroll-animated),
#view.show-content .sliderTitle:not(.scroll-animated) {
  animation-name: notScrollAnimated;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.425, 0.125, 0.11, 1);
  opacity: 1;
}
@keyframes notScrollAnimated {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  60%,
  100% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
#cb-cookie-warning {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1990;
}
#cb-cookie-warning.cb-cookie-warning--hidden {
  display: none !important;
}
.cb-cookie-warning--container {
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  background-color: #004444;
  color: #FFF;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.375;
  transform: translateY(200%);
  transition: all 0.5s 0.5s cubic-bezier(0.05, 0.8, 0.5, 1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 8px 20px;
}
@media (max-width: 1023px) {
  .cb-cookie-warning--container {
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px 20px;
  }
}
.show-content .cb-cookie-warning--container {
  transform: translateY(0);
}
.cb-cookie-warning--text {
  --s-textcolor: #FFF;
  width: calc(100% - 320px);
  float: left;
}
.cb-cookie-warning--text a {
  text-decoration: underline;
  text-underline-position: under;
}
@media (max-width: 1023px) {
  .cb-cookie-warning--text {
    text-align: left;
    width: 100%;
  }
}
.cb-cookie-warning--actions {
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 320px;
}
@media (max-width: 1023px) {
  .cb-cookie-warning--actions {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.cb-cookie-warning__button {
  float: left;
  padding: 5px 13px;
  box-sizing: border-box;
  color: #004444;
  border: 2px solid var(--btn-accent-color);
  -webkit-appearance: none;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  line-height: 1.625;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  --btn-accent-color: #4BFFA0;
  background-color: var(--btn-accent-color);
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}
.cb-cookie-warning__button:hover,
.cb-cookie-warning__button:focus {
  color: #004444;
  background-color: #FFF;
}
.cb-cookie-warning__button:active {
  background-color: #FFF;
}
@media (max-width: 1023px) {
  .cb-cookie-warning__button {
    margin-top: 20px;
  }
}
#cb-cookie-warning__button--decline {
  --s-textcolor: #FFF;
  padding: 5px 13px;
  box-sizing: border-box;
  color: #004444;
  border: 2px solid var(--btn-accent-color);
  -webkit-appearance: none;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  line-height: 1.625;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: var(--s-textcolor);
  background-color: transparent;
  --btn-accent-color: #FFB428;
  display: none;
}
#cb-cookie-warning__button--decline:hover,
#cb-cookie-warning__button--decline:focus {
  color: #004444;
  background-color: var(--btn-accent-color);
}
#cb-cookie-warning__button--decline:active {
  background-color: #FFF;
}
@media (max-width: 1023px) {
  #cb-cookie-warning__button--decline {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .navigation {
    display: none;
  }
}
.togglenavigation {
  position: fixed;
  top: 22px;
  right: 5%;
  z-index: 2001;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.togglenavigation:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/mobile-menu-toggle.svg);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .togglenavigation {
    top: 18px;
  }
}
body.cb-toggle-target-active .togglenavigation:after {
  transform: rotate(45deg);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: #507373;
  overflow-y: scroll;
  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);
}
.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;
  margin-bottom: 15px;
}
.mobile-navigation div.navi > .item.exit {
  margin-bottom: 0;
}
.mobile-navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item > .menu {
  font-size: 20px;
  line-height: 1.4;
  padding: 8px 20px;
  box-sizing: border-box;
  font-weight: bold;
  display: block;
  color: #FFF;
}
.mobile-navigation div.navi > .item > .menu.path {
  color: #4BFFA0;
}
.mobile-navigation div.sub1 {
  display: flex;
  justify-content: center;
  padding: 0 !important ;
  margin-block: 30px;
}
.mobile-navigation div.sub1 > .item {
  margin: 0 2px;
  width: auto;
}
.mobile-navigation div.sub1 > .item.init {
  margin-left: 0;
}
.mobile-navigation div.sub1 > .item.exit {
  margin-right: 0;
}
.mobile-navigation div.sub1 > .item > .menu {
  padding: 4px 4px !important;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
.mobile-navigation div.sub1 > .item > .menu:hover,
.mobile-navigation div.sub1 > .item > .menu:focus {
  color: #4BFFA0;
}
.mobile-navigation div.sub1 > .item > .menu.path {
  color: #004444;
  border-radius: 8px;
  background-color: #4BFFA0;
}
.mobile-navigation div.sub2 {
  box-sizing: border-box;
  padding: 0 8vw;
  margin: 117px 0 30px;
}
.mobile-navigation div.sub2 > .item > .menu {
  padding-right: 30px;
}
.mobile-navigation div.sub3 {
  display: none;
}
.section--five .area {
  width: 100%;
}
.section--five .area > .unit {
  margin-right: 7.69230769%;
  margin-left: 7.69230769%;
  width: 84.61538462%;
}
.section--five .area .cb-album .body,
.section--five .area .head,
.section--five .area .foot,
.section--five .area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--five .area > .slim {
  width: 34.61538462%;
}
.section--five .area > .slim .head,
.section--five .area > .slim .foot,
.section--five .area > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--five .area > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--five .area > .slim .tiny {
  width: 100%;
}
.section--five .area {
  width: 113.04347826%;
  margin-left: -4.34782609%;
}
.section--slider .desk {
  width: calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.section--slider.section--slider--two .desk {
  width: 100vw;
  max-width: 100vw;
}
.js-slider {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  position: relative;
}
.js-slider__width {
  float: left;
  width: 100%;
}
.section--slider--one .js-slider__width {
  width: 1276px;
  max-width: 100%;
}
#view .js-slider__width {
  overflow: hidden;
}
.section--slider .area {
  display: flex;
  justify-content: center;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.section--slider .area .cb-layout1 {
  margin-top: calc(var(--spaceTotal) * 2);
}
#view .section--slider .area {
  display: flex;
  justify-content: center;
}
#edit .section--slider .area {
  display: flex;
  flex-wrap: wrap;
}
.section--slider .area .unit {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
#view .section--slider .area .unit {
  flex-shrink: 0;
  transition: all 0.8s ease-in-out;
}
.section--slider--one .area .unit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  width: 100%;
}
@media (max-width: 1023px) {
  .section--slider--one .area .unit {
    min-height: min(18vw, 300px);
  }
}
.section--slider--one .area .unit.wide .body {
  display: flex;
  flex-direction: column;
  padding-left: 48.19749216%;
  padding-right: 7.8369906%;
  box-sizing: border-box;
  position: unset;
}
@media (max-width: 767px) {
  .section--slider--one .area .unit.wide .body {
    padding-left: 0;
  }
}
.section--slider--one .area .unit.wide .part.link {
  margin-top: var(--spaceTotal);
}
.section--slider--one .area .unit.wide .part.pict:nth-child(1) {
  z-index: 20;
  position: absolute;
  margin: 0;
  top: 0;
  left: 3.9184953%;
  width: min(16vw, 240px);
  height: min(16vw, 240px);
  aspect-ratio: 1;
  border-radius: 100%;
  isolation: isolate;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section--slider--one .area .unit.wide .part.pict:nth-child(1):after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}
@media (max-width: 1023px) {
  .section--slider--one .area .unit.wide .part.pict:nth-child(1) {
    width: min(19vw, 180px);
    height: min(19vw, 180px);
  }
}
@media (max-width: 767px) {
  .section--slider--one .area .unit.wide .part.pict:nth-child(1) {
    left: unset;
    top: calc(var(--spaceTotal) + 30vw);
    right: 0;
    height: 40vw;
    width: 40vw;
  }
  .section--slider--one .area .unit.wide .part.pict:nth-child(1) * {
    height: 100%;
  }
  .section--slider--one .area .unit.wide .part.pict:nth-child(1) img {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
  .section--slider--one .area .unit.wide .part.pict:nth-child(1) img {
    object-fit: contain;
  }
}
.section--slider--one .area .unit.wide .part.pict:nth-child(2) {
  margin: 0;
  position: absolute;
  top: 9.40438871%;
  z-index: 10;
  left: 16.06583072%;
  width: 27.03761755%;
  aspect-ratio: 1;
  border-radius: 100%;
  isolation: isolate;
  overflow: hidden;
}
.section--slider--one .area .unit.wide .part.pict:nth-child(2) * {
  height: 100%;
}
.section--slider--one .area .unit.wide .part.pict:nth-child(2) img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .section--slider--one .area .unit.wide .part.pict:nth-child(2) {
    position: relative;
    top: 0;
    width: 70vw;
    left: unset;
    right: 0;
    margin-bottom: var(--spaceTotal);
  }
}
.section--slider--one .area .unit.slim .body {
  display: flex;
  flex-direction: column;
  padding-right: 48.19749216%;
  padding-left: 7.8369906%;
  box-sizing: border-box;
  position: unset;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .section--slider--one .area .unit.slim .body {
    padding-right: 0;
  }
}
.section--slider--one .area .unit.slim .part.link {
  margin-top: var(--spaceTotal);
}
.section--slider--one .area .unit.slim .part.pict:nth-child(1) {
  z-index: 20;
  position: absolute;
  margin: 0;
  top: 0;
  right: 3.9184953%;
  width: min(16vw, 240px);
  height: min(16vw, 240px);
  aspect-ratio: 1;
  border-radius: 100%;
  isolation: isolate;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section--slider--one .area .unit.slim .part.pict:nth-child(1):after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}
@media (max-width: 1023px) {
  .section--slider--one .area .unit.slim .part.pict:nth-child(1) {
    width: min(19vw, 180px);
    height: min(19vw, 180px);
  }
}
@media (max-width: 767px) {
  .section--slider--one .area .unit.slim .part.pict:nth-child(1) {
    left: unset;
    top: calc(var(--spaceTotal) + 30vw);
    left: 0;
    height: 40vw;
    width: 40vw;
  }
  .section--slider--one .area .unit.slim .part.pict:nth-child(1) * {
    height: 100%;
  }
  .section--slider--one .area .unit.slim .part.pict:nth-child(1) img {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
  .section--slider--one .area .unit.slim .part.pict:nth-child(1) img {
    object-fit: contain;
  }
}
.section--slider--one .area .unit.slim .part.pict:nth-child(2) {
  margin: 0;
  position: absolute;
  top: 9.40438871%;
  z-index: 10;
  right: 16.06583072%;
  width: 27.03761755%;
  aspect-ratio: 1;
  border-radius: 100%;
  isolation: isolate;
  overflow: hidden;
}
.section--slider--one .area .unit.slim .part.pict:nth-child(2) * {
  height: 100%;
}
.section--slider--one .area .unit.slim .part.pict:nth-child(2) img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .section--slider--one .area .unit.slim .part.pict:nth-child(2) {
    position: relative;
    top: 0;
    width: 70vw;
    right: unset;
    left: 0;
    margin-bottom: var(--spaceTotal);
  }
}
#view .section--slider--one .area .unit {
  width: 1276px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 2.5vw;
  margin-left: 2.5vw;
}
#view .section--slider--one .area .unit .body {
  width: 1276px;
}
#view .section--slider--one .area .unit.unit--collapsed {
  width: 0;
  margin-left: 0;
  margin-right: 0;
}
.section--slider--two .area .unit {
  background-color: #FFF;
  width: 510px;
  margin-right: 10px;
  margin-left: 10px;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}
.section--slider--two .area .unit.seam:after {
  content: 'Aktuell';
  position: absolute;
  font-size: 14px;
  line-height: 1.42857143;
  top: 18px;
  right: 18px;
  z-index: 100;
  color: #004444;
  background-color: #4BFFA0;
  border-radius: 100px;
  padding: 2px 8px;
  box-sizing: border-box;
}
.section--slider--two .area .unit.flat {
  width: 350px;
}
.section--slider--two .area .unit .body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 0 35px 25px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .section--slider--two .area .unit .body {
    padding: 0 15px 10px;
  }
}
.section--slider--two .area .unit .part.link:last-child {
  margin-top: auto;
}
.section--slider--two .area .unit .part.pict:first-child {
  margin-left: -35px;
  margin-right: -35px;
  width: calc(100% + 70px);
  margin-bottom: 17px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .section--slider--two .area .unit .part.pict:first-child {
    margin-bottom: 2px;
  }
}
#view .section--slider--two .area .unit {
  width: 510px;
}
#view .section--slider--two .area .unit .body {
  width: 510px;
}
#view .section--slider--two .area .unit.flat {
  width: 350px;
}
#view .section--slider--two .area .unit.flat .body {
  width: 350px;
}
#view .section--slider--two .area .unit.unit--collapsed {
  width: 0;
  margin-left: 0;
  margin-right: 0;
}
.section--slider--one .js-slider__link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 111;
  width: 40px;
  height: 40px;
  background-size: 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(/images/slider-arrow-prev.svg);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.no-slider .section--slider--one .js-slider__link {
  display: none;
}
.section--slider--one .js-slider__link:hover,
.section--slider--one .js-slider__link:focus {
  background-color: #507373;
}
#edit .section--slider--one .js-slider__link {
  display: none;
}
.section--slider--one .js-slider__link.js-slider__link--prev {
  left: 0;
}
.section--slider--one .js-slider__link.js-slider__link--next {
  right: 0;
  background-image: url(/images/slider-arrow-next.svg);
}
.no-slider .js-slider__link {
  display: none;
}
.section--slider--two .js-slider__link {
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: calc((100vw - 1040px) / 2);
  height: 100%;
}
@media (max-width: 1023px) {
  .section--slider--two .js-slider__link {
    width: calc((100vw - 510px) / 2);
  }
}
@media (max-width: 767px) {
  .section--slider--two .js-slider__link {
    width: calc((100vw - 70vw) / 2);
  }
}
.section--slider--two .js-slider__link:after {
  content: '';
  position: absolute;
  top: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-size: 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(/images/slider-arrow-prev.svg);
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.section--slider--two .js-slider__link:hover:after,
.section--slider--two .js-slider__link:focus:after {
  background-color: #507373;
}
#edit .section--slider--two .js-slider__link {
  display: none;
}
.section--slider--two .js-slider__link.js-slider__link--prev {
  left: 20px;
  z-index: 3;
}
.section--slider--two .js-slider__link.js-slider__link--prev:after {
  left: 0;
}
.section--slider--two .js-slider__link.js-slider__link--next {
  right: 20px;
}
.section--slider--two .js-slider__link.js-slider__link--next:after {
  right: 0;
  background-image: url(/images/slider-arrow-next.svg);
}
@media (max-width: 1200px) {
  #view .section--slider--one .area .unit {
    width: calc(100vw - 40px);
  }
  #view .section--slider--one .area .unit .body {
    width: calc(100vw - 40px);
  }
}
@media (max-width: 1023px) {
  #view .section--slider--one .area .unit {
    width: 100%;
  }
  #view .section--slider--one .area .unit .body {
    width: calc(100vw - 40px);
  }
}
@media (max-width: 767px) {
  #view .section--slider--two .area .unit {
    width: 70vw;
  }
  #view .section--slider--two .area .unit .body {
    width: 70vw;
  }
}
/*# sourceMappingURL=./screen-small.css.map */