/* codeDESIGN - custom_code_php.css */
@charset "utf-8";

/* CUSTOM CODE PHP */
div.custom_code_php [class^="col-"],
div.custom_code_php [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}

.custom_code_turniere {
	padding: 0px 40px 0px 0px;
}

.turnierkalender_monatstrenner {
	font-size: 20px;
	font-weight: normal;
	font-weight: 300;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 15px 0px;
	/*border-bottom: 1px dashed #cccccc;*/
	position: relative;
}
.turnierkalender_monatstrenner::after {
	background: #74a21c;
	bottom: -1px;
	content: '';
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
.turnierkalender_monatstrenner:hover::after {
	width: 180px;
}

.turnierkalender_item {
	background: #2c2b29;
	margin: 0px 0px 0px 0px;
	padding: 5px 3px 5px 3px;
	border-bottom: 1px solid #222220;
}
.turnierkalender_item:hover {
	background: #222220;
}

.turnier_tag {
	width: 30px;
}

.turnier_datum {
	width: 50px;
}

.turnier_uhrzeit_von {
	width: 40px;
	display: inline-block;
}

.turnier_uhrzeit_bis {
	width: 50px;
	display: inline-block;
}

.turnier_typ_und_vorgabe {
	text-align: justify;
}

.turnier_vorgabe, .turnier_typ {
	width: 30px;
}

.layout_turnierkalender_legende_inhalte {
	margin-top: 20px;
}

.legende_icon_text {
	width: 30px;
	margin: 0px 0px 0px 0px;
}