.elementor-kit-6{--e-global-color-primary:#111111;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#363636;--e-global-color-accent:#627765;--e-global-color-bd0b658:#AE91F3;--e-global-color-1584f78:#AE91F37D;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:34px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 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){--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 *//* X-Cursor mit Kreis für das native Elementor Off-Canvas Widget */
.e-off-canvas .e-off-canvas__overlay {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='16' cy='16' r='14' fill='rgba(0,0,0,0.3)'/><line x1='21' y1='11' x2='11' y2='21'></line><line x1='11' y1='11' x2='21' y2='21'></line></svg>") 16 16, pointer;
}

/* Cursor zurücksetzen, sobald man über den Menüinhalt fährt */
.e-off-canvas .e-off-canvas__container {
    cursor: default;
}

/* Ändert die Hintergrundfarbe beim Markieren von Text */
::-moz-selection {
    background-color: #AE91F3; /* Hier deine Wunschfarbe für den Hintergrund eintragen */
    color: #ffffff;            /* Hier die Textfarbe beim Markieren eintragen */
}

::selection {
    background-color: #AE91F3; /* Hier deine Wunschfarbe für den Hintergrund eintragen */
    color: #ffffff;            /* Hier die Textfarbe beim Markieren eintragen */
}

/* Minimalistischer lila Punkt als Standard-Cursor für die gesamte Website */
body, html {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><circle cx='12' cy='12' r='8' fill='%23AE91F3' stroke='%23ffffff' stroke-width='1'/></svg>") 8 8, auto;
}

/* Behält die gewohnte Zeigefinger-Hand bei Links und interaktiven Elementen bei */
a, button, .elementor-button, input[type="submit"], select, .e-off-canvas__overlay {
    cursor: pointer;
}/* End custom CSS */