p {
	font-family: 'Roboto Mono', monospace;
	font-size:16px;
	font-weight:regular;
	font-weight:normal;
	;
	text-decoration:none;
	color:#FFF;
}
h1 {font-family: 'Roboto Mono', monospace; font-size:20px; font-weight:bold; font-style: normal; text-decoration:none; color:#66666;}
		h2 {font-family: 'Roboto Mono', monospace; font-size:16px; font-weight:regular; text-decoration:none; color:#ffffff;}
		h3 {font-family: 'Roboto Mono', monospace; font-size:14px; font-weight:regular; text-decoration:none; color:#ddd;}
		h4{font-family: 'Roboto Mono', monospace; font-size:12px; font-weight:bold; text-decoration:none; color:#000033;}
		h5{font-family: font-family: 'Roboto Mono', monospace; font-size:14px; font-weight:bold; text-decoration:none; color:#990000;}
		h6{font-family: font-family: 'Roboto Mono', monospace; font-size:14px; font-weight:normal; text-decoration:none; color:#FFC;}
		.subhead {font-family"Courier New", Courier, monospace;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}
		.textnormal {font-family: 'Roboto Mono', monospace; color:#000000;}
		a:link ,a:hover {font-family: 'Roboto Mono', monospace; font-weight:normal; text-decoration:underlined; color:#999999}
		a:visited {font-family: 'Roboto Mono', monospace; font-weight:normal; text-decoration:underlined; color:#707070}
/* [disabled]form { background-color: #eeeeff; padding: 20px; border: 1px solid silver; }*/
.headline {
	font-size:24pt;
	 }
.highlight {
	font-size:20pt;
	 }


@media print {
  h1, h2, h3, h4, h5, p{
    color: #000;
  }
    .backstretch { display: none;}
}
	body   {

	background-color: #000000;

}

img {
	max-width: 100%;
	height: auto;
}	

.clearfix {
  overflow: auto;
}

	
video {
  width: 100%    !important;
  height: auto   !important;
}

.leftbox {
	float: left;
	margin: 10px;
	padding: 10px;
	width: 450px;
	height: 300px;
}   
.rightbox {
	float: right;
	margin: 10px;
	padding: 10px;
	width: 450px;
	height: 300px;
	text-align: right;
}  
.rightbox_new {
	float: right;
	margin: 10px;
	padding: 10px;
	width: 420px;
	
	text-align: right;
}  
.rightbox_small {
	float: right;
	margin: 10px;
	padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 100px;
	width: 450px;
	
	text-align: right;
} 
.solobox{
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
	font-family: 'Roboto Mono', monospace;
	color: #CCC;
	font-size: 17px;
	font-style: normal;
	background-image: url(../bilder/background/bg_doublesemiblack.png);
	text-align: left;
	width: 800px;
	max-width: 70%;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	line-height: 22px;
	font-weight: bold;
}

.tabcontent {
	display: none;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
	font-family: 'Roboto Mono', monospace;
	color: #CCC;
	font-size: 17px;
	font-style: normal;
	background-image: url(../bilder/background/bg_doublesemiblack.png);
	text-align: left;
	width: 600px;
	max-width: 70%;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	line-height: 22px;
	font-weight: bold;
}

.form{
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
	font-family: 'Roboto Mono', monospace;
	width: 600px;
	max-width: 70%;
	padding-top: 6px;
	padding-right: 12px;
	color: #CCC;
	font-size: 17px;
	font-style: normal;
	background-image: url(../bilder/background/bg_doublesemiblack.png);
	text-align: left;
	padding-bottom: 6px;
	padding-left: 12px;
	line-height: 22px;
	font-weight: bold;
}

@-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;

}

ul.share-buttons{
	list-style: none;
	padding: 0;
	}
	ul#menu li {
    display:inline;
}


/* 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: 'Roboto Mono', monospace;
	font-weight: bold;
	border: 1px solid #ccc;
	background-image: url(../bilder/background/bg_doublesemiblack.png);
	
	}

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #eee;}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {
	background-image: url(../bilder/background/bg_doublesemiblack.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}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 33,33%;
    padding: 15px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
    .column {
        width: 100%;
    }
}

.beforeaccordion{
    background-color: #333333;
	color: #ffffff;
	opacity: 0.5;
}

.accordion {
    background-color: #000;
	opacity: 0.5;
    color: #ffffff;
    cursor: pointer;
	
    padding: 0px;
    width: 100%;
    border: 0;
    text-align: left;
    outline: none;

	vertical-align: middle;
    transition: 0.4s;
	
}

.active, .accordion:hover {
    background-color: #333333;
	opacity: 0.2;
	color: #ffffff;
}

.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: none;
	max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
