/* MOBILE */
@media only screen and (min-width: 280px) {
	
	.languageDropdown {
		display: block;
		padding: 10px;
		text-align: center;
	}
	.Homesite_Container {
		background-image: url(/media/homepage_main_background.png);
		background-position: center bottom;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	#header-menu-wrapper {
		text-align: right;
	}	
	#menu-members-area {
		list-style: none;
		padding: 0px;
		display: flex;
		justify-content: center;
	}
	#menu-members-area li {
		display: inline-block;
		margin: 0px 10px;
	}
	#menu-members-area li a {
		text-decoration: none;
		color: #575756;
		font-weight: bold;
	}
	#logoMenuWrapper {
		padding: 10px;
		box-sizing: border-box;

	}
	#mainNavigation ul {
		list-style: none;
	}
	#mainNavigation ul li {
		display: inline-block;
		margin: 0px 10px;
	}
	.nav-link {
		text-decoration: none;
		color: #575756;
		font-weight: bold;
		font-size: 1.25rem;
	}
	.nav-link:hover,
	.nav-link:active,
	.nav-link:focus {
		color: #e30613;
		text-decoration: underline;
	}
	
	.mobileNav {
		display: block;
	}
	
	
	#mobileMenuBody {
		padding: 0px 10px;
		box-sizing: border-box;
		display: none;
	}
	
	.menu-point {
		margin-bottom: 10px;
	}
	
	.menu-point:hover,
	.menu-point:active,
	.menu-point:focus {
		color: #e30613;
	}
	
	.menu-top {
		color: #575756;
		font-weight: bold;
		font-size: 1.1rem;
		cursor: pointer;
	}
	
	.menu-top:hover {
		color: #e30613;
    text-decoration: underline;
	}
	
	.topNavLinks:hover {
		color: #e30613 !important;
    text-decoration: underline !important;		
	}
	
	.menu-top i {
		position: relative;
		top: -3px;
		left: 5px;
	}
	
	.submenue-link {
		color: #575756;
		font-size: 1rem;
		cursor: pointer;
		margin-bottom: 15px;
	}
	
	.submenue-link a {
		text-decoration: none;
		color: #575756;
		font-size: 1rem;
	}
	
	.submenue-link:last-child {
		margin-bottom: 0px;
	}
	
	.submenue {
		display: none;
		background-color: #ffffff;
		border: 1px solid rgba(0, 0, 0, .15);
		padding: 10px;
		box-sizing: border-box;
		margin-top: 5px;
	}
	
	.active {
		display: block;
	}
	
	.active-top {
		color: #e30613;
		text-decoration:underline;
	}
	
	
	#logoMenuWrapper {
		display: flex;
		justify-content: space-between;
	}
	
	.mobileNavButton {
		font-size:44px;
		color:#0069b4;
	}
	
	.submenue-link a:hover {
		text-decoration: underline;
		color: #e30613;
	}
	
	.top-lvl-link {
		text-decoration: none;
		color: inherit;
	}
	
	
}

/* TABLET */
@media only screen and (min-width: 768px) {
	
	.languageDropdown {
		text-align: right;
	}
	
}

/* DESKTOP */
@media only screen and (min-width: 1024px) {
	
	#headerWrapper {
		max-width: 1200px;
		margin: 0 auto;
	}
	
	.main-logo {
		margin-right: 50px;
	}
	
	#menu-members-area {
		justify-content: flex-end;
	}
	
	.logoMenuContainer {
		display: flex;
	}
	
	#mobileMenuBody {
		display: flex;
		align-items: center;
	}
	
	.menu-point {
		margin-right: 20px;
		position: relative;
	}
	
	.submenue {
		position: absolute;
		top: 25px;
		left: 0px;
		width: max-content;
	}
	
	.mobileNav	{
		display: none;
	}
		
}