/* CSS Document */

/* Basis für alle eigenen Icons */
.u-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	position: relative;
	/* Icon-Farbe kommt von color */
	background-color: currentColor;
}

/* einzelne Icon-Klassen */
.u-kloot  {
	mask:   url('../images/svg/kloot.svg') no-repeat center/contain;
	-webkit-mask: url('../images/svg/kloot.svg') no-repeat center/contain;
}
.u-holland-kloot  {
	mask:   url('../images/svg/holland-kloot.svg') no-repeat center/contain;
	-webkit-mask: url('../images/svg/holland-kloot.svg') no-repeat center/contain;
}
.u-gummi-kloot  {
	mask:   url('../images/svg/gummi-kloot.svg') no-repeat center/contain;
	-webkit-mask: url('../images/svg/gummi-kloot.svg') no-repeat center/contain;
}
.u-holz-kloot  {
	mask:   url('../images/svg/gummi-kloot.svg') no-repeat center/contain;
	-webkit-mask: url('../images/svg/holz-kloot.svg') no-repeat center/contain;
}
.u-schleuderball  {
	mask:   url('../images/svg/schleuderball.svg') no-repeat center/contain;
	-webkit-mask: url('../images/svg/schleuderball.svg') no-repeat center/contain;
}
.u-ov-pokal  {
	mask:   url('../images/svg/ov-pokal.svg') no-repeat center/contain;
	-webkit-mask: url('../images/svg/ov-pokal.svg') no-repeat center/contain;
}