@import url("home.css");
@import url("ueberuns.css");
@import url("dirigent.css");
@import url("mitwirkende.css");
@import url("galerie.css");
@import url("literatur.css");
@import url("programme.css");
@import url("termine.css");
@import url("kontakt.css");
@import url("intern.css");
@import url("datenschutz.css");
@import url("impressum.css");
@import url("footer.css");

h4, h5, h6, h1, h2, h3 {
	margin-top: 0;
}
ul, ol {
	margin: 0;
}
p { 
	margin: 0;
}
html, body {
	/*font-family: 'Roboto-Regular';*/
	font-size: 100%;
	width: 100%;
	height: 100%;
}
body {
	background: black;
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.mq-indicator::after {
  content: "XXX"; /* Default */
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.7);
  color: white;
  padding: 0.3em 0.6em;
  font-size: 0.8rem;
  font-family: monospace;
  z-index: 9999;
}
.doItalic {
   font-style: italic;
}

#bluelink a {
	color:#073876;
	text-decoration:none;
}
#bluelink a:hover {
	color:#fc7316;
	text-decoration:none;
}

.bluelink a {
	color:#073876;
	text-decoration:none;
}
.bluelink a:hover {
	color:#fc7316;
	text-decoration:none;
}
 header14 {
	color:black;
 	font-size:1em;
	font-weight:bold;
	text-align:left;
}
.header14-center {
	color:black;
 	font-size:1.5em;
	font-weight:bold;
	text-align:center;
}

.mylink a {
	color:#073876;
	text-decoration:none;
}

.mylink a:hover {
	color:#fc7316;
	text-decoration:none;
}
.mylinkhell a {
	color:blue;
	text-decoration:none;
}

.mylinkhell a:hover {
	color:#fc7316;
	text-decoration:none;
}
#meld_center {
	padding:0px;			
	margin-top:10%;
	font-size:1em;
	color:#C03;
	font-weight:bold;
	text-align:center;
}
#meld_link {
	margin-top:5%;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
}

#main {
	/*font-family:Tahoma, Arial, Helvetica, sans-serif;*/
	max-width:960px;
	min-height: 820px;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background: #EBEBEB;
	color:black;
}

/*--Header Start --*/
.header {
	padding: 1em;
	background: #2c539e;
	background: -moz-linear-gradient(-45deg,  #2c539e 0%, #3486bc 17%, #3687c4 41%, #2b699b 54%, #3980c6 78%, #2c539e 100%);
	background: -webkit-linear-gradient(-45deg,  #2c539e 0%,#3486bc 17%,#3687c4 41%,#2b699b 54%,#3980c6 78%,#2c539e 100%);
	background: linear-gradient(135deg,  #2c539e 0%,#3486bc 17%,#3687c4 41%,#2b699b 54%,#3980c6 78%,#2c539e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#2c539e',GradientType=1 );
}

#subheader {
	text-align: center;
	padding: 0.5em;
	font-size: 1.5em;
	font-weight:bold;
	background: #cccccc;
	background: -moz-linear-gradient(45deg,  #cccccc 0%, #d8d8d8 16%, #cccccc 100%);
	background: -webkit-linear-gradient(45deg,  #cccccc 0%,#d8d8d8 16%,#cccccc 100%);
	background: linear-gradient(45deg,  #cccccc 0%,#d8d8d8 16%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=1 );
}

#randoben {
	margin-top:1.5%;
	height: 2px;
	background:#299a0b;	
	background:rgb(169,3,41);
}

#rand {
	margin-left:auto;
	margin-right:auto;
	max-width:960px;
	height: 2px;
	background:#299a0b;	
	background:rgb(169,3,41);
}

.header-auto {
	display:none;
}
span.menu {
  display: none;
}
.top-nav {
  float: left;
}
.top-nav ul {
  list-style: none;
  padding: 0em;
}
.top-nav ul li {
  display: inline-block;
  padding: 0.5em 1em 0.5em 1em;
}
.top-nav ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	font-family: 'JockeyOne-Regular';
}
.top-nav ul li a:hover {
	color:#fc7316;
}

#instrument-header {
	text-align: left;
	font-size:1em;
	font-weight: bold;
}

#abstand {
	display:none;
}

.p_bold {
		margin-top: 5%;
		font-size:1em;
		font-weight:bold;
}
.p_norm {
		font-size:1em;
		font-weight:normal;
}
.p_klein {
		font-size:0.8em;
		font-weight:normal;
}
.aktuell {
		opacity: 1.0;
}
.vergangen {
		opacity: 0.5;
}
.form_txt {
	margin-top: 3%;
}


/* ######################### */
/* meadia quries start here  */
/* ######################### */

@media(max-width:1440px){}
@media(max-width:1366px){}
@media(max-width:1280px){}

@media(max-width:1024px){
	.top-nav ul li a {
		font-size: 1em;
	}
	.top-nav ul li {
		padding-left: 1.2em;
		padding-right: 0;
	}
	.mq-indicator::after { content: "1024"; }
}

@media(max-width:940px) {.mq-indicator::after { content: "940"; }}	
@media(max-width:800px) {.mq-indicator::after { content: "800"; }}	

@media(max-width:768px) {
	#main {
		min-height: 680px;
	}
	#subheader {
		padding: 0.5em;
		font-size: 1.2em;
	}
	#subheader-auto {
		display:none;
	}
	.header-auto {
		display: block;
		color: white;
		font-size: 1.4em;
		float:relative;
		text-align: center;
	}
	
	span.menu{
		display: block;
		text-align: center;
		padding: 5px 0px 0px 0px;
		cursor: pointer;
		color: #E74C3C;
		font-size: 16px;
		font-weight: 700;
		position:relative;
	}
	.top-nav ul.res{
		 display:none;
		 padding:0px;
	}
	.top-nav ul.res {
		padding: 0;
		margin: 1.5em 0em 0em 0em;
		z-index: 9999;
		position: absolute;
		width: 100%;
		left:0;
	}
	.top-nav ul.res li {
		display: block;
		text-align: center;
		background:grey;
		margin: 0;
		width: 40%;
		padding: 0em;
	}
	.top-nav ul.res li a {
		font-size: 0.9em;
		padding: 0.4em 0;
		color: #fff;
		display: block;
		border: none;
		text-align: center;
		margin: 0em;
	}
	ul.res li a:hover,ul.res li a.active{
		color:#000;
		color:#fc7316;
	}
	.mq-indicator::after { content: "768"; }
}

@media(max-width:720px){
	.p_bold {
		margin-top: 2.5%;
	}
	.mq-indicator::after { content: "720"; }
}
@media(max-width:680px) {
	.p_bold {
		margin-top: 3%;
		font-size:1em;
		font-weight:bold;
	}
	.mq-indicator::after { content: "680"; }
}	

@media(max-width:660px) {
	.mq-indicator::after { content: "660"; }
}	

@media(max-width:630px){
	.p_bold {
		margin-top: 3%;
		font-size:1em;
		font-weight:bold;
	}
	.mq-indicator::after { content: "630"; }
}

@media(max-width:580px){ .mq-indicator::after { content: "580"; } }

@media(max-width:480px){
	
	#abstand {
		display: block;
		width: 100%;
		height: 20px;
	}
	
	#int2-content {
		font-size:0.8em;
	}

	.p_bold {
			margin-top: 5%;
			font-size:0.9em;
	}
	.p_norm {
			font-size:0.9em;
	}
	.mq-indicator::after { content: "480"; }
} 

@media(max-width:400px){ .mq-indicator::after { content: "400"; } }

@media(max-width:320px){
	#subheader {
		padding: 0.5em;
		font-size: 1em;
	}
	.header-auto {
		display: block;
		color: white;
		font-size: 1.2em;
		float:relative;
		text-align: center;
	}

	span.menu {
		padding: 0px 0px 0px 0px;
	}
	span.menu img {
		width: 55%;
	}
	.page {
		padding: 0.5em;
		margin: 1.7em 0;
	}
	.page-header {
		margin: 16px 0 9px;
	}
	.grid2 {
		margin: 0.4em 0 0;
	}
	.mq-indicator::after { content: "320"; }
}	
/*--meadia quires end here--*/







