:root {
  --s-textcolor: #3A3A3C;
  --s-titlecolor: #660900;
  --s-linkcolor: #660900;
  --s-linkcolor-hover: #3A3A3C;
}
:root {
  --deskWidth: 1080px;
  --deskSpace: 5vw;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
:root {
  --spacePart: 15px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 32px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 21px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 21px;
  }
}
:root {
  --spaceTotal: 47px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 31px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 31px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1023px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  float: left;
  font-size: 14px;
  line-height: 1.78571429;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--s-textcolor);
  padding-left: 12px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(var(--s-textcolor), var(--s-textcolor)), url(/images/arrow-right-gray.svg);
  background-size: 0 2px, 9px 9px;
  background-position: 0 100%, 0 8px;
  background-repeat: no-repeat;
}
.button:hover,
.button:focus {
  background: linear-gradient(#660900, #660900), url(/images/arrow-right-red.svg);
  background-size: 100% 2px, 9px 9px;
  background-position: 0 100%, 0 8px;
  background-repeat: no-repeat;
  color: var(--s-linkcolor);
  --s-linkcolor-hover: #660900;
}
.button:active {
  color: #4d0700;
}
/* source-sans-pro-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/source-sans-pro-v21-latin-regular.eot');
  /* IE9 Compat Modes */
  src: url('/extras/fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('/extras/fonts/source-sans-pro-v21-latin-600.eot');
  /* IE9 Compat Modes */
  src: url('/extras/fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/source-sans-pro-v21-latin-600.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}
/* eb-garamond-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/eb-garamond-v32-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* eb-garamond-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  src: url('/extras/fonts/eb-garamond-v32-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* eb-garamond-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  src: url('/extras/fonts/eb-garamond-v32-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* eb-garamond-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 600;
  src: url('/extras/fonts/eb-garamond-v32-latin-600italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #660900;
  color: #EAE8E2;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: 600;
}
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: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.28571429;
}
.unit caption {
  display: none;
}
.flag {
  background: #660900;
  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__background {
  float: left;
  width: 100%;
}
.unit__content {
  float: left;
  width: 100%;
}
.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;
}
.part__content {
  float: left;
  width: 100%;
}
.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;
}
#edit .part video {
  pointer-events: none;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
  margin-top: 6px;
}
#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 {
  float: left;
  font-size: 14px;
  line-height: 1.78571429;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--s-textcolor);
  padding-left: 12px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(var(--s-textcolor), var(--s-textcolor)), url(/images/arrow-right-gray.svg);
  background-size: 0 2px, 9px 9px;
  background-position: 0 100%, 0 8px;
  background-repeat: no-repeat;
}
div.load a.load:hover,
div.load a.load:focus {
  background: linear-gradient(#660900, #660900), url(/images/arrow-right-red.svg);
  background-size: 100% 2px, 9px 9px;
  background-position: 0 100%, 0 8px;
  background-repeat: no-repeat;
  color: var(--s-linkcolor);
  --s-linkcolor-hover: #660900;
}
div.load a.load:active {
  color: #4d0700;
}
.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 #660900;
}
.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: 600;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.part.cb-youtube iframe,
.part.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.part.cb-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.part.cb-share .cb-service {
  float: left;
  margin-left: 16px;
}
.part.cb-share .cb-service:first-child {
  margin-left: 0;
}
.part.cb-share .cb-service * {
  float: left;
}
.part.cb-share .cb-service a {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10000px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.part.cb-share .cb-service a:hover {
  filter: invert(1);
}
.part.cb-share .cb-service.cb-service-facebook-share a {
  background-size: auto 24px;
  background-image: url(/images/cb-default/socialShare-facebook-black.svg);
}
.part.cb-share .cb-service.cb-service-twitter a {
  background-size: auto 18px;
  background-image: url(/images/cb-default/socialShare-twitter-black.svg);
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 14px;
  position: relative;
}
.list--bullet li:before {
  content: '–';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 1.78571429;
}
.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;
  font-size: 14px;
  line-height: 1.78571429;
}
#expo {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
#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 {
  display: none;
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  transform: translateY(-50%);
  background: #660900;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#expo a.link.prev {
  left: 20px;
}
#expo a.link.next {
  right: 20px;
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cb-index-all td {
  float: left;
  display: block;
  margin: 0 10px;
}
.cb-index-all td.init {
  margin-left: 0;
}
.cb-index-all td.exit {
  margin-right: 0;
}
.cb-index-all a {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background: #fff;
  border-radius: 16px;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: #660900;
}
.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: 'Source Sans Pro', sans-serif;
  line-height: 1.42857143;
  color: var(--s-textcolor);
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 767px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 767px) {
  #disp form {
    width: 100%;
  }
}
#disp .fail {
  color: #ae2121;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#disp .head,
#disp .body,
#disp .foot {
  float: left;
  width: 100%;
  position: relative;
}
#disp .body {
  margin: 20px 0;
}
#disp .foot form + form {
  float: right;
}
#disp h2 {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  text-transform: uppercase;
  color: #660900;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #660900;
  font-size: 16px;
  font-weight: 600;
  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;
  font-size: 14px;
  line-height: 1.78571429;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--s-textcolor);
  padding-left: 12px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(var(--s-textcolor), var(--s-textcolor)), url(/images/arrow-right-gray.svg);
  background-size: 0 2px, 9px 9px;
  background-position: 0 100%, 0 8px;
  background-repeat: no-repeat;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  background: linear-gradient(#660900, #660900), url(/images/arrow-right-red.svg);
  background-size: 100% 2px, 9px 9px;
  background-position: 0 100%, 0 8px;
  background-repeat: no-repeat;
  color: var(--s-linkcolor);
  --s-linkcolor-hover: #660900;
}
#disp .foot input:active,
#disp .foot a:active {
  color: #4d0700;
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input.radio,
#disp input.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1023px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'Source Sans Pro', 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%;
}
.part.must {
  display: none;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 40px;
    padding-top: 11px;
    padding-bottom: 11px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.part--input {
  --spacePart: 10px;
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 2px solid #660900;
  min-height: 40px;
  -webkit-appearance: none;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
#view .unit.form div.tick .name {
  display: none;
}
.unit.form div.tick + .part.tick {
  margin-top: 0;
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.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: 18px;
  vertical-align: top;
}
.unit.form div.tick input[type="checkbox"]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #660900;
  background-color: #FFFFFF;
}
.unit.form div.tick input[type="checkbox"]:checked:before {
  background-color: #660900;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/check-white.svg);
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 11px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 1.28571429;
  background: #F0F0F0;
  height: 40px;
  border: 1px solid var(--s-textcolor);
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form input.submit {
  float: left;
  font-size: 18px;
  line-height: 1.33333333;
  text-transform: uppercase;
  color: #660900;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  padding-left: 16px;
  background: linear-gradient(#660900, #660900), url(/images/arrow-right-red.svg);
  background-size: 0 2px, 12px 12px;
  background-position: 0 100%, 0 50%;
  transition: all 0.4s;
  background-repeat: no-repeat;
  cursor: pointer;
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  background-size: 100% 2px, 12px 12px;
}
.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: var(--s-textcolor);
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
  font-size: 14px;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  float: left;
  font-size: 14px;
  line-height: 1.78571429;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--s-textcolor);
  padding-left: 12px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(var(--s-textcolor), var(--s-textcolor)), url(/images/arrow-right-gray.svg);
  background-size: 0 2px, 9px 9px;
  background-position: 0 100%, 0 8px;
  background-repeat: no-repeat;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  background: linear-gradient(#660900, #660900), url(/images/arrow-right-red.svg);
  background-size: 100% 2px, 9px 9px;
  background-position: 0 100%, 0 8px;
  background-repeat: no-repeat;
  color: var(--s-linkcolor);
  --s-linkcolor-hover: #660900;
}
.two-step-verification-container a:active {
  color: #4d0700;
}
.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-head tr {
  border-top: none;
}
#edit .table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: 600;
}
.table td {
  padding: 5px 10px;
  vertical-align: baseline;
  font-size: 14px;
  line-height: 1.28571429;
}
.table td.init {
  width: 25%;
  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 #ccc;
  border-right: 1px dashed #ccc;
}
.table--footer .table-foot td {
  font-weight: 600;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 1.82529335vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  float: left;
  width: 55%;
  position: relative;
  isolation: isolate;
  margin-right: -10px;
  box-sizing: border-box;
  padding: 15px 40px 15px 15px;
}
#home:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #D5D2C6;
  z-index: -1;
  transform: skew(-9deg);
  transform-origin: 100% 100%;
  transition: all 0.6s;
}
#view.show-content #home:before {
  left: 0;
}
#view #home:before {
  left: 100%;
}
.logo {
  float: left;
}
#head {
  float: left;
  width: 100%;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #EAE8E2;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 1.28571429;
  color: var(--s-textcolor);
  overflow: hidden;
  hyphens: none;
  -webkit-font-smoothing: antialiased;
}
.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 {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  background-color: #EAE8E2;
}
.container--head {
  float: left;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.section--multimood {
  width: 100%;
  height: calc(100vh - 78px);
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.section--multimood .mood {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.section--multimood .content {
  float: left;
  width: 80vw;
  max-width: 80vw;
  margin-right: 5vw;
  margin-bottom: 10vh;
}
.section--intro {
  padding-top: var(--spaceTotal);
  isolation: isolate;
}
.intro-background {
  content: '';
  position: absolute;
  right: calc((100% - 50vw) * -1);
  top: 0;
  width: 100vw;
  height: 400px;
  transform: skew(-9deg);
  transform-origin: 100% 100%;
  background-color: #D5D2C6;
  z-index: -1;
  transition: all 0.6s;
}
#view .intro-background {
  right: -100%;
}
#view .intro-background.scroll-animated--active {
  right: calc((100% - 50vw) * -1);
}
.section--footer {
  background-color: #660900;
}
.footarea {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 20px 0 20px 80px;
  position: relative;
  isolation: isolate;
}
.footarea:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100vw;
  height: 100%;
  background-color: #EAE8E2;
  transform: skew(-9deg);
  transform-origin: 100% 100%;
  z-index: -1;
}
.footpart {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
}
.footpart--one {
  margin-top: 0;
}
.servicelinks {
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 767px) {
  .servicelinks {
    flex-direction: column;
  }
}
#label {
  float: left;
}
#label .service_profisLehrbetriebe {
  float: left;
  width: 99px;
  height: 99px;
  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/logo-lehrbetriebe.svg);
  border-radius: 1000px;
}
#label .service_profisLehrbetriebe:hover,
#label .service_profisLehrbetriebe:focus {
  box-shadow: 0 0 10px rgba(58, 58, 60, 0.25);
}
a {
  color: var(--s-linkcolor);
  text-decoration: none;
  transition: all 0.4s;
}
a:hover,
a:focus {
  color: var(--s-linkcolor-hover);
}
h1 {
  font-size: 18px;
  line-height: 1.33333333;
  color: var(--s-titlecolor);
  text-transform: uppercase;
  font-weight: 400;
}
h2 {
  font-size: 40px;
  line-height: 1.05;
  color: var(--s-titlecolor);
  font-family: 'EB Garamond', serif;
  font-weight: 400;
}
h3 {
  font-size: 18px;
  line-height: 1.33333333;
  color: var(--s-titlecolor);
  text-transform: uppercase;
  font-weight: 400;
}
.norm {
  font-size: 16px;
  line-height: 1.6875;
  color: var(--s-textcolor);
}
.pale {
  font-size: 15px;
  line-height: 1.2;
  padding-top: 5px;
  padding-left: 15px;
  position: relative;
  color: var(--s-textcolor);
  --s-textcolor: #660900;
}
.pale:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #660900;
  width: 2px;
  height: 23px;
  transform: skew(-9deg);
  transform-origin: 100% 100%;
}
.skew {
  font-size: 40px;
  line-height: 1.175;
  color: var(--s-titlecolor);
  font-family: 'EB Garamond', serif;
  position: relative;
  padding: 12px 0;
  width: max-content;
  max-width: 100%;
}
.skew:before {
  content: '';
  position: absolute;
  top: 0;
  left: -45px;
  width: 35px;
  height: 25px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/opening-quotationmark.svg);
}
.skew:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 35px;
  height: 25px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/closing-quotationmark.svg);
}
@media (max-width: 1023px) {
  .skew {
    font-size: 25px;
    line-height: 1.16;
    padding: 24px 0;
  }
  .skew:before {
    left: 0px;
    width: 25px;
    height: 17px;
  }
  .skew:after {
    width: 25px;
    height: 17px;
  }
}
a.logo {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.11904762;
  --s-linkcolor: #660900;
}
a.logo:hover,
a.logo:focus {
  --s-linkcolor-hover: #660900;
}
@media (max-width: 1023px) {
  a.logo {
    font-size: 22px;
    line-height: 1.09090909;
  }
}
.moodclaim {
  font-family: 'EB Garamond', serif;
  text-align: right;
  font-size: 74px;
  line-height: 0.97297297;
  color: #D5D2C6;
}
@media (max-width: 1023px) {
  .moodclaim {
    font-size: 40px;
    line-height: 1.05;
  }
}
.foottitle {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.125;
  color: #660900;
}
#services .meta {
  --s-linkcolor: var(--s-textcolor);
  --s-linkcolor-hover: #660900;
  margin: 0 10px;
  position: relative;
}
#services .meta:before {
  content: '–';
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
#services .meta:first-child {
  margin-left: 0;
}
#services .meta:first-child:before {
  content: '';
  position: initial;
  transform: none;
}
#services .meta:last-child {
  margin-right: 20px;
}
#services .meta:last-child:after {
  content: '–';
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #services .meta:last-child {
    margin-right: 0;
  }
  #services .meta:last-child:after {
    content: '';
  }
}
.langnavi {
  float: left;
}
.langnavi .navi {
  display: flex;
  flex-direction: row;
}
.langnavi .navi .item {
  --s-linkcolor: var(--s-textcolor);
  --s-linkcolor-hover: #660900;
  position: relative;
  margin: 0 10px;
}
.langnavi .navi .item:before {
  content: '/';
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.langnavi .navi .item:first-child {
  margin-left: 0;
}
.langnavi .navi .item:first-child:before {
  content: '';
  position: initial;
  transform: none;
}
.langnavi .navi .item:last-child {
  margin-right: 0;
}
.part--table strong {
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.5;
  color: var(--s-textcolor);
  --s-textcolor: #660900;
}
.vcard {
  --s-linkcolor: #3A3A3C;
  --s-linkcolor-hover: #660900;
}
.area--one {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.area--intro:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #660900;
  right: calc(50% + 15px);
  min-width: 100vw;
}
.area--stoerer {
  position: absolute;
  right: 75px;
  top: 196px;
}
.area--stoerer .part {
  text-align: center;
}
.area--stoerer .part:first-child {
  margin: 0;
}
.area--stoerer .part:last-child {
  margin-bottom: 0;
}
.area--stoerer .part.pict .cb-image-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 1180px) {
  .area--stoerer {
    top: 120px;
  }
}
@media (max-width: 1023px) {
  .area--stoerer {
    position: static;
  }
}
.area--one .unitOne--1-1 {
  isolation: isolate;
}
.area--one .unitOne--1-1.unitOne--divider:before {
  content: '';
  position: absolute;
  right: calc(50% + 15px);
  top: calc(var(--spaceUnit) * -1);
  min-width: 100vw;
  height: 2px;
  background-color: #660900;
}
.area--one .unitOne--1-1.unitOne--shape:before {
  content: '';
  position: absolute;
  right: 50%;
  top: calc(var(--spaceUnit) * -1);
  min-width: 100vw;
  height: calc(100% + var(--spaceUnit));
  max-height: 940px;
  transform: skew(-9deg);
  background-color: #D5D2C6;
  z-index: -1;
  transition: all 0.6s;
}
#view .area--one .unitOne--1-1.unitOne--shape:before {
  right: 100vw;
}
#view .area--one .unitOne--1-1.unitOne--shape.scroll-animated--active:before {
  right: 50%;
}
.area--one .unitOne--1-1.unitOne--shape.scroll-animated--active:before {
  right: calc(100% - 320px);
}
.area--one .unitOne--1-1.unitOne--dividerAndShape.scroll-animated--active:after {
  right: calc(100% - 320px);
}
.area--one .unitOne--1-1.unitOne--dividerAndShape:before {
  content: '';
  position: absolute;
  right: calc(50% + 15px);
  top: calc(var(--spaceUnit) * -1);
  min-width: 100vw;
  height: 2px;
  background-color: #660900;
}
.area--one .unitOne--1-1.unitOne--dividerAndShape:after {
  content: '';
  position: absolute;
  right: 50%;
  top: 0;
  min-width: 100vw;
  height: 100%;
  max-height: 900px;
  transform: skew(-9deg);
  background-color: #D5D2C6;
  z-index: -1;
  transition: all 0.6s;
}
#view .area--one .unitOne--1-1.unitOne--dividerAndShape:after {
  right: 100vw;
}
#view .area--one .unitOne--1-1.unitOne--dividerAndShape.scroll-animated--active:after {
  right: 50%;
}
.area--one .unitThree {
  isolation: isolate;
  box-sizing: border-box;
  padding-top: var(--spaceUnit);
  padding-bottom: var(--spaceUnit);
  padding-right: 25%;
}
.area--one .unitThree:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100vw;
  height: 100%;
  transform: skew(-9deg);
  transform-origin: 100% 0;
  background-color: #D5D2C6;
  z-index: -1;
  transition: all 0.6s;
}
#view .area--one .unitThree:before {
  right: 100vw;
}
#view .area--one .unitThree.scroll-animated--active:before {
  right: 0;
}
.area--intro .unitOne {
  margin-top: 0;
}
.area--intro .unitOne .part:first-child {
  margin-top: 0;
}
.part.link .open {
  float: left;
  font-size: 14px;
  line-height: 1.78571429;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--s-textcolor);
  padding-left: 12px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(var(--s-textcolor), var(--s-textcolor)), url(/images/arrow-right-gray.svg);
  background-size: 0 2px, 9px 9px;
  background-position: 0 100%, 0 8px;
  background-repeat: no-repeat;
}
.part.link .open:hover,
.part.link .open:focus {
  background: linear-gradient(#660900, #660900), url(/images/arrow-right-red.svg);
  background-size: 100% 2px, 9px 9px;
  background-position: 0 100%, 0 8px;
  background-repeat: no-repeat;
  color: var(--s-linkcolor);
  --s-linkcolor-hover: #660900;
}
.part.link .open:active {
  color: #4d0700;
}
@media (max-width: 1023px) {
  .navi {
    display: none;
  }
}
.togglenavigation {
  position: fixed;
  top: 20px;
  left: 32px;
  z-index: 2001;
  width: 64px;
  height: 43px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .togglenavigation {
    left: 5vw;
    width: 48px;
    height: 32px;
    top: 12px;
  }
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 8px;
  background-image: url(/images/navigation-line-beige.svg);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1), opacity 0.2s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-scroll-triggered--active .tline {
  background-image: url(/images/navigation-line-red.svg);
}
.cb-toggle-target-active .cb-scroll-triggered--active .tline {
  background-image: url(/images/navigation-line-beige.svg);
}
@media (max-width: 1023px) {
  .tline {
    width: 48px;
    height: 6px;
  }
}
.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: translateX(-20px);
}
body.cb-toggle-target-active .tline--2 {
  transform: translateY(-50%) rotate(-30deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: translateY(-50%) rotate(30deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateX(20px);
}
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  height: 100vh;
  width: 100%;
  max-width: 264px;
  isolation: isolate;
  transform: translateX(-100%);
  transition: all 0.8s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .navigation {
  transform: translateX(0);
}
.navigation:after {
  content: '';
  position: absolute;
  left: 0;
  width: calc(100% + 195px);
  height: 100%;
  background-color: rgba(82, 16, 9, 0.9);
  clip-path: polygon(0 0, 100% 0, calc(0% + 264px) 100%, 0 100%);
  z-index: -1;
  transition: all 0.8s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-scroll-triggered--active .navigation:after {
  width: 100%;
}
.cb-toggle-target-active .cb-scroll-triggered--active .navigation:after {
  width: calc(100% + 195px);
}
.navi-animation {
  float: left;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  padding-top: 95px;
  padding-bottom: 32px;
  transform: translateX(-100px);
  transition: all 1.2s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.navi-animation::-webkit-scrollbar {
  display: none;
}
body.cb-toggle-target-active .navi-animation {
  transform: translateX(0);
  transition: all 0.8s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (max-width: 1023px) {
  .navi-animation {
    padding-top: 40px;
  }
}
.navigation div.navi {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.navigation div.navi > .cb-toggle {
  display: none;
}
.navigation div.navi > .item {
  float: left;
  position: relative;
}
.navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.navigation div.navi > .item > .menu {
  width: max-content;
  max-width: 264px;
  box-sizing: border-box;
  display: block;
  color: var(--s-linkcolor);
  padding-left: 32px;
}
.navigation div.navi > .item > .menu:hover,
.navigation div.navi > .item > .menu:focus {
  color: var(--s-linkcolor-hover);
}
.navigation div.navi > .item > .menu.path {
  color: #FFFFFF;
  background: linear-gradient(#FFFFFF, #FFFFFF);
  background-repeat: no-repeat;
  background-size: 100vw 1px;
  background-position: bottom right;
}
.navigation div.sub2 {
  box-sizing: border-box;
}
.navigation div.sub2 > .item {
  margin-top: 45px;
}
.navigation div.sub2 > .item > .menu {
  font-size: 18px;
  line-height: 1.77777778;
  --s-linkcolor: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
}
.navigation div.sub2 > .item > .menu:hover,
.navigation div.sub2 > .item > .menu:focus {
  --s-linkcolor-hover: #D5D2C6;
}
.navigation div.sub3 > .item > .menu {
  font-size: 18px;
  line-height: 1.77777778;
  --s-linkcolor: #D5D2C6;
  position: relative;
}
.navigation div.sub3 > .item > .menu:before {
  content: '-';
  font-size: 18px;
  line-height: 1.77777778;
  padding-right: 5px;
}
.navigation div.sub3 > .item > .menu:hover,
.navigation div.sub3 > .item > .menu:focus {
  --s-linkcolor-hover: #FFFFFF;
}
/*# sourceMappingURL=./screen-small.css.map */