@charset "UTF-8";
/* CSS Document */

body {
	background-color:#fff;
	color:#000;
	font-family:'Open Sans', sans-serif;
}

body a {
	color: #000;
}

html,body,#bg,#bg table,#bg td,#content {
width:100%;
height:100%;
margin:0;
}

* {
    margin:0;
    padding:0;
}

#container {
	max-width: 600px;
	min-width:310px;
	position:relative;
	margin: 0px auto;
	padding: 0 20px 20px 20px;
}

#container img {
	display: block;
	height: 119px;
	width: auto;
	margin: 7px auto;
}

@media all and (max-width:900px) {
	#container {
		padding: 0 20px 20px 20px;
	}
}

@media all and (max-width:700px) {
	.mob {
		display: none;
	}
}



#container img {
	max-width: 100%;
	margin-top:40px;
}

#adresse {
	max-width:600px;
}

#spalte1 {
	text-align: center;
	float:left;
	width: 300px;
	margin-bottom: 40px;
}
#spalte2 {
	text-align: center;
	float:left;
	width: 300px;
	margin-bottom: 40px;
}
#spalte3 {
	text-align: center;
	float:left;
	width:300px;
	margin-bottom: 40px;
}

#spalte4 {
	text-align: center;
	float:left;
	width:300px;
	margin-bottom: 40px;
}

@media all and (max-width:650px) {
	#spalte1,#spalte2,#spalte3,#spalte4 {
		margin: 0 auto 50px auto;
		width: 100%;
		float: none;
	}
}


h1 {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 0px;
	visibility: hidden;
}
h2 {
	font-size: 14px;
	font-weight:300;
	margin:0px 0px 10px 0px;
	color: #b20000;
}

p {
	font-size: 12px;
	font-weight:300;
}

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color:#FFF;
	text-decoration:underline;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.underline {
	text-align: center;
	font-style: italic;
	margin-top:10px;
}

.underline p {
	font-size: 11px;
	color: #ccc;
}
	