/* um die probleme mit scroll aus dem Weg zu räumen */
html {
  scroll-behavior: smooth;
}
/* um die probleme mit toTop aus dem Weg zu räumen */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  font-weight: 700;
  font-family: "Barlow Condensed", Arial, Tahoma, sans-serif;
  border: none;
  outline: none;
  background-color: #e6331ba0;
  color: white;
  cursor: pointer;
  margin: 0px;
  padding: 10px;
  border-radius: 0px;
}
#myBtn:hover, #myBtn:active {
  background-color: #e6331b;
}

h5, h6 {
	font-family: "Barlow Condensed", Arial, Tahoma, sans-serif;
}

/* zoom-box macht Blitzer!? warum auch immer */
#line_up .zoom_box {
	max-width: 95%
}
/* zoom-box macht Blitzer!? warum auch immer */
#gallery .zoom_box {
	max-width: 95%;
}

#events a {
	color: #ffffff;
}

#events a:hover {
	color: #e6331b;
	text-decoration: none;
}

#news a:hover {
	color: #e6331b;
	text-decoration: none;
}
#news a {
	color: #ffffff;
}

#shop a {
	color: #ffffff;
}

#shop a:hover {
	color: #e6331b;
	text-decoration: none;
}

#shop .image_wrapper {
	margin-bottom: 15px;
}

#shop .column_button {
	margin-bottom: 10px;
}

#shop .column_button {
	margin-bottom: 10px;
}

#video a {
	color: #ffffff;
}

#video a:hover {
	color: #e6331b;
	text-decoration: none;
}

#video2 a {
	color: #ffffff;
}

#video2 a:hover {
	color: #e6331b;
	text-decoration: none;
}

#gallery a {
	color: #ffffff;
}

#gallery a:hover {
	color: #e6331b;
	text-decoration: none;
}

#audio a {
	color: #ffffff;
}

#audio a:hover {
	color: #e6331b;
	text-decoration: none;
}

#Footer a {
	color: #ffffff;
}

#Footer a:hover {
	color: #e6331b;
	text-decoration: none;
}

#footer_typo1 {
	font-size: 16px;
	font-family: "Barlow Condensed", Arial, Tahoma, sans-serif;
}

@media only screen and (max-width: 767px) {
	#footer_typo1 {
		display:none;
	}
}




/*audioplayer start*/
/*audio:hover, audio:focus, audio:active */
audio:hover, audio:active {
	-webkit-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
	-moz-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
	box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

audio {
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	transition:all 0.5s linear;
	-moz-box-shadow: 2px 2px 4px 0px #e6331ba0;
	-webkit-box-shadow:  2px 2px 4px 0px #e6331ba0;
	box-shadow: 2px 2px 4px 0px #e6331ba0;
	border-width: 1px;
	border-style: solid;
	border-color: #e6331ba0 #e6331ba0 #e6331ba0 #e6331ba0;
	border: none;

/*	-moz-border-radius:7px 7px 7px 7px ;*/
/*	-webkit-border-radius:7px 7px 7px 7px ;*/
/*	border-radius:7px 7px 7px 7px ;*/
}
/*audioplayer end*/

#audio img {
	-moz-box-shadow: 3px 3px5px 0px #e6331ba0;
	-webkit-box-shadow:  3px 3px 5px 0px #e6331ba0;
	box-shadow: 3px 3px 5px 0px #e6331ba0;
}











@media only screen and (min-width: 768px) {
	.button-flat a.button:after, .button-flat a.tp-button:after, .button-flat button:after, .button-flat input[type="submit"]:after, .button-flat input[type="reset"]:after, .button-flat input[type="button"]:after {
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
		background: rgba(0, 0, 0, .4);
	}

	#events .post-photo-wrapper {
		width:50%;
	}

	#events .post-desc-wrapper {
		width:50%;
	}

	#events .author-date {
		color: #a0a0a0;
		font-family: "Barlow", Arial, Tahoma, sans-serif;
	}

	#events .post-excerpt {
		margin-bottom: 15px;
		color: #ffffff;
	}

	#events .post-footer {
		padding: 0px;
		margin-bottom: 15px;
		color: #ffffff;
	}

	#news .post-photo-wrapper {
		width:50%;
	}

	#news .post-desc-wrapper {
		width:50%;
	}

	#news .author-date {
		color: #a0a0a0;
		font-family: "Barlow", Arial, Tahoma, sans-serif;
	}

	#news .post-excerpt {
		margin-bottom: 15px;
		color: #ffffff;
	}

	#news .post-footer {
		padding: 0px;
		margin-bottom: 15px;
		color: #ffffff;
	}
}

@media only screen and (max-width: 767px) {
	#events .post-photo-wrapper {
		width:100%;
		padding-top: 1px;
	}
	#news .post-photo-wrapper {
		width:100%;
		padding-top: 1px;
	}
	#media .column_button {
		padding: 1% 0;
	}
}

#impressum h2, h3, h4, h5, h6, p {
	color: #ffffff;
}

#impressum p {
	font-size: 14px;
	line-height: 20px;
}

#impressum a {
	color: #ffffff;
}

#impressum a, a:visited, a:focus {
	text-decoration: none;
	outline: 0;
}

#impressum a:hover {
	color: #e6331b;
}

#datenschutz h2, h3, h4, h5, h6, p, li {
	color: #ffffff;
}

#datenschutz h6 {
	color: #e69a8f;
}

#datenschutz p, li {
	font-size: 12px;
	line-height: 16px;
}

/*erst mal quick and dirty*/
.my_cd_wrap {
	border-left: 3px solid #202020;
	border-right: 3px solid #202020;
}


ul.cd_tracklist {
	margin-left: 0;
	line-height: 20px;
	color: #ffffff;
}

ul.cd_tracklist li {
	margin-bottom: 20px;
	margin-bottom: 5px;
	position: relative;
	list-style: none;
	padding-left: 50px;
	padding-left: 10px;
	margin-left: 0;
}

ul.audio_tracklist {
	margin-left: 0;
	margin-bottom:0px;
	line-height: 20px;
	color: #ffffff;
}

ul.audio_tracklist li {
	margin-bottom: 20px;
	margin-bottom: 5px;
	position: relative;
	list-style: none;
	padding-left: 50px;
	padding-left: 10px;
	margin-left: 0;
}



p.button .button_label {
	display: block;
	padding: 11px 20px;
	line-height:30px;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1239px) {
	p.button .button_label {
		display: block;
		padding: 11px 20px;
		line-height:26px;
		text-align: center;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	p.button .button_label {
		display: block;
		padding: 11px 20px;
		line-height:23px;
		text-align: center;
	}
}

@media only screen and (max-width: 479px) {
	p.button .button_label {
		display: block;
		padding: 11px 20px;
		line-height:19px;
		text-align: center;
	}
}



#Header_wrapper, #Intro {
	background-color: #202020;
}

#menu>ul>li>a, a.action_button, #overlay-menu ul li a {
	font-size: 20px;
}

.sticky-tb-color #Top_bar.is-sticky {
	background-color: #15011b;
	background-color: #000050;
	background-color: #202020dd;
}

#Top_bar .menu>li>a span:not(.description) {
	display: block;
	line-height: 60px;
/*	padding: 0 20px;*/
	padding: 0 18px;
	white-space: nowrap;
	border-right-width: 1px;
	border-style: solid;
}

/* slider_pagination erst mal raus? */
.slider_pagination {
	display:none;
}


.slider_pagination a {
	background: rgba(0, 0, 0, .15);
	background: #e6331b80; /*50%*/
}


.slider_pagination a:hover {
	background: #e6331bc0; /*75%*/
}

.slider_pagination a:active {
	background: #ffffff; 
}

.menu .icon-deezer::before {
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
}
.menu .icon-apple-music::before {
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
}

.menu .icon-spotify::before {
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
}

.menu .icon-instagram::before {
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
}

.menu .icon-facebook::before {
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
}

.menu .icon-youtube::before {
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
}

#events .icon-link:before {
	margin-left: 0px;
}

#audio .icon-deezer::before {
	margin-left: 0px;
}
#audio .icon-apple-music::before {
	margin-left: 0px;
}

#audio .icon-spotify::before {
	margin-left: 0px;
}

.pp_gallery {
	display: block;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000;
}

div.pp_default .pp_description {
	font-family: Barlow Condensed;
	font-weight: 500;
	font-style: italic;
	color: #999;
	font-size: 14px;
	left: 110px;
	line-height: 25px;
	position: absolute;
	top: 5px;
	margin: 0;
	padding: 0 0 0 10px;
}

div.pp_default .pp_nav .currentTextHolder {
	font-family: Barlow Condensed;
	font-style: italic;
	color: #999;
	font-size: 14px;
	left: 75px;
	line-height: 25px;
	position: absolute;
	top: 2px;
	margin: 0;
	padding: 0 0 0 10px;
}

#about2 .pp_content {
	width: 600px;
}

#sc_gallery-1 .image_wrapper {
	margin: 2%;
}

.jp-interface {
	background-color: #e6331b80;
}

.my_video_1 {
	width: 100%;
}


@media only screen and (max-width: 1239px) {

	#Top_bar a.responsive-menu-toggle {
/*		top: 28px;*/
		top:50px;
	}

	#Top_bar.is-sticky a.responsive-menu-toggle {
/*		top: 28px;*/
		top: 12px;
	}

}

@media only screen and (max-width: 767px) {

	#Top_bar {
		background-color: #202020dd !important;
	}

div.pp_default .pp_description {
	font-family: Barlow Condensed;
	font-weight: 500;
	font-style: italic;
	color: #999;
	font-size: 14px;
	left: 10px;
	line-height: 25px;
	position: absolute;
	top: 5px;
	margin: 0;
	padding: 0 0 0 10px;
}




}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	#Content .gallery:not(.gallery-columns-1) .gallery-item:nth-child(2n+1) {
/*		clear: both;*/
		clear: none;
	}

	#Content .gallery:not(.gallery-columns-1) .gallery-item {
		width: 33.33%;
		clear: none
	}
}

@media only screen and (max-width: 767px) {
	.zoom_box {
		position: relative;
		line-height: 0;
		overflow: hidden;
		display: inline-block;
		max-width: 100%;
		margin-bottom: 20px;
	/*	padding-bottom: 20px;*/
	}
}