/*
Theme Name:     Divi Child Theme
Description:    Child Theme for Divi Theme
Author:         Christoph Walter
Author URI:     http://www.pas-solutions.ch/
Template:       Divi
Version:        1.0
*/
@import url(../Divi/style.css);

#et-info-address:before {
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
}

#et-info-address:before {
    content: "\e01d";
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.mobile_menu_bar:before {
    font-size: 48px;
}

#et-info {
    float: right;
}

#top-menu-nav>ul>li>a:hover {
    opacity: 1;
	color: #a7be52;
}
  
@media all and (min-width: 981px) {}
@media all and (min-width: 361px) and (max-width: 980px) {}
@media all and (max-width: 360px) {}
@media (max-width: 767px) {
#et-info-phone, #et-info-address {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}
	
#et-info {
    float: none;
}
}
@media (max-width: 980px) {}
@media (max-width: 1400px) {}
@media (max-width: 1280px) {}
@media only screen and (min-width: 1350px) {}

/* Die Breite des mobilen breakpoint von Divi selber setzen */
@media only screen and ( max-width: 1200px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}