@import url("default.css");

@import url("stylesheet_custom.css");



#clang .text {
	font-size: 1rem;
}

.subBoxesKontener p {
	margin-right: 20px;
}
.subBoxesKontener .turn {
	position: absolute;
	top: 3px;
	right: 0;
	font-size: 18px;
	line-height: 18px;
	cursor: pointer;
}
.subBoxesKontener .turn::before {
	font-family: 'Fontawesome';
	content: '\f107';
}
.subBoxesKontener .turn.active::before {
	font-family: 'Fontawesome';
	content: '\f106';
}
.subBoxes2 {
	display: none;
	width: 100%;
	margin-left: 20px;
}
.level1 .subBoxes2 {
	margin-left: 40px;
}

@media (max-width:480px) {
	#clang .text {
		font-size: .8rem;
	}
	#clang {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: -22px;
		padding: 10px 5px;
	}
}