:root {
  --sitecolor: #CE7420;
  --textcolor: #000000;
  --titlecolor: var(--accentcolor);
  --linkcolor: #000000;
  --linkcolor-hov: #670606;
  --accentcolor: #75A7AD;
  --accentcolor-bg: #fff;
  --headerHeight: 199px;
  --gutter: 25px;
}
@media (max-width: 767px) {
  :root {
    --headerHeight: 164px;
  }
}
@media (max-width: 767px) {
  :root {
    --gutter: 20px;
  }
}
:root {
  --deskWidth: 1274px;
  --deskSpace: 50px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 20px;
    --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
  }
}
:root {
  --spacePart: 10px;
}
@media (max-width: 1277px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 40px;
}
@media (max-width: 1277px) {
  :root {
    --spaceUnit: 30px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 20px;
  }
}
:root {
  --spaceTotal: 50px;
}
@media (max-width: 1277px) {
  :root {
    --spaceTotal: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 30px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1277px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.button {
  background-color: var(--btnPrimaryBgColor, #fff);
  font-family: 'Manrope', sans-serif;
  cursor: pointer;
  color: var(--btnPrimaryColor, var(--textcolor));
  border: 1px solid var(--btnPrimaryBorderColor, var(--textcolor));
  padding: 7px 17px 8px;
  box-sizing: border-box;
  appearance: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
  isolation: isolate;
  position: relative;
  font-size: 16px;
  line-height: 1.625;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.button:after {
  content: '';
  width: 18px;
  height: 18px;
  background-color: var(--btnIconColor, var(--textcolor));
  -webkit-mask-size: var(--btnIconWidth, 18px);
          mask-size: var(--btnIconWidth, 18px);
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
          mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
}
@media (hover: hover) and (pointer: fine) {
  .button:hover:after,
  .button:focus:after {
    background-color: var(--btnIconColorHover, var(--accentcolor));
  }
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    border-color: var(--btnPrimaryBorderColorHover, var(--textcolor));
    color: var(--btnPrimaryColorHover, #fff);
    background-color: var(--btnPrimaryBgColorHover, var(--textcolor));
    --btnIconColorHover: #fff;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/* manrope-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: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/manrope-v20-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-800 - 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: 'Manrope';
  font-style: normal;
  font-weight: 800;
  src: url('/extras/fonts/manrope-v20-latin-800.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oooh-baby-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: 'Oooh Baby';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/oooh-baby-v4-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#edit * :not(.is-marked):focus-within {
  outline: none;
}
:focus {
  outline-color: var(--sitecolor);
}
*::selection {
  background: var(--sitecolor);
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: 800;
}
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-family: 'Manrope', sans-serif;
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  line-height: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
}
.unit caption {
  display: none;
}
.flag {
  background: var(--sitecolor);
  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;
}
.area .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%;
}
.unit .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;
}
.lazyimage {
  visibility: hidden;
}
.lazyimage.lazyloaded {
  visibility: initial;
}
#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;
}
.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 var(--textcolor);
}
.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: 800;
  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: 24px;
  position: relative;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: 100%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
#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;
}
#slides img.lazyimage {
  visibility: initial;
  filter: blur(10px);
  transition: all 0.12s;
}
#slides img.lazyimage.lazyloaded {
  filter: blur(0);
}
#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: var(--sitecolor);
  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: var(--sitecolor);
}
.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: 'Manrope', sans-serif;
  line-height: 1.42857143;
  color: var(--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: var(--sitecolor);
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: var(--sitecolor);
  font-size: 16px;
  font-weight: 800;
  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: var(--btnPrimaryBgColor, #fff);
  font-family: 'Manrope', sans-serif;
  cursor: pointer;
  color: var(--btnPrimaryColor, var(--textcolor));
  border: 1px solid var(--btnPrimaryBorderColor, var(--textcolor));
  padding: 7px 17px 8px;
  box-sizing: border-box;
  appearance: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
  isolation: isolate;
  position: relative;
  font-size: 16px;
  line-height: 1.625;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  line-height: 1.42857143;
}
#disp .foot input:after,
#disp .foot a:after {
  content: '';
  width: 18px;
  height: 18px;
  background-color: var(--btnIconColor, var(--textcolor));
  -webkit-mask-size: var(--btnIconWidth, 18px);
          mask-size: var(--btnIconWidth, 18px);
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
          mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
}
@media (hover: hover) and (pointer: fine) {
  #disp .foot input:hover:after,
  #disp .foot a:hover:after,
  #disp .foot input:focus:after,
  #disp .foot a:focus:after {
    background-color: var(--btnIconColorHover, var(--accentcolor));
  }
}
@media (hover: hover) and (pointer: fine) {
  #disp .foot input:hover,
  #disp .foot a:hover,
  #disp .foot input:focus,
  #disp .foot a:focus {
    border-color: var(--btnPrimaryBorderColorHover, var(--textcolor));
    color: var(--btnPrimaryColorHover, #fff);
    background-color: var(--btnPrimaryBgColorHover, var(--textcolor));
    --btnIconColorHover: #fff;
  }
}
#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[type*="radio"],
#disp input[type*="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 !important;
  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: 1277px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px !important;
    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: 'Manrope', 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;
  appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    padding-bottom: 0;
    width: 30%;
    min-height: 50px;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: rgba(193, 189, 172, 0.5);
  min-height: 50px;
  padding: 5px 10px;
  appearance: none;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    min-height: 50px;
    align-items: center;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.unit.form div.tick input {
  float: left;
  margin-right: 10px;
  flex-shrink: 0;
  width: 20px;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    align-self: stretch;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  line-height: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
  background: rgba(193, 189, 172, 0.5);
  height: 50px;
  border: 1px solid var(--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 span::file-selector-button {
  background-color: var(--btnPrimaryBgColor, #fff);
  font-family: 'Manrope', sans-serif;
  cursor: pointer;
  color: var(--btnPrimaryColor, var(--textcolor));
  border: 1px solid var(--btnPrimaryBorderColor, var(--textcolor));
  padding: 7px 17px 8px;
  box-sizing: border-box;
  appearance: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
  isolation: isolate;
  position: relative;
  font-size: 16px;
  line-height: 1.625;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-right: 16px;
}
.unit.form .ship div.chop span::file-selector-button:after {
  content: '';
  width: 18px;
  height: 18px;
  background-color: var(--btnIconColor, var(--textcolor));
  -webkit-mask-size: var(--btnIconWidth, 18px);
          mask-size: var(--btnIconWidth, 18px);
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
          mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .ship div.chop span::file-selector-button:hover:after,
  .unit.form .ship div.chop span::file-selector-button:focus:after {
    background-color: var(--btnIconColorHover, var(--accentcolor));
  }
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .ship div.chop span::file-selector-button:hover,
  .unit.form .ship div.chop span::file-selector-button:focus {
    border-color: var(--btnPrimaryBorderColorHover, var(--textcolor));
    color: var(--btnPrimaryColorHover, #fff);
    background-color: var(--btnPrimaryBgColorHover, var(--textcolor));
    --btnIconColorHover: #fff;
  }
}
.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: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  background-color: var(--btnPrimaryBgColor, #fff);
  font-family: 'Manrope', sans-serif;
  cursor: pointer;
  color: var(--btnPrimaryColor, var(--textcolor));
  border: 1px solid var(--btnPrimaryBorderColor, var(--textcolor));
  padding: 7px 17px 8px;
  box-sizing: border-box;
  appearance: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
  isolation: isolate;
  position: relative;
  font-size: 16px;
  line-height: 1.625;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.unit.form .submit:after {
  content: '';
  width: 18px;
  height: 18px;
  background-color: var(--btnIconColor, var(--textcolor));
  -webkit-mask-size: var(--btnIconWidth, 18px);
          mask-size: var(--btnIconWidth, 18px);
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
          mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .submit:hover:after,
  .unit.form .submit:focus:after {
    background-color: var(--btnIconColorHover, var(--accentcolor));
  }
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .submit:hover,
  .unit.form .submit:focus {
    border-color: var(--btnPrimaryBorderColorHover, var(--textcolor));
    color: var(--btnPrimaryColorHover, #fff);
    background-color: var(--btnPrimaryBgColorHover, var(--textcolor));
    --btnIconColorHover: #fff;
  }
}
.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(--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;
}
#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: var(--btnPrimaryBgColor, #fff);
  font-family: 'Manrope', sans-serif;
  cursor: pointer;
  color: var(--btnPrimaryColor, var(--textcolor));
  border: 1px solid var(--btnPrimaryBorderColor, var(--textcolor));
  padding: 7px 17px 8px;
  box-sizing: border-box;
  appearance: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
  isolation: isolate;
  position: relative;
  font-size: 16px;
  line-height: 1.625;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.two-step-verification-container a:after {
  content: '';
  width: 18px;
  height: 18px;
  background-color: var(--btnIconColor, var(--textcolor));
  -webkit-mask-size: var(--btnIconWidth, 18px);
          mask-size: var(--btnIconWidth, 18px);
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
          mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
}
@media (hover: hover) and (pointer: fine) {
  .two-step-verification-container a:hover:after,
  .two-step-verification-container a:focus:after {
    background-color: var(--btnIconColorHover, var(--accentcolor));
  }
}
@media (hover: hover) and (pointer: fine) {
  .two-step-verification-container a:hover,
  .two-step-verification-container a:focus {
    border-color: var(--btnPrimaryBorderColorHover, var(--textcolor));
    color: var(--btnPrimaryColorHover, #fff);
    background-color: var(--btnPrimaryBgColorHover, var(--textcolor));
    --btnIconColorHover: #fff;
  }
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-bottom: 1px solid var(--textcolor);
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: var(--spaceTableBlock, var(--spacePart)) var(--spaceTableInline, var(--spacePart));
  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: 800;
}
.table td {
  padding: var(--spaceTableBlock, var(--spacePart)) var(--spaceTableInline, var(--spacePart));
  vertical-align: top;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: 800;
}
@media (max-width: 767px) {
  .part--table .table {
    display: block;
  }
  .part--table .table .table-head,
  .part--table .table .table-foot {
    display: none;
  }
  .part--table .table .table-body {
    display: block;
    width: 100%;
  }
  .part--table .table tr {
    float: left;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid var(--textcolor);
    margin-top: 9px;
  }
  .table-body .part--table .table tr:first-child {
    margin-top: 0;
  }
  .part--table .table .table-body tr:first-child {
    margin-top: 0;
  }
  .part--table .table td {
    float: left;
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .part--table .table.table--headline td {
    position: relative;
    box-sizing: border-box;
    padding-left: 52%;
  }
  .part--table .table.table--headline td:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 5px;
    width: 48%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-weight: 800;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
.logo {
  float: left;
  height: 76px;
}
.logo__image {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
}
#view.layout3 #head,
#view.layout2 #head {
  margin-bottom: calc(var(--spaceUnit) * -1 + var(--spacePart));
}
.layout1 #head {
  margin-top: calc(var(--spaceTotal) * 2);
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  line-height: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
  color: var(--textcolor);
  accent-color: var(--sitecolor);
  overflow: hidden;
  hyphens: none;
  display: flex;
  flex-direction: column;
  padding-top: var(--headerHeight);
  box-sizing: border-box;
}
.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;
}
.container {
  float: left;
  width: 100%;
  position: relative;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  top: 0;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media (max-width: 767px) {
  .section--header {
    flex-direction: column-reverse;
  }
}
.container--head {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 60px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .container--head {
    padding: 35px 0 10px;
    box-sizing: border-box;
  }
}
.headlinks {
  margin-inline-start: auto;
  display: flex;
}
@media (max-width: 767px) {
  .headlinks {
    margin: unset;
  }
}
.headlinks .find {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 47px;
  height: 43px;
  background-color: #670606;
  background-size: 17px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-search.svg);
}
@media (max-width: 767px) {
  .headlinks .find {
    flex-grow: 1;
  }
}
.headlinks__item {
  padding: 10px 15px 9px;
  box-sizing: border-box;
  background-color: #C1BDAC;
  font-size: 18px;
  letter-spacing: -0.04em;
  --linkcolor: #000000;
  --linkcolor-hov: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .headlinks__item {
    flex-grow: 1;
  }
}
.headlinks__item--app {
  --linkcolor: #fff;
  --linkcolor-hov: #fff;
  background-color: #A6A398;
}
main {
  float: left;
  width: 100%;
  position: relative;
  flex: 1 0 auto;
}
.bgcolor {
  background-color: var(--accentcolor-bg);
}
.bgcolor--one {
  --accentcolor-bg: #DEE6E8;
}
.bgcolor--four {
  --accentcolor-bg: #DEE6E8;
}
.bgcolor--blue {
  --accentcolor-bg: #75A7AD;
  --accentcolor: #fff;
}
.bgcolor--green {
  --accentcolor-bg: #666F5D;
  --accentcolor: #fff;
}
.bgcolor--blueLight {
  --accentcolor-bg: #DEE6E8;
}
.accentcolor--one {
  --accentcolor: #75A7AD;
  --accentcolor-bg: #DEE6E8;
}
.accentcolor--two {
  --accentcolor: #CE7420;
  --accentcolor-bg: #F7F0D8;
}
.accentcolor--three {
  --accentcolor: #666F5D;
  --accentcolor-bg: #EAE7E0;
}
.container--grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: var(--gutter);
}
@media (max-width: 1277px) {
  .container--grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .container--grid .container__aside {
    display: none;
  }
}
.sidenavi .sub1 {
  display: flex;
  flex-direction: column;
}
.sidenavi .sub1 > .item:not(.path) {
  display: none;
}
.sidenavi .sub1 > .item.path {
  display: flex;
  flex-direction: column;
}
.sidenavi .sub1 > .item.path > .menu {
  font-weight: 800;
  display: inline-block;
  margin-bottom: calc(var(--spacePart) * 1);
}
.sidenavi .sub3,
.sidenavi .sub2 {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
body:not(.sub3) .sidenavi .sub3 > .item.path > .menu,
body:not(.sub3) .sidenavi .sub2 > .item.path > .menu {
  --linkcolor: var(--accentcolor);
}
body.sub1 .sidenavi .sub3,
body.sub2 .sidenavi .sub3 {
  display: none;
}
body.sub3 .sidenavi .sub1 > .item > .menu {
  display: none;
}
body.sub3 .sidenavi .sub2 {
  display: flex;
  flex-direction: column;
}
body.sub3 .sidenavi .sub2 > .item:not(.path) {
  display: none;
}
body.sub3 .sidenavi .sub2 > .item.path {
  display: flex;
  flex-direction: column;
}
body.sub3 .sidenavi .sub2 > .item.path > .menu {
  font-weight: 800;
  display: inline-block;
  margin-bottom: calc(var(--spacePart) * 1);
}
body.sub3 .sidenavi .sub3 .item.path > .menu {
  --linkcolor: var(--accentcolor);
}
.breadcrump {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1 + 30px);
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  color: var(--accentcolor);
  --linkcolor: var(--accentcolor);
}
.section--multimood {
  z-index: 2;
}
.container--mood {
  position: relative;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: var(--gutter);
  padding-left: max(var(--deskSpace), calc((100vw - var(--deskWidth))  / 2 ));
  isolation: isolate;
  box-sizing: border-box;
  --s-textcolor: #ffffff;
}
.container--mood:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  height: 200px;
  z-index: -1;
}
@media (max-width: 1277px) {
  .container--mood {
    grid-template-columns: 1fr;
  }
  .container--mood .container__aside {
    display: none;
  }
}
.container--mood .mood #expo {
  aspect-ratio: 1068 / 510;
}
@media (max-width: 1277px) {
  .container--mood .mood #expo {
    aspect-ratio: 393 / 310;
  }
}
.container--mood .content {
  padding-top: calc(var(--spaceTotal) * 1);
  padding-right: calc(var(--spaceTotal) * 1);
}
@media (max-width: 1277px) {
  .container--mood .content {
    padding-right: 50%;
  }
}
@media (max-width: 767px) {
  .container--mood .content {
    padding-right: calc(var(--deskSpace) * 1);
  }
}
.search {
  display: flex;
  margin-bottom: calc(var(--spacePart) * 1);
}
@media (max-width: 767px) {
  .search {
    display: none;
  }
}
.search__input {
  width: calc(100% - 45px);
  padding: 11px 14px 10px;
  box-sizing: border-box;
  border: 1px solid var(--textcolor);
  display: inline-block;
  font-size: 18px;
  line-height: 1.33333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search__submit {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 45px;
  height: 47px;
  background-color: #670606;
  background-size: 25px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-search.svg);
}
.unit--foldingLinks {
  --spacePart: 0;
  --spaceUnit: 6px;
}
.unit--foldingLinks .unit__content {
  background-color: #fff;
}
.unit--foldingLinks .fold-toggle {
  width: 100%;
  padding: 11px 14px 10px;
  box-sizing: border-box;
  border: 1px solid var(--textcolor);
  display: inline-block;
  font-size: 18px;
  line-height: 1.33333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 800;
}
.unit--foldingLinks .fold-toggle:after {
  content: '';
  display: block;
  width: 20px;
  height: 10px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/dropdown-toggle.svg);
}
.unit--foldingLinks .fold-toggle--open:after {
  scale: 1 -1;
}
.unit--foldingLinks div.more {
  padding-inline: 14px;
  box-sizing: border-box;
  border-inline: 1px solid var(--textcolor);
  display: flex!important;
  flex-direction: column;
  gap: 4px;
  block-size: 0;
  overflow: hidden;
  transition-property: block-size, content-visibility, padding-block;
  transition-duration: 0.5s;
  transition-behavior: allow-discrete;
}
.unit--foldingLinks div.more .part.link .open {
  font-size: 18px;
}
.unit--foldingLinks.unit--foldOpen div.more {
  border-bottom: 1px solid var(--textcolor);
  /* Fallback for browsers that don't support calc-size() function */
  block-size: auto;
  padding-block: 14px;
  box-sizing: border-box;
  /* calc-size() function allows transition to height: auto; */
  block-size: calc-size(auto, size);
}
.unit--foldingLinks .unit__foot {
  display: none;
}
.section--moodTitle {
  padding-top: 100px;
  box-sizing: border-box;
  margin-top: -100px;
}
.moodTitle {
  font-family: 'Oooh Baby', serif;
  color: #fff;
  font-size: 40px;
  line-height: 1.25;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.section--footer {
  flex-shrink: 0;
  background-color: #fff;
}
.footarea {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  display: grid;
  gap: var(--gutter);
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1277px) {
  .footarea {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .footarea {
    grid-template-columns: 1fr;
  }
}
.footunit {
  float: left;
  width: 100%;
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
}
.footunit:not(.footunit--one) {
  padding-top: 16px;
  box-sizing: border-box;
}
.footunit.footunit--three {
  display: flex;
  justify-content: flex-end;
}
.footlogo {
  width: 164px;
}
.vcard {
  display: grid;
  gap: 30px;
}
.vcard a {
  text-decoration: underline;
}
.unit--articleFooter {
  --spaceUnit: 0;
  min-height: 20px;
  width: 100%;
  display: flex;
}
#edit .unit--articleFooter {
  outline: 1px dotted var(--textcolor);
}
.unit--articleFooter .unit__body {
  display: flex;
  flex-direction: column;
}
.unit--articleFooter .part .open {
  font-size: 20px;
  line-height: 0.9;
  font-weight: 800;
}
.unit--articleFooter .part.part--table {
  --spaceTableBlock: 0;
}
@media (max-width: 767px) {
  .unit--articleFooter .part.part--table .table-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .unit--articleFooter .part.part--table tr {
    margin-top: -1px !important;
  }
  .unit--articleFooter .part.part--table tr.even {
    margin-left: -1px;
    width: calc(100% + 1px);
  }
  .unit--articleFooter .part.part--table td {
    padding-block: 0;
  }
}
.unit--footLinks {
  --spaceUnit: 0;
  --spacePart: 0;
  min-height: 20px;
  width: auto;
  min-width: 50px;
  display: flex;
}
#edit .unit--footLinks {
  outline: 1px dotted var(--textcolor);
}
.unit--footLinks .unit__body {
  display: flex;
}
.unit--footLinks .part {
  width: auto;
  min-width: 30px;
}
.unit--footLinks .part:not(:first-child) {
  display: flex;
}
.unit--footLinks .part:not(:first-child):before {
  content: '|';
  display: block;
  margin-inline: 5px;
}
.communeApp {
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 220px;
  max-width: 100%;
}
@media (max-width: 1277px) {
  .communeApp {
    width: 100%;
  }
}
.communeApp__cta {
  width: 82px;
  display: flex;
  align-items: center;
  gap: 20px;
}
a {
  color: var(--linkcolor);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
}
@media (hover: hover) and (pointer: fine) {
  a:hover,
  a:focus {
    color: var(--linkcolor-hov);
  }
}
.btn--primary .open {
  background-color: var(--btnPrimaryBgColor, #fff);
  font-family: 'Manrope', sans-serif;
  cursor: pointer;
  color: var(--btnPrimaryColor, var(--textcolor));
  border: 1px solid var(--btnPrimaryBorderColor, var(--textcolor));
  padding: 7px 17px 8px;
  box-sizing: border-box;
  appearance: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
  isolation: isolate;
  position: relative;
  font-size: 16px;
  line-height: 1.625;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.btn--primary .open:after {
  content: '';
  width: 18px;
  height: 18px;
  background-color: var(--btnIconColor, var(--textcolor));
  -webkit-mask-size: var(--btnIconWidth, 18px);
          mask-size: var(--btnIconWidth, 18px);
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
          mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
}
@media (hover: hover) and (pointer: fine) {
  .btn--primary .open:hover:after,
  .btn--primary .open:focus:after {
    background-color: var(--btnIconColorHover, var(--accentcolor));
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn--primary .open:hover,
  .btn--primary .open:focus {
    border-color: var(--btnPrimaryBorderColorHover, var(--textcolor));
    color: var(--btnPrimaryColorHover, #fff);
    background-color: var(--btnPrimaryBgColorHover, var(--textcolor));
    --btnIconColorHover: #fff;
  }
}
.btn--external .open {
  --btnIconWidth: 14px;
  --btnIconUrl: url(/images/btn-external.svg);
}
.btn--secondary .open {
  font-family: 'Manrope', sans-serif;
  cursor: pointer;
  color: var(--btnPrimaryColor, var(--textcolor));
  box-sizing: border-box;
  appearance: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
  isolation: isolate;
  position: relative;
  font-size: 16px;
  line-height: 1.625;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.btn--secondary .open:after {
  content: '';
  width: 18px;
  height: 18px;
  background-color: var(--btnIconColor, var(--textcolor));
  -webkit-mask-size: var(--btnIconWidth, 18px);
          mask-size: var(--btnIconWidth, 18px);
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
          mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
}
@media (hover: hover) and (pointer: fine) {
  .btn--secondary .open:hover:after,
  .btn--secondary .open:focus:after {
    background-color: var(--btnIconColorHover, var(--accentcolor));
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn--secondary .open:hover,
  .btn--secondary .open:focus {
    color: var(--btnPrimaryColorHover, var(--accentcolor));
  }
  .btn--secondary .open:hover:after,
  .btn--secondary .open:focus:after {
    margin-left: 5px;
    background-color: var(--btnIconColorHover, var(--accentcolor));
  }
}
.part.load.btn {
  --btnIconWidth: 14px;
  --btnIconUrl: url(/images/btn-download.svg);
}
.part.load.btn--primary .load {
  background-color: var(--btnPrimaryBgColor, #fff);
  font-family: 'Manrope', sans-serif;
  cursor: pointer;
  color: var(--btnPrimaryColor, var(--textcolor));
  border: 1px solid var(--btnPrimaryBorderColor, var(--textcolor));
  padding: 7px 17px 8px;
  box-sizing: border-box;
  appearance: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
  isolation: isolate;
  position: relative;
  font-size: 16px;
  line-height: 1.625;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.part.load.btn--primary .load:after {
  content: '';
  width: 18px;
  height: 18px;
  background-color: var(--btnIconColor, var(--textcolor));
  -webkit-mask-size: var(--btnIconWidth, 18px);
          mask-size: var(--btnIconWidth, 18px);
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
          mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
}
@media (hover: hover) and (pointer: fine) {
  .part.load.btn--primary .load:hover:after,
  .part.load.btn--primary .load:focus:after {
    background-color: var(--btnIconColorHover, var(--accentcolor));
  }
}
@media (hover: hover) and (pointer: fine) {
  .part.load.btn--primary .load:hover,
  .part.load.btn--primary .load:focus {
    border-color: var(--btnPrimaryBorderColorHover, var(--textcolor));
    color: var(--btnPrimaryColorHover, #fff);
    background-color: var(--btnPrimaryBgColorHover, var(--textcolor));
    --btnIconColorHover: #fff;
  }
}
.part.load.btn--secondary .load {
  font-family: 'Manrope', sans-serif;
  cursor: pointer;
  color: var(--btnPrimaryColor, var(--textcolor));
  box-sizing: border-box;
  appearance: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
  isolation: isolate;
  position: relative;
  font-size: 16px;
  line-height: 1.625;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.part.load.btn--secondary .load:after {
  content: '';
  width: 18px;
  height: 18px;
  background-color: var(--btnIconColor, var(--textcolor));
  -webkit-mask-size: var(--btnIconWidth, 18px);
          mask-size: var(--btnIconWidth, 18px);
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
          mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
}
@media (hover: hover) and (pointer: fine) {
  .part.load.btn--secondary .load:hover:after,
  .part.load.btn--secondary .load:focus:after {
    background-color: var(--btnIconColorHover, var(--accentcolor));
  }
}
@media (hover: hover) and (pointer: fine) {
  .part.load.btn--secondary .load:hover,
  .part.load.btn--secondary .load:focus {
    color: var(--btnPrimaryColorHover, var(--accentcolor));
  }
  .part.load.btn--secondary .load:hover:after,
  .part.load.btn--secondary .load:focus:after {
    margin-left: 5px;
    background-color: var(--btnIconColorHover, var(--accentcolor));
  }
}
.part--table {
  hyphens: auto;
}
.part--table .open:has(:not([href^="mailto:"], [href^="tel:"])) {
  --btnIconWidth: 14px;
  --btnIconUrl: url(/images/btn-external.svg);
  display: inline-grid;
  grid-template-columns: 18px 1fr;
  gap: 5px;
  text-align: left;
}
.part--table .open:has(:not([href^="mailto:"], [href^="tel:"])):before {
  content: '';
  margin-top: 3px;
  width: 18px;
  height: 18px;
  background-color: var(--btnIconColor, var(--textcolor));
  -webkit-mask-size: var(--btnIconWidth, 18px);
          mask-size: var(--btnIconWidth, 18px);
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
          mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
}
@media (hover: hover) and (pointer: fine) {
  .part--table .open:has(:not([href^="mailto:"], [href^="tel:"])):hover:before,
  .part--table .open:has(:not([href^="mailto:"], [href^="tel:"])):focus:before {
    background-color: var(--btnIconColorHover, #000000);
  }
}
.h1 {
  font-size: clamp(1.875rem, 0vw + 1.875rem, 1.875rem);
  line-height: clamp(2.5rem, 0vw + 2.5rem, 2.5rem);
  font-weight: 800;
}
.h2 {
  font-size: clamp(1.375rem, 0vw + 1.375rem, 1.375rem);
  line-height: clamp(2rem, 0vw + 2rem, 2rem);
  font-weight: 800;
}
h1 {
  font-size: clamp(1.875rem, 0vw + 1.875rem, 1.875rem);
  line-height: clamp(2.5rem, 0vw + 2.5rem, 2.5rem);
  font-weight: 800;
  color: var(--accentcolor);
}
h2 {
  font-size: clamp(1.375rem, 0vw + 1.375rem, 1.375rem);
  line-height: clamp(2rem, 0vw + 2rem, 2rem);
  font-weight: 800;
  color: var(--textcolor);
}
h2 .star {
  color: var(--accentcolor);
}
h3 .star {
  color: var(--accentcolor);
}
h4 {
  color: var(--textcolor);
  font-size: clamp(1.875rem, 0.22522523vw + 1.82010135rem, 2rem);
  line-height: clamp(2.5rem, 0vw + 2.5rem, 2.5rem);
  font-weight: normal;
}
h4 .star {
  color: var(--accentcolor);
}
.norm {
  color: var(--textcolor);
}
.loud {
  color: var(--textcolor);
  font-size: clamp(1.375rem, 0vw + 1.375rem, 1.375rem);
  line-height: clamp(2rem, 0vw + 2rem, 2rem);
}
.area--one {
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.area--one:not(.area1) {
  margin-top: calc(var(--spaceTotal) * 1);
}
.area--one .unit.unitIndentTopReduced {
  margin-top: 0;
}
@media (min-width: 768px) {
  .area--one {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0 var(--gutter);
  }
  .area--one .unit {
    grid-column: 1 / -1;
  }
  .area--one .unit--foldingLinks {
    grid-column: span 6;
  }
  .area--one .unit--foldingLinks .unit__content {
    width: 300px;
    max-width: 100%;
  }
  .area--one .unitThree,
  .area--one .unitOne--1-2 {
    grid-column: span 6;
  }
  .area--one .unit--form,
  .area--one .unitOne--1-1-indentRight {
    display: grid;
    grid-template-columns: subgrid;
  }
  .area--one .unit--form .unit__content,
  .area--one .unitOne--1-1-indentRight .unit__content {
    grid-column: var(--gridColumnPosition, span 10);
  }
  .area--one .unitOne--1-1-indentRight .unit__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 var(--gutter);
  }
  .area--one .unitOne--1-1-indentRight .part {
    grid-column: span 2;
  }
  .area--one .unitOne--1-1-indentRight .part--slim {
    grid-column: span 1;
  }
  .area--one .unit--team {
    --spaceUnit: 25px;
    display: grid;
    grid-template-columns: subgrid;
  }
  .area--one .unit--team .unit__background {
    grid-column: var(--gridColumnPosition, span 3);
  }
  .area--one .unit--team .unit__content {
    grid-column: var(--gridColumnPosition, span 9);
  }
  .area--one .unitOne--1-3 {
    grid-column: span 3;
  }
}
.area--one .unitThree {
  --spacePart: 0;
}
.area--one .unitThree .unit__content {
  width: 300px;
  max-width: 100%;
}
.area--one .unitThree .part:not(:first-child) {
  margin-top: -1px;
}
.area--one .unitThree .part.text:first-child {
  background-color: var(--accentcolor);
  font-weight: 800;
  border: 1px solid var(--btnPrimaryBorderColor, var(--textcolor));
  padding: 7px 17px 8px;
  box-sizing: border-box;
}
.area--one .unitThree .part.text:first-child * {
  color: #fff;
}
.area--one .unitThree .part.load .load,
.area--one .unitThree .part.link .open {
  width: 100%;
  justify-content: space-between;
}
.area--one .unitFour {
  margin-top: calc(var(--spaceUnit) * -1);
}
.area--one .unitFour .unit__body {
  display: grid;
  gap: 0 var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(min(120px, 100%), 1fr));
}
.area--one .unitFour .part.pict .cb-image-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.area--one .unitFour .part.pict .cb-image-caption {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 800;
}
.area--one .unit--icon {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  --spaceUnit: 6px;
  padding-right: 110px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .area--one .unit--icon {
    grid-template-columns: 70px 1fr;
    padding-right: 0;
  }
}
.area--one .unit--icon .unit__background {
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
}
.area--one .unitTwo.unit--fold {
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .area--one .unitTwo.unit--fold {
    display: grid;
    grid-template-columns: subgrid;
  }
}
.area--one .unitTwo.unit--fold .unit__content {
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--textcolor);
}
@media (min-width: 768px) {
  .area--one .unitTwo.unit--fold .unit__content {
    grid-column: var(--gridColumnPosition, span 10);
  }
}
.area--one .unitTwo.unit--fold:nth-child(1 of .unit--fold) .unit__content {
  border-top: 1px solid var(--textcolor);
}
.area--one .unitTwo.unit--fold:has(+.unit--fold) {
  margin-bottom: 0;
}
.area--one .unitTwo.unit--fold + .unit--fold {
  margin-top: calc(var(--spacePart) * 0);
}
.area--one .unitTwo.unit--fold div.less {
  --spacePart: 0;
}
.area--one .unitTwo.unit--fold div.more {
  box-sizing: border-box;
}
.area--one .unitTwo.unit--fold.unit--foldOpen .unit__content {
  background-color: rgba(255, 255, 255, 0.5);
}
.area--one .unitTwo.unit--fold .fold-toggle {
  padding-right: 24px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  display: inline-block;
  color: var(--textcolor);
  text-decoration: none;
  font-size: 22px;
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: unset !important;
}
.area--one .unitTwo.unit--fold .fold-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 25px;
  height: 25px;
  background-color: var(--textcolor);
  -webkit-mask-size: 25px;
          mask-size: 25px;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/fold-open.svg);
          mask-image: url(/images/fold-open.svg);
}
.area--one .unitTwo.unit--fold .fold-toggle--open:after {
  -webkit-mask-image: url(/images/fold-close.svg);
          mask-image: url(/images/fold-close.svg);
}
.area--one .unitTwo.unit--fold .unit__foot {
  display: none;
}
.area--one .unit--spacer {
  margin: 0;
}
#edit .area--one .unit--spacer {
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
  background-color: rgba(113, 202, 243, 0.5);
}
#edit .area--one .unit--spacer:after {
  content: 'Spacer / Abstand';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  text-align: center;
  display: inline-block;
  z-index: 1;
}
.area--one .unit--spacer.space--one {
  height: calc(var(--spaceTotal) * 1);
}
.area--one .unit--spacer.space--two {
  height: calc(var(--spaceTotal) * 2);
}
.area--one .unit--spacer.space--three {
  height: calc(var(--spaceTotal) * 3);
}
.area--one .unit--spacer .spacerPart {
  pointer-events: none;
  display: none;
  margin: 0;
}
.area--one .unit--spacer .spacerPart hr {
  display: none;
}
.part.text .open:not(.fold-toggle) {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.part.text .open:not(.fold-toggle):has(.star) {
  color: var(--accentcolor);
}
@media (hover: hover) and (pointer: fine) {
  .part.text .open:not(.fold-toggle):hover,
  .part.text .open:not(.fold-toggle):focus {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
}
.part.pict:has(a) {
  overflow: hidden;
}
.part.pict:has(a) img:not(.svg) {
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
}
@media (hover: hover) and (pointer: fine) {
  .part.pict:has(a):hover img:not(.svg),
  .part.pict:has(a):focus img:not(.svg) {
    scale: 1.05;
  }
}
@media (max-width: 1277px) {
  body:has(.navToggle[aria-expanded="true"]) {
    overflow: hidden;
  }
  .navigation {
    display: none!important;
  }
}
.navToggle {
  width: 64px;
  height: 64px;
  cursor: pointer;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
}
.navToggle__lines {
  position: relative;
  display: block;
  width: 64px;
  height: 32px;
}
.navToggle__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 2px;
  background-color: #A6A398;
  border-radius: 4px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.navToggle__line--2,
.navToggle__line--3 {
  top: 50%;
  transform: translateY(-50%);
}
.navToggle__line--4 {
  top: unset;
  bottom: 0;
}
.navToggle[aria-expanded="true"] .navToggle__line--1 {
  opacity: 0;
  transform: translateY(-10px);
}
.navToggle[aria-expanded="true"] .navToggle__line--2 {
  transform: translateY(-50%) rotate(-45deg);
}
.navToggle[aria-expanded="true"] .navToggle__line--3 {
  transform: translateY(-50%) rotate(45deg);
}
.navToggle[aria-expanded="true"] .navToggle__line--4 {
  opacity: 0;
  transform: translateY(10px);
}
.mobileNavigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: #DEE6E8;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.mobileNavigation.is-visible {
  transform: translateY(0);
}
.mobileNavigation__wrapper {
  float: left;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: var(--headerHeight) 0 calc(var(--headerHeight) / 2);
}
.mobileNavigation__content {
  float: left;
  width: 100%;
}
.cb-fancy-navigation {
  float: left;
  width: 100%;
  overflow: hidden;
  display: flex;
}
.navigation-container {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  margin-right: -100%;
  transition: all 0.6s, opacity 0s 0.6s;
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
}
.navigation-container.is-active {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.6s, opacity 0s;
  pointer-events: initial;
}
.navigation-container.is-left {
  transform: translateX(-100%);
}
.navigation-group {
  float: left;
  width: 768px;
  max-width: 100%;
  box-sizing: border-box;
}
.navigation-section {
  float: left;
  width: 100%;
  display: flex;
  position: relative;
}
.navigation-section--navi {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1px;
}
.navigation-section--meta {
  margin-top: 1px;
  background-color: #75A7AD;
  height: 42px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-inline: 20px;
  box-sizing: border-box;
}
@media (max-width: 1277px) {
  .navigation-section--meta {
    padding-inline: calc(var(--deskSpace) + 20px);
  }
}
.navigation-back {
  float: left;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 14px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 20px;
}
@media (max-width: 1277px) {
  .navigation-back {
    left: var(--deskSpace);
  }
}
.navigation-back:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/nav-toggle-back.svg);
          mask-image: url(/images/nav-toggle-back.svg);
}
.navigation-item--parent {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.navigation-item--parent .navigation-menu {
  text-decoration: none;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
.navigation-level {
  float: left;
  width: 100%;
}
.navigation-level > .navigation-item {
  float: left;
  width: 100%;
}
.navigation-level > .navigation-item.init {
  margin-top: 0 !important;
}
.navigation-level > .navigation-item > .navigation-menu {
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}
.navigation-level > .navigation-item > .navigation-menu.here,
.navigation-level > .navigation-item > .navigation-menu.path {
  background-image: var(--textcolor);
}
.navigation-level > .navigation-item > .navigation-menu.here:after,
.navigation-level > .navigation-item > .navigation-menu.path:after {
  background-image: var(--textcolor);
}
.navigation-level--1 > .navigation-item {
  margin-top: 1px;
}
.navigation-level--1 > .navigation-item.empty > .navigation-menu:after {
  display: none;
}
.navigation-level--1 > .navigation-item > .navigation-menu {
  background-color: #C1BDAC;
  font-size: 20px;
  line-height: 1.2;
  padding: 20px 20px 24px;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: -0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation-level--1 > .navigation-item > .navigation-menu.here,
.navigation-level--1 > .navigation-item > .navigation-menu.path {
  --linkcolor: #fff;
  background-color: #75A7AD;
}
.navigation-level--2 {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 20px;
}
.navigation-level--2 > .navigation-item:not(.empty) > .navigation-menu {
  padding-right: 56px;
}
.navigation-level--2 > .navigation-item:not(.empty) > .navigation-menu:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  width: 26px;
  height: 100%;
  background-color: var(--textcolor);
  -webkit-mask-size: auto 12px;
          mask-size: auto 12px;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/nav-toggle.svg);
          mask-image: url(/images/nav-toggle.svg);
}
@media (max-width: 1277px) {
  .navigation-level--2 > .navigation-item:not(.empty) > .navigation-menu:after {
    right: var(--deskSpace);
  }
}
.navigation-level--2 > .navigation-item > .navigation-menu {
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: -0.04em;
  padding-inline: 20px;
  box-sizing: border-box;
}
@media (max-width: 1277px) {
  .navigation-level--2 > .navigation-item > .navigation-menu {
    padding-inline: var(--deskSpace);
  }
}
.navigation-level--2 > .navigation-item > .navigation-menu.here {
  color: var(--linkcolor-hov);
}
.navigation-level--3 {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 20px;
}
.navigation-level--3 > .navigation-item > .navigation-menu {
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: -0.04em;
  padding-inline: 20px;
  box-sizing: border-box;
}
@media (max-width: 1277px) {
  .navigation-level--3 > .navigation-item > .navigation-menu {
    padding-inline: var(--deskSpace);
  }
}
.navigation-level--3 > .navigation-item > .navigation-menu.here {
  color: var(--linkcolor-hov);
}
.part.auth form {
  float: left;
  width: 100%;
}
.part.auth .body,
.part.auth .foot {
  width: 100%;
  margin: 0;
}
.part.auth fieldset {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.part.auth fieldset:first-child {
  margin-top: 0;
}
.part.auth label.name {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .part.auth label.name {
    padding-bottom: 0;
    width: 30%;
    min-height: 50px;
  }
}
.part.auth input.text,
.part.auth input.password {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: rgba(193, 189, 172, 0.5);
  min-height: 50px;
  padding: 5px 10px;
}
.part.auth input.text.fail,
.part.auth input.password.fail {
  border: 2px solid #ae2121;
}
.part.auth input.text.fade,
.part.auth input.password.fade {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .part.auth input.text,
  .part.auth input.password {
    float: right;
    width: 66%;
  }
}
.auth-login-button {
  float: right;
  margin-top: var(--spacePart);
}
.part.auth input.submit {
  float: left;
  background-color: var(--btnPrimaryBgColor, #fff);
  font-family: 'Manrope', sans-serif;
  cursor: pointer;
  color: var(--btnPrimaryColor, var(--textcolor));
  border: 1px solid var(--btnPrimaryBorderColor, var(--textcolor));
  padding: 7px 17px 8px;
  box-sizing: border-box;
  appearance: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
  isolation: isolate;
  position: relative;
  font-size: 16px;
  line-height: 1.625;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.part.auth input.submit:after {
  content: '';
  width: 18px;
  height: 18px;
  background-color: var(--btnIconColor, var(--textcolor));
  -webkit-mask-size: var(--btnIconWidth, 18px);
          mask-size: var(--btnIconWidth, 18px);
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
          mask-image: var(--btnIconUrl, url(/images/btn-arrow.svg));
  transition: all 0.4s cubic-bezier(0, -0.042, 0.391, 0.932);
}
@media (hover: hover) and (pointer: fine) {
  .part.auth input.submit:hover:after,
  .part.auth input.submit:focus:after {
    background-color: var(--btnIconColorHover, var(--accentcolor));
  }
}
@media (hover: hover) and (pointer: fine) {
  .part.auth input.submit:hover,
  .part.auth input.submit:focus {
    border-color: var(--btnPrimaryBorderColorHover, var(--textcolor));
    color: var(--btnPrimaryColorHover, #fff);
    background-color: var(--btnPrimaryBgColorHover, var(--textcolor));
    --btnIconColorHover: #fff;
  }
}
.teaserMark {
  margin-top: calc(var(--spacePart) * 1);
}
.teaserMark mark {
  background-color: darkred;
  color: white;
  padding: 4px 8px;
  box-sizing: border-box;
}
#view .teaserMark {
  display: none;
}
#view .cbdModule--teaserTextNews {
  display: none;
}
.news {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 2);
  display: grid;
}
@media (min-width: 768px) {
  .news {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--gutter);
  }
}
.news__column--one {
  background-color: #fff;
  padding: var(--gutter);
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .news__column--one {
    grid-column: 1 / 8;
  }
}
.news__column--two {
  padding-top: var(--gutter);
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .news__column--two {
    grid-column: 9 / 13;
  }
}
.news__column--two .area {
  --spaceUnit: 5px;
  margin-top: calc(var(--spacePart) * 2);
  margin-bottom: calc(var(--spacePart) * 2);
}
.bigTitle {
  font-size: clamp(1.875rem, 0vw + 1.875rem, 1.875rem);
  line-height: clamp(2.5rem, 0vw + 2.5rem, 2.5rem);
  font-weight: 800;
  color: var(--titlecolor);
}
.container--teaserIntro {
  display: flex;
  flex-direction: column;
  gap: var(--gutter);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
@media (min-width: 768px) {
  .container--teaserIntro {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--gutter);
  }
  .container--teaserIntro .content {
    grid-column: var(--gridColumnPosition, span 10);
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.teaserImages {
  display: flex;
  width: 100%;
  min-height: 200px;
  gap: var(--gutter);
}
#view .teaserImages:not(:has(.ns-teaser__part--pict)) {
  display: none;
}
.layout5 .teaserImages {
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
}
.teaserImages > .part {
  width: 100%;
}
#view .teaserImages > .part.cb-file-empty {
  display: none;
}
.ns-teaserWrapper--newsTeaser .ns-teaserArea {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  display: flex;
  flex-direction: column;
  gap: calc(var(--gutter) + 10px);
}
@media (min-width: 768px) {
  .ns-teaserWrapper--newsTeaser .ns-teaserArea {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: calc(var(--gutter) + 10px);
  }
}
.ns-teaserWrapper--newsTeaser .ns-teaser {
  grid-column: var(--gridColumnPosition, span 10);
}
.ns-teaserWrapper--newsTeaserStartpage .ns-teaserArea {
  margin-top: calc(var(--spacePart) * 2);
  margin-bottom: calc(var(--spacePart) * 2);
  display: flex;
  flex-direction: column;
  gap: var(--gutter);
}
.ns-teaser {
  border-bottom: 1px solid var(--textcolor);
  padding-bottom: calc(var(--spacePart) * 3);
  box-sizing: border-box;
}
.ns-teaser .ns-teaser__content {
  display: flex;
  flex-direction: column;
  gap: var(--gutter);
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser:hover .ns-teaserLink,
  .ns-teaser:focus .ns-teaserLink {
    color: var(--btnPrimaryColorHover, var(--accentcolor));
  }
  .ns-teaser:hover .ns-teaserLink:after,
  .ns-teaser:focus .ns-teaserLink:after {
    margin-left: 5px;
    background-color: var(--btnIconColorHover, var(--accentcolor));
  }
}
.ns-teaser__part--date {
  font-weight: 800;
  color: var(--accentcolor);
}
.ns-teaser__part--title {
  font-weight: normal;
}
.ns-teaser__part--text {
  color: var(--textcolor);
}
/*# sourceMappingURL=./screen-small.css.map */