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

body {
	background: white URL(site_elements/hintergrund.jpg) fixed;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
	color: #4c4c4c;
	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: #004e96;
	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: #004e96;
	font-size: 25px;
	line-height: 1em;
	display: none;
}

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

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


.hinweis_box h2 {
	font-size: 22px;
	font-weight: 700;
	color: #4c4c4c;
}

.hinweis_box h3 {
	font-size: 20px;
	font-weight: 700;
	color: #4c4c4c;
}


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

.hinweis_box a {
	color: #004e96;
}

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

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

.contact_box strong {
	font-weight: 700;
	color: #4c4c4c;
}

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

.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: #004e96;
	font-weight: 500;
}

.imprint_box strong {
	font-weight: 700;
}

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

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

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

.footer_wrapper a {
	color: #004e96;
	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: #004e96;
	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;
}

strong {
	font-weight:700;
}

/* =============== 2-Spaltig ==================== */
.rahmen {
	display: flex;
}

.rahmen .spalte:first-child{
	font-size:18px;
}

.rahmen .spalte {
	width:50%;
}

.karriere {
	background: #7caedf;
	padding: 25px;
	border-radius: 20px;
	width:60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 55px;
	transition: 0.5s;
}

.karriere:hover {
box-shadow: 0px 0px 20px rgba(0,0,0,.3);
	transition: 0.5s;
}
.rahmen .spalte:first-child a:hover{
	text-decoration: underline;
}
.rahmen .spalte .karriere a:hover{
	text-decoration: none !important;
}

@media (max-width: 600px) {
			.rahmen {
				display: block;
			}

			.rahmen .spalte {
			width:90%;
			}

			.karriere {
			width:100%;
		}

		.footer_wrapper {
		max-width: 100%;
		width: 100%;
	}
	
	.imprint_wrapper {
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
	
	.copyright_wrapper {
    float: left;
    max-width: 100%;
    margin-right: 3%;
    width: 100%;
    text-align: center;
}
	
}