/*!
 * mega.css
 *
 * @link https://www.vektorrausch.de
 * @author vektorrausch GmbH <sippel@vektorrausch.de>
 *
 * @package WordPress
 * @subpackage cleantheme
 */

/* ######################################## *\
    HTML
\* ######################################## */



/* ######################################## *\
    STRUKTUR
\* ######################################## */



/* ######################################## *\
    SIDEBARS / WIDGET-AREAS
\* ######################################## */



/* ######################################## *\
    WIDGETS
\* ######################################## */



/* ######################################## *\
    LAYOUTS
\* ######################################## */



/* ######################################## *\
    INHALTE
\* ######################################## */




/* ######################################## *\
    FELDER
\* ######################################## */



/* ######################################## *\
    ELEMENTE
\* ######################################## */



/* ######################################## *\
    MENÜS
\* ######################################## */

/* main-menu */
#main-menu {
	position: relative;
}
	#main-menu:hover {
		overflow: visible;
	}
	.header-container:not(.headhesive--processed) #main-menu:hover:after,
	.headhesive--stick #main-menu:hover:after {
		content: '';
		display: block;
		width: 100%;
		height: 525px;
		background: rgba(255,255,255, 1);
		position: absolute;
		z-index: 5;
		top: -15px;
		left: 0;
		box-shadow: 0 2px 6px rgba(43,59,93, 0.29);
	}

#main-menu .menu-item-depth-0 {
	width: 225px;
	z-index: 10;
}
	.wpml-de #main-menu .menu-item-depth-0:first-of-type {
		width: 275px;
	}
	.wpml-en #main-menu .menu-item-depth-0:nth-child(1),
	.wpml-en #main-menu .menu-item-depth-0:nth-child(3) {
		width: 275px;
	}

#main-menu .menu-depth-1 {
	width: 225px;
	box-shadow: none;
}
	#main-menu .menu-item-depth-0:last-child .menu-depth-1 {
		right: auto;
		left: 0;
	}
	.wpml-de #main-menu .menu-item-depth-0:first-child .menu-depth-1 {
		width: 275px;
	}
	.wpml-en #main-menu .menu-item-depth-0:nth-child(1) .menu-depth-1,
	.wpml-en #main-menu .menu-item-depth-0:nth-child(3) .menu-depth-1 {
		width: 275px;
	}

#main-menu .menu-item-depth-0:first-of-type .menu-link-depth-0 {
	padding-left: 30px;
}
#main-menu .menu-item-depth-0:last-of-type .menu-link-depth-0 {
	padding-right: 30px;
}

.header-container:not(.headhesive--processed) #main-menu .menu-depth-1 {
	display: none;
}

.header-container:not(.headhesive--processed) #main-menu:hover .menu-depth-1,
.headhesive--stick #main-menu:hover .menu-depth-1  {
	display: block;
}

#main-menu .sub-menu .menu-link {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/* ######################################## *\
    SEITENNUMMERIERUNG / BREADCRUMBS
\* ######################################## */



/* ######################################## *\
    KOMMENTARE
\* ######################################## */



/* ######################################## *\
    MISC / CONTRIB
\* ######################################## */


   
/* ######################################## *\
    WORDPRESS CORE
\* ######################################## */
   


/* ######################################## *\
    KEIN JAVASCRIPT
\* ######################################## */


