body.elementor-kit-6 {
    /* Maincolor */
    --e-global-color-primary: #001C38;
    --maincolor-c: #001C38;
    /* Secondary */
    --e-global-color-secondary: #AFD906;
    --secondary-c: #AFD906;
    /* Text */
    --e-global-color-text: #001C38;
    --text-c: #001C38;
    /* Background */
    --e-global-color-accent: #D1DFEE;
    --background-c: #D1DFEE;
    /* Firmenseminare */
    --e-global-color-1030e3c: #C90C0F;
    --firmenseminare-c: #C90C0F;
    /* Onlineseminare */
    --e-global-color-0884a1b: #AFD906;
    --onlineseminare-c: #AFD906;
    /* Workshops */
    --e-global-color-76cc66d: #034C83;
    --workshops-c: #034C83;
    /* Light */
    --e-global-color-e2237f3: #FFFFFF;
    --light-c: #FFFFFF;

    --transparent: transparent;


    /* Bootcamp  */
    /*--e-global-color-76cc66d: #F5853B;*/
    --workshops-c: #F5853B;


}




body.elementor-kit-6 .e-con,
body.elementor-kit-6 {

    --container-max-width: Min(1690px, 94vw);
}

:root {
    --border-w: 2px;
    --border-r: 4px;

    --standard-p-side: 1.5rem;
    --standard-p-top: 4rem;
    --standard-p-bottom: 2rem;
}



/* Small devices (mobile/tablets, 767px and below) */
@media only screen and (max-width: 766px) {}

/* Medium devices (tablets/desktops, 768px and up) */
@media only screen and (min-width: 768px) {
    :root {
        --standard-p-side: 3rem;
    }
}

/* Large devices (large laptops and desktops, 1168px and up) */
@media only screen and (min-width: 1168px) {

    :root {
        --standard-p-side: 3rem;
        --standard-p-top: max(5vh, 5rem);
        --standard-p-bottom: max(5vh, 5rem);

        --container-default-padding-right: 0;
        --container-default-padding-left: 0;

    }

    body.elementor-kit-6,
    .elementor-kit-6 .e-con {
        --container-max-width: Max(1440px, 80vw);
    }


}


body,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text-c);
}