@charset "utf-8";
/* CSS Document */

body {
	background: #000;
	color: #ccc;
}

/* main content */

.head-info {
	margin-left: 10px;
}

h1.head-font {
    font-size: 22px;
    font-weight: bold;
    text-shadow: 0.3em 0.3em 2px #222;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}

#slider .carousel-control {
/*	display:none; */
}

video#liveH {
    height: 180px;
    width: auto;
    z-index: -100;
}

video#BG {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background-size:cover;
	position: fixed;
	z-index: -100;
}

.carousel-inner .Thumbs, .carousel-inner img {
    width: 80% !important;
}

.info-text {
    position: absolute;
    top: 70px;
    left: 80%;
	color: #aaa;
}

#bg {
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100%;
	background: 50% 0% no-repeat fixed;
	background-size:cover;
}

a {
/*    color: #d89f6c !important; */
    color: #ffc390 !important;
}
a:hover {
    color: #fff;
	background-color: #333;
	text-decoration: none;
}

.nav {
/*  background: none;   */
	
	background-color: #111;
}

.hiden {display:none}

.center {
	text-align: center;
	margin: 0 auto 0;
}

img#multipic {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

#f1, #f2, #f3 {
	width: 80%;
}

#navigation {
	z-index: 99 !important;
	position: relative;
}

/*  blk Windows  */

.blk-content {
	padding:15px;
	/* box-shadow:0 0 5px rgba(0,0,0,0.05); */
    background-color: #111;
	color: #fff;
	opacity: 0.9;
	-moz-box-shadow:5px 5px 6px #292929; /* Firefox */
	-webkit-box-shadow:5px 5px 6px #292929; /* Chrome, Safari */
	-khtml-box-shadow:5px 5px 6px #292929; /* Konqueror */
	box-shadow:5px 5px 6px #292929; /* CSS3 */
	margin: 0px 0px 30px;
}

.blk-row {
	padding-top:20px;
	padding-bottom:25px;
}

.blk-inner {
	padding:25px 0;
}

.home .blk .blk-content {
	overflow: hidden;
	height:400px;
}

.blk.blk-prev img {
	float:left;
	margin:0 10px 0px 0;
	max-height: 65px;
    max-width: 65px;
    min-width: 20px;
    min-height: 20px;
	border:0px solid #eee;
}

.blk-videos {
}

/* Termine Edit */

.c-dark {
	color: #222;
}

/* -------------------- */

#header {
	padding:10px 0;
    width: 100%;
}

#header .nav {
	display:block;
	margin:30px 0 0;
	padding:0 15px;
	text-align:left;
}
#header .nav li {
	display: inline-block;
    float: none;
    margin:0 2px 0 0;
}
#header .nav li > a {
	padding:0 15px;
    border-radius: 0;
    text-transform: uppercase;
    font-size:15px;
    font-weight:700;
    line-height:45px;
    background:transparent;
}

#header .nav li.active > a {
	color:#f96 !important;
	background:#555 !important;
}

#header .nav li.nl {
	float:right;
}

.carousel-indicators li:hover,
#header .nav li > a:hover, 
#header .nav li.open > a, 
#header .nav li.nl a:hover {
/*    background: #ffc390  none repeat scroll 0 0; */
	color: #f96 !important;
}



#header .dropdown-menu {
    border-radius:0;
    border:0;
    box-shadow:none;
    padding:0;
/*    
    min-width:200px;
	margin:0;
	background:transparent; */
}
#header .dropdown-menu > li {
	display: block;
	margin:0;
}
#header .dropdown-menu > li > a {
    font-size: 13px;
    margin: 1px 0 0;
	}
	
/*	
#header .dropdown-menuX > li.active > a {
	color:#22aa33;
}
#header .dropdown-menu > li > a:hover {
	background:rgba(255, 255, 255, 1);
}
*/

.dropdown-menu a {
    background-color: #333!important;
}
.dropdown-menu a:hover {
}

#navigation .socials .fa-youtube {
    background: #c00 none repeat scroll 0 0;
	width: 30px;
	height: 30px;
    line-height: 30px;
	border-radius: 30px;
}
#navigation .socials .fa-facebook {
    background: #036 none repeat scroll 0 0;
	width: 30px;
	height: 30px;
    line-height: 30px;
	border-radius: 30px;
}
#navigation .socials .fa-google {
    background: #c00;
	width: 30px;
	height: 30px;
    line-height: 30px;
	border-radius: 30px;
}
#navigation .socials .fa-twitter {
    background:#FFF;
	color:#09F;
	width: 30px;
	height: 30px;
    line-height: 30px;
	border-radius: 30px;
}
#navigation .socials .fa-instagram {
    border-radius: 10px;
    padding: 0 7px;
	background: -moz-linear-gradient(45deg, #00f, #a8ffa8, #f00);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00f), color-stop(100%,#f00));  
	background: -webkit-linear-gradient(45deg, #00f, #a8ffa8, #f00); 
	background: -o-linear-gradient(, #00f, #a8ffa8, #f00); 
	background: -ms-linear-gradient(, #00f, #a8ffa8, #f00); 
	background: linear-gradient(to bottom, #00f, #a8ffa8, #f00); 
    height: 30px;
    line-height: 30px;}

#header .nav .socials {
	float:right;
	margin-top: -7px;
}
#header .nav .socials a {
	display:inline-block;
	margin:7px 0 0 2px;
	padding: 0;
	width: 30px;
	height: 30px;
    line-height: 30px;
	border-radius: 30px;
	text-align: center;
}

#header .nav .socials a:last-child {
	margin-right:2px;
}
#header .nav .socials a .ico {
	font-size: 1.1em;
}	
#header .nav .socials a:hover {
    color: #fff !important;
}
#header a {
    color: #ffffe5 !important;
}
#header .nav .active a:hover {
    color: #ccc!important;
}

.ico.zoom {
    cursor: pointer;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
}
.ico.zoom:hover {
    transform: scale(1.2);
}

.text-vertical .item.include:hover {
    height: 100% !important;
/*    width: 110%; */
    z-index: 10000;
}


/*  Videos  */

.fx-color:hover {
	background-color:rgba(241,118,3, 1);
	margin: 0 -7px;
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.fx-color-img {
	position:relative;
	display: block;
}

.fx-color-img .fx-color-plate,
.fx-color-img .fx-color-ico,
.fx-color-img .ico-video {
	opacity:0;
	position: absolute;
	background-color:rgba(241,118,3, 0.4);
    top:30px; right:30px; bottom:30px; left:30px;
    margin: auto;
  	z-index: 1;
  	text-align: center;
}
.fx-color-img .fx-color-ico,
.fx-color-img .ico-video {
	width:40px;
	height:40px;
	line-height:40px;
	background-color:rgba(241,118,3, 1);
	border-radius:40px;
}
.fx-color-img .ico-video {
	opacity:1;
	background-color:rgba(0,0,0, 0.5);
}
.fx-color-img:hover .fx-color-plate,
.fx-color-img.hover .fx-color-plate,
.fx-color-img:hover .fx-color-ico,
.fx-color-img.hover .fx-color-ico {
	opacity:1;
    top:0; right:0; bottom:0; left:0;
}

.fx-color-img:hover .fx-color-ico {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flipping;
          animation-name: flipping;
}

.fx-color-img .fx-color-ico .ico,
.fx-color-img .ico-video .ico {
	vertical-align: middle;
	color:#fff;
	font-size: 1.25em;
}
.fx-color-img .ico-video .ico {
	margin-left:5px;
}

.fx-color-blk {
	position:relative;
	display: block;
	z-index:1;
}
.fx-color-blk .fx-color-plate {
	opacity:0;
	position: absolute;
	background-color:rgba(241,118,3, 1);
    top:30px; right:30px; bottom:30px; left:30px;
    margin: 0;
  	z-index: -1;
}
.fx-color-blk:hover .fx-color-plate {
	opacity:1;
    top:-7px; right:-7px; bottom:-7px; left:-7px;
}

.transition, a, .btn, .nav {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.btn-contact {
    color: #111;
}
.btn-contact:hover {
    color: #111;
    background: #ffc390;
}

.contact.maintext {
	margin-bottom: 20px;
}

/* -------------------- */

#footer {
	margin:0 0 30px;
}
#footer,
#footer a {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ccc;
}
#footer a,
#footer span {
	color:#666;
}

#footer .links {
	margin:0;
}
#footer .links li {
	margin:0 0 0 9px;
	padding:0 0 0 9px;
	border-left:1px solid #aaa;
}
#footer .links li:first-child {
	margin:0;
	padding:0;
	border:0;
}

#footer .copy {
	float:right;
}

/* ----------- */

/* main content */

#slider .carousel-control {
	display:inline !important;
}

#slider .carousel,
#slider .item,
#slider .link {
	height:max-content;
}

#slider .item {
	background:#eee url('') 50% no-repeat;
	background-size:cover;
}

#slider .link {
	display:block;
}

.solo .carousel-control, 
.solo .carousel-indicators {
/*	display:none; */
}

#slider .carousel-indicators {
    bottom: auto;
    left: auto;
	padding-right: 15px;
    margin: 0;
    right: -30px;
    top: -20px;
	width: auto;
}

#slider .carousel-indicators li {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    border-color: transparent;
    border-radius: 0;
    height: 5px !important;
    margin: 0 !important;
    width: 10px !important;
}

#slider .carousel-indicators li.active {
	background:rgba(255,255,255,0.9);
}

#slider .carousel-dates:hover {
    color: #fc9 !important;
}

#slider .carousel-dates {
	padding: 2px 15px 0px 50px;
	text-align: right;
}

#slider .carousel-caption {
	display:block;
	padding:10px 15px;
    bottom: 5px;
    left: auto;
    right: 0;
    width:auto;
	text-align:right;
    position: relative;
    text-align: left;
	text-shadow: none;
	margin-top: 0px;
/*	text-transform: uppercase; */
	color:#fff;
}
#slider .carousel-caption .head-font {
	margin:0;
	font-size:22px;
	font-weight: bold;
}

#slider a.carousel-caption .h4:hover {
    color: #f96 !important;
}

#werbung-slide-r {
    left: 950px;
    position: absolute;
    top: 100px;
	}

.carousel.c-fade .item {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.carousel.c-fade .active.left,
.carousel.c-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.c-fade .next,
.carousel.c-fade .prev {
  left: 0;
  z-index: 1;
}
.carousel.c-fade .carousel-control {
  z-index: 3;
}

#slider {
	z-index: 1 !important;
}

#slider .carousel-control {
/*	top:auto; */
	padding-top: 4px;
	width:30px;
	height:30px;
	text-shadow: none;
	background:none;
	opacity:1;
	background:#222;
    padding: 1px 1px 1px !important;
	z-index: 10000;
	margin-top: 5px;
}
#slider .carousel-control:hover {
/*	background:rgba(0,0,0,0.95); */
}
#slider .carousel-control.left {
	left: auto;
    right: 30px;
    margin-right:2px;
}
#slider .carousel-control .ico {
	color:#000;
}
#slider .carousel-control:hover .ico {
	color:#fff;
}

/* .carousel-caption:hover */
.carousel-control.left:hover,
.carousel-control.right:hover
{
    background: #d60 none repeat scroll 0 0 !important;
    color: #000 !important;
}

.carousel-text .carousel-caption {
    background: #000 !important;
}
.carousel-indicators .active {
    background-color: #f90 !important;
}
.carousel-inner .item {
    overflow: hidden;
/*
    position: relative;
*/
    background-color: #000 !important;
	padding: 5px 0px 30px;
}
.carousel-inner .head-font {
	color: #ccc;
	padding: 5px 0px;
}

.carousel-text .item {
	overflow: hidden;
}
.carousel-text .item:hover {
    height: 100% !important;
    z-index: 10000;
}

/* Slider content */
.imagetext {
	font-size: 20px;
	color: #ccc;
	text-shadow: none;
	padding: 0px 0px 0px;
	margin-left: 10px;
}

.infotext {
	color: #ccc;
	text-shadow: none;
	padding: 0px 0px 0px;
	margin-left: 10px;
}
.orange {
	color: #fd9 !important;
}


/* Gallery  */

.gv_panel {
    width: 885px !important;
    height: 400px !important;
	margin-top: 20px !important;
}

.gv_panelWrap {
	background: #000 !important;
	width: 900px !important;
    height: 400px !important;
}

.gv_panel img {
    height: auto !important;
}
.gv_gallery {
    margin-top: -40px;
	width: 900px !important;
}
.gv_galleryWrap {
    width: 910px !important;
	background: #000;
}

#INP_EDIT {
}

#TEXTHEADER {
	margin-top: 45px;
}
	
#TEXTAREA {
    margin-top: 20px;
}

#SUBMIT_EDIT {
    margin-left: 170px;
    margin-top: -25px;
}
#RESTORE {
    margin-left: 290px;
    margin-top: -26px;
}

#werbung-r {
	position: absolute;
	left: 900px;
	top: 10px;
}

/* Main */

#GUITAR {
    left: 15px;
    position: absolute;
    top: 128px;
    width: 250px;
}
#BASS {
    left: 300px;
    position: absolute;
    top: 280px;
    width: 278px;
}
#DRUMS {
    left: 610px;
    position: absolute;
    top: 100px;
    width: 210px;
}


.ico {
	margin-top: 6px;
}

.head-font {
    color: #ddd;
}

.copy {
    color: #ccc !important;
}


.row {
    margin-top: 30px;
}


.blk.blk-service img {
    float: left;
    margin: 0 10px 0 0;
	}



.werbung.blk-content {
}

.title {
    color: #eee;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 26px;
    text-align: center;
/*    background-color: #200; */
	padding: 5px 10px 5px;
}

.subtitle {
	color: #ffc390;
	text-shadow: 0.1em 0.1em #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    text-align: left;
    opacity: 0.7;
}

.text {
    color: #ccc;
}
.location {
    color: #ccc;
    margin-bottom: 10px;
}
.date {
    margin-top: 8px !important;
}

.concerttitle {
    font-size: 22px;
    padding-left: 10px;
	margin-top: 30px;
}
.ensemble {
    font-size: 16px;
    left: 100px;
    position: absolute;
	font-weight: bold;
}
.event {
    font-size: 16px;
	position:relative;
  	padding:15px;
	font-weight: bold;
}
.datum {
    font-size: 16px;
	position:absolute;
	left: 10px;
}
.action {
    font-size: 16px;
	position: absolute;
	left: 155px;
	font-weight: bold;
}
.ort {
    font-size: 16px;
    left: 400px;
    position: absolute;
}
.ensemble {
	position:absolute;
	left: 130px;
}
.ensemble a {
    color: #a55;
    font-weight: inherit;
}

.headline {
    font-weight: bold;
}


/* desktop large */
@media (min-width: 1200px){

}

/* desktop */
@media (min-width: 992px){

}

/* desktop small */
@media (min-width: 992px) and (max-width: 1199px){

.carousel-inner {
    height: max-content;
}

#slider {
    height: max-content;
}

#slider .carousel,
#slider .item,
#slider .link {
height:max-content;
}


#f1, #f2, #f3 {
	width: 80%;
}

#header .nav {
    margin: 10px 0 0;
}
#header .nav li {
    margin: 0px -20px 0 0;
	font-family: Arial;
}

#werbung-slide-r {
	display:none;
	}
	
.gv_panel img {
    width: 95% !important;
}

#slider .caroussel-dates {
}

#GUITAR {
    left: 20px;
    position: absolute;
    top: 130px;
    width: 270px;
}
#BASS {
    left: 305px;
    position: absolute;
    top: 270px;
    width: 269px;
}
#DRUMS {
    left: 590px;
    position: absolute;
    top: 120px;
    width: 210px;
}

	.title {
		font-size:24px !important;
		text-align: center;
	}
	.title h1 {
		font-size: 55px;
	}

	.concerttitle {
		font-size: 20px;
		padding-left: 10px;
	}
	.ensemble {
		font-size: 16px;
	}
	.ort {
		font-size: 16px;
		left: 350px;
	}
	.datum {
		font-size: 16px;
	}
	.action {
		font-size: 16px;
		left: 140px;
	}
}


/* tablet */
@media (min-width: 768px) and (max-width: 991px){

	.carousel-inner {
		height: max-content;
	}
	#slider {
		height: max-content;
	}
	#slider .carousel,
	#slider .item,
	#slider .link {
	height:max-content;
	}
	

#header .nav {
    margin: 10px 0 0;
}
#header .nav li {
    margin: 0px -20px 0 0;
	font-family: Arial;
}

#werbung-slide-r {
	display:none;
	}

img.banner {
	width: 98%;
}
	
#slider .caroussel-dates {
	font-size: 12px;
}

.gv_panel {
    width: 750px !important;
    height: 320px !important;
}

.gv_gallery {
    width: 680px !important;
    height: 340px !important;
	}

.gv_thumbnail {
}

.gv_panel img {
    width: 75% !important;
}

.gv_panelWrap {
    width: 680px !important;
    height: 295px !important;
	}

#GUITAR {
    left: 20px;
    position: absolute;
    top: 180px;
    width: 190px;
}
#BASS {
    left: 223px;
    position: absolute;
    top: 160px;
    width: 210px;
}
#DRUMS {
    left: 450px;
    position: absolute;
    top: 135px;
    width: 150px;
}

	body.modal-open {
		margin-right:0;
	}
	
	.title {
		font-size:22px !important;
		text-align: center;
	}
	.title h1 {
		font-size: 45px;
	}
	.title h2 {
		font-size: 22px;
	}
	.title h3 {
		font-size: 20px;
	}
	.concerttitle {
		font-size: 18px;
		padding-left: 10px;
	}
	.ensemble {
		font-size: 14px;
		padding-top: 2px;
	}
	.ort {
		font-size: 12px;
		left: 310px;
		padding-top: 3px;
	}
	.datum {
		font-size: 14px;
		padding-top: 3px;
	}
	.action {
		font-size: 14px;
		left: 130px;
		padding-top: 2px;
	}	
	#header .nav li > a {
		background: transparent none repeat scroll 0 0;
		border-radius: 0;
		color: #333;
		font-size: 12px;
		font-weight: 700;
		line-height: 45px;
		padding: 0 15px;
		text-transform: uppercase;
	}	
	
	.blk.blk-news .title {
		margin-bottom:4px;
	}
	.blk.blk-news img {
		display:none;
	}
}


/* phone */
@media (max-width: 767px){

.title img {
	width: 90%;
}
img.banner {
	width: 100%;
}

#f1, #f2, #f3 {
	width: 100%;
}

#slider .carousel-indicators {
	display: none !important;
}
#slider .carousel-control {
	display:inline !important;
}

#slider .carousel,
#slider .item,
#slider .link {
height:max-content;
}

	
	
#dropdown {
	display:none !important;
	}

#werbung-slide-r {
	display:none;
	}

#slider .caroussel-dates {
    padding-left: 37px;
}

.gv_gallery {
    width: 605px !important;
    height: 320px !important;
	}

.gv_panelWrap {
    width: 605px !important;
    height: 275px !important;
	}

.gv_panel img {
    width: 60% !important;
}

.img-responsive {
	width:100%;
}

#GUITAR {
    left: 18px;
    position: absolute;
    top: 190px;
    width: 30%;
}
#BASS {
    left: 35%;
    position: absolute;
    top: 195px;
    width: 33%;
}
#DRUMS {
    left: 70%;
    position: absolute;
    top: 180px;
    width: 26%;
}
	body.modal-open {
		margin-right:0;
	}
	
	.menu-toggle {
		position:absolute;
		z-index:9;
		padding: 4px 9px 7px 8px;
		color: #333 !important;
		background:rgba(210,210,210,0.9);
		box-shadow:0 0 5px rgba(0,0,0,0.1);
	}

	.title {
		font-size:18px !important;
		text-align: center !important;
	}
	.title h1 {
		font-size: 35px;
	}
	.title h2 {
		font-size: 20px;
	}
	.title h3 {
		font-size: 18px;
	}
	.concerttitle {
		font-size: 16px;
	}

	.event {
		padding-top: 30px;
	}
	.ensemble {
		font-size: 12px;
	}
	.datum {
		font-size: 12px;
	}
	.action {
		font-size: 12px;
		left: 100px;
	}
	.ort {
		font-size: 12px;
		left: 260px;
	}
	
	#header {
		padding:15px 0;
	}
	#logo {
		margin-right:45px;
		padding:0;
	}
	#header .nav {
		margin-top:15px;
		margin-bottom: 5%;
		padding:7.5px;
	}
	#header .nav > li {
		margin:0;
		padding: 7.5px;
    	width: 80%;
	}
	#header .nav > li > a {
		padding:7.5px 0;
		line-height: 1;
/*		color:#333 !important;  */
		background:none !important;
		font-size: 1em;
	}

#navigation .socials .fa-youtube,
#navigation .socials .fa-facebook,
#navigation .socials .fa-google,
#navigation .socials .fa-twitter {
    background: none;
}
	#header .nav .socials {
    	float:none;
    	margin-left:-10px;
/*    	width:66%;  */
	}
	#header .nav .socials a {
		line-height: 1;
		display: inline-block;
	}
	
	#header .dropdown-menu {
		float:right;
		left: auto;
    	right: 0;
    	margin-right:7.5px;
    	min-width:0;
	}
	
/*
	.carousel-inner {
		height: 340px;
	}
	#slider {
		height: 370px;
	}
*/

	#slider .carousel-caption {
		margin-top: -5px;
	}
	#slider .carousel-caption .head-font {
		font-size:20px;
	}
	#slider .carousel-indicators {
		padding: 10px 15px 10px;
	}
	#slider .carousel-indicators li {
		width:7px !important;
		height:7px !important;
	}

	.article-single .bg-image {
		position:static;
		height:200px;
	}
	.article-single .blk-content {
		float:none;
		margin-top: 0px;
		margin-bottom: 68px;
	}
	
	.home .blk .blk-content {
		height:auto;
	}
	
	#footer .copy {
		float:none;
		display:block;
	}
}
