:root {
  --sitecolor: #F18500;
  --textcolor: #101820;
  --titlecolor: #101820;
  --linkcolor: #101820;
  --linkcolor-hov: #F18500;
  --accentcolor: #F18500;
  --cardBgcolor: #F8F8F8;
  --headerHeight: 94px;
  --gridGap: calc(var(--spaceTotal) * 2);
}
@media (max-width: 1399px) {
  :root {
    --headerHeight: 74px;
  }
}
:root {
  --deskWidth: 1176px;
  --deskSpace: 32px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 1399px) {
  :root {
    --deskSpace: 40px;
    --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
  }
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 20px;
    --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
  }
}
:root {
  --spacePart: 6px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 4px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 4px;
  }
}
:root {
  --spaceUnit: 18px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 12px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 8px;
  }
}
:root {
  --spaceTotal: 24px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 16px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 12px;
  }
}
: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 {
  --linkcolor: #7A7A78;
  border: 1px solid var(--linkcolor);
  line-height: 1.625;
  font-family: inherit;
  cursor: pointer;
  padding: 6px 20px 7px;
  border-radius: 6px;
  appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    border-color: var(--linkcolor-hov);
  }
}
.link-arrow {
  font-size: 14px;
  line-height: 1.57142857;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  color: var(--linkcolor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.link-arrow:after {
  content: '';
  top: 8px;
  margin-left: 5px;
  width: 22px;
  height: 10px;
  display: inline-block;
  background-color: var(--linkcolor);
  -webkit-mask-position: -6px 50%;
  mask-position: -6px 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/link-arrow-right-black.svg);
  mask-image: url(/images/link-arrow-right-black.svg);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .link-arrow:hover,
  .link-arrow:focus {
    color: var(--linkcolor-hov);
  }
  .link-arrow:hover:after,
  .link-arrow:focus:after {
    -webkit-mask-position: 0 50%;
            mask-position: 0 50%;
    background-color: var(--linkcolor-hov);
  }
}
.link-arrow-hover {
  color: var(--linkcolor-hov);
}
.link-arrow-hover:after {
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
  background-color: var(--linkcolor-hov);
}
.download-arrow {
  font-size: 14px;
  line-height: 1.57142857;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  color: var(--linkcolor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: flex-end;
}
.download-arrow:after {
  content: '';
  margin-left: 5px;
  width: 24px;
  height: 24px;
  margin-top: -5px;
  margin-bottom: 3px;
  display: inline-block;
  background-color: var(--linkcolor);
  -webkit-mask-size: 11px;
  mask-size: 11px;
  -webkit-mask-position: 50% 100%;
  mask-position: 50% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/icon-download-black.svg);
  mask-image: url(/images/icon-download-black.svg);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  clip-path: polygon(0 5px, 100% 5px, 100% 100%, 0% 100%);
}
@media (hover: hover) and (pointer: fine) {
  .download-arrow:hover,
  .download-arrow:focus {
    color: var(--linkcolor-hov);
  }
  .download-arrow:hover:after,
  .download-arrow:focus:after {
    clip-path: polygon(0 0px, 100% 0px, 100% 100%, 0% 100%);
    background-color: var(--linkcolor-hov);
  }
}
.download-arrow-hover {
  color: var(--linkcolor-hov);
}
.download-arrow-hover:after {
  clip-path: polygon(0 0px, 100% 0px, 100% 100%, 0% 100%);
  background-color: var(--linkcolor-hov);
}
.link-extern {
  font-size: 14px;
  line-height: 1.57142857;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  color: var(--linkcolor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  display: grid;
  grid-template-columns: max-content 24px;
  align-items: flex-end;
}
.link-extern:after {
  content: '';
  margin-left: 5px;
  width: 24px;
  height: 24px;
  margin-top: -5px;
  margin-bottom: 3px;
  display: inline-block;
  background-color: var(--linkcolor);
  -webkit-mask-size: 16px;
  mask-size: 16px;
  -webkit-mask-position: 50% 100%;
  mask-position: 50% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/link-extern-black.svg);
  mask-image: url(/images/link-extern-black.svg);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 8px 100%, 8px calc(100% - 2px), 0 calc(100% - 8px));
}
@media (hover: hover) and (pointer: fine) {
  .link-extern:hover,
  .link-extern:focus {
    color: var(--linkcolor-hov);
  }
  .link-extern:hover:after,
  .link-extern:focus:after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 0 100%);
    background-color: var(--linkcolor-hov);
  }
}
.link-extern-hover {
  color: var(--linkcolor-hov);
}
.link-extern-hover:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 0 100%);
  background-color: var(--linkcolor-hov);
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/GothamSSm-Book.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url('/extras/fonts/GothamSSm-Medium.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/GothamSSm-Bold.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 900;
  src: url('/extras/fonts/GothamSSm-Black.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
}
*::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: 700;
}
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: 16px;
  font-family: 'Gotham', sans-serif;
  line-height: 1.625;
}
.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;
}
div.load.specialIndent {
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spaceUnit) * 1) !important;
}
div.load a.load {
  font-size: 14px;
  line-height: 1.57142857;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  color: var(--linkcolor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: flex-end;
}
div.load a.load:after {
  content: '';
  margin-left: 5px;
  width: 24px;
  height: 24px;
  margin-top: -5px;
  margin-bottom: 3px;
  display: inline-block;
  background-color: var(--linkcolor);
  -webkit-mask-size: 11px;
  mask-size: 11px;
  -webkit-mask-position: 50% 100%;
  mask-position: 50% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/icon-download-black.svg);
  mask-image: url(/images/icon-download-black.svg);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  clip-path: polygon(0 5px, 100% 5px, 100% 100%, 0% 100%);
}
@media (hover: hover) and (pointer: fine) {
  div.load a.load:hover,
  div.load a.load:focus {
    color: var(--linkcolor-hov);
  }
  div.load a.load:hover:after,
  div.load a.load:focus:after {
    clip-path: polygon(0 0px, 100% 0px, 100% 100%, 0% 100%);
    background-color: var(--linkcolor-hov);
  }
}
.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: 700;
  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%;
  height: 100%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  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);
  transform: scale(1.05);
  transition: all 0.12s;
}
#slides img.lazyimage.lazyloaded {
  filter: blur(0);
  transform: scale(1);
}
#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: 'Gotham', 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: 700;
  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;
  --linkcolor: #7A7A78;
  border: 1px solid var(--linkcolor);
  line-height: 1.625;
  font-family: inherit;
  cursor: pointer;
  padding: 6px 20px 7px;
  border-radius: 6px;
  appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.42857143;
}
@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(--linkcolor-hov);
  }
}
#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;
  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: 'Gotham', 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: #F18500;
}
@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: 7px;
    padding-bottom: 7px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  min-height: 40px;
  padding: 5px 10px;
  appearance: none;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #F18500;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.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: 26px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 7px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Gotham', sans-serif;
  font-size: 16px;
  line-height: 1.625;
  background: #fff;
  height: 40px;
  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: #F18500;
}
.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 {
  --linkcolor: #7A7A78;
  border: 1px solid var(--linkcolor);
  line-height: 1.625;
  font-family: inherit;
  cursor: pointer;
  padding: 6px 20px 7px;
  border-radius: 6px;
  appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-right: 16px;
}
@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(--linkcolor-hov);
  }
}
.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 .submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  --linkcolor: #7A7A78;
  border: 1px solid var(--linkcolor);
  line-height: 1.625;
  font-family: inherit;
  cursor: pointer;
  padding: 6px 20px 7px;
  border-radius: 6px;
  appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .submit:hover,
  .unit.form .submit:focus {
    border-color: var(--linkcolor-hov);
  }
}
.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: #F18500;
  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 {
  --linkcolor: #7A7A78;
  border: 1px solid var(--linkcolor);
  line-height: 1.625;
  font-family: inherit;
  cursor: pointer;
  padding: 6px 20px 7px;
  border-radius: 6px;
  appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (hover: hover) and (pointer: fine) {
  .two-step-verification-container a:hover,
  .two-step-verification-container a:focus {
    border-color: var(--linkcolor-hov);
  }
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
#edit .table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.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: 700;
}
.table td {
  padding: 5px 10px;
  vertical-align: top;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: 700;
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  float: left;
  height: 42px;
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}
body:not(.layout1) #head {
  margin-top: calc(var(--spaceTotal) * 2);
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Gotham', sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: var(--textcolor);
  accent-color: var(--sitecolor);
  overflow: hidden;
  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;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.container {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  --deskWidth: calc(100vw - (2 * var(--deskSpace)));
  position: fixed;
  top: 0;
  z-index: 2000;
  padding-top: 16px;
  padding-bottom: 21px;
  box-sizing: border-box;
  border-bottom: 2px solid #DFDCD8;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: var(--headerHeight);
}
@media (max-width: 1399px) {
  .section--header {
    padding-bottom: 16px;
  }
}
.container--head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main {
  float: left;
  width: 100%;
  position: relative;
  flex: 1 0 auto;
}
.section--lightgrey {
  background-color: #F8F8F8;
  --cardBgcolor: #fff;
}
.container--mood {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  isolation: isolate;
  box-sizing: border-box;
  padding: calc(var(--spaceTotal) * 2) 0;
  aspect-ratio: 1440 / 380;
}
@media (max-width: 1023px) {
  .container--mood {
    aspect-ratio: 768 / 320;
  }
}
@media (max-width: 767px) {
  .container--mood {
    aspect-ratio: 360 / 240;
  }
}
.container--mood .mood {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.container--mood .content {
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
}
.container--topicmood {
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 var(--gridGap);
  min-height: 550px;
}
@media (max-width: 1023px) {
  .container--topicmood {
    grid-template-columns: 1fr;
  }
}
.container--topicmood .mood {
  order: 99;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1023px) {
  .container--topicmood .mood {
    order: initial;
    aspect-ratio: 768 / 512;
  }
}
@media (max-width: 767px) {
  .container--topicmood .mood {
    aspect-ratio: 360 / 240;
  }
}
.container--topicmood .content {
  padding-left: max(var(--deskSpace), calc((100vw - 1176px) / 2));
  box-sizing: border-box;
  margin-bottom: calc(var(--spaceTotal) * 2);
}
@media (max-width: 1023px) {
  .container--topicmood .content {
    padding-right: var(--deskSpace);
  }
}
.container--specialmood {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  isolation: isolate;
  box-sizing: border-box;
  padding: calc(var(--spaceTotal) * 2) 0;
}
.container--specialmood .logos {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--spacePart) * 1) var(--gridGap);
  width: 100%;
  justify-content: space-between;
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.container--specialmood .logos .part--moodLogo {
  width: 300px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .container--specialmood .logos .part--moodLogo {
    width: 150px;
  }
}
.container--specialmood .mood {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 1176 / 320;
}
@media (max-width: 1023px) {
  .container--specialmood .mood {
    aspect-ratio: 768 / 320;
  }
}
@media (max-width: 767px) {
  .container--specialmood .mood {
    aspect-ratio: 360 / 240;
  }
}
.container--specialmood .content {
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
}
.section--facts {
  border-top: 1px solid #969494;
  border-bottom: 1px solid #969494;
}
.facts {
  float: left;
  width: 100%;
  padding: 48px 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 48px;
}
.facts__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.factsLabel {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--sitecolor);
  min-height: 36px;
  font-weight: 700;
}
.factsNumber {
  font-size: 42px;
  line-height: 1.19047619;
  letter-spacing: -0.5px;
  font-weight: 900;
  padding-left: calc(48px + 24px);
  box-sizing: border-box;
  min-height: 48px;
  background-size: 48px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.facts__info--one .factsNumber {
  background-image: url(/images/ewb_icon_fernwaermenetz.svg);
}
.facts__info--two .factsNumber {
  background-image: url(/images/ewb_icon_netzanschluesse.svg);
}
.facts__info--three .factsNumber {
  background-image: url(/images/ewb_icon_co2_einsparungen.svg);
}
.container--columns .column--one .area {
  margin-top: calc(var(--spaceTotal) * 3);
  margin-bottom: calc(var(--spaceTotal) * 3);
}
.container--columns .column--two .area {
  margin-bottom: calc(var(--spaceTotal) * 3);
}
.section--footer {
  flex-shrink: 0;
  border-top: 1px solid var(--textcolor);
}
.footarea {
  float: left;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
  display: grid;
}
@media (max-width: 1023px) {
  .footarea {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.footunit {
  float: left;
  width: 100%;
}
.foottitle {
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--sitecolor);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .foottitle {
    margin-bottom: 16px;
  }
}
.footstripe {
  float: left;
  width: 100%;
  border-top: 1px solid var(--textcolor);
}
.container--footstripe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 13px;
  box-sizing: border-box;
}
#edit .container--footstripe {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .container--footstripe {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
  }
}
.credits {
  display: flex;
  gap: 5px;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.5px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .credits {
    font-size: 10px;
    line-height: 1.2;
  }
}
.unit--footLinksLegal {
  --spaceUnit: 0;
  --spacePart: 0;
  min-height: 20px;
  width: auto;
  min-width: 50px;
}
#edit .unit--footLinksLegal {
  outline: 1px dotted var(--textcolor);
}
.unit--footLinksLegal .unit__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.unit--footLinksLegal .part.link {
  min-width: 20px;
  width: auto;
  font-size: 14px;
}
.unit--footLinksLegal .part.link:not(:last-child):after {
  content: '|';
  margin-left: 1ch;
  margin-right: 1ch;
  font-size: 14px;
}
.unit--footLinksLegal .part.link .open {
  color: var(--linkcolor);
}
@media (hover: hover) and (pointer: fine) {
  .unit--footLinksLegal .part.link .open:hover,
  .unit--footLinksLegal .part.link .open:focus {
    color: var(--linkcolor-hov);
  }
}
.footNavMain div.sub1 {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px 48px;
}
@media (max-width: 1023px) {
  .footNavMain div.sub1 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .footNavMain div.sub1 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.footNavMain div.sub1 > .item > .menu {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 700;
}
.footNavMain div.sub1 > .item > .menu.path {
  color: var(--linkcolor-hov);
}
.footNavMain div.sub2 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footNavMain div.sub2 > .item.init {
  margin-top: 8px;
}
.footNavMain div.sub2 > .item > .menu {
  font-size: 14px;
  line-height: 1.42857143;
}
.footNavMain div.sub2 > .item > .menu.path {
  color: var(--linkcolor-hov);
}
.footNavMain div.sub3 {
  display: none;
}
.footNavLinks div.sub1 {
  display: flex;
  gap: 30px;
}
.footNavLinks div.sub1 > .item > .menu {
  font-size: 14px;
  line-height: 1.14285714;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.footNavLinks div.sub1 > .item > .menu.path {
  color: var(--linkcolor-hov);
}
a {
  color: var(--linkcolor);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  a:hover,
  a:focus {
    color: var(--linkcolor-hov);
  }
}
.part.text .open {
  text-decoration: underline;
}
.btn.specialIndent {
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spaceUnit) * 1) !important;
}
.btn--primary .open {
  font-size: 14px;
  line-height: 1.57142857;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  color: var(--linkcolor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.btn--primary .open:after {
  content: '';
  top: 8px;
  margin-left: 5px;
  width: 22px;
  height: 10px;
  display: inline-block;
  background-color: var(--linkcolor);
  -webkit-mask-position: -6px 50%;
  mask-position: -6px 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/link-arrow-right-black.svg);
  mask-image: url(/images/link-arrow-right-black.svg);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .btn--primary .open:hover,
  .btn--primary .open:focus {
    color: var(--linkcolor-hov);
  }
  .btn--primary .open:hover:after,
  .btn--primary .open:focus:after {
    -webkit-mask-position: 0 50%;
            mask-position: 0 50%;
    background-color: var(--linkcolor-hov);
  }
}
.btn--secondary .open {
  --linkcolor: #7A7A78;
  border: 1px solid var(--linkcolor);
  line-height: 1.625;
  font-family: inherit;
  cursor: pointer;
  padding: 6px 20px 7px;
  border-radius: 6px;
  appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (hover: hover) and (pointer: fine) {
  .btn--secondary .open:hover,
  .btn--secondary .open:focus {
    border-color: var(--linkcolor-hov);
  }
}
.btn--tertiary .open {
  font-size: 14px;
  line-height: 1.57142857;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  color: var(--linkcolor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  display: grid;
  grid-template-columns: max-content 24px;
  align-items: flex-end;
}
.btn--tertiary .open:after {
  content: '';
  margin-left: 5px;
  width: 24px;
  height: 24px;
  margin-top: -5px;
  margin-bottom: 3px;
  display: inline-block;
  background-color: var(--linkcolor);
  -webkit-mask-size: 16px;
  mask-size: 16px;
  -webkit-mask-position: 50% 100%;
  mask-position: 50% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/link-extern-black.svg);
  mask-image: url(/images/link-extern-black.svg);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 8px 100%, 8px calc(100% - 2px), 0 calc(100% - 8px));
}
@media (hover: hover) and (pointer: fine) {
  .btn--tertiary .open:hover,
  .btn--tertiary .open:focus {
    color: var(--linkcolor-hov);
  }
  .btn--tertiary .open:hover:after,
  .btn--tertiary .open:focus:after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 0 100%);
    background-color: var(--linkcolor-hov);
  }
}
.cbdModule--furtherLink {
  margin-bottom: calc(var(--spaceTotal) * 3);
}
.layout1 .cbdModule--furtherLink {
  display: flex;
  justify-content: flex-end;
}
h1 {
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--sitecolor);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
h2 {
  font-size: 42px;
  line-height: 1.19047619;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--textcolor);
}
@media (max-width: 1023px) {
  h2 {
    font-size: 36px;
    line-height: 1.16666667;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 1.21428571;
    letter-spacing: 0.7px;
  }
}
h3 {
  font-size: 22px;
  line-height: 1.27272727;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--textcolor);
}
@media (max-width: 1023px) {
  h3 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 1.33333333;
    letter-spacing: 0.7px;
  }
}
h4 {
  font-size: 22px;
  line-height: 1.27272727;
  letter-spacing: 0.5px;
  font-weight: 900;
  color: var(--textcolor);
}
@media (max-width: 1023px) {
  h4 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.4px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
    line-height: 1.33333333;
    letter-spacing: 0.3px;
  }
}
h5 {
  font-size: 12px;
  line-height: 1.5;
  color: var(--sitecolor);
  font-weight: 500;
}
.loud {
  font-size: 22px;
  line-height: 1.45454545;
  color: var(--textcolor);
}
@media (max-width: 1023px) {
  .loud {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .loud {
    font-size: 18px;
    line-height: 1.55555556;
  }
}
.pale {
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--textcolor);
}
.norm {
  color: var(--textcolor);
}
.cbdModule--leadText {
  margin-top: calc(var(--spacePart) * 4);
}
#view.area1--empty .cbdModule--leadText {
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.area--one {
  margin-top: calc(var(--spaceTotal) * 3);
  margin-bottom: calc(var(--spaceTotal) * 3);
}
.layout1 .area--one.area1 {
  margin-top: 0;
}
.layout2 .area--one.area1 {
  margin-top: calc(var(--spaceTotal) * 2);
}
.area--one .unit--sideimage:has(+.unit--sideimage) {
  margin-bottom: calc((var(--spaceTotal) * 3) - (var(--spacePart) * 1));
}
.area--one .unit--sideimage .unit__background {
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .area--one .unit--sideimage .unit__background {
    margin-bottom: calc(var(--spacePart) * 3);
  }
}
.area--one .unit--sideimage.unit--isAnchor .unit__background .unit__backgroundImage {
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .area--one .unit--sideimage.unit--isAnchor:hover .unit__background .unit__backgroundImage,
  .area--one .unit--sideimage.unit--isAnchor:focus .unit__background .unit__backgroundImage {
    scale: 1.05;
  }
  .area--one .unit--sideimage.unit--isAnchor:hover .part.link .open,
  .area--one .unit--sideimage.unit--isAnchor:focus .part.link .open {
    color: var(--linkcolor-hov);
  }
  .area--one .unit--sideimage.unit--isAnchor:hover .part.link .open:after,
  .area--one .unit--sideimage.unit--isAnchor:focus .part.link .open:after {
    -webkit-mask-position: 0 50%;
            mask-position: 0 50%;
    background-color: var(--linkcolor-hov);
  }
}
.card {
  margin-top: calc(var(--spaceTotal) * 1) !important;
  margin-bottom: calc(var(--spaceTotal) * 1) !important;
}
.card .unit__content {
  background-color: var(--cardBgcolor);
  padding: calc(var(--spaceUnit) * 1) calc(var(--spaceTotal) * 1);
  box-sizing: border-box;
  border-radius: 10px;
}
.area--one .unitTwo:has(.pict:first-child) .part.pict:first-child {
  margin-top: calc(var(--spaceUnit) * -1);
  margin-left: calc(var(--spaceTotal) * -1);
  margin-bottom: calc(var(--spacePart) * 3);
  width: calc(100% + (calc(var(--spaceTotal) * 2)));
}
.area--one .unitTwo.unit--isAnchor:has(.pict:first-child) .part.pict:first-child {
  border-radius: 10px;
  overflow: hidden;
}
.area--one .unitTwo.unit--isAnchor:has(.pict:first-child) .part.pict:first-child img:not(.svg) {
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .area--one .unitTwo.unit--isAnchor:has(.pict:first-child):hover .part.pict:first-child img:not(.svg),
  .area--one .unitTwo.unit--isAnchor:has(.pict:first-child):focus .part.pict:first-child img:not(.svg) {
    scale: 1.05;
  }
}
@media (hover: hover) and (pointer: fine) {
  .area--one .unitTwo.unit--isAnchor:hover .part.link .open,
  .area--one .unitTwo.unit--isAnchor:focus .part.link .open {
    color: var(--linkcolor-hov);
  }
  .area--one .unitTwo.unit--isAnchor:hover .part.link .open:after,
  .area--one .unitTwo.unit--isAnchor:focus .part.link .open:after {
    -webkit-mask-position: 0 50%;
            mask-position: 0 50%;
    background-color: var(--linkcolor-hov);
  }
}
.area--two .unit.unit--fold {
  border-bottom: 1px solid var(--textcolor);
  padding-bottom: calc(var(--spacePart) * 1);
  box-sizing: border-box;
}
.area--two .unit.unit--fold:has(+.unit--fold) {
  margin-bottom: 0;
}
.area--two .unit.unit--fold + .unit--fold {
  margin-top: calc(var(--spacePart) * 1);
}
.area--two .unit.unit--fold .fold-toggle {
  padding-right: 24px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  display: inline-block;
  color: var(--textcolor);
  text-decoration: none;
}
.area--two .unit.unit--fold .fold-toggle i {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
}
.area--two .unit.unit--fold .fold-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
  background-size: 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-plus-black.svg);
}
.area--two .unit.unit--fold .fold-toggle--open:after {
  background-image: url(/images/icon-minus-black.svg);
}
.area--two .unit.unit--fold .unit__foot {
  display: none;
}
.area--two .unitThree {
  padding-left: 208px;
  box-sizing: border-box;
  position: relative;
  --opacityTimeline: 1;
}
@media (max-width: 1023px) {
  .area--two .unitThree {
    padding-left: 176px;
  }
}
@media (max-width: 767px) {
  .area--two .unitThree {
    padding-left: 60px;
  }
}
.area--two .unitThree.unitThree--variantTwo {
  --opacityTimeline: 0.5;
}
.area--two .unitThree.unitThree--variantTwo:before {
  border-left: 4px dashed #F18500;
}
.area--two .unitThree:after {
  content: '';
  position: absolute;
  left: 110px;
  width: 48px;
  aspect-ratio: 1;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-timeline.svg);
  opacity: var(--opacityTimeline);
}
@media (max-width: 1023px) {
  .area--two .unitThree:after {
    left: 90px;
  }
}
@media (max-width: 767px) {
  .area--two .unitThree:after {
    width: 32px;
    left: 0;
  }
}
.area--two .unitThree:before {
  content: '';
  top: 48px;
  left: 132px;
  position: absolute;
  height: calc(100% - 11px);
  width: 4px;
  border-left: 4px solid #F18500;
  opacity: var(--opacityTimeline);
}
@media (max-width: 1023px) {
  .area--two .unitThree:before {
    left: 111px;
    height: calc(100% - 23px);
  }
}
@media (max-width: 767px) {
  .area--two .unitThree:before {
    top: 32px;
    left: 14px;
    height: calc(100% - 13px);
  }
}
@media (max-width: 767px) {
  .area--two .unitThree.unitThree--yearOn {
    padding-top: 50px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .area--two .unitThree.unitThree--yearOn:before {
    top: 82px;
    left: 14px;
    height: calc(100% - 66px);
  }
}
.area--two .unitThree.unitThree--yearOn .part.text:first-child {
  position: unset;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}
@media (max-width: 767px) {
  .area--two .unitThree.unitThree--yearOn .part.text:first-child {
    top: 10px;
  }
}
.part.pict img:not(.svg) {
  border-radius: 10px;
}
.part--table.tableStyle--captionList td.init {
  width: 30px;
}
.stoerer {
  position: absolute;
  right: 32px;
  top: 32px;
}
@media (max-width: 1023px) {
  .stoerer {
    top: 24px;
    right: 24px;
  }
}
@media (max-width: 767px) {
  .stoerer {
    top: 8px;
    right: 8px;
  }
}
.part--standaloneStoerer {
  width: 140px;
  float: right;
}
@media (max-width: 1023px) {
  .part--standaloneStoerer {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .part--standaloneStoerer {
    width: 100px;
  }
}
.part--standaloneStoerer img {
  width: 100%!important;
  max-width: 100%!important;
  max-height: 100%!important;
}
@media (max-width: 1399px) {
  .navigation {
    display: none!important;
  }
}
.togglenavigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2001;
  width: 20px;
  height: 12px;
  cursor: pointer;
  --linkcolor: #F18500;
  --linkcolor-hov: #101820;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.togglenavigation:after {
  content: 'Menü';
  position: absolute;
  right: 30px;
  font-size: 14px;
  line-height: 1.14285714;
  letter-spacing: 0.5px;
  hyphens: none!important;
  font-weight: 700;
  color: var(--textcolor);
}
body.cb-toggle-target-active .togglenavigation:after {
  content: 'schliessen';
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: var(--linkcolor);
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.tline--2 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline {
  background-color: var(--linkcolor-hov);
}
body.cb-toggle-target-active .tline--1 {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--2 {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.navioverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 1998;
  background-color: rgba(241, 133, 0, 0.5);
  opacity: 0;
  transition: opacity 0.8s, width 0s 0.8s;
}
body.cb-toggle-target-active .navioverlay {
  transition: opacity 0.8s;
  opacity: 1;
  width: 100%;
}
.mobile-navigation {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1999;
  height: 100%;
  width: 100%;
  max-width: 520px;
  background-color: #fff;
  overflow-y: scroll;
  transform: translateX(100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateX(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  padding-top: calc(var(--headerHeight) + 64px);
  padding-left: var(--deskSpace);
  padding-right: var(--deskSpace);
  box-sizing: border-box;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(100px);
  transition: all 1.2s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (max-width: 767px) {
  .mobile-navi-animation {
    padding-top: calc(var(--headerHeight) + 10px);
  }
}
body.cb-toggle-target-active .mobile-navi-animation {
  transform: translateX(0);
  transition: all 0.8s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.mobile-navigation div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.mobile-navigation div.navi > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item {
  float: left;
  width: 100%;
  position: relative;
}
.mobile-navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item > .menu {
  display: block;
  color: var(--textcolor);
}
.mobile-navigation div.navi > .item > .menu.path {
  color: var(--sitecolor);
}
.mobile-navigation__main div.sub1 {
  box-sizing: border-box;
}
.mobile-navigation__main div.sub1 > .item {
  border-bottom: 1px solid var(--textcolor);
  padding-top: 16px;
  padding-bottom: 8px;
  box-sizing: border-box;
}
.mobile-navigation__main div.sub1 > .item > .menu {
  color: var(--textcolor);
  font-size: 28px;
  line-height: 1.21428571;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding-right: 30px;
  box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 767px) {
  .mobile-navigation__main div.sub1 > .item > .menu {
    font-size: 20px;
    line-height: 1.3;
  }
}
.mobile-navigation__main div.sub1 > .item > .menu.path {
  color: var(--textcolor);
}
.mobile-navigation__links div.sub1 {
  margin-top: 48px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-navigation__links div.sub1 > .item > .menu {
  color: var(--textcolor);
  font-weight: 700;
  letter-spacing: 0.5px;
}
.mobile-navigation__links div.sub1 > .item > .menu.path {
  color: var(--sitecolor);
}
.mobile-navigation__main div.sub2 {
  max-height: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobile-navigation__main div.sub2 > .item {
  opacity: 0;
  transform: scale(0.8);
  position: unset;
}
.mobile-navigation__main div.sub2 > .item.init {
  margin-top: 22px;
}
.mobile-navigation__main div.sub2 > .item.cb-toggle-target-active > .menu {
  color: var(--sitecolor);
}
.mobile-navigation__main div.sub2 > .item.cb-toggle-target-active:not(.item-empty):after {
  content: '';
  position: absolute;
  width: calc(100% + (var(--deskSpace) * 2));
  height: calc(100% + 10px);
  top: -10px;
  left: calc(var(--deskSpace) * -1);
  background-color: #F8F8F8;
  z-index: -1;
}
.mobile-navigation__main div.sub2 > .item:not(.exit) {
  border-bottom: 1px solid #DFDCD8;
}
.mobile-navigation__main div.sub2 > .item > .menu {
  padding-right: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  box-sizing: border-box;
  font-weight: 500;
}
.mobile-navigation__main div.sub2 > .item > .menu.path {
  color: var(--sitecolor);
}
.mobile-navigation__main div.sub3 {
  overflow: hidden;
  max-height: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile-navigation__main div.sub3 > .item {
  opacity: 0;
  transform: scale(0.8);
}
.mobile-navigation__main div.sub3 > .item.init {
  margin-top: 12px;
}
.mobile-navigation__main div.sub3 > .item.exit {
  margin-bottom: 24px;
}
.mobile-navigation__main div.sub3 > .item > .menu.path {
  color: var(--sitecolor);
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi {
  transition: none;
  max-height: 4000px;
  transition: max-height 0.5s;
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi > .item {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
}
.mobile-navigation__main .sub1 > .item > .cb-toggle {
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 27px;
  background-size: 27px;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-plus-black.svg);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (max-width: 767px) {
  .mobile-navigation__main .sub1 > .item > .cb-toggle {
    height: 21px;
    background-size: 21px;
  }
}
.mobile-navigation__main .sub1 > .item > .cb-toggle.cb-toggle-active {
  background-image: url(/images/icon-minus-black.svg);
}
.mobile-navigation__main .sub2 > .item > .cb-toggle {
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 2;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-bottom-black.svg);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.mobile-navigation__main .sub2 > .item > .cb-toggle.cb-toggle-active {
  background-image: url(/images/arrow-top-orange.svg);
}
.fw-map {
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
          user-select: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.fw-map::-webkit-scrollbar {
  display: none;
}
.fw-map_scrollContainer {
  float: left;
  width: 100%;
  position: relative;
  transform-origin: left top;
}
@media (max-width: 830px) {
  .fw-map_scrollContainer {
    width: 745px;
  }
}
.fw-map__background {
  float: left;
  width: 100%;
  height: auto;
}
.fw-map__foreground {
  z-index: 2;
  width: 100%;
  height: 100%;
}
.fw-map__foreground svg {
  float: left;
  width: 100%;
  height: auto;
}
.mobilezoom {
  display: none;
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 20;
}
@media (max-width: 830px) {
  .mobilezoom {
    display: block;
  }
}
.mobilezoom__link {
  float: left;
  width: 30px;
  height: 30px;
  background-color: #F8F8F8;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}
.mobilezoom__link:last-child {
  margin-right: 0;
}
.mobilezoom__link:before,
.mobilezoom__link:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 12px;
  height: 2px;
  background-color: #101820;
}
.mobilezoom__link:after {
  display: none;
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.mobilezoom__link--plus:after {
  display: block;
}
.fw-map__streets {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.region--laenggasse {
  --svgFillColor: #E5B2BE;
  --svgFillColorHover: #DF9FAE;
}
.region--kleefeld {
  --svgFillColor: #F7BF9D;
  --svgFillColorHover: #F5AF84;
}
.region--tiefenau {
  --svgFillColor: #876174;
  --svgFillColorHover: #693951;
}
.region--holligen {
  --svgFillColor: #E8C979;
  --svgFillColorHover: #E2BC57;
}
.region--buempliz {
  --svgFillColor: #A9CDCB;
  --svgFillColorHover: #94C0BE;
}
.region--bethlehem {
  --svgFillColor: #7BB2CC;
  --svgFillColorHover: #5A9FBF;
}
.region--eigerplatz {
  --svgFillColor: #5B888E;
  --svgFillColorHover: #326A72;
}
.fw-map--startpage {
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrap {
  isolation: isolate;
}
.label {
  transition: all 0.2s;
}
.label__line {
  stroke: #000;
  fill: none;
  stroke-width: 1px;
}
.label__circleTwo {
  stroke: #000;
  fill: none;
  stroke-width: 1px;
}
.label__text path {
  fill: #000;
}
.is-active .label__text path {
  fill: #fff;
}
.zone {
  stroke-width: 3px;
  mix-blend-mode: multiply;
  transition: all 0.4s linear;
  fill: transparent;
}
.layout1 .zone {
  fill: #FBDAB2;
}
.is-active .zone {
  fill: #FBDAB2;
}
.layout1 .is-active .zone {
  fill: #F18500;
}
.outline {
  fill: none;
  stroke: #F18500;
  stroke-miterlimit: 10;
}
.buildings {
  pointer-events: none;
  mix-blend-mode: multiply;
}
.buildings * {
  fill: #D7D7D6;
}
.streets {
  fill: none;
  pointer-events: none;
}
.streets * {
  fill: #ffF;
  transition: all 0.4s linear;
}
.is-active .streets * {
  fill-opacity: 0.7;
  fill: var(--svgFillColorHover);
}
/*# sourceMappingURL=./screen-small.css.map */