 /* Standard */
* {
	margin:0;
	padding:0;
	box-sizing: border-box
}
html {
	min-height: 100%;
	}
	
body {
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	color:#000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	line-height:19px;
}
img {
	max-width: 100%;
	width: auto\9; /* ie8 */
	height: auto;
	border:none;
	display:block;
}

a{
	color:#000;
	text-decoration:none;
}
sub, sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
 } 
 sup {
 top: -0.5em;
 } 
 sub {
 bottom: -0.25em;
 }
header, section, footer, aside, nav, main, article, figure,p {
    display: block;
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px;}
#wrapper {
	width:475px;
	padding: 10px 20px;
	margin:0px auto;
	text-align:left;
	border:1px solid #000;
	background-color:#fff;
}
header {text-align: center;}
article {padding: 5px;
	text-align: justify;
}

footer {
padding:0px;
	
}

p{ margin-top:5px;} 
p:first-of-type {
    margin-top:0px;
}
.clearfix{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

h1 {
    text-align: center;
    color: 
    #000;
    font-weight: bold;
    font-size: 25px;
    line-height: 26px;
    margin-top: 8px;
}
h1+p{margin-top: 0px;
font-weight: bold;}

/* Ende Standard */

/* Responsive */
@media only screen and (max-width:475px) {
	body {
	font-size:14px;
	line-height:19px;
	}
	.no{ display:none}
	#wrapper {
	width:93%;
	padding: 2.7%;
	border:none;
	background-color:#fff;
}
header {text-align: center;}
article {padding: 5px;
	text-align:left;
}

footer {
padding:0px;
	
}
h1 {
    text-align: center;
    color: 
    #000;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    margin-top: 3%;
}
h1+p{margin-top: 0px;
font-weight: bold;}

}
/* Ende Responsive */
