@charset "UTF-8";

* { 
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}

img {
	max-width: 100%;
	height: auto;
}


#wrapper {
	width: 100%;
	text-align: center;
}

#leiste {
	width: 100%;
	height: 10px;
	background: url(leiste.jpg) no-repeat;
	background-position: center top;
	
}
/* Container für Mitte */
#container {
	max-width:1024px;
	margin: 0px auto;
	text-align: center;
	padding: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

a.tel {
	display: inline-block;
	border: 1px solid #aa171e;
	background: #fff;
	padding: 2%;
	 border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #aa171e;
    text-decoration: none;
    font-size: 1.1em;
}

a.tel:hover, a.tel:hover {
	background: #f6f6f6;
}

a.tel:active, a.tel:active {
	background: #f6f6f6;
}

.img1 {
margin-bottom: 30px;
}