:root {
  --deskWidth: 1134px;
  --deskSpace: 160px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 1479px) {
  :root {
    --deskSpace: 80px;
  }
}
@media (max-width: 1279px) {
  :root {
    --deskSpace: 60px;
  }
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 20px;
  }
}
:root {
  --spacePart: 15px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 85px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 50px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 30px;
  }
}
:root {
  --spaceTotal: 100px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 60px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 40px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: transparent;
  border: 1px solid #564327;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-family: 'BrandonGrotesqueBlack', sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: #564327;
  padding: 18px 30px 16px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 280px;
  transition: all 0.3s;
  background-image: linear-gradient(to right, #564327, #564327);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.button:hover,
.button:focus {
  color: #fff;
  background-size: 100% 100%;
}
.button:after {
  display: none !important;
}
@media (max-width: 1279px) {
  .button {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 13px;
    padding-bottom: 11px;
    min-width: 244px;
  }
}
@font-face {
  font-family: "BrandonGrotesqueLight";
  src: url("/extras/fonts/5579723/138ac4ce-45a9-4715-bf9f-38bbeebeee58.woff2") format("woff2"), url("/extras/fonts/5579723/b1726e10-1988-49fe-a8b7-bbe266f3760d.woff") format("woff");
}
@font-face {
  font-family: "BrandonGrotesqueRegular";
  src: url("/extras/fonts/5579733/050663eb-e1cb-4e20-83bc-b6fbb0650136.woff2") format("woff2"), url("/extras/fonts/5579733/3c904513-944e-4a14-9492-e7bd0f1d77c0.woff") format("woff");
}
@font-face {
  font-family: "BrandonGrotesqueBlack";
  src: url("/extras/fonts/5579764/ca0293d5-fe3a-478d-b3d8-7f5748b3a8df.woff2") format("woff2"), url("/extras/fonts/5579764/851575f1-9507-4abe-902c-9a96cf9aaa84.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #564327;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: normal;
  font-family: 'BrandonGrotesqueBlack', sans-serif;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 26px;
  font-family: 'BrandonGrotesqueRegular', sans-serif;
  line-height: 1.15384615;
}
.unit caption {
  display: none;
}
.flag {
  background: #564327;
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
  position: relative;
}
.unit .head,
.unit .body,
.unit .foot {
  float: left;
  width: 100%;
}
.unit.fold div.less,
.unit.fold div.more {
  float: left;
  width: 100%;
}
.unit.fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  position: relative;
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
div.load a.load {
  display: inline-block;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 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 #564327;
}
.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: normal;
  font-family: 'BrandonGrotesqueBlack', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.cb-service {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.cb-service:first-child {
  margin-top: 0;
}
.cb-service:last-child {
  margin-bottom: 0;
}
.cb-youtube iframe,
.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 24px;
  position: relative;
  margin-top: 8px;
}
.list--bullet li:first-child {
  margin-top: 0;
}
.list--bullet li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 14px;
  background-color: #564327;
}
@media (max-width: 1279px) {
  .list--bullet li:before {
    width: 12px;
    height: 12px;
    top: 7px;
  }
}
.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 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#slides {
  float: left;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
}
#slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
#slides a {
  display: block;
  width: 100%;
  height: 100%;
}
#slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
#expo div.link {
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  transform: translateY(-50%);
  background: #564327;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  display: none;
}
#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: 50%;
  bottom: 200px;
  z-index: 10;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--deskMaxWidth);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1279px) {
  .cb-index-all {
    bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cb-index-all {
    bottom: 120px;
  }
}
.cb-index-all td {
  float: left;
  display: block;
  margin: 0 5px;
}
.cb-index-all td.init {
  margin-left: 0 !important;
}
.cb-index-all td.exit {
  margin-right: 0 !important;
}
@media (max-width: 1279px) {
  .cb-index-all td {
    margin: 0 4px;
  }
}
.cb-index-all a {
  display: block;
  width: 12px;
  height: 12px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  transition: all 0.4s;
}
@media (max-width: 1279px) {
  .cb-index-all a {
    width: 8px;
    height: 8px;
  }
}
.cb-index-all td.this a {
  background: #fff;
}
.cb-index-some {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: none;
}
.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: 'BrandonGrotesqueRegular', sans-serif;
  line-height: 1.42857143;
  color: #564327;
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 767px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 767px) {
  #disp form {
    width: 100%;
  }
}
#disp .fail {
  color: #ae2121;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#disp .head,
#disp .body,
#disp .foot {
  float: left;
  width: 100%;
  position: relative;
}
#disp .body {
  margin: 20px 0;
}
#disp .foot form + form {
  float: right;
}
#disp h2 {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  text-transform: uppercase;
  color: #564327;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #564327;
  font-size: 16px;
  font-weight: normal;
  font-family: 'BrandonGrotesqueBlack', sans-serif;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  background-color: transparent;
  border: 1px solid #564327;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-family: 'BrandonGrotesqueBlack', sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: #564327;
  padding: 18px 30px 16px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 280px;
  transition: all 0.3s;
  background-image: linear-gradient(to right, #564327, #564327);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  color: #fff;
  background-size: 100% 100%;
}
#disp .foot input:after,
#disp .foot a:after {
  display: none !important;
}
@media (max-width: 1279px) {
  #disp .foot input,
  #disp .foot a {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 13px;
    padding-bottom: 11px;
    min-width: 244px;
  }
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input.radio,
#disp input.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1279px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'BrandonGrotesqueRegular', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.unit.form .part.must {
  font-size: 18px;
}
.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;
}
.unit.form .foot {
  display: flex;
  justify-content: center;
}
@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: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  min-height: 60px;
  padding: 5px 10px;
  -webkit-appearance: none;
  border: 1px solid #564327;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form input.text:focus,
.unit.form textarea:focus {
  box-shadow: 0 0 0 1px #564327;
}
@media (max-width: 1279px) {
  .unit.form input.text,
  .unit.form textarea {
    min-height: 50px;
  }
}
.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;
}
#view .unit.form div.tick.pile + div.tick.pile {
  margin-top: calc((var(--spacePart) - 6px) * -1);
}
#view .unit.form div.tick.pile span.name {
  display: none;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 30px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 30px;
  vertical-align: top;
}
@media (max-width: 1279px) {
  .unit.form div.tick input {
    height: 26px;
  }
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 15px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'BrandonGrotesqueRegular', sans-serif;
  font-size: 26px;
  line-height: 1.15384615;
  background: transparent;
  height: 60px;
  border: 1px solid #564327;
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form input.submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  background-color: transparent;
  border: 1px solid #564327;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-family: 'BrandonGrotesqueBlack', sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: #564327;
  padding: 18px 30px 16px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 280px;
  transition: all 0.3s;
  background-image: linear-gradient(to right, #564327, #564327);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  color: #fff;
  background-size: 100% 100%;
}
.unit.form input.submit:after {
  display: none !important;
}
@media (max-width: 1279px) {
  .unit.form input.submit {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 13px;
    padding-bottom: 11px;
    min-width: 244px;
  }
}
.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: #564327;
  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;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  display: flex;
  justify-content: center;
}
.unit.form div.cb-form-sent a {
  float: left;
  color: #5abb55;
  text-decoration: none;
}
#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: transparent;
  border: 1px solid #564327;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-family: 'BrandonGrotesqueBlack', sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: #564327;
  padding: 18px 30px 16px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 280px;
  transition: all 0.3s;
  background-image: linear-gradient(to right, #564327, #564327);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  color: #fff;
  background-size: 100% 100%;
}
.two-step-verification-container a:after {
  display: none !important;
}
@media (max-width: 1279px) {
  .two-step-verification-container a {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 13px;
    padding-bottom: 11px;
    min-width: 244px;
  }
}
.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;
}
#edit .table tr {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: var(--spacePart) 10px;
  vertical-align: top;
  white-space: nowrap;
}
.table th.init {
  padding-left: 0;
  white-space: initial;
}
.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 td {
  padding: var(--spacePart) 10px;
  vertical-align: top;
  white-space: nowrap;
}
.table td.init {
  padding-left: 0;
  white-space: initial;
}
.table td.exit {
  padding-right: 0;
}
.table tr.init td {
  padding-top: 0;
}
.table tr.exit td {
  padding-bottom: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: normal;
  font-family: 'BrandonGrotesqueBlack', sans-serif;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 3.38983051vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
.homelink {
  float: left;
  height: 60px;
  position: relative;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.3s;
}
.cb-scroll-triggered--active .homelink,
body.cb-toggle-target-active .homelink {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s 0.2s;
}
@media (max-width: 1279px) {
  .homelink {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .homelink {
    height: 40px;
  }
}
.logo {
  float: left;
  width: auto;
  height: 100%;
  transition: all 0.4s;
}
.logo.logo--white {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
body.cb-toggle-target-active .logo {
  opacity: 0;
}
body.cb-toggle-target-active .logo.logo--white {
  opacity: 1;
}
#head {
  float: left;
  width: 100%;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'BrandonGrotesqueRegular', sans-serif;
  font-size: 26px;
  line-height: 1.15384615;
  color: #564327;
  overflow: hidden;
  hyphens: none;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: var(--deskMaxWidth);
  width: var(--deskWidth);
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section--one .desk,
.section--unitFader .desk {
  width: 938px;
}
.section--five .desk {
  width: 1230px;
}
@media (max-width: 1279px) {
  .section--one .desk,
  .section--unitFader .desk {
    width: 752px;
  }
}
@media (max-width: 767px) {
  .section--unitFader .desk {
    max-width: calc(100% - 120px);
  }
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  transition: all 0.3s;
}
body:not(.cb-toggle-target-active) .section--header.cb-scroll-triggered--active {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  transition: all 0.4s 0.2s;
}
.section--multimood {
  min-height: 100vh;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  z-index: 11;
}
.section--footer {
  background-size: 3000px 700px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(/images/paper-footer-2022-05-06.png);
  z-index: 2;
  margin-top: calc((var(--spaceTotal) + 58px) * -1);
}
#view.layout1.area5--empty .section--footer {
  margin-top: var(--spaceTotal);
}
@media (max-width: 1279px) {
  .section--footer {
    background-size: auto 520px;
    margin-top: calc((var(--spaceTotal) + 50px) * -1);
  }
}
@media (max-width: 767px) {
  .section--footer {
    background-size: auto 600px;
  }
}
.section--lightbrown {
  background-color: #f1f0ee;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  padding-top: var(--spaceTotal);
  padding-bottom: var(--spaceTotal);
  display: none;
}
#edit.layout1 .section--lightbrown.section--area3,
#view.layout1:not(.area3--empty) .section--lightbrown.section--area3 {
  display: block;
}
#view.layout1.area4--empty .section--lightbrown.section--area3 {
  margin-bottom: 0;
}
#edit.layout2 .section--lightbrown.section--area6,
#view.layout2:not(.area6--empty) .section--lightbrown.section--area6 {
  margin-bottom: 0;
  display: block;
}
#edit.layout3 .section--lightbrown.section--area8,
#view.layout3:not(.area8--empty) .section--lightbrown.section--area8 {
  margin-bottom: 0;
  display: block;
}
.section--darkbrown {
  background-color: #2F2312;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  padding-top: var(--spaceTotal);
  padding-bottom: var(--spaceTotal);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  display: none;
}
#edit.layout1 .section--darkbrown.section--area5,
#view.layout1:not(.area5--empty) .section--darkbrown.section--area5 {
  display: block;
}
#view.layout1.area4--empty .section--darkbrown.section--area5 {
  margin-top: 0;
}
#edit.layout2 .section--darkbrown.section--area5,
#view.layout2:not(.area5--empty) .section--darkbrown.section--area5 {
  margin-top: 0;
  display: block;
}
#edit.layout3 .section--darkbrown.section--area9,
#view.layout3:not(.area9--empty) .section--darkbrown.section--area9 {
  margin-top: 0;
  display: block;
}
.section--one {
  z-index: 11;
  margin-top: -170px;
  margin-bottom: -40px;
}
@media (max-width: 767px) {
  .section--one {
    margin-top: -120px;
  }
}
.content {
  float: left;
  width: 100%;
}
.section--multimood .content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 282px 0 330px;
}
@media (max-width: 767px) {
  .section--multimood .content {
    padding: 170px 0 280px;
  }
}
.section--header .content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
@media (max-width: 1279px) {
  .section--header .content {
    height: 84px;
  }
}
@media (max-width: 767px) {
  .section--header .content {
    height: 76px;
  }
}
.moodhome {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  z-index: 4;
  height: 162px;
  transition: all 0.4s 0.2s;
}
.moodhome.cb-scroll-triggered--active {
  opacity: 0;
  transform: translateX(-50%) scale(0.6);
  transition: all 0.3s;
}
@media (max-width: 1279px) {
  .moodhome {
    top: 18px;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .moodhome {
    height: 88px;
  }
}
.moodlogo {
  float: left;
  height: 100%;
  width: auto;
}
.platzhirschModeTrue .moodlogo {
  display: none;
}
.moodlogo--platzhirsch {
  display: none;
}
.platzhirschModeTrue .moodlogo--platzhirsch {
  display: block;
}
.paperBG {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.paperBG__img {
  float: left;
  width: auto;
  height: 580px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1279px) {
  .paperBG__img {
    height: 460px;
  }
}
.paperBG__content {
  position: absolute;
  left: 0;
  top: 200px;
  z-index: 2;
  width: 100%;
  height: calc(100% - 240px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .paperBG__content {
    top: 150px;
    height: calc(100% - 190px);
  }
}
.downlink {
  position: absolute;
  left: 50%;
  top: 110px;
  transform: translateX(-50%);
  z-index: 4;
  width: 40px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-down-brown.svg);
  cursor: pointer;
}
@media (max-width: 767px) {
  .downlink {
    top: 74px;
  }
}
.footcontent {
  float: left;
  width: 100%;
  height: 700px;
  box-sizing: border-box;
  padding-top: 128px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 1.6;
  font-family: 'Merriweather', serif;
  font-style: italic !important;
  -webkit-font-smoothing: antialiased;
}
.footcontent strong {
  font-family: 'Merriweather', serif;
  font-weight: 700 !important;
}
.footcontent a {
  text-decoration: none;
}
.footcontent a:hover,
.footcontent a:focus {
  color: #fff;
}
@media (max-width: 1279px) {
  .footcontent {
    height: 520px;
    font-size: 15px;
    line-height: 1.73333333;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .footcontent {
    height: 600px;
    padding-top: 70px;
  }
}
.footsection {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
.footsection--2 {
  margin-top: 60px;
  display: block;
}
@media (max-width: 767px) {
  .footsection--2 {
    margin-top: 10px;
  }
}
.footsection--3 {
  margin-top: auto;
}
.footarea {
  float: left;
  width: 102.64550265%;
  margin-left: -1.32275132%;
  flex-shrink: 0;
}
@media (max-width: 1279px) {
  .footarea {
    width: 104.62962963%;
    margin-left: -2.31481481%;
  }
}
@media (max-width: 767px) {
  .footarea {
    width: 105.34759358%;
    margin-left: -2.67379679%;
    display: flex;
    flex-wrap: wrap;
  }
}
.footpart {
  float: left;
  margin-left: 1.28865979%;
  margin-right: 1.28865979%;
  width: 22.42268041%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1279px) {
  .footpart {
    margin-left: 2.21238938%;
    margin-right: 2.21238938%;
    width: 20.50147493%;
  }
}
@media (max-width: 767px) {
  .footpart {
    margin-top: 30px;
    margin-left: 2.53807107%;
    margin-right: 2.53807107%;
    width: 44.92385787%;
  }
}
.foothome {
  float: left;
  height: 162px;
}
@media (max-width: 1279px) {
  .foothome {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .foothome {
    height: 72px;
  }
}
.footlogo {
  float: left;
  width: auto;
  height: 100%;
}
.platzhirschModeTrue .footlogo {
  display: none;
}
.footlogo--platzhirsch {
  display: none;
}
.platzhirschModeTrue .footlogo--platzhirsch {
  display: block;
}
.foottitle {
  float: left;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 2px;
  font-size: 20px;
  line-height: 1.5;
  font-family: 'BrandonGrotesqueBlack', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-style: normal;
  font-weight: normal;
  border-bottom: 1px solid #564327;
}
@media (max-width: 1279px) {
  .foottitle {
    font-size: 15px;
    line-height: 1.73333333;
    margin-bottom: 16px;
  }
}
#services,
#legal {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#services .meta,
#legal .meta {
  float: left;
}
.copyright {
  float: left;
}
#social {
  float: left;
}
#social .meta {
  float: left;
  width: 50px;
  height: 50px;
  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/social-facebook-brown.svg);
  margin-right: 10px;
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta:hover,
#social .meta:focus {
  background-image: url(/images/social-facebook-white.svg);
}
#social .meta.service_instagram {
  background-image: url(/images/social-instagram-brown.svg);
}
#social .meta.service_instagram:hover,
#social .meta.service_instagram:focus {
  background-image: url(/images/social-instagram-white.svg);
}
#credits {
  float: left;
  font-family: 'BrandonGrotesqueRegular', sans-serif;
  font-style: normal;
  -webkit-font-smoothing: initial;
}
.service_reservieren {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(100%);
  margin-right: 80px;
  z-index: 10;
  background-color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  color: #564327 !important;
  font-weight: normal;
  font-family: 'BrandonGrotesqueBlack', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 22px 46px 18px 90px;
  background-size: 34px 34px;
  background-position: 23px 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-calendar-brown.svg);
  box-shadow: 0 3px 6px rgba(86, 67, 39, 0.4);
  transition: all 0.4s;
  display: none;
}
.service_reservieren:hover,
.service_reservieren:focus {
  transform: translateY(-50%) translateX(0);
  margin-right: 0;
}
.c1 .service_reservieren {
  display: block;
}
@media (max-width: 1279px) {
  .service_reservieren {
    font-size: 16px;
    line-height: 1.5;
    padding: 20px 20px 16px 70px;
    background-position: 15px 50%;
    margin-right: 64px;
  }
}
@media (max-width: 767px) {
  .service_reservieren {
    display: none !important;
  }
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #D7CABB;
}
h1 {
  text-align: center;
  font-family: 'Merriweather', serif;
  font-style: italic !important;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
h1 strong {
  font-family: 'Merriweather', serif;
  font-weight: 700 !important;
}
h2 {
  font-size: 17px;
  line-height: 1.17647059;
  text-transform: uppercase;
  font-family: 'BrandonGrotesqueBlack', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
}
h2 strong {
  font-family: 'BrandonGrotesqueBlack', sans-serif;
  font-weight: normal;
}
h3 {
  font-size: 45px;
  line-height: 1.11111111;
  font-family: 'BrandonGrotesqueLight', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
h3 strong {
  font-family: 'BrandonGrotesqueBlack', sans-serif;
  font-weight: normal;
}
.cbdModule--moodTitle h3 {
  font-size: 80px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
h4 {
  font-size: 32px;
  line-height: 1;
  font-family: 'BrandonGrotesqueLight', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
h4 strong {
  font-family: 'BrandonGrotesqueBlack', sans-serif;
  font-weight: normal;
}
h5 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: normal;
}
h6 {
  font-family: 'Merriweather', serif;
  font-style: italic !important;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.07692308;
}
h6 strong {
  font-family: 'Merriweather', serif;
  font-weight: 700 !important;
}
.pale {
  text-align: right;
  font-size: 18px;
  line-height: 1.66666667;
}
.skew {
  font-family: 'Merriweather', serif;
  font-style: italic !important;
  font-size: 30px;
  line-height: 1.46666667;
}
.skew strong {
  font-family: 'Merriweather', serif;
  font-weight: 700 !important;
}
.loud {
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'BrandonGrotesqueBlack', sans-serif;
}
.cbdModule--moodTitle {
  margin-top: calc(var(--spacePart) * 2);
}
.cbdModule--moodLink {
  position: absolute;
  left: 50%;
  bottom: 200px;
  width: var(--deskMaxWidth);
  min-width: 50px;
  text-align: center;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cbdModule--moodLink .ns-dynTextfield {
  width: auto;
}
.cbdModule--moodLink a {
  float: left;
  background-color: transparent;
  border: 1px solid #564327;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-family: 'BrandonGrotesqueBlack', sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: #564327;
  padding: 18px 30px 16px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 280px;
  transition: all 0.3s;
  background-image: linear-gradient(to right, #564327, #564327);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  border-color: #fff;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.cbdModule--moodLink a:hover,
.cbdModule--moodLink a:focus {
  color: #fff;
  background-size: 100% 100%;
}
.cbdModule--moodLink a:after {
  display: none !important;
}
@media (max-width: 1279px) {
  .cbdModule--moodLink a {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 13px;
    padding-bottom: 11px;
    min-width: 244px;
  }
}
.cbdModule--moodLink a:hover,
.cbdModule--moodLink a:focus {
  color: #564327;
}
@media (max-width: 1279px) {
  .cbdModule--moodLink {
    bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cbdModule--moodLink {
    bottom: 170px;
  }
}
.area--two {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.layout1 .area--two.area2,
.layout2 .area--two.area2 {
  margin-top: var(--spaceTotal);
}
.area--three {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.area--four {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.layout3 .area--four.area11 {
  margin-top: var(--spaceTotal);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
@media (max-width: 767px) {
  .area--four {
    hyphens: auto;
  }
}
.area--five {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.layout3 .area--five.area7 {
  margin-top: var(--spaceTotal);
}
.layout3 .area--five.area10 {
  margin-bottom: var(--spaceTotal);
}
.area--one .unit {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.area--one .unit .pict .cb-image-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--one .unit .pict .cb-image-figure .cb-image-container {
  width: auto;
}
.area--one .unit p.norm {
  font-family: 'Merriweather', serif;
  font-style: italic !important;
  font-size: 20px;
  line-height: 1.5;
}
.area--one .unit p.norm strong {
  font-family: 'Merriweather', serif;
  font-weight: 700 !important;
}
.area--two .pure {
  width: 746px !important;
  margin-left: calc((100% - 746px) / 2) !important;
  margin-right: calc((100% - 746px) / 2) !important;
  text-align: center;
}
.area--two .pure .pict .cb-image-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--two .pure .pict .cb-image-figure .cb-image-container {
  width: auto;
}
.area--two .pure.slim {
  margin-bottom: calc(((var(--spaceTotal) + var(--spacePart)) - 60px) * -1);
}
.area--two .pure.slim:last-child {
  margin-bottom: var(--spaceUnit);
}
.area--two .pure div.link {
  text-align: right;
  box-sizing: border-box;
  padding-right: 100px;
  margin-top: calc(var(--spacePart) * 3);
}
.area--two .pure div.link:first-child {
  margin-top: var(--spacePart);
}
.area--two .pure p.norm {
  text-align: left;
}
@media (max-width: 866px) {
  .area--two .pure {
    width: calc(100vw - (var(--deskSpace) * 2)) !important;
    margin-left: calc((100% - (100vw - (var(--deskSpace) * 2))) / 2) !important;
    margin-right: calc((100% - (100vw - (var(--deskSpace) * 2))) / 2) !important;
  }
  .area--two .pure div.link {
    padding-right: 80px;
  }
}
.area--two .flat .pict.tall:first-child {
  aspect-ratio: 1;
}
.area--two .flat .pict.tall:first-child * {
  height: 100%;
}
.area--two .flat .pict.tall:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--two .edge {
  flex-shrink: 0;
  width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--two .edge.cb-slideshow {
  padding-top: 0;
  padding-bottom: 0;
}
.area--two .edge:first-child {
  margin-top: calc(var(--spaceTotal) * -1);
}
.area--two .edge:last-child {
  margin-bottom: calc(var(--spaceTotal) * -1);
}
.area--two .edge .part {
  margin-top: 0;
  margin-bottom: 0;
}
.layout1.area5--empty .area4.area--two .edge:last-child {
  margin-bottom: var(--spaceTotal);
}
.area--three .unit {
  text-align: center;
}
.area--three .unit .pict .cb-image-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--three .unit .pict .cb-image-figure .cb-image-container {
  width: auto;
}
.area--three .pure {
  width: 746px !important;
  margin-left: calc((100% - 746px) / 2) !important;
  margin-right: calc((100% - 746px) / 2) !important;
  text-align: center;
}
.area--three .pure .pict .cb-image-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--three .pure .pict .cb-image-figure .cb-image-container {
  width: auto;
}
.area--three .pure.slim {
  margin-bottom: calc(((var(--spaceTotal) + var(--spacePart)) - 60px) * -1);
}
.area--three .pure.slim:last-child {
  margin-bottom: var(--spaceUnit);
}
.area--three .pure div.link {
  text-align: right;
  box-sizing: border-box;
  padding-right: 100px;
  margin-top: calc(var(--spacePart) * 3);
}
.area--three .pure div.link:first-child {
  margin-top: var(--spacePart);
}
.area--three .pure p.norm {
  text-align: left;
}
@media (max-width: 866px) {
  .area--three .pure {
    width: calc(100vw - (var(--deskSpace) * 2)) !important;
    margin-left: calc((100% - (100vw - (var(--deskSpace) * 2))) / 2) !important;
    margin-right: calc((100% - (100vw - (var(--deskSpace) * 2))) / 2) !important;
  }
  .area--three .pure div.link {
    padding-right: 80px;
  }
}
.area--three .seam.slim .body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--three .seam.slim .pict {
  max-width: 290px;
  aspect-ratio: 1;
  border-radius: 10000px;
  overflow: hidden;
}
.area--three .seam.slim .pict * {
  height: 100%;
}
.area--three .seam.slim .pict img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--four .pure {
  width: 746px !important;
  margin-left: calc((100% - 746px) / 2) !important;
  margin-right: calc((100% - 746px) / 2) !important;
  text-align: center;
}
.area--four .pure .pict .cb-image-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--four .pure .pict .cb-image-figure .cb-image-container {
  width: auto;
}
.area--four .pure.slim {
  margin-bottom: calc(((var(--spaceTotal) + var(--spacePart)) - 60px) * -1);
}
.area--four .pure.slim:last-child {
  margin-bottom: var(--spaceUnit);
}
.area--four .pure div.link {
  text-align: right;
  box-sizing: border-box;
  padding-right: 100px;
  margin-top: calc(var(--spacePart) * 3);
}
.area--four .pure div.link:first-child {
  margin-top: var(--spacePart);
}
.area--four .pure p.norm {
  text-align: left;
}
@media (max-width: 866px) {
  .area--four .pure {
    width: calc(100vw - (var(--deskSpace) * 2)) !important;
    margin-left: calc((100% - (100vw - (var(--deskSpace) * 2))) / 2) !important;
    margin-right: calc((100% - (100vw - (var(--deskSpace) * 2))) / 2) !important;
  }
  .area--four .pure div.link {
    padding-right: 80px;
  }
}
.area--four .seam {
  text-align: center;
}
.area--four .seam .pict .cb-image-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--four .seam .pict .cb-image-figure .cb-image-container {
  width: auto;
}
.area--four .flat .pict .cb-image-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--four .flat .pict .cb-image-figure .cb-image-container {
  width: auto;
}
.area--five .pure .pict {
  width: calc(100% - 100px) !important;
  margin-right: 100px !important;
  aspect-ratio: 1;
}
.area--five .pure .pict * {
  height: 100%;
}
.area--five .pure .pict img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--five .pure div.link {
  box-sizing: border-box;
  text-align: right;
  padding-right: 100px;
  margin-top: calc(var(--spacePart) * 3);
}
.area--five .pure div.link:first-child {
  margin-top: var(--spacePart);
}
@media (max-width: 1279px) {
  .area--five .pure .pict {
    width: calc(100% - 80px) !important;
    margin-right: 80px !important;
  }
  .area--five .pure div.link {
    padding-right: 80px;
  }
}
.area--five .seam {
  flex-shrink: 0;
  width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--five .seam.cb-slideshow {
  padding-top: 0;
  padding-bottom: 0;
}
.area--five .seam:first-child {
  margin-top: calc(var(--spaceTotal) * -1);
}
.area--five .seam:last-child {
  margin-bottom: calc(var(--spaceTotal) * -1);
}
.area--five .seam .part {
  margin-top: 0;
  margin-bottom: 0;
}
.layout1.area5--empty .area4.area--five .seam:last-child {
  margin-bottom: var(--spaceTotal);
}
.unit.fold .foot {
  margin-top: calc(var(--spacePart) * 3);
  margin-bottom: var(--spacePart);
}
.unit.fold .foot .ctrl {
  float: right;
  width: auto;
  margin-right: 140px;
}
.unit.fold .foot .ctrl a.link {
  float: left;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 20px;
  line-height: 1.4;
  font-weight: normal;
  font-family: 'BrandonGrotesqueBlack', sans-serif;
  width: 166px;
  position: relative;
  padding: 7px 0 4px;
  color: #564327;
}
.unit.fold .foot .ctrl a.link:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  transform: translateX(-50%);
  width: 70px;
  height: 2px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/fold-line.svg);
  margin-left: -1px;
  pointer-events: none;
  transition: all 0.2s 0.1s;
}
.unit.fold .foot .ctrl a.link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 3;
  width: 100%;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/fold-line-hover-down.svg);
  opacity: 0;
  transform: translateY(5px);
  pointer-events: none;
  transition: all 0.2s;
}
.unit.fold .foot .ctrl a.link:hover:before {
  transform: translateX(-50%) translateY(-4px);
  opacity: 0;
  transition: all 0.2s;
}
.unit.fold .foot .ctrl a.link:hover:after {
  pointer-events: initial;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s 0.1s;
}
.unit.fold .foot .ctrl a.link.less:before {
  bottom: initial;
  top: 0;
}
.unit.fold .foot .ctrl a.link.less:after {
  background-image: url(/images/fold-line-hover-up.svg);
  bottom: initial;
  top: -10px;
  transform: translateY(-5px);
}
.unit.fold .foot .ctrl a.link.less:hover:before {
  transform: translateX(-50%) translateY(4px);
}
.unit.fold .foot .ctrl a.link.less:hover:after {
  transform: translateY(0);
}
@media (max-width: 1279px) {
  .unit.fold .foot .ctrl {
    margin-right: 54px;
  }
  .unit.fold .foot .ctrl a.link {
    font-size: 16px;
    line-height: 1.375;
    width: 110px;
  }
  .unit.fold .foot .ctrl a.link:before {
    width: 58px;
  }
  .unit.fold .foot .ctrl a.link:after {
    height: 8px;
    bottom: -6px;
  }
}
@media (max-width: 767px) {
  .unit.fold .foot {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .unit.fold .foot .ctrl {
    margin-right: 0;
  }
}
.area--two .seam.fold {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--two .seam.fold div.less .part {
  margin-top: 0;
  margin-bottom: 0;
}
.area--two .seam.fold div.more {
  margin-top: var(--spacePart);
  padding-bottom: var(--spacePart);
  border-bottom: 1px solid #564327;
}
.area--two .seam.fold .part.text .fold-toggle {
  display: block;
  box-sizing: border-box;
  padding: 11px 40px 9px 0;
  min-height: 80px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #564327;
  border-bottom: 1px solid #564327;
}
.area--two .seam.fold .part.text .fold-toggle:after,
.area--two .seam.fold .part.text .fold-toggle:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.2s;
  background-color: #564327;
  border-radius: 10000px;
}
.area--two .seam.fold .part.text .fold-toggle:before {
  right: 0;
  width: 26px;
  height: 4px;
}
.area--two .seam.fold .part.text .fold-toggle:after {
  width: 4px;
  height: 26px;
  right: 11px;
}
.area--two .seam.fold .part.text .fold-toggle.fold-toggle--open:after {
  height: 0;
}
.area--two .seam.fold .foot {
  display: none;
}
@media (max-width: 1279px) {
  .area--two .seam.fold .part.text .fold-toggle {
    min-height: 60px;
  }
  .area--two .seam.fold .part.text .fold-toggle:before {
    width: 21px;
    height: 3px;
  }
  .area--two .seam.fold .part.text .fold-toggle:after {
    height: 21px;
    width: 3px;
    right: 9px;
  }
}
@media (max-width: 767px) {
  .area--two .seam.fold .part.text .fold-toggle {
    min-height: 50px;
  }
}
.area--two .seam.wide.fold + .seam.wide.fold {
  margin-top: calc((var(--spaceTotal) + 1px) * -1);
}
.area--two .seam.wide.fold + .seam.wide.fold div.less .pict:first-child {
  margin-top: 40px;
}
.area--two .seam.slim.fold + .seam.slim.fold + .seam.slim.fold {
  margin-top: calc((var(--spaceTotal) - 40px) * -1);
}
@media (max-width: 767px) {
  .area--two .seam.slim.fold + .seam.slim.fold {
    margin-top: calc((var(--spaceTotal) - 40px) * -1);
  }
}
div.link {
  font-size: 0;
  line-height: 0;
}
div.link a.open {
  display: inline-block;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: normal;
  font-family: 'BrandonGrotesqueBlack', sans-serif;
  text-decoration: none;
  color: #564327;
  position: relative;
  padding-bottom: 3px;
}
div.link a.open:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 70px;
  height: 2px;
  transform: translateX(-50%);
  background-color: #564327;
  border-radius: 10000px;
  transition: all 0.3s;
}
div.link a.open:hover,
div.link a.open:focus {
  font-family: 'BrandonGrotesqueBlack', sans-serif;
}
div.link a.open:hover:after,
div.link a.open:focus:after {
  width: 166px;
  height: 3px;
  bottom: -1px;
}
@media (max-width: 1279px) {
  div.link a.open {
    font-size: 16px;
    line-height: 1.375;
  }
  div.link a.open:after {
    width: 58px;
  }
  div.link a.open:hover:after,
  div.link a.open:focus:after {
    width: 110px;
  }
}
.area--three .seam.wide div.link a.open {
  background-color: transparent;
  border: 1px solid #564327;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-family: 'BrandonGrotesqueBlack', sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: #564327;
  padding: 18px 30px 16px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 280px;
  transition: all 0.3s;
  background-image: linear-gradient(to right, #564327, #564327);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.area--three .seam.wide div.link a.open:hover,
.area--three .seam.wide div.link a.open:focus {
  color: #fff;
  background-size: 100% 100%;
}
.area--three .seam.wide div.link a.open:after {
  display: none !important;
}
@media (max-width: 1279px) {
  .area--three .seam.wide div.link a.open {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 13px;
    padding-bottom: 11px;
    min-width: 244px;
  }
}
.section--darkbrown .area--three .seam.wide div.link a.open {
  border-color: #fff;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.section--darkbrown .area--three .seam.wide div.link a.open:hover,
.section--darkbrown .area--three .seam.wide div.link a.open:focus {
  color: #564327;
}
.togglenavigation {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  width: 54px;
  height: 40px;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .togglenavigation {
    width: 42px;
    height: 30px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .togglenavigation {
    right: 20px;
  }
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.4s, background 0.3s;
}
body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .tline {
  background-color: #564327;
  transition: all 0.4s, background 0.4s 0.2s;
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  transform: translateY(-10px);
}
body.cb-toggle-target-active .tline--2 {
  transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateY(10px);
}
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  background-color: #2F2312;
  height: calc(100% - 100px);
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  transform: translateY(-100%);
  transition: all 0.6s 0.3s;
}
.navigation::-webkit-scrollbar {
  display: none;
}
body.cb-toggle-target-active .navigation {
  transform: translateY(0);
  transition: all 0.5s;
}
@media (max-width: 1279px) {
  .navigation {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .navigation {
    height: calc(100% - 70px);
  }
}
.navigation__content {
  float: left;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding: 190px 0 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .navigation__content {
    padding-top: 170px;
  }
}
.navigation__section {
  float: left;
  width: 100%;
  max-width: var(--deskMaxWidth);
  margin-top: 80px;
  opacity: 0;
  transform: translateX(-200px);
}
.navigation__section:first-child {
  margin-top: 0;
}
body.cb-toggle-target-active .navigation__section {
  opacity: 1;
  transform: translateX(0);
}
.navigation__section--1 {
  transition: all 0.2s 0.1s;
}
body.cb-toggle-target-active .navigation__section--1 {
  transition: all 0.4s 0.4s;
}
.navigation__section--2 {
  transition: all 0.2s;
}
body.cb-toggle-target-active .navigation__section--2 {
  transition: all 0.4s 0.5s;
}
@media (max-width: 767px) {
  .navigation__section--2 {
    display: none;
  }
}
.sponsors {
  float: left;
  width: 100%;
  display: none;
}
.sponsors__title {
  float: left;
  width: 100%;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  line-height: 1.66666667;
  padding-bottom: 10px;
}
@media (max-width: 1279px) {
  .sponsors__title {
    font-size: 15px;
    line-height: 1.33333333;
  }
}
#sponsors {
  float: left;
  display: flex;
  align-items: center;
  margin-top: 24px;
}
#sponsors .meta {
  float: left;
  margin-right: 30px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 200px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#sponsors .meta:last-child {
  margin-right: 0;
}
#sponsors .meta:after {
  content: '';
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
#sponsors .meta.service_landbote {
  width: 138px;
  background-image: url(/images/sponsor-landbote.svg);
}
#sponsors .meta.service_landbote:after {
  padding-bottom: 21.73913043%;
}
#sponsors .meta.service_top {
  width: 84px;
  background-image: url(/images/sponsor-top.svg);
}
#sponsors .meta.service_top:after {
  padding-bottom: 42.85714286%;
}
#sponsors .meta.service_haldengut {
  width: 160px;
  background-image: url(/images/sponsor-haldengut.svg);
}
#sponsors .meta.service_haldengut:after {
  padding-bottom: 13.75%;
}
#sponsors .meta.service_cocacola {
  width: 125px;
  background-image: url(/images/sponsor-cola.svg);
}
#sponsors .meta.service_cocacola:after {
  padding-bottom: 32.8%;
}
#sponsors .meta.service_showconcept {
  width: 182px;
  background-image: url(/images/sponsor-showconcept.svg);
}
#sponsors .meta.service_showconcept:after {
  padding-bottom: 9.89010989%;
}
@media (max-width: 1279px) {
  #sponsors .meta {
    margin-right: 18px;
  }
  #sponsors .meta.service_landbote {
    width: 114px;
  }
  #sponsors .meta.service_top {
    width: 70px;
  }
  #sponsors .meta.service_haldengut {
    width: 134px;
  }
  #sponsors .meta.service_cocacola {
    width: 104px;
  }
  #sponsors .meta.service_showconcept {
    width: 152px;
  }
}
div.navi {
  float: left;
}
div.navi .cb-toggle {
  display: none;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
div.sub1 {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
div.sub1 > .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
}
div.sub1 > .item.init {
  margin-top: 0 !important;
}
div.sub1 > .item:not(.item-empty) {
  position: relative;
}
div.sub1 > .item:not(.item-empty) > .cb-toggle {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 56px;
  cursor: pointer;
}
div.sub1 > .item:not(.item-empty) > .menu {
  padding-right: 54px;
  position: relative;
}
div.sub1 > .item:not(.item-empty) > .menu:after {
  content: '';
  position: absolute;
  right: 0;
  width: 54px;
  height: 100%;
  background-color: currentColor;
  mask-size: 30px 30px;
  mask-position: 100% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/icon-plus.svg);
  transform: translateY(-2px);
}
div.sub1 > .item:not(.item-empty).cb-toggle-target-active > .menu {
  color: #fff;
}
div.sub1 > .item:not(.item-empty).cb-toggle-target-active > .menu:after {
  mask-image: url(/images/icon-minus.svg);
}
div.sub1 > .item:not(.item-empty):hover > .menu,
div.sub1 > .item:not(.item-empty):focus > .menu {
  color: #fff;
}
div.sub1 > .item > .menu {
  float: left;
  font-size: 40px;
  line-height: 1.4;
  color: #D7CABB;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'BrandonGrotesqueBlack', sans-serif;
  text-decoration: none;
  position: relative;
}
div.sub1 > .item > .menu:hover,
div.sub1 > .item > .menu:focus,
div.sub1 > .item > .menu.path {
  color: #fff;
}
@media (max-width: 767px) {
  div.sub1 > .item {
    margin-top: 30px;
  }
  div.sub1 > .item:not(.item-empty) > .menu {
    padding-right: 34px;
  }
  div.sub1 > .item:not(.item-empty) > .menu:after {
    width: 34px;
    mask-size: 16px 16px;
  }
  div.sub1 > .item > .menu {
    font-size: 23px;
    line-height: 1.43478261;
  }
}
div.sub2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 0;
  overflow: hidden;
  transition: height 0.6s;
}
div.sub2 > .item {
  margin-top: 20px;
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.2s, opacity 0.2s;
}
div.sub2 > .item > .menu {
  color: #D7CABB;
  text-decoration: none;
  font-size: 26px;
  line-height: 1.38461538;
}
div.sub2 > .item > .menu:hover,
div.sub2 > .item > .menu:focus,
div.sub2 > .item > .menu.path {
  color: #fff;
}
@media (max-width: 767px) {
  div.sub2 > .item {
    margin-top: 12px;
  }
  div.sub2 > .item > .menu {
    font-size: 20px;
    line-height: 1.5;
  }
}
div.sub1 > .item.cb-toggle-target-active div.sub2 {
  height: var(--js-elementHeight);
}
div.sub1 > .item.cb-toggle-target-active div.sub2 > .item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.3s 0.3s, opacity 0.3s 0.3s;
}
.cb-album {
  position: relative;
  padding-top: var(--spacePart);
  padding-bottom: var(--spacePart);
}
.cb-album .body-mobile {
  display: none !important;
}
.cb-album h2 {
  display: none;
}
.cb-album .body {
  display: flex;
  flex-wrap: wrap;
  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-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;
  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;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-matrix .part.foto a.foto.zoom img {
  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: flex;
  flex-wrap: wrap;
  justify-content: 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: #564327;
}
.cb-matrix .scan td .same {
  color: #564327;
}
.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;
  transform: scale(0.96);
  z-index: 2;
  transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1), 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;
  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;
  object-fit: cover;
  object-position: center;
}
.cb-strips .scan tbody > tr {
  float: left;
  width: 100%;
  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);
  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;
  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;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-strips-container .part.foto a.foto:hover img {
  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: 43.8671875%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 684px) {
  .cb-slideshow .part.foto,
  .cb-slideshow .part.crossslideContainer {
    padding-bottom: 300px;
  }
}
.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;
  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;
  object-fit: cover;
  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 {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: scale(1.05);
}
#view .cb-slideshow.cb-manual a.foto.is-activated img {
  transform: scale(1);
}
#view .cb-slideshow.cb-fading img {
  opacity: 0 !important;
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  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;
  transform: scale(1);
}
#view .cb-slideshow.cb-sliding img {
  opacity: 0 !important;
  width: 110% !important;
  max-width: 110% !important;
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  animation-name: SlideshowSlide;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  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;
}
@keyframes SlideshowSlide {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -10%;
  }
  100% {
    margin-left: 0;
  }
}
#view .cb-slideshow.cb-moving img {
  opacity: 0 !important;
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  animation-name: SlideshowMove;
  animation-duration: 16s;
  animation-iteration-count: infinite;
  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;
}
@keyframes SlideshowMove {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cb-slideshow .head {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
  height: 0;
  width: 100%;
}
.cb-slideshow .ctrl {
  float: left;
  width: 100%;
}
.cb-slideshow .ctrl a {
  display: block;
  position: absolute;
  top: 0;
  left: 60px;
  transform: translateY(-50%);
  width: 46px;
  height: 98px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-left-white.svg);
}
.cb-slideshow .ctrl a.fade {
  opacity: 0.4;
  cursor: default;
}
@media (max-width: 1279px) {
  .cb-slideshow .ctrl a {
    width: 24px;
    height: 52px;
    left: 20px;
  }
}
.cb-slideshow .ctrl .next a {
  left: unset;
  right: 60px;
  background-image: url(/images/chevron-right-white.svg);
}
@media (max-width: 1279px) {
  .cb-slideshow .ctrl .next a {
    right: 20px;
  }
}
.crossslide {
  float: left;
  width: 100%;
  max-width: 100% !important;
  position: static !important;
  padding: 0 !important;
}
@media (max-width: 1279px) {
  .wrapper {
    font-size: 22px;
    line-height: 1.18181818;
  }
  h1 {
    font-size: 20px;
    line-height: 1.5;
  }
  h2 {
    font-size: 15px;
    line-height: 1.2;
  }
  h3 {
    font-size: 35px;
    line-height: 1.14285714;
  }
  .cbdModule--moodTitle h3 {
    font-size: 60px;
  }
  h4 {
    font-size: 24px;
    line-height: 1.41666667;
  }
  h5 {
    font-size: 15px;
    line-height: 1.6;
  }
  h6 {
    font-size: 20px;
    line-height: 1.4;
  }
  .pale {
    font-size: 16px;
    line-height: 1.25;
  }
  .skew {
    font-size: 20px;
    line-height: 1.4;
  }
  .loud {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 15px;
    line-height: 1.6;
  }
  h3 {
    font-size: 30px;
    line-height: 1.2;
  }
  .cbdModule--moodTitle h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 22px;
    line-height: 1.09090909;
  }
  .skew {
    font-size: 16px;
    line-height: 1.5;
  }
  .area--one .unit p.norm {
    font-size: 16px;
    line-height: 1.5;
  }
}
.area--four {
  width: 100%;
}
.area--four > .unit {
  margin-right: 2.53807107%;
  margin-left: 2.53807107%;
  width: 94.92385787%;
}
.area--four .cb-album .body,
.area--four .head,
.area--four .foot,
.area--four .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area--four > .slim {
  width: 44.92385787%;
}
.area--four > .slim .head,
.area--four > .slim .foot,
.area--four > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area--four > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area--four > .slim .tiny {
  width: 100%;
}
.area--four {
  width: 105.34759358%;
  margin-left: -2.67379679%;
}
@media (max-width: 767px) {
  .area--two .flat,
  .area--five .pure {
    text-align: center;
  }
  .area--two .flat .pict,
  .area--five .pure .pict {
    margin-left: 80px !important;
    margin-right: 80px !important;
    width: calc(100% - 160px) !important;
  }
  .area--two .flat p.norm,
  .area--five .pure p.norm {
    text-align: left;
  }
  .area--two .flat div.link,
  .area--five .pure div.link {
    padding-right: 0;
    text-align: center;
  }
}
@media (max-width: 767px) and (max-width: 459px) {
  .area--two .flat .pict,
  .area--five .pure .pict {
    margin-left: 40px !important;
    margin-right: 40px !important;
    width: calc(100% - 80px) !important;
  }
}
.unitFader {
  float: left;
  width: 100%;
  position: relative;
}
.unitFader__content {
  float: left;
  width: 100%;
}
#view .area--unitFader {
  display: flex;
  align-items: center;
}
.area--unitFader .unit {
  flex-shrink: 0;
  text-align: center;
}
.area--unitFader .unit .pict .cb-image-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--unitFader .unit .pict .cb-image-figure .cb-image-container {
  width: auto;
}
#view .area--unitFader .unit {
  margin-right: -100%;
  opacity: 0;
  transform: scale(0.97);
  transition: all 0.3s;
}
#view .area--unitFader .unit.is-visible {
  opacity: 1;
  transform: scale(1);
  transition: all 0.6s 0.1s;
}
.unitFader__link {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 46px;
  height: 98px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
#edit .unitFader__link {
  opacity: 0.3;
  pointer-events: none;
}
@media (max-width: 1279px) {
  .unitFader__link {
    width: 24px;
    height: 52px;
  }
}
.unitFader__link--prev {
  left: 60px;
  background-image: url(/images/chevron-left-white.svg);
}
@media (max-width: 1279px) {
  .unitFader__link--prev {
    left: 20px;
  }
}
.unitFader__link--next {
  right: 60px;
  background-image: url(/images/chevron-right-white.svg);
}
@media (max-width: 1279px) {
  .unitFader__link--next {
    right: 20px;
  }
}
.unitFader__index {
  position: absolute;
  left: var(--deskSpace);
  bottom: calc(var(--spaceTotal) * -1);
  width: var(--deskMaxWidth);
  margin-bottom: 80px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1279px) {
  .unitFader__index {
    margin-bottom: 40px;
  }
}
.unitFader__indexItem {
  float: left;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 10000px;
  background-color: rgba(255, 255, 255, 0.5);
}
.unitFader__indexItem.is-active {
  background-color: #fff;
}
@media (max-width: 1279px) {
  .unitFader__indexItem {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}
/*# sourceMappingURL=./screen-small.css.map */