/******************* GRUNDGERÜST *******************/

.tab-headline {
background: #F3EBC4;
border-bottom: 1px solid #F3EBC4;
padding: 10px;
text-align: center;
font-family: 'Rufina', serif;
font-size: 20px;
color: #61120a;
font-weight: 700;
}

.tab-body {
height: 160px;
overflow: auto;
background-color: #efe4af;
padding: 15px;
font-family: 'Oxygen', sans-serif;
font-size: 10px;
color: #61120a;
text-align: justify;
}

.tab-body b {
color: #61120a;
font-weight: bold;
text-transform: uppercase;
}

/******************* FAKTEN & DROPDOWN *******************/

.tab-facts {
min-width: 90px;
background: #efe4af;
font-family: 'Rufina', serif;
font-size: 9px;
color: #61120a;
text-transform: uppercase;
text-align: center;
padding: 4px 8px 3px 8px;
display: inline-block;
margin: 5px 5px 0px 5px;
}

.tab-facts-l {
min-width: 90px;
background: #efe4af;
font-family: 'Rufina', serif;
font-size: 9px;
color: #61120a;
text-transform: uppercase;
text-align: center;
padding: 4px 8px 3px 8px;
display: inline-block;
margin: 5px 10px 0px 5px;
float: left;
}

.tab-facts-r {
min-width: 90px;
background: #efe4af;
font-family: 'Rufina', serif;
font-size: 9px;
color: #61120a;
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: #efe4af;
font-family: 'Rufina', serif;
font-size: 9px;
color: #61120a;
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: #F3EBC4;
font-family: 'Rufina', serif;
font-size: 9px;
color: #61120a;
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: #c4bdc9;
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: #61120a;
top: 0;
}

[type=radio]:checked ~ label ~ .tab-content {
display: block;
}


/* Tab-Inhalt */
.tab-content{
width: 100%;
height: 90px;
overflow: auto;
background: #efe4af;
font-family: 'Oxygen', sans-serif;
font-size: 10px;
color: #61120a;
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:#c4bdc9;
}

.tab-scroll::-webkit-scrollbar-thumb:vertical {
height:10px;
background-color:#c4bdc9;
}




		
		