/*
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 2.7.1
Description: Für SVB angepasst
Author: Julia Bob-Fuchs
Author URI: http://www.bob-fuchs.de
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
Template: Divi
*/
/* Browser Reset */

div.container.clearfix.et_menu_container {
border-bottom: 15px solid #e52a49;
}

/* mobile menu fixed on scroll */
    @media only screen and (max-width : 980px) {
        .et_fixed_nav #main-header {
        border-bottom:15px solid #e52a49;
        top: 0 ;}
        div.container.clearfix.et_menu_container {
        border-bottom: 0px solid #ffffff;
        }
}

.container.et_menu_container

.et_mobile_menu {
border-bottom:25px #e52a49;/*Change this*/
width:125%;
margin-left: -12.5%;
}

.et_mobile_menu li a,
.et_mobile_menu .menu-item-has-children > a {
width: 49%;
float: left;
background:#b5b5b5;/*Change this*/
margin-bottom:5px;
margin-right:1%;
color:#fff;/*Change this*/
text-align: center;
}

#mobile_menu .current_page_item a {
background: #db1c24;/*Change this*/
color: #fff;/*Change this*/
}

.et_mobile_menu li.menu-item.menu-item-124 a {
width: 99% !important;
background: #8000cf!important;
font-weight: bolder;
text-transform: uppercase;
}
/** App Style header and Drop Down Menu **/
.mobile_nav.opened .mobile_menu_bar:before {
content: "\4d";
}

/** icon fonts von et **/
@font-face {
font-family: ‘ElegantIcons’;
src:url(‘/fonts/ElegantIcons.eot’);
src:url(‘/fonts/ElegantIcons.eot?#iefix’) format(’embedded-opentype’),
url(‘/fonts/ElegantIcons.woff’) format(‘woff’),
url(‘/fonts/ElegantIcons.ttf’) format(‘truetype’),
url(‘/fonts/ElegantIcons.svg#ElegantIcons’) format(‘svg’);
font-weight: normal;
font-style: normal;
}
/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'icomoon';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

[data-icon]:before {
font-family: ‘ElegantIcons’;
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

ul.rss-aggregator{
    list-style-type: none;
}

li.feed-item > a{
    font-size: 18px;
    font-weight: bold;
}

.wprss-feed-excerpt{
    font-size: 15px;
}
