@import url(typo.css);
@import url(nav.css);
@import url(accordion.css);
@import url(gallery.css);
@import url(references.css);
@import url(home.css);
@import url(../fancybox/jquery.fancybox.css);


.navbar,
#slider,
#slider-nav{
	background:#2e2e2e;
	border:0;
}

body{
	background:  #f4f4f4;
	position:relative;
}


.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus{
	color: #f1f1f1;
	border:0;
	text-shadow: 0;
}

#kopfbild {
	overflow: hidden;
}

#kopfbild .ce_image{
	margin-top: 50px;
	width: 100%;
	position: relative;
	max-height: 400px;
	overflow: hidden;
}

#kopfbild .ce_image img{
	margin: 0;
	width: 100%;
	height: auto;
}



#content{
	padding: 4em 0 2em;
	min-height: 600px;
	background: #fff;
}

.ce_metamodel_content{
	margin-top: 3em;
}

#content .ce_colsetStart{
	margin-bottom: 2em;
	border-bottom:1px solid #e6e6e6;
	padding-bottom: 2em;
}

#content .ce_colsetStart .col-sm-4 .ce_text{
	margin-bottom: 3em;
}


#content .ce_colsetStart:last-child{
	border-bottom: 0;
}

#teaser .mod_article{
	
	padding-bottom: 3em;
}

#footer{
	background: #f4f4f4;
	border-top: 0;
	padding: 4em 0 6em;
}

#footer .col-sm-4 p strong{
	font-weight: normal;
	
}


#footer a:link,
#footer a:visited{
	color: #545454;
}

.team .col-md-3 a{
	display: block;
	width: 100%;
	height: auto;
}

#teaser{
	padding: 2em 0;
	background: #fff;
}

#back-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 3px;
}

#back-top a{
	font-size: 24px;
}

.owl-item{
	height: 100%;
}

.owl-item ul li{
	list-style-type: none;
}
/* Extra Small Devices, Phones */ 

#slider{
	overflow-y: hidden;
	height: 585px;
	margin-top:50px;
}


#slider .btn,
#slider .btn:focus{
	background: rgba(0,0,0,0.7);
	color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0;
	box-shadow: 0;
	border-color: transparent;
	outline:0;
}

.front-control{
	position: absolute;
	z-index: 5000;
	bottom:3em;
	right:20%;
	display: none;
}


.active .front-control{
	display: block;
}

.popover{
	background: rgba(0,0,0,0.7);
	border: 0;
	width: 170px;
}

.popover,
.popover-content{
	padding: 0;
	color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.popover-content a{
	color: #fff;
	display: block;
	padding: 8px 10px;
	text-align: center;
}

.popover-content a:hover{
	background:rgba(0,0,0,0.7);
	text-decoration: none;
}

.popover.top>.arrow:after{
	border-top-color:transparent !important;
}

.popover.top>.arrow{
	border-top-color:rgba(0,0,0,0.65) !important;
}

/* video */

.active .video{
	width: 100%;
	height: 585px;
	display: block !important;
	position: relative;
	z-index: 6000;
}

.active .video iframe{
	width: 100%;
	height: 100%;
	z-index: 5001
}


@media only screen and (min-width : 1600px) {

	.front-control{
		position: absolute;
		z-index: 5000;
		bottom:3em;
		right:25%;
		display: none;
	}

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

	#slider{
		overflow-y: hidden;
		height: 482px;
	}

	.owl-item{
		width: 940px !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	#slider{
		overflow-y: hidden;
		height: 369px;
	}

	.owl-item{
		width: 720px !important;
	}

	.owl-prev{
		float: left;
		margin-left: 2%;
		text-align: left;
	}

	.owl-next{
		float: right;
		text-align: right;
		margin-right: 2%;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {


	#slider{
		overflow-y: hidden;
		height: 256px;
	}

	.owl-item{
		width: 500px !important;
	}

	.caption{
		display: none;
	}

	.owl-controls{
		top:50%;
	}

	.owl-prev, .owl-next{
		font-size: 20px;
	}

	.front-control{
		display: none;
	}

	.bootstrap_customizable .float_above{
		width: 100%;
		display: block;
		text-align: center;
	}

	.bootstrap_customizable .ce_text .btn{
		
	}

	#teaser p a.btn{
		margin-bottom: 40px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

	#slider{
		overflow-y: hidden;
		height: auto;
	}



	.owl-controls{
		top:40%;
	}

	.owl-prev, .owl-next{
		font-size: 20px;
	}

	.owl-item{
		width: 320px !important
	}

	.carousel-fade .carousel-inner .item.active .owl-item.center .caption{
		display: none;
	}

	.navbar-default .navbar-brand{
		font-size: 1em;
	}

	.mod_metamodel_list{
		margin-top: 40px;
	}
	
	#slider .mod_metamodel_list{
		margin-top: 0px;
	}

	#content{
		margin-top: 0
	}
	
	.nav-tabs>li>a{
		height:38px;
	}
	
	.nav-tabs>li>a{
		padding:9px 0;
		height:38px;
	}
	
	.front-control{
		display:none !important;
	}


}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}


#kopfbild iframe{
	padding-top: 50px;
	width: 100%;
}
