/*
Theme Name:   gemeinsamheilsam
Description:  DIVI Child Theme
Author:       Oliver Osswald
Author URL:   https://nws-informatik.ch
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  gemeinsamheilsamch
*/

/* Write here your own personal stylesheet */


/********* Mobile Menu Collapse ********/
 
/**** This hides the sub menu items on mobile ****/
 
#main-header .et_mobile_menu li ul.hide {
display: none !important;
}
 
/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
 
#mobile_menu .menu-item-has-children {
position: relative;
}
#mobile_menu .menu-item-has-children > a {
background: transparent;
}
 
/**** This styles the icon and moves it to the right ****/
 
#mobile_menu .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}
 
/**** Here you can swap out the actual icons ****/
/**** OPEN MENU ****/
span.menu-closed:before {
content: "\50";
display: block;
color: #347c15;
font-size: 16px;
font-family: ETmodules;
}

/**** CLOSE MENU ****/ 
span.menu-closed.menu-open:before {
content: "\4f";
}

