﻿body {
}

.kopf img {
    width: 300px;
}

h1 {
    font-size: 50px !important;
    line-height: 70px !important;
    font-weight: bold
}

.links a, .links a:hover, .links a:visited {
    font-size: 2.5rem;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100px;
    margin-top: 24px;
}

.social {
    margin-top: 60px !important;
}

    .social img {
        width: 140px;
    }

@media all and (min-width: 1024px) {

    .kopf img {
        width: 200px;
    }

    h1 {
        font-size: 30px !important;
        line-height: 70px !important;
        font-weight: bold
    }

    .links a, .links a:hover, .links a:visited {
        font-size: 1.5rem;
        padding-top: 12px;
        padding-bottom: 12px;
        height: 60px;
        margin-top: 24px;
    }

    .social {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

        .social img {
            width: 100px;
        }
}
