/**
 *  Media queries
 */
/*  Breakpoints */
/**
 * Colors
 */
/**
 * Fonts
 */
/**
 * Units
 */
/* pixel value */
@font-face {
  font-family: 'Dosis';
  src: url('../Fonts/Dosis-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-stretch: 75% 125%;
}
@font-face {
  font-family: 'Montserat';
  src: url('../Fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-stretch: 75% 125%;
}
html {
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}
body {
  font-family: 'Montserat', sans-serif;
  font-weight: 400;
  height: 100%;
  overflow-x: hidden;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 0;
  }
}
body.menu-open {
  overflow: hidden;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
object {
  max-width: 100%;
  display: block;
  height: auto;
  position: relative;
}
.fullwidth {
  width: 100%;
  max-width: none;
}
a {
  color: #15655a;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #87b918;
  outline: none;
}
/* Home Slideshow: remove dotted outline from active slide */
div,
a,
img,
a:focus,
a:active,
a:hover,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: 0;
}
/* IE specific removal, because above code does not work in IE (11) */
.slick-active {
  outline: 0 !important;
}
/* for SVG */
a.svg {
  position: relative;
  display: inline-block;
}
a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
object {
  pointer-events: none;
}
iframe {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Dosis';
  line-height: 1;
  color: #000000;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 200;
}
h1 + .subheadline,
h2 + .subheadline,
h3 + .subheadline,
h4 + .subheadline,
h5 + .subheadline,
h6 + .subheadline,
.h1 + .subheadline,
.h2 + .subheadline,
.h3 + .subheadline,
.h4 + .subheadline,
.h5 + .subheadline,
.h6 + .subheadline {
  font-family: 'Dosis';
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1;
  font-weight: 200;
  color: #15655a;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #15655a;
  text-decoration: none;
}
h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center,
.h1.center,
.h2.center,
.h3.center,
.h4.center,
.h5.center,
.h6.center {
  text-align: center;
}
h1.left,
h2.left,
h3.left,
h4.left,
h5.left,
h6.left,
.h1.left,
.h2.left,
.h3.left,
.h4.left,
.h5.left,
.h6.left {
  text-align: left;
}
h1.right,
h2.right,
h3.right,
h4.right,
h5.right,
h6.right,
.h1.right,
.h2.right,
.h3.right,
.h4.right,
.h5.right,
.h6.right {
  text-align: right;
}
h1,
.h1 {
  font-size: 3rem;
}
h1 + .subheadline,
.h1 + .subheadline {
  font-size: 2rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h2 + .subheadline,
.h2 + .subheadline {
  font-size: 1.5rem;
}
h3,
.h3 {
  font-size: 1.8rem;
}
h3 + .subheadline,
.h3 + .subheadline {
  font-size: 1.2rem;
}
h4,
.h4 {
  font-size: 1rem;
}
h4 + .subheadline,
.h4 + .subheadline {
  font-size: 1rem;
}
.big {
  font-size: clamp(1.5rem, 3vw, 1.8rem);
  line-height: 1.2;
}
.big-font-size {
  font-size: clamp(1.5rem, 5vw, 3.2rem);
  line-height: 1.2;
}
.bigger-font-size {
  font-size: clamp(2rem, 10vw, 5rem);
  line-height: 1.2;
}
.large-font-size {
  font-size: clamp(3rem, 15vw, 8.4rem);
  line-height: 1.2;
  color: #15655a;
}
.large-font-size + .subheadline {
  font-size: clamp(3rem, 15vw, 8.4rem);
}
.big-large {
  font-size: clamp(1.5rem, 5vw, 3.2rem);
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 400;
}
.big-large + .subheadline {
  font-size: clamp(3rem, 15vw, 8.4rem);
}
header .default-headline,
header .subheadline {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  header .default-headline:has(.left),
  header .subheadline:has(.left) {
    text-align: left;
  }
  header .default-headline:has(.center),
  header .subheadline:has(.center) {
    text-align: center;
  }
  header .default-headline:has(.right),
  header .subheadline:has(.right) {
    text-align: right;
  }
}
.frame-type-header h1,
.frame-type-header h2,
.frame-type-header h3 {
  margin-bottom: 0;
}
b,
strong,
.font-bold {
  font-weight: 700;
}
small,
.small {
  font-size: 14px;
}
p,
ul,
ol {
  margin-bottom: 15px;
}
ol {
  counter-reset: orderList;
  padding-left: 4rem;
}
ol li {
  counter-increment: orderList;
  list-style-type: none;
  position: relative;
  margin-bottom: 1rem;
}
ol li:before {
  position: absolute;
  left: -4rem;
  content: counter(orderList);
  color: #15655a;
  margin-right: 0.5rem;
  font-size: 4rem;
  line-height: 1;
}
ol li p {
  margin-top: 0;
}
ol li p::first-line {
  color: #15655a;
  font-size: 2rem;
}
ul.list-jobs {
  padding-left: 0;
  list-style-type: none;
}
ul.list-jobs li {
  border-bottom: 2px solid #15655a;
  padding-block: .3rem;
}
ul.list-jobs li:last-child {
  border-bottom: none;
}
ul.list-jobs li a {
  font-size: 1.2rem;
  font-weight: 500;
}
p.h1,
p.h2,
p.h3,
p.h4,
p.h5,
p.h6 {
  padding-bottom: 0;
}
p.twoCols {
  column-count: 2;
  column-gap: 3rem;
}
.important {
  color: #87b918;
  font-weight: 900;
}
.clr-green {
  color: #15655a;
}
.bg-white {
  background: #ffffff !important;
}
.teaser {
  font-size: 1.4em;
  font-weight: 700;
}
.text-center,
.align-center {
  text-align: center;
}
.text-center object,
.align-center object,
.text-center img,
.align-center img {
  margin: 0 auto;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.clearfix {
  display: table;
  content: " ";
  clear: both;
}
p[class*="block-"] {
  padding: 7.5px 15px;
}
.block-white {
  background-color: #ffffff;
}
.block-grey {
  background-color: #eaeaef;
  color: #15655a;
}
.block-primary {
  background-color: #87b918;
  color: #ffffff;
}
.block-primary h1,
.block-primary h2,
.block-primary h3,
.block-primary h4,
.block-primary .h1,
.block-primary .h2,
.block-primary .h3,
.block-primary .h4 {
  color: #ffffff;
}
.block-primary a:not(.btn) {
  color: #ffffff;
  text-decoration: underline;
}
.embed-responsive-1by1 {
  padding-bottom: 100%;
}
.ce-bodytext > *:last-child {
  margin-bottom: 0;
}
.ce-row,
div[class*="ce-"].ce-gallery {
  margin-bottom: 0;
}
.ce-textpic.ce-above .ce-gallery + .ce-bodytext {
  margin-top: 15px;
}
.ce-tabpanel .tab-navigation .nav-tabs {
  border-bottom: none;
}
.ce-tabpanel .tab-navigation .nav-tabs .nav-link {
  outline: 0 !important;
  padding: .5rem 1.5rem;
  border-radius: 100rem;
  border-bottom-left-radius: 0;
  border: unset;
  margin-right: 1rem;
  margin-bottom: .5rem;
  cursor: pointer;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s;
  background-color: #15655a;
  color: #ffffff;
}
.ce-tabpanel .tab-navigation .nav-tabs .nav-link.btn-primary {
  background-color: #15655a;
  color: #ffffff;
}
.ce-tabpanel .tab-navigation .nav-tabs .nav-link.btn-primary:hover {
  background-color: #87b918;
  color: #ffffff;
}
.ce-tabpanel .tab-navigation .nav-tabs .nav-link.btn-primary:focus {
  background-color: #87b918;
  color: #ffffff;
}
.ce-tabpanel .tab-navigation .nav-tabs .nav-link.btn-secondary {
  background-color: #87b918;
  color: #ffffff;
}
.ce-tabpanel .tab-navigation .nav-tabs .nav-link.btn-secondary:hover {
  background-color: #15655a;
  color: #ffffff;
}
.ce-tabpanel .tab-navigation .nav-tabs .nav-link.btn-secondary:focus {
  background-color: #15655a;
  color: #ffffff;
}
.ce-tabpanel .tab-navigation .nav-tabs .nav-link.btn-phone {
  color: #15655a;
  font-size: 1.5rem;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  padding-left: 0;
}
.ce-tabpanel .tab-navigation .nav-tabs .nav-link.btn-phone:before {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA2NCA2NCI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4wIEJ1aWxkIDEwOCkgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiAjMTU2NTVhOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjAuNSwzLjFjLTEtMi4zLTMuNS0zLjUtNS45LTIuOUwzLjcsMy4yQzEuNSwzLjgsMCw1LjcsMCw4YzAsMzAuNywyNC45LDU1LjcsNTUuNyw1NS43czQuMi0xLjUsNC44LTMuN2wzLTEwLjljLjctMi40LS42LTQuOS0yLjktNS45bC0xMS45LTVjLTItLjgtNC40LS4zLTUuOCwxLjRsLTUsNi4xYy04LjctNC4xLTE1LjgtMTEuMi0yMC0yMGw2LjEtNWMxLjctMS40LDIuMy0zLjcsMS40LTUuOGwtNS0xMS45aDBaIi8+Cjwvc3ZnPg==');
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(25deg);
}
.ce-tabpanel .tab-navigation .nav-tabs .nav-link.btn-sm {
  padding: 6px 18px;
}
.ce-tabpanel .tab-navigation .nav-tabs .nav-link:hover {
  background-color: #87b918;
  color: #ffffff;
}
.ce-tabpanel .tab-navigation .nav-tabs .nav-link:focus {
  background-color: #87b918;
  color: #ffffff;
}
.ce-tabpanel .tab-content .ce-tab-pane.active {
  opacity: 1;
}
.ce-gallery figure,
.ce-gallery figcaption {
  display: block;
}
.ce-textpic,
.ce-nowrap .ce-bodytext {
  overflow: visible;
}
.ce-uploads {
  margin: 0;
  padding: 0;
}
.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.ce-uploads li .icon svg {
  width: 2rem;
  max-height: 3rem;
}
.ce-uploads li > div {
  display: block;
}
.ce-uploads li > div .ce-upload-link span {
  display: block;
}
hr,
hr.ce-div {
  border-top: 3.75px solid #eaeaef;
  margin-top: 15px;
  margin-bottom: 15px;
}
hr:not(.ce-div) {
  margin-top: 0;
}
.table table > thead > tr > th,
.table table > tbody > tr > th,
.table table > tfoot > tr > th,
.table table > thead > tr > td,
.table table > tbody > tr > td,
.table table > tfoot > tr > td {
  padding: 8px 16px;
  border-top: 0;
}
.table table > thead > tr > th {
  border-bottom: 7px solid #22a492;
}
.table table.table-hover > tbody > tr:hover {
  color: #ffffff;
  background-color: #22a492;
}
.contenttable tbody {
  border: none;
}
.panel-body .table {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    border: 0 none;
  }
}
@media (min-width: 480px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
.btn {
  outline: 0 !important;
  padding: .5rem 1.5rem;
  border-radius: 100rem;
  border-bottom-left-radius: 0;
  border: unset;
  margin-right: 1rem;
  margin-bottom: .5rem;
  cursor: pointer;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s;
}
.btn.btn-primary {
  background-color: #15655a;
  color: #ffffff;
}
.btn.btn-primary:hover {
  background-color: #87b918;
  color: #ffffff;
}
.btn.btn-primary:focus {
  background-color: #87b918;
  color: #ffffff;
}
.btn.btn-secondary {
  background-color: #87b918;
  color: #ffffff;
}
.btn.btn-secondary:hover {
  background-color: #15655a;
  color: #ffffff;
}
.btn.btn-secondary:focus {
  background-color: #15655a;
  color: #ffffff;
}
.btn.btn-phone {
  color: #15655a;
  font-size: 1.5rem;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  padding-left: 0;
}
.btn.btn-phone:before {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA2NCA2NCI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4wIEJ1aWxkIDEwOCkgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiAjMTU2NTVhOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjAuNSwzLjFjLTEtMi4zLTMuNS0zLjUtNS45LTIuOUwzLjcsMy4yQzEuNSwzLjgsMCw1LjcsMCw4YzAsMzAuNywyNC45LDU1LjcsNTUuNyw1NS43czQuMi0xLjUsNC44LTMuN2wzLTEwLjljLjctMi40LS42LTQuOS0yLjktNS45bC0xMS45LTVjLTItLjgtNC40LS4zLTUuOCwxLjRsLTUsNi4xYy04LjctNC4xLTE1LjgtMTEuMi0yMC0yMGw2LjEtNWMxLjctMS40LDIuMy0zLjcsMS40LTUuOGwtNS0xMS45aDBaIi8+Cjwvc3ZnPg==');
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(25deg);
}
.btn.btn-sm {
  padding: 6px 18px;
}
@media (max-width: 767px) {
  div[class*="col-sm-"] + div[class*="col-sm-"] {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  div[class*="col-md-"] + div[class*="col-md-"] {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  div[class*="col-lg-"] + div[class*="col-lg-"] {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  div[class*="col-sm-"] + div[class*="col-sm-"] {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  div[class*="col-md-"] + div[class*="col-md-"] {
    margin-top: 0;
  }
}
.frame-space-before-extra-small {
  margin-top: 1rem;
}
.frame-space-before-small {
  margin-top: 2rem;
}
.frame-space-before-medium {
  margin-top: 3rem;
}
.frame-space-before-large {
  margin-top: 4rem;
}
.frame-space-before-extra-large {
  margin-top: 5rem;
}
.frame-space-after-extra-small {
  margin-bottom: 1rem;
}
.frame-space-after-small {
  margin-bottom: 2rem;
}
.frame-space-after-medium {
  margin-bottom: 3rem;
}
.frame-space-after-large {
  margin-bottom: 4rem;
}
.frame-space-after-extra-large {
  margin-bottom: 5rem;
}
.col {
  min-width: 0;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    flex: 1 1 0%;
    min-width: 0;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1400px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
}
.visible-xl {
  display: none !important;
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}
@media (min-width: 1400px) {
  .visible-lg,
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .visible-xl,
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-inline {
  display: inline !important;
}
.d-block {
  display: block !important;
}
.d-none {
  display: none !important;
}
.d-sm-none {
  display: none !important;
}
.d-sm-block {
  display: block !important;
}
.d-sm-inline {
  display: inline !important;
}
.d-sm-inline-block {
  display: inline-block !important;
}
.d-sm-flex {
  display: flex !important;
}
.d-md-none {
  display: none !important;
}
.d-md-block {
  display: block !important;
}
.d-md-inline {
  display: inline !important;
}
.d-md-inline-block {
  display: inline-block !important;
}
.d-md-flex {
  display: flex !important;
}
.d-lg-none {
  display: none !important;
}
.d-lg-block {
  display: block !important;
}
.d-lg-inline {
  display: inline !important;
}
.d-lg-inline-block {
  display: inline-block !important;
}
.d-lg-flex {
  display: flex !important;
}
.d-xl-none {
  display: none !important;
}
.d-xl-block {
  display: block !important;
}
.d-xl-inline {
  display: inline !important;
}
.d-xl-inline-block {
  display: inline-block !important;
}
.d-xl-flex {
  display: flex !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #3498db;
  transform-origin: center;
  z-index: 9999;
  visibility: hidden;
  pointer-events: none;
}
/* Animations */
@keyframes rotate-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate-counterclockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes wiggle {
  0% {
    transform: scale(1) rotate(0deg);
  }
  80% {
    transform: scale(1) rotate(0deg);
  }
  85% {
    transform: scale(0.9) rotate(5deg);
  }
  95% {
    transform: scale(1.2) rotate(-5deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes fadeInFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeOutToTop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
#pageheader {
  position: fixed;
  width: 100vw;
  z-index: 1312;
  will-change: background-color;
  background-color: unset;
  transition: background-color 0.3s ease-in-out;
}
#pageheader #logonavi {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  #pageheader #logonavi {
    padding: 1rem 105px;
  }
}
#pageheader #logonavi .logo {
  z-index: 1314;
}
#pageheader #logonavi .logo svg {
  height: clamp(2rem, 6vw, 5rem);
  transition: all 0.3s ease;
}
#pageheader #logonavi .logo svg .st0,
#pageheader #logonavi .logo svg .st1,
#pageheader #logonavi .logo svg .st2 {
  fill: #ffffff;
  stroke-width: 0px;
}
#pageheader #logonavi .logo svg #subline {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 992px) {
  #pageheader #logonavi .logo svg #subline {
    display: block;
    visibility: visible;
  }
}
#pageheader #logonavi .right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
}
#pageheader #logonavi .right .tx-kesearch-pi1 {
  position: fixed;
  inset: 0;
  width: 100svw;
  height: 100vh;
  background-color: #87b918;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s ease;
}
#pageheader #logonavi .right .tx-kesearch-pi1 form {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pageheader #logonavi .right .tx-kesearch-pi1 form .input-group {
  position: relative;
}
#pageheader #logonavi .right .tx-kesearch-pi1 form .input-group #ke_search_sword {
  position: relative;
  width: 100%;
  max-width: 80vw;
  height: 3rem;
  padding: 0 0 .75rem .75rem;
  border: unset;
  border-bottom: 3px solid #ffffff;
  background: unset;
  color: #ffffff;
  font-size: 2rem;
  font-family: 'Dosis';
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  #pageheader #logonavi .right .tx-kesearch-pi1 form .input-group #ke_search_sword {
    min-width: 800px;
  }
}
#pageheader #logonavi .right .tx-kesearch-pi1 form .input-group .input-group-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#pageheader #logonavi .right .tx-kesearch-pi1 form .input-group .input-group-btn button {
  background-color: unset;
  border: unset;
}
#pageheader #logonavi .right .tx-kesearch-pi1 form .input-group .input-group-btn button svg {
  width: 2.2rem;
  fill: #ffffff;
}
#pageheader #logonavi .right .searchToggleContainer button.search-toggle {
  background: unset;
  border: unset;
}
#pageheader #logonavi .right .searchToggleContainer button.search-toggle .toggleicon {
  display: flex;
  padding: .7rem;
  border-radius: 10rem;
  background-color: #ffffff;
  border: unset;
  cursor: pointer;
  position: relative;
  aspect-ratio: 1;
}
@media screen and (min-width: 1200px) {
  #pageheader #logonavi .right .searchToggleContainer button.search-toggle .toggleicon {
    padding: .9rem;
  }
}
#pageheader #logonavi .right .searchToggleContainer button.search-toggle .toggleicon:after {
  content: '';
  position: absolute;
  left: 92%;
  width: 1.3rem;
  aspect-ratio: 1;
  top: 50%;
  background-color: #ffffff;
  transform: translateY(-50%);
}
#pageheader #logonavi .right .searchToggleContainer button.search-toggle .toggleicon svg {
  fill: #000000;
  width: 1rem;
  transition: display 0.3s ease;
}
@media screen and (min-width: 480px) {
  #pageheader #logonavi .right .searchToggleContainer button.search-toggle .toggleicon svg {
    width: 1rem;
  }
}
@media screen and (min-width: 992px) {
  #pageheader #logonavi .right .searchToggleContainer button.search-toggle .toggleicon svg {
    width: 1.6rem;
  }
}
#pageheader #logonavi .right .searchToggleContainer button.search-toggle .toggleicon svg.closeicon {
  display: none;
}
#pageheader #logonavi .right #menu {
  display: none;
  visibility: hidden;
}
#pageheader.sticky {
  background-color: #15655a;
}
#pageheader.sticky .logo img {
  transform: scale(0.6);
}
.menupanel {
  position: fixed;
  inset: 0;
  background-color: #15655a;
  z-index: 1000;
  color: #ffffff;
  transition: all 0.3s ease;
  transform: scaleY(0);
  opacity: 0;
  transform-origin: top;
  width: 100svw;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  overflow: auto;
}
.menupanel .navbar {
  max-height: calc(100svh - 120px);
}
.menupanel #legalmenu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  padding-bottom: 2rem;
}
.menupanel #legalmenu li a {
  color: #ffffff;
  font-size: 0.9rem;
  text-decoration: none;
}
.menupanel #legalmenu li + li a {
  border-left: 1px solid #87b918;
  padding-left: 1rem;
}
/*
 * Navbar toggle
 * Source: http://mac81.github.io/pure-drawer/
 */
.mainmenutoggleContainer {
  container-type: inline-size;
  width: 100px;
  /* #menu{
        display: none;
        visibility: hidden;
    } */
}
@media screen and (min-width: 992px) {
  .mainmenutoggleContainer {
    width: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .mainmenutoggleContainer {
    width: 150px;
  }
}
.mainmenutoggleContainer #mainmenutoggle {
  background-color: #ffffff;
  color: #000000;
  border: none;
  border-radius: 100cqw;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 6.7cqw 13.3cqw;
  line-height: 0;
  font-family: 'neulis-neue', sans-serif;
  gap: .6rem;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.mainmenutoggleContainer #mainmenutoggle .toggleicon {
  display: flex;
  flex: 0 0 30cqw;
  flex-direction: column;
  position: relative;
  width: 30cqw;
  height: 23cqw;
}
.mainmenutoggleContainer #mainmenutoggle .toggleicon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 4cqw;
  top: calc(50% - 2cqw);
  right: 0;
  transition: all 0.2s ease;
}
.mainmenutoggleContainer #mainmenutoggle .toggleicon span:after {
  content: '';
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 0.5rem;
}
.mainmenutoggleContainer #mainmenutoggle .toggleicon span:nth-child(1) {
  transform: translateY(-8cqw);
  transition-delay: 0s;
}
.mainmenutoggleContainer #mainmenutoggle .toggleicon span:nth-child(2) {
  transition-delay: 0.15s;
  width: 60%;
}
.mainmenutoggleContainer #mainmenutoggle .toggleicon span:nth-child(3) {
  transform: translateY(8cqw);
  transition-delay: 0s;
  width: 80%;
}
.mainmenutoggleContainer #mainmenutoggle .text {
  transition: all 0.3s ease;
  font-size: 13cqw;
}
.mainmenutoggleContainer #mainmenutoggle.open {
  background-color: #ffffff;
}
.mainmenutoggleContainer #mainmenutoggle.open .toggleicon span:after {
  background-color: black;
}
.mainmenutoggleContainer #mainmenutoggle.open .toggleicon span:nth-child(1) {
  transform: rotate(45deg) translateY(0);
  transition-delay: 0.15s;
}
.mainmenutoggleContainer #mainmenutoggle.open .toggleicon span:nth-child(2) {
  transition-delay: 0s;
  width: 0;
}
.mainmenutoggleContainer #mainmenutoggle.open .toggleicon span:nth-child(3) {
  width: 100%;
  transform: rotate(-45deg) translateY(0);
  transition-delay: 0.15s;
}
.mainmenutoggleContainer #mainmenutoggle.open .text {
  color: black;
}
.mainmenutoggleContainer #mainmenutoggle:hover {
  text-decoration: none;
}
/**
 * Main navigation
 */
.usercentrics-button {
  position: relative;
  z-index: 1029;
}
.headerarea {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  margin-inline: 0;
  width: 100%;
  max-width: 100vw;
}
.headerarea .container {
  padding: 0;
}
.headerarea[data-scroll='up'] .pure-toggle-label .pure-toggle-icon,
.headerarea[data-scroll='up'] .pure-toggle-label .pure-toggle-icon::before,
.headerarea[data-scroll='up'] .pure-toggle-label .pure-toggle-icon::after {
  background-color: #ffffff;
}
.socialmenu {
  position: absolute;
  top: 0;
  right: 0rem;
  z-index: 1009;
  font-size: 1rem;
  /* background-color: @2ndcolor; */
  line-height: 1;
  padding: 0 7.5px;
  margin-bottom: 0;
  display: flex;
  height: 70px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .socialmenu {
    font-size: 1rem;
    right: 3rem;
  }
}
.socialmenu > li {
  display: block;
  padding: 0 1.875px;
}
.socialmenu > li > a {
  text-decoration: none;
  color: #ffffff;
  padding: 0.5em 0.5em;
  background-color: #87b918;
  transition: all 0.15s ease-in-out;
  border-radius: 50%;
}
.socialmenu > li > a:hover {
  background-color: #87b918;
}
@media screen and (min-width: 640px) {
  .socialmenu > li > a {
    padding: 0.5em 0.5em;
    line-height: 1;
  }
}
/*
 * Search Form (ke_search)
 */
.navbar form[role="search"] {
  position: absolute;
  top: 0;
  right: 148px;
  width: 40px;
  height: 70px;
  padding: 0;
  margin: 0;
  z-index: 1010;
  border: 0;
}
@media screen and (min-width: 640px) {
  .navbar form[role="search"] {
    right: 153px;
  }
}
@media (min-width: 992px) {
  .navbar form[role="search"] {
    right: 210px;
  }
}
.navbar form[role="search"] .input-group {
  height: 100%;
}
.navbar form[role="search"] .input-group .input-group-btn {
  display: flex;
}
.navbar form[role="search"] button,
.navbar form[role="search"] #ke_search_sword {
  padding: 0 9px;
  border: 0;
  margin: 0 !important;
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.navbar form[role="search"] #ke_search_sword {
  padding: 0;
  padding-left: 20px;
  opacity: 0;
  display: none;
  position: relative;
  top: auto;
  height: 100%;
  height: 70px;
}
.navbar form[role="search"] button[type="submit"] {
  display: table;
}
.navbar form[role="search"] button[type="submit"] .icon,
.navbar form[role="search"] button[type="submit"] span {
  display: table-cell;
  vertical-align: middle;
}
.navbar form[role="search"] button[type="submit"] .icon {
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .navbar form[role="search"] button[type="submit"] .icon {
    font-size: 1rem;
  }
}
.navbar form[role="search"] button[type="submit"] span {
  display: none;
}
.navbar form[role="search"] button[type="reset"] {
  display: none;
}
.navbar form[role="search"].active {
  width: 100%;
  right: 0;
}
.navbar form[role="search"].active button,
.navbar form[role="search"].active #ke_search_sword {
  display: table-cell;
  opacity: 1;
  color: #87b918 !important;
}
.navbar form[role="search"].active .input-group {
  background-color: #ffffff;
}
@media (min-width: 1150px) {
  .navbar form[role="search"].active {
    width: 450px;
    right: 15px;
  }
}
@media (min-width: 1400px) {
  .navbar form[role="search"].active {
    width: 510px;
  }
}
.navbar {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  min-height: 70px;
  padding-block: 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.navbar .container {
  max-width: unset;
}
.navbar .container .navbar-header {
  position: relative;
  z-index: 100;
  height: 70px;
}
.navbar .container .navbar-toggle {
  border: 0;
  line-height: 1;
  float: left;
  width: 25%;
  padding: 7.5px 0;
  margin: 0;
}
.navbar .container .navbar-collapse {
  border-top: none;
  box-shadow: none;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
}
.navbar .container .navbar-collapse.in {
  transform: scale(1);
  margin: 0;
}
.navbar .container:has(.navbar-collapse.in) .socialmenu li a {
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border: unset;
  border-color: unset;
}
.navbar-nav#mainmenu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.navbar-nav#mainmenu > li {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .navbar-nav#mainmenu > li {
    flex: 0 0 auto;
    justify-content: space-between;
    flex-direction: row;
  }
}
.navbar-nav#mainmenu > li > a {
  padding-inline: 0;
  font-family: 'Dosis';
  font-weight: 300;
}
.navbar-nav#mainmenu > li .dropdown-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: 0;
  position: static;
  margin-top: 0;
  list-style-type: none;
  transition: all 0.3s ease-in-out;
}
.navbar-nav#mainmenu > li .dropdown-menu li a {
  border: 1px solid #87b918;
  padding: .3rem 1rem;
  border-radius: 1rem;
  transition: transform 0.3s ease-in-out;
}
.navbar-nav#mainmenu > li .dropdown-menu li a span {
  color: #87b918;
  font-size: .8rem;
  text-decoration: unset;
}
.navbar-nav#mainmenu > li .dropdown-menu li a:hover {
  transform: translateY(-0.3rem);
}
.navbar-nav#mainmenu > li:hover > a:before {
  opacity: 1;
  transform: translateY(0.8rem);
}
.navbar-nav#mainmenu > li a,
.navbar-nav#mainmenu > li span {
  font-size: 3rem;
  margin-inline: auto;
}
.navbar-nav#mainmenu > li.dropdown {
  flex-direction: column;
  gap: 1rem;
}
.navbar-nav#mainmenu > li.dropdown .dropdown-menu {
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .navbar-nav#mainmenu > li.dropdown .dropdown-menu {
    flex-direction: row;
  }
}
.navbar-nav#mainmenu > li.open {
  background: unset;
}
.navbar-nav#mainmenu > li.open .a {
  background-color: unset;
  border: unset;
}
.navbar-nav#mainmenu > li.open .a:focus {
  background-color: unset;
}
.navbar-nav#mainmenu > li.open .dropdown-menu {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  display: flex;
}
@media screen and (min-width: 992px) {
  .navbar-nav#mainmenu > li.open .dropdown-menu {
    margin-top: 2rem;
  }
}
.navbar-nav#mainmenu > li.active a:before {
  opacity: 1;
}
.navbar-nav#mainmenu > li > a,
.navbar-nav#mainmenu > li span {
  color: #ffffff;
  background-color: transparent;
  padding: 7.5px 7.5px;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .navbar-nav#mainmenu > li > a,
  .navbar-nav#mainmenu > li span {
    padding: 0;
  }
}
.navbar-nav#mainmenu > li.active > a,
.navbar-nav#mainmenu > li:hover > a:not(span),
.navbar-nav#mainmenu > li:focus > a:not(span),
.navbar-nav#mainmenu > li > a:not(span):hover,
.navbar-nav#mainmenu > li > a:not(span):focus {
  background-color: unset;
  color: #87b918;
}
.navbar-nav#mainmenu > li.open > a {
  background-color: unset;
}
.navbar-nav#mainmenu > li.open > a:hover {
  background-color: unset;
}
.navbar-nav#mainmenu .dropdown-toggle .icon {
  float: right;
}
.navbar-nav#mainmenu .dropdown.open > .dropdown-toggle i:before {
  content: "\e905";
}
.navbar-nav#mainmenu .dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  margin: 10px 0;
  padding-left: 15px;
  /* &.first-level {
            margin-top: 10px;
            position: static;
            float: none;
            width: auto;
        } */
}
.navbar-nav#mainmenu .dropdown-menu > li > a {
  font-size: 1rem;
  font-weight: 400;
  padding: 7.5px 15px;
  line-height: 1;
  color: #ffffff;
  background-color: transparent;
  white-space: normal;
}
.navbar-nav#mainmenu .dropdown-menu > li > a:hover {
  background-color: #87b918;
  text-decoration: none;
}
.navbar-nav#mainmenu .dropdown-menu > li > a:hover span {
  color: #ffffff;
}
.navbar-nav#mainmenu .dropdown-menu > li.active > a,
.navbar-nav#mainmenu .dropdown-menu > li:hover > a,
.navbar-nav#mainmenu .dropdown-menu > li:focus > a,
.navbar-nav#mainmenu .dropdown-menu > li > a:hover,
.navbar-nav#mainmenu .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #87b918;
  text-decoration: none;
}
.navbar-nav#mainmenu .open .dropdown-menu {
  margin: 10px 0;
  background-color: transparent;
  border: 0;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
}
.navbar-nav#mainmenu .open .dropdown-menu > li > a {
  line-height: 1;
  padding: 15px 15px;
}
.headerarea[data-scroll="up"] .navbar form[role="search"] button[type="submit"] .icon {
  background-color: #87b918;
  padding: 0.5em 0.55em;
  border-radius: 50%;
}
body.open .headerarea .navbar form[role="search"] button[type="submit"] .icon {
  background-color: #87b918;
  padding: 0.5em 0.55em;
  border-radius: 50%;
}
body.open .headerarea .navbar form[role="search"] {
  right: 158px;
}
@media screen and (min-width: 992px) {
  body.open .headerarea .navbar form[role="search"] {
    right: 218px;
  }
}
body.open .headerarea .navbar-form.active button[type="submit"] .icon {
  color: #ffffff;
}
body.open .headerarea .socialmenu li a {
  color: #87b918;
}
body.open .menupanel {
  transform: scaleY(1);
  opacity: 1;
}
/**
 * Brand
 */
.navbar .container .navbar-brand {
  font-size: inherit;
  line-height: 1;
  width: 150px;
  height: auto;
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  left: 50vw;
  transform: translateX(-50%);
  top: 55px;
}
@media screen and (min-width: 768px) {
  .navbar .container .navbar-brand {
    transform: none;
    left: 1rem;
    top: 5rem;
    width: 13vw;
  }
}
.navbar .container .navbar-brand img {
  height: auto;
  width: 100%;
}
.headerarea:not([data-scroll="none"]) .navbar .container .navbar-brand {
  opacity: 0;
  display: none;
}
body.open .navbar .container .navbar-brand {
  display: none;
}
body.open header#pageheader #mainmenutoggle {
  background-color: #ffffff;
}
body.open header#pageheader #mainmenutoggle .toggleicon span:after {
  background-color: black;
}
body.open header#pageheader #mainmenutoggle .toggleicon span:nth-child(1) {
  transform: rotate(45deg) translateY(0);
  transition-delay: 0.15s;
}
body.open header#pageheader #mainmenutoggle .toggleicon span:nth-child(2) {
  transition-delay: 0s;
  width: 0;
}
body.open header#pageheader #mainmenutoggle .toggleicon span:nth-child(3) {
  width: 100%;
  transform: rotate(-45deg) translateY(0);
  transition-delay: 0.15s;
}
body.open header#pageheader #mainmenutoggle .text {
  color: black;
}
body.open .menupanel {
  transform: scaleY(1);
  opacity: 1;
}
body.open header#pageheader .inner .logonavi .logoposition svg * {
  fill: #ffffff;
}
body.search-open #pageheader #logonavi .right .tx-kesearch-pi1 {
  opacity: 1;
  transform: scaleY(1);
}
body.search-open .searchToggleContainer button.search-toggle .toggleicon svg.closeicon {
  display: block !important;
}
body.search-open .searchToggleContainer button.search-toggle .toggleicon svg.searchicon {
  display: none !important;
}
/* mmenu */
.mm-ocd .mm-ocd__content {
  width: 100%;
  max-width: 80vw;
  z-index: 5;
}
@media screen and (min-width: 64em) {
  .mm-ocd .mm-ocd__content {
    max-width: 400px;
  }
}
.mm-ocd .mm-ocd__content .mm-spn {
  background: #15655a;
  color: #ffffff;
}
.mm-ocd .mm-ocd__content .mm-spn .buttons {
  display: flex;
  justify-content: end;
  align-items: end;
  padding-top: 0.5rem;
}
@media screen and (min-width: 48em) {
  .mm-ocd .mm-ocd__content .mm-spn .buttons {
    padding-top: 2rem;
  }
}
.mm-ocd .mm-ocd__content .mm-spn .buttons .search .navbar-form .input-group #ke_search_sword {
  display: none !important;
  visibility: hidden;
}
.mm-ocd .mm-ocd__content .mm-spn .buttons .search .navbar-form .input-group .input-group-btn button[type="reset"] {
  display: none;
  visibility: hidden;
}
.mm-ocd .mm-ocd__content .mm-spn .buttons .search .navbar-form .input-group .input-group-btn button[type="submit"] {
  display: table;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: 0;
  transform: translateX(0.7rem);
}
.mm-ocd .mm-ocd__content .mm-spn .buttons .search .navbar-form .input-group .input-group-btn button[type="submit"] span {
  display: none;
  visibility: hidden;
}
.mm-ocd .mm-ocd__content .mm-spn .buttons .search .navbar-form .input-group .input-group-btn button[type="submit"] .icon:before {
  font-size: 1.5rem;
  font-weight: bold;
}
.mm-ocd .mm-ocd__content .mm-spn .buttons .navbar-toggle svg {
  fill: #ffffff;
}
.mm-ocd .mm-ocd__content .mm-spn .buttons .navbar-toggle #navbar-toggler-icon--top,
.mm-ocd .mm-ocd__content .mm-spn .buttons .navbar-toggle #navbar-toggler-icon--bottom,
.mm-ocd .mm-ocd__content .mm-spn .buttons .navbar-toggle #navbar-toggler-icon--middle {
  transition: all .3s ease;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.mm-ocd .mm-ocd__content .mm-spn .buttons .navbar-toggle #navbar-toggler-icon--top {
  transform: rotate(45deg) translate(-10px, 0px);
}
.mm-ocd .mm-ocd__content .mm-spn .buttons .navbar-toggle #navbar-toggler-icon--middle {
  opacity: 0;
}
.mm-ocd .mm-ocd__content .mm-spn .buttons .navbar-toggle #navbar-toggler-icon--bottom {
  transform: rotate(-45deg) translate(-19px, 11px);
}
.mm-ocd .mm-ocd__content .mm-spn a {
  font-weight: 400;
  padding-left: 0.5rem;
  padding-block: .4rem;
}
.mm-ocd .mm-ocd__content .mm-spn a.active,
.mm-ocd .mm-ocd__content .mm-spn a:hover {
  color: #ffffff;
}
.mm-ocd .mm-ocd__content .mm-spn .spacer {
  height: 3rem;
}
.mm-ocd .mm-ocd__content .mm-spn ul li {
  width: fit-content;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--light {
  color: #ffffff;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar:before {
  color: #ffffff;
  opacity: 1;
  top: 177px;
  left: 30px;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar:after {
  text-align: left;
  padding-left: 3.7rem !important;
  opacity: 1;
  font-weight: bold;
  font-size: 1.5rem;
  top: 150px;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar ul {
  top: 12rem;
  padding-inline: 2rem;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar ul:before {
  display: none;
  visibility: hidden;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li:nth-child(-n+4) a {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 0.5rem;
  font-weight: 400;
}
@media screen and (min-width: 48em) {
  .mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li:nth-child(-n+4) a {
    font-size: 1.5rem;
  }
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open span {
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 0.5rem;
  padding-block: .4rem;
  width: fit-content;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open span.active {
  font-weight: 700;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li a {
  width: fit-content;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li a:hover {
  color: #ffffff;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li a.active {
  color: #ffffff;
  font-weight: bold;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li a:not(:last-child) {
  font-size: 1.5rem;
  line-height: 1.5;
  left: var(--mm-spn-item-height);
  padding-left: 0.5rem;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li.footerNavItem {
  display: inline-flex !important;
  padding-right: 1rem;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li.footerNavItem:before {
  content: '';
  display: none;
  visibility: hidden;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li.footerNavItem a {
  width: fit-content;
  font-size: 0.8rem;
  padding-right: 0;
  padding-left: 0.5rem;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li:has(ul):before {
  color: #ffffff;
  opacity: 1;
  top: 50%;
  left: unset;
  right: 0;
  transition: all .3s ease;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li:after {
  display: none;
  visibility: hidden;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li:has(ul):hover:before {
  right: -.5rem;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open.mm-spn--parent {
  /* Submenü */
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open.mm-spn--parent .mm-spn--open {
  padding-top: 3rem;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open.mm-spn--parent .mm-spn--open li a {
  font-size: 1rem;
  text-wrap: nowrap;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open.mm-spn--parent .mm-spn--open li a:last-child {
  padding-left: .5rem;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open.mm-spn--parent .mm-spn--open li:first-of-type a {
  padding-left: .5rem;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .frame-layout-0 {
  padding-inline: 0;
}
.mm-ocd .mm-ocd__content .mm-spn a:not(:last-child):after {
  display: none;
}
.mm-ocd .mm-ocd__content .mm-spn a.icon {
  font-family: 'Montserat' !important;
  font-size: 0.8rem;
  padding-left: 0.5rem;
  color: #ffffff;
  display: flex;
  gap: 1rem;
}
.mm-ocd .mm-ocd__content .mm-spn a.icon svg {
  width: 1rem;
  fill: #ffffff;
}
.mm-ocd .mm-ocd__content .mm-spn a.icon:hover {
  background-color: unset;
  color: #ffffff;
}
.mm-ocd .mm-ocd__backdrop {
  cursor: pointer;
}
.kopfgrafik {
  position: relative;
}
.kopfgrafik .tx-stickynav {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 1200px) {
  .kopfgrafik .tx-stickynav {
    display: block;
    visibility: visible;
  }
}
/*
 *	Breadcrumb
 */
#breadcrumb {
  margin-bottom: 3rem;
}
#breadcrumb ul.breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent;
  line-height: 1;
  font-size: 16px;
  color: #87b918;
  display: flex;
  list-style-type: none;
}
#breadcrumb ul.breadcrumb > li {
  padding: 0;
}
#breadcrumb ul.breadcrumb > li a {
  color: #000000;
  text-decoration: underline;
}
#breadcrumb ul.breadcrumb > li.active h1 {
  font-size: 1rem;
  color: #000000;
  background: unset;
  margin-bottom: 0;
  font-family: 'Montserat';
  font-weight: 700;
}
#breadcrumb ul.breadcrumb > li + li {
  position: relative;
  padding-left: 1rem;
  margin-left: .5rem;
}
#breadcrumb ul.breadcrumb > li + li:before {
  content: '»';
  position: absolute;
  left: 0;
  color: #87b918;
  font-size: 1rem;
}
@media (max-width: 767px) {
  #breadcrumb ul.breadcrumb {
    display: none !important;
  }
}
#scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 30px;
  display: table;
  width: 40px;
  height: 40px;
  background-color: #87b918;
  color: #ffffff;
  opacity: 0;
  cursor: pointer;
}
#scroll-to-top .icon {
  top: 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#scroll-to-top[data-scroll="up"] {
  opacity: 1;
}
#scroll-to-top:hover,
#scroll-to-top:focus {
  text-decoration: none;
}
/*
 *	Header change on scroll
 */
.headerarea {
  position: fixed;
}
.headerarea[data-scroll="none"],
.headerarea[data-scroll="up"] {
  top: 0;
}
.headerarea[data-scroll="up"] {
  background: #87b918;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.headerarea[data-scroll="up"] .pure-toggle-label .pure-toggle-icon,
.headerarea[data-scroll="up"] .pure-toggle-label .pure-toggle-icon:before,
.headerarea[data-scroll="up"] .pure-toggle-label .pure-toggle-icon:after {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .headerarea[data-scroll="up"] .navbar-brand {
    display: block;
    z-index: 98;
    left: 4rem;
    position: absolute;
    width: max-content;
  }
}
@media screen and (min-width: 1024px) {
  .headerarea[data-scroll="up"] .navbar-brand {
    left: 30vw;
  }
}
.headerarea[data-scroll="down"] {
  top: -80px;
}
.maincontent {
  position: relative;
  padding-top: 10rem;
}
@media screen and (min-width: 480px) {
  .maincontent {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 992px) {
  .maincontent {
    padding-top: 8rem;
  }
}
/*
 *	Typo3 Frame Layout
 *	Layout 0: normal, 1: breit, 2: fullscreen
 */
.frame {
  padding-inline: 15px;
  margin-inline: auto;
}
.frame-layout-0 {
  max-width: 920px;
}
.frame-layout-1 {
  max-width: 1400px;
}
.frame-layout-2 {
  max-width: 100vw;
}
@media screen and (min-width: 768px) {
  .frame-layout-2 {
    padding-inline: 0;
  }
}
.frame-layout-5 {
  max-width: 920px;
}
.frame-layout-5 .ce-textpic {
  display: flex;
  gap: 1rem;
}
.frame-layout-5 .ce-textpic .ce-gallery {
  width: fit-content;
}
.frame-layout-5 .ce-textpic .ce-gallery svg {
  height: 4rem;
  width: auto;
}
.frame-layout-5 .ce-textpic .ce-bodytext p {
  margin: 0;
}
.frame-layout-5 .ce-textpic .ce-bodytext p a {
  color: #000000;
  text-decoration: underline;
}
.frame-layout-5 .ce-textpic .ce-bodytext p a:hover {
  color: #87b918;
}
.uc-embedding-wrapper {
  color: #ffffff;
}
.uc-embedding-wrapper h1,
.uc-embedding-wrapper h2,
.uc-embedding-wrapper h3,
.uc-embedding-wrapper h4 {
  color: #ffffff;
}
.uc-embedding-wrapper a {
  color: #87b918 !important;
}
.ce-gallery figure {
  margin: 0;
}
ol.sc ::marker {
  color: #15655a;
  font-size: 3rem;
}
.ce-accordion .panel {
  border-color: #15655a !important;
  border-bottom-left-radius: 0 !important;
  border-radius: 1rem !important;
}
.ce-accordion .panel .panel-header {
  padding: .75rem 1rem !important;
  transition: all 0.3s ease-in-out;
}
.ce-accordion .panel .panel-header .title {
  font-family: 'Montserat' !important;
  font-size: 1.1rem !important;
}
.ce-accordion .panel .panel-header .icon svg {
  fill: #15655a !important;
}
.ce-accordion .panel.active .panel-header {
  padding-top: 2rem !important;
}
.ce-tabnav .ce-bodytext {
  display: flex;
  flex-direction: column;
}
.ce-tabnav .ce-bodytext .nav-tabs {
  padding-inline: 15px;
  list-style-type: none;
  display: flex;
  border: unset;
  gap: .5rem;
}
.ce-tabnav .ce-bodytext .nav-tabs .nav-item .nav-link {
  color: #000000;
  border: 2px solid #15655a;
  padding: .5rem 1.5rem;
  border-radius: 100rem;
  border-bottom-left-radius: 0;
  text-decoration: none;
  font-size: 1rem;
}
.ce-tabnav .ce-bodytext .nav-tabs .nav-item .nav-link.active {
  background-color: #15655a;
  color: #ffffff;
}
.ce-tabnav .ce-bodytext .tab-content {
  /* Standardmäßig sind die Tabs versteckt, außer das aktive */
}
.ce-tabnav .ce-bodytext .tab-content .contentheader {
  display: none;
  visibility: hidden;
}
.ce-tabnav .ce-bodytext .tab-content .tab-pane {
  display: none;
}
.ce-tabnav .ce-bodytext .tab-content .tab-pane.show.active {
  display: block;
}
footer {
  width: 100%;
  position: relative;
  padding-top: 5rem;
  margin-top: 5rem;
}
footer .container {
  max-width: 1156px;
  padding-inline: 15px;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 48em) {
  footer .container {
    padding-inline: 0;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 64em) {
  footer .container {
    padding-left: 10rem;
  }
}
@media screen and (min-width: 78.75em) {
  footer .container {
    grid-template-columns: 1fr 1fr;
  }
}
footer .container .left {
  max-width: 435px;
}
footer .container .left svg {
  max-height: 85px;
}
footer .container .right .tx-powermail h3 {
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
}
footer .container .left .frame,
footer .container .right .frame {
  padding-inline: 0;
  margin-inline: 0;
}
footer .container .left .frame header,
footer .container .right .frame header {
  display: none;
  visibility: hidden;
}
footer .container.footer-karriere .left {
  max-width: unset;
  display: flex;
  gap: 4rem;
}
footer .container.footer-karriere .left svg {
  height: 100%;
  width: clamp(10rem, 30vw, 34rem);
}
footer .container .tx-powermail .powermail_fieldwrap_type_input,
footer .container .tx-powermail .powermail_textarea {
  border-width: 1px !important;
}
.ce-accordion {
  --keycolor: #15655a;
}
.ce-accordion .panel {
  border: 2px solid var(--keycolor);
  transition: border-color 0.25s ease-in-out;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.ce-accordion .panel .panel-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
.ce-accordion .panel .panel-header .title {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  transition: color 0.25s ease-in-out;
}
.ce-accordion .panel .panel-header .icon {
  display: flex;
  width: 1.2rem;
  height: 1.2rem;
}
.ce-accordion .panel .panel-header .icon svg {
  width: 100%;
  height: 100%;
  transition: transform 0.25s ease-in-out;
}
.ce-accordion .panel .panel-header .icon svg * {
  transition: fill 0.25s ease-in-out;
  fill: var(--keycolor);
}
.ce-accordion .panel .panel-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease-in-out;
}
.ce-accordion .panel .panel-content .inner {
  box-sizing: content-box;
  overflow: hidden;
  height: 100%;
}
.ce-accordion .panel .panel-content .inner .content-padding {
  padding: 0 1rem 1rem 1rem;
}
.ce-accordion .panel .panel-content .inner > * {
  /* margin-top: 2rem; */
}
.ce-accordion .panel:hover {
  border-color: var(--keycolor);
}
.ce-accordion .panel:hover .panel-header .title {
  color: var(--keycolor);
}
.ce-accordion .panel:hover .panel-header .icon svg * {
  fill: var(--keycolor);
}
.ce-accordion .panel.active {
  border-color: var(--keycolor);
}
.ce-accordion .panel.active .panel-header .title {
  color: var(--keycolor);
}
.ce-accordion .panel.active .panel-header .icon svg {
  transform: rotate(90deg);
}
.ce-accordion .panel.active .panel-header .icon svg * {
  fill: var(--keycolor);
}
.ce-accordion .panel.active .panel-content {
  grid-template-rows: 1fr;
}
/* Für alle */
.ce-twocolumns,
.ce-threecolumns,
.ce-fourcolumns {
  --gap: 30px;
}
.ce-twocolumns > .inner,
.ce-threecolumns > .inner,
.ce-fourcolumns > .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* Zweispalter */
.ce-twocolumns .inner {
  /* .column {
        flex: 0 0 100%;
        width: 100%;

        > .frame {
            padding-left: 0;
            padding-right: 0;
        }
        
        @media (min-width: 768px) {
            flex: 0 0 calc(~"50% - var(--gap)");
            width: calc(~"50% - var(--gap)");    
        }
    } */
}
.frame-type-twocolumns.frame-layout-50 .column {
  flex: 0 0 100%;
  width: 100%;
}
.frame-type-twocolumns.frame-layout-50 .column > .frame {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .frame-type-twocolumns.frame-layout-50 .column {
    flex: 0 0 calc(60% - var(--gap));
    width: calc(60% - var(--gap));
  }
}
@media (min-width: 768px) {
  .frame-type-twocolumns.frame-layout-50 .column:nth-child(2) {
    flex: 0 0 calc(40% - var(--gap));
    width: calc(40% - var(--gap));
  }
}
.frame-type-twocolumns.frame-layout-60 .inner {
  gap: 3rem;
}
.frame-type-twocolumns.frame-layout-60 .column {
  flex: 0 0 100%;
}
.frame-type-twocolumns.frame-layout-60 .column > .frame {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .frame-type-twocolumns.frame-layout-60 .column {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .frame-type-twocolumns.frame-layout-60 .column:nth-child(2) {
    flex: 0 0 16rem;
  }
}
/* Dreispalter */
.ce-threecolumns .inner .column {
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .ce-threecolumns .inner .column {
    flex: 0 0 calc(33.3333% - var(--gap));
    width: calc(33.3333% - var(--gap));
  }
}
/* Vierspalter */
.ce-fourcolumns .inner .column {
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .ce-fourcolumns .inner .column {
    flex: 0 0 calc(25% - var(--gap));
    width: calc(25% - var(--gap));
  }
}
/**
 *	Powermail
 *	Custom file input [https://tympanus.net/Tutorials/CustomFileInputs/]
 */
.powermail_file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.powermail_file + label {
  cursor: pointer;
  margin-bottom: 15px;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
}
.powermail_file + label .placeholder {
  padding: 8.5px 0;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.powermail_file + label .btn {
  font-size: 1rem;
}
.powermail_file:focus + label,
.powermail_file.has-focus + label,
.powermail_file + label:hover {
  border-color: #15655a;
}
@media (min-width: 992px) {
  .powermail_file + label {
    margin-bottom: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
  }
}
.powermail_file + label {
  margin-top: 1rem;
}
.powermail_file + label .btn {
  border: 1px solid #ffffffcc;
  color: #ffffff;
  margin: 0;
}
/**
 *	Powermail forms
 */
.powermail_form .form-control {
  font-size: 1rem;
  height: auto;
  padding: 1rem 15px;
}
.powermail_form .form-control:focus {
  outline: 0;
}
.powermail_form legend {
  display: none;
}
.powermail_form fieldset + fieldset {
  margin-top: 30px;
}
.powermail_form label {
  font-weight: 400;
}
.powermail_form .powermail_fieldwrap_type_submit {
  text-align: left;
}
@media (min-width: 768px) {
  .powermail_form.form-horizontal label {
    text-align: left;
  }
}
.powermail_form .powermail-errors-list {
  color: #ffffff;
  background-color: #87b918;
  list-style: none;
  font-size: 1rem;
  padding: 6px 12px;
  border: 0;
}
.powermail_form .powermail-errors-list > li {
  padding: 6px 0;
  color: #ffffff;
}
.powermail_form .powermail_message {
  list-style: none;
  min-height: 1px;
  padding: 20px;
}
.powermail_form .powermail_message.powermail_message_error {
  background: none;
  background-color: #87b918;
}
.powermail_form .powermail_message.powermail_message_error li {
  color: #ffffff;
  padding: 0;
}
/**
 *	Powermail
 *	Checkbox/Radio styles
 */
.checkbox-square,
.radio-square {
  margin-top: 0;
}
.checkbox-square label,
.radio-square label {
  display: table-cell;
}
.checkbox-square .radio-inline + .radio-inline,
.radio-square .radio-inline + .radio-inline {
  margin-left: 0;
  padding-left: 35px;
}
.checkbox-square .box-square,
.radio-square .box-square,
.checkbox-square .box-text,
.radio-square .box-text {
  display: table-cell;
  vertical-align: middle;
  height: 30px;
}
.checkbox-square .box-text .glyphicon,
.radio-square .box-text .glyphicon {
  color: #15655a;
}
.checkbox-square .box-text span,
.radio-square .box-text span {
  margin-left: 5px;
}
.checkbox-square .box-square,
.radio-square .box-square {
  position: relative;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  width: 30px;
  float: left;
  margin-right: 15px;
  margin-left: -20px;
}
.checkbox-square .box-square .glyphicon,
.radio-square .box-square .glyphicon {
  position: absolute;
  font-size: 15px;
  line-height: 0;
  top: 50%;
  left: 25%;
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.checkbox-square input[type="checkbox"],
.radio-square input[type="checkbox"],
.checkbox-square input[type="radio"],
.radio-square input[type="radio"] {
  display: none;
}
.checkbox-square input[type="checkbox"]:checked + .box-square,
.radio-square input[type="checkbox"]:checked + .box-square,
.checkbox-square input[type="radio"]:checked + .box-square,
.radio-square input[type="radio"]:checked + .box-square {
  border-color: #15655a;
}
.checkbox-square input[type="checkbox"]:checked + .box-square .glyphicon,
.radio-square input[type="checkbox"]:checked + .box-square .glyphicon,
.checkbox-square input[type="radio"]:checked + .box-square .glyphicon,
.radio-square input[type="radio"]:checked + .box-square .glyphicon {
  color: #15655a;
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox-square input[type="checkbox"]:disabled + .box-square,
.radio-square input[type="checkbox"]:disabled + .box-square,
.checkbox-square input[type="radio"]:disabled + .box-square,
.radio-square input[type="radio"]:disabled + .box-square {
  opacity: .5;
}
/**
 *	Powermail
 *	Select styles
 */
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url('inc/img/select.svg');
  background-position: right 12px center;
  background-repeat: no-repeat;
  padding-right: 36px;
}
select.form-control::-ms-expand {
  display: none;
}
.tx-powermail .powermail_fieldset {
  min-width: 0;
  padding: 0;
  margin: 2rem 0;
  border: 0;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap {
  position: relative;
  margin-bottom: 1.2rem;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_input .powermail_input {
  font-size: 1rem;
  height: auto;
  padding: 1.5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  box-shadow: none;
  width: calc(100% - 2.4rem);
  border: unset;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_textarea .powermail_label {
  top: 0.7rem;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_textarea .powermail_textarea {
  font-size: 1rem;
  padding: 1rem 1.2rem;
  padding-left: 0;
  padding-bottom: .5rem;
  box-shadow: none;
  width: calc(100% - 2.4rem);
  border: unset;
  border-bottom: 3px solid #15655a;
  resize: vertical;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit .powermail_submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-color: #15655a;
  color: #ffffff;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_input .powermail_label,
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_textarea .powermail_label {
  position: absolute;
  top: 0.7rem;
  /* transform: translateY(-50%); */
  transition: all 0.1s ease;
  font-size: 1rem;
  pointer-events: none;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_input.focus .powermail_label,
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_textarea.focus .powermail_label,
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_input:has(.powermail_input:focus) .powermail_label,
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_textarea:has(.powermail_input:focus) .powermail_label,
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_input .powermail_input:empty + .powermail_label,
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_textarea .powermail_input:empty + .powermail_label,
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_input:has(.powermail_textarea:focus) .powermail_label,
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_textarea:has(.powermail_textarea:focus) .powermail_label {
  top: 0;
  /* transform: translateY(0); */
  font-size: .8rem;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check {
  display: block;
  align-items: center;
  cursor: pointer;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio .powermail_label,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .powermail_label {
  display: none;
  visibility: hidden;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio .powermail_field,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .powermail_field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio > label,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check > label {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio .powermail_field label,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .powermail_field label {
  display: flex;
  gap: 0.5rem;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio input,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check input {
  display: none;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio input + .box-square,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check input + .box-square {
  width: 20px;
  height: 20px;
  border: 2px solid #15655a;
  background-color: white;
  position: relative;
  border-radius: 1rem;
  margin-right: 10px;
  transition: all 0.3s ease;
  display: block;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio input + .box-square:hover,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check input + .box-square:hover {
  border-color: #87b918;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio input + .box-square:after,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check input + .box-square:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #87b918;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
  border-radius: 2px;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio input:checked + .box-square::after,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check input:checked + .box-square::after {
  transform: translate(-50%, -50%) scale(1);
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio input:focus + .box-square,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check input:focus + .box-square {
  outline: none;
  box-shadow: 0 0 3px #87b918;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio input:disabled + .box-square,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check input:disabled + .box-square {
  background-color: #cccccc;
  border-color: #555;
  cursor: not-allowed;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio input:disabled + .box-square::after,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check input:disabled + .box-square::after {
  background-color: #ddf4a9;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio .box-text,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .box-text {
  font-size: 14px;
  color: #333;
}
.tx-powermail .powermail_fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding-right: 1.2rem;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap {
  margin: 0;
  width: 100%;
  border: unset;
}
@media screen and (min-width: 768px) {
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.breite33 {
    width: calc(33.3333333333% - 1rem);
  }
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.breite40 {
    width: calc(40% - 1rem);
  }
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.breite50 {
    width: calc(50% - 1rem);
  }
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.breite60 {
    width: calc(60% - 1rem);
  }
  .tx-powermail .powermail_fieldset .powermail_fieldwrap.breite70 {
    width: calc(70% - 1rem);
  }
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_input {
  border-bottom: 3px solid #15655a;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_select,
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_text {
  margin-top: 1rem;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_select .powermail_field .powermail_select {
  width: 100%;
  border: 3px solid #15655a;
  padding: .5rem 1rem;
  border-radius: 1rem;
  border-bottom-left-radius: unset;
  background: unset;
  font-size: 1rem;
  position: relative;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_select .powermail_field .powermail_select::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  pointer-events: none;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file .powermail_field {
  width: fit-content;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file .powermail_field .powermail_label {
  display: none;
  visibility: hidden;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file .powermail_field .powermail_field label span.btn-primary {
  background-color: #87b918;
}
.tx-kesearch-pi1 .kesearch_searchbox .input-group-btn .resetbutt {
  display: none;
  visibility: hidden;
}
.tx-kesearch-pi1 .kesearch_searchbox .submitbutt input {
  min-width: unset;
  max-width: unset;
  margin: 0;
  height: 100%;
  background-color: #87b918;
  color: #ffffff;
}
.maincontent .tx-kesearch-pi1 {
  font-family: 'Dosis';
}
.maincontent .tx-kesearch-pi1 .kesearch_searchbox {
  display: flex;
  gap: 1rem;
}
.maincontent .tx-kesearch-pi1 .kesearch_searchbox .kesearchbox {
  height: 100%;
  margin: 0;
  flex-grow: 1;
}
.maincontent .tx-kesearch-pi1 .kesearch_searchbox .kesearchbox input {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  display: block !important;
  border: unset;
  border-bottom: 3px solid #87b918;
  font-size: 1.5rem;
}
.maincontent .tx-kesearch-pi1 .kesearch_searchbox .resetbutt a {
  margin: 0;
}
.tx-kopfgrafik {
  color: #ffffff;
}
.tx-kopfgrafik.full .content {
  left: 1rem;
}
@media screen and (min-width: 992px) {
  .tx-kopfgrafik.full .content {
    left: 105px;
  }
}
.tx-kopfgrafik.full .content .title,
.tx-kopfgrafik.full .content .subtitle {
  font-family: 'Dosis', sans-serif;
}
.tx-kopfgrafik.full .content .title {
  font-size: clamp(3rem, 10vw, 10rem);
  font-weight: 200;
  line-height: 1;
  max-width: 10ch;
  margin-bottom: 1rem;
}
.tx-kopfgrafik.full .content .subtitle {
  font-size: clamp(1rem, 4vw, 2rem);
  font-weight: 300;
}
.tx-kopfgrafik.small .content {
  bottom: 30%;
  left: 1rem;
}
@media screen and (min-width: 992px) {
  .tx-kopfgrafik.small .content {
    left: 105px;
  }
}
.tx-kopfgrafik.small .content .title,
.tx-kopfgrafik.small .content .subtitle {
  font-family: 'Dosis', sans-serif;
}
.tx-kopfgrafik.small .content .title {
  font-size: clamp(1.5rem, 4vw, 3.4rem);
  font-weight: 200;
  line-height: 1;
  max-width: 30ch;
}
.tx-kopfgrafik.small .content .subtitle {
  font-size: clamp(1rem, 4vw, 2.2rem);
  font-weight: 300;
}
.tx-stickynav {
  color: #ffffff;
  right: 6.5rem;
  position: fixed;
  top: 20%;
  transition: all 0.3s ease;
  z-index: 999;
}
.tx-stickynav .date {
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  font-size: 5rem;
  line-height: 1;
}
.tx-stickynav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tx-stickynav ul li.item {
  font-size: 1rem;
  line-height: 1.4;
}
.tx-stickynav ul li.item a {
  color: inherit;
  font-weight: 800;
}
.tx-stickynav.scrolled {
  color: #000000;
  right: 2.5rem;
}
.tx-stickynav.scrolled .date {
  font-size: 3rem;
}
.tx-stickynav.scrolled ul li.item {
  font-size: .8rem;
}
.tx-subnav {
  position: absolute;
  top: 0rem;
  right: unset;
  left: 0;
  width: 100%;
  border-radius: unset;
  background-color: #87b918;
}
.tx-subnav ul li + li a {
  border-left: 1px solid #87b918;
}
.tx-subnav ul li a {
  background-color: unset;
  color: #ffffff;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .tx-subnav ul li {
    flex: 1;
    border-bottom: unset;
  }
  .tx-subnav ul li a {
    padding: 0;
    line-height: 1;
    flex: 1;
    text-align: center;
    padding-left: 1.5rem;
  }
  .tx-subnav ul li + li {
    padding-left: 0;
  }
  .tx-subnav ul li:nth-of-type(2n-1) {
    border-right: unset;
  }
  .tx-subnav ul li:nth-of-type(1),
  .tx-subnav ul li:nth-of-type(2) {
    border-bottom: unset;
  }
}
@media screen and (min-width: 992px) {
  .tx-subnav ul li {
    /* &+li {
                    border-right: unset !important;
                    border-left: 1px solid @1stcolor;
                } */
  }
}
@media screen and (min-width: 992px) {
  .tx-subnav {
    position: absolute;
    left: unset;
    top: 0;
    bottom: 0;
    transform: translateY(-50%);
    right: 105px;
    width: fit-content;
    height: fit-content;
    background-color: #ffffff;
    border-radius: 1rem 1rem 1rem 0;
    box-shadow: 2.2px 2.2px 2.2px rgba(21, 101, 90, 0.02), 5.3px 5.3px 5.3px rgba(21, 101, 90, 0.028), 10px 10px 10px rgba(21, 101, 90, 0.035), 17.9px 17.9px 17.9px rgba(21, 101, 90, 0.042), 33.4px 33.4px 33.4px rgba(21, 101, 90, 0.05), 80px 80px 80px rgba(21, 101, 90, 0.07000000000000001);
  }
  .tx-subnav ul {
    padding: 0.3rem 2rem;
  }
  .tx-subnav li a {
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: 600;
    color: #15655a !important;
  }
}
@media screen and (min-width: 1200px) {
  .tx-subnav {
    right: 260px;
  }
}
.tx-subnav.scrolled {
  top: -1.1rem;
}
.tx-cards {
  --gap: 1rem;
}
.tx-cards ul {
  justify-content: space-between;
}
.tx-cards ul li {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .tx-cards ul li {
    flex: 0 0 calc(33.33333333% - var(--gap));
  }
}
.tx-cards ul li .card {
  border: 3px solid #15655a;
  container-type: inline-size;
}
.tx-cards ul li .card .image {
  background-color: #87b918;
}
.tx-cards ul li .card .image svg {
  stroke-width: 0;
  fill: white;
}
.tx-cards ul li .card.style1 .text {
  color: black;
  display: flex;
  flex-direction: column;
}
.tx-cards ul li .card.style1 .text .title {
  font-size: clamp(1.2rem, 10cqw, 5rem);
  color: inherit;
  font-weight: bold;
  line-height: 1.2;
  max-width: 16ch;
}
.tx-cards ul li .card.style1 .text .subtitle {
  color: inherit;
  font-size: clamp(1rem, 5cqw, 2rem);
  line-height: 1.5;
}
.tx-cards ul li .card.style1 .image {
  background-color: #87b918;
}
.tx-cards ul li .card.style1 .image svg,
.tx-cards ul li .card.style1 .image .st0,
.tx-cards ul li .card.style1 .image .st1,
.tx-cards ul li .card.style1 .image .st2 {
  fill: #ffffff;
}
.tx-cards ul li .card.style1 a {
  color: inherit;
  font-size: clamp(1rem, 5cqw, 2rem);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tx-cards ul li .card.style1 a svg {
  width: 1rem;
  height: 1rem;
  fill: #000000;
}
.tx-cards ul li .card.style1 a svg .st0,
.tx-cards ul li .card.style1 a svg .st1,
.tx-cards ul li .card.style1 a svg .st2 {
  fill: #000000;
}
.tx-cards ul li .card.style2 {
  border-color: #87b918;
  background-color: #87b918;
  color: #ffffff;
}
.tx-cards ul li .card.style2 .image {
  background-color: #ffffff;
}
.tx-cards ul li .card.style2 .image svg {
  fill: #87b918;
}
.tx-cards ul li .card.style2 .image svg .st0,
.tx-cards ul li .card.style2 .image svg .st1,
.tx-cards ul li .card.style2 .image svg .st2 {
  fill: #87b918;
}
.tx-cards ul li .card.style2 .text {
  color: inherit;
  display: flex;
  flex-direction: column;
}
.tx-cards ul li .card.style2 .text .title {
  font-size: clamp(1.2rem, 10cqw, 5rem);
  color: inherit;
  font-weight: bold;
  line-height: 1.2;
  max-width: 16ch;
}
.tx-cards ul li .card.style2 .text .subtitle {
  color: inherit;
  font-size: clamp(1rem, 5cqw, 2rem);
  line-height: 1.5;
}
.tx-cards ul li .card.style2 a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tx-cards ul li .card.style2 a svg {
  width: 1rem;
  height: 1rem;
  fill: #ffffff;
}
.tx-cards ul li .card.style3 {
  color: #15655a;
}
.tx-cards ul li .card.style3 .image {
  background-color: #87b918;
}
.tx-cards ul li .card.style3 .image svg {
  fill: #ffffff;
}
.tx-cards ul li .card.style3 .image svg .st0,
.tx-cards ul li .card.style3 .image svg .st1,
.tx-cards ul li .card.style3 .image svg .st2 {
  fill: #ffffff;
}
.tx-cards ul li .card.style3 .text {
  color: inherit;
  display: flex;
  flex-direction: column;
}
.tx-cards ul li .card.style3 .text .title {
  font-size: clamp(1.2rem, 10cqw, 5rem);
  color: inherit;
  font-weight: normal;
  line-height: 1.2;
  max-width: 16ch;
}
.tx-cards ul li .card.style3 .text .subtitle {
  color: inherit;
  font-size: clamp(1rem, 5cqw, 2rem);
  line-height: 1.5;
}
.tx-cards ul li .card.style3 a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tx-cards ul li .card.style3 a svg {
  fill: #15655a;
  width: 1rem;
  height: 1rem;
}
.tx-image-with-flip-cards .flipcards-wrapper .flip-card .inner .front,
.tx-image-with-flip-cards .flipcards-wrapper .flip-card .inner .back {
  border-radius: 1rem 1rem 1rem 0;
  height: 100%;
  width: 100%;
  background-color: #87b918;
  backface-visibility: hidden;
}
.tx-abbinder .content {
  background-color: #87b918;
  color: #ffffff;
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-bottom-left-radius: 0;
}
@media screen and (min-width: 992px) {
  .tx-abbinder .content {
    padding: 3.5rem 4rem;
  }
}
.tx-abbinder .content .title {
  color: inherit;
  font-family: 'Dosis';
}
.tx-abbinder .content .subline {
  color: inherit;
  line-height: 1.3;
  max-width: 60ch;
}
.tx-abbinder .content a {
  color: inherit;
}
.tx-abbinder .content a svg {
  fill: #ffffff;
}
.tx-grid .borderRight,
.tx-grid .borderBottom {
  border-width: 4px;
  border-color: #15655a;
}
.tx-grid .gridContainer .item {
  border-bottom: 4px solid #15655a;
}
.tx-grid .gridContainer .item:last-child {
  border-bottom: unset;
}
@media screen and (min-width: 600px) {
  .tx-grid .gridContainer .item .outer.borderRight {
    border-right: 4px solid #15655a;
  }
  .tx-grid .gridContainer .item.last-in-row .outer.borderRight {
    border-right: none;
  }
  .tx-grid .gridContainer .item.last-row {
    border-bottom: unset;
  }
}
.tx-grid .gridContainer .item .icon {
  line-height: 1;
}
.tx-grid .gridContainer .item .icon.darkgreen,
.tx-grid .gridContainer .item .icon.darkgreen .st0 {
  fill: #15655a;
}
.tx-grid .gridContainer .item .icon.lightgreen {
  fill: #87b918;
}
.tx-grid .gridContainer .item.borderBottom {
  border-bottom-color: #15655a;
}
@media screen and (min-width: 48em) {
  .tx-grid .gridContainer .item.last-in-row .borderRight {
    border-right: none !important;
  }
}
.tx-kachelswiper {
  --padding: 2rem;
  min-width: 0;
  max-width: 100%;
  flex: 1 1 0%;
}
.tx-kachelswiper .swiper .swiper-wrapper .swiper-slide .content {
  border: 2px solid #15655a;
  border-radius: 0.5rem;
  border-bottom-left-radius: 0;
  padding: var(--padding);
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.tx-kachelswiper .swiper .swiper-wrapper .swiper-slide .content img {
  aspect-ratio: 1.33;
  width: 100%;
  object-fit: cover;
}
.tx-kachelswiper .swiper .swiper-wrapper .swiper-slide .content .text h3 {
  margin-bottom: .5rem;
  color: #15655a;
  font-size: 2rem;
  font-weight: 500;
}
.tx-kachelswiper .swiper .swiper-wrapper .swiper-slide .content .text p {
  margin: 0;
}
.tx-kachelswiper .swiper .swiper-button-prev,
.tx-kachelswiper .swiper .swiper-button-next {
  color: #ffffff;
  width: 3rem;
  height: 3rem;
  background: #87b918;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  top: 33%;
  transition: all 0.3s ease-in-out;
}
.tx-kachelswiper .swiper .swiper-button-prev:hover,
.tx-kachelswiper .swiper .swiper-button-next:hover {
  background: #15655a;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.tx-kachelswiper .swiper .swiper-button-prev:active,
.tx-kachelswiper .swiper .swiper-button-next:active {
  background: #15655a;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
.tx-kachelswiper .swiper .swiper-button-prev:after,
.tx-kachelswiper .swiper .swiper-button-next:after {
  font-size: 5rem;
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  line-height: 3rem;
  transform: translateY(-20%);
}
.tx-kachelswiper .swiper .swiper-button-prev.swiper-button-disabled,
.tx-kachelswiper .swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.tx-kachelswiper .swiper .swiper-button-prev {
  border-radius: 0 1rem 0 0;
  left: 0;
}
.tx-kachelswiper .swiper .swiper-button-prev:after {
  content: '‹';
}
.tx-kachelswiper .swiper .swiper-button-next {
  border-radius: 1rem 0 0 0;
  right: 0;
}
.tx-kachelswiper .swiper .swiper-button-next:after {
  content: '›';
}
.tx-kachelswiper .swiper .swiper-pagination {
  top: unset;
  bottom: 4px;
}
.tx-kachelswiper .swiper .swiper-pagination.swiper-pagination-progressbar {
  height: .5rem;
  border-radius: 0.5rem;
}
.tx-kachelswiper .swiper .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  top: -4px;
  background: #87b918;
  height: 1rem;
  border-radius: 0.5rem;
}
/*# sourceMappingURL=filename.map */