
.img {
	width: 100%;
}
.mensen {
	position: relative;
}
.info {
	background-color: #81171b;
	color: #fff;
	opacity: 0.9;
	text-align: center;
	display: none;
	z-index: 5;
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	animation: move 3s ease;
}
.info p:first-child {
	font-weight: bold;
	margin-top: 20%;
	font-size: 15px;
	margin-bottom: 5px;
}
.info p:nth-child(2) {
	text-transform: uppercase;
	margin-bottom: 20px;
}
.info .btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    font-weight: bold;
 
}
.info .btn-primary {
    background-image: -webkit-linear-gradient(top,#b03b40 0,#81171b 100%);
    background-image: -o-linear-gradient(top,#b03b40 0,#81171b 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#b03b40),to(#81171b));
    background-image: linear-gradient(to bottom,#b03b40 0,#81171b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b03b40', endColorstr='#81171b', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #fff;
}
@media (max-width: 1100px) {
       .info p:first-child {
	     margin-top: 10%;
	     font-size: 12px;
      }
      .info p:nth-child(2) {
	     font-size: 11px;
	     line-height: 15px;
	     margin-bottom: 10px;
      }
      .info .btn-primary {
	     font-size: 9px;
	     font-weight: normal;
      }
}



/*
.mensen:hover  .info{
	display: block;
	bottom: 0;
}*/

.kader {
	float: left;
	min-height: 420px;
	position: relative;
}
.kader .img {
	margin-top: 10px;
	margin-bottom: 15px;
}
.kader .btn {
	float: right;
	border-radius: 0;
	padding: 6px 20px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.kader .img{
	width:100% !important;
	height:auto !important;
}


@media (max-width: 992px) {
	.info .btn-primary {
		font-size: 11px;
	}
	.info p:first-child {
		margin-top: 15%;
	}

}

@media (max-width: 768px){
	.info p:first-child {
		margin-top: 35%;
	}
	.mensen img {
		margin-bottom: 20px;
	}
	.mensen:nth-child(3n+0) img {
		margin-bottom: 0;
	}
	.mensen:hover  .info {
		bottom: 20px;
	}
	.mensen:nth-child(3n+0):hover .info {
		bottom: 0;
	}
}
