html, body{
    height: 100%;
    font-family: georgia, serif;
    font-size: 11pt;
    margin: 0 auto;
}

.main{
    height: 100%;
    width: 100%;
    display: table;
}

.wrapper{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

h1{
    font-size: 16pt;
    color: #000;
    display: inline-flex;
}

.parteiRed{
    color: #B5152B;
    margin: 0 4px;
}

.social-container{
    margin: 0 auto;
}

span{
    margin:0 10px;
    font-size: 30px;
}

center{
    margin: 0 auto;
}

a{
    text-decoration: none;
}

.facebook, .instagram, .twitter, .mail{
    color: #000;
}

.partei-img{
    width: auto;
    margin: 0 10%;
}

@media screen and (max-width: 1024px) {
    
    .wrapper center h1, .social-container{
        font-size: 26px;
    }
}

@media screen and (max-width: 768px) {

    .wrapper center h1{
        font-size: 20px;
    }
}

@media screen and (max-width: 540px) {
    .partei-img{
        width: 80%;
    }
}

@media screen and (max-width: 414px) {

    .wrapper center h1{
        font-size: 18px;
    }
}

@media screen and (max-width: 280px) {
    .partei-img{
        width: 75%;
    }

    .wrapper center h1, span{
        font-size: 14px;
    }
}