*, body, h1, h2 {
    font-family: Verdana;
    font-size: 16px;
    margin: 0xp;
    padding: 0px;
}

body {
	background-color: #de9233;
}

ul {
	margin-left: 20px;
}
.container {
	background-color: white;
	margin: 0px auto 0px auto;
	padding: 10px;
	width: 95%;
}

.header {
	margin-bottom: 15px;
	xcolor: #de9233;
	color: black;
	font-size: 23px;
	font-weight: bold;
}
.header .claim {
	font-size: 24px;
	font-weight: bold;

}
.header a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.header .left {
	width: 70%;
	float: left;
}
.header .right {
	width: 30%;
	float: left;
}
.header .right img {
	max-height: 200px;
}

.navigation a {
	display: block;
	margin: 5px;
	padding: 5px;
	float: left;
	text-decoration: underline;
	color: black;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #black;
}

.content {
	min-height: 300px;
}
.local_business h1 {
	font-size: 17px;
}

.local_business .inner {
	margin-left: 10px;
}

.local_business .description {
	margin-bottom: 5px;
}

.local_business .label {
	font-weight: bold;
}

.leistungen {
	
}

.footer {
	text-align: center;
	border-top: 1px solid #888;
	margin-top: 10px;
}

.clr {
	clear: both;
}

.img_thema {
	float: left; 
	width: 250px;
	margin-right: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
	.header .right img {
		width: 90%;
	}
	.img_thema {
		width: 30%;
	}
	.claim_inner {
		display: none;
	}
}
@media screen and (max-width: 400px) {
	.header {
		background-size: 70px 90%;
		background-position: right;
	}
}