.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #966E5A;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #866250;
}
.button:active {
  background-color: #664b3d;
}
@font-face {
  font-family: "StudioFeixenSerifBook";
  src: url("/extras/fonts/StudioFeixenSerif-Book.eot?#iefix");
  src: url("/extras/fonts/StudioFeixenSerif-Book.eot?#iefix") format("eot"), url("/extras/fonts/StudioFeixenSerif-Book.woff2") format("woff2"), url("/extras/fonts/StudioFeixenSerif-Book.woff") format("woff"), url("/extras/fonts/StudioFeixenSerif-Book.ttf") format("truetype");
}
@font-face {
  font-family: "soehneKraftig";
  src: url("/extras/fonts/soehne-web-kraftig.eot?#iefix");
  src: url("/extras/fonts/soehne-web-kraftig.eot?#iefix") format("eot"), url("/extras/fonts/soehne-web-kraftig.woff2") format("woff2"), url("/extras/fonts/soehne-web-kraftig.woff") format("woff");
}
@font-face {
  font-family: "Hagel Mono";
  src: url("/extras/fonts/Hagel-Mono.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #966E5A;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-family: 'soehneKraftig', sans-serif;
  font-weight: normal;
}
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: 21px;
  font-family: 'Hagel Mono', serif;
  line-height: 1.33333333;
}
.unit caption {
  display: none;
}
.flag {
  background: #966E5A;
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 1599px) {
  .unit {
    margin-top: 15px;
  }
}
@media (max-width: 1023px) {
  .unit {
    margin-top: 10px;
  }
}
@media (max-width: 1599px) {
  .unit {
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .unit {
    margin-bottom: 10px;
  }
}
.unit .head,
.unit .body,
.unit .foot {
  float: left;
  width: 100%;
}
.unit.fold div.less,
.unit.fold div.more {
  float: left;
  width: 100%;
}
.unit.fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 1599px) {
  .part {
    margin-top: 15px;
  }
}
@media (max-width: 1023px) {
  .part {
    margin-top: 10px;
  }
}
@media (max-width: 1599px) {
  .part {
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .part {
    margin-bottom: 10px;
  }
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
}
#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: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid #000;
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: 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;
}
.cb-multimood {
  float: left;
  width: 100%;
}
.cb-expo {
  float: left;
  width: 100%;
  position: relative;
}
.cb-slides {
  float: left;
  width: 100%;
  height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 70.703125%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 2269px) {
  .cb-slides {
    padding-bottom: 860px;
  }
}
.cb-slides .slide {
  position: absolute !important;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100% !important;
  display: block !important;
  z-index: 1;
  opacity: 1 !important;
  transition: left 0s 0.6s;
}
.cb-slides .slide.slide--active {
  z-index: 2;
  left: 0;
  transition: left 0.6s;
}
.cb-slides a {
  display: block;
  width: 100%;
  height: 100%;
}
.cb-slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
.cb-slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center top;
}
.cb-expo div.link {
  float: left;
  width: 100%;
  height: 0;
}
.cb-expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 22px;
  height: 44px;
  transform: translateY(-50%);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-left-red.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
@media (max-width: 1023px) {
  .cb-expo a.link {
    width: 14px;
    height: 28px;
  }
}
.cb-expo a.link.prev {
  display: none;
  left: 16px;
}
@media (max-width: 1023px) {
  .cb-expo a.link.prev {
    left: 10px;
  }
}
.cb-expo a.link.next {
  right: 16px;
  background-image: url(/images/chevron-right-red.svg);
}
@media (max-width: 1023px) {
  .cb-expo a.link.next {
    right: 10px;
  }
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
  display: none;
}
.cb-index-all {
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cb-index-all td {
  float: left;
  display: block;
  margin: 0 10px;
}
.cb-index-all td.init {
  margin-left: 0;
}
.cb-index-all td.exit {
  margin-right: 0;
}
.cb-index-all a {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background: #fff;
  border-radius: 16px;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: #966E5A;
}
.cb-index-some {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.cb-index-some td {
  float: left;
  display: block;
  color: #fff;
}
.cb-index-some td:first-child:after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}
.cb-index-some a {
  color: #fff;
}
.cb-index-some a:hover,
.cb-index-some a:focus {
  color: #fff;
}
#over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.8);
}
#disp {
  position: absolute;
  z-index: 5001;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'Hagel Mono', serif;
  line-height: 1.42857143;
  color: #000;
}
@media (max-width: 1023px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 1023px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 1023px) {
  #disp form {
    width: 100%;
  }
}
#disp .fail {
  color: #ae2121;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#disp .head,
#disp .body,
#disp .foot {
  float: left;
  width: 100%;
  position: relative;
}
#disp .body {
  margin: 20px 0;
}
#disp .foot form + form {
  float: right;
}
#disp h2 {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  text-transform: uppercase;
  color: #966E5A;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #966E5A;
  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;
  background-color: #966E5A;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  color: #fff;
  background-color: #866250;
}
#disp .foot input:active,
#disp .foot a:active {
  background-color: #664b3d;
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 1023px) {
  #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: 1023px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 1023px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 1023px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input.radio,
#disp input.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1599px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 1023px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 1023px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'Hagel Mono', 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: 1023px) {
  #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: 1023px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 1024px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}
@media (min-width: 1024px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #F0F0F0;
  min-height: 40px;
  padding: 5px 10px;
  -webkit-appearance: none;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 1024px) {
  .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: 1024px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 26px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 28px;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .unit.form div.tick.tile input {
    top: 6px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Hagel Mono', serif;
  font-size: 21px;
  line-height: 1.33333333;
  background: #F0F0F0;
  height: 40px;
  border: 1px solid #000;
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  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: 1024px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form input.submit {
  float: right;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #966E5A;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 1599px) {
  .unit.form input.submit {
    margin-top: 15px;
  }
}
@media (max-width: 1023px) {
  .unit.form input.submit {
    margin-top: 10px;
  }
}
@media (max-width: 1599px) {
  .unit.form input.submit {
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .unit.form input.submit {
    margin-bottom: 10px;
  }
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  color: #fff;
  background-color: #866250;
}
.unit.form input.submit:active {
  background-color: #664b3d;
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: #000;
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1599px) {
  .unit.form div.cb-form-sent {
    margin-top: 15px;
  }
}
@media (max-width: 1023px) {
  .unit.form div.cb-form-sent {
    margin-top: 10px;
  }
}
@media (max-width: 1599px) {
  .unit.form div.cb-form-sent {
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .unit.form div.cb-form-sent {
    margin-bottom: 10px;
  }
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
  font-size: 14px;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  background-color: #966E5A;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  color: #fff;
  background-color: #866250;
}
.two-step-verification-container a:active {
  background-color: #664b3d;
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 2px solid #000;
}
.table th {
  font-weight: normal;
  padding: 5px 10px 11px;
  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 {
  font-size: 18px;
  line-height: 1.27777778;
  padding: 5px 10px 11px;
  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;
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
.homelink {
  float: left;
  height: 52px;
  margin-top: 54px;
  margin-left: 240px;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 1599px) {
  .homelink {
    height: 42px;
    margin-left: 140px;
  }
}
@media (max-width: 1023px) {
  .homelink {
    height: 32px;
    margin-left: 110px;
    margin-top: 34px;
  }
}
.logo {
  width: auto;
  height: 100%;
  transition: all 0.4s;
}
.logo--inverted {
  position: absolute;
  left: 0;
  top: 0;
  height: 52px;
  opacity: 0;
  pointer-events: none;
}
body#view:not(.activeNavipoint) .logo--inverted {
  opacity: 1;
  pointer-events: all;
}
body#view:not(.activeNavipoint) .logo--init {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .logo--inverted {
    height: 32px;
  }
}
@media (max-width: 1023px) {
  .logo--inverted {
    height: 32px;
  }
}
.cb-page-title {
  float: left;
  width: 100%;
}
.cb-pages {
  float: right;
  margin-right: -2px;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  transform: translateX(100%);
  transition: all 1s ease-in-out, transform 0.8s ease-in-out, margin 0s;
}
body.cb-toggle-target-active .cb-pages {
  transform: translateX(0);
}
body.activeNavipoint .cb-pages {
  float: left;
  width: calc(100% + 4px);
  margin-left: -2px;
  margin-right: 0;
  transition: transform 0.8s ease-in-out, margin 0s;
}
body.cb-page-selected-layout4 .cb-pages {
  display: none;
}
#edit .cb-pages {
  width: 100% !important;
  position: static;
  transform: translateX(0) !important;
}
@media (max-width: 1023px) {
  .cb-pages {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100% !important;
    height: 100%;
    margin: 0 !important;
    transform: translateX(100%) !important;
    transition: none;
    transition: transform 0s 0.4s;
  }
  body.activeNavipoint .cb-pages {
    transition: transform 0s;
    transform: translateX(0) !important;
  }
}
.cb-page {
  float: left;
  width: 78px;
  display: flex;
  justify-content: flex-end;
  flex-grow: 0;
  transition: all 1s ease-in-out;
}
.cb-page.cb-page-last {
  width: 80px;
}
.cb-page.cb-page--active {
  flex-grow: 1;
}
#edit .cb-page {
  flex-grow: 1;
}
@media (max-width: 1023px) {
  .cb-page {
    position: absolute;
    left: 100%;
    height: 100%;
    top: 0;
    width: calc(100% + 2px) !important;
    display: block;
    transition: opacity 0.4s, left 0s 0.4s;
    z-index: 1;
    opacity: 0;
  }
  .cb-page.cb-page--active {
    left: -2px;
    z-index: 2;
    opacity: 1;
    transition: left 0.8s ease-in-out, opacity 0s;
  }
  #edit .cb-page {
    position: static;
    left: 0;
    opacity: 1;
  }
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #f6f6f6;
  font-family: 'Hagel Mono', serif;
  font-size: 21px;
  line-height: 1.33333333;
  color: #000;
  overflow: hidden;
  hyphens: none;
  letter-spacing: 0.01em;
  opacity: 0;
  transition: all 0.3s;
  -webkit-font-smoothing: antialiased;
}
.cb-page-selected-layout4 .wrapper {
  overflow: initial;
}
.show-content .wrapper {
  opacity: 1;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: 100%;
  width: 800px;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  background-color: #f6f6f6;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
body:not(.activeNavipoint) .section--header {
  background-color: transparent;
}
#view .section--intro {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.8s 0.2s;
}
.activeNavipoint .section--intro {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.6s;
}
#edit .section--intro {
  display: none;
}
.content {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1599px) {
  .content {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .content {
    margin-bottom: 20px;
  }
}
.content--one {
  margin-bottom: 60px;
}
@media (max-width: 1599px) {
  .content--one {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .content--one {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .content--one {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) and (max-width: 1599px) {
  .content--one {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .content--one {
    margin-bottom: 20px;
  }
}
.south--empty .content--two {
  margin-bottom: 30px !important;
}
@media (max-width: 1599px) {
  .south--empty .content--two {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .south--empty .content--two {
    margin-bottom: 20px;
  }
}
.content--three {
  position: relative;
  margin-bottom: 0;
}
.maillink {
  position: absolute;
  bottom: 0;
  z-index: 2;
  transition: all 0.3s, margin 0.8s ease-in-out;
  font-size: 20px;
  line-height: 1.5;
  font-family: 'soehneKraftig', sans-serif;
  font-weight: normal;
  padding-left: 9px;
}
.maillink:before,
.maillink:after {
  content: '';
  position: absolute;
  left: 0;
  background-color: #000;
}
.maillink:before {
  width: 2px;
  height: 100vh;
}
.maillink--header {
  left: 100%;
  margin-left: -392px;
  margin-bottom: 112px;
}
.maillink--header:before {
  bottom: 0;
}
.maillink--header:after {
  width: 0;
  left: 9px;
  height: 2px;
  transition: all 0.3s;
  bottom: 0;
}
.maillink--header:hover:after,
.maillink--header:focus:after {
  width: calc(100% - 9px);
  background-color: #966E5A;
}
body:not(.activeNavipoint) .maillink--header {
  color: #fff;
}
body:not(.activeNavipoint) .maillink--header:before,
body:not(.activeNavipoint) .maillink--header:after {
  background-color: #fff;
}
body.cb-toggle-target-active .maillink--header {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .maillink--header {
    display: none;
  }
}
.maillink--intro {
  display: none;
  left: 7%;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 15px;
}
.maillink--intro:before {
  top: 9px;
}
@media (max-width: 1023px) {
  .maillink--intro {
    display: block;
  }
}
.pageWrapper {
  float: left;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  transition: all 1s ease-in-out;
  background-color: #fff;
}
.cb-page:not(:has(.cb-page--active)) .pageWrapper {
  background-color: transparent;
}
@media (max-width: 1023px) {
  .pageWrapper {
    height: 100%;
    margin-top: 0;
  }
}
#edit .pageWrapper {
  height: auto;
}
.pageToggle {
  float: left;
  z-index: 2;
  width: 80px;
  height: calc(100% - 260px);
  margin-top: 260px;
  flex-shrink: 0;
  box-sizing: border-box;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  position: relative;
  cursor: pointer;
  margin-right: -2px;
  color: #000;
}
.cb-pages:not(:has(.cb-page--active)) .pageToggle {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.pageToggle:hover,
.cb-page--active .pageToggle {
  color: #fff;
  color: #966E5A;
}
.cb-page-last .pageToggle {
  margin-right: 0;
}
#edit .pageToggle {
  display: none;
}
@media (max-width: 1023px) {
  .pageToggle {
    height: calc(100% - 170px);
    margin-top: 170px;
    width: 62px;
    cursor: initial;
  }
}
.pageToggle__square {
  position: absolute;
  left: 50%;
  top: 28px;
  width: 22px;
  height: 22px;
  transform: translateX(-50%);
  border: 2px solid #000;
  box-sizing: border-box;
}
.cb-pages:not(:has(.cb-page--active)) .pageToggle__square {
  border-color: #fff;
}
.cb-pages:not(:has(.cb-page--active)) .pageToggle:hover .pageToggle__square {
  background-color: #fff;
  border-color: #fff;
}
.pageToggle:hover .pageToggle__square,
.cb-page--active .pageToggle__square {
  border-color: #966E5A;
  background-color: #966E5A;
}
@media (max-width: 1023px) {
  .pageToggle__square {
    top: 10px;
    width: 16px;
    height: 16px;
    border-color: #966E5A;
    background-color: #966E5A;
  }
}
.pageToggle__text {
  position: absolute;
  left: 0;
  top: 100%;
  height: 76px;
  box-sizing: border-box;
  padding-left: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transform-origin: 0 0;
  transform: rotate(-90deg);
  font-size: 44px;
  line-height: 1.36363636;
  letter-spacing: 0;
  font-family: 'soehneKraftig', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1023px) {
  .pageToggle__text {
    font-size: 32px;
    line-height: 1.375;
    height: 58px;
    padding-left: 36px;
  }
}
.pageWidth {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 1s ease-in-out;
}
#edit .pageWidth {
  height: auto;
  overflow: visible;
}
.pageScroll {
  float: left;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-left: 2px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.pageScroll::-webkit-scrollbar {
  display: none;
}
.cb-page-last .pageScroll {
  padding-left: 0;
}
.pageContent {
  float: left;
  width: calc(100vw - 60px - 40px);
  margin-top: 260px;
}
@media (max-width: 1023px) {
  .pageContent {
    margin-top: 170px;
  }
}
.intro {
  float: left;
  width: 100%;
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  isolation: isolate;
}
.intro__image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.intro__text {
  float: left;
  margin-left: 240px;
  margin-bottom: 400px;
  color: #fff;
  font-size: 35px;
  line-height: 1.34285714;
}
@media (max-width: 1599px) {
  .intro__text {
    margin-left: 140px;
    margin-bottom: 300px;
    font-size: 20px;
    line-height: 1.35;
  }
}
@media (max-width: 1023px) {
  .intro__text {
    margin-left: 20px;
    margin-bottom: 80px;
    font-size: 21px;
    line-height: 1.28571429;
  }
}
.intro svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.openImprint {
  float: left;
  margin-bottom: 30px;
  position: relative;
  margin-left: 169px;
  margin-top: 67px;
  font-size: 12px;
  line-height: 1.3;
  font-family: 'soehneKraftig', sans-serif;
  font-weight: normal;
  cursor: pointer;
  display: none;
}
@media (max-width: 1599px) {
  .openImprint {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .openImprint {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .openImprint {
    margin-left: 120px;
    margin-top: 47px;
  }
}
#view .cb-page:not(.south--empty) .openImprint {
  display: block;
}
.closeImprint {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -37.89764869%;
  z-index: 2;
  font-size: 18px;
  line-height: 1.72222222;
  cursor: pointer;
  opacity: 0;
  transition: all 0.4s;
  display: none;
}
#view .cb-page:not(.south--empty) .closeImprint {
  display: block;
}
.pageContent.cb-toggle-target-active .content--three .closeImprint {
  transition: all 0.4s 0.2s;
  opacity: 1;
}
@media (max-width: 1599px) {
  .closeImprint {
    margin-left: 0;
    left: initial;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .closeImprint {
    font-size: 16px;
    line-height: 1.25;
  }
}
.xmasStoerer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.xmasStoerer.is-hidden {
  width: 0;
  transition: width 0s 0.4s;
}
.xmasStoerer__overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.xmasStoerer.is-hidden .xmasStoerer__overlay {
  transition: all 0.4s, width 0s 0.4s;
  width: 0;
  opacity: 0;
}
.xmasStoerer__wrapper {
  float: left;
  width: 100%;
  min-height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 160px 0;
}
@media (max-width: 1023px) {
  .xmasStoerer__wrapper {
    padding: 80px 0;
  }
}
.xmasStoerer__content {
  float: left;
  width: 900px;
  max-width: 90%;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.xmasStoerer.is-hidden .xmasStoerer__content {
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 1023px) {
  .xmasStoerer__content {
    padding: 50px 20px 20px;
  }
}
.xmasStoerer__part {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.xmasStoerer__part:first-child {
  margin-top: 0 !important;
}
@media (max-width: 1023px) {
  .xmasStoerer__part {
    margin-top: 12px;
  }
}
.xmasStoerer__part--title {
  color: #966E5A;
  font-size: 60px;
  line-height: 1.16666667;
}
@media (max-width: 1023px) {
  .xmasStoerer__part--title {
    font-size: 28px;
    line-height: 1.28571429;
  }
}
@media (max-width: 1023px) {
  .xmasStoerer__part--lead {
    font-size: 17px;
    line-height: 1.17647059;
  }
}
.xmasStoerer__part--signature {
  padding-top: 100px;
  background-size: auto 90px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/images/signature.jpg);
}
@media (max-width: 1023px) {
  .xmasStoerer__part--signature {
    padding-top: 70px;
    background-size: auto 70px;
  }
}
.xmasStoerer__part--text {
  font-size: 18px;
  line-height: 1.33333333;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .xmasStoerer__part--text {
    font-size: 13px;
    line-height: 1.38461538;
  }
}
.xmasStoerer__close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .xmasStoerer__close {
    right: 20px;
    top: 20px;
    font-size: 20px;
  }
}
.projectWrapper {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.container--project {
  float: left;
  width: calc(100% - 160px);
  max-width: 1760px;
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 30px 15px;
}
@media (max-width: 1599px) {
  .container--project {
    width: calc(100% - 40px);
    flex-direction: column-reverse;
  }
}
.project__content {
  float: left;
  position: relative;
}
.project__content--one {
  width: calc(100% / 1760 * 1133);
}
.project__content--two {
  position: sticky;
  top: 0;
  width: calc(100% / 1760 * 610);
}
@media (max-width: 1599px) {
  .project__content {
    width: 100%;
  }
  .project__content--two {
    position: static;
  }
}
.projectWrapper .area .seam .body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.projectWrapper .area .seam .body .part + .part {
  margin-top: 0;
}
.projectWrapper .area .seam .body .tiny {
  width: 60%;
}
.projectWrapper .cb-page-title {
  margin-top: 30px;
  box-sizing: border-box;
  padding-right: 50px;
}
@media (max-width: 1599px) {
  .projectWrapper .cb-page-title {
    padding-right: 30px;
  }
}
.projectWrapper .backlink {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  float: left;
  position: absolute;
  right: 0;
  top: 30px;
  width: 42px;
  height: 42px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/icon-cross.svg);
  background-color: #000;
}
.projectWrapper .backlink:hover {
  background-color: #966E5A;
}
@media (max-width: 1599px) {
  .projectWrapper .backlink {
    width: 25px;
    height: 25px;
  }
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #966E5A;
}
h1,
h2 {
  font-family: 'soehneKraftig', sans-serif;
  font-size: 40px;
  line-height: 1.15;
  font-weight: normal;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}
h3 {
  font-size: 20px;
  line-height: 1.55;
  font-family: 'soehneKraftig', sans-serif;
  font-weight: normal;
}
.pale {
  font-size: 18px;
  line-height: 1.16666667;
}
.content--four .area {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 12px;
}
.content--four .area .unit {
  grid-column: 1 / -1;
}
.content--four .area .unit.seam .pict:has(a) {
  transition: all 0.4s;
  filter: grayscale(1);
}
.content--four .area .unit.seam .pict:has(a):hover {
  filter: grayscale(0);
  margin-bottom: calc(15px + 5px);
}
.content--four .area .unit.slim {
  grid-column: span 1;
}
.content--four .area .unit.slim .part + .part {
  margin-top: 0;
}
@media (max-width: 1599px) {
  .content--four .area {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1023px) {
  .content--four .area {
    grid-template-columns: 100%;
  }
}
.content--one .area {
  margin-top: -30px;
  margin-bottom: -30px;
}
@media (max-width: 1599px) {
  .content--one .area {
    margin-top: -30px;
  }
}
@media (max-width: 1023px) {
  .content--one .area {
    margin-top: -20px;
  }
}
@media (max-width: 1599px) {
  .content--one .area {
    margin-bottom: -30px;
  }
}
@media (max-width: 1023px) {
  .content--one .area {
    margin-bottom: -20px;
  }
}
.content--three .area {
  font-size: 18px;
  line-height: 1.16666667;
  margin-top: 56px;
  margin-bottom: 56px;
}
#view .content--three .area {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  transition: all 0s 0.6s;
}
#view .pageContent.cb-toggle-target-active .content--three .area {
  max-height: 100000px;
  margin-bottom: 56px;
  transition: all 0s;
}
.content--three .area .unit {
  margin-top: 36px;
  margin-bottom: 36px;
}
.content--three .area .unit .part {
  margin-top: 20px;
  margin-bottom: 20px;
}
#view .content--three .area .unit {
  opacity: 0;
  transition: all 0.4s;
}
#view .pageContent.cb-toggle-target-active .content--three .area .unit {
  opacity: 1;
  transition: all 0.4s 0.2s;
}
@media (max-width: 1599px) {
  .content--three .area .unit {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.content--three .area .seam {
  margin-bottom: -50px;
}
.content--three .area .seam:first-child {
  margin-top: 0 !important;
}
.content--three .area .seam:first-child .part:first-child {
  margin-top: 0 !important;
}
@media (max-width: 1599px) {
  .content--three .area .seam {
    margin-top: 80px !important;
  }
  .content--three .area .seam:first-child {
    margin-top: 0 !important;
  }
}
@media (max-width: 1023px) {
  .content--three .area .seam {
    margin-top: 40px !important;
  }
  .content--three .area .seam:first-child {
    margin-top: 0 !important;
  }
}
div.link a.open,
div.load a.open,
div.link a.load,
div.load a.load {
  font-family: 'soehneKraftig', sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.6;
  position: relative;
  padding-bottom: 3px;
  color: #000;
}
div.link a.open:after,
div.load a.open:after,
div.link a.load:after,
div.load a.load:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 2px;
  background-color: #000;
}
div.link a.open:hover,
div.load a.open:hover,
div.link a.load:hover,
div.load a.load:hover,
div.link a.open:focus,
div.load a.open:focus,
div.link a.load:focus,
div.load a.load:focus {
  color: #966E5A;
}
div.link a.open:hover:after,
div.load a.open:hover:after,
div.link a.load:hover:after,
div.load a.load:hover:after,
div.link a.open:focus:after,
div.load a.open:focus:after,
div.link a.load:focus:after,
div.load a.load:focus:after {
  background-color: #966E5A;
}
@media (max-width: 1023px) {
  div.link a.open,
  div.load a.open,
  div.link a.load,
  div.load a.load {
    font-size: 16px;
    line-height: 1.5;
  }
}
.cb-googlemapscontainer {
  height: 222px !important;
}
.cb-googlemapscontainer > div {
  height: 222px !important;
}
.togglenavigation {
  float: left;
  width: 40px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 3;
  margin-right: 352px;
  transition: all 0.8s ease-in-out;
}
#edit .togglenavigation {
  display: none;
}
@media (max-width: 1599px) {
  #edit .togglenavigation {
    display: block;
  }
}
@media (max-width: 1023px) {
  .togglenavigation {
    margin-right: 20px;
  }
}
.tline {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.3s, background 0s;
}
body:not(.activeNavipoint) .tline {
  background-color: #fff;
}
.tline--1 {
  top: 0;
}
.tline--2,
.tline--3 {
  top: 50%;
  margin-top: -1px;
}
.tline--4 {
  bottom: 0;
  width: 100vw;
  background-color: #000 !important;
}
body:not(.activeNavipoint) .tline--4 {
  background-color: #fff !important;
}
.togglenavigation:hover .tline {
  background-color: #966E5A;
}
.togglenavigation.cb-toggle-active {
  margin-right: 50px;
}
@media (max-width: 1023px) {
  .togglenavigation.cb-toggle-active {
    margin-right: 20px;
  }
}
.togglenavigation.cb-toggle-active .tline--1 {
  opacity: 0;
  transform: translateY(-20px);
}
.togglenavigation.cb-toggle-active .tline--2 {
  transform: rotate(-45deg);
  margin-top: -10px;
  width: 36px;
}
.togglenavigation.cb-toggle-active .tline--3 {
  width: 36px;
  transform: rotate(45deg);
  margin-top: -10px;
}
.mobileNavigation {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1999;
  height: calc(100% - 170px);
  background-color: #f6f6f6;
  transform: translateX(-100%);
  transition: transform 0.8s ease-in-out;
  display: none;
}
body.cb-toggle-target-active .mobileNavigation {
  transform: translateX(0);
}
@media (max-width: 1023px) {
  .mobileNavigation {
    display: block;
  }
}
.mobileNavigation div.sub1 {
  float: left;
  display: flex;
  height: 100%;
}
.mobileNavigation div.sub1 > .item {
  float: left;
  width: 58px;
  height: 100%;
  border-right: 2px solid #000;
  position: relative;
}
.mobileNavigation div.sub1 > .item > .menu {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  padding-top: 36px;
  box-sizing: border-box;
  transform: rotate(180deg);
  font-size: 32px;
  line-height: 1.375;
  font-family: 'soehneKraftig', sans-serif;
  font-weight: normal;
  color: #000;
}
.mobileNavigation div.sub1 > .item > .menu:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 2px solid #000;
}
.mobileNavigation div.sub1 > .item > .menu:hover,
.mobileNavigation div.sub1 > .item > .menu.path {
  color: #966E5A;
}
.mobileNavigation div.sub1 > .item > .menu:hover:after,
.mobileNavigation div.sub1 > .item > .menu.path:after {
  border-color: #966E5A;
  background-color: #966E5A;
}
#view .pageContent.cb-toggle-target-active .content--two {
  margin-bottom: 66px;
}
@media (max-width: 1023px) {
  .wrapper {
    font-size: 19px;
    line-height: 1.21052632;
  }
  h1 {
    font-size: 23px;
    line-height: 1.17391304;
    border-width: 5px 0;
    max-width: 314px;
  }
  h3 {
    font-size: 16px;
    line-height: 1.25;
  }
  .content--three .area {
    font-size: 16px;
    line-height: 1.25;
  }
}
/*# sourceMappingURL=./screen-small.css.map */