/*---Loader---*/

.loader{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#fff;
	overflow:hidden;
	z-index:99;
}
.loader .loader-image{
    position:absolute;
    width:100px;
  	height:100px;
	margin-top:-50px;
    margin-left:-45px;
    left:50%;
    top:48%;
}
@media(max-width:639px){
	.loader .loader-image{
    	width:60px;
  		height:60px;
		margin-top:-30px;
    	margin-left:-28px;
    	left:50%;
    	top:48%;
	}
}
.loader .loader-image img{
    width:100px;
  	height:100px;
}
@media(max-width:639px){
	.loader .loader-image img{
   	 	width:60px;
  		height:60px;
	}	
}

/*---Top---*/

.top-container{
	width:100%;
	background-color:#fff;
	height:210px;
	z-index:10;
}
.top-container .logo img{
	display:block;
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
	width:250px;
}
@media(max-width:767px){
	.top-container{
		height:80px;
		border-bottom:solid 10px #538234;
	}
	.top-container .logo img{
		padding-top:3px;
		margin-left:10px;
	}
}
.top-container .navi-mobile-background{
	position:fixed;
	top:15px;
	right:15px;
	width:40px;
	height:40px;
	background-color:rgba(255,255,255,0.7);
	z-index:11;
}

/*---Navigation Responsive---*/

.navi-responsive{
	width:100%;
	height:34px;
	background-color:#538234;
	text-align:center;
	z-index:10;
}
.navi-responsive .item{
	display:inline;
	font-size:13px;
	color:#fff;
	line-height:38px;
	letter-spacing:0.5px;
	text-transform:uppercase;
	text-decoration:none;
	padding-left:12px;
	padding-right:12px;
	margin-left:-4px;
	border-right:solid 1px #fff;
}
.navi-responsive .item:last-child{
	border-right:none;
}
.navi-responsive .item-active{
  	font-weight:400;
}
.navi-sticky{
	display:none;
	position:fixed;
	top:0;
	width:100%;
	z-index:98;
}
@media(min-width:768px){
	.top-sticky{
		margin-bottom:34px;
	}
}

/*---Navigation Mobile---*/

.navi-mobile{
	position:fixed;
	top:15px;
	right:15px;
	width:40px;
	height:40px;
	text-align:center;
	z-index:98;
}
.navi-mobile i{
	font-size:20px;
	margin:10px;
	cursor:pointer;
	color:#538234;
}
.navi-mobile-overlay{
	position:fixed;
	width:100%;
	height:100%;
	background-color:rgba(83,130,52,0.98);
	-moz-transform:translateX(0px) translateY(-1500px);
    -webkit-transform:translateX(0px) translateY(-1500px);
    -o-transform:translateX(0px) translateY(-1500px);
    -ms-transform:translateX(0px) translateY(-1500px);
    transform:translateX(0px) translateY(-1500px);
    transition:all 500ms ease;
	overflow:hidden;
	z-index:97;
}
.navi-mobile-overlay-active{
	-moz-transform:translateX(0px) translateY(-80px);
    -webkit-transform:translateX(0px) translateY(-80px);
    -o-transform:translateX(0px) translateY(-80px);
    -ms-transform:translateX(0px) translateY(-80px);
    transform:translateX(0px) translateY(-80px);
    transition:all 500ms ease;
}
.navi-mobile-menu{
	position:relative;
	top:0px;
	margin-left:auto;
	margin-right:auto;
}
.navi-mobile-menu .logo img{
	display:block;
	margin:20px auto 40px auto;
	width:80px;
}
.navi-mobile-menu .item{
	display:block;
	font-size:18px;
	color:#fff;
  	font-weight:200;
	line-height:40px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}
.navi-mobile-menu .item-active{
  	font-weight:400;
}

/*---Header-Image---*/

.page-header{
	position:relative;
	margin:0px;
	padding:0px;
}
.page-header img{
    width:100%;
	margin-bottom:-7px;
}
.page-header .banner{
	position:absolute;
  	top:30px;
  	left:50px;
	color:#fff;
}
.page-header .banner h1{
	margin:0px;
	text-align:left;
	text-transform:uppercase; 
}
.page-header .banner h2{
	font-weight:400;
	text-align:left;
	text-transform:uppercase; 
}
@media(max-width:1279px){
	.page-header .banner{
  		top:30px;
  		left:50px;
	}
}
@media(max-width:1023px){
	.page-header .banner{
  		top:20px;
  		left:40px;
	}
}
@media(max-width:767px){
	.page-header .banner{
  		top:15px;
  		left:20px;
	}
}
.page-header .button{
	position:absolute;
	font-size:36px;
	left:0px;
	right:0px;
	width:50px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:-50px;
	z-index:90;
}

/*---Main Block---*/

.main-block{
	padding:30px 70px 30px 70px;
}
@media(max-width:767px){
	.main-block{
		padding:20px;
	}
}
@media(max-width:479px){
	.main-block{
		padding:20px 10px 20px 10px;
	}
}
.main-block p{
	margin-bottom:8px;
}

.main-block p:last-child{
	margin-bottom:0px;
}
.main-block .button{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:60px;
	margin-bottom:50px;
}
.main-block .btn-green{
	padding:8px 30px 5px 30px;
	font-size:13px;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	border:solid 1px #538234;
	margin-left:auto;
	margin-right:auto;
	width:120px;
}
@media(min-width:768px){
	.main-block .btn-green:hover{
		background-color:#538234;
		color:#fff;
		text-decoration:none;
		transition:all 500ms ease;
	}
}
.main-block .btn-white{
	padding:8px 30px 5px 30px;
	font-size:13px;
	font-weight:400;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	border:solid 1px #fff;
	margin-left:auto;
	margin-right:auto;
	width:120px;
}
@media(min-width:768px){
	.main-block .btn-white:hover{
		background-color:#fff;
		color:#538234;
		text-decoration:none;
		transition:all 500ms ease;
	}
}

/*---Blocks---*/

.block-1, .block-2, .block-3, .block-4, .block-5, .block-6, .block-7{
	padding-top:50px;
	padding-bottom:40px;
}
@media(max-width:479px){
	.block-1, .block-2, .block-3, .block-4, .block-5, .block-6, .block-7{
		padding-top:20px;
		padding-bottom:20px;
	}
}
@media(max-width:767px){	
	.block-1 h4{
		margin-bottom:0px;
	}
}
.block-1 h5{
	margin-top:20px;
	margin-bottom:10px;
}

.block-2{
	color:#426929;
	background-image:url(../img/green.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}

.block-3{
	color:#fff;
	background-image:url(../img/dark_green.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}

.block-5{
	color:#426929;
	background-image:url(../img/green.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:auto;
}

.block-6{
	color:#fff;
	background-image:url(../img/dark_green.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
.block-6 h5{
	margin-top:10px;
	margin-bottom:10px;
}

.block-7{
	color:#426929;
	padding-top:30px;
	padding-bottom:60px;
	margin-bottom:50px;
}
.block-7 h3{
	margin-bottom:-10px;
}
.block-7 h5{
	text-align:left;
    border-bottom:solid 1px #538234;
	margin-top:40px;
	margin-bottom:5px;
}
@media(max-width:767px){
	.block-7 h5{
		font-size:17px;
	}
}
.block-7 h6{
	text-align:left;
    border-bottom:solid 1px #538234;
	margin-bottom:5px;
}
.block-7 a{
	font-weight:400;
	font-size:14px;
	float:right;
}
.block-7 a:hover{
	color:#3d6126;
	text-decoration:none;
    transition:all 200ms ease;
}
.block-7 a i{
	font-size:24px;
	margin-left:7px;
	margin-right:1px;
}
.block-7 .fa-file-download{
	display:none;
}

.block-8{
	color:#426929;
	font-weight:500;
	padding-bottom:60px;
	background-image:url(../img/kontakt.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
.block-8 img{
	width:60px;
	margin-bottom:10px;
}
.block-8 h4{
	font-weight:500;
	color:#426929;
	margin-bottom:0px;
}
.block-8 h5{
	font-weight:500;
	color:#426929;
	margin-bottom:15px;
}
.block-8 h6{
	font-weight:500;
	color:#426929;
    line-height:24px;
	margin-bottom:10px;
}
.block-8 a{
	font-weight:500;
	color:#426929;
}
.block-8 i{
	width:20px;
	margin-right:7px;
	text-align:center;
}
.block-8 span{
	display:block;
	font-weight:300;
	margin-left:27px!important;
}

/*----Accordion----*/

.accordion{
	padding-bottom:10px;
	margin-top:-10px;
	margin-bottom:0px;
}
.accordion-toggle{
    border-bottom:solid 1px #538234;
    cursor:pointer;
    height:40px;
    margin-top:10px;
	margin-bottom:-10px;
	text-align:left;
	line-height:50px;
	text-transform:uppercase;
	clear:both;
}
.accordion-toggle i{
	width:20px;
	text-align:center;
	margin-left:5px;
	margin-right:10px;
}
.accordion-toggle .fa-angle-right{
    float:right;
	font-size:22px;
    line-height:40px;
    text-align:center;
    height:40px;
    width:40px;
    margin-top:0px;
    margin-right:-10px;
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);  
    -webkit-transition:all 250ms ease-in-out;
    -moz-transition:all 250ms ease-in-out;
    -ms-transition:all 250ms ease-in-out;
    -o-transition:all 250ms ease-in-out;
    transition:all 250ms ease-in-out;
}
.accordion-content{
    display:none;
    padding-top:10px;
    padding-bottom:0px;
	margin-bottom:-10px;
	clear:both;
}
.accordion-content i{
	margin-left:5px;
}
.rotate-90{
    -moz-transform:rotate(90deg)!important;
    -webkit-transform:rotate(90deg)!important;
    -o-transform:rotate(90deg)!important;
    -ms-transform:rotate(90deg)!important;
    transform:rotate(90deg)!important;
    -webkit-transition:all 250ms ease-in-out;
    -moz-transition:all 250ms ease-in-out;
    -ms-transition:all 250ms ease-in-out;
    -o-transition:all 250ms ease-in-out;
    transition:all 250ms ease-in-out;
}

/*---Footer---*/

.footer{
	padding:20px 35px 20px 35px;
	background-color:#538234;
	text-align:center;
	
}
.footer p{
	display:inline-block;
	font-size:14px;
  	font-weight:200;
	color:#fff;
	line-height:20px; 
}
.footer i{
	color:#ccc;
}
.footer a{
	color:#fff;
}

/*---Back-to-top---*/

.back-to-top{
	position:fixed;
	display:none;
	bottom:10px;
	right:20px;
	z-index:99;
}
@media(max-width:479px){
	.back-to-top{
		bottom:15px;
		right:10px;
	}
}
.back-to-top a{
    display:block;
    color:#fff !important;
    background-color:rgba(83,130,53,0.8)!important;
    text-align:center;
    width:40px;
    height:40px;
    line-height:38px;
    opacity:0.9;
    -webkit-transition:all ease .6s;
    -o-transition:all ease .6s;
    transition:all ease .6s;
}
@media(min-width:768px){
	.back-to-top a:hover{
    	background-color:#426929!important;
		transition:all 200ms ease;
	}
}
@media(max-width:767px){
	.back-to-top{
		bottom:20px;
	}
}
.back-to-top a i{
	font-size:22px;
	vertical-align:middle;
}

/*---Cookie Alert---*/

#cookie_alert{
	position:fixed;
	bottom:0px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
	z-index:98;
	color:#fff;
	font-size:13px;
	line-height:22px;
	border-top:1px solid rgba(255,255,255,0.2);
	background:rgba(83,130,53,1);
}
#cookie_alert a{
	color:#fff;
	margin-left:8px;
	margin-right:8px;
	text-decoration:underline;
}
#cookie_alert a:hover{
	color:#eee;
	-webkit-transition:all ease .3s;
	transition:all ease .3s;
}
#cookie_alert div{
	padding:15px 15px 20px 15px;
	margin-left:auto;
	margin-right:auto;
	max-width:800px;
	margin-bottom:-10px;
}
#cookie_alert_closer{
	padding:7px 15px 4px 15px;
	border:1px solid rgba(255,255,255,0.8);
	border-radius:2px;
	cursor:pointer;
	line-height:42px;
	-webkit-transition:all ease .3s;
	transition:all ease .3s;
}
@media(max-width:799px){
	#cookie_alert{
		line-height:22px;
	}
	#cookie_alert_closer{
		display:block;
		max-width:120px;
		line-height:22px;
		margin:10px auto 5px auto;
	}
}
#cookie_alert_closer:hover{
	color:#fff;
	background-color:#426929;
}

/*---Social Sticky---*/

.si-sticky{
	position:fixed;
	top:50%!important;
	left:5px;
	width:36px;
	z-index:98;
}
.si-sticky.si-sticky-right{
	left:auto;
	right:18px;
}
.si-sticky .social-icon{
	display:block;
	text-align:center!important;
	margin:0 5px 5px 0;
	width:40px;
	height:40px;
	text-shadow:none;
	overflow:hidden;
	background-color:rgba(83,130,52,0.9);
	text-decoration:none;
}
.si-sticky .social-icon:hover{
	background-color:#426929!important;
    transition:all 200ms ease;
}

.si-sticky .social-icon i{
	display:block;
	position:relative;
	font-size:20px;
	color:#fff;
	line-height:39px!important;
}
.si-sticky .social-icon i:last-child{
	color:#fff!important;
}
.si-sticky .social-icon:hover i:first-child{
	margin-top:-38px;
}
body:not(.device-touch) .si-sticky .social-icon i{
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}