.pure-menu-link {
	color: black;
}

.pure-menu-link:hover {
	background-color: var(--menuHighlightColor);
}

.pure-menu-item .pure-menu-item {
	background-color: var(--menuHighlightColor);
}

.pure-menu-item .pure-menu-link:hover {
	background-color: var(--actinfoColor);
}

.pure-menu-item A {
	display: flex;
	align-items: center;
}

.pure-menu-link IMG {
	float: left;
	width: 40px;
	margin-right: 10px;
	/*display: none;*/
}

.jazyk {
	margin-right: 10px;
	/*display: none;*/
}

#header {
	width: 100%;
	min-height: 50px;
	background-color: var(--menuColor);
	position: sticky;
	top: 0px;
	z-index: 1;
}


@media screen and (min-width: 1081px) {
/*	#actinfo {
		width: 100%;
		background-color: var(--actinfoColor);
		padding: 10px;
		display: flex;
		justify-content: space-between;
	}

	#actinfo .tatami {
		text-align: center;
		height: 100%;
		border-right: 1px solid var(--actinfoBorderColor);
		box-sizing: border-box;
	}
*/
	.menu-mobile {
		display: none;
	}

}



#actinfo {
	width: 100%;
	background-color: var(--actinfoColor);
	justify-content: space-between;
}

#actinfo .actinfo-tatami {
	text-align: center;
	border-right: 1px solid var(--actinfoBorderColor);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#actinfo .actinfo-tatami:last-child {
	border-right: none;
}

#actinfo .actinfo-tatami H2{
	font-size: 1.0rem;
	margin-top: 2px;
	margin-bottom: 2px;
}

#actinfo .actinfo-tatami P{
	margin-bottom: 2px;
}

#actinfo .actinfo-tatami {
	text-decoration: none;
	color: black;
}



.header-name IMG {
	width: 60px;
	vertical-align: middle;
	margin-right: 10px;
}

.nav-item-mobile {
	display: none !important;
}
