@charset "UTF-8";
/*!
 * Schrebergarten 06 Styles
 * Copyright 2025 Violution GbR, Dortmund
 * Autor: Skye Schollas & Daniela Brigula
 */
/* Font-Weights */
/* Binding */
body {
  /* Buttons */
  /* Thumbnails und Vorschaubilder */
  /* Daten-Tabelle */
  /* Links */
  /* Header (Sticky) */
  /* Artikel */
  /* Karte */
  /* Flexbox elements ---------------------------------------------------------------------------------------------------------*/
  /* Abstands-Optionen für Contao CE-Elemente */
  /*P-Tags nullen */
  /* Überschriften */
  /* Highlightbox */
  /* Suche Overlayer */
  /* Suchergebnisse */
  /* Inhaltsverzeichnisse */
  /* Events */
  /* Allgemeine Trenninie */
  /* Event-Details */
  /* Standard-Karten */
  /* Personen-Karten */
  /* Akkordions & Tipps des Monats */
  /* Slider / Swiper */
  /* Standard-Pagina */
  /* Footer */
  /* Login für Mitglieder */
  /* Formulare */
  /* Cookie Consent */
}
body p, body ul, body table, body p big {
  color: #281e12;
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.6;
}
body p strong, body ul strong {
  font-weight: 700 !important;
}
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: 17px;
  font-weight: 400 !important;
  padding: 15px 32px;
  background-position: 0 0;
  border: 1px solid #009514;
  background-color: #009514;
  color: #f8f7f6;
  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: #003f09;
  border: 1px solid #003f09;
  color: #f8f7f6 !important;
}
body a.readmore {
  padding: 8px 25px;
}
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 .back a {
  padding: 12px 25px 12px 45px;
}
body .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: 28%;
}
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 a.button-disabled,
body .ce_hyperlink.button-disabled a,
body .button-disabled a {
  color: #d0d0d0;
  font-weight: 400;
  background: #f8f7f6;
  cursor: default;
  border: 2px dotted #d0d0d0;
}
body a.button-disabled:hover,
body .ce_hyperlink.button-disabled a:hover,
body .button-disabled a:hover {
  color: #d0d0d0;
  background: #f8f7f6;
  box-shadow: none;
}
body a.button-outline,
body .ce_hyperlink.button-outline a,
body .button-outline a {
  margin-top: 15px;
  border: 3px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: none;
}
body a.button-outline:hover,
body .ce_hyperlink.button-outline a:hover,
body .button-outline a:hover {
  border: 3px solid #FFD93B;
  background-color: transparent;
  color: #FFD93B !important;
  box-shadow: none;
}
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 .thumb-420 figure {
  height: 420px;
  max-width: 500px;
  position: relative;
}
body .thumb-360 figure {
  height: 360px;
  max-width: 420px;
  position: relative;
}
body .thumb-280 figure {
  height: 280px;
  max-width: 360px;
  position: relative;
}
body .thumb-200 figure {
  height: 200px;
  max-width: 300px;
  position: relative;
}
body .thumb-145 figure {
  height: 145px;
  max-width: 220px;
  position: relative;
}
body .thumb-square-150 figure {
  height: 150px;
  width: 150px;
  position: relative;
}
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;
  opacity: 0.65;
  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 a.cboxElement:hover {
  opacity: 1;
}
body .content figure figcaption {
  font-size: 0.9rem;
  color: #44392b;
  opacity: 0.6;
  font-style: normal;
}
body #colorbox, body #cboxOverlay, body #cboxWrapper {
  z-index: 999900;
}
body .content-table td:first-child {
  font-weight: 600;
}
body .content table td, body .content table th {
  border-bottom: 2px solid #009514;
  padding: 0.8em 0.9em;
}
body #down-arrow-wrapper {
  position: absolute;
  bottom: 60px;
}
body #down-arrow-wrapper a.down-arrow {
  display: block;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  width: 200px;
  margin: 0 auto 0 auto;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  transition: none;
}
body #down-arrow-wrapper a.down-arrow:after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  text-indent: 0;
  color: white;
  left: 0;
  bottom: -30px;
  font-size: 2rem;
  position: absolute;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  transition: none;
}
body #down-arrow-wrapper a.down-arrow:hover {
  color: #FFD93B;
}
body #down-arrow-wrapper a.down-arrow:hover:after {
  animation: bounce 1.3s infinite;
  color: #FFD93B;
}
body a {
  color: #009514;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
body a:hover {
  color: #44392b;
}
body #header {
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  z-index: 100000;
}
body #header #vio_shortcuts {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  margin-right: 40px;
}
body #header #vio_shortcuts .col {
  height: 100%;
  position: relative;
  text-align: right;
}
body #header #vio_shortcuts .item {
  height: 1.2em;
  width: 1.2em;
  margin-left: 30px;
}
body #header #vio_shortcuts .item span {
  display: none;
}
body #header #vio_shortcuts .item:before {
  font-size: 1.2em;
  font-weight: 900;
  color: #009514;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
}
body #header #vio_shortcuts .item:hover:before {
  color: #003f09;
}
body #header #top-bar {
  background-color: #f8f7f6;
  position: relative;
  height: 40px;
  text-align: right;
  display: block;
  width: 100vw;
  border-bottom: 1px solid #e8e8e8;
}
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: #003f09;
  font-size: 14px;
  padding-left: 30px;
}
body #header #top-bar .inside ul li a {
  font-weight: 400;
  color: #003f09;
  margin-left: 5px;
}
body #header #top-bar .inside ul li a:hover {
  color: #009514;
}
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 {
  display: none;
}
body #header .mod_navigation.navbar {
  position: relative;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(20px);
  /* Logo */
}
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: #009514;
}
body #header .mod_navigation.navbar .navbar-link {
  padding: 0;
  margin-left: 2.5rem;
  border-bottom: none !important;
  color: #44392b;
}
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;
  /* Level 2 */
}
body #header .mod_navigation.navbar .navbar-start > .navbar-item {
  position: relative;
  height: 80px;
}
body #header .mod_navigation.navbar .navbar-start > .navbar-item:last-child .navbar-dropdown.level_2 {
  left: -118px !important;
}
body #header .mod_navigation.navbar .navbar-start > .navbar-item:last-child .navbar-dropdown.level_2:before {
  left: auto;
  right: 20px;
}
body #header .mod_navigation.navbar .navbar-start > .navbar-item > a, body #header .mod_navigation.navbar .navbar-start a {
  font-size: 1.05rem;
  font-weight: 600;
}
body #header .mod_navigation.navbar .navbar-start > .navbar-item > a:hover, body #header .mod_navigation.navbar .navbar-start a:hover {
  text-decoration: none;
  color: #009514;
}
body #header .mod_navigation.navbar .navbar-start .navbar-dropdown.level_2 {
  opacity: 0.9;
  background: #44392b;
  min-width: 280px;
  border-radius: 3px;
  top: 80px;
  left: 2.5rem !important;
  /* Level 3 */
}
body #header .mod_navigation.navbar .navbar-start .navbar-dropdown.level_2:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #44392b;
}
body #header .mod_navigation.navbar .navbar-start .navbar-dropdown.level_2 a {
  padding-right: 1rem !important;
  font-size: 0.9rem;
  font-weight: 400;
  color: #ffffff;
}
body #header .mod_navigation.navbar .navbar-start .navbar-dropdown.level_2 a span {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 11px;
}
body #header .mod_navigation.navbar .navbar-start .navbar-dropdown.level_2 a:hover {
  color: #00b61a;
}
body #header .mod_navigation.navbar .navbar-start .navbar-dropdown.level_2 a:last-child span {
  border-bottom: 0;
  padding-bottom: 0;
}
body #header .mod_navigation.navbar .navbar-start .navbar-dropdown.level_2 a.active span {
  color: #00b61a;
}
body #header .mod_navigation.navbar .navbar-start .navbar-dropdown.level_2 .navbar-dropdown.level_3 {
  display: none !important;
}
body #header .mod_navigation.navbar #navbar-brand {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 100001;
  top: -30px;
  left: 40px;
  transition: transform 0.3s ease;
}
body #header .mod_navigation.navbar #navbar-brand img {
  width: 300px;
  height: auto;
}
body #header .mod_navigation.navbar #navbar-brand .block {
  overflow: visible;
}
body #header.sticky {
  height: 65px;
  position: fixed;
  left: 0;
  top: 0;
  /* 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 .mod_navigation.navbar #navbar-brand {
  transform: scale(0.59);
  top: -19px;
  left: -27px;
}
body:not(.home) #header .inside {
  padding-top: 0 !important;
}
body:not(.has-hero) #header .mod_navigation.navbar {
  background: rgb(255, 255, 255) !important;
  backdrop-filter: blur(0);
}
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: 60px 0;
}
body #main .mod_article:not(.article-full-width) .container {
  padding: 0 0;
}
body:not(.has-hero) #main .mod_article:first-child {
  padding-top: 240px;
}
body #main .mod_article {
  overflow: visible;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  position: relative;
  /* Galerie */
  /* Zweispalter mit einem Seitenbild */
}
body #main .mod_article.article_bg_green {
  background-color: #f7fbf8;
}
body #main .mod_article.article_bg_green > h1, body #main .mod_article.article_bg_green h2, body #main .mod_article.article_bg_green h3 {
  color: #006c0f;
}
body #main .mod_article.article_bg_green > h1.line-after.line-dark:after, body #main .mod_article.article_bg_green h2.line-after.line-dark:after, body #main .mod_article.article_bg_green h3.line-after.line-dark:after {
  background-color: #006c0f;
}
body #main .mod_article.article_bg_grey {
  background-color: #f8f7f6;
}
body #main .mod_article.article_cta {
  background-color: #662819;
  padding: 55px 0 60px 0;
}
body #main .mod_article.article_cta .align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
body #main .mod_article.article_cta .align-center h3, body #main .mod_article.article_cta .align-center h2 {
  font-size: 2.2rem;
  font-family: "Roboto Slab", sans-serif;
  line-height: 3rem;
  font-weight: 600;
  margin-top: 16px;
}
body #main .mod_article.article_cta .align-center h2, body #main .mod_article.article_cta .align-center h3, body #main .mod_article.article_cta .align-center p, body #main .mod_article.article_cta .align-center ul, body #main .mod_article.article_cta .align-center a, body #main .mod_article.article_cta .align-center 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 .align-center strong {
  font-weight: 600;
  letter-spacing: 0.06rem;
}
body #main .mod_article.article_cta .align-center .rte {
  text-align: center;
}
body #main .mod_article.article_cta .align-center p {
  font-size: 1.4rem;
  max-width: 960px;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
body #main .mod_article.article_cta .align-center p:last-child {
  margin-bottom: 0 !important;
}
body #main .mod_article.article_cta .align-center a {
  font-weight: 600;
  letter-spacing: 0.06rem;
  color: #F2D8D3;
}
body #main .mod_article.article_cta .align-center a:hover {
  color: #FFD93B;
}
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_no_padding {
  padding-top: 0;
  padding-bottom: 0;
}
body #main .mod_article:last-child {
  margin-bottom: 100px;
}
body #main .mod_article.hero {
  position: relative;
  width: 100vw;
  min-height: 470px;
  overflow: hidden;
  display: block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}
body #main .mod_article.hero .hero-image {
  position: relative;
  display: block;
  height: 100%;
  min-width: 100%;
}
body #main .mod_article.hero .hero-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  min-width: 100%;
  z-index: 1005;
  background-color: rgba(0, 0, 0, 0.5);
}
body #main .mod_article.hero .hero-image figure {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  min-width: 100%;
}
body #main .mod_article.hero .hero-image figure picture {
  display: block;
  height: 100%;
  min-width: 100%;
  position: relative;
}
body #main .mod_article.hero .hero-image figure picture img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: bottom;
}
body #main .mod_article.hero .hero-image .rte {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  z-index: 1020;
  text-align: center;
}
body #main .mod_article.hero .hero-image .rte p {
  color: #f8f7f6;
  font-size: 1.3rem;
  line-height: 1.8rem;
  max-width: 750px;
  margin: 0 auto !important;
}
body #main .mod_article.hero .hero-image .rte p strong {
  font-size: 1.3rem !important;
  line-height: 1.8rem !important;
}
body #main .mod_article.hero .hero-image .rte h1 {
  width: 100%;
  margin: auto;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  font-size: 3rem;
  line-height: 3.5rem;
  color: #FFD93B;
  margin-bottom: 30px;
}
body #main .mod_article.hero .container {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  min-width: 100%;
  z-index: 1005;
  background-color: rgba(0, 0, 0, 0.25);
}
body #main .mod_article.hero .container .full-width-height-slider .text .inside {
  padding-top: 110px;
  width: 60%;
  height: 100%;
  margin: auto;
  padding-right: 0;
  text-align: center;
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body #main .mod_article.hero .container .full-width-height-slider .text .inside > * {
  width: 100%;
}
body #main .mod_article.hero .full-width-height-slider p {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400;
}
body #main .mod_article.hero .full-width-height-slider p strong {
  font-weight: 700;
}
body #main .mod_article.video-hero {
  height: 100vh;
  min-height: 700px;
}
body #main .mod_article.video-hero .container, body #main .mod_article.video-hero .container .inside, body #main .mod_article.video-hero .video_container, body #main .mod_article.video-hero .full-width-height-slider, body #main .mod_article.video-hero .full-width-height-slider .text {
  min-height: 700px;
}
body #main .mod_article.video-hero .container h1, body #main .mod_article.video-hero .container .inside h1, body #main .mod_article.video-hero .video_container h1, body #main .mod_article.video-hero .full-width-height-slider h1, body #main .mod_article.video-hero .full-width-height-slider .text h1 {
  color: #FFD93B;
}
body #main .mod_article.video-hero .slider-control {
  display: none;
}
body #main .mod_article .content_bg_green, body #main .mod_article .content_bg_fullwhite {
  background-color: #f7fbf8;
  width: 100%;
  margin: 0;
  height: auto;
  min-height: 550px;
  padding-bottom: 60px;
}
body #main .mod_article .content_bg_green > h1, body #main .mod_article .content_bg_green h2, body #main .mod_article .content_bg_green h3, body #main .mod_article .content_bg_fullwhite > h1, body #main .mod_article .content_bg_fullwhite h2, body #main .mod_article .content_bg_fullwhite h3 {
  color: #006c0f;
}
body #main .mod_article .content_bg_green > h1.line-after.line-dark:after, body #main .mod_article .content_bg_green h2.line-after.line-dark:after, body #main .mod_article .content_bg_green h3.line-after.line-dark:after, body #main .mod_article .content_bg_fullwhite > h1.line-after.line-dark:after, body #main .mod_article .content_bg_fullwhite h2.line-after.line-dark:after, body #main .mod_article .content_bg_fullwhite h3.line-after.line-dark:after {
  background-color: #006c0f;
}
body #main .mod_article .content_bg_fullwhite {
  background-color: #ffffff;
}
body #main .mod_article .content_bg_fullwhite > h1, body #main .mod_article .content_bg_fullwhite h2, body #main .mod_article .content_bg_fullwhite h3 {
  color: #662819;
}
body #main .mod_article .content_bg_fullwhite > h1.line-after.line-dark:after, body #main .mod_article .content_bg_fullwhite h2.line-after.line-dark:after, body #main .mod_article .content_bg_fullwhite h3.line-after.line-dark:after {
  background-color: #006c0f;
}
body #main .mod_article .content_bg_grey {
  background-color: #f8f7f6;
}
body #main .mod_article .content-gallery {
  width: 100%;
  margin: 0 auto;
}
body #main .mod_article .content-gallery .galerie-swiper, body #main .mod_article .content-gallery .thumbnails {
  background-color: #232323;
  padding: 20px;
}
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 {
  height: 160px;
  min-height: 160px;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s;
}
body #main .mod_article .content-gallery .swiper.thumbnails .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #main .mod_article .content-gallery .swiper.thumbnails .swiper-slide:hover, body #main .mod_article .content-gallery .swiper.thumbnails .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}
body #main .mod_article.article-full-width.row .container {
  align-items: stretch;
}
body #main .mod_article.article-full-width.row .side-picture figure {
  margin: 0;
  padding: 0;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
body #main .mod_article.article-full-width.row .side-picture figure img {
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body .mod_c4g_maps .c4g-permalink-popup button, body .mod_c4g_maps .ol-control button {
  color: #ffffff;
  background-color: #009514;
  background-image: none;
  border-radius: 3px;
  transition: all 0.4s;
  margin-bottom: 7px;
}
body .mod_c4g_maps .c4g-permalink-popup button:hover, body .mod_c4g_maps .ol-control button:hover {
  background-color: #003f09;
}
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 .row.flex-center, body .row.flex-center .container, body #footer .inside.row.flex-center, body #footer .inside.row.flex-center .container {
  justify-content: center;
}
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 .content-text,
body .content-list,
body .content-table,
body .content-download,
body .content-downloads,
body .content-headline {
  flex: 0 0 100%;
  max-width: 100%;
}
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 [class*=content-]:not(.ui-accordion-content-active) {
  padding-left: 80px;
}
body [class*=col].padding-right-large [class*=content-]:not(.ui-accordion-content-active) {
  padding-right: 80px;
}
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 .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: 95%;
}
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: 95%;
}
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: 95%;
}
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: 2.9rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #009514;
}
body #main .content h2 {
  font-size: 2.2rem;
  line-height: 2.75rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #77573d;
}
body #main .content h2.lookslikeh1 {
  font-size: 2.9rem;
  line-height: 3.3rem;
  font-weight: 700;
  color: #009514;
}
body #main .content .smaller_h2 h2 {
  font-size: 1.9rem;
  line-height: 2.5rem;
  margin-bottom: 20px;
}
body #main .content h3, body #main .content h4 {
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: 600;
  color: #281e12;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
}
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, body #main .content .content-text.line-after {
  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, body #main .content .content-text.line-after:after {
  content: "";
  display: block;
  background-color: #f7fbf8;
  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, body #main .content .content-text.line-after.line-center:after, body #main .content .content-text.line-after.line-center h1:after, body #main .content .content-text.line-after.line-center h2:after, body #main .content .content-text.line-after.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, body #main .content .content-text.line-after.line-dark:after, body #main .content .content-text.line-after.line-dark h2:after {
  background-color: #44392b;
}
body #main .content .content-text.line-after h2:after, body #main .content .content-text.line-after h3:after {
  display: none;
}
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: #f7fbf8;
  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: #44392b;
}
body #main .content p, body #main .content li, body #main .content .rte h2, body #main .content .content-text h2 {
  max-width: 70%;
}
body #main .content p {
  margin: 15px 0 30px 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 p {
  margin: 0 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: 0.9rem;
  color: #44392b;
  opacity: 0.6;
  max-width: 760px;
}
body #main .content p i {
  width: 25px;
}
body #main .content ul {
  list-style: disc outside;
  margin-left: 1rem;
  margin-top: 1em;
}
body #main .content ul.space-between li {
  margin-bottom: 1em;
}
body #main .content ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 8px;
  position: relative;
  padding-left: 22px;
}
body #main .content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  height: 8px;
  width: 8px;
  background-image: url("../img/list_dot.svg");
  background-size: cover;
  background-repeat: no-repeat;
  top: 9px;
  opacity: 0.7;
  border-radius: 2px;
}
body .highlightet_text {
  color: #009514;
}
body .article_bg_green .highlightet_text {
  color: #281e12;
}
body #main .content .highlightbox {
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  border-radius: 5px;
  background: #003f09;
  padding: 30px 25px 35px 25px;
  margin-top: 21px;
  text-align: left;
}
body #main .content .highlightbox.red {
  background: linear-gradient(-180deg, #A13E28, #662819);
}
body #main .content .highlightbox.red a {
  color: #F2D8D3;
}
body #main .content .highlightbox.red a:hover {
  color: #281e12 !important;
}
body #main .content .highlightbox h2, body #main .content .highlightbox h3 {
  font-size: 1.1rem !important;
  letter-spacing: 0.02rem;
  color: #ffffff !important;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
body #main .content .highlightbox strong, body #main .content .highlightbox p, body #main .content .highlightbox ul {
  color: #ffffff;
  max-width: 100% !important;
  margin-bottom: 0 !important;
  font-size: 15px;
  line-height: 22px;
}
body #main .content .highlightbox strong li:before, body #main .content .highlightbox p li:before, body #main .content .highlightbox ul li:before {
  background-image: url("../img/list_dot-white.svg");
}
body #main .content .highlightbox li {
  max-width: 100% !important;
}
body #main .content .highlightbox a {
  color: #ffffff;
}
body #main .content .highlightbox a:hover {
  color: #00b61a !important;
}
body #search-input {
  visibility: hidden;
  opacity: 0;
  display: block;
  z-index: -10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
}
body #search-input .label {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 600;
  font-size: 38px;
  color: #fff;
  margin-bottom: 8px;
}
body #search-input.show-search {
  -webkit-animation: none;
  animation: none;
  visibility: visible;
  opacity: 1;
  z-index: 10000;
}
body #search-input.show-search .close-window i {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 1.5rem;
  right: 2.5rem;
  cursor: pointer;
  color: #fff;
}
body #search-input.show-search .close-window i:before {
  font-size: 50px;
}
body #search-input.show-search .close-window i:hover {
  color: rgba(247, 248, 249, 0.6784313725) !important;
}
body #search-input.show-search:before {
  content: "";
  height: 50%;
  display: block;
  margin-bottom: -120px;
  box-sizing: inherit;
}
body #search-input.show-search h4 {
  font-weight: 500;
  font-size: 38px;
  text-align: center;
  display: block;
  color: #f8f7f6;
  margin-bottom: 25px;
}
body #search-input.show-search form {
  max-width: 650px;
  margin: 0 auto;
  height: 100%;
  text-align: center;
}
body #search-input.show-search form input {
  background: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  padding: 20px 40px;
  color: #281e12;
  border: 0;
  border-radius: 3px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  margin-top: 15px;
  width: 100%;
}
body #search-input.show-search form input:hover, body #search-input.show-search form input:focus {
  border: 0;
  outline: 0;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
}
body #search-input.show-search form button.submit {
  background: transparent;
  color: #f8f7f6;
  border-width: 3px;
  border-style: solid;
  border-color: #f8f7f6;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  border-radius: 3px;
  white-space: nowrap;
  display: inline-block;
  padding: 12px 20px;
  font-weight: 700;
  min-width: 160px;
  text-align: center;
  position: relative;
  -webkit-appearance: none;
  transition: All 0.3s linear;
  -webkit-transition: All 0.3s linear;
}
body #search-input.show-search form button.submit:hover, body #search-input.show-search form button.submit:focus {
  background-color: #f8f7f6;
  border-color: #f8f7f6;
  color: #281e12;
}
body #main .content #search-results p.header {
  max-width: 100%;
  margin-top: 30px !important;
  text-align: center;
}
body #main .content #search-results form {
  width: 460px;
  text-align: center;
  margin: 0 auto;
}
body #main .content #search-results .widget-text {
  float: left;
  margin-right: 10px;
}
body #main .content #search-results .widget-text input {
  width: 300px;
}
body #main .content #search-results .widget-submit {
  margin: 0;
}
body #main .content #search-results .widget-submit button {
  width: 100px;
  margin: 0;
  padding: 17px 32px;
}
body #main .content #search-results .search_default {
  border-bottom: 1px solid #ccc;
  margin: 25px 0;
  padding: 12px 0 8px 0;
}
body #main .content #search-results .search_default .context {
  font-size: 16px !important;
}
body #main .content #search-results .search_default h3 a {
  font-size: 25px !important;
  color: #009514 !important;
  line-height: 25px !important;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}
body #main .content #search-results .search_default a:hover {
  color: #003f09 !important;
}
body #main .content #search-results .search_default mark.highlight {
  background-color: transparent;
  font-weight: 600 !important;
  color: #9b8105;
  font-size: 16px !important;
}
body #main .content .table-of-content.toc-horizontal ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
}
body #main .content .table-of-content.toc-horizontal ul li {
  flex: 0 0 16.666%;
  max-width: 16.666%;
  margin: 6px 12px 6px 0;
}
body #main .content .table-of-content.mod_newsmenu {
  margin-top: 80px;
}
body #main .content .table-of-content ul {
  margin-left: 0;
  margin-bottom: 0;
  max-width: 960px;
}
body #main .content .table-of-content ul li {
  max-width: 90% !important;
  display: block;
  margin-bottom: 13px;
  padding-left: 0 !important;
}
body #main .content .table-of-content ul li:before {
  display: none !important;
}
body #main .content .table-of-content ul li a, body #main .content .table-of-content ul li strong {
  display: block;
  position: relative;
  padding: 8px 15px 8px 30px;
  font-size: 1.1rem !important;
  line-height: 1.4 !important;
  border-radius: 3px;
  margin-bottom: 0 !important;
  background-color: #f8f7f6;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body #main .content .table-of-content ul li a:before, body #main .content .table-of-content ul li strong:before {
  content: "\f077";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  margin-right: 10px;
  transform: rotate(90deg);
  font-size: 1rem;
  left: 6px;
  bottom: 20%;
  position: absolute;
}
body #main .content .table-of-content ul li a:hover, body #main .content .table-of-content ul li strong:hover {
  background: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.7);
}
body #main .article_bg_grey .table-of-content ul li a, body #main .article_bg_green .table-of-content ul li a,
body #main .article_bg_grey .table-of-content ul li strong, body #main .article_bg_green .table-of-content ul li strong {
  background-color: #ffffff;
}
body #main .content .mod_eventlist {
  width: 80%;
  margin: 0 auto;
  overflow: visible;
}
body #main .content .mod_eventlist .event.layout_teaser {
  margin-bottom: 20px;
  min-height: 220px;
  padding: 0;
  position: relative;
  border-radius: 5px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.25);
  /* Archive (Farben)*/
  /* Kurzansicht */
}
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 .archive-color {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  position: relative;
}
body #main .content .mod_eventlist .event.layout_teaser .archive-color .inner {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 50px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
body #main .content .mod_eventlist .event.layout_teaser .archive-color .inner .icon {
  position: relative;
  height: 50px;
  width: 220px;
}
body #main .content .mod_eventlist .event.layout_teaser .archive-color .inner .icon .icon_inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-items: right;
  align-items: center;
  width: 100%;
  position: absolute;
  transform: rotate(-90deg);
  top: 85px;
  left: -84px;
}
body #main .content .mod_eventlist .event.layout_teaser .archive-color .inner .icon .icon_inner:before {
  content: "\f4d8";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: block;
  color: #ffffff;
  font-size: 28px;
  flex: 0 0 55px;
  max-width: 55px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
  transform: rotate(90deg);
}
body #main .content .mod_eventlist .event.layout_teaser .archive-color .inner .icon .icon_inner:after {
  content: "Allgemeines";
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  font-size: 15px;
  white-space: nowrap;
  flex: 0 0 calc(100% - 55px);
  max-width: calc(100% - 55px);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: right;
}
body #main .content .mod_eventlist .event.layout_teaser .archive-color.allgemeines .inner {
  background-color: #009514;
}
body #main .content .mod_eventlist .event.layout_teaser .archive-color.allgemeines .inner .icon .icon_inner:before {
  content: "\f4d8";
}
body #main .content .mod_eventlist .event.layout_teaser .archive-color.allgemeines .inner .icon .icon_inner:after {
  content: "Allgemeines";
}
body #main .content .mod_eventlist .event.layout_teaser .archive-color.fachberatungen .inner {
  background-color: #eeca37;
}
body #main .content .mod_eventlist .event.layout_teaser .archive-color.fachberatungen .inner .icon .icon_inner:before {
  content: "\f787";
}
body #main .content .mod_eventlist .event.layout_teaser .archive-color.fachberatungen .inner .icon .icon_inner:after {
  content: "Fachberatung";
}
body #main .content .mod_eventlist .event.layout_teaser .archive-color.gemeinschaftsstunden .inner {
  background-color: #77573d;
}
body #main .content .mod_eventlist .event.layout_teaser .archive-color.gemeinschaftsstunden .inner .icon .icon_inner:before {
  content: "\f85e";
}
body #main .content .mod_eventlist .event.layout_teaser .archive-color.gemeinschaftsstunden .inner .icon .icon_inner:after {
  content: "Gemeinschaftsstunden";
}
body #main .content .mod_eventlist .event.layout_teaser .archive-color.feste .inner {
  background-color: #D94D2A;
}
body #main .content .mod_eventlist .event.layout_teaser .archive-color.feste .inner .icon .icon_inner:before {
  content: "\f6c4";
}
body #main .content .mod_eventlist .event.layout_teaser .archive-color.feste .inner .icon .icon_inner:after {
  content: "Gartenfeier";
}
body #main .content .mod_eventlist .event.layout_teaser .archive-color.vorstandssitzungen .inner {
  background-color: #046b8a;
}
body #main .content .mod_eventlist .event.layout_teaser .archive-color.vorstandssitzungen .inner .icon .icon_inner:before {
  content: "\e533";
  font-size: 27px;
}
body #main .content .mod_eventlist .event.layout_teaser .archive-color.vorstandssitzungen .inner .icon .icon_inner:after {
  content: "Vorstandssitzung";
}
body #main .content .mod_eventlist .event.layout_teaser.gemeinschaftsstunden, body #main .content .mod_eventlist .event.layout_teaser.vorstandssitzungen {
  min-height: 295px;
}
body #main .content .mod_eventlist .event.layout_teaser.gemeinschaftsstunden .archive-color .inner .icon, body #main .content .mod_eventlist .event.layout_teaser.vorstandssitzungen .archive-color .inner .icon {
  width: 295px;
}
body #main .content .mod_eventlist .event.layout_teaser.gemeinschaftsstunden .archive-color .inner .icon .icon_inner, body #main .content .mod_eventlist .event.layout_teaser.vorstandssitzungen .archive-color .inner .icon .icon_inner {
  top: 122px;
  left: -122px;
}
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: #77573d;
  color: #f8f7f6;
  margin-top: 20px;
}
body #main .content .mod_eventlist .event.layout_teaser .button-more a:hover {
  background: #3f3427;
}
body #main .content .mod_eventlist .event.layout_teaser h2 {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: 600;
  color: #281e12;
  margin-bottom: 0;
  margin-top: 0;
}
body #main .content .mod_eventlist .event.layout_teaser h2 a {
  color: #009514;
}
body #main .content .mod_eventlist .event.layout_teaser h2 a:hover {
  color: #003f09;
}
body #main .content .mod_eventlist .event.layout_teaser p {
  max-width: 100%;
}
body #main .content .mod_eventlist .event.layout_teaser p.time {
  color: #44392b;
  font-style: normal;
  margin: 0 0 13px 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08rem;
}
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: 400;
  color: rgba(0, 0, 0, 0.55);
  display: block;
  font-size: 16px;
  margin: 5px 0 10px 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: 70%;
  font-size: 16px;
  margin-top: 5px;
}
body #main .content .mod_eventlist .event.layout_teaser.short_event {
  min-height: 76px;
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
body #main .content .mod_eventlist .event.layout_teaser.short_event h3 {
  font-size: 18px;
  white-space: nowrap;
  font-family: "Roboto Slab", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  color: #281e12;
  margin-bottom: 0;
  margin-top: 0;
}
body #main .content .mod_eventlist .event.layout_teaser.short_event h3 a {
  color: #009514;
}
body #main .content .mod_eventlist .event.layout_teaser.short_event h3 a:hover {
  color: #003f09;
}
body #main .content .mod_eventlist .event.layout_teaser.short_event .archive-color .icon:after {
  display: none;
}
body #main .content .mod_eventlist .event.layout_teaser.short_event .col_11 {
  padding: 9px 30px 0 0;
}
body #main .content .mod_eventlist .event.layout_teaser.short_event p.time.col_3 {
  white-space: nowrap;
  margin: 0 !important;
  border-bottom: none;
  padding: 0;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-weight: 400;
  flex: 0 0 110px;
  max-width: 110px;
}
body #main .content .mod_eventlist .event.layout_teaser.short_event .divider {
  display: block;
  height: 3px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body #main .content .mod_eventlist .event.layout_teaser.short_event .ce_text {
  flex: 0 0 100%;
  max-width: 100%;
}
body #main .content .mod_eventlist .event.layout_teaser.short_event p.event-location {
  font-size: 15px;
  white-space: nowrap;
  margin: 0 !important;
}
body #main .content .mod_eventlist .event.layout_teaser.short_event p.event-location i {
  width: 14px;
}
body #main .content .mod_eventlist .event.layout_teaser.short_event .archive-color .inner {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
body #main .content .mod_eventlist .event.layout_teaser.short_event .archive-color .inner .icon .icon_inner:after {
  display: none;
}
body #main .content .mod_eventlist .event.layout_teaser.short_event .archive-color .inner .icon .icon_inner:before {
  flex: 0 0 35%;
  max-width: 35%;
  font-size: 27px;
  line-height: 52px;
}
body #main .content .mod_eventlist .event.layout_teaser.short_event.gemeinschaftsstunden .archive-color .inner .icon .icon_inner:before, body #main .content .mod_eventlist .event.layout_teaser.short_event.vorstandssitzungen .archive-color .inner .icon .icon_inner:before {
  flex: 0 0 26%;
  max-width: 26%;
}
body #main .content div.divider {
  display: block;
  height: 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
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 .info {
  color: rgba(0, 0, 0, 0.55);
  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 {
  color: rgba(0, 0, 0, 0.55);
  text-transform: none;
  font-size: 17px;
  letter-spacing: 0.05rem;
  border: 0 none;
  margin-left: 25px;
}
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 .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: "Roboto Slab", sans-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: 600;
  color: #009514;
  margin-bottom: 0;
  font-family: "Roboto", sans-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 {
  opacity: 0.8;
  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: 600;
  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: 600;
}
body #main .content-text.card.photo_card .rte * {
  color: #281e12 !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 {
  opacity: 1;
}
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 #main .content-text.person_card {
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  border-radius: 5px;
  background: #ffffff;
  height: 360px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
body #main .content-text.person_card h2, body #main .content-text.person_card h1, body #main .content-text.person_card h3, body #main .content-text.person_card h4 {
  display: none;
}
body #main .content-text.person_card figure {
  width: 100%;
  margin-bottom: 0 !important;
  display: block;
  position: relative;
  height: 100%;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 22px 0 22px 20px;
}
body #main .content-text.person_card figure img {
  border-radius: 5px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0;
}
body #main .content-text.person_card .rte {
  padding: 30px 30px 50px 20px;
  flex: 0 0 60%;
  max-width: 60%;
}
body #main .content-text.person_card .rte h2, body #main .content-text.person_card .rte h3 {
  width: 100%;
  max-width: 100%;
  display: block;
  font-size: 1.45rem;
  line-height: 1.7;
  font-weight: 600;
  color: #009514;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
}
body #main .content-text.person_card .rte p {
  margin: 0 0 1rem 0 !important;
  width: 100%;
  font-size: 16px;
  max-width: 100%;
  display: block;
  line-height: 1.5rem;
}
body #main .content-text.person_card .rte h4 {
  margin-bottom: 10px !important;
  display: block;
  font-size: 1.05rem;
  line-height: 1.35rem;
  font-weight: 600 !important;
}
body #main .content-text.person_card.address-link {
  min-height: 150px;
  height: auto;
  max-width: 960px;
}
body #main .content-text.person_card.address-link figure {
  padding-top: 37px;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
body #main .content-text.person_card.address-link figure img {
  object-fit: contain;
  object-position: top left;
  max-height: 220px;
}
body #main .content-text.person_card.address-link .rte {
  padding: 30px 30px 30px 50px;
  flex: 0 0 66.666%;
  max-width: 66.666%;
}
body #main .content-text.person_card.longtext {
  height: 445px;
}
body #main .content-text.person_card.longtext .rte p {
  font-size: 15px;
  line-height: 1.4rem;
}
body #main .content-text.person_card.longtext figure img {
  max-height: 300px;
}
body #main .content-text.person_card.mini_card {
  height: 270px;
}
body #main .content-text.person_card.mini_card.full-width .rte {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
body #main .content-text.person_card.mini_card .rte h3 {
  margin-bottom: 5px;
}
body #main .content-text.person_card.mini_card .rte h4 {
  margin-bottom: 20px !important;
}
body .media + .media {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
body .mod_c4g_maps {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
body #main .content .content-download {
  max-width: 760px;
}
body #main .content .content-download.bordered {
  margin-bottom: 16px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  font-style: normal;
  border-radius: 3px;
  line-height: 17px;
  font-size: 16px;
  padding: 17px 14px;
  background-position: 0 0;
  color: rgba(0, 0, 0, 0.45);
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  display: block;
}
body #main .content .content-download.bordered: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 #main .content .content-download a {
  font-size: 1.1rem;
  font-weight: 600;
  position: relative;
  display: block;
  padding-left: 25px;
}
body #main .content .content-download a:before {
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 22px;
}
body #main .content .content-download.gastrokarte {
  margin-bottom: 16px;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  font-style: normal;
  border-radius: 3px;
  line-height: 17px;
  font-size: 16px;
  padding: 17px 14px;
  background-position: 0 0;
  color: rgba(0, 0, 0, 0.45);
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  display: block;
  max-width: 400px;
  padding-left: 30px !important;
}
body #main .content .content-download.gastrokarte a {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: block;
  padding-left: 30px;
  color: #281e12;
}
body #main .content .content-download.gastrokarte a:before {
  content: "\f2e7";
  top: 0;
  left: 0px;
  font-size: 21px;
}
body #main .content .content-download.gastrokarte: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 #main .content .content-downloads ul {
  margin-left: 0;
}
body #main .content .content-downloads ul li {
  max-width: 760px;
  display: block;
  margin-bottom: 20px;
}
body #main .content .content-downloads ul li:before {
  display: none;
}
body #main .content .content-downloads ul a {
  font-size: 1.1rem;
  font-weight: 600;
  position: relative;
  display: block;
  padding-left: 25px;
}
body #main .content .content-downloads ul a:before {
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 22px;
}
body #main .content .content-downloads.bordered li {
  margin-bottom: 16px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  font-style: normal;
  border-radius: 3px;
  line-height: 17px;
  font-size: 16px;
  padding: 17px 14px;
  background-position: 0 0;
  color: rgba(0, 0, 0, 0.45);
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  display: block;
}
body #main .content .content-downloads.bordered li: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 #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: #f7fbf8;
  width: 80px;
  height: 2px;
  margin-top: 0;
  opacity: 0.7;
  margin-left: 25px;
}
body .monthImg-wrapper {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  position: relative;
}
body .monthImg-wrapper img {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body #main .content .mod_faqlist.content-faq {
  padding-right: 220px;
}
body #main .content .mod_faqlist.content-faq .ce_accordion {
  background-color: transparent;
  box-shadow: none;
}
body #main .content .mod_faqlist.content-faq .tips-popup-open {
  text-align: left;
  width: 100%;
  font-size: 18px;
  white-space: nowrap;
  height: 58px;
  font-family: "Roboto Slab", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  padding: 14px 25px;
  border-radius: 5px;
  transition: all 0.4s;
  letter-spacing: 0.05rem;
  background: #ffffff;
  color: #77573d;
  cursor: pointer;
  display: block;
  max-width: 960px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body #main .content .mod_faqlist.content-faq .tips-popup-open i {
  margin-right: 15px;
  transform: rotate(-45deg);
  font-size: 24px;
  color: #A13E28;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
body #main .content .mod_faqlist.content-faq .tips-popup-open:hover {
  background: #eeca37;
}
body #tips-popup {
  opacity: 0;
  transition: opacity 0.3s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000050;
  display: none;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
body #tips-popup.active {
  opacity: 1;
}
body #tips-popup .inside {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: center;
}
body #tips-popup .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 45%;
  min-height: 90vh;
  padding: 40px 64px;
  pointer-events: auto;
  background-color: #f8f7f6;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  outline: 0;
}
body #tips-popup .content .headline {
  font-size: 1.65rem;
  line-height: 2.5rem;
  font-weight: 600;
  display: block;
  margin-bottom: 25px;
  color: #009514;
  font-family: "Roboto Slab", sans-serif;
}
body #tips-popup .content .headline:after {
  content: "";
  display: block;
  background-color: #44392b;
  width: 80px;
  height: 3px;
  margin-top: 10px;
  opacity: 0.7;
}
body #tips-popup .close {
  position: absolute;
  top: 0;
  right: 0;
}
body #tips-popup .close i {
  transition: ALL 0.3s;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 1.5rem;
  right: 2.5rem;
  cursor: pointer;
  color: #fff;
}
body #tips-popup .close i:before {
  font-size: 50px;
  color: #ffffff;
}
body #tips-popup .close i:hover:before {
  color: rgba(255, 255, 255, 0.6);
}
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: "Roboto Slab", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 25px;
  border-radius: 5px;
  border: 0 none;
  transition: all 0.4s;
  letter-spacing: 0.05rem;
  background: #009514;
  color: #ffffff;
}
body #main .content .ce_accordion .toggler:hover, body #main .content .ce_accordion .toggler.ui-state-active {
  background: #003f09;
  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: #281e12;
  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 #main .content .no-ul-margin .ce_accordion .accordion ul {
  margin-left: 20px;
}
body #main .article_bg_green .content .toggler {
  background: #77573d;
}
body #main .article_bg_green .content .toggler:hover, body #main .article_bg_green .content .toggler.ui-state-active {
  background: #44392b;
}
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 .topicslider-swiper-navigation {
  width: 100%;
  position: relative;
  height: 10px;
}
body .topicslider-swiper-navigation .topicslider-button-prev, body .topicslider-swiper-navigation .topicslider-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -303px;
  cursor: pointer;
}
body .topicslider-swiper-navigation .topicslider-button-prev:before, body .topicslider-swiper-navigation .topicslider-button-next:before {
  content: "\f077";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  margin-right: 5px;
  transform: rotate(90deg);
  color: #44392b;
  font-size: 45px;
}
body .topicslider-swiper-navigation .topicslider-button-prev:hover:before, body .topicslider-swiper-navigation .topicslider-button-next:hover:before {
  color: #009514;
}
body .topicslider-swiper-navigation .topicslider-button-prev {
  left: 50px;
  right: auto;
  transform: rotate(-180deg);
  top: -285px;
}
body .topicslider-swiper-navigation .topicslider-button-next {
  right: 50px;
  left: auto;
}
body #main .content .topic-slider, body #main .content .news-list {
  margin: 36px 120px 0 120px;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  /* Presse-Slider & Top-Empfehlungen */
}
body #main .content .topic-slider .layout_latest, body #main .content .topic-slider .swiper-slide, body #main .content .news-list .layout_latest, body #main .content .news-list .swiper-slide {
  position: relative;
  height: 550px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.25);
}
body #main .content .topic-slider .layout_latest .inside, body #main .content .topic-slider .swiper-slide .inside, body #main .content .news-list .layout_latest .inside, body #main .content .news-list .swiper-slide .inside {
  position: relative;
}
body #main .content .topic-slider .layout_latest .inside:hover .text, body #main .content .topic-slider .swiper-slide .inside:hover .text, body #main .content .news-list .layout_latest .inside:hover .text, body #main .content .news-list .swiper-slide .inside:hover .text {
  color: #281e12 !important;
}
body #main .content .topic-slider .layout_latest .inside:hover a, body #main .content .topic-slider .swiper-slide .inside:hover a, body #main .content .news-list .layout_latest .inside:hover a, body #main .content .news-list .swiper-slide .inside:hover a {
  color: #009514;
}
body #main .content .topic-slider .layout_latest .inside:after, body #main .content .topic-slider .swiper-slide .inside:after, body #main .content .news-list .layout_latest .inside:after, body #main .content .news-list .swiper-slide .inside:after {
  display: none;
}
body #main .content .topic-slider .layout_latest .inside figure, body #main .content .topic-slider .swiper-slide .inside figure, body #main .content .news-list .layout_latest .inside figure, body #main .content .news-list .swiper-slide .inside figure {
  overflow: visible;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body #main .content .topic-slider .layout_latest .inside img, body #main .content .topic-slider .swiper-slide .inside img, body #main .content .news-list .layout_latest .inside img, body #main .content .news-list .swiper-slide .inside img {
  height: 230px;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  object-position: top;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
body #main .content .topic-slider .layout_latest .inside .text, body #main .content .topic-slider .swiper-slide .inside .text, body #main .content .news-list .layout_latest .inside .text, body #main .content .news-list .swiper-slide .inside .text {
  position: relative;
  padding: 10px 25px;
  height: 100%;
  pointer-events: auto;
  background: #ffffff;
}
body #main .content .topic-slider .layout_latest .inside .text .date, body #main .content .topic-slider .swiper-slide .inside .text .date, body #main .content .news-list .layout_latest .inside .text .date, body #main .content .news-list .swiper-slide .inside .text .date {
  color: #8a8a8a;
  margin-bottom: 12px;
  margin-top: 3px;
  display: block;
}
body #main .content .topic-slider .layout_latest .inside .text h3, body #main .content .topic-slider .swiper-slide .inside .text h3, body #main .content .news-list .layout_latest .inside .text h3, body #main .content .news-list .swiper-slide .inside .text h3 {
  font-size: 1.1rem;
  display: block;
  margin-bottom: 10px;
}
body #main .content .topic-slider .layout_latest .inside .text h3 a:hover, body #main .content .topic-slider .swiper-slide .inside .text h3 a:hover, body #main .content .news-list .layout_latest .inside .text h3 a:hover, body #main .content .news-list .swiper-slide .inside .text h3 a:hover {
  color: #44392b;
}
body #main .content .topic-slider .layout_latest .inside .text p, body #main .content .topic-slider .swiper-slide .inside .text p, body #main .content .news-list .layout_latest .inside .text p, body #main .content .news-list .swiper-slide .inside .text p {
  font-size: 15px;
  max-width: 100%;
  margin-bottom: 10px !important;
}
body #main .content .topic-slider .layout_latest .inside .text ul li, body #main .content .topic-slider .swiper-slide .inside .text ul li, body #main .content .news-list .layout_latest .inside .text ul li, body #main .content .news-list .swiper-slide .inside .text ul li {
  font-size: 15px;
  max-width: 100%;
}
body #main .content .topic-slider .layout_latest .inside .text .ce_text, body #main .content .topic-slider .swiper-slide .inside .text .ce_text, body #main .content .news-list .layout_latest .inside .text .ce_text, body #main .content .news-list .swiper-slide .inside .text .ce_text {
  margin: 0;
}
body #main .content .topic-slider .layout_latest .inside .text .button-more a, body #main .content .topic-slider .swiper-slide .inside .text .button-more a, body #main .content .news-list .layout_latest .inside .text .button-more a, body #main .content .news-list .swiper-slide .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: #77573d;
  color: #f8f7f6;
  position: absolute;
  bottom: 45px;
  left: 25px;
}
body #main .content .topic-slider .layout_latest .inside .text .button-more a:hover, body #main .content .topic-slider .swiper-slide .inside .text .button-more a:hover, body #main .content .news-list .layout_latest .inside .text .button-more a:hover, body #main .content .news-list .swiper-slide .inside .text .button-more a:hover {
  background: #3f3427;
}
body #main .content .topic-slider .layout_latest.presse-teaser, body #main .content .topic-slider .layout_latest.recommendation-teaser, body #main .content .news-list .layout_latest.presse-teaser, body #main .content .news-list .layout_latest.recommendation-teaser {
  height: 550px;
}
body #main .content .topic-slider .layout_latest.presse-teaser .inside .text p, body #main .content .topic-slider .layout_latest.recommendation-teaser .inside .text p, body #main .content .news-list .layout_latest.presse-teaser .inside .text p, body #main .content .news-list .layout_latest.recommendation-teaser .inside .text p {
  margin-top: 0 !important;
}
body #main .content .topic-slider .layout_latest.presse-teaser .inside .text h3, body #main .content .topic-slider .layout_latest.recommendation-teaser .inside .text h3, body #main .content .news-list .layout_latest.presse-teaser .inside .text h3, body #main .content .news-list .layout_latest.recommendation-teaser .inside .text h3 {
  font-size: 1.2rem;
}
body #main .content .topic-slider .layout_latest.presse-teaser .inside .text h4, body #main .content .topic-slider .layout_latest.recommendation-teaser .inside .text h4, body #main .content .news-list .layout_latest.presse-teaser .inside .text h4, body #main .content .news-list .layout_latest.recommendation-teaser .inside .text h4 {
  font-size: 1rem;
  line-height: 1.35;
  text-transform: uppercase;
}
body #main .content .topic-slider .layout_latest.presse-teaser .inside .text h4 i, body #main .content .topic-slider .layout_latest.recommendation-teaser .inside .text h4 i, body #main .content .news-list .layout_latest.presse-teaser .inside .text h4 i, body #main .content .news-list .layout_latest.recommendation-teaser .inside .text h4 i {
  margin-right: 5px;
}
body #main .content .topic-slider .layout_latest.presse-teaser .inside .text .button-more a, body #main .content .topic-slider .layout_latest.recommendation-teaser .inside .text .button-more a, body #main .content .news-list .layout_latest.presse-teaser .inside .text .button-more a, body #main .content .news-list .layout_latest.recommendation-teaser .inside .text .button-more a {
  bottom: 45px;
}
body #main .content .topic-slider .layout_latest.recommendation-teaser, body #main .content .news-list .layout_latest.recommendation-teaser {
  height: auto;
}
body #main .content .topic-slider .layout_latest.recommendation-teaser .inside img, body #main .content .news-list .layout_latest.recommendation-teaser .inside img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}
body #main .content .topic-slider .layout_latest.recommendation-teaser a:hover, body #main .content .news-list .layout_latest.recommendation-teaser a:hover {
  color: #44392b;
}
body #main .content .topic-slider .layout_latest.recommendation-teaser .text, body #main .content .news-list .layout_latest.recommendation-teaser .text {
  padding: 10px 25px 35px 25px;
}
body #main .content .topic-slider .layout_latest.recommendation-teaser .text.has_button, body #main .content .news-list .layout_latest.recommendation-teaser .text.has_button {
  padding: 10px 25px 95px 25px;
}
body #main .content .topic-slider .layout_latest.recommendation-teaser .text img, body #main .content .news-list .layout_latest.recommendation-teaser .text img {
  height: auto;
  width: auto;
  object-fit: none;
}
body #main .content .news-list {
  margin: 36px 0 0;
  /* Presse-Slider */
}
body #main .content .news-list .swiper-slide,
body #main .content .news-list .layout_latest {
  margin: 10px;
  width: calc(33.33333337% - 20px);
  height: 550px;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
}
body #main .content .news-list .swiper-slide .inside .text,
body #main .content .news-list .layout_latest .inside .text {
  min-height: 305px;
}
body #main .content .news-list .swiper-slide .inside .text .info,
body #main .content .news-list .layout_latest .inside .text .info {
  height: 34px;
  width: 100%;
}
body #main .content .news-list .swiper-slide .inside .text .button-more a,
body #main .content .news-list .layout_latest .inside .text .button-more a {
  bottom: 30px;
}
body #main .content .news-list .swiper-slide .inside .text h3,
body #main .content .news-list .layout_latest .inside .text h3 {
  font-size: 1.3rem;
}
body #main .content .news-list .swiper-slide .inside:hover .text,
body #main .content .news-list .layout_latest .inside:hover .text {
  color: #281e12 !important;
}
body #main .content .news-list .layout_latest.presse-teaser .inside .text .button-more a {
  bottom: 6px;
}
body #main .mod_newsarchive .news-list {
  padding: 0;
  margin-top: 0;
}
body #main .mod_newsarchive .news-list .layout_latest {
  width: calc(50% - 20px);
}
body #main .mod_newsarchive h2 {
  margin-left: 10px;
  margin-top: 0;
}
body #main .mod_newsarchive h2:after {
  content: "";
  display: block;
  background-color: #44392b;
  width: 80px;
  height: 3px;
  margin-top: 15px;
  opacity: 0.7;
}
body #main .mod_newsreader {
  width: 100%;
}
body #main .mod_newsreader .layout_full {
  width: 100%;
  display: block;
}
body #main .mod_newsreader .layout_full h1 {
  max-width: 1024px;
}
body #main .mod_newsreader .layout_full h1:after {
  content: "";
  display: block;
  background-color: #006c0f;
  width: 80px;
  height: 3px;
  margin-top: 15px;
  opacity: 0.7;
}
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 {
  flex-direction: row;
  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 {
  flex: 0 0 100%;
  max-width: 100%;
}
body #main .mod_newsreader .layout_full .content-text.media .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 {
  max-width: 90%;
}
body #main .mod_newsreader .layout_full .content-text.media figure {
  flex: 0 0 41.666%;
  max-width: 41.666%;
  padding-top: 22px;
}
body #main .mod_newsreader .layout_full .content-text.media figure figcaption {
  padding-top: 10px;
  flex: 0 0 100%;
  max-width: 100%;
}
body #main .mod_newsreader .layout_full .content-text.media figure a {
  flex: 0 0 100%;
  max-width: 100%;
}
body #main .mod_newsreader .layout_full .content-text.media figure a.cboxElement {
  box-shadow: none;
  border-radius: 0;
  opacity: 1;
  border: 0;
}
body #main .mod_newsreader .layout_full .content-player {
  height: 451px;
  width: 800px;
  position: relative;
}
body #main .mod_newsreader .layout_full .content-player figure {
  padding: 0 !important;
}
body #main .mod_newsreader .layout_full .content-player h1, body #main .mod_newsreader .layout_full .content-player h2, body #main .mod_newsreader .layout_full .content-player h3, body #main .mod_newsreader .layout_full .content-player h4, body #main .mod_newsreader .layout_full .content-player h5 {
  display: none;
}
body #main .mod_newsreader .layout_full .content-player video, body #main .mod_newsreader .layout_full .content-player source, body #main .mod_newsreader .layout_full .content-player audio {
  width: 100%;
  height: auto;
  display: block;
}
body #main .mod_newsreader .layout_full .content-player audio {
  width: 500px;
  height: 351px;
  border: 1px solid #009514;
  background-image: url("/files/Schrebergarten/layout/img/Schrebergarten_Logo-2025.png");
  background-position: center 90px;
  background-repeat: no-repeat;
}
body .media.content-text.media--left figure, body .media.content-text.media--right figure {
  margin: 0;
}
body .media.content-text.media--below figure {
  order: unset;
  margin-top: 0;
}
body #main .content .pagination ul li {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
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 {
  border: 0 none;
  color: #003f09;
  min-width: 2.5em;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid rgba(10, 10, 10, 0.1);
}
body #main .content .pagination .pagination-previous:hover, body #main .content .pagination .pagination-next:hover, body #main .content .pagination .pagination-link:hover {
  background-color: #003f09;
  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: #009514;
  color: #ffffff;
}
body .footer {
  background: #281e12;
}
body .footer .content-toplink a {
  right: 30px;
  background: #009514;
  width: 40px;
  height: 40px;
  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 .content-toplink a:hover {
  opacity: 1;
}
body .footer .content-toplink a:after {
  font-size: 1.3rem;
  color: #f8f7f6;
}
body .footer .footer-content {
  background: #281e12;
}
body .footer .footer-content p, body .footer .footer-content strong, body .footer .footer-content ul, body .footer .footer-content table {
  color: #f8f7f6;
  font-size: 0.95rem;
  line-height: 1.6;
}
body .footer .footer-content a, body .footer .footer-content li.active strong {
  color: #fdfaed;
}
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: #FFD93B;
}
body .footer .footer-content .column.left {
  align-items: center;
  text-align: center;
  display: flex;
}
body .footer .footer-content .column.left .mod_article {
  width: 100%;
  line-height: 1.8;
}
body .footer .footer-content .column.left .mod_article a {
  font-size: 18px;
}
body .footer .footer-content .column.left .mod_article strong {
  font-size: 18px;
  font-weight: 300;
  display: block;
  line-height: 1.5;
}
body .footer .footer-content .column.left .mod_article strong i {
  color: #D94D2A;
}
body .footer .footer-content .column.middle {
  line-height: 1.75;
}
body .footer .footer-content .column.middle i {
  width: 25px;
}
body .footer .footer-content .column.middle a {
  font-weight: 400;
}
body .footer .footer-content .column.right .mod_customnav li {
  display: block;
  padding-right: 0;
  margin-bottom: 15px;
}
body .footer .footer-content .column.right .mod_customnav li:before {
  content: "\f077";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  margin-right: 5px;
  transform: rotate(90deg);
}
body .footer .footer-content .column:nth-of-type(1), body .footer .footer-content .column:nth-of-type(2) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
body .footer .footer-copyright {
  background-color: #44392b;
  padding: 20px 0;
}
body .footer .footer-copyright *, body .footer .footer-copyright a {
  color: #86785e;
  font-weight: 300;
}
body .footer .footer-copyright a:hover {
  color: #f8f7f6 !important;
  text-decoration: none;
}
body .footer .footer-copyright p {
  font-size: 0.9rem !important;
}
body .footer .footer-copyright strong {
  color: #f8f7f6 !important;
  font-weight: 400 !important;
  font-size: 0.9rem !important;
}
body #main .mod_login, body #main .mod_lostPassword {
  position: relative;
  padding: 25px 50px 10px 50px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  display: block;
  margin: 0 auto 200px auto;
  max-width: 760px;
}
body #main .mod_login .field > label, body #main .mod_login .widget > label, body #main .mod_lostPassword .field > label, body #main .mod_lostPassword .widget > label {
  color: #44392b;
  font-weight: 300;
  text-align: left;
}
body #main .mod_login h2, body #main .mod_lostPassword h2 {
  padding: 0 0.75rem 0.75rem;
  text-align: left;
  color: #281e12;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
body #main .mod_login p, body #main .mod_lostPassword p {
  margin-top: 60px !important;
  padding: 0 0.75rem 0.75rem;
}
body #main .mod_login p.error, body #main .mod_lostPassword p.error {
  margin-top: -20px !important;
  margin-bottom: 20px !important;
  padding: 0 0.75rem 0.75rem;
  max-width: 100% !important;
  font-weight: 600;
}
body #main .mod_lostPassword {
  max-width: 900px;
  width: 900px;
  padding: 25px 50px 40px 50px;
}
body #main .mod_lostPassword .widget {
  width: 100%;
}
body #main .mod_lostPassword .widget-submit {
  padding: 0 0.75rem 0.75rem;
}
body #main .mod_lostPassword .widget-submit button.submit {
  padding: 13px 32px !important;
}
body #hello_user {
  border-bottom: 1px solid #006c0f;
  margin-bottom: 0;
}
body #hello_user p {
  max-width: 100%;
}
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: 600;
  line-height: 1.3;
  color: #009514;
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  margin-top: 0;
}
body .contao-cookiebar .cc-inner p {
  color: #281e12;
  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 */
.bounceInLeft {
  animation-name: bounceInLeft;
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: both;
}

@keyframes bounce {
  0% {
    transform: rotate(180deg) translateY(0);
  }
  25%, 75% {
    transform: rotate(180deg) translateY(-6px);
  }
  50% {
    transform: rotate(180deg) translateY(2px);
  }
  100% {
    transform: rotate(180deg) translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@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: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}

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