@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;
}

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

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

/* figtree-300 - 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: "Figtree";
  font-style: normal;
  font-weight: 300;
  src: url("../../files/daten/fonts/figtree-v8-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-300italic - 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: "Figtree";
  font-style: italic;
  font-weight: 300;
  src: url("../../files/daten/fonts/figtree-v8-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-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: "Figtree";
  font-style: normal;
  font-weight: 400;
  src: url("../../files/daten/fonts/figtree-v8-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-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: "Figtree";
  font-style: italic;
  font-weight: 400;
  src: url("../../files/daten/fonts/figtree-v8-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-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: "Figtree";
  font-style: normal;
  font-weight: 500;
  src: url("../../files/daten/fonts/figtree-v8-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-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: "Figtree";
  font-style: italic;
  font-weight: 500;
  src: url("../../files/daten/fonts/figtree-v8-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-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: "Figtree";
  font-style: normal;
  font-weight: 600;
  src: url("../../files/daten/fonts/figtree-v8-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-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: "Figtree";
  font-style: italic;
  font-weight: 600;
  src: url("../../files/daten/fonts/figtree-v8-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-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: "Figtree";
  font-style: normal;
  font-weight: 700;
  src: url("../../files/daten/fonts/figtree-v8-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-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: "Figtree";
  font-style: italic;
  font-weight: 700;
  src: url("../../files/daten/fonts/figtree-v8-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-800 - 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: "Figtree";
  font-style: normal;
  font-weight: 800;
  src: url("../../files/daten/fonts/figtree-v8-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-800italic - 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: "Figtree";
  font-style: italic;
  font-weight: 800;
  src: url("../../files/daten/fonts/figtree-v8-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-900 - 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: "Figtree";
  font-style: normal;
  font-weight: 900;
  src: url("../../files/daten/fonts/figtree-v8-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-900italic - 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: "Figtree";
  font-style: italic;
  font-weight: 900;
  src: url("../../files/daten/fonts/figtree-v8-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-size: 100%;
  font-weight: 400;
  color: #000;
  line-height: 1.5rem;
  font-family: "figtree", sans-serif;
}

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

.schatten-2 {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}

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

.verlauf-1 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8bd800+34,c0e975+100 */
  background: #8bd800; /* Old browsers */
  background: -moz-linear-gradient(left, #8bd800 34%, #c0e975 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #8bd800 34%, #c0e975 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #8bd800 34%, #c0e975 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8bd800", endColorstr="#c0e975",GradientType=1 ); /* IE6-9 */
}

.padding-article-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .padding-article-1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 102.5em) {
  .padding-article-1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@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.5%;
}

.grid-container {
  display: grid;
  column-gap: 2.5%;
  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: 47.9375em) {
  .order-1 {
    order: 1;
  }
}

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

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

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

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

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

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

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

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

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

.col-5-2 {
  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-8 {
  grid-column: auto/span 12;
}

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

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

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

.col-10 {
  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-50 {
  grid-column: auto/span 12;
}

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

@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-3 {
    grid-column: auto/span 6;
  }
  .col-4 {
    grid-column: auto/span 4;
  }
  .col-5 {
    grid-column: auto/span 6;
  }
  .col-6 {
    grid-column: auto/span 6;
  }
  .col-7 {
    grid-column: auto/span 6;
  }
  .col-8 {
    grid-column: auto/span 6;
  }
  .col-9 {
    grid-column: auto/span 12;
  }
  .col-10 {
    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 8;
    grid-column-start: 3;
  }
}
@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-4 {
    grid-column: auto/span 4;
  }
  .col-5 {
    grid-column: auto/span 5;
  }
  .col-6 {
    grid-column: auto/span 6;
  }
  .col-7 {
    grid-column: auto/span 7;
  }
  .col-8 {
    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 8;
  }
  .col-center-2 {
    grid-column: auto/span 6;
  }
}
@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-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: 3;
  }
  .col-center-2 {
    grid-column-start: 4;
  }
}
.new-line {
  grid-column-start: 1;
}

#header .mod_customnav {
  background-color: #555555;
  color: #fff;
  width: 100%;
}
#header .mod_customnav ul {
  margin-bottom: 0;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
#header .mod_customnav ul li {
  display: inline-block;
  margin-left: 0.65rem;
  margin-right: 0.65rem;
}
#header .mod_customnav ul li a {
  color: #fff;
  text-decoration: underline;
}

.nav-02 h2 {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .nav-02 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5%;
  }
}
.nav-02 ul li {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
.nav-02 ul li a,
.nav-02 ul li strong {
  color: #000;
  display: block;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border: 1px solid #ccc;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.nav-02 ul li strong {
  background-color: #F0F0F0;
  min-height: 82px;
}
@media screen and (min-width: 48em) {
  .nav-02 ul li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.nav-02 ul li a:hover {
  background-color: #F0F0F0;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
.nav-02 ul li a:hover:after {
  background-color: rgb(89.5022321429, 157.7366071429, 40.7633928571);
}
.nav-02 ul li a:focus {
  border: 1px solid #000;
  outline: none;
  outline-offset: -2px;
}
.nav-02 ul li a:after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  background-size: 1.8rem 1.8rem;
  background-color: #65B22E;
  background-image: url("../../files/daten/icons/icons_pfeil.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 48em) {
  .nav-02 ul li a:after {
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    background-size: 2rem 2rem;
  }
}

.header-grau-1 #header {
  background-color: #F0F0F0;
}

#header {
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 79.9375em) {
  #header {
    background-color: #F0F0F0;
  }
}
@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  #header .page {
    padding-left: 0;
    padding-right: 0;
  }
}
#header .logo {
  order: 1;
}
#header .logo a {
  display: block;
  width: 47px;
  height: 74px;
}
#header .logo img {
  width: 47px;
  height: auto;
  margin-bottom: 0;
}
#header .bg {
  background-color: #646363;
}
#header .nav-01 {
  order: 3;
}
@media screen and (min-width: 48em) {
  #header .nav-01 {
    order: 3;
  }
}
@media screen and (min-width: 80em) {
  #header .nav-01 {
    order: 2;
  }
}
#header .cta-header {
  order: 2;
  text-align: right;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 80em) {
  #header .cta-header {
    order: 3;
  }
}
#header .cta-header .btn a {
  align-items: center;
  padding: 0;
}
@media screen and (min-width: 48em) {
  #header .cta-header .btn a {
    grid-template-columns: 35px 1fr;
    column-gap: 0.5rem;
    display: grid;
  }
}
#header .cta-header .btn a .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  #header .cta-header .btn a .icon {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
  }
}
#header .cta-header .btn a .icon img {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 48em) {
  #header .cta-header .btn a .icon {
    height: 48px;
    width: 48px;
  }
}
@media screen and (min-width: 80em) {
  #header .cta-header .btn a .icon {
    height: 30px;
    width: 30px;
  }
}
#header .cta-header .btn a .icon-text {
  text-align: left;
}
@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  #header .cta-header .btn a .icon-text {
    display: none;
  }
}
#header .cta-header .btn a img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
#header .grid-header {
  padding: 0.5rem 5%;
  column-gap: 0.35rem;
  grid-template-columns: 1fr 54px 50px;
  column-gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 48em) {
  #header .grid-header {
    padding: 1rem;
  }
}
@media screen and (min-width: 48em) {
  #header .grid-header {
    grid-template-columns: 1fr 200px 50px;
  }
}
@media screen and (min-width: 80em) {
  #header .grid-header {
    grid-template-columns: 47px 1fr 200px;
  }
}
@media screen and (min-width: 102.5em) {
  #header .grid-header {
    grid-template-columns: 170px 1fr 200px;
  }
}
#header .bg-bottom {
  height: 0.75rem;
  border-radius: 0rem;
  -moz-border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -webkit-border-bottom-left-radius: 0.75rem;
  -webkit-border-bottom-right-radius: 0.75rem;
  -moz-border-radius-bottomleft: 0.75rem;
  -moz-border-radius-bottomright: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  background-color: #555555;
  display: grid;
  grid-template-columns: 65% 35%;
  overflow: hidden;
}
#header .bg-bottom .left {
  background-color: #65B22E;
  -webkit-border-top-right-radius: 0.75rem;
  -moz-border-radius-topright: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.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;
  }
}

.btn-preis {
  background-color: #808080;
  padding: 1rem;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
@media screen and (min-width: 31.25em) {
  .btn-preis {
    text-align: right;
  }
}

.flex-form-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.border-form {
  border-bottom: 1px solid #808080;
  margin-bottom: 0.5rem;
  background-color: #F0F0F0;
  padding: 0.5rem 0.5rem;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.form-headline {
  font-weight: 700;
  width: 100%;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #555555;
  margin-bottom: 1rem;
}

.form-1 {
  font-size: 18px;
  font-size: 1.125rem;
}
.form-1 legend {
  background-color: #F0F0F0;
  padding: 0.75rem;
  display: block;
  color: #000;
  font-weight: 700;
  width: 100%;
  margin-top: 3rem;
  border-bottom: 1px solid #F0F0F0;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
.form-1 fieldset.first legend {
  margin-top: 0;
}
.form-1 legend + p {
  margin-top: 0.5rem;
  margin-bottom: 0rem;
}
.form-1 .widget-extended-checkbox {
  width: 100%;
}
.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 fieldset {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-1 .widget-radio fieldset > span {
  width: 100%;
}
.form-1 .widget {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.form-1 .widget-checkbox .checkbox_container > span,
.form-1 .widget-radio .radio_container > span {
  grid-template-columns: 2rem 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 .radio_container > span input {
  width: 1.25rem;
  height: 1.25rem;
}
.form-1 .widget-checkbox .checkbox_container > span label,
.form-1 .widget-radio .radio_container > span label {
  margin-top: 1px;
}
.form-1 .widget-radio > span {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.form-1 .widget-checkbox legend,
.form-1 .widget-radio legend {
  font-weight: 700;
  margin-bottom: 0;
  background-color: transparent;
  padding: 0;
  margin-top: 0;
  border-bottom: none;
}
.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 #65B22E;
  outline: none;
}
.form-1 .widget-textarea textarea {
  display: block;
  padding: 0.5rem;
}
.form-1 select,
.form-1 input,
.form-1 textarea {
  border: 2px solid #808080;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.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;
  font-weight: 700;
}
.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 #65B22E;
  outline: none;
  transition: all 0.2s ease;
}
.form-1 .widget-checkbox.label-grau .checkbox_container.label-grau legend {
  background-color: #F0F0F0;
  padding: 0.75rem;
  display: block;
  color: #000;
  font-weight: 700;
  width: 100%;
  margin-top: 3rem;
  border-bottom: 1px solid #F0F0F0;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.form-1 div.label-no-view {
  margin-top: -1rem;
}
.form-1 div.label-no-view .checkbox_container legend {
  display: none;
}

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

.widget-submit button {
  background-color: #65B22E;
  border: 2px solid #65B22E;
  border-radius: 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  color: #000;
  padding: 0.85rem 1.5rem;
  font-weight: 700;
}
.widget-submit button:hover {
  background-color: rgb(125.9598214286, 206.7410714286, 68.2589285714);
  border: 2px solid rgb(125.9598214286, 206.7410714286, 68.2589285714);
  transition: all ease 0.6s;
  color: #000;
}

.widget-pagebreak {
  border-top: 1px solid #808080;
  margin-top: 1rem;
  display: block;
  width: 100%;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.widget-pagebreak button {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  cursor: pointer;
  border: 1px solid #555555;
  background-color: #fff;
  color: #000;
}
.widget-pagebreak button[name=mp_form_pageswitch][value=back] {
  order: 1;
}
.widget-pagebreak button[name=mp_form_pageswitch][value=back]:hover {
  background-color: #F0F0F0;
}
.widget-pagebreak button[name=mp_form_pageswitch][value=continue] {
  background-color: #555555;
  color: #fff;
  order: 2;
}
.widget-pagebreak button[name=mp_form_pageswitch][value=continue]:hover {
  background-color: #65B22E;
  color: #000;
}

.widget-fineuploader .qq-upload-button {
  margin-top: 1rem;
}
.widget-fineuploader .fineuploader-item .content img {
  margin-bottom: 0;
}
.widget-fineuploader .fineuploader-item a.delete {
  background-color: red;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
.widget-fineuploader .values-container ul li {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #ccc;
}

.legend_infotext {
  width: 100%;
  display: block;
}
.legend_infotext legend {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.legend_infotext .infotext {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  max-width: 40rem;
  top: 1rem;
  border: 1px solid #F0F0F0;
  padding: 1rem 2rem 0.01rem 1rem;
  left: 0.25rem;
}

button.pop-up-info-close {
  background-color: #F0F0F0;
  border: 1px solid #555555;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  padding: 0.25rem;
  width: 1.85rem;
  height: 1.85rem;
  position: absolute;
  right: 1rem;
}

button.pop-up-info {
  margin-left: 0.5rem;
  background-color: #F0F0F0;
  border: 1px solid #555555;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  background-image: url("../../files/daten/icons/icons_info.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5rem 1.5rem;
  padding: 0.25rem;
  width: 1.85rem;
  height: 1.85rem;
}

button.pop-up-info-close:hover,
button.pop-up-info:hover {
  background-color: #808080;
  transition: all 0.2s ease;
}

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

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

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

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

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

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

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

.headline-1,
h1 {
  font-weight: 900;
  color: #000;
  line-height: 1.8rem;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 48em) {
  .headline-1,
  h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 2.8rem;
  }
}

.headline-2,
h2 {
  font-weight: 900;
  color: #000;
  line-height: 1.8rem;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 48em) {
  .headline-2,
  h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

h1 + .rte h2:first-child {
  font-weight: 300;
  color: #000;
  margin-top: -0.5rem;
}

ul + h3,
p + h3 {
  margin-top: 1.5rem;
}

ul + h4,
p + h4 {
  margin-top: 1.25rem;
}

h4 + p.text-info,
h4 + p,
h3 + p,
h3 + p.text-info,
h1 + h2,
h3 + ul,
h3 + .rte p:first-child,
h3 + .rte ul,
h2 + h3 {
  margin-top: -0.65rem;
}

h3 + p.btn {
  margin-top: 0;
}

.headline-3,
h3 {
  font-weight: 700;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 48em) {
  .headline-3,
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.6rem;
  }
}

.headline-4,
h4 {
  font-size: 18px;
  font-size: 1.125rem;
  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-1 {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 1px;
}

.text-2 {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  color: #555555;
}

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

.text-m {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.8rem;
}

.text-ml {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 80em) {
  .text-ml {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.8rem;
  }
}

.text-l {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.8rem;
}
@media screen and (min-width: 80em) {
  .text-l {
    font-size: 32px;
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.text-xl {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.8rem;
}
@media screen and (min-width: 80em) {
  .text-xl {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 2.5rem;
  }
}

.text-xxl {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 3.5rem;
}
@media screen and (min-width: 80em) {
  .text-xxl {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 4rem;
  }
}

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

b,
strong {
  font-weight: 700;
}

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

a:hover {
  color: #555555;
}

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

a.link-modal {
  text-decoration: dotted;
  border-bottom: 1px dotted #555555;
}

li,
p {
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 48em) {
  li,
  p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.light {
  font-weight: 300;
}

.center {
  text-align: center;
}

.right-s {
  text-align: left;
}
@media screen and (min-width: 31.25em) {
  .right-s {
    text-align: right;
  }
}

.right {
  text-align: right;
}

.seo-text h2, .seo-text h3, .seo-text h4, .seo-text p, .seo-text a, .seo-text li {
  color: #555555;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.seo-text h2 {
  font-size: 16px;
  font-size: 1rem;
}
.seo-text h3, .seo-text p, .seo-text li {
  font-size: 15px;
  font-size: 0.9375rem;
}
.seo-text .list-1 ul li {
  margin-top: 0;
  margin-bottom: 0;
}

.mobil-fon {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  bottom: 1rem;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 48em) {
  .mobil-fon {
    right: 3rem;
    bottom: 5rem;
  }
}
@media screen and (min-width: 61.875em) {
  .mobil-fon {
    display: none;
  }
}
.mobil-fon .btn a {
  background-color: #65B22E;
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mobil-fon .btn-6 span {
  line-height: 0;
}
.mobil-fon .btn-6 img {
  background-color: #65B22E;
  margin-bottom: 0;
}

.cta-right {
  position: fixed;
  right: 3rem;
  bottom: 5rem;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
@media screen and (min-width: 0em) and (max-width: 61.8125em) {
  .cta-right {
    display: none;
  }
}
.cta-right .top-link {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.cta-right .top-link a {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1.75rem;
  -moz-border-radius: 1.75rem;
  -webkit-border-radius: 1.75rem;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cta-right .top-link a img {
  margin-bottom: 0;
  margin-top: 0.35rem;
  transform: rotate(-90deg);
}
.cta-right #cta-list {
  width: 24rem;
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  z-index: 2;
  background-color: #fff;
}
.cta-right #cta-list .bg-color-2 {
  display: grid;
  grid-template-columns: 1fr 2.5rem;
}
.cta-right #cta-list .bg-color-2,
.cta-right #cta-list .bg-grau-1 {
  padding: 1.5rem;
}
.cta-right #cta-list .bg-grau-1 {
  padding-bottom: 0.25rem;
}
.cta-right #cta-list .bg-weiss {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta-right #cta-list .bg-weiss .btn a {
  width: 13rem;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
}
.cta-right #cta-list .bg-weiss .btn a img {
  margin-bottom: 0;
}

.cta-visible {
  opacity: 1;
  visibility: visible;
}

.module-plenta-jobs-basic-offer-list {
  margin-bottom: 1rem;
}
.module-plenta-jobs-basic-offer-list .layout_default {
  -webkit-border-radius: 0.5rem;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 0.5rem;
  -moz-border-radius-topright: 0;
  border-radius: 0.5rem;
  border-top-right-radius: 0;
  border: 1px solid #ccc;
  padding: 1rem;
  margin-top: 1rem;
  background-color: #fff;
}
.module-plenta-jobs-basic-offer-list .layout_default h2 a {
  text-decoration: underline;
}

.module-plenta-jobs-basic-offer-reader {
  margin-top: 1rem;
  background-color: #fff;
  -webkit-border-radius: 0.5rem;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 0.5rem;
  -moz-border-radius-topright: 0;
  border-radius: 0.5rem;
  border-top-right-radius: 0;
  padding: 1rem;
  padding-bottom: 0.25rem;
}
.module-plenta-jobs-basic-offer-reader img {
  width: 100%;
  height: auto;
}
.module-plenta-jobs-basic-offer-reader div.job-teaser {
  margin-bottom: 1rem;
}
.module-plenta-jobs-basic-offer-reader p.job_location_label {
  margin-bottom: 0;
}
.module-plenta-jobs-basic-offer-reader p.job-teaser {
  margin-top: 1rem;
}
.module-plenta-jobs-basic-offer-reader p.back a {
  border: 1px solid #555555;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  display: inline-block;
  content: "<";
}

.btn button,
.btn a {
  cursor: pointer;
  padding: 0.5rem;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  min-height: 42px;
  border-radius: 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
}
@media screen and (min-width: 31.25em) {
  .btn button,
  .btn a {
    padding: 0.5rem 1rem;
    display: inline-block;
    width: auto;
  }
}
.btn button:hover,
.btn a:hover {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  transition: border 0.6s ease, border-color 0.6s ease;
  transition: background-color ease 0.3s;
}

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

.btn-1 button,
.btn-1 a {
  color: #000;
  background-color: #65B22E;
  border: 2px solid #65B22E;
}
.btn-1 button:hover,
.btn-1 a:hover {
  color: #000;
  background-color: rgb(120.3589285714, 204.6464285714, 60.1535714286);
  border: 2px solid rgb(120.3589285714, 204.6464285714, 60.1535714286);
}

.btn-2 button,
.btn-2 a {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
.btn-2 button:hover,
.btn-2 a:hover {
  background-color: #F0F0F0;
  border: 2px solid #F0F0F0;
  color: #000;
}

.btn-3 button,
.btn-3 a {
  color: #fff;
  border: 2px solid #fff;
  background-color: #65B22E;
}
.btn-3 button:hover,
.btn-3 a:hover {
  background-color: rgb(82.6035714286, 145.5785714286, 37.6214285714);
}

.btn-4 button,
.btn-4 a {
  color: #65B22E;
  background-color: #fff;
  border: 1px solid #65B22E;
}
.btn-4 button:hover,
.btn-4 a:hover {
  background-color: #F0F0F0;
}

.btn-full a,
.btn-full button {
  display: block;
  width: 100%;
}

.btn-200 a,
.btn-200 button {
  min-width: 200px;
}

.btn-250 a,
.btn-250 button {
  min-width: 250px;
}

.btn-300 a,
.btn-300 button {
  min-width: 300px;
}

.btn-close button {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
}
.btn-close button span {
  margin-top: -0.25rem;
}

.btn-notfall a {
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
}
.btn-notfall a img {
  margin-bottom: 0;
}
.btn-notfall a span.text-s,
.btn-notfall a span.nummer {
  line-height: 1.1rem;
  display: block;
  text-align: left;
}

.btn-grid a {
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  max-width: 200px;
}
.btn-grid a img {
  margin-bottom: 0;
}

button#cta-btn {
  cursor: pointer;
  padding: 0.5rem;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  width: 8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  min-height: 42px;
  border-radius: 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  background-color: #65B22E;
  border: 1px solid #65B22E;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
}
button#cta-btn img {
  margin-bottom: 0;
}
button#cta-btn .icon {
  height: 30px;
}

.btn a.extern:after {
  content: "";
  width: 15px;
  height: 15px;
  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 15 15"%3E%3C!-- Generator: Adobe Illustrator 29.4.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 152) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: none; stroke: %23fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class="st0" points="10.6 8.6 10.6 12.8 2.1 12.8 2.1 4.4 6.8 4.4"/%3E%3Cpolyline class="st0" points="8.4 1.7 13.6 1.7 13.6 7.9"/%3E%3Cline class="st0" x1="7.8" y1="7.3" x2="13.3" y2="1.7"/%3E%3C/svg%3E');
  background-size: 15px 15px;
  background-position: center right;
  background-repeat: no-repeat;
}

#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-3 img {
  width: 100%;
  height: auto;
}

#main .content-swiper {
  margin-bottom: 1rem;
}
#main .content-swiper .swiper-slide .content-text {
  background-color: #fff;
}
#main .content-swiper .swiper-slide .content-text .rte {
  background-color: #fff;
  text-align: left;
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  margin-top: -20px;
}
#main .content-swiper button,
#main .content-swiper .swiper-button-prev,
#main .content-swiper .swiper-button-next {
  border: 2px solid #65B22E;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  color: #65B22E;
  opacity: 1;
  background: transparent;
}
#main .content-swiper button:after,
#main .content-swiper .swiper-button-next:after,
#main .content-swiper .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 900;
}
#main .content-swiper button:hover,
#main .content-swiper .swiper-button-next:hover,
#main .content-swiper .swiper-button-prev:hover {
  background-color: #fff;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.2);
}
#main .content-swiper .swiper-button-disabled {
  opacity: 0.5;
}
#main .content-swiper .swiper-button-prev,
#main .content-swiper .swiper-button-next {
  position: relative;
  left: 0;
}
#main .content-swiper .swiper-button-next {
  order: 3;
}
#main .content-swiper .controls {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#main .content-swiper .swiper-pagination {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -5px;
  width: unset;
  position: relative;
}
#main .content-swiper .swiper-pagination .swiper-pagination-bullet {
  color: #65B22E;
  position: relative;
  background: #65B22E;
  transition: all 0.5s ease;
}
#main .content-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 6px;
  transition: all 0.5s ease;
}

.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: 35px;
  list-style: none;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 80em) {
  .list-2 ul li {
    padding-left: 50px;
    min-height: 35px;
    margin-top: 1rem;
  }
}
.list-2 ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  background-image: url("../../files/daten/icons/icons_haken.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  background-position: left top;
}
@media screen and (min-width: 80em) {
  .list-2 ul li:before {
    top: -5px;
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
  }
}

.list-3 ul {
  margin-bottom: 0em;
  list-style: none;
  list-style-type: none;
  counter-reset: my-counter;
  padding: 0;
}
.list-3 ul li {
  counter-increment: my-counter;
  padding-left: 42px;
  position: relative;
  margin-top: 0.35rem;
  min-height: 20px;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 80em) {
  .list-3 ul li {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.8rem;
    padding-left: 48px;
    margin-bottom: 1.5rem;
  }
}
.list-3 ul li::before {
  content: counter(my-counter);
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
}
@media screen and (min-width: 80em) {
  .list-3 ul li::before {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
  }
}

.list-4 ul {
  list-style: none;
  list-style-type: none;
}
.list-4 ul li {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 80em) {
  .list-4 ul li {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 2rem;
  }
  .list-4 ul li a {
    text-decoration: underline;
  }
}

@media screen and (min-width: 48em) {
  .list-5 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5%;
  }
}
@media screen and (min-width: 102.5em) {
  .list-5 ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.list-5 ul li {
  position: relative;
  padding-left: 35px;
  list-style: none;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  background-color: #F0F0F0;
  min-height: 3.5rem;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
@media screen and (min-width: 80em) {
  .list-5 ul li {
    padding-left: 50px;
    margin-top: 1rem;
  }
}
.list-5 ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  background-image: url("../../files/daten/icons/icons_haken.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  background-position: left center;
}
@media screen and (min-width: 80em) {
  .list-5 ul li:before {
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
  }
}

.color-1 {
  color: #65B22E;
}

.color-2 {
  color: #646363;
}

.color-red {
  color: red;
}

.grau-1 {
  color: #F0F0F0;
}

.grau-2 {
  color: #808080;
}

.grau-3 {
  color: #555555;
}

.color-black {
  color: #000;
}

.color-white {
  color: #fff;
}

.bg-color-1 {
  background-color: #65B22E;
}

.bg-color-2 {
  background-color: #646363;
}
.bg-color-2 h2 {
  color: #fff;
}
.bg-color-2 .bg-weiss h2 {
  color: #000;
}

.bg-color-3 {
  background-color: #26c8b9;
}

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

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

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

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

.bg-grau-3 {
  background-color: #555555;
  color: #fff;
}

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

.white {
  color: #fff;
}

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

iframe {
  width: 100%;
  height: 100%;
}

.content-youtube {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
.content-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;
}

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

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

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

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

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

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

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

.no-col-margin,
.col-12.no-margin {
  margin-top: 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;
}

@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%;
}

.spacer-2 {
  height: 1rem;
  clear: both;
  width: 100%;
}

.spacer-3 {
  height: 1rem;
  clear: both;
  width: 100%;
}

.spacer-4 {
  height: 1rem;
  clear: both;
  width: 100%;
}

.spacer-5 {
  height: 1rem;
  clear: both;
  width: 100%;
}

.spacer-6 {
  height: 1rem;
  clear: both;
  width: 100%;
}

@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.5rem;
}

.padd-rte .rte {
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.padd-3 {
  padding: 1rem;
  padding-bottom: 0.01rem;
}

.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;
}

.mod_article .page {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .mod_article .page {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 102.5em) {
  .mod_article .page {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

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

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

.padding-article-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .padding-article-1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 102.5em) {
  .padding-article-1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.no-margin-t .page {
  padding-top: 0;
}

.content-rooms .content-text {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.content-rooms .content-text .rte {
  padding: 0 1rem;
  padding-bottom: 0.5rem;
}

.inhalt-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 80em) {
  .inhalt-1 {
    margin-bottom: 2rem;
  }
}
.inhalt-1 img {
  margin-bottom: 0;
}

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

.ce_header_recht {
  margin-top: 1rem;
}
@media screen and (min-width: 61.875em) {
  .ce_header_recht {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 8rem;
  }
}
.ce_header_recht img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 0.5rem;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 0.5rem;
  -moz-border-radius-topright: 0;
  border-radius: 0.5rem;
  border-top-right-radius: 0;
}

.content-cta-1 {
  overflow: hidden;
  margin-bottom: 1rem;
}
@media screen and (min-width: 61.875em) {
  .content-cta-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.content-cta-1 .content-text {
  padding: 1rem;
  padding-bottom: 0;
}
@media screen and (min-width: 61.875em) {
  .content-cta-1 .content-text {
    grid-column: auto/span 3;
  }
}
.content-cta-1 .bg-color-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 61.875em) {
  .content-cta-1 .bg-color-5 {
    grid-column: auto/span 2;
  }
}
@media screen and (min-width: 0em) and (max-width: 61.8125em) {
  .content-cta-1 .bg-color-5 .btn {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.content-kontaktaufnahme {
  margin-bottom: 1rem;
  display: grid;
  -webkit-border-radius: 0.5rem;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 0.5rem;
  -moz-border-radius-topright: 0;
  border-radius: 0.5rem;
  border-top-right-radius: 0;
  overflow: hidden;
  background-color: #E0F0D5;
}
@media screen and (min-width: 61.875em) {
  .content-kontaktaufnahme {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.content-kontaktaufnahme .content-text:nth-of-type(1) h3::before {
  content: "1";
}
.content-kontaktaufnahme .content-text:nth-of-type(2) {
  background-color: #A3D182;
}
.content-kontaktaufnahme .content-text:nth-of-type(2) h3::before {
  content: "2";
}
.content-kontaktaufnahme .content-text:nth-of-type(3) {
  background-color: #65B22E;
}
.content-kontaktaufnahme .content-text:nth-of-type(3) h3::before {
  content: "3";
}
.content-kontaktaufnahme .content-text {
  padding: 1.5rem;
  padding-bottom: 0.5rem;
}
.content-kontaktaufnahme h3 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 61.875em) {
  .content-kontaktaufnahme h3 {
    margin-bottom: 3rem;
  }
}
.content-kontaktaufnahme h3::before {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  content: "";
  margin-right: 0.5rem;
}

.grid-content-header {
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .grid-content-header {
    grid-template-columns: 1fr 1fr;
  }
}
.grid-content-header .content-text {
  padding: 1rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 48em) {
  .grid-content-header .content-text {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 80em) {
  .grid-content-header .content-text {
    padding: 0 6rem;
  }
}
.grid-content-header .content-image img {
  margin-bottom: -6px;
  width: 100%;
  height: auto;
  border-radius: 0;
}
.grid-content-header .google_map {
  height: 24rem;
}
@media screen and (min-width: 102.5em) {
  .grid-content-header .google_map {
    height: 32rem;
  }
}

.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%;
  text-align: center;
  height: auto;
}
@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_accordionSingle,
.ce_accordionStart {
  margin-bottom: 1rem;
}
.ce_accordionSingle .toggler,
.ce_accordionStart .toggler {
  background-color: #fff;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border: 1px solid #ccc;
  cursor: pointer;
}
.ce_accordionSingle .toggler button,
.ce_accordionStart .toggler button {
  border: transparent;
  background-color: transparent;
  display: grid;
  grid-template-columns: 1fr 3rem;
  width: 100%;
  padding: 0.75rem 1rem;
  align-items: center;
}
.ce_accordionSingle .toggler h3,
.ce_accordionStart .toggler h3 {
  margin-bottom: 0;
  color: #000;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}
.ce_accordionSingle .toggler .svg,
.ce_accordionStart .toggler .svg {
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  background-color: #65B22E;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ce_accordionSingle .toggler .svg svg,
.ce_accordionStart .toggler .svg svg {
  transform: rotate(0deg);
  transition: transform 0.15s ease;
  stroke: #000;
  width: 2.5rem;
  height: 2.5rem;
}
.ce_accordionSingle .toggler.open,
.ce_accordionStart .toggler.open {
  background-color: #E0F0D5;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ce_accordionSingle .toggler.open svg,
.ce_accordionStart .toggler.open svg {
  transform: rotate(45deg);
  transition: transform 0.15s ease;
}
.ce_accordionSingle button:focus,
.ce_accordionStart button:focus {
  outline: 1px dashed #000;
}
.ce_accordionSingle .toggler:hover,
.ce_accordionStart .toggler:hover {
  background-color: #E0F0D5;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.ce_accordionSingle .open .ce_text,
.ce_accordionStart .open .ce_text {
  height: auto !important;
}
.ce_accordionSingle .ce_text,
.ce_accordionStart .ce_text {
  margin-top: -1px;
  border: 1px solid #ccc;
  padding: 1.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0rem;
  -moz-border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -webkit-border-bottom-left-radius: 0.75rem;
  -webkit-border-bottom-right-radius: 0.75rem;
  -moz-border-radius-bottomleft: 0.75rem;
  -moz-border-radius-bottomright: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  background-color: #fff;
}

.news-10 {
  background-color: #fff;
  -webkit-border-radius: 0.5rem;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 0.5rem;
  -moz-border-radius-topright: 0;
  border-radius: 0.5rem;
  border-top-right-radius: 0;
  overflow: hidden;
  margin-bottom: 1rem;
}
.news-10 p.info {
  margin-top: 0.15rem;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 0.5rem;
}
.news-10 h1 + h2 {
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.8rem;
}
.news-10 .text-news-details {
  padding: 1rem;
  padding-top: 0;
}
.news-10 .back {
  padding-left: 1rem;
}
.news-10 img {
  width: 100%;
  height: auto;
}
.news-10 .info {
  color: #555555;
  margin-top: -0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.015rem;
}

.news-1 {
  display: grid;
  column-gap: 2.5%;
}
@media screen and (min-width: 32.5em) {
  .news-1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 61.875em) {
  .news-1 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.news-1 .layout_latest {
  margin-bottom: 1rem;
  background-color: #fff;
  -webkit-border-radius: 0.5rem;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 0.5rem;
  -moz-border-radius-topright: 0;
  border-radius: 0.5rem;
  border-top-right-radius: 0;
  overflow: hidden;
}
.news-1 .layout_latest .image {
  position: relative;
  border-radius: 0rem;
  -moz-border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -webkit-border-bottom-left-radius: 0.75rem;
  -webkit-border-bottom-right-radius: 0.75rem;
  -moz-border-radius-bottomleft: 0.75rem;
  -moz-border-radius-bottomright: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  overflow: hidden;
}
.news-1 .layout_latest .image img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.news-1 .layout_latest .image .image_cat_text {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  margin-top: -4rem;
  text-align: center;
}
.news-1 .layout_latest .image .image_cat_text .cat {
  background-color: #000;
}
.news-1 .layout_latest h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 48em) {
  .news-1 .layout_latest h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.6rem;
  }
}
.news-1 .layout_latest .news-text {
  padding: 1rem 1rem 0.25rem 1rem;
}
@media screen and (min-width: 48em) {
  .news-1 .layout_latest .news-text {
    padding: 1rem 1.5rem;
  }
}

.border-1 {
  border: 1px solid #B3B3B3;
}

.schatten-1 {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 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-5 {
  -webkit-border-radius: 0.5rem;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 0.5rem;
  -moz-border-radius-topright: 0;
  border-radius: 0.5rem;
  border-top-right-radius: 0;
}

.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.75rem;
  -webkit-border-bottom-right-radius: 0.75rem;
  -moz-border-radius-bottomleft: 0.75rem;
  -moz-border-radius-bottomright: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.absolut {
  position: absolute;
}

.br {
  display: block;
}

a.underline {
  text-decoration: underline;
}

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

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

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

.linie-1 {
  width: 5rem;
  height: 1px;
  background-color: #808080;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 61.875em) {
  .mt--100 {
    position: relative;
    margin-top: -12rem;
    z-index: 9;
  }
}

@media screen and (min-width: 61.875em) {
  .block.overflow-none {
    overflow: unset;
  }
}

.content-gallery ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4%;
}
.content-gallery ul li img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  overflow: hidden;
}
.content-gallery ul.gall1 {
  grid-template-columns: 1fr;
}

.content-gallery.gall15 ul,
.content-gallery.gall20 ul,
.content-gallery.gall25 ul,
.content-gallery.gall30 ul,
.content-gallery.gall50 ul {
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 48em) {
  .content-gallery.gall30 ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content-gallery.gall25 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .content-gallery.gall20 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .content-gallery.gall15 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 80em) {
  .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: center;
  }
  .nav-01 .menu-toggle {
    display: none;
  }
  .nav-01 ul {
    margin-bottom: 0;
  }
  .nav-01 ul li.submenu:hover {
    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;
  }
  .nav-01 ul button[aria-expanded=true] svg {
    transform: rotate(180deg);
  }
  .nav-01 ul li.submenu:hover {
    background-color: #F0F0F0;
  }
  .nav-01 ul li.submenu:hover a {
    color: #646363;
  }
  .nav-01 ul li.submenu:hover ul li a {
    color: #fff;
  }
  .nav-01 ul li.submenu:hover button {
    outline: 2px solid #F0F0F0;
  }
  .nav-01 ul li.submenu:hover button svg {
    transform: rotate(180deg);
    transition: transform 0.25s ease-in;
    stroke: #646363;
  }
  .nav-01 ul li.navi-col-4 ul.level_2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2rem;
  }
  .nav-01 ul li.submenu {
    display: grid;
    grid-template-columns: 1fr 20px;
    column-gap: 0px;
  }
  .nav-01 ul li.submenu img {
    margin-bottom: 0.25rem;
  }
  .nav-01 ul li.submenu a {
    padding-right: 0.1rem;
  }
  .nav-01 ul li.submenu a:focus {
    outline: 2px dashed #fff;
  }
  .nav-01 ul li.submenu button {
    border: transparent;
    background-color: transparent;
    outline: 2px solid #646363;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    outline-offset: -2px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .nav-01 ul li.submenu button svg {
    transition: transform 0.25s ease-in;
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    width: 14px;
    height: auto;
  }
  .nav-01 ul li.submenu button:focus {
    outline: 2px solid #fff;
  }
  .nav-01 ul li.submenu button:focus svg {
    stroke: #fff;
  }
  .nav-01 ul li.submenu.trail a.trail:after {
    background-color: #65B22E;
    width: 100%;
    transition: width 0.25s ease;
  }
  .nav-01 ul li {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
@media screen and (min-width: 80em) and (min-width: 102.5em) {
  .nav-01 ul li {
    margin-left: 0.65rem;
    margin-right: 0.65rem;
  }
}
@media screen and (min-width: 80em) {
  .nav-01 ul li a {
    color: #fff;
    outline: 2px solid #646363;
    padding: 0.65rem 0.65rem;
    display: block;
    font-weight: 700;
    letter-spacing: 0.01rem;
  }
  .nav-01 ul li a:focus {
    outline: 2px dashed #fff;
  }
  .nav-01 ul li a:after {
    display: block;
    content: "";
    height: 2px;
    width: 0px;
    background-color: #646363;
  }
  .nav-01 ul li a:hover:after {
    background-color: #65B22E;
    width: 100%;
    transition: width 0.25s ease;
  }
  .nav-01 ul li a.active:after {
    background-color: #65B22E;
    width: 100%;
    transition: width 0.25s ease;
  }
  .nav-01 ul li ul.level_2 {
    position: absolute;
    display: block;
    background-color: #555555;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    min-width: 300px;
    padding: 1rem;
    padding-bottom: 1.5rem;
    z-index: 99999;
    -webkit-border-radius: 8px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 8px;
    -moz-border-radius-topleft: 0;
    border-radius: 8px;
    border-top-left-radius: 0;
  }
  .nav-01 ul li ul.level_2 li:hover {
    background: none;
  }
  .nav-01 ul li ul.level_2 li {
    display: block;
    margin-top: 1rem;
    background: none;
  }
  .nav-01 ul li ul.level_2 li button {
    display: none;
  }
  .nav-01 ul li ul.level_2 li a {
    display: block;
    padding-left: 0;
    text-decoration: none;
    margin-bottom: 5px;
    outline: 2px solid #555555;
    padding: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff;
  }
  .nav-01 ul li ul.level_2 li a.active {
    color: #A3D182;
  }
  .nav-01 ul li ul.level_2 li a:after {
    display: none;
  }
  .nav-01 ul li ul.level_2 li a:hover {
    color: #F0F0F0;
    background: transparent;
  }
  .nav-01 ul li ul.level_2 li a:focus {
    outline-offset: 0px;
    outline: 2px dashed #000;
  }
  .nav-01 ul li ul.level_2 ul.level_3 {
    display: block;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
  .nav-01 ul li ul.level_2 ul.level_3 li {
    margin-top: 0.25rem;
    margin-left: 0;
    margin-right: 0;
  }
  .nav-01 ul li ul.level_2 ul.level_3 li a {
    font-size: 18px;
    font-size: 1.125rem;
    text-decoration: none;
    font-weight: 300;
  }
  .nav-01 ul li ul.level_2 ul.level_3 li a:focus {
    outline-offset: 0px;
    outline: 2px solid #000;
  }
  .nav-01 ul li ul.level_2 ul.level_3 li a.active {
    font-weight: 600;
    color: #F0F0F0;
  }
}
@media (max-width: 1279px) {
  #header .box {
    height: 70px;
  }
  .nav-01 button.menu-toggle-close {
    display: none;
  }
  .nav-01 button.menu-toggle {
    float: right;
    width: 50px;
    height: 50px;
    background-color: #65B22E;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border: transparent;
    outline: 2px solid #65B22E;
    outline-offset: -2px;
    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: #fff;
    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);
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.2s ease;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
  }
  .nav-01 .menu-liste {
    position: absolute;
    background-color: #F0F0F0;
    width: 100%;
    left: 0;
    top: 100%;
    transition: right 1s ease;
  }
  .nav-01 .menu-liste > ul {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    background-color: #fff;
    border: 1px solid #808080;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 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;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1279px) and (min-width: 48em) {
  .nav-01 .menu-liste > ul {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (max-width: 1279px) {
  .nav-01 .menu-liste ul > li {
    border-bottom: 1px solid #808080;
  }
  .nav-01 .menu-liste ul {
    margin-bottom: 0;
  }
  .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 .trail {
    color: #000;
  }
  .nav-01 .menu-liste ul li.btn {
    display: none;
  }
  .nav-01 .menu-liste ul a.active {
    color: #65B22E;
  }
  .nav-01 .menu-liste ul li {
    display: block;
  }
  .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,
  .nav-01 .menu-liste ul li a:focus-visible {
    background-color: hsl(95, 58.9285714286%, 108.9215686275%);
    outline: 2px solid #65B22E;
    outline-offset: -4px;
    border-left: 10px solid #646363;
  }
  .nav-01 .menu-liste ul li.submenu {
    display: grid;
    grid-template-columns: 1fr 50px;
    align-items: center;
    border-bottom: 1px solid #808080;
  }
  .nav-01 .menu-liste ul li.submenu a {
    color: #000;
    text-decoration: none;
    border-left: 10px solid #65B22E;
    padding-left: 0.5rem;
  }
  .nav-01 .menu-liste ul li.submenu a:focus,
  .nav-01 .menu-liste ul li.submenu a:focus-visible {
    border-left: 10px solid #646363;
  }
  .nav-01 .menu-liste ul li.submenu a.active {
    color: #65B22E;
    border-left: 10px solid #646363;
    background-color: #F0F0F0;
  }
  .nav-01 .menu-liste ul li.submenu button {
    border: transparent;
    background-color: #F0F0F0;
    outline: 2px solid #F0F0F0;
    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: #646363;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    width: 60%;
    height: auto;
  }
  .nav-01 .menu-liste ul li.submenu button:focus {
    outline: 2px solid #646363;
    background-color: #E0F0D5;
  }
  .nav-01 .menu-liste ul li.submenu .flyout {
    border-top: 1px solid #555555;
    width: 100%;
    grid-column: auto/span 2;
    display: block;
  }
  .nav-01 .menu-liste ul li.submenu .flyout li {
    border-bottom: 1px solid #555555;
  }
  .nav-01 .menu-liste ul li.submenu .flyout li a {
    border-left: 10px solid #26c8b9;
  }
  .nav-01 .menu-liste ul li.submenu .flyout li a.active {
    border-left: 10px solid #A3D182;
    color: #000;
    font-weight: 700;
  }
  .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: 10px solid #646363;
  }
  .nav-01 .menu-liste ul li.submenu .flyout ul a {
    font-weight: 500;
  }
}
.content-gallery ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4%;
}
.content-gallery ul li img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  overflow: hidden;
}
.content-gallery ul.gall1 {
  grid-template-columns: 1fr;
}

.content-gallery.gall15 ul,
.content-gallery.gall20 ul,
.content-gallery.gall25 ul,
.content-gallery.gall30 ul,
.content-gallery.gall50 ul {
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 48em) {
  .content-gallery.gall30 ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content-gallery.gall25 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .content-gallery.gall20 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .content-gallery.gall15 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.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;
  }
}
@media screen and (min-width: 102.5em) {
  .page {
    padding-left: 0%;
    padding-right: 0%;
    width: 1540px;
  }
}
.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 {
  background-position: -6rem center;
  background-color: #646363;
  color: #fff;
}
@media screen and (min-width: 61.875em) {
  #footer {
    background-image: url("../../files/daten/icons/icons_rech.svg");
    background-repeat: no-repeat;
  }
}
#footer .inside .page {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  #footer .inside .page {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 102.5em) {
  #footer .inside .page {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
#footer .logo a {
  width: 80px;
  height: 126px;
  display: block;
}
#footer .logo a:focus {
  outline: 1px dashed #fff;
}
#footer a {
  color: #fff;
}
#footer a:focus {
  color: #fff;
  border: 1px dashed #fff;
  outline: none;
  background: none;
}
#footer strong {
  color: #A3D182;
}
#footer p, #footer li {
  line-height: 1.7rem;
}
#footer .col-nav-ra p,
#footer .col-nav-rechts p {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  #footer .grid-footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 61.875em) {
  #footer .grid-footer {
    grid-template-columns: 8rem 18rem 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 102.5em) {
  #footer .grid-footer {
    grid-template-columns: 22rem 22rem 1fr 1fr 1fr;
  }
}
#footer .grid-footer .col {
  margin-top: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  #footer .grid-footer .col.adresse {
    margin-top: 2rem;
  }
}
#footer .bg-bottom {
  height: 0.75rem;
  background-color: #555555;
  display: grid;
  grid-template-columns: 35% 65%;
  overflow: hidden;
}
#footer .bg-bottom .right {
  background-color: #65B22E;
  -webkit-border-top-left-radius: 0.5rem;
  -moz-border-radius-topleft: 0.5rem;
  border-top-left-radius: 0.5rem;
}

: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;
}

a.invisible,
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  background-color: #fff;
  color: #000;
}

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;
}

.table {
  width: 100%;
}

.content-table,
.table-wrapper {
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #808080 #F0F0F0;
}
@media screen and (min-width: 0em) and (max-width: 61.8125em) {
  .content-table,
  .table-wrapper {
    margin-bottom: 1rem;
  }
}
.content-table table,
.table-wrapper table {
  overflow-x: scroll;
}

table {
  overflow: hidden;
  background-color: #F0F0F0;
  width: auto;
  min-width: 380px;
  white-space: nowrap;
  table-layout: fixed;
  overflow-x: scroll; /* Ermöglicht horizontales Scrollen */
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 0em) and (max-width: 61.8125em) {
  table {
    font-size: 16px;
    font-size: 1rem;
  }
}
table thead tr {
  background-color: #65B22E;
  border: 1px solid #65B22E;
}
table thead tr th {
  color: #fff;
  padding: 0.25rem;
}
table tr {
  display: table-row;
}
table tbody {
  border: 1px solid #808080;
}
table tbody tr {
  border-bottom: 1px solid #808080;
}
table tbody tr th,
table tbody tr td {
  padding: 0.25rem;
}
table tbody tr:nth-child(odd) {
  background-color: #fff;
}
table tbody tr:last-child {
  border-bottom: transparent;
}

table::-webkit-scrollbar {
  height: 10px; /* Höhe der Scrollbar */
}

table::-webkit-scrollbar-thumb {
  background: #555555; /* Farbe des Scrollbalkens */
  border-radius: 5px;
}

table::-webkit-scrollbar-track {
  background: #F0F0F0; /* Hintergrund der Scrollbar */
}

#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-3 img {
  width: 100%;
  height: auto;
}

#main .content-swiper {
  margin-bottom: 1rem;
}
#main .content-swiper .swiper-slide .content-text {
  background-color: #fff;
}
#main .content-swiper .swiper-slide .content-text .rte {
  background-color: #fff;
  text-align: left;
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  margin-top: -20px;
}
#main .content-swiper button,
#main .content-swiper .swiper-button-prev,
#main .content-swiper .swiper-button-next {
  border: 2px solid #65B22E;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  color: #65B22E;
  opacity: 1;
  background: transparent;
}
#main .content-swiper button:after,
#main .content-swiper .swiper-button-next:after,
#main .content-swiper .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 900;
}
#main .content-swiper button:hover,
#main .content-swiper .swiper-button-next:hover,
#main .content-swiper .swiper-button-prev:hover {
  background-color: #fff;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.2);
}
#main .content-swiper .swiper-button-disabled {
  opacity: 0.5;
}
#main .content-swiper .swiper-button-prev,
#main .content-swiper .swiper-button-next {
  position: relative;
  left: 0;
}
#main .content-swiper .swiper-button-next {
  order: 3;
}
#main .content-swiper .controls {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#main .content-swiper .swiper-pagination {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -5px;
  width: unset;
  position: relative;
}
#main .content-swiper .swiper-pagination .swiper-pagination-bullet {
  color: #65B22E;
  position: relative;
  background: #65B22E;
  transition: all 0.5s ease;
}
#main .content-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 6px;
  transition: all 0.5s ease;
}

.icon-f {
  background-image: url("../../files/daten/icons/icons_frage.svg");
  background-repeat: no-repeat;
  background-position: calc(100% + 1rem) center;
}

svg.sterne-bg .st0 {
  fill: #fff;
  width: 100px;
  stroke: none !important;
}

.bg-grau-1 svg.sterne-bg .st0 {
  fill: #F0F0F0;
}

@media screen and (min-width: 48em) {
  .ce_bewertung {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5%;
    display: grid;
  }
}
.ce_bewertung .bewertung {
  background-color: #fff;
}
.ce_bewertung .bewertung .bewertung-header .author {
  text-transform: uppercase;
}
.ce_bewertung .bewertung .bewertung-header .star {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.ce_bewertung .bewertung .bewertung-header .star .time {
  margin-left: 0.25rem;
}

.bg-grau-1 .mod_alle_bewertungen .sterne-wrap {
  outline: 3px solid #F0F0F0;
}

.mod_alle_bewertungen {
  text-align: center;
}
.mod_alle_bewertungen .sterne-wrap {
  position: relative;
  text-align: center;
  width: 186px;
  height: 41px;
  margin-left: auto;
  margin-right: auto;
  background-color: #26c8b9;
  outline: 3px solid #fff;
  outline-offset: -3px;
}
.mod_alle_bewertungen .sterne-wrap .sterne-hintergrund {
  position: absolute;
  z-index: 1;
}
.mod_alle_bewertungen .sterne-wrap .sterne-bg {
  height: 41px;
  display: block;
}
.mod_alle_bewertungen .rating {
  text-align: center;
}
.mod_alle_bewertungen .rating .grid-rating {
  display: flex;
  justify-content: center;
}
.mod_alle_bewertungen .rating .grid-rating div {
  display: inline-block;
  margin-right: 0.25rem;
  font-size: 32px;
  font-size: 2rem;
  line-height: 2rem;
}
.mod_alle_bewertungen .rating .grid-rating .image_container {
  display: inline-block;
}
.mod_alle_bewertungen .rating .grid-rating .image_container img {
  margin-top: 0.15rem;
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  .mod_team_ra_liste {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5%;
    display: grid;
  }
}
.mod_team_ra_liste .team-ra-item {
  margin-bottom: 1rem;
  -webkit-border-radius: 0.5rem;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 0.5rem;
  -moz-border-radius-topright: 0;
  border-radius: 0.5rem;
  border-top-right-radius: 0;
  overflow: hidden;
  background-color: #fff;
  display: grid;
}
@media screen and (min-width: 48em) {
  .mod_team_ra_liste .team-ra-item {
    min-height: 20em;
  }
}
@media screen and (min-width: 80em) {
  .mod_team_ra_liste .team-ra-item {
    grid-template-columns: 1fr 1fr;
  }
}
.mod_team_ra_liste .image {
  height: auto;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 0em) and (max-width: 79.9375em) {
  .mod_team_ra_liste .image {
    -webkit-border-radius: 0.5rem;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 0.5rem;
    -moz-border-radius-topright: 0;
    border-radius: 0.5rem;
    border-top-right-radius: 0;
  }
}
@media screen and (min-width: 48em) {
  .mod_team_ra_liste .image {
    min-height: 20rem;
  }
}
@media screen and (min-width: 80em) {
  .mod_team_ra_liste .image {
    min-height: auto;
    -webkit-border-radius: 0.5rem;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 0.5rem;
    -moz-border-radius-bottomright: 0;
    border-radius: 0.5rem;
    border-bottom-right-radius: 0;
  }
}
.mod_team_ra_liste .image img {
  width: 100%;
  height: auto;
  margin-bottom: -10px;
  object-fit: cover;
  transition: all 0.4s ease;
}
@media screen and (min-width: 48em) {
  .mod_team_ra_liste .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
}
.mod_team_ra_liste .ra-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem;
}
@media screen and (min-width: 80em) {
  .mod_team_ra_liste .ra-text {
    padding: 2rem;
  }
}
.mod_team_ra_liste .ra-text h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.mod_team_ra_liste .ra-text h4 {
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  color: #646363;
  font-weight: 400;
}

.team-details .bg-grau-1 .position {
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  color: #646363;
  font-weight: 400;
  margin-top: -0.85rem;
}
.team-details .bg-grau-1 .images {
  display: grid;
  -webkit-border-radius: 0.5rem;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 0.5rem;
  -moz-border-radius-topright: 0;
  border-radius: 0.5rem;
  border-top-right-radius: 0;
}
@media screen and (min-width: 48em) {
  .team-details .bg-grau-1 .images {
    height: 24rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .team-details .bg-grau-1 .images .image {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .team-details .bg-grau-1 .images {
    grid-template-columns: 60% 40%;
  }
}
.team-details .bg-grau-1 .images .image_container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .team-details .bg-grau-1 .images img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 48em) {
  .team-details .bg-grau-1 .images img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.team-details .bg-grau-1 .team-details-header {
  margin-bottom: 8rem;
}
.team-details .kontakt {
  position: relative;
  margin-top: -10rem;
}

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