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

html  {
	overflow: auto;
	height:100%;
	min-height:100%;
	width: 100%;
}
@font-face { 
font-family: "Poiret One"; 
src: url("../Poiret One regular.ttf"); 
}
body {
	min-height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: rgba(255,255,255,1.00);
}
#main{
	position:relative;
	top:0;
	left:0;
	height:100%;
	width: 100%;
	overflow: auto;
}

#head_nav {
	top: 0;
	left: 0;
	width: 100%;
	height: 2em;
	background-color: rgba(0,0,0,0.50);
	position: absolute;
	z-index:2;
}
h1 {
	font-size: 1.5em;
}


#flaeche_oben {
	margin-top:3.3em;
	position:relative;
	
	height: 400px;
	min-height: 20em;
	max-height: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

a {
	text-decoration:none;
	color: rgba(47,47,47,1.00);
}


.flies_text{
	width:75%;
	text-align: center;
	margin: 0 auto;
	color: rgba(47,47,47,1.00);
	font-size: 1.5em;
	font-family: Poiret One;
	
}

p { 
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

.ueberschrift a {
	text-decoration:none;
	color: rgba(255,255,255,1.00);
}



#navi_oben a {
	text-decoration:none;
	color: rgba(255,255,255,1.00);
}

}
.flies_text{
	text-align: center;
	color: rgba(47,47,47,1.00);
	font-size: 2em;
	font-family: Poiret One;
	font-style: oblique;
	margin-top:1em;
	margin-bottom:1em;
}
.form-style-4{
	max-width: 600px;
	margin:10px auto;
	font-size: 1.5em;
	background: #FFFFFF;
	padding: 30px 30px 15px 30px;
	box-shadow: -5px 10px 30px grey;
}
.form-style-4 input[type=submit],
.form-style-4 input[type=button],
.form-style-4 input[type=text],
.form-style-4 input[type=email],
.form-style-4 textarea,
.form-style-4 label
{
	font-family: Poiret One;
	font-size: 1em;
	color: rgba(47,47,47,1.00);

}
.form-style-4 label {
	display:block;
	margin-bottom: 10px;
}
.form-style-4 label > span{
	display: inline-block;
	float: left;
	width: 150px;
}
.form-style-4 input[type=text],
.form-style-4 input[type=date],
.form-style-4 input[type=datetime],
.form-style-4 input[type=number],
.form-style-4 input[type=search],
.form-style-4 input[type=time],
.form-style-4 input[type=url],
.form-style-4 input[type=email] 
{
	background: transparent;
	border: none;
	border-bottom: 1px dashed #83A4C5;
	width: 400px;
	outline: none;
	padding: 0px 0px 0px 0px;
	font-style: italic;
}
.form-style-4 textarea{
	font-style: italic;
	padding: 0px 0px 0px 0px;
	background: transparent;
	outline: none;
	border: none;
	border-bottom: 1px dashed #83A4C5;
	width: 400px;
	overflow: hidden;
	resize:none;
	height:25px;
}

.form-style-4 textarea:focus, 
.form-style-4 input[type=text]:focus,
.form-style-4 input[type=date]:focus,
.form-style-4 input[type=datetime]:focus,
.form-style-4 input[type=number]:focus,
.form-style-4 input[type=search]:focus,
.form-style-4 input[type=time]:focus,
.form-style-4 input[type=url]:focus,
.form-style-4 input[type=email]:focus
{
	border-bottom: 1px dashed #D9FFA9;
}

.form-style-4 input[type=submit],
.form-style-4 input[type=button]{
	background: rgba(255,255,255,1.00);
	box-shadow: -1px 2px 10px grey;
	border: none;
	padding: 8px 10px 8px 10px;
	border-radius: 5px;
	color: rgba(47,47,47,1.00);
}
.form-style-4 input[type=submit]:hover,
.form-style-4 input[type=button]:hover{
background: rgba(203,203,203,1.00);
color: rgba(255,255,255,1.00);
}

