.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.filter-button
{
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-align: right;
    color: #FFFFFF;
    margin-bottom: 30px;
	border:none;
	border-bottom:1px solid #FFFFFF !important;
	border-radius:0px !important;
	background:none;
	padding:5px 20px 5px 20px;
	margin-left:5px;
}
.filter-button:hover
{
	color: #FFFFFF;
    border-bottom:2px solid #FFFFFF !important;

}
.btn-default:active .filter-button:active
{
    /* border-bottom:1px solid #FFFFFF; */
}

.port-image
{
    width: 100%;
}

.col-lg-3
{
    margin-bottom: 40px;
}
.filter {
	margin-bottom:20px;
	min-height:300px;
	padding:5px;
}
.inner {
	background-color:var(--braun);
	width:100%;
	height:100%;
}
.filter .inner img {
	width:100%;
	height:auto;
}
.news div img {
	width:100%;
	height:auto;
}
.inner h2 {
	font-family: 'Roboto', sans-serif;
	color:#cecece;
	font-size:14px;
	text-transform:uppercase;
	margin-top:30px;
	margin-bottom:0px;
}
.inner span {
	font-family: 'Roboto', sans-serif;
	color:#cecece;
	font-size:12px;
}
.news div p {
	font-family: 'Roboto', sans-serif;
	color:#cecece;
	font-size:12px;
}
.inner a {
	position:relative;
	text-decoration:none;
	display:block;
}
.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.7s ease;
  background-color: rgba(0,0,0,0.5);
}
.image-overlay:hover {
	opacity: 1;
}
.lupe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}