@font-face {
    font-family: 'SpecialForces';
    src: url('../fonts/SpecialForces-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/SpecialForces-Regular.otf')  format('opentype'),
        url('../fonts/SpecialForces-Regular.woff') format('woff'), url('../fonts/SpecialForces-Regular.ttf')  format('truetype'), url('SpecialForces-Regular.svg#SpecialForces-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.gameElementLayer, #the-game {
    display: none;
}

html, body {
    overflow: hidden !important;
}

:focus {
    outline: none !important;
}
.loginBtn
a {
    cursor: pointer !important;
}

body {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

ul {
    padding-left: 0px;
}
table,
.table tbody tr th,
.table tbody tr td {
    border: 0;
}

#main_logo_link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 32%;
    height: 9%;
}

.game-container {
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    margin: 0px auto;
    position: relative;
    display: block;
}

.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 20%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
}
@media all and (min-width: 1200px){
    .loading {
        max-width: 10%;
    }
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.container {
    max-width: 100%;
}

.gratuliere-container h5 {
    text-transform: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
    border-radius: 0px;
    border-color: #666;
}

.form-control {
    padding: 5px 10px;
}

label {
    color: black;
    font-weight: normal;
    width: 100%;
    text-align: left;
    margin: 10px 0px;
}

body#page-top {
    background-color: transparent;
}

#registration-form {
    display: none;
}

.form-check {
    text-align: left;
    margin-top: 10px;
}

.form-check-input,
.form-check-label {
    display: inline;
    font-family: "Arial";
}

.form-check-input {
    margin-right: 20px;
}

.modal {
    background-color: #EFEFEF;
    background: #EFEFEF;
}

.modal-title {
    font-weight: normal;
    font-size: 20px;
    display: inline-block;   
}

.loginBtn {
    box-sizing: border-box;
    position: relative;
    width: 15em;
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
    display: inline-block;
}
.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}
.loginBtn:focus {
    outline: none;
}
.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}
/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('/img/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
    color: #FFF;
}

.user-page-link {
    margin-top: 7px;
    display: inline-block;
    color: #00A7E6;
}

.user-page-link:hover {
    color: #333;
}

.navbar {
    position: absolute;
    z-index:999;
    padding: 0 0.5rem;
    width: 100%;
}

.row {
    margin: 0px !important;
}

.menu-button {
    position: absolute;
    right: 13px;
    top: 13px;
    z-index: 2;
    width: 34px;
    height: 29px;
}

.menu-button img {
    width: auto;
    height: auto;
    max-width: 100%;
}

@media all and (max-width: 997px){
    .menu-button img {
        width: 100%;
        height: 100%;
    }
}

#menu-layer {
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    display: none;
}

#menu-layer a {
    width: auto;
    height: 160px;
    text-align: center;
    background-image: url(/img/build/button.png);
    background-size: cover;
    background-position: center center;
    display: block;
    position: relative;
    margin: 20px 0px;
    max-width: 100%;
}

@media all and (max-width: 997px){
    #menu-layer a {
        width: auto;
        height: 10px;
        font-size: 12px;
    }
}

#menu-layer a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#menu-layer a:hover {
    color: white;
}

.menu-layer-container {
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.menu-layer-container .gold-button {
    height: auto !important;
    font-size: 15px !important;
    padding: 14px;
    font-weight: bold;
}

.jubilaum {
    max-width: 90%;
    margin: 0px auto;
    z-index: 1;
    position: relative;
}

.jubilaum.highscore-title {
    max-width: 60%;
}

#jubilaum {
    width: 100%;
    height: auto;
}

.red-box {
    width: 90%;
    margin: 0px auto;
    background-image: url('/img/build/textfeld.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px;
}

@media all and (min-width: 768px) and (max-width: 1366px){
    .jubilaum {
        max-width: 67%;
    }
}

@media all and (min-width: 451px) and (max-width: 767px){
    .jubilaum {
        max-width: 80%;
    }
}

@media all and (max-width: 450px){
    .red-box {
        width: 90%;
    }
    .jubilaum {
        max-width: 95%;
    }
}

.newgame-red-box {
    position: relative;
    text-align: center;
    filter: none;
    top: 0px !important;
    margin-top: 20%;
}

.newgame-red-box h1 {
    font-size: 48px;
}

.newgame-red-box h3 {
    font-size: 20px;
    color: white;
}

@media all and (max-width: 997px){
    .newgame-red-box h3 {
        font-size: 14px;
    }
}

.gold-button {
    margin: 0px auto;
    top: -197px;
    position: relative;
    background-color: #e31f26;
    -webkit-box-shadow: 7px 7px 26px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 7px 7px 26px 0px rgba(0,0,0,0.22);
    box-shadow: 7px 7px 26px 0px rgba(0,0,0,0.22);
    width: auto;
    height: auto;
    top: -53px;
    display: inline-block;
}

gold-button:hover,
gold-button a:hover {
    cursor: pointer;
}

@media all and (min-width: 451px) and (max-width: 767px){
    .gold-button {
        max-width: 60%;
        height: auto;
    }
}

@media all and (max-width: 450px){
    .gold-button {
        max-width: 60%;
        height: auto;
        top: -53px;
    } 
}

.form-gold-button {
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
}

.leaderboard-gold-button {
    top: -133px;
}

@media all and (max-width: 768px){
    .leaderboard-gold-button {
        top: -80px !important;
    }
}

.form-gold-button {
    top: 0px;
    margin-top: 24px;
    border: #e31f26 3px solid;
    transition: all 0.3s 0s ease-in-out;
}

.form-gold-button button:hover {
    color:#e31f26;
    background-color: white;
}

.form-gold-button button:focus,
.form-gold-button button:active {
    color:white;
    background-color: #e31f26;
}

.gold-button a,
.gold-button button {
    display: block;
    color: white;
    font-size: 15px;
    width: 100%;
    height: auto;
    text-transform: uppercase;
    font-weight: bold;
    padding: 9px 12px;
}

@media all and (max-width: 768px){
    .gold-button a,
    .gold-button button {
        font-size: 15px;
    }
}

.gold-button button {
    background-color: transparent;
    border: none;
}

.gold-button button:hover {
    cursor: pointer;
}

.gold-button a span {
    display: block;
}

.gold-button button span {
    position: inherit;
}

.gold-button a:hover {
    color: white;
}

.tnb-gold-button {
    top: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.tnb-page li {
    list-style: none;
}

.home-title {
    margin-top: 30px;
    text-transform: none;
    line-height: 1.3;
    font-weight: normal;
    font-size: 30px;
}

.home-red-box,
.highscore-red-box,
.leaderboard-red-box {
    position: relative;
}

.home-red-box p {
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}

@media all and (min-width: 1200px){
    .home-red-box .red-box-content p {
        font-size: 15px;
    }
}

.home-button-container {
    padding-left: 3.5%;
    padding-right: 3.5%;
}

.share-layer {
    display: none;
    background-color: rgba(239,239,239,0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.share-link {
    display: block;
    margin: 20px auto;
    text-align: center;
    background-color: #fff;
    width: 80%;
    max-width: 270px;
    padding: 15px;
    border-radius: 9px;
    color: white;
    opacity: 0.95;
    transition: opacity 0.3s 0s ease-in-out;
    font-family: "SpecialForces";
    font-weight: normal;
    font-size: 18px;
}

.share-link:before{
    font-family: normal normal normal 14px/1 FontAwesome !important;
}

.share-link:hover {
    opacity: 1;
    color: #fff;
}

.share-link.facebook {
    background-color: #3B5998;
    position: relative;
}

.share-link.facebook .fb-share-button,
.share-link.facebook .fb-share-button a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.share-link.facebook a,
.share-link.facebook a:hover {
    color: white;
}

.share-link.twitter {
    background-color: #55ACEE;
}

.share-link.email {
    background-color: #1F1F1F;
}

.share-link.whatsapp {
    background-color: #25D366;
}

.share-back-button {
    text-align: center;
    display: block;
    font-size: 18px;
}

.share-back-button:hover {
    color: #333;
}

.rangliste-title {
    text-transform: none;
    color: #333;
}

.rangliste-subtitle {
    color: #009edb;
}

.highscore-red-box {
    top: 0px;
}

.leaderboard-red-box {
    top: 55px;
}

@media (max-width: 768px){
    .leaderboard-red-box {
        top: 35px !important;
    }
}

.red-box-content {
    width: 100%;
}

.red-box-content h1,
.red-box-content p,
.red-box-content td {
    color: #00a7e6;
}

.red-box-content th {
    color: #333;
}

.red-box-content h1 {
    font-size: 22px;
}

.red-box-content td,
.red-box-content th,
.red-box-content table thead th{
    border: 0px;
    border-bottom: 0px;
}

.red-box-content p,
.red-box-content td, 
.red-box-content th {
    font-size: 17;
}
.red-box-content td, 
.red-box-content th {
    font-weight: normal;
    text-transform: none;
}
.red-box-content td:first-child,
.red-box-content td:nth-child(2),
.red-box-content th:first-child,
.red-box-content th:nth-child(2) {
    text-align: left;
}

.table td, .table th {
    padding: 5px;
}

@media all and (max-width: 1199px){
    .red-box-content h1 {
        font-size: 20px;
    }
}

@media all and (max-width: 1366px){
    .red-box-content h1 {
        font-size: 16px;
    }
    .red-box-content p {
        font-size: 12px;
    }
    .red-box-content td, 
    .red-box-content th {
        font-size: 15px;
    }
}

.highscore-red-box .red-box-content {
    max-height: 920px;
    overflow: hidden;
    padding-bottom: 30px;
}

.highscore-red-box .red-box-content .table-responsive {
    overflow-y:  auto;
    max-height: 610px;
    border: 0px;
}

.pagination {
    text-align: center;
}

.pagination p {
    width: 100%;
}

.pagination a {
    padding: 7px 3px;
    margin: 0px;
    background-color: rgba(255,255,255,0.5);
    font-weight: normal;
    font-size: 20px;
    color: black;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    width: 25px;
    text-align: center;
    display: inline-block;
}

.pagination a.image {
    background: transparent;
    padding: 0px;
    display: inline-block;
    height: 10px;
    width: 25px;
    top: -2px;
    position: relative;
}

.pagination a.image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

@media all and (max-width: 991px){
    .pagination a {
        font-size: 12px;
        padding: 3px 6px;
    }
}

.pagination a:not(.image).active,
.pagination a:not(.image):hover {
    background-color: transparent;
    color: #00a7e6;
    text-decoration: underline;
    border-radius: 0px;
}

.tnb-container h1,
.tnb-container h3,
.tnb-container p {
    color: #333;
}

.tnb-container h1 {
    font-size: 18px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 16px;
}

.tnb-container h3 {
    font-size: 22px;
}

.tnb-container hp {
    font-size: 20px;
}

.tnb-container p,
.tnb-container li {
    text-align: left;
}

@media all and (max-width: 997px){
    .tnb-container h1 {
        font-size: 16px;
    }

    .tnb-container h3 {
        font-size: 14px;
    }

    .tnb-container p {
        font-size: 12px;
    }
}

.tnb-page {
    background-color: rgba(255,255,255,0.8);
}

.datenschutzerklarung-container * {
    text-align: left;
}

.datenschutzerklarung-container h1 {
    font-size: 18px;
}

.datenschutzerklarung-container h2 {
    font-size: 16px;
}

.datenschutzerklarung-container h3 {
    font-size: 14px;
}

.datenschutzerklarung-container h4 {
    font-family: "Arial";
}

.datenschutzerklarung-container h5 {
    font-family: "Arial";
    margin: 30px 0 10px;
}

.datenschutzerklarung-container ol,
.datenschutzerklarung-container ul {
    padding-left: 16px;
}

.datenschutzerklarung-container a,
.datenschutzerklarung-container a:hover {
    color: #75B170;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

body {
    font-family: SpecialForces, sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    color: #333;
    background-color: #FFF
}

html {
    width: 100%;
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: SpecialForces, sans-serif;
    font-weight: 700;
    margin: 0 0 25px;
    letter-spacing: 1px;
    text-transform: uppercase
}

@media (min-width:998px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 35px;
    }
}

p, li, li strong, ol li h2, ol li h3, ol li h4 {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 10px;
    font-family: 'Arial', sans;
}

@media (min-width: 768px) {
    p {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (min-width: 1200px) {
    p {
        margin: 0 0 15px
    }
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#after-the-game a {
    text-decoration: underline;
    color: #e31f26;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #1d9b6c
}

#mainNav .navlogo {
    width: 216px;
    height: 52px;
    max-height: 52px;
    position: relative;
    top: -2px;
    margin-right: 3px;
}

@media all and (max-width: 997px){
    #mainNav .navlogo {
        max-width: 35%;
        height: auto;
    }
}

#mainNav {
    font-family: SpecialForces, sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    z-index: 999;
    padding-top: 5px;
    padding-left: 5px;
}

#mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    color: #fff;
    border: 1px solid #fff;
    display: none;
}

#mainNav .navbar-brand {
    font-weight: 700;
    max-width: 30%;
}

#mainNav .navbar-brand img {
    width: auto;
    height: auto;
    max-width: 100%;
}

#mainNav a {
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    color: #333
}

#mainNav a:hover {
    color: #e20015;
}

#mainNav .navbar-nav .nav-item {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

#mainNav .navbar-nav .nav-item:hover {
    color: fade(white, 80%);
    outline: 0;
    background-color: transparent
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
    outline: 0;
    background-color: transparent
}

@media (min-width:992px) {
    #mainNav {
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-transition: background .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s;
        -moz-transition: background .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s;
        -o-transition: background .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s;
        transition: background .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s;
        letter-spacing: 1px;
        border-bottom: none;
        background: 0 0
    }
    #mainNav .nav-link.active {
        outline: 0;
        color: #e20015
    }
    #mainNav .nav-link.active:hover {
        color: #e20015
    }
}

.masthead {
    display: table;
    width: 100%;
    height: auto;
    padding: 200px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.masthead .intro-body {
    display: table-cell;
    vertical-align: middle
}

.masthead .intro-body .brand-heading {
    font-size: 50px
}

.masthead .intro-body .intro-text {
    font-size: 18px
}

@media (min-width:768px) {
    .masthead {
        height: 100%;
        padding: 0
    }
    .masthead .intro-body .brand-heading {
        font-size: 100px
    }
    .masthead .intro-body .intro-text {
        font-size: 22px
    }
}

.btn-circle {
    font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 15px;
    line-height: 45px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%!important;
    background: 0 0
}

.btn-circle:focus,
.btn-circle:hover {
    color: #fff;
    outline: 0;
    background: rgba(255, 255, 255, .1)
}

.content-section {
    padding: 20px 0px;
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 65%;
    background-color: #EFEFEF;
    top: 35%;
}

body.page-moebelix-settings .content-section {
    min-height: 55%;
    top: 45%;
}

body.page-moebelix-settings .settings-title {
    text-transform: none;
}

body.page-moebelix-settings .settings-subtitle {
    margin-top: 20px;
    text-transform: none;
    font-weight: normal;
}

.sound-button {
    display: inline-block;
    border: #00A7E6 2px solid;
    width: 40%;
    background-color: white;
    color: #333;
    position: relative;
    left: 10%;
    float: left;
    text-transform: none;
    font-size: 16px;
    padding: 10px 0;
}
.sound-button:hover {
    color: #00A7E6;
}

.sound-button.active {
    background-color: #00A7E6;
    color: white;
}

.sound-button.active:hover {
    color: #white;
}

a.btn.btn-default.settings-back-button {
    width: auto;
    margin-top: 40px;
    padding: 16px;
}

.download-section {
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.btn {
    font-family: SpecialForces, sans-serif;
    font-weight: normal;
    font-size: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 16px 0px;
    margin: 8px 0px;
}

.btn-default,
.btn-default:focus,
.btn-default:active, 
.btn-default:visited,
.btn-default:focus-within {
    color: #FFF;
    background-color: #00a7e6;
}

.btn-default:hover {
    color: #00a7e6;
    outline: 0;
    background-color: #fff
}

.btn-default[disabled="disabled"],
.btn-default[disabled="disabled"]:hover,
.btn-default[disabled],
.btn-default[disabled]:hover {
    color: #333;
    background-color: #ddd;
}

ul.banner-social-buttons {
    margin-top: 0
}

@media (max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px
    }
}

@media (max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0
    }
    ul.banner-social-buttons li:last-child {
        margin-bottom: 0
    }
}

footer {
    padding: 0px 0 30px 0
}

footer p {
    font-size: 14px;
    margin: 0
}

input[type="text"]::-moz-selection,
input[type="email"]::-moz-selection, 
input[type="password"]::-moz-selection,
input[type="number"]::-moz-selection {
    background: #00A7E6;
    text-shadow: none
}

input[type="text"]::selection,
input[type="email"]::selection,
input[type="password"]::selection,
input[type="number"]::selection {
    background: #00A7E6;
    text-shadow: none
}

input[type="password"]:focus, input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, textarea:focus, select:focus,
input[type="password"]:-webkit-autofill, input[type="text"]:-webkit-autofill, input[type="number"]:-webkit-autofill, input[type="email"]:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill,
input[type="password"]:-webkit-autofill:focus, input[type="text"]:-webkit-autofill:focus, input[type="number"]:-webkit-autofill:focus, input[type="email"]:-webkit-autofill:focus, textarea:-webkit-autofill:focus, select:-webkit-autofill:focus {
    background-color: white !important;
    background: white !important;
    -webkit-box-shadow: inset 0 0 0px 9999px white;    
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

.vertical-middle {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform:    translateX(-50%) translateY(-50%);
    -ms-transform:     translateX(-50%) translateY(-50%);
    -o-transform:      translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.vertical-middle-abs {
    position: absolute;
}

#horizontal-alert {
    background-color: rgba(255,255,255,0.97);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

#horizontal-alert .holder {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform:    translateX(-50%) translateY(-50%);
    -ms-transform:     translateX(-50%) translateY(-50%);
    -o-transform:      translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
}

#horizontal-alert p {
    color: black;
    font-weight: bold;
    margin: 0px;
}

#horizontal-alert p.horizontal-title {
    color: #7DC6BD;
    margin: 0px;
}

#horizontal-alert img {
    width: 100%;
    height: auto;
    max-width: 25%;
}

.horizontal2 {
    max-width: 80%;
    height: auto;
    margin-bottom: 20px;
}

.form-group {
    text-align: left;
}

.copyright,
.copyright a{
    font-weight: bold;
    color: black;
}

.copyright a {
    color: #E31F26;
}

.page-moebelix-leaderboard table.table a,
.page-moebelix-leaderboard table.table a:hover {
    color: #009edb;
}

.page-moebelix-results table.table h1 {
    margin: 45px 0 25px;
}

.page-moebelix-results table.table h3 {
    margin: 45px 0 5px;
}

::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
    background: #000000;
}
::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.5);
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
    background: #666666;
}
::-webkit-scrollbar-track:active {
    background: #333333;
}
::-webkit-scrollbar-corner {
    background: transparent;
}