/*
Theme Name: The Primas
Theme URI: 
Author: BVS
Author URI: 
Description: Anpassungen für The Primas
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: casthub
Text Domain: the-primas
Tags: 
*/

/* Anpassungen Mobile Menu */
@media (max-width: 781px) {
    .wp-block-navigation__responsive-close {
        padding: 2rem;
    }
}

/*Smooth scroll beim Spingen auf Sectionen */
html {
  scroll-behavior: smooth;
}


/*Background wenn kein Bild */

.event{
	background: url(http://www.theprimas.de/wp-content/uploads/2025/11/event-bg.png);
	background-repeat: round;
}


.wp-block-navigation-item__content{
	font-family:var(--wp--preset--font-family--edo-regular);
}

.hero-h1 {
    text-transform: none !important;
    font-variant: normal !important;
    font-feature-settings: normal !important;
    letter-spacing: normal !important;
}
