/* for "Einzelne Mitarbeiter" */

.tx-wt-employees .well {
    margin:0px 0px 10px -15px;
}
/*
@media (min-width:768px)  { 
	.tx-wt-employees .row{
		width: 95%;
		margin-right:10px;
		margin-left: 0px;
	}

	 .tx-wt-employees .col-xs-9 {
		width:100%;
	}
}
@media (max-width:768px) and (min-width:480px) { 
	.tx-wt-employees .col-md-6.col-xs-6.well {
		width: 100%;
		white-space: nowrap;
	}	
}
@media (max-width:479px) {
	 .tx-wt-employees .col-md-6.col-xs-6.well {
		border-left:0px;
		border-right:0px;
		border-top:0px;
		width: 100%;
		padding:0px 0px 20px 0px;
	}
	 .tx-wt-employees .col-xs-9 {
		width:100%;
	}
}*/