@import url("norm.css");

@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/yanone-kaffeesatz-v24-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/yanone-kaffeesatz-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/yanone-kaffeesatz-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/yanone-kaffeesatz-v24-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/yanone-kaffeesatz-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/yanone-kaffeesatz-v24-latin-700.svg#YanoneKaffeesatz') format('svg'); /* Legacy iOS */
}

/* playball-regular - latin */
@font-face {
  font-family: 'Playball';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playball-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/playball-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/playball-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/playball-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/playball-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/playball-v16-latin-regular.svg#Playball') format('svg'); /* Legacy iOS */
}

/* titillium-web-300 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/titillium-web-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-300italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/titillium-web-v15-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-300italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/titillium-web-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-900 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/titillium-web-v15-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-900.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #000;
    background-image: none;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#A72701;
}

a:hover {
	
}
.presse a:before { content:"\00bb"; }

p {
	text-align:justify;
	margin-bottom:20px;
	font-size:18px;
	line-height:23px;
	margin-top:10px;
	font-weight:300;
	
}

.clear {
	clear:both;
	margin-bottom:-14px;
}

em {
	font-style: italic;
}
strong {
	font-weight:bold;
}

li {
	
}

h1 {
	display:inline-block;
	width:500px;
	font-family: 'Playball', cursive;
	font-size:40px;
	color:#A11B00;
	line-height:40px;
	margin-bottom:20px;
}

h2 {
    font-weight: 700;
    font-size: 22px;
	line-height:22px;
    color:#A11B00;
	text-transform:uppercase;
	margin-bottom:10px;
}

h3 {
	font-size:18px;
	margin-top:-5px;
	font-weight:500;
}

h4 {
	
	}
h5 {
	
}
h6 {
	
}
h7 {
	
}

#banner {
	position:relative;
	width:100%;
	height:300px;
	min-height:300px;
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
	background-image:url(images/RJ150830_1204.jpg);
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow:hidden;
	z-index:1;
	
}
.zoom{
	
   
	
}

#logo {
	position:absolute;
	height:250px;
	width:auto;
	overflow:hidden;
	margin:25px;
	top:0px;
	left:0px;
	z-index:99;
	
	
}

#logo img {
	height:100%;
	width:auto;
}
.dropdown {
	display:none;
}
#mainmenu {
	position:relative;
    width: 100%;
    height: 102px;
    min-height: 102px;
	margin-top:-35px;
	margin-bottom:50px;
    background-image: url(images/menu.png);
    background-repeat: repeat-x;	
	background-size:auto 160px;
	z-index:99;
	text-align: center;
	padding-top:58px;
	color:#FFF;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:700;
	font-size:30px;
	line-height:30px;
	text-transform:uppercase;
		
}

#mainmenu a {
    text-decoration: none;
    color: #F2DAB2;
    margin-right: 10px;
   
}
#mainmenu ul li .active {
	color:#FFF;
	text-shadow: 0px 0px 15px #FEEA4A;
}
#mainmenu ul {
	position: absolute;
	left:50%;
	margin-left:-310px;
	list-style: none;
}

#mainmenu ul li {
	float:left;
}
#content {
    position: relative;
    float: left;
    width: 600px;
    height: auto;
    background-color: #FFF7EB;
    background-image: -webkit-linear-gradient(270deg,rgba(250,243,231,1.00) 0%,rgba(255,255,255,1.00) 35.21%,rgba(255,243,231,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(250,243,231,1.00) 0%,rgba(255,255,255,1.00) 35.21%,rgba(255,243,231,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(250,243,231,1.00) 0%,rgba(255,255,255,1.00) 35.21%,rgba(255,243,231,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(250,243,231,1.00) 0%,rgba(255,255,255,1.00) 35.21%,rgba(255,243,231,1.00) 100%);
	padding: 30px;
    left: 50%;
    top: -30px;
    margin-left: -330px;
    border-radius: 10px;
    overflow: hidden;
}
#stopper {
	position:relative;
	width:250px;
	height:auto;
	float:left;
	left:50%;
	margin-left:-20px;
	overflow:hidden;
	
}

#bottommenu {
	position: relative;
	clear:both;
    width: 600px;
	padding-right:20px;
	padding-bottom: 20px;
    height: auto;
	text-align:right;
	left:50%;
	margin-left:-300px;
	margin-top:-20px;
	color:#FFF;
	
}
#bottommenu a {
	color:#FFFFFF;
	text-decoration:none;
}
.repertoire {
	
	margin-bottom:40px;
	border: 3px dotted #F9EFDE;
	text-align:right;
}

.repertoire h2, .repertoire h3 {
	text-align:right;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	line-heigt:14px;
	text-transform:none;
}
.repertoire h3 {
	margin-top:-30px;
}

.repertoire_element {
	width:160px;
	height:160px;
	float:left;
	overflow:visible;
	background-size:cover;
	background-position: center center;
	margin-right:30px;
	margin-top:25px;
	margin-bottom:25px;
	border-radius:50%;
	
}
.repertoire_element h2 {
    display: block;
    margin: 2px;
    margin-top: -26px;
    background-color: none;
    color: #B22C00;
    font-weight: 700;
    font-size: 18px;
    bottom: 0px;
    width: auto;
    overflow: hidden;
    text-align: left;
    vertical-align: bottom;
    text-transform: none;
    text-shadow: 1px 1px 0 rgba(255,255,255,1.00);
}

.minibild2 {
	border: 0px dotted #A62501;
	margin-right: 0;
	margin-top:0px;
	margin-bottom:0px;
	width:20%;
	float:left;
	
}

.galerie {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
	padding-bottom:0px;
	margin-top:10px;
	text-align:justify;
	border-radius:10px;
	
	
	
}

#facebook {
	position:absolute;
	clear:both;
	float:none;
	width:250px;
	height:400px;
	left:50%;
	margin-left:350px;
	top:600px;
	margin-bottom:-450px;
	background-color:none;
	border-radius: 10px;
	
}

#news {
	padding-top:10px;
	
}

.news h2 {
    display: block;
    background-color: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
	border-bottom: 2px dotted rgba(178,44,0,1.00);
    
}

.news img {
	width:100%;
	height:auto;
	border: 2px dotted rgba(178,44,0,1.00);
}
.ensemble img {
	border: 3px dotted rgba(178,44,0,1.00);
	background-color:rgba(178,44,0,1.00);
}

.willkommen {
    width: 100%;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 5px dotted rgba(250,243,231,1.00);
    
}

.termine_gerade, .termine_ungerade {
	
	width:100%;
	clear:both;
	overflow:hidden;
	height:auto;
	margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
	
}

.termine_ungerade {
	background-color: rgba(247,235,214,1.00);
}

.datum {
	float:left;
	clear:both;
	width:auto;
	height:100px;
	padding:10px;
	margin-top:0px;
	
}
.tagmonat {
	display:block;
	font-size:36px;
	font-weight:700;
	color:rgba(184,169,143,1.00);
	margin-bottom:-10px;
}
.wochentag {
	display:inline-block;
	margin-bottom:-10px;

}
.uhrzeit {
	display:inline-block;
}

.link {
	float:left;
	width:40%;
	padding:10px;
	margin-top:10px;
	
}
.red, .green, .yellow {
	float:left;
	width:auto;
	padding:10px;
	margin-top:10px;
	margin-right:10px;
	text-align:center;
	border-radius:6px;
	
}

#archiv img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

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

@media only screen and (min-width: 600px){
	
html, body {
	background-image:url(images/vorhang_medium.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position: 0px 20%;
	
	
	
}	
	
	#mainmenu {
		background-image:url(images/menu2.png)
	}
	
	#content {
		
		
		
	}
}


@media only screen and (max-width: 1100px) {
	
	
#stopper {
	
	
	margin-left:-200px;
	margin-top:-80px;
	
}
	
}
@media only screen and (max-width: 760px){
	
	#stopper {
		float:none;
		clear:both;
		margin-left:-330px;
		padding-bottom:30px;
	}	
	
}

@media only screen and (max-width: 710px){
	h1,h2 {
		padding-top:20px;
		width:100%;
	}
	p {
		text-align:left;
	}
	
	#logo {
		left:50%;
		margin-left:-100px;
	}
	
	.dropdown {
    position: relative;
    display: inline-block;
}
	#mainmenu {
		height:auto;
		min-height:20px;
		padding: 5px;
		margin-top:0px;
		background-image:none;
		background-color:#A62501;
		margin-bottom:60px;
	}
	.mobilemenu {
		display:none;
	}
	#mainmenu a {
		margin-right:0px;
	}
	#mainmenu ul {
		position:absolute;
		background-color:#A62501;
		left:50%;
		margin-left: -75px;
		padding:25px;
	}
	#mainmenu ul li {
		float:none;
		padding-bottom:10px;
		
	}
	.green {
		clear:both;
		margin-left:100px;
	}
#mainmenu:hover .mobilemenu {
    display: block;
	cursor:pointer;
}	
	
	#stopper {
		left:0px;
		margin-left:30px;
		margin-top:10px;
	}
	
	#content {
		float:none;
		width:auto;
		margin:0px;
		margin-top:-50px;
		left:0px;
		border-radius:0px;	
		
}
	#bottommenu {
		text-align:left;
		width:100%;
		height:auto;
		left:0;
		margin-left:30px;
		
	}
	
	.repertoire_element {
		width:120px;
		height:120px;
		overflow:visible;
		margin-bottom:35px;
	}
	.repertoire_element h2 {
		margin-top:100px;
	}
	.ensemble img {
		width:100%;
		height:auto;
	}

}
