.projektwrapper{
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 50px 0 0 0;
}

.projektcontainer{
	position: relative;
	width: 31%;
	margin: 1%;
	float: left;
	background: #ffffff;
	height: 250px;
}

.textbox{
	font-size: 90%;
	height: 250px;
	width: 100%;
	position: absolute;
	text-align: center;
	z-index: 50000;
	opacity: 0;
    transition: all 0.4s ease 0.1s;
}

.projektcontainer .beschreibung{
	font-size: 0.9em;
	font-weight: 300;
	color: #ffffff;
}

.textbox:hover{
	font-size: 90%;
	opacity: 1;
	text-align: center;	
	height: 250px;	
	padding-top: 60px;
}

.kunde {
	font-size: 1.4em;
	font-family: "proxima-nova";
	font-weight: 800;
	color: #ffffff;
}

.projektcontainer .date{
	font-size: 0.7em;
	font-weight: 300;
	color: #ffffff;
}

.projektcontainer a {
    background-position: center center;
    background-size: cover;
    display: block;
	height: 250px;
}

.projektcontainer a:hover {
	text-decoration: none;
}

.projektcontainer a span {
    position: absolute;
    height: 250px;
    transition: all 0.3s ease-in-out 0s;
	width: 100%;
	z-index: 2;
    background: rgba(175, 202, 0, 0);	
}

.projektcontainer a:hover span {
    background: rgba(175, 202, 0, 0.96);	
}

.textbox .btn {
	font-family: "proxima-nova";
	font-size: 0.7em;
	border: 3px solid #FFFFFF;
	font-weight: 800;
	color: #fff;
	cursor: pointer;
	padding: 8px 20px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	z-index: 50;
}

.textbox .btn:hover {
	color: #AFCA00;
	background: #fff;
	text-decoration: none;
}

.textbox .btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

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

.projektcontainer{
	width: 48%;
}

}






@media (max-width: 767px) {

.projektcontainer{
	width: 90%;
	margin: 0 5% 15px 5%;
}

}

