.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:300;background-color:#FFFFFF;color:var( --e-global-color-astglobalcolor2 );font-family:"Raleway", Montserrat;font-weight:200;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 p{margin-block-end:0px;}.elementor-kit-7 a{color:#000000;font-family:"Raleway", Montserrat;font-weight:500;}.elementor-kit-7 h1{color:#000000;font-family:"Raleway", Montserrat;font-weight:300;}.elementor-kit-7 h2{color:#000000;font-family:"Raleway", Montserrat;font-weight:300;}.elementor-kit-7 h3{color:#000000;font-family:"Raleway", Montserrat;font-weight:300;}.elementor-kit-7 h4{color:#000000;font-family:"Raleway", Montserrat;font-weight:300;}.elementor-kit-7 h5{color:#000000;font-family:"Raleway", Montserrat;}.elementor-kit-7 h6{font-family:"Raleway", Montserrat;font-size:16px;font-weight:300;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* Legt die maximale Breite des Hauptinhalts fest */
.elementor-section-wrap {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* ERZWINGT einen seitlichen Abstand auf dem Handy */
@media (max-width: 767px) {
    body.elementor-page {
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }
}
/* Passt die Schriftart der Formular-Beschriftungen an die Webseite an */
form.usp-form label {
    font-family: inherit !important;
}
/* Stellt die Schriftart für alle Felder im USP-Formular ein */

/* Für das Text-Eingabefeld (Post Title) */
.elementor-kit-7 .usp-form input[type="text"] {
    font-family: inherit !important;
}

/* Stellt die Schriftart für die Buttons im USP-Formular ein */

/* Für den "Datei auswählen"-Button des Browsers */
.elementor-kit-7 .usp-form input[type="file"]::file-.elementor-kit-7-button {
    font-family: inherit !important;
    /* Optional: Fügen Sie hier weitere Stile wie Hintergrundfarbe hinzu */
    /* background-color: #000; */
    /* color: #fff; */
}

/* Für den "Submit Post"-Button */
.elementor-kit-7 .usp-form input[type="submit"] {
    font-family: inherit !important;
    /* Optional: Passen Sie hier Schriftgröße und -stärke an */
    /* font-size: 16px !important; */
    /* font-weight: 700 !important; */
}
/*
  Finales Styling für das USP-Formular
*/

/* 1. Versteckt den originalen "Datei auswählen"-Button */
.usp-form input[type="file"] {
    display: none !important;
}

/* 2. Gestaltet den neuen, benutzerdefinierten Button und den Submit-Button */
.mein-pdf-button,
.usp-form input[type="submit"] {
    font-family: 'Raleway', sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    /* Fügen Sie hier bei Bedarf weitere Stile hinzu */
    /* background-color: #000 !important; */
    /* color: #fff !important; */
    /* border: none !important; */
    /* border-radius: 5px !important; */
}

/* 3. Gestaltet die Beschriftungen ("Titel des Speiseplans" etc.) */
.usp-form label {
    font-family: 'Raleway', sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}
/* Versteckt das originale Dateiupload-Feld von USP Pro */
.usp-form .usp-input-files {
    display: none !important;
}/* End custom CSS */