  body {
   margin: 0px;
   }


/* table
{
	margin-top: 5px;
	/* width: 100%; */
}
*/

label
{
}

#webpage {
	height: 98vh; 
	/* border:	solid 1px; */
}

#startpage {
	 height: 100vh; 
	/* width : 80%; */ 
	background-image: url("../image/plane-6579294_1920.jpg");
	opacity: 0.5;
	margin: 0px;
	/* background-color : black; */
	
	background-size: cover;
	padding: 0;
	margin: 0;
	}


#startimg {
	/* max-width : 100%; */
	max-height: 100vh;
	}

#menu {
	position : fixed;
	width: 100%;
	height: 5%;
	background-color: GREY;
	display: flex;
	align-items: center;
} 

} 

 #menuimg {
	 height:	50%;
	 padding-left:	20px;
 }


#headline {
    height: 7vh;
    margin-left: 10vw;
}


#content-img {
    width: 80vw;
    margin-left: 10vw;
    margin-right: 10vw;
}

#Planung {
	position: relative;
	width: 95vw;
	height: 99vh;
	margin: auto;
	margin-top:	5px;	
}

#mapmenu {
	position: absolute;
	right: 60px;
	top: 10px;
	width : 100px;
	z-index: 999;
}

#update {
	position: absolute;
	left: 0px;
	bottom: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 999;
	color: #0078A8;
	font-size: 11px;
	background-color: white;
}

#Selection {
	position:	absolute;
	top: 5px;
	left: 50px;
	z-index: 1;
}

#Formular {
	/* display: grid; 
	grid-template-rows: 50% 50%; */
    /* background: #efe;*/
    /* width: 80vw; */
    margin-right: 5vw;
	width: min-content;
	height: min-content;
}


#Wetter {
	background: #ddd;
    width: 80vw;
    margin-left: 10vw;
    margin-right: 10vw;
}

#Anflug {
	/* position:	absolute;
	top: 5px;
	left: 40px;
	z-index: 1;
	margin: 5px;
	display: inline-block;
    margin-top: 10px; */
	background: #eee;
    /* float: left; 
	min-width: 350px;
	max-width: 350px;
	/* width: 100% */

}

#Abflug {
	/* top: 5px;
	left: 390px;
	position:	absolute;
	z-index: 1;
	margin: 5px;
	display: inline-block;
	margin-top: 10px; */
    background: #eee;
    /* float: right;
	min-width: 350px;
	max-width: 350px; */
}

#Infofeld {
	/* position: absolute;
	bottom: 5px;
	left: 50px;
	z-index: 1; */
	background: #eee;
	display: none; 
}


#Flugdatum {
    background: #eee;
}

#map {
	position: absolute;
    width: 100%;
	height: 99%; 
	z-index: 0;
	
}

#distance {
	margin-top: 0px;
	margin-bottom: 0px;
}

#weather_An {
	margin-top: 0px;
	margin-bottom: 0px;
}
	
#weather_Ab {
	margin-top: 0px;
	margin-bottom: 0px;
}	

input[type=number] {
   width: 50px;
   text-align: right;
}
