/* lc.css | Copyright: redesign-berlin 2018 
--------------------------------------------------------------*/

.jtpl-navigation,
.no-edit .sidebar_en,
.no-edit .sidebar_de {
	display: none;
}

@media(max-width:767px) {
	.jtpl-navigation {
		display: none !important;
	}
}

.hideNav {
	display: none !important;
}

.showNav {
	display: block !important;
}


@media (min-width: 768px) {
	.showNav {
		display: inline-block !important;
	}

	/*ggf. anpassen*/
	.jtpl-navigation .j-nav-level-1 li {
		min-width: 250px;
	}

	.cc-pagemode-default .cc-nav-level-0 li {
		display: none;
	}
}


/* ID-Buttons
-----------------------------------*/

img[alt=fr],
img[alt=en],
img[alt=de] {
	visibility: hidden;
	z-index: -1;
	width: 30px;
	height: 30px;
}

.ui-widget img[alt=fr],
.ui-widget img[alt=en],
.ui-widget img[alt=de] {
	visibility: visible;
	z-index: inherit;
}
