/******************* GRUNDGERÜST *******************/

.tab-headline {
background: #0a0e11;
padding: 8px;
text-align: center;
font-family: antonio;
text-transform: uppercase;
font-size: 18px;
color: #BAB5B5;
font-weight: 700;
letter-spacing: 1px;
}

.tab-headline a:link{
color: #BAB5B5;
}

.tab-headline a:visited {
        color: #BAB5B5;
        text-decoration: none;
}

.tab-headline a:hover,
.tab-headline a:active {
        color: #BAB5B5;
}

.tab-body {
height: 150px;
overflow: auto;

padding: 15px;
font-family: 'antonio', sans-serif;
font-size: 10px;
color: #176b81;
text-align: justify;

}

.tab-body b {
color: #176b81;
font-weight: bold;
text-transform: uppercase;
}

.tab-body2 {
height: 390px;
background-color: #0f1524;
padding: 1px;
font-family: 'Oxygen', sans-serif;
font-size: 10px;
color: #176b81;
text-align: justify;
text-transform: uppercase;
}

.tab-body3 {

padding: 1px;
font-family: 'Oxygen', sans-serif;
font-size: 10px;
color: #176b81;
text-align: justify;
text-transform: uppercase;
}

/******************* FAKTEN & DROPDOWN *******************/

.tab-facts {
min-width: 90px;
background: #0f1524;
font-family: 'Rufina', serif;
font-size: 9px;
color: #176b81;
text-transform: uppercase;
text-align: center;
padding: 4px 8px 3px 8px;
display: inline-block;
margin: 5px 5px 0px 5px;
}

.tab-facts-l {
	background: #0f1524;
	color: #176b81;
	min-width: 252px;
	text-transform: uppercase;
	text-align: center;

	display: inline-block;
	margin: 5px 10px 0px 0px;
	float: center;
	
	font-family: 'Antonio', serif;
	font-size: 11px;
}

.tab-facts-r {
min-width: 90px;
background: #0f1524;
font-family: 'Rufina', serif;
font-size: 9px;
color: #176b81;
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: #0f1524;
font-family: 'Rufina', serif;
font-size: 9px;
color: #176b81;
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: #290a0a;
font-family: 'Rufina', serif;
font-size: 9px;
color: #176b81;
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: #176b81;
top: 0;
}

[type=radio]:checked ~ label ~ .tab-content {
display: block;
}

/* Tab-Inhalt */
.tab-content{
width: 100%;
height: 90px;
overflow: auto;
background: #1A7BD1;
font-family: 'Oxygen', sans-serif;
font-size: 10px;
color: #176b81;
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:#0f1524;
}

.tab-scroll::-webkit-scrollbar-thumb:vertical {
height:10px;
background-color:#010313;
}


.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;
}
		


		
		
		
		
		