/*************************************************
 Table of Contents
 ==================================================
 # Imports
 # Fonts
 # All
 # Selection
 # Placeholder
 # Body
 # Container
 # Footer
 *************************************************/

/* IMPORT */

/*@import url();*/



@import url(jquery-ui-1.10.4.custom.css);


/* FONT */

@font-face {
	font-family: Proxima Nova Regular;
	src: url(../fonts/Proxima_Nova_Regular.otf)
}

/* ALL */

* {

}

/* selection */

::selection {
}
::-moz-selection {
}

/* placeholders */

::-webkit-input-placeholder {
}
::-moz-placeholder {
}
:-ms-input-placeholder {
}
input:-moz-placeholder {
}

/* BODY */

body {
	color: #5f5f5f;
	background: #ededed;
	font-family: 'PT Sans Narrow';
    font-size: 16px;
}

/* CONTAINER */

.container {
	background: #fff url(../img/tpl/container-bg.jpg) no-repeat;
	/*background: #fff;
	 background: #fff url(../img/tpl/bg.jpg) no-repeat;*/
	width: 980px;
	/*max-width: 980px;*/
	box-shadow: 0px 0px 10px #999;
	background-size: 96%;
	background-position: 1px 19px;
}

/* NAV */

.nav {
	font-family: Proxima Nova Regular;
	font-weight: bold;
	text-transform: uppercase;
	height: 118px;
	margin-top: 0;
}

.nav-pills > li {
	max-height: 118px;
	overflow: hidden;
}

.nav-pills > li > a,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	color: #DB1224;
	background: transparent;
	position: relative;
	top: 0px;
	display: block;
	padding: 80px 15px 10px 15px;
	border-radius: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	z-index: 2;
	transition: all 0.2s linear 0.2s;
	font-size: 14px;
}

.nav-pills > li:hover > a {
	color: #fff;
	top: -107px;
}

.nav-up {
	width: 100%;
	height: 6px;
	background: #DB1224;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	transition: all 0.2s linear 0.2s;
}

.nav-pills > li:hover > .nav-up {
	height: 114px;
}

.nav-pills > li.active:hover > a,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background: #DB1224; /* Old browsers */
	background: -moz-linear-gradient(top,  #DB1224 0%, #C5101F 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DB1224), color-stop(100%,#C5101F)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #DB1224 0%,#C5101F 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #DB1224 0%,#C5101F 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #DB1224 0%,#C5101F 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #DB1224 0%,#C5101F 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB1224', endColorstr='#C5101F',GradientType=0 ); /* IE6-9 */
	padding: 85px 15px 10px 15px;
	position: relative;
	top: 0px;
}

.nav-pills>li+li {
	margin-left: 25px;
}

/* HEADER */

#header-side h4 {
	font-family: 'PT Sans Narrow';
	font-size: 24px;
	font-weight: bold;
}

h1{
	font-family: 'PT Sans Narrow';
  
}
h2 {
	font-family: 'PT Sans Narrow';
    color: #a60010;
}

#header-side a,
#header-side a:hover,
#header-side a:focus {
	color: #5f5f5f;
	font-family: 'PT Sans Narrow';
	text-decoration: none;
}

/* CONTENT */

#content {
	min-height: 325px;
	padding-right: 30px;
	padding-left: 15px;
	/*border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;*/
}

.content-title {
	/*font-family: 'PT Sans Narrow', Proxima Nova Regular;*/
	font-weight: bold;
	text-transform: uppercase;
    color: #a60010;	
}

h3 {
	/*font-family: 'PT Sans Narrow', Proxima Nova Regular;*/
}

/* NEWS */

#news {
	color: #5f5f5f;
	/*font-family: 'PT Sans Narrow';*/
	background: #f8f8f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeaea 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eaeaea 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eaeaea 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eaeaea 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #fbfbfb;
	/*border-left gradient*/
	 border-left-width: 1px; 
	 border-left-style: solid; 
	 -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(251, 251, 251)), to(rgba(255, 255, 255, 0))) 1 100%; 
	 -webkit-border-image: -webkit-linear-gradient(rgb(251, 251, 251), rgba(255, 255, 255, 0)) 1 100%; 
	 -moz-border-image: -moz-linear-gradient(rgb(251, 251, 251), rgba(255, 255, 255, 0)) 1 100%; 
	 -o-border-image: -o-linear-gradient(rgb(251, 251, 251), rgba(255, 255, 255, 0)) 1 100%; 
	 border-image: linear-gradient(to bottom, rgb(251, 251, 251), rgba(255, 255, 255, 0)) 1 100%;
}

#news h4 {
	color: #a60010;
	/*color: #5f5f5f;
	font-family: Proxima Nova Regular;*/
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
}
.adresserechts{
	font-size:1.2em;
	margin-top: 0px;
	
}

.telreihl{
	margin-top: 20px;
}
.adressetel span{
	font-size: 0.9em;
	
}
.propreviewtext{
	position:relative;
	padding-left: 15px;
	font-size: 0.9em;
}
.propreviewtext h4{
    margin-bottom: 0px;
}

.propreviewtext p{
    margin-top: 0px;
}

.prprebutt{
	position: absolute;
	right: 4px;
    bottom: 14px;
	
}

.news-title-hr {
	margin-top: 10px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #5f5f5f;
}

.news-hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #e2e2e2;
}

.single-news {
	padding: 0px 10px;
    font-size: 14px;
}

.single-news p {
	margin-top: 1px;
}

.single-news a,
.single-news a:hover,
.single-news a:focus {
	color: #5f5f5f;
	/*font-family: 'PT Sans Narrow';*/
	text-decoration: none;
}

/* SIDEBAR MENU */

.list-group-item {
	/*font-family: 'PT Sans Narrow';*/
}

.list-group-item:hover,
.list-group-item:focus {
	color: #fff;
	background: rgb(223,15,37) /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(223,15,37,1) 0%, rgba(223,15,37,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,15,37,1)), color-stop(100%,rgba(223,15,37,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(223,15,37,1) 0%,rgba(223,15,37,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(223,15,37,1) 0%,rgba(223,15,37,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(223,15,37,1) 0%,rgba(223,15,37,0.6) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(223,15,37,1) 0%,rgba(223,15,37,0.6) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1a00', endColorstr='#f73823',GradientType=0 ); /* IE6-9 */
	border-color: rgb(223,15,37);
	/*font-family: 'PT Sans Narrow';*/
}

span.list-group-item.active,
span.list-group-item.active:hover,
span.list-group-item.active:focus {
	color: #fff;
	background: #DB1224; /* Old browsers */
	background: -moz-linear-gradient(top,  #DB1224 0%, #C5101F 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DB1224), color-stop(100%,#C5101F)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #DB1224 0%,#C5101F 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #DB1224 0%,#C5101F 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #DB1224 0%,#C5101F 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #DB1224 0%,#C5101F 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB1224', endColorstr='#C5101F',GradientType=0 ); /* IE6-9 */
	border-color: #DB1224;
	/*font-family: Proxima Nova Regular;*/
	text-shadow: none;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 15px;
	font-size: 18px;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
	color: #fff;
	background: rgb(223,15,37); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(223,15,37,1) 0%, rgba(222,16,37,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,15,37,1)), color-stop(100%,rgba(222,16,37,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(223,15,37,1) 0%,rgba(222,16,37,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(223,15,37,1) 0%,rgba(222,16,37,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(223,15,37,1) 0%,rgba(222,16,37,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(223,15,37,1) 0%,rgba(222,16,37,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1a00', endColorstr='#ff1a00',GradientType=0 ); /* IE6-9 */
	border-color: rgb(223,15,37);
	text-shadow: none;
	/*font-family: 'PT Sans Narrow';*/
}

/* BUTTON */

.btn-red,
.btn-red:hover,
.btn-red:focus {
	color: #fff;
	background: #DB1224; /* Old browsers */
	background: -moz-linear-gradient(top,  #DB1224 0%, #C5101F 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DB1224), color-stop(100%,#C5101F)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #DB1224 0%,#C5101F 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #DB1224 0%,#C5101F 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #DB1224 0%,#C5101F 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #DB1224 0%,#C5101F 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB1224', endColorstr='#C5101F',GradientType=0 ); /* IE6-9 */
	padding: 6.5px 25px;
	/*font-family: Proxima Nova Regular;
	font-weight: bold;*/
	text-shadow: none;
}

.btn-red-sm,
.btn-red-sm:hover,
.btn-red-sm:focus {
	color: #fff;
	background: #DB1224; /* Old browsers */
	background: -moz-linear-gradient(top,  #DB1224 0%, #C5101F 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DB1224), color-stop(100%,#C5101F)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #DB1224 0%,#C5101F 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #DB1224 0%,#C5101F 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #DB1224 0%,#C5101F 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #DB1224 0%,#C5101F 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB1224', endColorstr='#C5101F',GradientType=0 ); /* IE6-9 */
	padding: 3px 15px;
	/*font-family: Proxima Nova Regular;*/
	text-shadow: none;
}

/* IMAGES WITH CAPTION */

figure {
	width: 100%;
	position: relative;
}

figcaption {
	width: 100%;
	color: #fff;
	background: rgba(223,15,37, 0.75);
	position: absolute;
	bottom: 0px;
}

figcaption h2,
figcaption h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
}

/* FLEXSLIDER */

.flex-caption {
	color: #fff;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	/*width: 42%;*/
	width: 60%;
	position: absolute;
	top: 30%;
	padding-left: 10px;
	/*font-family: Proxima Nova Regular;*/
}

.flex-caption h2, figcaption h2 {
	font-size: 48px;
    color: #fff;
}

.flex-caption p {
	font-size: 16px;
}

/* FOOTER */

#footer {
	color: #fff;
	background: #2e2e2e;
	/*font-family: Proxima Nova Regular;*/
	font-size: 14px;
	height: 50px;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
}

#footer .col-xs-6 {
	
    padding-left: 15px;
}

#footer a,
#footer a:hover,
#footer a:focus {
	color: #fff;
	text-decoration: none;
}

/* TYPOGRAPHY */

a,
a:hover,
a:focus {
	color: #5f5f5f;
	/*font-family: Proxima Nova Regular;*/
	text-decoration: none;
}

#refContainer {
    background-color: #fff;
}

#refContainer h3 {
    color: #555;
}

#refContainer > .col-xs-4{
	margin-bottom: 15px;
}
