.karteNews {
	color: #707070;
}
#awd-schoole-list-wrap {
	padding: 0;
}
.awd-schoole-legende {
	background: #f6f6f6;
	padding: 5em 0 1.3em 0;
}
.awd-canton-wrap {
	border-bottom: 2px solid #ccc;
	padding: 0.5em 0;
}
.awd-canton-wrap:first-child {
	border-top: 2px solid #ccc;
}
.awd-canton-name {
	cursor: pointer;
	font-weight: 500;
	font-size: 1.1em;
}

.awd-canton-name.opencanton .bi.bi-caret-right-fill:before {
    content: "\f229";
}

.awd-canton-schools-list {
	display: none;
	padding: 1.1em 0 1.1em 4em;
	font-weight: 300;
}
.school-square {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: #ccc;
	margin-right: 0.6em;
}
.awd-class-p .school-square {
	background: #e8ad00;
}
.awd-class-s .school-square {
	background: #ba7300;
}
.awd-class-v .school-square {
	background: #9b0058;
}
.awd-class-a .school-square {
	background: #0071ae;
}
.awd-class-ped .school-square {
	background: #006176;
}
.school-legend {

}
.sl-header {
	text-align: center;
	font-weight: 300;
	font-size: 1.7em;
	margin: 0 0 1.2em 0;
	padding: 0;
	color: #7d7d7d;
}
.sl-legend-bar {

}
.sl-bar-color {

}
.bar-color-citrin1 {
	background: #e8ad00;
	height: 8px;
	width: 100%;
	display: block;
}
.bar-color-amber1 {
	background: #ba7300;
	height: 8px;
	width: 100%;
	display: block;
}
.bar-color-spinell2 {
	background: #9b0058;
	height: 8px;
	width: 100%;
	display: block;
}
.bar-color-aquamarin2 {
	background: #0071ae;
	height: 8px;
	width: 100%;
	display: block;
}
.bar-color-tuerkis2 {
	background: #006176;
	height: 8px;
	width: 100%;
	display: block;
}
.sl-bar-text {
	padding-top: 5px;
	font-weight: 00;
	line-height: 1.2;
	font-size: 0.8em;
}
.awd-bold {
	font-weight: 600;
	color: #5b5b5b;
}
.awd-schoole-title {
	
	font-size: 1.5em;
	font-weight: 300;
	color: #7d7d7d;
	line-height: 1.3;
	padding-bottom: 1.9em;
}
.bi.bi-caret-right-fill:before {
	transition: .3s all ease-in;
}
.active-schoole .bi.bi-caret-right-fill:before {
	content: "\f229";
}