

/* --- Stylesheet 4394 () --------- */ 

footer {
	margin: 0 auto 5vh;
	overflow: hidden;
	width: 96%;
	max-width: 1280px;
	box-shadow: 0px 5px 10px rgba(50,50,50,0.4);
	background-color: #d6d6d6;
	position: relative;
}

footer .inner:after {
	display: block;
	content: "";
	clear: left;
}


footer .inner {
	padding: 20px 5vw;
	width: 90vw;
}

footer .leftside { float: left; }
footer .rightside { float: left; }

footer a { color: #155764; text-decoration: none; }
footer a:hover { color: #012744; }

#datenschutz, #impressum, #disclaimer{
	margin: 5%;	
}
footer .smoke{
	position: absolute;
	right: 40px;
	bottom: 10px;
}
footer .smoke_icon{
	width: 50px;	
	float: left;
}
footer .smoke_text{
	margin-top: 5px;
	margin-left: 10px;
	float:left;	
}
footer .social .Bild{
	width:61px;	
}
@media screen and (max-width: 450px) { 
	nav ul ul li,.class_images,.class_gallery{width:100%;}
	.class_content{width:90%;}
	.desc_text{width:90%;}
	footer .smoke{bottom: 75px;}
	footer .inner{height:200px;}
	nav ul ul .nav_aktiv .ul ul{width:100% !important;position:absolute !important;top:150px !important;}
	.TraminoForm, .Traminokarte{width: 100%;}
	.text_left, .text_right{width:90%;}
}