/* Allgemeine Einstellungen */

@import url("map.css");

body{
	background-color: #F09800;
 	font-family: Noto Sans ;
/*	font-family: Helvetica, Arial, sans-serif;	*/
	font-size:0.9em; 
	overflow-x: hidden;	/* Keine horizontalen Scrollbars */
	margin: 0;
	padding: 0;
	background-color: #F08800;
	height: 100%;
	width: 100%;
	font-size: 2em;
}

#headertext{
	position: fixed;
	margin: 0;
	width: 100%;
	height: 20%;
	background-image: url(bilder/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.zitat {
	color: white;
	font-family: Purisa;
	width: 70%;
	overflow: hidden;
	font-weight: bold;
}
.fix_box{
	position: fixed;
	width: 80%;
}

.zitat2 {
	color: white;
	font-family: Purisa;
	overflow: hidden;
	font-weight: bold;
}

.pop{
   display: block;
   width: 60%;
   position: absolute;
   visibility: hidden;
	color: white;
	top: 0px;
	left: 0px;
}

#headertext:hover .pop{
	visibility: visible;
}

#headertext:hover .zitat{
	visibility: hidden;
}

.fix_box{
	position: fixed;
	width: 80%;
}

#titel a{
	color: black;
}

#menu_box_relativ{
	position: fixed;
	top: 13%;
	height: 8%;
	width: 100%;
	background-color:   #F08900;
	z-index: 2;
}

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

li{
	position: relative;
	float: left;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	width: 50%;
	color: black;
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	background-color: #F5f5DC;
}

li:hover{
	text-decoration: underline;
	cursor: pointer;
}
 
.sub-menu {
   display: none;
}

.sub-menu li{
	width: 100%;
	margin-top: 5%;
}

ul li a:hover{
	color: black;
	text-decoration: underline;
	cursor: pointer;
}

.top-menu:hover ul{
	display:block;
	cursor: default;
}

#fenster{
	position: fixed;
	z-index: 0;
	top:21%;
	width: 100%;	
	height: 69%;
}

#platzhalter {
	padding-bottom: 10%;
	background-color: #F08800;
	height: 1%
	}
	
#info {
	position: relative;
	margin-left: 20%;
	margin-right: 25%;
	width: 25%}

#lebenslauf {
	position: relative;
	float: left;
	margin-left: 10%;
	width: 80%
}

#footer{
	position: fixed;
	top: 70%;
	height: 8%;
	padding-left: 25%;
	padding-bottom: 3%;
	
/*	DIE VARIANTE UNTEN IST EINFACHER!!! 
	background-image: linear-gradient(0deg, #F5f5DC,  #F5f5DC,  #F5f5DC,  #F5f5DC,  #F09800); */
	
	background: linear-gradient(#F08800, white);
	position: fixed;
	top: 92%;
	width: 100%;
}

#wir{
	background: url("bilder/wir.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 3%;
	width: 94%;
	height: 99%;
}

/* Texte und Schriftarten */

h1{
	color: white;
	font-family: Purisa;
	margin-top: 0%;
	width: 99%;
	text-align: center;
}

h2{
	margin-top: 1%;
	width: 99%;
	margin-left: 15%;
	text-align: center;
}

h3{
	font-style: italic;
	width: 79%;
	margin-left: 10%;
	text-align: center;
}

h4{
	width: 80%;
	margin-left: 10%;
	text-align: center;
}

h5{
	width: 80%;
	margin-left: 10%;
	text-align: center;
}

p{
	color: black;
	margin-left: 5%;
	margin-right: 10%;
}

a{
	color: black;
	text-decoration: none;
}

a:hover{
	color: black;
	text-decoration: underline;
	cursor: pointer;
}

.map{
	position: relative;
	float: left;
	width: 90%;
	min-width: 500px;
	min-height: 300px;
	overflow: hidden;
	
	left: 3%;
	margin-bottom: 0px;
}

#kontakt{
	top: -200px;
	padding-bottom: 200px;
}

#auflistung{
	position: relative;
	float: left;
	margin-left: 10%;
	width: 80%;	
	min-width: 400px;
}

/* Bilder */

#bild {
	margin-left: 20%;
	position: relative;
	width:25%; 
}

#bildchen{
	max-height: 43%;
	/* max-width: */ 
}

#hbb{
	position: relative;
	float: left;
	left: 10%;
	width: 80%;
	margin-bottom: 5%;
}	

#galerie {
	height: 87%;
	overflow: hidden;
	/* width: 80%; */
}

#noscroll{
	overflow: hidden;
}

#portrait img{
	position: relative;
	float: left;
	width: 80%;
	left: 10%;
}

td{
	font-size: 2em;
}

input{
	height: 50px;
	width: 100%;
	align-content: center;
	align-self: center;
	font-size: 1.0em;
	position: relative;
}

textarea{
	width: 100%;
	font-size: 1.0em;
}

label{  
	position:relative;
	font-size: 1.0em;
	float:left;
}  

label input{
	width: 50px;
}

#honeydiv{
	background-color: red;
	visibility: hidden;
}