body, html {

    font-family: Arial, sans-serif;
    width: 100%;
    height: 100%;
    font-size: 1.1em;
    line-height: 1.5;
    color: #000000;
}
body {
    margin: 0;
}

.main {
    background-image: url('../img/auenlandklinik_home_background.jpg');
    width: 100%;
    height: 100vh;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
    width: auto;
    text-align: center;
    background: rgb(255, 255, 255, 0.8);
    padding: 40px;
}

h1 {
    font-size: 1.2em;
}

h2 {
    font-size: 1.2em;
    margin-top: -28px;
}

.cur {
    font-style:italic;
}

.logo {
    width: 300px;
}
.site-link, .site-link:active, .site-link:visited, .site-link:hover, .site-link:focus {
    color: #000000;
    font-size: 1.9em;
    font-weight: bold;
}
.site-link:hover {
    text-decoration:none;
}

.label {
    display:block;
    margin-top: -54px;
}
.label > span {
    font-weight: bold;
    text-transform: uppercase;
    background-color: #5f9d86;
    color: #ffffff;
    padding: 15px 10px 15px 10px;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
    .label {
        margin-top: 8px;
    }
    .main {
        height: auto;
    }
    .content {
        width: 100vw;
        text-align: center;
        background: rgb(255, 255, 255, 0.8);
        padding: 8px;
    }

    .site-link, .site-link:active, .site-link:visited, .site-link:hover, .site-link:focus {
        font-size: 1.2em;
    }
}