

body {
    background-image: url('OfflineBG2.webp');
    background-repeat: repeat; /* Das Bild wird wiederholt */
    background-size: cover; /* Optional: Bild wird skaliert, um den gesamten Hintergrund zu füllen */
    background-position: center; /* Optional: Bild wird zentriert */
    margin: 0; /* Entfernt standardmäßige Ränder */
    height: 100vh; /* Stellt sicher, dass der Body die volle Höhe des Viewports einnimmt */
}
@media (max-width: 64em) {
	body {
		background-image: url('OfflineBG2mobil.webp');
	}
}



@media (max-width: 64em) {
	.topabstand {
		padding-top: 50px;
	}
}
@media (min-width: 64em) {
	.topabstand {
		padding-top: 80px;
	}
}




@media (max-width: 64em) {
	img {
		width: 100%;
		margin-left: auto; 
		margin-right: auto;
		height: auto;
	}
}


p {
	font-size: 1em;
}
@media (max-width: 64em) {
	p {
		line-height: 1.6em;
	}
}
@media (min-width: 64em) {
	p {
		line-height: 1.1em;
	}
}


.logoklasse {
	z-index: 1;
    position: relative;
}
@media (max-width: 64em) {
	.logoklasse {
		float: inline-end; 
		/*margin-left: -35px;
		margin-top: 30px;*/
	}
}
@media (min-width: 64em) {
	.logoklasse {
		float: right; 
		/*margin-left: 30px; 
		margin-right: 10%;*/
		/*margin-top: -66px;*/
		margin-top: -30px;
	}
}



@media (max-width: 64em) {
	.adressblock {
		text-align: left; 
		font-weight: 800; 
		/*margin-left: 5%; */
		font-family: verdana, geneva; 
		font-size: 18px; 
		line-height: 1.5em;
		padding-left: 24%;
		padding-right: 24%;
	}
}

@media (min-width: 64em) {
	.adressblock {
		text-align: left; 
		font-weight: 800; 
		/*margin-left: 20%; */
		font-family: verdana, geneva; 
		font-size: 18px; 
		line-height: 1.5em;
	}
}



.custom-shape-divider-top-1748461859 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1748461859 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    /*height: 96px;*/
	
}
@media (max-width: 64em) {
	.custom-shape-divider-top-1748461859 svg {
		height: 90px;
	}
}
@media (min-width: 64em) {
	.custom-shape-divider-top-1748461859 svg {
		height: 120px;
	}
}

.custom-shape-divider-top-1748461859 .shape-fill {
    fill: #F40000;
}






.custom-shape-divider-bottom-1748461208 {
    position: absolute;
    /*bottom: -80px;*/
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
/*
@media (max-width: 64em) {
	.custom-shape-divider-bottom-1748461208 {
		bottom: -538px;
	}
}
@media (min-width: 64em) {
	.custom-shape-divider-bottom-1748461208 {
		bottom: -370px;
	}
}
*/


.custom-shape-divider-bottom-1748461208 svg {
    position: relative;
    display: block;
    width: calc(254% + 1.3px);
    
}
@media (max-width: 64em) {
	.custom-shape-divider-bottom-1748461208 svg {
		height: 195px;
	}
}
@media (min-width: 64em) {
	.custom-shape-divider-bottom-1748461208 svg {
		height: 130px;
	}
}

.custom-shape-divider-bottom-1748461208 .shape-fill {
    fill: #F40000;
}

