/*
 Theme Name: Divi-Mastermind-Child-Theme
 Theme URI: https://www.divimastermind.com/
 Description: Dies ist ein <b>ready-to-start</b> Child-Theme f&uuml;r Divi. Entwickelt und bereitgestellt von den Divi Masterminds. Dieses Theme beinhaltet alle notwendigen Dateien, um den schnellen und einfach Start zu erm&ouml;glichen.
 Author: Divi Mastermind - Benny Hozjan und Frank Oschatz
 Author URI: https://divimastermind.com/
 Template: Divi
 Version: 1.0.0
 Tag: divi, child-theme, rawbone, easy-to-use, mastermind, german-group, 
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*  ==================================================================
	STANDARD CSS =====================================================
	==================================================================  */
.page .et-fixed-header#main-header {
  box-shadow: 0px 40px 50px -10px rgba(38,59,94,.1)!important;
}
#main-footer {display:none;}
.swissmade {
    width: 11px;
    height: auto;
    display: inline-block;
    margin-bottom: -3px;
}


/*	==================================================================
	SCROLLBAR CSS ====================================================
	==================================================================  */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
	background-color: #f8fbfe;
	}

::-webkit-scrollbar {
	width: 8px;
	background-color: #fff;
	}

::-webkit-scrollbar-thumb {
	background-color: #981f36;
	}
	
/*	==================================================================
	MENU ACTIVE CSS ==================================================
	==================================================================  */
#main-header #top-menu a.bh-menu-active {
    color: #981f36 !important;
}
#main-header #top-menu a.bh-menu-active:after {
  content:"";
  display:block;
  position:absolute;
  background:#981f36;
  width:9px;
  height:9px;
  bottom:-5px;
  left:35%;
  right:40%;
  text-align:center;
  transform: rotate(45deg);
}


#main-header .et_mobile_menu {
    background-color: rgba(255,255,255,1)!important;
}
.et_mobile_menu li a {
  color:#222!important;
}