/*---------------------------------------------------------------------------------

 Theme Name:   SBA_Intranet
 Theme URI:    http://sba.haritomedia.ch
 Description:  Lyra
 Author:       Haritomedia GmbH
 Author URI:   https://haritomedia.ch/en/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/* BODY */
body {
	font-weight: 400;	
}

h5 {
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
    font-size: 18px !important;
}

/* FOOTER */
.et-l--footer .et_pb_text_inner p {
	padding-bottom: 0.5em !important;
}
    
/* MENU */
#main-header,
#main-header.et-fixed-header {
	border-bottom: 3px solid #eb1800;
}
  
/*** MEGA MENU
 *******************************/

/*** hides sub-menu on hover ***/
#et-top-navigation #top-menu li.et-hover ul.sub-menu { display: none!important; }
 
/*** shows submenu on click ***/
#et-top-navigation #top-menu li.show-submenu ul.sub-menu { display: block!important; visibility: visible!important; opacity: 1!important; }
 
/*** Hide hamburger menu item on mobile ***/
.et_mobile_menu .mega-menu >
 a{display:none;}
  
#top-menu .mega-menu > a, #et-secondary-nav .mega-menu > a {padding-bottom: 24px !important;}
 
/**** hide down arrow ****/
#top-menu .mega-menu > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {display: none;}
 
/*** show hamburger icon ***/
.hamburger:before {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 0.6em;
    text-transform: none;
    speak: none;
    position: relative;
    cursor: pointer;
    top: 0;
    left: 0;
    vertical-align: -11px;
    padding-right: 3px;
    font-size: 48px; /*change size of icon here*/
    content: "\61"; /*change icon here*/
    color: #EB1800; /*change color of icon here*/
}
 
/*** displays the "x" close icon ***/
.show-submenu .hamburger:before {
    content: "\4d"; /*change x icon here*/
}

/* home page - Teiler eingerückt ***/
.et_pb_divider_0.et_pb_module .teiler-einger  {
  margin-left: 82px !important;
}

/* MEGA MENU DROP DOWN */

#top-menu li.mega-menu>ul {
    padding: 30px 50px 100px;
}
.et_mobile_menu li a, .nav li a {
    font-weight: 400;
    font-size: 28px;
    color: rgba(0,0,0,0.8);
}
.mega-menu .sub-menu ul {
    background-color: transparent !important;
    padding-top: 20px;
}
.mega-menu .sub-menu li li a {
    font-size: 20px;
}
#top-menu li.mega-menu>ul>li>a:first-child {
    padding-top: 80px !important;
    font-weight: 300;
    font-size: 28px;
    color: rgba(0,0,0,0.8);
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.0);
}



/* WS FORMS - yellow
 * ***********************/
body #page-container .et_pb_section button.wsf-button {
    color: #ffffff;    
    border-width: 4px;
    border-radius: 0px;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-color: #ffb400;
    background-image: none;
    background-color: #ffb400;
    box-shadow: none;
    padding-top: 12px!important;
    padding-right: 30px!important;
    padding-bottom: 12px!important;
    padding-left: 30px!important;
	line-height: 1.7em!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
box-sizing: border-box;
}

body #page-container .et_pb_section button.wsf-button:hover {
    color: #ffb400;
    background: white;
width: 104%;
margin-left: -8px;
text-align: center;
    }

body #page-container .et_pb_section button.wsf-button:hover:after {
    left: auto;
    margin-left: .9em;
    opacity: 1;
}

body #page-container .et_pb_section button.wsf-button:after {
    content: 'N';
    position: absolute;
    font-family: ETmodules;
    opacity: 0;
    transition: all 300ms ease 0ms;
}

/* SEARCH Result Page */
.search-results #left-area .post-meta {
    display:none !important; 
}
