﻿/*
			assets/css/header.css
			=====================

			MH, 04.21
*/






@media screen and (max-width: 2286px) {

	.menu.horizontal {
		margin: 0 44px;
	}
}

#navbar > .menu > li:not(.BSV-Stander) > a, #navbar > .menu .toggle-search > button {
	padding-left: 1em;
	padding-right: 1em;
	height: 72px;
}

#login {
	top: -300px;
	visibility: hidden;
	justify-content: center;
}

@media screen and (max-width: 531px) {

	#login {
		justify-content: flex-start;
	}
}

#header {
	/* position: fixed; */
	z-index: 200;
	width: 100%;
	background-color: white;
	padding: 0;
}



#navbar {
	border: solid #d9e4ef;
	border-width: 0 0 1px 0;
}



@media screen and (min-width: 456px) {

	nav#navbar .menu {
			justify-content: space-between;
			width: 100%;
			max-width: 1511px;
		}

		#navbar {
			padding: 0 0px;
		}

} /* @media */

nav#navbar .menu {
	line-height: inherit;
}

#navbar-phone .button-search::before {
		font-family: fontello;
		content: '\e806';
}

#navbar-phone li[data-open="1"] .button-search::after {
	display: inline-block;
	position: absolute;
	top: 19%;
	left: 21%;
	content: '\e808';
	color: #c83737;
	background-color: transparent;
	font-size: 83%;
}

[class*=icon-]{
	font-size: 1em;
	/* color: inherit; */
}

a.icon-menu::before {
	font-size: 30px;
}

.BSV-Stander {
	height: inherit;
}

	.BSV-Stander img {
		height: 40px;
		vertical-align: middle;
	}

#navbar {
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: 2px;
}

	#navbar > .menu {
		position: relative;
		height: inherit;
		background-color: inherit;
		color: black;
		font: normal normal 500 18px/50px "Arial",sans-serif;
	}

	#navbar > .menu > li > a:hover {
		color: white;
	}

	#navbar .menu,
	#navbar-phone .menu {
		display: flex;
		background-color: white;
	}

#navbar > .menu > li.BSV-Stander > a {
	padding-right: 1em;
}

/*
#navbar > .menu .toggle-search > button {
	display: initial;
	padding-right: 0;
}
*/

.button-login,
#button-menu {
	border: none;
}

#navbar .button-login {
	position: absolute;
	/* top: -1px; */
	right: 0;
	z-index: 100;
	height: 44px;
	width: 44px;
	background-color: transparent;
}

#navbar .button-login path {
	cursor: pointer;
}

navbar .button-login svg {
	height: inherit;
	width: inherit;
	position: relative;
}

#navbar-phone .button-login {
	background-color: #2a5880;
	color: white;
	margin: 1px 0;
}

#navbar .button-login svg polygon {
		fill: #2a5880;
}

#navbar .button-login svg path:nth-child(2) {
		fill: white;
}

#navbar .button-search {
	position: relative;
}

#navbar .button-search .toggle {
	position: absolute;
	top: 28px;
	left: 20px;
	font-size: 12px;
	color: #c83737;
}

#navbar .button-login .toggle {
	fill: #c83737;
}

#navbar .button-login .toggle,
#navbar .button-search .toggle {
	display: none;
}

		#navbar > .menu .toggle-search .submenu {
			position: absolute;
			left: calc(100% - 208px);
			z-index: 0;
			overflow-x: visible;
		}

		#navbar > .menu .toggle-search .submenu > li {
			padding: 0 !important;
		}

		#navbar-phone > .menu .toggle-search {
			position: relative;
		}

	#navbar > .menu > li > a {
		line-height: 73px;
	}

	#navbar > .menu > li.highlight:hover {
		color: white;
		background-color: #2a5880;
	}

	.button-search {
		background-color: transparent;
		border: none;
	}

.submenu {
	color: black;
	background-color: #adc5dd;
	border-color: #2a5880;
	text-align: left;
	border-style: solid;
	border-width: 2px 0 0 0;
	overflow: hidden;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.69);
}

/*
.submenu {
background: rgba(255, 255, 255, 0.27);
/* border-radius: 16px; 
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10.1px);
/*-webkit-backdrop-filter: blur(10.1px);
border: 1px solid rgba(255, 255, 255, 0.3);
}
*/

.submenu time {
	color: inherit;
	font-size: inherit;
}

#navbar .submenu {
	min-width: 208px;
}

#navbar-phone .submenu {
	min-width: 100%;
}

.toggle-search button {
	cursor: pointer;
}

form {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #adc5dd;
	border-color: #2a5880;
}

form input[type="submit"] {
	background-color: transparent;
	border: none;
	cursor: pointer;
}

form input {
	padding: 2px 0.3em;
}

#login {
	position: absolute;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: flex-end;
	color: white;
	background-color: #2a5880;
	font: normal normal 400 14px "Arial",sans-serif;
	white-space: nowrap;
	/* border: solid 0px #d9e4ef;
	border-bottom-width: 1px; */
	line-height: 32px;
}

	form#login * {
		margin: 4px;
	}

	form#login label {
		margin-right: 0.5em;
	}

	form#login input {
		display: inline;
	}

		form#login input:not([type=submit]) {
			color: #152032;
			background-color: lightsteelblue;
			border: none;
			width: 13em;
			margin-right: 1em;
		}

		form#login input[type=submit] {
			padding: 0 1em;
			color: white;
			background-color: #152032;
			border: none;
			cursor: pointer;
			height: 2rem;
		}

.search-box {
	justify-content: space-between;
}

.search-box input[type="text"] {
	width: 85%;
	border: grey solid 1px;
}

.search-box input[type="submit"] {
	display: inline;
	font-family: fontello;
}

li .search-box {
	padding: 1em;
}

noscript .search-box {
	height: 73px;
	background-color: transparent;
}

noscript .search-box > * {
	font-size: inherit;
	padding: 0 .2em;
}

.search-box.phone {
	padding: 8px;
	border: solid 2px #2a5880;
}

noscript .search-box.phone {
	width: 100vw;
	border-width: 0;
}

.search-box.phone input[type="text"] {
	padding: 3px;
	font-size: 22px;
}

.search-box.phone input[type="submit"] {
	font-size: 28px;
}

#navbar .toggle-search[data-open="0"] .toggle {
	display: none;
}

#navbar .toggle-search[data-open="1"] .toggle {
	display: inline-block;
}

.toggle-search[data-open="0"] .submenu {
	opacity: 0;
	visibility: hidden;
}

.toggle-search[data-open="1"] .submenu,
.toggle-search form {
	opacity: 0.95 !important;
	visibility: visible !important;
}

#navbar .button-login[data-open="1"] .toggle,
#navbar .buttone-search[data-open="1"] .toggle
{
	display: inline-block;
}

#navbar-phone .button-login[data-open="1"]::before {
	content: '\f235';
}

#navbar-phone .toggle-search .submenu {
	position: fixed;
	left: 0;
	width: 100%;
	justify-content: flex-end;
	flex-direction: column;
	border-width: 0;
}

	#navbar .submenu.pos-right {
		border-width: 0 0 0 2px;
	}

	#navbar .submenu li {
		font: 400 15px/24px "Arial",sans-serif;
	}

		#navbar .submenu li > a {
			box-sizing: border-box;
			width: 100%;
			padding: 8px 16px;
		}

	#navbar .submenu.animated li:hover:not(:first-child) {
		background-color: lightgrey;
	}

	#navbar .submenu.animated li:hover:not(:first-child) > a:not(.active):not(.selected) {
		color: inherit;
	}

	#navbar .submenu > li:first-child {
		font-weight: bold;
		padding: 8px 16px 5px 16px;
	}

	#navbar-phone {
		margin-bottom: 1px;
		padding: 0 4px 0 0;
		border: none;
	}
	
		#navbar-phone .submenu li {
		font: 400 20px/30px "Arial",sans-serif;
	}

#navbar-phone li > button {
	height: 46px;
	min-width: 46px;
	background-color: white;
	border: none;
	line-height: normal;
	padding: 0;
	font-family: fontello;
	font-size: 28px;
	font-weight: normal;
	cursor: pointer;
}

#navbar-phone {
	display: none;
}

#navbar ul.menu.horizontal > li > a {
	transition-duration: 0s !important;
}

#navbar ul.menu.horizontal > li > ul > li:first-child {
	display: list-item;
}

.menu.horizontal > li:hover > a {
	color: inherit;
}

.submenu.pos-right {
	display: inline-block;
	position: fixed;
	width: auto;
}

.toggle-submenu {
	display: none;
}

#button-menu,
#button-search-phone,
.BSV-Stander a {
	-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*

#															       (o_
#															(o_    //\
#															(/)_   V_/_ 

*/