@charset "UTF-8";
/* CSS Document */

* {
    box-sizing: border-box;
}

/*FLEX - DATE - CONTAINER*/

.flex-date-container {
	display: flex;
	flex-wrap: wrap;
	background-color: none;
	}
	
.date-responsive {
	width: 100%;	
}

@media only screen and (max-width: 800px) {
    .date-responsive {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .date-responsive{
        width: 100%;
        height: auto;
    }
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/*UEBERSCHRIFT BANDNAME*/
.date{
	width: 100%;
	height: auto;
	color: #000;
	text-align: center;
	float: left;
	}
@media all and (min-width: 801px) {
	.datein th{
		font-size: 16px;
		}
	}
@media all and (max-width: 800px) {
	.datein th{
		font-size: 12px;
		}
	}	
	
@media all and (min-width: 801px) {
	.datein td{
		font-size: 14px;
		}
	}
@media all and (max-width: 800px) {
	.datein td{
		font-size: 11px;
		}
	}	
	
/*DATE - DATEN*/
.datein{
	width: 100%;
	height: auto;
	font-size: 14px;   
	color: #000;
	text-align: center;
	line-height: 2em;
	}

table{
    	width: 100%;
	height: auto;
    	padding: 12px;
    	background-color: none;
}
table tr{
  	width: 20%;
}
table tr th{
	
    	width: 20%;
    	font-size: 15px;
}
table tr td{
   	 width: 20%;
    
}