:root {
  --s-textcolor: #000;
  --s-titlecolor: #225e33;
  --s-sitecolor: #9fc15c;
  --s-linkcolor: #225e33;
  --s-linkcolor-hov: #9fc15c;
  --s-btn-border: #9fc15c;
  --s-btn-bg: #fff;
  --s-btn-txt: #000;
  --s-btnarrow-txt: #000;
  --s-btn-border-hov: #9fc15c;
  --s-btn-bg-hov: #9fc15c;
  --s-btn-txt-hov: #225e33;
  --s-icon-arrow-right: url(/images/arrow-right-colortwo.svg);
  --s-icon-arrow-right-hover: url(/images/arrow-right-red.svg);
}
:root {
  --deskWidth: 1280px;
  --deskSpace: 30px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 1279px) {
  :root {
    --deskSpace: 5vw;
  }
}
:root {
  --spacePart: 10px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 8px;
  }
}
:root {
  --spaceUnit: 20px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 12px;
  }
}
:root {
  --spaceTotal: 30px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 30px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 20px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1279px) {
  :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 {
  border: 1px solid var(--s-btn-border);
  background-color: var(--s-btn-bg);
  line-height: 1.55555556;
  cursor: pointer;
  color: var(--s-btn-txt);
  padding: 8px 15px 4px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  isolation: isolate;
}
.button:after {
  content: '';
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  z-index: -1;
  height: 100%;
  background-color: var(--s-btn-border);
}
@media (hover: hover) and (pointer: fine) {
  .button:active,
  .button:hover,
  .button:focus {
    border: 1px solid var(--s-btn-border-hov);
    color: var(--s-btn-txt-hov);
    background-color: var(--s-btn-bg-hov);
  }
  .button:active:after,
  .button:hover:after,
  .button:focus:after {
    width: 100%;
  }
}
.button.path {
  border: 1px solid var(--s-btn-border-hov);
  color: var(--s-btn-txt-hov);
  background-color: var(--s-btn-bg-hov);
}
.button.path:after {
  width: 100%;
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'RotisSansSerif';
  font-style: normal;
  font-weight: 300;
  src: url('/extras/fonts/RotisSansSerifGreek45Light/font.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'RotisSansSerif';
  font-style: normal;
  font-weight: 800;
  src: url('/extras/fonts/RotisSansSerifGreek75ExtraBold/font.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: var(--s-sitecolor);
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: 800;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 18px;
  font-family: 'RotisSansSerif', sans-serif;
  line-height: 1.55555556;
}
.unit caption {
  display: none;
}
.flag {
  background: var(--s-sitecolor);
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.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;
}
div.load a.load {
  display: inline-block;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-download-black.svg);
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
.line {
  margin-top: -5px;
}
#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;
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.part.cb-youtube iframe,
.part.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.part.cb-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.part.cb-share .cb-service {
  float: left;
  margin-left: 16px;
}
.part.cb-share .cb-service:first-child {
  margin-left: 0;
}
.part.cb-share .cb-service * {
  float: left;
}
.part.cb-share .cb-service a {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10000px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.part.cb-share .cb-service a:hover {
  filter: invert(1);
}
.part.cb-share .cb-service.cb-service-facebook-share a {
  background-size: auto 24px;
  background-image: url(/images/cb-default/socialShare-facebook-black.svg);
}
.part.cb-share .cb-service.cb-service-twitter a {
  background-size: auto 18px;
  background-image: url(/images/cb-default/socialShare-twitter-black.svg);
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: 100%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  position: relative;
  max-width: unset !important;
  max-height: unset !important;
  height: unset !important;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  grid-template-areas: "slides";
}
#slides .slide {
  position: unset !important;
  float: left;
  width: 100%;
  height: unset !important;
  grid-area: slides;
}
#slides a {
  display: block;
  width: 100%;
}
#slides a.null {
  cursor: default;
}
.cb-slides .cb-image-container {
  height: unset !important;
}
#slides img {
  width: 100%;
}
#expo div.link {
  display: none;
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  transform: translateY(-50%);
  background: var(--s-sitecolor);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#expo a.link.prev {
  left: 20px;
}
#expo a.link.next {
  right: 20px;
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cb-index-all td {
  float: left;
  display: block;
  margin: 0 10px;
}
.cb-index-all td.init {
  margin-left: 0;
}
.cb-index-all td.exit {
  margin-right: 0;
}
.cb-index-all a {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background: #fff;
  border-radius: 16px;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: var(--s-sitecolor);
}
.cb-index-some {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.cb-index-some td {
  float: left;
  display: block;
  color: #fff;
}
.cb-index-some td:first-child:after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}
.cb-index-some a {
  color: #fff;
}
.cb-index-some a:hover,
.cb-index-some a:focus {
  color: #fff;
}
#over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.8);
}
#disp {
  position: absolute;
  z-index: 5001;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'RotisSansSerif', 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: var(--s-sitecolor);
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: var(--s-sitecolor);
  font-size: 16px;
  font-weight: 800;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  border: 1px solid var(--s-btn-border);
  background-color: var(--s-btn-bg);
  line-height: 1.55555556;
  cursor: pointer;
  color: var(--s-btn-txt);
  padding: 8px 15px 4px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  isolation: isolate;
  line-height: 1.42857143;
}
#disp .foot input:after,
#disp .foot a:after {
  content: '';
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  z-index: -1;
  height: 100%;
  background-color: var(--s-btn-border);
}
@media (hover: hover) and (pointer: fine) {
  #disp .foot input:active,
  #disp .foot a:active,
  #disp .foot input:hover,
  #disp .foot a:hover,
  #disp .foot input:focus,
  #disp .foot a:focus {
    border: 1px solid var(--s-btn-border-hov);
    color: var(--s-btn-txt-hov);
    background-color: var(--s-btn-bg-hov);
  }
  #disp .foot input:active:after,
  #disp .foot a:active:after,
  #disp .foot input:hover:after,
  #disp .foot a:hover:after,
  #disp .foot input:focus:after,
  #disp .foot a:focus:after {
    width: 100%;
  }
}
#disp .foot input.path,
#disp .foot a.path {
  border: 1px solid var(--s-btn-border-hov);
  color: var(--s-btn-txt-hov);
  background-color: var(--s-btn-bg-hov);
}
#disp .foot input.path:after,
#disp .foot a.path:after {
  width: 100%;
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input.radio,
#disp input.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1279px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'RotisSansSerif', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
    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 #000;
  min-height: 30px;
  padding: 5px 10px;
  -webkit-appearance: none;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
.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: 1px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'RotisSansSerif', sans-serif;
  font-size: 18px;
  line-height: 1.55555556;
  background: #F0F0F0;
  height: 30px;
  border: 1px solid var(--s-textcolor);
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop 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: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  float: left;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  border: 1px solid var(--s-btn-border);
  background-color: var(--s-btn-bg);
  line-height: 1.55555556;
  cursor: pointer;
  color: var(--s-btn-txt);
  padding: 8px 15px 4px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  isolation: isolate;
}
.unit.form .submit:after {
  content: '';
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  z-index: -1;
  height: 100%;
  background-color: var(--s-btn-border);
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .submit:active,
  .unit.form .submit:hover,
  .unit.form .submit:focus {
    border: 1px solid var(--s-btn-border-hov);
    color: var(--s-btn-txt-hov);
    background-color: var(--s-btn-bg-hov);
  }
  .unit.form .submit:active:after,
  .unit.form .submit:hover:after,
  .unit.form .submit:focus:after {
    width: 100%;
  }
}
.unit.form .submit.path {
  border: 1px solid var(--s-btn-border-hov);
  color: var(--s-btn-txt-hov);
  background-color: var(--s-btn-bg-hov);
}
.unit.form .submit.path:after {
  width: 100%;
}
.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 {
  border: 1px solid var(--s-btn-border);
  background-color: var(--s-btn-bg);
  line-height: 1.55555556;
  cursor: pointer;
  color: var(--s-btn-txt);
  padding: 8px 15px 4px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  isolation: isolate;
}
.two-step-verification-container a:after {
  content: '';
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  z-index: -1;
  height: 100%;
  background-color: var(--s-btn-border);
}
@media (hover: hover) and (pointer: fine) {
  .two-step-verification-container a:active,
  .two-step-verification-container a:hover,
  .two-step-verification-container a:focus {
    border: 1px solid var(--s-btn-border-hov);
    color: var(--s-btn-txt-hov);
    background-color: var(--s-btn-bg-hov);
  }
  .two-step-verification-container a:active:after,
  .two-step-verification-container a:hover:after,
  .two-step-verification-container a:focus:after {
    width: 100%;
  }
}
.two-step-verification-container a.path {
  border: 1px solid var(--s-btn-border-hov);
  color: var(--s-btn-txt-hov);
  background-color: var(--s-btn-bg-hov);
}
.two-step-verification-container a.path:after {
  width: 100%;
}
.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;
}
.part--table {
  margin-top: 0;
  margin-bottom: 0;
}
.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: 800;
}
.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: 800;
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
.ns-unitFilter__item.is-active {
  display: none;
}
#home {
  float: left;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  height: 50px;
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'RotisSansSerif', sans-serif;
  font-size: 18px;
  line-height: 1.55555556;
  color: var(--s-textcolor);
  overflow: hidden;
  hyphens: none;
  letter-spacing: 0.01em;
  display: flex;
  flex-direction: column;
  padding-top: calc(210px + var(--spaceTotal) * 2);
  box-sizing: border-box;
}
@media (max-width: 1279px) {
  .wrapper {
    padding-top: calc(140px + var(--spaceTotal) * 2);
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding-top: calc(100px + var(--spaceTotal) * 2);
  }
}
.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--breadcrumps .desk,
.section--one .desk,
.section--intro .desk,
.section--header .desk {
  --deskWidth: 1460px;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  background-color: #fff;
  top: 0;
  z-index: 1000;
}
.container {
  float: left;
  width: 100%;
  position: relative;
}
.furtherLinks {
  position: absolute;
  right: 75px;
  top: calc(var(--spaceTotal) * 1);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px;
}
.furtherLinks .find {
  width: 24px;
  height: 24px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/icon-search-black.svg);
          mask-image: url(/images/icon-search-black.svg);
  background-color: #225e33;
}
@media (hover: hover) and (pointer: fine) {
  .furtherLinks .find:hover,
  .furtherLinks .find:focus {
    background-color: #9fc15c;
  }
}
.furtherLinks .service_downloads {
  width: 24px;
  height: 24px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/icon-download-black.svg);
          mask-image: url(/images/icon-download-black.svg);
  background-color: #225e33;
}
@media (hover: hover) and (pointer: fine) {
  .furtherLinks .service_downloads:hover,
  .furtherLinks .service_downloads:focus {
    background-color: #9fc15c;
  }
}
main {
  float: left;
  width: 100%;
  position: relative;
  flex: 1 0 auto;
}
body.themeColorBlack {
  --s-themecolor: #000;
}
body.themeColorGrey {
  --s-themecolor: #747577;
}
body.themeColorGreyDark {
  --s-themecolor: #464648;
}
body.themeColorGold {
  --s-themecolor: #6f623b;
}
.container--intro {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacePart);
}
.breadcrump {
  float: left;
  width: 100%;
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.columns {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.columns__column {
  float: left;
  width: 100%;
}
.postinfo {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: calc(var(--spacePart) * 1);
}
.topbar {
  --s-textcolor: #fff;
  --s-titlecolor: #fff;
  padding-right: 60px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  isolation: isolate;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .topbar {
    flex-direction: column;
  }
}
.topbar:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 32px, 32px 0, 100% 0, 100% 100%, 0 100%);
  background-color: var(--s-themecolor);
}
.topbar .topbar__number {
  width: 240px;
  margin: 0;
  margin-bottom: -25px;
}
@media (max-width: 1279px) {
  .topbar .topbar__number {
    width: 180px;
    margin-bottom: -30px;
  }
}
@media (max-width: 767px) {
  .topbar .topbar__number {
    width: 100%;
    margin-top: calc(var(--spacePart) * 1);
    margin-bottom: 0;
  }
}
.topbar .topbar__number h3 {
  font-size: 100px;
  line-height: 1;
}
@media (max-width: 1279px) {
  .topbar .topbar__number h3 {
    font-size: 80px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .topbar .topbar__number h3 {
    font-size: 24px;
    line-height: 1.33333333;
  }
}
.topbar .topbar__title {
  width: calc(100% - 240px);
}
@media (max-width: 1279px) {
  .topbar .topbar__title {
    width: calc(100% - 180px);
  }
}
@media (max-width: 767px) {
  .topbar .topbar__title {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .topbar .topbar__title h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.aside {
  position: relative;
  float: right;
  width: 260px;
  right: 0;
  z-index: 1000;
  --s-themecolor: #9fc15c;
  --s-linkcolor: #fff;
  --s-linkcolor-hov: #225e33;
  --s-icon-arrow-right: url(/images/arrow-right-white.svg);
  --s-icon-arrow-right-hover: url(/images/arrow-right-colortwo.svg);
  pointer-events: none;
}
.aside .unit {
  padding: 20px 0px 20px 20px;
  box-sizing: border-box;
  margin: 0;
}
.aside .part.link {
  margin-top: calc(var(--spacePart) * 0.5);
  margin-bottom: calc(var(--spacePart) * 0.5);
}
.aside .area {
  pointer-events: all;
  isolation: isolate;
  padding-right: 50px;
  box-sizing: border-box;
}
#view .aside .area {
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transform: translateX(100%);
}
.aside .area:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 32px, 32px 0, 100% 0, 100% 100%, 0 100%);
  background-color: var(--s-themecolor);
}
.aside.cb-toggle-target-active .area {
  transform: translateX(0) !important;
}
#view .aside {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #view .aside {
    top: unset;
    bottom: 20px;
    transform: translateY(0);
  }
}
.aside__action {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  isolation: isolate;
  pointer-events: all;
  cursor: pointer;
}
.aside__action:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 32px, 32px 0, 100% 0, 100% 100%, 0 100%);
  background-color: var(--s-themecolor);
}
.aside__action:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  bottom: 20px;
  left: 14px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--s-icon-arrow-right);
  transform: scaleX(-1);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.aside__action.cb-toggle-active:before {
  transform: scaleX(1);
}
.aside__toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.section--footer {
  flex-shrink: 0;
}
.footarea {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.footpart {
  float: left;
  width: 100%;
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
}
.socialWrapper {
  float: left;
  width: 100%;
  padding: 40px 0 50px;
  box-sizing: border-box;
  border-top: 2px solid #9fc15c;
  border-bottom: 2px solid #9fc15c;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.footlogo {
  float: left;
  width: 100%;
}
.footlogo__img {
  width: 71px;
}
.bzemme {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
.bzemme__logo {
  width: 100px;
}
#social {
  float: left;
}
@media (max-width: 767px) {
  .section--header #social {
    display: none;
  }
}
#social .meta {
  float: left;
  width: 30px;
  height: 30px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-color: #9fc15c;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/facebook.svg);
          mask-image: url(/images/facebook.svg);
  margin-right: 20px;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  #social .meta:hover,
  #social .meta:focus {
    background-color: #225e33;
  }
}
@media (min-width: 1279px) {
  .section--footer #social .meta {
    width: 110px;
    height: 110px;
    margin-right: 40px;
  }
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta.service_linkedin {
  -webkit-mask-image: url(/images/linkedin.svg);
          mask-image: url(/images/linkedin.svg);
}
#social .meta.service_instagram {
  -webkit-mask-image: url(/images/instagram.svg);
          mask-image: url(/images/instagram.svg);
}
.vcard {
  float: left;
  width: 100%;
}
.vcard__adr {
  float: left;
  width: 100%;
}
.vcard__adr .foottitle {
  color: var(--s-titlecolor);
}
.vcard__contact {
  float: left;
  width: 100%;
}
.vcard__opentimes {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 1);
}
a {
  color: var(--s-linkcolor);
  text-decoration: none;
}
a:hover,
a:focus {
  color: var(--s-linkcolor-hov);
}
.part--table .open,
.part.text .open {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .part--table .open:hover,
  .part.text .open:hover,
  .part--table .open:focus,
  .part.text .open:focus {
    text-decoration: none;
  }
}
.btn--primary .open {
  border: 1px solid var(--s-btn-border);
  background-color: var(--s-btn-bg);
  line-height: 1.55555556;
  cursor: pointer;
  color: var(--s-btn-txt);
  padding: 8px 15px 4px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  isolation: isolate;
}
.btn--primary .open:after {
  content: '';
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  z-index: -1;
  height: 100%;
  background-color: var(--s-btn-border);
}
@media (hover: hover) and (pointer: fine) {
  .btn--primary .open:active,
  .btn--primary .open:hover,
  .btn--primary .open:focus {
    border: 1px solid var(--s-btn-border-hov);
    color: var(--s-btn-txt-hov);
    background-color: var(--s-btn-bg-hov);
  }
  .btn--primary .open:active:after,
  .btn--primary .open:hover:after,
  .btn--primary .open:focus:after {
    width: 100%;
  }
}
.btn--primary .open.path {
  border: 1px solid var(--s-btn-border-hov);
  color: var(--s-btn-txt-hov);
  background-color: var(--s-btn-bg-hov);
}
.btn--primary .open.path:after {
  width: 100%;
}
.btn--secondary {
  margin-top: 0;
  margin-bottom: 0;
}
.btn--secondary .open {
  padding-left: 20px;
  box-sizing: border-box;
  background-size: 12px;
  background-position: 0 6px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  background-image: var(--s-icon-arrow-right);
  transition: background-position 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .btn--secondary .open:hover,
  .btn--secondary .open:focus {
    background-position: 2px 6px;
    background-image: var(--s-icon-arrow-right-hover);
  }
}
.btn--secondary.site {
  --s-icon-arrow-right: url(/images/arrow-topright-black.svg);
  --s-icon-arrow-right-hover: url(/images/arrow-topright-red.svg);
}
.part.load .load {
  padding-left: 22px;
  box-sizing: border-box;
  background-size: 14px;
  background-position: 0 2px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  background-image: url('/images/icon-pdf-black.svg');
  transition: background-position 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .part.load .load:hover,
  .part.load .load:focus {
    background-image: url('/images/icon-pdf-red.svg');
  }
}
.cbdModule--teasersGotoButton {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cbdModule--teasersGotoButton .open {
  padding-left: 20px;
  box-sizing: border-box;
  background-size: 12px;
  background-position: 0 6px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  background-image: var(--s-icon-arrow-right);
  transition: background-position 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(3.6);
  text-transform: none;
  letter-spacing: 0;
}
@media (hover: hover) and (pointer: fine) {
  .cbdModule--teasersGotoButton .open:hover,
  .cbdModule--teasersGotoButton .open:focus {
    background-position: 2px 6px;
    background-image: var(--s-icon-arrow-right-hover);
  }
}
@media (max-width: 1279px) {
  .cbdModule--teasersGotoButton .open {
    transform: scale(1.5);
  }
}
.goback {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.goback .goback__button {
  padding-left: 20px;
  box-sizing: border-box;
  background-size: 12px;
  background-position: 0 6px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  background-image: var(--s-icon-arrow-right);
  transition: background-position 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(2);
}
@media (hover: hover) and (pointer: fine) {
  .goback .goback__button:hover,
  .goback .goback__button:focus {
    background-position: 2px 6px;
    background-image: var(--s-icon-arrow-right-hover);
  }
}
h1,
h2 {
  font-size: 54px;
  line-height: 1.18518519;
  font-weight: normal;
  color: var(--s-titlecolor);
  hyphens: auto;
}
h1 i,
h2 i {
  color: #9fc15c;
  font-style: normal;
  letter-spacing: 0.3em;
}
h1 strong,
h2 strong {
  font-weight: 900;
}
h1 sub,
h2 sub {
  top: unset;
  font-size: 36px;
  line-height: 1.19444444;
  vertical-align: unset;
}
@media (max-width: 1279px) {
  h1,
  h2 {
    font-size: 44px;
    line-height: 1.22727273;
  }
}
@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 32px;
    line-height: 1.3125;
  }
}
h3 {
  font-size: 42px;
  line-height: 1.19047619;
  font-weight: normal;
  hyphens: auto;
  color: var(--s-titlecolor);
}
h3 strong {
  font-weight: 900;
}
@media (max-width: 1279px) {
  h3 {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 1.33333333;
  }
}
h4 {
  font-size: 28px;
  line-height: 1.17857143;
  font-weight: normal;
  hyphens: auto;
  color: var(--s-titlecolor);
}
h4 strong {
  font-weight: 900;
}
@media (max-width: 1279px) {
  h4 {
    font-size: 24px;
    line-height: 1.20833333;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 22px;
    line-height: 1.09090909;
  }
}
h5 {
  font-size: 21px;
  line-height: 1.19047619;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--s-textcolor);
}
@media (max-width: 767px) {
  h5 {
    font-size: 19px;
    line-height: 1.21052632;
  }
}
.loud {
  font-size: 21px;
  line-height: 1.19047619;
  color: var(--s-textcolor);
}
@media (max-width: 767px) {
  .loud {
    font-size: 19px;
    line-height: 1.21052632;
  }
}
.norm i {
  font-style: normal;
  color: #9fc15c;
}
.virtual-tour {
  height: unset !important;
  aspect-ratio: 1.5;
}
.institutionTitle {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 1.22222222;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  margin-top: calc(var(--spacePart) * 2);
  margin-bottom: calc(var(--spacePart) * 2);
}
.copyright {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.area--one {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.area--two {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.area--column {
  display: flex;
  flex-wrap: wrap;
}
.unitBgColor--black {
  --s-themecolor: #000;
  --s-textcolor: #fff;
}
.unitBgColor--grey {
  --s-themecolor: #747577;
  --s-textcolor: #fff;
}
.unitBgColor--greydark {
  --s-themecolor: #464648;
  --s-textcolor: #fff;
}
.unitBgColor--gold {
  --s-themecolor: #6f623b;
  --s-textcolor: #fff;
}
.area--column .unitTwo,
.area--two .unitTwo {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  padding-right: 60px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  isolation: isolate;
}
.area--column .unitTwo:after,
.area--two .unitTwo:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 32px, 32px 0, 100% 0, 100% 100%, 0 100%);
  background-color: var(--s-themecolor);
}
.area--column .unitTwo .unit__body,
.area--two .unitTwo .unit__body {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .area--column .unitTwo .unit__body,
  .area--two .unitTwo .unit__body {
    flex-direction: column;
  }
}
.area--column .unitTwo.unit--isAnchor,
.area--two .unitTwo.unit--isAnchor {
  background-size: 12px;
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-image: var(--s-icon-arrow-right);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .area--column .unitTwo.unit--isAnchor:hover,
  .area--two .unitTwo.unit--isAnchor:hover,
  .area--column .unitTwo.unit--isAnchor:focus,
  .area--two .unitTwo.unit--isAnchor:focus {
    background-position: calc(100% - 10px) 50%;
  }
}
.area--column .unitTwo .part:nth-child(1),
.area--two .unitTwo .part:nth-child(1) {
  width: 240px;
  margin: 0;
  margin-top: auto;
  margin-bottom: -25px;
}
@media (max-width: 1279px) {
  .area--column .unitTwo .part:nth-child(1),
  .area--two .unitTwo .part:nth-child(1) {
    width: 180px;
    margin-bottom: -30px;
  }
}
@media (max-width: 767px) {
  .area--column .unitTwo .part:nth-child(1),
  .area--two .unitTwo .part:nth-child(1) {
    width: 100%;
    margin-top: calc(var(--spacePart) * 1);
    margin-bottom: 0;
  }
}
.area--column .unitTwo .part:nth-child(1) h3,
.area--two .unitTwo .part:nth-child(1) h3 {
  font-size: 100px;
  line-height: 1;
}
@media (max-width: 1279px) {
  .area--column .unitTwo .part:nth-child(1) h3,
  .area--two .unitTwo .part:nth-child(1) h3 {
    font-size: 80px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .area--column .unitTwo .part:nth-child(1) h3,
  .area--two .unitTwo .part:nth-child(1) h3 {
    font-size: 24px;
    line-height: 1.33333333;
  }
}
.area--column .unitTwo .part:nth-child(2),
.area--two .unitTwo .part:nth-child(2) {
  width: calc(100% - 240px);
}
@media (max-width: 1279px) {
  .area--column .unitTwo .part:nth-child(2),
  .area--two .unitTwo .part:nth-child(2) {
    width: calc(100% - 180px);
  }
}
@media (max-width: 767px) {
  .area--column .unitTwo .part:nth-child(2),
  .area--two .unitTwo .part:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .area--column .unitTwo .part:nth-child(2) h3,
  .area--two .unitTwo .part:nth-child(2) h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.area--column .unitBorder--on {
  isolation: isolate;
  padding: 20px 20px;
  box-sizing: border-box;
  border: 2px solid #9fc15c;
}
.unit--fold .fold-toggle {
  padding-bottom: 4px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--s-textcolor);
  text-decoration: unset!important;
  position: relative;
  width: 100%;
  display: inline-block;
  color: var(--s-textcolor);
}
.unit--fold .fold-toggle:after {
  content: '';
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  top: 6px;
  background-size: 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-bottom-black.svg);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.unit--fold .fold-toggle--open:after {
  transform: scaleY(-1);
}
.unit--fold .unit__foot {
  display: none;
}
body.cb-toggle-target-active {
  overflow: hidden;
}
.togglenavigation {
  position: fixed;
  top: 30px;
  right: max(var(--deskSpace), calc((100% - 1460px) / 2));
  z-index: 2001;
  width: 54px;
  height: 30px;
  cursor: pointer;
}
.togglenavigation:after {
  content: 'Menu';
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 10px);
  color: var(--s-textcolor);
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .togglenavigation {
    top: 20px;
  }
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 4px;
  background-color: #225e33;
  border-radius: 4px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.tline--2,
.tline--3 {
  top: 50%;
  left: -5px;
  background-color: var(--s-sitecolor);
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  transform: translateY(-10px);
}
body.cb-toggle-target-active .tline--2 {
  transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateY(10px);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navi-animation {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.mobile-navigation div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  --s-linkcolor: #225e33;
}
.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;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  text-transform: uppercase;
}
.mobile-navigation div.sub1 {
  box-sizing: border-box;
  margin: 20px 0 30px;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px 0px;
}
@media (max-width: 1279px) {
  .mobile-navigation div.sub1 {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .mobile-navigation div.sub1 {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}
.mobile-navigation div.sub1 > .item {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 90px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .mobile-navigation div.sub1 > .item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.mobile-navigation div.sub1 > .item.exit > .menu {
  color: var(--s-sitecolor);
}
.mobile-navigation div.sub1 > .item > .menu {
  margin-bottom: 10px;
  font-weight: 800;
  padding-right: 54px;
}
.navigation--startpage div.sub2 > .item > .menu,
.mobile-navigation div.sub2 > .item > .menu {
  --s-icon-arrow-right: url(/images/arrow-right-colortwo.svg);
  padding-left: 20px;
  box-sizing: border-box;
  background-size: 12px;
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-image: var(--s-icon-arrow-right);
}
@media (hover: hover) and (pointer: fine) {
  .navigation--startpage div.sub2 > .item > .menu:hover,
  .mobile-navigation div.sub2 > .item > .menu:hover,
  .navigation--startpage div.sub2 > .item > .menu:focus,
  .mobile-navigation div.sub2 > .item > .menu:focus {
    background-image: var(--s-icon-arrow-right-hover);
  }
}
.navigation--startpage div.sub1 .item.init div.sub2 > .item > .menu[href*="vorlehre"],
.mobile-navigation div.sub1 .item.init div.sub2 > .item > .menu[href*="vorlehre"] {
  margin-top: calc(var(--spaceTotal) * 1);
}
.navigation--startpage {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.navigation--startpage div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.navigation--startpage div.navi > .cb-toggle {
  display: none;
}
.navigation--startpage div.navi > .item {
  float: left;
  width: 100%;
  position: relative;
}
.navigation--startpage div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.navigation--startpage div.navi > .item > .menu {
  display: block;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  text-transform: uppercase;
}
.navigation--startpage div.sub1 {
  --s-linkcolor: #fff;
  --s-linkcolor-hov: #fff;
  counter-reset: section;
}
.navigation--startpage div.sub1 > .item {
  position: relative;
  isolation: isolate;
  padding: 20px 80px 20px clamp(6.25rem, 2.159rem + 20.45vw, 17.5rem);
  box-sizing: border-box;
  margin-bottom: 20px;
}
.navigation--startpage div.sub1 > .item.cb-navi-target-themeColorBlack {
  --s-themecolor: #000;
}
.navigation--startpage div.sub1 > .item.cb-navi-target-themeColorGrey {
  --s-themecolor: #747577;
}
.navigation--startpage div.sub1 > .item.cb-navi-target-themeColorGreyDark {
  --s-themecolor: #464648;
}
.navigation--startpage div.sub1 > .item.cb-navi-target-themeColorGold {
  --s-themecolor: #6f623b;
}
@media (max-width: 767px) {
  .navigation--startpage div.sub1 > .item {
    padding: 20px 60px clamp(3.125rem, 2.216rem + 4.55vw, 5.625rem) 40px;
  }
}
.navigation--startpage div.sub1 > .item:before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  color: var(--s-linkcolor);
  position: absolute;
  left: 35px;
  bottom: calc(clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem) * -1);
  font-size: clamp(3.125rem, 0.852rem + 11.36vw, 9.375rem);
  line-height: 1;
}
.navigation--startpage div.sub1 > .item:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 16px, 16px 0, 100% 0, 100% 100%, 0 100%);
  background-color: var(--s-themecolor);
}
.navigation--startpage div.sub1 > .item > .menu {
  font-size: 42px;
  line-height: 1.19047619;
  letter-spacing: 0.001em;
  text-transform: unset;
}
@media (max-width: 1279px) {
  .navigation--startpage div.sub1 > .item > .menu {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .navigation--startpage div.sub1 > .item > .menu {
    font-size: 24px;
    line-height: 1.33333333;
  }
}
.navigation--startpage div.sub2 {
  --s-linkcolor-hov: #9fc15c;
  overflow: hidden;
  max-height: 30px;
  margin: 20px 0;
  transition: all 0.6s;
}
@media (max-width: 1279px) {
  .navigation--startpage div.sub2 {
    max-height: 0;
  }
}
.navigation--startpage div.sub2 > .item {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
}
.navigation--startpage div.navi > .item.cb-toggle-target-active > div.navi {
  transition: none;
  max-height: 1000px;
  transition: max-height 2s;
}
.navigation--startpage div.navi > .item.cb-toggle-target-active > div.navi > .item {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s;
}
.navigation--startpage .cb-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  width: 80px;
  height: 80px;
  background-size: 17px 17px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-bottom-white.svg);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (max-width: 1279px) {
  .navigation--startpage .cb-toggle {
    width: 60px;
    height: 70px;
  }
}
.navigation--startpage .cb-toggle.cb-toggle-active {
  transform: scaleY(-1);
}
.ns-teaserWrapper {
  float: left;
  width: 100%;
}
.ns-teaserArea {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  grid-gap: 20px;
}
@media (max-width: 1279px) {
  .ns-teaserArea {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .ns-teaserArea {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }
}
.ns-teaser {
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.ns-teaser .unit__background {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  overflow: hidden;
}
.ns-teaser h4 {
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.ns-teaserLoadMore {
  float: left;
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: calc(var(--spaceTotal) * 1);
}
.ns-teaserLoadMore__button {
  padding-left: 20px;
  box-sizing: border-box;
  background-size: 12px;
  background-position: 0 6px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  background-image: var(--s-icon-arrow-right);
  transition: background-position 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(3.6);
  text-transform: none;
  letter-spacing: 0;
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaserLoadMore__button:hover,
  .ns-teaserLoadMore__button:focus {
    background-position: 2px 6px;
    background-image: var(--s-icon-arrow-right-hover);
  }
}
@media (max-width: 1279px) {
  .ns-teaserLoadMore__button {
    transform: scale(1.5);
  }
}
.ns-teaser__content {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  isolation: isolate;
}
.ns-teaser__content .ns-content {
  float: left;
  width: 100%;
}
.ns-teaser_part,
.ns-teaser__part {
  float: left;
  width: 100%;
  margin: 4px 0;
  color: var(--s-textcolor);
}
.ns-teaser_part.ns-teaser__part--title,
.ns-teaser__part.ns-teaser__part--title {
  color: var(--s-titlecolor);
}
.ns-teaser_part--pict,
.ns-teaser__part--pict {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
.ns-teaser__part--category {
  margin-bottom: 0;
}
.ns-teaser__category {
  float: left;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 4px;
  box-sizing: border-box;
  isolation: isolate;
  width: 100%;
  color: #fff;
  line-height: 1;
}
.ns-teaser__category:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #9fc15c;
}
.ns-teaser__part--pict {
  margin-bottom: calc(var(--spacePart) * 1);
}
.ns-teaser__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ns-teaser__part--maintext {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ns-teaser__part--actions {
  margin-top: auto;
  padding-top: var(--spacePart);
}
.ns-teaser__part--actions .ns-teaser__action {
  padding-left: 20px;
  box-sizing: border-box;
  background-size: 12px;
  background-position: 0 6px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  background-image: var(--s-icon-arrow-right);
  transition: background-position 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser__part--actions .ns-teaser__action:hover,
  .ns-teaser__part--actions .ns-teaser__action:focus {
    background-position: 2px 6px;
    background-image: var(--s-icon-arrow-right-hover);
  }
}
.ns-unitFilter {
  float: left;
  width: 100%;
  position: relative;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 40px 20px;
  padding-top: calc(var(--spacePart) * 2);
  padding-bottom: calc(var(--spacePart) * 2);
  box-sizing: border-box;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.ns-unitFilter__wrapper {
  float: left;
  width: 255px;
  position: relative;
}
.ns-unitFilter__toggle {
  display: none;
  float: left;
  width: 100%;
  border: 1px solid var(--s-btn-border);
  background-color: var(--s-btn-bg);
  line-height: 1.55555556;
  cursor: pointer;
  color: var(--s-btn-txt);
  padding: 8px 15px 4px;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  isolation: isolate;
  padding-right: 20px;
  color: var(--s-linkcolor);
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #9fc15c;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  text-align: left;
  padding-left: 30px;
}
.ns-unitFilter__toggle:after {
  content: '';
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  z-index: -1;
  height: 100%;
  background-color: var(--s-btn-border);
}
@media (hover: hover) and (pointer: fine) {
  .ns-unitFilter__toggle:active,
  .ns-unitFilter__toggle:hover,
  .ns-unitFilter__toggle:focus {
    border: 1px solid var(--s-btn-border-hov);
    color: var(--s-btn-txt-hov);
    background-color: var(--s-btn-bg-hov);
  }
  .ns-unitFilter__toggle:active:after,
  .ns-unitFilter__toggle:hover:after,
  .ns-unitFilter__toggle:focus:after {
    width: 100%;
  }
}
.ns-unitFilter__toggle.path {
  border: 1px solid var(--s-btn-border-hov);
  color: var(--s-btn-txt-hov);
  background-color: var(--s-btn-bg-hov);
}
.ns-unitFilter__toggle.path:after {
  width: 100%;
}
.ns-unitFilter__toggle:after {
  content: '';
  position: absolute;
  right: 0;
  width: 20px;
  height: 42px;
  top: 0;
  background-size: 12px;
  background-position: 4px 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-bottom-colortwo.svg);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.ns-unitFilter__toggle:hover,
.ns-unitFilter__toggle:focus {
  background-color: #9fc15c;
}
.ns-unitFilter__toggle.is-active:after {
  transform: scaleY(-1);
}
.ns-unitFilter__content {
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -1px;
  box-sizing: border-box;
  display: none;
}
.ns-unitFilter.is-open .ns-unitFilter__content {
  display: block;
}
.ns-unitFilter__list {
  float: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
  margin: 0;
}
#root .ns-unitFilter__item {
  float: left;
  border: 1px solid var(--s-btn-border);
  background-color: var(--s-btn-bg);
  line-height: 1.55555556;
  cursor: pointer;
  color: var(--s-btn-txt);
  padding: 8px 15px 4px;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: center;
  display: inline-block;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  isolation: isolate;
  text-transform: none;
  color: var(--s-linkcolor);
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #9fc15c;
  text-decoration: none;
  width: 100%;
  margin: 0 0 -1px 0;
  text-transform: uppercase;
  text-align: left;
}
#root .ns-unitFilter__item:after {
  content: '';
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  z-index: -1;
  height: 100%;
  background-color: var(--s-btn-border);
}
@media (hover: hover) and (pointer: fine) {
  #root .ns-unitFilter__item:active,
  #root .ns-unitFilter__item:hover,
  #root .ns-unitFilter__item:focus {
    border: 1px solid var(--s-btn-border-hov);
    color: var(--s-btn-txt-hov);
    background-color: var(--s-btn-bg-hov);
  }
  #root .ns-unitFilter__item:active:after,
  #root .ns-unitFilter__item:hover:after,
  #root .ns-unitFilter__item:focus:after {
    width: 100%;
  }
}
#root .ns-unitFilter__item.path {
  border: 1px solid var(--s-btn-border-hov);
  color: var(--s-btn-txt-hov);
  background-color: var(--s-btn-bg-hov);
}
#root .ns-unitFilter__item.path:after {
  width: 100%;
}
#root .ns-unitFilter__item:last-child {
  margin-bottom: 0;
}
#root .ns-unitFilter__item.is-active {
  display: none;
}
#root .ns-unitFilter__item:hover,
#root .ns-unitFilter__item.is-active {
  background-color: #9fc15c;
}
.ns-unitFilter__actions {
  float: left;
  width: 100%;
  display: block;
}
#root .ns-unitFilter__link {
  float: left;
  width: 100%;
  border: 1px solid var(--s-btn-border);
  background-color: var(--s-btn-bg);
  line-height: 1.55555556;
  cursor: pointer;
  color: var(--s-btn-txt);
  padding: 8px 15px 4px;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  isolation: isolate;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #9fc15c;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  font-weight: 800;
}
#root .ns-unitFilter__link:after {
  content: '';
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  z-index: -1;
  height: 100%;
  background-color: var(--s-btn-border);
}
@media (hover: hover) and (pointer: fine) {
  #root .ns-unitFilter__link:active,
  #root .ns-unitFilter__link:hover,
  #root .ns-unitFilter__link:focus {
    border: 1px solid var(--s-btn-border-hov);
    color: var(--s-btn-txt-hov);
    background-color: var(--s-btn-bg-hov);
  }
  #root .ns-unitFilter__link:active:after,
  #root .ns-unitFilter__link:hover:after,
  #root .ns-unitFilter__link:focus:after {
    width: 100%;
  }
}
#root .ns-unitFilter__link.path {
  border: 1px solid var(--s-btn-border-hov);
  color: var(--s-btn-txt-hov);
  background-color: var(--s-btn-bg-hov);
}
#root .ns-unitFilter__link.path:after {
  width: 100%;
}
.ns-unitFilter__unit {
  display: none;
}
.ns-unitFilter__unit.ns-unitFilter__unit--activated {
  display: block;
  opacity: 0;
  transition: opacity 0.4s !important;
}
.ns-unitFilter__unit.ns-unitFilter__unit--active {
  opacity: 1;
}
/*# sourceMappingURL=./screen-small.css.map */