﻿/* ############################################################
	FARBKLIMA
###############################################################

	Orange:			#F08A00	(Lauftext)
	Grau:			#808080 (Navi, Footerbalken)

###############################################################
	100 - REFERENZ-LISTE
############################################################ */

/* ÜBERSICHT */
.owl-carousel {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

/* Karussell-Navigation */
.owl-carousel .owl-controls .owl-nav [class*=owl-] {
	position: absolute;
	left: 0;
	bottom: -66px;
	width: 46px;
	height: 46px;
	margin-top: -23px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
	background-image: url("/Portal/Module/100/Images/nav-prev.png");
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
	background-image: url("/Portal/Module/100/Images/nav-prev-mo.png");
}
.owl-carousel .owl-controls .owl-nav .owl-next {
	left: inherit;
	right: 0;
	background-image: url("/Portal/Module/100/Images/nav-next.png");
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
	background-image: url("/Portal/Module/100/Images/nav-next-mo.png");
}
@media (min-width: 480px) {
	/* Karussell-Navigation */
	.owl-carousel .owl-controls .owl-nav [class*=owl-] {
		top: 50%;
	}
}
@media (min-width: 760px) {
	.owl-carousel {
		width: 734px;
		height: 209px;
	}
		a.ref-link-abstand {
			display: block;
			margin-top: 105px;
		}
}
@media (min-width: 980px) {
	.owl-carousel {
		width: 951px;
		height: 271px;
	}
		a.ref-link-abstand {
			margin-top: 136px;
		}
}


/* DETAILANSICHT */
.mdl-100-bg {
	background-color: #fff;
}
.ref-col-foto, .ref-col-text {
	position: relative;
	float: left;
	width: 100%;
}
.ref-col-foto {
	margin-top: 20px;
}
.link-fotogalerie {
	margin-bottom: 5px;
}
@media (min-width: 760px) {
	.ref-col-foto {
		width: 194px;
		margin-top: 0;
	}
		.ref-detailfoto {
			width: 179px;
			height: auto;
			overflow: hidden;
		}
		.ref-thumbnail {
			float: left;
			width: 41px;
			margin-top: 10px;
			margin-right: 5px;
		}
	
	.ref-col-text {
		width: 299px;
	}
	.ref-col-pull-foto {
		right: 299px;
	}
	.ref-col-push-text {
		left: 194px;
	}
}
@media (min-width: 980px) {
	.ref-col-foto {
		width: 251px;
	}
		.ref-detailfoto {
			width: 230px;
		}
		.ref-thumbnail {
			width: 50px;
			margin-top: 10px;
			margin-right: 10px;
		}
		
	.ref-col-text {
		width: 387px;
	}
	.ref-col-pull-foto {
		right: 387px;
	}
	.ref-col-push-text {
		left: 251px;
	}
}

/* FANCYBOX */
/* Titelbalken */
.fb-line {
	background-color: #fff;
}
.fb-title, .fb-number {
	float: left;
	width: 75%;
	padding: 3px 12px;
	font-family: "ff-din-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 0.9375rem; /* 15px */
	line-height: 1.1875rem; /* 19px */
	color: #F08A00;
}
.fb-number {
	float: right;
	text-align: right;
	width: 25%;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
@media (min-width: 760px) {
	.fb-title, .fb-number {
		width: auto;
		padding: 10px;
		font-size: 0.8125rem; /* 13px */
		line-height: 1.0625rem; /* 17px */
	}
}
@media (min-width: 980px) {
	.fb-title, .fb-number {
		font-size: 0.9375rem; /* 15px */
		line-height: 1.1875rem; /* 19px */
	}
}