/* google font */
@import url('https://fonts.googleapis.com/css?family=Droid+Serif|Ubuntu');
/* box sizing */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/* typo */
body {
    color: #fff;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: 'Droid Serif', Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    margin: .45em 0;
    padding: 0;
}
h1 {
    font-size: 21px;
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
h2 {
	text-align: center;
}
a5 {
    color: #fff;
}
/* links */
a,
a:visited,
a:active,
a:hover {
    color: #00ff21;
    outline: 0px !important;
    -webkit-appearance: none;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
/* breadcrumb */
.breadcrumb {
    padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
    margin: 0;
	background-color:#1f1f1f;
	border:1px solid #00ff21;
	color: #1f1f1f;
	border-radius: 5px;
}
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #bbb;
    content: "\00bb";
}
/* structure */
.topbar {
    background: #f3f3f3 url(../img/light_pattern.png) repeat;
    border-bottom: 1px solid #d2d2d2;
    padding: 3px 0;
}
.userpanel {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    width: 92%;
    margin: 0 auto;
}
.userpanel a.button {
    background: rgba(0,0,0,.05);
    border-radius: 2px;
    color: #555;
    display: inline-block;
    padding: 2px 7px 3px 7px;
    text-decoration: none;
}
.userpanel a.button:hover {
    color: #f2f2f2;
    background: rgba(0,0,0,.5);
}
.wrapper {
    width: 100%;
    margin: 0 auto;
}

header {
    padding: 15px 0;
}
#box1 { float: left; width: 50%;}

#box2 { float: right; width: 50%;}

#banner {
    text-align: center;
}
#banner a,
#banner a:visited,
#banner a:active,
#banner a:hover {
    border: none;
}
#slider,
#page-header {
	background:url(../img/bg_header.png);
	background-position: center top;
    background-repeat: no-repeat;
}
#slider h1 {
    line-height: 1.2em;
    margin-top: 0px;
    margin-bottom: 10px;
}
.flexslider {
    display:none;
}
#content,
#content-full {
    margin:20px 0;
}
#content1,
#content1-full {
    margin:-40px 0;
}
aside {
    margin: 100px 0;
}
p {
	margin: 0 0 1.5em;
}
/* responsive image */
img {
    max-width: 100%;
    height: auto;
}
/* main menu */
.menu-toggle {
	display: block;
	padding: 10px;
	margin: 20px 0 0;
	background: #1f1f1f;
	color: #f2f2f2;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 20px;
}
.menu-toggle.toggled-on {
    background: #22578D;
}
.srt-menu {
    display: none;
}
.srt-menu.toggled-on {
    display: block;
    position: relative;
    z-index: 10;
}
.srt-menu {
    clear: both;
    margin-bottom: 60px;
}
.srt-menu li a {
    display: block;
    margin: 1px 0;
    padding: 10px;
    text-decoration: none;
}
.srt-menu li a:hover {
    background: #22578D;
    color: #f2f2f2;
}
.srt-menu li li a {
    background: #e8e8e8;
    padding-left: 25px;
}
.srt-menu li li a::before {
    content: "└ ";
    color: #22578D;
    font-size: 16px;
}
.srt-menu li li a:hover::before {
    color: #f2f2f2;
}
.srt-menu li li li a {
    background: #efefef;
    padding-left: 60px;
}
/* grid */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    margin-bottom: 40px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
/* colors and backgrounds */
body {
    background:url(../img/bg.png);
	background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;}
	/* url(../img/body_bg.png) no-repeat */
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333 !important;
}
/* card */
.card {
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
	
}
.card-heading {
	background:url(../img/boxen/content_header.png);
	background-position: center top;
    background-repeat: no-repeat;
}
.card-body {
    background:url(../img/boxen/content_body.png);
	background-position: center top;
}
.card-bottom {
    background:url(../img/boxen/content_bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 22px;
}

.card-title{
    color: #00fd21;
}
.fa-chevron-up{
    color: #fff;
}
.fa-chevron-down{
    color: #fff;
}
.card-primary{
    border-color: #f2f2f2;
}
.list-group-item{
    background-color: #f2f2f2;
	background: rgba(31,31,31,.0);
	border: 1px solid #00fd21;
}
/* logo */
#logo {
	  max-height:100px;
}
/* icons */
#icons
{
  width:317px;
  height:60px;
  padding-left: 30px; 
}

.icons_vote
{
  background: url(../img/icons/vote.png);
  width: 60px;
  height: 60px;
  float: left;
  margin: 0 0 0 9px;
}

.icons_steam
{
  background: url(../img/icons/steam.png);
  width: 60px;
  height: 60px;
  float: left;
}

.icons_ts3
{
  background: url(../img/icons/ts3.png);
  width: 60px;
  height: 60px;
  float: left;
}

.icons_paypal
{
  background: url(../img/icons/paypal.png);
  width: 60px;
  height: 60px;
  float: left;
}

.icons_facebook
{
  background: url(../img/icons/facebook.png);
  width: 60px;
  height: 60px;
  float: left;
}

.icons_steam:hover, .icons_ts3:hover, .icons_paypal:hover, .icons_facebook:hover, .icons_vote:hover
{
  background-position: right -60px;
}

/* boxen */
.login-header {
    font-family: 'Droid Serif', Arial, Helvetica, sans-serif;
	background:url(../img/boxen/login_header.png);
	background-position: center top;
    background-repeat: no-repeat;
    font-size: 15px;
	text-align: right;
    color: #00ff21;
    padding: 8px 60px 15px 10px;
    margin: 0;
}
.login-body {
    padding: 15px;
	background:url(../img/boxen/login_body.png);
	background-position: center top;
}
.login-bottom {
    padding: 10px;
	background:url(../img/boxen/login_bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
}
/* boxen */
.box-header {
    font-family: 'Droid Serif', Arial, Helvetica, sans-serif;
	background:url(../img/boxen/box_header.png);
	background-position: center top;
    background-repeat: no-repeat;
    font-size: 14px;
	text-align: center;
    color: #00fd21;
    padding: 11px 10px 15px 10px;
    margin: 0;

}
.box-header:hover {
	background:url(../img/boxen/box_header_hover.png);
    color: #000;


}
.box-body-ts {
    padding: 15px;
	background:url(../img/boxen/box_body.png);
	background-position: center top;
	overflow: hidden;
	max-height: 250px;
	transition: max-height 3s ease-out;
}
.box-body-ts:hover {
    max-height: 2000px;
    transition: max-height 1.5s ease-in;
}
.box-body {
    padding: 15px;
	background:url(../img/boxen/box_body.png);
	background-position: center top;
}
.box-bottom {
    padding: 10px;
	background:url(../img/boxen/box_bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.box-bottom-ts {
    padding: 16px;
	background:url(../img/boxen/box_bottom_ts.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.box-body li {
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
}
/* Header boxen */
.hb-l-box-header {
    font-family: 'Droid Serif', Arial, Helvetica, sans-serif;
	background:url(../img/boxen/hb-l-box_header.png);
	background-position: center top;
    background-repeat: no-repeat;
    font-size: 14px;
	text-align: right;
	top: -5px; 
    color: #00ff21;
    padding: 15px 10px 20px 10px;
    margin: 0;
}
.hb-l-box-header:hover {
	background:url(../img/boxen/hb-l-box_header_hover.png); 
    color: #000;
}
.hb-lb-box-body {
    padding-top: 1px;
	padding-right: 22px;
}
.hb-l-box-body {
    padding-top: 1px;
	padding-left: 25px;
	background:url(../img/boxen/hb-l-box_body.png);
	background-position: center top;
	height: 180px;
}
.hb-l-box-bottom {
    padding: 10px;
	background:url(../img/boxen/hb-l-box_bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.hb-r-box-header {
    font-family: 'Droid Serif', Arial, Helvetica, sans-serif;
	background:url(../img/boxen/hb-r-box_header.png);
	background-position: center top;
    background-repeat: no-repeat;
    font-size: 14px;
	text-align: left;
	top: -5px; 
    color: #00ff21;
    padding: 15px 10px 20px 10px;
    margin: 0;
}
.hb-r-box-header:hover {
	background:url(../img/boxen/hb-r-box_header_hover.png);
    color: #000;
}
.hb-rb-box-body {
    padding-top: 1px;
	padding-right: 22px;
}
.hb-r-box-body {
    padding-top: 1px;
	padding-left: 25px;
	background:url(../img/boxen/hb-r-box_body.png);
	background-position: center top;
	height: 180px;
}
.hb-r-box-bottom {
    padding: 10px;
	background:url(../img/boxen/hb-r-box_bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
}
/* footer */
#footer-pos{
  padding-left: 355px;
}

#footer{
  background:url(../img/footer.png);
  color: #fff;
  width: 1150px;
  height: 279px;
  float: left;
  padding-left: 10px;
}

#footer ul{
  list-style: none;
  line-height: 1,8em;
}

.footer_1{
  display: table-cell;
  vertical-align: middle;
  width: 189px;
  height: 160px;
  z-index: 100;
  position: absolute;
  margin: 47px 0 0 84px;
}

.footer_1_innen{
  display: table-cell;
  width:169px;
  height: 160px;
  position: absolute;
  margin:-4px auto;
  overflow: hidden;
  z-index: 100;
}

.footer_2{
  width: 169px;
  height: 160px;
  z-index: 100;
  position: absolute;
  margin: 47px 0 0 339px;
  overflow: hidden;
}

.footer_3{
  width: 169px;
  height: 160px;
  z-index: 100;
  position: absolute;
  margin: 53px 0 0 594px;
}

.footer_4{
  width: 264px;
  height: 160px;
  z-index: 100;
  position: absolute;
  margin: 47px 0 0 850px;
}

a.buttonlink {
    background: #0059B2;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #333;
    color: #f2f2f2;
    display: block;
    float: left;
    margin: 10px 15px 10px 0;
    padding: 5px 10px;
    text-decoration: none;
}
a.buttonlink:hover {
    background: #333;
    box-shadow: none;
}
/* contain floats */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.row:after {
    clear: both;
}
/* large mobile devices */
@media only screen and (min-width:481px) {
    #banner {
        float: left;
        text-align: left;
    }
    .menu-toggle {
        margin-top: 10px;
        float: left;
    }
    .userpanel {
        text-align: right;
    }
    footer .grid_6.left,
    footer .grid_6.right {
        text-align: center;
    }
}
/* tablets ans small notebooks */
@media only screen and (min-width:920px) {
    .wrapper {
        max-width: 1200px;
    }
    .userpanel {
        max-width: 1200px;
    }
    #banner {
        float: left;
        text-align: left;
    }
    header {
        padding: 0;
    }
    #content {
        float: left;
        width: 70%;
    }
    #content-full {
        float: none;
        width: 100%;
    }
	#content1 {
        float: left;
        width: 100%;
    }
    #content1-full {
        float: none;
        width: 100%;
    }
    aside {
        float: right;
        width: 25%;
    }
    .flexslider {
        display: block;
        margin: 0 0 21px;
        /* background: #f2f2f2; 
        border: 2px solid #f2f2f2; */
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
        -o-box-shadow: 0 0 2px rgba(0,0,0,.2);
    }
    /* main menu */
    .menu-toggle {
        display: none;
    }
    #menu-main-navigation {
        display: block;
    }
    .srt-menu,
    .srt-menu * {
        margin: 0;
        list-style: none;
    }
    .srt-menu ul {
        position: absolute;
        display: none;
        width: 12em;
    }
    .srt-menu ul li {
        width: 100%;
    }
    .srt-menu li:hover {
        visibility: inherit;
    }
    .srt-menu li {
        float: left;
        position: relative;
        margin-left: 1px;
    }
    .srt-menu li li {
        margin-left: 0px;
    }
    .srt-menu a {
        display: block;
        position: relative;
    }
    .srt-menu li:hover ul,
    .srt-menu li.sfHover ul {
        display: block;
        left: 0;
        top: 27px;
        z-index: 99;
    }
    ul.srt-menu li:hover li ul,
    ul.srt-menu li.sfHover li ul {
        top: -999em;
    }
    ul.srt-menu li li:hover ul,
    ul.srt-menu li li.sfHover ul {
        left: 12em;
        top: 0;
    }
    ul.srt-menu li li:hover li ul,
    ul.srt-menu li li.sfHover li ul {
        top: -999em;
    }
    ul.srt-menu li li li:hover ul,
    ul.srt-menu li li li.sfHover ul {
        left:10em;
        top:0;
    }
    /* skin */
    #topnav, .srt-menu {
        float: left;
		padding-top: 20px;
    }
    .srt-menu a {
      text-decoration: none;
    }
    .srt-menu li a {
        padding: 10px 20px;
        height: 45px;
        margin: 0;
    }
    .srt-menu > li a {
        font-weight: bold;
        margin-left: 5px;
        border-radius: 0px 0px 5px 0px;
    }
    .srt-menu > li:hover > a {
        border-radius: 3px 3px 0px 0px;
        -webkit-box-shadow: 2px 0px 2px 0px rgba(0,0,0,.2);
        box-shadow: 2px 0px 2px 0px rgba(0,0,0,.2);
    }
    .srt-menu a,
    .srt-menu a:visited {
        color: #00fd21;
    }
    .srt-menu li li a {
        font-weight: normal;
        margin-right: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top: 1px solid rgba(100,100,100,.1);
        background: #f1f1f1;
        background: rgba(31,31,31,.9);
        color: #f2f2f2;
        padding-left: 20px;
        height: auto;
        border-radius: 0;
    }
    .srt-menu li li a::before {
        content: "";
    }
    .srt-menu li li a:visited {
        color: #f2f2f2;
    }
    .srt-menu li li li a,
    .srt-menu li.current * li a {
        padding-left: 20px;
        background: rgba(255,255,255,.85);
    }
    .srt-menu li:hover > a,
    .srt-menu li.current a,
    .srt-menu li li:hover > a,
    .srt-menu li li.current a {
        color: #00fd21;
        background: #1f1f1f;
		background: rgba(31,31,31,.9);
    }
    /* grid */
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .grid_1 {
        width: 8.33333333%;
    }
    .grid_2 {
        width: 16.66666667%;
    }
    .grid_3 {
        width: 25%;
    }
    .grid_4 {
        width: 33.33333333%;
    }
    .grid_5 {
        width: 41.66666667%;
    }
    .grid_6 {
        width: 50%;
    }
    .grid_7 {
        width: 58.33333333%;
    }
    .grid_8 {
        width: 66.66666667%;
    }
    .grid_9 {
        width: 75%;
    }
    .grid_10 {
        width: 83.33333333%;
    }
    .grid_11 {
        width: 91.66666667%;
    }
    .grid_12 {
        width: 100%;
    }

    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        float: left;
        display: block;
    }
    .rightfloat {
        float: right;
    }
    #slider [class*="grid_"] {
        margin-bottom: 40px;
    }
    footer .grid_6.left {
        text-align: left;
    }
    footer .grid_6.right {
        text-align: right;
    }
}
.pagination > li > a, .pagination > li > span {
  color: #fff;
  background-color: #1f1f1f;
  border: 1px solid #797979;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  color: #00fd21;
  background-color: #1f1f1f;
  border-color: #797979;
}

/* desktop */
@media only screen and (min-width:1030px) {
} 

/* large viewing size */
@media only screen and (min-width:1240px) {
} 

/* retine (2x resolution devices) */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {
}

/* iphone 5 */
@media (device-height:568px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* print stylesheet */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    a,
    a:visited {
        text-decoration: none;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
/*knöpfe*/
.btn {
    border: 1px solid #440000;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.btn:before {
    content: '';
    background: linear-gradient(45deg, #920d00, #ff9600,#920d00, #920d00);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.btn:active {
    color: #000
}

.btn:active:after {
    background: transparent;
}

.btn:hover:before {
    opacity: 1;
}

.btn:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
/*knöpfe ende*/
}