/* letzte projekte costum */


#owl-demo .item {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
	
#owl-demo .item img {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	
	
	z-index: 1000;
	background: #fff;
	cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
			
	-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 .item img:active {
	cursor: grabbing;
	cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#owl-demo .item .info {
	display: block;
	height: auto;
	margin: 0 0 0 380px;
	position: absolute;
	bottom: 5px;
	left: 0;
}

#owl-demo .item h1 {
	font-size: 1.500em;
	width: 100%;
	float: left;
	color: #fff;
	text-shadow: 0 3px 1px rgba(0,0,0,0.9), 0 0 25px white, 0 0 5px #333;
}

#owl-demo .item .info a {
	font-size: 0.750em;
	background: #00602b;
	color: #fff;
	text-shadow: none;
	font-weight: 400;
	border-radius: 20px;
	-moz-border-radius: 20px;
	margin: 0 15px;
	padding: 0 15px;
	text-decoration: none;
	text-align:center;
}

#owl-demo .item .info a:hover {
	color: #00602b;
	background-color: #fff;
}

#owl-demo .item .info a i {
	margin: 0;
	padding: 0 10px 0 0;
}

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

#owl-demo .item img {
    width: auto;
    height: 500px;

}

	
	

}



@media only screen and (max-width: 1024px) {


	
#owl-demo .item .info {
	padding: 0 0 20px 0;
	height: auto;
	margin: 0 0 0 380px;
	position: absolute;
	bottom: 5px;
	left: 0;
}
	
#owl-demo .item h1 {
	font-size: 1.250em;
}
	
#owl-demo .item img {
    width: auto;
    height: 440px;

}

	
}

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


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

#owl-demo .item h1 {
	font-size: 1.000em;
}
#owl-demo .item .info a {
    font-size: 0.950em;
    background: #00602b;
    color: #fff;
    text-shadow: none;
    font-weight: 400;
    border-radius: 20px;
    -moz-border-radius: 20px;
    margin: 0 15px;
    padding: 0 15px;
    text-decoration: none;
    text-align: center;
}
	
#owl-demo .item img {
    width: 100%;
    height: auto;

}


	



}
	
	
/* ====================================================================================================*/	
@media only screen and (max-width: 614px) {
	
#owl-demo .item .info {
	display: block;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0 0 25px 25px;
	bottom: 15px;
	left: 0;
}

#owl-demo .item h1 {
	font-size: 1.000em;
	line-height: 0;
	text-shadow: none;
}
	
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
	
	margin: 0;
}
	
#owl-demo .item .info a {
    font-size: 0.950em;

}






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

#owl-demo .item img {
	height: 300px;
	width: auto;
	margin: 0;
}
	
#owl-demo .item .info {
	display: none;
}
	
#owl-demo .item h1 {
	font-size: 1.125em;
}

}

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

#owl-demo .item img {
	height: 300px;
	width: auto;
	margin: 0;
}

}
