@charset "UTF-8";

/* CSS Document */

body {
	font-size:100%;
	margin:0;
	padding:0;
}
p, ul li, h3{
	line-height:1.6rem;
	font-family:"HelveticaNeue-Light","Helvetica", Arial, sans-serif;
	font-weight:300;
	margin:0;
	padding:1.25rem;
}

h3 {
	font-family:"HelveticaNeue-Light","Helvetica", Arial, sans-serif;
	font-weight:600;
	font-size: 1.25rem;
}

ul li {
	padding: 0;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	color: #379386;
}
a img {
	border: none;
}
.text-green, a.text-green {
	color: #379386;
}

/* Header */ 
#header {
	height: 40px;
}

.logo {
	width: 200px;
	margin: 0 auto;
	text-align: center;
	position:relative;
	top: 10px;
}

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

/* Main */ 
#main, #infobox {
	background: transparent url('../images/background-1000.jpg') no-repeat;
	background-size: 768px auto;
	background-position: center top;
	padding-top: 60px;
	height: 100%;
	min-height: 412px;

}
#page-container,
#info-container {
	border: 4px solid;
	border-color: #379386;
	position: relative;
	width: 300px;   
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}
#infobox {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	height: auto;
	background-position: center -60px;
	-webkit-filter: blur(5px);
	filter: url('/media/blur.svg#blur');
	filter: blur(5px);
}
#infobox-content {
	position: relative;
	z-index: 2;
	padding: 20px;
	color: white;
	background: #379386;
	border-color: #379386;
	margin: 5px;
	text-align: center;
}

#infobox-content span:not(.text-green) {
	font-size: .875rem;
}

#infobox-content span.text-small {
	font-size: .75rem;
}




#page-content h3,
#page-content p {
	text-align: left;
}
#page-content h3 {
	padding: 1.25em 1.25em 0;
	margin: 0;
}
#page-content h3+p {
	padding: .5em 1.25em 1.25rem;
}

/* Footer */ 
#footer {
	display:block;
	background:#FFFFFF;
	color: black;
	text-align: center;
	font-size: 0.9rem;
}

#imprint #main, #imprint #infobox {
	background-image: none;
}
#imprint #main {
	padding-top: 5%;
	min-height: 520px;
}
#imprint #infobox-content {
	color: #000;
	background: none;
}
#imprint #header {
	border-bottom: 1px solid #4e5050;
}

#imprint  div.imprint {
	font-size: 0.75rem;
	text-align: left;
}


/* Mobile Style */
@media screen and (min-width:468px) {
	#header {
		height: 70px;
	}
	.logo {
		top: 10px;
		height: 80px;
	}
	#main, #infobox {
		padding-top: 100px;
	}
	#infobox {
		background-position: center -100px;
	}
	#info-container {
		width: 350px; 
	}
	#page-container {
		width: 100%;
		max-width: 500px;
	}
	#footer {
		font-size: 1rem;
	}

	#imprint #main {
		min-height: 478px;
		height: 100%;
	}
}	

@media screen and (min-width:768px) {
	#header {
		height: 90px;
	}
	.logo {
		top: 25px;
		height: 80px;
	}
	#main, #infobox {
		background-size: 1024px auto;
	}
	#main {
		padding-bottom: 15%;
	}
	#info-container {
		width: 400px; 
		font-size:1.125rem;
	}
	#page-container {
		width: 600px;
	}

	#imprint #main {
		min-height: 522px;
		padding-bottom: 0;
		height: 100%;
	}
}
@media screen and (min-width:1024px) {
	#header {
		height: 100px;
	}
	.logo {
		top: 30px;
	}
	#main, #infobox {
		background-size: 1280px auto;
		background: transparent url('../images/background.jpg') no-repeat;
		background-position: center top;
		padding-top: 150px;
		height: 100%;
	}
	#info-container {
		width: 440px; 
		font-size:1.125rem;
	}
	#page-container {
		width: 600px;
	}
	#infobox {
		background-position: center -150px;
	}
}
@media screen and (min-width:1280px) {
	#main, #infobox {
		background-size: 1400px auto;
	}
	#info-container {
		width: 440px; 
		font-size:1.25rem;
	}
	#imprint #main {
		min-height: 584px;
		padding-top: 2%;
		height: 100%;
	}
}
@media screen and (min-width:1400px) {
	#main, #infobox {
		background-size: 1536px auto;
	}
}	
@media screen and (min-width:1600px) {
	#main, #infobox {
		background-size: 1800px auto;
	}
}	
@media screen and (min-width:1800px) {
	#main, #infobox {
		background-size: 2000px auto;
	}
	#info-container {
		width: 500px; 
		font-size:1.5rem;
	}
	#imprint #main {
		min-height: 684px;
		height: 100%;
	}
}
@media screen and (min-width:2000px) {
	#main, #infobox {
		background-size: 2200px auto;
	}
}
@media screen and (min-width:2200px) {
	#main, #infobox {
		background-size: 2400px auto;
	}
}
@media screen and (min-width:2400px) {
	#main, #infobox {
		background-size: 2600px auto;
	}
}
@media screen and (min-width:2600px) {
	#main, #infobox {
		background-size: 2800px auto;
	}
}