/* dosis-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/dosis-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: url('fonts/dosis-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/dosis-v34-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/dosis-v34-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/dosis-v34-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/dosis-v34-latin-300.svg#Dosis') format('svg'); /* Legacy iOS */
}
/* dosis-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/dosis-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/dosis-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/dosis-v34-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/dosis-v34-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/dosis-v34-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/dosis-v34-latin-regular.svg#Dosis') format('svg'); /* Legacy iOS */
}
/* dosis-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/dosis-v34-latin-500.eot'); /* IE9 Compat Modes */
  src: url('fonts/dosis-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/dosis-v34-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/dosis-v34-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/dosis-v34-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/dosis-v34-latin-500.svg#Dosis') format('svg'); /* Legacy iOS */
}
/* dosis-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/dosis-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: url('fonts/dosis-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/dosis-v34-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/dosis-v34-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/dosis-v34-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/dosis-v34-latin-600.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* -- Allgemeine Formatierungen -- */
html {  
  height: 100%;
}

body {  
  font-family: 'Dosis', arial, sans-serif;  
  font-size: 24px;
  font-weight: 500;
  margin: 0px;  
  padding: 0px;  
  color: #FFFFFF ;  
  background: #FFFFFF;  
  position:relative;  
  height:100%;
}

section, aside, header, nav, article, footer, time, figure {  
  display: block;  
  margin: 0px;  
  padding: 0px;
}

* {  
  outline: none;
}

img {  
  border: none;
}

p {  
  margin: 0px 0px 10px 0px;
}

p.align-center, .align-center {  
  text-align: center;
}

p.align-left, .align-left {  
  text-align: left;
}

p.align-right, .align-right {  
  text-align: right;
}

p.align-justify, .align-justify {  
  text-align: justify;
}

table td, .contenttable td {  
  vertical-align: top;
}

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

ul {  
  padding: 0 0 0 15px;  
  list-style: none;
}

li {  
  background: url("files/aufzaehlung.png") left 4px no-repeat;  
  padding-left: 15px;
}

h1 {
    color: #ffffff;
  /*#dede98;*/
    display: block;
    font-size: 40px;
    font-weight: 300;
  /*500*/
    margin: 15px 0 20px 0;
  text-align: center;
  text-transform: uppercase;
}

h2 {
    color: #ffffff;
  /*#dede98;*/
    display: block;
    font-size: 40px;
    font-weight: 300;
  /*500*/
    margin: 15px 0 20px 0;
  text-align: center;
  text-transform: uppercase;
}

.hl_normal {
  color: #dede98;
    font-weight: 500;
}


h3 {
  color:  #dede98;
  font-weight: 500;
  font-size: 24px;
    margin: 15px 0px;
  text-align: center;
  text-transform: uppercase;
}


#lightbox {
  color: #666666 ;
  font-size: 16px;
  text-align: center;
}

#lightbox a {
  color: #a0b028 ;
}
/* +++ SONDERLÖSUNG 4 Spaltig - BILDER mittig und caption: 100% +++ */
.csc-textpic-caption {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  display: block !important;
  width: 100%;
}

.tx-jfmulticontent-pi1 .csc-textpic-image img{
  margin: 0 auto !important;
}
/* +++ SONDERLÖSUNG 4 Spaltig - BILDER mittig und caption: 100% +++ */

/* *************** HINTERGRUND-SLIDER *************** */

#slideshow {
  position: fixed !important;
  z-index: 0;
  left: 0px;
  top: 0px;
  width: 100% !important;
  height: 100% !important;
  display: block;
  margin: 0px;
  padding: 0px;
  overflow:none;
}

#slideshow li {
  margin: 0px;
  padding: 0px;
  background-repeat:no-repeat;
  width: 100% !important;
  height: 100% !important;
  background-image:none;
  background-size: cover;
  background-position: center top;
}

/* *************** HINTERGRUND-SLIDER ENDE ************ */  

.zentriert {  
  max-width: 988px;  
  width: 100%;  
  margin: 0 auto;  
  position: relative;
}

/* -- Allgemeine Formatierungen -- */
/* -- Bereich: OBEN -- */
.funktionen {  
  width: 100%;  
  height: 15px;
  display: block;  
  float: left;  
  clear: both;  
  background: #FFFFFF;  
  padding: 5px 0px;  
  position: relative;  
  z-index: 10;
  display: block;
}

/* -- SPRACHE -- */
.sprache {
  float: left;
  display: block;
  margin: 0px 0px 0px 15px;
}
/* -- SPRACHE -- *

/* -- TICKER -- */
.ticker {
    position: relative;
    width: 100%;
  margin: 0;
  font-family: 'Dosis', arial;
  font-size: 11px;  
}

.ticker .inhalt_normal {
  padding: 0px;
  background: none;
}

.ticker .tickertext {
  width: 70%;
  border: 0px;
  padding: 0px;
  margin: 0px;
  resize: none;
  background-image: none;
  font-family: 'Dosis', arial;
  font-size: 13px;
  overflow: hidden;
  background-color: #FFFFFF;

}
/* -- TICKER -- */

/* -- Damit man keinen Hintergrund sieht, bei kleier werden der Navi -- */
.weiss {
/* Muss selbe Farbe wie bei .funktionen haben */  
  background: #FFFFFF;
  width: 100%;
  height: 55px;
  float: left;
  clear: both;
  display: block;
  position: fixed;
  top: 0;
  left: 0px;
  z-index: 10;
}
  
#header {  
  width: 100%;  
  display: block;  
  float: left;  
  clear: both;
}

.oben {  
  width: 100%;  
  display: block;  
  float: left;  
  clear: both;  
  position: fixed;  
  background: #FFFFFF;  
  z-index: 30;
}

/* Hauptnavi */
#hauptnavi {  
  float: left;  
  width: 100%;  
  margin: 50px 0px 15px 0px;  
  font-size: 18px;
  text-transform: uppercase;
}

#hauptnavi a {
  color: #666666;
}

#hauptnavi ul {  
  margin: 0px;  
  padding: 0px;  
  list-style: none;
}

#hauptnavi li {  
  background: none;  
  float: left;  
  padding: 0px;  
  margin: 0px 0px 0px 2px;
}

#hauptnavi li:first-child {  
  margin: 0px;
}

#hauptnavi li a {  
  padding: 15px 10px;  
}

#hauptnavi li.active, #hauptnavi li:hover {  
  position: relative;
}

#hauptnavi li.active:before, #hauptnavi li:hover:before {  
  background: url(blume.png) left top no-repeat;
  content: "";
  width: 39px;
  height: 39px;
  position: absolute;
  top: -32px;
  left: -12px;
}

.mobil_kontakt, .button_mobil, .funk_mobil {  
  display: none;
}

/* Hauptnavi */
.logo {  
  width: 254px;  
  display: block;  
  margin: 0px;  
  position: absolute;  
  top: -15px;  
  right: 10px;
  cursor: pointer;
}

.logo img{
  width: 100% !important;
  height: auto !important;
}

/* -- Bereich: OBEN -- */

/* -- Bereich: FADE-IN-BOX -- */
#fadebox {  
  width: 330px;  
  height: auto; 
  min-height: 321px;
  background: #FFFFFF;  
  box-shadow: 0 0 5px #000;  
  position: fixed;  
  left: -370px;  
  top: 115px;  
  padding: 20px;  
  z-index: 150;
  color: #666666;
  font-size: 16px;
}


#fadebox .inhalt_normal {
  padding: 20px 0 0 0;
}

#fadebox a {
  color: #a0b028;
}

#fadebox  .hl_normal {
  color: #A0B029 !important;
}

#fadebox h3 {
  color: #A0B029;
}

.schliessen {  
  width: 27px;  
  height: 27px;  
  display: block;  
  right: 10px;   
  top: 10px;  
  background: url(close.png) no-repeat;  
  position: absolute;  
  cursor: pointer;
}

.fadebox_button {  
  width: 31px;  
  height: 341px;  
  position: absolute;  
  right: -51px;  
  top: 0;  
  background: url(aktionen_termine.png) center center no-repeat #A0B029;  
  cursor: pointer;   
  display: block;
  padding: 10px;
  box-shadow: 0 0 5px #000;
}

/*
#lightbox label {  
  display: none !important;
}*/
/* -- Bereich: FADE-IN-BOX -- */

/* -- Bereich: ONEPAGEINHALT -- */
.onepageinhalt {
  width: 100%;  
  display: block;  
  float: left;  
  clear: both;
  position: relative;
  z-index:5;
}

.bereiche {  
  width: 100%;  
  display: block;  
  float: left;  
  clear: both;  
  margin: 100px 0px 0px 0px;
}

.inhalt {  
  width: 100%;  
  display: block;  
  float: left;  
  clear: both;
  margin-top: 61px;
  padding-bottom: 30px;
}

.nr-1 .inhalt {
  margin: 0px;
}

.bereiche .zentriert {  
  padding: 0px 2%;  
  width: 96%;
}

.inhalt_normal, .farbe1, .farbe2, .farbe3, .farbe4 {  
  width: 100%;  
  display: block;  
  float: left;  
  clear: both;  
  padding: 20px 0px 20px 0;
}

/* HEADER */  
.header {
  width: 100%;
  float: left;
  clear: both;
  display: block;
  height: 390px;
  overflow: hidden;
}

.header div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin: 0px;
}

.header img {
  width: 100% !important;
}


.header .inhalt_normal, .header .inhalt_normal .zentriert {  
  width: 100%;  
  max-width: 100%;  
  float: none;  
  clear: none;  
  margin: 0px;  
  padding: 0px;
}

.headerbild {
  width: 100%;
  height: 390px;
  display: block;
  background-position: 0 0px;
  background-size: cover;
}

/* HEADER */

/* HEADERSLIDE */
.headerslide {
  width: 100%;
  float: left;
  clear: both;
  display: block;
  height: 300px;
  overflow: hidden;
}

.headerslide .inhalt_normal, .headerslide .inhalt_normal .zentriert {  
  width: 100%;  
  max-width: 100%;  
  float: none;  
  clear: none;  
  margin: 0px;  
  padding: 0px;
  background: none;
}

.headerslide .csc-textpic-imagecolumn, .headerslide .csc-textpic-image {
  width: 100% !important; 
}

.headerslide .owl-carousel .owl-item img {
  width: 100% !important;
  height: auto !important;
}
/* HEADERSLIDE */

.inhalt_normal {  
  background: none;
}

/* -- Bereich: ONEPAGEINHALT -- */

.feature-buttons {
  bottom: 17%;   
  position: fixed;    
  right: 1%;  
  z-index: 200;   
  display: block;
}

/* -- Bereich: PFEIL NACH UNTEN -- */
.nachunten {  
  width: 56px;  
  height: 56px;  
  background: url(arrow-bottom.png) left top no-repeat;
  cursor: pointer;    
  display: none;    
  opacity: 0.7;
  transition: opacity 0.3s ease;
  margin-bottom: 10px;
}
/* -- Pfeil Nach unten -- */

/* -- Bereich: PFEIL NACH OBEN -- */
.nachoben {  
  width: 56px;  
  height: 56px;  
  background: url(arrow-top.png) left top no-repeat;  
  cursor: pointer;    
  display: none;  
  opacity: 0.7;
  transition: opacity 0.3s ease;
  margin-bottom: 10px;
}
/* -- Pfeil Nach oben -- */

/* -- SUCHEN Button -- */
.suche {
  height: 56px;
  width: 56px;
  display: block;
  background: url(suche.png) left top no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  display: block;
}

.nachoben:hover, .suche:hover, .nachunten:hover {
  opacity: 1;
}
/* -- Drucklink Button -- */

/* -- Bereich: FOOTER -- */
#footer {  
  width: 100%;  
  display: block;  
  float: left;  
  clear: both;  
  color: #000000;  
  position: relative;  
  font-size: 16px;  
  font-weight: 500;
  margin-top: 150px;
  z-index: 5;
}

#footer .inhalt_normal {  
  background: none;  
  padding: 0px;
}

#footer a {  
  color: #000000;
}

#unten {  
  width: 100%;  
  /* display: block;   */
  display: none;
  float: left;  
  clear: both;
/* Muss selbe Höhe wie der .mapsborder haben */  
  min-height: 38px;
}

.mapsborder {  
  width: 100%;  
  height: 38px;  
  width: 100%;  
  display: block;  
  float: left;  
  clear: both;  
  background: #423b35;  
  text-align: center;
}

#mapstoggle {  
  background: url(anfahrt-icon.png) center top no-repeat;  
  width: 97px;  
  height: 86px;  
  position: relative;  
  top: -55px;  
  margin: 0 auto;  
  cursor: pointer;
}

.googlemap iframe {  
  pointer-events: none;

}

.googlemap {
  height: 350px;
  /*overflow: hidden;*/
  float: left;
  clear: both;
  width: 100%;
  display: block;
}



.anfahrt {
/* Muss selbe Farbe wie der .footerinhalt haben */  
  background: #ffffff;
  height: 0px;
  overflow: hidden;
  float: left;
  clear: both;
  display: block;
  width: 100%;
}

.anfahrt .inhalt_normal, .anfahrt .inhalt_normal .zentriert {  
  width: 100%;  
  max-width: 100%;  
  float: none;  
  clear: none;  
  margin: 0px;  
  padding: 0px;
}

.footerinhalt {  
  width: 100%;  
  display: block;  
  float: left;  
  clear: both;  
  background: #ffffff;  
  padding: 35px 0px 30px 0px;
}

#footer  .csc-menu {  
  margin: 0px;  
  padding: 0px;  
  text-align: right;
}

#footer  .csc-menu li {  
  background: none;
  padding-left: 0px;
  margin-left: 15px;
  width: auto;
  display: inline-block;
}

#footer  .csc-menu li a{
  color: #FFFFFF;
  padding: 5px 10px;  
  background: #8cb437;  
  display: block;
}

#footerfunction {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  /*background: #423b35;*/
  background: #FFFFFF;
}

.iconsmartstyle {  
  float: right;  
  padding:0;
  position: absolute;
  top: -30px;
  right: 70px;
}

.iconoekoplus {  
  float: right;  
  padding: 5px 0;
  position: absolute;
  top: -35px;
  right: 0px;
}

.fb, .yt {
  float: left;
  display: block;
  margin: 5px 5px 5px 0; 
}

.drucklink a {
  float: left;
  display: block;
  background: url(print.png) left top no-repeat;
  height: 25px;
  width: 25px;
  background-size: 100% auto;
  text-indent: -9999px;
  margin: 5px 0;
}

/* -- Bereich: FOOTER -- */

/* -- UNTERSEITEN -- */
.rahmen {  
  width: 100%;  
  min-height: 100%;  
  position: relative;  
  float: left;  
  clear: both;  
  display: block;
}.rahmen #hauptnavi li.active:before {  display: none;}

.unterseite_inhalt  {
  width: 100%;
  display: block;  
  float: left;  
  clear: both;
  position: relative;
  z-index:5;
  margin-top: 200px;
}

.rahmen #footer{
  position: absolute;
  bottom: 0px;
  left: 0px;
}
/* -- UNTERSEITEN -- */
/* -- OWL PLUGIN -- */
/* -- OWL-SILDER -- */
.owlslider {
  position: relative;
}

.owlslider .owl-item .csc-textpic-image {
  border: 5px solid #B2B2AA;
}

.owlslider .owl-item .csc-textpic-image {
  margin: 0px !important;
}

.owl-controls {
  width: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 42%;
}

.owl-prev, .owl-next {
  cursor: pointer;
  background: url(galery_prev.png) left top no-repeat;
  width: 48px;
  height: 48px;
  overflow: hidden;
  text-indent: -999px;
  position: absolute;
  left: 5px;
}

.owl-next {
  background: url(galery_next.png) right top no-repeat;  
  left: auto;
  right: 5px;
}

.owl-dots {
  display: none;
}
/* -- OWL-SILDER -- */

/* -- OWL-GALLERY -- */
.owlgalerie .zentriert  {
  max-width: 600px;
  width: 96%;
}
/* -- OWL-GALLERY -- */
/* -- OWL PLUGIN -- */

/* -- EXTENSION -- */
/* -- TT_NEWS -- */

/* -- LATEST -- */
.news-latest-container {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  clear: both;
}

.news-latest-item {
  width: 100%;
  float: left;
  clear: both;
}

.news-latest-item h2 {
  font-size: 24px;
  font-weight: bold;
}

.news-latest-text a {
  color: #666666 !important;
}

.latest-link {
  color: #a0b028 !important;
}

/* -- LIST -- */
.news-list-container {
  margin: 0px 0 20px 0;
  padding: 0px;
}

.news-list-item {  
  margin: 50px 0 0 0;  
  padding: 0;  
}

.news-list-item:first-child {  
  border: 0px;  
  margin: 0px;  
  padding: 0px;
}

.news-list-date {
  font-size: 14px;
  float: left;
  clear: both;
  width: 100%;
  padding: 0;
  display:none;
}

.news-list-item h2 {  
  text-align: left;  
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  text-transform: none;
}

.news-list-item h2 a {
  color: #dede98;
}

.news-list-item  a {
  color: #FFFFFF;
}

.news-list-item  a:last-child {
  color: #dede98;
}

.news-list-browse {
  width: 100%;
  float: left;
  clear: both;
  margin: 20px 0 0 0;
  font-size: 18px;
  text-align: center;
}

.disabledLinkWrap{
  color: #FFFFFF !important;
}
/* -- LIST -- */

/* -- SINGLE -- */

/* -- SINGLE -- */
.news-single-item {
  width: 100%;
  display: block;
  float: left;
  clear: both;
  margin: 0px 0px 10px 0px;
  padding: 0px; 
}

.singleinhalt {
  width: 100%;
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

.news-single-img {
  width: 100%;
  display: block;
  float: left;
  clear: both;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

.news-single-img .bild {
  display: inline-block;
  vertical-align: top;
  margin: 0 2% 20px 0;
}

.news-single-backlink {
  width: 100%;
  float: left;
  clear: both;
  margin: 0px;
  padding: 10px 0px 0px 0px;
  border-top: 1px dotted #D3D3D3;
}
/* -- TT_NEWS -- */

/* -- JFMulticontent -- */
/* Allgemeine Formatierungen JFMulticontent */
.tx-jfmulticontent-pi1 .inhalt_normal, .tx-jfmulticontent-pi1 .inhalt_normal .zentriert {  
  width: auto;  
  float: none;  
  clear: none;  
  margin: 0px;  
  padding: 0px;
  background: none;
}

/* Allgemine Formatierung: TABS */

.ui-tabs .ui-tabs-nav li {  
  background: none !important;
  border: 0px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br, .ui-corner-tl, .ui-corner-top, .ui-corner-tr, .ui-corner-left, .ui-corner-bl {
    border-radius: 0px;
}

.ui-widget-content, .ui-widget-content .inhalt_normal {  
  border: 0px;  
  background: none; 
}

.ui-widget-header {  
  background: none;  
  border: 0px;  
  padding: 0px;  
  margin: 0px;
}

.ui-widget {
  font-family: 'Dosis', arial, sans-serif !important;    
  font-size: 14px !important;    
  color: #363636 ;
}

.ui-tabs .ui-tabs-nav {
  padding: 0px;
}

.ui-tabs .ui-tabs-panel {  
  padding: 15px;  
  float: left;  
  clear: both;  
  display: block;
  background: #E6E6E6;
  margin-top: 5px;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {  
  background: #E6E6E6;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #15A9B5;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited, .ui-state-default a:hover {    
  background:  #15a9b5;
  color: #FFFFFF;
}

.tx-jfmulticontent-pi1 .ui-tabs-nav  {  
  background:none !important;  
  border: none !important;  
  font-size: 14px !important;  
  font-family: 'Dosis', arial, sans-serif !important;    
  font-weight: 300 !important;  
  margin-top: 20px;
}

.tx-jfmulticontent-pi1 .ui-widget-content {  
  font-family: 'Dosis', arial, sans-serif !important;    
  font-size: 14px !important;    
  color: #363636 ;  
  display: block;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {  
  font-weight: 300;
}

.ui-tabs-panel ul {  
  list-style: disc;
}

/* Allgemine Formatierung: TABS */

/* Allgemine Formatierung: ACCORDION */

.ui-accordion  .ui-state-default, .ui-accordion  .ui-widget-content .ui-state-default, .ui-accordion  .ui-widget-header .ui-state-default {  
  background: #E6E6E6;
  border: 0px;
}

.ui-accordion .ui-state-active, .ui-accordion  .ui-widget-content .ui-state-active, .ui-accordion  .ui-widget-header .ui-state-active {
  background:  #15a9b5;
  border: 0px;
}

.ui-accordion .ui-state-default a, .ui-accordion  .ui-state-hover a  {
  background: none;
  color: #15A9B5;
}

 .ui-accordion  .ui-state-active a {
  background: none;
  color: #FFFFFF;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  right: 15px;
  left: auto;
  top: 50%;
  margin-top: -6px;
}

.ui-state-default .ui-icon {
  background: url(accordion_closed.png) left top no-repeat !important; 
  width: 12px;
  height: 12px;
}

.ui-state-active .ui-icon {
  background: url(accordion_opened.png) left top no-repeat !important; 
  width: 12px;
  height: 12px;
}
/* Allgemine Formatierung: ACCORDION */

/* Allgemine Formatierung: SLIDER */
.anythingSlider .anythingWindow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.anythingSlider .anythingWindow .inhalt_normal {
  padding: 0 2% 0 2%;
  width: 96% !important;
  height: auto !important;
}

.anythingSlider-default .anythingWindow {
  border: 0px;
  background: #E6E6E6;
}

.anythingSlider-default {
  margin: 0 auto;
  padding: 0 30px 0 30px;
}

.anythingSlider-default .arrow {
  top: 40%;
  position: absolute;
  display: block;
}

.anythingSlider-default .arrow a {
  display: block;
  width: 25px;
  height: 50px;
  margin:  0;
  text-align: center;
  outline: 0;
  background: url(slider_pfeile_blau.png) left top no-repeat;
}

.anythingSlider-default .forward a, .anythingSlider-default .forward a:hover, .anythingSlider-default .forward a.hover  {
  background-position: right 0px;
}

.anythingSlider-default .back a:hover, .anythingSlider-default .back a.hover { 
  background-position: left 0px; 
}

.anythingSlider-default .anythingControls, .anythingControls {
  display: none !important;
}
/* Allgemine Formatierung: SLIDER */

/* Allgemeine Formatierungen JFMulticontent */ 
/* -- JFMulticontent -- */
/* -- EXTENSION -- */

/* -- Verschiedene Styles (Rahmen im Backend) -- */
/* Allgemeine Formatierungen der Styles */

.farbe1 h2, .farbe2 h2, .farbe3 h2, .farbe4 h2 {
  color: #958e85 !important;
}

/* FARBE 1 */
.farbe1 {
  background: #FFFFFF;
  color: #423b35;
}

.farbe1 h2 {
  color: #958e85;
}

.farbe1 .hl_normal {
  color: #423b35;
}

.farbe1 ul {
  margin-left: 30px;
  
}

.farbe1 li {
  background: url(kreuz.png) left top no-repeat;
  padding: 0 0 5px 45px;
  margin: 10px 0px 10px 0px;
}
/* FARBE 1 */

/* FARBE 2 */
.farbe2 {  
  background: #760145;
  color: #FFFFFF;
}
/* FARBE 2 */

/* FARBE 3 */
.farbe3 {  
  background: #026169;  
  color: #FFFFFF;
}
/* FARBE 3 */

/* FARBE 4 */
.farbe4 {  
  background: #B59F0C;  
  color: #FFFFFF;
}
/* FARBE 4 */

/* Allgemeine Formatierungen der Styles */ 
.farbe1 .ui-tabs .ui-tabs-panel, .farbe1 .ui-tabs .ui-tabs-panel a,
.farbe2 .ui-tabs .ui-tabs-panel, .farbe2 .ui-tabs .ui-tabs-panel a,
.farbe3 .ui-tabs .ui-tabs-panel, .farbe3 .ui-tabs .ui-tabs-panel a,
.farbe4 .ui-tabs .ui-tabs-panel, .farbe4 .ui-tabs .ui-tabs-panel a,
.farbe1 .ui-accordion-content,  .farbe1 .ui-accordion-content a ,
.farbe2 .ui-accordion-content,  .farbe2 .ui-accordion-content a ,
.farbe3 .ui-accordion-content,  .farbe3 .ui-accordion-content a ,
.farbe4 .ui-accordion-content,  .farbe4 .ui-accordion-content a  {
  color: #FFFFFF !important;
 }
 
.farbe1 .ui-accordion-content a, 
.farbe2 .ui-accordion-content a,
.farbe3 .ui-accordion-content a,
.farbe4 .ui-accordion-content a {
  text-decoration: underline;
 }
 
 
.farbe1 .anythingSlider-default .arrow a,
.farbe2 .anythingSlider-default .arrow a, 
.farbe3 .anythingSlider-default .arrow a,
.farbe4 .anythingSlider-default .arrow a  {
  background: url(slider_pfeile.png) left top no-repeat;
}

.farbe1 .anythingSlider-default .forward a, .farbe1 .anythingSlider-default .forward a:hover, .farbe1 .anythingSlider-default .forward a.hover,
.farbe2 .anythingSlider-default .forward a, .farbe2 .anythingSlider-default .forward a:hover, .farbe2 .anythingSlider-default .forward a.hover,
.farbe3 .anythingSlider-default .forward a, .farbe3 .anythingSlider-default .forward a:hover, .farbe3 .anythingSlider-default .forward a.hover,
.farbe4 .anythingSlider-default .forward a, .farbe4 .anythingSlider-default .forward a:hover, .farbe4 .anythingSlider-default .forward a.hover  {
  background-position: right 0px !important;
}
/* FRABE 1 Accordion */
.farbe1 .ui-accordion  .ui-state-default, .farbe1 .ui-accordion  .ui-widget-content .ui-state-default, .farbe1 .ui-accordion  .ui-widget-header .ui-state-default {  
  background: #24b8c4;
}

.farbe1 .ui-accordion .ui-state-active, .farbe1 .ui-accordion  .ui-widget-content .ui-state-active, .farbe1 .ui-accordion  .ui-widget-header .ui-state-active {
  background:  #0295A1;
}

.farbe1 .ui-accordion .ui-state-default a, .farbe1 .ui-accordion  .ui-state-hover a  {
  background: none;
}

 .farbe1 .ui-accordion .ui-state-default a:visited, .farbe1 .ui-accordion .ui-state-default a:hover {
  color: #FFFFFF;
  background: none;
 }
/* FRABE 1 Accordion */

/* FRABE 2 Accordion */
.farbe2 .ui-accordion  .ui-state-default, .farbe2 .ui-accordion  .ui-widget-content .ui-state-default, .farbe2 .ui-accordion  .ui-widget-header .ui-state-default {  
  background: #861155;
}

.farbe2 .ui-accordion .ui-state-active, .farbe2 .ui-accordion  .ui-widget-content .ui-state-active, .farbe2 .ui-accordion  .ui-widget-header .ui-state-active {
  background:  #680437;
}

.farbe2 .ui-accordion .ui-state-default a, .farbe2 .ui-accordion  .ui-state-hover a  {
  background: none;
}

 .farbe2 .ui-accordion .ui-state-default a:visited, .farbe2 .ui-accordion .ui-state-default a:hover {
  color: #FFFFFF;
  background: none;
 }
/* FRABE 2 Accordion */

/* FRABE 3 Accordion */
.farbe3 .ui-accordion  .ui-state-default, .farbe3 .ui-accordion  .ui-widget-content .ui-state-default, .farbe3 .ui-accordion  .ui-widget-header .ui-state-default {  
  background: #106f77;
}

.farbe3 .ui-accordion .ui-state-active, .farbe3 .ui-accordion  .ui-widget-content .ui-state-active, .farbe3 .ui-accordion  .ui-widget-header .ui-state-active {
  background:  #005159;
}

.farbe3 .ui-accordion .ui-state-default a, .farbe3 .ui-accordion  .ui-state-hover a  {
  background: none;
}

 .farbe3 .ui-accordion .ui-state-default a:visited, .farbe3 .ui-accordion .ui-state-default a:hover {
  color: #FFFFFF;
  background: none;
 }
/* FRABE 3 Accordion */

/* FRABE 4 Accordion */
.farbe4 .ui-accordion  .ui-state-default, .farbe4 .ui-accordion  .ui-widget-content .ui-state-default, .farbe4 .ui-accordion  .ui-widget-header .ui-state-default {  
  background: #c5af20;
}

.farbe4 .ui-accordion .ui-state-active, .farbe4 .ui-accordion  .ui-widget-content .ui-state-active, .farbe4 .ui-accordion  .ui-widget-header .ui-state-active {
  background:  #a58f00;
}

.farbe4 .ui-accordion .ui-state-default a, .farbe4 .ui-accordion  .ui-state-hover a  {
  background: none;
}

 .farbe4 .ui-accordion .ui-state-default a:visited, .farbe4 .ui-accordion .ui-state-default a:hover {
  color: #FFFFFF;
  background: none;
 }
/* FRABE 4 Accordion */

/* ----------------- */

/* FRABE 1 Tabs */

.farbe1 .ui-tabs .ui-tabs-panel {
  background: #0295A1;
}

.farbe1 .ui-state-default a, .farbe1 .ui-state-default a:link, .farbe1 .ui-state-default a:visited {
  background: #24b8c4;
  color: #FFFFFF;
}

.farbe1 .ui-state-active a, .farbe1 .ui-state-active a:link, .farbe1 .ui-state-active a:visited, .farbe1 .ui-state-default a:hover {
  color: #FFFFFF;
  background: #0295A1;
}

/* FRABE 1 Tabs */

/* FRABE 2 Tabs */

.farbe2 .ui-tabs .ui-tabs-panel {
  background: #680437;
}

.farbe2 .ui-state-default a, .farbe2 .ui-state-default a:link, .farbe2 .ui-state-default a:visited {
  background: #861155;
  color: #FFFFFF;
}

.farbe2 .ui-state-active a, .farbe2 .ui-state-active a:link, .farbe2 .ui-state-active a:visited, .farbe2 .ui-state-default a:hover {
  color: #FFFFFF;
  background: #680437;
}

/* FRABE 2 Tabs */

/* FRABE 3 Tabs */

.farbe3 .ui-tabs .ui-tabs-panel {
  background: #005159;
}

.farbe3 .ui-state-default a, .farbe3 .ui-state-default a:link, .farbe3 .ui-state-default a:visited {
  background: #106f77;
  color: #FFFFFF;
}

.farbe3 .ui-state-active a, .farbe3 .ui-state-active a:link, .farbe3 .ui-state-active a:visited, .farbe3 .ui-state-default a:hover {
  color: #FFFFFF;
  background: #005159;
}

/* FRABE 3 Tabs */

/* FRABE 4 Tabs */

.farbe4 .ui-tabs .ui-tabs-panel {
  background: #a58f00;
}

.farbe4 .ui-state-default a, .farbe4 .ui-state-default a:link, .farbe4 .ui-state-default a:visited {
  background: #c5af20;
  color: #FFFFFF;
}

.farbe4 .ui-state-active a, .farbe4 .ui-state-active a:link, .farbe4 .ui-state-active a:visited, .farbe4 .ui-state-default a:hover {
  color: #FFFFFF;
  background: #a58f00;
}

/* FRABE 4 Tabs */

/* ----------------- */

/* FRABE 1 Slider */
.farbe1 .anythingSlider-default .anythingWindow {
  background: #0295A1;
}
/* FRABE 1 Slider */

/* FRABE 2 Slider */
.farbe2 .anythingSlider-default .anythingWindow {
  background: #680437;
}
/* FRABE 2 Slider */

/* FRABE 3 Slider */
.farbe3 .anythingSlider-default .anythingWindow {
  background: #005159;
}
/* FRABE 3 Slider */

/* FRABE 4 Slider */
.farbe4 .anythingSlider-default .anythingWindow {
  background: #a58f00;
}
/* FRABE 4 Slider */

/* -- Verschiedene Styles (Rahmen im Backend) -- */

/* -- COOKIES -- */
 #tx_cookies {
	/* position: static;
	float: left;
	clear: both;
	width: 98%;
	max-width: 330px;
	background: #eee;
  padding: 5px 1%; */
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
}
#cookielayer {
	display: none;
	content: "";
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 10000;
	width: auto !important;
}
#tx_cookies_inner {
	position: relative;
	background: #fff;
	padding: 10px;
	float: left;
	font-size: 14px;
  line-height: 1.3em;
  color: #000000;
}

#cookielayer.showinline #tx_cookies_inner {
  background: none;
  color: #FFFFFF;
  font-size: 24px;
}

#tx_cookies h3 {
	margin: 0 0 0.5em 0;
	font-size: 1em;
	line-height: 1em;
}
#tx_cookies p {
	margin: 0.5em 0 0 0;
	font-size: 0.9em;
}
#tx_cookies input[type="checkbox"] {
	float: left;
	margin-right: 3px;
}
#tx_cookies button,
#tx_cookies input[type="submit"] {
	border: 0;
	cursor: pointer;
	padding: 2px;
	width: 100%;
	font-weight: 700;
	background: rgba(0,0,0,0.2);
	color: #000;
	padding: 5px 0;
	margin: 10px 0 0 0;
  float: left;
  font-family: inherit;
}
#tx_cookies_inner form + form button[type="submit"] {
	background: rgba(0,0,0,0.1);
	color: #333;
}
#tx_cookies .disableNontechButton {
	clear: both;
}
#tx_cookies #tx_cookies_showPermanent {
	display: none;
	position: absolute;
	left: 10px;
	top: 10px;
	text-transform: none;
	font-weight: normal;
  z-index: 1040;
  padding: 15px;
  background: #FFFFFF;
}
.cookiefooter {
	float: left;
	clear: both;
	width: 99%;
	margin: 0;
	padding: 0 1% 0 0;
	background: #eee;
	text-align: right;
}
.cookiefooter a {
	display: inline-block;
	float: none;
	clear: none;
	margin: 8px 0 0 5px;
	font-size: 0.8em;
  color: #000;
  font-size: 14px;
}


/* --- Cookies --- 
#tx_cookies h4.alert-title {
	display: none;
}

#tx_cookies ul.typo3-messages {
	clear: both;
}

#tx_cookies ul.typo3-messages li {
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
}

#tx_cookies p {
	clear: both;
}

#tx_cookies button, #tx_cookies input[type="submit"] {
    border: 0;
	cursor: pointer;
	margin-top: 10px;
}

#tx_cookies #tx_cookies_close {
	margin: 10px 0;
}
 --- Cookies --- */

/* -- Anzeige in Datenschutzseite -- */
#cookielayer.showinline {
	display: block !important;	
    position: static;
	background: none;
	float: left;
	clear: both;
	margin: 25px 0 40px;
	min-height: 1px;
}

#cookielayer.showinline .cookiefooter {
	display: none;
}

#cookielayer.showinline #tx_cookies {
    position: static;
    margin-left: 0;
    width: 100%;
    background: none;
    padding: 0;
}

#cookielayer.showinline #tx_cookies #tx_cookies_showPermanent {
    position: static;
}

#cookielayer.showinline #tx_cookies_inner {
	padding: 0;
}
/* -- COOKIES -- */

#cboxClose, #cboxPrevious, #cboxNext {
  width: 18px;
  height: 18px;
  text-indent: -999px;
  overflow: hidden;
}

#cboxClose {
  background: url(lightbox_sprites.png) -36px 0px no-repeat;
}

#cboxPrevious {
  background: url(lightbox_sprites.png) 0px 0px no-repeat;
}

#cboxNext {
  background: url(lightbox_sprites.png) -18px 0px no-repeat;
  left: 25px;
}


/* ************ SUCHVERSION *********** */

#searchborder {
  background: #f1f1f1;
  padding: 20px 5%;
  margin: 0px;
  float: left;
  display: block;
  clear: both;
  width: 90%;
  color: #423b35 !important;
}

.search_decription {
  padding: 15px 30px 5px;
  background: #A9AF4B;
  border-radius: 35px;
  margin: 15px 0 15px 0;
  color: #fff;
  display: table;
  position: relative;
}

.search_decription:before {
  content: "";
  background: url(search_bubble.png) left top no-repeat #A9AF4B;
  height: 21px;
  width: 34px;
  position: absolute;
  top: -21px;
  right: 50px;
}

#searchborder .logo {
  cursor: default;
  width: 254px !important;
}

#searchcontent {
  background: #f1f1f1;
  padding: 10px 5%;
  width: 90%;
  margin-top: 0px;
  float: left;
  display: block;
  clear: both;
}


#searchcontent  .farbe1 {
  background: #f1f1f1;
}

#searchcontent h2,#searchcontent h1  {
  color: #423b35;
}



#text-search {
  width: 100%;
  border: 0px;
  border-bottom: 5px solid #A9AF4B;
  min-height: 100px;
  background: none;
  font-size: 50px;
  font-family: 'Dosis', arial;
  color: #c9c9c9;
}

.search_close {
  height: 27px;
  width: 27px;
  background: url(close.png) left top no-repeat;
  position: absolute;
    right: 50px;
    top: 50px;
  cursor: pointer;
}

.highlight {
    background-color: #A9AF4B;
  color: #fff;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}

.highlight {
    padding:1px 4px;
    margin:0 -4px;
}

/* *** ELEMENTE AUSBLENDEN *** */

#searchborder .headerslide, #searchborder .ui-tabs-nav, #searchborder .tx-jfmulticontent-pi1 h3, #searchborder .owlgalerie #sync2, #searchborder .ui-accordion-header, #searchborder .header, #searchborder .owl-controls {
  display: none !important
}
/* *** ELEMENTE AUSBLENDEN *** */

#searchborder .bereiche {
  margin-top: 0px;
}

#searchborder .oben {
  position: relative;
  width: auto !important;
  float: right !important;
}

#searchborder .logo {
  top: -60px;
  right: -30px;
  width: 90px;
  height: auto;
}

/* *** ERSTER BEREICH ABSTAND ENTFERNEN *** */
#searchborder .csc-default:first-child {
  margin-top: 0px !important;
}

#searchborder .bereiche:first-child {
  margin-top: 0px !important;
}
/* *** ERSTER BEREICH ABSTAND ENTFERNEN *** */

/* *** ACCORDION *** */
#searchborder .tx-jfmulticontent-pi1 li {
  display: block;
  float: left;
  clear: both;
  background: none;
}

#searchborder .tx-jfmulticontent-pi1 .ui-widget-content {
  display: block !important;
}

#searchborder.tx-jfmulticontent-pi1 .inhalt_normal, #searchborder .bereiche:first-child .inhalt_normal {
  border: 0px;
}

#searchborder .tx-jfmulticontent-pi1 h2 {
  font-size: 18px;
  color: #15A9B5;
}
/* *** ACCORDION *** */

/* *** SLIDER *** */

#searchborder .anythingSlider {
  height: auto !important;
}

#searchborder .anythingSlider .anythingWindow {
  display: block;
    height: auto !important;
    overflow: visible !important;
}

#searchborder .anythingSlider .anythingBase {
  position: static !important;
  left: 0px !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  padding: 15px 0 !important;
}

#searchborder .anythingSlider .panel {
  float: none !important;
  overflow: visible !important;
  height: auto !important;
}

#searchborder .anythingSlider .cloned {
  display: none !important;
}

#searchborder .arrow {
  display: none !important;
}

#searchborder .owlslider, #searchborder .owlgalerie {
  display: none;
}
/* *** SLIDER *** */

/* *** LIGHTBOX *** */
#cboxLoadedContent {
  margin-top: 20px;
  margin-bottom: 0px;
}

#cboxCurrent {
  display: none !important;
}

#cboxTitle, #cboxPrevious, #cboxNext, #cboxClose  {
  top: 0px;
  bottom: auto;
}
/* *** LIGHTBOX *** */

/* +++ RESPONSIVE FÜR FORMHANDLER +++ */
@media (max-width:820px){
  .Tx-Formhandler, .formhandler input, .formhandler textarea {
    font-size: 18px !important;
  }
  
  .formhandler label {
    width: 23% !important;
  }
  
  
}

@media (max-width:820px){
  .formhandler input[type="submit"] {
    width: 74% !important;
    margin-right: 15px !important;
  }

}

@media (max-width:500px){
  .formhandler input[type="submit"] {
    margin-right: 10px !important;
    width: 75% !important;
  }
}

@media (max-width:340px){
  .formhandler label, .formhandler textarea, .formhandler input {
    width: 92% !important;
    float: left !important;
    /*clear: both;*/
  }
  
  #c289 iframe {
    height: 415px !important;
  }
  
  .formhandler input[type="submit"] {
    width: 100% !important;
  }
}/* ********************* FORMHANDLER NEWSLETTERAN/ABMELDUNG ************************* *//* Anmeldung und Aktualisierung*/.Tx-Formhandler .tx-formhandler-subscription-requestsubscription fieldset, .Tx-Formhandler .tx-formhandler-subscription-updatesubscription fieldset {  border: 0px;  padding-bottom: 0px;}.Tx-Formhandler .tx-formhandler-subscription-requestsubscription .type-text input, .Tx-Formhandler .tx-formhandler-subscription-updatesubscription .type-text input{  background: #fff;  width: 280px;  border: 6px solid #B3AFAC;  padding: 3px 5px;  margin: 5px 0 0 0;  font-size: 18px;}.Tx-Formhandler .tx-formhandler-subscription-requestsubscription .type-text input:first-child, input#tx_formhandler_requestsubscription_email, .Tx-Formhandler .tx-formhandler-subscription-updatesubscription .type-text input:first-child {  margin: 0;}.Tx-Formhandler .tx-formhandler-subscription-requestsubscription .type-text label, .Tx-Formhandler .tx-formhandler-subscription-updatesubscription .type-text label{  width: 160px;  display: block;  float: left;}.tx-formhandler-subscription-requestsubscription legend {  width: 100%;  display: none;}.Tx-Formhandler .tx-formhandler-subscription-requestsubscription [type=submit], .Tx-Formhandler .tx-formhandler-subscription-updatesubscription [type=submit]{  margin: 10px 0 0 160px;  color: #fff;  border: 0;  height: 30px;  cursor: pointer;    background: #8cb437;  width: 302px;}.tx-formhandler-subscription-requestsubscription .error, .tx-formhandler-subscription-updatesubscription .error {  background: #9E1414;   padding: 10px 20px;  color: #fff;  margin: 0;}.tx-formhandler-subscription-requestsubscription .csc-mailform .error, .tx-formhandler-subscription-updatesubscription .csc-mailform .error {  color: #9E1414;   background: none;   padding: 0px;  margin: 0;}/* Anmeldung ändern oder abmelden */.Tx-Formhandler .tx-formhandler-subscription-requestmodification fieldset , .Tx-Formhandler .tx-formhandler-subscription-removesubscription fieldset {  border: 0px;  padding: 10px 0 15px 0;}.Tx-Formhandler .tx-formhandler-subscription-requestmodification legend, .Tx-Formhandler .tx-formhandler-subscription-removesubscription legend {  font-size: 24px;  color: #dede98;  padding: 10px 0 0 0px;  margin: 15px 0 10px 0;  width: 100%;}.Tx-Formhandler .tx-formhandler-subscription-requestmodification label{  display: block;    float: left;    width: 160px;  padding: 5px 0 0 0;}.Tx-Formhandler .tx-formhandler-subscription-requestmodification input{  background: #fff;  width: 280px;  border: 6px solid #B3AFAC;  padding: 3px 5px;  margin: 5px 0 0 0;  font-size: 18px;}.Tx-Formhandler .tx-formhandler-subscription-requestmodification .type-text{  margin: 0 10px 0 0px;}.Tx-Formhandler .tx-formhandler-subscription-requestmodification .type-button{  margin: 20px 0 0 0px;}.Tx-Formhandler .tx-formhandler-subscription-requestmodification [type=submit], .Tx-Formhandler .tx-formhandler-subscription-removesubscription [type=submit]{  margin: 10px 0 0 160px;  color: #fff;  width: 305px;  border: 0px;  height: 30px;  cursor: pointer;    background: #8cb437;}.Tx-Formhandler .tx-formhandler-subscription-removesubscription [type=submit] {  margin: 10px 0 0 25px;}.tx-formhandler-subscription-requestmodification .error {  background: #c73531;   padding: 10px 20px;  color: #fff;  margin: 15px 0 0 0;}.Tx-Formhandler .tx-formhandler-subscription-removesubscription .type-check {  margin-left: 20px;}

/*~ Kontaktformular ~*/
.tx-powermail h3, .tx-powermail .powermail_legend {
  display: none;
}

.tx-powermail .powermail_fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.tx-powermail .powermail_fieldset > div {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.tx-powermail .powermail_fieldset > div:last-child {
  margin-bottom: 0;
}

.tx-powermail .powermail_fieldset > div label {
  min-width: 25%;
  margin-right: 5%;
  float: left;
}

.tx-powermail .powermail_fieldset > div input, .tx-powermail .powermail_fieldset > div textarea {
  width: calc(70% - 20px);
  float: right;
  margin: 0;
  padding: 5px;
  border: 5px solid #B3AFAC;
  font-family: 'Dosis', arial, sans-serif;
}

.tx-powermail .powermail_fieldset > div input.powermail_submit {
  background: #8cb437;
  border: none;
  width: 70%;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  color: white;
  font-size: 20px;
  padding: 3px 0;
}

.parsley-errors-list {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: -5px;
}

.parsley-custom-error-message {
  font-size: 14px;
  background: #B3AFAC;
  padding: 2px;
}

/*~ Header-Teaser ~*/
.hohneabs {
  padding: 20px 0 0 0;
}

.hohneabs .csc-header > * {
  margin: 0;
}

.hohneabs + .hohneabs {
  padding-top: 0;
  padding: 0 0 20px 0;
}

.hohneabs + .hohneabs .csc-header > * {
  margin: 0 0 10px 0;
}

.headerteaser {
  position: relative;
  margin-bottom: 30px;
}

.headerteaser .csc-textpic-image {
  position: absolute;
  bottom: -40px;
  left: 20px;
}

/*~ Whatsapp Slidein ~*/
.whatsapp_button {
  position: fixed;
  left: 0;
  top: 490px;
  z-index: 29;
  background: #A0B029;
  height: 50px;
  width: 50px;
  display: none;
}

.whatsapp_button * {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  float: left;
  width: 100%;
  clear: both;
}

.headerteaser+#c398 {
  float: right;
  margin-top: -60px;
  margin-right: calc(50% - 500px);
}

.headerteaser+#c398 a{
  float: left;
  background: #37a38b;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: ease all 0.3s;
}

.headerteaser+#c398 a:hover{
  background: #8cb437;
}
/*
     FILE ARCHIVED ON 05:37:01 Jan 11, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:25:08 Feb 16, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.708
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.01
  esindex: 0.016
  cdx.remote: 43.701
  LoadShardBlock: 383.257 (3)
  PetaboxLoader3.datanode: 342.915 (4)
  PetaboxLoader3.resolve: 104.826 (2)
  load_resource: 121.468
*/

.gallerie {
  float: left;
  clear: both;
  width: 100%;
}

.owl-stage-outer {
  float: left;
  clear: both;
  width: 100%;
  position: static;
}

.owl-stage-outer .owl-stage {
  float: left;
  clear: both;
  width: 90%;
  margin: 0 5%;
  position: static;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.owl-stage-outer .owl-stage .owl-item {
  width: 150px;
}

.gallerie .owl-item .csc-textpic-image {
  border: 2px solid #B2B2AA;
}

.owl-carousel .owl-stage:after {
  display: none !important;
}

.logo a {
  display: block;
}