body{
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;

    font-size: 14px;
    line-height: 19px;
}

#text-overlay{
    position: absolute;
    padding: 2%;
    height: 10%;
    line-height: 2.6vh;
    margin-top: -16%;
    font-size: 2vh;
    background: rgba(255,255,255,0.6);
}

#text-overlay a{
    color: #365899;
    font-weight: bold;
}

#big-facebook-link{
    display: block;
    vertical-align: middle;
    text-align: center;
    background-color: #365899;
    border: 1px solid #365899;
    margin-top: 3px;
    margin-bottom: 3px;
    height: 408px;
    font-size: 58px;
    line-height: 400px;
    color: #fff;
}

#imprint{
    background: #efefef;
    color: #444;
    padding: 15px;
    margin: 0px;
    margin-top: 11px;
    border-radius: 2px;

}

.muthual{
    padding-top: 8px;
    font-family: 'Ubuntu', sans-serif;
    display: block;
    font-size: 12px;
    color: #000;
}

.muthual-h{
    color: #bed232;
}

a.muthual:hover{
    font-weight: bold;
    color: inherit;
}

/* Responsive */

@media (max-width: 480px) {
   .container {
      width: 100%;
   }

    #text-overlay{
        display:none;    
    }

    #big-facebook-link{
        height: 100px;
        line-height: 100px;
    }
}

