
header .innerrow{
	align-items: stretch;
	justify-content: space-between;
	padding: 0;
}

header .innerrow > .header-menus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}


header #logo {
	padding: 10px 0;
}

header #logo img {
	margin-right: 15px;
}

.logged-in header {
	top: 30px
}

header {
	background-color: rgba(255,255,255);
	box-shadow: 1px 1px 20px rgba(37,78,126,0.1);
	position: fixed;
	top: 0;
	z-index: 99998;
	width: 100%;
	left: 0;
	right: 0;
	padding: 3px 0;
	
}

.header-menus-container{
	align-items: center;
	display: flex;
}

header #logo img {
	float: left;
	height: 60px;
	transition: all 300ms;
	width: initial;
}

header.sticky #logo img{
	height: 60px;
}

@media screen and (max-width: 960px) {
	header #logo img{
		height: 60px;
	}
}

.menu-row {
	border-top: 1px solid var(--tertiary_dark);
	border-bottom: 1px solid var(--tertiary_dark);
}

header nav ul {
	display: flex;
	align-items: center;
	height: 100%;
}

.mobile ul {
	flex-direction: column;
}

nav ul li {
	height: 100%;
	position: relative;
	list-style: none;
	padding: 10px 0;
}

nav ul:not(#menu-call-to-action) li:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	transform: scale(0);
	background-color: var(--highlight-light);
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
	transition: all 300ms;
}
nav ul:not(#menu-call-to-action) li:hover:after,
nav ul:not(#menu-call-to-action) li:hover:after,
nav ul:not(#menu-call-to-action) li.current-menu-item:after{
	transform: scale(2);
}

nav ul#menu-call-to-action {
	margin-left: 10px;
}

header nav ul li a {
	font-weight: bold;
	align-items: center;
	padding: 10px 15px;
	font-size: 1rem;
	transition: all 300ms;
}

footer nav ul li {
	padding: 8px 0;
}

footer nav ul li a {
	font-weight: 400;
}

.footer-link-menu {
	padding-top: 35px;
}

.footer-link-menu li{
	list-style: none;
}

header > div{
	margin: 0 30px;
}

header nav > ul > li > a:hover,
header nav > ul > li.current-menu-item > a,
header nav > ul > li.current-menu-parent > a {
	border-radius: 4px;
	color: var(--secondary);
}

header nav ul ul {
	display: none;
	position: absolute;
}

header nav ul.sub-menu li a {
	border-top: 2px solid transparent;
}

header #menu-main-menu > li {
	line-height: 60px;
}

@media screen and (max-width: 1200px) {
	nav ul li{
		padding: 10px 5px;
	}
	header nav ul li a {
		padding: 10px 8px;
	}
}

header nav ul.sub-menu li {
	line-height: 1.5rem;
}

header nav ul.sub-menu li a:hover,
header nav ul.sub-menu li.current-menu-item a{
	border-top: 2px solid var(--highlight);
	color: var(--highlight);
}

header ul ul.sub-menu{
	background-color: rgba(255,255,255, 0.7);
	display: none;
	height: initial;
	position: absolute;
	text-align: center;
	min-width: 190px;
	margin-left: -40px;

}

@media screen and (min-width: 960px) {
	header ul ul.sub-menu{
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
	}
}

header ul li:hover > ul.sub-menu{
	display: block;
}

header ul ul.sub-menu li {
	height: initial;
}

header ul ul.sub-menu li a {
	justify-content: center;
}

.lang-item span {
	margin-top: -2px;
}

.mobile {
	display: none;
}

#mobile_main_menu {
	align-items: center;

	height: calc(100vh - 83px);
	justify-content: center;
	position: fixed;
	right: -100vw;
	width: 100%;
	transition: all 500ms;
	top: 80px;
}

#mobile_main_menu > nav {
	background-color: rgba(255,255,255, 0.9);
	display: flex;
	background-size: 100%;
	height: calc((100vh - 80px));
	justify-content: center;
	width: 100%;
	text-align: center;
}

#mobile_main_menu > nav a {
	font-size: 1.2rem;
	display: inline-block;

}

header #mobile_main_menu ul.sub-menu {
	background-color: transparent;
	border-top: 1px solid var(--secondary);
	border-bottom: 1px solid var(--secondary);
}

#menu-header-menue-1 {
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 50px;
}

#mobile_main_menu  #menu-header-menue-1 li{
	display: contents;
	height: initial;
}
header #mobile_main_menu ul {
	height: initial;

}
header #mobile_main_menu ul ul.sub-menu {
	display: block;
	position: relative;
	margin-left: 0;
	min-width: initial;
}

header #mobile_main_menu ul ul.sub-menu a{
	font-size: 1.1rem;
	font-weight: 600;
	padding: 5px 15px 5px;
}


.menubar {
	z-index: 1111;
	right: 10px;
	top: 20px;
}

.menubar span {
	background-color: var(--secondary);
	display: block;
	height: 2px;
	margin: 5px 0;
	width: 30px;
	transition: transform 300ms;
}

#mobile_menu{
	display: none;
}

header .is-search-form:after {
	content: "\f002";
	font-family: "Font Awesome 6 Free";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	font-weight: 900;

	background-color: var(--secondary);
	color: #fff;
	line-height: 36px;
	height: 36px;
	border-radius: 10px;
	padding: 0px 10px;
}

header .is-search-form.active:after {
	content: "\f00d";
}

header .is-search-form.active:after {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	transition: all 300ms;
}


header .is-search-form #is-search-input-36 {
	width: 0;
	padding: 0;
	transition: all 300ms;
}

header .is-search-form.active #is-search-input-36 {
	width: 150px;
	padding: 0 10px;
}
.search-mobile {
	display: none;
}

@media screen and (max-width: 1200px) {
	header > div {
		margin: 0 10px;
	}
}

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

	.mobile {
		display: flex;
		position: relative;
		align-items: center;
	}



	header #logo {
		padding: 10px 0;
	}


	#mobile_main_menu.active {
		right: 0;
	}

	.active .menubar span:nth-child(1) {
		transform: rotate(45deg);
		transform-origin: center;
		margin-top: 8px;
	}
	.active .menubar span:nth-child(2) {
		display: none;
	}
	.active .menubar span:nth-child(3) {
		transform: rotate(-45deg);
		transform-origin: center;
		margin-top: -8px;
	}

	.bottom-footer .menu {
		flex-direction: column;
		gap: 5px;
	}

	header > div {
		margin: 0 10px;
	}



}

@media screen and (max-width: 1120px) {
	#main_menu {
		display: none;
	}
	#mobile_menu{
		display: flex;
	}

	header .innerrow > .header-menus {
		justify-content: flex-start;
		    gap: 20px;
	}

	#logo {
		flex-grow: 1;
	}

}

@media screen and (max-width: 600px){
	#menu-call-to-action {
		display: none;
	}
}