/* Schülertraining
*/
/***Übersicht **/
#uebersicht{
	border: 2px grey solid;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	background: #D9D9D9;
	grid-column-gap: 0.5em;
	padding-bottom: 0.5em;
}
#uebersicht #ueberschrift{
	margin: 0.5em 0 0 0.5em;
	grid-column: span 3;
	color: #534C4C;
	font-weight: bold;
}
#uebersicht img {
	border: 1px black solid;
	width: 122px !important;
	height: 78px !important;
}
#uebersicht .skill{
	margin: 0 0.3em;
	border: 1px black solid;
	padding: 0.5em;
	display: grid;
	justify-items: center;
}
#uebersicht .skill_label{
	text-align: center;
	color: #6c6161;
}
.baustein_label{
	font-weight: bold;
}
#bausteine{
	margin-top: 2em;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 1em;
}
#bausteine .baustein{
}
#bausteine img{
	border: 1px solid;
	margin: 0px 6px 6px 6px;
	width: 170px !important;
	height: 81px !important;
	float: left;
}
#bausteine .baustein_label{
	grid-row: 1;
	grid-column: 2;
	margin-bottom: 3px;
}
#bausteine .baustein_label{
	font-size: 0.8em;
}
.baustein .intro{
	align-self: center;
}
.skill i {
	font-size: 0.9em;
}