/****THEME FONTS*****/


/*
font-family: 'Source Serif Pro', serif;
font-family: 'Arapey', serif;
font-family: 'Krub', sans-serif;
*/


/* -------------------------- start fonts body main -------------------------- */

body {}

.content-wrapper a {
    transition: all 0.5s ease 0s;
    color: #000;
    text-decoration-thickness: from-font;
}


/*
.main-content p {
    color: var(--light-brown);
}
*/

.content-wrapper a:hover {
    color: var(--red);
}

.content-wrapper .vce-text-block ul {
    padding-left: 18px;
}

.content-wrapper .vce-text-block ul {
    list-style: none
}

.content-wrapper .vce-text-block li::before {
    content: '•';
    color: #000 !important;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: 800;
    font-family: 'Fraunces';
    transform: translateY(-0.12em);
}

.dsgvo p {
    font-size: 11px !important;
    line-height: 1.3;
}

html {
    font-size: 20px;
}

p,
li {
    font-size: 1rem;
    letter-spacing: 0.025em;
    line-height: 1.8;
}


/* -------------------------- end fonts body main -------------------------- */


/*--------------------- start fonts main navigation ----------------------*/

.ubermenu-responsive-toggle {}

#main-nav .ubermenu-item-level-0>a.ubermenu-target {}

#main-nav .ubermenu-item-level-1>a.ubermenu-target {}


/*------------------------ end fonts main navigation----------------------------*/


/*------------------------------ start fonts headlines ---------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--brown);
    margin-top: 0;
}

h1 {
    font-size: 3.75rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-bottom: 0.8em;
}

h2 {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: -0.01em;
}

h3 {
    font-size: 3.75rem;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 1.25em;
    letter-spacing: -0.01em;
}

h4 {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

h5 {
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

h6 {
    font-size: 6rem;
    line-height: 0.98;
    font-weight: 600;
    letter-spacing: -0.01em;
}

h6 strong {
    font-weight: 600;
    color: var(--red);
}


/*------------------------- end fonts headlines -------------------------------*/


/* -------------------------- start fonts content -------------------------- */


/*.vce p strong {}*/


/*.vce li {}*/


/* -------------------------- end fonts content -------------------------- */


/* -------------------------- start fonts button -------------------------- */

.vce-button--style-basic {}


/* -------------------------- end fonts button -------------------------- */


/* -------------------------- start fonts accordion -------------------------- */

.vce-classic-accordion .vce-classic-accordion-panel-title {}


/* -------------------------- end fonts accordion -------------------------- */


/* -------------------------- start fonts tabs -------------------------- */

.vce-classic-tabs .vce-classic-tabs-panel-title {}


/* -------------------------- end fonts tabs -------------------------- */


/* -------------------------- start fonts cookie-law-info-bar -------------------------- */


/*#cookie-law-info-bar span {font-family: 'Source Serif Pro', serif;}*/


/*#cookie-law-info-bar {font-family: 'Source Serif Pro', serif;}*/

a#cookie_action_close_header,
a#CONSTANT_OPEN_URL {}


/* -------------------------- end fonts cookie-law-info-bar -------------------------- */


/* -------------------------- start fonts footer -------------------------- */

footer {}

footer p,
footer li,
footer a {}

footer h4,
footer h5,
footer h6 {}


/* -------------------------- end fonts footer -------------------------- */


/* -------------------------- start fonts custom -------------------------- */


/* -------------------------- end fonts custom -------------------------- */

@media (min-width: 1920px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1500px) {
    html {
        font-size: 19px;
    }
    h6 {
        font-size: 4.5rem;
    }
}

@media (max-width: 1200px) {
    html {
        font-size: 18px;
    }
    h1 {
        font-size: 3.35rem;
    }
    h2 {
        font-size: 1.4rem;
    }
    h3 {
        font-size: 2.65rem;
        line-height: 1.2;
    }
    h6 {
        font-size: 3.9rem;
    }
}

@media (max-width: 990px) {
    h1 {
        font-size: 2.85rem;
    }
    h6 {
        font-size: 3.5rem;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 2.65rem;
    }
    h3 {
        margin-bottom: 0.65em;
        font-size: 2.35rem;
    }
    h6 {
        font-size: 3.1rem;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 17px;
    }
    h1 {
        font-size: 2.45rem;
    }
    h2 {
        font-size: 1.4rem;
    }
    h3 {
        font-size: 2.05rem;
    }
}

@media (max-width: 420px) {
    p,
    li {
        font-size: 1.15rem;
        letter-spacing: 0.025em;
        line-height: 1.8;
    }
    html {
        font-size: 15px;
    }
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 35px;
    }
}

@media (min-width: 320px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}