
/*
* Orange Color  : hsla(23,100%,53%,1);
*/


/* Add here all your css styles (customizations) */

/* HEADER */


body {
	font-size: 16px;
}

.one-page-header {
	border-bottom: none;
	background: rgba(0,0,0,0.6);
}

body.dark .top-nav-collapse {
	box-shadow: none;
	background: rgba(0,0,0,0.8);
}

.one-page-header .navbar-brand {
	/*padding: 17px 15px 13px;*/
  padding: 0px 15px 13px;
}

body.dark p,
li,
li a {
	color: hsla(0,0%,100%,0.6);
}

a:hover {
  color: hsla(23,100%,53%,1);
  text-decoration: underline;
}




body.dark h2.colorSD {
	color: hsla(23,100%,53%,1);
}

body.dark .heading-sm span {
	/*color: #0F0;*/
	text-transform:uppercase;
}

body.dark .g-block-middle p {
	color: #777;
}

.contacts-section {
	position: relativ;
	background: none;
	margin-top: 120px;
}

.contacts-section .content-lg {
	padding-top: 30px;
	padding-bottom: 50px;
}

.contacts-in li {
	margin: 0px;
}

.contacts-in li i {
	background: none;
}

.contacts-in li:hover i {
	color: hsla(23,100%,53%,1);
}

/* BAND TABS */
.v-tab-content {
	position: relative;
	color: #89848a;
	padding: 80px 0 50px;
}

.v-tab-content .container {
	z-index: 1;
	position: relative;
}

.v-tab-content h2,
.v-tab-content .h2 {
	color: #fff;
}

.v-tab-content a {
	color: #fff;
}

.v-tab-content .nav-tabs {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	border: none;
}

.v-tab-content .nav-tabs > li {
	margin-bottom: 10px;
}

.v-tab-content .nav-tabs a {
	border: none;
	margin: 0;
}

.v-tab-content .nav-tabs a:hover,
.v-tab-content .nav-tabs a:focus {
	/*background: none;*/
	background-color: hsla(0,0%,0%,0.1);
}

.v-tab-content .nav-tabs > li.active > a,
.v-tab-content .nav-tabs > li.active > a:focus,
.v-tab-content .nav-tabs > li.active > a:hover {
	background: hsla(23,100%,53%,1);
	border: none;
	color: #fff;
}

.v-tab-content .g-display-td {
	padding-right: 15px;
}

.v-tab-content .tab-content {
	line-height: 1.4;
}

.v-tab-content h4,
.v-tab-content .h4 {
	color: #fff;
	line-height: 1.4;
}

/* / BAND TABS */


/* TRIO-AGENTUR */
.infoblock-trio {
	display: flex;
}

.infoblock-trio-col {
	width: 33.3%;
}

.infoblock-trio p {
	margin-bottom: 30px;
}

.infoblock-trio-col-1 {
	display: flex;
	flex-direction: column;
}

.infoblock-trio-col-1-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 10%;
	min-height: 506px;
}

.infoblock-trio-col-1-content {
	height: calc(100% - 506px);
	padding: 50px 50px 30px;
	overflow: hidden;
}
@media (max-width: 991px) {

.infoblock-trio-col-1-image {
	min-height: 400px;
	background-position: 50% 20%;
}

.infoblock-trio-col-1-content {
	height: auto;
}

.infoblock-trio-col-1-content .g-block-middle {
	position: static;
	transform: translateY(0);
}
}

.infoblock-trio-col-2 {
	background-color: #FFF;
}

.infoblock-trio-col-2-content {
	padding: 50px 50px 30px;
	height: 100%;
	overflow: hidden;
}

.infoblock-trio-col-3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.infoblock-trio-col-3-content {
	padding: 50px 50px 20px;
	border-bottom: solid 1px #565656;
	background: transparent;
	transition: background .3s;
}

.infoblock-trio-col-3-content:hover {
	background: #414141;
}

.infoblock-trio-col-3 .infoblock-trio-col-3-content:last-child {
	border-bottom: none;
}
 @media (max-width: 991px) {

.infoblock-trio {
	flex-wrap: wrap;
}

.infoblock-trio-col-1 {
	width: 100%;
}

.infoblock-trio-col-2,
 .infoblock-trio-col-3 {
	width: 50%;
}
}
@media (max-width: 768px) {

.infoblock-trio p {
	margin-bottom: 15px;
}

.infoblock-trio-col-1-content,
 .infoblock-trio-col-2-content,
 .infoblock-trio-col-3-content {
	padding: 50px 15px;
}
}
@media (max-width: 650px) {

.infoblock-trio {
	display: block;
}

.infoblock-trio-col {
	width: 100%;
}

.infoblock-trio-col-2-content {
	height: auto;
}

.infoblock-trio-col-2-content .g-block-middle {
	position: static;
	transform: translateY(0);
}
}

/* / TRIO-AGENTUR */



/* INFOBLOCK */

.bandinfoBlock {
	margin-top: 120px;
	background-color:#414141;
}
 @media (max-width: 800px) {

.bandinfoBlock {
	padding-top: 0;
}
}

.bandinfoBlock-content {
	padding: 30px 50px;
}

.bandinfoBlock-content p {
	margin-bottom: 30px;
}
@media (max-width: 768px) {

.bandinfoBlock-content {
	padding: 50px 15px;
}
}

/* / INFOBLOCK */



/* COLLAPS */

  .btn-u:focus,
  /*.btn-u:active,*/
  .btn-u:hover {
	color: #000;
	background-color: hsla(23,100%,53%,1);
}

.btn-u:after {
	font-family: "FontAwesome";
	content: "\Schliessen";
}

/* Icon when the collapsible content is hidden */
  .btn.collapsed:after {
	content: "\Mehr Informationen";
}

.btn.mehrLesen {
	margin-top: 20px;
}

.boxMehrLesen {
	padding-bottom: 15px;
	background-color:#414141;
}

/* / COLLAPS */


/* TABLE - TERMINE */

/*Default Table*/
body.dark .table,
body.dark .table > thead > tr > th,
body.dark .table > tbody > tr > th,
body.dark .table > tfoot > tr > th,
body.dark .table > thead > tr > td,
body.dark .table > tbody > tr > td,
body.dark .table > tfoot > tr > td {
	color: #999;
	background-color: hsla(0,0%,0%,0.1);
	border-color: #303030;
	font-size: 15px;
}

body.dark .table > caption + thead > tr:first-child > th,
body.dark .table > colgroup + thead > tr:first-child > th,
body.dark .table > caption + thead > tr:first-child > td,
body.dark .table > colgroup + thead > tr:first-child > td {
	color: #ccc;
}

body.dark .table > thead:first-child > tr:first-child > th,
body.dark .table > thead:first-child > tr:first-child > td {
	background-color: #414141;
	color: hsla(23,100%,53%,1);
	border-bottom: solid 1px hsla(23,100%,53%,1);
}

body.dark .panel > .panel-body + .table,
body.dark .panel > .panel-body + .table-responsive {
	border-color: #303030;
	background-color: #0F0;
}

/*Table Hover*/
body.dark .table-hover > tbody > tr:hover > td,
body.dark .table-hover > tbody > tr:hover > th {
	background:  hsla(23,100%,53%,1);
	color: #FFF;
}

body.dark .table-hover > tbody > tr:nth-child(2n+1):hover > td,
body.dark .table-hover > tbody > tr:nth-child(2n+1):hover > th {
	background-color: hsla(23,100%,53%,0.9);
	color: #FFF;
}

/*Table Striped*/
body.dark .table-striped > tbody > tr:nth-child(2n+1) > td,
body.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
	background: #202020;
	background-color: hsla(0,0%,0%,0.7);
}

/*Table Bordered*/
body.dark .table-bordered,
body.dark .table-bordered > thead > tr > th,
body.dark .table-bordered > tbody > tr > th,
body.dark .table-bordered > tfoot > tr > th,
body.dark .table-bordered > thead > tr > td,
body.dark .table-bordered > tbody > tr > td,
body.dark .table-bordered > tfoot > tr > td {
	color: #999;
	background: #222;
	border-color: #303030;
}

.tableTime {
	display: block;
}

.tableTime:before {
	font-family: "FontAwesome";
	content: "\f017";
	padding-right: 6px;
}

/* / TABLE - TERMINE */


.prDownload .list-group-item {
	background-color: #414141;
	margin-bottom: 6px;
	border-color: #777;
}

.prDownload .list-group-item i {
	color: hsla(23,100%,53%,1);
}

.prDownload .list-group-item:hover {
	background-color: #151515;
	color: #FFF;
}

.parallaxPresse {
	color: #fff;
	padding: 100px 0;
	position: relative;
	text-align: center;
	background-size: cover;
	margin-top: 80px;
}

.parallaxBB {
	background: #333 url(/imgs/biggerbang/bg_bb.jpg) fixed 50% 0%;
}

.parallaxWS {
	background: #333 url(/imgs/wendrsonn/bg_ws-4.jpg) fixed 50% 0%;
}


.parallaxFME {
	background: #333 url(/imgs/fme/bg-fme-02.jpg) fixed center center;
}



.parallaxGrac {
	background: #333 url(/imgs/grac/bg_grac.jpg) fixed center center;
}

.parallaxMab {
	background: #333 url(/imgs/mab/bg_mab.jpg) fixed center center;
}



.parallaxPresse:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: url(/assets/img/patterns/gridtile.png) repeat;
	background-color: hsla(0,0%,0%,0.7);
}

.parallaxPresse-in {
	z-index: 1;
	position: relative;
}

/*Twitter Block (owl-controls)*/
.parallaxPresse-in ul {
	margin: 0;
}

.parallaxPresse-in li {
	color: #fff;
}

.parallaxPresse-in li p {
	color: #777;
	font-size: 28px;
	font-weight: 200;
}

.parallaxPresse-in li p::before {
	font-family: "FontAwesome";
	content: "\f10e";
	color: #777;
	font-size: 40px;
	padding-right: 16px;
}

.parallaxPresse-in li p::after {
	font-family: "FontAwesome";
	content: "\f10e";
	color: #777;
	font-size: 40px;
	padding-left: 16px;
}

.parallaxPresse-in li a {
	color: hsla(23,100%,53%,1);
	text-decoration: underline;
}

.parallaxPresse-in li a:hover {
	text-decoration: none;
}

.parallaxPresse-in li span {
	color: #ddd;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
}

.parallaxPresse-in .owl-page {
	width: 18px;
}

.team-v3 .team-hover .team-social-v3 i:hover {
	color: #FFF;
	background: hsla(23,100%,53%,1);
}

.team-v3 .team-hover .team-social-v3 i {
	color: hsla(23,100%,53%,1);
	background-color: #FFF;
	width: 40px;
	height: 40px;
	padding: 9px;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	border: 1px solid hsla(23,100%,53%,1);
}

.boxImpressum {
	padding-top: 120px;
	padding-bottom: 30px;
}

.btnImpress:hover {
	background-color: hsla(23,100%,53%,1);
	color: #FFF;
}

.btn.btnImpress:after {
	content: " ";
}


.releaseBoxDark {
	background-color: #414141; 
	padding: 12px; 
	margin-bottom: 1px;
}

.releaseBoxDark:hover {
	background: #000;
}

.releaseBoxMiddle {
 border-right: solid 1px #565656; 
 border-left: solid 1px #565656;
 }

.colReleaseBox {
	padding-right: 0;
}


.agenturinfoBlock {
	margin-top: 60px;
	padding: 30px;
	/*background-color: #414141;*/
	background-color: #FFF;
}

body.dark .agenturinfoBlock p {
	color: #777;
}


.agenturinfoBlock2 {
	margin-top: 120px;
	margin-bottom: 120px;
	padding-left: 30px;
	/*background-color: #414141;*/
	background-color: #000;
}


body.dark .agenturinfoBlock2 p {
	color: #777;
}





.bandinfoBlock {
	margin-top: 0px;
}



 @media(min-width: 992px) {

.one-page-header.navbar {
	padding: 26px 0 15px;
	-webkit-transition: background .3s ease-in-out, padding .3s ease-in-out;
	-moz-transition: background .3s ease-in-out, padding .3s ease-in-out;
	transition: background .3s ease-in-out, padding .3s ease-in-out;
}
}



