@import url(typo.css);
@import url(nav.css);
@import url(form.css);
@import url(accordion.css);

@import url(../fotorama/fotorama.css);
@import url(../fancybox/jquery.fancybox.css);
@import url(../slick/slick.css);

body{
	background: #448f3f;
}

#top, #header, #main{
	background: #fff;
}

#header{
	padding-top: 20px;
}

#top{
	width: 100%;
	z-index: 2000;
	position: relative;
}

/* slider */

#slider{
	width: 100%;
	height: auto;
	background: #fff;
	text-align: center;
	z-index:1900;
	-webkit-box-shadow: 0px 2px 25px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 2px 25px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 2px 25px 0px rgba(0,0,0,0.55);
	position: relative;
}

#header, #main{
	z-index: 1000
}

#slider .slick-slider{
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
}

#slider img{
	width: 100%;
	height: auto;
}

.slick-n{
	background: #fff;
	display: block;
	width: 80px;
	height: 80px;
	color: #000;
	font-size: 30px;
	opacity: 0.8;
	margin-top: -40px;
	text-align: center;
}

.slick-n:hover{
	background: #fff;
	display: block;
	width: 80px;
	height: 80px;
	color: #000;
	font-size: 30px;
	opacity: 1.0
}

.slick-prev{
	left:0px;
}

.slick-next{
	right: 0px;
}

.slick-n:before{
	display: none;
}

/* Hauptbereich */

#main{
	min-height: 300px;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2); /* WebKit */
	-moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2); /* Firefox */
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2); /* Standard */
}

.col-sm-8.content .mod_article{
	padding-right: 30px;
}

.right{
	text-align: center;
}

.right .ce_text{
	margin-bottom: 20px;
}

.right .first .block img {margin-top: 10px;}

#main img {
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2); /* WebKit */
	-moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2); /* Firefox */
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2); /* Standard */
	}
	
#dlh_googlemap_1 img {
	-webkit-box-shadow: none; /* WebKit */
	-moz-box-shadow: none; /* Firefox */
	box-shadow: none; /* Standard */
	}
/* footer */

#footer {
	padding: 30px 0;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}

#footer .social p a{
	font-size: 30px;
	height: 30px;
	width: 30px;
	display: inline-block;
	margin-left: 10px;
}

#footer .social p a img{
	width: 30px;
	height: 30px;
	display: inline-block;
}

#footer .level_1{
	margin: 30px 0 0;
	padding: 0;
}

#footer .level_1 li{
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#footer .level_1 li a,
#footer .level_1 li span{
	border-right: 1px solid #fff;
	margin-right: 5px;
	padding-right: 8px;
	display: block;
	line-height: 12px;
}

#footer .level_1 li.last a,
#footer .level_1 li.last span{
	border-right: 0;
}



#footer .dlh_googlemap{
	width: 100% !important;
}

#footer h3{
	margin-bottom:12px;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
	color:#fff;
}

#footer h3:after{
	height: 2px;
	width: 200px;
	content: '';
	background: #fff;
	margin: 0;
	display: block;
	margin-top: 2px;
}

#footer .social h3:after{
	display: block;
	text-align: right;
}


#footer .contact{
	text-align: left;
	color: #fff;
}

#footer a:link,
#footer a:visited,
#footer a:active{
	color: #fff;
}

#footer .social{
	text-align: right;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

	

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

.col-sm-8.content .mod_article{
	padding-right: 0px;

}
	

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {



.slick-n{
	background: #fff;
	display: block;
	width: 30px;
	height: 30px;
	color: #000;
	font-size: 30px;
	opacity: 0.8;
	margin-top: -15px;
	text-align: center;
}

.slick-n:hover{
	background: #fff;
	display: block;
	width: 30px;
	height: 30px;
	color: #000;
	font-size: 30px;
	opacity: 1.0
}

.colcount_3 .col-md-4,
.colcount_3 .col-sm-4,
.colcount_3 .col-lg-4{
	margin-bottom: 25px;
}

.social{
	text-align: left !important
}

	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.col-sm-8.content .mod_article{
	margin-bottom: 20px;

}
	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
        
}


