/*
Theme Name: SchnellSauber
Theme URI: https://schnellsauber.de
Author: (you)
Author URI: https://example.com
Description: Lightweight block theme with patterns (Hero, Services, etc.)
Version: 0.1.0
Requires at least: 6.1
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: schnellsauber
*/

footer,
.wp-block-group {
    margin-top: 0 !important;
}

/* Header must not sit under the WP admin bar */
.admin-bar #main-header { top: 32px; }
@media (max-width: 782px) {
  .admin-bar #main-header { top: 46px; }
}
