body {
	padding: 0;
	margin: 5px 0 15px 0;
	font-family: Helvetica, Arial, sans-serif;
}
a {
	color: #0085C7;
}
a:hover {
	text-decoration: none;
}
.container {
	width: 760px;
	margin: auto;
	clear: both;
}
header img {
	width: 100%;
	height: auto;
	margin: 20px 0;
}
h2 a {
	text-decoration: none;
}
.clean {
	clear: both;
}
.post h2, .post h1 {
	margin-bottom: 5px;
}
.post .meta {
	font-size: 13px;
}
.content p {
	text-align: justify;
}
.navbar nav > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.navbar nav > ul > li > a {
	color: white;
	display: block;
	text-decoration: none;
	line-height: 55px;
	text-transform: uppercase;
}
.navbar nav > ul > li:nth-child(5n+1) {
	background: #0085C7;
}
.navbar nav > ul > li:nth-child(5n+2) {
	background: #F4C300;
}
.navbar nav > ul > li:nth-child(5n+2) a {
	color: black;
}
.navbar nav > ul > li:nth-child(5n+3) {
	background: black;
}
.navbar nav > ul > li:nth-child(5n+4) {
	background: #009F3D;
}
.navbar nav > ul > li:nth-child(5n) {
	background: #DF0024;
}
.navbar nav > ul > li > a img {
	height: 20px;
	width: auto;
	position: relative;
	top: 5px;
}
.navbar a.language {
	position: absolute;
	right: 35px;
	line-height: 55px;
	text-decoration: none;
}
.navbar a.language:hover {
	color: black;
}
.piktogramm {
	float: left;
	clear: both;
}
#map {
	width: 100%;
	height: 300px;
}
.piktogramm img {
	width: 100px;
}
.piktonext {
	padding-left: 125px;
	padding-top: 5px;
}
.space {
	height: 20px;
}
.piktonext ul {
	padding: 0 0 0 15px;
	margin: 0;
}
address {
	margin: 10px 0;
}
@media(min-width: 791px) {
	.navbar {
		height: 55px;
		overflow: hidden;
	}
	.navbar.double {
		height: 130px;
	}
	.navbar.double nav:nth-child(2) {
		margin-top: 20px;
	}
	.navbar nav.container,
	.navbar footer.container {
		background: #eee;
		height: 55px;
		width: 787px;
	}
	.navbar footer.container {
	}
	.navbar footer p {
		position: relative;
		text-align: center;
		font-size: 13px;
		margin: 0;
		line-height: 55px;
	}
	.navbar nav > ul > li {
		float: left;
		display: block;
		background: black;
		padding: 0 30px;
		position: relative;
	}
	footer.navbar nav > ul > li,
	.navbar nav.right > ul > li {
		float: right;
	}
	.navbar nav > ul > li:hover {
		background: #999;
	}
	.navbar nav > ul > li > a:before,
	.navbar nav > ul > li > a:after,
	.navbar > nav > ul:after,
	.navbar > nav > ul:before,
	.navbar footer p:after, 
	.navbar footer p:before {
		content: "";
		position: absolute;
		display: block;
		right: -7.50px;
		top: -5px;
		background: #fff;
		width: 15px;
		height: 65px;
		-webkit-transform: rotate(13deg);
		-moz-transform: rotate(13deg);
		-ms-transform: rotate(13deg);
		transform: rotate(13deg);
	}
	.navbar nav > ul > li > a:before,
	.navbar nav > ul:before,
	.navbar footer p:before {
		left: -7.5px;
		right: auto;
	}
	.mobile-only {
		display: none !important;
	}
	.image-right {
		float: right;
		margin-left: 20px;
	}
}


@media(max-width: 790px) {
	.container {
		width: 90%;
	}
	.navbar nav > ul > li {
		float: left;
		display: block;
		background: black;
		width: 50%;
		position: relative;
	}
	.navbar nav > ul > li > a {
		padding: 0 15px;	
	}
	.mobile-hidden {
		display: none !important;
	}
	.content {
		padding-top: 10px;
	}
}
.blog-image {
	width: 200px;
	height: auto;
}
