    body, html {
        background-color: #cccccc;
        height: 100%;
        margin: 0;
        font: 400 15px/1.8 'Lato', sans-serif;
        color: #777;
    }

    .bgimg {
        position: relative;
        opacity: .9;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('backgrounds/biene_80.jpg');
        height: 100%;
    }

    .caption {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        text-align: center;
        color: #000;
    }

    .caption span.border {
        background-color: #000;
        color: #fff;
        padding: 15px;
        font-size: 27px;
        letter-spacing: 5px;
    }

    .caption span.legalnotes {
        background-color: #000;
        color: #99bbff;
        padding: 10px;
        font-size: 17px;
        letter-spacing: 1px;
    }
    .logos {
        height: 32px;
        vertical-align: middle;
    }

    small {
        font-size: 14px;
        letter-spacing: 1px;
    }

    a {
        text-decoration: none;
        color: #99BBFF;
    }    
