@charset "UTF-8";

/* CSS Document */
body {
	background-image: url(../images/logo_motzko_bg.png);
	background-color: #008EBF;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	min-height: 100%;
	font-family: "Open Sans", Arial;
	color: white;
}

#container {
	padding-top: 108px;
	width: 645px;
	margin: 0 auto;
}

#logo {
	float: right;
	padding-left: 100px;
}

#bild {
	float: left;
	width: 175px;
	height: 220px;
}

#ueberschrift {
	text-align: left;
	width: 421px;
	font-size: 23px;
	letter-spacing: 0.30px;
	float: left;
	margin-top: 80px;
	margin-bottom: 100px;
	margin-left: 49px;
}

#ueberschrift2 {
	letter-spacing: 0.75px;
}

#adresse {
	float: left;
	width: 405px;
	font-size: 16px;
	line-height: 24px;
	font-weight: lighter;
	letter-spacing: 1px;
	clear: both;
}

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

#adresse a:hover {
	font-weight: bold;
}

#leistungen {
	float: left;
	width: 216px;
	font-size: 17px;
	line-height: 24px;
	padding-left: 20px;
	list-style-type: disc;
	letter-spacing: 1px;
}

ul {
	margin: 0;
	padding-left: 20px;
}

strong {
	font-size: 16px;
	font-weight: bold;
}

footer {
	padding-top: 60px;
	clear: both;
	font-size: 16px;
	line-height: 18px;
	color: #08a0c9;
	font-weight: normal;
}

footer a {
	text-decoration: none;
	color: #52bdd9;
}

footer a:hover {
	font-weight: bold;
	font-size: 16px;
}

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

a:hover {
	font-weight: bold;
}

/* first for Internet Explorer < 9 */
@font-face {
	font-family: Din;
	src: url(fonts/din.eot);
}

/* then for WOFF-capable browsers */
@font-face {
	font-family: Din;
	src: url(fonts/din.woff);
}

/* Cookie Meldung */
#cookie-bar {
	background-color: #52bdd9;
	bottom: 0;
	left: 0;
	padding: 14px 15px;
	position: fixed;
	width: 100%;
}

#cookie-bar>p {
	float: left;
	color: #fff;
	margin: 0;
	padding-bottom: 5px;
	padding-right: 5px;
}

#cookie-bar>a {
	color: #fff;
	font-size: 12px;
	background-color: grey;
}

#cookie-bar>a:hover {
	color: #999;
}

#cookie-bar>#cb-enable {
	margin: 0 5px 0 0;
	padding: 10px;
}

#cookie-bar>#cb-policy {
	padding: 10px;
}

#cookie-bar>#cb-enable:hover {
	color: #52bdd9;
	font-weight: normal;
}

#cookie-bar>#cb-policy:hover {
	color: #52bdd9;
	font-weight: normal;
}

@media screen and (max-width: 1150px) {
	#cookie-bar>p {
		padding-bottom: 8px;
	}

	#cookie-bar>#cb-enable {
		clear: both;
	}

	#cookie-bar>a {
		float: left;
	}
}