@CHARSET "ISO-8859-1";

body{
	font-family: arial,helvetica;
	font-size: 1em;
	color: #ccc;
	
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 2em;
	/*font-family: arial,helvetica;*/
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	color: white;
	margin:0 0 5px 0;
    text-align: center;	
}
h2{
	font-size: 1.5em;
	color: white;
	/*font-family: arial,helvetica;*/
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
}
p{
	text-align: left;
	color: #ccc;
}
a:link {
    color: #000;
}
a:visited {
    color: #000;
}

#disclaimer{
    font-size: 0.8em;
}
#img_intro{
    border-radius: 10px;
    border: 2px solid #333;
    margin: auto;
    width: 50%;
    height: auto;
       
}
.img_spalten{
    border-radius: 2px;
    max-height: 70vh;
    max-width: 50vh;
    
    height: auto;
    width: auto;
    
    
    
    margin: auto;
  
}    
#kontakt{
    color: white;
    background: rgba(0, 0, 0, 0.1);
    padding: 1em;
    
    
}   
   
    
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
	color: #fff;
}
.leer{
    
}

table#tabelle_musik {
    margin-left:auto; 
    margin-right:auto;
  }

th{
    color: #fff;
    padding: 5px 5px 5px 5px;
    text-align: left;
    width: 5%;
    
}
td{
    text-align: left;
    
    padding: 5px 5px 5px 5px;
    
}
#tabelle_auftritte, .tabelle_rep, #tabelle_musik{
    border-collapse: collapse;
    list-style-type: none;
    color: #ccc;
    
}
table td + td { border-left:2px solid white; }

.t_head{
    vertical-align: text-top;
    
    width: 8em;
}
.t_headr{
    vertical-align: text-top;
    
    width: 25em;
}
.t_head_musik{
    vertical-align: text-top;
    
    width: 12em;
}
.t_body{
    padding-left: 1em;
    
}


#header{
		position:fixed;
		
		float: left;  
		height: 5%;
		margin-top: auto;
		margin-bottom: auto;
		display:block;
		width: 100%;
		/*background: #333;*/
		background-image:
        radial-gradient(
          circle,
          #444,
          #333
        );
		z-index:9;
		font-size: 2em;
		text-align:left;
		
		color: #f2f2f2;
		padding: 0 0 0 10%;
	/*	border-bottom: 2px white solid;*/
		top:0px;
		font-family: 'Libre Baskerville', serif;
		font-style:italic;
		
}
#inner-content-div, #inner-content-div2, #inner-content-div3 {
    border-radius: 2px; 
    text-align: left;
    height: 70vh;
    
        
    padding: 1em;
    margin: 0;
    padding-bottom: 0px;
    border-collapse: collapse;
    background: rgba(0, 0, 0, 0.1);    
}   



.section{
	text-align:center;
	/*border-bottom: 2px white solid;*/
	
}

	
#musik{
    position: relative;
}
#if_gallery{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}

	



.colmask {
		clear:both;
	
		width:100%;			/* width of whole page */
		
        margin: auto;
		
	/*	overflow:hidden;	/*	 This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width: 100%;
		
		position:relative;
		
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 2em 0;
		
		max-height: 70vh;
		
		
		
		/*overflow:hidden;*/
	}
	
	/* 2 Column (double page) settings */
	.doublepage {
		background:#eee;		/* right column background colour */
	}
	.doublepage .colleft {
		right:50%;			/* right column width */
	/*	background:#fff;		 left column background colour */
	}
	.doublepage .col1 {
		width:42%;			/* left column content width (column width minus left and right padding) */
		left:54%;  			/* right column width plus left column left padding */
		height: 90%;
	}
	.doublepage .col2 {
		width:42%;			/* right column content width (column width minus left and right padding) */
		left:60%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
		height: 90%;
	}


#menu li {
	display:inline-block;
	margin: 10px;
	color: #fff;
/*	background:#fff;
	background: rgba(255,255,255, 0.5);*/
	font-family: 'Libre Baskerville', serif;
	
/*	-webkit-border-radius: 5px; 
            border-radius: 5px; */
}




#menu li a{
	text-decoration:none;
	color: #fff;
}
#menu > li.active{
    background-color: #4C245E;
    padding: 0.2em;
    border-radius: 5px;
}


#menu li:hover a{
	color: #bbb;
}
/*
#menu > li.active a{
    color: #4C245E;

} */

#menu{
	position:fixed;
	
	text-align: right;
	
    font-size: 1em; 
	top:0;
	right: 10%;
	height: 5%;
	margin-top: auto;
	margin-bottom: auto;
	z-index: 70;
	width: auto;
	padding: 0;
	margin:0;
}
