/*typofarben definieren*/

p {
    color: #5b3538;
}

h1, h2, h3, h4, h5, h6, p {
    color: #5b3538;
}

/*menü-schriftgröße anpassen*/
.main-nav ul li span {
    font-family: 'Dosis';
    font-size: 16px !important;
}

/*pie chart größe*/
.vc_chart .vc_chart-with-legend {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}

/*kategorie schriftgröße*/

#filter-nav li a {
    font-size: 20px;
}

/*dropdownmenü*/


/*overlay der gallery*/

    .project.small.effect-1 .overlay {
    background: #669966 !important;
}


/* Testimonial > Typo Autor */
.testimonial-author p {
    font-weight: 500;
    margin-bottom: 0 !important;
    color: inherit;
    text-align: center;
    padding-bottom: 0;
    color: #5b3538;
    text-transform: uppercase;
}

/*flexslider anpassen*/

.flexslider {
    padding: 0;
    margin: 0 0 60px;
    background: #fff;
    border: 0px !important;
    position: relative;
    border-radius: 0px;
    -o-box-shadow: 0 0px 0px rgba(0,0,0,);
    box-shadow: 0 px 0px rgba(0,0,0,);
    zoom: 1;
}

/*footer im mobile mitteln*/
@media only screen and (max-width: 1024px) {
#footer #text-2, #footer #nav_menu-2 {
   padding: 0 35px !important;
}

@media only screen and (max-width: 1024px) {
#footer #text-3, #footer #nav_menu-3 {
   padding: 0 35px !important;
}

/*hambuger menü stylen*/

slide-panel {
    height: auto;
    position: relative;
    padding: 30px 30px;
    color: #a7a7a7;
    background-color: #eaf6fe !important;
    background-size: cover;
    z-index: 1 !important;
    display: none;
}

/*VC >überschriften sichtbar machen von csaba:
.wpb_animate_when_almost_visible {
    opacity: 1 !important;
    filter: none !important;
}

*/

wpb_animate_when_almost_visible {
    opacity: 1; !important;
}


