.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #1A2041;
  line-height: 1.58823529;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #13172f;
}
.button:active {
  background-color: #04050a;
}
@font-face {
  font-family: "RothornBold";
  src: url("/extras/fonts/RothornBold/font.woff2") format("woff2"), url("/extras/fonts/RothornBold/font.woff") format("woff");
}
@font-face {
  font-family: "RothornBoldItalic";
  src: url("/extras/fonts/RothornBoldItalic/font.woff2") format("woff2"), url("/extras/fonts/RothornBoldItalic/font.woff") format("woff");
}
@font-face {
  font-family: "RothornDemiBold";
  src: url("/extras/fonts/RothornDemiBold/font.woff2") format("woff2"), url("/extras/fonts/RothornDemiBold/font.woff") format("woff");
}
@font-face {
  font-family: "RothornRegular";
  src: url("/extras/fonts/RothornRegular/font.woff2") format("woff2"), url("/extras/fonts/RothornRegular/font.woff") format("woff");
}
@font-face {
  font-family: "RothornItalic";
  src: url("/extras/fonts/RothornItalic/font.woff2") format("woff2"), url("/extras/fonts/RothornItalic/font.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #C4FD16;
  color: #1A2041;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 17px;
  font-family: 'RothornRegular', sans-serif;
  line-height: 1.58823529;
}
.cbdModule {
  float: left;
  width: 100%;
  position: relative;
}
.unit caption {
  display: none;
}
.flag {
  background: #1A2041;
  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);
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 1023px) {
  .unit {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .unit {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .unit {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .unit {
    margin-bottom: 10px;
  }
}
.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: 10px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 1023px) {
  .part {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .part {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .part {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .part {
    margin-bottom: 10px;
  }
}
.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%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  color: #FFF;
  text-align: center;
  margin-top: 35px;
  font-size: 17px;
  line-height: 1.23529412;
}
.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 {
  cursor: pointer;
  display: inline-block;
  padding-left: 52px;
  background-size: 25px 25px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(/images/download.svg);
  color: #1A2041;
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
div.load a.load:hover,
div.load a.load:focus {
  color: #BECEC3;
  background-image: url(/images/download-green.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 #1A2041;
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  width: 50px;
  border-width: 2px;
  border-color: #B5C1E1;
  border-style: dashed;
}
.line hr.dash.bold {
  border-color: #1A2041;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
  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: 39px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .list--bullet li {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .list--bullet li {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .list--bullet li {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .list--bullet li {
    margin-bottom: 10px;
  }
}
.list--bullet li:before {
  content: '';
  width: 16px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 7px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-list.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%;
  height: 100%;
  position: relative;
}
.cb-layout4 #expo {
  height: unset;
}
#slides {
  float: left;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 0;
  position: relative;
}
.cb-layout1 #slides:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.cb-layout4 #slides {
  height: 0% !important;
  padding-bottom: 33.671875%;
}
@media (max-width: 1023px) {
  .cb-layout4 #slides {
    padding-bottom: 50vh;
  }
}
#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: block;
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 65px;
  height: 65px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 11px 22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-left-bluedark.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (max-width: 767px) {
  #expo a.link {
    top: calc(100% - 100px);
    width: 45px;
    height: 45px;
    background-size: 8px 19px;
  }
}
#expo a.link:hover,
#expo a.link:focus {
  background-color: #ffffff;
}
#expo a.link.prev {
  left: 0;
}
#expo a.link.next {
  right: 0;
  background-image: url(/images/arrow-right-bluedark.svg);
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: block;
  position: absolute;
  left: 0;
  bottom: 35px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .cb-index-all {
    bottom: 90px;
    padding: 0 45px;
    box-sizing: border-box;
  }
}
.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: 15px;
  height: 15px;
  border-radius: 15px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background: transparent;
  border: 2px solid #FFF;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .cb-index-all a {
    width: 12px;
    height: 12px;
    border-radius: 12px;
  }
}
.cb-index-all td.this a {
  background: #FFF;
}
.cb-index-some {
  display: none;
  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: 'RothornRegular', sans-serif;
  line-height: 1.42857143;
  color: #1A2041;
}
@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: #1A2041;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #1A2041;
  font-size: 16px;
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  background-color: #1A2041;
  line-height: 1.58823529;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  color: #fff;
  background-color: #13172f;
}
#disp .foot input:active,
#disp .foot a:active {
  background-color: #04050a;
}
#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: 65px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 32px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-expand.svg);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 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: 'RothornRegular', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  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: 0px;
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
  font-size: 19px;
  line-height: 1.73684211;
}
@media (max-width: 767px) {
  .unit.form .name {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 35px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  border-bottom: 2px solid #1A2041;
  min-height: 35px;
  padding: 5px 10px;
  -webkit-appearance: none;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.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: 27px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 4px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'RothornRegular', sans-serif;
  font-size: 17px;
  line-height: 1.58823529;
  background: transparent;
  height: 45px;
  border: 2px solid #1A2041;
  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: 35px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form input.submit {
  float: left;
  margin-top: 25px;
  margin-bottom: 10px;
  display: inline-block;
  width: 400px;
  max-width: 100%;
  cursor: pointer;
  font-size: 23px;
  line-height: 1.43478261;
  text-decoration: none;
  padding: 16px 40px 20px;
  box-sizing: border-box;
  outline-offset: -3px;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: center;
  color: #1A2041;
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
  background-size: 6px 69px, calc(100% - 10px), 6px 69px;
  background-position: 0 50%, 5px 50%, 100% 50%;
  background-repeat: repeat-y, no-repeat, repeat-y;
  background-image: url('/images/ticket-left-green.svg'), url('/images/ticket-bg-green.svg'), url('/images/ticket-right-green.svg');
}
@media (max-width: 1023px) {
  .unit.form input.submit {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .unit.form input.submit {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .unit.form input.submit {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .unit.form input.submit {
    margin-bottom: 10px;
  }
}
.unit.form input.submit.path,
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  color: #BECEC3;
  background-size: 6px 69px, calc(100% - 10px), 6px 69px;
  background-position: 0 50%, 5px 50%, 100% 50%;
  background-repeat: repeat-y, no-repeat, repeat-y;
  background-image: url('/images/ticket-left-bluedark.svg'), url('/images/ticket-bg-bluedark.svg'), url('/images/ticket-right-bluedark.svg');
}
@media (max-width: 1023px) {
  .unit.form input.submit {
    font-size: 18px;
    line-height: 1.5;
  }
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: #1A2041;
  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: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .unit.form div.cb-form-sent {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .unit.form div.cb-form-sent {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .unit.form div.cb-form-sent {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .unit.form div.cb-form-sent {
    margin-bottom: 10px;
  }
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
  font-size: 14px;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  background-color: #1A2041;
  line-height: 1.58823529;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  color: #fff;
  background-color: #13172f;
}
.two-step-verification-container a:active {
  background-color: #04050a;
}
.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;
}
.section--five .pure .table tr {
  border-top: 2px solid #1A2041;
  border-bottom: 2px solid #1A2041;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
}
.table td {
  padding: 5px 10px;
  vertical-align: top;
}
.section--five .pure .table td {
  padding: 18px 10px;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
}
@media (max-width: 767px) {
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  float: left;
  height: 34px;
  margin-top: 16px;
  margin-bottom: 18px;
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  #head {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #head {
    margin-bottom: 20px;
  }
}
.cb-layout2 #head {
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .cb-layout2 #head {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cb-layout2 #head {
    margin-bottom: 10px;
  }
}
.cb-layout3 #head {
  margin-top: 50px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .cb-layout3 #head {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cb-layout3 #head {
    margin-top: 40px;
  }
}
.cb-layout6 #head,
.cb-layout7 #head,
.cb-layout5 #head,
.cb-layout4 #head {
  margin-top: 50px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .cb-layout6 #head,
  .cb-layout7 #head,
  .cb-layout5 #head,
  .cb-layout4 #head {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cb-layout6 #head,
  .cb-layout7 #head,
  .cb-layout5 #head,
  .cb-layout4 #head {
    margin-top: 40px;
  }
}
body:not(.c1) #head {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 60px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  body:not(.c1) #head {
    padding-left: 46px;
  }
}
body:not(.c1) #head:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 2px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/endliker.svg);
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (max-width: 767px) {
  body:not(.c1) #head:before {
    top: 4px;
    width: 24px;
    height: 24px;
  }
}
body.c2 #head:before {
  background-image: url(/images/etzberg.svg);
}
body.c3 #head:before {
  background-image: url(/images/toesstal.svg);
}
body.c4 #head:before {
  background-image: url(/images/naegelsee.svg);
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'RothornRegular', sans-serif;
  font-size: 17px;
  line-height: 1.58823529;
  color: #1A2041;
  overflow: hidden;
  -webkit-hyphens: none;
          hyphens: none;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 80px;
  -webkit-font-smoothing: antialiased;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: 88%;
  width: 1340px;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section--footer .desk {
  width: 1238px;
}
.mobile-navigation .desk,
.section--header .desk {
  width: calc(100% - 50px);
  max-width: calc(100% - 50px);
}
.section--four .desk {
  max-width: 100%;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  border-top: 8px solid #1A2041;
  position: fixed;
  top: 0;
  background-color: #FFF;
  z-index: 2000;
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (max-width: 1150px) {
  body.cb-toggle-target-active .section--header {
    background-color: #BECEC3;
    border-bottom: 2px solid #1A2041;
  }
}
.container {
  float: left;
  position: relative;
}
.container.container--head {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container.container--nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
}
.container.container--mood {
  width: 100%;
}
#topservices {
  margin-bottom: 16px;
  margin-right: 10px;
}
@media (max-width: 1023px) {
  #topservices {
    display: none!important;
  }
}
#topservices .meta:hover,
#topservices .meta:focus {
  color: #BECEC3;
}
#topservices .meta:hover:after,
#topservices .meta:focus:after {
  background-image: url(/images/icon-portal-green.svg);
}
#topservices .meta.service_downloads:hover:after,
#topservices .meta.service_downloads:focus:after {
  background-image: url(/images/icon-download-green.svg);
}
#mobtopservices {
  width: 100%;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
#mobtopservices .meta {
  margin: 0 20px;
}
#mobtopservices,
#topservices {
  float: right;
  display: flex;
  flex-wrap: wrap;
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
#mobtopservices .meta,
#topservices .meta {
  font-size: 15px;
  line-height: 1.26666667;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
  color: #1A2041;
}
#mobtopservices .meta:after,
#topservices .meta:after {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-portal-blue.svg);
}
#mobtopservices .meta.service_downloads:after,
#topservices .meta.service_downloads:after {
  background-image: url(/images/icon-download-blue.svg);
}
.cbdModule--frontpageCta {
  position: absolute;
  bottom: 0;
  right: 6vw;
  width: unset;
  transform: translateY(50%);
  z-index: 222;
}
.cbdModule--sliderCta {
  position: absolute;
  top: 40px;
  right: 110px;
  width: unset;
  z-index: 222;
}
@media (max-width: 767px) {
  .cbdModule--sliderCta {
    top: 10px;
    right: 10px;
  }
}
.cbdModule--sliderTitel {
  margin-top: 25px;
  margin-bottom: 50px;
  position: relative;
  isolation: isolate;
}
@media (max-width: 1023px) {
  .cbdModule--sliderTitel {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .cbdModule--sliderTitel {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .cbdModule--sliderTitel {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cbdModule--sliderTitel {
    margin-bottom: 40px;
  }
}
.cbdModule--sliderTitel:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1A2041;
  height: 2px;
  left: 0;
  width: calc(100% + 4vw);
  z-index: -1;
}
.container--slider {
  float: left;
  width: 100%;
  position: relative;
}
.sliderCta,
.frontpageCta,
.service_cta {
  float: left;
  cursor: pointer;
  transform: rotate(-29deg);
  background-color: #B5C1E1;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  font-size: 18px;
  line-height: 1.27777778;
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
  color: #1A2041;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.sliderCta:hover,
.frontpageCta:hover,
.service_cta:hover,
.sliderCta:focus,
.frontpageCta:focus,
.service_cta:focus {
  transform: rotate(0);
  background-color: #1A2041;
  color: #B5C1E1;
}
.sliderCta {
  width: 117px;
  height: 117px;
  font-size: 15px;
  line-height: 1.4;
}
#mobsocial {
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 55px;
  margin-bottom: 55px;
}
#mobsocial .meta {
  float: left;
  width: 22px;
  height: 22px;
  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/facebook-mob.svg);
  margin-right: 30px;
}
#mobsocial .meta:last-child {
  margin-right: 0;
}
#mobsocial .meta:hover,
#mobsocial .meta:focus {
  opacity: 0.8;
}
#mobsocial .meta.service_instagram {
  background-image: url(/images/instagram-mob.svg);
}
#mobsocial .meta.service_linkedin {
  background-image: url(/images/linkedin-mob.svg);
}
main {
  float: left;
  width: 100%;
  position: relative;
  flex: 1 0 auto;
}
.section--four,
.section--multimood {
  padding: 0 10px;
  box-sizing: border-box;
}
.cb-layout1 .section--multimood .container--mood {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: calc(100vh - 80px);
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  min-height: calc((var(--vh, 1vh) * 100) - 80px);
  padding-bottom: 100px;
  box-sizing: border-box;
}
.section--multimood .multimood {
  float: left;
  width: 100%;
  position: relative;
}
.cb-layout1 .section--multimood .multimood {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cb-layout2 .section--multimood .multimood {
  height: calc(50vh - 80px);
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc((var(--vh, 1vh) * 50) - 80px);
}
.section--multimood .content {
  float: left;
  position: relative;
}
.cb-layout1 .section--multimood .content {
  width: 680px;
  max-width: 88%;
  color: #FFF;
  text-align: center;
}
.cb-layout2 .section--multimood .content {
  padding: 40px calc(6vw - 10px);
}
.cb-layout4 .section--multimood {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .cb-layout4 .section--multimood {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .cb-layout4 .section--multimood {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .cb-layout4 .section--multimood {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .cb-layout4 .section--multimood {
    margin-bottom: 20px;
  }
}
.contentnav {
  float: left;
  width: 100%;
  position: relative;
}
.contentnav div.sub2 {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contentnav div.sub2 > .cb-toggle {
  display: none;
}
.contentnav div.sub2 > .item {
  float: left;
  display: block;
  max-width: 100%;
}
.contentnav div.sub2 > .item > .menu {
  display: block;
  display: inline-block;
  width: 400px;
  max-width: 100%;
  cursor: pointer;
  font-size: 23px;
  line-height: 1.43478261;
  text-decoration: none;
  padding: 16px 40px 20px;
  box-sizing: border-box;
  outline-offset: -3px;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: center;
  color: #1A2041;
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
  background-size: 6px 69px, calc(100% - 10px), 6px 69px;
  background-position: 0 50%, 5px 50%, 100% 50%;
  background-repeat: repeat-y, no-repeat, repeat-y;
  background-image: url('/images/ticket-left-green.svg'), url('/images/ticket-bg-green.svg'), url('/images/ticket-right-green.svg');
}
.contentnav div.sub2 > .item > .menu.path,
.contentnav div.sub2 > .item > .menu:hover,
.contentnav div.sub2 > .item > .menu:focus {
  color: #BECEC3;
  background-size: 6px 69px, calc(100% - 10px), 6px 69px;
  background-position: 0 50%, 5px 50%, 100% 50%;
  background-repeat: repeat-y, no-repeat, repeat-y;
  background-image: url('/images/ticket-left-bluedark.svg'), url('/images/ticket-bg-bluedark.svg'), url('/images/ticket-right-bluedark.svg');
}
@media (max-width: 1023px) {
  .contentnav div.sub2 > .item > .menu {
    font-size: 18px;
    line-height: 1.5;
  }
}
.section--footer {
  flex-shrink: 0;
  background-color: #1A2041;
  margin-top: 25px;
}
@media (max-width: 1023px) {
  .section--footer {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .section--footer {
    margin-top: 20px;
  }
}
.footarea {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footpart {
  float: left;
  width: 100%;
  position: relative;
  font-size: 15px;
  line-height: 1.53333333;
  color: #FFF;
  margin-top: 15px;
  margin-bottom: 15px;
}
.footpart .slimcontent {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.footpart .slimcontent .newsletter {
  float: left;
  width: 100%;
  position: relative;
}
.footpart .slimcontent .newsletter input {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.25;
  padding: 10px 12px ;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1023px) {
  .footpart .slimcontent .newsletter input {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .footpart .slimcontent .newsletter input {
    margin-top: 10px;
  }
}
.footpart .slimcontent .social {
  float: left;
  width: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .footpart .slimcontent .social {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.footlogo {
  width: 33px;
}
.foottitle {
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
}
.contact {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .contact {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .contact {
    margin-top: 20px;
  }
}
.contact a {
  color: #FFF;
}
#social {
  float: left;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  #social {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #social {
    margin-top: 10px;
  }
}
#social .meta {
  float: left;
  width: 40px;
  height: 40px;
  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/facebook.svg);
  margin-right: 18px;
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta:hover,
#social .meta:focus {
  opacity: 0.8;
}
#social .meta.service_instagram {
  background-image: url(/images/instagram.svg);
}
#social .meta.service_linkedin {
  background-image: url(/images/linkedin.svg);
}
#legal {
  float: left;
  font-size: 18px;
  line-height: 1.33333333;
}
@media (max-width: 767px) {
  #legal {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.23076923;
  }
}
#legal .meta {
  margin: 0 8px;
}
#legal .meta:first-child {
  margin-left: 0;
}
#legal .meta:last-child {
  margin-right: 0;
}
#cmsbox {
  float: left;
  font-size: 18px;
  line-height: 1.33333333;
}
@media (max-width: 767px) {
  #cmsbox {
    width: 100%;
    font-size: 13px;
    line-height: 1.23076923;
  }
}
#cmsbox .meta {
  margin: 0 8px;
}
#cmsbox .meta:first-child {
  margin-left: 0;
}
#cmsbox .meta:last-child {
  margin-right: 0;
}
#mc_embed_signup_scroll {
  display: flex;
  flex-direction: row;
}
#mc_embed_signup .newsletteremail {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #FFF;
}
#mc_embed_signup .newsletterbtn {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  cursor: pointer;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-size: 25px 25px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/btn-arrow-right-green.svg);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
#mc_embed_signup .newsletterbtn:hover,
#mc_embed_signup .newsletterbtn:focus {
  background-image: url(/images/btn-arrow-right-bluedark.svg);
}
#mc_embed_signup .mce_inline_error {
  width: 210px;
  font-size: 14px;
  box-sizing: border-box;
}
a {
  color: #BECEC3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #92ad9b;
}
.part.link.tall {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .part.link.tall {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .part.link.tall {
    margin-top: 20px;
  }
}
.part.link.tall .open {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  cursor: pointer;
  font-size: 23px;
  line-height: 1.43478261;
  text-decoration: none;
  padding: 16px 40px 20px;
  box-sizing: border-box;
  outline-offset: -3px;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: center;
  color: #1A2041;
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
  background-size: 6px 69px, calc(100% - 10px), 6px 69px;
  background-position: 0 50%, 5px 50%, 100% 50%;
  background-repeat: repeat-y, no-repeat, repeat-y;
  background-image: url('/images/ticket-left-green.svg'), url('/images/ticket-bg-green.svg'), url('/images/ticket-right-green.svg');
}
.part.link.tall .open.path,
.part.link.tall .open:hover,
.part.link.tall .open:focus {
  color: #BECEC3;
  background-size: 6px 69px, calc(100% - 10px), 6px 69px;
  background-position: 0 50%, 5px 50%, 100% 50%;
  background-repeat: repeat-y, no-repeat, repeat-y;
  background-image: url('/images/ticket-left-bluedark.svg'), url('/images/ticket-bg-bluedark.svg'), url('/images/ticket-right-bluedark.svg');
}
@media (max-width: 1023px) {
  .part.link.tall .open {
    font-size: 18px;
    line-height: 1.5;
  }
}
.section--four .seam .part.link.tall .open {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  cursor: pointer;
  font-size: 23px;
  line-height: 1.43478261;
  text-decoration: none;
  padding: 16px 40px 20px;
  box-sizing: border-box;
  outline-offset: -3px;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: center;
  color: #1A2041;
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
  background-size: 6px 69px, calc(100% - 10px), 6px 69px;
  background-position: 0 50%, 5px 50%, 100% 50%;
  background-repeat: repeat-y, no-repeat, repeat-y;
  background-image: url('/images/ticket-left-greylight.svg'), url('/images/ticket-bg-greylight.svg'), url('/images/ticket-right-greylight.svg');
}
.section--four .seam .part.link.tall .open.path,
.section--four .seam .part.link.tall .open:hover,
.section--four .seam .part.link.tall .open:focus {
  color: #BECEC3;
  background-size: 6px 69px, calc(100% - 10px), 6px 69px;
  background-position: 0 50%, 5px 50%, 100% 50%;
  background-repeat: repeat-y, no-repeat, repeat-y;
  background-image: url('/images/ticket-left-bluedark.svg'), url('/images/ticket-bg-bluedark.svg'), url('/images/ticket-right-bluedark.svg');
}
@media (max-width: 1023px) {
  .section--four .seam .part.link.tall .open {
    font-size: 18px;
    line-height: 1.5;
  }
}
.section--one .unit .part.link.tiny .open,
.section--two .unit .part.link.tiny .open,
.section--three .unit .part.link.tiny .open,
.section--four .unit:not(.seam) .part.link.tiny .open,
.section--five .area .unit:not(.seam.slim) .part.link.tiny .open {
  font-size: 19px;
  line-height: 1.05263158;
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
  color: #BECEC3;
  padding: 6px 44px 6px 0;
  box-sizing: border-box;
  background-size: 30px 30px;
  background-position: 99% 50%;
  background-repeat: no-repeat;
  background-image: url('/images/btn-arrow-right-green.svg');
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.section--one .unit .part.link.tiny .open:hover,
.section--two .unit .part.link.tiny .open:hover,
.section--three .unit .part.link.tiny .open:hover,
.section--four .unit:not(.seam) .part.link.tiny .open:hover,
.section--five .area .unit:not(.seam.slim) .part.link.tiny .open:hover,
.section--one .unit .part.link.tiny .open:focus,
.section--two .unit .part.link.tiny .open:focus,
.section--three .unit .part.link.tiny .open:focus,
.section--four .unit:not(.seam) .part.link.tiny .open:focus,
.section--five .area .unit:not(.seam.slim) .part.link.tiny .open:focus {
  color: #1A2041;
  background-image: url('/images/btn-arrow-right-bluedark.svg');
}
@media (max-width: 767px) {
  .section--one .unit .part.link.tiny .open,
  .section--two .unit .part.link.tiny .open,
  .section--three .unit .part.link.tiny .open,
  .section--four .unit:not(.seam) .part.link.tiny .open,
  .section--five .area .unit:not(.seam.slim) .part.link.tiny .open {
    background-size: 24px 24px;
    padding-right: 6px 40px 6px 0;
    font-size: 16px;
    line-height: 1.1875;
  }
}
.section--four .seam .part.link.tiny .open,
.section--five .seam.slim .part.link.tiny .open,
.section--six .seam  .part.link.tiny .open {
  font-size: 19px;
  line-height: 1.05263158;
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
  color: #1A2041;
  padding: 6px 44px 6px 0;
  box-sizing: border-box;
  background-size: 30px 30px;
  background-position: 99% 50%;
  background-repeat: no-repeat;
  background-image: url('/images/btn-arrow-right-bluedark.svg');
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.section--four .seam .part.link.tiny .open:hover,
.section--five .seam.slim .part.link.tiny .open:hover,
.section--six .seam  .part.link.tiny .open:hover,
.section--four .seam .part.link.tiny .open:focus,
.section--five .seam.slim .part.link.tiny .open:focus,
.section--six .seam  .part.link.tiny .open:focus {
  color: #FFF;
  background-image: url('/images/btn-arrow-right-white.svg');
}
@media (max-width: 767px) {
  .section--four .seam .part.link.tiny .open,
  .section--five .seam.slim .part.link.tiny .open,
  .section--six .seam  .part.link.tiny .open {
    background-size: 24px 24px;
    padding-right: 6px 40px 6px 0;
    font-size: 16px;
    line-height: 1.1875;
  }
}
.goback {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.goback__link {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  cursor: pointer;
  font-size: 23px;
  line-height: 1.43478261;
  text-decoration: none;
  padding: 16px 40px 20px;
  box-sizing: border-box;
  outline-offset: -3px;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: center;
  color: #1A2041;
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
  background-size: 6px 69px, calc(100% - 10px), 6px 69px;
  background-position: 0 50%, 5px 50%, 100% 50%;
  background-repeat: repeat-y, no-repeat, repeat-y;
  background-image: url('/images/ticket-left-green.svg'), url('/images/ticket-bg-green.svg'), url('/images/ticket-right-green.svg');
  margin-top: 25px;
  margin-bottom: 25px;
}
.goback__link.path,
.goback__link:hover,
.goback__link:focus {
  color: #BECEC3;
  background-size: 6px 69px, calc(100% - 10px), 6px 69px;
  background-position: 0 50%, 5px 50%, 100% 50%;
  background-repeat: repeat-y, no-repeat, repeat-y;
  background-image: url('/images/ticket-left-bluedark.svg'), url('/images/ticket-bg-bluedark.svg'), url('/images/ticket-right-bluedark.svg');
}
@media (max-width: 1023px) {
  .goback__link {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 1023px) {
  .goback__link {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .goback__link {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .goback__link {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .goback__link {
    margin-bottom: 20px;
  }
}
h1 {
  font-size: 17px;
  line-height: 1.58823529;
  font-weight: 600;
  font-family: 'RothornDemiBold', sans-serif;
}
h2 {
  font-size: 24px;
  line-height: 1.41666667;
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
}
h2.mood-title {
  font-size: 28px;
  line-height: 1.35714286;
}
h3 {
  font-size: 24px;
  line-height: 1.41666667;
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
}
h4,
h5 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
}
h5 {
  background-color: #FFF;
  padding-right: 15px;
  box-sizing: border-box;
  float: left;
}
.text-section--h5 {
  position: relative;
  isolation: isolate;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .text-section--h5 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .text-section--h5 {
    margin-bottom: 20px;
  }
}
.text-section--h5:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1A2041;
  height: 2px;
  left: 0;
  width: calc(100% + 4vw);
  z-index: -1;
}
p.loud {
  font-size: 17px;
  line-height: 1.58823529;
}
p.pale {
  font-size: 15px;
  line-height: 1.53333333;
  font-weight: 500;
  font-family: 'RothornDemiBold', sans-serif;
}
p.skew {
  padding-top: 50px;
  box-sizing: border-box;
  background-size: 55px 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/images/icon-quote.svg);
  font-size: 22px;
  line-height: 1.27272727;
  font-family: 'RothornBoldItalic', sans-serif;
  margin-top: -35px;
  position: relative;
  z-index: 2;
  font-style: normal;
}
i {
  font-style: normal;
  font-family: 'RothornItalic', sans-serif;
}
strong > i {
  font-style: normal;
  font-family: 'RothornBoldItalic', sans-serif;
}
.section--two .area,
.section--three .area,
.section--four .area,
.section--five .area,
.section--six .area,
.section--seven .area {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .section--two .area,
  .section--three .area,
  .section--four .area,
  .section--five .area,
  .section--six .area,
  .section--seven .area {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section--two .area,
  .section--three .area,
  .section--four .area,
  .section--five .area,
  .section--six .area,
  .section--seven .area {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .section--two .area,
  .section--three .area,
  .section--four .area,
  .section--five .area,
  .section--six .area,
  .section--seven .area {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section--two .area,
  .section--three .area,
  .section--four .area,
  .section--five .area,
  .section--six .area,
  .section--seven .area {
    margin-bottom: 40px;
  }
}
.cb-layout3 .section--four .farnorth {
  margin-top: 0;
}
.cb-layout7 .section--five .areaEleven,
.cb-layout6 .section--five .areaEleven,
.cb-layout5 .section--five .areaEleven,
.cb-layout4 .section--five .areaEleven {
  margin-top: 0;
}
#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 / Galerien';
}
.section--two .area .pure .part.pict.tiny:nth-child(2) {
  float: right;
  width: 25px;
  height: 25px;
  top: 20px;
  right: 20px;
}
.section--three .area .pure.slim .part {
  text-align: center;
}
.section--three .area .pure.slim .part.line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section--three .area .pure.slim .part.pict {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .section--three .area .pure.slim .part.pict {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section--three .area .pure.slim .part.pict {
    margin-bottom: 20px;
  }
}
.section--three .area .pure.slim .part.pict .cb-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section--three .area .seam {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #FFF;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  padding-bottom: 15px;
}
.section--three .area .seam .part.pict {
  margin-top: 0;
}
.section--three .area .seam .part:not(.pict) {
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-right: 25px;
}
.section--three .area .seam.slim .part.link.tiny {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.section--three .area .seam.wide .part.pict.tiny:nth-child(2) {
  float: right;
  width: 25px;
  height: 25px;
  top: 20px;
  right: 20px;
}
.section--three .area .flat.slim .part.link.tiny {
  margin-top: -35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section--three .area .flat.slim .part.link.tiny .open {
  background-color: #FFF;
  width: calc(100% - 40px);
  padding: 12px 30px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #1A2041;
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
  text-decoration: none;
  display: inline-block;
  background-size: 25px 25px;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-image: url(/images/btn-arrow-right-bluedark.svg);
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  outline: 2px solid #FFF;
}
.section--three .area .flat.slim .part.link.tiny .open:hover,
.section--three .area .flat.slim .part.link.tiny .open:focus {
  outline-color: #1A2041;
}
.section--three .area .flat.slim .part.pict.tiny:nth-child(2) {
  position: absolute;
  width: 25px;
  height: 22px;
  bottom: 15px;
  left: 40px;
  z-index: 2;
}
.section--four .area .seam,
.section--four .area .pure {
  padding: 60px 20px;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section--four .area .seam .part,
.section--four .area .pure .part {
  text-align: center;
}
.section--four .area .seam .part.pict,
.section--four .area .pure .part.pict {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .section--four .area .seam .part.pict,
  .section--four .area .pure .part.pict {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section--four .area .seam .part.pict,
  .section--four .area .pure .part.pict {
    margin-bottom: 20px;
  }
}
.section--four .area .seam .part.pict .cb-image-container,
.section--four .area .pure .part.pict .cb-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section--four .area .pure {
  background-color: #EFEFEF;
}
.section--four .area .seam {
  isolation: isolate;
}
.section--four .area .seam:after {
  content: '';
  top: 0;
  left: -50vw;
  width: 200vw;
  height: 100%;
  position: absolute;
  background-color: #BECEC3;
  z-index: -1;
}
.section--five .area .seam.slim {
  margin-top: 60px;
  margin-bottom: 30px;
  background-color: #BECEC3;
  padding: 40px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .section--five .area .seam.slim {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .section--five .area .seam.slim {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .section--five .area .seam.slim {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section--five .area .seam.slim {
    margin-bottom: 20px;
  }
}
.section--five .area .seam.slim .part.text {
  text-align: center;
}
body:not(.c1) .section--five .area .seam.slim:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  left: 50%;
  top: -27px;
  transform: translateX(-50%);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/endliker.svg);
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (max-width: 767px) {
  body:not(.c1) .section--five .area .seam.slim:before {
    top: -24px;
    width: 47px;
    height: 47px;
  }
}
body.c2 .section--five .area .seam.slim:before {
  background-image: url(/images/etzberg.svg);
}
body.c3 .section--five .area .seam.slim:before {
  background-image: url(/images/toesstal.svg);
}
body.c4 .section--five .area .seam.slim:before {
  background-image: url(/images/naegelsee.svg);
}
.section--six .area .seam {
  background-color: #BECEC3;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.section--six .area .seam .part:not(.pict) {
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-right: 25px;
}
.section--six .area .seam .part.pict {
  margin-top: 0;
  position: relative;
}
.section--six .area .seam .part.pict:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
}
.section--six .area .seam .part.link {
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .section--six .area .seam .part.link {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section--six .area .seam .part.link {
    margin-top: 40px;
  }
}
.section--seven .area .unit .part.link.tiny {
  margin-top: -35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section--seven .area .unit .part.link.tiny .open {
  background-color: #FFF;
  width: calc(100% - 40px);
  padding: 12px 60px 12px 30px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #1A2041;
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
  text-decoration: none;
  display: inline-block;
  background-size: 25px 25px;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-image: url(/images/btn-arrow-right-bluedark.svg);
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  outline: 2px solid #FFF;
}
.section--seven .area .unit .part.link.tiny .open:hover,
.section--seven .area .unit .part.link.tiny .open:focus {
  outline-color: #1A2041;
}
.area .fold {
  border-top: 2px solid #1A2041;
  border-bottom: 2px solid #1A2041;
  padding-bottom: 10px;
  padding-top: 15px;
}
.area .fold + .fold {
  padding-top: 0;
  border-top: unset;
  margin-top: 0;
}
.area .fold .more {
  padding-right: 80px;
  box-sizing: border-box;
}
.area .fold .fold-toggle {
  width: 100%;
  color: #1A2041;
  padding-right: 80px;
  box-sizing: border-box;
  position: relative;
  display: block;
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
}
.area .fold .fold-toggle:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/fold-open.svg);
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.area .fold .fold-toggle.fold-toggle--open {
  color: #BECEC3;
}
.area .fold .fold-toggle.fold-toggle--open:after {
  background-image: url(/images/fold-close.svg);
}
.area .fold .foot {
  display: none;
}
#view .scroll-animated {
  opacity: 0;
  transform: translateX(-10rem);
  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: translateX(0);
}
.unit .part.pict .cb-image-caption {
  display: none;
}
@media (max-width: 1149px) {
  .navi {
    display: none;
  }
}
.togglenavigation {
  position: fixed;
  top: 38px;
  right: 25px;
  z-index: 2001;
  width: 30px;
  height: 41px;
  cursor: pointer;
}
@media (min-width: 1150px) {
  .togglenavigation {
    right: 50px;
  }
}
@media (max-width: 767px) {
  .togglenavigation {
    top: 29px;
    height: 27px;
    width: 18px;
  }
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  height: 41px;
  width: 2px;
  background-color: #1A2041;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (max-width: 767px) {
  .tline {
    height: 27px;
  }
}
.tline--2,
.tline--3 {
  left: 50%;
  transform: translateX(-50%);
}
.tline--4 {
  left: unset;
  right: 0;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  transform: translateX(-10px);
}
body.cb-toggle-target-active .tline--2 {
  transform: translateX(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: translateX(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateX(10px);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: #BECEC3;
  overflow-y: scroll;
  box-sizing: border-box;
  padding-top: 130px;
  transform: translateX(100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (max-width: 767px) {
  .mobile-navigation {
    padding-top: 90px;
  }
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateX(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  opacity: 0;
  transform: translateX(100vw);
  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: translateX(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: #1A2041;
}
.mobile-navigation div.navi > .item > .menu.path {
  color: #C4FD16;
}
.mobile-navigation div.sub1 {
  box-sizing: border-box;
}
.mobile-navigation div.sub1 > .item {
  padding: 22px 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(26, 32, 65, 0.2);
}
.mobile-navigation div.sub1 > .item.init {
  border-top: 1px solid rgba(26, 32, 65, 0.2);
}
.mobile-navigation div.sub1 > .item > .menu {
  padding-right: 40px;
  font-size: 30px;
  line-height: 1.33333333;
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
}
@media (max-width: 767px) {
  .mobile-navigation div.sub1 > .item > .menu {
    font-size: 22px;
    line-height: 1.36363636;
  }
}
.mobile-navigation div.sub2 > .item {
  margin: 15px 0;
}
.mobile-navigation div.sub2 > .item.init {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mobile-navigation div.sub2 > .item {
    margin: 10px 0;
  }
}
.mobile-navigation div.sub2 > .item > .menu {
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
}
@media (max-width: 767px) {
  .mobile-navigation div.sub2 > .item > .menu {
    font-size: 17px;
    line-height: 1.11764706;
  }
}
.mobile-navigation div.sub2 > .item:not(.c1) > .menu {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 60px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .mobile-navigation div.sub2 > .item:not(.c1) > .menu {
    padding-left: 46px;
  }
}
.mobile-navigation div.sub2 > .item:not(.c1) > .menu:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: -3px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/endliker.svg);
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (max-width: 767px) {
  .mobile-navigation div.sub2 > .item:not(.c1) > .menu:before {
    top: -1px;
    width: 24px;
    height: 24px;
  }
}
.mobile-navigation div.sub2 > .item:not(.c1) > .menu.path:before {
  background-image: url(/images/endliker-greenlight.svg);
}
.mobile-navigation div.sub2 > .item.c2 > .menu:before {
  background-image: url(/images/etzberg.svg);
}
.mobile-navigation div.sub2 > .item.c2 > .menu.path:before {
  background-image: url(/images/etzberg-greenlight.svg);
}
.mobile-navigation div.sub2 > .item.c3 > .menu:before {
  background-image: url(/images/toesstal.svg);
}
.mobile-navigation div.sub2 > .item.c3 > .menu.path:before {
  background-image: url(/images/toesstal-greenlight.svg);
}
.mobile-navigation div.sub2 > .item.c4 > .menu:before {
  background-image: url(/images/naegelsee.svg);
}
.mobile-navigation div.sub2 > .item.c4 > .menu.path:before {
  background-image: url(/images/naegelsee-greenlight.svg);
}
.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: 25px;
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 24px;
  background-size: 26px 13px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/navtoggle-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);
}
@media (max-width: 767px) {
  .mobile-navigation .cb-toggle {
    background-size: 20px 10px;
  }
}
.ns-sliderWrapper {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ns-slider--moodSlider {
  float: left;
  width: 100%;
}
.ns-slider--moodSlider .ns-slider__stage {
  float: left;
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
}
.ns-slider--moodSlider .ns-slide {
  float: left;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  transition: all 1s;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  grid-template-areas: "slide";
  align-items: end;
}
.ns-slider--moodSlider .ns-slide__content {
  grid-area: slide;
  width: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  padding: 25px;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ns-slider--moodSlider .ns-slide--two .ns-slide__content {
  padding: 18px;
}
.ns-slider--moodSlider .ns-slider__part {
  float: left;
  margin-top: calc(var(--spacePart) * 2);
}
.ns-slider--moodSlider .ns-slider__part:first-child {
  margin-top: 0 !important;
}
.ns-slider--moodSlider .ns-slider__part--image {
  grid-area: slide;
  width: 100%;
  aspect-ratio: 1340 / 549;
  z-index: 1;
}
@media (max-width: 1023px) {
  .ns-slider--moodSlider .ns-slider__part--image {
    aspect-ratio: 600 / 400;
  }
}
@media (max-width: 767px) {
  .ns-slider--moodSlider .ns-slider__part--image {
    aspect-ratio: 325 / 320;
  }
}
.ns-slider--moodSlider .ns-slider__part--image .ns-sliderImage {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.ns-slider--moodSlider .ns-sliderImage {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ns-slider--moodSlider .ns-slider__part--text {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.23529412;
}
@media (max-width: 767px) {
  .ns-slider--moodSlider .ns-slider__part--text {
    font-size: 14px;
    line-height: 1.35714286;
  }
}
.ns-slider--moodSlider .ns-slider__part--link a {
  cursor: pointer;
  color: #1A2041;
  font-weight: normal;
  font-family: 'RothornBold', sans-serif;
  float: left;
  padding-right: 50px;
  box-sizing: border-box;
  font-size: 25px;
  line-height: 1.2;
  background-size: 30px;
  background-position: 99.5% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/btn-arrow-right-bluedark.svg);
}
@media (max-width: 767px) {
  .ns-slider--moodSlider .ns-slider__part--link a {
    padding-right: 45px;
    font-size: 16px;
    line-height: 1.6875;
    background-size: 25px;
  }
}
.ns-slider--moodSlider .ns-sliderIndex {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.ns-sliderIndex__content {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}
.ns-sliderIndex__item {
  float: left;
  width: 12px;
  height: 12px;
  border-radius: 10000px;
  border: 2px solid #1A2041;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.ns-sliderIndex__item.is-active {
  background-color: #1A2041;
}
.ns-slider--moodSlider .ns-sliderControl {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 65px;
  height: 65px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 11px 22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  background-image: url(/images/arrow-left-bluedark.svg);
  cursor: pointer;
}
@media (max-width: 767px) {
  .ns-slider--moodSlider .ns-sliderControl {
    width: 45px;
    height: 45px;
    background-size: 8px 19px;
  }
}
.ns-slider--moodSlider .ns-sliderControl:hover,
.ns-slider--moodSlider .ns-sliderControl:focus {
  background-color: #ffffff;
}
.ns-slider--moodSlider .ns-sliderControl--prev {
  left: 0;
  background-image: url(/images/arrow-left-bluedark.svg);
}
.ns-slider--moodSlider .ns-sliderControl--next {
  right: 0;
  background-image: url(/images/arrow-right-bluedark.svg);
}
.ns-unitFilter__unit {
  display: none;
}
.ns-unitFilter__unit.ns-unitFilter__unit--activated {
  display: block;
  opacity: 0;
  transform: translateY(-20px) scale(0.98);
  transition: transform 0.4s, opacity 0.4s !important;
}
.ns-unitFilter__unit.ns-unitFilter__unit--active {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.ns-unitFilter {
  margin-top: 75px;
  float: left;
  width: 100%;
  position: relative;
  z-index: 20;
}
@media (max-width: 1023px) {
  .ns-unitFilter {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .ns-unitFilter {
    margin-top: 60px;
  }
}
.ns-unitFilter h3 {
  margin-bottom: 20px;
}
.ns-unitFilter__wrapper {
  float: left;
  width: 100%;
}
.ns-unitFilter__toggle {
  display: none;
}
.ns-unitFilter__content {
  float: left;
  width: 100%;
}
.ns-unitFilter__list {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px 20px;
}
.ns-unitFilter__actions {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .ns-unitFilter__actions {
    display: none;
  }
}
.ns-unitFilter__link {
  display: block;
  padding: 8px 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #1A2041;
  line-height: 1.58823529;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.ns-unitFilter__link:hover,
.ns-unitFilter__link:focus {
  color: #fff;
  background-color: #13172f;
}
.ns-unitFilter__link:active {
  background-color: #04050a;
}
@media (min-width: 1024px) {
  .ns-unitFilter__link--confirm {
    display: none;
  }
}
.ns-unitFilter__group {
  float: left;
  width: 100%;
  border-top: 1px solid #1A2041;
  border-bottom: 1px solid #1A2041;
  margin-top: -1px;
}
.ns-unitFilter__group:first-child {
  margin-top: 0;
}
.ns-unitFilter__groupToggle {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  padding: 5px 17px 3px 17px;
  box-sizing: border-box;
  position: relative;
  color: #1A2041;
}
.ns-unitFilter__groupToggle:hover,
.ns-unitFilter__groupToggle:focus {
  color: #1A2041;
}
.ns-unitFilter__groupToggle:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-color: transparent;
  border-top-color: #000;
  border-width: 7px 5px 0 5px;
}
.ns-unitFilter__groupToggle.is-active:after {
  transform: translateY(-50%) rotate(-180deg);
}
.ns-unitFilter__groupContent {
  float: left;
  width: 100%;
  overflow: hidden;
  max-height: 0;
}
.ns-unitFilter__group.is-open .ns-unitFilter__groupContent {
  max-height: initial;
}
.ns-unitFilter__item {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
  color: #1A2041;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ns-unitFilter__item {
    padding-left: 36px;
  }
}
.ns-unitFilter__item:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/endliker.svg);
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (max-width: 767px) {
  .ns-unitFilter__item:before {
    top: 3px;
    width: 24px;
    height: 24px;
  }
}
.ns-unitFilter__item:hover,
.ns-unitFilter__item:focus,
.ns-unitFilter__item.is-active {
  color: #BECEC3;
}
.ns-unitFilter__item:hover:before,
.ns-unitFilter__item:focus:before,
.ns-unitFilter__item.is-active:before {
  background-image: url(/images/endliker-green.svg);
}
.ns-unitFilter__item:nth-child(2):before {
  background-image: url(/images/etzberg.svg);
}
.ns-unitFilter__item:nth-child(2):hover,
.ns-unitFilter__item:nth-child(2):focus,
.ns-unitFilter__item:nth-child(2).is-active {
  color: #BECEC3;
}
.ns-unitFilter__item:nth-child(2):hover:before,
.ns-unitFilter__item:nth-child(2):focus:before,
.ns-unitFilter__item:nth-child(2).is-active:before {
  background-image: url(/images/etzberg-green.svg);
}
.ns-unitFilter__item:nth-child(3):before {
  background-image: url(/images/naegelsee.svg);
}
.ns-unitFilter__item:nth-child(3):hover,
.ns-unitFilter__item:nth-child(3):focus,
.ns-unitFilter__item:nth-child(3).is-active {
  color: #BECEC3;
}
.ns-unitFilter__item:nth-child(3):hover:before,
.ns-unitFilter__item:nth-child(3):focus:before,
.ns-unitFilter__item:nth-child(3).is-active:before {
  background-image: url(/images/naegelsee-green.svg);
}
.ns-unitFilter__item:nth-child(4):before {
  background-image: url(/images/toesstal.svg);
}
.ns-unitFilter__item:nth-child(4):hover,
.ns-unitFilter__item:nth-child(4):focus,
.ns-unitFilter__item:nth-child(4).is-active {
  color: #BECEC3;
}
.ns-unitFilter__item:nth-child(4):hover:before,
.ns-unitFilter__item:nth-child(4):focus:before,
.ns-unitFilter__item:nth-child(4).is-active:before {
  background-image: url(/images/toesstal-green.svg);
}
@media (max-width: 1023px) {
  .ns-unitFilter__content {
    float: left;
    width: 100%;
    z-index: 2;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .ns-unitFilter__content::-webkit-scrollbar {
    display: none;
  }
  .ns-unitFilter__list {
    flex-direction: row;
  }
  .ns-unitFilter__link {
    margin-right: 0;
    margin-bottom: 0;
  }
  .ns-unitFilter__group:first-child {
    border-top: none;
  }
  .ns-unitFilter__group:last-child {
    border-bottom: none;
  }
  .ns-unitFilter__groupToggle {
    padding-left: 40px;
    padding-right: 60px;
  }
  .ns-unitFilter__groupToggle:after {
    right: 40px;
  }
  .ns-unitFilter__groupContent {
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
  }
  .ns-unitFilter__item {
    margin-right: 0;
    margin-bottom: 0;
    white-space: nowrap;
  }
}
/*# sourceMappingURL=./screen-small.css.map */