html {
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

.w3-animate-opacity {
	animation:opac 7s}@keyframes opac{from{opacity:0} to{opacity:1}
}

#overlay {
	content: '';
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
	
	background-image: url("resources/tiled_webpage.png");
	background-position: center center;
    background-repeat: repeat;
    background-size: 4em;
	opacity: 0.9; 
	z-index: -2;
	
/*  Noisefilter   */
	/*background-color: rgba(255,0,0,0.4);
	background-size:auto;
	background-repeat: repeat;
	background-image: -webkit-repeating-radial-gradient(1% 21%, closest-corner, rgba(255,0,255,.5), rgba(0,255,255,.5), rgba(0,0,0,1) 1.7%), -webkit-repeating-radial-gradient(51% 51%, closest-corner, rgba(255,255,255,1), rgba(255,255,255,1), rgba(0,255,0,1) 10%); */
}

body {
	/*  Old Stuff  */
	/*background-size: cover;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(13,13,13); 
	background-attachment: fixed;*/
	font-family: 'Segoe UI Light';
	
	/*  Gradient  */
	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(left, #000000 0%, #0e071d 50%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000000 0%,#0e071d 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #000000 0%,#0e071d 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */

	opacity:0.55;
	z-index: -3;
}



#logo {
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 1px;
	height: 300px;
	background: url(resources/background_transparent.png) no-repeat center center;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-size: contain;
	background-blend-mode: darken;
	opacity: 0.9;
	padding: 0%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/*-----mainpage------*/

h1 {
	font-size: 1.3em;
}

#contentbox {
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 0%;
	margin-bottom: 0%;
	background-color: rgba(18,18,18,0.40);
	color: #cdcdcd;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-decoration: none;
}

 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: rgba(0,0,0,0.30);
	color: #f2f2f2;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.8s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
	background-color: rgba(0,0,0,0.30);
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 50px 50px;
	font-family: 'Segoe UI Light';
	background-color: rgba(0,0,0,0.30);
	display: none;
	overflow: hidden;
} 
.title {
	margin-left: 100px;
	width: 200px;
}

#wrapper_title {
	display: flex;
	padding: 15px;
	background-color: rgba(0,0,0,0.150);
}

#wrapper_bottom {
	display: flex;
	padding: 50px;
	background-color: rgba(0,0,0,0.150);
}

#wrapper_line {
	display: flex;
	padding: 1px;
	background-color: rgba(0,0,0,0.0);
}

#title_1 {
	flex: 0 0 25%;
}

#title_2 {
	flex: 0 0 25%;
}

#title_3 {
	flex: 0 0 25%;
	padding-left: 3px;
}

#wrapper_accordion {
	display: flex;
}

#title_1_accordion {
	flex: 0 0 25%;
	padding-left: 5px;
}

#title_2_accordion {
	flex: 0 0 25%;
	padding-left: 0px;
}

#title_3_accordion {
	flex: 0 0 25%;
 }

.bubu {
	color: #f2f2f2;
	font-family: 'Segoe UI Light';
	height: 100%;
}

/*-----footer------*/
	
::-webkit-scrollbar {
	background-color: #222222;
	width: 10px;
}
::-webkit-scrollbar-track {
	background: #202020;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
}

::-webkit-scrollbar-thumb {
	background: #202020;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	outline: 1px solid slategrey;
}	

.sicons 
{
	cursor: pointer;
	background-image:url(icons/);
	
	background-size:100%; 
	width: 13px;
	height: 13px;
	display: inline-block; 
	margin-bottom: -3px;
	/*border:1px solid rgb(221, 221, 221);*/
	-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
	-webkit-transition:all .8s ;
	-moz-transition:all .8s ;
	-ms-transition:all .8s ;
	-o-transition:all .8s ;
	filter-transition:all .8s ;
	transition:all .8s ;
}

div#fbicon.sicons, div#emicon.sicons, div#ldicon.sicons
{	
	opacity: 0.65;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

div#fbicon.sicons:hover, div#emicon.sicons:hover, div#ldicon.sicons:hover
{
	opacity: 1;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
	box-shadow: 0 0 3px 1px rgba(1, 1, 1, 0.3);
}

#bottom {
	font-size: 50%;
	text-align: center;
   	color: #f2f2f2;
	opacity: 0.8;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

#impressum {
	color: #f2f2f2;
	cursor: pointer;
}

a {
	font-size: 130%;
	text-decoration: underline;
	color: #f2f2f2;
	cursor: pointer;
}

ul li
		{
			list-style-type: none;
			display: inline-block;
		}
	