:root {
  --textColor: #000000;
  --titleColor: #000000;
  --linkColor: #A1C854;
  --deskWidth: 1278px;
  --deskSpace: 4vw;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 1023px) {
  :root {
    --deskSpace: 6vw;
    --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
  }
}
:root {
  --ns-UnitNavigationOffset: 240px;
}
@media (max-width: 767px) {
  :root {
    --ns-UnitNavigationOffset: 170px;
  }
}
:root {
  --spacePart: 10px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 20px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 20px;
  }
}
:root {
  --spaceTotal: 30px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 30px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 30px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
@font-face {
  font-family: "DINNextPro";
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/DINNextProRegular/font.woff2') format('woff2'), url('/extras/fonts/DINNextProRegular/font.woff') format('woff');
  /* advent-pro-regular - latin */
}
@font-face {
  font-family: "DINNextPro";
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/DINNextProBold/font.woff2') format('woff2'), url('/extras/fonts/DINNextProBold/font.woff') format('woff');
  /* advent-pro-regular - latin */
}
@font-face {
  font-family: "DINNextPro";
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-style: normal;
  font-weight: 900;
  src: url('/extras/fonts/DINNextProBlack/font.woff2') format('woff2'), url('/extras/fonts/DINNextProBlack/font.woff') format('woff');
  /* advent-pro-regular - latin */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #A1C854;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: bold;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.6em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 16px;
  font-family: 'DINNextPro', sans-serif;
  line-height: 1.5;
}
.unit caption {
  display: none;
}
.flag {
  background: #A1C854;
  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__content {
  float: left;
  width: 100%;
}
.unit__head,
.unit__body,
.unit__foot {
  float: left;
  width: 100%;
}
.unit--fold div.less,
.unit--fold div.more {
  float: left;
  width: 100%;
}
.unit--fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  position: relative;
}
.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;
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.part.line {
  margin-top: 0;
  margin-bottom: 0;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 2px solid #F0F0F0;
}
.section--grey .line hr {
  border-color: #FFFFFF;
}
.line hr.bold {
  border-bottom-width: 4px;
}
.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: bold;
  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: 25px;
  position: relative;
  margin-bottom: 5px;
}
.list--bullet li:before {
  content: '';
  position: absolute;
  background-color: #A1C854;
  width: 15px;
  height: 2px;
  left: 0;
  top: 10px;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: 100%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 66.26984127%;
  position: relative;
}
.layout10 #slides {
  padding-bottom: 37.94992175%;
}
#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;
}
.layout10 #slides img {
  border-radius: 10px;
}
#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: #A1C854;
  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: #A1C854;
}
.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: 'DINNextPro', 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: #A1C854;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #A1C854;
  font-size: 16px;
  font-weight: bold;
  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;
  line-height: 1.5;
  cursor: pointer;
  color: #366136;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 800;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  padding: 10px 0 10px 50px;
  box-sizing: border-box;
  isolation: isolate;
  line-height: 1.42857143;
}
#disp .foot input:after,
#disp .foot a:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 15px;
  width: 47px;
  height: 12px;
  background-size: 47px 12px;
  background-position: -30px 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  background-image: url('/images/arrow-long-right-darkgreen.svg');
}
#disp .foot input:before,
#disp .foot a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #A1C854;
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  #disp .foot input:hover,
  #disp .foot a:hover {
    color: #A1C854;
    padding-left: 73px;
  }
  #disp .foot input:hover:after,
  #disp .foot a:hover:after {
    background-position: 0 50%;
    background-image: url('/images/arrow-long-right-lightgreen.svg');
  }
  #disp .foot input:hover:before,
  #disp .foot a:hover:before {
    background-color: #366136;
    transform: scale(1.25);
  }
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input.radio,
#disp input.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1023px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'DINNextPro', 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: 82%;
  }
}
.unit--form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .unit--form .tile .name {
    width: 15%;
    min-height: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
    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;
  border-bottom: 1px solid #000000;
  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: 82%;
  }
}
.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: 'DINNextPro', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #F0F0F0;
  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: #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: 82%;
    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);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
  background-color: #A1C854;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 100px;
  color: #366136;
  cursor: pointer;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  text-transform: uppercase;
}
@media (hover: hover) and (pointer: fine) {
  .unit--form .submit:hover,
  .unit--form .submit:focus {
    color: #FFFFFF;
    background-color: #366136;
  }
}
.unit--form .submit.is-selected,
.is-active .unit--form .submit {
  color: #FFFFFF;
  background-color: #366136;
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 18% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: var(--textColor);
  text-decoration: underline;
}
.unit--form .recaptcha-info {
  color: #aaa;
}
.unit--form .recaptcha-info a {
  color: #aaa;
}
.unit--form .recaptcha-info a:hover,
.unit--form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit--form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit--form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit--form div.cb-form-sent a {
  float: right;
  color: #5abb55;
  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 {
  line-height: 1.5;
  cursor: pointer;
  color: #366136;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 800;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  padding: 10px 0 10px 50px;
  box-sizing: border-box;
  isolation: isolate;
}
.two-step-verification-container a:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 15px;
  width: 47px;
  height: 12px;
  background-size: 47px 12px;
  background-position: -30px 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  background-image: url('/images/arrow-long-right-darkgreen.svg');
}
.two-step-verification-container a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #A1C854;
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .two-step-verification-container a:hover {
    color: #A1C854;
    padding-left: 73px;
  }
  .two-step-verification-container a:hover:after {
    background-position: 0 50%;
    background-image: url('/images/arrow-long-right-lightgreen.svg');
  }
  .two-step-verification-container a:hover:before {
    background-color: #366136;
    transform: scale(1.25);
  }
}
.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 #000000;
  border-bottom: 1px solid #000000;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 16px 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: bold;
}
.table td {
  padding: 16px 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: bold;
}
@media (max-width: 767px) {
  .part--table {
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .part--table::-webkit-scrollbar {
    display: none;
  }
  .part--table .table {
    white-space: nowrap;
    width: auto;
    min-width: 100%;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
html {
  scroll-padding-top: 90px;
}
html {
  scroll-behavior: smooth;
  scroll-snap-type: none;
}
.unit {
  scroll-margin-top: calc(var(--ns-UnitNavigationOffset) - 20px);
}
.unit.scroll-animated:not(.scroll-animated--active) {
  scroll-margin-top: calc(var(--ns-UnitNavigationOffset) - 20px + 200px);
}
#home {
  float: left;
  height: 50px;
}
body.fr:not(.layout1) #home {
  content: url(/images/Logo-Hadorn-FR-pos.svg);
}
body.fr.layout1:not(.cb-toggle-target-active) #home {
  content: url(/images/Logo-Hadorn-FR-neg.svg);
}
body.fr.layout1.cb-toggle-target-active #home {
  content: url(/images/Logo-Hadorn-FR-pos.svg);
}
body.de:not(.layout1) #home {
  content: url(/images/Logo-Hadorn-DE-pos.svg);
}
body.de.layout1:not(.cb-toggle-target-active) #home {
  content: url(/images/Logo-Hadorn-DE-neg.svg);
}
body.de.layout1.cb-toggle-target-active #home {
  content: url(/images/Logo-Hadorn-DE-pos.svg);
}
body:not(.cb-toggle-target-active) .cb-scroll-triggered--active #home {
  content: url(/images/logo-icon-hadorns.svg) !important;
  height: 30px;
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceUnit) * 1 - 10px);
}
@media (max-width: 1023px) {
  .layout2 #head,
  .layout3 #head {
    margin-top: calc(var(--spaceTotal) * 1 + 10px);
  }
  .layout1 #head {
    margin-top: calc(var(--spaceTotal) * 1);
  }
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'DINNextPro', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--textColor);
  overflow: hidden;
  hyphens: none;
  display: flex;
  flex-direction: column;
}
.layout1 .wrapper {
  padding-top: 710px;
  box-sizing: border-box;
}
.layout4 .wrapper,
.layout5 .wrapper {
  overflow: unset;
}
.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--pager .desk,
.section--five .desk,
.section--finder .desk {
  --deskWidth: 842px;
}
.section--navi .desk {
  max-width: 100%;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  top: 0;
  z-index: 2000;
  transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .section--header {
  background-color: #FFFFFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1023px) {
  body:not(.layout1):not(.cb-toggle-target-active) .section--header {
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  }
  .section--header.navi--hidden {
    transform: translateY(-100%);
    box-shadow: unset;
  }
}
.container {
  float: left;
  width: 100%;
  position: relative;
}
.container--head {
  padding: 30px 0;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.cb-scroll-triggered--active .container--head {
  padding: 30px 0;
}
.topnavi {
  float: left;
  width: 100%;
  position: relative;
}
@media (max-width: 1280px) {
  .topnavi--desktop .langnavi,
  .topnavi--desktop .contact {
    display: none;
  }
  body:not(.layout1) .topnavi--desktop {
    position: absolute;
    top: 0;
    min-height: 10px;
  }
  body:not(.layout1) .topnavi--desktop:after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(var(--deskSpace) * -1);
    height: 10px;
    width: 100vw;
    background-color: #A1C854;
    transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  }
  body:not(.layout1) .cb-scroll-triggered--active .topnavi--desktop:after {
    transform: translateY(-100%);
  }
}
.topnavi--mobile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.topnavi--mobile .langnavi {
  float: left;
}
.topnavi--mobile .langnavi div.sub1 {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
}
.topnavi--mobile .langnavi div.sub1 > .cb-toggle {
  display: none;
}
.topnavi--mobile .langnavi div.sub1 > .item {
  float: left;
  width: 100%;
  position: relative;
}
.topnavi--mobile .langnavi div.sub1 > .item.init {
  margin-right: 14px;
}
.topnavi--mobile .langnavi div.sub1 > .item.init:after {
  content: '|';
  position: absolute;
  right: -8px;
  top: -3px;
  color: #bdbdbd;
}
.topnavi--mobile .langnavi div.sub1 > .item.item-empty > .cb-toggle {
  display: none;
}
.topnavi--mobile .langnavi div.sub1 > .item > .menu {
  display: block;
  color: #A1C854;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.21428571;
}
.topnavi--mobile .langnavi div.sub1 > .item > .menu.path {
  color: #F0F0F0;
}
.topnavi--mobile .contact {
  display: flex;
  flex-direction: row;
}
.topnavi--mobile .contact a {
  background: linear-gradient(#A1C854, #A1C854);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  font-weight: bold;
  font-size: 14px;
  line-height: 1.21428571;
  color: #A1C854;
  margin-right: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .topnavi--mobile .contact a:hover,
  .topnavi--mobile .contact a:focus {
    background-size: 100% 1px;
  }
}
.stoerer {
  float: left;
  z-index: 1000;
  width: 300px;
  height: 300px;
  transform: rotate(-10deg);
}
@media (max-width: 1023px) {
  .stoerer {
    width: 170px;
    height: 170px;
  }
}
.stoerer__content {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stoerer__title {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
  hyphens: auto;
  padding: 0 5px;
  box-sizing: border-box;
  margin-bottom: var(--spacePart);
}
.stoerer__title strong {
  font-weight: 900;
}
@media (max-width: 1023px) {
  .stoerer__title {
    font-size: 16px;
    line-height: 1.25;
  }
}
.stoerer__text {
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .stoerer__text {
    font-size: 12px;
    line-height: 1.25;
  }
}
.stoerer--start {
  position: absolute;
  right: var(--deskSpace);
  bottom: 150px;
  isolation: isolate;
  color: #366136;
  text-align: center;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/CTA-Schlauch-Sammelbestellung-DE.svg);
  transition: all 0.24s;
}
.stoerer--start.stoerer--fr {
  background-image: url(/images/CTA-Schlauch-Sammelbestellung-FR.svg);
}
.ctaButtonActive .stoerer--start {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .stoerer--start:hover,
  .stoerer--start:focus {
    transform: scale(1.1);
  }
}
.stoerer--anleitung {
  position: absolute;
  right: 0;
  top: 50px;
  isolation: isolate;
  color: #FFFFFF;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .stoerer--anleitung {
    top: unset;
    bottom: -80px;
  }
}
.stoerer--anleitung:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #E7B63F;
  z-index: -1;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .stoerer--anleitung:hover,
  .stoerer--anleitung:focus {
    color: #FFFFFF;
  }
  .stoerer--anleitung:hover:after,
  .stoerer--anleitung:focus:after {
    transform: scale(1.1);
  }
}
.toplink {
  position: fixed;
  z-index: 1200;
  bottom: 50px;
  right: -70px;
  width: 70px;
  height: 102px;
  cursor: pointer;
  isolation: isolate;
}
@media (max-width: 1023px) {
  .toplink {
    transform: scale(0.7);
    bottom: 80px;
  }
}
.toplink:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  width: 18px;
  height: 86px;
  background-size: 18px 86px;
  background-position: 50% calc(100% + 50px);
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  background-image: url('/images/scrollup-darkgreen.svg');
}
.toplink:before {
  content: '';
  position: absolute;
  left: 5px;
  bottom: 0;
  z-index: -1;
  width: 60px;
  height: 60px;
  background-color: #A1C854;
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.toplink:hover:after,
.toplink:focus:after {
  background-size: 18px 86px;
  background-position: 50% 100%;
}
.toplink:hover:before,
.toplink:focus:before {
  transform: scale(1.25);
}
.toplink.cb-goto-top-visible {
  right: 30px;
}
.toplink.cb-scroll-triggered--active {
  position: absolute;
  bottom: 100%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .toplink {
    bottom: 10px;
  }
  .toplink.cb-goto-top-visible {
    right: 2vw;
  }
  .toplink.cb-scroll-triggered--active {
    position: absolute;
    bottom: 100%;
    margin-bottom: 10px;
  }
}
main {
  float: left;
  width: 100%;
  position: relative;
  flex: 1 0 auto;
}
.section--fixedSlider {
  background-color: #366136;
}
.section--white {
  background-color: #FFFFFF;
}
.section--first {
  padding-top: 160px;
  box-sizing: border-box;
}
.section--grey {
  background-color: #F0F0F0;
}
.section--lightgreen {
  background-color: #A1C854;
  --textColor: #366136;
  --linkColor: #FFFFFF;
}
.section--darkgreen {
  background-color: #366136;
  --textColor: #FFFFFF;
}
.waves {
  background-size: 100%;
  background-repeat: no-repeat;
}
.waves--bggrey {
  background-color: #F0F0F0;
  background-size: 100% auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-image: url(/images/wave-bg-lightgrey.svg);
}
@media (max-width: 767px) {
  .waves--bggrey {
    background-image: url(/images/wave-bgmob-lightgrey.svg);
  }
}
.waves--bggrey2 {
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(/images/wave-bg2-lightgrey.svg);
}
@media (max-width: 767px) {
  .waves--bggrey2 {
    background-image: url(/images/wave-bgmob2-lightgrey.svg);
  }
}
.waves--bggrey3 {
  background-color: #F0F0F0;
  background-size: 100% auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-image: url(/images/wave-bg2-lightgrey.svg);
}
@media (max-width: 767px) {
  .waves--bggrey3 {
    background-image: url(/images/wave-bgmob2-lightgrey.svg);
  }
}
.waves--bggrey3 .area {
  margin-bottom: calc(var(--spaceTotal) * 3);
}
.waves--top {
  background-position: 50% -2px;
}
.waves--top .area {
  padding-top: calc(var(--spaceTotal) * 2);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .waves--top .area {
    padding-top: calc(var(--spaceTotal) * 1);
    padding-bottom: calc(var(--spaceTotal) * 1);
  }
}
.waves--bottom {
  background-position: 50% 100.5%;
  background-size: calc(100% + 8px);
}
.waves--bottom .area {
  padding-bottom: calc(var(--spaceTotal) * 2);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .waves--bottom .area {
    padding-bottom: calc(var(--spaceTotal) * 1);
  }
}
.waves--both {
  background-position: 50% -2px, 50% 100%;
  background-image: url(/images/wave-both-top-white.svg), url(/images/wave-both-bottom-white.svg);
}
.waves--both .area {
  padding-top: calc(var(--spaceTotal) * 2);
  padding-bottom: calc(var(--spaceTotal) * 2);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .waves--both .area {
    padding-top: calc(var(--spaceTotal) * 1);
    padding-bottom: calc(var(--spaceTotal) * 1);
  }
}
.waves--lightgreen {
  background-image: url(/images/wave-footer-white.svg);
}
.waves--white2 {
  background-image: url(/images/wave-bottom-white.svg);
  padding-bottom: calc(var(--spaceTotal) * 1 + 20px);
  box-sizing: border-box;
}
.waves--white {
  background-image: url(/images/wave-top-white.svg);
}
.waves--darkgreengrey {
  background-image: url(/images/wave-top-darkgreengrey.svg);
}
.columns {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.columns .column {
  float: left;
  width: 100%;
}
.pager {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.pager .pagerLink {
  line-height: 1.5;
  cursor: pointer;
  color: #366136;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 800;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  padding: 10px 0 10px 50px;
  box-sizing: border-box;
  isolation: isolate;
}
.pager .pagerLink:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 15px;
  width: 47px;
  height: 12px;
  background-size: 47px 12px;
  background-position: -30px 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  background-image: url('/images/arrow-long-right-darkgreen.svg');
}
.pager .pagerLink:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #A1C854;
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .pager .pagerLink:hover {
    color: #A1C854;
    padding-left: 73px;
  }
  .pager .pagerLink:hover:after {
    background-position: 0 50%;
    background-image: url('/images/arrow-long-right-lightgreen.svg');
  }
  .pager .pagerLink:hover:before {
    background-color: #366136;
    transform: scale(1.25);
  }
}
.pager .pagerLink:after {
  transform: rotate(180deg) translateX(calc(50% + 8px));
}
.pager .pagerLink:hover,
.pager .pagerLink:focus {
  padding-left: 55px;
}
.container--mood .content {
  float: left;
  position: relative;
  width: 100%;
}
.container--mood .mood {
  float: left;
  position: relative;
  width: 100%;
}
.container--mood .mood #expo {
  width: 95vw;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.section--navi {
  position: sticky !important;
  top: 90px;
  left: 0;
  z-index: 1500;
  transition: top 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.section--navi.navi--hidden {
  top: 0;
}
@media (max-width: 1023px) {
  #view .cbdModule--unitNavigation {
    overflow: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  #view .cbdModule--unitNavigation::-webkit-scrollbar {
    display: none;
  }
}
.ns-unitNavigation {
  margin-top: calc(var(--spacePart) + 2px);
  margin-bottom: calc(var(--spacePart) + 2px);
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1023px) {
  #view .ns-unitNavigation {
    display: grid;
    grid-auto-flow: column;
    gap: 20px;
  }
  #view .ns-unitNavigation__item:first-child {
    padding-left: 6vw;
  }
  #view .ns-unitNavigation__item:last-child {
    padding-right: 6vw;
  }
}
.ns-unitNavigation__item {
  width: auto;
  white-space: nowrap;
}
.ns-unitNavigation__link {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
  background-color: #366136;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 100px;
  color: #A1C854;
  cursor: pointer;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  text-transform: uppercase;
  padding: 10px 20px;
}
@media (hover: hover) and (pointer: fine) {
  .ns-unitNavigation__link:hover,
  .ns-unitNavigation__link:focus {
    color: #366136;
    background-color: #FFFFFF;
  }
}
.ns-unitNavigation__link.is-selected,
.is-active .ns-unitNavigation__link {
  color: #366136;
  background-color: #FFFFFF;
}
.breadcrump {
  float: left;
  width: 100%;
}
.breadcrump a {
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  color: #A1C854;
  font-weight: 900;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.breadcrump .here {
  color: #000000;
  font-weight: normal;
}
@media (max-width: 1023px) {
  .breadcrump {
    display: none;
  }
}
.breadcrump--arrow {
  float: none;
  width: 12px;
  margin-right: 10px;
  margin-left: 5px;
}
.section--intro .content--anleitung {
  float: left;
  width: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .section--intro .content--anleitung {
    padding-bottom: 60px;
    box-sizing: border-box;
  }
}
.section--footer {
  background-color: #366136;
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(/images/wave-footer-white.svg);
  flex-shrink: 0;
  --textColor: #FFFFFF;
  color: var(--textColor);
}
.footarea {
  float: left;
  width: 100%;
  position: relative;
  margin-top: calc(var(--spaceTotal) * 2);
}
.footpart {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.footpart--linetop {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: calc(var(--spacePart) * 2);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footlogo {
  float: left;
  width: 200px;
}
.foottitle {
  margin-bottom: var(--spacePart);
}
.vcard .contact {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.vcard .contact a {
  color: var(--textColor);
  font-weight: bold;
  background: linear-gradient(var(--textColor), var(--textColor));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .vcard .contact a:hover,
  .vcard .contact a:focus {
    background-size: 100% 1px;
  }
}
#social {
  float: left;
}
#social .meta {
  float: left;
  width: 40px;
  height: 40px;
  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/facebook-lightgreen.svg);
  margin-right: 20px;
  margin-top: calc(var(--spaceTotal) * 1);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta.service_instagram {
  background-image: url(/images/instagram-lightgreen.svg);
}
#social .meta.service_youtube {
  background-image: url(/images/youtube-lightgreen.svg);
}
@media (hover: hover) and (pointer: fine) {
  #social .meta:hover,
  #social .meta:focus {
    background-image: url(/images/facebook-white.svg);
  }
  #social .meta.service_instagram:hover,
  #social .meta.service_instagram:focus {
    background-image: url(/images/instagram-white.svg);
  }
  #social .meta.service_youtube:hover,
  #social .meta.service_youtube:focus {
    background-image: url(/images/youtube-white.svg);
  }
}
#quicklinks {
  float: left;
}
#quicklinks .meta {
  float: left;
  margin-bottom: var(--spacePart);
  padding-left: 25px;
  box-sizing: border-box;
  color: var(--textColor);
  position: relative;
  font-weight: bold;
  background: linear-gradient(var(--textColor), var(--textColor));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  background-position: 25px 100%;
}
#quicklinks .meta:before {
  content: '';
  position: absolute;
  background-color: #A1C854;
  width: 15px;
  height: 2px;
  left: 0;
  top: 10px;
}
@media (hover: hover) and (pointer: fine) {
  #quicklinks .meta:hover,
  #quicklinks .meta:focus {
    background-size: 100% 1px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #quicklinks .meta:hover:after,
  #quicklinks .meta:focus:after {
    left: 25px;
    width: calc(100% - 25px);
  }
}
.copyright {
  float: left;
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: bold;
  margin-right: 20px;
}
#legal {
  float: left;
}
#legal .meta {
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.71428571;
  color: var(--textColor);
  font-weight: bold;
  background: linear-gradient(var(--textColor), var(--textColor));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  #legal .meta:hover,
  #legal .meta:focus {
    background-size: 100% 1px;
  }
}
#legal .meta:last-child {
  margin-right: 0;
}
.service_findus {
  line-height: 1.5;
  cursor: pointer;
  color: #FFFFFF;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 800;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  padding: 10px 0 10px 50px;
  box-sizing: border-box;
  isolation: isolate;
  margin-top: var(--spacePart);
}
.service_findus:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 15px;
  width: 47px;
  height: 12px;
  background-size: 47px 12px;
  background-position: -30px 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  background-image: url('/images/arrow-long-right-white.svg');
}
.service_findus:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #A1C854;
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .service_findus:hover {
    color: #A1C854;
    padding-left: 73px;
  }
  .service_findus:hover:after {
    background-position: 0 50%;
    background-image: url('/images/arrow-long-right-lightgreen.svg');
  }
  .service_findus:hover:before {
    background-color: #FFFFFF;
    transform: scale(1.25);
  }
}
.companyOf {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  margin-top: calc(var(--spaceTotal) * 1);
}
.companyOf__logo {
  margin-top: 2px;
  width: 90px;
}
a {
  color: var(--linkColor);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  a:hover,
  a:focus {
    color: #366136;
  }
}
.section--contact .part.link .open,
.section--intro .part.link .open,
.section--one:not(.section--lightgreen) .part.link .open {
  line-height: 1.5;
  cursor: pointer;
  color: #366136;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 800;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  padding: 10px 0 10px 50px;
  box-sizing: border-box;
  isolation: isolate;
}
.section--contact .part.link .open:after,
.section--intro .part.link .open:after,
.section--one:not(.section--lightgreen) .part.link .open:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 15px;
  width: 47px;
  height: 12px;
  background-size: 47px 12px;
  background-position: -30px 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  background-image: url('/images/arrow-long-right-darkgreen.svg');
}
.section--contact .part.link .open:before,
.section--intro .part.link .open:before,
.section--one:not(.section--lightgreen) .part.link .open:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #A1C854;
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .section--contact .part.link .open:hover,
  .section--intro .part.link .open:hover,
  .section--one:not(.section--lightgreen) .part.link .open:hover {
    color: #A1C854;
    padding-left: 73px;
  }
  .section--contact .part.link .open:hover:after,
  .section--intro .part.link .open:hover:after,
  .section--one:not(.section--lightgreen) .part.link .open:hover:after {
    background-position: 0 50%;
    background-image: url('/images/arrow-long-right-lightgreen.svg');
  }
  .section--contact .part.link .open:hover:before,
  .section--intro .part.link .open:hover:before,
  .section--one:not(.section--lightgreen) .part.link .open:hover:before {
    background-color: #366136;
    transform: scale(1.25);
  }
}
.section--one.section--lightgreen .part.link .open {
  line-height: 1.5;
  cursor: pointer;
  color: #366136;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 800;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  padding: 10px 0 10px 50px;
  box-sizing: border-box;
  isolation: isolate;
}
.section--one.section--lightgreen .part.link .open:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 15px;
  width: 47px;
  height: 12px;
  background-size: 47px 12px;
  background-position: -30px 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  background-image: url('/images/arrow-long-right-darkgreen.svg');
}
.section--one.section--lightgreen .part.link .open:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .section--one.section--lightgreen .part.link .open:hover {
    color: #FFFFFF;
    padding-left: 73px;
  }
  .section--one.section--lightgreen .part.link .open:hover:after {
    background-position: 0 50%;
    background-image: url('/images/arrow-long-right-white.svg');
  }
  .section--one.section--lightgreen .part.link .open:hover:before {
    background-color: #366136;
    transform: scale(1.25);
  }
}
.part.link.tiny .open {
  float: right;
}
.section:not(.section--lightgreen) .part.load .load {
  line-height: 1.5;
  cursor: pointer;
  color: #366136;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 800;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  padding: 10px 0 10px 50px;
  box-sizing: border-box;
  isolation: isolate;
}
.section:not(.section--lightgreen) .part.load .load:after {
  content: '';
  position: absolute;
  left: 9px;
  top: 9px;
  width: 22px;
  height: 22px;
  background-size: 12px 19px, 22px 8px ;
  background-position: 50% -5px, 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  background-image: url('/images/icon-filedownload-arrow-darkgreen.svg'), url('/images/icon-filedownload-bottom-darkgreen.svg');
}
.section:not(.section--lightgreen) .part.load .load:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #A1C854;
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .section:not(.section--lightgreen) .part.load .load:hover,
  .section:not(.section--lightgreen) .part.load .load:focus {
    color: #A1C854;
    padding-left: 65px;
  }
  .section:not(.section--lightgreen) .part.load .load:hover:after,
  .section:not(.section--lightgreen) .part.load .load:focus:after {
    background-size: 12px 19px, 22px 8px ;
    background-position: 50% 0px, 0 100% ;
    background-repeat: no-repeat;
    transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    background-image: url('/images/icon-filedownload-arrow-lightgreen.svg'), url('/images/icon-filedownload-bottom-lightgreen.svg');
  }
  .section:not(.section--lightgreen) .part.load .load:hover:before,
  .section:not(.section--lightgreen) .part.load .load:focus:before {
    background-color: #366136;
    transform: scale(1.25);
  }
}
.section.section--lightgreen .part.load .load {
  line-height: 1.5;
  cursor: pointer;
  color: #366136;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 800;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  padding: 10px 0 10px 50px;
  box-sizing: border-box;
  isolation: isolate;
}
.section.section--lightgreen .part.load .load:after {
  content: '';
  position: absolute;
  left: 9px;
  top: 9px;
  width: 22px;
  height: 22px;
  background-size: 12px 19px, 22px 8px ;
  background-position: 50% -5px, 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  background-image: url('/images/icon-filedownload-arrow-darkgreen.svg'), url('/images/icon-filedownload-bottom-darkgreen.svg');
}
.section.section--lightgreen .part.load .load:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .section.section--lightgreen .part.load .load:hover,
  .section.section--lightgreen .part.load .load:focus {
    color: #FFFFFF;
    padding-left: 65px;
  }
  .section.section--lightgreen .part.load .load:hover:after,
  .section.section--lightgreen .part.load .load:focus:after {
    background-size: 12px 19px, 22px 8px ;
    background-position: 50% 0px, 0 100% ;
    background-repeat: no-repeat;
    transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    background-image: url('/images/icon-filedownload-arrow-white.svg'), url('/images/icon-filedownload-bottom-white.svg');
  }
  .section.section--lightgreen .part.load .load:hover:before,
  .section.section--lightgreen .part.load .load:focus:before {
    background-color: #366136;
    transform: scale(1.25);
  }
}
h1 {
  font-size: 35px;
  line-height: 1.14285714;
  color: var(--textColor);
  text-transform: uppercase;
  font-weight: 900;
  hyphens: manual;
}
h2 {
  font-size: 30px;
  line-height: 1.16666667;
  color: var(--textColor);
  text-transform: uppercase;
  font-weight: 900;
}
h3 {
  font-size: 25px;
  line-height: 1.2;
  color: var(--textColor);
  text-transform: uppercase;
  font-weight: 900;
}
h3.finderTitle {
  margin-bottom: var(--spacePart);
}
h4 {
  font-size: 20px;
  line-height: 1.25;
  color: var(--textColor);
  font-weight: 900;
}
h5 {
  font-size: 18px;
  line-height: 1.27777778;
  color: var(--textColor);
  font-weight: 900;
}
h6 {
  font-size: 20px;
  line-height: 1.25;
  color: var(--textColor);
  font-weight: bold;
}
p.loud {
  font-size: 18px;
  line-height: 1.44444444;
  color: var(--textColor);
}
p.norm {
  color: var(--textColor);
}
p.skew {
  font-size: 28px;
  line-height: 1.17857143;
  color: #366136;
}
.area--one {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  display: flex;
  flex-wrap: wrap;
}
.area--one.area1 {
  margin-top: 0;
}
.area--two {
  margin-bottom: calc(var(--spaceTotal) * 1);
  display: flex;
  flex-wrap: wrap;
}
#edit .area--two:after {
  content: 'hier Artikel Neu verwenden';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  padding: 5px 15px;
  background-color: lightblue;
  border-radius: 20px;
  font-size: 14px;
}
.area--three {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
  display: flex;
  flex-wrap: wrap;
}
#edit .area--three:after {
  content: 'hier Artikel Grün verwenden';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  padding: 5px 15px;
  background-color: lightgreen;
  border-radius: 20px;
  font-size: 14px;
}
.area--four {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  display: flex;
  flex-wrap: wrap;
}
.area--five {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  display: flex;
  flex-wrap: wrap;
}
.area--six {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  display: flex;
  flex-wrap: wrap;
}
.area--finder {
  position: relative;
}
#edit .area--finder:after {
  content: 'hier Artikel Standort verwenden';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  padding: 5px 15px;
  background-color: lightpink;
  border-radius: 20px;
  font-size: 14px;
}
.area--one .wide.seam {
  text-align: center;
}
.area--one .wide.seam .part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.area--one .slim.edge {
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.12);
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 10px;
}
.area--one .slim.edge .cb-image-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.area--one .unit--fold {
  margin-top: 0;
  margin-bottom: 0;
}
.area--one .unit--fold + .unit--fold {
  margin-top: -2px;
}
.area--one .unit--fold .less .part:first-child {
  margin: 0;
}
.area--one .unit--fold .more {
  display: block !important;
  max-height: 0;
  overflow: hidden;
}
.area--one .unit--fold .more .part {
  transform: translateY(-200px);
  opacity: 0;
}
.area--one .unit--fold .more .part.link .open {
  padding-bottom: 4px;
}
.area--one .unit--fold .more .part:last-child {
  padding-bottom: 19px;
  box-sizing: border-box;
}
.area--one .unit--fold .fold-toggle {
  padding-right: 30px;
  padding-top: calc(var(--spacePart) * 2);
  padding-bottom: calc(var(--spacePart) * 2);
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  border-top: 2px solid #F0F0F0;
  border-bottom: 2px solid #F0F0F0;
  position: relative;
}
.area--one .unit--fold .fold-toggle:after {
  content: '';
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/fold-toggle-open-lightgreen.svg);
}
.section--lightgreen .area--one .unit--fold .fold-toggle:after {
  background-image: url(/images/fold-toggle-open-white.svg);
}
.section--lightgreen .area--one .unit--fold .fold-toggle--open:after {
  background-image: url(/images/fold-toggle-close-darkgreen.svg);
}
.area--one .unit--fold .fold-toggle--open {
  border-bottom: 0px solid #F0F0F0;
  color: #366136;
}
.area--one .unit--fold .fold-toggle--open:after {
  background-image: url(/images/fold-toggle-close-darkgreen.svg);
}
.section--grey .area--one .unit--fold .fold-toggle {
  border-color: #FFFFFF;
}
.area--one .unit--fold.unit--foldOpen div.more {
  max-height: 1200px;
  transition: all 1.2s;
}
.area--one .unit--fold.unit--foldOpen div.more:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 842px;
  max-width: 100%;
  background-color: #F0F0F0;
  left: 50%;
  transform: translateX(-50%);
}
.area--one .unit--fold.unit--foldOpen div.more div.part {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.4s, opacity 0.4s 0.2s;
}
.area--one .unit--fold .unit__foot {
  display: none;
}
.area--two .unit--card .unit__background {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  overflow: hidden;
  border-radius: 10px;
}
.area--two .unit--card .part.link a.open,
.area--two .unit--card .part.link span.open,
.area--two .unit--card .part.link span > .open {
  line-height: 1.5;
  cursor: pointer;
  color: #366136;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 800;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  padding: 10px 0 10px 50px;
  box-sizing: border-box;
  isolation: isolate;
}
.area--two .unit--card .part.link a.open:after,
.area--two .unit--card .part.link span.open:after,
.area--two .unit--card .part.link span > .open:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 15px;
  width: 47px;
  height: 12px;
  background-size: 47px 12px;
  background-position: -30px 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  background-image: url('/images/arrow-long-right-darkgreen.svg');
}
.area--two .unit--card .part.link a.open:before,
.area--two .unit--card .part.link span.open:before,
.area--two .unit--card .part.link span > .open:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #A1C854;
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .area--two .unit--card .part.link a.open:hover,
  .area--two .unit--card .part.link span.open:hover,
  .area--two .unit--card .part.link span > .open:hover {
    color: #A1C854;
    padding-left: 73px;
  }
  .area--two .unit--card .part.link a.open:hover:after,
  .area--two .unit--card .part.link span.open:hover:after,
  .area--two .unit--card .part.link span > .open:hover:after {
    background-position: 0 50%;
    background-image: url('/images/arrow-long-right-lightgreen.svg');
  }
  .area--two .unit--card .part.link a.open:hover:before,
  .area--two .unit--card .part.link span.open:hover:before,
  .area--two .unit--card .part.link span > .open:hover:before {
    background-color: #366136;
    transform: scale(1.25);
  }
}
.area--two .unit--card h4 {
  color: #A1C854;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.area--two .unit--card--second .unit__background,
.area--two .unit--card--third .unit__background {
  margin-bottom: calc(var(--spacePart) * 2);
}
@media (hover: hover) and (pointer: fine) {
  #view .area--two a.unit--card .unit__background img {
    transform: scale(1.1);
    transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  }
  #view .area--two a.unit--card:hover h4,
  #view .area--two a.unit--card:focus h4 {
    color: #366136;
  }
  #view .area--two a.unit--card:hover .unit__background img,
  #view .area--two a.unit--card:focus .unit__background img {
    transform: scale(1);
  }
  #view .area--two a.unit--card:hover .part.link span.open,
  #view .area--two a.unit--card:focus .part.link span.open,
  #view .area--two a.unit--card:hover .part.link span > span.open,
  #view .area--two a.unit--card:focus .part.link span > span.open {
    color: #A1C854;
    padding-left: 73px;
  }
  #view .area--two a.unit--card:hover .part.link span.open:after,
  #view .area--two a.unit--card:focus .part.link span.open:after,
  #view .area--two a.unit--card:hover .part.link span > span.open:after,
  #view .area--two a.unit--card:focus .part.link span > span.open:after {
    background-position: 0 50%;
    background-image: url('/images/arrow-long-right-lightgreen.svg');
  }
  #view .area--two a.unit--card:hover .part.link span.open:before,
  #view .area--two a.unit--card:focus .part.link span.open:before,
  #view .area--two a.unit--card:hover .part.link span > span.open:before,
  #view .area--two a.unit--card:focus .part.link span > span.open:before {
    background-color: #366136;
    transform: scale(1.25);
  }
}
.area--three .unit {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  --textColor: #366136;
  padding: 20px 30px;
  box-sizing: border-box;
  background-color: #A1C854;
  border-radius: 10px;
}
.area--three .unit .part.link span.open,
.area--three .unit .part.link span > span.open {
  line-height: 1.5;
  cursor: pointer;
  color: #366136;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 800;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  padding: 10px 0 10px 50px;
  box-sizing: border-box;
  isolation: isolate;
}
.area--three .unit .part.link span.open:after,
.area--three .unit .part.link span > span.open:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 15px;
  width: 47px;
  height: 12px;
  background-size: 47px 12px;
  background-position: -30px 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  background-image: url('/images/arrow-long-right-darkgreen.svg');
}
.area--three .unit .part.link span.open:before,
.area--three .unit .part.link span > span.open:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .area--three .unit .part.link span.open:hover,
  .area--three .unit .part.link span > span.open:hover {
    color: #FFFFFF;
    padding-left: 73px;
  }
  .area--three .unit .part.link span.open:hover:after,
  .area--three .unit .part.link span > span.open:hover:after {
    background-position: 0 50%;
    background-image: url('/images/arrow-long-right-white.svg');
  }
  .area--three .unit .part.link span.open:hover:before,
  .area--three .unit .part.link span > span.open:hover:before {
    background-color: #366136;
    transform: scale(1.25);
  }
}
@media (hover: hover) and (pointer: fine) {
  #view .area--three a.unit {
    transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  }
  #view .area--three a.unit:hover,
  #view .area--three a.unit:focus {
    background-color: #83AE46;
  }
  #view .area--three a.unit:hover .part.link span.open,
  #view .area--three a.unit:focus .part.link span.open,
  #view .area--three a.unit:hover .part.link span > span.open,
  #view .area--three a.unit:focus .part.link span > span.open {
    color: #FFFFFF;
    padding-left: 73px;
  }
  #view .area--three a.unit:hover .part.link span.open:after,
  #view .area--three a.unit:focus .part.link span.open:after,
  #view .area--three a.unit:hover .part.link span > span.open:after,
  #view .area--three a.unit:focus .part.link span > span.open:after {
    background-position: 0 50%;
    background-image: url('/images/arrow-long-right-white.svg');
  }
  #view .area--three a.unit:hover .part.link span.open:before,
  #view .area--three a.unit:focus .part.link span.open:before,
  #view .area--three a.unit:hover .part.link span > span.open:before,
  #view .area--three a.unit:focus .part.link span > span.open:before {
    background-color: #366136;
    transform: scale(1.25);
  }
}
.area--four .unit {
  padding-top: 40px;
  padding-left: 90px;
  box-sizing: border-box;
}
.area--four .unit .part.text:first-child {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.area--four .unit .part.text:first-child h2 {
  color: #A1C854;
  font-size: 80px;
  line-height: 0.8125;
}
.area--four .unit .part.text:first-child h2 strong {
  font-weight: 900;
}
.area--five {
  counter-reset: numberedList;
}
.area--five .unit:not(.pure) {
  margin-top: 0;
  margin-bottom: 0;
  padding: var(--spacePart) 0 var(--spacePart) 50px;
  box-sizing: border-box;
  border-top: 2px solid #F0F0F0;
  border-bottom: 2px solid #F0F0F0;
  position: relative;
}
.area--five .unit:not(.pure) + .unit {
  border-top: unset;
}
.area--five .unit:not(.pure) h4 i {
  position: absolute;
  left: -50px;
  top: 0;
  font-style: normal;
  font-family: 'DINNextPro', sans-serif;
  font-weight: normal;
}
.section--grey .area--five .unit:not(.pure) {
  border-color: #FFFFFF;
}
@media (max-width: 1023px) {
  .area--five .unit:not(.pure) {
    padding-bottom: 50px;
    box-sizing: border-box;
  }
}
.area--five .unit:not(.pure) .part.link:first-child {
  width: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: right;
}
.area--five .unit:not(.pure) .part.link:first-child .open {
  font-weight: 900;
  color: #E7B63F;
  text-transform: uppercase;
}
.area--five .unit:not(.pure) .part.link:first-child .open:hover,
.area--five .unit:not(.pure) .part.link:first-child .open:focus {
  color: #366136;
}
.area--five .pure {
  counter-reset: numberedList;
}
.area--five .unit--fold .unit__body > .more {
  display: block !important;
  max-height: 0;
  overflow: hidden;
}
.area--five .unit--fold .unit__body > .more .part {
  transform: translateY(-200px);
  opacity: 0;
}
.area--five .unit--fold .ctrl {
  overflow: visible;
}
.area--five .unit--fold .ctrl .link {
  margin-top: var(--spaceUnit);
  line-height: 1.5;
  cursor: pointer;
  color: #366136;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 800;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  padding: 10px 0 10px 50px;
  box-sizing: border-box;
  isolation: isolate;
}
.area--five .unit--fold .ctrl .link:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 12px;
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  background-image: url('/images/icon-plus-darkgreen.svg');
}
.area--five .unit--fold .ctrl .link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #A1C854;
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .area--five .unit--fold .ctrl .link:hover,
  .area--five .unit--fold .ctrl .link:focus {
    color: #A1C854;
    padding-left: 65px;
  }
  .area--five .unit--fold .ctrl .link:hover:after,
  .area--five .unit--fold .ctrl .link:focus:after {
    background-position: 50% 50%;
    background-image: url('/images/icon-plus-lightgreen.svg');
  }
  .area--five .unit--fold .ctrl .link:hover:before,
  .area--five .unit--fold .ctrl .link:focus:before {
    background-color: #366136;
    transform: scale(1.25);
  }
}
.area--five .unit--fold .ctrl .link.less:after {
  transform: rotate(45deg);
}
.area--five .unit--fold.unit--foldOpen .unit__body > .more {
  max-height: 1200px;
  transition: all 1.2s;
}
.area--five .unit--fold.unit--foldOpen .unit__body > .more div.part {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.4s, opacity 0.4s 0.2s;
}
.area--six .wide {
  margin-top: calc(var(--spaceUnit) * 2);
  margin-bottom: calc(var(--spaceUnit) * 2);
}
.unit--location {
  padding-top: 20px;
  border-top: 2px solid #F0F0F0;
  margin-bottom: -3px;
}
.unit--location .part.link {
  margin-top: calc(var(--spaceTotal) * 1);
}
.unit--location .part.link .open {
  line-height: 1.5;
  cursor: pointer;
  color: #366136;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 800;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  padding: 10px 0 10px 50px;
  box-sizing: border-box;
  isolation: isolate;
}
.unit--location .part.link .open:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 15px;
  width: 47px;
  height: 12px;
  background-size: 47px 12px;
  background-position: -30px 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  background-image: url('/images/arrow-long-right-darkgreen.svg');
}
.unit--location .part.link .open:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #A1C854;
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .unit--location .part.link .open:hover {
    color: #A1C854;
    padding-left: 73px;
  }
  .unit--location .part.link .open:hover:after {
    background-position: 0 50%;
    background-image: url('/images/arrow-long-right-lightgreen.svg');
  }
  .unit--location .part.link .open:hover:before {
    background-color: #366136;
    transform: scale(1.25);
  }
}
.unit--location .part.location {
  margin-top: 0;
}
.unit--location .part.text {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
}
.unit--location .part__content {
  float: left;
}
.unit--location .part__prefix {
  float: left;
  min-width: 130px;
  margin-right: 20px;
  font-weight: bold;
}
body.fr .unit--location .part__prefix {
  min-width: 180px;
}
.unit--location .part__sufix {
  float: left;
  margin-left: 5px;
}
#view {
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0.05, 0.8, 0.5, 1);
}
#view.show-content {
  opacity: 1;
}
#view .scroll-animated {
  transform: translateY(200px);
  opacity: 0;
  transition: transform 0.6s, opacity 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
#view .scroll-animated.scroll-animated--active {
  opacity: 1;
  transform: translateY(0);
}
.unit__background img:not(.svg),
.part.pict img:not(.svg) {
  border-radius: 10px;
}
.cb-image-caption {
  color: var(--textColor);
}
@media (max-width: 1279px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .navigation {
    display: none;
  }
}
.togglenavigation {
  position: absolute;
  top: 47px;
  right: 0;
  z-index: 2001;
  width: 30px;
  height: 16px;
  cursor: pointer;
  transition: top 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.cb-scroll-triggered--active .togglenavigation {
  top: 37px;
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #A1C854;
  border-radius: 3px;
  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.65, 0, 0.35, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  margin: 150px 0 30px;
  padding: 0 var(--deskSpace);
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
body.cb-toggle-target-active .mobile-navi-animation {
  transition: all 1s cubic-bezier(0.65, 0, 0.35, 1);
  transform: translateY(0);
  opacity: 1;
}
.mobile-navigation div.navi:not(.sub1) {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.mobile-navigation div.navi:not(.sub1) > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi:not(.sub1) > .item {
  float: left;
  width: 100%;
  position: relative;
}
.mobile-navigation div.navi:not(.sub1) > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi:not(.sub1) > .item > .menu {
  display: block;
}
.mobile-navigation div.sub2 {
  box-sizing: border-box;
  margin-top: 40px;
}
.mobile-navigation div.sub2 > .item {
  border-bottom: 2px solid #F0F0F0;
}
.mobile-navigation div.sub2 > .item.init {
  border-top: 2px solid #F0F0F0;
}
.mobile-navigation div.sub2 > .item > .menu {
  color: var(--textColor);
  padding: 13px 0 10px 30px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.22222222;
  font-weight: 800;
  text-transform: uppercase;
}
.mobile-navigation div.sub2 > .item > .menu.path {
  color: #A1C854;
}
.mobile-navigation div.sub3 {
  padding-left: 30px;
  box-sizing: border-box;
}
.mobile-navigation div.sub3 > .item {
  margin-bottom: 10px;
}
.mobile-navigation div.sub3 > .item.exit {
  margin-bottom: 15px;
}
.mobile-navigation div.sub3 > .item > .menu {
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  color: #366136;
}
.mobile-navigation div.sub3 > .item > .menu.path {
  color: #A1C854;
}
.mobile-navigation div.sub3 {
  overflow: hidden;
  max-height: 0;
}
.mobile-navigation div.sub3 > .item {
  opacity: 0;
  transform: scale(0.8);
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi {
  transition: none;
  max-height: 1000px;
  transition: max-height 2s;
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi > .item {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
}
.mobile-navigation .cb-toggle {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 2;
  cursor: pointer;
  width: 14px;
  height: 14px;
}
.mobile-navigation .cb-toggle:after {
  content: '';
  position: absolute;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: #A1C854;
  top: 6px;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.mobile-navigation .cb-toggle:before {
  content: '';
  position: absolute;
  left: 6px;
  width: 2px;
  height: 14px;
  background-color: #A1C854;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.mobile-navigation .cb-toggle.cb-toggle-active:after {
  background-color: #366136;
}
.mobile-navigation .cb-toggle.cb-toggle-active:before {
  height: 0;
}
.section--fixedSlider {
  position: fixed;
  top: 0;
}
.fix-slider {
  float: left;
  width: 100%;
  height: 780px;
  position: relative;
}
.fix-slider__slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
.fix-slider__slide.cb-jsmood--active {
  z-index: 3;
}
.fix-slider__contentContainer {
  float: left;
  width: 40%;
  padding-top: 220px;
  padding-left: max(var(--deskSpace), calc((100vw - 1278px) / 2));
  padding-right: 30px;
  padding-bottom: 120px;
  box-sizing: border-box;
  background-color: #366136;
}
.fix-slider__title {
  color: #FFFFFF;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.cb-jsmood--active .fix-slider__title {
  opacity: 1;
}
.fix-slider__text {
  color: #FFFFFF !important;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.cb-jsmood--active .fix-slider__text {
  opacity: 1;
}
.fix-slider__link {
  line-height: 1.5;
  cursor: pointer;
  color: #FFFFFF;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 800;
  padding: 10px 0 10px 50px;
  box-sizing: border-box;
  isolation: isolate;
  margin-top: calc(var(--spaceTotal) * 1);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.fix-slider__link:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 15px;
  width: 47px;
  height: 12px;
  background-size: 47px 12px;
  background-position: -30px 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  background-image: url('/images/arrow-long-right-white.svg');
}
.fix-slider__link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #A1C854;
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .fix-slider__link:hover {
    color: #A1C854;
    padding-left: 73px;
  }
  .fix-slider__link:hover:after {
    background-position: 0 50%;
    background-image: url('/images/arrow-long-right-lightgreen.svg');
  }
  .fix-slider__link:hover:before {
    background-color: #FFFFFF;
    transform: scale(1.25);
  }
}
.cb-jsmood--active .fix-slider__link {
  opacity: 1;
}
.fix-slider__imageContainer {
  float: left;
  width: 60%;
  height: 100%;
  position: relative;
}
.fix-slider__imageContainer:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  height: 100%;
  z-index: 2;
  background-size: auto 100%;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/waves-slider-desktop-darkgreen.svg);
}
.fix-slider__imageContainer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  z-index: 1;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
.fix-slider__image {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  left: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
.cb-jsmood--active .fix-slider__image {
  transition: opacity 0.6s;
  opacity: 1;
}
.fix-slider__index {
  position: absolute;
  left: max(var(--deskSpace), calc((100vw - 1278px) / 2));
  bottom: 80px;
  margin-right: 24px;
  display: flex;
  flex-direction: row;
  z-index: 6;
}
@media (max-width: 1023px) {
  .fix-slider__index {
    left: unset;
    right: var(--deskSpace);
    bottom: 400px;
  }
}
@media (max-width: 767px) {
  .fix-slider__index {
    right: unset;
    left: var(--deskSpace);
    bottom: 230px;
  }
}
.cb-jsmood-index__a {
  float: left;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-jsmood-index__a:first-child {
  margin-left: 0;
}
.cb-jsmood-index__a:last-child {
  margin-right: 0;
}
.cb-jsmood-index__a.cb-jsmood-index__a--active:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 2px solid #A1C854;
}
.cb-jsmood-index__a:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
}
@media (max-width: 1023px) {
  .fix-slider {
    height: 710px;
    display: flex;
  }
  .fix-slider__slide {
    align-content: space-between;
  }
  .fix-slider__contentContainer {
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-right: var(--deskSpace);
    padding-left: var(--deskSpace);
    padding-bottom: 20px;
    height: 330px;
    z-index: 22;
  }
  .fix-slider__imageContainer {
    float: left;
    width: 100%;
    height: 380px;
    position: relative;
  }
  .fix-slider__imageContainer:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 2;
    background-size: 100% auto;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-image: url(/images/wave-fixslider-darkgreen.svg);
  }
  .fix-slider__imageContainer:before {
    content: '';
    background-image: unset;
  }
  .fix-slider__image {
    width: 100%;
  }
  .fix-slider__link {
    margin-top: calc(var(--spaceTotal) * 1 - 10px);
  }
}
@media (max-width: 767px) {
  .fix-slider__contentContainer {
    height: 430px;
    z-index: 22;
  }
  .fix-slider__imageContainer {
    height: 280px;
  }
  .fix-slider__imageContainer:after {
    height: 205px;
    background-size: 101% auto;
    background-position: 50% -1px;
    background-image: url(/images/waves-slider-mobile-darkgreen-new.svg);
  }
  .fix-slider__imageContainer:before {
    content: '';
  }
  .fix-slider__link {
    margin-top: calc(var(--spaceTotal) * 1 - 10px);
  }
}
.hd-calc {
  float: left;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.hd-calc__part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.hd-calc__prefix {
  float: left;
  font-weight: bold;
  padding-right: 10px;
  box-sizing: border-box;
}
.hd-calc__parameter {
  float: left;
  font-weight: bold;
  width: 46.12794613%;
}
.hd-calc__container {
  float: left;
  width: calc(100% / 2 - 15px);
}
@media (max-width: 767px) {
  .hd-calc__container {
    width: 100%;
  }
}
.hd-calc__container--data {
  padding: 30px 109px 0 0;
  box-sizing: border-box;
}
body.fr .hd-calc__container--data {
  padding: 30px 40px 0 0;
}
@media (max-width: 1023px) {
  .hd-calc__container--data {
    padding: 20px;
  }
  body.fr .hd-calc__container--data {
    padding: 20px;
  }
}
.hd-calc__part--input {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .hd-calc__part--input {
    justify-content: flex-start;
  }
}
.hd-calc__form {
  float: left;
  width: 100%;
}
.hd-calc__fieldset {
  width: 57.23905724%;
  border-bottom: 1px solid #000000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.hd-calc__input {
  text-align: right;
  width: 50%;
}
.hd-calc__part--submit {
  display: flex;
  justify-content: center;
}
.hd-calc__action {
  line-height: 1.5;
  cursor: pointer;
  color: #366136;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 800;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  padding: 10px 0 10px 50px;
  box-sizing: border-box;
  isolation: isolate;
}
.hd-calc__action:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 15px;
  width: 47px;
  height: 12px;
  background-size: 47px 12px;
  background-position: -30px 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  background-image: url('/images/arrow-long-right-darkgreen.svg');
}
.hd-calc__action:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #A1C854;
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .hd-calc__action:hover {
    color: #A1C854;
    padding-left: 73px;
  }
  .hd-calc__action:hover:after {
    background-position: 0 50%;
    background-image: url('/images/arrow-long-right-lightgreen.svg');
  }
  .hd-calc__action:hover:before {
    background-color: #366136;
    transform: scale(1.25);
  }
}
.hd-calc__action--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.hd-calc__container--calculation {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px 109px 40px 40px;
  box-sizing: border-box;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .hd-calc__container--calculation {
    padding: 20px;
  }
}
.hd-calc__distance {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
}
.hd-calc__speed {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  order: 99;
}
.hd-calc__part--result {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 0;
}
.hd-calc__value {
  font-size: 60px;
  line-height: 1.08333333;
  font-weight: 900;
  color: #A7A8A8;
}
@media (max-width: 1023px) {
  .hd-calc__value {
    font-size: 38px;
    line-height: 1.18421053;
  }
}
.hd-calc--calculated .hd-calc__value {
  color: #A1C854;
}
.hd-calc__prefix--big {
  font-size: 25px;
  line-height: 1.32;
  min-width: 75px;
  padding-bottom: 5px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .hd-calc__prefix--big {
    font-size: 20px;
    line-height: 1.65;
  }
}
.hd-plzSearch {
  float: left;
  position: relative;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
#edit .hd-plzSearch {
  pointer-events: none;
  opacity: 0.5;
}
.hd-plzSearch__part {
  float: left;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.hd-plzSearch__container {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.hd-plzSearch__part--label {
  font-weight: bold;
}
@media (max-width: 767px) {
  .hd-plzSearch__part--label {
    min-width: 120px;
  }
}
.hd-plzSearch__part--input {
  border-bottom: 1px solid #000000;
  margin-left: 30px;
  margin-right: 30px;
  min-width: 250px;
}
@media (max-width: 767px) {
  .hd-plzSearch__part--input {
    width: calc(100% - 150px);
    min-width: unset;
    margin-right: 0;
  }
}
.hd-plzSearch__part--submit {
  line-height: 1.5;
  cursor: pointer;
  color: #366136;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 800;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  padding: 10px 0 10px 50px;
  box-sizing: border-box;
  isolation: isolate;
}
.hd-plzSearch__part--submit:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 15px;
  width: 47px;
  height: 12px;
  background-size: 47px 12px;
  background-position: -30px 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  background-image: url('/images/arrow-long-right-darkgreen.svg');
}
.hd-plzSearch__part--submit:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #A1C854;
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .hd-plzSearch__part--submit:hover {
    color: #A1C854;
    padding-left: 73px;
  }
  .hd-plzSearch__part--submit:hover:after {
    background-position: 0 50%;
    background-image: url('/images/arrow-long-right-lightgreen.svg');
  }
  .hd-plzSearch__part--submit:hover:before {
    background-color: #366136;
    transform: scale(1.25);
  }
}
@media (max-width: 767px) {
  .hd-plzSearch__part--submit {
    margin-left: auto;
  }
}
.hd-plzSearch__loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  border: 3px solid #c1c1c1;
  border-radius: 50%;
  border-top-color: #F0F0F0;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.ns-teaserWrapper {
  float: left;
  width: 100%;
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.ns-teaserWrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  grid-gap: 30px;
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.layout1 .ns-teaserWrapper {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: calc(var(--spaceTotal) * 5);
}
@media (max-width: 1023px) {
  .ns-teaserWrapper {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .ns-teaserWrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .layout1 .ns-teaserWrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ns-teaser {
  position: relative;
  float: left;
  width: 100%;
  background-color: #366136;
  border-radius: 10px;
  --textColor: #FFFFFF;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .ns-teaser {
    padding-bottom: 10px;
  }
}
.ns-teaser .unit__background {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  overflow: hidden;
  border-radius: 10px;
}
.ns-teaser h4 {
  color: #A1C854;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  #view .ns-teaser .ns-teaser_part--pict {
    border-radius: 10px;
    overflow: hidden;
  }
  #view .ns-teaser .ns-teaser_part--pict img {
    transform: scale(1.1);
    transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  }
  #view .ns-teaser:hover h4,
  #view .ns-teaser:focus h4 {
    color: #FFFFFF;
  }
  #view .ns-teaser:hover .ns-teaser_part--pict img,
  #view .ns-teaser:focus .ns-teaser_part--pict img {
    transform: scale(1);
  }
  #view .ns-teaser:hover .ns-teaser__part--actions .ns-teaser__action--link,
  #view .ns-teaser:focus .ns-teaser__part--actions .ns-teaser__action--link {
    color: #FFFFFF;
    padding-left: 73px;
  }
  #view .ns-teaser:hover .ns-teaser__part--actions .ns-teaser__action--link:after,
  #view .ns-teaser:focus .ns-teaser__part--actions .ns-teaser__action--link:after {
    background-position: 0 50%;
    background-image: url('/images/arrow-long-right-white.svg');
  }
  #view .ns-teaser:hover .ns-teaser__part--actions .ns-teaser__action--link:before,
  #view .ns-teaser:focus .ns-teaser__part--actions .ns-teaser__action--link:before {
    background-color: #A1C854;
    transform: scale(1.25);
  }
}
.ns-teaser__content {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ns-teaser__content .ns-content {
  float: left;
  width: 100%;
}
.ns-teaser__content .ns-content__text {
  box-sizing: border-box;
  background-color: #A7A8A8;
}
.ns-teaser_part,
.ns-teaser__part {
  float: left;
  width: 100%;
  margin: var(--spacePart) 0;
  padding: 0 40px;
  box-sizing: border-box;
  color: var(--textColor);
}
@media (max-width: 1023px) {
  .ns-teaser_part,
  .ns-teaser__part {
    padding: 0 20px;
  }
}
.ns-teaser_part--pict,
.ns-teaser__part--pict {
  padding: 0;
  margin: 0;
  position: relative;
}
.ns-teaser_part--pict:after,
.ns-teaser__part--pict:after {
  content: '';
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  background-size: 101%;
  background-position: 0.5% 100%;
  background-repeat: no-repeat;
  background-image: url(/images/wave-teaser-darkgreen.svg);
}
.ns-teaser__image {
  float: left;
  width: 100%;
  aspect-ratio: 1.78285714;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
@supports not (aspect-ratio: auto) {
  .ns-teaser__image {
    padding-top: 56.08974359%;
  }
}
.ns-teaser__part--actions {
  margin-top: auto;
  padding-top: var(--spacePart);
}
.ns-teaser__part--actions .ns-teaser__action {
  line-height: 1.5;
  cursor: pointer;
  color: #FFFFFF;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 800;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  padding: 10px 0 10px 50px;
  box-sizing: border-box;
  isolation: isolate;
}
.ns-teaser__part--actions .ns-teaser__action:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 15px;
  width: 47px;
  height: 12px;
  background-size: 47px 12px;
  background-position: -30px 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  background-image: url('/images/arrow-long-right-white.svg');
}
.ns-teaser__part--actions .ns-teaser__action:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #A1C854;
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser__part--actions .ns-teaser__action:hover {
    color: #A1C854;
    padding-left: 73px;
  }
  .ns-teaser__part--actions .ns-teaser__action:hover:after {
    background-position: 0 50%;
    background-image: url('/images/arrow-long-right-lightgreen.svg');
  }
  .ns-teaser__part--actions .ns-teaser__action:hover:before {
    background-color: #FFFFFF;
    transform: scale(1.25);
  }
}
.ns-teaserFilter {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.ns-teaserFilter__text {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .ns-teaserFilter__text {
    width: 31.85840708%;
  }
}
.ns-teaserFilter__wrapper {
  float: left;
  width: 100%;
}
.ns-teaserFilter__toggle {
  display: none;
}
.ns-teaserFilter__content {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
.ns-teaserFilter__cover {
  float: left;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 1023px) {
  .ns-teaserFilter__cover {
    gap: 20px;
  }
}
.ns-teaserFilter__item {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
  background-color: #A1C854;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 100px;
  color: #366136;
  cursor: pointer;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  text-transform: uppercase;
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaserFilter__item:hover,
  .ns-teaserFilter__item:focus {
    color: #FFFFFF;
    background-color: #366136;
  }
}
.ns-teaserFilter__item.is-selected,
.is-active .ns-teaserFilter__item {
  color: #FFFFFF;
  background-color: #366136;
}
.ns-teaserFilter.is-open .ns-teaserFilter__item {
  transition: all 0.3s, opacity 0.4s 0.2s;
  margin-top: 0;
  opacity: 1;
}
#map {
  /* default cluster styling */
  --cluster-fill-color: #366136;
  --cluster-stroke-color: #fff;
  --cluster-font-color: #fff;
  --cluster-font-family: 'DINNextPro', sans-serif;
}
.ns-locationGoogleMap {
  box-sizing: border-box;
  float: left;
  width: 100%;
  height: 720px;
  max-height: calc(100vh - 85px);
  margin-top: calc(var(--spaceTotal) * -2);
  margin-bottom: calc(var(--spaceTotal) * 3);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ns-locationGoogleMap {
    height: 500px;
  }
}
.section--contact .ns-locationGoogleMap {
  height: 500px;
  margin-top: calc(var(--spaceTotal) * -1);
}
@media (max-width: 1023px) {
  .section--contact .ns-locationGoogleMap {
    height: 500px;
    margin-bottom: calc(var(--spaceTotal) * 1);
  }
}
.ns-locationMarkerCluster {
  position: relative;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translateY(-50%) translateX(-50%);
}
.ns-locationMarkerCluster__count {
  position: absolute;
  inset: 2px;
  background-color: #366136;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.ns-locationMarker {
  width: 28px;
  height: 40px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  cursor: pointer;
  transform: translateY(-50%) translateX(-50%);
  background: url(/images/mappin.svg) no-repeat center center;
  background-size: 100% 100%;
}
.ns-locationMarker.ns-locationMarker--show {
  z-index: 3;
}
.locationMarker__pin {
  width: 28px;
  height: 40px;
}
.ns-locationPopUp {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-bottom: 15px;
  z-index: 100;
  background-color: #fff;
  width: 300px;
  transform: translateX(-50%);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-sizing: border-box;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}
.ns-locationPopUp:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  margin-left: -20px;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #fff;
  border-width: 12px 20px 0 20px;
}
@media (max-width: 767px) {
  .ns-locationPopUp {
    width: calc(88vw - 70px);
    left: calc(50% - 20px);
  }
  .ns-locationPopUp:before {
    left: calc(50% + 20px);
  }
}
.ns-locationPopUp__content {
  box-sizing: border-box;
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ns-locationPopUp__content .ns-content {
  float: left;
  width: 100%;
}
.ns-locationPopUp__content .ns-content__text {
  box-sizing: border-box;
  padding: 30px 50px 20px 30px;
}
@media (max-width: 767px) {
  .ns-locationPopUp__content .ns-content__text {
    padding: 20px 40px 20px 20px;
  }
}
.ns-locationPopUp__part {
  float: left;
}
.ns-locationPopUp__part--title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.25;
  color: #000000;
  font-family: 'DINNextPro', sans-serif;
}
.ns-locationPopUp__part--text {
  font-size: 16px;
}
.ns-locationPopUp__part--link {
  line-height: 1.5;
  cursor: pointer;
  color: #366136;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 800;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  padding: 10px 0 10px 50px;
  box-sizing: border-box;
  isolation: isolate;
  font-size: 16px;
  margin-top: calc(var(--spaceTotal) * 1);
}
.ns-locationPopUp__part--link:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 15px;
  width: 47px;
  height: 12px;
  background-size: 47px 12px;
  background-position: -30px 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  background-image: url('/images/arrow-long-right-darkgreen.svg');
}
.ns-locationPopUp__part--link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #A1C854;
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .ns-locationPopUp__part--link:hover {
    color: #A1C854;
    padding-left: 73px;
  }
  .ns-locationPopUp__part--link:hover:after {
    background-position: 0 50%;
    background-image: url('/images/arrow-long-right-lightgreen.svg');
  }
  .ns-locationPopUp__part--link:hover:before {
    background-color: #366136;
    transform: scale(1.25);
  }
}
.ns-locationPopUp__toggle {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 3;
  width: 26px;
  height: 26px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
.ns-locationPopUp__toggle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-close-lightgreen.svg);
}
/*# sourceMappingURL=./screen-small.css.map */