/* Spieleliste */
.game_box {
    border: 1px solid #f2f2f2;
    max-width: 670px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.8) inset, 0 10px 0 rgba(255, 255, 255, 0.75) inset, 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 2px 6px rgba(0, 0, 0, 0.2);
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 20px;
    height: 100% !important;
}

.horizontal_slider {
    overflow-x: scroll;
    white-space: nowrap;
}

.horizontal_slider ul {
    margin-left: -37px;
}

.horizontal_slider li {
    display: inline-block;
    float: none;
}

.horizontal_slider_header {
    margin-top: 20px;
    font-size: 20px;
}

.mobile_icon_gamebox {
    box-shadow: 0 10px 15px -6px #777;
    padding-top: 15px;
    margin-right: 20px;
}

.text_gamebox {
    font-size: 14px;
    text-align: center;
    min-height: 60px;
    margin-bottom: 10px;
    text-align: center;
}

.other_shop_info {
    margin-top: 30px;
    text-align: center;
}

.otherdevice {
    padding-top: 15px;
    display: inline !important;
}

.browsergame_box {
    margin-left: 15px;
    border-radius: 8px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.8) inset, 0 10px 0 rgba(255, 255, 255, 0.75) inset, 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 2px 6px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 106px;
}

#teasertext_header {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

.browsergame_button {
    width: 100%
}

/* Spieledetailseite */
.game_details_slideshow {
    margin-top: -11px;
    overflow: hidden;
}

.only_browser {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 20px;
}

.thumbnail_details {
    padding: 0px;
}

.game_info {
    border-radius: 4px;
    /* box-shadow: 0 0 1px rgba(0, 0, 0, 0.8) inset, 0 10px 0 rgba(255, 255, 255, 0.75) inset, 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 2px 6px rgba(0, 0, 0, 0.2); */
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.8) inset, 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 2px 6px rgba(0, 0, 0, 0.2);
    background-color: white;
    padding: 4px 12px 12px 12px;
    margin-top: 24px;
    margin-bottom: 20px;
}

.game_info h1 {
    margin-top: 14px;
}

#info_details {
    padding: 0px;
}

.detail_button {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.detail_header {
    margin-bottom: 10px;
}

.detail_header h3 {
    margin-top: -4px;
}

.header_browsergame {
    position: relative;
    width: 121%;
    height: 0;
    left: -27px;
    padding-bottom: 42%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 768px) {
    .detail_button {
        margin-left: -14px;
    }

    .detail_header {
        text-align: left;
    }

    .header_browsergame {
        left: -57px;
    }
}

@media (max-width: 1024px) {
    .game_box {
        float: none;
        margin: 20px auto;
    }
}

@media (min-width: 1024px) {
    .overview {
        margin-left: 57px;
    }
}

.arrow_text {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
}

#vote_now {
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 10px;
}

#user_rating {
    margin-bottom: 20px;
}

#vote_now span {
    font-size: 15px;
}

.overlap {
    margin-top: -8%;
}

.detail_rating {
    margin-top: -15px;
}

/* News */
#newsbox {
    border-radius: 8px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.8) inset, 0 10px 0 rgba(255, 255, 255, 0.75) inset, 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 2px 6px rgba(0, 0, 0, 0.2);
    height: auto;
    padding: 15px;
}

#news_details {
    border-radius: 8px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.8) inset, 0 10px 0 rgba(255, 255, 255, 0.75) inset, 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 2px 6px rgba(0, 0, 0, 0.2);
}

.news_row {

    padding: 12px;
    margin-top: 10px;
    height: auto;
    vertical-align: middle;
}

.news_date {
    font-size: 12px;
    margin-bottom: -10px;
    margin-top: 10px;
}

.header {
    font-weight: bold;
}

hr {
    border-color: #aaaaaa -moz-use-text-color transparent;
    border-color: #aaaaaa -moz-use-text-color transparent;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 medium;
    margin: 10px 0;
}

.newstext {
    font-size: 15px;
    text-align: left;
}

/* Policy */
.privacy a {
    color: #204d74;
}

.privacy h3 {
    margin-top: 50px;
}

.privacy u {
    margin-top: 30px;
    margin-bottom: 20px;
}

.glossar a {
    text-decoration: underline;
}

/* Überschreiben der Navbar CSS, damits für uns passt */

.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    background-color: #000000;
}

.navbar-brand {
    padding-top: 5px;
    margin-left: 5px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #000;
    text-decoration: underline;
}

.navbar-default .navbar-toggle {
    border-color: grey;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #000;
}

.container-fluid {
    max-width: 1060px;
    font-size: 15px;

}

#custom_navbar_button {
    border: 0 none;
    border-radius: 0;
    margin-right: 34px;
    margin-top: 13px;
    padding: 0;
}

a {
    color: #000000;
    text-decoration: none;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/* Anpassungen Listen */

.list-group-item {
    border: 0;
}

.list-group-item:first-child {
    font-weight: bold;
}

/* Carousel anpassungen */
.carousel {
    max-width: 470px;
    border: 1px solid #e4dcd5;
    border-radius: 8px;
    box-shadow: 0 10px 15px -6px #777;
    margin: 10px auto 0;
}

.carousel-control.left,
.carousel-control.right {
    border-radius: 30px;
    height: 50px;
    width: 50px;
    border: 3px solid #ffffff;
    top: 45%;
    font: 39px Arial, sans-serif;
    font-weight: 100;
}

.carousel-control.right {
    right: 0;
    left: auto;
}

.inline {
    display: inline !important;
}

#privacy {
    text-align: justify;
}

/* Star Rating Anpassung */
.rating-disabled {
    cursor: default;
}

.rating-xxs {
    font-size: 21px;
}

/* JScrollPane Anpassung */

.jspHorizontalBar {
    height: 5px;
}

.jspDrag {
    width: 150px;
    border-radius: 4px;
}

.navbar-nav > li > a.countryflag {
    padding-left: 11px;
    padding-right: 11px;
}

.countryflag {
    padding-top: 14px;
    float: left;
}

#rabbit_speech {
    top: 0px;
    position: relative;
    float: left;
}

.bar_rabbit {
    min-height: 182px;
    width: 109%;
    background-image: url('https://upportal.wavecdn.net/img/apppage/unter_Banner_01.png');
    top: -43px;
    left: -14px;
    background-repeat: repeat-x;
    position: relative;
}

#speechbubble {
    float: left;
    position: relative;
    top: 59px;
    padding: 0;
}

#speechbubble div {
    float: left;
    position: relative;
}

.speechbubbleleft {
    width: 57px;
    position: relative;
    float: left;
    height: 103px;
    background-position-x: 100%;
    background-image: url('https://upportal.wavecdn.net/img/apppage/sprechblase-box_left.png');
    background-repeat: no-repeat;
}

.speechbubblemiddle {
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 16px;
    padding: 4%;
    min-height: 103px;
    background-image: url('https://upportal.wavecdn.net/img/apppage/sprechblase-box_middle.png');
    background-repeat: repeat-x;
}

.speechbubbleright {
    width: 22px;
    position: relative;
    left: -5px;
    float: left;
    height: 103px;
    background-image: url('https://upportal.wavecdn.net/img/apppage/sprechblase-box_right.png');
    background-repeat: no-repeat;
}

.send_game_link {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.game_link_send_mail {
    text-align: center;
    top: 9px;
}

.game_link_send_mail div {
    float: left;
    position: relative;
}

.game_link_submit {
    margin-left: 18px;
    top: -3px;
}


@media (max-width: 500px) {
    #rabbit_speech {
        top: 27px;
        width: 25%;
        padding: 0;
    }

    #speechbubble {
        width: 75%;
        left: -18px;
    }

    .speechbubblemiddle {
        width: 63%;
    }
}

#mail_feedback{
    text-align:center;
    color:darkgreen;
    font-weight: bold;
    font-size: 18px;
}

@media (max-width: 767px) {
    .game_link_submit {
        margin: 0;
        top: 10px;
    }
}

@media (min-width: 0px) {
    #navbar_country_button.navbar-toggle {
        display: block;
        border: 0px;
    }

    #navbar_country.collapse.navbar-collapse {
        display: none !important;
    }

    #navbar_country.collapse.navbar-collapse.in {
        display: block !important;
    }
}

.to_desktop{
    text-shadow: 1px 1px #fff;
    text-align: center;
    height: 20px;
    top: 15px;
    position: relative;
    font-weight: bold;
}

.play_apps_text{
    font-weight:bold;
    text-align:center;
}