/* SPIELPLAN */

.FilterElement
{
  font-weight: bold;
  float: left;
  padding: 10px;
  width: 96%;
}

.FilterElement .column_left {
	float: left;
	width: 49%;
        padding-bottom: 8px;
        text-align: center;
}

.FilterElement .column_right {
	float: right;
	width: 49%;
        padding-bottom: 8px;
        text-align: center;
}

.FilterElement label{
        padding-right: 8px;
        width:30%;
        display:inline-block;                                                             
      text-align: left;
}

.FilterElement input, select{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 3px;
	outline: 0;
	border: 0;
	width: 24%;
	min-width: 120px;
	background: #FFFFFF;
	border-radius: 5px;
    display:inline-block;
}
input[type=submit] {
	width: 150px;
	padding: 3px 15px;
	line-height: 25px;
	text-shadow: none;
	cursor: pointer;
	box-shadow: none;
	background: #333333;
	color: #fff;
	margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}

.FilterElement input[type="checkbox"] {
    width: auto;
    min-width: 0;
    margin-right: 5px;
}

label#check {
    width: 100%;
    text-align: center;
}

section.Saison {
	max-width: 950px;
    margin: auto;
}
.Saison .column_left {
	float: left;
	width: 33%;
    text-align: center;
}

.Saison .column_mid {
	float: left;
	width: 33%;
	margin: 0 5px;
    text-align: center;
}

.Saison .column_right {
	float: right;
	width: 32%;
    text-align: center;
}


.Saison h1 {
	font-size: 22px;
	font-weight:bold;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 15px;
	font-family: 'HelveticaRounded-Bold';
}

.Saison h2 {
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 15px;
	font-family: 'HelveticaRounded-Bold';
}

/* Spielplan */

#Spielplan {
    font-size: 14px;
    margin: auto;
    max-width: 950px;
    min-height: 300px;

}

#Spielplan article{
	width: 100%;
}

#Spielplan table{
  margin: 15px 0px 15px 0px;
	width: 100%;    
}

#Spielplan  h1 {
	font-size: 22px;
	font-weight:bold;
	text-align:center;
	margin-top: 25px;
	margin-bottom: 15px;
	font-family: 'HelveticaRounded-Bold';
}

#Spielplan  p {
  
	font-size: 15px;
	font-weight:bold;
	text-align:center;
}


#Spielplan td{
	padding-bottom: 5px;
	padding-right: 5px;  
}

#Spielplan .Anstoss {
	width: 80px;    
}

#Spielplan .SpNr  {
	width: 80px;  
}

#Spielplan .Team  {
	width:200px;  
}

#Spielplan .Koerbe  {
	width: 80px;  
}

#Spielplan .Schiedsrichter  {
	width: 300px;  
}

#Spielplan .Schiedsrichter > p {
    /*word-wrap: break-word;
    width: 100px; */
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}


#Spielplan .Versteckt {		
    display:none;
	}


#Spielplan th {
	padding-bottom: 5px;
	padding-right: 5px;
}

#Spielplan  thead {
	font-size: 16px;
	font-weight:bold;
	text-align:left;
	font-family: 'HelveticaRounded-Bold';
}

#Spielplan  tbody {
  font-weight: normal;
	font-size: 14px;
} 


@media (max-width: 530px) {
	  #Spieler .AnzSUN {
		display:none;
	}
  
  .FilterElement label{   
      width:100%;   
      display:inline-block;                                                             
      text-align: left;
}
}

@media (max-width: 375px) {
  #Spielplan .Schiedsrichter > p {
      word-wrap: break-word;
  }
  
  #Spielplan .Schiedsrichter {
    max-width: 90px;
}
}