@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	color: rgb(70,70,70);


}

.hamburger{
  background:none;
  position:fixed;
  top:0;
  right:0;
  line-height:45px;
  padding:5px 15px 0px 15px;
  color:#999;
  border:0;
  font-size:1.4em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000;
  visibility: collapse;

}

.cross{
  background:none;
  position:absolute;
  top:0px;
  right:0;
  padding:7px 15px 0px 15px;
  color:#999;
  border:0;
  font-size:3em;
  line-height:65px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}

#maincontent{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	
}

#date {
	margin-top: 40px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	color: rgb(80,80,80);
	font-size: 15px;
	/*font-size: 1.2vw;*/
	letter-spacing: 2px;
}

#headerimage {
	margin-bottom: 10px;
	margin-bottom: 40px;
	margin-top: 0px;
	width: 80%;
}

h1 {
	font-size: 26px;
	/*font-size: 2vw;*/
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h1 #headerbold {
	font-weight: 500;
}

#navbar {
	background-color: rgba(255,255,255,0);
	transition: background-color 1s;
}

.sticky {
  position: fixed;
  top: 0;
  width: 960px;
  height: 40px;
  background-color: white;
  padding-top: 20px;
  border-bottom: 1px solid #bbb;
	
	/*transition: background-color 1s;*/
}

.sticky + .content {
  padding-top: 60px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 160px;
}

li {
	float: left;
	margin-right: 50px;
}

ul li a{
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 2px;
	/*text-transform: uppercase;*/
	color: black;
}

ul li a:hover {
	color: rgb(160,160,160);	
}


.abschnitt {
	margin-bottom: 120px;
	/*height: 200px;
	width: 200px;*/
	
}

.divider{
	width: 960px;
	height: 160px;
}

.leftColumn {
	width: 240px;
	clear:left;
	float: left;
}

.leftColumn h3{
	font-size: 15px;
	/*font-size: 1.2vw;*/
	font-weight: 300;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.rightColumn {
	margin-top:12px;
	margin-top:0px;
	width: 720px;
	float: left;
}

.rightColumn p {
	font-size: 1.2vw;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.5px;
	color: rgb(80,80,80);
}

.abschnitt a{
	text-decoration: none;
	color: black;
	font-weight: 700;
}

.abschnitt a:hover {
	
	color: rgb(200,200,200);
}

#panel {
	-moz-hyphens: auto;
	   -o-hyphens: auto;
	   -webkit-hyphens: auto;
	   -ms-hyphens: auto;
	   hyphens: auto; 
}

#panelists p{
	width: 100%;
	font-size: 1.2vw;
	font-size: 15px;
	float:left;

}

/*#installations p{
	width: 300px;
	font-size: 1.2vw;
	font-size: 15px;
	float:left;
}*/

table {
	margin-top: 12px;
	width: 100%;
}

td{
	vertical-align: top;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.5px;
	color: rgb(80,80,80);
}

#lefttablecolumn{
	 width: 160px;
	}

button.accordion {
    background-color: #fff;
	border: none;
	/*border-top: 1px solid black;
	border-bottom: 1px solid black;*/
    color: #000;
    cursor: pointer;
    padding: 6px;
	padding-left: 0px;

    width: 100px;
    /**/
    text-align: left;
    outline: none;
    font-size: 14px;
	text-decoration: underline;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    /*background-color: #eee;*/
	color: #444;
}

div.panel {
	
    /*padding: 0 18px;*/
    background-color: white;
	width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#personsandinstallations{
	padding: 0px;
	margin: 0px;
}


#event img{
	width: 100%;
	margin-bottom: 0px;
}

#event a{
	transition: 0.3s opacity;
}

#event a:hover{
	opacity: 0.8;
}


#footer {
	position: relative;
	margin-top: 120px;
	/*border-top: 10px solid #bbb;*/
}
#footer img{

	width: 80%;
}



/*
@media	only screen and (-webkit-min-device-pixel-ratio: 1.3),
	only screen and (-o-min-device-pixel-ratio: 13/10),
	only screen and (min-resolution: 120dpi)
	{
	
		h1 {
			font-size: 4.2vw;
			width: 90%;
		}
		#date {
			
			font-size: 2vw;
			letter-spacing: 2px;
		}
		
		.leftColumn h3{
			font-size: 1.8vw;
		}
		
		.rightColumn p{
			font-size: 1.4vw;
			line-height: 2.6vw;
		}
		
		#panelists p{
			font-size: 2.4vw;
		}
	}

*/

@media screen and (max-width: 960px) {
	
	
	
	#panelists p{
			width: 320px;
			/*font-size: 1.2vw;*/
			font-size: 15px;
			float:left;
		}

		#installations p{
			width: 300px;
			/*font-size: 1.2vw;*/
			font-size: 15px;
			float:left;
		}
	
	.hamburger {
		visibility: visible;
		z-index: 2000;
	}
	#navbar {
		z-index: 1000;
		position: fixed;
		top: 0px;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,1);
	}
	#navbar ul {
		width: 100%;
		border-top: 1px solid black;
		margin-top: 60px;
	}
	#navbar ul li {
		clear:left;
		text-align: center;
		padding-top: 30px;
		height: 50px;
		width: 100%;
		border-bottom: 1px solid black;
	}
	h1 {
		/*font-size: 20px;*/
		font-weight: 300;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	
	#maincontent{
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;

	}
	
	
	
	.leftColumn {
		width: 33%;
		clear: left;
	}
	
	.rightColumn {
		width: 90%;
		clear: left; 
	}
	#panelists p{
		width: 320px;
		float:left;
	}
	table {
		width: 100%;
	}
	tr {
		width: 100%;
	}
	#lefttablecolumn{
		width: 33%;
	}
	
	#righttablecolumn{
		width: 66%;
	}
	
	#righttablecolumn td{
		width: 50%;
	}
	#fliesstext{
		font-size: 15px;
	}
	
	div.panel{
		
		widht: 100%;
	}
	div.panel p{
		padding-right: 20%;
		width: 30%;
		color: black;

	}
	biotext {
		width: 50%;
	}
}
