﻿/**
 *
 * -------------------------------------------
 * Custom CSS changes
 * -------------------------------------------
 *
 **/
 
 /* Farben 
 
Hell-Blau	#007eb3
Dunkel-Blau	#004563


in Header via Divi > Theme-Optionen > Integration

*/ 

div.textWeiss div h1 {	/* Stellt Kü-Namen auf Front auf Weiss */
	color: #FFFFFF;
}
div.textWeiss a { 		/* Link weiss, fett und unterstrichen */
	color: #FFFFFF; 
	text-decoration: underline; 
	font-weight: bold; 
} 

.etwasGroesser { font-size: 1.5em; }

@media (max-width: 600px) {	/* Monitore kleiner als 600 px */
	h1 { font-size: 1.3em !important; } /* Alle Hs kleiner */
	h2 { font-size: 1.1em !important; }
	h3 { font-size: 0.8em !important; }
}