<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Css für mobile Endgeräte mit kleinem Schirm*/

@media (max-width: 992px) {
	.kasten {
		margin: 5px 5px 5px 5px;
}
	.topflexback {
		clip-path: polygon(20% 36%, 27% 49%, 33% 24%, 41% 46%, 48% 70%, 54% 29%, 62% 2%, 71% 31%, 76% 53%, 79% 81%, 83% 53%, 88% 13%, 92% 32%, 97% 40%, 100% 80%, 100% 100%, 0 100%, 0 71%, 3% 55%, 8% 67%);
		mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
		margin-bottom: -300px;
	    padding-top: 300px;
	}
}
@media (max-width: 1200px) {
	.gallery {
		width: auto;
		height: 400px;
		margin-bottom: -270px;
	}
	.kasten {
		margin: 5px 5px 5px 5px;
	}
}

@media (max-width: 768px) {
	.kasten {
		margin: 5px 5px 5px 5px;
		min-width: 	unset;
		min-height: unset;
}
	.topflexback {
		display: none;
	}
	.top_small {
		margin-top: 10px;
		margin-bottom: 0px;
	}
	.btn-green {
		margin-top: 10px;
		max-width:90%;
		min-height: 50px;
		word-break: break-word;
		white-space: normal;
		display: flex;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	a.btn {
		background: linear-gradient(45deg, #58ab27 0%, #a5dd5a 100%);
		color: white;
		max-width:90%;
		border: #76d241;
		word-break: break-word;
		white-space: normal;
}
	.kastentext {
		display: none;
	}
}</pre></body></html>