/*********** heade Menu ****/
.has-submenu:not(.active):hover .sub-sub-nav{
	display:none!important;
}
.has-submenu.active {
	height:unset!important;
	max-height:unset!important
}
.has-submenu.active .sub-sub-nav{
display: block!important;
    background: #ccc;
    position: relative!important;
    left: unset!important;
    height: auto!important;
    z-index: 1;
    overflow: visible;
}
.has-submenu.active div .sub-sub-menu{
	visibility:visible!important;
  opacity: 1!important;
	position:relative!important;
}
.has-submenu.active .sub-sub-nav {
	height:auto!important
}
/****/
.fullscreen-header-menu.active{
	width:100%;
	height:auto;
	background:#fcd9ca;
	z-index:99999999999;
	position:fixed;
	top:0;
	left:0;
	padding:30px;
	display:block;
	/*overflow:scroll;*/
}
.fullscreen-header-menu.active::-webkit-scrollbar{
    display: none;
  }
.fullscreen-header-menu{
	display:none;
	max-height:100vh;
}
.fullscreen-header-menu a{
	font-family: 'Sofia Pro Bold', sans-serif;
    font-size: 18px;
    line-height: 20px ;
    letter-spacing: 1px;
	color:#000;
}
.fullscreen-header-menu li{
	list-style:none;
}
.fullscreen-header-menu ul li ul {
	padding-left:20px;
}
.fullscreen-header-menu .menus{
	width: 100%;
	display:flex;
	justify-content: space-around;
	
}
.fullscreen-header-menu .menu{
	max-width:350px;
	min-width:300px;
}
.fullscreen-header-menu .has-dropdown > a{
	vertical-align: middle;
	/*background-image: url('https://www.spitz.at/wp-content/uploads/2023/09/free-arrow-down-icon.png');*/
	background-size:15px;
	background-repeat:no-repeat;
	background-position:100% 8px;;
	padding-right:20px;
}
.fullscreen-header-menu .menu-title a{
font-family: 'Sofia Pro SemiBold', sans-serif!important;
    font-size: 30px!important;
    line-height: 36px !important;
    letter-spacing: 0.83px !important;
    color: #000;
}
.fullscreen-header-menu .menu-title:after{
	content: '';
    display: block;
    width: 40px;
    height: 2px;
    margin: 30px 0;
    background-color: #000;
}
.fullscreen-header-menu .logo{
	width:120px;
	min-width:70px;
}
.fullscreen-header-menu .first-row{
	width:100%;
	display:flex;
	align-items:center;
	justify-content: space-between;
	margin-bottom:30px;
}
.fullscreen-header-menu .first-row .col-1{
	min-width:120px;
}
.fullscreen-header-menu .col-2{
	display:flex;
	align-items:center;
}
.fullscreen-header-menu .col-2 *{
	margin-right:10px;
	line-height:1!important;
}
.fullscreen-header-menu .close{
	width:20px;
	height:20px;
	display:inline;
	vertical-align: middle;
	margin-left:10px;
	cursor:pointer;
		background-image: url('https://www.spitz.at/wp-content/uploads/2023/09/close-button-icon-1.png');
	background-size:20px;
	background-repeat:no-repeat;
	
}
.fullscreen-header-menu .btn{
	background:transparent;
}
.has-dropdown .sub-menu {
    display: none;
}
.has-dropdown.open .sub-menu {
    display: block!important;
}
.has-dropdown.open .sub-menu a{
font-family: sans-serif!important;
}
@media(max-width:768px){
	.fullscreen-header-menu .menus{
		display:block!important;
		text-align:center;
		align-items:start;
	}
	.fullscreen-header-menu .menu{
		display:inline-block;
		max-width:50%;
		margin:auto;
		margin-bottom:20px;
		text-align:left;
	}
.fullscreen-header-menu .menu-title:after{
    margin:15px 0;
}
.main-nav.hidden.slide-right.active{
		display:none!important;
	}
}
@media(max-width:500px){
	.fullscreen-header-menu.active{
		overflow:scroll!important;
	}
	#menu-header-menue{
		display:none!important;
	}
	.fullscreen-header-menu .language-switcher span{
		display:none!important
	}
	.fullscreen-header-menu .language-switcher a{
		margin-left:10px;
		margin-right:10px;
	}
	.fullscreen-header-menu .col-2 *{
		margin-right:unset;
	}
	.fullscreen-header-menu {
		padding-bottom:100px!important;
	}
}