.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-ba34579:#E21B23;--e-global-color-e1ec7a8:#BE151C;--e-global-color-12dc956:#081B2C;--e-global-color-9ec0e9b:#102B40;--e-global-color-d760b9c:#172331;--e-global-color-4ed9949:#3E4854;--e-global-color-b2af096:#F4F6F7;--e-global-color-35ab238:#E2E6E9;--e-global-color-2b8129d:#FFFFFF;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:700;--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:600;font-family:"Inter", Sans-serif;font-weight:400;}.elementor-kit-8 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 *//* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

/* Hintergrund */
::-webkit-scrollbar-track {
    background: #081B2C;
    border-radius: 8px;
}

/* Normal – dezentes dunkles Rot */
::-webkit-scrollbar-thumb {
    background: #BE151C;
    border-radius: 8px;
    border: 2px solid #081B2C;
}

/* Hover – Feuerwehr-Rot */
::-webkit-scrollbar-thumb:hover {
    background: #E21B23;
}

/* Aktiv / Klicken */
::-webkit-scrollbar-thumb:active {
    background: #A91218;
}

/* Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #BE151C #081B2C;
}/* End custom CSS */