html, body 
{ 
	margin:0; 
	padding:0; 
	/*
	height: auto !important;
	height:100%; 
	*/
}


body 
{
	background-color:#ffffff;
	font-family: Verdana; 
	font-weight: normal;
	font-style: normal;
	font-size: 3vw;
	-webkit-text-size-adjust: 100%;
	zoom: 1;
	/*background-image: url(backend/images/background.jpg); */
	height: 100vh;
	background-image: url(backend/images/background2.jpg);
	background-position: center bottom;
    background-size: 100% 60%;
	background-repeat: no-repeat;
	overscroll-behavior: none;
}

h1
{
	font-size: 3vw;
	margin-top: 0px;
	margin-bottom: 10%;
}

#kopf
{
	position: absolute;
	height: 10%;
	width: 90vw;
	text-align: center; 
	left: 5%;
    top: 5%;
}

#nb_logo
{
	height: 100%;
}


#loginbox
{
	width: 50%;
    left: 20vw;
    position: absolute;
    text-align: center;
    top: 25%;
    background-color: #f8f8f8;
    padding: 5%;
    border-style: solid;
    border-width: 5px;
    border-color: #cdcdcd;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.eingabefeld
{
	width: 98%;
    height: 4vh;
    margin-bottom: 2vh;
    font-size: 2vw;
    padding: 1%;
	color: #8f8f8f;
}

	
#login_button
{
	border-style: solid;
    border-width: 1px;
    padding: 1%;
	width: 98%;
	margin-top: 5%;
	font-size: 3vw;
	background-color: #fff;
}

#login_button:hover
{
	background-color: #cdcdcd;
	cursor: pointer;
}

#kreis
{
	height: 100%;
	-webkit-border-radius: 180px;
	-moz-border-radius: 180px;
	border-radius: 180px;
	    background-color: #fff;
    padding: 2%;
    border-style: solid;
    border-width: 5px;
    border-color: #cdcdcd;
	width: 20%;
    left: 35%;
    position: absolute;
}

.flagge
{
	margin-right: 4vw;
    height: 4vw;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
}



@media only screen and (min-width: 600px) 
{
	
    body 
	{
	font-size: 3vw;
	}
	
	h1
	{
	font-size: 1.5vw;
	margin-top: 0px;
	margin-bottom: 10%;
	}
	
	#loginbox
	{
	width: 30%;
    left: 32.5vw;
	padding: 2.5%;
	-webkit-border-top-right-radius: 60px;
    -webkit-border-bottom-left-radius: 60px;
    -moz-border-radius-topright: 60px;
    -moz-border-radius-bottomleft: 60px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
	}
	
	.eingabefeld
	{
	width: 98%;
    margin-bottom: 0.5vh;
    font-size: 1.5vw;
    padding: 1%;
	}
	
	#login_button
	{
	font-size: 1.5vw;
    line-height: 4.5vh;
	}
	
	.flagge
	{
	margin-right: 2vw;
    height: 2vw;
	}
	
}
