/* Spieleauswahl Höhe einstellen */
.profile-content.active {
    width: 100%;
    min-height: 400px;
    transition: width 0.5s;
}
body {
    background: url(img/bg.jpg) fixed;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:#909090;
}

a {color:white;}
a:hover {color:#4295C9}
#mobile-ts {
    position:absolute;
    z-index:999;
    background:#000;
    width:96%;
    margin-left:3%;
    display:none;
    height:450px;
    overflow:auto;
}
#tsbutton {
    background:url(img/ts_button.png);
    height:60px;
    width:60px;
    margin-top:25%;
    z-index: 999;
    padding: 5px;
    margin-left: 0%;
    position: fixed;
    transition: all 1s;
    display:none;
}
@media (min-width:768px) {
    #tsbutton {
        display:block;
    }
}
#TS_3 {
    width:0%;
    height:100%;
    z-index:999;
    transition: all 1s;
    position: fixed;
    overflow: hidden;
	display:block;
}

#TS_3 img {
    margin-top:45%;
    position: absolute;
}
#sliderbox {
    height:100%;
    width:100%;
    overflow: auto;
}
#box {
    margin-left:auto;
    margin-right:auto;
    border-left: 3px solid #c4c4c4;
    border-right: 3px solid #c4c4c4;
    position: relative;
}

#lf-box {
    height: 100%;
    width:32%;
    margin-top: 1%;
    position: absolute;
    margin-left: 66.7%;
}
@media (min-width:1200px) {
    #lf-box {
        height:25.5%;
    }
}
#lf-button {
    width:100%;
    height:12%;
   
}

#lf-button a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
}

#lf-button a:hover {
    color:#0fa9db;
    text-decoration: none;
}
#lf-button ul {
    margin:0;
    padding: 0;
}
#lf-button li {
    float:left;
    padding:10px;
    list-style: none;
    width:50%;
    background:linear-gradient(90deg,#1b1b1b,#000 60%,#1b1b1b);
    text-align: center;
    margin:0;
    border-top: 2px solid #484848;
    border-bottom: 2px solid #484848;
}

#lf-button li:hover {
    border-top:2px solid #0fa9db;
    border-bottom:2px solid #0fa9db;
}

#lf-button a {
    cursor: pointer;
}
#lForum a {color:#4295C9}
#lForum img {margin-right:8px;}
#lForum {
	display:block;
}
#lNews {
	display:none;
}
#nav {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    height: 43px;
    background: #1b1b1b;
    border-left: 3px solid #c4c4c4;
    border-right: 3px solid #c4c4c4;
    display:none;
}

@media (min-width:1200px) {
    #nav {
        width:80%;
    }
}
@media (min-width:768px) {
    #nav {
        display:block;
    }
}
#button {
    position:absolute; 
    width: 96%;
}
#button ul {
    width:100%;
}
@media (min-width:1200px) {
    #button ul {
        width:91.5%;
    }
}
@media (min-width:1200px) {
    #button {
        width:84.5%
    }
}
#button li {
    list-style: none;
    float: left;
    width: 10%;
}

#fz-partner {
    width: 60%;
    height: 20%;
    position: absolute;
    margin-top: 1.2%;
    margin-left: 3.2%;
}

#fz-partner .bx-viewport,
#fz-partner .bx-wrapper {
    background: none !important;
}
#image {
    position: absolute;
    margin-left:2.2%;
    width: 63%;
    padding: 1.5%;
    height: 60%;
    overflow: hidden;
    margin-top: 6.5%;
}
#image img {
    width: 15%;
    padding: 0.4%;
}

.btn-primary {
 color:#fff;
 background:linear-gradient(90deg,#1b1b1b, #000 60%,#1b1b1b);
 border-color:#484848;
}
.btn-primary:hover {
 color:#fff;
 background-color:#286090;
 border-color:#4295C9;
}
.container {
    margin-top:0px;
}
.panel-default {
 border:1px solid #484848;
 background: #1b1b1b;
}

.ilch-head {
    background: linear-gradient(90deg,#000, #1b1b1b 50%,#1b1b1b);
    color: #FFF;
}

.ilch-bg {
    background: linear-gradient(#313131 ,#111111);;
}
.ilch-border {
    border: none;
}
.forums {
    border-bottom:2px solid #000;
}
.forums li:hover {
    background:none;
}
.ilch-bg--hover {
    background-color: #151515;
}
.ilch-bg--hover:hover {
    background-color: #484848;
}
.ilch-link {
    color:#0fa9db;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border:1px solid #484848;
}
.table-bordered {
    border:1px solid #484848;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: linear-gradient(90deg,#1b1b1b, #000 60%,#1b1b1b);
    background-color: rgba(0, 0, 0, 0);
    Color: white;
    text-align: center;
    color: #0fa9db;
}
.col-xs-4 .fa{
    color:#333;
    
}

#forum .forabg ul.forenlist.forums li dl.icon.topic-read {
    background-image: url("img/forum/topic_read.png");
}
#forum h1 {
    display:none;
}

.user-regist-step .activestep {
    color: black;
    height: 100px;
    margin-top: -7px;
    padding-top: 7px;
    border-left: 6px solid #484848 !important;
    border-right: 6px solid #484848 !important;
    border-top: 3px solid #484848 !important;
    border-bottom: 3px solid #484848 !important;

}

.user-regist-step {
    color:#333;
}
.control-label {
    color:white;
}
.panel-footer {
    background-color: #1b1b1b;
    border:none;
}
.panel-default > .panel-heading {
    border-bottom:2px solid #484848;
    color:#909090;
}

.fa {
    color:#484848;
}
 .profile-sidebar,.profile-content {

    background-color:#1b1b1b !important;

}

.profile-sidebar .profile-usermenu ul li.active a {

    color: #5b9bd1;

    border-left: 2px solid green !important;;

    margin-left: -2px;

    border-right: 2px solid green !important;;

    margin-right: -2px;

}
.profile-sidebar .profile-usermenu ul li a {
    color:white;
}
.profile-sidebar .push-menu i {
    color:#484848;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background:linear-gradient(90deg,#1b1b1b, #000 60%,#1b1b1b);
    border-top: 1px solid #484848;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #484848;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr:hover {
    background:#1b1b1b;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background: #1b1b1b;
    border: 1px solid #484848;
}
.panel-primary {
    border: none;
}
.panel-primary > .panel-heading {
    border:none;
    text-align: center;
}
.breadcrumb {
    background-color: #1C1C1C;
}
#nav-sidebar {
    height:100px;
    padding:0;
    width:100%;
}
#nav-sidebar li {
    list-style: none;
    float:left;
    width: 20%;
}
#nav-sidebar ul {
    width:100%;
    padding: 0;
}
#nav-sidebar img {
    width:100%;
}
label{
    color:white;
}
.gaming {
    background-color: #1b1b1b;
    margin: 0;
}
@media (min-width: 768px) {
    .gaming {
        border-left: 3px solid #c4c4c4;
        border-right: 3px solid #c4c4c4;
        border-top: none;
        border-bottom: none;
    }
}

.panel {
    background:#1b1b1b;
}
.panel-default .panel-body {
    padding: 10px;
}
.panel-gaming > .panel-body li {
    border-bottom:1px solid #000; 
}
.panel-gaming > .panel-body a {
    color:#909090;
}
.panel-gaming > .panel-body a:hover {
    color:white;
}

@media screen and (max-width:767px) {
 .table-responsive {
  width:100%;
  margin-bottom:15px;
  overflow-y:hidden;
  -ms-overflow-style:-ms-autohiding-scrollbar;
  border:1px solid #484848;
 }
