body {
	padding: 0px;
	margin-right:  0px;
	margin-bottom: 24px;
	margin-left:  0px;
	background-color: #000000;
	font-size: 13px;
}


/* special-elite-regular - latin */
@font-face {
  font-family: 'Special Elite';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/special-elite-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/special-elite-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/special-elite-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/special-elite-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/special-elite-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/special-elite-v18-latin-regular.svg#SpecialElite') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('./fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/source-sans-pro-v21-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-300italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('./fonts/source-sans-pro-v21-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/source-sans-pro-v21-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('./fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/source-sans-pro-v21-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('./fonts/source-sans-pro-v21-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/source-sans-pro-v21-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('./fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/source-sans-pro-v21-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-600italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: local(''),
       url('./fonts/source-sans-pro-v21-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/source-sans-pro-v21-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('./fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/source-sans-pro-v21-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-700italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('./fonts/source-sans-pro-v21-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/source-sans-pro-v21-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


p {
	margin-bottom: 18px;
}

text, body, html {
	font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
}

.table {
	margin-top: 6px;
	margin-bottom: 6px;
	max-height: 45px;
}

h2 {
	margin-top: 0px;
	font-weight: 600;
	line-height: 112%;
}

h3 {
	font-weight: 600;
	line-height: 115%;
	font-size: 17px;
	margin-bottom: 6px;
}

h4 {
	font-weight: 600;
}

video { 
	width: 100% !important; 
	height: auto !important; 
}

#bg_image_div {
	width: 100%;
	z-index: -1; top: 0px; left: 0px; position: fixed; overflow: hidden;
}

#bg_image {
	width: 100%;
 	min-width: 1024px;
}

#headline_div {
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 100px; 
	margin-bottom: 50px; 
	width: 80vw; 
	max-width: 1000px; 
	min-width: 300px;
	text-shadow: 1px 2px 0 #202020;

}

#headline_img {
	width: 80vw; 
	max-width: 1000px; 
	min-width: 300px;
}

/* BIG */
@media screen and (min-width: 769px) {
	#main_menu {
		display: block;
	}
	#main_menu_small {
		display: none;
	}
	h1 {
		margin-bottom: 130px;
		margin-top: 190px;
	}
	.home {
		border-radius: 5px;
		margin: 5px;
	}	
}

/* small */
@media screen and (max-width: 768px) {
	#main_menu {
		display: none;
	}
	#main_menu_small {
		display: block;
	}
	h1 {
		margin-bottom: 40px;
		margin-top: 70px;
		font-size: 12px;
	}	
}


/* ae/ä */
#ae {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 25px;
	padding-left: 2px;
	padding-top: 6px;
	background-color: #9d0000;
	border-bottom-right-radius: 39px;
	z-index: 101;
	color: white;
}

#ae a {
	text-decoration: none;
}

#ae_overlay {
	background-color: #000000;
	opacity: 0.85;
	filter: alpha(opacity=85); /* IE6+ the still suck so much */
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	z-index: 1000;
	display: none;

}

#ae_message {
	background-color:white;
	color: black;
	padding: 10px 20px;
	top: 20px;
	margin-left: 20px;
	margin-right: 20px;	
	position: absolute;
	border-radius: 8px;
	z-index: 1001;
	display: none;
}

#ae_message a {
	text-decoration: none;
	font-weight: 600;
	color: rgba(22, 40, 64, 1);
}
#ae_message a:hover {
	text-decoration: underline;
}

#closeAEMsgButton {
	background-color: #9d0000; 
	border-radius: 5px; color: white; text-decoration: none; padding: 5px;
	color: white;
}

/* Main Menu Small */
#main_menu_small {
	top: 0px;
	right: 20px;
	width: 40px;
	height: 40px;
	background-color: #9d0000;
	color: white;
	z-index: 100;
	border-bottom-left-radius: 5px;	border-bottom-right-radius: 5px;
	position: fixed;
	font-size: 28px;
	text-align: center;
}
#main_menu_small a {
	color: white;
	text-decoration: none;
}

#main_menu_small_open {
	top: 0px;
	left: 160px;
	right: 0px;
	padding: 0px;
	background-color: #9d0000;
	z-index: 100;
	position: fixed;
	text-align: center;
/* 	box-shadow: 0 0 8px 3px rgba(255, 255, 255, 0.8);; */
	border-bottom-left-radius: 8px;
	display: none;
}

#main_menu_small_open ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	
}

#main_menu_small_open ul li {
	color: white;
	font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
 	font-weight: 600;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	text-indent: 0px;
}

#main_menu_small_open ul li:last-child {
}

#main_menu_small_open ul li a {
	color: white;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 18px;
	padding-top: 15px;
	padding-bottom: 15px;	
}

/* Main Menu */
#main_menu {
	top: 0px;
	z-index: 100;
	position: fixed;
	width: 100%;
	text-align: center;
}

#main_menu ul {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
    list-style-type: none;
}

#main_menu ul li {
	display: inline-block;
	vertical-align:middle;
	background-color: #9d0000;
	color: white;
	font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
 	border-bottom-left-radius: 5px;	border-bottom-right-radius: 5px;
 	height: 30px;
 	padding-left: 6px;
 	padding-right: 6px;
}
#main_menu ul li a {
	color: white;
	text-decoration: none;	
	display: block;

}
#main_menu_img {
	margin-top: 5px;
	margin-bottom: 0px;
	width: 20px;
	height: 20px;
	text-align: top;
}

.main_menu_text {
	margin-top: 6px;
}
.div_outer {
	width: 100%;
	line-height: 1.3em;	
}

.div_inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 768px;
}

.home {
	color: #303030;
/*	text-shadow: 0 1px 0 #f0f0f0; */
/* 	background-color: rgba(22, 40, 64, 0.9); */
	background-color: #f0f0f0;
	opacity: 0.85;
	filter: alpha(opacity=85); /* IE6+ the still suck so much */
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	line-height: 1.3em;
}

.home ul {
	padding-left: 0px;
	margin-left: 0px;
    display: table;
}
     
.home li {
    padding-left: 0px;
	margin-left: 0px;
	display: table-cell;
    border-spacing: 5px;
}

.psmallcaps {
	font-size: 13px;	
}

/* dark / Termine */
.dark_outer_div {
	margin-top: 50px;
	background-color: #969696;
	opacity: 0.85;
	filter: alpha(opacity=85); /* IE6+ the still suck so much */
}

.dark_inner_div {
	color: white;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top:50px;
/*	text-shadow: 0 1px 0 black;*/
	max-width: 660px;
	font-size: 16px;
	line-height: 1.3em;
}

.dark_inner_div a {
	color: white;
}


.dark_inner_div h2 {
	margin-bottom: 0px;
	padding-top: 30px;
}

.dark_inner_div h3 {
	width: 100%;
	display: inline-block;
	/* border-bottom: 1px solid #dddddd; */
}

.dark_inner_div h4 {
	margin-bottom: 0px;
	padding-top: 0px;
	font-weight: normal;
}

.dark_inner_div ul {
	padding-left: 0px;
	margin-left: 0px;
    display: table;
}
     
.dark_inner_div li {
    padding-left: 0px;
	margin-left: 0px;
	display: table-cell;
    border-spacing: 5px;
}

.no_underline {
	text-decoration: none;
	font-weight: 600;
}

.hover_underline:hover {
	text-decoration: underline;
}



/* light */
.light_outer_div {
	margin-top: 50px;
	background-color: #fafafa;
	opacity: 0.85;
	filter: alpha(opacity=85); /* IE6+ the still suck so much */
}

.light_inner_div {
	color: #222222;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top:50px;
/*	text-shadow: 0 1px 0 black;*/
	max-width: 660px;
	font-size: 16px;
	line-height: 1.3em;
}

.light_inner_div a {
	color: black;
}
.light_inner_div h2 {
	margin-bottom: 0px;
	padding-top: 30px;
}
.light_inner_div h3 {
	width: 100%;
	display: inline-block;
	/* border-bottom: 1px solid #333333; */
}
.light_inner_div h4 {
	margin-bottom: 0px;
	padding-top: 0px;
	font-weight: normal;
}

.light_inner_div ul {
	padding-left: 0px;
	margin-left: 0px;
    display: table;
}
     
.light_inner_div li {
    padding-left: 0px;
	margin-left: 0px;
	display: table-cell;
    border-spacing: 5px;
}



.musician_img {
	width: 150px;
	border-radius: 5px;
	text-align: top;
	margin-bottom: 10px;
}

.musician_img_left {
	margin-top: 5px;
	margin-right: 20px;	
}
.musician_img_right {
	margin-top: 5px;
	margin-left: 20px;	
}

/* Kontakt/Impressum */
.kontakt_outer_div {
	background-color: white;
	margin-top: 50px;
}

.kontakt_inner_div {
	margin-top:30px;
	padding-top: 15px;
	padding-bottom: 50px;
	margin-bottom: 200px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 16px;
	line-height: 1.3em;
}

.kontakt_inner_div h3 {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid black;
	margin-bottom: 1px;
}

.kontakt_inner_div_a {
	color: rgb(22, 40, 64);
	text-decoration: none;
	font-weight: 600;
}
.kontakt_inner_div_a:hover {
	text-decoration: underline;
}

.kontakt_inner_div ul {
	padding-left: 0px;
	margin-left: 0px;
    display: table;
   	margin-bottom: 0px;
	margin-top: 0px;  

}
     
.kontakt_inner_div li {
    padding-left: 0px;
	margin-left: 0px;
	display: table-cell;
	margin-bottom: 0px;
	margin-top: 0px;  
}


#impressum_datenschutz {
	position: fixed; 
	bottom: 0px; 
	background-color: #9d0000; 
	font-size: 11px; 
	text-align: center; 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px; 
	padding-right: 7px;
	border-top-right-radius: 5px;
	color: white; 
}

#impressum_datenschutz a {
	color: white; 
	text-decoration: none;
}
#impressum_datenschutz a:hover {
	text-decoration: underline;
}

#datenschutz_div {
	padding-top: 10px;
	font-size: 12px;
	line-height: 1.1em;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}