/*
 Theme Name:     Kulinarik Kompakt
 Template:       Divi
*/
 
 
/* ------------------------------------------------------- */



/* TYPOGRAPHY */

#main-content p, #main-content div {
    font-weight: normal;
}

#main-content a {
    text-decoration: underline 1px;
    font-weight: normal;
}

#main-content a:hover {
    opacity: 0.8;
    font-weight: 500;
}





/* HEADER NAV */

#top-menu li.current-menu-item {
    text-decoration: underline 1px;
}

#top-menu li.current-menu-item.no-current {
    text-decoration: none;
} 



/* BLOG GRID ELEMENT */
#main-content .et_pb_blog_grid .et_pb_post h4.entry-title a {
    text-decoration: none;
}



/* FOOTER */
#footer-bottom #footer-info {
    width: 100%;
    text-align: center;
}

div#main-content a.et_pb_button {
    text-decoration: initial;
}

ul#menu-footer {
    text-align: center;
    opacity: 0.8;
}

.bottom-nav li::after { 
    content:"|";
    padding-left: 1.75em;
}

.bottom-nav li:last-child::after {
    content: "";
    padding-left: 0;
}

.bottom-nav li { 
    font-weight: normal;
    padding-right: 1.45em;
}

.bottom-nav li:last-child {
    padding-right: 0;
}


#footer-bottom #footer-info {
    font-weight: normal;
}