body {
    background-color:#000;
    background-image: url('../../img/bg2.jpg');
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
}

.invis {
    opacity:0!important;
}

.vis {
    opacity:1!important;
}

.script{
    display:none;
}

.noscript{
    display:inline-block;
}

.pointer {
    cursor: pointer;
}

.rechtliches {
    color: #fff;
    font-size: 11px;
    margin-top: 5px;
    padding: 0 25px; }

.rechtliches a {
    color: #fff;
    text-decoration: none; }

.sponsoren {
    padding-top: 10px;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight:bold;
}



.soccer {
    background-image: url('../../img/field3_clean.png'), radial-gradient(farthest-corner at 60% 55%, #81BF5D, #5BBA25, #2B7001);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    position: relative;
    border: 1px solid #2B7001;
    border-radius: 5px;
}

.schleife{
    background-image: url('../../img/schleife.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    height:80px;
}

.schleife p {
    /*transform: rotate(-46deg);*/
    color:#fff;
    font-weight:bold;
    text-align:center;
    font-size:15px;
    line-height:2em;
}

.margintop{
    margin-top:10px;
    margin-bottom:10px;
}

.height{
    height:120px;
}

.ball { height:20px;  position:absolute; bottom:1px;  right:25% }
.prize { opacity:0;  position:absolute;  top: 1px;  right:25%;  text-align:center; width:100px; height:100px; /*background-image: url('../../img/prize/prize_bg.png');*/ background-repeat: no-repeat; background-size: contain;  background-position: center;}
.prize__noscript {position:absolute;  top: 1px;  right:25%;  text-align:center; width:100px; height:100px; /*background-image: url('../../img/prize/prize_bg.png');*/ background-repeat: no-repeat; background-size: contain;  background-position: center;}
.player{position:relative; top:0px; left:0px;}
.prize__img{width:100px; height:100px;}
.prize__trans{opacity:0.8}
.overimg {width:100px; position: relative; top: 70px;}
.impresscontainer {background-image: url('../../img/trans.png');}

@media (max-width: 750px){
    .player { max-height: 50px !important; max-width: 60px !important;}
    .ball { height:10px;}
    .prize__img{width:60px; height:60px;}
    .prize{width:60px; height:60px;}
    .prize__noscript{width:60px; height:60px;}
    .height{height:60px; }
    .overimg {width:60px;top: 40px;}
}
