#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@charset "UTF-8";
/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2013 Leo Feyer
 *
 * @package Core
 * @link    https://contao.org
 * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Reset the margin and padding of the block elements
 */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, ol, ul, li, dl, dt, dd, figure, table, th, td, form, fieldset, legend, input, textarea {
  margin: 0;
  padding: 0;
}

/**
 * Basic element formatting
 */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th, td {
  text-align: left;
  text-align: start; /* see #4596 */
  vertical-align: top;
}

abbr, acronym {
  font-variant: normal;
  border-bottom: 1px dotted #666;
  cursor: help;
}

blockquote, q {
  quotes: none;
}

fieldset, img {
  border: 0;
}

ul {
  list-style-type: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

del {
  text-decoration: line-through;
}

ins {
  text-decoration: none;
}

/**
 * Default font settings
 */
input, button, textarea, select {
  font-family: inherit;
  font-size: 99%;
  font-weight: inherit;
}

pre, code {
  font-family: Monaco, monospace;
}

table {
  font-size: inherit;
}

caption, th {
  font-weight: bold;
}

body, form {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

header, footer, nav, section, aside, article, figure, figcaption {
  display: block;
}

#main {
  width: 100%;
}

#main .inside {
  min-height: 1px; /* see #4893 */
}

/**
 * Flexible images (videos see #4896)
 *
 * @see http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries
 */
img {
  border: 0;
  padding: 0;
  margin: 0;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.ie8 img {
  width: auto; /* see #5789 */
}

/**
 * Format the Contao image galleries (now rendered as unordered lists)
 */
.ce_gallery ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.ce_gallery li {
  float: left;
}

.ce_gallery li.col_first {
  clear: left;
}

/**
 * Clear floats
 */
.block {
  overflow: hidden;
}

.clear, #clear {
  height: 1px;
  clear: both;
  margin-top: -1px;
}

/**
 * Custom layout sections
 */
.custom {
  display: block;
}

#container:after, .custom:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.schatten-1 {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.schatten-2 {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}

.verlauf-1 {
  background: #C7D1C5;
  background: linear-gradient(90deg, rgb(199, 209, 197) 0%, rgb(204, 244, 204) 100%);
}

.verlauf-2 {
  background: #CCF4CC;
  background: linear-gradient(90deg, rgb(204, 244, 204) 0%, rgb(215, 246, 215) 100%);
}

.verlauf-3 {
  background: #CCF4CC;
  background: linear-gradient(90deg, rgb(215, 246, 215) 0%, rgb(238, 250, 238) 100%);
}

.padding-article-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 61.875em) {
  .padding-article-1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.padd-1 {
  padding: 0.75rem 1rem;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 63.125em) {
  .padd-1 {
    padding: 1.25rem 1.5rem;
    padding-bottom: 0.75rem;
  }
}

.padd-2 {
  padding: 2rem;
  padding-bottom: 1rem;
}

.padd-3 {
  padding: 1rem;
}

a.link-1 {
  position: relative;
  padding-left: 2.35rem;
  transition: all 0.25s ease;
}

a.link-1:hover {
  padding-left: 4.5rem;
  transition: all 0.25s ease;
  color: #000;
}

a.link-1:before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 50%;
  height: 1px;
  width: 2rem;
  background: #aab9a8;
  transform: translateY(-50%);
  transition: all 0.25s ease;
}

a.link-1:hover:before {
  width: 2.5rem;
  transition: all 0.25s ease;
  left: 1rem;
}

a.link-1 .link-circle,
a.link-1 .link-pfeil {
  display: inline-block;
  transition: all 0.25s ease;
  top: 50%;
  position: absolute;
  left: 0;
  opacity: 0;
}
a.link-1 .link-circle {
  width: 0;
  height: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #aab9a8;
}
a.link-1 .link-pfeil {
  border-right: 1px solid #aab9a8;
  border-top: 1px solid #aab9a8;
  transform: rotate(45deg);
  width: 0.7rem;
  height: 0.7rem;
  background-color: transparent;
  top: calc(50% - 0.3rem);
  left: 1.5rem;
}

a.link-1:hover .link-circle,
a.link-1:hover .link-pfeil {
  opacity: 1;
}
a.link-1:hover .link-circle {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  transition: all 0.35s ease;
  top: calc(50% - 0.375rem);
}
a.link-1:hover .link-pfeil {
  left: 3rem;
}

.mod_normen_liste a.link-1 .link-pfeil,
.mod_projekte_liste a.link-1 .link-pfeil {
  border-right: 1px solid #728b6e;
  border-top: 1px solid #728b6e;
}
.mod_normen_liste a.link-1 .link-circle,
.mod_projekte_liste a.link-1 .link-circle {
  border: 1px solid #728b6e;
}
.mod_normen_liste a.link-1:before,
.mod_projekte_liste a.link-1:before {
  background: #728b6e;
}

a.extern:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg id='Ebene_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 17 17'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: none; stroke: %23000; stroke-linecap: round; stroke-linejoin: round; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='st0' points='7.8 5.2 1.3 5.2 1.3 15.9 11.9 15.9 11.9 9.3'/%3E%3Cpolyline class='st0' points='8 1.1 15.7 1.1 15.7 8.7'/%3E%3Cline class='st0' x1='15.7' y1='1.1' x2='6.8' y2='10'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  margin-left: 0.35rem;
}

@media screen and (min-width: 61.875em) {
  .flex {
    display: flex;
  }
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.grid {
  display: grid;
}

.grid-gap {
  column-gap: 2.2%;
}

.grid-container {
  display: grid;
  column-gap: 2.2%;
  grid-template-columns: repeat(12, 1fr);
}

.grid-center {
  align-items: center;
}

.grid-bottom {
  align-items: end;
}

@media screen and (min-width: 0em) and (max-width: 61.865em) {
  .order-1 {
    order: 1;
  }
}

@media screen and (min-width: 0em) and (max-width: 61.865em) {
  .order-2 {
    order: 2;
  }
}

@media screen and (max-width: 47.99em) {
  .col-2 h3,
  .col-2 .text-xl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.col-1 {
  grid-column: auto/span 6;
}

.col-2-2 {
  grid-column: auto/span 4;
}

.col-2 {
  grid-column: auto/span 12;
}

.col-3 {
  grid-column: auto/span 12;
}

.col-3-2 {
  grid-column: auto/span 4;
}

.col-4 {
  grid-column: auto/span 12;
}

.col-5 {
  grid-column: auto/span 12;
}

.col-6 {
  grid-column: auto/span 12;
}

.col-6-2 {
  grid-column: auto/span 12;
}

.col-7 {
  grid-column: auto/span 12;
}

.col-7-2 {
  grid-column: auto/span 12;
}

.col-8 {
  grid-column: auto/span 12;
}

.col-8-2 {
  grid-column: auto/span 12;
}

.col-9 {
  grid-column: auto/span 12;
}

.col-10 {
  grid-column: auto/span 12;
}

.col-10-2 {
  grid-column: auto/span 12;
}

.col-11 {
  grid-column: auto/span 12;
}

.col-12 {
  grid-column: auto/span 12;
}

.col-center {
  grid-column: auto/span 12;
}

.col-center-2 {
  grid-column: auto/span 12;
}

@media screen and (min-width: 32.5em) {
  .col-2 {
    grid-column: auto/span 6;
  }
}
@media screen and (min-width: 31.25em) {
  .col-50 {
    grid-column: auto/span 6;
  }
}
@media screen and (min-width: 61.875em) {
  .col-1 {
    grid-column: auto/span 6;
  }
  .col-2 {
    grid-column: auto/span 6;
  }
  .col-2-2 {
    grid-column: auto/span 2;
  }
  .col-3 {
    grid-column: auto/span 6;
  }
  .col-3-2 {
    grid-column: auto/span 2;
  }
  .col-4 {
    grid-column: auto/span 6;
  }
  .col-5 {
    grid-column: auto/span 6;
  }
  .col-6 {
    grid-column: auto/span 6;
  }
  .col-6-2 {
    grid-column: auto/span 10;
  }
  .col-7 {
    grid-column: auto/span 12;
  }
  .col-7-2 {
    grid-column: auto/span 10;
  }
  .col-8 {
    grid-column: auto/span 12;
  }
  .col-8-2 {
    grid-column: auto/span 10;
  }
  .col-9 {
    grid-column: auto/span 12;
  }
  .col-10 {
    grid-column: auto/span 12;
  }
  .col-10-2 {
    grid-column: auto/span 10;
  }
  .col-11 {
    grid-column: auto/span 12;
  }
  .col-12 {
    grid-column: auto/span 12;
  }
  .col-center {
    grid-column: auto/span 12;
  }
  .col-center-2 {
    grid-column: auto/span 12;
  }
}
@media screen and (min-width: 102.5em) {
  .col-1 {
    grid-column: auto/span 1;
  }
  .col-2 {
    grid-column: auto/span 2;
  }
  .col-3 {
    grid-column: auto/span 3;
  }
  .col-3-2 {
    grid-column: auto/span 3;
  }
  .col-4 {
    grid-column: auto/span 4;
  }
  .col-5 {
    grid-column: auto/span 5;
  }
  .col-6 {
    grid-column: auto/span 6;
  }
  .col-6-2 {
    grid-column: auto/span 6;
  }
  .col-7 {
    grid-column: auto/span 7;
  }
  .col-7-2 {
    grid-column: auto/span 7;
  }
  .col-8 {
    grid-column: auto/span 8;
  }
  .col-8-2 {
    grid-column: auto/span 8;
  }
  .col-9 {
    grid-column: auto/span 9;
  }
  .col-10 {
    grid-column: auto/span 10;
  }
  .col-11 {
    grid-column: auto/span 11;
  }
  .col-12 {
    grid-column: auto/span 12;
  }
  .col-center {
    grid-column: auto/span 6;
  }
  .col-center-2 {
    grid-column: auto/span 8;
  }
}
@media screen and (min-width: 102.5em) {
  .offset-1 {
    grid-column-start: 2;
  }
  .offset-2 {
    grid-column-start: 3;
  }
  .offset-3 {
    grid-column-start: 4;
  }
  .offset-4 {
    grid-column-start: 5;
  }
  .offset-5 {
    grid-column-start: 6;
  }
  .offset-6 {
    grid-column-start: 7;
  }
  .offset-7 {
    grid-column-start: 8;
  }
  .offset-8 {
    grid-column-start: 9;
  }
  .offset-9 {
    grid-column-start: 10;
  }
  .offset-10 {
    grid-column-start: 11;
  }
  .offset-11 {
    grid-column-start: 12;
  }
  .offset-right-1 {
    grid-column-end: span 1;
  }
  .offset-right-2 {
    grid-column-end: span 2;
  }
  .offset-right-3 {
    grid-column-end: span 3;
  }
  .offset-right-4 {
    grid-column-end: span 4;
  }
  .col-center {
    grid-column-start: 4;
  }
  .col-center-2 {
    grid-column-start: 3;
  }
}
.grid-cta {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .grid-cta {
    text-align: left;
    grid-template-columns: 1fr 300px;
  }
}
.grid-cta .content-hyperlink {
  margin-top: 1rem;
}
@media screen and (min-width: 48em) {
  .grid-cta .content-hyperlink {
    margin-top: 0;
    text-align: right;
  }
}

.grid-svg-text {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  column-gap: 0.5rem;
}

@media screen and (min-width: 80em) {
  .grid-swiper-werte {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 31px;
  }
}
.grid-swiper-werte .col {
  margin-top: 1rem;
}
@media screen and (min-width: 80em) {
  .grid-swiper-werte .col {
    grid-column-start: 2;
  }
}

.nav-02 ul li,
.nav-03 ul li {
  display: block;
  margin: 0.75rem 0rem;
}
@media screen and (min-width: 61.875em) {
  .nav-02 ul li,
  .nav-03 ul li {
    display: inline-block;
  }
}
@media screen and (min-width: 61.875em) {
  .nav-02 ul li,
  .nav-03 ul li {
    margin: 0.5rem 1rem;
  }
}
.nav-02 ul li strong,
.nav-02 ul li a,
.nav-03 ul li strong,
.nav-03 ul li a {
  color: #000;
}
.nav-02 ul li a:hover,
.nav-03 ul li a:hover {
  color: #706f6f;
}
.nav-02 ul li:first-child,
.nav-03 ul li:first-child {
  margin-left: 0;
}
.nav-02 ul li:last-child,
.nav-03 ul li:last-child {
  margin-right: 0;
}

.nav-10 {
  border-bottom: 2px solid #000;
}
.nav-10 ul {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.nav-10 ul li {
  margin-right: 0.85rem;
  display: inline-block;
}
@media screen and (min-width: 80em) {
  .nav-10 ul li {
    margin-right: 1.25rem;
  }
}
.nav-10 ul li a {
  color: #000;
}
.nav-10 ul li a.active {
  font-weight: 700;
}
.nav-10 ul li a:hover {
  color: #3c3c3b;
}
.nav-10 ul li:last-child {
  margin-right: 0;
}

#header {
  padding-top: 1.5rem;
  background-color: #728b6e;
}
#header .logo {
  line-height: auto;
  width: 180px;
}
@media screen and (min-width: 25em) {
  #header .logo {
    width: 240px;
  }
}
@media screen and (min-width: 80em) {
  #header .logo {
    width: 300px;
  }
}
#header .logo a {
  display: block;
}
#header .logo a img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
#header .grid-header {
  column-gap: 1rem;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 50px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 61.875em) {
  #header .grid-header {
    grid-template-columns: 240px 1fr;
    align-items: center;
  }
}
@media screen and (min-width: 80em) {
  #header .grid-header {
    grid-template-columns: 300px 1fr;
    align-items: center;
  }
}
#header .linie-b {
  height: 2px;
  display: block;
  width: 100%;
  background-color: #000;
}

.span-30 {
  width: 100%;
}
@media screen and (min-width: 31.25em) {
  .span-30 {
    width: 32%;
  }
}

.span-100 {
  width: 100%;
}

.span-50 {
  width: 100%;
}
@media screen and (min-width: 31.25em) {
  .span-50 {
    width: 48.5%;
  }
}

.span-60 {
  width: 100%;
}
@media screen and (min-width: 31.25em) {
  .span-60 {
    width: 64%;
  }
}

button {
  cursor: pointer;
}

p.confirm {
  background-color: green;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  color: #fff;
  text-align: center;
  padding: 0.35rem;
}

p.error {
  background-color: red;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  color: #fff;
  text-align: center;
  padding: 0.35rem;
}

.flex-form {
  display: grid;
  align-items: center;
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (min-width: 31.25em) {
  .flex-form {
    grid-template-columns: 120px 1fr 120px;
  }
}

.form-1 .flex-center {
  justify-content: space-between;
}
.form-1 .formbody {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.form-1 .widget {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.form-1 .widget-checkbox .checkbox_container > span,
.form-1 .widget-radio .checkbox_container > span {
  grid-template-columns: 35px 1fr;
  display: grid;
  align-items: center;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.form-1 .widget-checkbox .checkbox_container > span input,
.form-1 .widget-radio .checkbox_container > span input {
  width: 20px;
  height: 20px;
}
.form-1 .widget-checkbox .checkbox_container > span label,
.form-1 .widget-radio .checkbox_container > span label {
  margin-top: 1px;
}
.form-1 .widget-radio > span {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.form-1 .widget-radio legend {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.form-1 .widget-extended-checkbox a,
.form-1 .widget-explanation a {
  color: #000;
  text-decoration: underline;
}
.form-1 .widget-textarea label {
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}
.form-1 .widget-textarea textarea:focus {
  border: 2px solid #728b6e;
  outline: none;
}
.form-1 .widget-textarea textarea {
  display: block;
  padding: 0.5rem;
}
.form-1 select,
.form-1 input,
.form-1 textarea {
  border: 2px solid #d5d3c8;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #efefef;
}
.form-1 .widget-captcha,
.form-1 .widget-select,
.form-1 .widget-password,
.form-1 .widget-text {
  position: relative;
}
.form-1 .widget-captcha input,
.form-1 .widget-captcha label,
.form-1 .widget-select input,
.form-1 .widget-select label,
.form-1 .widget-password input,
.form-1 .widget-password label,
.form-1 .widget-text input,
.form-1 .widget-text label {
  transition: all 0.2s ease;
}
.form-1 .widget-captcha label,
.form-1 .widget-select label,
.form-1 .widget-password label,
.form-1 .widget-text label {
  margin-bottom: 6px;
  display: block;
}
.form-1 .widget-captcha select,
.form-1 .widget-captcha input,
.form-1 .widget-select select,
.form-1 .widget-select input,
.form-1 .widget-password select,
.form-1 .widget-password input,
.form-1 .widget-text select,
.form-1 .widget-text input {
  height: 56px;
  padding-left: 9px;
  padding-right: 0.5rem;
  width: 100%;
}
.form-1 .widget-captcha input:focus,
.form-1 .widget-select input:focus,
.form-1 .widget-password input:focus,
.form-1 .widget-text input:focus {
  border: 2px solid #728b6e;
  background-color: #fff;
  outline: none;
  transition: all 0.2s ease;
}
.form-1 fieldset.checkbox-fach {
  display: grid;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 1rem 0;
}
@media screen and (min-width: 48em) {
  .form-1 fieldset.checkbox-fach {
    grid-template-columns: 1fr 1fr;
    column-gap: 0.5rem;
  }
}

.widget-select select {
  background-color: #fff;
}

.widget-submit button {
  background-color: #728b6e;
  border: 2px solid #728b6e;
  border: radius 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  color: #000;
  padding: 0.85rem 2.5rem;
  font-weight: 600;
  min-height: 52px;
}
.widget-submit button:hover {
  background-color: rgb(141.1445783133, 162.2289156627, 137.7710843373);
  border: 2px solid rgb(141.1445783133, 162.2289156627, 137.7710843373);
  transition: all ease 0.6s;
  color: #000;
}

.ce_personio_job_application.form-1 .widget {
  width: 100%;
}
.ce_personio_job_application.form-1 .widget-salary_expectations,
.ce_personio_job_application.form-1 .widget-available_from,
.ce_personio_job_application.form-1 .widget-last_name,
.ce_personio_job_application.form-1 .widget-first_name {
  width: 100%;
}
@media screen and (min-width: 31.25em) {
  .ce_personio_job_application.form-1 .widget-salary_expectations,
  .ce_personio_job_application.form-1 .widget-available_from,
  .ce_personio_job_application.form-1 .widget-last_name,
  .ce_personio_job_application.form-1 .widget-first_name {
    width: 48.5%;
  }
}
.ce_personio_job_application.form-1 .widget-salary_expectations input,
.ce_personio_job_application.form-1 .widget-available_from input,
.ce_personio_job_application.form-1 .widget-last_name input,
.ce_personio_job_application.form-1 .widget-first_name input {
  width: 100%;
}
.ce_personio_job_application.form-1 textarea {
  width: 100%;
}

.mod_projekte_filter .filters ul {
  margin-bottom: 0;
}
.mod_projekte_filter .reset {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.mod_projekte_filter .reset a.filter-reset {
  display: inline-block;
  background-color: #efefef;
  border: radius 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  padding: 0.15rem 0.65rem;
  text-align: center;
  transition: all 0.25s ease;
  outline: 1px solid #efefef;
  margin-right: 0.85rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.mod_projekte_filter .reset a.filter-reset:hover {
  background-color: #d5d3c8;
  transition: all 0.25s ease;
  color: #000;
  outline: 1px solid #000;
}
.mod_projekte_filter .reset a.filter-reset:focus {
  outline: 1px solid #000;
}
.mod_projekte_filter .reset a.filter-reset:focus-visible {
  outline: 1px solid #000;
}
.mod_projekte_filter .reset a {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mod_projekte_filter .chips {
  display: flex;
  flex-wrap: wrap;
}
.mod_projekte_filter .chips a:first-child {
  margin-left: 0;
}
.mod_projekte_filter .chips a {
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
  display: block;
  background-color: #ccf4cc;
  border: radius 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  padding: 0.25rem 1rem;
  margin-right: 0.35rem;
  outline: 1px solid #ccf4cc;
  transition: all 0.25s ease;
}
.mod_projekte_filter .chips a:focus {
  outline: 1px solid #ccf4cc;
}
.mod_projekte_filter .chips a:focus-visible {
  outline: 1px solid #000;
}
.mod_projekte_filter .chips a:hover {
  background-color: #728b6e;
  outline: 1px solid #000;
  color: #000;
  transition: all 0.25s ease;
}
.mod_projekte_filter .chips .is-active a {
  background-color: #728b6e;
  outline: 1px solid #000;
}

.mod_projekte_liste.col-12 {
  margin-top: 0;
}

.mod_projekte_detail .content-swiper {
  padding-right: 0;
}
@media screen and (min-width: 48em) {
  .mod_projekte_detail .content-swiper {
    padding-left: 5%;
  }
}
@media screen and (min-width: 0em) and (max-width: 47.99em) {
  .mod_projekte_detail .content-swiper .controls {
    margin-left: 5%;
  }
}
.mod_projekte_detail .zitat .zitat-content {
  padding: 1rem 1rem 4rem 1rem;
}
@media screen and (min-width: 48em) {
  .mod_projekte_detail .zitat .zitat-content {
    padding: 2rem 2rem 8rem 2rem;
  }
}
.mod_projekte_detail .zitat .relative {
  position: relative;
  margin-left: 1rem;
}
@media screen and (min-width: 48em) {
  .mod_projekte_detail .zitat .relative {
    display: flex;
    justify-content: flex-end;
  }
}
.mod_projekte_detail .zitat .relative .team-member {
  margin-top: -3rem;
  align-items: center;
  column-gap: 1rem;
  border: radius 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 1rem;
  background-color: #efefef;
  display: grid;
  grid-template-columns: 8rem 1fr;
}
@media screen and (min-width: 48em) {
  .mod_projekte_detail .zitat .relative .team-member {
    margin-top: -4rem;
  }
}
@media screen and (min-width: 48em) {
  .mod_projekte_detail .zitat .relative .team-member {
    grid-template-columns: 8rem 16rem;
  }
}
.mod_projekte_detail .zitat .relative .team-member span {
  display: block;
}
.mod_projekte_detail .zitat .relative .team-member .circle {
  width: 8rem;
  height: 8rem;
  border-radius: 4rem;
  -moz-border-radius: 4rem;
  -webkit-border-radius: 4rem;
  overflow: hidden;
  position: relative;
}
.mod_projekte_detail .zitat .relative .team-member .circle svg {
  width: 6.5rem;
  height: 6.5rem;
  margin-top: 0.75rem;
  margin-left: 0.75rem;
  position: absolute;
}
.mod_projekte_detail .zitat .relative .team-member .circle svg .stt1,
.mod_projekte_detail .zitat .relative .team-member .circle svg .stt0 {
  transition: all 1s ease-in;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
.mod_projekte_detail .zitat .relative .team-member .circle:hover svg path.stt0 {
  transform: rotate(360deg);
  transition: all 3s ease-in;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
.mod_projekte_detail .zitat .relative .team-member .circle:hover svg .stt1 {
  transform: rotate(-180deg);
  transition: all 4s ease-in;
  transform-box: fill-box;
  transform-origin: 50% 50%;
}
.mod_projekte_detail .zitat .relative .team-member img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod_projekte_detail .zitat .zitat-footer {
  padding: 1rem;
}
@media screen and (min-width: 48em) {
  .mod_projekte_detail .zitat .zitat-footer {
    margin-top: -4.5rem;
  }
}
@media screen and (min-width: 48em) {
  .mod_projekte_detail .zitat .zitat-footer {
    padding: 1.5rem 2rem;
  }
}
.mod_projekte_detail .zitat .zitat-footer svg {
  width: 6rem;
  height: auto;
}

@media screen and (min-width: 61.875em) {
  .mod_projekte_detail .grid-projekte {
    margin-bottom: -4rem;
  }
}
@media screen and (min-width: 102.5em) {
  .mod_projekte_detail .grid-projekte {
    margin-bottom: -4rem;
  }
}
@media screen and (min-width: 61.875em) {
  .mod_projekte_detail .grid-projekte {
    display: grid;
    grid-template-columns: 1fr 30rem;
  }
}
@media screen and (min-width: 102.5em) {
  .mod_projekte_detail .grid-projekte {
    grid-template-columns: 1fr 40rem;
  }
}
.mod_projekte_detail .grid-projekte .image-projekte {
  position: relative;
  z-index: 0;
  order: 1;
}
@media screen and (min-width: 61.875em) {
  .mod_projekte_detail .grid-projekte .image-projekte {
    order: 2;
    aspect-ratio: 1/1;
  }
}
.mod_projekte_detail .grid-projekte .image-projekte img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 18rem;
  height: 18rem;
  border-radius: 9rem;
  -moz-border-radius: 9rem;
  -webkit-border-radius: 9rem;
  transition: all 0.4s ease;
}
@media screen and (min-width: 61.875em) {
  .mod_projekte_detail .grid-projekte .image-projekte img {
    width: 30rem;
    height: 30rem;
    border-radius: 15rem;
    -moz-border-radius: 15rem;
    -webkit-border-radius: 15rem;
  }
}
@media screen and (min-width: 102.5em) {
  .mod_projekte_detail .grid-projekte .image-projekte img {
    width: 42rem;
    height: 42rem;
    border-radius: 21rem;
    -moz-border-radius: 21rem;
    -webkit-border-radius: 21rem;
  }
}
.mod_projekte_detail .grid-projekte .image-projekte .image_container {
  width: 18rem;
  height: 18rem;
  border-radius: 9rem;
  -moz-border-radius: 9rem;
  -webkit-border-radius: 9rem;
  aspect-ratio: 1/1;
  margin-bottom: 2rem;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width: 61.875em) {
  .mod_projekte_detail .grid-projekte .image-projekte .image_container {
    position: absolute;
    width: 30rem;
    height: 30rem;
    border-radius: 15rem;
    -moz-border-radius: 15rem;
    -webkit-border-radius: 15rem;
    margin-bottom: 0;
    margin-top: -1rem;
    margin-left: -1rem;
  }
}
@media screen and (min-width: 102.5em) {
  .mod_projekte_detail .grid-projekte .image-projekte .image_container {
    width: 42rem;
    height: 42rem;
    border-radius: 21rem;
    -moz-border-radius: 21rem;
    -webkit-border-radius: 21rem;
    margin-left: -2rem;
  }
}
.mod_projekte_detail .grid-projekte .text-projekte {
  order: 2;
}
@media screen and (min-width: 61.875em) {
  .mod_projekte_detail .grid-projekte .text-projekte {
    margin-top: -2rem;
    order: 1;
  }
}

@media screen and (min-width: 61.875em) {
  .mod_projekte_liste {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2.2%;
    display: grid;
  }
}
.mod_projekte_liste .entry:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.6s ease;
}
.mod_projekte_liste .entry {
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border: 1px solid #7fe37f;
  margin-bottom: 1rem;
}
.mod_projekte_liste .entry .content_image img {
  position: relative;
  margin-left: -2px;
  margin-top: -2px;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  overflow: hidden;
  width: calc(100% + 4px);
  height: auto;
  margin-bottom: 0;
}
.mod_projekte_liste .entry .text {
  padding: 1rem 1.5rem;
  padding-bottom: 0.5rem;
}
.mod_projekte_liste .entry .text ul {
  margin-top: -0.65rem;
  margin-bottom: 0.65rem;
}

.bg-grau-1 .mod_projekte_liste .entry.verlauf-2 {
  background: #fff;
  border: 1px solid #d5d3c8;
}
.bg-grau-1 .mod_projekte_liste .entry.verlauf-2 ul.normen li a {
  background-color: #ccf4cc;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-italic {
  font-style: italic;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-900 {
  font-weight: 900;
}

h1 {
  font-weight: 700;
  line-height: 1.9rem;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

h1 + h2,
h1 + .rte h2 {
  font-weight: 400;
  margin-top: -0.65rem;
}
@media screen and (min-width: 48em) {
  h1 + h2,
  h1 + .rte h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

h2 {
  font-weight: 700;
  line-height: 1.8rem;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (min-width: 48em) {
  h2 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
}

p + h2,
ul + h2 {
  margin-top: 2rem;
}
@media screen and (min-width: 80em) {
  p + h2,
  ul + h2 {
    margin-top: 3rem;
  }
}

h3 + p.text-info,
h1 + h2,
h2 + h3 {
  margin-top: -0.65rem;
}

h2 + h3,
h2 + .rte h3 {
  font-weight: 400;
  margin-top: -0.65rem;
}

.font-2 {
  font-family: BiomeProBasicBold;
  font-weight: bold;
}

h3 {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 48em) {
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h3 + .rte h4,
h3 + h4 {
  font-weight: 400;
  margin-top: -0.65rem;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

.text-xs {
  font-size: 14px;
  font-size: 0.875rem;
}

.text-s {
  font-size: 16px;
  font-size: 1rem;
}

.text-m {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.text-l {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 80em) {
  .text-l {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.text-xl {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 2rem;
}
@media screen and (min-width: 80em) {
  .text-xl {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.text-xxl {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 2rem;
}
@media screen and (min-width: 80em) {
  .text-xxl {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.text-info {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

figcaption {
  font-style: italic;
  margin-bottom: 1rem;
}

b,
strong {
  font-weight: 700;
}

hr {
  border: none;
  border-top: 1px dashed #575756;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #728b6e;
}

.underline a,
a.underline {
  text-decoration: underline;
}

li,
p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.center {
  text-align: center;
}

.btn button,
.btn a {
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  display: block;
  width: 100%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 31.25em) {
  .btn button,
  .btn a {
    display: inline-block;
    width: auto;
  }
}
.btn button:hover,
.btn a:hover {
  transition: border ease 0.6s;
  transition: background-color ease 0.6s;
}

.btn-s button,
.btn-s a {
  cursor: pointer;
  padding: 0.35rem 1rem;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  font-weight: 400;
  min-height: 15px;
}

.btn-1 button,
.btn-1 a {
  color: #000;
  background-image: linear-gradient(90deg, rgb(199, 209, 197) 0%, rgb(204, 244, 204) 100%);
  outline: 2px solid transparent;
  border: radius 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  position: relative;
  z-index: 100;
  transition: all 0.5s ease;
}
.btn-1 button:hover,
.btn-1 a:hover {
  color: #000;
  background-color: rgb(170.94, 255, 21.5);
  outline: 2px solid #728b6e;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.btn-1 a:focus {
  outline: 2px solid #728b6e;
  outline-offset: 0px;
  background-image: linear-gradient(90deg, rgb(204, 244, 204) 0%, rgb(204, 244, 204) 100%);
}
.btn-1 a:focus-visible {
  outline: 2px solid #000;
}
.btn-1 a:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(90deg, rgb(204, 244, 204) 0%, rgb(204, 244, 204) 100%);
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  border: radius 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  transition: all 0.5s ease;
}
.btn-1 a:hover:before {
  opacity: 1;
  transition: all 0.5s ease;
}

.btn-2 button,
.btn-2 a {
  background-color: #728b6e;
  border: radius 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  color: #000;
}
.btn-2 a:hover {
  background-color: rgb(135.6144578313, 157.7228915663, 132.0771084337);
  color: #000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}

.btn-3 button,
.btn-3 a {
  background-color: #728b6e;
  border: radius 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  color: #000;
}
.btn-3 a:hover {
  background-color: rgb(135.6144578313, 157.7228915663, 132.0771084337);
  color: #000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}

.btn-4 button,
.btn-4 a {
  background-color: #efefef;
  border: radius 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  color: #000;
}
.btn-4 a:hover {
  background-color: rgb(218.6, 218.6, 218.6);
  color: #000;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

#main .swiper-center .controls {
  justify-content: center !important;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper .swiper-button-prev {
  transform: rotate(180deg);
}

#main .swiper-werte,
#main .swiper-full {
  margin: 1rem 0;
}
@media screen and (min-width: 61.875em) {
  #main .swiper-werte,
  #main .swiper-full {
    margin: 1rem;
  }
}
#main .swiper-werte img,
#main .swiper-full img {
  width: 100%;
  height: auto;
}
#main .swiper-werte button:after,
#main .swiper-werte .swiper-button-next:after,
#main .swiper-werte .swiper-button-prev:after,
#main .swiper-full button:after,
#main .swiper-full .swiper-button-next:after,
#main .swiper-full .swiper-button-prev:after {
  display: none;
}
#main .swiper-werte button:hover,
#main .swiper-werte .swiper-button-next:hover,
#main .swiper-werte .swiper-button-prev:hover,
#main .swiper-full button:hover,
#main .swiper-full .swiper-button-next:hover,
#main .swiper-full .swiper-button-prev:hover {
  background-color: #fff;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.2);
}
#main .swiper-werte .swiper-button-disabled,
#main .swiper-full .swiper-button-disabled {
  opacity: 0.5;
}
#main .swiper-werte .swiper-button-prev,
#main .swiper-werte .swiper-button-next,
#main .swiper-full .swiper-button-prev,
#main .swiper-full .swiper-button-next {
  border: 2px solid #575756;
  color: #575756;
  background: transparent;
  position: relative;
  left: auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
#main .swiper-werte .swiper-button-prev svg,
#main .swiper-werte .swiper-button-next svg,
#main .swiper-full .swiper-button-prev svg,
#main .swiper-full .swiper-button-next svg {
  width: 0.65rem;
  height: auto;
}
#main .swiper-werte .page,
#main .swiper-full .page {
  padding-top: 0;
  padding-bottom: 0;
}
#main .swiper-werte .controls .swiper-pagination,
#main .swiper-full .controls .swiper-pagination {
  position: relative;
  text-align: left;
}
@media screen and (min-width: 61.875em) {
  #main .swiper-werte .controls .swiper-pagination,
  #main .swiper-full .controls .swiper-pagination {
    display: none;
  }
}
#main .swiper-werte .controls .swiper-pagination .swiper-pagination-bullet,
#main .swiper-full .controls .swiper-pagination .swiper-pagination-bullet {
  border: none;
  background: #728b6e;
  opacity: 1;
  width: 2rem;
  height: 0.4rem;
  border-radius: 0;
}
#main .swiper-werte .controls .swiper-pagination .swiper-pagination-bullet-active,
#main .swiper-full .controls .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}
#main .swiper-werte .controls .grid-controlls,
#main .swiper-full .controls .grid-controlls {
  height: 2.8rem;
  display: grid;
  grid-template-columns: 4rem 4rem 4.5rem;
  align-content: last baseline;
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  #main .swiper-werte .controls .grid-controlls,
  #main .swiper-full .controls .grid-controlls {
    display: none;
  }
}
#main .swiper-werte .controls .grid-controlls .number,
#main .swiper-full .controls .grid-controlls .number {
  display: flex;
  flex-direction: column;
}
#main .swiper-werte .controls .grid-controlls .number .swiper-slide-counter,
#main .swiper-full .controls .grid-controlls .number .swiper-slide-counter {
  font-size: 22px;
  font-size: 1.375rem;
}

#main .swiper-3 .controls {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  margin-bottom: 1rem;
}
#main .swiper-3 .swiper-button-prev,
#main .swiper-3 .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  left: auto;
  top: auto;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border: 1px solid #fbf9e3;
  background-color: transparent;
  margin: 0;
  color: #fbf9e3;
  font-size: 1rem;
  margin-left: 0.85rem;
  margin-right: 0.85rem;
}
#main .swiper-3 .swiper-button-prev svg,
#main .swiper-3 .swiper-button-next svg {
  width: 0.65rem;
  height: auto;
}
#main .swiper-3 .swiper-button-prev:hover,
#main .swiper-3 .swiper-button-next:hover {
  background-color: #aab9a8;
  transition: all 0.2s ease;
}
#main .swiper-3 .swiper-button-prev:after,
#main .swiper-3 .swiper-button-next:after {
  font-size: 1rem;
  display: none;
}
#main .swiper-3 .swiper-pagination {
  position: relative;
  width: auto;
  margin: 0;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  margin-right: 0.5rem;
}

.bg-color-3 .swiper-pagination-bullet {
  border: 2px solid #ccf4cc;
  background: #728b6e;
  opacity: 1;
  width: 0.65rem;
  height: 0.65rem;
}
.bg-color-3 .swiper-pagination-bullet-active {
  border: 2px solid #ccf4cc;
  background: #ccf4cc;
  opacity: 1;
}

#main .swiper-werte {
  margin: 0;
}
@media screen and (min-width: 80em) {
  #main .swiper-werte {
    margin-top: 2rem;
  }
}
#main .swiper-werte .swiper-wrapper {
  counter-reset: slide-counter;
}
#main .swiper-werte .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
#main .swiper-werte .swiper-wrapper .swiper-slide {
  opacity: 0.5;
  background-color: #fff;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  padding: 1rem 1rem 0 1rem;
}
#main .swiper-werte .swiper-wrapper .swiper-slide h3 {
  color: #728b6e;
}
#main .swiper-werte .swiper-wrapper .swiper-slide h3::before {
  counter-increment: slide-counter;
  content: counter(slide-counter);
  font-weight: bold;
  margin-right: 0.5rem;
  color: #728b6e;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.875rem;
  -moz-border-radius: 0.875rem;
  -webkit-border-radius: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #728b6e;
  float: left;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 80em) {
  #main .swiper-werte .controls {
    margin-top: 2rem;
  }
}
#main .swiper-werte .controls .grid-controlls {
  margin-top: 1rem;
  justify-content: flex-start;
  height: 3.5rem;
  grid-template-columns: 4.5rem 4.5rem;
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  #main .swiper-werte .controls .grid-controlls {
    display: none;
    height: 0;
  }
}

@media screen and (min-width: 61.875em) {
  .swiper-zitat {
    height: 24rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  .swiper-zitat .ce_zitat {
    margin: 1.5rem;
  }
}
@media screen and (min-width: 61.875em) {
  .swiper-zitat .ce_zitat {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 61.875em) {
  .swiper-zitat .ce_zitat .zitat-text {
    height: 24rem;
    margin: 1.5rem;
  }
}
.swiper-zitat .ce_zitat .zitat-text .linie {
  width: 3rem;
  height: 1px;
  background: #8ea28b;
  margin-bottom: 1rem;
  display: block;
}
.swiper-zitat .ce_zitat .image {
  position: relative;
  width: 100%;
}
.swiper-zitat .ce_zitat .image img {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  .swiper-zitat .ce_zitat .image img {
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 61.875em) {
  .swiper-zitat .ce_zitat .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
    margin-left: -1px;
  }
}
.swiper-zitat .controls {
  display: flex;
  justify-content: start;
  width: 100%;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-left: 0.65rem;
}
@media screen and (min-width: 61.875em) {
  .swiper-zitat .controls {
    margin-bottom: 0rem;
    margin-top: -4rem;
    margin-left: 0.65rem;
  }
}
.swiper-zitat .swiper-button-prev,
.swiper-zitat .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  left: auto;
  top: auto;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border: 1px solid #fbf9e3;
  background-color: transparent;
  margin: 0;
  color: #fbf9e3;
  font-size: 1rem;
  margin-left: 0.85rem;
  margin-right: 0.85rem;
}
.swiper-zitat .swiper-button-prev svg,
.swiper-zitat .swiper-button-next svg {
  width: 0.65rem;
  height: auto;
}
.swiper-zitat .swiper-button-prev:hover,
.swiper-zitat .swiper-button-next:hover {
  background-color: #aab9a8;
  transition: all 0.2s ease;
}
.swiper-zitat .swiper-button-prev:after,
.swiper-zitat .swiper-button-next:after {
  font-size: 1rem;
  display: none;
}
.swiper-zitat .swiper-pagination {
  position: relative;
  width: auto;
  margin: 0;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  margin-right: 0.5rem;
}

.list-1 ul li {
  list-style: disc;
  list-style-position: outside;
  padding-left: 0rem;
  margin-left: 1rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.list-1 ul li:first-child {
  margin-top: 0;
}

.list-2 ul li {
  position: relative;
  padding-left: 1.75rem;
  list-style: none;
  line-height: 1.5rem;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.list-2 ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../../files/daten/icon/icons-haken.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-position: left top;
}
.list-2 ul ul li:before {
  content: "—";
  background-image: none;
}

.list-3 ul li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  list-style: none;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

ul.normen li {
  display: inline-block;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
ul.normen li span, ul.normen li a {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  background-color: #fff;
  border: radius 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  padding: 0.2rem 0.65rem;
}
ul.normen li span:hover, ul.normen li a:hover {
  background-color: #728b6e;
  transition: all 0.3s ease;
  color: #000;
}

.color-1 {
  color: #80c800;
}

.black {
  color: #000;
}

.grau-1 {
  color: #efefef;
}

.grau-2 {
  color: #d5d3c8;
}

.grau-3 {
  color: #3c3c3b;
}

.grau-4 {
  color: #575756;
}

.white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.bg-color-1 {
  background-color: #80c800;
}

.bg-color-2 {
  background-color: #ccf4cc;
}

.bg-color-3 {
  background-color: #728b6e;
}

.bg-color-4 {
  background-color: #aab9a8;
}

.bg-color-5 {
  background-color: #fbf9e3;
}

.bg-color-7 {
  background-color: #8ea28b;
}

.bg-grau-1 {
  background-color: #efefef;
}

.bg-grau-2 {
  background-color: #d5d3c8;
}

.bg-grau-3 {
  background-color: #3c3c3b;
}
.bg-grau-3 h1, .bg-grau-3 h2, .bg-grau-3 h3, .bg-grau-3 h4, .bg-grau-3 h5, .bg-grau-3 h6, .bg-grau-3 li, .bg-grau-3 a, .bg-grau-3 p {
  color: #fff;
}

.content-player video {
  width: 100%;
  height: auto;
}

.ce_youtube {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
.ce_youtube iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

.col-1 {
  margin-top: 1rem;
}

.col-2 {
  margin-top: 1rem;
}

.col-3 {
  margin-top: 1rem;
}

.col-4 {
  margin-top: 1rem;
}

.col-5 {
  margin-top: 1rem;
}

.col-6 {
  margin-top: 1rem;
}

.col-7 {
  margin-top: 1rem;
}

.col-8 {
  margin-top: 1rem;
}

.col-9 {
  margin-top: 1rem;
}

.col-10 {
  margin-top: 1rem;
}

.col-11 {
  margin-top: 1rem;
}

.col-12 {
  margin-top: 1rem;
}

.col-13 {
  margin-top: 1rem;
}

.col-14 {
  margin-top: 1rem;
}

.col-15 {
  margin-top: 1rem;
}

.col-16 {
  margin-top: 1rem;
}

.margin-1 img {
  margin-bottom: -0.35rem;
}

.col-center,
.col-2-2,
.col-3-2,
.col-5-2,
.col-4-2,
.col-6-2,
.col-7-2,
.col-8-2,
.col-9-2,
.col-10-2 {
  margin-top: 1rem;
}

h1, h2, h3, h4, h5, h6, p, ul, img, table {
  margin-bottom: 1rem;
}

p.m-s {
  margin-bottom: 0.25rem;
}

.m-s2 {
  margin-bottom: 0.25rem;
}

.no-margin img {
  margin-bottom: -6px;
}

img.no-margin {
  margin-bottom: -6px;
}

p.no-margin {
  margin-bottom: 0;
}

.mt--1 {
  margin-top: -0.65rem;
}

.mt-1-2 {
  margin-top: 2rem;
}
@media screen and (min-width: 61.875em) {
  .mt-1-2 {
    margin-top: 2rem;
  }
}

.mt-1,
.mt-2,
.mt-3,
.mt-4 {
  margin-top: 1rem;
}

.mt-1-s {
  margin-top: 0.5rem;
}

@media screen and (min-width: 61.875em) {
  .mt-2 {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 61.875em) {
  .mt-3 {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 61.875em) {
  .mt-4 {
    margin-top: 4rem;
  }
}

.mb-1,
.mb-2,
.mb-3,
.mb-4 {
  margin-bottom: 1rem;
}

.mb-s {
  margin-bottom: 0.5rem;
}

.mb-s-25 {
  margin-bottom: 0.25rem;
}

@media screen and (min-width: 61.875em) {
  .mb-2 {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 61.875em) {
  .mb-3 {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 61.875em) {
  .mb-4 {
    margin-bottom: 4rem;
  }
}

.spacer-1 {
  height: 1rem;
  clear: both;
  width: 100%;
  grid-column: auto/span 12;
}

.spacer-2 {
  height: 1rem;
  clear: both;
  width: 100%;
  grid-column: auto/span 12;
}

.spacer-3 {
  height: 1rem;
  clear: both;
  width: 100%;
  grid-column: auto/span 12;
}

.spacer-4 {
  height: 1rem;
  clear: both;
  width: 100%;
  grid-column: auto/span 12;
}

.spacer-5 {
  height: 1rem;
  clear: both;
  width: 100%;
  grid-column: auto/span 12;
}

.spacer-6 {
  height: 1rem;
  clear: both;
  width: 100%;
  grid-column: auto/span 12;
}

@media screen and (min-width: 61.875em) {
  .spacer-1 {
    height: 1rem;
  }
  .spacer-2 {
    height: 2rem;
  }
  .spacer-3 {
    height: 3rem;
  }
  .spacer-4 {
    height: 4rem;
  }
  .spacer-5 {
    height: 5rem;
  }
  .spacer-6 {
    height: 6rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 31.1875em) {
  .spacer-mobile-1 {
    height: 0.65rem;
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 31.25em) {
  .spacer-mobile-1 {
    display: none;
  }
}

.ml-1 {
  margin-left: 0.5rem;
}

.mr-1 {
  margin-right: 0.5rem;
}

.padd-1 {
  padding: 1rem;
  padding-bottom: 0.001rem;
}

.padd-2 {
  padding: 2rem;
  padding-bottom: 1rem;
}

.padd-3 {
  padding: 1rem;
}

.padd-4 {
  padding: 2rem;
}

.padd-5 {
  padding: 1rem;
}
@media screen and (min-width: 80em) {
  .padd-5 {
    padding: 4rem 12rem;
  }
}

.padd-6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padd-10,
.mod_article .page {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 61.875em) {
  .padd-10,
  .mod_article .page {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.padd-s .page,
.mod_article.padd-s .page {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padd-m .page,
.mod_article.padd-m .page {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 80em) {
  .padd-m .page,
  .mod_article.padd-m .page {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.no-padd.page,
.mod_article.no-padd,
.mod_article.no-padd .page {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-article-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 61.875em) {
  .padding-article-1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.mod_article.no-padd-t .page {
  padding-top: 1rem;
}

.page.no-padd-b {
  padding-bottom: 1rem;
}

.margin-werte {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 61.875em) {
  .margin-werte {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 80em) {
  .margin-werte {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1rem;
  }
}

.content-box-1 {
  display: grid;
  padding: 1rem;
  padding-bottom: 0.25rem;
}
@media screen and (min-width: 31.25em) {
  .content-box-1 {
    grid-template-columns: 4rem 1fr;
  }
}
.content-box-1 figure img {
  margin-bottom: 0.15rem;
}
.content-box-1 h4 {
  margin-bottom: 1rem;
}
@media screen and (min-width: 31.25em) {
  .content-box-1 h4 {
    margin-top: 0.75rem;
  }
}

.content-box-2 {
  padding: 0.1rem 1rem;
  margin-bottom: 0.15rem;
  background-color: #efefef;
}
.content-box-2 a {
  text-decoration: underline;
}

.bg-grau-1 .content-box-2 {
  background-color: #fff;
}

.content-wrapper-radius .border-radius-3:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.content-wrapper-radius .border-radius-3:last-child {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.content-box-3 {
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .content-box-3 {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
.content-box-3 .content-image {
  position: relative;
  width: 100%;
}
.content-box-3 .content-image img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .content-box-3 .content-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
    margin-left: -1px;
  }
}
.content-box-3 .content-list,
.content-box-3 .content-text {
  padding: 0 1rem 0.5rem 1rem;
}
@media screen and (min-width: 61.875em) {
  .content-box-3 .content-list,
  .content-box-3 .content-text {
    padding: 2rem;
  }
}
@media screen and (min-width: 102.5em) {
  .content-box-3 .content-list,
  .content-box-3 .content-text {
    padding: 4rem 2rem;
  }
}

.content-box-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .content-box-4 {
    display: grid;
    padding-top: 3rem;
    padding-bottom: 3rem;
    grid-template-columns: 50% 50%;
  }
}
@media screen and (min-width: 80em) {
  .content-box-4 {
    grid-template-columns: 40% 60%;
  }
}
.content-box-4 .image {
  text-align: center;
}
.content-box-4 .image img {
  width: 250px;
  height: auto;
}
@media screen and (min-width: 102.5em) {
  .content-box-4 .image img {
    width: 300px;
  }
}
.content-box-4 .content-text {
  padding: 1rem;
  text-align: center;
}
.content-box-4 .content-text h3 {
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 48em) {
  .content-box-4 .content-text {
    text-align: left;
  }
}
@media screen and (min-width: 61.875em) {
  .content-box-4 .content-text {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 80em) {
  .content-box-4 .content-text {
    padding-right: 10rem;
  }
}

.content-box-5 {
  margin-bottom: 0.15rem;
}
.content-box-5 h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 61.875em) {
  .grid-50-50 {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
.grid-50-50 .img-50 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.grid-50-50 .img-50 img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 61.875em) {
  .grid-50-50 .img-50 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: -1px;
  }
}
@media screen and (min-width: 61.875em) {
  .grid-50-50 .page-2-content {
    padding: 2rem 1rem 1rem 0rem;
  }
}
@media screen and (min-width: 80em) {
  .grid-50-50 .page-2-content {
    padding: 5rem 1rem 5rem 2rem;
  }
}

.content-box-8 {
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border: 1px solid #aab9a8;
  overflow: hidden;
}
@media screen and (min-width: 61.875em) {
  .content-box-8 {
    display: grid;
    align-items: center;
    grid-template-columns: 20rem 1fr;
    column-gap: 2.2%;
  }
}
@media screen and (min-width: 102.5em) {
  .content-box-8 {
    grid-template-columns: 24rem 1fr;
  }
}
.content-box-8 figure {
  background-color: #fbf9e3;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.content-box-8 img {
  width: 12rem;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 61.875em) {
  .content-box-8 img {
    width: 70%;
    margin-top: 0;
    margin-bottom: 0rem;
  }
}
.content-box-8 .text {
  padding: 1.25rem 1.25rem 0.25rem 1.25rem;
}
@media screen and (min-width: 61.875em) {
  .content-box-8 .text {
    padding: 4rem 1rem 4rem 0rem;
  }
}

.content-box-9 {
  display: grid;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  background-color: #efefef;
}
.content-box-9 h2 {
  margin-top: 0.5rem;
}
@media screen and (min-width: 61.875em) {
  .content-box-9 {
    grid-template-columns: 14rem 1fr;
    align-items: center;
    column-gap: 2.2%;
    text-align: left;
  }
  .content-box-9 h2 {
    margin-top: 1rem;
  }
}
.content-box-9 figure {
  text-align: center;
  border-right: 1px solid #fff;
}
.content-box-9 img {
  width: 6rem;
  height: auto;
}
@media screen and (min-width: 61.875em) {
  .content-box-9 img {
    width: 10rem;
  }
}
.content-box-9 figure {
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  .content-box-9 figure {
    padding: 1rem 1rem 0rem 1rem;
  }
}
@media screen and (min-width: 61.875em) {
  .content-box-9 figure {
    padding-top: 1.5rem;
    padding-bottom: 0.15rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  .content-box-9 .text {
    padding: 1rem;
  }
}
@media screen and (min-width: 61.875em) {
  .content-box-9 .text {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
  }
}
.content-box-9 h2 {
  margin-top: 0;
}
.content-box-9 h3 {
  margin-bottom: 0.5rem;
}

.bg-grau-1 .content-box-9 {
  background-color: #fff;
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  .bg-grau-1 .content-box-9 figure {
    border-bottom: 1px solid #efefef;
  }
}
@media screen and (min-width: 61.875em) {
  .bg-grau-1 .content-box-9 figure {
    border-right: 1px solid #efefef;
  }
}

.content-box-10 {
  background-color: #728b6e;
  margin-bottom: 1rem;
}
.content-box-10 h3 {
  margin-bottom: 0.5rem;
}
.content-box-10 img {
  transition: all 0.2s ease-in-out;
}

.content-box-10:hover img {
  transform: rotate(15deg);
  transition: all 0.2s ease-in-out;
}

.ce_header_img .grid-header-img-2 {
  align-items: center;
}
@media screen and (min-width: 61.875em) {
  .ce_header_img .grid-header-img-2 {
    grid-template-columns: 1fr 20rem;
    display: grid;
    align-items: center;
    column-gap: 1.5rem;
  }
}
.ce_header_img .grid-header-img-2 .img-header {
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  .ce_header_img .grid-header-img-2 .img-header {
    width: 20rem;
    height: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 61.875em) {
  .ce_header_img .grid-header-img-2 .img-header {
    order: 2;
    aspect-ratio: 1/1;
  }
}
.ce_header_img .grid-header-img-2 .img-header svg.circle-pfeil {
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  left: 50%;
  z-index: 6;
  margin-left: -1rem;
}
@media screen and (min-width: 61.875em) {
  .ce_header_img .grid-header-img-2 .img-header svg.circle-pfeil {
    margin-left: -1.8rem;
  }
}
@media screen and (min-width: 102.5em) {
  .ce_header_img .grid-header-img-2 .img-header svg.circle-pfeil {
    margin-top: 0rem;
    margin-left: -1.8rem;
  }
}
.ce_header_img .grid-header-img-2 .img-header .svg-over svg.circle-over-c {
  z-index: 4;
}
.ce_header_img .grid-header-img-2 .img-header .svg-over svg.circle-over-w {
  z-index: 5;
}
.ce_header_img .grid-header-img-2 .img-header .svg-over svg.circle-over-c,
.ce_header_img .grid-header-img-2 .img-header .svg-over svg.circle-over-w {
  position: absolute;
  width: 18rem;
  height: 18rem;
  margin-left: 1rem;
}
@media screen and (min-width: 61.875em) {
  .ce_header_img .grid-header-img-2 .img-header .svg-over svg.circle-over-c,
  .ce_header_img .grid-header-img-2 .img-header .svg-over svg.circle-over-w {
    margin-left: 0;
  }
}
.ce_header_img .grid-header-img-2 .img-header .image_container {
  width: 20rem;
  height: 20rem;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 2;
  width: 20rem;
  height: 20rem;
  border-radius: 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  margin-top: -1rem;
}
@media screen and (min-width: 61.875em) {
  .ce_header_img .grid-header-img-2 .img-header .image_container {
    margin-left: -1rem;
  }
}
.ce_header_img .grid-header-img-2 .img-header img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.ce_header_img .grid-header-img-2 .header-text {
  order: 2;
  text-align: center;
}
@media screen and (min-width: 61.875em) {
  .ce_header_img .grid-header-img-2 .header-text {
    order: 1;
    text-align: left;
  }
}
@media screen and (min-width: 0em) and (max-width: 26.25em) {
  .ce_header_img .grid-header-img-2 .header-text h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 26.25em) and (max-width: 79.99em) {
  .ce_header_img .grid-header-img-2 .header-text h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

@media screen and (min-width: 48em) {
  .ce_header_img .grid-header-img {
    grid-template-columns: 1fr 14rem;
    display: grid;
    align-items: center;
  }
}
@media screen and (min-width: 48em) {
  .ce_header_img .grid-header-img .img-header {
    order: 2;
  }
}
.ce_header_img .grid-header-img .img-header .image_container {
  text-align: center;
}
.ce_header_img .grid-header-img .img-header .image_container img {
  width: 12rem;
  height: auto;
}
@media screen and (min-width: 48em) {
  .ce_header_img .grid-header-img .img-header .image_container img {
    width: 80%;
  }
}
.ce_header_img .grid-header-img .header-text {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .ce_header_img .grid-header-img .header-text {
    order: 1;
    text-align: left;
  }
}
.ce_header_img .grid-header-img .header-text h2 {
  font-weight: 400;
}

.mod_article.block.no-overflow {
  overflow: visible;
}

@media screen and (min-width: 61.875em) {
  .ce_header_big {
    margin-bottom: -1rem;
  }
}
@media screen and (min-width: 102.5em) {
  .ce_header_big {
    margin-bottom: -4rem;
  }
}
.ce_header_big .grid-header-img {
  align-items: center;
}
@media screen and (min-width: 61.875em) {
  .ce_header_big .grid-header-img {
    display: grid;
    grid-template-columns: 1fr 30rem;
  }
}
@media screen and (min-width: 102.5em) {
  .ce_header_big .grid-header-img {
    grid-template-columns: 1fr 40rem;
  }
}
.ce_header_big .grid-header-img .img-header {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 61.875em) {
  .ce_header_big .grid-header-img .img-header {
    order: 2;
    aspect-ratio: 1/1;
  }
}
.ce_header_big .grid-header-img .img-header .image_container {
  position: relative;
  width: 20rem;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 61.875em) {
  .ce_header_big .grid-header-img .img-header .image_container {
    width: 30rem;
    height: 30rem;
    border-radius: 15rem;
    -moz-border-radius: 15rem;
    -webkit-border-radius: 15rem;
    margin-top: -1rem;
    margin-left: -1rem;
  }
}
@media screen and (min-width: 102.5em) {
  .ce_header_big .grid-header-img .img-header .image_container {
    width: 42rem;
    height: 42rem;
    border-radius: 21rem;
    -moz-border-radius: 21rem;
    -webkit-border-radius: 21rem;
    margin-top: -5%;
    margin-left: -2rem;
  }
}
.ce_header_big .grid-header-img .img-header img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  .ce_header_big .grid-header-img .header-text {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 26.25em) {
  .ce_header_big .grid-header-img .header-text h1 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 26.25em) and (max-width: 79.99em) {
  .ce_header_big .grid-header-img .header-text h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
.ce_header_big .grid-header-img .header-text ul li a.text-l {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 61.875em) {
  .ce_header_big .grid-header-img .header-text {
    text-align: center;
    order: 1;
    text-align: left;
  }
}
.ce_header_big .grid-header-img .header-text img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  .ce_header_big .grid-header-img .header-text img {
    display: none;
  }
}

.img-grey img {
  filter: grayscale(100%);
  transition: all 0.4s ease;
}
.img-grey img:hover {
  filter: grayscale(0%);
  transition: all 0.4s ease;
}

.img-radius {
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  overflow: hidden;
}

.img-1:after {
  position: relative;
  content: "";
  background-image: url("../../files/daten/icon/linie-kreis.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  display: block;
  aspect-ratio: 4/1;
  width: 120%;
  margin-top: -20%;
  margin-left: -10%;
}

.img-1 {
  aspect-ratio: 1/1;
}
.img-1 figure {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}
.img-1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.img-2 {
  aspect-ratio: 1/1;
}
.img-2 figure {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}
.img-2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.image-icons-m img {
  width: 150px;
  height: auto;
}
@media screen and (min-width: 61.875em) {
  .image-icons-m img {
    width: 100%;
    height: auto;
  }
}

.image100 img {
  width: 100%;
  height: auto;
}

.image80 img {
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
  height: auto;
}

.image50 img {
  width: 50%;
  height: auto;
  margin-left: 25%;
  margin-right: 25%;
}

.image50-2 img {
  width: 100%;
  height: auto;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .image50-2 img {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}

.image420 {
  text-align: center;
}
.image420 img {
  width: 300px;
  height: auto;
}
@media screen and (min-width: 48em) {
  .image420 img {
    width: 420px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.ce_accordion {
  margin-bottom: 0.3rem;
}
.ce_accordion .toggler {
  background-color: #fff;
  width: 100%;
  border-radius: 0.15rem;
  padding: 0.8rem 1.5rem;
  border: 1px solid transparent;
  text-align: left;
  cursor: pointer;
}
.ce_accordion .toggler h4,
.ce_accordion .toggler h3 {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.ce_accordion .toggler h4 {
  font-weight: 400;
  margin-left: 0.5rem;
}
.ce_accordion .toggler .ui-icon {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 15'%3E%3Crect x='2' y='6.2' width='11.1' height='2.6' transform='translate(15 0) rotate(90)'/%3E%3Crect x='2' y='6.2' width='11.1' height='2.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  width: 15px;
  height: 15px;
  display: block;
  float: right;
  line-height: 1.5rem;
  margin-top: 0.25rem;
  transition: all 0.2s ease;
}
.ce_accordion .toggler .toggler:hover {
  background-color: #fbf9e3;
}
.ce_accordion .toggler:focus {
  background-color: #fbf9e3;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  outline: 1px solid #aab9a8;
  outline-offset: -1px;
}
.ce_accordion .toggler.active {
  background-color: #fbf9e3;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  outline: 1px solid #aab9a8;
  outline-offset: -1px;
}
.ce_accordion .toggler.active:after {
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
.ce_accordion .accordion.ui-accordion-content-active {
  outline: 1px solid #aab9a8;
  outline-offset: -1px;
  margin-top: -1px;
}
.ce_accordion .accordion {
  padding: 1rem 1.5rem;
  padding-bottom: 0.015rem;
  background-color: #fff;
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}

.ce_accordion:first-child .toggler {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.ce_accordion:last-child .toggler {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.ce_accordion:last-child .toggler.active {
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
.ce_accordion:last-child .accordion.active {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.handorgel {
  margin-bottom: 0.3rem;
}
.handorgel .toggler button {
  background-color: #fff;
  width: 100%;
  border-radius: 0.15rem;
  padding: 0.8rem 1.5rem;
  border: 1px solid transparent;
  text-align: left;
}
.handorgel .toggler button h4,
.handorgel .toggler button h3 {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.handorgel .toggler button h4 {
  font-weight: 400;
  margin-left: 0.5rem;
}
.handorgel .toggler button:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 15'%3E%3Crect x='2' y='6.2' width='11.1' height='2.6' transform='translate(15 0) rotate(90)'/%3E%3Crect x='2' y='6.2' width='11.1' height='2.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  width: 15px;
  height: 15px;
  display: block;
  float: right;
  line-height: 1.5rem;
  margin-top: 0.25rem;
  transition: all 0.2s ease;
}
.handorgel .toggler button:hover {
  background-color: #fbf9e3;
}
.handorgel .toggler button:focus {
  background-color: #fbf9e3;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  outline: 1px solid #aab9a8;
  outline-offset: -1px;
}
.handorgel .toggler.open button {
  background-color: #fbf9e3;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  outline: 1px solid #aab9a8;
  outline-offset: -1px;
}
.handorgel .toggler.open button:after {
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
.handorgel .accordion.open {
  outline: 1px solid #aab9a8;
  outline-offset: -1px;
  margin-top: -1px;
}
.handorgel .accordion {
  padding: 1rem 1.5rem;
  padding-bottom: 0.015rem;
  background-color: #fff;
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}

.handorgel:first-child .toggler button {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.handorgel:last-child .toggler button {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.handorgel:last-child .toggler.open button {
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
.handorgel:last-child .accordion.open {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.img-radius img {
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  overflow: hidden;
}

.line-2 {
  height: 1px;
  width: 3rem;
  display: block;
  background-color: #aab9a8;
}

.border-1 {
  border: 1px solid #7fe37f;
}

.border-2 {
  border: 1px solid #d5d3c8;
}

.height-80 {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.display-block {
  display: block;
}

.schatten-1 {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.border-radius-1 {
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}

.border-radius-3 {
  border-radius: 0.2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.border-radius-top {
  border-radius: 0rem;
  -moz-border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -webkit-border-top-left-radius: 0.5rem;
  -webkit-border-top-right-radius: 0.5rem;
  -moz-border-radius-topleft: 0.5rem;
  -moz-border-radius-topright: 0.5rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border-radius-bottom {
  border-radius: 0rem;
  -moz-border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -webkit-border-bottom-left-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
  -moz-border-radius-bottomleft: 0.5rem;
  -moz-border-radius-bottomright: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.absolut {
  position: absolute;
}

.br {
  display: block;
}

a.underline {
  text-decoration: underline;
}

.border-top-1 {
  border-top: 4px solid #80c800;
}

@media screen and (min-width: 61.875em) {
  .flyout {
    display: none;
    visibility: hidden;
  }
  li[aria-expanded=false] > .flyout,
  li[data-focus=false] > .flyout {
    display: none;
  }
  ul.level_2 li[aria-expanded=false] .flyout,
  ul.level_1 li[aria-expanded=true] .flyout {
    display: block;
    visibility: visible;
  }
  .nav-01 .menu-liste > ul {
    display: flex;
    justify-content: flex-end;
  }
  .nav-01 .menu-toggle {
    display: none;
  }
  .nav-01 ul {
    margin-bottom: 0;
  }
  .nav-01 ul li {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
@media screen and (min-width: 61.875em) and (min-width: 102.5em) {
  .nav-01 ul li {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 61.875em) {
  .nav-01 ul a {
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    color: #000;
    background-image: linear-gradient(90deg, rgb(114, 139, 110) 0%, rgb(114, 139, 110) 100%);
    outline: 2px solid transparent;
    outline-offset: -2px;
    padding: 0.65rem 0.85rem;
    display: block;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    position: relative;
    z-index: 100;
  }
  .nav-01 ul a:before {
    position: absolute;
    content: "";
    background-image: linear-gradient(90deg, rgb(199, 209, 197) 0%, rgb(204, 244, 204) 100%);
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
  }
  .nav-01 ul a:hover {
    color: #000;
  }
  .nav-01 ul a.active:before,
  .nav-01 ul a:hover:before {
    opacity: 1;
    transition: all 0.5s ease;
  }
  .nav-01 ul a:focus-visible {
    outline: 2px solid #000;
  }
  .nav-01 ul a:focus {
    outline: 2px solid transparent;
    outline-offset: 0px;
    background-image: linear-gradient(90deg, rgb(199, 209, 197) 0%, rgb(204, 244, 204) 100%);
  }
  .nav-01 ul button[aria-expanded=true] svg {
    transform: rotate(180deg);
  }
  .nav-01 ul li.submenu:hover a:before {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    opacity: 1;
    transition: all 0.1s ease;
  }
  .nav-01 ul li.submenu:hover button {
    outline: 2px solid transparent;
    background-color: #ccf4cc;
  }
  .nav-01 ul li.submenu:hover button svg {
    transform: rotate(180deg);
    transition: transform 0.25s ease-in;
    stroke: #000;
  }
  .nav-01 ul li.submenu {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 28px;
    column-gap: 0px;
  }
  .nav-01 ul li.submenu img {
    margin-bottom: 0.25rem;
  }
  .nav-01 ul li.submenu a {
    padding-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .nav-01 ul li.submenu a:before {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .nav-01 ul li.submenu button {
    border: transparent;
    background-color: transparent;
    outline: 2px solid transparent;
    outline-offset: -2px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    padding-left: 3px;
    padding-right: 3px;
    border-top-right-radius: 0.5rem;
  }
  .nav-01 ul li.submenu button svg {
    transition: transform 0.25s ease-in;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    width: 18px;
    height: auto;
  }
  .nav-01 ul li.submenu button:focus {
    outline: 2px solid #80c800;
  }
  .nav-01 ul li.submenu button:focus svg {
    stroke: #80c800;
  }
  .nav-01 ul li.submenu.active a:before {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .nav-01 ul li.submenu.active button {
    background-color: #ccf4cc;
  }
  .nav-01 ul li.submenu.active button {
    border-bottom-right-radius: 0.5rem;
  }
  .nav-01 ul li ul.level_2 {
    position: absolute;
    display: block;
    background-color: #728b6e;
    border: 1px solid #aab9a8;
    min-width: 350px;
    padding: 1rem;
    padding-bottom: 1.5rem;
    z-index: 99999;
    border-radius: 0.65rem;
    border-top-left-radius: 0rem;
  }
  .nav-01 ul li ul.level_2 li {
    margin-left: 0;
    margin-right: 0;
    display: block;
    margin-top: 1rem;
  }
  .nav-01 ul li ul.level_2 li button {
    display: none;
  }
  .nav-01 ul li ul.level_2 li img {
    margin-bottom: 0.85rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .nav-01 ul li ul.level_2 li a {
    display: block;
    padding: 0;
    text-decoration: none;
    margin: 0;
    outline: 2px solid transparent;
    color: #000;
    height: auto;
    background: transparent;
    font-weight: 400;
  }
  .nav-01 ul li ul.level_2 li a:before {
    display: none;
  }
  .nav-01 ul li ul.level_2 li a:hover {
    color: #3c3c3b;
  }
  .nav-01 ul li ul.level_2 li a:focus {
    outline: 2px solid transparent;
  }
  .nav-01 ul li ul.level_2 li a:focus-visible {
    outline: 2px solid #000;
  }
  .nav-01 ul li ul.level_2 li a.trail,
  .nav-01 ul li ul.level_2 li a.active {
    font-weight: 700;
    color: #000;
  }
  .nav-01 ul li ul.level_2 li a:after {
    display: none;
  }
  .nav-01 ul li ul.level_2 li:hover {
    background-color: transparent;
  }
  .nav-01 ul li ul.level_2 ul li a {
    padding: 0;
    text-transform: none;
    color: #fff;
  }
  .nav-01 ul li ul.level_2 ul li a.active {
    color: #80c800;
  }
  .nav-01 ul li ul.level_2 hr {
    height: 0;
    border: 0;
    display: none;
  }
  .nav-01 ul li.leistungen ul.level_2 {
    left: 0;
    width: 100%;
    display: grid;
    padding-left: 1%;
    padding-right: 1%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 2.2%;
    border-left: 0;
    border-right: 0;
  }
}
@media screen and (min-width: 61.875em) and (min-width: 102.5em) {
  .nav-01 ul li.leistungen ul.level_2 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 61.875em) {
  .nav-01 ul li.leistungen ul.level_2 hr {
    grid-column: auto/span 6;
    width: 100%;
    display: block;
    height: 4px;
    background-color: #80c800;
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 61.865em) {
  #header .box {
    height: 70px;
  }
  .nav-01 button.menu-toggle-close {
    display: none;
  }
  .nav-01 button.menu-toggle {
    float: right;
    width: 50px;
    height: 50px;
    background: #C7D1C5;
    background: linear-gradient(90deg, rgb(199, 209, 197) 0%, rgb(204, 244, 204) 100%);
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border: transparent;
    outline: 1px solid transparent;
    outline-offset: -1px;
    color: #fff;
    display: grid;
    place-content: center;
    cursor: pointer;
  }
  .nav-01 button.menu-toggle .m-toggle {
    grid-area: text;
  }
  .nav-01 button.menu-toggle .m-toggle .linie {
    height: 3px;
    width: 25px;
    background-color: #000;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .nav-01 button.menu-toggle .m-toggle .linie:nth-child(1) {
    transform-origin: center bottom;
  }
  .nav-01 button.menu-toggle .m-toggle .linie:nth-child(2) {
    transform-origin: center center;
  }
  .nav-01 button.menu-toggle .m-toggle .linie:nth-child(3) {
    transform-origin: center top;
  }
  .nav-01 button.menu-toggle[aria-expanded=true] .m-toggle {
    margin-left: -2px;
  }
  .nav-01 button.menu-toggle[aria-expanded=true] .linie {
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
    margin-top: 0;
    margin-bottom: 0;
  }
  .nav-01 button.menu-toggle[aria-expanded=true] .linie:nth-child(1) {
    transform: rotate(-45deg) translateY(4px);
    transform-origin: center bottom;
  }
  .nav-01 button.menu-toggle[aria-expanded=true] .linie:nth-child(2) {
    opacity: 0; /* Versteckt die mittlere Linie */
    transform: scale(0);
  }
  .nav-01 button.menu-toggle[aria-expanded=true] .linie:nth-child(3) {
    transform: rotate(45deg) translateY(-3px);
    transform-origin: center;
    transform-origin: top center;
  }
  .nav-01 button.menu-toggle:focus {
    outline: 2px solid #000;
  }
  .nav-01 button.menu-toggle[aria-expanded=false] + .menu-liste {
    display: block;
    transform: translateX(0) translateY(-5%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
    transition: right 0.5s ease;
  }
  .nav-01 button.menu-toggle[aria-expanded=true] + .menu-liste {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(0) translateY(0);
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.2s ease;
    position: absolute;
    top: 5.5rem;
    width: 100%;
    left: 0;
  }
  .nav-01 .menu-liste {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    transition: right 1s ease;
    z-index: 8;
  }
  .nav-01 .menu-liste > ul {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    overflow: hidden;
    height: calc(100vh - 70px);
    overflow-y: auto;
  }
  .nav-01 .menu-liste ul > li {
    border-bottom: 1px solid #3c3c3b;
  }
  .nav-01 .menu-liste hr {
    display: none;
  }
  .nav-01 .menu-liste ul {
    margin-bottom: 0;
  }
  .nav-01 .menu-liste ul ul {
    border: none;
  }
  .nav-01 .menu-liste ul a {
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 17px;
    font-size: 1.0625rem;
    border-left: 10px solid #fff;
    padding-left: 0.5rem;
  }
  .nav-01 .menu-liste ul a, .nav-01 .menu-liste ul button {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .nav-01 .menu-liste ul li.trail {
    border-left: 10px solid #aab9a8;
  }
  .nav-01 .menu-liste ul li.trail .trail {
    border-left: 10px solid #fff;
    color: #000;
  }
  .nav-01 .menu-liste ul a.active {
    color: #728b6e;
  }
  .nav-01 .menu-liste ul li {
    display: block;
  }
  .nav-01 .menu-liste ul li.btn-1 {
    margin: 1rem;
    border-bottom: none;
  }
  .nav-01 .menu-liste ul li.submenu button[aria-expanded=false] + .flyout {
    display: none;
  }
  .nav-01 .menu-liste ul li.submenu button[aria-expanded=true] + .flyout {
    display: block !important;
  }
  .nav-01 .menu-liste ul li.submenu button[aria-expanded=true] svg {
    transform: rotate(180deg);
    transition: transform 0.25s ease-in;
  }
  .nav-01 .menu-liste ul li.submenu button svg {
    transition: transform 0.25s ease-in;
  }
  .nav-01 .menu-liste ul li a:focus-visible {
    background-color: hsl(81.6, 100%, 104.2156862745%);
    outline: 2px solid #000;
    outline-offset: -4px;
    border-left: 10px solid #728b6e;
  }
  .nav-01 .menu-liste ul li.submenu {
    display: grid;
    grid-template-columns: 1fr 50px;
    align-items: center;
    border-bottom: 1px solid #3c3c3b;
  }
  .nav-01 .menu-liste ul li.submenu a {
    color: #000;
    text-decoration: none;
    border-left: 10px solid #fff;
    padding-left: 0.5rem;
  }
  .nav-01 .menu-liste ul li.submenu a:focus-visible {
    border-left: 10px solid #728b6e;
  }
  .nav-01 .menu-liste ul li.submenu a.active {
    color: #000;
    border-left: 10px solid #728b6e;
    background-color: #efefef;
  }
  .nav-01 .menu-liste ul li.submenu button {
    border: transparent;
    background-color: #efefef;
    outline: 2px solid #efefef;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    outline-offset: -3px;
  }
  .nav-01 .menu-liste ul li.submenu button svg {
    transition: transform 0.25s ease-in;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    width: 60%;
    height: auto;
  }
  .nav-01 .menu-liste ul li.submenu button:focus {
    outline: 2px solid #728b6e;
    background-color: hsl(81.6, 100%, 104.2156862745%);
  }
  .nav-01 .menu-liste ul li.submenu .flyout {
    border-top: 1px solid #3c3c3b;
    width: 100%;
    grid-column: auto/span 2;
    display: block;
  }
  .nav-01 .menu-liste ul li.submenu .flyout li {
    border-bottom: 1px solid #3c3c3b;
  }
  .nav-01 .menu-liste ul li.submenu .flyout li a {
    border-left: 10px solid #efefef;
  }
  .nav-01 .menu-liste ul li.submenu .flyout li a.active {
    border-left: 10px solid #728b6e;
  }
  .nav-01 .menu-liste ul li.submenu .flyout li:last-child {
    border-bottom: none;
  }
  .nav-01 .menu-liste ul li.submenu .flyout ul ul li a {
    border-left: 20px solid #8ea28b;
  }
  .nav-01 .menu-liste ul li.submenu .flyout ul.level_2 > li.submenu {
    grid-template-columns: 40px 1fr 50px;
    align-items: center;
  }
  .nav-01 .menu-liste ul li.submenu .flyout ul.level_2 > li.submenu .image {
    background-color: #80c800;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .nav-01 .menu-liste ul li.submenu .flyout ul.level_2 > li.submenu .image img {
    margin-bottom: 0;
    margin-left: 0.15rem;
  }
  .nav-01 .menu-liste ul li.submenu .flyout ul.level_2 > li.submenu .flyout {
    grid-column: auto/span 3;
  }
  .nav-01 .menu-liste ul li.submenu .flyout ul.level_2 > li.submenu a {
    border-left: 0;
  }
  .nav-01 .menu-liste ul li.submenu .flyout ul.level_2 > li.submenu ul li a {
    border-left: 10px solid #3c3c3b;
  }
}
.content-gallery ul {
  display: grid;
  column-gap: 2.2%;
}
.content-gallery ul li img {
  width: 100%;
  height: auto;
}
.content-gallery ul.gall1 {
  grid-template-columns: 1fr;
}

.content-gallery.content-gallery--cols-2 ul,
.content-gallery.content-gallery--cols-3 ul,
.content-gallery.content-gallery--cols-4 ul,
.content-gallery.content-gallery--cols-5 ul,
.content-gallery.content-gallery--cols-6 ul {
  grid-template-columns: 1fr 1fr;
}

.content-gallery.content-gallery--cols-7 ul {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (min-width: 48em) {
  .content-gallery.content-gallery--cols-3 ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content-gallery.content-gallery--cols-4 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .content-gallery.content-gallery--cols-5 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .content-gallery.content-gallery--cols-6 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .content-gallery.content-gallery--cols-7 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
#main .galerie-profil ul {
  display: grid;
  grid-template-columns: 145px 145px;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-2,
.page {
  padding-left: 5%;
  padding-right: 5%;
}

#main {
  overflow: hidden;
}

@media screen and (min-width: 80em) {
  .page {
    padding-left: 3%;
    padding-right: 3%;
    width: 1280px;
  }
  .page-2 {
    width: 640px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 102.5em) {
  .page {
    padding-left: 0%;
    padding-right: 0%;
    width: 1540px;
  }
  .page-2 {
    width: 770px;
  }
}
.page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page:after {
  content: " ";
  display: block;
  clear: both;
}

#user #main {
  min-height: calc(100vh - 300px);
}

.rtl {
  float: right;
}

#footer .footer-inside .page {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 61.875em) {
  #footer .footer-inside .page .grid-footer {
    display: grid;
    align-items: center;
    grid-template-columns: 300px 1fr;
  }
}
#footer .footer-inside .page .grid-footer .logo a {
  display: block;
  line-height: auto;
}
#footer .footer-inside .page .grid-footer .logo img {
  margin-bottom: 1.5rem;
  width: 220px;
  height: auto;
}
@media screen and (min-width: 61.875em) {
  #footer .footer-inside .page .grid-footer .logo img {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 61.875em) {
  #footer .footer-inside .page .grid-footer .cta {
    display: flex;
    justify-content: flex-end;
  }
}
#footer .footer-inside .page .grid-footer .social {
  grid-column: auto/span 2;
  margin-top: 3rem;
}
#footer .footer-inside .page .grid-footer .social ul {
  margin-bottom: 0;
  line-height: 0;
}
@media screen and (min-width: 48em) {
  #footer .footer-inside .page .grid-footer .social ul {
    text-align: right;
  }
}
#footer .footer-inside .page .grid-footer .social ul li {
  line-height: 0;
  display: inline-block;
  margin-right: 1rem;
}
#footer .footer-inside .page .grid-footer .social ul li a {
  display: block;
  line-height: 0;
}
#footer .footer-inside .page .grid-footer .social ul li img {
  margin-bottom: 0;
}
#footer .footer-inside .page .grid-footer .social ul li:last-child {
  margin-right: 0;
}
#footer .footer-inside .page .grid-footer .btns {
  text-align: center;
}
@media screen and (min-width: 37.5em) {
  #footer .footer-inside .page .grid-footer .btns {
    display: grid;
    grid-template-columns: 16rem 16rem;
    column-gap: 1rem;
  }
}
#footer .footer-inside .page .grid-footer .btns a {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 48px 1fr;
  background-color: #fff;
  border: radius 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  align-items: center;
  transition: all 0.5s ease;
}
@media screen and (min-width: 37.5em) {
  #footer .footer-inside .page .grid-footer .btns a {
    margin-bottom: 0rem;
  }
}
#footer .footer-inside .page .grid-footer .btns a span.icon {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ccf4cc;
  transition: all 0.5s ease;
}
#footer .footer-inside .page .grid-footer .btns a span.icon img {
  margin-bottom: 0;
}
#footer .footer-inside .page .grid-footer .btns a span.text {
  text-align: left;
  padding-left: 0.85rem;
  font-weight: 700;
}
#footer .footer-inside .page .grid-footer .btns a:hover {
  background-color: #efefef;
  transition: all 0.5s ease;
  color: #000;
}
#footer .footer-inside .page .grid-footer .btns a:hover span.icon {
  background-color: #80c800;
  transition: all 0.5s ease;
}
#footer .white .page {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 61.875em) and (max-width: 79.99em) {
  #footer .white .page .grid-footer-copy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 80em) {
  #footer .white .page .grid-footer-copy {
    display: grid;
    align-items: center;
    grid-template-columns: 600px 1fr 48px;
  }
}
#footer .white .page .grid-footer-copy ul, #footer .white .page .grid-footer-copy img {
  margin-bottom: 0;
}
#footer .white .page .copy-copy {
  display: grid;
  margin-top: 1rem;
}
@media screen and (min-width: 48em) {
  #footer .white .page .copy-copy {
    grid-template-columns: 1fr 20rem;
    align-items: center;
  }
}
#footer .white .page .copy-copy .text {
  order: 2;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  #footer .white .page .copy-copy .text {
    order: 1;
  }
}
@media screen and (min-width: 0em) and (max-width: 47.99em) {
  #footer .white .page .copy-copy .social {
    border-top: 1px dashed #000;
    padding-top: 1rem;
    order: 1;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 48em) {
  #footer .white .page .copy-copy .social {
    order: 2;
  }
}
#footer .white .page .copy-copy .social ul {
  margin-bottom: 0;
  line-height: 0;
}
@media screen and (min-width: 48em) {
  #footer .white .page .copy-copy .social ul {
    text-align: right;
  }
}
#footer .white .page .copy-copy .social ul li {
  line-height: 0;
  display: inline-block;
  margin-right: 1rem;
}
#footer .white .page .copy-copy .social ul li a {
  display: block;
  line-height: 0;
}
#footer .white .page .copy-copy .social ul li img {
  margin-bottom: 0;
}
#footer .white .page .copy-copy .social ul li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 80em) {
  #footer .white .page .nav-03 {
    display: flex;
    justify-content: flex-end;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 61.875em) and (max-width: 79.99em) {
  #footer .white .page .nav-02,
  #footer .white .page .nav-03 {
    width: calc(100% - 80px);
    float: left;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 79.99em) {
  #footer .white .page .nav-02 {
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed #000;
  }
}
@media screen and (min-width: 61.875em) and (max-width: 79.99em) {
  #footer .white .page .image_container {
    width: 52px;
    float: right;
    margin-top: -2rem;
  }
}

.module-plenta-jobs-basic-offer-list .liste {
  margin-bottom: 1rem;
}
.module-plenta-jobs-basic-offer-list .liste a {
  background-color: #efefef;
  margin-bottom: 0.25rem;
  display: block;
  padding: 0.8rem 1rem;
}
.module-plenta-jobs-basic-offer-list .liste a .grid-offer {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 3rem;
  column-gap: 0.5rem;
}
.module-plenta-jobs-basic-offer-list .liste a .grid-offer svg {
  width: 100%;
  height: auto;
}
.module-plenta-jobs-basic-offer-list .liste a h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.15rem;
}
.module-plenta-jobs-basic-offer-list .liste a p {
  margin-bottom: 0;
}
.module-plenta-jobs-basic-offer-list .liste a:hover {
  background-color: #aab9a8;
  transition: all 0.35s ease-in;
  color: #000;
}

.bg-grau-1 .module-plenta-jobs-basic-offer-list .liste a {
  background-color: #fff;
}
.bg-grau-1 .module-plenta-jobs-basic-offer-list .liste a:hover {
  background-color: #aab9a8;
}

.module-plenta-jobs-basic-offer-reader .grid-job-header {
  display: grid;
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  .module-plenta-jobs-basic-offer-reader .grid-job-header .col-image {
    order: 1;
    width: 12rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  .module-plenta-jobs-basic-offer-reader .grid-job-header .text-headeline {
    order: 2;
  }
}
@media screen and (min-width: 61.875em) {
  .module-plenta-jobs-basic-offer-reader .grid-job-header {
    grid-template-columns: 1fr 10rem;
    column-gap: 1rem;
    align-items: center;
  }
}
.module-plenta-jobs-basic-offer-reader .jobDescription__content {
  line-height: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
}
.module-plenta-jobs-basic-offer-reader .text-icon {
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.module-plenta-jobs-basic-offer-reader .text-icon svg {
  position: absolute;
}
.module-plenta-jobs-basic-offer-reader .text-icon .letter {
  z-index: 9;
  font-weight: 700;
  color: #ccf4cc;
  font-size: 70px;
  font-size: 4.375rem;
}
.module-plenta-jobs-basic-offer-reader ul + p {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.module-plenta-jobs-basic-offer-reader div.jobDescription__content + h3,
.module-plenta-jobs-basic-offer-reader ul + h3 {
  margin-top: 2.5rem;
}
.module-plenta-jobs-basic-offer-reader h3 {
  margin-bottom: 0.5rem;
}
.module-plenta-jobs-basic-offer-reader ul li p {
  margin-bottom: 0;
}

:focus {
  outline: revert;
  outline-offset: revert;
}

.no-view {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

a[href*="#skip"].invisible:focus {
  display: inline-block;
  clip: auto;
  outline: 2px dotted #000;
  width: auto;
  height: auto;
  margin: 0;
  position: relative;
  z-index: 999;
}

a[href*="#skip"].invisible.invisible-header:focus {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  padding: 0.5rem;
  z-index: 999;
}

#main .article_back:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(114, 139, 110, 0.65) 0%, rgba(114, 139, 110, 0.85) 100%);
}

#main .article_back {
  position: relative;
}
#main .article_back .imgBack img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .article_back .page {
  position: relative;
  z-index: 1;
}

.article-icon-4,
.article-icon-3,
.article-icon-2,
.article-icon-1 {
  position: relative;
}
.article-icon-4 .grid,
.article-icon-3 .grid,
.article-icon-2 .grid,
.article-icon-1 .grid {
  position: relative;
  z-index: 2;
}

.article-icon-1:before {
  content: "";
  width: 188px;
  height: 136px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -0.5rem;
  background-image: url("../../files/daten/icon/linie_01.svg");
  background-repeat: no-repeat;
  z-index: -1;
}

.article-icon-1:after {
  content: "";
  width: 165px;
  height: 652px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0rem;
  background-image: url("../../files/daten/icon/linie_02.svg");
  background-repeat: no-repeat;
  z-index: -1;
}

.article-icon-4:before,
.article-icon-3:before,
.article-icon-2:before {
  content: "";
  width: 75px;
  height: 44px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -1rem;
  background-image: url("../../files/daten/icon/linie_03.svg");
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 48em) {
  .article-icon-4:before,
  .article-icon-3:before,
  .article-icon-2:before {
    width: 128px;
    height: 94px;
  }
}

.article-icon-2:after {
  content: "";
  width: 60px;
  height: 179px;
  display: block;
  position: absolute;
  top: 0;
  right: 0rem;
  background-image: url("../../files/daten/icon/linie_04.svg");
  background-repeat: no-repeat;
  z-index: 1;
}

.article-icon-4:after {
  content: "";
  width: 110px;
  height: 188px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0rem;
  background-image: url("../../files/daten/icon/linie_08.svg");
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 0em) and (max-width: 79.99em) {
  .article-icon-4:after {
    top: 1rem;
    right: 0rem;
  }
}
@media screen and (min-width: 48em) {
  .article-icon-4:after {
    width: 172px;
    height: 188px;
  }
}

@media screen and (min-width: 0em) and (max-width: 61.865em) {
  .article-icon-4.no-overflow:after {
    display: none;
  }
}

svg.bullet {
  width: 1.5rem;
  height: 1.5rem;
}
svg.bullet .linie {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
}
svg.bullet .kreis {
  fill: #728b6e;
}

li.active svg.bullet .kreis {
  fill: #000;
}

svg.pfeil-x {
  width: 120px;
  height: auto;
}
svg.pfeil-x .st0,
svg.pfeil-x .st1 {
  fill: none;
  stroke: #fbf9e3;
  stroke-miterlimit: 10;
}
svg.pfeil-x .st1 {
  stroke-width: 1.6px;
}

.trigger-active.active svg.pfeil-x line {
  margin-left: 1rem;
}

svg.button-green .st0 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
svg.button-green .st1 {
  fill: #728b6e;
}

svg.icon-job .st0 {
  fill: #8ea28b;
}
svg.icon-job .st1 {
  fill: none;
  stroke: #aab9a8;
  stroke-dasharray: 8;
  stroke-miterlimit: 10;
  stroke-width: 1px;
}

svg.circle-w .stt0 {
  stroke: #fff;
  stroke-width: 10px;
}
svg.circle-w .stt0,
svg.circle-w .stt1 {
  fill: none;
  stroke-miterlimit: 10;
}
svg.circle-w .stt1 {
  stroke: #fbf9e3;
  stroke-dasharray: 8 8;
}

svg.zitat-projekte .st0 {
  fill: none;
  stroke: #728b6e;
  stroke-miterlimit: 10;
}
svg.zitat-projekte .st1 {
  fill: #728b6e;
}

svg.circle-po .stt0 {
  stroke: #fff;
  stroke-width: 10px;
}
svg.circle-po .stt0,
svg.circle-po .stt1 {
  fill: none;
  stroke-miterlimit: 10;
}
svg.circle-po .stt1 {
  stroke: #fbf9e3;
  stroke-dasharray: 8 8;
}

svg.circle-over-w .st0 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 25px;
  opacity: 0.5;
}

svg.circle-over-c {
  transform: rotate(-90deg);
}
svg.circle-over-c .st0 {
  fill: none;
  stroke: #80c800;
  stroke-miterlimit: 10;
  stroke-width: 25px;
  opacity: 1;
}

svg.circle-pfeil .st0 {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
}
svg.circle-pfeil .st1 {
  fill: #80c800;
}

svg#zitat {
  width: 60px;
  height: auto;
}
svg#zitat .svg-zitat {
  fill: #8ea28b;
}

@media screen and (min-width: 48em) {
  .mod_team_liste {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.2%;
  }
}
@media screen and (min-width: 80em) {
  .mod_team_liste {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2.2%;
  }
}
.mod_team_liste .entry {
  overflow: hidden;
  margin-bottom: 1rem;
}

.team-entry .border-radius-1 {
  overflow: hidden;
}
.team-entry .member-image.active-member .svg svg .stt1 {
  transform: rotate(360deg);
  transition: transform 5s ease-in;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
.team-entry .member-image.active-member .svg svg .stt0 {
  transform: rotate(-360deg);
  transition: transform 8s ease-in;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
.team-entry .member-image:hover .svg svg .stt1 {
  transform: rotate(360deg);
  transition: transform 3s ease-in;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
.team-entry .member-image:hover .svg svg .stt0 {
  transform: rotate(-180deg);
  transition: transform 3s ease-in;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
.team-entry .content_image {
  overflow: hidden;
}
.team-entry .content_image .svg {
  width: 80%;
  height: auto;
  margin-left: 10%;
  top: 1rem;
  position: relative;
}
.team-entry .content_image .svg svg {
  position: absolute;
}
.team-entry .content_image .svg svg .stt0,
.team-entry .content_image .svg svg .stt1 {
  transition: all 1s ease-out;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
.team-entry .content_image .image_container {
  position: relative;
  z-index: 2;
  text-align: center;
}
.team-entry .content_image img {
  z-index: 1;
  position: relative;
  width: 80%;
  height: auto;
  margin-bottom: -6px;
  line-height: auto;
}
.team-entry .text {
  padding: 1rem;
}
.team-entry .text h4 {
  font-weight: 400;
}
.team-entry .text img {
  width: 2rem;
  height: auto;
  margin-bottom: 0;
}
.team-entry .text img:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.15s ease-in;
}
.team-entry .text .links {
  display: flex;
}
.team-entry .text .links a {
  margin-right: 0.85rem;
}

@media screen and (min-width: 48em) {
  .team-big .team-main {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 2.2%;
  }
}

.trigger-active.active {
  transform: translateX(0rem);
  transition: all 0.6s ease;
  opacity: 1;
}

.trigger-active {
  transform: translateX(-2rem);
  opacity: 0.1;
  transition: all 0.5s ease-in-out;
}

.mod_normen_liste h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
}
.mod_normen_liste hr {
  margin-bottom: 1rem;
}

.content-timeline {
  grid-column: auto/span 12;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 61.875em) {
  .content-timeline {
    grid-column: auto/span 10;
    grid-column-start: 2;
  }
}
.content-timeline .content-timeline-entry {
  display: grid;
  grid-template-columns: 1fr 2rem 1fr;
}
.content-timeline .content-timeline-entry .timline-content {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.content-timeline .content-timeline-entry .timline-content h3 {
  margin-bottom: 0rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.content-timeline .content-timeline-entry .bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-image: url('data:image/svg+xml,<svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 4 310.7"><defs><style> .st0 { fill: none; stroke: %23728b6e; stroke-dasharray: 8 8; stroke-miterlimit: 10; } </style></defs><line class="st0" x1="1.9" y1="0" x2="1.9" y2="324.1"/></svg>');
  background-position: center center;
  background-size: 4px 100%;
  background-repeat: repeat-y;
}
.content-timeline .content-timeline-entry .bullet .linie-g-2,
.content-timeline .content-timeline-entry .bullet .linie-g {
  height: 0.1rem;
  width: 0.5rem;
  background-color: #728b6e;
}
.content-timeline .content-timeline-entry .bullet .kreis {
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  background-color: #728b6e;
}
.content-timeline .content-timeline-entry:nth-child(odd) .linie-g-2 {
  background-color: transparent;
}
.content-timeline .content-timeline-entry:nth-child(even) .leer {
  order: 1;
}
.content-timeline .content-timeline-entry:nth-child(even) .timline-content {
  order: 3;
}
.content-timeline .content-timeline-entry:nth-child(even) .bullet {
  order: 2;
}
.content-timeline .content-timeline-entry:nth-child(even) .linie-g {
  background-color: transparent;
}

/* instrument-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../../files/daten/fonts/instrument-sans-v4-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* instrument-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Instrument Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../../files/daten/fonts/instrument-sans-v4-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* instrument-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../../files/daten/fonts/instrument-sans-v4-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* instrument-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Instrument Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../../files/daten/fonts/instrument-sans-v4-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* instrument-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../../files/daten/fonts/instrument-sans-v4-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* instrument-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Instrument Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../../files/daten/fonts/instrument-sans-v4-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* instrument-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../../files/daten/fonts/instrument-sans-v4-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* instrument-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Instrument Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../../files/daten/fonts/instrument-sans-v4-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "BiomeProBasicBold";
  src: url("../../files/daten/webFonts/BiomeProBasicBold/font.woff2") format("woff2"), url("../../files/daten/webFonts/BiomeProBasicBold/font.woff") format("woff");
}
body {
  font-size: 100%;
  font-weight: 400;
  font-family: "Instrument Sans", sans-serif;
  color: #000;
  line-height: 1.5rem;
}

/*# sourceMappingURL=styles.css.map */
