:root {
  --sectionColor: #555555;
  --sectionColorAlt: #fff;
  --sectionColorHover: #42D5C4;
}
:root .cb-section--petrol {
  --sectionColor: #42D5C4;
  --sectionColorAlt: #004E56;
  --sectionColorHover: #fff;
}
:root .cb-section--darkblue {
  --sectionColor: #42D5C4;
  --sectionColorAlt: #1E3752;
  --sectionColorHover: #fff;
}
:root .cb-section--gray {
  --sectionColor: #fff;
  --sectionColorAlt: #555555;
  --sectionColorHover: #42D5C4;
}
:root .cb-section--mediumgray {
  --sectionColor: #fff;
  --sectionColorAlt: #A9A9A9;
  --sectionColorHover: #004E56;
}
:root .cb-section--lightgray {
  --sectionColor: #fff;
  --sectionColorAlt: #C4C4C4;
  --sectionColorHover: #004E56;
}
:root .cb-section--root {
  --sectionColor: #004E56;
  --sectionColorAlt: #42D5C4;
  --sectionColorHover: #fff;
}
@media (max-width: 1099px) {
  :root .cb-section--root {
    --sectionColor: #fff;
    --sectionColorAlt: #004E56;
    --sectionColorHover: #004E56;
  }
}
:root {
  --unitIndent: 70px;
}
@media (max-width: 1279px) {
  :root {
    --unitIndent: 50px;
  }
}
@media (max-width: 767px) {
  :root {
    --unitIndent: 0;
  }
}
:root {
  --deskWidth: 1200px;
  --deskSpace: 7vw;
  --deskMaxWidth: calc(100% - (2 * var(--deskSpace)));
}
:root {
  --spacePart: 20px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 15px;
  }
}
:root {
  --spaceUnit: 40px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 35px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 25px;
  }
}
:root {
  --spaceTotal: 60px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 50px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 40px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: var(--sectionColor);
  font-size: 18px;
  line-height: 1.33333333;
  cursor: pointer;
  color: var(--sectionColorAlt);
  padding: 8px 40px;
  border: 5px solid var(--sectionColor);
  -webkit-appearance: none;
  border-radius: 15px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 500;
}
.button:hover,
.button:focus {
  background-color: transparent;
  color: var(--sectionColor);
}
@media (max-width: 767px) {
  .button {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 10px 30px;
  }
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #004E56;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: 500;
}
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: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.33333333;
}
.unit caption {
  display: none;
}
.flag {
  background: #004E56;
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
  position: relative;
}
.unit .head,
.unit .body,
.unit .foot {
  float: left;
  width: 100%;
}
.unit.fold div.less,
.unit.fold div.more {
  float: left;
  width: 100%;
}
.unit.fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  position: relative;
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
div.load a.load {
  display: inline-block;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-download-black.svg);
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--sectionColor);
}
.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: 500;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.cb-service {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.cb-service:first-child {
  margin-top: 0;
}
.cb-service:last-child {
  margin-bottom: 0;
}
.cb-youtube iframe,
.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
.cb-multimood {
  float: left;
  width: 100%;
}
.cb-expo {
  float: left;
  width: 100%;
  position: relative;
}
.cb-slides {
  float: left;
  width: 100%;
  height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
  padding-bottom: 32.8125%;
}
@media (max-width: 1279px) {
  .cb-slides {
    padding-bottom: 420px;
  }
}
@media (max-width: 767px) {
  .cb-slides {
    padding-bottom: 360px;
  }
}
.cb-slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.cb-slides a {
  display: block;
  width: 100%;
  height: 100%;
}
.cb-slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
.cb-slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.cb-expo div.link {
  float: left;
  width: 100%;
  height: 0;
}
.cb-expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 25px;
  height: 40px;
  transform: translateY(-50%);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
@media (max-width: 767px) {
  .cb-expo a.link {
    display: none;
  }
}
.cb-expo a.link.prev {
  left: 60px;
  background-image: url(/images/chevron-left-white.svg);
}
@media (max-width: 1279px) {
  .cb-expo a.link.prev {
    left: 7vw;
  }
}
.cb-expo a.link.next {
  right: 60px;
  background-image: url(/images/chevron-right-white.svg);
}
@media (max-width: 1279px) {
  .cb-expo a.link.next {
    right: 7vw;
  }
}
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;
  display: none;
}
.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: #004E56;
}
.cb-index-some {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: none;
}
.cb-index-some td {
  float: left;
  display: block;
  color: #fff;
}
.cb-index-some td:first-child:after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}
.cb-index-some a {
  color: #fff;
}
.cb-index-some a:hover,
.cb-index-some a:focus {
  color: #fff;
}
#over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.8);
}
#disp {
  position: absolute;
  z-index: 5001;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.42857143;
  color: var(--sectionColor);
}
@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: #004E56;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #004E56;
  font-size: 16px;
  font-weight: 500;
  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(--sectionColor);
  font-size: 18px;
  line-height: 1.33333333;
  cursor: pointer;
  color: var(--sectionColorAlt);
  padding: 8px 40px;
  border: 5px solid var(--sectionColor);
  -webkit-appearance: none;
  border-radius: 15px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  background-color: transparent;
  color: var(--sectionColor);
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 10px 30px;
  }
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input.radio,
#disp input.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1279px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'Roboto', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #F0F0F0;
  min-height: 40px;
  padding: 5px 10px;
  -webkit-appearance: none;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 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: 8px;
    padding-bottom: 8px;
  }
}
.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: 24px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 8px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.33333333;
  background: #F0F0F0;
  height: 40px;
  border: 1px solid var(--sectionColor);
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form input.submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  background-color: var(--sectionColor);
  font-size: 18px;
  line-height: 1.33333333;
  cursor: pointer;
  color: var(--sectionColorAlt);
  padding: 8px 40px;
  border: 5px solid var(--sectionColor);
  -webkit-appearance: none;
  border-radius: 15px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 500;
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  background-color: transparent;
  color: var(--sectionColor);
}
@media (max-width: 767px) {
  .unit.form input.submit {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 10px 30px;
  }
}
.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(--sectionColor);
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
  font-size: 14px;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  background-color: var(--sectionColor);
  font-size: 18px;
  line-height: 1.33333333;
  cursor: pointer;
  color: var(--sectionColorAlt);
  padding: 8px 40px;
  border: 5px solid var(--sectionColor);
  -webkit-appearance: none;
  border-radius: 15px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 500;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  background-color: transparent;
  color: var(--sectionColor);
}
@media (max-width: 767px) {
  .two-step-verification-container a {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 10px 30px;
  }
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 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: 500;
}
.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: 500;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.34680574vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 114px;
}
@media (max-width: 1700px) {
  html {
    scroll-padding-top: 414px;
  }
}
.homelink {
  float: left;
  position: relative;
  height: 72px;
  margin: 32px 0 10px;
}
@media (max-width: 1279px) {
  .homelink {
    height: 60px;
    margin: 30px 0 10px;
  }
}
.logo {
  width: auto;
  height: 100%;
  transition: all 0.4s;
}
.logo.logo--lightpetrol {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
.cb-page-title {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
#view .cb-page-layout1 .cb-page-title {
  transform: rotate(180deg);
  text-align: right;
}
#Lernräume-Hazu {
  height: 100vh !important;
}
.cb-pages {
  float: left;
  width: 100%;
}
.cb-page {
  float: left;
  width: 100%;
}
#edit .cb-page {
  box-sizing: border-box;
  padding-top: 114px;
}
#edit .cb-page.cb-page-layout1,
#edit .cb-page.cb-page-layout8,
#edit .cb-page.cb-page-layout9,
#edit .cb-page.cb-page-layout10 {
  padding-top: 0;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.33333333;
  overflow: hidden;
  hyphens: none;
  font-weight: 300;
  transition: opacity 0.8s;
  opacity: 0;
}
.show-content .wrapper {
  opacity: 1;
}
.cb-page-selected-layout9 .wrapper {
  background-color: #f7f7f7;
}
.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;
}
.cb-section {
  float: left;
  width: 100%;
  position: relative;
  color: var(--sectionColor);
}
.cb-page-selected-color-newsletterOff .cb-section--contact {
  display: none;
}
.cb-section--header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  transition: all 0.4s;
}
.cb-section--header.cb-scroll-triggered--active,
body.cb-toggle-target-active .cb-section--header,
.cb-page-selected-layout11 .cb-section--header {
  background-color: rgba(255, 255, 255, 0.7);
}
.cb-section--root {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/root-2022-03-15.jpg);
  min-height: 100vh;
  display: none;
}
.cb-page-layout1 .cb-section--root {
  display: block;
}
@media (max-width: 1279px) {
  .cb-section--root {
    flex-direction: column;
    justify-content: flex-end;
  }
  .cb-page-layout1 .cb-section--root {
    display: flex;
  }
}
.cb-section--subnavi {
  margin-top: 200px;
  margin-bottom: 40px;
  display: none;
}
.cb-page-layout10 .cb-section--subnavi {
  display: block;
}
@media (max-width: 1279px) {
  .cb-section--subnavi {
    margin-top: 160px;
  }
}
.cb-section--petrol {
  background-color: #004E56;
}
.cb-section--darkblue {
  background-color: #1E3752;
}
.cb-section--gray {
  background-color: #555555;
}
.cb-section--mediumgray {
  background-color: #A9A9A9;
}
.cb-section--lightgray {
  background-color: #C4C4C4;
}
.content {
  float: left;
  width: 100%;
}
.cb-section--header .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cb-section--root .content {
  position: relative;
  z-index: 2;
}
.subcontent {
  float: left;
  width: 100%;
}
.social {
  float: left;
}
.social .meta {
  float: left;
  width: 30px;
  height: 30px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/social-linkedin-petrol.svg);
  margin-right: 14px;
}
.social .meta:last-child {
  margin-right: 0;
}
.social .meta:hover,
.social .meta:focus {
  background-image: url(/images/social-linkedin-lightpetrol.svg);
}
.social .meta.service_instagram {
  background-image: url(/images/social-instagram-petrol.svg);
}
.social .meta.service_instagram:hover,
.social .meta.service_instagram:focus {
  background-image: url(/images/social-instagram-lightpetrol.svg);
}
.social .meta.service_mail {
  background-image: url(/images/social-mail-petrol.svg);
}
.social .meta.service_mail:hover,
.social .meta.service_mail:focus {
  background-image: url(/images/social-mail-lightpetrol.svg);
}
.social--header {
  margin-bottom: 20px;
}
@media (max-width: 1279px) {
  .social--header {
    display: none;
  }
}
.social--mobnavi {
  margin: 80px 0 160px var(--deskSpace);
}
@media (max-width: 767px) {
  .social--mobnavi {
    margin-bottom: 80px;
  }
}
.cbdModule--subscriberCount {
  position: fixed;
  right: calc(var(--deskSpace) / 2);
  top: 140px;
  z-index: 1900;
  --fluidSize: clamp(15rem, 7.27272727vw + 13.29545455rem, 18.75rem);
  padding: -10px;
  box-sizing: border-box;
  width: var(--fluidSize, 240px);
  animation-duration: 2s;
  animation-iteration-count: 1;
  transition: all 0.4s ease-in-out;
  animation-name: bubbleMove;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: both;
}
@media (max-width: 1279px) {
  .cbdModule--subscriberCount {
    top: 80px;
    right: -20px;
  }
}
.cb-scroll-triggered--active .cbdModule--subscriberCount {
  scale: 0.65;
}
@keyframes bubbleMove {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(50px, 35px);
  }
  45% {
    transform: translate(20px, 45px);
  }
  75% {
    transform: translate(-10px, -5px);
  }
}
.counter {
  border: 2px solid #42D5C4;
  background-color: #004E56;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  text-decoration: unset;
  aspect-ratio: 1;
  color: #42D5C4;
  box-shadow: 0 0 15px rgba(66, 213, 196, 0.65);
  transition: all 0.4s ease-in-out;
  --fluidSize: clamp(1rem, 0.24242424vw + 0.94318182rem, 1.125rem);
  font-family: 'Montserrat', sans-serif;
  font-size: var(--fluidSize);
}
@media (hover: hover) and (pointer: fine) {
  .counter:hover,
  .counter:focus {
    scale: 1.05;
    color: #42D5C4;
  }
}
.counter__claim {
  color: #42D5C4;
}
.counter__subs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.counter__label {
  text-transform: uppercase;
  --fluidSize: clamp(1.1875rem, 0.72727273vw + 1.01704545rem, 1.5625rem);
  font-size: var(--fluidSize);
  text-decoration: unset;
  font-weight: 500;
}
.counter__number {
  text-transform: uppercase;
  --fluidSize: clamp(2.5rem, 2.42424242vw + 1.93181818rem, 3.75rem);
  font-family: 'Montserrat', sans-serif;
  font-size: var(--fluidSize);
  text-decoration: unset;
  position: relative;
  display: flex;
  width: min-content;
  font-weight: 700;
}
.counter__votes {
  text-transform: uppercase;
  --fluidSize: clamp(1.5rem, 0.96969697vw + 1.27272727rem, 2rem);
  font-weight: 700;
}
.counter__goalNumber {
  color: rgba(196, 196, 196, 0.15);
  pointer-events: none;
  font-weight: 700;
}
.contact {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
@media (max-width: 1279px) {
  .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.contact__cover {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .contact__cover {
    flex-wrap: wrap;
    max-width: 648px;
  }
}
.contact__unit {
  float: left;
}
@media (max-width: 1279px) {
  .contact__unit {
    width: 100% !important;
    margin-top: calc(var(--spaceTotal) * 2);
  }
  .contact__unit:first-child {
    margin-top: 0;
  }
}
.contact__unit--1 {
  width: 620px;
}
.contact__unit--2 {
  width: 450px;
}
.contact__part {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.contact__part:first-child {
  margin-top: 0;
}
.contactLinks {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contactLinks {
    flex-direction: column;
    align-items: center;
  }
}
.contactLink {
  float: left;
  display: flex;
  align-items: flex-end;
  font-size: 21px;
  line-height: 1.19047619;
  text-decoration: none;
  text-align: center;
  padding-top: 60px;
  background-size: auto 35px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.contactLink.contactLink--map {
  background-image: url(/images/icon-map-white.svg);
}
.contactLink.contactLink--map:hover {
  background-image: url(/images/icon-map-petrol.svg);
}
.contactLink.contactLink--phone {
  background-image: url(/images/icon-phone-white.svg);
}
.contactLink.contactLink--phone:hover {
  background-image: url(/images/icon-phone-petrol.svg);
}
.contactLink.contactLink--mail {
  background-image: url(/images/icon-mail-white.svg);
}
.contactLink.contactLink--mail:hover {
  background-image: url(/images/icon-mail-petrol.svg);
}
@media (max-width: 767px) {
  .contactLink {
    margin-top: 30px;
  }
  .contactLink:first-child {
    margin-top: 0;
  }
}
#contactButtons {
  float: left;
  width: 100%;
}
#contactButtons .meta {
  float: left;
  width: 100%;
  background-color: var(--sectionColor);
  font-size: 18px;
  line-height: 1.33333333;
  cursor: pointer;
  color: var(--sectionColorAlt);
  padding: 8px 40px;
  border: 5px solid var(--sectionColor);
  -webkit-appearance: none;
  border-radius: 15px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 500;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
#contactButtons .meta:hover,
#contactButtons .meta:focus {
  background-color: transparent;
  color: var(--sectionColor);
}
@media (max-width: 767px) {
  #contactButtons .meta {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 10px 30px;
  }
}
#contactButtons .meta:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  #contactButtons .meta {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.footcontent {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 21px;
  line-height: 1.23809524;
  -webkit-font-smoothing: antialiased;
}
.footcontent a {
  text-decoration: none;
}
@media (max-width: 1279px) {
  .footcontent {
    font-size: 18px;
    line-height: 1.33333333;
  }
}
@media (max-width: 767px) {
  .footcontent {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footpart {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .footpart {
    align-items: center;
    margin-top: 40px;
  }
  .footpart:first-child {
    margin-top: 0;
  }
}
.foothome {
  float: left;
  height: 90px;
}
.vcard {
  float: left;
  margin-top: 40px;
}
.vcard .org {
  font-weight: 500;
}
#legal {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#legal .meta {
  float: left;
  font-size: 16px;
  line-height: 1.25;
  margin-top: 6px;
}
#legal .meta:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  #legal {
    align-items: center;
  }
}
.rootcontent {
  float: left;
  width: 630px;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 140px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1395px) {
  .rootcontent {
    width: 500px;
  }
}
@media (max-width: 1099px) {
  .rootcontent {
    width: 560px;
    min-height: 0;
    padding: 0;
    margin-bottom: 170px;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .rootcontent {
    margin-bottom: 50px;
  }
}
.rootcontent__wrapper {
  float: left;
  width: 100%;
  position: relative;
}
.rootcontent__circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 140%;
  aspect-ratio: 1;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10000px;
}
@media (max-width: 1099px) {
  .rootcontent__circle {
    display: none;
  }
}
.rootcontent__content {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
}
.downlink {
  position: absolute;
  left: 50%;
  bottom: 60px;
  z-index: 3;
  width: 80px;
  height: 80px;
  transform: translateX(-50%);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/downlink.svg);
  cursor: pointer;
}
.downlink:hover {
  background-image: url(/images/downlink-inverted.svg);
}
@media (max-width: 767px) {
  .downlink {
    display: none;
  }
}
.bubbles {
  position: absolute;
  right: -160px;
  top: 0;
  height: 100%;
  width: 800px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  padding: 120px 0;
}
@media (max-width: 1395px) {
  .bubbles {
    width: calc(100% - 360px);
    right: -100px;
    padding: 200px 0;
  }
}
@media (max-width: 1099px) {
  .bubbles {
    position: relative;
    float: right;
    width: 100%;
    max-width: 760px;
    right: 0;
    height: auto;
    padding: 0;
    margin-top: 40px;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .bubbles {
    margin-top: 240px;
  }
}
.bubbles__kids {
  float: left;
  width: 74.41860465%;
  height: auto;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1099px) {
  .bubbles__kids {
    position: absolute;
    top: 21.00840336%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .bubbles__kids {
    width: 100%;
  }
}
.bubbles__animation {
  position: absolute;
  left: 0;
  bottom: 220px;
  width: 100%;
  z-index: 1;
}
.bubbles__animation svg {
  float: left;
  width: 100%;
  height: auto;
}
@media (max-width: 1099px) {
  .bubbles__animation {
    position: relative;
    bottom: 0;
    float: left;
  }
}
.subnavi {
  float: left;
  width: 100%;
}
.subnavi .navi {
  float: left;
  width: calc(100% + 30px);
  margin: -10px -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.subnavi .navi > .item {
  float: left;
  margin: 10px 15px;
}
.subnavi .navi > .item > .menu {
  float: left;
  min-height: 36px;
  display: flex;
  font-size: 18px;
  line-height: 1.16666667;
  align-items: center;
  padding-left: 46px;
  position: relative;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  hyphens: auto;
  color: var(--sectionColor) !important;
  box-sizing: border-box;
}
.subnavi .navi > .item > .menu:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 10000px;
  background-color: #E5E5E5;
  transition: all 0.3s;
}
.subnavi .navi > .item > .menu.path:before {
  background-color: #555555;
}
@media (max-width: 767px) {
  .subnavi .navi {
    width: calc(100% + 20px);
    margin: -10px;
  }
  .subnavi .navi > .item {
    margin: 10px;
  }
  .subnavi .navi > .item > .menu {
    font-size: 14px;
    line-height: 1.14285714;
    min-height: 32px;
    padding-left: 42px;
    max-width: 146px;
  }
  .subnavi .navi > .item > .menu:before {
    width: 32px;
    height: 32px;
  }
}
.cb-page-selected-layout8:not(.cb-toggle-target-active) .cb-section--header:not(.cb-scroll-triggered--active) .logo {
  opacity: 0;
}
.cb-page-selected-layout8:not(.cb-toggle-target-active) .cb-section--header:not(.cb-scroll-triggered--active) .logo.logo--lightpetrol {
  opacity: 1;
}
.cb-page-selected-layout8:not(.cb-toggle-target-active) .cb-section--header:not(.cb-scroll-triggered--active) div.sub1 > .item > .menu {
  color: #42D5C4;
}
.cb-page-selected-layout8:not(.cb-toggle-target-active) .cb-section--header:not(.cb-scroll-triggered--active) div.sub1 > .item > .menu:hover {
  color: #fff;
}
.cb-page-selected-layout8:not(.cb-toggle-target-active) .cb-section--header:not(.cb-scroll-triggered--active) div.sub1 > .item > .menu.path {
  color: #42D5C4 !important;
}
.cb-page-selected-layout8:not(.cb-toggle-target-active) .cb-section--header:not(.cb-scroll-triggered--active) .social--header .meta {
  transition: all 0.4s;
  background-image: url(/images/social-linkedin-lightpetrol.svg);
}
.cb-page-selected-layout8:not(.cb-toggle-target-active) .cb-section--header:not(.cb-scroll-triggered--active) .social--header .meta:hover,
.cb-page-selected-layout8:not(.cb-toggle-target-active) .cb-section--header:not(.cb-scroll-triggered--active) .social--header .meta:focus {
  background-image: url(/images/social-linkedin-white.svg);
}
.cb-page-selected-layout8:not(.cb-toggle-target-active) .cb-section--header:not(.cb-scroll-triggered--active) .social--header .meta.service_instagram {
  background-image: url(/images/social-instagram-lightpetrol.svg);
}
.cb-page-selected-layout8:not(.cb-toggle-target-active) .cb-section--header:not(.cb-scroll-triggered--active) .social--header .meta.service_instagram:hover,
.cb-page-selected-layout8:not(.cb-toggle-target-active) .cb-section--header:not(.cb-scroll-triggered--active) .social--header .meta.service_instagram:focus {
  background-image: url(/images/social-instagram-white.svg);
}
.cb-page-selected-layout8:not(.cb-toggle-target-active) .cb-section--header:not(.cb-scroll-triggered--active) .social--header .meta.service_mail {
  background-image: url(/images/social-mail-lightpetrol.svg);
}
.cb-page-selected-layout8:not(.cb-toggle-target-active) .cb-section--header:not(.cb-scroll-triggered--active) .social--header .meta.service_mail:hover,
.cb-page-selected-layout8:not(.cb-toggle-target-active) .cb-section--header:not(.cb-scroll-triggered--active) .social--header .meta.service_mail:focus {
  background-image: url(/images/social-mail-white.svg);
}
.cb-page-selected-layout8:not(.cb-toggle-target-active) .cb-section--header:not(.cb-scroll-triggered--active) .tline {
  background-color: #42D5C4;
}
#root #mc_embed_signup {
  width: 100%;
}
#root #mc_embed_signup form {
  float: left;
  margin: 0;
  width: 100%;
}
#root #mc_embed_signup input {
  border-color: #fff;
}
#root #mc_embed_signup .button {
  background-color: var(--sectionColor);
  font-size: 18px;
  line-height: 1.33333333;
  cursor: pointer;
  color: var(--sectionColorAlt);
  padding: 8px 40px;
  border: 5px solid var(--sectionColor);
  -webkit-appearance: none;
  border-radius: 15px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 500;
  margin: 20px 0 0 0;
  height: auto;
}
#root #mc_embed_signup .button:hover,
#root #mc_embed_signup .button:focus {
  background-color: transparent;
  color: var(--sectionColor);
}
@media (max-width: 767px) {
  #root #mc_embed_signup .button {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 10px 30px;
  }
}
#root #mc_embed_signup .mc-field-group {
  width: 100%;
}
#root #mc_embed_signup .indicates-required {
  margin-right: 0;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: var(--sectionColorHover);
}
#view p.norm a[title*='linkedin.com'],
#view p.norm a[title*='instagram.com'],
#view p.norm a[title*='twitter.com'],
#view p.norm a[title*='@'] {
  display: inline-block;
  margin: 0 6px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#view p.norm a[title*='linkedin.com'] {
  background-image: url(/images/social-linkedin-gray.svg);
}
#view p.norm a[title*='linkedin.com']:hover {
  background-image: url(/images/social-linkedin-lightpetrol.svg);
}
#view p.norm a[title*='instagram.com'] {
  background-image: url(/images/social-instagram-gray.svg);
}
#view p.norm a[title*='instagram.com']:hover {
  background-image: url(/images/social-instagram-lightpetrol.svg);
}
#view p.norm a[title*='twitter.com'] {
  background-image: url(/images/social-twitter-gray.svg);
}
#view p.norm a[title*='twitter.com']:hover {
  background-image: url(/images/social-twitter-lightpetrol.svg);
}
#view p.norm a[title*='@'] {
  background-image: url(/images/social-mail-gray.svg);
}
#view p.norm a[title*='@']:hover {
  background-image: url(/images/social-mail-lightpetrol.svg);
}
h1,
h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 81px;
  line-height: 1.20987654;
}
h1 strong,
h2 strong {
  font-weight: 800;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 1.20833333;
}
h3 strong {
  font-weight: 800;
}
h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.17647059;
}
h4 strong {
  font-weight: 800;
}
h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.16666667;
}
h5 strong {
  font-weight: 800;
}
.loud {
  font-size: 24px;
  line-height: 1.16666667;
  font-weight: 100;
}
.cbdModule--newsTitle {
  margin-top: calc(var(--spaceTotal) * 3);
  text-align: center;
}
.cbdModule--newsLead {
  text-align: center;
  font-size: 24px;
  line-height: 1.16666667;
  font-weight: 100;
}
.cb-section--one .area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cb-page-layout1 .cb-section--one .area.main,
.cb-page-layout8 .cb-section--one .area.areaTwelve {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.cb-page-layout3 .cb-section--one .area.fareast {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.cb-page-layout2 .cb-section--one .area.base,
.cb-page-layout8 .cb-section--one .area.base {
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.cb-page-layout9 .cb-section--one .area.main {
  margin-top: calc(250px - var(--spaceTotal));
}
.cb-page-layout10 .cb-section--one .area.main {
  margin-top: calc(160px - var(--spaceTotal));
  margin-bottom: calc((var(--spaceTotal) - (var(--spacePart) * 2)) * -1);
}
@media (max-width: 1279px) {
  .cb-page-layout9 .cb-section--one .area.main {
    margin-top: calc(150px - var(--spaceTotal));
  }
  .cb-page-layout10 .cb-section--one .area.main {
    margin-top: calc(130px - var(--spaceTotal));
  }
}
.cb-page-layout2 .cb-section--two .area.side {
  margin-top: calc(var(--spaceTotal) * 2);
}
.cb-page-layout8 .cb-section--two .area.side {
  margin-top: calc(250px - var(--spaceTotal));
}
@media (max-width: 1279px) {
  .cb-page-layout8 .cb-section--two .area.side {
    margin-top: calc(150px - var(--spaceTotal));
  }
}
.cb-page-layout4 .cb-section--four .subcontent--1 .area.north {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.cb-page-layout11 .cb-section--four .subcontent--1 .area.areaSeveteen {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
@media (max-width: 1279px) {
  .cb-page-layout4 .cb-section--four .subcontent--1 .area.north,
  .cb-page-layout11 .cb-section--four .subcontent--1 .area.areaSeveteen {
    margin-bottom: 0;
  }
}
.cb-section--four .subcontent--2 .area {
  display: flex;
  flex-wrap: wrap;
}
.cb-page-layout4 .cb-section--four .subcontent--2 .area.east {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.cb-page-layout11 .cb-section--four .subcontent--2 .area.areaEightteen {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
@media (max-width: 1279px) {
  .cb-page-layout4 .cb-section--four .subcontent--2 .area.east,
  .cb-page-layout11 .cb-section--four .subcontent--2 .area.areaEightteen {
    margin-top: 0;
  }
}
.cb-page-layout3 .cb-section--six .subcontent--1 .area.farwest {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
@media (max-width: 767px) {
  .cb-page-layout3 .cb-section--six .subcontent--1 .area.farwest {
    margin-bottom: 0;
  }
}
.cb-page-layout3 .cb-section--six .subcontent--2 .area.areaThirteen {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
@media (max-width: 767px) {
  .cb-page-layout3 .cb-section--six .subcontent--2 .area.areaThirteen {
    margin-top: 0;
  }
}
.cb-section--eight .area {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cb-section--nine .area {
  display: flex;
  flex-wrap: wrap;
}
.cb-page-layout9 .cb-section--nine .area.areaSixteen {
  margin-bottom: var(--spaceTotal);
}
.cb-section--one .area .unit {
  text-align: center;
}
.cb-section--one .area .unit .pict .cb-image-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cb-section--one .area .unit .pict .cb-image-figure .cb-image-container {
  width: auto;
}
.cb-section--one .area .pure {
  text-align: center;
}
.cb-section--one .area .pure.slim {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cb-section--one .area .flat .pict .cb-image-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cb-section--one .area .flat .pict .cb-image-container {
  max-width: 160px;
}
.cb-section--two .area .unit {
  position: relative;
}
.cb-section--two .area .unit:first-child {
  z-index: 1;
}
.cb-section--two .area .unit:first-child .pict .cb-image-figure {
  display: flex;
  justify-content: flex-end;
}
.cb-section--two .area .unit:first-child .pict .cb-image-figure .cb-image-container {
  width: auto;
}
.cb-section--two .area .unit:nth-child(1n + 2) {
  z-index: 2;
}
.cb-section--two .area .unit:nth-child(1n + 2) .part.tiny {
  margin-left: var(--unitIndent);
  width: calc(100% - var(--unitIndent));
}
.cb-section--three .area .unit {
  margin-top: 0;
  margin-bottom: 0;
}
#edit .cb-section--three .area .unit + .unit {
  margin-top: var(--spaceTotal);
}
.cb-section--three .area .unit .part {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .cb-section--three .area .unit .pict {
    height: 390px;
  }
  .cb-section--three .area .unit .pict * {
    height: 100%;
  }
  .cb-section--three .area .unit .pict img {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
}
.cb-section--four .subcontent--1 .area .unit .part.tiny {
  margin-left: var(--unitIndent);
  width: calc(100% - var(--unitIndent));
}
.cb-section--four .subcontent--2 .area .unit .pict .cb-image-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cb-section--four .subcontent--2 .area .unit .pict .cb-image-container {
  width: auto;
  max-width: 160px;
}
.cb-section--five .area .unit {
  margin-top: 0;
  margin-bottom: 0;
}
.cb-section--five .area .unit .body {
  box-sizing: border-box;
  padding-bottom: calc((var(--spaceTotal) * 3) - var(--spacePart));
}
.cb-section--five .area .unit .part.tiny {
  margin-left: var(--unitIndent);
  width: calc(100% - var(--unitIndent));
}
.cb-section--five .area .unit .pict.tall:first-child {
  position: absolute;
  top: 0;
  height: 100%;
  margin: 0;
}
.cb-section--five .area .unit .pict.tall:first-child * {
  height: 100%;
}
.cb-section--five .area .unit .pict.tall:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.cb-section--six .subcontent--2 .area .unit div.link a.open {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.cb-section--eight .area .unit,
.cb-section--nine .area .unit {
  background-color: #fff;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  box-sizing: border-box;
  padding: 18px 24px;
}
.cb-section--eight .area .unit .part,
.cb-section--nine .area .unit .part {
  margin-top: 6px;
  margin-bottom: 6px;
}
.cb-section--eight .area .unit .pict.tall:first-child,
.cb-section--nine .area .unit .pict.tall:first-child {
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-top: -18px;
  margin-bottom: 18px;
  height: 294px;
}
.cb-section--eight .area .unit .pict.tall:first-child *,
.cb-section--nine .area .unit .pict.tall:first-child * {
  height: 100%;
}
.cb-section--eight .area .unit .pict.tall:first-child img,
.cb-section--nine .area .unit .pict.tall:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.cb-section--root .area .unit {
  margin-top: 0;
  margin-bottom: 0;
}
.cb-section--root .area .unit .part.tiny {
  margin-left: var(--unitIndent);
  width: calc(100% - var(--unitIndent));
}
@media (max-width: 767px) {
  .cb-section--root .area .unit {
    font-size: 16px;
    line-height: 1.25;
  }
  .cb-section--root .area .unit .part {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
div.link a.open {
  display: inline-block;
  background-color: var(--sectionColor);
  font-size: 18px;
  line-height: 1.33333333;
  cursor: pointer;
  color: var(--sectionColorAlt);
  padding: 8px 40px;
  border: 5px solid var(--sectionColor);
  -webkit-appearance: none;
  border-radius: 15px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 500;
}
div.link a.open:hover,
div.link a.open:focus {
  background-color: transparent;
  color: var(--sectionColor);
}
@media (max-width: 767px) {
  div.link a.open {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 10px 30px;
  }
}
.part.cb-googlemaps,
.part.cb-googlemaps .cb-googlemapscontainer,
.part.cb-googlemaps .cb-undraggable {
  height: 390px !important;
}
@media (max-width: 1279px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .navi {
    display: none;
  }
}
.togglenavigation {
  position: relative;
  float: left;
  margin-bottom: 30px;
  width: 34px;
  height: 22px;
  cursor: pointer;
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 4px;
  background-color: #004E56;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  transform: translateY(-10px);
}
body.cb-toggle-target-active .tline--2 {
  transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateY(10px);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navi-animation {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: translateY(0);
  opacity: 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: #004E56;
  text-decoration: none;
}
.mobile-navigation div.navi > .item > .menu.path {
  color: #42D5C4;
}
.mobile-navigation div.sub1 {
  box-sizing: border-box;
  padding: 0 var(--deskSpace);
  margin-top: 160px;
}
.mobile-navigation div.sub1 > .item {
  margin-top: 40px;
}
.mobile-navigation div.sub1 > .item.init {
  margin-top: 0;
}
.mobile-navigation div.sub1 > .item > .menu {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .mobile-navigation div.sub1 > .item {
    margin-top: 20px;
  }
  .mobile-navigation div.sub1 > .item > .menu {
    font-size: 28px;
    line-height: 1.35714286;
  }
}
@media (max-width: 1395px) {
  h1 {
    font-size: 60px;
    line-height: 1.03333333;
  }
  h4 {
    font-size: 30px;
  }
}
@media (max-width: 1279px) {
  h1,
  h2 {
    font-size: 36px;
    line-height: 1.11111111;
  }
  h3 {
    font-size: 24px;
    line-height: 1.33333333;
  }
  h4 {
    font-size: 22px;
    line-height: 1.18181818;
  }
  h5 {
    font-size: 18px;
    line-height: 1.44444444;
  }
  .loud,
  .cbdModule--newsLead {
    font-size: 18px;
    line-height: 1.55555556;
  }
}
@media (max-width: 767px) {
  .cb-section--two .area .unit:first-child {
    margin-bottom: -100px;
  }
  .cb-section--two .area .unit:nth-child(1n + 2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cb-section--four .subcontent--2 .area .unit {
    text-align: center;
  }
  .cb-section--four .subcontent--2 .area .unit .pict .cb-image-figure {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cb-section--four .subcontent--2 .area .unit .pict .cb-image-figure .cb-image-container {
    width: auto;
  }
}
@media (max-width: 1279px) {
  .cb-section--five .area .unit .body {
    max-width: 560px;
    padding-top: calc(390px + (var(--spaceTotal) + var(--spaceUnit)));
  }
  .cb-section--five .area .unit .pict.tall:first-child {
    left: calc(var(--deskSpace) * -1);
    width: 100vw;
    height: 390px;
  }
}
.unit-slider {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
  position: relative;
  display: none;
}
.cb-page-layout6 .unit-slider {
  display: block;
}
#edit .unit-slider {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
@media (max-width: 1279px) {
  .unit-slider {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (max-width: 767px) {
  .unit-slider {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}
.unit-slider__width {
  float: left;
  width: 100%;
  overflow: hidden;
}
#edit .unit-slider__width {
  overflow: visible;
}
.cb-section--slider .area {
  width: 105%;
  margin-left: -2.5%;
  display: flex;
  justify-content: center;
}
#edit .cb-section--slider .area {
  min-height: 50px;
  display: block;
}
@media (max-width: 1279px) {
  .cb-section--slider .area {
    width: 106.73400673%;
    margin-left: -3.36700337%;
  }
}
@media (max-width: 767px) {
  .cb-section--slider .area {
    width: 111.62790698%;
    margin-left: -5.81395349%;
  }
}
.cb-section--slider .area .unit {
  flex-shrink: 0;
  margin: 0 2.38095238%;
  width: 20.23809524%;
  text-align: center;
  transition: all 0.8s;
}
.cb-section--slider .area .unit .body {
  width: 255px;
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
}
.cb-section--slider .area .unit.unit--collapsed {
  width: 0;
  margin-left: 0;
  margin-right: 0;
}
#edit .cb-section--slider .area .unit {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
@media (max-width: 1396px) {
  .cb-section--slider .area .unit .body {
    width: 18.75vw;
  }
}
@media (max-width: 1279px) {
  .cb-section--slider .area .unit {
    margin-left: 3.15457413%;
    margin-right: 3.15457413%;
    width: 43.69085174%;
  }
  .cb-section--slider .area .unit .body {
    width: 36.06770833vw;
  }
}
@media (max-width: 767px) {
  .cb-section--slider .area .unit {
    margin-left: 5.20833333%;
    margin-right: 5.20833333%;
    width: 89.58333333%;
  }
  .cb-section--slider .area .unit .body {
    width: 68.8vw;
  }
}
.unit-slider__link {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 25px;
  height: 40px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.unit-slider__link--prev {
  right: 100%;
  margin-right: 50px;
  background-image: url(/images/chevron-left-gray.svg);
}
@media (max-width: 1479px) {
  .unit-slider__link--prev {
    margin-right: 27px;
  }
}
@media (max-width: 1279px) {
  .unit-slider__link--prev {
    margin-right: 37px;
  }
}
@media (max-width: 767px) {
  .unit-slider__link--prev {
    margin-right: 3.73333333vw;
  }
}
.unit-slider__link--next {
  left: 100%;
  margin-left: 50px;
  background-image: url(/images/chevron-right-gray.svg);
}
@media (max-width: 1479px) {
  .unit-slider__link--next {
    margin-left: 27px;
  }
}
@media (max-width: 1279px) {
  .unit-slider__link--next {
    margin-left: 37px;
  }
}
@media (max-width: 767px) {
  .unit-slider__link--next {
    margin-left: 3.73333333vw;
  }
}
.unitFader {
  float: left;
  width: 100%;
  position: relative;
  display: none;
}
.cb-page-layout3 .cb-section--areaFourteen .unitFader {
  display: block;
}
.unitFader .area {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--spaceTotal);
}
#edit .unitFader .area {
  flex-direction: column;
}
.unitFader .area .unit {
  width: 100%;
  flex-shrink: 0;
  margin-top: 0;
  margin-right: -100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.unitFader .area .unit .pict:first-child {
  margin-top: 0;
  position: relative;
  height: 650px;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}
.unitFader .area .unit .pict:first-child * {
  height: 100%;
}
.unitFader .area .unit .pict:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
#view .unitFader .area .unit {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s;
}
#view .unitFader .area .unit .part {
  opacity: 0;
  transform: scale(0.98);
  transition: all 0.2s;
}
#view .unitFader .area .unit .pict:first-child {
  transform: scale(1);
  opacity: 1;
}
#view .unitFader .area .unit.is-visible {
  pointer-events: initial;
  z-index: 2;
  opacity: 1;
}
#view .unitFader .area .unit.is-visible .part {
  opacity: 1;
  transform: scale(1);
  transition: all 0.8s;
}
@media (max-width: 1279px) {
  .unitFader .area .unit .body {
    box-sizing: border-box;
    padding: 0 40px;
  }
  .unitFader .area .unit .pict:first-child {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .unitFader .area .unit .body {
    padding: 0 20px;
  }
  .unitFader .area .unit .pict:first-child {
    height: 280px;
  }
}
.unitFader__link {
  position: absolute;
  top: calc((var(--spacePart) * 2) + 650px + 9px);
  width: 25px;
  height: 40px;
  z-index: 2;
  cursor: pointer;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#edit .unitFader__link {
  display: none;
}
@media (max-width: 1279px) {
  .unitFader__link {
    top: calc((var(--spacePart) * 2) + 400px - 4px);
  }
}
@media (max-width: 767px) {
  .unitFader__link {
    top: calc((var(--spacePart) * 2) + 280px);
    width: 20px;
    height: 32px;
  }
}
.unitFader__link--prev {
  right: 100%;
  margin-right: 30px;
  background-image: url(/images/chevron-left-gray.svg);
}
@media (max-width: 1279px) {
  .unitFader__link--prev {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .unitFader__link--prev {
    right: initial;
    left: -12px;
  }
}
.unitFader__link--next {
  left: 100%;
  margin-left: 30px;
  background-image: url(/images/chevron-right-gray.svg);
}
@media (max-width: 1279px) {
  .unitFader__link--next {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .unitFader__link--next {
    left: initial;
    right: -12px;
  }
}
.ns-unitFilter {
  float: left;
  width: 100%;
}
.ns-unitFilter__wrapper {
  float: left;
  width: 100%;
}
.ns-unitFilter__toggle {
  display: none;
}
.ns-unitFilter__content {
  float: left;
  width: 100%;
}
.ns-unitFilter__list {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ns-unitFilter__item {
  float: left;
  max-width: 100%;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  padding-left: 18px;
  text-decoration: none;
  background-size: 4px 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #004E56, #004E56);
  cursor: pointer;
  font-weight: 500;
  transition: background 0.3s;
}
.ns-unitFilter__item:first-child {
  margin-top: 0;
}
.ns-unitFilter__item.is-active {
  background-size: 8px 100%;
  background-image: linear-gradient(to right, #42D5C4, #42D5C4);
}
#view .ns-unitFilter__unit {
  display: none;
  transition: all 0.8s;
}
#view .ns-unitFilter__unit.ns-unitFilter__unit--activated {
  display: block;
  opacity: 0;
}
#view .ns-unitFilter__unit.ns-unitFilter__unit--active {
  opacity: 1;
}
.cb-mobile-access {
  display: none !important;
}
.cb-filter.mese table,
.cb-filter.mese table thead,
.cb-filter.mese table tbody,
.cb-filter.mese table tr {
  float: left;
  width: 100%;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.625;
}
.cb-filter.mese table th,
.cb-filter.mese table td {
  float: left;
  display: block;
}
.cb-filter.mese thead tr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cb-filter.mese thead tr th {
  width: auto;
  margin-right: 0;
  order: 1;
  margin-right: auto;
}
.cb-filter.mese thead tr th a {
  text-decoration: none;
}
.cb-filter.mese thead tr th.prev,
.cb-filter.mese thead tr th.next {
  order: 2;
  margin-right: 0;
}
.cb-filter.mese thead tr th.prev a,
.cb-filter.mese thead tr th.next a,
.cb-filter.mese thead tr th.prev span,
.cb-filter.mese thead tr th.next span {
  float: left;
  width: 24px;
  height: 24px;
  background-size: auto 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
.cb-filter.mese thead tr th.prev span,
.cb-filter.mese thead tr th.next span {
  pointer-events: none;
  opacity: 0.2;
}
.cb-filter.mese thead tr th.prev {
  margin-right: 20px;
}
.cb-filter.mese thead tr th.prev a,
.cb-filter.mese thead tr th.prev span {
  background-image: url(/images/chevron-left-gray.svg);
}
.cb-filter.mese thead tr th.next a,
.cb-filter.mese thead tr th.next span {
  background-image: url(/images/chevron-right-gray.svg);
}
.cb-filter.mese tbody {
  margin-top: 20px;
}
.cb-filter.mese tbody tr:first-child {
  border-bottom: 1px solid #C4C4C4;
}
.cb-filter.mese tbody tr:first-child th {
  padding-bottom: 10px;
}
.cb-filter.mese td,
.cb-filter.mese th {
  width: calc(100% / 7);
  text-align: center;
}
.cb-filter.mese td {
  margin-top: 20px;
}
.cb-filter.mese td a {
  font-weight: 800;
  color: #42D5C4;
  text-decoration: none;
}
.cb-filter.mese td span {
  display: inline-block;
  width: 28px;
  padding-top: 2px;
  border-radius: 10000px;
}
.cb-filter.mese td.same span {
  font-weight: 800;
  background-color: #42D5C4;
  color: #fff;
}
/*# sourceMappingURL=./screen-small.css.map */