/******************* GRUNDGERÜST *******************/

.tab-headline {
	background: url(https://www.toptal.com/designers/subtlepatterns/patterns/upfeathers.png) repeat-x;
	text-transform: uppercase;
	font-family: 'Yeseva One', cursive;
	font-size: 20px;
	padding: 8px;
    letter-spacing: 2px;
	text-shadow: 2px 0px 6px #b3a78b;
}

.tab-subline {
	background: url(https://www.toptal.com/designers/subtlepatterns/patterns/upfeathers.png) repeat-x;
	border-bottom: 1px solid #3b3439;
	text-transform: uppercase;
	font-family: 'Yeseva One', cursive;
	font-size: 16px;
	padding: 5px;
	text-shadow: 2px 0px 6px #b3a78b;
}

.tab-body {
	height: 260px;
	overflow: auto;
	background-color: #abaaaa;
	padding: 15px;
	text-align: justify;
	border: 1px solid #848484;
	
	font-family: verdana;
	font-size: 10px;
}

.tab-body b {
font-weight: bold;
text-transform: uppercase;
}

/******************* FAKTEN & DROPDOWN *******************/

.tab-facts {
min-width: 90px;
background: #abaaaa;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 9px;
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: #848484;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 9px;
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: #848484;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 9px;
text-transform: uppercase;
text-align: center;
padding: 4px 8px 3px 8px;
display: inline-block;
margin: 5px 5px 0px 10px;
float: right;
}

.tab-links {
width: 140px;
background: #848484;
color: #3b3439;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 12px;
text-transform: uppercase;
padding: 2px 8px 1px 8px;
margin: 5px 5px 0px 5px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}

a.tab-linki:link, a.tab-linki:visited, a.tab-linki:active {
COLOR: #1f1f21; TEXT-DECORATION: none; text-transform: uppercase; font-size: 12px;
font-weight: bold; font-style: inherit; font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

a.tab-linki:hover {
background: #808080;
color: #464647;
text-shadow: 0px 1px 0px #808080;
font-size: 12px;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

/******************* TABS BEI 'WELCOME' *******************/

.tabs input[type=radio] {
position: absolute;
display: none;
}

.tabs {
width: 300px;
height: 255px;
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;
font-size: 35px;
font-weight: bold;
color: #3b3439;
border: 3px solid #3b3439;
padding: 3px 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: #999999;
border: 3px solid #999999;
top: 0;
}

[type=radio]:checked ~ label ~ .tab-content {
display: block;
}

/* Tab-Inhalt */
.tab-content{
width: 100%;
height: 200px;
overflow: auto;
background: #abaaaa;
font-family: verdana;
font-size: 10px;
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;
}

/******************* TABS BEI 'INPLAY' *******************/

.tabs input[type=radio] {
position: absolute;
display: none;
}

.tabs1 {
width: 300px;
height: 255px;
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;
font-size: 35px;
font-weight: bold;
border: 3px solid #3b3439;
color: #3b3439;
padding: 3px 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: #999999;
border: 3px solid #999999;
top: 0;
}

[type=radio]:checked ~ label ~ .tab-content {
display: block;
}

/* Tab-Inhalt */
.tab-content{
width: 100%;
height: 200px;
overflow: auto;
background: #abaaaa;
font-family: verdana;
font-size: 10px;
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:#848484;
}

.tab-scroll::-webkit-scrollbar-thumb:vertical {
height:10px;
background-color:#848484
}

