@charset "UTF-8";

.home .menuBar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: .5em 0;
	background: var(--transbar);
	border-bottom: 1px dotted var(--dotLine);
	z-index: 999;
}

	.menuBar {
		position: relative;
	}

	#header.sticky .menuBar {
		position: fixed;
		top: 0;
		z-index: 999;
	}

	#header.sticky .menuBar,
	.menuBar {
		width: 100%;
		padding: .25em 0;
		background: var(--bar);
	}

.mod-languages {
	position: absolute;
	top: 0;
	right: 0;
}

.home .mod-languages a,
.home .menuBar a {
	color: var(--menu);
}

	.mod-languages a,
	#header.sticky .menuBar a,
	.menuBar a {
		color: var(--imenu);
	}

	.mod-languages li:hover > a,
	#header.sticky .menuBar .mod-menu > li:hover > a,
	.menuBar .mod-menu > li:hover > a {
		padding-bottom: .75em;
		margin-bottom: -.5em;
		background: var(--menubghv);
		border-bottom: .25rem solid #c0902c;
	}

	.home .mod-languages li:hover > a,
	.home .menuBar .mod-menu > li:hover > a {
		padding-bottom: 1em;
		margin-bottom: -.25em;
		background: var(--imenubghv);
		border-bottom: 0 none;
	}

	#header.sticky .menuBar .mod-menu > li.parent > ul,
	#header.sticky .menuBar .mod-menu > li:hover ul li:hover > a,	
	.menuBar .mod-menu > li.parent > ul,
	.menuBar .mod-menu > li:hover ul li:hover > a {
		background: var(--submenuhv);
	}

		.home .menuBar .mod-menu > li.parent:hover > ul,
		.home .menuBar .mod-menu > li:hover ul li:hover > a {
			background: var(--imenubghv);
		}


.mobile-only {
	display: none;
}

#header.sticky m-burger,
m-burger {
	margin: 10px !important;
	border: 1px solid var(--imenu) !important;
	border-radius: 10px !important;
	--mb-button-size: 40px;
	--mb-bar-spacing: 7px;
	--currentColor: #000;
}

	.home m-burger {
		border: 1px solid var(--menu) !important;
		border-radius: 10px !important;
	}

	.home m-burger {
		--currentColor: #fff;
	}

.mm-navbar__title>span {
	padding: .75em 0;
	font-size: 1.2em;
	font-weight: 700;
	color: #999;
	text-transform: uppercase;
	cursor: pointer;
}

	.mm-menu_multiline .mm-listitem__text {
		text-align: left;
		padding-left: 2em;
	}

.mod-languages .lang-block,
.menuBar .mod-menu {
	display: block;
	position: relative;
	margin: 0 3rem 0 0;
	padding: 0;
	text-align: right;
	list-style: none;
}

	.menuBar .mod-menu > li.home {
		position: absolute;
		top: 0;
		left: 0;
	}

	.home .menuBar .mod-menu > li > a.Logo {
		margin: 0;
	}

		#header.sticky .menuBar .mod-menu > li > a.Logo,
		.menuBar .mod-menu > li > a.Logo {
			position: absolute;
			left: 0;
			top: 0;
			margin: .25em 0;
			padding: 0;
			background: none !important;
			border: 0 none !important;
		}

	body.home a.Logo img {
		max-height: 4em;
	}

		#header.sticky a.Logo img,
		a.Logo img {
			max-width: none;
			width: auto;
			max-height: 3.5em;
		}

	.menuBar .mod-menu li {
		position: relative;
		display: inline-block;
		padding: 0;
		text-align: left;
	}

		.menuBar .mod-menu li.m-burger {
			display: none;
		}

	.menuBar .mod-menu a {
		position: relative;
		margin: .25em 0;
		padding: 1em 2.5em;
		font-weight: 400;
		z-index: 5;
	}

	.menuBar .mod-menu li a {
		font-family: 'Noto Sans', Arial, sans-serif;
		font-size: 1em;
	}

	.menuBar .mod-menu > li > a {
		display: block;
	}

.menuBar .mod-menu > li.mm-link {
	display: none;
}

#menu .mm-close {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 20px;
	height: 20px;
	padding: 5px;
	font-size: 0;
	z-index: 999;
}

	#menu .mm-close:before,
	#menu .mm-close:after {
		position: absolute;
		content: '';
		display: block;
		width: 25px;
		height: 3px;
		top: 14px;
		left: 2px;
	}


		/* Multi-level Menu */

		/* 3rd level */
/*		.menuBar .mod-menu > li > ul > li > ul {
			display: none;
			position: absolute;
			top: 0;
			right: -150px;
			width: 150px;
			list-style: none;
			padding: 0;
			margin: 0;
		}
*/
		
		/* 2nd level */
		#header.sticky .menuBar .mod-menu > li > ul,
		.menuBar .mod-menu > li > ul {
			display: none;
			position: absolute;
			top: auto;
			left: 0;
			padding: 0;
			margin: 1em 0 0;
			list-style: none;
			z-index: 999;
		}

			.home .menuBar .mod-menu > li > ul {
				margin: 1.75em 0 0;
			}

			#header.sticky .menuBar .mod-menu > li > ul:before,
			.menuBar .mod-menu > li > ul:before {
				content: '\00a0';
				position: absolute;
				left: 0;
				width: 100%;
			}

			.home .menuBar .mod-menu > li > ul:before {
				top: -1.75em;
				height: 2em;
			}

				#header.sticky .menuBar .mod-menu > li > ul:before,
				.menuBar .mod-menu > li > ul:before {
					top: -.75em;
					height: .75em;
				}

		.menuBar .mod-menu > li > ul > li {
			position: relative;
			display: block;
			white-space: nowrap;
		}

		.menuBar .mod-menu > li > ul li a {
			display: block;
			margin: 0;
			padding: .5em 1em;
		}

		
		/* 2nd level */
		#header.sticky .menuBar .mod-menu li:hover > ul,
		.menuBar .mod-menu li:hover > ul {
			display: block;
		}


	#footer .no-card ul.nav {
		list-style: none;
		margin: 0;
		padding: 0;
		column-count: 4; /* Divides the list into 3 columns */
		column-gap: 20px; /* Adds 20px space between columns */
		/* For older browser compatibility: */
		-webkit-column-count: 4;
		-webkit-column-gap: 20px;
		-moz-column-count: 4;
		-moz-column-gap: 20px;
	}

		#footer .no-card ul.nav li {
			display: block;
		}

		#footer .no-card ul.nav ul {
			padding-left: 0;
			list-style: none;
		}

			#footer .no-card ul.nav a.indent + ul {
				padding-left: .5em;
			}

				#footer .no-card ul.nav a.indent + ul > li:before {
					content: "-";
					margin-right: .5em;
				}

		#footer .no-card h3 {
			margin: 1em 0;
			font-weight: 500;
		}
	
		#footer .nav a {
			font-size: 1.2em;
		}

			#footer .nav .parent > a,
			#footer .nav .nav-header {
				display: block;
				font-size: 1.2em;
				font-weight: 600;
			}

.goodmorning-gmbcorporation-com {
	font-size: .8em;
	word-break: break-all;
}

@media only screen and (max-width: 980px) {
	.slidenav li.divider,
	.menuBar .mod-menu li:not(.m-burger) {
		display: none;
	}

	.menuBar .mod-menu li.home,
	.menuBar .mod-menu li.m-burger {
		display: inline-block;
	}

	.menuBar .mod-menu {
		margin: 0;
	}

	#footer .no-card ul.nav {
		text-align: left;
		list-style: none;
		margin: 0;
		padding: 0;
		column-count: 2; /* Divides the list into 3 columns */
		column-gap: 20px; /* Adds 20px space between columns */
		/* For older browser compatibility: */
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-count: 2;
		-moz-column-gap: 20px;
	}
}

@media only screen and (max-width: 640px) {
	:root {
		--wrap: 90%;
		--mb-button-size: 50px;
	}

	#menu {
		font-size: 6vw;
	}

	.menuBar .mod-menu {
		margin: 12px 0;
	}

	.menuBar .mod-menu li a {
		padding: .25em;
	}

	#footer .no-card:first-child,
	#footer .no-card:last-child {
		display: block;
		width: auto !important;
		text-align: center;
	}

	#footer .no-card ul.nav {
		font-size: 3.5vw;
		text-align: inherit;
		column-count: unset; /* Divides the list into 3 columns */
		column-gap: unset; /* Adds 20px space between columns */
		/* For older browser compatibility: */
		-webkit-column-count: unset;
		-webkit-column-gap: unset;
		-moz-column-count: unset;
		-moz-column-gap: unset;
	}
}