html{
	width: 100%;
}

body{
	background-color: white;
	/* font-family: "Helvetica", "Arial"; */
}

#logo{
	float: right;
	margin-right: 15px;
	margin-top: 10px;
	height: 60px;
	margin-bottom: 5px;
}

#logo img{
	height: 100%;

	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

#bord{
	border: 1px solid grey;
	padding-left: 5px;
}

.const-breite{
	width: 180px;
	float: left;
	text-align: left;
	padding-left: 5px;
}

@media only screen and (min-width: 769px) {
	#fenster{
		width: 50%;
		height: auto;
		margin-top: 5%;
		margin-left: 25%;
		border: 1px solid #555555;
		border-radius: 40px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		position: relative;
	}


}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
	#fenster{
		width: 100%;
		margin: 0px;
	}

	input{
		margin-top: 10px;
	}
}


#banner{
	width: 100%;
	height: 50px;
	background-color: orange;
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}


#content{
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}


pv.unsichtbar{
	visibility: collapse;
	height: 0px;
	width: 0px;

}

marked{
	color: red;
	font-weight: bold;
}

.fehler{
	color: red;
	font-size: 20px;
}

.q_x p{
	width: 96%;
	height: 10%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: #5388BE;
	border-radius: 10px;
	margin-top: 20px;
	padding: 2%;

}

#but_weiter{
	margin-bottom: 10px;
}

button{
	border-radius: 10px;
	border: 2px solid #AAAAAA;
	margin-top: 10px;
	height: 50px;
	background-color: orange;
}

button:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

button:active{
	border: 2px solid #888888;
}

#table_auswertung{
	border-collapse: collapse;
	width: 40%;
}

table, th, td{
	border: 2px solid grey;
	padding: 10px;
	text-align: center;
}
th{
	color: white;
}

#imp{
	font-weight: bold;
}
.l-red{background-color: #FFB1B1;}
.l-yellow{background-color: #FFFFB1;}
.l-green{background-color: #B1FFB1;}
.l-blue{background-color: #B1B1FF;}

#table_auswertung_rot{

	background-color: red;
}
#table_auswertung_gruen{
	background-color: green;
}
#table_auswertung_gelb{
	background-color: yellow;
	color: black;
}
#table_auswertung_blau{
	background-color: blue;
}
