p {font-family: 'InconsolataRegular';  font-size:14pt; font-weight:regular
; text-decoration:none; color:#99ff99;}
h1 {font-family: 'InconsolataRegular';  font-size:18pt; font-weight:bold; text-decoration:none; color:#99ff99;}
		h2 {font-family: 'InconsolataRegular';   font-size:16pt; font-weight:normal; text-decoration:none; color:#99ff99;}
		h3 {font-family: 'InconsolataRegular';   font-size:17px; font-weight:normal; text-decoration:none; color:#ddd;}
		h4{font-family: 'InconsolataRegular';   font-size:12px; font-weight:bold; text-decoration:none; color:#000033;}
		h5{font-family:Courier New; font-size:11px; font-weight:normal; text-decoration:none; color:#000000;}
				h5{font-family: font-family: 'InconsolataRegular'; ; font-size:17px; font-weight:bold; text-decoration:none; color:#990000;}
		.subhead {font-family"Courier New", Courier, monospace; font-size:9px; font-weight:bold; text-decoration:none; color:#000000;}
		.textnormal {font-family: 'InconsolataRegular';   font-size:10pt; color:#000000;}
		a:link ,a:hover {font-family: 'InconsolataRegular';   font-weight:normal; text-decoration:underlined; color:#999999}
		a:visited {font-family: 'InconsolataRegular';   font-weight:normal; text-decoration:underlined; color:#707070}
/* [disabled]form { background-color: #eeeeff; padding: 20px; border: 1px solid silver; }*/

		body   {

	background-color: #000000;
	
}

	


.leftbox {
	float: left;
	margin: 10px;
	padding: 10px;
	width: 400px;
	height: 300px;
}   
.rightbox {
	float: right;
	margin: 10px;
	padding: 10px;
	width: 400px;
	height: 300px;
	text-align: right;
}  

.tabcontent {
	display: none;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
	font-family: 'InconsolataRegular'; 
	color: #CCC;
	font-size: 17px;
	font-style: normal;
	background-image: url(aura/img/button/bg_doublesemiblack.png);
	text-align: left;
	width: 600px;
	max-width: 70%;
	margin: auto; 
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	line-height: 22px;
	font-weight: bold;
}

div.bg
{
	font-family: 'InconsolataRegular'; 
	color: #009900;
	font-size: 17px;
	font-style: normal;
	background-image: url(aura/img/button/bg_doublesemiblack.png);
	text-align: left;
	width: 600px;
		max-width: 70%;
	margin: auto; /* Setzt Textfeld zentriert */
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	line-height: 22px;

}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

ul.tab {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 0px solid #ccc;

}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
	display: inline-block;
	color: #CCC;
	text-align: center;
	padding: 10px 12px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 17px;
	font-family: 'InconsolataRegular'; 
	font-weight: bold;
	border: 0px solid #ccc;
}

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #ddd;}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {
	background-image: url(aura/img/button/backgroundsemiblack.png);
}

footer
{
    position: absolute;
	bottom: 0;
    right: 0%;
	}

iframe 
{
  overflow-x:hidden;
  overflow-Y:hidden;
  	 
	}

.w3-text-grey,.w3-hover-text-grey:hover{color:#757575!important}

span {
	font-size:24pt;
	 }

video {
  width: 100%    !important;
  height: auto   !important;
}

.beforeaccordion{
 background-color: #333333;
	color: #ffffff;
	opacity: 0.4;
	font-size: 24pt;
}
.accordion {
  background-color: #000;
	opacity: 0.7;
    color: #ffffff;
    cursor: pointer;
	
    padding: 2px;
    width: 100%;
    border: 0;
    text-align: left;
    outline: none;

	vertical-align: middle;
    transition: 0.4s;
	font-weight: bold; 
	font-size: 18px; 
	font-family: 'InconsolataRegular'; "times new roman"; 
	text-decoration: none;
	
}

.active, .accordion:hover {
    background-color: #333333;
	opacity: 0.8;
	color: #ffffff;
	font-size: 20pt;
}

.accordion:after {
    content: '\002B';
    color: #ffffff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
	opacity: 0.2;
}

.active:after {
    content: "\2212";
	color: #ffffff;
}


.panel {
    padding: 0 18px;
    background-color: rgba(100, 100, 100, 0.1);
	max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

 /* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 0%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-y: hidden; /* Disable vertical scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 10%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #99ff99;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}



/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
} 