.elementor-kit-10{--e-global-color-primary:#FFBD59;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#FFDE59;--e-global-color-b6ca0c4:#FFFFFF;--e-global-color-8f76233:#FFFAF2;--e-global-typography-primary-font-family:"Nunito";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nunito";--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:"Nunito";--e-global-typography-accent-font-weight:500;font-size:20px;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-b6ca0c4 );}.elementor-kit-10 a:hover{color:var( --e-global-color-b6ca0c4 );}.elementor-kit-10 h1{font-size:72px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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);}.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 *//* Chrome, Edge, Safari */
body::-webkit-scrollbar {
    width: 18px;
}

body::-webkit-scrollbar-track {
    background: #000000;   /* Hintergrund der Leiste */
}

body::-webkit-scrollbar-thumb {
    background: #ffcf82;  
    border-radius: 18px;
}

/* Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #ffcf82 #000000;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}/* End custom CSS */