/*
Theme Name: Radtour Theme
Theme URI: 
Author: Andreas Krause
Author URI: 
Description: Ein Theme für die Seite Radtour für ALLE
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: radtour-theme
Tags: 
*/

@media (max-width: 768px) {
    .mobil-ausblenden {
        display: none;
    }
	
	.mobil-spalte {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wp-block-navigation__responsive-container-open {
    margin-top: -18px !important; /* Wert anpassen, bis es perfekt sitzt */
}

}

@media (min-width: 769px) {
	.desktop-ausblenden, .mobil-spalte {
		display: none;
	}
}

