* {
    margin: 0;
    padding: 0;	

}
html,body {
	margin:0;
	padding:0;
	font-family:'Avenir LT W01 55 Roman', arial,sans-serif;
	font-size:100%;
	color:#000;
	background:#fff;

}
.hideformobile { display: inherit;}
.hideforscreen, .hideforsmart { display:none;}
.hideonscreen { display:inherit !important;} 

a, a:active, a:visited {
	color: #89AEC1;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;

}
.clear { clear:both;}
.price {
background-image: linear-gradient(to right, #89AEC1 30%, rgba(255, 255, 255, 0) 0%);
background-position: bottom;
background-size: 6px 2px;
background-repeat: repeat-x;
margin: 0 20px;
padding: 5px 0 !important;
}
.floatright { float:right;}
table { margin:0 20px 30px 20px;}
.icons img { margin:0 7px 6px 7px;}
.socialicons img {float:none!important; display:block!important; margin-left:50px;}

p {	font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
.abstand { padding-bottom: 15px !important;}

.white { background:#FFF !important;}
#wrapper { 
	min-height:none;
	padding:0;
	margin:0 ;
	width:100%;
	background-image:none;
	background:#FFF !important;}
	
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}


#holder { width:100%;
min-height: none;
padding:0;
margin: 0 auto;
}


.header {
	width:100%;
	height:55px;
	margin:0;
	padding:0;
	float:left;	
color:#89AEC1;
}
.logo {
padding: 0 0 50px 0;
margin: auto;
width: 190px;
text-align: center;
}

.content {
	margin: 0 0 70px 0;
	width:100%;
	float:left;
}
.content .title {
padding:0 0 30px 0;
margin-top: 15px;
font-size: 26px;
color: #89AEC1 !important;
line-height: 1.2em;
	padding: 0 20px;
}

.content .subtitle {
font-size: 20px;
line-height: 1.2em;
color:#89AEC1 !important;
	padding: 30px 20px;
}
.content span {color:#89AEC1;}

.content p{
	font-size:16px;
	line-height:1.2em;
	color:#000 !important;
	max-width: 100%;
	padding: 0 18px;
}


.adress {
	margin:0;
	padding:30px 0 20px 0;
	width:100%;
	float:left;
	color:#89AEC1;
	z-index:999;
	position:relative;
	text-align:center;
}
.adress p {
	margin: 15px 50px;
	font-size:16px;
	line-height:1.5em;
	text-align: left;
}

.footer { width:100%;
padding:40px 0px;
margin: 0 auto;
}
.footer a { color:#FFF;margin-left: 20px;}
.footer a:hover { color:#666; text-decoration:none;}

.pic{margin: 20px; float:left;}

.pictwo {margin: 20px; float:left;}

/*iframe {position:relative;top:0;left:0;width:89%; margin:0 20px;}*/

.mapWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	margin:20px;
	height: 0;
}
.mapWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.dotted-spaced {
background-image: linear-gradient(to right, #89AEC1 30%, rgba(255, 255, 255, 0) 0%);
background-position: top;
background-size: 6px 2px;
background-repeat: repeat-x;
margin: 30px 20px 15px 20px;
padding: 15px 0 0 0;
min-height: 2px;
}

.link { width:90%;}

.formabstand {margin:10px!important; padding:10px!important;}