
/*CSS für die Mobil- und Desktop-Version
=================================

Der W3C-Validator erteilt Warnungen für webkit-, ms- und moz-hyphens,
sie stehen hier zur Sicherheit für ältere Browser.*/

p, h1, h2 {
	margin: 5px 30px 0px 30px;
 hyphens: auto;
 color:#705b5a;
 -webkit-hyphens:auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
}
h1 {
	font-size: 1.4em;
	text-indent: 0;
}
h1.kleiner {
	font-size: 1.05em;
}

a:link {color: #afa4a2;text-decoration: none;background: transparent;}
a:visited {color: #afa4a2;text-decoration: none;background: transparent;}
a:hover {color: white;text-decoration: underline;background: transparent;}
a:active {color: #afa4a2;text-decoration: underline;background: transparent;}

a.impr:link {color: #afa4a2;text-decoration: none;background: transparent;}
a.impr:visited {color: #afa4a2;text-decoration: none;background: transparent;}
a.impr:hover {color: #006e89;text-decoration: underline;background: transparent;}
a.impr:active {color: #8b0000;text-decoration: underline;background: transparent;}

.telindex {
	color: #006e89;
	/*text-shadow: 0.01em 0.01em 0.05em;*/
}
/*@keyframes fadein {from {opacity:0;}to {opacity:1;}
}*/
.einzug {
	margin-left: 45px;
	text-indent: 0px;
}
.spacer {
	height:400px;
 width: auto;
}