

#Fontspacer{
/**
#
#
#
**/
}


		@font-face {
			font-family: 'EncodeSans-Regular';
			font-display: auto;
			src: url('/templates/parcoverde18/fonts/EncodeSans-Regular/EncodeSans-Regular.eot');
			src: url('/templates/parcoverde18/fonts/EncodeSans-Regular/EncodeSans-Regular.eot?#iefix') format('embedded-opentype'),
				url('/templates/parcoverde18/fonts/EncodeSans-Regular/EncodeSans-Regular.woff2') format('woff2'),
				url('/templates/parcoverde18/fonts/EncodeSans-Regular/EncodeSans-Regular.woff') format('woff'),
				url('/templates/parcoverde18/fonts/EncodeSans-Regular/EncodeSans-Regular.ttf') format('truetype'),
				url('/templates/parcoverde18/fonts/EncodeSans-Regular/EncodeSans-Regular.svg#OratorStdMedium') format('svg');
			font-weight: normal;
			font-style: normal;
		}
		
		@font-face {
			font-family: 'EncodeSansCondensed-Light';
			font-display: auto;
			src: url('/templates/parcoverde18/fonts/EncodeSansCondensed-Light/EncodeSansCondensed-Light.eot');
			src: url('/templates/parcoverde18/fonts/EncodeSansCondensed-Light/EncodeSansCondensed-Light.eot?#iefix') format('embedded-opentype'),
				url('/templates/parcoverde18/fonts/EncodeSansCondensed-Light/EncodeSansCondensed-Light.woff2') format('woff2'),
				url('/templates/parcoverde18/fonts/EncodeSansCondensed-Light/EncodeSansCondensed-Light.woff') format('woff'),
				url('/templates/parcoverde18/fonts/EncodeSansCondensed-Light/EncodeSansCondensed-Light.ttf') format('truetype'),
				url('/templates/parcoverde18/fonts/EncodeSansCondensed-Light/EncodeSansCondensed-Light.svg#OratorStdMedium') format('svg');
			font-weight: normal;
			font-style: normal;
		}
		



#header{
	height:179px;
	width:100%;
	min-width:550px;
	background-color:rgba(96,140,1,1);
}
#headerin{
	position:relative;
	max-width:792px;
	height:179px;
	
	margin:0 auto;
	
	background: url('/templates/parcoverde18/images/logo.png');
	background-repeat:no-repeat;
	background-position:center center;
	
	/**
	background-color:rgba(96,140,155,0.5);
	**/
}
#gohomein{
	cursor:pointer;
	margin:0 auto;
	width:300px;
	height:129px;
}
#icons{
	height:50px;
	width:100%;	
}

#icons .le{
	position:relative;
	float:left;
	width:50%;
	height:50px;
}

#icons .le .lang{
	float:left;
	width:50px;
	height:50px;
	cursor:pointer;
}
#icons .le .lang:hover{
	filter: gray() alpha(opacity=70);
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#icons .le .de{
	background: url('/templates/parcoverde18/images/sprachen.png');
	background-repeat:no-repeat;
	background-position:0px top;
}
#icons .le .en{
	background: url('/templates/parcoverde18/images/sprachen.png');
	background-repeat:no-repeat;
	background-position:-50px top;
}
#icons .le .fr{
	background: url('/templates/parcoverde18/images/sprachen.png');
	background-repeat:no-repeat;
	background-position:-100px top;
}
#icons .le .it{
	background: url('/templates/parcoverde18/images/sprachen.png');
	background-repeat:no-repeat;
	background-position:-150px top;
}




#icons .re{
	position:relative;
	float:right;
	width:50%;
	height:50px;
}
#icons .re .div{
	float:right;
	width:50px;
	height:50px;
	cursor:pointer;
}
#icons .re .div:hover:not(.nonhover){
/**#icons .re .div:hover{**/
	filter: gray() alpha(opacity=70);
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#icons .re .mail{
	background: url('/templates/parcoverde18/images/icon_top.png');
	background-repeat:no-repeat;
	background-position:-146px top;
}
#icons .re .contact{
	background: url('/templates/parcoverde18/images/icon_top.png');
	background-repeat:no-repeat;
	background-position:-94px top;
}
#icons .re .cal{
	background: url('/templates/parcoverde18/images/icon_top.png');
	background-repeat:no-repeat;
	background-position:-50px top;
}
#icons .re .navi{
	position:relative;
	background: url('/templates/parcoverde18/images/icon_top.png');
	background-repeat:no-repeat;
	background-position:0px top;
}





.onlyprint {
	display:none;
}

.noprint {
	display:block;
}


.aufheller{
	filter: gray() alpha(opacity=50);
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
}

*{
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-text-size-adjust: none;

	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
	
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;

	/**
	-webkit-user-select:none;
	**/
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	
	padding: 0;
	margin: 0;
}
html,
body{
	height:100%;
}
body {
	font-family: "EncodeSans-Regular", Verdana, Geneva, serif!important;
	color:#116102;
	font-size:30px;
	line-height: 40px;
	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height:100%;
	
	padding:0px;
	margin:0px;
	
	background-color:rgba(246,244,198,1);
	outline: none;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:link,
a:visited{
	color:#14390c;
	text-decoration:none;
}
a:hover{
	color:#14390c;
	text-decoration:underline;
}
a:focus {
	outline: none;
}

img{
	border:0px;	
}
.wrap,
.clear{
	clear:both;
}
.clear::after,
.clear:after{	
	content: '';
    display: block;
    clear: both;
}
/********************************/
/**********Schriften*************/
strong,
.titel {
	/**
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #003300;
	**/
}
.textklein {
	font-size: 20px;
	line-height: 30px;
}


h1,
h2,
h3{
	font-size:30px;
	line-height: 40px;
	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}







#navigation{
	display:none;
	position:absolute;
	z-index:9999999999999999999999999999;
	top:50px;
	right:0px;
	margin-right:4px;
	height:auto;
}

#navigation ul{
	position:relative;
	list-style-type:none;
	margin: 0;
	padding: 0;
	background-color:rgba(96,140,1,0.9);
}

#navigation ul a{
	font-size:21px;
	line-height:21px;
	
	display:block;
	text-decoration:none;
	white-space: nowrap;
	padding:6px 70px 6px 35px;
	
	color:rgba(17,97,2,1);
	border-right:1px solid rgba(17,110,0,1);
	border-left:1px solid rgba(17,110,0,1);
	border-bottom:1px solid rgba(17,110,0,1);
}
#navigation ul a.aktive,
#navigation ul a:hover{
	color:rgba(183,204,15,1);
}







#sozialeicon{
	z-index:999999999999999999999999999999999;
	position:absolute;
	top:200px;
	left:20px;
	width:68px;
}

#sozialeicon div{
	width:68px;
	height:68px;
	cursor:pointer;
}
#sozialeicon div:hover{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	
	filter: gray() alpha(opacity=80);
	opacity: 0.80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
}
#sozialeicon div.fb{
	background: url('/templates/parcoverde18/images/facebook.png');
	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:10px;
}
#sozialeicon div.tw{
	background: url('/templates/parcoverde18/images/twitter.png');
	background-repeat:no-repeat;
	background-position:left top;
}












#pfeil{
	display:none;
	position:fixed;
	cursor:pointer;
	right:0px;
	bottom:20px;
	width:45px;
	height:45px;
	margin-right:20px;
	
	background: url('/templates/parcoverde18/images/top.png');
	background-repeat:no-repeat;
	background-position:left top;
	background-size:100%;
	
	filter: gray() alpha(opacity=50);
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
}
#pfeil:hover{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	
	filter: gray() alpha(opacity=99);
	opacity: 0.99;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
}











.sliderConent{
	font-family: 'EncodeSansCondensed-Light', Verdana, Geneva, serif!important;
	max-width:792px;
	width:100%;
	margin:0 auto;
	padding-top:25px;
	padding-bottom:60px;
	
	page-break-after: always;
}
.sliderConent:last-child{
	padding-bottom:10px;
}
.sliderConent table{
	width:auto;
}
.sliderConent table tr:hover{
	background-color:rgba(17,110,0,0.1);
}
.sliderConent table td{
	white-space: nowrap;
	padding:5px;
	padding-right:40px;
	border-bottom:1px solid rgba(17,110,0,0.5);
}

.conimage{
	position:relative;
	width:100%;
	min-height:350px;
	height:50%;
	background-color:rgba(17,110,0,0.5);
	overflow:hidden;
}

.conimage img{
	width:100%!important;
	height:100%!important;
	position:absolute;
	z-index:10;
}

.conimage p{
	width:100%!important;
	height:100%!important;
	position:absolute;
	z-index:100000;
}
.conimage p img{
	width:100%!important;
	height:100%!important;
	position:absolute;
	z-index:100000;
	
	-webkit-user-select: none!important; /* Safari */        
	-moz-user-select: none!important; /* Firefox */
	-ms-user-select: none!important; /* IE10+/Edge */
	user-select: none!important; /* Standard */
	
	pointer-events: none;
}

.conimage div{
	position:absolute;
	z-index:99999999999;
	cursor:pointer;	
	width:86px;
	height:100%;
}
.conimage div:hover{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	
	filter: gray() alpha(opacity=80);
	opacity: 0.80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
}
.conimage .back{
	left:0px;
	background: url('/templates/parcoverde18/images/back.png');
	background-repeat:no-repeat;
	background-position:left center;
	background-size:100%;
}
.conimage .ff{
	right:0px;
	background: url('/templates/parcoverde18/images/ff.png');
	background-repeat:no-repeat;
	background-position:left center;
	background-size:100%;
}



