.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  min-width: 354px;
  min-height: 72px;
  background-color: transparent;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  color: #F9B200;
  padding: 10px 24px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #F9B200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #F9B200;
}
.section--yellow .button {
  border-color: #000;
  color: #000;
}
.section--yellow .button:hover,
.section--yellow .button:focus {
  background-color: #000;
  color: #F9B200;
}
@media (max-width: 1599px) {
  .button {
    min-width: 270px;
    font-size: 14px;
    line-height: 1.42857143;
  }
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::-moz-selection {
  background: #F9B200;
  color: #fff;
}
*::selection {
  background: #F9B200;
  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: 20px;
  font-family: 'brandon-grotesque', sans-serif;
  line-height: 1.5;
}
.unit caption {
  display: none;
}
.flag {
  background: #F9B200;
  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: 76px;
  margin-bottom: 76px;
  position: relative;
}
@media (max-width: 1279px) {
  .unit {
    margin-top: 76px;
  }
}
@media (max-width: 767px) {
  .unit {
    margin-top: 76px;
  }
}
@media (max-width: 1279px) {
  .unit {
    margin-bottom: 76px;
  }
}
@media (max-width: 767px) {
  .unit {
    margin-bottom: 76px;
  }
}
.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: 24px;
  margin-bottom: 24px;
  position: relative;
}
@media (max-width: 1279px) {
  .part {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .part {
    margin-top: 24px;
  }
}
@media (max-width: 1279px) {
  .part {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .part {
    margin-bottom: 24px;
  }
}
.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%;
}
#expo .cb-image-figure {
  height: 100%;
}
#expo .cb-image-container {
  height: 100% !important;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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 7px;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-download-black.svg);
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid #000;
}
.line hr.bold {
  border-bottom-width: 12px;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: 24px;
  position: relative;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: 100%;
  position: relative;
}
.cb-layout3 #expo {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .cb-layout3 #expo {
    margin-bottom: 0;
  }
}
#slides {
  float: left;
  width: 100%;
  height: 700px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
}
@media (max-width: 1279px) {
  #slides {
    height: 356px !important;
  }
}
@media (max-width: 767px) {
  #slides {
    height: 250px !important;
  }
}
.cb-layout3 #slides {
  height: calc(100vh - 48px) !important;
}
@media (max-width: 767px) {
  .cb-layout3 #slides {
    height: 100vh !important;
  }
}
#slides:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 350px;
  height: 374px;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/logo-V-yellow-2021-03-05.svg);
  pointer-events: none;
}
@media (max-width: 1279px) {
  #slides:before {
    width: 224px;
    height: 240px;
  }
}
@media (max-width: 767px) {
  #slides:before {
    width: 118px;
    height: 126px;
  }
}
#slides:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  pointer-events: none;
  z-index: 3;
}
#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;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #F9B200;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: #F9B200;
}
.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;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'brandon-grotesque', sans-serif;
  line-height: 1.42857143;
  color: #000;
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: #F9B200;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #F9B200;
  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;
  min-width: 354px;
  min-height: 72px;
  background-color: transparent;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  color: #F9B200;
  padding: 10px 24px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #F9B200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  color: #fff;
  background-color: #F9B200;
}
.section--yellow #disp .foot input,
.section--yellow #disp .foot a {
  border-color: #000;
  color: #000;
}
.section--yellow #disp .foot input:hover,
.section--yellow #disp .foot a:hover,
.section--yellow #disp .foot input:focus,
.section--yellow #disp .foot a:focus {
  background-color: #000;
  color: #F9B200;
}
@media (max-width: 1599px) {
  #disp .foot input,
  #disp .foot a {
    min-width: 270px;
    font-size: 14px;
    line-height: 1.42857143;
  }
}
#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 1279px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    -webkit-transform: scale(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;
  -webkit-transform: none;
          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 {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     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: 'brandon-grotesque', 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 {
  -webkit-box-sizing: border-box;
          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;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 48px;
    padding-top: 9px;
    padding-bottom: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  min-height: 48px;
  padding: 5px 0;
  -webkit-appearance: none;
  border-bottom: 1px solid #000;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form textarea {
  padding: 5px 10px;
  border: 1px solid #000;
}
.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: 9px;
    padding-bottom: 9px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 26px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 30px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 9px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  background: transparent;
  height: 48px;
  border: 1px solid #000;
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.unit.form .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.unit.form input.submit {
  float: left;
  margin-top: 24px;
  margin-bottom: 24px;
  min-width: 354px;
  min-height: 72px;
  background-color: transparent;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  color: #F9B200;
  padding: 10px 24px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #F9B200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1279px) {
  .unit.form input.submit {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .unit.form input.submit {
    margin-top: 24px;
  }
}
@media (max-width: 1279px) {
  .unit.form input.submit {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .unit.form input.submit {
    margin-bottom: 24px;
  }
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  color: #fff;
  background-color: #F9B200;
}
.section--yellow .unit.form input.submit {
  border-color: #000;
  color: #000;
}
.section--yellow .unit.form input.submit:hover,
.section--yellow .unit.form input.submit:focus {
  background-color: #000;
  color: #F9B200;
}
@media (max-width: 1599px) {
  .unit.form input.submit {
    min-width: 270px;
    font-size: 14px;
    line-height: 1.42857143;
  }
}
.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;
  -webkit-box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
          box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: #000;
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
  text-align: center;
}
.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1279px) {
  .unit.form div.cb-form-sent {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .unit.form div.cb-form-sent {
    margin-top: 24px;
  }
}
@media (max-width: 1279px) {
  .unit.form div.cb-form-sent {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .unit.form div.cb-form-sent {
    margin-bottom: 24px;
  }
}
.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 {
  min-width: 354px;
  min-height: 72px;
  background-color: transparent;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  color: #F9B200;
  padding: 10px 24px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #F9B200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  color: #fff;
  background-color: #F9B200;
}
.section--yellow .two-step-verification-container a {
  border-color: #000;
  color: #000;
}
.section--yellow .two-step-verification-container a:hover,
.section--yellow .two-step-verification-container a:focus {
  background-color: #000;
  color: #F9B200;
}
@media (max-width: 1599px) {
  .two-step-verification-container a {
    min-width: 270px;
    font-size: 14px;
    line-height: 1.42857143;
  }
}
.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;
  font-size: 18px;
  line-height: 1.11111111;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 1279px) {
  .table {
    font-size: 14px;
    line-height: 1.42857143;
  }
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table a.open {
  font-size: 12px;
  line-height: 1.66666667;
  padding-right: 20px;
  background-size: 11px 16px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-down-black.svg);
}
.table a.open:hover,
.table a.open:focus {
  background-image: url(/images/arrow-down-yellow.svg);
}
.table tr {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.table tr:first-child {
  border-top: none;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 24px 10px 10px 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: 24px 10px 10px 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 {
    display: block;
  }
  .part--table .table .table-head,
  .part--table .table .table-foot {
    display: none;
  }
  .part--table .table .table-body {
    display: block;
    width: 100%;
  }
  .part--table .table tr {
    float: left;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    margin-bottom: -1px;
  }
  .table-body .part--table .table tr:first-child {
    margin-top: 0;
  }
  .part--table .table .table-body tr:first-child {
    margin-top: 0;
  }
  .part--table .table td {
    float: left;
    display: block;
    width: 100%;
    padding: 5px 0;
    text-align: left !important;
  }
  .part--table .table.table--headline td {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 52%;
  }
  .part--table .table.table--headline td:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    width: 48%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
@media (max-width: 767px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
}
.homelink {
  position: absolute;
  left: 50%;
  top: 32px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 16px;
}
.logo {
  width: auto;
  height: 100%;
}
.homelink .logo {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.homelink .logo.logo--black {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.cb-scroll-triggered--active .homelink .logo,
body.cb-toggle-target-active .homelink .logo,
.cb-layout2 .homelink .logo {
  opacity: 0;
}
.cb-scroll-triggered--active .homelink .logo.logo--black,
body.cb-toggle-target-active .homelink .logo.logo--black,
.cb-layout2 .homelink .logo.logo--black {
  opacity: 1;
}
#head {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 4;
  width: 90%;
}
.section--one #head {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: left;
  width: 100%;
  max-width: 100%;
  -webkit-transform: none;
          transform: none;
  margin-top: 100px;
  margin-bottom: 24px;
}
@media (max-width: 1279px) {
  .section--one #head {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .section--one #head {
    margin-top: 100px;
  }
}
@media (max-width: 1279px) {
  .section--one #head {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .section--one #head {
    margin-bottom: 24px;
  }
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  overflow: hidden;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #fff solid;
  border-width: 24px;
}
.cb-layout2 .wrapper {
  border-top-width: 128px;
}
@media (max-width: 767px) {
  .cb-layout2 .wrapper {
    border-top-width: 62px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    border-width: 0;
  }
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: 100%;
  width: 1296px;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  padding: 24px;
  max-height: 128px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.section--header.cb-scroll-triggered--active,
body.cb-toggle-target-active .section--header,
.cb-layout2 .section--header {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
body.cb-toggle-target-active .section--header {
  max-height: 800px;
  -webkit-transition: all 0.6s, background 0.2s;
  transition: all 0.6s, background 0.2s;
}
@media (max-width: 1279px) {
  .section--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.cb-toggle-target-active .section--header {
    height: 100%;
    max-height: 100%;
    overflow-y: scroll;
  }
}
@media (max-width: 767px) {
  .section--header {
    padding: 0;
    max-height: 62px;
  }
}
.section--black {
  background-color: #000;
  color: #fff;
  z-index: 2;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1279px) {
  .section--black {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .section--black {
    margin-top: 100px;
  }
}
@media (max-width: 1279px) {
  .section--black {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .section--black {
    margin-bottom: 100px;
  }
}
#view.base--empty .section--black.section--base {
  display: none;
}
.section--yellow {
  background-color: #F9B200;
  margin-top: 100px;
  color: #fff;
}
@media (max-width: 1279px) {
  .section--yellow {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .section--yellow {
    margin-top: 100px;
  }
}
.c2 .section--yellow.section--register {
  display: none;
}
.cb-layout3 .section--yellow.section--seven {
  margin-top: 0;
  margin-bottom: 100px;
}
@media (max-width: 1279px) {
  .cb-layout3 .section--yellow.section--seven {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .cb-layout3 .section--yellow.section--seven {
    margin-bottom: 100px;
  }
}
#view.noth--empty.cb-layout3 .section--yellow.section--seven {
  display: none;
}
.cb-layout1 .section--register,
.cb-layout3 .section--register {
  z-index: 2;
  margin-bottom: -100px;
}
@media (max-width: 1279px) {
  .cb-layout1 .section--register,
  .cb-layout3 .section--register {
    margin-bottom: -100px;
  }
}
@media (max-width: 767px) {
  .cb-layout1 .section--register,
  .cb-layout3 .section--register {
    margin-bottom: -100px;
  }
}
.south--empty.cb-layout1 .section--register,
.south--empty.cb-layout3 .section--register {
  margin-bottom: 0;
}
.section--footer {
  border-top: 12px solid #000;
}
.cb-layout1 .section--footer,
.cb-layout3 .section--footer {
  margin-top: 48px;
}
.c2.south--empty.cb-layout1 .section--footer,
.c2.south--empty.cb-layout3 .section--footer {
  margin-top: 100px;
}
@media (max-width: 1279px) {
  .c2.south--empty.cb-layout1 .section--footer,
  .c2.south--empty.cb-layout3 .section--footer {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .c2.south--empty.cb-layout1 .section--footer,
  .c2.south--empty.cb-layout3 .section--footer {
    margin-top: 100px;
  }
}
.cb-layout2 .section--footer {
  margin-top: 48px;
}
.c2.cb-layout2 .section--footer {
  margin-top: 100px;
}
@media (max-width: 1279px) {
  .c2.cb-layout2 .section--footer {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .c2.cb-layout2 .section--footer {
    margin-top: 100px;
  }
}
.section--credits {
  background-color: #000;
  color: #fff;
}
.headercontent {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.vLogo {
  float: left;
  height: 32px;
  margin: 24px 0 24px 24px;
}
.navilinks {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
  color: #fff;
  font-size: 12px;
  line-height: 1.66666667;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cb-scroll-triggered--active .navilinks,
body.cb-toggle-target-active .navilinks,
.cb-layout2 .navilinks {
  color: #000;
}
.navilinks .service_kontakt {
  float: left;
  margin-right: 72px;
  min-width: 354px;
  min-height: 72px;
  background-color: transparent;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  color: #F9B200;
  padding: 10px 24px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #F9B200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px !important;
  line-height: 1.66666667 !important;
  min-height: 0 !important;
  min-width: 0 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.navilinks .service_kontakt:hover,
.navilinks .service_kontakt:focus {
  color: #fff;
  background-color: #F9B200;
}
.section--yellow .navilinks .service_kontakt {
  border-color: #000;
  color: #000;
}
.section--yellow .navilinks .service_kontakt:hover,
.section--yellow .navilinks .service_kontakt:focus {
  background-color: #000;
  color: #F9B200;
}
@media (max-width: 1599px) {
  .navilinks .service_kontakt {
    min-width: 270px;
    font-size: 14px;
    line-height: 1.42857143;
  }
}
.navilinks div.sub1 {
  float: left;
  margin-right: 72px;
}
.navilinks div.sub1 > .item {
  float: left;
}
.navilinks div.sub1 > .item:after {
  content: '|';
  display: inline-block;
  margin: 0 10px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.navilinks div.sub1 > .item.exit:after {
  display: none;
}
.navilinks div.sub1 > .item > .menu {
  display: inline-block;
}
.navilinks div.sub1 > .item > .menu.path {
  font-weight: bold;
  color: inherit;
}
.navilinks .meta.find {
  float: left;
  margin-right: 72px;
  padding-right: 36px;
  background-size: 20px 20px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-search-white.svg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
}
.cb-scroll-triggered--active .navilinks .meta.find,
body.cb-toggle-target-active .navilinks .meta.find,
.cb-layout2 .navilinks .meta.find {
  color: #000;
  background-image: url(/images/icon-search-black.svg);
}
.navilinks .meta.find:hover,
.navilinks .meta.find:focus {
  color: #F9B200;
  background-image: url(/images/icon-search-yellow.svg) !important;
}
.downlink {
  position: absolute;
  left: 48px;
  top: 100vh;
  margin-top: -48px;
  z-index: 10;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  font-size: 12px;
  line-height: 1.16666667;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  padding-bottom: 13px;
}
@media (max-width: 767px) {
  .downlink {
    left: 24px;
    margin-top: -24px;
  }
}
.downlink:before,
.downlink:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #000;
}
.downlink:before {
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.downlink:after {
  width: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.downlink:hover,
.downlink:focus {
  color: initial;
}
.downlink:hover:before,
.downlink:focus:before {
  width: 140%;
}
.cb-layout3 .downlink {
  color: #fff;
}
.cb-layout3 .downlink:before,
.cb-layout3 .downlink:after {
  background-color: #fff;
}
@media (max-width: 1279px) {
  .downlink {
    display: none;
  }
  .cb-layout3 .downlink {
    display: block;
  }
}
.register {
  float: left;
  width: 100%;
  margin: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1279px) {
  .register {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.register__title {
  float: left;
  width: 800px;
  max-width: 100%;
  font-size: 90px;
  line-height: 1.11111111;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 1279px) {
  .register__title {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.register .service_anmelden {
  float: left;
  min-width: 354px;
  min-height: 72px;
  background-color: transparent;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  color: #F9B200;
  padding: 10px 24px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #F9B200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 240px;
}
.register .service_anmelden:hover,
.register .service_anmelden:focus {
  color: #fff;
  background-color: #F9B200;
}
.section--yellow .register .service_anmelden {
  border-color: #000;
  color: #000;
}
.section--yellow .register .service_anmelden:hover,
.section--yellow .register .service_anmelden:focus {
  background-color: #000;
  color: #F9B200;
}
@media (max-width: 1599px) {
  .register .service_anmelden {
    min-width: 270px;
    font-size: 14px;
    line-height: 1.42857143;
  }
}
@media (max-width: 1279px) {
  .register .service_anmelden {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .register .service_anmelden {
    width: 100%;
  }
}
.footcontent {
  float: left;
  width: 100%;
  margin: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.footcontent a {
  font-size: 14px;
  line-height: 1.28571429;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .footcontent {
    padding-top: 108px;
  }
}
.foothome {
  float: left;
  height: 88px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (max-width: 1279px) {
  .foothome {
    height: 60px;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.footnavi {
  float: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footnavi div.sub2 {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1279px) {
  .footnavi div.sub2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(((100vw - 48px) / 4) * 3);
  }
}
.footnavi div.sub2 > .item {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footnavi div.sub2 > .item > .menu {
  float: left;
  font-size: 30px;
  line-height: 1.16666667;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
}
.footnavi div.sub2 > .item > .menu.here {
  color: #F9B200;
}
.footnavi div.sub3 {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footnavi div.sub3 > .item {
  float: left;
  margin-top: 26px;
}
.footnavi div.sub3 > .item > .menu {
  float: left;
}
.footsocial {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.footsocial__title {
  float: left;
  font-size: 30px;
  line-height: 1.16666667;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
}
#social {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#social .meta {
  float: left;
  margin-top: 26px;
}
.footlinks {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.28571429;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 15px 0;
}
@media (max-width: 1279px) {
  .footlinks {
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 24px;
  }
}
.legallinks {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copyright:before {
  content: '|';
  display: inline-block;
  margin: 0 5px;
}
.scrollHere {
  float: left;
  width: 100%;
  height: 0;
  opacity: 0;
}
.tv-videoWrapper {
  float: left;
  width: 100%;
  height: calc(100vh - 48px);
  margin-bottom: 24px;
  position: relative;
  display: none;
}
.cb-layout3 .tv-videoWrapper {
  display: block;
}
@media (max-width: 767px) {
  .tv-videoWrapper {
    height: 100vh;
    margin-bottom: 0;
  }
}
.tv-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: none;
}
@media (min-width: 768px) {
  .tv-video.tv-video--desktop {
    display: block;
  }
}
@media (max-width: 767px) {
  .tv-video.tv-video--mobile {
    display: block;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #F9B200;
}
h1 {
  font-size: 90px;
  line-height: 1.11111111;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.section--one h1 {
  color: #000;
  font-size: 18px;
  line-height: 1.11111111;
  letter-spacing: 0.1em;
  font-weight: normal;
  text-align: left;
}
h2 {
  font-size: 14px;
  line-height: 1.42857143;
  letter-spacing: 0.1em;
  font-weight: normal;
  text-transform: uppercase;
}
h3 {
  font-size: 90px;
  line-height: 1.11111111;
  letter-spacing: 0.025em;
  font-weight: 300;
  text-transform: uppercase;
}
h4 {
  font-size: 55px;
  line-height: 0.90909091;
  letter-spacing: 0.025em;
  font-weight: normal;
  text-transform: uppercase;
}
h5 {
  font-size: 26px;
  line-height: 1.53846154;
  letter-spacing: 0.025em;
  font-weight: 300;
  text-transform: uppercase;
}
h6 {
  font-size: 18px;
  line-height: 1.11111111;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: normal;
}
.loud {
  font-size: 26px;
  line-height: 1.53846154;
}
.skew {
  text-align: center;
  font-size: 18px;
  line-height: 1.11111111;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  padding: 56px 0;
}
.skew i {
  font-style: normal;
  font-size: 50px;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
}
.skew:before,
.skew:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 240px;
  height: 6px;
  background-color: #000;
}
.skew:before {
  top: 0;
}
.skew:after {
  bottom: 0;
}
.section--one .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cb-layout2 .section--one .area.main {
  margin-top: -76px;
}
@media (max-width: 1279px) {
  .cb-layout2 .section--one .area.main {
    margin-top: -76px;
  }
}
@media (max-width: 767px) {
  .cb-layout2 .section--one .area.main {
    margin-top: -76px;
  }
}
.section--two .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section--three .area {
  margin-top: -200px;
}
@media (max-width: 1279px) {
  .section--three .area {
    margin-top: -200px;
  }
}
@media (max-width: 767px) {
  .section--three .area {
    margin-top: -200px;
  }
}
.cb-layout3 .section--three .area.farwest {
  margin-top: 0;
}
.section--four .area {
  margin-top: 100px;
}
@media (max-width: 1279px) {
  .section--four .area {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .section--four .area {
    margin-top: 100px;
  }
}
.section--five .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -100px;
}
@media (max-width: 1279px) {
  .section--five .area {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .section--five .area {
    margin-top: -100px;
  }
}
.section--one .area .pure.wide .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section--one .area .pure.wide .part.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section--one .area .seam {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 48px;
  padding-right: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
@media (max-width: 1279px) {
  .section--one .area .seam {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .section--one .area .seam {
    margin-top: 100px;
  }
}
@media (max-width: 1279px) {
  .section--one .area .seam {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .section--one .area .seam {
    margin-bottom: 100px;
  }
}
@media (max-width: 1279px) {
  .section--one .area .seam {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section--one .area .seam .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.section--one .area .seam .part {
  position: relative;
  z-index: 2;
}
.section--one .area .seam .part:last-child {
  margin-top: auto;
}
.section--one .area .seam .pict.tall:first-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
}
.section--one .area .seam .pict.tall:first-child * {
  height: 100%;
}
.section--one .area .seam .pict.tall:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section--one .area .seam .pict.tall:first-child .cb-image-container {
  position: relative;
}
.section--one .area .seam .pict.tall:first-child .cb-image-container:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  pointer-events: none;
}
.section--one .area .seam .part.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1280px) {
  #view .section--one .area .seam .part.text + .part.text {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #view .section--one .area .seam:hover .part.text + .part.text {
    opacity: 1;
  }
}
@media (max-width: 1279px) {
  .section--one .area .seam {
    min-height: 500px;
  }
  .section--one .area .seam div.link a.open {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section--one .area .seam {
    min-height: 434px;
  }
}
.section--one .area .flat .pict {
  height: 488px;
}
.section--one .area .flat .pict * {
  height: 100%;
}
.section--one .area .flat .pict img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1279px) {
  .section--one .area .flat .pict {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .section--one .area .flat .pict {
    height: 140px;
  }
}
.section--two .area .unit {
  margin-top: 38px;
  margin-bottom: 38px;
}
.section--two .area .unit .part {
  margin-top: 12px;
  margin-bottom: 12px;
}
.section--two .area .pure {
  border-bottom: 12px solid #000;
  margin-bottom: 50px;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section--two .area .pure .body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section--two .area .pure .part.link:last-child {
  padding-top: 36px;
  margin-top: auto;
  margin-bottom: -12px;
}
.section--two .area .pure .part.link:last-child a.open {
  display: block;
  width: 100%;
  text-align: right;
  padding: 0 0 13px 0;
  border: none;
  min-width: 0;
  min-height: 0;
  background: none;
  color: #000;
  position: relative;
}
.section--two .area .pure .part.link:last-child a.open:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 12px;
  background-color: #F9B200;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.section--two .area .pure .part.link:last-child a.open:hover:after,
.section--two .area .pure .part.link:last-child a.open:focus:after {
  width: 100%;
  right: 0;
  left: initial;
}
.section--two .area .seam .part.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section--four .area .unit {
  margin-top: 0;
  margin-bottom: 0;
}
.section--four .area .unit .part {
  margin-top: 0;
  margin-bottom: 0;
}
.unit.fold {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1279px) {
  .unit.fold {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .unit.fold {
    margin-top: 100px;
  }
}
@media (max-width: 1279px) {
  .unit.fold {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .unit.fold {
    margin-bottom: 100px;
  }
}
.unit.fold .fold-toggle {
  display: block;
  border-bottom: 12px solid #000;
  position: relative;
  padding-right: 100px;
  padding-bottom: 20px;
  color: #000;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: bold;
}
.unit.fold .fold-toggle:hover {
  color: inherit;
}
.unit.fold .fold-toggle:after {
  content: 'Mehr';
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 12px;
  line-height: 1.66666667;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  padding-right: 40px;
  background-size: 20px 20px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-plus-black.svg);
}
.unit.fold .fold-toggle.fold-toggle--open:after {
  content: 'Weniger';
  background-image: url(/images/icon-minus-black.svg);
}
@media (max-width: 767px) {
  .unit.fold .fold-toggle:after {
    content: '' !important;
    width: 20px;
    height: 20px;
    padding-right: 0;
  }
}
.unit.fold .less .part {
  margin-top: 0;
  margin-bottom: 0;
}
.unit.fold .more {
  margin-bottom: -24px;
}
@media (max-width: 1279px) {
  .unit.fold .more {
    margin-bottom: -24px;
  }
}
@media (max-width: 767px) {
  .unit.fold .more {
    margin-bottom: -24px;
  }
}
.unit.fold .foot {
  display: none;
}
div.link a.open {
  float: left;
  min-width: 354px;
  min-height: 72px;
  background-color: transparent;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  color: #F9B200;
  padding: 10px 24px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #F9B200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.link a.open:hover,
div.link a.open:focus {
  color: #fff;
  background-color: #F9B200;
}
.section--yellow div.link a.open {
  border-color: #000;
  color: #000;
}
.section--yellow div.link a.open:hover,
.section--yellow div.link a.open:focus {
  background-color: #000;
  color: #F9B200;
}
@media (max-width: 1599px) {
  div.link a.open {
    min-width: 270px;
    font-size: 14px;
    line-height: 1.42857143;
  }
}
.cb-googlemapscontainer {
  height: 800px !important;
}
.cb-googlemapscontainer > div {
  height: 800px !important;
}
@media (max-width: 1279px) {
  .cb-googlemapscontainer {
    height: 476px !important;
  }
  .cb-googlemapscontainer > div {
    height: 476px !important;
  }
}
.togglenavigation {
  float: left;
  position: relative;
  cursor: pointer;
  padding-right: 36px;
}
.togglenavigation:hover,
.togglenavigation:focus {
  color: inherit;
}
@media (max-width: 1279px) {
  .togglenavigation {
    font-size: 0;
    text-indent: 101%;
    color: transparent;
    padding-right: 0;
    height: 20px;
    width: 20px;
    overflow: hidden;
  }
}
.tline {
  position: absolute;
  top: 2px;
  right: 0;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cb-scroll-triggered--active .tline,
body.cb-toggle-target-active .tline,
.cb-layout2 .tline {
  background-color: #000;
}
.tline--2,
.tline--3 {
  top: 50%;
  margin-top: -1px;
}
.tline--4 {
  top: unset;
  bottom: 3px;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
body.cb-toggle-target-active .tline--2 {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.navigation {
  float: left;
  width: 100%;
  position: relative;
  pointer-events: none;
}
body.cb-toggle-target-active .navigation {
  pointer-events: initial;
}
@media (max-width: 1279px) {
  .navigation {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.navicontent {
  float: right;
  width: 354px;
  max-width: 100%;
  margin: 50px 24px 24px 0;
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body.cb-toggle-target-active .navicontent {
  -webkit-transition: all 0.4s 0.35s;
  transition: all 0.4s 0.35s;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 1279px) {
  .navicontent {
    margin-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .navicontent {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 24px;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}
.navicontent .service_kontakt {
  float: left;
  margin-top: 100px;
  min-width: 354px;
  min-height: 72px;
  background-color: transparent;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  color: #F9B200;
  padding: 10px 24px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #F9B200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  min-width: 240px !important;
  min-height: 48px !important;
}
.navicontent .service_kontakt:hover,
.navicontent .service_kontakt:focus {
  color: #fff;
  background-color: #F9B200;
}
.section--yellow .navicontent .service_kontakt {
  border-color: #000;
  color: #000;
}
.section--yellow .navicontent .service_kontakt:hover,
.section--yellow .navicontent .service_kontakt:focus {
  background-color: #000;
  color: #F9B200;
}
@media (max-width: 1599px) {
  .navicontent .service_kontakt {
    min-width: 270px;
    font-size: 14px;
    line-height: 1.42857143;
  }
}
@media (max-width: 1279px) {
  .navicontent .service_kontakt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .navicontent .service_kontakt {
    margin-top: 64px;
  }
}
.navivcard {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navivcard .street-address,
.navivcard .postal-code,
.navivcard .vcardemail {
  display: inline-block;
  margin-left: 12px;
}
body.cb-toggle-target-active .navivcard {
  -webkit-transition: all 0.4s 0.25s;
  transition: all 0.4s 0.25s;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 1279px) {
  .navivcard {
    left: initial;
    right: 24px;
    width: 354px;
  }
}
@media (max-width: 767px) {
  .navivcard {
    position: static;
    float: left;
    margin-top: 64px;
    margin-bottom: 64px;
    text-align: center;
  }
}
.navigation .service_tour {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-top: 68px;
  background-size: 59px 50px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(/images/icon-tour-black.svg);
  opacity: 0;
  margin-left: -40px;
  -webkit-transition: opacity 0.2s, margin 0.2s;
  transition: opacity 0.2s, margin 0.2s;
}
.navigation .service_tour:hover,
.navigation .service_tour:focus {
  background-image: url(/images/icon-tour-yellow.svg);
}
body.cb-toggle-target-active .navigation .service_tour {
  -webkit-transition: opacity 0.4s 0.3s, margin 0.4s 0.3s;
  transition: opacity 0.4s 0.3s, margin 0.4s 0.3s;
  opacity: 1;
  margin-left: 0;
}
@media (max-width: 1279px) {
  .navigation .service_tour {
    left: 24px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .navigation .service_tour {
    position: static;
    float: left;
    margin-top: 64px;
  }
}
.navigation div.sub2 {
  float: left;
  width: 100%;
}
.navigation div.sub2 > .cb-toggle {
  display: none;
}
.navigation div.sub2 > .item {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #000;
}
.navigation div.sub2 > .item > .cb-toggle {
  position: absolute;
  right: 0;
  top: 28px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-plus-black.svg);
  cursor: pointer;
}
.navigation div.sub2 > .item > .cb-toggle.cb-toggle-active {
  background-image: url(/images/icon-minus-black.svg);
}
.navigation div.sub2 > .item.item-empty > .cb-toggle {
  display: none;
}
.navigation div.sub2 > .item.item-empty > .menu {
  padding-right: 0;
}
.navigation div.sub2 > .item > .menu {
  display: block;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 30px 20px 0;
}
.navigation div.sub2 > .item > .menu.path {
  color: #F9B200;
}
.navigation div.sub3 {
  float: left;
  width: 100%;
  overflow: hidden;
}
.navigation div.sub3 .cb-toggle {
  display: none;
}
.navigation div.sub3 > .item {
  float: left;
  width: 100%;
  margin-top: -18px;
  opacity: 0;
  -webkit-transition: all 0.3s, opacity 0.1s;
  transition: all 0.3s, opacity 0.1s;
}
.navigation div.sub3 > .item > .menu {
  float: left;
  font-size: 14px;
  line-height: 1.28571429;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.navigation div.sub3 > .item > .menu.path {
  color: #F9B200;
}
.navigation div.sub2 > .item.cb-toggle-target-active div.sub3 > .item {
  -webkit-transition: all 0.6s, opacity 0.4s 0.3s;
  transition: all 0.6s, opacity 0.4s 0.3s;
  margin-top: 0;
  margin-bottom: 28px;
  opacity: 1;
}
.cb-album {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
}
.cb-album .body-mobile {
  display: none !important;
}
.cb-album h2 {
  display: none;
}
.cb-album .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cb-album .part {
  width: 100% !important;
  margin: 0 !important;
}
.cb-album .part.desc {
  display: none;
}
#root.ie11 .cb-album img {
  height: auto !important;
  max-height: 1000000000px !important;
}
.cb-album .cb-zoom-indicator {
  right: initial;
  left: 15px;
}
.cb-album.cb-album .scan {
  margin-top: 40px !important;
}
.cb-album.cb-album .scan:first-child {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}
.cb-album .scan table,
.cb-album .scan tbody,
.cb-album .scan tr {
  float: left;
  display: block;
  width: 100%;
}
.cb-matrix .body {
  margin-top: -0.5%;
  margin-bottom: -0.5%;
}
.cb-matrix .part {
  margin-top: 0.5% !important;
  margin-bottom: 0.5% !important;
}
.cb-matrix .part.foto {
  height: auto !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cb-matrix .part.foto a.foto,
.cb-matrix .part.foto span.foto {
  display: block;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.cb-matrix .part.foto img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-matrix .part.foto a.foto.zoom img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cb-matrix.cb-matrix-columns-1 .part.foto {
  width: 100% !important;
}
.cb-matrix.cb-matrix-columns-2 .part.foto {
  width: 49.5% !important;
}
.cb-matrix.cb-matrix-columns-3 .part.foto {
  width: 32.66666667% !important;
}
.cb-matrix.cb-matrix-columns-4 .part.foto {
  width: 24.25% !important;
}
.cb-matrix.cb-matrix-columns-5 .part.foto {
  width: 19.2% !important;
}
.cb-matrix.cb-matrix-columns-6 .part.foto {
  width: 15.83333333% !important;
}
.cb-matrix.cb-matrix-columns-7 .part.foto {
  width: 13.42857143% !important;
}
.cb-matrix.cb-matrix-columns-8 .part.foto {
  width: 11.625% !important;
}
.cb-matrix .scan tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cb-matrix .scan td {
  float: left;
  display: block;
  margin: 0 10px;
  font-size: 16px;
  line-height: 1.25;
}
.cb-matrix .scan td:first-child {
  margin-left: 0;
}
.cb-matrix .scan td:last-child {
  margin-right: 0;
}
.cb-matrix .scan td.prev,
.cb-matrix .scan td.next {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 20px;
  height: 20px;
}
.cb-matrix .scan td.prev a,
.cb-matrix .scan td.next a {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.cb-matrix .scan td.prev:empty,
.cb-matrix .scan td.next:empty {
  opacity: 0.5;
  pointer-events: none;
}
.cb-matrix .scan td.next a {
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.cb-matrix .scan td a {
  color: #000;
}
.cb-matrix .scan td .same {
  color: #F9B200;
}
.cb-strips .part.foto {
  height: auto !important;
  max-height: 1000000000px !important;
}
.cb-strips-images {
  float: left;
  width: 100%;
  height: 0 !important;
  padding-bottom: 56.25%;
  position: relative;
}
.cb-strips-images a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  z-index: 2;
  -webkit-transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1), -webkit-transform 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1), -webkit-transform 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1), transform 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1), transform 1s cubic-bezier(0.05, 0.8, 0.5, 1), -webkit-transform 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  overflow: hidden;
}
.cb-strips-images a.is-active {
  z-index: 3;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cb-strips-images img {
  opacity: 1 !important;
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cb-strips .scan tbody > tr {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cb-strips .scan tbody > tr > td {
  float: left;
  width: 100%;
  display: block;
}
.cb-strips .scan td.prev,
.cb-strips .scan td.next {
  margin-right: 1.25%;
  width: 6.25%;
}
.cb-strips .scan td.next {
  margin-right: 0;
  margin-left: 1.25%;
}
.cb-strips .scan div.prev,
.cb-strips .scan div.next {
  float: left;
  width: 100%;
  height: 100%;
}
.cb-strips .scan div.prev a,
.cb-strips .scan div.next a {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
  -webkit-transition: background 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: background 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-strips .scan div.prev a:hover,
.cb-strips .scan div.next a:hover {
  background-position: 40% 50%;
}
.cb-strips .scan div.next a {
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.cb-strips .scan div.next a:hover {
  background-position: 60% 50%;
}
.cb-strips .scan td.cb-strips-thumbs {
  width: 85%;
}
.cb-strips-container {
  float: left;
  width: 100%;
}
.cb-strips-container .body {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cb-strips-container .part.foto {
  position: relative;
}
.cb-strips-container .part.foto a.foto,
.cb-strips-container .part.foto span.foto {
  float: left;
  width: 100%;
  display: block;
  height: 0;
  position: relative;
  padding-bottom: 60%;
  opacity: 0.4;
  -webkit-transition: opacity 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: opacity 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  overflow: hidden;
}
.cb-strips-container .part.foto a.foto:hover,
.cb-strips-container .part.foto span.foto:hover,
.cb-strips-container .part.foto a.foto.is-active,
.cb-strips-container .part.foto span.foto.is-active {
  opacity: 1;
}
.cb-strips-container .part.foto a.foto .cb-zoom-indicator,
.cb-strips-container .part.foto span.foto .cb-zoom-indicator {
  display: none;
}
.cb-strips-container .part.foto img {
  opacity: 1 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-strips-container .part.foto a.foto:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.cb-strips-4 .cb-strips-container .part.foto {
  width: 23.95833333% !important;
}
.cb-strips-6 .cb-strips-container .part.foto {
  width: 15.50925926% !important;
}
.cb-strips-8 .cb-strips-container .part.foto {
  width: 11.28472222% !important;
}
.cb-strips-10 .cb-strips-container .part.foto {
  width: 8.75% !important;
}
.cb-slideshow-images {
  float: left;
  width: 100%;
}
.cb-slideshow .part.foto,
.cb-slideshow .part.crossslideContainer {
  max-height: 1000000000px !important;
  max-width: 100% !important;
  height: 0 !important;
  padding-bottom: 57.69230769%;
  overflow: hidden;
  position: relative;
}
.cb-slideshow a.foto {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-slideshow a.foto.is-activated {
  z-index: 2;
  pointer-events: auto;
  opacity: 1;
}
.cb-slideshow img {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  border: none !important;
  z-index: 1;
}
.cb-slideshow img.is-activated {
  z-index: 2;
}
#view .cb-slideshow.cb-manual img {
  -webkit-transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#view .cb-slideshow.cb-manual a.foto.is-activated img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#view .cb-slideshow.cb-fading img {
  opacity: 0 !important;
  -webkit-transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#view .cb-slideshow.cb-fading img.is-activated,
#view .cb-slideshow.cb-fading .cb-image-figure.is-activated img {
  opacity: 1 !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#view .cb-slideshow.cb-sliding img {
  opacity: 0 !important;
  width: 110% !important;
  max-width: 110% !important;
  -webkit-transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  -webkit-animation-name: SlideshowSlide;
          animation-name: SlideshowSlide;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#view .cb-slideshow.cb-sliding img.is-activated,
#view .cb-slideshow.cb-sliding .cb-image-figure.is-activated img {
  opacity: 1 !important;
}
@-webkit-keyframes SlideshowSlide {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -10%;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes SlideshowSlide {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -10%;
  }
  100% {
    margin-left: 0;
  }
}
#view .cb-slideshow.cb-moving img {
  opacity: 0 !important;
  -webkit-transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  -webkit-animation-name: SlideshowMove;
          animation-name: SlideshowMove;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#view .cb-slideshow.cb-moving img.is-activated,
#view .cb-slideshow.cb-moving .cb-image-figure.is-activated img {
  opacity: 1 !important;
}
@-webkit-keyframes SlideshowMove {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes SlideshowMove {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.cb-slideshow .head {
  position: absolute;
  bottom: 24px;
  left: 0;
  z-index: 4;
  height: 0;
  width: 100%;
}
.cb-slideshow .ctrl {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.cb-slideshow .ctrl > div {
  float: left;
}
.cb-slideshow .ctrl a {
  display: block;
  float: left;
  background-color: #fff;
  background-size: 11px 22px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  font-size: 12px;
  line-height: 1.16666667;
  letter-spacing: 0.1em;
  padding: 29px 0;
  text-transform: uppercase;
  color: #000;
}
.cb-slideshow .ctrl a:hover {
  color: #F9B200;
}
.cb-slideshow .ctrl a.fade {
  opacity: 0.5;
  cursor: default;
}
@media (max-width: 1279px) {
  .cb-slideshow .ctrl a {
    width: 60px;
    height: 60px;
    font-size: 0;
    overflow: hidden;
    text-indent: 101%;
    color: transparent;
    background-position: 50% 50% !important;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cb-slideshow .ctrl a {
    width: 40px;
    height: 40px;
  }
}
.cb-slideshow .ctrl .prev a {
  background-image: url(/images/corner-left-black.svg);
  background-position: 22px center;
  padding-left: 50px;
  padding-right: 20px;
}
.cb-slideshow .ctrl .prev a:before {
  content: 'Zurück';
}
.cb-slideshow .ctrl .prev a:hover {
  background-image: url(/images/corner-left-yellow.svg);
}
.cb-slideshow .ctrl .next a {
  background-image: url(/images/corner-right-black.svg);
  background-position: right 22px center;
  padding-right: 50px;
  padding-left: 20px;
}
.cb-slideshow .ctrl .next a:before {
  content: 'Weiter';
}
.cb-slideshow .ctrl .next a:hover {
  background-image: url(/images/corner-right-yellow.svg);
}
.crossslide {
  float: left;
  width: 100%;
  max-width: 100% !important;
  position: static !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .desk {
    max-width: calc(100% - 48px);
  }
}
@media (max-width: 767px) {
  .vLogo {
    height: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .homelink {
    top: 23px;
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
  }
  body.cb-toggle-target-active .homelink {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0;
    pointer-events: none;
  }
  .navilinks .meta.find {
    width: 20px;
    height: 20px;
    padding-right: 0;
    font-size: 0;
    overflow: hidden;
    text-indent: 101%;
    color: transparent;
    opacity: 0;
    pointer-events: none;
    margin-right: 36px;
  }
  body.cb-toggle-target-active .navilinks .meta.find {
    opacity: 1;
    pointer-events: initial;
  }
  .navilinks .service_kontakt {
    display: none;
  }
  .navilinks div.sub1 {
    margin-right: 36px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body.cb-toggle-target-active .navilinks div.sub1 {
    opacity: 1;
    pointer-events: initial;
  }
}
@media (max-width: 767px) {
  .footcontent {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 42px;
  }
  .foothome {
    height: 44px;
    left: 0;
    top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .footnavi {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .footnavi div.sub2 {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footnavi div.sub2 > .item {
    margin-bottom: 55px;
  }
  .footsocial {
    min-width: 175px;
  }
  .footlinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .legallinks {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 55px;
    line-height: 1.09090909;
  }
  .section--one h1 {
    font-size: 14px;
    line-height: 1.42857143;
  }
  h2 {
    font-size: 12px;
    line-height: 1.66666667;
  }
  h3 {
    font-size: 35px;
    line-height: 1.14285714;
  }
  h4 {
    font-size: 35px;
    line-height: 1.14285714;
  }
  h5 {
    font-size: 30px;
    line-height: 1.16666667;
  }
  .loud {
    font-size: 26px;
    line-height: 1.38461538;
  }
  .skew {
    font-size: 14px;
    line-height: 1.42857143;
    text-align: left;
  }
  .skew i {
    font-size: 32px;
    line-height: 1.25;
  }
  .skew:before,
  .skew:after {
    width: 120px;
  }
  .register__title {
    font-size: 35px;
    line-height: 1.14285714;
  }
  .footnavi div.sub2 > .item > .menu {
    font-size: 24px;
    line-height: 1.25;
  }
  .footnavi div.sub3 > .item > .menu {
    font-size: 14px;
    line-height: 1.28571429;
  }
  .footsocial__title {
    font-size: 24px;
    line-height: 1.25;
  }
  #social .meta {
    font-size: 14px;
    line-height: 1.28571429;
  }
}
.section--two .area {
  margin-top: 50px;
  margin-bottom: 50px;
}
.section--one .area .seam {
  padding-top: 24px;
  padding-bottom: 24px;
}
.section--one .area .seam .part:last-child {
  padding-top: 24px;
}
@media (max-width: 767px) {
  .section--one .area .seam + .seam {
    margin-top: -76px;
  }
}
.section--one .area .fold.wide + .fold.wide {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .section--seven .area .unit + .unit {
    margin-top: -76px;
  }
}
@media (max-width: 767px) {
  .section--one .area .flat .body {
    width: calc(100% + 14px);
    margin-left: -7px;
  }
  .section--one .area .flat .part {
    margin: 7px;
    width: calc((100%/380*226) - 14px);
  }
  .section--one .area .flat .part.tiny {
    width: calc((100%/380*154) - 14px);
  }
}
@media (max-width: 767px) {
  .section--seven .area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section--seven .area .unit {
    max-width: 286px;
  }
}
.sliderWrapper {
  float: left;
  width: 100%;
  margin: 48px 0;
}
.sliderTitle {
  float: left;
  width: 120px;
  font-size: 18px;
  line-height: 1.11111111;
  font-weight: bold;
  color: #F9B200;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1279px) {
  .sliderTitle {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .sliderTitle {
    width: 100%;
  }
}
.sliderContent {
  float: right;
  width: 77.4691358%;
}
@media (max-width: 1279px) {
  .sliderContent {
    width: 100%;
    margin-top: 48px;
  }
}
@media (max-width: 1279px) and (max-width: 1279px) {
  .sliderContent {
    margin-top: 48px;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .sliderContent {
    margin-top: 48px;
  }
}
.js-slider {
  float: left;
  width: 100%;
  position: relative;
}
.js-slider__width {
  float: left;
  width: 100%;
  overflow: hidden;
}
.js-slider__arrows {
  float: right;
  margin-top: 20px;
}
#edit .js-slider__arrows {
  display: none;
}
.js-slider__link {
  float: left;
  margin-right: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-size: 10px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.js-slider__link:last-child {
  margin-right: 0;
}
.js-slider__link--prev {
  background-image: url(/images/corner-left-white.svg);
}
.js-slider__link--prev:hover,
.js-slider__link--prev:focus {
  background-image: url(/images/corner-left-yellow.svg);
}
.js-slider__link--next {
  background-image: url(/images/corner-right-white.svg);
}
.js-slider__link--next:hover,
.js-slider__link--next:focus {
  background-image: url(/images/corner-right-yellow.svg);
}
.js-slider__index {
  float: left;
  width: 100%;
  margin-top: 24px;
}
#edit .js-slider__index {
  display: none;
}
@media (max-width: 1279px) {
  .js-slider__index {
    margin-top: 48px;
  }
}
.slide__index {
  float: left;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 10000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slide__index:last-child {
  margin-right: 0;
}
.slide__index.slide__index--active {
  -webkit-box-shadow: 0 0 0 10px #fff inset;
          box-shadow: 0 0 0 10px #fff inset;
}
.section--slider .area {
  margin-top: -24px;
  margin-bottom: -24px;
  width: calc(100% + 48px);
  margin-left: -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#view .section--slider .area {
  margin-top: 0;
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1279px) {
  .section--slider .area {
    width: calc(100% + 18px);
    margin-left: -9px;
  }
}
.section--slider .area .unit {
  width: calc(50% - 48px);
  margin: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.section--slider .area .unit.unit--collapsed {
  width: 0;
  margin-left: 0;
  margin-right: 0;
}
#view .section--slider .area .unit {
  margin-top: 0;
  margin-bottom: 0;
}
.section--slider .area .unit .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section--slider .area .unit .part {
  width: calc(50% - 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
}
.section--slider .area .unit .pict {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.section--slider .area .unit .pict a {
  display: block;
}
.section--slider .area .unit .pict .cb-image-figure {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.section--slider .area .unit .pict .cb-image-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section--slider .area .unit .pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1279px) {
  .section--slider .area .unit {
    width: calc(50% - 18px);
    margin: 24px 9px;
  }
  .section--slider .area .unit .part {
    width: calc(50% - 9px);
  }
}
@media (max-width: 767px) {
  .section--slider .area .unit {
    width: calc(100% - 18px);
  }
}
.ns-unitFilter {
  float: left;
  width: 100%;
}
@media (max-width: 1279px) {
  .ns-unitFilter {
    position: relative;
    left: 50%;
    margin-left: calc(((100vw - 48px) / 2) * -1);
    width: calc(100vw - 48px);
  }
}
.ns-unitFilter__title {
  float: left;
  width: 100%;
  text-align: right;
  font-size: 18px;
  line-height: 1.11111111;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 12px solid #000;
  padding-bottom: 14px;
}
.ns-unitFilter__wrapper {
  float: left;
  width: 100%;
}
.ns-unitFilter__toggle {
  display: none;
}
.ns-unitFilter__content {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .ns-unitFilter__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ns-unitFilter__subtitle {
  float: left;
  margin-right: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .ns-unitFilter__subtitle {
    margin-right: 0;
    width: 100%;
    margin-bottom: 16px;
  }
}
.ns-unitFilter__list {
  float: left;
  margin: -12px;
}
@media (max-width: 767px) {
  .ns-unitFilter__list {
    margin: -10px;
  }
}
.ns-unitFilter__item {
  float: left;
  margin: 12px;
  min-width: 354px;
  min-height: 72px;
  background-color: transparent;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  color: #F9B200;
  padding: 10px 24px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #F9B200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 132px !important;
}
.ns-unitFilter__item:hover,
.ns-unitFilter__item:focus {
  color: #fff;
  background-color: #F9B200;
}
.section--yellow .ns-unitFilter__item {
  border-color: #000;
  color: #000;
}
.section--yellow .ns-unitFilter__item:hover,
.section--yellow .ns-unitFilter__item:focus {
  background-color: #000;
  color: #F9B200;
}
@media (max-width: 1599px) {
  .ns-unitFilter__item {
    min-width: 270px;
    font-size: 14px;
    line-height: 1.42857143;
  }
}
.ns-unitFilter__item.is-active {
  color: #fff;
  background-color: #F9B200;
}
@media (max-width: 1279px) {
  .ns-unitFilter__item {
    min-width: 90px !important;
    min-height: 48px !important;
  }
}
@media (max-width: 767px) {
  .ns-unitFilter__item {
    margin: 10px;
  }
}
.ns-unitFilter__unit {
  display: none !important;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ns-unitFilter__unit--activated {
  display: inherit !important;
}
.ns-unitFilter__unit--active {
  opacity: 1;
}
.counterCircles {
  float: left;
  width: calc(100% + 40px);
  margin: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.counterCircle {
  float: left;
  margin: 20px;
  width: calc(25% - 40px);
  position: relative;
}
.counterCircle__radius {
  float: left;
  width: 100%;
}
.counterCircle__svg {
  float: left;
  width: 100%;
  overflow: visible;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.counterCircle__progress {
  fill: none;
  stroke: #FFF;
  stroke-width: 1;
  stroke-opacity: 0.3;
  stroke-linecap: round;
}
.counterCircle__progress--fill {
  stroke-opacity: 1;
  stroke-width: 3;
  --initialStroke: 0;
  --transitionDuration: 0;
  stroke-dasharray: var(--initialStroke);
  stroke-dashoffset: var(--initialStroke);
  -webkit-transition: stroke-dashoffset var(--transitionDuration) ease;
  transition: stroke-dashoffset var(--transitionDuration) ease;
}
.counterCircle__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.counterCircle__headline {
  float: left;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
.counterCircle__number {
  float: left;
  margin-top: 28px;
  padding-bottom: 28px;
  font-size: 65px;
  line-height: 1.10769231;
  font-family: 'stencil-std', serif;
  font-weight: 400;
  letter-spacing: 0;
  position: relative;
}
.counterCircle__number:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 64px;
  height: 1px;
  background-color: #fff;
}
.counterCircle__subline {
  float: left;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.28571429;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (max-width: 1591px) {
  .counterCircle__headline {
    font-size: 1.13136392vw;
  }
  .counterCircle__number {
    margin-top: 1.75989943vw;
    padding-bottom: 1.75989943vw;
    font-size: 4.08548083vw;
  }
  .counterCircle__number:after {
    width: 4.02262728vw;
  }
}
@media (max-width: 1279px) {
  .counterCircle {
    width: calc(50% - 40px);
  }
  .counterCircle__headline {
    font-size: 2.08333333vw;
  }
  .counterCircle__number {
    margin-top: 3.64583333vw;
    padding-bottom: 3.64583333vw;
    font-size: 6.51041667vw;
  }
  .counterCircle__number:after {
    width: 8.33333333vw;
  }
}
@media (max-width: 767px) {
  .counterCircles {
    width: 100%;
    margin: 0;
  }
  .counterCircle {
    width: 100%;
    margin: 48px 0 0;
  }
  .counterCircle:first-child {
    margin-top: 0;
  }
  .counterCircle__headline {
    font-size: 14px;
    line-height: 1.28571429;
  }
  .counterCircle__number {
    margin-top: 30px;
    padding-bottom: 30px;
    font-size: 65px;
  }
  .counterCircle__number:after {
    width: 64px;
  }
  .counterCircle__subline {
    font-size: 12px;
    line-height: 1.5;
  }
}
/*# sourceMappingURL=screen-small.css.map */