/******************* GRUNDGERÜST *******************/

.tab-headline {
background: #061828;

padding: 10px;
text-align: center;
font-family: 'Saltwater', serif;
font-size: 30px;
color: #c45100;
font-weight: 100;
}

.tab-headline a:link,
.tab-headline a:visited,
.tab-headline a:hover,
.tab-headline a:active {
	color: #c45100;
}

.tab-body {

overflow: auto;

padding: 15px;  
font-family: 'Oxygen', sans-serif;
font-size: 10px;
color: #ebefc4;
text-align: justify;
}

.tab-body b {
color: #ebefc4;
font-weight: bold; 
text-transform: uppercase;
}

/******************* FAKTEN & DROPDOWN *******************/

.tab-facts {
min-width: 90px;
background: #191919; 
font-family: 'Rufina', serif;
font-size: 9px; 
color: #ebefc4; 
text-transform: uppercase;
text-align: center; 
padding: 4px 8px 3px 8px; 
display: inline-block; 
margin: 5px 5px 0px 5px;
}

.tab-facts-l {
min-width: 180px;
background: #001620; 
font-family: 'Rufina', serif;
font-size: 12px; 
color: #ebefc4; 
text-transform: uppercase;
text-align: center; 
padding: 4px 8px 3px 8px; 
display: inline-block; 
margin: 5px 10px 0px 5px;

}

.tab-facts-r {
min-width: 90px;
background: #191919; 
font-family: 'Rufina', serif;
font-size: 9px; 
color: #ebefc4; 
text-transform: uppercase;
text-align: center; 
padding: 4px 8px 3px 8px; 
display: inline-block; 
margin: 5px 5px 0px 10px;
float: right;
}

.tab-facts-rr {
min-width: 130px;
background: #191919; 
font-family: 'Rufina', serif;
font-size: 9px; 
color: #ebefc4; 
text-transform: uppercase;
text-align: center; 
padding: 4px 8px 3px 8px; 
display: inline-block; 
margin: 5px 2px 0px 10px;
float: right;
}

.tab-links {
width: 140px;
background: #191919; 
font-family: 'Rufina', serif;
font-size: 9px; 
color: #ebefc4; 
text-transform: uppercase;
padding: 2px 8px 1px 8px; 
margin: 5px 5px 0px 5px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}


/******************* TABS BEI 'INPLAY' *******************/

.tabs input[type=radio] {
position: absolute;
display: none;
}

.tabs {
width: 240px; 
height: 160px;
float: none;
list-style: none;
position: relative;
padding: 0;
margin: auto;
}

.tabs li{
text-align: center;
display: inline;
}

/* Schrift-Icons für versch. Tabs */
.tabs label {
display: inline;
color: #c1c1c1;
font-size: 35px;
font-weight: 700;
padding: 6px 7px;
margin: 5px;
position: relative;
top: 0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

   
/* Ausgewählter Tab */
[type=radio]:checked ~ label {
color: #ebefc4;
top: 0;
}
      
[type=radio]:checked ~ label ~ .tab-content {
display: block;
}

    
/* Tab-Inhalt */
.tab-content{ 
width: 100%;
height: 90px;
overflow: auto;
background: #061828;
font-family: 'Oxygen', sans-serif;
font-size: 10px;
color: #ebefc4;
text-align: justify;
padding-right: 5px;
z-index: 2;
display: none;
position: absolute;
top: 70px;
left: 0;
box-sizing: border-box;
-webkit-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
animation-duration: 0.5s;
}


/******************* SCROLLBARS *******************/

.tab-scroll::-webkit-scrollbar {
width:6px;
} 

.tab-scroll::-webkit-scrollbar-track-piece {
background-color:#061828;
} 

.tab-scroll::-webkit-scrollbar-thumb:vertical {
height:10px;
background-color:#061828;
}
		
		
.headertabelle4 {
    width: 33%;
    display: inline-block;
    text-align: justify;
    padding-left: 20px;
    height: 170px;
    overflow: auto;
    padding-right: 3px;
}

.headertabelle9 {
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 2px #333 solid;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 3px;
    font-family: 'Fjalla One', sans-serif;
}
		
		