#spielplan td {
	border-right: 1px solid #c1c8cb;
	width: 3%; 
	cursor: pointer; 
	cursor: hand;
	text-align: center;
}

#spielplan td:last-child {
  border-right: 0px;
}

#spielplan th {
	border-right: 0px;
	width: 6%; 
	text-align: center;
}


.no-hover {
  background-color: white !important;
}

.diagonal_lines_past {
	background: repeating-linear-gradient(
				  -55deg,
				  #eeeeee,
				  #eeeeee 6px,
				  #d8d5d5 7px,
				  #d8d5d5 10px
				);
}

.diagonal_lines_danger {
	background: repeating-linear-gradient(
				  -55deg,
				  #f4aca9,
				  #f4aca9 6px,
				  #d9534f 7px,
				  #d9534f 10px
				);
}

.diagonal_lines_warning {
	background: repeating-linear-gradient(
				  -55deg,
				  #f5f3aa,
				  #f5f3aa 6px,
				  #d5d94e 7px,
				  #d5d94e 10px
				);
}
.asd {
	background-color: #d5d94e;
}

.bg {
	background: url('/img/background.jpg') no-repeat top ; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	width: 100%;
	height: 350px; 
	top:0;
	left:0;
	z-index: -1;
}

.jumbotron {
	height: 350px;
	color: white;;
	text-shadow: 1px 1px 2px black;
	background:transparent;
}

.jumbotron h1 {
	color: white;
}

.table > tbody > tr > td {
	padding: 0px !important;
}

.no-border>tbody>tr>th {
	border-top: 0px solid white !important;
}
.border {
	border-bottom: 1px solid #efe6e6;
}

#main1 {
	padding-top: 100px;
}