/******************* TEXTBOXEN *******************/

.hnftextfeldlinks {
    background-color:#cbbab6;
    font-family: Arial;
    font-size:12px;
    line-heigth: 12px;
    color:#1b1b1b;
    text-align:justify;
    padding:10px;
    text-align:center;
    border-box:box-sizing;
}

.hnftextfeldbig {
    background-color:#cbbab6;
    font-family:Arial;
    font-size:11px;
    line-height: 15px;
    color:#1b1b1b;
    text-align:justify;
    padding:10px;
    height:150px;
    overflow:auto;
    border-box:box-sizing;
}


.hnftextfeldsmall1 {
    background-color:#cbbab6;
    font-family:Arial;
    font-size:11px;
    line-height: 15px;
    color:#1b1b1b;
    text-align:justify;
    padding:10px;
 width:300px;
    height:100px;
    overflow:auto;
    border-box:box-sizing;
}

.hnftextfeldsmall {
    background-color:#cbbab6;
    font-family:Arial;
    font-size:10px;
    line-height: 15px;
    color:#1b1b1b;
    text-align:justify;
    padding:10px;
 width:635px;
    height:100px;
    overflow:auto;
    border-box:box-sizing;
}

.hnfteamtext {
    float:left;
    width:170px;
    margin:0 20px;
}


/******************* SCROLLBAR *******************/

#newsflash ::-webkit-scrollbar {
    width:8px;
    background:#7e6171;
}

#newsflash ::-webkit-scrollbar-thumb {
    background:#7e6171;
    height:10px;
}

#newsflash ::-webkit-scrollbar-track {
    background-color:#cbbab6;
    opacity:0.8;
}


/******************* LINKS *******************/

#newsflash a {
    font-family:'Exo 2',sans-serif;
    color:#7e6171;
    font-size: 12px;
    text-decoration: none;
    display:inline;
    text-transform:uppercase;
    font-weight:bold;
}

#newsflash a:hover {
    letter-spacing:1px;
}

.hnftextfeldlinks a {
    padding:2px 10px;
}

/******************* ÜBERSCHRIFT *******************/

.hnfheadline {
    font-family:'Exo 2',sans-serif;
    color:#242528;
    font-size:12px;
    font-weight:bold;
    background-color:#7e6171;
    padding:2px 6px;
    text-transform:uppercase;
    text-align:right;
    margin-bottom:8px;
}


/******************* BILDER *******************/

.hnfweather {
    width:65px;
    float:left;
    margin-right:15px;
}
.hnfteam {
    border:3px solid #7e6171;
    margin: 0 1px;
}


/******************* GRUNDGERÜST *******************/

.tab-headline {
width: 215px;
background: #b47a39;
border-bottom: 3px solid #cfcfcf;
padding: 10px;
text-align: center;
font-family: 'Kite One', sans-serif;
font-size: 25px;
color: #cfcfcf;
font-weight: bold;
text-transform: uppercase;
}

.tab-body {
width: 200px;
height: 110px;
overflow: auto;
background-color: #fdfdfd;
border: 3px solid #cfcfcf;
padding: 15px;  
font-family: verdana;
font-size: 12px;
color: #191919;
text-align: uppercase;
}

.tab-lang {
width: 940px;
height: 60px;
overflow: auto;
background-color: #fdfdfd;
border: 3px solid #cfcfcf;
padding: 15px;  
font-family: verdana;
font-size: 12px;
color: #191919;
text-align: justify;
margin-top: 15px;
}

.tab-body b {
width: 200px;
color: #b47a39;
font-weight: bold;
text-transform: uppercase;
}

/******************* FAKTEN & DROPDOWN *******************/

.tab-facts {
min-width: 100px;
background: #b47a39;
font-family: 'Kite One', sans-serif;
font-size: 12px;
color: #fbf3cd;
text-transform: uppercase;
text-align: center;
padding: 4px 8px 3px 8px;
display: inline-block;
margin: 5px 5px 0px 5px;
}

.tab-facts-l {
min-width: 100px;
background: #b47a39;
font-family: 'Kite One', sans-serif;
font-size: 12px;
color: #ececec;
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: 100px;
background: #b47a39;
font-family: 'Kite One', sans-serif;
font-size: 12px;
color: #ececec;
text-transform: uppercase;
text-align: center;
padding: 4px 8px 3px 8px;
display: inline-block;
margin: 5px 5px 0px 10px;
float: right;
}

.tab-links {
width: 110px;
background: #b47a39;
font-family: 'Kite One', sans-serif;
font-size: 9px;
color: #ececec;
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: 100px;
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: #b47a39;
font-size: 35px;
font-weight: bold;
border: 3px solid #b47a39;
padding: 3px 7px;
margin: 5px;
position: relative;
top: 0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  width: 20px;
  height: 20px;
-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: #cfcfcf;
border: 3px solid #cfcfcf;
top: 0;
}
      
[type=radio]:checked ~ label ~ .tab-content {
display: block;
}

    
/* Tab-Inhalt */
.tab-content{
width: 100%;
height: 90px;
overflow: auto;
background: #ececec;
font-family: verdana;
font-size: 10px;
color: #191919;
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:#dbdbdb;
}

.tab-scroll::-webkit-scrollbar-thumb:vertical {
height:10px;
background-color:#b47a39;
}
		
		