/* This file is intended for your custom stylesheet rules.
Don't forget to uncomment the last line in the head tag of your document! */

.headline{
    font-size: 6rem !important;
    line-height: 1.25 !important;
}

.payment-errors{
    font-family: "Lato", "Helvetica", Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.3;
}

.videoWrapper{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;

}

#sdnPlayer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.agb p{
    float: none !important;
}

/*video-js*/
.videoJSWrapper{
    width: 100%;
    position: relative;
    display: block;
}
.videoJSWrapper .video-js {
    padding-top: 56.25%;
    height: 100% !important;
    width: 100% !important;
    position: relative;
    top: 0;
    left: 0;
}
.videoJSWrapper .vjs-fullscreen {
    padding-top: 0;
}

.wbText{
    position: absolute;
    background-color: #1a1a1a;
    opacity: 0.8;
    bottom: 0;
    right: 0;
    padding: 0.5rem 0.8rem;
    font-size: 1.2rem;
    color: #fff;
    text-align: right;
}

.playerInfoField{
    width:100%;
    background-color: #20428A;
    padding: 0.5rem 1.5rem;
    margin-bottom: 2rem;
}

.playerInfoField h3{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
}

.playerInfoField button{
    color: #1a1a1a;
    background-color: #fff;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
}