*{
	padding: 0;
	margin: 0;
}

html {
	margin: 0;
	padding: 0;
	background-color: #ccc;
}

body {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

a,
a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #0000EE;
	transition: color 250ms;
	transition-timing-function: ease-out;
}

a:hover {
	color: #FF9600;
}

h1  {
	font-size: 22px;
	margin-bottom: 20px;
	color: #aa0000;
}

h2  {
	font-size: 20px;
	margin-bottom: 20px;
	color: #ff0000;
	text-transform: uppercase;
}

h3  {
	font-size: 18px;
	margin-bottom: 10px;
	color: #111;
}

hr {
	border: none;
	border-bottom: 1px dotted #ccc;
    height: 0;
	margin: 20px 0;
}

/* = Grundstruktur
-------------------------------------------------------------- */
#out {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	background-color: #fff;
	margin: 20px auto;
	width: 100%;
	max-width: 520px;
	box-sizing: border-box;
	border-radius: 0;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

#content {
	margin: 20px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
}

p.desc,
p.desc2 {
	margin-bottom: 10px;
}

p.desc2 {
	text-align: center;
	margin-bottom: 0;
}