.header-box {
	padding: 0px;
	position:fixed;
	z-index:1000;
}
.site-header .main-bar {
	background: transparent;
	width: 100%;
	position: relative;
	border-bottom: none;
}
.wd-main-bar-black {
	background-color: rgba(44, 44, 44, 0.9);
}
.wd-main-bar-no-pano {
	background-color: rgba(44, 44, 44, 0.9);
}
.xmenu.xmenu-center {
	justify-content: left;
}

.navicon {
	width: 45px;
	height: 45px;
	background: #212529;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	border-radius: var(--radius-sm);
}

.logo-fink-header {
  display: flex;
  align-items: center;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #EFBB20;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  width: 180px;
  height: 80px;
  position: relative;
  z-index: 9;
}
.logo-icon-header {
  display: flex;
  align-items: center;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #EFBB20;
  margin-top: 25px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 5px;
  width: 50px;
  height: auto;
  position: relative;
  z-index: 9;
}
.logo-icon-nav-mobile {
  display:inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin: 0 5px;
}

@media only screen and (max-width: 1199px) {
  .logo-fink-header {
    width: 135px;
  }
}
@media only screen and (max-width: 575px) {
  .logo-fink-header {
    height: 65px;
  }
	.header-nav.show {
		width: 80% !important;
	}
}
@media only screen and (max-width: 1199px) {
  .logo-fink-header {
    margin-right: 8px !important;
  }
}
@media only screen and (max-width: 991px) {
	.logo-fink-header {
		margin-right: 0 !important;
	}
	.header-nav.show {
		width: 70%;
	}
	.header-nav.xmenu > .nav > li.menu-item-has-children > a::after, 
	.header-nav.xmenu > .nav > li.sub-menu-down > a::after {
		background-image: url(../xmenu/images/arrow-down-bk-12.png);
	}

}
.logo-fink-header a {
  display: table-cell;
  vertical-align: middle;
}
.logo-fink-header img {
  object-fit: contain;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}




.header-nav.xmenu > .nav > li > a {
	color: #FFF;
	font-size: 16px;
	padding: 28px 15px;
	cursor: pointer;
	font-weight: 400;
	display: inline-block;
	position: relative;
	line-height: 24px;
}
.header-nav.xmenu > .nav > li > a:hover {
	color: #FFF;
	background-color:rgba(255,255,255,0.15);
}
.header-nav.xmenu > .nav > li.menu-item-has-children > a::after, 
.header-nav.xmenu > .nav > li.sub-menu-down > a::after {
	content: "";
	margin-left: 5px;
	margin-top: -5px;
	background-image: url(../xmenu/images/arrow-down-12.png);
	display: inline-block;
	width: 12px;
	height: 12px;
}
@media only screen and (max-width: 991px) {
	.header-nav.xmenu > .nav > li.menu-item-has-children > a::after, 
	.header-nav.xmenu > .nav > li.sub-menu-down > a::after {
		background-image: url(../xmenu/images/arrow-down-bk-12.png);
	}

}
.header-nav.xmenu > .nav > li.active > a, .header-nav.xmenu > .nav > li:hover > a {
	background-color:rgba(255,255,255,0.15);
	color: #fff;
}
.header-nav.xmenu > .nav > li .mega-menu li a, .header-nav.xmenu > .nav > li .sub-menu li a {
	color: #212121;
	display: block;
	font-size: 14px;
	padding: 5px 0;
	line-height: 20px;
	text-transform: capitalize;
	position: relative;
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	font-weight: 400;
}

.mega-menu {
	box-shadow: 0 12px 30px -2px rgba(0,0,0,.25);
}
.mega-menu h2 {
	color: #212121;
	font-size: 1.20em;
	border-bottom: 2px solid #ececec;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.mega-menu h3 {
	color:#212121;
	text-transform:uppercase;
	font-size:1.20em;
}
.mega-menu-media-info h5 {
	margin:0;
	margin-top:10px;
	color: #212121;

}
.mega-menu-media-info h5 a {
	color:#212121 important;
	font-size:0.90em !important;
}
.mega-menu-desc {
	font-size: 0.9em;
}
.mega-menu-desc a {
	color:#16588E !important;
	text-decoration:underline;
}
.mega-menu-desc.mega-menu-desc-kontakt a {
	color:#666 !important;
	text-decoration:none;
}
.mega-menu-desc.mega-menu-desc-kontakt a:hover {
	color:#212121 !important;
	text-decoration:underline;
}

@media only screen and (max-width: 991px) {

	.header-nav.xmenu .nav > li.has-mega-menu.wide-width .mega-menu {
		padding-left: 15px;
		padding-right: 0;
		padding-bottom:15px;
	}
	.xmenu .mega-menu > ul > li {
		padding: 0 10px;
	}
	.mega-menu h3 {
		color:#red !important;
		font-size:0.95em;
		
	}
	.mega-menu-media-info h5 {
		margin: 4px 0 0 0;
		padding:0 0 0 0px;
		color: #212121;
		font-size:0.90em;
	}
	.mega-menu-desc {
		font-size: 0.8em;
	}
	
	.header-nav.xmenu > .nav > li {
		border-bottom: 1px solid #CCCDCE;
		width: 100%;
	}
	.header-nav.xmenu > .nav > li > a {
		color: #FFF;
		font-size: 16px;
		padding: 12px 0px;
		cursor: pointer;
		font-weight: 400;
		display: inline-block;
		position: relative;
		line-height: 24px;
	}	
	.header-nav.xmenu > .nav > li .mega-menu, .header-nav.xmenu > .nav > li .sub-menu {
		display: none;
		position: static;
		visibility: visible;
		width: auto;
		background: transparent;
		box-shadow: none;
		margin: 0;
		border-top: none;
		padding: 0;
		-webkit-transition: none;
		-ms-transition: none;
		transition: none;
		opacity: 1;
	}
	.header-nav.xmenu > .nav > li.active > a, 
	.header-nav.xmenu > .nav > li > a {
		color: #212121;
	}
	.header-nav.xmenu > .nav > li.active > a, 
	.header-nav.xmenu > .nav > li:hover > a {
		color: #212121;
	}
}
