hr{border: 1px solid #943874;}

/*Weisser Section */
.haut{
	overflow:auto;
}
h2{
	color: #943874;
	padding-left:-10px;
	font-weight:bold;
}
h5{
	color: #943874;
	font-size:20px;
	padding-left:10px;
}
.haut:hover h4{
	text-shadow: 1px 1px 2px #943874, 0 0 1em pink, 0 0 0.2em yellow;
	transition: 0.13s;
	padding-left:15px;
	
}
.haut #abc{
	list-style:'\25B6    ';
	opacity:1;
}
#abc:hover{
	list-style: '\25BC     ';
	text-shadow: 1px 1px 2px #943874, 0 0 1em pink, 0 0 0.2em yellow;
	transition: 0.7s;
	padding-left:5px;
}
.haut span{
	display: inline-block;
	color:yellow;
	font-size:20px;
	font-weight: bold;
}

/*puntero de desplazamiento*/




/*Risikofaktoren section */
.Risikofaktoren{
	position:fixed;
	top:8%;
	left:650px;
	width:50%;
	overflow:none;
}
.RisikofaktorenDiag, .scrollbar{
	position:relative
        overflow-y: auto;
}
.scrollbar::-webkit-scrollbar {
	display:auto;
}

.RisikofaktorenDiag #risk{
	color:#35055d;
	font-weight:bold;
}
.RisikofaktorenDiag li{
	font-size:20px;
	text-align:justify;
	list-style: none;
	color:#35055d;
	padding:20px;
}

