@charset "UTF-8";
/*!
 * Grüner Kreis Dortmund e. V. Styles
 * Copyright 2025 Violution GbR, Dortmund
 * Autor: Skye Schollas & Daniela Brigula
 */
/* PT Serif Regular */
@font-face {
  font-family: "PT Serif";
  src: url("../font/PTSerif-Regular.woff") format("woff"), url("../font/PTSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* PT Serif Italic */
@font-face {
  font-family: "PT Serif";
  src: url("../font/PTSerif-Italic.woff") format("woff"), url("../font/PTSerif-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
/* PT Serif Bold */
@font-face {
  font-family: "PT Serif";
  src: url("../font/PTSerif-Bold.woff") format("woff"), url("../font/PTSerif-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* PT Sans Regular */
@font-face {
  font-family: "PT Sans";
  src: url("../font/PTSans-Regular.woff") format("woff"), url("../font/PTSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* PT Sans Italic */
@font-face {
  font-family: "PT Sans";
  src: url("../font/PTSans-Italic.woff") format("woff"), url("../font/PTSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
/* PT Sans Bold */
@font-face {
  font-family: "PT Sans";
  src: url("../font/PTSans-Bold.woff") format("woff"), url("../font/PTSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "PT Serif", serif;
}

/* Binding */
.mod_article:not(.article-full-width) .container {
  padding: 0 0;
}

#main .content-text:not([class*=col]),
#main .content-list:not([class*=col]),
#main .content-table:not([class*=col]),
#main .content-download:not([class*=col]),
#main .content-downloads:not([class*=col]),
#main .content-headline:not([class*=col]) {
  flex: 0 0 100%;
  max-width: 100%;
}

body #main .content .mod_eventlist .empty{
  width: 100%;
  text-align: center;
}
#main .mod_article:not(.article-full-width) > .container,
.binding {
  margin: auto auto;
  max-width: 1344px;
}
#main .mod_article:not(.article-full-width) > .container.small-binding, #main .mod_article:not(.article-full-width) > .container.small_binding,
.binding.small-binding,
.binding.small_binding {
  max-width: 1024px;
}
#main .mod_article:not(.article-full-width) > .container.small-binding .binding, #main .mod_article:not(.article-full-width) > .container.small-binding .small-binding, #main .mod_article:not(.article-full-width) > .container.small-binding .small_binding, #main .mod_article:not(.article-full-width) > .container.small-binding .container, #main .mod_article:not(.article-full-width) > .container.small_binding .binding, #main .mod_article:not(.article-full-width) > .container.small_binding .small-binding, #main .mod_article:not(.article-full-width) > .container.small_binding .small_binding, #main .mod_article:not(.article-full-width) > .container.small_binding .container,
.binding.small-binding .binding,
.binding.small-binding .small-binding,
.binding.small-binding .small_binding,
.binding.small-binding .container,
.binding.small_binding .binding,
.binding.small_binding .small-binding,
.binding.small_binding .small_binding,
.binding.small_binding .container {
  border: 0 !important;
  max-width: 100%;
  min-width: 100%;
}
#main .mod_article:not(.article-full-width) > .container.wide-binding,
.binding.wide-binding {
  max-width: 95%;
}
#main .mod_article:not(.article-full-width) > .container.wide-binding .binding, #main .mod_article:not(.article-full-width) > .container.wide-binding .small-binding, #main .mod_article:not(.article-full-width) > .container.wide-binding .small_binding, #main .mod_article:not(.article-full-width) > .container.wide-binding .container,
.binding.wide-binding .binding,
.binding.wide-binding .small-binding,
.binding.wide-binding .small_binding,
.binding.wide-binding .container {
  border: 0 !important;
  max-width: 100%;
  min-width: 100%;
}
#main .mod_article:not(.article-full-width) > .container .binding, #main .mod_article:not(.article-full-width) > .container .container,
.binding .binding,
.binding .container {
  border: 0 !important;
  max-width: 100%;
  min-width: 100%;
}

#main .mod_article:not(.article-full-width).small-binding .container, .mod_article:not(.article-full-width).small_binding .container {
  max-width: 1024px;
}

body {
  font-family: "PT Sans", sans-serif;
  /* Main */
  /* Hero */
  /* Startseite und besonder Layoutelemente */
  /* Buttons */
  /* Daten-Tabelle */
  /* Links */
  /* Header (Sticky) */
  /* Artikel */
  /* Lightbox */
  /* Flexbox elements ---------------------------------------------------------------------------------------------------------*/
  /* Abstands-Optionen für Contao CE-Elemente */
  /*P-Tags nullen */
  /* Überschriften */
  /* Highlight-Liste auf der Startseite */
  /* Events */
  /* Event-Details */
  /* Standard-Karten */
  /* Downloads */
  /* Akkordeons */
  /* Slider / Swiper */
  /* Aktuelles / News */
  /* Standard-Pagina */
  /* Footer */
  /* Formulare */
  /* Cookie Consent */
}
body #container #main {
  display: block;
  min-height: 100vh;
  background-color: #ffffff;
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
body.filenotfound #container #main {
  min-height: unset;
  padding-bottom: 120px;
}
body #hero_wrapper {
  max-height: 550px;
  height: 550px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.25);
  position: relative;
}
body #hero_wrapper #hero-text {
  position: absolute;
  top: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
body #hero_wrapper #hero-text h1:after {
  display: none;
}
body #hero_wrapper #hero-text span {
  display: flex;
}
body #hero_wrapper #hero-text .fadeInFirst {
  font-size: 56px;
  text-align: left;
  margin-top: 0;
  text-transform: uppercase;
  transition: all 0s ease 0s;
  line-height: 100px;
  letter-spacing: 4px;
  visibility: visible;
  opacity: 1;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.9);
  color: #ffffff;
  margin-bottom: 15px;
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: both;
  border-radius: 5px;
  background-color: rgba(0, 149, 20, 0.8);
  padding: 0 45px;
}
body #hero_wrapper #hero-text .fadeInSecond {
  font-family: "PT Sans", sans-serif;
  font-size: 40px;
  margin-top: 0;
  transition: all 0s ease 0s;
  line-height: 50px;
  visibility: visible;
  opacity: 1;
  text-shadow: 1px 1px 7px rgba(51, 51, 51, 0.9);
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 15px;
  animation-name: bounceInLeft;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-delay: 1.2s;
  background-color: rgba(75, 54, 36, 0.8);
  padding: 12px 45px;
  border-radius: 5px;
  word-spacing: 0 !important;
  width: auto;
  display: inline-block;
}
body #hero_wrapper #hero-img img {
  height: 550px;
  border-radius: 0 !important;
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
  object-fit: cover;
}
body.startseite #hero_wrapper {
  max-height: 800px;
  height: 800px;
}
body.startseite #hero_wrapper #hero-img {
  position: relative;
  max-height: 100%;
}
body.startseite #hero_wrapper #hero-img img {
  height: 800px;
}
body p, body ul, body ol, body li, body table, body p big {
  color: #181615;
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.65;
}
body p strong, body ul strong {
  font-weight: 700 !important;
}
body .start-teaser p {
  color: #181615;
  font-size: 1.25rem;
  line-height: 2.1rem;
  font-weight: 400;
  max-width: 960px;
}
body .start-teaser p strong {
  color: #006834;
}
body a[class*=button-],
body button[class*=button-],
body button.submit,
body .ce_hyperlink[class*=button-] a,
body [class*=button-] a,
body .contao-cookiebar .cc-btn,
body .back a,
body a.readmore {
  min-width: 150px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  font-style: normal;
  border-radius: 3px;
  transition: all 0.4s;
  outline: none;
  line-height: 17px;
  font-size: 20px;
  font-weight: 400 !important;
  padding: 18px 35px;
  background-position: 0 0;
  background-color: #007e3f;
  color: #f5f5f7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
body a[class*=button-]:hover,
body button[class*=button-]:hover,
body button.submit:hover,
body .ce_hyperlink[class*=button-] a:hover,
body [class*=button-] a:hover,
body .contao-cookiebar .cc-btn:hover,
body .back a:hover,
body a.readmore:hover {
  background-color: #4b3624;
  color: #f5f5f7 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}
body a.readmore:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  transform: rotate(90deg);
  position: absolute;
  right: 14px;
  display: block;
  height: 19px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 34%;
}
body a.button-decent,
body .ce_hyperlink.button-decent a,
body .button-decent a,
body .contao-cookiebar .cc-btn.deny,
body .contao-cookiebar .cc-btn.save,
body .contao-cookiebar .cc-btn.info {
  color: rgba(0, 0, 0, 0.45);
  background: rgba(0, 0, 0, 0.05);
  border: 2px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
body a.button-decent:hover,
body .ce_hyperlink.button-decent a:hover,
body .button-decent a:hover,
body .contao-cookiebar .cc-btn.deny:hover,
body .contao-cookiebar .cc-btn.save:hover,
body .contao-cookiebar .cc-btn.info:hover {
  background: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
body .back a {
  padding-left: 45px;
}
body .back a:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  transform: rotate(-90deg);
  position: absolute;
  left: 20px;
  display: block;
  height: 18px;
  width: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 35%;
}
body a.button-back,
body .ce_hyperlink.button-back a,
body .button-back a {
  margin-top: 40px;
  padding: 15px 20px 15px 35px;
  min-width: 120px;
}
body a.button-back:hover,
body .ce_hyperlink.button-back a:hover,
body .button-back a:hover {
  background-position: 100% 100%;
}
body a.button-back:before,
body .ce_hyperlink.button-back a:before,
body .button-back a:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  transform: rotate(-90deg);
  position: absolute;
  left: 14px;
  display: block;
  height: 19px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 34%;
}
body a.button-next,
body .ce_hyperlink.button-next a,
body .button-next a {
  margin-top: 10px;
  padding: 15px 45px 15px 20px;
  min-width: 120px;
}
body a.button-next:hover,
body .ce_hyperlink.button-next a:hover,
body .button-next a:hover {
  background-position: 100% 100%;
}
body a.button-next:before,
body .ce_hyperlink.button-next a:before,
body .button-next a:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  transform: rotate(90deg);
  position: absolute;
  right: 14px;
  display: block;
  height: 19px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 30%;
}
body a.cboxElement {
  height: 100%;
  width: auto;
  display: inline-block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 2px solid #ccc;
  overflow: hidden;
  transition: all 0.4s;
  margin-top: 8px;
}
body a.cboxElement img {
  height: 100%;
  width: auto;
  display: block !important;
  object-fit: cover;
  object-position: center;
}
body .content figure figcaption {
  font-size: 0.9rem;
  color: #44392b;
  opacity: 0.6;
  font-style: normal;
}
body .content-table td:first-child {
  font-weight: 700;
}
body .content table td, body .content table th {
  border-bottom: 2px solid #00ab57;
  padding: 0.8em 0.9em;
}
body a {
  color: #007e3f;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
body a:hover {
  color: #4b3624;
}
body #main .content .cta-button {
  text-align: center;
  max-width: 100% !important;
  margin: 0;
  padding: 0;
  line-height: unset;
  display: block;
  max-height: unset;
}
body #main .content .cta-button .rte {
  margin: 30px 0;
}
body #main .content .cta-button p {
  margin: 0 !important;
}
body #main .content .cta-button a {
  margin: 30px auto 0 auto;
  width: 400px;
  color: #4b3624;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1em 2.5em 1em 2.5em;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.8s ease;
  letter-spacing: 0.5px;
  background-color: #ffffff;
}
body #main .content .cta-button a:hover {
  background-color: #a7d3bc;
}
body #main .content .cta-button a:before {
  top: 22px;
  font-size: 26px;
}
body #main .content .cta-button#spendenantrag a {
  padding: 1em 0.5em 1.2em 0;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  display: block;
}
body #header {
  height: 105px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  /* Hamburger */
  /* Logo */
}
body #header #top-bar {
  background-color: #ffffff;
  position: relative;
  height: 42px;
  text-align: right;
  display: block;
  width: 100vw;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  z-index: 100;
}
body #header #top-bar .inside {
  padding: 0 40px;
  max-width: 100vw;
}
body #header #top-bar .inside ul {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: right;
}
body #header #top-bar .inside ul li {
  color: #181615;
  font-size: 15px;
  padding-left: 30px;
}
body #header #top-bar .inside ul li a {
  font-weight: 400;
  color: #181615;
  margin-left: 5px;
}
body #header #top-bar .inside ul li a:hover {
  color: #00ab57;
}
body #header #top-bar .inside ul #vio_search {
  display: none;
}
body #header #top-bar .container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
}
body #header #hamburger-toggler, body #header #mobile_menu {
  display: none;
}
body #header #navbar-brand {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 100001;
  top: -30px;
  left: 40px;
  transition: transform 0.3s ease;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 60px 10px 15px 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
body #header #navbar-brand img {
  width: 290px;
  height: auto;
}
body #header #navbar-brand .block {
  overflow: visible;
}
body #header .mod_navigation.navbar {
  position: relative;
  width: 100%;
  height: 65px;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}
body #header .mod_navigation.navbar .navbar-link.trail > span:first-child, body #header .mod_navigation.navbar .navbar-link.active span {
  border-bottom: none !important;
  color: #00ab57;
}
body #header .mod_navigation.navbar .navbar-link {
  padding: 0;
  margin-left: 2.5rem;
  border-bottom: none !important;
  color: #4b3624;
}
body #header .mod_navigation.navbar .navbar-link:not(.is-arrowless):after {
  right: 1em;
  display: none;
}
body #header .mod_navigation.navbar .navbar-link:hover > span:first-child {
  border-bottom: none !important;
}
body #header .mod_navigation.navbar .navbar-start {
  padding: 0;
  justify-content: center;
}
body #header .mod_navigation.navbar .navbar-start > .navbar-item {
  position: relative;
  height: 100%;
  padding: 0.5rem 1.3rem 0.5rem 1.3rem;
  border-left: 1px solid #ccc;
}
body #header .mod_navigation.navbar .navbar-start > .navbar-item:last-child {
  border-right: 1px solid #ccc;
}
body #header .mod_navigation.navbar .navbar-start > .navbar-item.active, body #header .mod_navigation.navbar .navbar-start > .navbar-item.trail, body #header .mod_navigation.navbar .navbar-start > .navbar-item:hover {
  background: rgba(255, 255, 255, 0.7);
}
body #header .mod_navigation.navbar .navbar-start > .navbar-item.active span, body #header .mod_navigation.navbar .navbar-start > .navbar-item.trail span, body #header .mod_navigation.navbar .navbar-start > .navbar-item:hover span {
  border-color: transparent;
  text-decoration: none;
  color: #4b3624;
}
body #header .mod_navigation.navbar .navbar-start > .navbar-item > a, body #header .mod_navigation.navbar .navbar-start a {
  font-size: 1.2rem;
  letter-spacing: 0.03rem;
  font-family: "PT Serif", serif;
  font-weight: 600;
  color: #007e3f;
  text-decoration: none;
}
body #header .mod_navigation.navbar .navbar-start > .navbar-item > a:hover, body #header .mod_navigation.navbar .navbar-start a:hover {
  text-decoration: none;
  color: #4b3624;
}
body #header.sticky {
  height: 65px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50000;
  /* Logo */
}
body #header.sticky #top-bar {
  display: none;
}
body #header.sticky .mod_navigation.navbar {
  position: relative;
  width: 100%;
  height: 65px;
}
body #header.sticky .mod_navigation.navbar .navbar-start > .navbar-item {
  height: 65px;
}
body #header.sticky .mod_navigation.navbar .navbar-dropdown.level_2 {
  top: 65px;
}
body #header.sticky #navbar-brand {
  transform: scale(0.59);
  top: -38px;
  padding: 60px 18px 15px 23px;
}
body #header .inside {
  padding-top: 0 !important;
}
body .mod_navigation.navbar .navbar-link.active > span:first-child, body .mod_navigation.navbar .navbar-link.trail > span:first-child {
  border-bottom: 0 !important;
}
body #main .mod_article:not(.article-full-width) {
  padding: 0 0 60px 0;
}
body #main .mod_article:not(.article-full-width) .container {
  padding: 0 0;
}
body #main .mod_article:first-child:not(.has-hero) {
  padding-top: 240px;
}
body #main .mod_article:first-child.has-hero {
  margin-bottom: 50px;
}
body #main .mod_article {
  overflow: visible;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  /* Galerie */
}
body #main .mod_article.article_bg_grey {
  background-color: #f6f6f6;
}
body #main .mod_article.article_bg_grey > h1, body #main .mod_article.article_bg_grey h2, body #main .mod_article.article_bg_grey h3 {
  color: #007e3f;
}
body #main .mod_article.article_bg_galerie {
  padding-top: 40px;
  padding-bottom: 60px;
}
body #main .mod_article.article_bg_galerie p {
  color: #181615;
  padding-left: 15px;
}
body #main .mod_article.article_bg_galerie h2, body #main .mod_article.article_bg_galerie h3, body #main .mod_article.article_bg_galerie h4 {
  font-family: "PT Sans", sans-serif;
  color: #4b3624;
  font-size: 34px;
  margin-bottom: 20px;
  padding-left: 15px;
}
body #main .mod_article.article_bg_galerie:nth-of-type(2n) {
  background-color: #f6f6f6;
  border-bottom: 1px solid #f2f2f2;
}
body #main .mod_article.article_bg_galerie:nth-of-type(2n) h2, body #main .mod_article.article_bg_galerie:nth-of-type(2n) h3, body #main .mod_article.article_bg_galerie:nth-of-type(2n) h4 {
  color: #007e3f;
}
body #main .mod_article.article_bg_galerie:last-child.article_shadow_bottom:after {
  display: none;
}
body #main .mod_article.article_shadow_bottom:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  display: block;
  height: 30px;
  background-color: transparent;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  z-index: 50;
}
body #main .mod_article.article_bg_leafes {
  background-image: url("../img/bg_leaf_pattern.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
body #main .mod_article.article_cta {
  background-color: #006834;
  padding: 55px 0 90px 0 !important;
}
body #main .mod_article.article_cta .content-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
body #main .mod_article.article_cta .content-text h3, body #main .mod_article.article_cta .content-text h2 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 600;
  margin-top: 16px;
  width: 100%;
  min-width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  font-family: "PT Serif", serif;
}
body #main .mod_article.article_cta .content-text h3:after, body #main .mod_article.article_cta .content-text h2:after {
  background-color: #ffffff;
}
body #main .mod_article.article_cta .content-text h2, body #main .mod_article.article_cta .content-text h3, body #main .mod_article.article_cta .content-text p, body #main .mod_article.article_cta .content-text ul, body #main .mod_article.article_cta .content-text a, body #main .mod_article.article_cta .content-text strong {
  color: #ffffff;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px !important;
}
body #main .mod_article.article_cta .content-text.cta-button a {
  color: #4b3624;
  margin-bottom: 0 !important;
}
body #main .mod_article.article_cta .content-text strong {
  font-weight: 700;
  letter-spacing: 0.06rem;
}
body #main .mod_article.article_cta .content-text .rte {
  text-align: center;
}
body #main .mod_article.article_cta .content-text p {
  font-size: 1.35rem;
  max-width: 960px;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
body #main .mod_article.article_cta .content-text p:last-child {
  margin-bottom: 0 !important;
}
body #main .mod_article .content-gallery {
  width: 100%;
  margin: 0 auto;
}
body #main .mod_article .content-gallery .swiper-wrapper {
  justify-content: left !important;
  flex-wrap: wrap;
  justify-items: left;
  align-items: flex-start;
  text-align: left;
}
body #main .mod_article .content-gallery .galerie-swiper, body #main .mod_article .content-gallery .thumbnails {
  padding: 0;
  text-align: center;
}
body #main .mod_article .content-gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  height: 60vh;
  min-height: 550px;
}
body #main .mod_article .content-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body #main .mod_article .content-gallery .swiper-button-next, body #main .mod_article .content-gallery .swiper-button-prev {
  color: #fff;
}
body #main .mod_article .content-gallery .swiper-button-next.swiper-button-disabled, body #main .mod_article .content-gallery .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
body #main .mod_article .content-gallery .swiper.thumbnails {
  padding-top: 0;
}
body #main .mod_article .content-gallery .swiper.thumbnails .swiper-slide {
  max-height: 280px !important;
  min-height: 280px !important;
  height: 280px !important;
  border-radius: 5px;
  cursor: pointer;
  opacity: 1 !important;
  position: relative;
  transition: all 0.3s;
}
body #main .mod_article .content-gallery .swiper.thumbnails .swiper-slide a {
  border-radius: 5px;
  padding: 12px 12px 20px 12px;
  margin: 10px;
  position: relative;
  width: calc(100% - 44px);
  height: calc(100% - 52px);
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
body #main .mod_article .content-gallery .swiper.thumbnails .swiper-slide a img {
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body #main .mod_article .content-gallery .swiper.thumbnails .swiper-slide:hover a, body #main .mod_article .content-gallery .swiper.thumbnails .swiper-slide.swiper-slide-thumb-active a {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}
body .fancybox__container {
  z-index: 900050;
}
body .fancybox__container .fancybox__toolbar button.carousel__button {
  background-color: transparent;
  border-color: transparent;
  min-width: 50px;
}
body .mod_article.row .container, body .row, body #footer .inside.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
body .mod_article.row .container.flex-center, body .mod_article.row .container.flex-center .container, body .mod_article.row .container.set-center, body .row.flex-center, body .row.flex-center .container, body .row.set-center, body #footer .inside.row.flex-center, body #footer .inside.row.flex-center .container, body #footer .inside.row.set-center {
  justify-content: center;
}
body .mod_article.row.set-center .container {
  justify-content: center !important;
}
body #main .content .row.pagina {
  margin-left: 15px;
  margin-right: 15px;
}
body #main .content .row.pagina p {
  max-width: 100%;
}
body #main .content .row.pagina .button-next a {
  margin-top: 40px;
}
body #main .content .row.pagina .col_6:last-child {
  text-align: right;
}
body .columns, body .mod_login .formbody, body .mod_newslist, body .mod_eventlist, body .mod_registration .fields, body .mod_login .fields, body .mod_lostPassword .fields, body .mod_personalData .fields, body .mod_changePassword .fields {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
body h1.content-headline:after, body h1.content-headline .line-after:after, body .content-text h1:after, body .content-text h1 .line-after:after {
  content: "";
  display: block;
  background-color: #4b3624;
  width: 60px;
  height: 3px;
  margin-top: 10px;
}
body h1.content-headline.set-center:after, body .content-text h1.set-center:after {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body .content-text.set-center h1:after {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body .content figure img {
  border-radius: 5px;
}
body .mod_article.row.vertical-centered .inner, body .row.vertical-centered, body #footer .inside.row.vertical-centered, body .vertical-centered .container {
  align-items: center;
}
body [class*=col] {
  padding: 0;
}
body [class*=col].padding-right [class*=content-] {
  padding-right: 20px;
}
body [class*=col].padding-left [class*=content-] {
  padding-left: 20px;
}
body [class*=col].padding-left-large {
  padding-left: 180px;
}
body [class*=col].padding-right-large {
  padding-right: 180px;
}
body [class*=col] figure {
  margin: 0;
}
body [class*=col].align-right {
  text-align: right;
}
body [class*=col].align-right figure {
  text-align: right !important;
}
body .side-picture figure {
  border-radius: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  position: relative;
}
body .side-picture figure img {
  border-radius: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body .col-1, body .col_1 {
  flex: 0 0 8.333%;
  max-width: 8.333%;
}
body .col-1.margin-true, body .col_1.margin-true {
  margin-left: 15px;
  margin-right: 15px;
  flex: 0 0 calc(8.333% - 30px);
  max-width: calc(8.333% - 30px);
}
body .col-2, body .col_2 {
  flex: 0 0 16.666%;
  max-width: 16.666%;
}
body .col-2.margin-true, body .col_2.margin-true {
  margin-left: 15px;
  margin-right: 15px;
  flex: 0 0 calc(16.666% - 30px);
  max-width: calc(16.666% - 30px);
}
body .col-3, body .col_3 {
  flex: 0 0 25%;
  max-width: 25%;
}
body .col-3.margin-true, body .col_3.margin-true {
  margin-left: 15px;
  margin-right: 15px;
  flex: 0 0 calc(25% - 30px);
  max-width: calc(25% - 30px);
}
body .col-4, body .col_4 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
body .col-4.margin-true, body .col_4.margin-true {
  margin-left: 15px;
  margin-right: 15px;
  flex: 0 0 calc(33.333% - 30px);
  max-width: calc(33.333% - 30px);
}
body .col-5, body .col_5 {
  flex: 0 0 41.666%;
  max-width: 41.666%;
}
body .col-5.margin-true, body .col_5.margin-true {
  margin-left: 15px;
  margin-right: 15px;
  flex: 0 0 calc(41.666% - 30px);
  max-width: calc(41.666% - 30px);
}
body .col-6, body .col_6 {
  flex: 0 0 50%;
  max-width: 50%;
}
body .col-6.margin-true, body .col_6.margin-true {
  margin-left: 15px;
  margin-right: 15px;
  flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
}
body .col-7, body .col_7 {
  flex: 0 0 58.333%;
  max-width: 58.333%;
}
body .col-7.margin-true, body .col_7.margin-true {
  margin-left: 15px;
  margin-right: 15px;
  flex: 0 0 calc(58.333% - 30px);
  max-width: calc(58.333% - 30px);
}
body .col-8, body .col_8 {
  flex: 0 0 66.666%;
  max-width: 66.666%;
}
body .col-8.margin-true, body .col_8.margin-true {
  margin-left: 15px;
  margin-right: 15px;
  flex: 0 0 calc(66.666% - 30px);
  max-width: calc(66.666% - 30px);
}
body .col-9, body .col_9 {
  flex: 0 0 75%;
  max-width: 75%;
}
body .col-9.margin-true, body .col_9.margin-true {
  margin-left: 15px;
  margin-right: 15px;
  flex: 0 0 calc(75% - 30px);
  max-width: calc(75% - 30px);
}
body .col-10, body .col_10, body #hamburger-menu-container {
  flex: 0 0 83.333%;
  max-width: 83.333%;
}
body .col-10.margin-true, body .col_10.margin-true, body #hamburger-menu-container.margin-true {
  margin-left: 15px;
  margin-right: 15px;
  flex: 0 0 calc(83.333% - 30px);
  max-width: calc(83.333% - 30px);
}
body .col-11, body .col_11 {
  flex: 0 0 91.666%;
  max-width: 91.666%;
}
body .col-11.margin-true, body .col_11.margin-true {
  margin-left: 15px;
  margin-right: 15px;
  flex: 0 0 calc(91.666% - 30px);
  max-width: calc(91.666% - 30px);
}
body .col-12, body .col_12, body #hamburger-menu-container .col_10 {
  flex: 0 0 100%;
  max-width: 100%;
}
body #main .content .content-text.col_7 p, body #main .content .content-text.col_7 li, body #main .content .content-text.col_6 p, body #main .content .content-text.col_6 li, body #main .content .content-text.col_5 p, body #main .content .content-text.col_5 li, body #main .content .content-text.col_4 p, body #main .content .content-text.col_4 li, body #main .content .content-text.col_3 > .col_2 p, body #main .content .content-text.col_3 > .col_2 li, body #main .content .content-text.col_1 p, body #main .content .content-text.col_1 li, body #main .content .content-text.col-7 p, body #main .content .content-text.col-7 li, body #main .content .content-text.col-6 p, body #main .content .content-text.col-6 li, body #main .content .content-text.col-5 p, body #main .content .content-text.col-5 li, body #main .content .content-text.col-4 p, body #main .content .content-text.col-4 li, body #main .content .content-text.col-3 > .col-2 p, body #main .content .content-text.col-3 > .col-2 li, body #main .content .content-text.col-1 p, body #main .content .content-text.col-1 li {
  max-width: 74%;
}
body #main .content .content-text.col_7 .rte h2, body #main .content .content-text.col_7 h2, body #main .content .content-text.col_6 .rte h2, body #main .content .content-text.col_6 h2, body #main .content .content-text.col_5 .rte h2, body #main .content .content-text.col_5 h2, body #main .content .content-text.col_4 .rte h2, body #main .content .content-text.col_4 h2, body #main .content .content-text.col_3 > .col_2 .rte h2, body #main .content .content-text.col_3 > .col_2 h2, body #main .content .content-text.col_1 .rte h2, body #main .content .content-text.col_1 h2, body #main .content .content-text.col-7 .rte h2, body #main .content .content-text.col-7 h2, body #main .content .content-text.col-6 .rte h2, body #main .content .content-text.col-6 h2, body #main .content .content-text.col-5 .rte h2, body #main .content .content-text.col-5 h2, body #main .content .content-text.col-4 .rte h2, body #main .content .content-text.col-4 h2, body #main .content .content-text.col-3 > .col-2 .rte h2, body #main .content .content-text.col-3 > .col-2 h2, body #main .content .content-text.col-1 .rte h2, body #main .content .content-text.col-1 h2 {
  max-width: 90%;
}
body #main .content .content-text.col_8 p, body #main .content .content-text.col_8 li, body #main .content .content-text.col_9 p, body #main .content .content-text.col_9 li, body #main .content .content-text.col-8 p, body #main .content .content-text.col-8 li, body #main .content .content-text.col-9 p, body #main .content .content-text.col-9 li {
  max-width: 85%;
}
body #main .content .content-text.col_8 .rte h2, body #main .content .content-text.col_8 h2, body #main .content .content-text.col_9 .rte h2, body #main .content .content-text.col_9 h2, body #main .content .content-text.col-8 .rte h2, body #main .content .content-text.col-8 h2, body #main .content .content-text.col-9 .rte h2, body #main .content .content-text.col-9 h2 {
  max-width: 90%;
}
body .content .col_8 p, body .content .col_8 li, body body #main .content .col_9 p, body body #main .content .col_9 li,
body .content .col-8 p,
body .content .col-8 li, body body #main .content .col-9 p, body body #main .content .col-9 li {
  max-width: 85% !important;
}
body .content .col_8 .rte h2, body .content .col_8 h2, body body #main .content .col_9 .rte h2, body body #main .content .col_9 h2,
body .content .col-8 .rte h2,
body .content .col-8 h2, body body #main .content .col-9 .rte h2, body body #main .content .col-9 h2 {
  max-width: 95% !important;
}
body .content h2, body .content h3, body .content h4, body .content h5, body .content h6 {
  margin-top: 30px;
}
body .col-1 > .col-1, body .col_1 > .col_1,
body .col-2 > .col-2, body .col_2 > .col_2,
body .col-3 > .col-3, body .col_3 > .col_3,
body .col-4 > .col-4, body .col_4 > .col_4,
body .col-5 > .col-5, body .col_5 > .col_5,
body .col-6 > .col-6, body .col_6 > .col_6,
body .col-7 > .col-7, body .col_7 > .col_7,
body .col-8 > .col-8, body .col_8 > .col_8,
body .col-9 > .col-9, body .col_9 > .col_9,
body .col-10 > .col-10, body .col_10 > .col_10,
body .col-11 > .col-11, body .col_11 > .col_11,
body .col-12 > .col-12, body .col_12 > .col_12 {
  flex: none;
  max-width: 100%;
  display: block;
  width: 100%;
}
body .m-top-0 {
  margin-top: 0 !important;
}
body .m-top-5 {
  margin-top: 5px !important;
}
body .m-top-5 .m-top-5 {
  margin-top: 0 !important;
}
body .m-top-10 {
  margin-top: 10px !important;
}
body .m-top-10 .m-top-10 {
  margin-top: 0 !important;
}
body .m-top-15 {
  margin-top: 15px !important;
}
body .m-top-15 .m-top-15 {
  margin-top: 0 !important;
}
body .m-top-20 {
  margin-top: 20px !important;
}
body .m-top-20 .m-top-20 {
  margin-top: 0 !important;
}
body .m-top-30 {
  margin-top: 30px !important;
}
body .m-top-30 .m-top-30 {
  margin-top: 0 !important;
}
body .m-top-40 {
  margin-top: 40px !important;
}
body .m-top-40 .m-top-40 {
  margin-top: 0 !important;
}
body .m-top-50 {
  margin-top: 50px !important;
}
body .m-top-50 .m-top-50 {
  margin-top: 0 !important;
}
body .m-top-60 {
  margin-top: 60px !important;
}
body .m-top-60 .m-top-60 {
  margin-top: 0 !important;
}
body .m-top-70 {
  margin-top: 70px !important;
}
body .m-top-70 .m-top-70 {
  margin-top: 0 !important;
}
body .m-top-80 {
  margin-top: 80px !important;
}
body .m-top-80 .m-top-80 {
  margin-top: 0 !important;
}
body .m-top-90 {
  margin-top: 90px !important;
}
body .m-top-90 .m-top-90 {
  margin-top: 0 !important;
}
body .m-top-100 {
  margin-top: 100px !important;
}
body .m-top-100 .m-top-100 {
  margin-top: 0 !important;
}
body .m-top-110 {
  margin-top: 110px !important;
}
body .m-top-110 .m-top-110 {
  margin-top: 0 !important;
}
body .m-top-120 {
  margin-top: 120px !important;
}
body .m-top-120 .m-top-120 {
  margin-top: 0 !important;
}
body .m-top-130 {
  margin-top: 130px !important;
}
body .m-top-130 .m-top-130 {
  margin-top: 0 !important;
}
body .m-top-140 {
  margin-top: 140px !important;
}
body .m-top-140 .m-top-140 {
  margin-top: 0 !important;
}
body .m-top-150 {
  margin-top: 150px !important;
}
body .m-top-150 .m-top-150 {
  margin-top: 0 !important;
}
body .m-top-160 {
  margin-top: 160px !important;
}
body .m-top-160 .m-top-160 {
  margin-top: 0 !important;
}
body .m-top-170 {
  margin-top: 170px !important;
}
body .m-top-170 .m-top-170 {
  margin-top: 0 !important;
}
body .m-top-180 {
  margin-top: 180px !important;
}
body .m-top-180 .m-top-180 {
  margin-top: 0 !important;
}
body .m-top-190 {
  margin-top: 190px !important;
}
body .m-top-190 .m-top-190 {
  margin-top: 0 !important;
}
body .m-bottom-0 {
  margin-bottom: 0 !important;
}
body .m-bottom-10 {
  margin-bottom: 10px !important;
}
body .m-bottom-10 .m-bottom-10 {
  margin-bottom: 0 !important;
}
body .m-bottom-15 {
  margin-bottom: 15px !important;
}
body .m-bottom-15 .m-bottom-15 {
  margin-bottom: 0 !important;
}
body .m-bottom-20 {
  margin-bottom: 20px !important;
}
body .m-bottom-20 .m-bottom-20 {
  margin-bottom: 0 !important;
}
body .m-bottom-30 {
  margin-bottom: 30px !important;
}
body .m-bottom-30 .m-bottom-30 {
  margin-bottom: 0 !important;
}
body .m-bottom-40 {
  margin-bottom: 40px !important;
}
body .m-bottom-40 .m-bottom-40 {
  margin-bottom: 0 !important;
}
body .m-bottom-50 {
  margin-bottom: 50px !important;
}
body .m-bottom-50 .m-bottom-50 {
  margin-bottom: 0 !important;
}
body .m-bottom-60 {
  margin-bottom: 60px !important;
}
body .m-bottom-60 .m-bottom-60 {
  margin-bottom: 0 !important;
}
body .m-bottom-70 {
  margin-bottom: 70px !important;
}
body .m-bottom-70 .m-bottom-70 {
  margin-bottom: 0 !important;
}
body .m-bottom-80 {
  margin-bottom: 80px !important;
}
body .m-bottom-80 .m-bottom-80 {
  margin-bottom: 0 !important;
}
body .m-bottom-90 {
  margin-bottom: 90px !important;
}
body .m-bottom-90 .m-bottom-90 {
  margin-bottom: 0 !important;
}
body .m-bottom-100 {
  margin-bottom: 100px !important;
}
body .m-bottom-100 .m-bottom-100 {
  margin-bottom: 0 !important;
}
body .m-bottom-110 {
  margin-bottom: 110px !important;
}
body .m-bottom-110 .m-bottom-110 {
  margin-bottom: 0 !important;
}
body .m-bottom-120 {
  margin-bottom: 120px !important;
}
body .m-bottom-120 .m-bottom-120 {
  margin-bottom: 0 !important;
}
body .m-bottom-130 {
  margin-bottom: 130px !important;
}
body .m-bottom-130 .m-bottom-130 {
  margin-bottom: 0 !important;
}
body .m-bottom-140 {
  margin-bottom: 140px !important;
}
body .m-bottom-140 .m-bottom-140 {
  margin-bottom: 0 !important;
}
body .m-bottom-150 {
  margin-bottom: 150px !important;
}
body .m-bottom-150 .m-bottom-150 {
  margin-bottom: 0 !important;
}
body .m-bottom-160 {
  margin-bottom: 160px !important;
}
body .m-bottom-160 .m-bottom-160 {
  margin-bottom: 0 !important;
}
body .m-bottom-170 {
  margin-bottom: 170px !important;
}
body .m-bottom-170 .m-bottom-170 {
  margin-bottom: 0 !important;
}
body .m-bottom-180 {
  margin-bottom: 180px !important;
}
body .m-bottom-180 .m-bottom-180 {
  margin-bottom: 0 !important;
}
body .m-bottom-190 {
  margin-bottom: 190px !important;
}
body .m-bottom-190 .m-bottom-190 {
  margin-bottom: 0 !important;
}
body .m-left-0 {
  margin-left: 0 !important;
}
body .m-left-20 {
  margin-left: 20px !important;
}
body .m-left-40 {
  margin-left: 40px !important;
}
body .m-left-60 {
  margin-left: 60px !important;
}
body .m-left-80 {
  margin-left: 80px !important;
}
body .m-left-100 {
  margin-left: 100px !important;
}
body .m-right-0 {
  margin-right: 0 !important;
}
body .m-right-20 {
  margin-right: 20px !important;
}
body .m-right-40 {
  margin-right: 40px !important;
}
body .m-right-60 {
  margin-right: 60px !important;
}
body .m-right-80 {
  margin-right: 80px !important;
}
body .m-right-100 {
  margin-right: 100px !important;
}
body .p-top-0 {
  padding-top: 0 !important;
}
body .p-top-10 {
  padding-top: 10px !important;
}
body .p-top-15 {
  padding-top: 15px !important;
}
body .p-top-20 {
  padding-top: 20px !important;
}
body .p-top-30 {
  padding-top: 30px !important;
}
body .p-top-40 {
  padding-top: 40px !important;
}
body .p-top-50 {
  padding-top: 50px !important;
}
body .p-top-60 {
  padding-top: 60px !important;
}
body .p-top-70 {
  padding-top: 70px !important;
}
body .p-top-80 {
  padding-top: 80px !important;
}
body .p-top-90 {
  padding-top: 90px !important;
}
body .p-top-100 {
  padding-top: 100px !important;
}
body .p-top-110 {
  padding-top: 110px !important;
}
body .p-top-120 {
  padding-top: 120px !important;
}
body .p-top-130 {
  padding-top: 130px !important;
}
body .p-top-140 {
  padding-top: 140px !important;
}
body .p-top-150 {
  padding-top: 150px !important;
}
body .p-top-160 {
  padding-top: 160px !important;
}
body .p-top-170 {
  padding-top: 170px !important;
}
body .p-top-180 {
  padding-top: 180px !important;
}
body .p-top-190 {
  padding-top: 190px !important;
}
body .p-bottom-0 {
  padding-bottom: 0 !important;
}
body .p-bottom-10 {
  padding-bottom: 10px !important;
}
body .p-bottom-15 {
  padding-bottom: 15px !important;
}
body .p-bottom-20 {
  padding-bottom: 20px !important;
}
body .p-bottom-30 {
  padding-bottom: 30px !important;
}
body .p-bottom-40 {
  padding-bottom: 40px !important;
}
body .p-bottom-50 {
  padding-bottom: 50px !important;
}
body .p-bottom-60 {
  padding-bottom: 60px !important;
}
body .p-bottom-70 {
  padding-bottom: 70px !important;
}
body .p-bottom-80 {
  padding-bottom: 80px !important;
}
body .p-bottom-90 {
  padding-bottom: 90px !important;
}
body .p-bottom-100 {
  padding-bottom: 100px !important;
}
body .p-bottom-110 {
  padding-bottom: 110px !important;
}
body .p-bottom-120 {
  padding-bottom: 120px !important;
}
body .p-bottom-130 {
  padding-bottom: 130px !important;
}
body .p-bottom-140 {
  padding-bottom: 140px !important;
}
body .p-bottom-150 {
  padding-bottom: 150px !important;
}
body .p-bottom-160 {
  padding-bottom: 160px !important;
}
body .p-bottom-170 {
  padding-bottom: 170px !important;
}
body .p-bottom-180 {
  padding-bottom: 180px !important;
}
body .p-bottom-190 {
  padding-bottom: 190px !important;
}
body #main .content .m-top-0 p {
  margin-top: 0 !important;
}
body #main .content .m-top-5 p {
  margin-top: 5px !important;
}
body #main .content .m-bottom-0 p {
  margin-bottom: 0 !important;
}
body .m-left-40 {
  margin-left: 40px;
}
body .m-right-40 {
  margin-right: 40px;
}
body .m-left-15 {
  margin-left: 15px;
}
body .m-right-15 {
  margin-right: 15px;
}
body #main .content {
  /* Standard Absätze und Listen */
}
body #main .content h1 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #007e3f;
}
body #main .content h2 {
  font-size: 1.9rem;
  line-height: 2.75rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #4b3624;
  max-width: 960px;
}
body #main .content h2.lookslikeh1 {
  font-size: 2.9rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #007e3f;
}
body #main .content .lookslikeh1 h2 {
  font-size: 2.9rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #007e3f;
}
body #main .content .smaller_h2 h2, body #main .content h2.smaller_h2 {
  font-size: 1.5rem;
  line-height: 2.5rem !important;
  margin-bottom: 20px;
}
body #main .content h3, body #main .content h4 {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  color: #007e3f;
  letter-spacing: 0.03rem;
  margin-bottom: 0;
  font-family: "PT Sans", sans-serif;
  margin-top: 15px;
  max-width: 960px;
}
body #main .content h1.line-after, body #main .content .line-after h1, body #main .content h2.line-after, body #main .content .line-after h2, body #main .content h3.line-after, body #main .content .line-after h3 {
  position: relative;
}
body #main .content h1.line-after:after, body #main .content .line-after h1:after, body #main .content h2.line-after:after, body #main .content .line-after h2:after, body #main .content h3.line-after:after, body #main .content .line-after h3:after {
  content: "";
  display: block;
  background-color: #006834;
  width: 80px;
  height: 3px;
  margin-top: 15px;
  opacity: 0.7;
}
body #main .content h1.line-after.line-center:after, body #main .content h1.line-after.line-center h1:after, body #main .content h1.line-after.line-center h2:after, body #main .content h1.line-after.line-center h3:after, body #main .content .line-after h1.line-center:after, body #main .content .line-after h1.line-center h1:after, body #main .content .line-after h1.line-center h2:after, body #main .content .line-after h1.line-center h3:after, body #main .content h2.line-after.line-center:after, body #main .content h2.line-after.line-center h1:after, body #main .content h2.line-after.line-center h2:after, body #main .content h2.line-after.line-center h3:after, body #main .content .line-after h2.line-center:after, body #main .content .line-after h2.line-center h1:after, body #main .content .line-after h2.line-center h2:after, body #main .content .line-after h2.line-center h3:after, body #main .content h3.line-after.line-center:after, body #main .content h3.line-after.line-center h1:after, body #main .content h3.line-after.line-center h2:after, body #main .content h3.line-after.line-center h3:after, body #main .content .line-after h3.line-center:after, body #main .content .line-after h3.line-center h1:after, body #main .content .line-after h3.line-center h2:after, body #main .content .line-after h3.line-center h3:after {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 65px;
}
body #main .content h1.line-after.line-dark:after, body #main .content h1.line-after.line-dark h2:after, body #main .content .line-after h1.line-dark:after, body #main .content .line-after h1.line-dark h2:after, body #main .content h2.line-after.line-dark:after, body #main .content h2.line-after.line-dark h2:after, body #main .content .line-after h2.line-dark:after, body #main .content .line-after h2.line-dark h2:after, body #main .content h3.line-after.line-dark:after, body #main .content h3.line-after.line-dark h2:after, body #main .content .line-after h3.line-dark:after, body #main .content .line-after h3.line-dark h2:after {
  background-color: #00ab57;
}
body #main .content .line-center h2:after, body #main .content .line-center h3:after {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 65px;
}
body #main .content .line-before {
  position: relative;
}
body #main .content .line-before:before {
  content: "";
  display: block;
  background-color: #00ab57;
  width: 80px;
  height: 3px;
  margin-top: 15px;
  opacity: 0.7;
}
body #main .content .line-dark h2:after, body #main .content .line-dark h3:after {
  background-color: #4b3624;
}
body #main .content p, body #main .content li {
  max-width: 760px;
  width: 90%;
}
body #main .content p {
  margin: 15px 0 25px 0 !important;
}
body #main .content .set-center, body #main .content .set_center {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
body #main .content .set-center p, body #main .content .set-center h2, body #main .content .set_center p, body #main .content .set_center h2 {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 750px;
}
body #main .content .set-center .rte h2, body #main .content .set_center .rte h2,
body #main .content .set-center li, body #main .content .set_center li,
body #main .content .set-center .content-text h2, body #main .content .set_center .content-text h2 {
  max-width: 100% !important;
  text-align: center;
  margin: 0 auto;
}
body #main .content p.quelle, body #main .content .quelle p {
  font-size: 1rem;
  color: #4b3624;
  max-width: 760px;
}
body #main .content p i {
  width: 25px;
}
body #main .content ul, body #main .content ol {
  margin-left: 1.2rem;
  margin-bottom: 2.5rem;
}
body #main .content ul ul, body #main .content ul ol, body #main .content ol ul, body #main .content ol ol {
  margin-top: 0.5rem;
  margin-bottom: 1.3rem;
  list-style: circle;
}
body #main .content ul ul li::marker, body #main .content ul ol li::marker, body #main .content ol ul li::marker, body #main .content ol ol li::marker {
  font-size: 1.25rem;
  line-height: 2.1rem;
}
body #main .content ul.no-margin, body #main .content ol.no-margin {
  margin-left: 0;
}
body #main .content ul li, body #main .content ol li {
  margin-bottom: 4px;
  position: relative;
}
body #main .content ul li::marker, body #main .content ol li::marker {
  color: #007e3f;
  font-weight: 700;
}
body #main .content ul {
  margin-left: 2rem;
  list-style: disc;
}
body #main .content ul li::marker {
  font-size: 1.4rem;
  line-height: 2.3rem;
}
body .highlightet_text {
  color: #00ab57;
}
body #main .content .benefit-list ul {
  margin: 40px auto;
}
body #main .content .benefit-list ul li {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.9rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-left: 50px;
  display: block;
  color: #4b3624;
  max-width: 100% !important;
}
body #main .content .benefit-list ul li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f06c";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 4px;
  font-size: 1.5rem;
  left: 0;
  text-rendering: auto;
  color: #007e3f;
}
body #main .content .mod_eventlist {
  width: 65%;
  margin: 40px auto;
  overflow: visible;
}
body #main .content .mod_eventlist .event.layout_teaser {
  margin-bottom: 40px;
  min-height: 220px;
  padding: 0;
  position: relative;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.25);
  background-image: url("../img/calendar-icon-bg.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) calc(100% - 30px);
  background-size: auto 27%;
  background-clip: content-box;
}
body #main .content .mod_eventlist .event.layout_teaser .row {
  padding: 30px 45px 50px 45px;
}
body #main .content .mod_eventlist .event.layout_teaser:after {
  display: none;
}
body #main .content .mod_eventlist .event.layout_teaser .col_11 {
  padding: 15px 70px 25px 0;
}
body #main .content .mod_eventlist .event.layout_teaser .col_11, body #main .content .mod_eventlist .event.layout_teaser .col_1, body #main .content .mod_eventlist .event.layout_teaser .row {
  min-height: 100%;
}
body #main .content .mod_eventlist .event.layout_teaser .button-more a {
  line-height: 15px;
  font-size: 17px;
  padding: 13px 29px;
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  background: #4b3624;
  color: #ffffff;
  margin-top: 10px;
}
body #main .content .mod_eventlist .event.layout_teaser .button-more a:hover {
  background: #007e3f;
}
body #main .content .mod_eventlist .event.layout_teaser h2 {
  font-family: "PT Serif", serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #007e3f;
  margin-bottom: 15px;
  margin-top: 25px;
}
body #main .content .mod_eventlist .event.layout_teaser h2 a {
  color: #007e3f;
}
body #main .content .mod_eventlist .event.layout_teaser h2 a:hover {
  color: #4b3624;
}
body #main .content .mod_eventlist .event.layout_teaser p {
  max-width: 100%;
  width: 100%;
  margin: 0 0 25px 0 !important;
}
body #main .content .mod_eventlist .event.layout_teaser p.time {
  color: #4b3624;
  font-style: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 13px 0 !important;
  padding: 3px 0;
  font-size: 17px;
  font-weight: 700;
}
body #main .content .mod_eventlist .event.layout_teaser p.time:before {
  display: none;
}
body #main .content .mod_eventlist .event.layout_teaser p.event-location {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  display: block;
  font-size: 18px;
  margin: 0 0 15px 0 !important;
}
body #main .content .mod_eventlist .event.layout_teaser p.event-location i {
  width: 20px;
}
body #main .content .mod_eventlist .event.layout_teaser p:not(.event-location):not(.time) {
  max-width: 85%;
  font-size: 17px;
  margin-top: 5px;
}
body #main .content .mod_eventreader .layout_full.event {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
body #main .content .mod_eventreader .layout_full.event h1 {
  margin-top: 0;
}
body #main .content .mod_eventreader .layout_full.event .info {
  color: #4b3624;
  letter-spacing: 0.08rem;
  font-style: normal;
  margin: 0 0 13px 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px 0;
  font-size: 17px;
  font-weight: 600;
}
body #main .content .mod_eventreader .layout_full.event .info .ort, body #main .content .mod_eventreader .layout_full.event .info .location {
  text-transform: none;
  font-size: 18px;
  letter-spacing: 0.05rem;
  border: 0 none;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
body #main .content .mod_eventreader .layout_full.event .info .ort i, body #main .content .mod_eventreader .layout_full.event .info .location i {
  width: 15px;
}
body #main .content .mod_eventreader .layout_full.event .info p.time {
  color: #4b3624;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px !important;
}
body #main .content .mod_eventreader .layout_full.event .content-text.media {
  margin-bottom: 3em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
body #main .content .mod_eventreader .layout_full.event .content-text.media .rte {
  flex: 0 0 58.333%;
  max-width: 58.333%;
}
body #main .content .mod_eventreader .layout_full.event .content-text.media .rte p, body #main .content .mod_eventreader .layout_full.event .content-text.media .rte h2, body #main .content .mod_eventreader .layout_full.event .content-text.media .rte h3, body #main .content .mod_eventreader .layout_full.event .content-text.media .rte h4, body #main .content .mod_eventreader .layout_full.event .content-text.media .rte ul {
  max-width: 90%;
}
body #main .content .mod_eventreader .layout_full.event .content-text.media figure {
  flex: 0 0 41.666%;
  max-width: 41.666%;
  display: flex;
  padding-top: 22px;
}
body #main .content .mod_eventreader .layout_full.event .content-text.media figure img {
  height: auto;
  max-width: 100%;
}
body #main .content .mod_eventreader .layout_full.event ul.enclosure {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 0 !important;
  margin-bottom: 4em;
  padding-top: 0.6em;
}
body #main .content .mod_eventreader .layout_full.event ul.enclosure:before {
  content: "Weitere Informationen:";
  font-family: "PT Serif", serif;
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: 600;
  color: #281e12;
  margin-bottom: 26px;
  margin-top: 11px;
  display: block;
}
body #main .content-text.card {
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.25);
  height: 580px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  background: #FFFFFF;
}
body #main .content-text.card h2, body #main .content-text.card h3, body #main .content-text.card h4 {
  display: none;
}
body #main .content-text.card figure {
  width: 100%;
  margin-bottom: 0;
  display: block;
  position: relative;
}
body #main .content-text.card figure img {
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 240px;
}
body #main .content-text.card .rte {
  padding: 15px 30px 50px 30px;
}
body #main .content-text.card .rte h2, body #main .content-text.card .rte h3, body #main .content-text.card .rte h4 {
  width: 100%;
  max-width: 100%;
  display: block;
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 700;
  color: #00ab57;
  margin-bottom: 0;
  font-family: "PT Serif", serif;
  margin-top: 0;
}
body #main .content-text.card .rte p {
  margin: 0 !important;
  width: 100%;
  font-size: 1rem;
  max-width: 100%;
  display: block;
}
body #main .content-text.card .rte p strong {
  margin-bottom: 15px !important;
  display: block;
  font-size: 1.15rem;
  line-height: 1.8rem;
  font-weight: 400 !important;
}
body #main .content-text.card.photo_card {
  height: 280px;
  transition: all 0.4s;
}
body #main .content-text.card.photo_card figure {
  border: 16px solid #fff;
  border-radius: 10px;
}
body #main .content-text.card.photo_card figure img {
  border-radius: 10px;
  height: 248px;
}
body #main .content-text.card.photo_card .rte {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 0;
  width: 100%;
  font-size: 14px;
  margin: 0;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  transition: padding 0.4s;
}
body #main .content-text.card.photo_card .rte h3 a, body #main .content-text.card.photo_card .rte h2 a, body #main .content-text.card.photo_card .rte h4 a {
  padding: 9px 5px 45px 5px;
  line-height: 24px;
  display: block;
  font-weight: 700;
}
body #main .content-text.card.photo_card .rte * {
  color: #181615 !important;
  font-size: 25px;
}
body #main .content-text.card.photo_card.detail-album .rte h3 {
  font-size: 19px;
  font-weight: 400;
  padding-left: 25px;
  padding-right: 25px;
}
body #main .content-text.card.photo_card.detail-album .rte h3 a {
  font-size: 19px;
  display: block;
  height: 81px;
}
body #main .content-text.card.photo_card:hover .rte a {
  padding: 15px 5px 50px 5px;
}
body #main .content-text.card.photo_card.detail-album:hover .rte h3 a {
  height: 110px;
}
body .media + .media {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
body #main .content .content-download:not(#spendenantrag) a,
body #main .content .content-downloads a {
  max-width: 760px;
  font-size: 1.1rem;
  font-weight: 700;
  position: relative;
  display: block;
  padding-left: 25px;
}
body #main .content .content-download:not(#spendenantrag) a:before,
body #main .content .content-downloads a:before {
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 22px;
}
body #main .content .content-downloads ul {
  margin-left: 0;
}
body #main .content .content-downloads ul li {
  display: block;
  margin-bottom: 20px;
}
body #main .content .content-downloads ul li:before {
  display: none;
}
body #main .content .download-description {
  margin-bottom: 40px !important;
}
body #main .content .download-description p {
  font-size: 0.9rem;
  padding-left: 25px;
  margin-top: 10px !important;
  margin-bottom: 15px !important;
  max-width: 50%;
}
body #main .content .download-description:after {
  content: "";
  display: block;
  background-color: #00ab57;
  width: 80px;
  height: 2px;
  margin-top: 0;
  opacity: 0.7;
  margin-left: 25px;
}
body #main .content .ce_accordion {
  display: block;
  width: 100%;
  max-width: 960px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.25);
}
body #main .content .ce_accordion .toggler {
  width: 100%;
  font-size: 18px;
  white-space: nowrap;
  height: 50px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  padding: 13px 25px;
  border-radius: 5px;
  border: 0 none;
  transition: all 0.4s;
  letter-spacing: 0.05rem;
  background: #00ab57;
  color: #ffffff;
}
body #main .content .ce_accordion .toggler:hover, body #main .content .ce_accordion .toggler.ui-state-active {
  background: #006834;
  color: #ffffff;
  border: 0 none;
}
body #main .content .ce_accordion .ui-accordion-header .ui-accordion-header-icon {
  transition: all 0.4s;
  transform: rotate(90deg);
}
body #main .content .ce_accordion .ui-accordion-header .ui-accordion-header-icon:before {
  content: "\f077" !important;
}
body #main .content .ce_accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
  transform: rotate(180deg);
}
body #main .content .ce_accordion .accordion {
  background-color: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #181615;
  padding-bottom: 15px;
}
body #main .content .ce_accordion .accordion p {
  margin-top: 0 !important;
  max-width: 90%;
}
body #main .content .ce_accordion .accordion ul {
  margin-left: 2.6rem;
  margin-top: 0 !important;
  margin-bottom: 2rem;
  max-width: 90%;
}
body #main .content .ce_accordion .accordion ul li {
  max-width: 90%;
}
body .swiper-pagination {
  position: absolute;
  text-align: center;
  z-index: 10;
  height: 14px;
  bottom: 30px;
  width: 100%;
}
body .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 0.6;
  margin: 0 8px;
}
body .swiper-pagination .swiper-pagination-bullet:hover, body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
body #main .content .news-list {
  margin: 36px 120px 0 120px;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}
body #main .content .news-list .layout_latest {
  position: relative;
  height: 600px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.25);
}
body #main .content .news-list .layout_latest .inside {
  position: relative;
}
body #main .content .news-list .layout_latest .inside:hover .text {
  color: #181615 !important;
}
body #main .content .news-list .layout_latest .inside:hover a {
  color: #00ab57;
}
body #main .content .news-list .layout_latest .inside:after {
  display: none;
}
body #main .content .news-list .layout_latest .inside figure {
  height: 290px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center;
}
body #main .content .news-list .layout_latest .inside figure a {
  width: 100%;
  height: 100%;
  display: block;
}
body #main .content .news-list .layout_latest .inside figure a img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
body #main .content .news-list .layout_latest .inside .text {
  position: relative;
  padding: 10px 25px;
  height: 100%;
  pointer-events: auto;
  background: #ffffff;
  min-height: 310px !important;
}
body #main .content .news-list .layout_latest .inside .text .date {
  color: #181615;
  margin-bottom: 12px;
  margin-top: 3px;
  display: block;
  font-weight: 700;
}
body #main .content .news-list .layout_latest .inside .text h2 {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
  line-height: 1.95rem;
  margin-top: 15px;
}
body #main .content .news-list .layout_latest .inside .text h2 a:hover {
  color: #4b3624;
}
body #main .content .news-list .layout_latest .inside .text p {
  font-size: 15px;
  max-width: 100%;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}
body #main .content .news-list .layout_latest .inside .text ul li {
  font-size: 15px;
  max-width: 100%;
}
body #main .content .news-list .layout_latest .inside .text .ce_text {
  margin: 0;
}
body #main .content .news-list .layout_latest .inside .text .button-more a {
  line-height: 15px;
  font-size: 17px;
  padding: 13px 29px;
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  background: #4b3624;
  color: #f5f5f7;
  position: absolute;
  bottom: 45px;
  left: 25px;
}
body #main .content .news-list .layout_latest .inside .text .button-more a:hover {
  background: #007e3f;
}
body #main .content .news-list .layout_latest:hover {
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.45);
}
body #main .content .news-list {
  margin: 36px 0 0;
}
body #main .content .news-list .swiper-slide,
body #main .content .news-list .layout_latest {
  margin: 15px;
  width: calc(50% - 30px);
  height: 600px;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
}
body #main .mod_newsreader {
  width: 100%;
}
body #main .mod_newsreader .layout_full {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
body #main .mod_newsreader .layout_full h1, body #main .mod_newsreader .layout_full h2, body #main .mod_newsreader .layout_full h3, body #main .mod_newsreader .layout_full h4, body #main .mod_newsreader .layout_full h5, body #main .mod_newsreader .layout_full h6, body #main .mod_newsreader .layout_full .rte {
  flex: 0 0 100%;
  max-width: 100%;
}
body #main .mod_newsreader .layout_full p.info {
  color: #4b3624;
  letter-spacing: 0.08rem;
  font-style: normal;
  margin: 0 0 40px 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px 0;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  max-width: 100%;
}
body #main .mod_newsreader .layout_full .teaser p {
  font-weight: 700;
}
body #main .mod_newsreader .layout_full h1 {
  max-width: 1024px;
}
body #main .mod_newsreader .layout_full .content-text {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
body #main .mod_newsreader .layout_full .content-text.media, body #main .mod_newsreader .layout_full .content-text.media.media--left, body #main .mod_newsreader .layout_full .content-text.media.media--right, body #main .mod_newsreader .layout_full .content-text.media.media--below {
  flex-direction: row-reverse;
  width: 100%;
}
body #main .mod_newsreader .layout_full .content-text.media h2, body #main .mod_newsreader .layout_full .content-text.media h3, body #main .mod_newsreader .layout_full .content-text.media h4, body #main .mod_newsreader .layout_full .content-text.media.media--left h2, body #main .mod_newsreader .layout_full .content-text.media.media--left h3, body #main .mod_newsreader .layout_full .content-text.media.media--left h4, body #main .mod_newsreader .layout_full .content-text.media.media--right h2, body #main .mod_newsreader .layout_full .content-text.media.media--right h3, body #main .mod_newsreader .layout_full .content-text.media.media--right h4, body #main .mod_newsreader .layout_full .content-text.media.media--below h2, body #main .mod_newsreader .layout_full .content-text.media.media--below h3, body #main .mod_newsreader .layout_full .content-text.media.media--below h4 {
  flex: 0 0 100%;
  max-width: 100%;
}
body #main .mod_newsreader .layout_full .content-text.media .rte, body #main .mod_newsreader .layout_full .content-text.media.media--left .rte, body #main .mod_newsreader .layout_full .content-text.media.media--right .rte, body #main .mod_newsreader .layout_full .content-text.media.media--below .rte {
  flex: 0 0 58.333%;
  max-width: 58.333%;
}
body #main .mod_newsreader .layout_full .content-text.media .rte p, body #main .mod_newsreader .layout_full .content-text.media .rte h2, body #main .mod_newsreader .layout_full .content-text.media .rte h3, body #main .mod_newsreader .layout_full .content-text.media .rte h4, body #main .mod_newsreader .layout_full .content-text.media .rte ul, body #main .mod_newsreader .layout_full .content-text.media.media--left .rte p, body #main .mod_newsreader .layout_full .content-text.media.media--left .rte h2, body #main .mod_newsreader .layout_full .content-text.media.media--left .rte h3, body #main .mod_newsreader .layout_full .content-text.media.media--left .rte h4, body #main .mod_newsreader .layout_full .content-text.media.media--left .rte ul, body #main .mod_newsreader .layout_full .content-text.media.media--right .rte p, body #main .mod_newsreader .layout_full .content-text.media.media--right .rte h2, body #main .mod_newsreader .layout_full .content-text.media.media--right .rte h3, body #main .mod_newsreader .layout_full .content-text.media.media--right .rte h4, body #main .mod_newsreader .layout_full .content-text.media.media--right .rte ul, body #main .mod_newsreader .layout_full .content-text.media.media--below .rte p, body #main .mod_newsreader .layout_full .content-text.media.media--below .rte h2, body #main .mod_newsreader .layout_full .content-text.media.media--below .rte h3, body #main .mod_newsreader .layout_full .content-text.media.media--below .rte h4, body #main .mod_newsreader .layout_full .content-text.media.media--below .rte ul {
  max-width: 90%;
}
body #main .mod_newsreader .layout_full .content-text.media figure, body #main .mod_newsreader .layout_full .content-text.media.media--left figure, body #main .mod_newsreader .layout_full .content-text.media.media--right figure, body #main .mod_newsreader .layout_full .content-text.media.media--below figure {
  padding-right: 0;
  flex: 0 0 41.666%;
  max-width: 41.666%;
  padding-top: 22px;
  margin: 0 0 50px 0;
}
body #main .mod_newsreader .layout_full .content-text.media figure a.cboxElement, body #main .mod_newsreader .layout_full .content-text.media.media--left figure a.cboxElement, body #main .mod_newsreader .layout_full .content-text.media.media--right figure a.cboxElement, body #main .mod_newsreader .layout_full .content-text.media.media--below figure a.cboxElement {
  margin-top: 0;
}
body #main .mod_newsreader .layout_full .content-text.media figure figcaption, body #main .mod_newsreader .layout_full .content-text.media.media--left figure figcaption, body #main .mod_newsreader .layout_full .content-text.media.media--right figure figcaption, body #main .mod_newsreader .layout_full .content-text.media.media--below figure figcaption {
  padding-top: 10px;
  flex: 0 0 100%;
  max-width: 100%;
}
body #main .mod_newsreader .layout_full .content-text.media figure a, body #main .mod_newsreader .layout_full .content-text.media.media--left figure a, body #main .mod_newsreader .layout_full .content-text.media.media--right figure a, body #main .mod_newsreader .layout_full .content-text.media.media--below figure a {
  flex: 0 0 100%;
  max-width: 100%;
}
body #main .mod_newsreader .layout_full .content-text.media figure a.cboxElement, body #main .mod_newsreader .layout_full .content-text.media.media--left figure a.cboxElement, body #main .mod_newsreader .layout_full .content-text.media.media--right figure a.cboxElement, body #main .mod_newsreader .layout_full .content-text.media.media--below figure a.cboxElement {
  box-shadow: none;
  border-radius: 0;
  opacity: 1;
  border: 0;
}
body #main .mod_newsreader .layout_full .content-text.media.media--below {
  flex-direction: row;
}
body #main .mod_newsreader .layout_full .content-image.col_6 {
  width: calc(50% - 30px);
}
body #main .mod_newsreader .layout_full figure {
  padding-right: 15px;
  padding-bottom: 15px;
}
body #main .content .pagination {
  width: 60%;
  margin: 40px auto;
}
body #main .content .pagination * {
  font-size: 1em !important;
}
body #main .content .pagination ul {
  margin-bottom: 0;
}
body #main .content .pagination ul li {
  list-style: none;
  padding-left: 0;
  width: auto;
}
body #main .content .pagination ul li:before {
  display: none;
}
body #main .content .pagination .pagination-previous, body #main .content .pagination .pagination-next, body #main .content .pagination .pagination-link {
  color: #006834;
  min-width: 2.5em;
  border-radius: 3px;
  background-color: #f5f5f7;
  border: 1px solid rgba(10, 10, 10, 0.05);
}
body #main .content .pagination .pagination-previous:hover, body #main .content .pagination .pagination-next:hover, body #main .content .pagination .pagination-link:hover {
  background-color: #006834;
  color: #ffffff;
}
body #main .content .pagination .pagination-previous {
  margin-left: 0;
  padding-left: 1.8em;
}
body #main .content .pagination .pagination-previous:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  transform: rotate(-90deg);
  position: absolute;
  left: 6px;
  display: block;
  height: 19px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 28%;
}
body #main .content .pagination .pagination-next {
  margin-right: 0;
  padding-right: 1.8em;
}
body #main .content .pagination .pagination-next:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  transform: rotate(90deg);
  position: absolute;
  right: 6px;
  display: block;
  height: 19px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 28%;
}
body #main .content .pagination .pagination-link.is-current {
  background-color: #00ab57;
  color: #ffffff;
}
body #footer {
  background-color: #ffffff;
}
body #footer h3.content-headline:after, body #footer h3.content-headline .line-after:after {
  content: "";
  display: block;
  background-color: #4b3624;
  width: 60px;
  height: 3px;
  margin-top: 17px;
}
body #footer h3.content-headline.set-center:after {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body #footer a {
  font-weight: 400;
}
body #footer .footer-content {
  border-top: 1px solid rgba(220, 220, 220, 0.8);
  background-image: linear-gradient(to bottom, rgba(220, 220, 220, 0.8) 0%, rgba(245, 245, 245, 0) 30%);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
}
body #footer .footer-content h3.content-headline {
  font-size: 1.7em;
  font-weight: 700;
  margin: 10px 0 20px 0;
  color: #4b3624;
  height: 53px;
}
body #footer .footer-content p, body #footer .footer-content strong, body #footer .footer-content ul, body #footer .footer-content table {
  color: #181615;
  font-size: 1em;
  line-height: 1.65;
}
body #footer .footer-content i:before {
  margin-right: 8px;
}
body #footer .footer-content a, body #footer .footer-content li.active strong {
  color: #00ab57;
}
body #footer .footer-content a:hover, body #footer .footer-content a.active, body #footer .footer-content li.active strong:hover, body #footer .footer-content li.active strong.active {
  text-decoration: none;
  color: #4b3624;
}
body #footer .footer-content ul {
  margin-top: 3px;
}
body #footer .footer-content .col {
  display: flex;
  align-items: flex-start;
}
body #footer .footer-content .col.left .mod_article {
  width: 100%;
}
body #footer .footer-content .col.left .mod_article .mod_customnav {
  width: 100%;
}
body #footer .footer-content .col.left .mod_article .mod_customnav li {
  position: relative;
  display: block;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 12px;
  width: 100%;
  padding-left: 20px;
}
body #footer .footer-content .col.left .mod_article .mod_customnav li:before {
  content: "\f077";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  transform: rotate(90deg);
  height: 21px;
  width: 21px;
  position: absolute;
  top: 5px;
  left: -5px;
}
body #footer .footer-content .col.left .mod_article .mod_customnav a, body #footer .footer-content .col.left .mod_article .mod_customnav strong.active {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
}
body #footer .footer-content .col.middle .rte p {
  margin-top: 6px;
}
body #footer .footer-content .col.right {
  align-items: center;
}
body #footer .footer-content .col.right .container.content {
  padding: 0;
}
body #footer .footer-content .col.right #emblem, body #footer .footer-content .col.right figure {
  text-align: right;
  width: 100%;
}
body #footer .footer-copyright {
  background-color: #3c2b1d;
  padding: 20px 0;
  /* To-Top-Link */
}
body #footer .footer-copyright *, body #footer .footer-copyright a {
  color: #98896e;
  font-weight: 400;
}
body #footer .footer-copyright a:hover {
  color: #ffffff !important;
  text-decoration: none;
}
body #footer .footer-copyright p {
  font-size: 0.9rem !important;
}
body #footer .footer-copyright strong {
  color: #ffffff !important;
  letter-spacing: 0.05rem;
  font-weight: 700 !important;
  font-size: 1rem !important;
}
body #footer .footer-copyright .content-toplink a {
  right: 30px;
  background: #4b3624;
  width: 50px;
  height: 50px;
  opacity: 0.8;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: linear;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
body #footer .footer-copyright .content-toplink a:hover {
  opacity: 1;
}
body #footer .footer-copyright .content-toplink a:after {
  font-size: 1.3rem;
  color: #f5f5f7;
}
body input, body .input, body input.captcha, body .textarea, body .select select, body .file-cta, body .file-name {
  border-radius: 3px;
  height: auto;
  line-height: 17px;
  font-size: 17px;
  vertical-align: center;
  padding: 0.8rem 1rem;
  border: 2px solid #d1d1d3;
  transition: all 0.25s ease;
}
body input:focus, body .input:focus, body input.captcha:focus, body .textarea:focus, body .select select:focus, body .file-cta:focus, body .file-name:focus {
  border: 2px solid #646464;
  outline: none;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
body .control.has-icons-left .icon, body .control.has-icons-right .icon {
  height: 100%;
}
body .contao-cookiebar .cc-inner {
  font-size: 17px;
  line-height: 1.7;
}
body .contao-cookiebar .cc-inner .cc-btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
body .contao-cookiebar .cc-inner .cc-btn.save {
  margin-top: 15px;
}
body .contao-cookiebar .cc-inner h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  color: #00ab57;
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  margin-top: 0;
}
body .contao-cookiebar .cc-inner p {
  color: #181615;
  margin-bottom: 1.5rem;
}
body .contao-cookiebar .cc-footer, body .contao-cookiebar .cc-info {
  text-align: left;
}
body .contao-cookiebar .cc-group {
  border: 1px solid #dedede;
  border-radius: 2px;
  padding: 15px;
}

/* Animationen */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0.95;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 0.95;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}

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