.btcolumn {
	border-right: 0px solid #94142b; 
	/*-webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.5));
        filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.5));*/
	margin: 15px 0px 0;
	position: relative;
	/* padding-bottom: 30px; */
        background: rgba(240,240,240,.9);
}
.btcolumn:hover {
	/*background: #ddd;*/
}
.btcolumn-row {
	padding: 0px 0px;
	margin:0 0 0 0 ;
}
.rowtable td {
	vertical-align: top;
}
.btcolumn-title {
	text-align: left;
	/*background: #666;*/
        color: #a80c43;
        font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 300;
	padding: 10px 20px  0;
}
.btcolumn-content {
	padding: 0px 20px 10px;
	height:auto;
}
.btcolumn-link  {
	color: #fff;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
}
.btcolumn-link.noabs  {
	position: relative;
}
.btcolumn-link  a {
margin:15px 0px 0px;
	padding: 5px;
	display: block;
	text-align: center;
	background: #a80c43;
	color: #fff;
	text-decoration: none;
}
.btcolumn-link  a:hover {
	display: block;
	text-align: center;
	background: #ca1153;
	color: #fff;
	text-decoration: none;
}
@media (max-width: 767px) {
	.eq-cols > .btcolumn {
		height: auto !important;
	}
	.btcolumn-content, .btcolumn-title {
	padding: 0px 10px 15px;
	height:auto;
}
	.btcolumn-title {
	padding: 5px 10px 0px;
	height:auto;
}
}
ul.filterbar { 
  float: left; 
  font-size: 16px; 
  list-style: none; 
  margin-left: 0; 
  padding: 15px;
  width: 100%;
}
ul.filterbar li { 
  border-right: 1px solid #dedede;
  float: left;
  line-height: 16px;
  margin-right: 10px;
  padding-right: 10px;
}
.filterbar li  a { 
	outline: none;
	padding: 10px 15px;
	text-decoration: none;
}
.filterbar li  a:hover { 
	text-decoration: none;
}	
.filterbar li.btcurrent a {
	background: #666;
	color: #fff;
	text-decoration: none;
}
td .btcolumn  {
	margin: 5px;
}
td .btcolumn img {
	max-width: 100%;
}
/*no gutter fuer keinen rechten rand*/ 
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
  & > [class^="col-"],
  & > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}