* {
	margin: 0px;
	padding: 0px;
}

body {
	background: white URL(site_elements/hintergrund.jpg) fixed;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
	color: black;
	font-weight: 300;
}

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

.zeile1 h1 {
	font-weight: bold;
	font-size:30px;
	color: white;
}

.zeile2 h2, .zeile3 h2 {
	font-weight: bold;
	font-size:24px;
	color: white;
}

.zeile1 {
	background: #e30613;
	color: white;
	padding: 10px;
	border-radius: 20px 20px 0px 0px;
}

.zeile2 {
	background: #f39200;
	color: white;
	padding: 10px;
}

.zeile3 {
	background: #e30613;
	color: white;
	padding: 10px;
	border-radius:  0px 0px 20px 20px;
	margin-bottom: 20px;
}



.main_content {
	background: white;
	padding: 50px 50px;
	max-width: 1000px;
	margin: 0px auto;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.5);
	margin-top: 50px;
	text-align: center;
}

.logo_name {
	font-weight: 100;
	color: black;
	font-size: 24px;
	line-height: 1em;
	display: none;
}

.logo_subname {
	color: #e30613;
	font-size: 25px;
	line-height: 1em;
	display: none;
}

.hinweis_box {
	padding: 50px 0px 10px 0px;
	opacity: 0.7;
}

.hinweis_box h1 {
	font-size: 20px;
	font-weight: 300;
	color: #e30613;
}


.hinweis_box h2 {
	font-size: 22px;
	font-weight: 700;
	color: grey;
}

.hinweis_box h3 {
	font-size: 20px;
	font-weight: 700;
	color: grey;
}


.hinweis_box p, .hinweis_box ul {
	margin: 0.5em 0px;
	font-size: 18px;
}

.hinweis_box a {
	color: #e30613;
}

.contact_box {
	font-size: 20px;
	padding-top: 40px;
}

.contact_box p {
	margin: 0.5em 0px;
}

.contact_box strong {
	font-weight: 700;
	color: grey;
}

.contact_box a {
	text-decoration: none;
	color: #e30613;
}

.contact_box a:hover {
	text-decoration: underline;
}

.imprint_box {
	font-size: 16px;
	padding-top: 40px;
}

.imprint_box p {
	margin: 0.7em 0px;
}

.imprint_box h1, h1 {
	font-size: 1.5em;
	color: #e30613;
	font-weight: 500;
}

.imprint_box strong {
	font-weight: 700;
}

.imprint_box a {
	text-decoration: none;
	color: #e30613;
}

.imprint_box a:hover {
	text-decoration: underline;
}

.footer_wrapper {
	max-width: 1000px;
	margin: 0px auto;
	padding: 10px 0px;
	overflow: hidden;
	color: #e30613;
	opacity: 1;
	font-weight: bold;
}

.footer_wrapper a {
	color: #e30613;
	text-decoration: none;
}



.footer_wrapper a:hover {
	text-decoration: underline;
	}

.imprint_wrapper {
	float: right;
	text-align: right;
	width: 20%;
}

.copyright_wrapper{
	float: left;
	max-width: 77%;
	margin-right: 3%;
}


.contact_box h2 span.gruen{
	background: #e30613;
	color: white;
	display: inline-block;
	border-radius: 8px;
	padding: 5px 10px 5px 10px;
}
.contact_box h2 span.orange{
	background: #f39200;
		color: white;
	display: inline-block;
	border-radius: 8px;
	padding: 5px 10px 5px 10px;
}
.contact_box h2 span.rot{
	background: #e30613;
			color: white;
	display: inline-block;
	border-radius: 8px;
	padding: 5px 10px 5px 10px;
}
