/* import core EDITH styles | Basis-EDITH-Stylesheets einbinden */
@import url(edith/base_edith.css);

html {
  height: 100%;
}

body {
  min-height: 100%;
  position: relative;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Signika', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color:#465156;
}

h1 {
  font-family: 'Monda', Arial, Helvetica, sans-serif;
  color: #957a32;
  font-size: 42px;
  margin-bottom: 30px;
  margin-top:0;
  font-weight: normal;
}

h2 {
  font-size: 24px;
  text-transform:uppercase;
}

h3 {
  font-size: 20px;
  font-weight: 400;
}

h4 {
  font-weight: 400;
}

h5 {
  font-size:16px;
  font-weight: 600;
  color:#000000;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
  color:#465156 !important;
}

#slider-wrapper h2 a,
#slider-wrapper h3 a,
#slider-wrapper h4 a,
#slider-wrapper h5 a  {
  color:#314c59 !important;
}

#content-main ul,
#content-main ol {
	padding-top: 10px;
}

#content-main li {
	margin-bottom: 10px;
}

a {
    color:#957a32;
    text-decoration: none;
}
a:hover, a:focus {
    color: #7b6529;
    text-decoration: underline;
}

.btn {
	border-radius: 0px !important;
	text-shadow: 0 -1px 0px #4b4b4b;
	text-transform:uppercase;
	font-family: 'Signika', Arial, Helvetica, sans-serif;
  	font-weight: 600;
}

.btn-default, .pollsubmit  {
    background-color: #314c59;
    border-color: #314c59;
    color: #fff;
}

.pollsubmit  {
	border-radius: 0px !important;
	border:0px;
	text-shadow: 0 -1px 0px #4b4b4b;
	text-transform:uppercase;
	font-family: 'Signika', Arial, Helvetica, sans-serif;
  	font-weight: 600;
    background-color: #314c59;
    border-color: #314c59;
    color: #fff;
	display: inline-block;
    font-size: 14px;
	line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default,
.pollsubmit:hover, .pollsubmit:focus   {
    background-color: #263f4b;
    border-color: #263f4b;
    color: #fff;
}

.form-control {
	border-color: #B4B4B4;
	border-radius: 0;
	color: #496f81;
	font-family: 'Signika', Arial, Helvetica, sans-serif;
	font-weight: 400;
	width: 100%;
	display: inline-block;
}

.form-control:focus {
	box-shadow: none;
	border-color: #314c59;
	color: #314c59;
}

.pagination {
	border-radius: 0;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #314c59;
	border-color: #314c59;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
	color: #314c59;
}

/* ANPASSUNG des Bootstraplayouts aufgrund der Gr��en der Bannerzonen */
@media (min-width: 768px) {
/* Abstand zwischen den Spalten verringern */
#content-main-main {
	padding-right: 0px;
}
#content-main-right {
    padding-right: 0px;
}
}
@media( min-width: 1200px ){
.container {
	width: 1170px;
    padding-left: 0px;
    padding-right: 0px;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}

#content-listen .row,
#content-main-main .row,
#content-main-right .row {
    margin-left: -15px;
    margin-right: -15px;
}

/* Abstand zwischen den Spalten verringern */
#content-main-main {
	padding-left: 0px;
	padding-right: 15px;
}
#content-main-right {
	padding-left: 0px;
    padding-right: 0px;
}
#header-wrapper #header-top .row > div:first-child {
	padding-left:0;
}
#header-wrapper #header-top .row > div:last-child {
	padding-right:0;
}
#header-wrapper .navbar .row > div {
	padding:0;
}
}
@media( min-width: 1300px ){
.container {
	width: 1200px;
}
}


/* HEADER */
#header-wrapper #header-top {
	background: #314c59;
	padding: 5px 0;
	color: white;
	border-bottom:1px solid #7e7e7e;
}

/* MEN� & LOGO */
.navbar {
    margin-bottom: 0px;
}

/* Brand */
#header-wrapper .navbar-brand {
    float: none;
    height: auto;
    line-height: 0;
    position: absolute;
    top: 0;
	left: 0;
	margin:0;
	padding: 0;
	z-index: 3;
}
@media( max-width: 1200px ){
#header-wrapper .navbar-brand {
	padding: 0 15px;
}
#header-wrapper .navbar-brand img{
	width:160px;
	height:auto;
}
}

@media( max-width: 991px ){
#header-wrapper .navbar-brand img{
	width:200px;
	height:auto;
}
}
@media( max-width: 767px ){
#header-wrapper .navbar-brand {
	display: inline-block;
	position:relative;
	top:auto;
	left:auto;
	padding: 10px 0;
}
#header-wrapper .navbar-brand img{
	width:120px;
	height:auto;
}
}


/* Toggle Button*/

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus  {
    background-color: #4c6470;
	border-color: #4c6470;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle.collapsed {
    background-color: #957a32;
	border-color: #957a32;
	margin-right: 0;
	margin-top: 20px;
}


/* Navbar */
#header-wrapper .navbar-default {
	border-radius: 0px;
	background:white;
	border:0;
}

#header-wrapper .navbar-default .navbar-collapse {
	padding:0;
	max-height: none;
	font-family: 'Signika', Arial, Helvetica, sans-serif;
  	font-weight: 300;
	border-top: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #4c6470;
	text-transform:uppercase;
	font-size:20px;
}
.navbar-nav > li > a {
    padding-bottom: 20px;
    padding-top: 40px;
}

@media( max-width: 1200px ){
.nav > li > a {
	padding:10px;
	padding-bottom: 20px;
    padding-top: 40px;
}
.navbar-default .navbar-nav > li > a {
	font-size:18px;
}
}
@media( max-width: 991px ){
	.nav > li > a {
		padding:5px;
		padding-bottom: 20px;
		padding-top: 40px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size:16px;
	}
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #957a32;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #957a32;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #957a32;
}

/*
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
*/
.dropdown-menu {
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    font-size: 18px;
    margin: 2px 0 0;
    min-width: 180px;
    padding: 0;
}
.dropdown-menu li {
	border-top:1px solid #B4B4B4;
}

.dropdown-menu > li > a {
    color: #4c6470;
    padding: 3px 20px;
	white-space: pre-line;
	outline:none;
	font-weight:300;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li:hover > a {
    background-color: #fff;
    color: #957a32;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #fff;
    color: #957a32;
}

/* Level 3 */
.dropdown-menu-lvl3 {
  position: absolute;
  top: -1px;
  left: 100%;
  z-index: 1000;
  display: none;
  float: left;
  background-color: #fff;
  border: 0px;
  border-left:1px solid #B4B4B4;
  border-radius: 0px;
  font-size: 18px;
  min-width: 180px;
  padding: 0;
  list-style: none;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu-lvl3 li {
	border-top:1px solid #B4B4B4;
}

.dropdown-menu li:hover .dropdown-menu-lvl3 {
    display: block;
}

.dropdown-menu-lvl3 > li > a {
    color: #4c6470;
    padding: 3px 20px;
	clear: both;
    display: block;
    font-weight:300;
    line-height: 1.42857;
    white-space: nowrap;
}

.dropdown-menu-lvl3 > li > a:hover,
.dropdown-menu-lvl3 > li > a:focus {
    background-color: #fff;
    color: #957a32;
	text-decoration:none;
}

.dropdown-menu-lvl3 > .active > a,
.dropdown-menu-lvl3 > .active > a:hover,
.dropdown-menu-lvl3 > .active > a:focus {
    background-color: #fff;
    color: #957a32;
	text-decoration:none;
}

.dropdown.active > .dropdown-menu,
.dropdown.active > .dropdown-menu-lvl3 {
	display: none;
}

.dropdown.active.expanded-active > .dropdown-menu,
.dropdown.active.expanded-active > .dropdown-menu-lvl3,
.dropdown.active.expanded:hover > .dropdown-menu,
.dropdown.active.expanded:hover > .dropdown-menu-lvl3,
.expanded > .dropdown-menu,
.expanded > .dropdown-menu-lvl3 {
	display: block;
}


@media (max-width: 991px) {

		.navbar-default .navbar-nav > li {
			border-bottom:0px solid #B4B4B4;
		}

		.navbar-default .navbar-nav > .active > a,
		.navbar-default .navbar-nav > .active > a:hover,
		.navbar-default .navbar-nav > .active > a:focus {
    		background-color: transparent;
			font-weight:600;
		}

		.dropdown-menu > li {
			border-bottom:1px solid #B4B4B4;
			border-top:0px;
		}
		.dropdown-menu-lvl3 > li {
			border-top:1px solid #B4B4B4;
			border-bottom:0px;
		}

		.navbar-nav .expanded .dropdown-menu,
		.navbar-nav .expanded .dropdown-menu-lvl3 {
    		background-color: transparent;
    		border: 0 none;
    		box-shadow: none;
    		float: none;
    		margin-top: 0;
    		position: static;
    		width: auto;
		}

		.open > .dropdown-menu {
   			display: none;
		}
		.dropdown-menu li:hover .dropdown-menu-lvl3 {
    		display: none;
		}

		.expanded > .dropdown-menu,
		.expanded > .dropdown-menu-lvl3  {
    		display: block !important;
		}

		.dropdown-menu,
		.dropdown-menu-lvl3 {
			font-size:16px;
		}

		/* Level 2 */

		/* Pfeile rechts neben den Men�punkten der 2. Ebene */
		.dropdown-menu .dropdown>a:after{
    		display:block;
    		content:" ";
    		float:right;
    		width:0;
    		height:0;
			margin: 10px 0 0;
			border: 5px solid #B4B4B4;
			border-right-color:  transparent;
			border-bottom-color: transparent;
			border-left-color:   transparent;
		}
		.dropdown-menu .dropdown.expanded>a:after{
			border: 5px solid #4c6470;
			border-right-color:  transparent;
			border-bottom-color: transparent;
			border-left-color:   transparent;
		}
		.dropdown-menu .dropdown.active>a:after{
			border: 5px solid #957a32;
			border-right-color:  transparent;
			border-bottom-color: transparent;
			border-left-color:   transparent;
		}


		.navbar-default .navbar-nav .open .dropdown-menu > li > a,
		.navbar-default .navbar-nav .expanded .dropdown-menu > li > a  {
				color: #4c6470;
				padding: 10px 15px 10px 25px;
				line-height:20px;
		}

		.navbar-default .navbar-nav .expanded .dropdown-menu > li > a:hover,
		.navbar-default .navbar-nav .expanded .dropdown-menu > li > a:focus {
				color: #957a32;
				background-color: transparent;
		}

		.navbar-default .navbar-nav .expanded .dropdown-menu > .active > a,
		.navbar-default .navbar-nav .expanded .dropdown-menu > .active > a:hover,
		.navbar-default .navbar-nav .expanded .dropdown-menu > .active > a:focus {
				color: #957a32;
				background-color: transparent;
				font-weight:600;
		}


		/* Level 3 */

		.navbar-default .navbar-nav .expanded .dropdown-menu-lvl3 > li > a {
				color: #4c6470;
				padding: 10px 15px 10px 45px;
				line-height:20px;
		}

		.navbar-default .navbar-nav .expanded .dropdown-menu-lvl3 > li > a:hover,
		.navbar-default .navbar-nav .expanded .dropdown-menu-lvl3 > li > a:focus {
				color: #957a32;
				background-color: transparent;
		}

		.navbar-default .navbar-nav .expanded .dropdown-menu-lvl3 > .active > a,
		.navbar-default .navbar-nav .expanded .dropdown-menu-lvl3 > .active > a:hover,
		.navbar-default .navbar-nav .expanded .dropdown-menu-lvl3 > .active > a:focus {
				color: #957a32;
				background-color:  transparent;
				font-weight:600;
		}


		.navbar-nav {
			margin-left:0px;
			margin-right:0px;
		}
		.navbar-nav > li > a {
    		line-height: 20px;
    		padding-bottom: 10px;
    		padding-top: 10px;
		}
}

@media (min-width: 768px) and (max-width: 991px) {
.navbar-nav {
    margin-top:50px;
}
}

#slider-wrapper {
background: transparent url("..//Images/header_bg.jpg") no-repeat scroll center center;
background-size: cover;
}

/* Bootstrap Carousel */
#slider-wrapper #slider-main {
	position:relative;
}
#slider-wrapper #slider-main > img {
	width:100%;
	height:auto;
}
#content-slider {
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#content-slider div {
	height:100%;
}
#content-slider .container {
	position:relative;
}
#content-slider .container > div {
	height: auto;
	width:auto;
	position:absolute;
	left:35%;
	top:25%;
}
#slider-wrapper #content-slider .carousel-inner .item .container {
	width:auto;
}

/* Directionnav */
#slider-wrapper .carousel-control.left,
#slider-wrapper .carousel-control.right {
   background: none;
}
#slider-wrapper .carousel-control {
    color: rgba(0, 0, 0, 0.8);
    opacity: 0.7;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
	width: 30px;
	height:40px;
	top:46%;
	left: -30px;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
#slider-wrapper .carousel-control.right {
	right:-30px;
	left:inherit;
}
#content-slider:hover .carousel-control {
	left: 0;
}
#content-slider:hover .carousel-control.right {
	right:0;
	left:inherit;
}
.carousel-control .glyphicon {
	font-family: "flexslider-icon";
	line-height:1;
	font-size: 40px;
	margin:0;
	width: 30px;
	height:40px;
	left: 0;
	top:0;
}
#slider-wrapper .carousel-control .glyphicon-chevron-left::before {
    content: '\f001';
}
#slider-wrapper .carousel-control .glyphicon-chevron-right::before {
    content: '\f002';
}

#slider-wrapper a.carousel-control:hover {
    opacity: 1;
}

/* Controlnav */
#slider-wrapper .carousel-indicators {
    bottom: 15px;
	margin-bottom:0;
}
#slider-wrapper .carousel-indicators .active {
    background: #957a32;
    border: 2px solid #957a32;
    height: 11px;
    margin: 0;
    width: 11px;
}
#slider-wrapper .carousel li {
    display: inline-block;
    margin: 0 2px !important;
}
#slider-wrapper .carousel-indicators li {
    background: white;
	border: 2px solid #4b4b4b;
    border-radius: 20px;
    cursor: pointer;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}
#slider-wrapper .carousel-indicators li:hover {
	background: #4c6470; background: rgba(0,0,0,0.7);
}
#slider-wrapper .carousel-indicators li.active:hover {
	background: #ff7318;
}

/* Allgemeine Angaben f�r den Inhalt der Slider */
.flexslider .slider_content_wrapper {
	position:absolute;
	left:35%;
	top:25%;
}
#content-slider h2,
.flexslider .slider_content_wrapper .header-slider-title {
  font-size: 42px;
  text-transform: none;
  color:#314c59;
  font-family: 'Monda', Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 1px #fff;
  margin-top:0px;
}
#content-slider .container > div,
.flexslider .slider_content_wrapper .header-slider-description {
	font-size: 30px;
	text-transform: none;
  	color:#957a32;
  	font-family: 'Monda', Arial, Helvetica, sans-serif;
  	text-shadow: 1px 1px 1px #fff;
}

/* Anpassung f�r kleinere Aufl�sungen */
@media( max-width: 1200px ){
#content-slider .container > div,
.flexslider .slider_content_wrapper {
	top:19%;
}
#content-slider h2,
.flexslider .slider_content_wrapper .header-slider-title {
 	font-size: 36px;
}
#content-slider .container > div,
.flexslider .slider_content_wrapper .header-slider-description {
	font-size: 24px;
}
}

@media( max-width: 991px ){
#content-slider .container > div,
.flexslider .slider_content_wrapper {
	top:20%;
}
#content-slider h2,
.flexslider .slider_content_wrapper .header-slider-title{
  font-size: 24px;
}
#content-slider .container > div,
.flexslider .slider_content_wrapper .header-slider-description {
	font-size: 18px;
}

}

@media( max-width: 767px ){
#content-slider .container > div,
.flexslider .slider_content_wrapper {
	top:15%;
}
#content-slider h2,
.flexslider .slider_content_wrapper .header-slider-title {
  font-size: 20px;
}
#content-slider .container > div,
.flexslider .slider_content_wrapper .header-slider-description {
	font-size: 16px;
}
#content-slider .carousel-control,
.flex-direction-nav { display:none;}
}

@media( max-width: 500px ){
#content-slider .container > div,
.flexslider .slider_content_wrapper {
	top:10%;
	left:40%;
}
#content-slider h2,
.flexslider .slider_content_wrapper .header-slider-title {
  font-size: 14px;
}
#content-slider .container > div p,
.flexslider .slider_content_wrapper .header-slider-description {
	display:none;
}

#slider-wrapper #slider-main > img,
.flexslider .slides .slider_image_wrapper img { /*height:150px; width: auto; opacity:0.7;*/}

}

@media( max-width: 350px ){
#content-slider .container > div,
.flexslider .slider_content_wrapper {
	top:5%;
	left:40%;
}
}

/* SLIDER- OVERLAY */
#slider-overlay {
	position:absolute;
	left:35%;
	top:75%;
	width: 65%;
	font-family: 'Signika', Arial, Helvetica, sans-serif;
  	font-weight: 400;
	z-index:200;
	font-size:20px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
	color:#010101;
	line-height:1;
}
#slider-overlay .csc-textpic.csc-textpic-intext-left-nowrap .csc-textpic-image {
	float:left
}
#slider-overlay .csc-textpic.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	margin-right: 1em;
}
#slider-overlay .csc-textpic.csc-textpic-intext-left-nowrap-145 .csc-textpic-text {
    margin-left: 145px;
}
@media( max-width: 991px ){
#slider-overlay {
	top:70%;
	font-size:16px;
}
}
@media (max-width: 767px) {
#slider-overlay {
	display:none;
}
}


/* BANNER - SKYSCRAPER */
#skyscraper {
	position: fixed;
	right: 0;
	top:20%;
	z-index:99;
	text-align:right;
}
#skyscraper img {
	width:100%;
}
#skyscraper h5 {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	color:#51545e;
	text-transform:uppercase;
	padding-right: 30px;
}
#permacontent h5 {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	color:#51545e;
	text-transform:uppercase;
}
@media( max-width: 1400px ){
#skyscraper img {
	width:80%;
	height:auto;
}
}

@media( max-width: 1100px ){
#skyscraper img {
	width:60%;
	height:auto;
}
}

#main-top-wrapper {
	padding-top:15px;
	padding-bottom:15px;
}


/* LISTENNOW */
#listen-wrapper {
	background:#314c59;
	color: white;
}
@media( min-width: 1400px ){
#listen-wrapper {
	position: absolute;
	left: 20px;
	top:250px;
	z-index:99;
	-webkit-box-shadow: 0 0 3px 2px #666666;
	box-shadow: 0 0 3px 2px #666666;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#listen-wrapper .container {
	width:270px;
}
#listen-wrapper #content-listen .row  {
    margin-left: 0px;
    margin-right: 0px;
}

#now_playing,
#choose_player {
	padding:20px;
}
#listen-wrapper > #content-listen > .row > div > .col-md-4 {
    width: 100.00%;
}
}

#now_playing,
#choose_player {
	padding:10px 15px;
}
#now_playing {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
  	color:#fff;
	text-shadow: 0 -1px 1px #000;
}
#now_playing span {
	font-weight:bold;
}
#listen_now {
	padding:0;
	background: #4c6470;
}
#listen_now_title {
	padding:0 0 0 10px;
	text-align: center;
	font-family: 'Monda', Arial, Helvetica, sans-serif;
	font-size:30px;
}
#listen_now_title span{
	float:left;
	padding-top: 30px
}
#listen_now_image {
	background:#957a32;
	padding:20px 0 20px 0;
	text-align: center;
}
#choose_player {
	color:#98aab3;
	font-weight:bold;
}
#choose_player a:focus,
#choose_player a:hover,
#choose_player a:active {
	text-decoration: none;
}
#choose_player img {
	padding-right:5px;
	width:auto;
}
@media( max-width: 1400px ){
#listen_now,
#listen_now_image {
	background: #314c59;
}
#listen_now_title {
}
#listen_now_title span{
	float:none;
	display:block;
	padding-top: 20px;
	font-size:20px;
}
#listen_now_image {
	text-align:left;
	padding: 10px 0;
}
#listen_now_image img {
	width:50px;
	height:auto;
}
}

/* EXTERNAL LISTENNOW */
#external-listen-wrapper {
	color: white;
	padding: 15px 0;
}
#external-listen {
	background:#314c59;
	-webkit-box-shadow: 0 0 3px 2px #666666;
	box-shadow: 0 0 3px 2px #666666;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#external-listen-wrapper #content-listen .row  {
    margin-left: 0px;
    margin-right: 0px;
}
#external-listen-wrapper #listen_now,
#external-listen-wrapper #listen_now_image {
	background: #4c6470;
}
#external-listen-wrapper #listen_now_title {
	padding: 0;
}
#external-listen-wrapper #listen_now_title span {
	float: none;
	padding-top: 25px;
	display: block;
}
#external-listen-wrapper #listen_now_image {
	text-align:center;
	background: #957a32;
}
#external-listen-wrapper #listen_now_image img {
	width: 60px;
	height: auto;
}

/* SUCHE  */
#searchbox {
	margin-bottom: 10px;
	z-index: 100;
	position: relative;
}
#searchbox .form-control {
	background:#e9edef;
	border:0px;
	border-radius:0px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
	color:#957a32;
	text-shadow: 1px 1px 1px #fff;
	font-family: 'Signika', Arial, Helvetica, sans-serif;
  	font-weight: 400;
	width:100%;
	display: inline-block;
}
#searchbox ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #957a32;
}
#searchbox :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #957a32;
	opacity: 1;
}
#searchbox ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #957a32;
	opacity: 1;
}
#searchbox :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #957a32;
}
#searchbox button {
	width:35px;
	height:34px;
	background:#957a32;
	border:0px;
	border-radius:0px;
	color:white;
	font-size:18px;
	line-height:18px;
	padding: 7px 10px 6px 10px;
	margin-left:5px;
}


/* BREADCRUMB */
#breadcrumb {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
	padding: 7px 15px 7px 0;
}
#breadcrumb a {
    color: #b1b1b2;
}
#breadcrumb li.active {
    color: #51545e;
}


/* TABS */
.nav-tabs {
	border-bottom: 0px;
	background: #957a32;
	padding-top:0px!important;
}
.nav-tabs > li {
	margin-bottom:0px!important;
}
.nav-tabs > li > a {
	font-family: 'Signika', Arial, Helvetica, sans-serif;
 	font-weight: 600;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
    border: 0px;
    border-radius: 0 0 0 0;
	border-right: 3px solid white;
    line-height: 1.42857;
    margin-right: 0px;
	padding: 3px 20px;
	outline:none;
}
.nav-tabs > li.active:first-child a {
	padding-left:0px;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #b39f69;
    text-decoration: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
		color:#51545e;
		cursor: default;
		background-color: #fff;
		border: 0px;
}
tabbable. {
	margin-bottom: 10px;
}
.tab-content {
	border-bottom: 1px solid #a6a6a6;
	padding:10px 20px 10px 0 ;
}

@media (max-width: 767px) {
.nav-tabs > li {
    float: none;
	border-bottom:3px solid white;
}
.nav-tabs > li.active:first-child a {
	padding-left:20px;
}
.nav-tabs > li > a {
	border-right: 0px
}
}

/* ACCORDION */
.panel-group .panel {
    border-radius: 0px;
}

.panel-default > .panel-heading {
    background-color: #E9EDEF;
    border-color: #ddd;
	border-radius: 0px;
	padding:0;
}

.panel-title > a {
	display:block;
	padding: 10px 15px;
	outline:none;
	text-shadow: 1px 1px 1px #fff;
}

/* MAIN */
#main-wrapper {
	margin-bottom:20px;
}
#main-bottom-wrapper {
	margin-bottom:20px;
}
#main-bottom-wrapper DIV.csc-default {
	overflow:hidden;
}

.jcarousel-skin-tango .jcarousel-container { background: transparent; border:0; padding:0; width:100% !important;}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
	background: none;
	font-family: "flexslider-icon";
    font-size: 40px;
    height: 40px;
    left: -30px;
    line-height: 1;
    width: 25px;
	color: rgba(0, 0, 0, 0.8);
    opacity: 0.7;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal::before {
    content: '\f001';
}
.jcarousel-skin-tango .jcarousel-container-horizontal:hover .jcarousel-prev-horizontal {
	left:0;
}
.jcarousel-skin-tango .jcarousel-container-horizontal .jcarousel-prev-horizontal:hover {
	opacity: 1;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
	background: none;
	font-family: "flexslider-icon";
    font-size: 40px;
    height: 40px;
    right: -30px;
    line-height: 1;
    width: 25px;
	color: rgba(0, 0, 0, 0.8);
    opacity: 0.7;
}
.jcarousel-skin-tango .jcarousel-next-horizontal::before {
	content: '\f002';
}
.jcarousel-skin-tango .jcarousel-container-horizontal:hover .jcarousel-next-horizontal {
	right:0;
}
.jcarousel-skin-tango .jcarousel-container-horizontal .jcarousel-next-horizontal:hover {
	opacity: 1;
}

@media( max-width: 991px ){
.jcarousel-skin-tango .jcarousel-prev-horizontal { left:0; }
.jcarousel-skin-tango .jcarousel-next-horizontal { right:0; }
}

.jcarousel-skin-tango .jcarousel-clip-horizontal,
.jcarousel-skin-tango .jcarousel-clip-horizontal .jcarousel-list,
.jcarousel-skin-tango .jcarousel-clip-horizontal .jcarousel-list .caption-wrapper {overflow:visible !important; }


.jcarousel-skin-tango a { text-decoration:none;}
.jcarousel-skin-tango .caption-top, .jcarousel-skin-tango .caption-bottom {
		background: transparent;
		color: #333;
		margin:-12px 0 !important;
		font-size:14px !important;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active { opacity: 0.4; cursor: default;}
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 0px;
}

/* FOOTER */
#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	color:white;
	background:#314C59;
	border-top: 1px solid #7e7e7e;
	position: relative;
}
#footer ul {
	margin:0;
	padding:0;
    list-style-type: none;
	list-style:none;
}


#footer a {
	color: white;
	text-decoration:underline;
}

#footer ul li a {
	text-decoration: none;
}
#footer ul li.active a {
	font-weight:bold;
}

#footer .list-group-item {
	background:#314C59;
	padding:0;
}
#footer .list-group-item a {
	color: white;
	display:block;
	text-decoration:none;
	padding: 10px 15px;
}

#footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color:white;
	margin-top:0;
}
@media (max-width: 991px){
#footer ul.footer-nav {
	margin-top: 20px;
}
}



/* Erg�nzung Bootstrap*/
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}


/* Bildunterschrift */
.csc-textpic-image .csc-textpic-caption {
    color: white;
	font-family: 'Signika', Arial, Helvetica, sans-serif;
  	font-weight: 400;
    font-size: 16px ;
    margin-top: 0.25em;
	padding: 2px 10px;
	background-color: #957A32;
	text-transform:uppercase;
}

/* Use default caption in panel groups/accordions */
/* mostly for BERADINO series */
.panel-group .csc-textpic-image .csc-textpic-caption {
	color: #A9A9A9;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	padding: 0;
	background-color: transparent;
	text-transform: none;
}

/* Umfrage */
.tx-jkpoll-pi1 .tx_jkpoll_pi1_answer_horizontal {
    margin-bottom: 0px;
}

.tx-jkpoll-pi1 .tx_jkpoll_pi1_image {
    float: right;
    padding-left: 10px;
}

/* Audio player */
#audio-2,
#audio-ie,
#choose_player {
	display: none;
}

/* Autoscout24 */
.as24-vehicle-list .media-inner {
	border: 1px solid #c7c7c7;
}
.as24-vehicle-list .media-heading {
	font-family: 'Signika', Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #465156;
	background: #e9edef;
	border-bottom: 1px solid #d5d6d7;
	margin-bottom: 0;
	padding: 10px;
	line-height: 1;
}
.as24-vehicle-list .media-heading a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.as24-vehicle-list-item-heading-shortdata-wrapper {
	display: block;
	margin-top: 3px;
}
.as24-vehicle-list-item-heading-shortdata {
	border-right: 1px solid #c7c7c7;
	/*padding-left: 5px;*/
	padding-right: 5px;
	margin-right: 5px;
}
.as24-vehicle-list-item-heading-shortdata:first-child {
	padding-left: 0;
}
.as24-vehicle-list-item-heading-shortdata:last-child {
	border-right: 0;
	padding-right: 0;
}
.as24-vehicle-list .media {
	margin-bottom: 20px;
}

.as24-vehicle-list .media-body {
	padding: 10px;
}
.as24-vehicle-list .media-body ul {
	margin: 0;
	padding-top: 0 !important;
	padding-left: 20px;
	color: #465156;
	line-height: 1;
	font-size: 12px;
}
.as24-vehicle-list .media-body ul li {
	margin-bottom: 5px !important;
}
.as24-vehicle-list .as24-vehicle-list-item-price {
	font-size: 20px;
	font-family: 'Signika', Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #957a32;
	margin-top: 10px;
	text-align: right;
}
.as24-vehicle-list .as24-vehicle-list-item-more {
	padding-top: 0;
}
@media (min-width: 768px) {
	.as24-vehicle-list .as24-vehicle-list-item-more {
		padding-top: 10px;
	}

	.as24-vehicle-list .media-body ul {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	#header-wrapper .navbar-brand {
		margin-top: 72px;
	}
}

@media (min-width: 1200px) {
	#header-wrapper .navbar-brand {
		margin-top: 44px;
	}
}

/* formhandler form */
.Tx-Formhandler [id^=Tx_Formhandler_UploadedFiles_] > .row {
	margin-left: -15px;
	margin-right: -15px;
}

.Tx-Formhandler .list-group-item .row {
	margin-left: -15px;
	margin-right: -15px;
}

.Tx-Formhandler .total-uploads > a {
	display: none;
}

.Tx-Formhandler [id^=Tx_Formhandler_UploadedFiles_] .panel-heading {
	padding: 10px 15px;
}

.Tx-Formhandler [id^=Tx_Formhandler_UploadedFiles_] .list-group > .list-group-item {
	margin-bottom: -1px !important;
}

.news .article .news-text-wrap .table-responsive {
	float: none;
}