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

@viewport{
    zoom: 1.0;
    width: device-width;
}

body {
    font-family: 'Open Sans', sans-serif;
	margin: 0px;
}

#wrapper {
	text-align: center;
}

#logo {
	text-align: center;
	padding: 40px;
}

#header {
	position: relative;
	width: 100%;
	background: #77c3a9;
height: 400px;
margin-top: 0px;
background-image: url(img/loewenapo_bildmarke-mittelgruen.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 50% auto;
}

.title h1 {
	font-size: 44px;
color: #FFF;
font-weight: 400;
text-align: center;
display: inline-block;
margin-top: 150px;
}
	

#content-boxes {
	width: 100%;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	top: -50px;
}

.col3 {
	position: relative;
	width: 33%;
float: left;
}

.content-box {
	position: relative;
	padding: 10px;
	text-align: center;
		border: 1px solid #13a983 !important;
border-radius: 10px;
margin: 10px;
background: #FFF;
}

h2 {
	font-size: 22px;
	font-weight: 400;
line-height: 27px;
padding-bottom: 15px;
background-image: url(img/linie.png);
background-position: bottom center;
background-repeat: no-repeat;
}

p {
	color: #747474;
}

a {
	color: #13a983;
}
	

#footer {
	position: relative;
	width: 100%;
	float: none;
	font-size: 28px;
	color: #00a295;
	top: -20px;
}

.clear {
	clear: both;
}

#footer img {
	width: 250px;
}

@media (min-width: 320px) {
	#logo {
	padding: 20px;
}
	#logo img {
	width: 100%;
	height: auto;
}
#header {
height: 200px;
background-size: 70% auto;
}
.title h1 {
	font-size: 30px;
margin-top: 25px;
}
#content-boxes {
	width: 100%;
	top: -50px;
}
.col3 {
	width: 100%;
float: none;
}
.content-box {
margin: 15px;
}
#footer {
	top: -35px;
}
}

@media (min-width: 360px) {
	#header {
height: 210px;
}
	.title h1 {
	font-size: 32px;
margin-top: 25px;
}
}

@media (min-width: 460px) {
	#logo img {
	width: 392px;
}
	#footer img {
	width: 350px;
}
}

@media (min-width: 768px) {
	#logo {
	padding: 40px;
}
	#logo img {
	width: 500px;
}
#header {
height: 400px;
background-size: 50% auto;
}
.title h1 {
	font-size: 40px;
margin-top: 90px;
padding-left: 20px;
padding-right: 20px;
}
#content-boxes {
	width: 95%;
	top: -50px;
}
.col3 {
	width: 33%;
float: left;
}
.content-box {
	min-height: 200px;
}
#footer {
	font-size: 34px;
	top: -25px;
}
}

@media (min-width: 980px) {
#content-boxes {
	width: 940px;
	top: -50px;
}
.content-box {
	min-height: 180px;
}
}

@media (min-width: 1024px) {
	.title h1 {
	font-size: 40px;
margin-top: 120px;
}
#content-boxes {
	width: 980px;
	top: -50px;
}
}

@media (min-width: 1280px) {
.title h1 {
	font-size: 44px;
margin-top: 150px;
}
#content-boxes {
	width: 1100px;
	top: -50px;
}
}

@media (min-height: 1000px) {
	#header {
height: 500px;
background-size: 70% auto;
}
.title h1 {
	font-size: 44px;
margin-top: 180px;
}
}