@font-face {
    font-family: CBGBFontSolid;
    local: CBGBFontSolid;
    src: url(CBGBFontSolid.ttf);
}

body{
    display: block;
    background-color: black;
    background-attachment: fixed;
}
img{
    border-width: 0 ;
}

.imgborder{
    border-width: 2px;
    border-color: white;
    border-style: solid;
}

#page { 
    background-image: url("../images/logo_bg.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}

#logo{
    position: absolute;
    left: 50%;
    width: 860px;
    margin-left: -430px; /* negative Hälfte von width:400px */
    top: 50%;
    height: 860px;
    margin-top: -430px; /* negative Hälfte von height:150px */

}

#logoimg{
    opacity:0.2;
    filter:alpha(opacity=20); /* For IE8 and earlier */
    z-index: 0;
}

A:link,
A:visited,
A:active,
A:hover{
    color: black;
}

h2{
    text-align: center;
    text-transform:uppercase;
	font-family: CBGBFontSolid;
}

h3{
    text-align: center;
	font-family: CBGBFontSolid;
}

h4{
	text-transform:uppercase;
	font-family: CBGBFontSolid;
	font-size: 0.9em;
}

noscript span {display:none} 

#lang{
    text-align: right;
    width: 960px;
    min-width: 960px;
    margin: 0 auto;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.85);
}

#banner{
    width: auto;
    min-width: 960px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 4.9em;
    text-transform:uppercase;
    font-family: CBGBFontSolid;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.85);
}

#banner-inner{
    width: 1220px;
    position: relative;
    display: inline;
}

#nav{
    clear:both; 
    float:left; 
    width:100%; 
    min-width: 960px;
    overflow:hidden;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.85);
}

#nav ul
{
    padding:0;
    margin:0 auto;
    list-style-type:none;
    float:left;
    position:relative;
    left:50%;
}

#nav li
{
    float:left; 
    position:relative; 
    right:50%;
    margin-left: 5px;
    margin-right: 5px;
}

#nav li a:link,#nav li a:visited{

    display:block;
    border-radius: 25px;
    width:150px;
    font-weight:bold;
    background-color:#00A11C;
    text-align:center;
    padding:4px;
    text-decoration:none;
    text-transform:uppercase;
}

.social{
    margin:0 auto;
    position:relative;
    width: 900px;
    min-width: 960px;
    color: silver;
}
.socialbutton{ 
    height: 150px;
	max-height: 150px;
	min-height: 150px;
    text-align: center;
    vertical-align: central;
}

#soc{
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 0px 0px 10px 0px;
}

#soc div
{
	padding: 0px 10px 0px 0px;
}

#soc>*:last-child
{
	padding: 0px 0px 0px 0px;
}

.box {
 float: left;
 width: 32%;
 margin-right: 2%;
 padding: 20px;
 text-align:center;
 box-sizing: border-box;
}

.box:last-child {
     margin-right: 0;
}

#content{
    float: left;
    width:100%; 
    min-width: 960px;
    min-height: 650px;
    padding-top: 10px;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.85);
}

.text{
    padding: 0;
    margin:0 auto;
    width: 960px;
    min-width: 960px;
    color: silver;
}

.text A:link,
.text A:visited,
.text A:active,
.text A:hover{
    color: silver;
}

.cellcenter{
    text-align: center;
}


.artikelcell{
    vertical-align: top;
}

#switchcolor{
    margin:0 auto;
    position:relative;
    width: 220px;
    min-width: 220px;
    color: silver;
    padding-top: 50px;
}

#switchcolor IMG:hover{
	cursor:pointer;
}

.textcenter{
	text-align: center;
	width: 220px;
    min-width: 220px;
}


.spoiler {
	padding: 5px;
	border: 1px solid #ccc;
	width: 200px;
}
.spoilerHeading:active + .spoilerContent {
	display: inline;
}
.spoilerContent {
	display: none;
}

/*
MP3 player
*/
button:focus {outline:0;}

#pButtonJudge, #pButtonHollis, #pButtonRaven{
	height:30px;
	width: 30px;
	border: none;
	background-size: 100% 100%;
	background-position: center;
}
.play{background: url('../mp3/Button_Play.png') no-repeat;}
.pause{background: url('../mp3/Button_Pause.png') no-repeat;}