/* CSS Document */
@import url(/modules/Rundgang/owl.carousel.min.css);

#rundgang{
	margin-bottom: 40px;
}
.slide{
	position: relative;
}
.text-overlay{
	/*display: none;*/
	position: absolute;
	bottom: 10px;
	right: 10px;

	background-color: rgba(158,148,50, 0.8);
	color: #FFF;
	padding: 10px 15px;
	font-size: 14px;
}
.owl-carousel{
	position: relative;
}
/*
.owl-nav{
	display: none;
}*/
.owl-prev,
.owl-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(158,148,50, 0.8);
	color: #FFF;
	padding: 10px 15px;
	font-size: 20px;

	-webkit-transition: background-color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out;
	-ms-transition: background-color 0.25s ease-in-out;
	-o-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out;
}
.owl-prev:hover,
.owl-next:hover{

	background-color: rgba(158,148,50, 1);
}
.owl-prev{
	left: 0;
}
.owl-next{
	right: 0;
}

/**************************************************************************************************
 * 
 * #Media Queries
 * 
 *************************************************************************************************/
/**************************************************************************************************
 * Browser gross
 * 
 * 1170px - 
 *************************************************************************************************/
@media only screen and (min-width: 1170px) {
}



/**************************************************************************************************
 * Browser gross
 * Browser normal / Tablet Landscape
 * 
 * 960px - 
 *************************************************************************************************/
@media only screen and (min-width: 960px) {
}



/**************************************************************************************************
 * Browser gross
 * Browser normal / Tablet Landscape
 * Browser schmal / Tablet Portrait
 * 
 * 768px - 
 *************************************************************************************************/
@media only screen and (min-width: 768px) {
}



/**************************************************************************************************
 * Browser normal / Tablet Landscape
 * 
 * 960px - 1169px
 *************************************************************************************************/
@media only screen and (min-width: 960px) and (max-width: 1169px) {
}



/**************************************************************************************************
 * Browser schmal / Tablet
 * 
 * 768px - 959px
 *************************************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}



/**************************************************************************************************
 * Browser schmal / Tablet Portrait
 * Smartphone Landscape
 * Smartphone Portrait
 * 
 *  - 959px
 *************************************************************************************************/
@media only screen and (max-width: 959px) {
}



/**************************************************************************************************
 * Smartphone Landscape
 * Smartphone Portrait
 * 
 *  - 767px
 *************************************************************************************************/
@media only screen and (max-width: 767px) {
}



/**************************************************************************************************
 * Smartphone Landscape
 * 
 * 480px - 767px
 *************************************************************************************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {
}



/**************************************************************************************************
 * Smartphone Portrait
 * 
 *  - 479px
 *************************************************************************************************/
@media only screen and (max-width: 479px) {
}
