/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 21 2026 | 17:19:20 */
/* Header immer oben fixieren */
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

/* Für mobile Geräte bis 450px Breite */
@media (max-width: 780px) {
    .mobile-padding {
        padding-top: 100px !important; /* Erhöhter Wert für kleine Bildschirme */
    }
}

.wp-block-navigation-item__content:hover {
		text-decoration: none !important;
}

.wp-block-navigation-item.current-menu-item {
    color: #ed2727;
    font-weight: 700;
	text-decoration: underline;
}
	
.wp-block-navigation-item__label:hover {
    color: #ed2727;       /* Schriftfarbe beim Hover */
    font-weight: 700;      /* Schrift etwas dicker */
    transition: all 0.3s ease; /* sanfter Übergang */
}

.wpforms-submit {
	font-family: Cardo !important;
    font-style: normal !important;
    font-weight: 400 !important;

}