.elementor-kit-9{--e-global-color-primary:#035FFE;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#035FFE;--e-global-color-669c717:#000000;--e-global-color-077f4e6:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- GLOBALE SCHRIFTART: INTER (Erzwungen) --- */

/* 1. Schriftart laden */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* 2. Variable definieren */
:root {
    --zm-font-global: 'Inter', sans-serif;
}

/* 3. Alle Zaunmarkt-Sektionen & Standard-Texte überschreiben */
body, 
h1, h2, h3, h4, h5, h6, 
p, a, li, span, div,
.elementor-widget-heading, 
.elementor-widget-text-editor,
.zm-hero-wrapper,
.zm-section-expert,
.zm-section-inspo,
.zm-section-inspo-v,
.sticky-section-wrapper,
.zm-section-products,
.sticky-products-wrapper,
.zm-section-social,
.zm-section-founder,
.timeline-container-wrapper {
    font-family: 'Inter', sans-serif !important;
}

/* Macht den Menüpunkt "cta-button" zum blauen Button */
.cta-button a {
    background-color: #035FFE !important; /* Dein Blau */
    color: #ffffff !important;
    padding: 12px 24px !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-top: -5px; /* Hilft oft, den Button vertikal zu zentrieren */
    transition: all 0.3s ease;
}

/* Hover-Effekt: Wird weiß mit blauem Rand (Dein Standard-Hover) */
.cta-button a:hover {
    background-color: #ffffff !important;
    color: #035FFE !important;
    box-shadow: inset 0 0 0 2px #035FFE !important; /* Erzeugt den Rand innen */
}/* End custom CSS */