/*		STYLESHEET - MAIN

Site:								Daniel Stelter Relaunch 2015
									Wordpress Theme
Start:								15.04.2015
Datum letzte Änderung:				
Created by:							Sven Claussen

Colours:												

------------------------------------------------- */
/* Reset */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 15px;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, nav.main ul li a {
    text-rendering: optimizeLegibility;
}

body {
	line-height:  1.5;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	width: 100%;
	-moz-overflow: y-scroll;
	background: #313758;
}
a:focus {
	outline: none;
}
/* =============================================================
   MOBILE FIRST
================================================================ */
/* =============================================================
   LAYOUT
================================================================ */
body {
	background: #d6d4d0;
	background: #313758;
	font-family: "proxima-nova",sans-serif;
}
footer {
	background:  url(_assets/_img/bg-footer-right.png) 100% 100% no-repeat,
	url(_assets/_img/bg-footer-left.png) 0 100% no-repeat #313758;
	color: #d6d4d0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.content {
  background: #d6d4d0;
  position: absolute;
  z-index: 990;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 	all 0.25s ease;
  -moz-transition: 		all 0.25s ease;
  -o-transition: 		all 0.25s ease;
  -ms-transition: 		all 0.25s ease;
  transition: 			all 0.25s ease; 
}
.downloads .sidebar h2 {
	clear: both;
	padding-top: 2rem;
}
/* =============================================================
   HOME
================================================================ */
.heading {
	position: relative;
	margin: 50px 0;
}
.heading aside {
	color: #d6d4d0;
	display: inline-block;
	background: #313758;
	position: absolute;
	padding: 8px 7px 6px 7px;
	font-size: 11px;
	line-height: 1;
	vertical-align: baseline;
	font-weight: 400;
  	font-family: "proxima-nova",sans-serif;
	left: 30px;
	top: -13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.trenner {
	width: 100px;
	border-bottom: 3px solid #b3192d;
	margin-bottom: -15px;
}
.column article{
	margin: 1rem 0;
}
.termine article {
	padding: 1.5rem 0;
}
#keyVisual div {
	height: 340px;
	margin-top: 0;
	background: url(_assets/_img/bg-header-sm.jpg) 0 100% no-repeat;
	background-size: cover;
}
aside.white {
	height: 1px;
	background: #fff;
}
/* =============================================================
   DETAIL
================================================================ */

.page .inhalt,
.single .inhalt,
.archive .inhalt {
	padding-top: 80px;
}
.page h2,
.single h2,
.archive h2  {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 2.25rem;
	line-height: 2.75rem;
	font-weight: 400;
	padding-bottom: 1.25rem;
	margin: 1rem 0 1.5rem 0;
	background: url(_assets/_img/bg-underline-fff.png) 0 100% no-repeat;
	background: url(_assets/_img/bg-underline-fff.svg) 0 100% no-repeat;
	background-size: 100px 3px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h2 a,
h2 a:hover {
	color: #fff;
	text-decoration: none;
}
.page h3,
.single h3  {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.75rem;
	line-height: 2.5rem;
	font-weight: 400;
	padding-bottom: 1.25rem;
	margin: 1.5rem 0 1.5rem 0;
	background: url(_assets/_img/bg-underline-red.png) 0 100% no-repeat;
	background: url(_assets/_img/bg-underline-red.svg) 0 100% no-repeat;
	background-size: 100px 3px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page h5,
.single h5 {
	color: #333;
	font-weight: 700;
	font-size: 1.0625rem;
	margin-bottom: 1.5rem;
	line-height: 1.33;
}
.page p, 
.single p,
.archive p {
	margin-bottom: 1rem;	
	font-family: "proxima-nova",sans-serif;
}
.home h5,
.live h5,
.live p {
	margin-bottom: 0;
}
blockquote {
	width: 50%;
	float: left;
	font-size: 1.4rem;
	line-height: 1.33;
	font-weight: 300;
	padding: 10px 20px 10px 0;
	margin: 10px 10px 10px 0;
	border-bottom: 2px solid #b3192d;
	border-top: 2px solid #b3192d;
}
.page hr,
.single hr {
	margin-top: 2rem;
	margin-bottom: 1rem;
	opacity: .6;
}
.live a.venueLink {
	margin-top:.5rem;
	display: inline-block;
  	font-family: "proxima-nova",sans-serif;
	letter-spacing: 0;
	color: #888;
	/*border: 1px solid #555;*/
	/*padding: 10px;*/	
	font-size: 1rem;
	padding: 0 .5rem;
	margin-left: .5rem;
	border-radius: 2px;
	text-decoration: none;
}
.live a.venueLink:before {
	font-family: 'FontAwesome';
  	content:"\f138";
  padding-right: .33rem;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.about .mainContent span.trenner {
	width: 100%;
	display: block;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
p strong {
	font-weight: 600;
	color: #333;
}
.news article {
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}

/* =============================================================
   NAVIGATION
================================================================ */
nav {
  position: absolute;
  top: 0;
  left: 0;
  background: #313758;
  z-index: 0;
  width: 250px;
}
.mobHeader {
	display: inline-block;
	height: 60px;
	position: relative;
	background: rgba(124,124,124,1.00);
}
.showMenu .content {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
	-webkit-transform: translate(250px,0);
	-moz-transform: translate(250px,0);
	-ms-transform: translate(250px,0);
	-o-transform: translate(250px,0 );
	transform: translate(250px,0);
	position: fixed;
}
#menu-hauptmenue {
	margin: 25px 15px 1rem 0;
}
#menu-hauptmenue li {
}
#menu-hauptmenue li a {	
  	font-family: "proxima-nova",sans-serif;
	color: #d6d4d0;
	display: block;
	text-align: right;
	text-transform: uppercase;
	padding: .2rem 0;
  font-weight: 400;
  letter-spacing: 1px;	
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#menu-hauptmenue li a:hover {
	text-decoration: none;
}

/*SUBMENU*/
#menu-hauptmenue li ul {
	margin-bottom: 10px;
}
#menu-hauptmenue li ul li {
	opacity: .7;
	padding-right: .5rem;
}
#menu-hauptmenue li ul li a {
	font-size: .9133rem;
	text-transform: none;
}

.divider {
	height: 3px;
	border-right: 100px solid #d6d4d0;
	margin: 0 15px 1.5rem 0;
}
#menu-footermenue {
}
#menu-footermenue li {
	text-transform: uppercase;
	line-height: 2rem;
}
#menu-footermenue li a {
	text-decoration: none;
	display: block;
	color: #d6d4d0;
	font-weight: 400;
	letter-spacing: 1px;	
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#menu-footermenue li.current-menu-item a,
#menu-hauptmenue li.current-menu-item a,
.archive #menu-hauptmenue li.projekte a {
	color: #b3192d;
	cursor: default;
}
li.fb a span,
li.yt a span,
li.insta a span,
li.spotify a span
 {
	 position: absolute;
	 top: -9999rem;
	 left: -9999rem;
}
#menu-socialmenue li {
	text-align: right;
	line-height: 2rem;
	padding-right: 15px;
}
#menu-socialmenue-1 li {
	text-align: right;
	line-height: 2rem;
	padding-right: 0;
}
#menu-socialmenue li a,
#menu-socialmenue-1 a {
	line-height: 2rem;
	width: 100%;
	color: #fff;
	opacity: .2;	
}
#menu-socialmenue li a:before,
#menu-socialmenue-1 li a:before {
	font-family: 'FontAwesome';	
	font-size: 2rem;
    text-rendering: optimizeLegibility;	
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#menu-socialmenue li.yt a:before,
#menu-socialmenue-1 li.yt a:before {
	content:"\f166";
}
#menu-socialmenue li.fb a:before,
#menu-socialmenue-1 li.fb a:before {
	content:"\f082";
}
#menu-socialmenue li.insta a:before,
#menu-socialmenue-1 li.insta a:before {
	content:"\f16d";
}
#menu-socialmenue li.spotify a:before,
#menu-socialmenue-1 li.spotify a:before {
	content:"\f1bc";
}
/* =============================================================
   SPONSORING
================================================================ */
ul#sponsoring {
	text-align: center;
	width: 300px;
	margin: 1rem auto;
}
ul#sponsoring li {
	border: 1px solid rgba(255,255,255,.3);
	width: 50%;
	max-width: 250px;
	padding: 1rem 0;
	margin: .5rem 0;
	display: inline-block;
}
ul#sponsoring li a {
	display: inline-block;
	text-indent: -9999em;
}
ul#sponsoring li a.fender {
	width: 90px;
	height: 34px;
	background: url(_assets/_img/fender.png) 0 0 no-repeat;
	background-size: contain;
	opacity: .3;
}
ul#sponsoring li a.fender {
	width: 90px;
	height: 34px;
	background: url(_assets/_img/fender.png) 0 0 no-repeat;
	background-size: contain;
	opacity: .3;
}
ul#sponsoring li a.lakewood {
	width: 88px;
	height: 23px;
	background: url(_assets/_img/lakewood.png) 0 0 no-repeat;
	background-size: contain;
	opacity: .45;
}
ul#sponsoring li a.hanika {
	width: 89px;
	height: 22px;
	background: url(_assets/_img/hanika.png) 0 0 no-repeat;
	background-size: contain;
	opacity: .3;
}
ul#sponsoring li a.hofner {
	width: 57px;
	height: 30px;
	background: url(_assets/_img/hofner.png) 0 0 no-repeat;
	background-size: contain;
	opacity: .3;
}
/* =============================================================
   TYPO
================================================================ */
#keyVisual h1, h3 {
  font-family: "proxima-nova",sans-serif;
  text-transform: uppercase; 
 }
#keyVisual h1 {
	position: absolute;
	right: 15px;
	top: 20px;
	color: #000;
	font-size: 1.75rem;
	letter-spacing: 1px;
	font-weight: 400;	
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#keyVisual h3 {
	position: absolute;
	right: 15px;
	top: 55px;
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1rem;
	margin: 0;
	background: none;	
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.heading h2 {
	display: block;
	font-weight: 300;
  	font-family: "proxima-nova",sans-serif;
	color: #fff;
	padding: 15px;
	margin: 0 30px -30px 30px;
	position: relative;
	top: -40px;	
	background: #d6d4d0;
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	line-height: 1.33;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.column article p,
.termine article p {
	color: #555;	
  	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
}
.termine article p {
	margin-top: .5rem;
}
.column article h5,
.termine article h5 {
	color: #555;	
  	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	font-size: 0.857rem;
	position: relative;
}
.column article h5:before,
.termine  article h5:before {	
  font-family: 'FontAwesome';
  color: #b3192d;
  content:"\f101";
  padding-right: .5rem;
}
.termine article h5 span {
	position: absolute;
	left: 50%;
	color: #999;
  	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.termine  article h5 span:before {	
  font-family: 'FontAwesome';
  font-weight: normal;
  color: #999;
  content:"\f017";
  padding-right: .33rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.termine article.outdated h5,
.termine article.outdated p,
.termine article.outdated p span,
.termine article.outdated p em,
.termine article.outdated h5:before
 {
	color: #999;
}
.termine article.outdated a.venueLink,
.termine article.outdated h4
{
	display: none;
}
.column article h6
.termine article h6 {
	color: #999;	
  	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-size: .75rem;
	margin-bottom: 1rem;
}
.column article h6:before,
.termine article h6:before {	
  font-family: 'FontAwesome';
  content:"\f133";
  padding-right: .5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.column article p span,
.termine article p span {
	color: #fff;	
	font-weight: 900;
	text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.termine article p span {
	font-size: 1.25rem;
	text-transform: uppercase;
}
.column article p em,
.termine article p em {
	font-style: normal;
	font-weight: 900;
}
p.center {
	text-align: center;
}
p.copy {
	font-size: .75rem;
	font-weight: 300;
	margin: 1rem 0 1rem 0;
	opacity: 0.3;
}
/* =============================================================
   FACEBOOK FEED
================================================================ */
.cff-wrapper {
	background: rgba(255,255,255,.15);
	padding: 15px;
	margin: 3rem 0 5rem 0;
	font-family: "proxima-nova",sans-serif;
	color: #555;
}
.cff-wrapper:before {
	/*content:"\f09a";
	font-family: 'FontAwesome';
	position: absolute;
	left: 5px;
	top: -10px;
	font-size: 20rem;
	border: 1px solid rgba(255,255,255,.2);
	line-height: 1;
	color: transparent;*/
}
#cff .cff-author .cff-page-name.cff-author-date {
	color: #313758;
	font-weight: 300;
}
#cff .cff-view-comments, #cff-lightbox-wrapper .cff-view-comments {
	background: none;
}
.fb-page.fb_iframe_widget {
	display: none;
}
#cff .cff-load-more {
	-webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	font-family: "proxima-nova",sans-serif;
    font-weight: 600;
    color: #555;
    letter-spacing: 5px;
    text-transform: uppercase;
    border: 1px solid #555;
    padding: 10px;
    font-size: .67rem;
    display: inline-block;
    text-decoration: none;
    background: #d6d4d0;
	border-radius: 0;
	max-width: 50%;
	
}
#cff .cff-load-more:after {
	font-family: 'FontAwesome';
    color: #b3192d;
    content: "\f101";
    padding-left: .33rem;
}
#cff .cff-load-more:hover {
		color: #b3192d;
	background: rgba(255,255,255, .4);
    border-color: rgba(255,255,255, .6);
	text-decoration: none;
}
#cff .cff-item {
	padding: 1rem 0;
	margin: 1rem 0;
	border-bottom: 1px solid #fff !important;
}

/* =============================================================
   LINKS
================================================================ */
.menutrigger {
	display: inline-block;
	font-family: 'FontAwesome';
	text-decoration: none;
	color: #d6d4d0;
	font-size: 1.75em;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 25px;
  	font-style: normal;
  	font-weight: normal;
  	speak: none; 
  	width: 1em;
  	text-align: center;
  	font-variant: normal;
  	text-transform: none;
  	line-height: 1em;
}
.menutrigger:before {
	padding: 10px 12px; 
	content:"\f0c9";	
	text-decoration: none;
	background: #313758;
	color: #d6d4d0;/*
	-webkit-box-shadow: 0px 0px 5px rgba(49,55,88,.5);
	-moz-box-shadow: 0px 0px 5px rgba(49,55,88,.5);
	box-shadow: 0px 0px 5px rgba(49,55,88,.5);*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 }
.menutrigger span {
	display: none;	
}
.showMenu .menutrigger {
	font-size: 2.2em;
	color: #d6d4d0;
	text-decoration: none;
}
.showMenu .menutrigger:before { 
	content:"\f00d";
	text-decoration: none;	
	font-size: 1.75rem;
	padding: 13px;
}
.homeLink {
	display: inline-block;
	font-family: 'FontAwesome';
	text-decoration: none !important;
	color: #fff;
	font-size: 1.5em;
	position: absolute;
	z-index: 997;
	right: 35px;
	top: 25px;
  	font-style: normal;
  	font-weight: normal;
  	speak: none; 
  	width: 1em;
  	text-align: center;
  	font-variant: normal;
  	text-transform: none;
  	line-height: 1em;
	text-decoration: none;
}
.homeLink:before {
	padding: 10px 12px; 
	content:"\f015";
	text-decoration: none;
	color: #aaa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	border: 1px solid #fff;
	border-radius: 50%;
 }
.homeLink span {
	display: none;	
}
a.button {
	display: inline-block;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #fff;
	font-size: 12px;
	padding: 8px 16px;
	letter-spacing: 2px;
	border-radius: 2px;
}
.menutrigger:hover,
.menutrigger:active {
	text-decoration: none;
}
a.mehr,
input[type="submit"] {
  	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	color: #555;
	letter-spacing: 5px;
	text-transform: uppercase;
	border: 1px solid #555;
	padding: 10px;	
	font-size: .67rem;
	display: inline-block;
}
a.mehr:after,
input[type="submit"]:after {
  font-family: 'FontAwesome';
  color: #b3192d;
  content:"\f101";
  padding-left: .33rem;
}
a.mehr:before {
	content: '' !important;
	padding: 0;
}
a.mehr:hover {
	text-decoration: none !important;
}
a:focus {
	text-decoration: none;
}
section p a,
section p a:hover {
	color: #333;
	font-weight: 600;
	text-decoration: underline;	
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*section p a:before {
	color: #b3192d;
	font-family: 'FontAwesome';
	content:"\f101";
	padding-left: 5px;
	padding-right: .33rem;
	text-decoration: none;
}*/
section p a:hover:before {	
	color: #b3192d;
}
section p a:hover {
	color: #b3192d;
}
a.mehr,
input[type="submit"] {
  	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	color: #555;
	letter-spacing: 5px;
	text-transform: uppercase;
	border: 1px solid #555;
	padding: 10px;	
	font-size: .67rem;
	display: inline-block;
	text-decoration: none;
	background: #d6d4d0;
}
a.mehr:after,
input[type="submit"]:after {
  font-family: 'FontAwesome';
  color: #b3192d;
  content:"\f101";
  padding-left: .33rem;
}
a.mehr:before {
	content: '' !important;
	padding: 0;
}
a.mehr:hover {
	text-decoration: none !important;
}
a:focus {
	text-decoration: none;
}
.downloads .sidebar a {
	color: #555;
	display: inline-block;
	padding-bottom: .5rem;
	text-decoration: none;
	font-size: .9133rem;
	border-bottom: 1px solid rgba(255,255,255,.6);
}
.downloads .sidebar a:before {
	color: #555;
	font-family: 'FontAwesome';
	content:"\f1c1";
  	padding-right: .33rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.downloads .sidebar a:hover {
	color: #333;
}
/* =============================================================
   VIDEO
================================================================ */
ul.videoList li {
	margin-bottom: 3rem;
}
ul.videoList li section {
	position: relative;
	padding-bottom: 56%;
}
ul.videoList li section iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
ul.videoList li .outer {
	position: relative;
}
ul.videoList li .outer aside {
	background: #fff;
	z-index: 999;
	position: absolute;
	bottom: 1.5rem;
	left: -5px;
}
ul.videoList li .outer aside h4 {
	padding: 4px;
	text-align: center;
	line-height: 1;
	font-size: .67rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-weight: 600;
}
ul.videoList li .outer aside h5 {
	padding: 4px 6px;
	text-align: center;
	color: #fff;
	background: #313758;
	margin: 0;
	line-height: 2;
	font-size: .75rem;
	font-weight: 700;
	
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.videoList li h3 {
	color: #fff;	
	font-weight: 400;
	font-size: 1.75rem;
	text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	padding-bottom: 0;
	background: none;
	line-height: 1.33;
	margin-bottom: 0.5rem;
	
	}
ul.videoList li h3 span {
	font-style: normal;
	font-weight: 600;
	display: block;
	color: #555;
	font-size: .875rem;
	line-height: 1;
	font-size: 1rem;
	text-transform: none;
	letter-spacing: 0;
}
ul.videoList li .info p {
	margin: 1rem 0;
	color: #555;
	text-align: center;
}
.news p.videoContainer {
	overflow: hidden;
	position: relative;
	padding-bottom: 56.2%;
}
.news p.videoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* =============================================================
   SINGLE
================================================================ */
.single h6,
.home h6,
.news h6 {
	color: #999;	
  	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-size: .75rem;
	margin-bottom: 1rem;
}
.single h6:before,
.home h6:before,
.news h6:before {	
  font-family: 'FontAwesome';
  content:"\f133";
  padding-right: .5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.single img,
.archive .heading img ,
.news .inhalt article img {
	max-width: 100%;
	height: auto;
	padding: 2px;
	background: #cfcfcf;
	border: 1px solid rgba(255,255,255,.6);

}
ul.newsSide {
}
ul.newsSide li {
	padding: 1rem;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(254,254,254,.6);
	position: relative;
	padding-left: 1rem;
}
ul.newsSide li:before {
  font-family: 'FontAwesome';
  color: #b3192d;
  content:"\f101";
  position: absolute;
  top: .9rem;
  left: 0;
  
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.newsSide li a {
	color: #555;
	text-decoration: none;
	font-weight: 600;	
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.newsSide li a span {
	color: #fff;
	font-size: .75rem;
	font-weight: 400;
}
ul.newsSide li.current:before {
	color: #888;
}
ul.newsSide li.current a {
	color: #888;
	cursor: default;
}
ul.newsSide li.current a span {
	display: none;
}
/* =============================================================
   FORMULAR
================================================================ */
.form-group {
	max-width: 400px;
}
.form-control {
	border: 1px solid #fff;
	color: #313758;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	border-radius: 2px;
}
textarea, input, .form-control:focus { outline: none; }
textarea:focus,
input:focus {
	border: #313758 1px solid;
	box-shadow: none !important;
	outline: none;
}

:focus {
    outline-color: transparent;
    outline-style: none;
  }
.screen-reader-response {
	display: none;
}
.wpcf7-not-valid-tip,
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
	font-size: .8rem;
	color: #b3192d;
}
.wpcf7-not-valid-tip:after,
.wpcf7-validation-errors:after {
 font-family: 'FontAwesome';
  color: #b3192d;content:"\f077";
  padding-left: .33rem;
}
.wpcf7-not-valid-tip:before,
.wpcf7-validation-errors:before {
 font-family: 'FontAwesome';
  color: #b3192d;content:"\f077";
  padding-right: .33rem;
}
.wpcf7-mail-sent-ok {
	font-size: .8rem;
	color: #15B731;
}
.wpcf7-mail-sent-ok:before {
	font-family: 'FontAwesome';
  	content:"\f00c";
  	padding-right: .33rem;
}
/* =============================================================
   DOWNLOADS - GALERIE
================================================================ */
.gallery-item img {
	max-width: 100%;
	height: auto;
}
.gallery-item {
	position: relative;
	padding: 1px;
	background: #fff;
	background: rgba(255,250,250,.6);
}
body dl.gallery-item + br { display: none; }
.wp-caption-text {
	padding: 5px 6px;
	text-align: left;
	color: #fff;
	background: #313758;
	margin: 0;
	line-height: 1.2;
	font-size: .67rem;
	font-weight: 700;
	position: absolute;
	left: -5px;
	bottom: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	max-width: 80%;
}
/* =============================================================
   Diskographie
================================================================ */
.ref {
	margin-top: 2rem;
}
.ref h3 {
color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.75rem;
	line-height: 2.5rem;
	font-weight: 400;
	padding-bottom: 1.25rem;
	margin: 1.5rem 0 1.5rem 0;
	background: url(_assets/_img/bg-underline-red.png) 0 100% no-repeat;
	background: url(_assets/_img/bg-underline-red.svg) 0 100% no-repeat;
	background-size: 100px 3px;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ref h3:before {
  font-family: 'FontAwesome';
  color: #b3192d;
  color: #fff;
  content:"\f0a9";
  padding-right: .5rem;
	
}
.ref h3.open:before {
  content:"\f0ab";
}
.cd ul {
	text-align: justify;
    font-size: 0.1px; /*hide whitespace between elements*/
}
.cd ul li img {
	padding: 2px;
	background: #cfcfcf;
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255, .6);
}
.cd ul li {
    display: inline-block;
    width: 49%;
}
.cd ul .break{
    width: 100%;
    height: 0;
    ...
}
.cd ul li h4 {
	text-align: left;
	font-weight: 400;
	font-size: .9133rem;
	padding-bottom: .5rem;
	color: #fff;
	text-transform: uppercase;	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cd ul li p {
	text-align: left;
	font-size: .875rem;
	padding: .5rem 0 1rem 0;
	color: #555;
}
.cd ul li p span {
	color: #999;
}
.ref section {
	display: none;
}
.ref section.open {
	display: block;
}
/* =============================================================
   Back to top Link
================================================================ */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.6) url(_assets/_img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  border: 1px solid rgba(255,255,255, .6);
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: .5;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 450px) {
#keyVisual div {
	background-size: contain;
}
}
@media only screen and (min-width: 600px) {
	#keyVisual h1 {
	right: 15px;
	top: 30px;
	font-size: 2.25rem;
	letter-spacing: 1px;
	}
	#keyVisual h3 {
		right: 15px;
		top: 70px;
		font-size: 1.5rem;
		line-height: 1.33;
	}
	#keyVisual div {
	}
	blockquote {
	width: 40%;
	font-size: 1.5rem;
	line-height: 1.33;
	font-weight: 300;
	padding: 20px 20px 20px 0;
	margin: 10px 20px 10px 0;
	border-bottom: 3px solid #b3192d;
	border-top: 3px solid #b3192d;
}

}
/* --------------------------------------------------------*/
/* --------------------------------------------------------*/
@media only screen and (min-width: 768px) {
/* --------------------------------------------------------*/
/* --------------------------------------------------------*/
/* =============================================================
   LAYOUT
================================================================ */
body {
	background: #d6d4d0;
	
	
}
html {
	background: #313758;
}
.top-bar-inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding-top: 70px;
  width: 750px;
}

.menutrigger {
    display: none;
}
.content, nav {
	position: static;
}
#keyVisual div {
	position: relative;
	margin-top: 0;
	padding-top: 60px;
	height: 500px;
	background: url(_assets/_img/bg-header.jpg) 0 100% no-repeat;
	background-size: contain;
}
.about .mainContent span.trenner {
	display: none;
}
.inner {
	background: url(_assets/_img/bg-maincontent.jpg) 100% 100% no-repeat;
	padding-bottom: 3rem;
	position: relative;
}
.page .inhalt,
.single .inhalt,
.archive .inhalt {
	padding-top: 30px;
}
#disko {
	margin-top: 2rem;
}
.downloads .sidebar h2 {
	padding-top: 0rem;
}
/* =============================================================
   NAVIGATION
================================================================ */
#menu-hauptmenue {
  margin: 0px 0 1rem 0;
}
nav {
	position: static;
	background: #d6d4d0;
	width: 100%;
}
.divider {
	display: none;
}
#menu-hauptmenue {
	text-align: center;
}
#menu-hauptmenue li {
	display: inline;
}
#menu-hauptmenue li a {	
	color: #000;
	display: inline-block;
	text-align: center;
	letter-spacing: 0;
}
#menu-hauptmenue li a:after {	
	font-family: 'FontAwesome';
	content:"\f111";
	color: #fff;
	font-size: .75em;
	opacity: .4;
	vertical-align: central;
	padding: 0 2px 0 8px;
	position: relative;
	top: -2px;
}
	#menu-hauptmenue li.about {
		position: relative;
	}
	#menu-hauptmenue li.about a:after {
		/*color: #b3192d;
		font-size: 1rem;
		content:"\f0d7";
		opacity: 1;
		padding: 0 8px 0 5px;*/
	}
	#menu-hauptmenue li.about a.open:after {
		content:"\f0d8";	
	}
#menu-hauptmenue li.kontakt a:after {
	content: '';
	padding: 0;
}

/*SUBMENU*/
#menu-hauptmenue li ul {
	border-radius: 2px;
	display: block;
	text-align: left;
	padding: 15px;
	margin-top: .5rem;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 999;
    top: 90%;
	left: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
	#menu-hauptmenue li ul li {
		opacity: 1;
		margin: 1.25rem 0;
		line-height: 2rem;
	}
	#menu-hauptmenue li ul li a {
		
		font-size: 17px;
		text-transform: uppercase;
	}
	#menu-hauptmenue li ul li a:after {
		content: '' !important;
	}
	#menu-hauptmenue li ul.visible {
		visibility: visible;
		opacity: 1;
		top: 100%;
		background: rgba(255,255,255,.9);
	}
	
#menu-socialmenue {
	position: absolute;
	top: 20px;
	right: 0;
}
#menu-socialmenue li {
	display: block;
	float: left;
}
#menu-socialmenue li a {
	opacity: .75;
}
#menu-socialmenue li a:before {	
	font-size: 1.75rem;
}
#menu-socialmenue li a:hover,
#menu-socialmenue-1 li a:hover {
	text-decoration: none;
}

/* =============================================================
   TYPO
================================================================ */
.heading h2#next3Dates {
	margin: 0 30px;
}
#keyVisual h1 {
	right: 15px;
	top: 40px;
	font-size: 3rem;
	letter-spacing: 2px;
}
#keyVisual h3 {
	right: 15px;
	top: 95px;
	font-size: 2rem;
	font-weight: 400;
}
.termine article p span {
	font-size: 1.133rem;
}
.archive .heading h2 {
	min-height: 92px;
}
/* =============================================================
   VIDEO
================================================================ */
ul.videoList li {
	width: 355px;
	float: left;
	margin-bottom: 1.5rem;
}
ul.videoList li.odd {
	clear: both;
	margin-right: 10px;
}
/* =============================================================
   DOWNLOADS - GALERIE
================================================================ */
.downloads .gallery-item {
	max-width: 48%;
	float: left;
	margin-right: 1.9%;
}
body dl.gallery-item + br { display: none; }
.wp-caption-text {
	line-height: 1.2;
	font-size: .67rem;
}
/* =============================================================
   Diskographie
================================================================ */
.cd ul li {
    width: 30%;
}
/* =============================================================
   Back to top Link
================================================================ */
/* =============================================================
   SPONSORING
================================================================ */
ul#sponsoring {
	text-align: center;
	width: 100%;
	margin: 2rem auto 1rem;
}
ul#sponsoring li {
	border: none;
	width: 20%;
	margin: 0;
	display: inline-block;
}
ul#sponsoring li a {
	display: inline-block;
	text-indent: -9999em;
}
}
/* --------------------------------------------------------*/
/* --------------------------------------------------------*/
@media only screen and (min-width: 992px) {
/* --------------------------------------------------------*/
/* --------------------------------------------------------*/
.top-bar-inner {
  width: 970px;
}
/* =============================================================
   TYPO
================================================================ */
.heading h2 {
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1.33;
}
.heading h2#next3Dates {
	margin: 0 30px 12px 30px;
}
.archive .heading h2 {
	min-height: 115px;
}
/* =============================================================
   NAVIGATION
================================================================ */
#menu-hauptmenue li a {	
  letter-spacing: 1px;
  font-size: 1.0625rem;
}
#menu-hauptmenue li a:after {	
	font-size: .75em;
	opacity: .4;
	padding: 0 6px 0 9px;
	top: -2px;
}
/* =============================================================
   VIDEO
================================================================ */
ul.videoList li {
	width: 48%;
}
/* =============================================================
   DOWNLOADS - GALERIE
================================================================ */
.downloads .gallery-item {
	max-width: 48%;
	margin-right: 1.9%;
}
body dl.gallery-item + br { display: none; }
/* =============================================================
   Back to top Link
================================================================ */
.cd-top {
  bottom: 180px;
  right: 10px;
}
}
/* --------------------------------------------------------*/
/* --------------------------------------------------------*/
@media only screen and (min-width: 1024px) {
/* --------------------------------------------------------*/
/* --------------------------------------------------------*/
#menu-socialmenue li a:before {
	opacity: .75;
	font-size: 2rem;
}
.top-bar-inner{
	padding-top: 100px;
}
#keyVisual div {
	padding-top: 60px;
	height: 580px;
	background-size: contain;
}
#keyVisual h1 {
	top: 40px;
	font-size: 3.75rem;
	letter-spacing: 2px;
	font-weight: 300;
}
#keyVisual h3 {
	right: 15px;
	top: 110px;
	font-size: 2rem;
	font-weight: 400;
}
blockquote {
	width: 40%;
	padding: 1rem 1rem 1rem 0;
	margin: 10px 20px 10px -15px;
	border-bottom: 3px solid #b3192d;
	border-top: 3px solid #b3192d;
}
/* =============================================================
   DOWNLOADS - GALERIE
================================================================ */
.downloads .gallery-item {
	max-width: 31%;
	float: left;
	margin-right: 1.9%;
}
.wp-caption-text {
	line-height: 1.2;
	font-size: .75rem;
	max-width: 90%;
}
/* =============================================================
   Diskographie
================================================================ */
.other1 ul li,
.other2 ul li,
.feat ul li {
    width: 23%;
}

}
/* --------------------------------------------------------*/
/* --------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
/* --------------------------------------------------------*/
/* --------------------------------------------------------*/
#menu-socialmenue li a,
#menu-socialmenue-1 li a,
#menu-hauptmenue li a,
#menu-footermenue li a,
a.mehr,
.live a.venueLink,
h2 a,
input[type="submit"],
ul#sponsoring li a {
	-webkit-transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-o-transition: all .25s ease-in-out;
  	transition: all .25s ease-in-out;
}
#menu-socialmenue-1 li a:hover {
	opacity: .75;
}
#menu-socialmenue li a:hover {
	color: #313758;
	opacity: 1;
}
#menu-hauptmenue li a:hover {
	color: #b3192d;
}
#menu-hauptmenue li.current-menu-item a:hover,
#menu-footermenue li.current-menu-item a:hover {

	cursor: default;
}
#menu-footermenue li a:hover {
	color: #b3192d;
}
a.mehr:hover,
input[type="submit"]:hover {
	background: rgba(255,255,255, .4);
	border-color: rgba(255,255,255, .6);
}
h2 a:hover,
h2 a:active {
	color: #b3192d;
}
a.mehr:hover:after {
	padding-left: .2rem;
	padding-right: .13rem;
}
.live a.venueLink:hover {
	color: #d6d4d0;
	background: #313758;
}
ul#sponsoring li a:hover {
	opacity: 1;
}
}
/* --------------------------------------------------------*/
/* --------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
/* --------------------------------------------------------*/
/* --------------------------------------------------------*/
/* =============================================================
   LAYOUT
================================================================ */
.container {
	width: 1100px;
}
.top-bar-inner {
  width: 1100px;
}
.heading aside {
	padding: 8px 7px 6px 7px;
	font-size: 13px;
	top: -13px;
	letter-spacing: 2px;
}
#keyVisual div {
	background-position: 10% 100%;
}
/* =============================================================
   TYPO
================================================================ */
.heading h2 {
	font-size: 2.25rem;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1.33;
}
.archive .heading h2 {
	min-height: 125px;
}
.heading h2#next3Dates {
	margin: 0 30px 12px 30px;
}
blockquote {
	width: 40%;
	margin: 10px 20px 10px -25px;
	border-bottom: 3px solid #b3192d;
	border-top: 3px solid #b3192d;
}
}
/* =============================================================
   ANIMATION
================================================================ */
.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.delay5 {
	-webkit-animation-delay: .5s; 
    animation-delay: .5s; 
}
.delay1 {
	-webkit-animation-delay: 1.5s; 
    animation-delay: 1.5s; 
}
.delay15 {
	-webkit-animation-delay: 2.5s; 
    animation-delay: 2.5s; 
}
.delay2 {
	-webkit-animation-delay: 3.5s; 
    animation-delay: 3.5s; 
}
.delay3 {
	-webkit-animation-delay: 4.5s; 
    animation-delay: 4.5s; 
}
.delay4 {
	-webkit-animation-delay: 5s; 
    animation-delay: 5s; 
}

@-webkit-keyframes fadeIn { 
    0% { 
        opacity: 0; 
	
    } 
    100% { 
        opacity: 1;  
    } 
} 

@keyframes fadeIn { 
    0% { 
        opacity: 0; 
    } 
    100% { 
        opacity: 1; 
    } 
} 

.fadeIn { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}
@-webkit-keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-30px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        transform: translateX(-30px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 

.fadeInLeft { 
    -webkit-animation-name: fadeInLeft; 
    animation-name: fadeInLeft; 
}
@-webkit-keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(30px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        transform: translateX(30px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 

.fadeInRight { 
    -webkit-animation-name: fadeInRight; 
    animation-name: fadeInRight; 
}
/* =============================================================
   iPad Landscape + Netbooks
================================================================ */
@media only screen and (min-width: 1024px) and (max-height: 800px) {
	#keyVisual div {
		padding-top: 20px;
		height: 450px;
		background: url(_assets/_img/bg-header-l.jpg) 0 100% no-repeat;
		background-size: contain;
	}
	.top-bar-inner {
		padding-top: 70px;
	}
}
/* =============================================================
   Presse Salvattore Testimonials
================================================================ */
@media screen and (max-width: 480px){
	#grid[data-columns]::before {
		content: '1 .column.size-1of1';
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
	#grid[data-columns]::before {
		content: '1 .column.size-1of1';
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	#grid[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	#grid[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}
@media screen and (min-width: 1200px) {
	#grid[data-columns]::before {
		content: '3 .column.size-1of3';
	}
}
.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; padding-right: 40px; }
.size-1of3 { width: 33.333%; padding-right: 60px; }
.presse article h5 {
	color: #fff;	
  	font-family: Georgia, Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1rem;
	margin-top: -.5rem;
	margin-bottom: 2.5rem;
}
.presse article h5:before {
	content: "";
	padding-right: 0;
}
.presse article h5 span {
	display: inline-block;
	width: 1.25rem;
	border-bottom: 2px solid #fff;
	margin-right: 5px;
}
	
}

