.pdf_druck {
	padding:6px;
	text-align: right;
}
.pdf_druck a {
	text-decoration: none;
}

.pdf_druck img {
	left: 0;
  	top: 50%;
  	transform: translateY(20%);
}

.termin_eingabe {
	margin-bottom: 15px;
}
.termin_list {
    padding-top:1px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:1px;
    background-color:#fff; 
}
.termin_list th {
	text-align: left;
	padding-top:1px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:1px;
    background-color: #efefef;  
}
.termine_minis {
	width:20px;
}

@media screen and (min-width:768px) {

.termin_table_small {
	display:none;
}

.termin_table_large td {
	padding-top: 4px;
	vertical-align:middle;
	border-bottom: solid 1px #4fc3ed;
}

.termin_col_start {
	width: 10%;
}
x.termin_col_leer {
}
.termin_col_ende {
	width: 11%;
}
.termin_col_was {
	width: 35%;
	color: #9a0202;	
}
.termin_col_wo {
	width: 20%;
}
.termin_col_wer {
	width: 19%;
}
.termin_col_gruppe {
	width: 5%;
}

} /* end medai screen large */

@media screen and (max-width:767px)  {

.termin_table_large {
	display:none;
}

.termin_table_small table {
	width: 100%;
}

.termin_table_small td {
	padding-top: 4px;
	vertical-align:middle;
	text-align:center;
}

.mtermin_col_start {
	border-top: solid 1px #4fc3ed;
	font-weight: bold;
	color: blue;
}

.mtermin_col_ende {

}
.mtermin_col_was {
	font-size: 2 em;
	font-weight: bold;
}
.mtermin_col_wo {
	
}
.mtermin_col_wer {
		
}

} /* end medai screen small */