<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

 * 6.0 - Farbanpassungen
 * 7.0 - Inhalte
 * 8.0 - Media Queries

*/

/* 6.0 - Farbanpassungen */
	


#begriffbox{
	color:#fff;
}

#begriff_close{
	background:#fff;
}


/* DESIGN NEU

#menu .on, #menu ul li a:hover {
	color: #fff;
}

#menu .on, #menu ul li:hover {
	background-color:#016db5;
}

*/



#footer_end{
	color:#fff;
}

#footer_end a{
	color:#fff;
}

.bgw{
	background: #fff;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
}



.sslicon{
	fill:#fff;
}


.back-to-top .path{
	fill:#fff;
}


#logomobile{
	display:none;
}



/* 7.0 - Inhalte */

#teamicon {
	background:url(../bilder/team.svg) no-repeat center top;
}	

#linksicon {
	background:url(../bilder/links.svg) no-repeat center top;
}	

#infoicon {
	background:url(../bilder/patienteninfo.svg) no-repeat center top;
}	

#notdiensticon {
	background:url(../bilder/notdienst.svg) no-repeat center top;
}

#newsicon {
	background:url(../bilder/news.svg) no-repeat center top;
}

#mitgliedschafticon {
	background:url(../bilder/mitgliedschaft.svg) no-repeat center top;
}

#lottoverbandicon {
	background:url(https://v01.connect.dga-post.de/bilder/lottoverband.svg) no-repeat center top;
}

.ma{
	width:235px;
}

.pfeilpfad{
	fill: #666;
}



/* 8.0 - Media Queries */


@media (min-width: 780px) {

	

}

@media (max-width: 1360px) {
	
	

}

/*Nur Design neu*/
@media (max-width: 1200px) {

}

@media (max-width: 980px) {
	

	
	
}

@media (max-width: 780px) {

	#menu ul ul li{
		border-left:1px solid #fff;
		border-right:none;
	}
	
	#logomobile{
		display:block;
	}

}

@media (max-width: 480px) {

	
}

</pre></body></html>