:root {
  --s-textcolor: #000000;
  --s-altcolor: #438E29;
  --s-listcolor: #346F20;
  --s-linkcolor: #52AE32;
  --s-linkcolor-hover: #52AE32;
  --s-logo-negativ: url('/images/logo-applico-neg.svg');
  --s-arrow-top-right-green-600: url('/images/arrow-top-right-green-600.svg');
  --s-arrow-top-right-white: url('/images/arrow-top-right-white.svg');
  --s-arrow-right-green-600: url('/images/arrow-right-green-600.svg');
  --s-arrow-right-white: url('/images/arrow-right-white.svg');
}
:root {
  --deskWidth: 1436px;
  --deskSpace: 5vw;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
:root {
  --spacePart: 11px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 11px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 11px;
  }
}
:root {
  --spaceUnit: 40px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 15px;
  }
}
:root {
  --spaceTotal: 51px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 31px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 26px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1023px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 18px;
  line-height: 1.55555556;
}
@media (max-width: 1023px) {
  .button {
    font-size: 16px;
    line-height: 1.625;
  }
}
.button-primary-nav {
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 18px;
  line-height: 1.55555556;
  background-color: #005B31;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #005B31;
  padding: 10px 100px;
  border-radius: 131px;
  padding: 5px 35px;
}
@media (max-width: 1023px) {
  .button-primary-nav {
    font-size: 16px;
    line-height: 1.625;
  }
}
@media (max-width: 1023px) {
  .button-primary-nav {
    font-size: 16px;
    line-height: 1.625;
  }
}
.button-primary-nav:hover,
.button-primary-nav:focus {
  background-color: #FFFFFF;
  color: #005B31;
}
@media (max-width: 1023px) {
  .button-primary-nav {
    padding: 10px 40px;
  }
}
.button-secondary-hover:before {
  opacity: 1;
  left: 26px;
}
.button-secondary-long {
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 18px;
  line-height: 1.55555556;
  color: #438E29;
  text-align: center;
  border: 1px solid #438E29;
  padding: 10px 50px;
  box-sizing: border-box;
  border-radius: 131px;
  width: 271px;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .button-secondary-long {
    font-size: 16px;
    line-height: 1.625;
  }
}
.button-secondary-long:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: var(--s-arrow-right-green-600);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.2s;
}
.button-secondary-long:hover:before,
.button-secondary-long:focus:before {
  opacity: 1;
  left: 16px;
}
@media (max-width: 1023px) {
  .button-secondary-long {
    width: 210px;
  }
}
.button-tertiary-hover {
  padding-left: 30px;
}
.button-tertiary-hover:before {
  opacity: 1;
  left: 0px;
}
/* inter-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/inter-v12-latin-regular.eot');
  /* IE9 Compat Modes */
  src: url('/extras/fonts/inter-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/inter-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/inter-v12-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/inter-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/inter-v12-latin-regular.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/extras/fonts/inter-v12-latin-600.eot');
  /* IE9 Compat Modes */
  src: url('/extras/fonts/inter-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/inter-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/inter-v12-latin-600.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/inter-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/inter-v12-latin-600.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/inter-v12-latin-700.eot');
  /* IE9 Compat Modes */
  src: url('/extras/fonts/inter-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/inter-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/inter-v12-latin-700.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/inter-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/inter-v12-latin-700.svg#Inter') format('svg');
  /* Legacy iOS */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #52AE32;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img {
  pointer-events: none;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: bold;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  line-height: 1.55555556;
}
.unit caption {
  display: none;
}
.flag {
  background: #52AE32;
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
  position: relative;
}
.unit__background {
  float: left;
  width: 100%;
}
.unit__content {
  float: left;
  width: 100%;
}
.unit__head,
.unit__body,
.unit__foot {
  float: left;
  width: 100%;
}
.unit--fold div.less,
.unit--fold div.more {
  float: left;
  width: 100%;
}
.unit--fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  position: relative;
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
#edit .part video {
  pointer-events: none;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
  margin-top: 6px;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--s-textcolor);
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.part.cb-youtube iframe,
.part.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.part.cb-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.part.cb-share .cb-service {
  float: left;
  margin-left: 16px;
}
.part.cb-share .cb-service:first-child {
  margin-left: 0;
}
.part.cb-share .cb-service * {
  float: left;
}
.part.cb-share .cb-service a {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10000px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.part.cb-share .cb-service a:hover {
  filter: invert(1);
}
.part.cb-share .cb-service.cb-service-facebook-share a {
  background-size: auto 24px;
  background-image: url(/images/cb-default/socialShare-facebook-black.svg);
}
.part.cb-share .cb-service.cb-service-twitter a {
  background-size: auto 18px;
  background-image: url(/images/cb-default/socialShare-twitter-black.svg);
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--bullet li:before {
  content: '';
  background-color: var(--s-listcolor);
  width: 10px;
  height: 10px;
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 9px;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  color: var(--s-listcolor);
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
.cb-multimood,
.cb-expo,
#expo {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.cb-slides,
#slides {
  float: left;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
}
.cb-slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.slide a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
.cb-slides img,
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.cb-expo div.link,
#expo div.link {
  display: none;
  float: left;
  width: 100%;
}
.cb-page-selected-layout9 .cb-expo div.link,
.cb-page-selected-layout9 #expo div.link {
  float: left;
  width: 100%;
  height: 41px;
  display: flex;
  align-items: center;
  margin-top: 27px;
  padding: 0 85px;
  box-sizing: border-box;
}
.cb-expo a.link,
#expo a.link {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  position: relative;
  float: left;
  z-index: 10;
  padding: 8px 32px;
  border: 1px solid #52AE32;
  border-radius: 25px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cb-expo a.link,
  #expo a.link {
    display: none;
  }
}
.cb-expo a.link.prev,
#expo a.link.prev {
  background-size: 23px 23px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-left-green-600.svg);
  transition: all 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .cb-expo a.link.prev:active,
  #expo a.link.prev:active,
  .cb-expo a.link.prev:hover,
  #expo a.link.prev:hover,
  .cb-expo a.link.prev:focus,
  #expo a.link.prev:focus {
    background-position: calc(50% - 5px) 50%;
  }
}
.cb-expo a.link.next,
#expo a.link.next {
  background-size: 23px 23px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-green-600.svg);
  transition: all 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .cb-expo a.link.next:active,
  #expo a.link.next:active,
  .cb-expo a.link.next:hover,
  #expo a.link.next:hover,
  .cb-expo a.link.next:focus,
  #expo a.link.next:focus {
    background-position: calc(50% + 5px) 50%;
  }
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: block;
  position: absolute;
  left: 0;
  bottom: -55px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .cb-index-all {
    bottom: 20px;
  }
}
.cb-index-all td {
  float: left;
  display: block;
}
.cb-index-all td.init {
  margin-left: 0;
}
.cb-index-all td.exit {
  margin-right: 0;
}
.cb-index-all a {
  display: block;
  width: 11px;
  height: 11px;
  border: 2px solid #52AE32;
  background-color: #FFFFFF;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  border-radius: 11px;
  transition: all 0.2s;
}
.cb-index-all td.this a {
  background-color: #52AE32;
}
.cb-index-some {
  display: none;
  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: 'Inter', sans-serif;
  line-height: 1.42857143;
  color: var(--s-textcolor);
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 767px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 767px) {
  #disp form {
    width: 100%;
  }
}
#disp .fail {
  color: #ae2121;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#disp .head,
#disp .body,
#disp .foot {
  float: left;
  width: 100%;
  position: relative;
}
#disp .body {
  margin: 20px 0;
}
#disp .foot form + form {
  float: right;
}
#disp h2 {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  text-transform: uppercase;
  color: #52AE32;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #52AE32;
  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;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 18px;
  line-height: 1.55555556;
  line-height: 1.42857143;
}
@media (max-width: 1023px) {
  #disp .foot input,
  #disp .foot a {
    font-size: 16px;
    line-height: 1.625;
  }
}
#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: 'Inter', 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;
}
.unit.form .part {
  margin-top: calc(var(--spacePart) * 2);
  margin-bottom: calc(var(--spacePart) * 2);
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    background: none;
    margin: 0;
    padding: 0;
  }
}
.part--input .name,
.part--select .name {
  color: #438E29;
  position: relative;
  margin: 0 0 -30px 40px;
  z-index: 2;
  line-height: 1;
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  min-height: 60px;
  border-radius: 10px;
  border: 1px solid #438E29;
  padding: 25px 10px 5px 40px;
  -webkit-appearance: none;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form textarea {
  padding: 25px 10px 5px 40px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
    padding: 5px 10px;
  }
}
.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: 16px;
    padding-bottom: 16px;
  }
}
.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: 28px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 16px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  box-sizing: border-box;
  min-height: 60px;
  border-radius: 10px;
  border: 1px solid #438E29;
  padding: 25px 10px 5px 40px;
  -webkit-appearance: none;
  position: relative;
  background-image: url(/images/arrow-short-bottom-green-600.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 99% 50%;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form input.submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 18px;
  line-height: 1.55555556;
  background-color: #005B31;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #005B31;
  padding: 10px 100px;
  border-radius: 131px;
}
@media (max-width: 1023px) {
  .unit.form input.submit {
    font-size: 16px;
    line-height: 1.625;
  }
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  background-color: #FFFFFF;
  color: #005B31;
}
@media (max-width: 1023px) {
  .unit.form input.submit {
    padding: 10px 40px;
  }
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: var(--s-textcolor);
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
  font-size: 14px;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 18px;
  line-height: 1.55555556;
}
@media (max-width: 1023px) {
  .two-step-verification-container a {
    font-size: 16px;
    line-height: 1.625;
  }
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: bold;
}
.table td {
  padding: 5px 10px;
  vertical-align: top;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: bold;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.34680574vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
.cb-home {
  float: left;
  transition: all 0.2s;
  z-index: 2000;
}
.logo {
  float: left;
  height: 100%;
  width: auto;
}
.cb-toggle-target-active .logo {
  content: var(--s-logo-negativ);
}
#head,
.cb-page-title {
  float: left;
  width: 100%;
}
.cb-pages {
  float: left;
  width: 100%;
}
.cb-page {
  float: left;
  width: 100%;
  position: relative;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.55555556;
  color: var(--s-textcolor);
  overflow: hidden;
  hyphens: none;
  -webkit-font-smoothing: antialiased;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: var(--deskMaxWidth);
  width: var(--deskWidth);
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section--footer .desk {
  --deskWidth: 1285px;
}
.section--area2 .desk,
.section--areaGallery .desk {
  --deskWidth: 1726px;
  --deskMaxWidth: 100vw;
}
@media (max-width: 1023px) {
  .onePage-navigation .desk {
    --deskMaxWidth: 100vw;
  }
}
@media (max-width: 767px) {
  .section--area2 .desk {
    --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
  }
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  top: 0;
  z-index: 2001;
  background-color: #FFFFFF;
  border-bottom: 2px solid #438E29;
  transition: all 0.4s;
}
.cb-toggle-target-active .section--header {
  background-color: #005B31;
  border: none;
}
.cb-onepage .section--header {
  border: none;
}
.container--head {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s;
}
.search {
  float: left;
}
#search {
  float: left;
}
#search .meta.find {
  float: left;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 27px;
  height: 27px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-search-green-600.svg);
  transition: all 0.2s;
}
#search:hover .meta.find,
#search:focus .meta.find {
  background-image: url(/images/icon-search-hover-green-600.svg);
}
.onePage-navigation {
  float: left;
  width: 100%;
  z-index: 1;
  border-top: 2px solid #438E29;
}
.cb-page-selected-color-bg-orange .onePage-navigation {
  background-color: #FEF3EC;
}
.cb-page-selected-color-bg-yellow .onePage-navigation {
  background-color: #FFFBEB;
}
.cb-page-selected-color-bg-blue .onePage-navigation {
  background-color: #F1F9F8;
}
.cb-page-selected-color-bg-green .onePage-navigation {
  background-color: #F5FCF3;
}
.onePage-navigation.navi--hidden {
  position: fixed;
  top: 0;
  left: 0;
}
.cb-toggle-target-active .onePage-navigation {
  display: none;
}
.onePage-navigation__content {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.onePage-navigation__navi {
  float: left;
}
.cb-page-selected-color-bg-green .section--two {
  background-color: #EBF8E7;
}
.cb-page-selected-color-bg-yellow .section--two {
  background-color: #FFF9E0;
}
.cb-page-selected-color-bg-orange .section--two {
  background-color: #FEF3EC;
}
.cb-page-selected-color-bg-blue .section--two {
  background-color: #E6F4F3;
}
.container--mood {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.container--mood .mood {
  float: left;
}
.container--mood .content {
  float: left;
}
.cbdModule--introTitle {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.designelement {
  position: absolute;
  float: left;
}
.designelement .designelement__img {
  width: auto;
  height: 100%;
  float: left;
}
.breadcrump {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 45px 0;
  --s-linkcolor: #438E29;
  font-size: 14px;
  line-height: 1;
  transition: all 0.2s;
}
.breadcrump a {
  transition: all 0.2s;
}
.breadcrump a:hover,
.breadcrump a:focus {
  font-weight: bold;
  text-decoration: none;
}
.cb-onepage .breadcrump {
  width: 37.25626741%;
  margin: 0;
}
@media (max-width: 1400px) {
  .cb-onepage .breadcrump {
    display: none;
  }
}
@media (max-width: 1023px) {
  .breadcrump {
    margin: 17px 0;
  }
  .breadcrump a:not(.backlink) {
    display: none;
  }
}
.breadcrump .here {
  display: none;
}
.backlink {
  float: left;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .backlink {
    font-size: 14px;
    line-height: 1;
  }
  .backlink:before {
    content: '';
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
    background-image: url(/images/arrow-short-left-green-600.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.homelink {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 20px;
  height: 20px;
  background-image: url(/images/icon-home-green-600.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.2s;
}
.homelink:hover,
.homelink:focus {
  background-image: url(/images/icon-home-hover-green-600.svg);
}
@media (max-width: 767px) {
  .homelink {
    display: none;
  }
}
.breadcrump--arrow {
  float: left;
  height: 20px;
  width: auto;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .breadcrump--arrow {
    display: none;
  }
}
.areafolding {
  float: left;
  width: 100%;
  margin-top: var(--spaceTotal);
  margin-bottom: calc(var(--spaceTotal) + var(--spaceUnit));
}
.areafolding__area {
  float: left;
  width: 100%;
}
#view .areafolding__area .area {
  height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.2s;
}
#view .areafolding__area + .areafolding__area {
  margin-top: -2px;
}
#view .areafolding__area.cb-toggle-target-active {
  border-bottom: 2px solid #000000;
}
#view .areafolding__area.cb-toggle-target-active .area {
  margin-bottom: 20px;
  overflow: unset;
  pointer-events: all;
  height: var(--js-elementHeight);
}
.area--folding .unitOne .part.pict:first-child {
  aspect-ratio: 1;
}
@supports not (aspect-ratio: 1 /  1) {
  .area--folding .unitOne .part.pict:first-child:before {
    float: left;
    padding-top: 100%;
    content: '';
  }
  .area--folding .unitOne .part.pict:first-child:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--folding .unitOne .part.pict:first-child * {
  height: 100%;
}
.area--folding .unitOne .part.pict:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--folding .unitOne .part {
  width: 100%;
}
.areafolding__toggle {
  float: left;
  width: 100%;
}
.section--footer {
  background-color: #EBF8E7;
}
.footarea {
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.footpart {
  float: left;
  color: var(--s-textcolor);
  --s-textcolor: #005B31;
  --s-linkcolor: #005B31;
}
@media (max-width: 1023px) {
  .footpart {
    font-size: 13px;
    line-height: 1.69230769;
  }
}
#social {
  float: left;
  margin-top: 20px;
}
#social .meta {
  float: left;
  width: 30px;
  height: 30px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
#social .meta.service_linkedin {
  background-image: url(/images/social-linkedin.svg);
}
#social .meta.service_linkedin:hover,
#social .meta.service_linkedin:focus {
  background-image: url(/images/social-linkedin-hover.svg);
}
#services {
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#services .meta {
  margin-top: 7px;
  margin-bottom: 7px;
}
#services .meta:first-child {
  margin-top: 0;
}
#services .meta:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  #services .meta {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
#certifications {
  float: left;
}
#certifications .meta {
  float: left;
  width: 110px;
  height: 110px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  margin-top: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
#certifications .meta:first-child {
  margin-top: 0;
}
#certifications .meta:hover,
#certifications .meta:focus {
  opacity: 0.7;
}
#certifications .meta.service_ProCert {
  background-image: url(/images/criteres-class-pro-cert.svg);
}
@media (max-width: 1023px) {
  #certifications .meta {
    width: 65px;
    height: 65px;
  }
}
a {
  color: var(--s-linkcolor);
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
h1 {
  font-size: 42px;
  line-height: 1.28571429;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  h1 {
    font-size: 22px;
    line-height: 1.45454545;
  }
}
h2 {
  font-size: 40px;
  line-height: 1.35;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  h2 {
    font-size: 22px;
    line-height: 1.45454545;
  }
}
h3 {
  font-size: 36px;
  line-height: 1.38888889;
  font-weight: normal;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  h3 {
    font-size: 20px;
    line-height: 1.45;
  }
}
h4 {
  font-size: 28px;
  line-height: 1.35714286;
  color: var(--s-textcolor);
  font-weight: 600;
}
@media (max-width: 1023px) {
  h4 {
    font-size: 18px;
    line-height: 1.33333333;
  }
}
h5 {
  font-size: 24px;
  line-height: 1.41666667;
  color: var(--s-textcolor);
  font-weight: 400;
}
@media (max-width: 1023px) {
  h5 {
    font-size: 18px;
    line-height: 1.44444444;
  }
}
h6 {
  font-size: 20px;
  line-height: 1.2;
  color: var(--s-altcolor);
  padding-left: 25px;
  position: relative;
  box-sizing: border-box;
}
h6:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: var(--s-altcolor);
}
.area--two .unitOne h6 {
  padding-left: 0;
}
.area--two .unitOne h6:before {
  display: none;
}
@media (max-width: 1023px) {
  h6 {
    font-size: 14px;
    line-height: 1.21428571;
    padding-left: 0;
  }
  h6:before {
    display: none;
  }
}
p.norm {
  font-size: 18px;
  line-height: 1.55555556;
  color: var(--s-textcolor);
}
p.norm strong {
  font-weight: bold;
}
@media (max-width: 1023px) {
  p.norm {
    font-size: 16px;
    line-height: 1.625;
  }
}
p.loud {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: var(--s-altcolor);
}
@media (max-width: 1023px) {
  p.loud {
    font-size: 14px;
    line-height: 1.21428571;
  }
}
p.pale {
  font-size: 14px;
  line-height: 1.71428571;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  p.pale {
    font-size: 14px;
    line-height: 1.57142857;
  }
}
p.skew {
  font-size: 40px;
  line-height: 1.25;
  color: var(--s-altcolor);
}
@media (max-width: 1023px) {
  p.skew {
    font-size: 20px;
    line-height: 1.45;
    font-weight: bold;
  }
}
@media (max-width: 1023px) {
  .introTitle {
    padding-left: 25px;
  }
  .introTitle:before {
    display: block;
  }
}
.foottitle {
  --s-textcolor: #005B31;
}
.footsubtitle {
  font-weight: bold;
  margin-bottom: 25px;
  color: #005B31;
}
@media (max-width: 1023px) {
  .footsubtitle {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.3125;
  }
}
.vcard {
  float: left;
  width: 100%;
}
.contact {
  float: left;
  width: 100%;
  margin-top: 55px;
  --s-linkcolor: #005B31;
}
@media (max-width: 1023px) {
  .contact {
    font-size: 13px;
    line-height: 1.69230769;
  }
}
.unit--footLinks {
  margin: 0;
}
#edit .unit--footLinks {
  outline-color: #71caf3;
  min-height: 20px;
}
.unit--footLinks .unit__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 1023px) {
  .unit--footLinks .unit__body {
    gap: 8px;
  }
}
.unit--footLinks .part {
  margin: 0;
}
.footservice {
  float: left;
  margin-top: 14px;
}
@media (max-width: 1023px) {
  .footservice {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
#services a {
  --s-linkcolor: #005B31;
}
.area--one .unitOne.unit--fold + .unit--fold.unit {
  margin-top: calc((var(--spaceUnit) + 1px) * -1);
}
.area--one .unitOne.unit--fold .fold-toggle {
  float: left;
  --s-linkcolor: var(--s-textcolor);
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 100%;
  box-sizing: border-box;
}
.area--one .unitOne.unit--fold .fold-toggle:after {
  content: '';
  position: absolute;
  background-image: url(/images/fold-toggle-more.svg);
  background-repeat: no-repeat;
  transition: all 0.2s;
}
.area--one .unitOne.unit--fold .fold-toggle:hover,
.area--one .unitOne.unit--fold .fold-toggle:focus {
  text-decoration: none;
}
.area--one .unitOne.unit--fold .less .part {
  margin-top: 0;
  margin-bottom: 0;
}
.area--one .unitOne.unit--fold .more {
  height: 0;
  transition: all 0.2s;
  display: block !important;
  overflow: hidden;
}
.area--one .unitOne.unit--fold .unit__foot {
  display: none;
}
.area--one .unitOne.unit--foldOpen .fold-toggle {
  border-bottom: 0;
}
.area--one .unitOne.unit--foldOpen .fold-toggle:after {
  background-image: url(/images/fold-toggle-less.svg);
}
.area--one .unitOne.unit--foldOpen .more {
  border-bottom: 1px solid #000000;
  height: var(--js-elementHeight);
}
.area--one .unitTwo {
  display: flex;
  flex-wrap: wrap;
}
.area--one .unitThree {
  box-sizing: border-box;
  position: relative;
}
.area--one .unitThree--element1 {
  padding-left: 50px;
}
.area--one .unitThree--element1:before {
  content: '';
  position: absolute;
  background-image: url(/images/element-circle-darkgreen.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.area--one .unitThree--element2:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.area--one .unitFour {
  --s-textcolor: #FFFFFF;
  --s-listcolor: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.area--one .unitFour:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.area--one .unitFour .part.link.partLink--secondary .open {
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 18px;
  line-height: 1.55555556;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #FFFFFF;
  padding: 10px 50px;
  box-sizing: border-box;
  border-radius: 131px;
}
@media (max-width: 1023px) {
  .area--one .unitFour .part.link.partLink--secondary .open {
    font-size: 16px;
    line-height: 1.625;
  }
}
.area--one .unitFour .part.link.partLink--secondary .open:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: var(--s-arrow-right-white);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.2s;
}
.area--one .unitFour .part.link.partLink--secondary .open:hover:before,
.area--one .unitFour .part.link.partLink--secondary .open:focus:before {
  opacity: 1;
  left: 16px;
}
.area--one .unitFour .part.link.partLink--tertiary .open {
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 18px;
  line-height: 1.55555556;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .area--one .unitFour .part.link.partLink--tertiary .open {
    font-size: 16px;
    line-height: 1.625;
  }
}
.area--one .unitFour .part.link.partLink--tertiary .open:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: var(--s-arrow-right-white);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.2s;
}
.area--one .unitFour .part.link.partLink--tertiary .open:hover,
.area--one .unitFour .part.link.partLink--tertiary .open:focus {
  padding-left: 30px;
}
.area--one .unitFour .part.link.partLink--tertiary .open:hover:before,
.area--one .unitFour .part.link.partLink--tertiary .open:focus:before {
  opacity: 1;
  left: 0px;
}
.area--one .unitFour .part.link.partLink--toLink .open {
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 18px;
  line-height: 1.55555556;
  color: #FFFFFF;
  padding: 10px 35px;
  border-radius: 131px;
}
@media (max-width: 1023px) {
  .area--one .unitFour .part.link.partLink--toLink .open {
    font-size: 16px;
    line-height: 1.625;
  }
}
.area--one .unitFour .part.link.partLink--toLink .open:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: var(--s-arrow-top-right-white);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.2s;
}
.area--one .unitFour .part.link.partLink--toLink .open:hover,
.area--one .unitFour .part.link.partLink--toLink .open:focus {
  border: 1px solid #FFFFFF;
  padding-left: 70px;
}
.area--one .unitFour .part.link.partLink--toLink .open:hover:before,
.area--one .unitFour .part.link.partLink--toLink .open:focus:before {
  left: 35px;
}
.area--one .unitFive {
  aspect-ratio: 1;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  hyphens: manual;
}
@supports not (aspect-ratio: 1 /  1) {
  .area--one .unitFive:before {
    float: left;
    padding-top: 100%;
    content: '';
  }
  .area--one .unitFive:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unitFive--border {
  border: 2px solid #438E29;
}
.area--one .unitFive--location:before,
.area--one .unitFive--location:after {
  position: absolute;
  top: -12px;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.area--one .unitFive--location__schmitten:before {
  left: 15px;
  content: 'S';
  background-color: #94D1CC;
}
.area--one .unitFive--location__murten:after {
  left: 15px;
  content: 'M';
  background-color: #FFDA33;
}
.area--one .unitFive--location__schmitten-murten:before {
  left: 15px;
  content: 'S';
  background-color: #94D1CC;
}
.area--one .unitFive--location__schmitten-murten:after {
  left: 42px;
  content: 'M';
  background-color: #FFDA33;
}
.area--one .unitFive .unit__body {
  justify-content: center;
}
.area--one .unitFive .part {
  width: 100%;
}
.area--one .unitFive .part.pict {
  padding-left: 30px;
  padding-right: 30px;
}
.area--one .unitSix {
  background-color: #37817A;
  --s-textcolor: #FFFFFF;
  text-align: center;
  transition: all 0.2s;
}
.area--one .unitSix .unit__background {
  aspect-ratio: 1.35433071;
  overflow: hidden;
}
@supports not (aspect-ratio: 344 /  254) {
  .area--one .unitSix .unit__background:before {
    float: left;
    padding-top: 73.8372093%;
    content: '';
  }
  .area--one .unitSix .unit__background:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unitSix .unit__background * {
  height: 100%;
}
.area--one .unitSix .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitSix .unit__background img {
  transition: all 0.2s;
}
.area--one .unitSix .unit__content {
  box-sizing: border-box;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.area--one .unitSix.unit--isAnchor:hover,
.area--one .unitSix.unit--isAnchor:focus {
  background-color: #46A49C;
}
.area--one .unitSix.unit--isAnchor:hover .unit__background img,
.area--one .unitSix.unit--isAnchor:focus .unit__background img {
  transform: scale(1.05);
}
.area--one .unitSeven {
  transition: all 0.2s;
  box-sizing: border-box;
}
.area--one .unitSeven .unit__background {
  aspect-ratio: 1.35433071;
  overflow: hidden;
}
@supports not (aspect-ratio: 344 /  254) {
  .area--one .unitSeven .unit__background:before {
    float: left;
    padding-top: 73.8372093%;
    content: '';
  }
  .area--one .unitSeven .unit__background:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unitSeven .unit__background * {
  height: 100%;
}
.area--one .unitSeven .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitSeven .unit__background img {
  transition: all 0.2s;
}
.area--one .unitSeven .unit__content {
  box-sizing: border-box;
  position: relative;
  transition: all 0.2s;
}
.area--one .unitSeven.unit--isAnchor:hover .unit__background img,
.area--one .unitSeven.unit--isAnchor:focus .unit__background img {
  transform: scale(1.05);
}
.area--two .unitOne {
  --s-textcolor: #FFFFFF;
  --s-listcolor: #FFFFFF;
}
.area--two .unitOne .unit__background {
  overflow: hidden;
}
.area--two .unitOne .unit__background * {
  height: 100%;
}
.area--two .unitOne .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--two .unitOne .unit__background img {
  object-position: top;
}
.area--two .unitOne .unit__content {
  box-sizing: border-box;
}
.area--two .unitOne--image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column-reverse;
}
.area--two .unitOne--bgColor--orange {
  background-color: #8E3D0B;
  --s-altcolor: #FBE0D0;
}
.area--two .unitOne--bgColor--yellow {
  background-color: #C29E00;
  --s-altcolor: #FFF6CC;
}
.area--two .unitOne--bgColor--blue {
  background-color: #37817A;
  --s-altcolor: #C9E8E5;
}
.area--two .unitOne--bgColor--green {
  background-color: #438E29;
  --s-altcolor: #EBF8E7;
}
.area--two .unitOne .part.link.partLink--secondary .open {
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 18px;
  line-height: 1.55555556;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #FFFFFF;
  padding: 10px 50px;
  box-sizing: border-box;
  border-radius: 131px;
}
@media (max-width: 1023px) {
  .area--two .unitOne .part.link.partLink--secondary .open {
    font-size: 16px;
    line-height: 1.625;
  }
}
.area--two .unitOne .part.link.partLink--secondary .open:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: var(--s-arrow-right-white);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.2s;
}
.area--two .unitOne .part.link.partLink--secondary .open:hover:before,
.area--two .unitOne .part.link.partLink--secondary .open:focus:before {
  opacity: 1;
  left: 16px;
}
.area--two .unitOne .part.link.partLink--tertiary .open {
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 18px;
  line-height: 1.55555556;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .area--two .unitOne .part.link.partLink--tertiary .open {
    font-size: 16px;
    line-height: 1.625;
  }
}
.area--two .unitOne .part.link.partLink--tertiary .open:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: var(--s-arrow-right-white);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.2s;
}
.area--two .unitOne .part.link.partLink--tertiary .open:hover,
.area--two .unitOne .part.link.partLink--tertiary .open:focus {
  padding-left: 30px;
}
.area--two .unitOne .part.link.partLink--tertiary .open:hover:before,
.area--two .unitOne .part.link.partLink--tertiary .open:focus:before {
  opacity: 1;
  left: 0px;
}
.area--two .unitOne .part.link.partLink--toLink .open {
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 18px;
  line-height: 1.55555556;
  color: #FFFFFF;
  padding: 10px 35px;
  border-radius: 131px;
}
@media (max-width: 1023px) {
  .area--two .unitOne .part.link.partLink--toLink .open {
    font-size: 16px;
    line-height: 1.625;
  }
}
.area--two .unitOne .part.link.partLink--toLink .open:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: var(--s-arrow-top-right-white);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.2s;
}
.area--two .unitOne .part.link.partLink--toLink .open:hover,
.area--two .unitOne .part.link.partLink--toLink .open:focus {
  border: 1px solid #FFFFFF;
  padding-left: 70px;
}
.area--two .unitOne .part.link.partLink--toLink .open:hover:before,
.area--two .unitOne .part.link.partLink--toLink .open:focus:before {
  left: 35px;
}
.area--two .unit--isAnchor {
  transition: all 0.4s;
}
.area--two .unit--isAnchor .unit__backgroundImage {
  transition: all 0.4s;
}
.area--two .unit--isAnchor:hover .unit__backgroundImage,
.area--two .unit--isAnchor:focus .unit__backgroundImage {
  transform: scale(1.01);
}
.area--two .unit--isAnchor:hover.unitOne--bgColor--orange,
.area--two .unit--isAnchor:focus.unitOne--bgColor--orange {
  background-color: #5F2907;
}
.area--two .unit--isAnchor:hover.unitOne--bgColor--yellow,
.area--two .unit--isAnchor:focus.unitOne--bgColor--yellow {
  background-color: #8F7500;
}
.area--two .unit--isAnchor:hover.unitOne--bgColor--blue,
.area--two .unit--isAnchor:focus.unitOne--bgColor--blue {
  background-color: #285D58;
}
.area--two .unit--isAnchor:hover.unitOne--bgColor--green,
.area--two .unit--isAnchor:focus.unitOne--bgColor--green {
  background-color: #346F20;
}
.area--two .unit--isAnchor:hover .part.link.partLink--secondary .open:before,
.area--two .unit--isAnchor:focus .part.link.partLink--secondary .open:before {
  opacity: 1;
  left: 26px;
}
.area--two .unit--isAnchor:hover .part.link.partLink--tertiary .open,
.area--two .unit--isAnchor:focus .part.link.partLink--tertiary .open {
  padding-left: 30px;
}
.area--two .unit--isAnchor:hover .part.link.partLink--tertiary .open:before,
.area--two .unit--isAnchor:focus .part.link.partLink--tertiary .open:before {
  opacity: 1;
  left: 0px;
}
.area--two .unit--isAnchor:hover .part.link.partLink--toLink .open,
.area--two .unit--isAnchor:focus .part.link.partLink--toLink .open {
  border: 1px solid #FFFFFF;
  padding-left: 70px;
}
.area--two .unit--isAnchor:hover .part.link.partLink--toLink .open:before,
.area--two .unit--isAnchor:focus .part.link.partLink--toLink .open:before {
  left: 35px;
}
.area .partLink--primary .open {
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 18px;
  line-height: 1.55555556;
  background-color: #005B31;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #005B31;
  padding: 10px 100px;
  border-radius: 131px;
}
@media (max-width: 1023px) {
  .area .partLink--primary .open {
    font-size: 16px;
    line-height: 1.625;
  }
}
.area .partLink--primary .open:hover,
.area .partLink--primary .open:focus {
  background-color: #FFFFFF;
  color: #005B31;
}
@media (max-width: 1023px) {
  .area .partLink--primary .open {
    padding: 10px 40px;
  }
}
.area .partLink--secondary.partLink--sizeDefault .open {
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 18px;
  line-height: 1.55555556;
  color: #438E29;
  text-align: center;
  border: 1px solid #438E29;
  padding: 10px 50px;
  box-sizing: border-box;
  border-radius: 131px;
}
@media (max-width: 1023px) {
  .area .partLink--secondary.partLink--sizeDefault .open {
    font-size: 16px;
    line-height: 1.625;
  }
}
.area .partLink--secondary.partLink--sizeDefault .open:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: var(--s-arrow-right-green-600);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.2s;
}
.area .partLink--secondary.partLink--sizeDefault .open:hover:before,
.area .partLink--secondary.partLink--sizeDefault .open:focus:before {
  opacity: 1;
  left: 16px;
}
.area .partLink--secondary.partLink--sizeLong .open {
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 18px;
  line-height: 1.55555556;
  color: #438E29;
  text-align: center;
  border: 1px solid #438E29;
  padding: 10px 50px;
  box-sizing: border-box;
  border-radius: 131px;
  width: 271px;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .area .partLink--secondary.partLink--sizeLong .open {
    font-size: 16px;
    line-height: 1.625;
  }
}
.area .partLink--secondary.partLink--sizeLong .open:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: var(--s-arrow-right-green-600);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.2s;
}
.area .partLink--secondary.partLink--sizeLong .open:hover:before,
.area .partLink--secondary.partLink--sizeLong .open:focus:before {
  opacity: 1;
  left: 16px;
}
@media (max-width: 1023px) {
  .area .partLink--secondary.partLink--sizeLong .open {
    width: 210px;
  }
}
.area .partLink--tertiary .open {
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 18px;
  line-height: 1.55555556;
  color: #438E29;
}
@media (max-width: 1023px) {
  .area .partLink--tertiary .open {
    font-size: 16px;
    line-height: 1.625;
  }
}
.area .partLink--tertiary .open:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: var(--s-arrow-right-green-600);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.2s;
}
.area .partLink--tertiary .open:hover,
.area .partLink--tertiary .open:focus {
  padding-left: 30px;
}
.area .partLink--tertiary .open:hover:before,
.area .partLink--tertiary .open:focus:before {
  opacity: 1;
  left: 0px;
}
.area .partLink--toLink .open {
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 18px;
  line-height: 1.55555556;
  color: #438E29;
  padding: 10px 35px;
  border-radius: 131px;
}
@media (max-width: 1023px) {
  .area .partLink--toLink .open {
    font-size: 16px;
    line-height: 1.625;
  }
}
.area .partLink--toLink .open:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: var(--s-arrow-top-right-green-600);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.2s;
}
.area .partLink--toLink .open:hover,
.area .partLink--toLink .open:focus {
  border: 1px solid #438E29;
  padding-left: 70px;
}
.area .partLink--toLink .open:hover:before,
.area .partLink--toLink .open:focus:before {
  left: 35px;
}
.area .part.load .load {
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 18px;
  line-height: 1.55555556;
  color: #438E29;
  padding: 10px 35px;
  border-radius: 131px;
}
@media (max-width: 1023px) {
  .area .part.load .load {
    font-size: 16px;
    line-height: 1.625;
  }
}
.area .part.load .load:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: var(--s-arrow-top-right-green-600);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.2s;
}
.area .part.load .load:hover,
.area .part.load .load:focus {
  border: 1px solid #438E29;
  padding-left: 70px;
}
.area .part.load .load:hover:before,
.area .part.load .load:focus:before {
  left: 35px;
}
@media (max-width: 1499px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .section {
    transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  }
  body.cb-toggle-target-active .section {
    transform: translateY(200px);
  }
  body.cb-toggle-target-active .section.section--header {
    transform: none;
  }
  .navigation .navi {
    display: none;
  }
}
.togglenavigation {
  position: fixed;
  top: 20px;
  right: 5%;
  z-index: 2001;
  width: 36px;
  height: 25px;
  cursor: pointer;
}
.tline {
  position: absolute;
  top: 0;
  left: 15px;
  width: 6px;
  height: 6px;
  background-color: #005B31;
  border-radius: 4px;
  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);
  background-color: #FFFFFF;
  width: 36px;
  height: 2px;
  border-radius: 0;
  left: 0;
}
body.cb-toggle-target-active .tline--3 {
  transform: translateY(-50%) rotate(45deg);
  background-color: #FFFFFF;
  width: 36px;
  height: 2px;
  border-radius: 0;
  left: 0;
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateY(10px);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: #005B31;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navi-animation {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.mobile-navigation div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.mobile-navigation div.navi > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item {
  float: left;
  width: 100%;
  position: relative;
}
.mobile-navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item > .menu {
  display: block;
  color: #FFFFFF;
}
.mobile-navigation div.sub1 {
  box-sizing: border-box;
  padding: 0 5vw;
  margin-top: 100px;
}
.mobile-navigation div.sub1 > .item:not(.exit) {
  border-top: 1px solid #FFFFFF;
  padding-top: 16px;
  padding-bottom: 12px;
}
.mobile-navigation div.sub1 > .item:not(.exit) > .menu {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.55555556;
}
.mobile-navigation div.sub1 > .item:not(.exit) > .menu:hover,
.mobile-navigation div.sub1 > .item:not(.exit) > .menu:focus {
  text-decoration: none;
  color: #d9d9d9;
}
.mobile-navigation div.sub1 > .item.exit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  margin-left: -5vw;
  background-color: #FFFFFF;
  padding-top: 45px;
  padding-bottom: 45px;
}
.mobile-navigation div.sub1 > .item.exit > .menu {
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 18px;
  line-height: 1.55555556;
  background-color: #005B31;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #005B31;
  padding: 10px 100px;
  border-radius: 131px;
  padding: 5px 35px;
}
@media (max-width: 1023px) {
  .mobile-navigation div.sub1 > .item.exit > .menu {
    font-size: 16px;
    line-height: 1.625;
  }
}
@media (max-width: 1023px) {
  .mobile-navigation div.sub1 > .item.exit > .menu {
    font-size: 16px;
    line-height: 1.625;
  }
}
.mobile-navigation div.sub1 > .item.exit > .menu:hover,
.mobile-navigation div.sub1 > .item.exit > .menu:focus {
  background-color: #FFFFFF;
  color: #005B31;
}
@media (max-width: 1023px) {
  .mobile-navigation div.sub1 > .item.exit > .menu {
    padding: 10px 40px;
  }
}
.mobile-navigation div.sub1 > .item.exit > .menu.path {
  background-color: #FFFFFF;
  color: #005B31;
  font-weight: bold;
}
.contact-service {
  float: left;
}
.mobile-navigation div.sub2 > .item {
  margin-top: 4px;
  margin-bottom: 4px;
}
.mobile-navigation div.sub2 > .item > .menu {
  font-size: 16px;
  line-height: 1.625;
  color: #FFFFFF;
}
.mobile-navigation div.sub2 > .item > .menu:hover,
.mobile-navigation div.sub2 > .item > .menu:focus {
  text-decoration: none;
  color: #d9d9d9;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .onePage-navigation div.sub2 {
    display: flex;
    width: max-content;
  }
  .onePage-navigation div.sub2 > .item {
    float: left;
    margin: 0 15px;
  }
  .onePage-navigation div.sub2 > .item.init {
    margin-left: 0;
  }
  .onePage-navigation div.sub2 > .item > .menu {
    float: left;
    font-size: 16px;
    line-height: 1.625;
    color: var(--s-textcolor);
    position: relative;
  }
  .onePage-navigation div.sub2 > .item > .menu.path {
    color: #438E29;
  }
  .onePage-navigation div.sub2 > .item > .menu:hover,
  .onePage-navigation div.sub2 > .item > .menu:focus {
    text-decoration: none;
  }
}
.cb-home {
  height: 27px;
}
.wrapper {
  padding-top: 61px;
}
.cb-onepage .wrapper {
  padding-top: 97px;
}
.section--header.navi--hidden {
  transform: translateY(-61px);
}
.desktopnavi {
  display: none;
}
.container--head {
  margin-top: 16px;
  margin-bottom: 16px;
}
.search {
  width: 100%;
  padding: 20px 5vw 20px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-top: 1px solid #438E29;
}
.onePage-navigation__content {
  padding-left: 5vw;
  padding-top: 5px;
  padding-bottom: 18px;
  box-sizing: border-box;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.onePage-navigation__content::-webkit-scrollbar {
  display: none;
}
.container--mood {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column-reverse;
}
.container--mood .mood {
  width: 100vw;
  margin-left: -5vw;
  margin-right: -5vw;
  height: 100%;
  aspect-ratio: 1.53913043;
}
@supports not (aspect-ratio: 708 /  460) {
  .container--mood .mood:before {
    float: left;
    padding-top: 64.97175141%;
    content: '';
  }
  .container--mood .mood:after {
    display: block;
    content: '';
    clear: both;
  }
}
.container--mood .content {
  margin-top: 35px;
}
.cb-page-selected-layout9 .container--mood {
  flex-direction: column;
  margin-top: 0;
}
.cb-page-selected-layout9 .container--mood .mood {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  aspect-ratio: 0.76047261;
}
@supports not (aspect-ratio: 708 /  931) {
  .cb-page-selected-layout9 .container--mood .mood:before {
    float: left;
    padding-top: 131.49717514%;
    content: '';
  }
  .cb-page-selected-layout9 .container--mood .mood:after {
    display: block;
    content: '';
    clear: both;
  }
}
.designelement--1,
.designelement--2 {
  z-index: 2000;
  height: 140px;
  top: 100px;
  transition: all 0.6s 0.6s;
}
.designelement--1 {
  left: 20%;
}
.show-content .designelement--1 {
  left: -30vw;
}
.designelement--2 {
  right: 20%;
}
.show-content .designelement--2 {
  right: -30vw;
}
.designelement--3 {
  display: none;
}
.designelement--4 {
  display: none;
}
.designelement--5 {
  display: none;
}
.designelement--6 {
  left: 0;
  top: 0;
  height: 152px;
}
.designelement--7 {
  display: none;
}
.footarea {
  margin-top: 60px;
  margin-bottom: 30px;
  justify-content: space-between;
}
.footpart--wide {
  float: left;
  width: calc(50% - 10px);
  margin-left: calc(50% + 10px);
  margin-bottom: 50px;
}
.footpart--slim {
  margin-top: 50px;
  width: calc(50% - 10px);
}
.contact {
  float: left;
  margin-top: 15px;
}
.area--one,
.area--folding {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.area--two,
.area--gallery {
  display: flex;
  flex-wrap: wrap;
}
.unit__body {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.area--one .unitOne--1-4 {
  width: calc(50% - 5px);
}
.area--one .unitOne.unit--fold .fold-toggle {
  padding: 23px 40px 23px 0;
}
.area--one .unitOne.unit--fold .fold-toggle:after {
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: 24px 24px;
  background-position: left;
}
.area--one .unitOne.unit--foldOpen .fold-toggle {
  padding-bottom: 24px;
}
.area--one .unitTwo {
  flex-direction: row-reverse;
}
.area--one .unitTwo .unit__background {
  width: 100vw;
  margin-left: -5vw;
  margin-right: -5vw;
}
.area--one .unitTwo .unit__content {
  margin-top: 30px;
}
.area--one .unitThree--element1 {
  padding-left: 50px;
}
.area--one .unitThree--element1:before {
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  height: 61px;
  width: 61px;
}
.area--one .unitThree--element2 {
  min-height: 450px;
  padding-top: calc(var(--spaceTotal) * 3);
  padding-bottom: calc(var(--spaceTotal) * 3);
  padding-right: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.area--one .unitThree--element2:before {
  background-image: url(/images/element-circle-darkgreen.svg);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 450px;
  width: 450px;
}
@media (max-width: 767px) {
  .area--one .unitThree--element2 {
    --s-textcolor: #FFFFFF;
  }
  .area--one .unitThree--element2 .skew {
    font-weight: normal;
    --s-altcolor: #FFFFFF;
  }
  .area--one .unitThree--element2 .loud {
    --s-altcolor: #CBEDC0;
    font-size: 18px;
    line-height: 1.33333333;
  }
}
.area--one .unitFour {
  min-height: 366px;
  padding-top: 130px;
  padding-bottom: 60px;
}
.area--one .unitFour:before {
  bottom: 0;
  width: 100vw;
  height: 352px;
  background-image: url(/images/background-calltoaction-mobile.svg);
  left: -5vw;
  right: -5vw;
}
.area--one .unitFour .part.link {
  display: flex;
  justify-content: center;
}
.area--one .unitFive {
  width: calc(50% - 5px);
  padding: 5px;
}
.area--one .unitSix {
  width: calc(50% - 5px);
}
.area--one .unitSix .unit__content {
  padding-left: 10px;
  padding-right: 10px;
}
.area--one .unitSeven {
  width: calc(50% - 5px);
}
.area--one .unitSeven .unit__content {
  padding-left: 30px;
}
.area--two .unitOne {
  min-height: 360px;
}
.area--two .unitOne .unit__background {
  aspect-ratio: 2.37037037;
}
@supports not (aspect-ratio: 320 /  135) {
  .area--two .unitOne .unit__background:before {
    float: left;
    padding-top: 42.1875%;
    content: '';
  }
  .area--two .unitOne .unit__background:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--two .unitOne .unit__content {
  padding: 19px 19px 50px;
  position: relative;
}
.area--two .unitOne--image .unit__content {
  min-height: 225px;
}
.area--two .unitOne--no-image .unit__content {
  min-height: 360px;
}
.area--two .unitOne .partLink--tertiary {
  width: calc(100% - 38px);
  position: absolute;
  bottom: 10px;
}
.area--gallery .unitOne .unit__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.area--gallery .unitOne .part.pict {
  margin-top: 0px;
  margin-bottom: 0px;
}
.area--gallery .unitOne .part.pict * {
  height: 100%;
}
.area--gallery .unitOne .part.pict img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--gallery .unitOne .part.pict:nth-child(6n+1),
.area--gallery .unitOne .part.pict:nth-child(6n+6) {
  width: 100vw;
  aspect-ratio: 1.52678571;
}
@supports not (aspect-ratio: 855 /  560) {
  .area--gallery .unitOne .part.pict:nth-child(6n+1):before,
  .area--gallery .unitOne .part.pict:nth-child(6n+6):before {
    float: left;
    padding-top: 65.49707602%;
    content: '';
  }
  .area--gallery .unitOne .part.pict:nth-child(6n+1):after,
  .area--gallery .unitOne .part.pict:nth-child(6n+6):after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--gallery .unitOne .part.pict:nth-child(6n+2),
.area--gallery .unitOne .part.pict:nth-child(6n+3),
.area--gallery .unitOne .part.pict:nth-child(6n+4),
.area--gallery .unitOne .part.pict:nth-child(6n+5) {
  width: calc(100vw / 2 - 5px);
  aspect-ratio: 0.74107143;
}
@supports not (aspect-ratio: 415 /  560) {
  .area--gallery .unitOne .part.pict:nth-child(6n+2):before,
  .area--gallery .unitOne .part.pict:nth-child(6n+3):before,
  .area--gallery .unitOne .part.pict:nth-child(6n+4):before,
  .area--gallery .unitOne .part.pict:nth-child(6n+5):before {
    float: left;
    padding-top: 134.93975904%;
    content: '';
  }
  .area--gallery .unitOne .part.pict:nth-child(6n+2):after,
  .area--gallery .unitOne .part.pict:nth-child(6n+3):after,
  .area--gallery .unitOne .part.pict:nth-child(6n+4):after,
  .area--gallery .unitOne .part.pict:nth-child(6n+5):after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--folding .unitOne {
  width: calc(50% - 5px);
}
.areaFoldingText {
  float: left;
  width: 100%;
  position: relative;
  padding: 24px 0;
  box-sizing: border-box;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  cursor: pointer;
  padding-right: 50px;
}
.areaFoldingText:after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 28px;
  box-sizing: border-box;
  background-image: url(/images/arrow-bottom-green-600.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 100% 50%;
}
.cb-toggle-clicked.cb-toggle-target-active .areaFoldingText {
  border-bottom: none;
}
.cb-toggle-clicked.cb-toggle-target-active .areaFoldingText:after {
  content: '';
  background-image: url(/images/arrow-top-green-600.svg);
}
.partWidth--1-5 {
  width: calc(100% / 3 - (20px / 3));
}
.part--availability {
  padding-left: 30px;
  margin-top: 0;
}
.part--availability + .part--availability {
  margin: 0;
}
.part--availability.availability:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  border: 3px solid #FFFFFF;
}
.part--availability.availability--freePlaces:before {
  background-color: #52AE32;
}
.part--availability.availability--noPlaces:before {
  background-color: #E46211;
}
.part--location {
  font-size: 16px;
  line-height: 1.625;
  padding-left: 30px;
  position: relative;
  margin-top: calc(var(--spacePart) / 2);
  margin-bottom: calc(var(--spacePart) / 2);
}
.part--location:before,
.part--location:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part--location.location--schmitten:before {
  content: 'S';
  background-color: #94D1CC;
}
.part--location.location--murten:before {
  content: 'M';
  background-color: #FFDA33;
}
.ns-sliderWrapper {
  float: left;
  width: 100%;
  position: relative;
}
.ns-slider {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
@media (max-width: 1023px) {
  .ns-slider {
    margin-top: var(--spaceTotal);
    margin-bottom: var(--spaceTotal);
  }
}
.ns-slider .ns-sliderIndex {
  float: left;
  margin: 0 100px;
  height: 41px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .ns-slider .ns-sliderIndex {
    margin: 0;
  }
}
.ns-slider .ns-sliderIndex__content {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1023px) {
  .ns-slider .ns-sliderIndex__content {
    gap: 10px;
  }
}
.ns-slider .ns-sliderIndex__item {
  float: left;
  width: 11px;
  height: 11px;
  border-radius: 10000px;
  border: 2px solid #52AE32;
}
.ns-slider .ns-sliderIndex__item.is-active {
  background-color: #52AE32;
}
@media (max-width: 1023px) {
  .ns-slider .ns-sliderIndex__item {
    width: 6px;
    height: 6px;
    border: 1px solid #52AE32;
  }
}
.ns-sliderControls {
  float: left;
  width: calc(100vw - (100vw - var(--deskWidth) / 2));
  max-width: 90vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
}
.is-noSlider .ns-sliderControls {
  display: none;
}
@media (max-width: 1023px) {
  .ns-sliderControls {
    justify-content: space-between;
  }
}
.ns-sliderControls__part {
  float: left;
}
.ns-slider .ns-sliderControl {
  position: relative;
  float: left;
  z-index: 10;
  padding: 8px 32px;
  border: 1px solid #52AE32;
  border-radius: 25px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.ns-slider .ns-sliderControl--prev {
  background-size: 23px 23px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-left-green-600.svg);
  transition: all 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .ns-slider .ns-sliderControl--prev:active,
  .ns-slider .ns-sliderControl--prev:hover,
  .ns-slider .ns-sliderControl--prev:focus {
    background-position: calc(50% - 5px) 50%;
  }
}
.ns-slider .ns-sliderControl--next {
  background-size: 23px 23px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-green-600.svg);
  transition: all 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .ns-slider .ns-sliderControl--next:active,
  .ns-slider .ns-sliderControl--next:hover,
  .ns-slider .ns-sliderControl--next:focus {
    background-position: calc(50% + 5px) 50%;
  }
}
.ns-slider--Slider .ns-slider__section {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 1);
}
.ns-slider--Slider .ns-slider__section--title {
  width: 50%;
  margin-top: 0;
}
@media (max-width: 1023px) {
  .ns-slider--Slider .ns-slider__section--title {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.ns-slider--Slider .ns-slider__cover {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  width: 135.51532033%;
}
.ns-slider--Slider .ns-slider__stage {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.ns-slider--Slider .ns-slider__area {
  float: left;
  width: 101.39275766%;
  margin-left: -0.69637883%;
  display: flex;
}
@media (max-width: 1023px) {
  .ns-slider--Slider .ns-slider__area {
    margin-left: -5px;
  }
}
.ns-slider--Slider .ns-slide {
  float: left;
  width: 24.15210689%;
  margin-left: 10px;
  margin-right: 10px;
  flex-shrink: 0;
  box-sizing: border-box;
  transition: all 0.6s;
  background-color: #346F20;
  --s-textcolor: #FFFFFF;
}
.ns-slider--Slider .ns-slide.is-active {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .ns-slider--Slider .ns-slide.is-anchor:hover,
  .ns-slider--Slider .ns-slide.is-anchor:focus {
    background-color: #52AE32;
  }
  .ns-slider--Slider .ns-slide.is-anchor:hover .ns-slider__part--image .ns-sliderImage,
  .ns-slider--Slider .ns-slide.is-anchor:focus .ns-slider__part--image .ns-sliderImage {
    transform: scale(1.05);
  }
}
@media (max-width: 1023px) {
  .ns-slider--Slider .ns-slide {
    width: 50.97529259%;
  }
}
@media (max-width: 767px) {
  .ns-slider--Slider .ns-slide {
    width: 50.97529259%;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.ns-slider--Slider .ns-slide__content {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.ns-slider--Slider .ns-slide__content .ns-slider__part--text {
  aspect-ratio: 2.78106509;
  padding: 20px;
}
@supports not (aspect-ratio: 470 /  169) {
  .ns-slider--Slider .ns-slide__content .ns-slider__part--text:before {
    float: left;
    padding-top: 35.95744681%;
    content: '';
  }
  .ns-slider--Slider .ns-slide__content .ns-slider__part--text:after {
    display: block;
    content: '';
    clear: both;
  }
}
@media (max-width: 1023px) {
  .ns-slider--Slider .ns-slide__content {
    flex-direction: column-reverse;
  }
  .ns-slider--Slider .ns-slide__content .ns-slider__part--text {
    min-height: 97px;
    padding: 10px;
  }
}
.ns-slider--Slider .ns-slider__part {
  float: left;
  width: 100%;
}
.ns-slider__part--sliderTitle,
.ns-slider__part--sliderLead {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
@media (max-width: 1023px) {
  .ns-slider__part--sliderTitle,
  .ns-slider__part--sliderLead {
    width: 100%;
  }
}
.ns-slider__part--image {
  aspect-ratio: 1.66077739;
  overflow: hidden;
  margin-bottom: 0;
}
@supports not (aspect-ratio: 470 /  283) {
  .ns-slider__part--image:before {
    float: left;
    padding-top: 60.21276596%;
    content: '';
  }
  .ns-slider__part--image:after {
    display: block;
    content: '';
    clear: both;
  }
}
.ns-slider__part--image * {
  height: 100%;
}
.ns-slider__part--image img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.ns-slider__part--image .open {
  float: left;
  width: 100%;
  height: 100%;
}
.ns-slider__part--image .ns-sliderImage {
  transition: all 0.2s;
}
@media (max-width: 1023px) {
  .ns-slider__part--image {
    margin-top: 0;
    aspect-ratio: 1.12903226;
  }
  @supports not (aspect-ratio: 210 /  186) {
    .ns-slider__part--image:before {
      float: left;
      padding-top: 88.57142857%;
      content: '';
    }
    .ns-slider__part--image:after {
      display: block;
      content: '';
      clear: both;
    }
  }
}
.ns-slider--Slider .ns-slider__part--text {
  box-sizing: border-box;
}
/*# sourceMappingURL=./screen-small.css.map */