@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
/* Spezifische Anpassungen für das iPad im Querformat */
}
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
/* Anpassungen für Safari */
html, body {
overflow-x: hidden;
}
}
html, body {
height: 100vh;
overflow: hidden;
}