@charset "utf-8";
/* CSS Document */
html::before {
    content: ' ';
    display: block;
    background-image: url(../img/ueberscrollbild.jpg);
    background-position: center bottom;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -100;
}
.bg-lila{
    background-color: #951B81;
}
.bg-gray{
    background-color: #c6c6c6;
}
.bg-darkgray{
    background-color: #b2b2b2;
}
.bg-lightgray{
    background-color: #e3e3e3;
}
.bg-white{
    background-color: #FFFFFF;
}
.bg-scroll {
    height: 18em;
}
.lila{
	color: #951B81;
}
.fett {
    font-weight: bold;
}
.textblock {
    text-align: justify;
	hyphens: auto;
}
.abstand-oben{
    margin-top: 55px;

}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover{
	color: #951B81;
}
.linksblack a:link{
	color: #000000;
	text-decoration: none;
}
.linksblack a:visited{
	color: #000000;	
}
.linksblack a:hover{
	color: #ffffff;	
}
h1{
	font-size: 2rem;
}
h2{
    font-size: 1.5rem;
}
h3{
	font-size: 1.2rem;
}
h4{
	font-size: 1.1rem;
}
h5{
	font-size: 1rem;
}
.center-mobil{
    text-align: left;
	}
@media (max-width: 1200px) {
    
.center-mobil{
    text-align: center;
	}
}