@charset "UTF-8";

body {
	background-color: #efecec;
	margin: 0 0;
	text-align: center;
}
a {
	text-decoration: none;
    color: #d60027;
}

a:hover {
    text-decoration: underline;
}

#wrap {
	background-color: #FFF;
}

#logo img {
	background-color: #FFF;
	margin: 20px auto;
	width: 350px;
}

#Foto {
    width: 94%;
	max-width: 840px;
    display: block;
	margin: 0 auto;
	padding: 0 0 40px 0;
    /*margin-left: auto;
    margin-right: auto;*/
    }

#uber {	
	font-size: 23px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-style: normal;
    color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
 }

#text {
	background-color: #FFF;
	padding:0 10px 50px 10px;
	margin: 0 auto;
	min-height: 380px;
	max-width: 750px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 25px;
}

#grafik {
	background-image: url(grafik/Background_unten.png);
	background-position:50% 50%;
	background-repeat:repeat-x;
	height: 21px;
	margin-top: 0;
}

#footer {
	background-color: #efecec;
	padding-top: 0;
	height: 25px;
}
#NavFooter {
	background-color: #efecec;
	margin: 0 auto;
	width: 100%;
	height: 25px;
}
#NavFooter ul {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
#NavFooter ul li {
	display: inline;
	padding: 0 7px;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;

}

#text_lego {
	padding-top: 25px;
	margin: 0 auto;
	max-width: 360px;
	height: 100px;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: 300;
	line-height: 20px;
}

@media screen and (max-width:600px) {
	#logo img {
	width: 250px;

}
	#Foto {
    width: 94%;
	max-width: 840px;
    display: block;
	margin: 0 auto;
	padding: 0 0 30px 0;
    /*margin-left: auto;
    margin-right: auto;*/
    }
	
	#uber {	
	font-size: 23px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-style: normal;
    color: #000000;
	margin-top: 0;
	margin-bottom: 20px;
 }
	#text {
	padding: 0 10px 30px 10px;
	font-size: 17px;
	line-height: 22px;
}
}

