@charset "utf-8";
/* CSS Document */

/*----------------Basic CSS----------------*/
html, body {
	margin: 0 auto; 
	width: 100%; 
	padding: 0; 
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 15px; 
	color: #444; 
	font-weight: normal; 
	word-wrap: break-word; 
	overflow-x: hidden;
}

* {
	outline: none; 
	box-sizing: border-box; 
}

::selection {
	background: #3f3a37;
	color: #fff;
}
::-moz-selection {
	background: #3f3a37; 
	color: #fff;
} 
::-webkit-selection {
	background: #3f3a37;
	color: #fff;
}

a:link {
	color: #ba212e ;
	text-decoration: none;
	font-weight: 600;
}

a:visited {
	color: #ba212e;
}

a:hover {
	color: #000;
	transition-duration: 1s;
}

#wrapper {
	width: auto;
	margin: 0 auto;
}

p {
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

h1 {
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 25px;
	line-height: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
}

h3 {
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
}

ul, ol {
	margin: 0;
	padding: 0; 
	list-style-type: none;
}

li {
	line-height: 20px;	
}
/*----------------Inhalt----------------*/
.inhalt {
	padding: 0px 200px 0px 200px; 
}
.logo {
	width: 30%;
}
.gruen {
	padding: 70px 200px 70px 200px;
	background-color: #71a42e;
	width: 100%;
	position: relative;
	display: flex;
}
.grau {
	padding: 70px 200px 70px 200px;
	background-color: #80858b;
	width: 100%;
	position: relative;
	display: flex;
}
.text {
	width: 100%;
    color: #fff;
	font-weight: 600;
}
.inhalt {
	display: flex;
}
.grafik {
	width: 100%;
	line-height: 0px;
}
.grafik img {
	width: 100%;
}
.textblock {
	position: absolute;
	justify-content: center;
	margin-top: 90px;
	background-color: #fff;
	padding: 60px;
}
.textblock {
	justify-content: center;
}
.textblock-fuss {
	color: #fff;
}

@media only screen and (max-width: 1400px) {
.gruen {
	padding: 50px 30px 50px 30px;
	display: inline-block;	
}
.grau {
	padding: 50px 30px 50px 30px;
	display: inline-block;	
}
.text {
	width: 100%;
}
.logo {
	width: 100%;
}
.inhalt {
	padding: 30px 30px 30px 30px;
	display: inline-block;	
}
.textblock {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 100%;
}
.grafik {
	width: 100%;
}
	
h1 {
	font-size: 18px;		
}
p {
	font-size: 13px;	
}
}

@media only screen and (max-width: 450px) {
.logo img {
	margin-bottom: 20px;
} 
.logo {
	text-align: center;	
}
p {
	font-size: 13px;	
}
}