/****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;
}

.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: #a0a077 !important;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.dsgvo p {
    font-size: 10px;
    line-height: 1.3;
}


/* -------------------------- 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,
h3,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
}

h1:after,
h3:after {
    content: '';
    height: 5px;
    width: 6vw;
    background: #843F3F;
    display: block;
    margin-top: 0.4em;
    margin-bottom: 1.5em;
    border-radius: 3px;
}

h1:after {
    margin-top: 0.7em;
}

h1[style*="center"]:after,
h3[style*="center"]:after {
    text-align: center;
    margin: 0.4em auto 1.5em auto;
}

.parallax h1:after,
.parallax h3:after {
    content: none;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 1rem;
    font-family: "League Spartan";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 1.2rem;
    line-height: 1.5em;
}

h3 {
    font-size: 2.2rem;
}

h4 {
    font-size: 1rem;
    font-family: "League Spartan";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 1.5em;
}

h5 {
    font-size: 1.9rem;
}

h6 {}


/*------------------------- 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 custom -------------------------- */


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

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

@media (max-width: 1500px) {
    html,
    #main-menu ul li ul li {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    html,
    #main-menu ul li ul li {
        font-size: 14px;
    }
    footer h4 {
        font-size: 15px;
    }
    .ft-logo {
        margin: 15px !important;
    }
    div#footer-logos {
        flex-wrap: wrap;
    }
}

@media (max-width: 990px) {
    html,
    #main-menu ul li ul li {
        font-size: 13px;
    }
    h1:after,
    h3:after {
        width: 65px;
    }
}

@media (max-width: 767px) {
    html,
    #main-menu ul li ul li {
        font-size: 12px;
    }
    p,
    li,
    td {
        font-size: 15px !important;
    }
}

@media (max-width: 576px) {
    html,
    #main-menu ul li ul li {
        font-size: 11px;
    }
}

@media (max-width: 420px) {
    html,
    #main-menu ul li ul li {
        font-size: 10px;
    }
}

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