/* letzte projekte */


#owl-demo .item {
	display: block;
/*	position: relative;*/
	padding: 0 10px;
	box-sizing: border-box;
	boder-radius: 20px;

}


/*#owl-demo .item h2 {
	display: block;
	padding: 0 0 0 15px;
	margin: 0;
	position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
	color: #205862;
	background-color: #ffffff90;
	border-radius: 20px 20px 0 0;

	
	-webkit-transition: all 0.55s ease-in-out;
	-moz-transition: all 0.55s ease-in-out;
	-o-transition: all 0.55s ease-in-out;
	-ms-transition: all 0.55s ease-in-out;
	transition: all 0.55s ease-in-out;
	
	
}*/

#owl-demo .item h2 {
    display: block;
    padding: 0 0 0 15px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    color: #fff;
	border-radius: 20px 20px 0 0;
	
    background: linear-gradient(
        to bottom,
        rgba(0,0,0, 0.75) 0%,
        rgba(0,0,0, 0) 100%
    );

    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}


/*#owl-demo .item:hover h2 {
	background-color: #205862;
	color: #fff;
}*/



#owl-demo .item a i {
	color: #ff8c00;
}

		
#owl-demo .item img {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
	border-radius: 20px;

	cursor: grabbing;

	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}


#owl-demo .owl-controls .owl-buttons .owl-prev {
	font-size: 1.5em;
	font-weight: 900;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 50px 10px 0 0;
	padding: 0;

	background-color: #ff8c00;
	color: #fff;
	border-radius: 50%;
	border: rgba(34,34,34,0.1) 1px solid;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
 


#owl-demo .owl-controls .owl-buttons .owl-next{
	font-size: 1.5em;
	font-weight: 900;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 50px 0 0 10px;
	padding: 0;
	
	background-color: #ff8c00;
	color: #fff;
	border-radius: 50%;
	border: rgba(34,34,34,0.1) 1px solid;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#owl-demo .owl-controls .owl-buttons .owl-prev:hover{
	background-color: #e68600;
	color: #fff;
}

#owl-demo .owl-controls .owl-buttons .owl-next:hover{
	background-color: #e68600;
	color: #fff;
}


/* ======================================================================================================
 MEDIA QUERIES
=======================================================================================================*/
@media only screen and (max-width: 1024px) {

#owl-demo .item {
	width: 92%;
	margin: 0 4% 0 4%;
}

#owl-demo .item .info {
	padding: 0 0 15px 0;
}	
	
}

/* ====================================================================================================*/
@media only screen and (max-width: 768px) {


#owl-demo .item h1 {
	width: 100%;
}

#owl-demo .item .info {
	width: 100%;
}
	
#owl-demo .item img {
	width: 100%;

}


}
	
	
/* ====================================================================================================*/	
@media only screen and (max-width: 614px) {
	
#owl-demo .item .info {
	width: 100%;
}
	
#owl-demo .item img {
	width: 100%;
	margin: 0;
}



}
/* ====================================================================================================*/
@media only screen and (max-width: 480px) {

#owl-demo .item img {
	width: 100%;
	margin: 0 0 0 0;
}

}

/* ====================================================================================================*/
@media only screen and (max-width: 320px) {

#owl-demo .item img {
	width: 100%;
	margin: 0;
}

}
