html, body 
{ 
	margin:0; 
	padding:0; 
	height:100%; 
}


body 
{
	background-color:#ffffff;
	font-family: Verdana; 
	font-weight: normal;
	font-style: normal;
	font-size: 0.75em;
	background-position: center bottom;
    background-size: 100% 60%;
	background-repeat: no-repeat;
	background-image: url(images/background_3.jpg);
	zoom: 1;
}
	
#landingpage_menue 
{
    position: absolute;
    z-index: 2;
    width: 20vw;
    background-color: #ffffff;
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: solid;
    border-color: #cdcdcd;
    float: left;
    top: 0px;
    bottom: 0px;
    left: 10vw;
}

#logo
{
	position: relative;
    width: 50%;
    padding-top: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: solid;
    border-color: #cdcdcd;
    float: none;
}

#landingpage_main
{
	position: absolute;
    margin-left: 25%;
    width: 75%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ico_main
{
	width: 100%;
}

.ico_holder
{
	width: 20%;
	float: left;
}

.text_holder_ico
{
	width: 80%;
    margin-left: 0%;
    height: 10vh;
    float: left;
    line-height: 10vh;
	font-size: 1.1vw;
}

.ico_main_holder
{
	display: inline;
	width: 60%;
    margin-top: -25vh;
	margin-left: 10vw;
}

#scan_qr_headline
{
	position: absolute;
    top: 10vh;
    font-size: 2vw;
	display: none;
}

#scan_qr_picture
{
	position: absolute;
    bottom: 0px;
    height: 80vh;
	display: none;
}

#landingpage_m
{
	position: absolute;
    width: 70%;
	border-style: solid;
    border-width: 5px;
    border-color: #cdcdcd;
	margin-top: -60px;
}

#landingpage_headline
{
	position: absolute;
    width: 80%;
    display: flex;
    justify-content: center;
	text-align: center;
    background-color: #fff;
    border-style: none;
    border-width: 5px;
    border-color: #cdcdcd;
    z-index: 5;
    top: 30vh;
}

#qrCanvas
{
	position: absolute;
    width: 10vw;
    margin-top: 100px;
    left: 50%;
}

#load_login
{
	position: absolute;
    margin-top: 160px;
    left: 50%;
	margin-left: -13px;
}

#load_user_info
{
	position: absolute;
    margin-top: 160px;
    left: 50%;
    margin-left: -50px;
}

#screen_id
{
	width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6vw;
}

#imprint
{
	width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8vw;
	cursor: pointer;
}

#email_ausgabe
{
	text-align: center;
	margin-top: 270px;
}

#apppage_main
{
	position: absolute;
    width: 70vw;
    height: 100vh;
    z-index: 6;
    background-color: #fff;
    right: 0px;
    border-left-style: solid;
    border-left-width: 5px;
    border-color: #cdcdcd;
    padding: 30px;
}

#apppage_content
{
	display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
	margin-top: 10vh;
}

#apppage_headline
{
	text-align: center;
    margin-top: 40px;
}

#apppage_index
{
	position: absolute;
    width: 70vw;
    height: 100vh;
    z-index: 6;
    background-color: #fff;
    right: 0px;
    border-left-style: solid;
    border-left-width: 5px;
    border-color: #cdcdcd;
    padding: 30px;
}

#imprint_show
{
	position: absolute;
    width: 80vw;
    height: 80vh;
    background-color: #f8f8f8;
    z-index: 1000;
    left: 10vw;
    top: 10vh;
    border-style: solid;
    border-width: 1px;
    border-top-width: 0px;
    border-color: #8f8f8f;
}

#imprint_headline
{
	width: 95%;
	height: 5vh;
	background-color: #8f8f8f;
	float: left;
	line-height: 5vh;
    padding-left: 2vw;
	color: #fff;
}

#imprint_close
{
	width: 5%;
	height: 5vh;
	background-color: red;
	color: #fff;
	float: left;
	line-height: 5vh;
    text-align: center;
	cursor: pointer;
}

#imprint_text
{
	padding: 2vw;
    float: left;
}
