/*

lightgreen: #9fbf3a
fontgreen: #6b8f24

orange: #efa02c
fontorange: #efa02c


*/

#printinfo {display: none;}

html {
	font-size: 101%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	color: #666;
	background: #f1f1f1;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

#stage {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: #6b8f24;	
}

.row {
	clear: both;
	width: 100%;
	background: #fff;
}

.row:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.alignRight {
	float: right;
}

/* gen */

address {
	font-style: normal;
	margin-bottom: 10px;
}

/* header */

header {
	text-align: center;
	background: #fff;
}

#meta {
	position: relative;
	background-color: #9fbf3a;
	padding: 10px 70px;
	text-align: left;
}

#meta li {
	display: inline;
}

#meta, #meta li a {
	font-size: 1em;
	line-height: 1.3em;
	color: #fff;
	text-decoration: none;
	padding-left: 20px;
}

#meta li a:hover {
	text-decoration: underline;
}

#meta li.phone a {
	background: url(../img/icon-phone-green.png) 0 4px no-repeat;
}

#meta li.email a {
	margin-left: 10px;
	background: url(../img/icon-email-green.png) 0 4px no-repeat;
}

#meta li.search .searchIconBtn {
	cursor: pointer;
	background: transparent;
	border: none;
	padding-left: 20px;
}

#meta li.search .searchIconBtn span.iconContainer {
	vertical-align: bottom;
	background-image: url(../img/icon-search.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 20px;
	height: 20px;
	padding-left: 0px;
	display: inline-block;
}

#meta li.search .searchIconBtn span.text {
	display: none;
}

nav {
	text-align: center;
}


#logo {text-align: center;
	width: 100%;
}

#logo img {
	width: 100%;
	max-width: 308px;
	margin: 15px 0;
}

.searchContainer {
	position: absolute;
	top: 41px;
	left: 0;
	width: 100%;
	background-color: #9fbf3a;
	padding: 10px 70px 10px 20px;
	margin-top: -61px;
	transition: all 0.5s ease-in;
	z-index: 1;
}

header .row #meta {
	position: relative;
	z-index: 2;
}

.searchContainer.show {
	margin-top: 0;
}

.searchContainerContent {
	margin-bottom: 15px;
}

.searchContainer .searchFieldGroup,
.searchContainerContent .searchFieldGroup {
	display: flex;
}

.searchContainer .searchBtn,
.searchContainerContent .searchBtn {
	width: 15%;
	margin-bottom: 0;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	border-right: none;
}

.searchContainer .searchField,
.searchContainerContent .searchField {
	width: 85%;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.resultContainer a {
	text-decoration: none;
}

.resultContainer a:hover {
	text-decoration: underline;
}

.resultContainer a:hover h4 {
	color: #efa02c;
}

.resultContainer a h4 {
	text-decoration: none;
	margin-bottom: 0;
}

@media all and (max-width: 840px) {
	.searchContainer .searchBtn,
	.searchContainerContent .searchBtn {
		width: 28%;
	}
	.searchContainer .searchField,
	.searchContainerContent .searchField {
		width: 72%;
	}
}

@media all and (max-width: 500px) {
	.searchContainer {
		padding: 10px 20px;
	}
}

.highlightedtext span {
	color: #efa02c;
}


/* navi */
nav {
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	padding-bottom: 40px;
}

nav ul a {
	font-size: 1.2em;
	line-height: 1.4em;
	text-decoration: none;
	color: #6b8f24;
	background: #fff;
	padding: 0 12px 0 12px;
}

nav ul li {
	list-style: none;
}

nav ul li.dropdown {
	position: relative; 
	display: inline-block;
}


.pulldown {
  display: none;
  position: absolute;
  top: 1.4em;
  min-width: 160px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  padding: 12px 0 0 0;
  z-index: 1;
  list-style: none;
}




nav ul.pulldown a {
	display: block;
	float: none;
	font-size: 1.1em;
	line-height: 1.5em;
	min-width: 150px;
	color: #666;
	background: transparent url(../img/bg-navmain.png);
	padding: 5px 15px 5px 15px;
	text-transform: none;
	text-align: left;
	white-space: nowrap;
}

nav ul.pulldown a:hover {
	color: #efa02c;
}


nav ul a.act, nav ul.pulldown a.act {
	color: #efa02c;
}


.pulldown ul {
	/*display: none;*/
}

.pulldown ul a {
	font-size: 0.9em!important;
	line-height: 1.3em!important;
	padding: 5px 15px 5px 30px!important;
}

.dropdown:hover .pulldown {
  display: block;
}



nav a.togglemenue {
	display: none;
	text-decoration: none;
	width: 100%;
	height: 40px; 
	margin-bottom: 20px;
	background: #f2f2f2 url(../img/bg-toggle2.png) right 0 no-repeat;
}



/* 
#############
   visual 
#############

*/
#sliderwrapper {
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}

#homeslideshow li {
	background-size: cover!important;
}

.slidertitle {
	position: absolute; 
	top: calc(50% - 80px); 
	left: calc(50% - 250px);
	width: 80%;
	/* height: 80%; */
	max-height: 160px; 
	max-width: 510px; 
	padding: 20px;
	border: 2px solid #fff;
	z-index: 100;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	color: #fff;
	font-size: 2.8em;
}

.slidertitle a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}


.slidermore {
	position: absolute; 
	left: calc(50% - 100px);
	bottom: 13%;
	z-index: 110;	
	color: #fff;
	font-size: 2.2em;
	text-decoration: none;
}

/* ff ueberschreibt werte von slippry.css */
.sy-pager {
	position: absolute; 
	margin-top: -40px;
	z-index: 100;
}

.sy-pager li {
    width: 1.4em;
    height: 1.4em;
}
  
.sy-pager li.sy-active a {
      background-color: #ffdd00;
	  border: 1px solid #fff;/* ffdd00 */
}
.sy-pager li a {
      background-color: transparent;
	  border: 1px solid #fff;/* ffdd00 */
}

.sy-pager li a:hover, .sy-pager li a:focus {
      background-color: #ffdd00;
       opacity: 1; }

/* ###################
     C O N T E N T 
   ################### */
   


/* gen */

h1 {
	font-weight: normal;
	font-size: 2.5em;
	color: #fff;
	padding: 5px;
	background-color: #efa02c;
	line-height: 1em;
	margin-bottom: 0;
	text-align: center;
}

.home h1 {
	font-weight: normal;
	font-size: 2.5em;
	color: #6b8f24;
	background-color: inherit;
	line-height: 1em;
	margin-bottom: 20px;
}


h2 {
	display: block;
	font-weight: normal;
	font-size: 2.2em;
	color: #6b8f24;
	padding: 5px 5px 5px 0;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.home h2 {
	display: block;
	font-weight: normal;
	font-size: 2.2em;
	color: #fff;
	background-color: #9fbf3a;
	padding: 5px 5px 5px 0;
	text-align: center;
	text-transform: uppercase;
}



h3, h4 {
	margin: 20px 0 10px 0;
}



p {
	font-size: 1.05em;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.cmsblock h2 {
	/* silbentrennung */
   -moz-hyphens: none;
   -o-hyphens: none;
   -webkit-hyphens: none;
   -ms-hyphens: none;
   hyphens: none; 
	
} 
   
/* home */
.homeint {
	padding: 30px 0;
}
#homeintro {
	width: 100%;
	max-width: 1040px;
	padding: 30px;
	background-color: #f1f5e2;
	margin: 0 auto;
	text-align: center;
}   


/* home news */

#homenews {
	padding: 0 0 40px 0;
}
   
#teaserblock {
	width: 100%;
	max-width: 1090px;
	margin: 40px auto;
	padding: 0 0 15px 0;
}

.contentContainer {
    width: 100%;
    padding: 30px;
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
}

   
.newsteaser {
	float: left;
	width: 240px;
	min-height: 320px;
	margin: 0 0 25px 25px;
	background-color: #f0f5df;
	text-align: center;
}

.newsteaser:first-child {
	
}


.newsteaser .img {
	height: 185px;
	background: #fff url(../img/bg-newsteaser.gif) 0 80px no-repeat;
}

.newsteaser img {
	width: 70%;
	border-radius: 50%;
}

.newsteaser a {
	display: block;
	text-decoration: none;	
}

.newsteaser a:hover {
	text-decoration: underline;	
}

.newsteaser a.date {
	color: #efa02c;
}

.newsteaser a.teasert {
	color: #666;
}


.newsteaser a.teasert, .newsteaser a.more {
	padding: 5px 10px;
	font-size: 0.8em;
	line-height: 1.2em;
}

.newsteaser .more {
	color: #6b8f24;
	text-transform: uppercase;
}

#path ul {
	margin: 0!important;
	padding: 0!important;
}
#path li {
	list-style: none;
	display: inline-block;
	color: #efa02c;
}

#path {
	margin-bottom: 20px;
}


#path a {
	text-decoration: none;
	color: #efa02c!important;
}

#path li {
	border-right: 2px solid #efa02c;
	padding: 0 5px!important;
	margin: 0!important;
}

#path li:last-child {
	border: none;
	color: #666;
}

#path li:last-child a {
	color: #666!important;
}

/*
#path li.rex-lvl2::before, #path li.rex-lvl3::before {
	content: "|";
}


#path li.rex-lvl1 a {
	text-decoration: none;
	color: #efa02c;
}
*/

/* colleft */

#colleft {
	width: 225px;
	float: left;
	min-height: 200px;
	text-align: right;
	padding-top: 50px;
}


#colleft li {
	display: inline;
	list-style: none;
}

#colleft li a {
	display: block;
	width: auto;
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	padding: 7px 20px;
}

#colleft li li a {
	font-size: 0.9em;
	padding: 1px 35px;
	background: url(../img/icons/navsubsub.gif) 200px 10px no-repeat;
}

#colleft li a:hover {
	color: #efa02c;
	text-decoration: underline;
}

#colleft li li a:hover {
	color: #efa02c;
	text-decoration: underline;
}

#colleft li a.active {
	color: #efa02c;
}
#colleft li li a:hover, #colleft li li a.active {
	background: url(../img/icons/navsubsub_act.gif) 200px 10px no-repeat;
}

/* content */

#content {
	width: calc(100% - 225px);
	min-height: 200px;
	float: left;
	background: #fff;
	padding: 20px;	
	
	/* silbentrennung */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}


#content ul {
	margin: 10px 20px;
	padding: 5px 10px;
}

#content li {
	padding: 5px;
}



#content a {
		color: #6b8f24; /* was 666 rma20220516 */
}

/* ###################
     footer sl
   ################### */
   
.itemsbox {
	width: 100%;
	max-width: 1090px;
	margin: 20px auto;
}

footer .itemsbox {
	margin: 60px auto;
}
   
.infoitem {
	float: left;
	width: 240px;
	margin: 0 0 25px 25px;
	color: #fff;
	line-height: 1.35em;
	padding-bottom: 20px;
}

.infoitem:first-child {
}

.infoitem h4 {   
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.1em;
	text-transform: uppercase;
	margin: 10px 0 5px 0;
}

.infoitem a {   
	color: #fff;
	text-decoration: none;
}
.infoitem a:hover {   
	text-decoration: underline;
}
   
.infoitem p {   
	margin-bottom: 5px;
}
 
/* home */

#homekontakt {
	background-color: #efa02c;
	padding-bottom: 40px;
}

#homekontakt h2 {
	margin-bottom: 0;
}

#gmaps {
}

#homekontakt .infoitem {
	padding-left: 30px;
	background-repeat: no-repeat;
}

#homekontakt .infoitem.phone {
	background-position: 0 13px;
	background-image: url(../img/icon-phone-orange.png);
}
#homekontakt .infoitem.email {
	background-position: 0 13px;
	background-image: url(../img/icon-email-orange.png);
}
#homekontakt .infoitem.open  {
	background-position: 0 12px;
	background-image: url(../img/icon-clock-orange.png);
}
#homekontakt .infoitem.addr {
	background-position: 0 13px;
	background-image: url(../img/icon-post-orange.png);
}

/* FOOTER */

footer {
	clear: both;
	background-color: #6b8f24;
	background-image: url(../img/bg-foot.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
	-moz-hyphens: none;
   -o-hyphens: none;
   -webkit-hyphens: none;
   -ms-hyphens: none;
   hyphens: none; 
}

#footerlogos {
	width: auto;
	text-align: center;	
	background: #fff;
	padding: 80px 20px;
	margin-left: 225px;
}

.home #footerlogos {
	margin-left: 0;
}

#footerlogos img {
	margin-bottom: 20px;
}


#footerlogos a {
	padding: 0 10px;
}

#foot {
	padding: 80px 0 10px 0;
	width: 100%;
	text-align: center;
	clear: both;
}

#foot ul {
	margin-bottom: 5px;
}

#foot ul:first-child {
	display: none;
}

#foot li {
	display: inline;
}

#foot li a {
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
}

#foot li a:hover {
	text-decoration: underline;
	color: #fcee21;
}

#foot li a.act {
	text-decoration: none;
	color: #fcee21;
}

.clearfix::after, .bildergalerie::after, .cmsblock::after {
  content: "";
  clear: both;
  display: table;
}

