.elementor-kit-10{--e-global-color-primary:#0D1B2A;--e-global-color-secondary:#2EC4B6;--e-global-color-text:#F0F4F8;--e-global-color-accent:#E5B80B;--e-global-color-1f1e308:#161B33;--e-global-color-f8f29bf:#252935AB;--e-global-color-2ef0715:#131722;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cormorant Garamond";--e-global-typography-accent-font-weight:500;background-color:#3D2B1F;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.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 *//* Styling für den Container */
#zitat-des-tages {
    text-align: center;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

/* Styling für die Überschrift „Zitat des Tages“ */
#zitat-des-tages h2 {
    font-size: 2.2em;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
}

/* Styling für den Autor & Kategorie */
#zitat-des-tages .zitat-autor {
    font-size: 1.4em;
    font-weight: bold;
    color: #ffcc00;
    text-shadow: 0px 0px 10px rgba(255, 204, 0, 0.8);
    margin-bottom: 10px;
}

/* Styling für das eigentliche Zitat */
#zitat-des-tages .zitat-text {
    font-size: 1.6em;
    font-weight: normal;
    color: #b0c4de;
    text-shadow: 0px 0px 10px rgba(176, 196, 222, 0.8);
    font-style: italic;
    line-height: 1.4;
    margin-top: 10px;
}/* End custom CSS */