.handballtable thead{
    background-color: #06622b;
}
.handballtable thead th{
    color: #ffffff;
    font-size: 1.5em;
}
.handballtable .actual td{
    color: #06622b;
}
.slider{
    position: relative;
    border-top: 6px solid #06622b;
}
.slider .flexslider {
    border: none;
    margin-bottom: 0;
}
.slider .flexslider ul {
    margin-left: 0;
}
.slider .flexslider li{
    min-height: 370px;
    position: relative;
}
.slider .flexslider li .home-team{
    position: absolute;
    left: 20px;
    top: calc(50% - 40px);
}
.slider .flexslider li .guest-team{
    position: absolute;
    right: 20px;
    top: calc(50% - 40px);
}

.slider .flexslider li .timestamp-for-game {
    position: relative;
    display: inline-block;
    left: 50%;
    top: 0.5em;
    font-size: 1.5em;
    line-height: 1.4em;
    width: 300px;
    margin-left: -150px;
    top: 1em;
    font-weight: 800;
    font-size: 1.2em;
    color: black;
    text-align: center;
}
.slider .flexslider li .time{
    color: #06622b;
    font-weight: 500;
}
.slider .flexslider li .buy-tickets {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 180px;
    margin-left: -90px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    background-color: #066a2e;
    color: white;
}
.slider .flexslider li .buy-tickets a {
    color: white;
}

.slider .flexslider .game-result{
    position: absolute;
    left: 50%;
    width: 200px;
    margin-left: -100px;
}
.slider .flexslider .double-point{
    background: url(../images/doppelpunkt.png) no-repeat;
    height: 50px;
    width: 15px;
    left: 92px;
    position: absolute;
    top: 20px;
    display: inline-block;
}
.slider .flexslider .game-result .points-1{
    position: absolute;
    left: 0px;
    width: 92px;
    text-align: center;
    top: 20px;
    line-height: 50px;
    font-size: 32px
}
.slider .flexslider .game-result .points-2{
    position: absolute;
    top: 20px;
    font-size: 32px;
    left: 108px;
    width: 92px;
    line-height: 50px;
    text-align: center;
}
.slider .custom-navigation a{
    position: absolute;
}
.slider .custom-navigation .flex-prev{
    top: calc(50% - 10px);
    background: url(../images/pfeil-links.png) no-repeat;
    height: 50px;
    width: 50px;
}
.slider .custom-navigation .flex-next{
    top: calc(50% - 10px);
    right: 0px;
    background: url(../images/pfeil-rechts.png) no-repeat;
    height: 50px;
    width: 50px;
}
#Content .spielplan .flexslider .slides img.club-logo{
    width: 100px;
}
.handballtable img{
    width: 50px;
}
.hide{
    display: none;
}

.halle {
    font-size: 12px;
    line-height: 12px;
    top: -5px;
    position: relative;
}
.handballtable tr.active {
    //background-color: #efefef;
    border-top: 2px solid #066a2e;
    border-bottom: 2px solid #066a2e;
}

td.home-team, td.guest-team, th.team-home, th.team-gast {
    text-align: center !important;
}

#Content .spielplan .flexslider .slides img.club-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 70px;
    width: auto;
}

.guest-name, .home-name {
    display: none;
}

.handballtable .tordifferenz, .handballtable .spiele, .handballtable .punkte {
    text-align: center !important;
}

.handballtable td {
    padding-left: 10px !important;
}



@media screen and (min-width:740px) {
    #Content .spielplan .flexslider .slides img.club-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-height: 100px;
        width: auto;
    }
    .slider .flexslider li .home-team{
        left: 20px;
        top: 40px;
    }
    .slider .flexslider li .guest-team{
        right: 20px;
        top: 40px;
    }
    .handballtable img{
        width: 100px;
    }
}

@media screen and (min-width:973px) {
    #Content .spielplan .flexslider .slides img.club-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-height: 150px;
        width: auto;
    }
    .slider .flexslider li .home-team {left: 120px;}
    .slider .flexslider li .guest-team {right: 120px;}
    .slider .flexslider li .home-team{
        left: 200px;
        top: 50px;
        text-align: center;
    }
    .slider .flexslider li .guest-team{
        right: 250px;
        top: 50px;
        text-align: center;
    }
    .guest-name, .home-name {
        display: block;
    }
}


