<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(max-width:1250px) {
    :root {
        font-size: 16px;
    }
}    
 @media(max-width:1024px) {

	.overlay#overlay_cart {
		min-width: 0;
		width: 90%;
	}
    
}


@media (max-width:760px) {
	.sideIcons {
		bottom:1em;
		top:auto;
	}

	div#schritte {
		font-size: .75em;
	}	
}</pre></body></html>