.topbar-nav{
	position: fixed;
	top:0;
	z-index: 100;
	height: var(--jbcore-top-menu-height);
}

.topbar-nav>a{
	width:15rem;
	padding-top:1rem;
	padding-left:1.3rem;
	font-weight:bold;
	vertical-align:center;
	min-height:var(--jbcore-top-menu-height);
	display:block;
	padding-bottom: 0.7rem;
}
.topbar-nav>a>span{
	color:white;
}
.topbar-nav>div{
	width:100%;
}
#topmenu-menuicon {
	position: absolute;
	right: 7px;
	top: 3px;
	color:white;
	background-color: black;
	width:47px;
	height: 45px;
	padding-left: 10px;
	z-index: 100;
	font-size: 29px;
	border: 1px solid gray;
}
.topmenu-hide{
	display:none;
}

/* toto platí když je šířka obrazu větší jak je uvedeno + new_jbcore.css */

@media (min-width: 1100px) and (orientation : landscape)  {
	.topbar-nav{
		display:flex;
	}
	.topbar-nav>a{
		min-height:unset;
		display:unset;
		padding-bottom: unset;
	}
	.topbar-nav>div{
		display:unset;
	}
	#topmenu-menuicon {
		display: none;
		width:47px;
	}
	.topmenu-hide{
		display:unset;
	}
}
