.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-v4-text );font-family:var( --e-global-typography-v4-text-font-family ), Sans-serif;font-size:var( --e-global-typography-v4-text-font-size );font-weight:var( --e-global-typography-v4-text-font-weight );}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-v4-dunkelrot );}.elementor-kit-10 h2{color:var( --e-global-color-v4-dunkelrot );font-family:var( --e-global-typography-v4-headline2-font-family ), Sans-serif;font-size:var( --e-global-typography-v4-headline2-font-size );font-weight:var( --e-global-typography-v4-headline2-font-weight );}.elementor-kit-10 h3{font-size:1.3em;}.elementor-kit-10 h4{font-family:var( --e-global-typography-v4-text-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-v4-text-accent-font-size );font-weight:var( --e-global-typography-v4-text-accent-font-weight );}.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-kit-10{font-size:var( --e-global-typography-v4-text-font-size );}.elementor-kit-10 h2{font-size:var( --e-global-typography-v4-headline2-font-size );}.elementor-kit-10 h4{font-size:var( --e-global-typography-v4-text-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10{font-size:var( --e-global-typography-v4-text-font-size );}.elementor-kit-10 h2{font-size:var( --e-global-typography-v4-headline2-font-size );}.elementor-kit-10 h4{font-size:var( --e-global-typography-v4-text-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Roboto-Condensed:Roboto Condensed; --Dunkelrot:#A0142A; --Petrol:#008F9E; --Roboto:Roboto Flex; --Text:#626262; --Weiss:#ffffff; --Light-Gey:#dedede; }
/* Start custom CSS *//* Cookie-Button ausblenden */

.ccm-settings-summoner {
    display: none !important;
}


/* =========================================================
   HERO SLIDER
   Scroll-sichere Version
   ========================================================= */


/* ---------------------------------------------------------
   ÄUSSERER SLIDER

   Die Höhe / Min-Height weiterhin in Elementor festlegen.
   --------------------------------------------------------- */

.elementor-kit-10 {
    position: relative;
}


/* ---------------------------------------------------------
   SLIDES

   Alle Slides liegen exakt übereinander.
   clip-path verhindert, dass das gezoomte Bild
   über den Slide hinausragt.

   KEIN overflow:hidden / overflow:clip mehr!
   --------------------------------------------------------- */

.elementor-kit-10 .hero-slide {
    position: absolute !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    opacity: 0;

    clip-path: inset(0);

    /* eigener Rendering-Kontext */
    isolation: isolate;
}


/* Erstes Bild als Fallback */

.elementor-kit-10 .hero-slide:first-child {
    opacity: 1;
}


/* ---------------------------------------------------------
   BILDFLÄCHE
   --------------------------------------------------------- */

.elementor-kit-10 .hero-image {
    position: absolute !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

    /*
     * Etwas Reserve für Ken Burns.
     * Das JavaScript animiert ebenfalls nur Werte >= 1.08.
     */
    transform: scale(1.08);

    transform-origin: center center;

    will-change: transform;

    z-index: 1;
}


/* ---------------------------------------------------------
   COPYRIGHT
   --------------------------------------------------------- */

.elementor-kit-10 .copyright {
    position: absolute;

    right: 5%;
    bottom: 1em;

    z-index: 5;

    margin: 0;
}


/* ---------------------------------------------------------
   REDUCED MOTION
   --------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

    .elementor-kit-10 .hero-image {
        transform: scale(1.08) !important;
    }

}/* End custom CSS */