body {
    background-color: #1D71B8;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    line-height: 125%;
}

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

.links a:hover {
    color: #ccc;
}

h1 {
    display: none;
}

.card {
    background-color: #FFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 5);
    padding: 20px;
    float: left;
    margin: 20px;
    width: calc(100% - 80px);
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card.paderblogger {
    background-color: #2F3234;
}

.card .inside {
    margin: auto;
    width: 100%;
}

.card img {
    width: 100%;
    height: auto;
    max-height: 100px;
}

.links {
    clear: both;
    position: absolute;
    bottom: 5px;
    right: 20px;
}

a .card:hover {
    opacity: 0.9;
}

@media screen and (min-width: 800px) {
    div#main {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -200px -400px;
        width: 800px;
        height: 400px;
    }
    .card {
        width: calc(50% - 80px);
        height: 80px;
    }
    .card-small {
        width: calc(33% - 78px);
        height: 70px;
    }
    .card img {
        max-height: 80px;
    }
    .card-small {
        max-height: 80px;
    }
}