@import url("https://fonts.googleapis.com/css?family=Open+Sans");

html, 
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333;

    background: none no-repeat scroll 0 0 #FFFFFF;
    background-attachment: fixed;
    background-image: url("images/westerwelle_1920x1080.jpg");
    background-position: center center;
    background-size: cover;
}

.wrapper {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

.center {
    display: inline-block;
    padding: 5px;
    background-color: rgba(255,255,255, 0.5);
    margin: 0 5px;
}

#name {
    display: inline-block;
}

h1 {
    font-size: 1.8em;
    margin: 0;
    padding: 0;
}

#daten p {
    margin: 0;
}

a {
    color: #aaa;
    text-decoration: none;
}

@media screen and (min-width: 480px) {
    body {
        font-size: 20px;
    }

    .wrapper {
        text-align: left;
        left: 40px;
        width: auto;
    }

    .center {
        margin: 0;
    }
}

@media screen and (min-width: 950px) {
    .wrapper {
        text-align: left;
        left: 40px;
        top: 50%;
        margin-top: -49px;
        bottom: auto;
    }

    .center {
        background-color: transparent;
        padding: 0;
        display: block;
    }
}

@media screen and (min-width: 1500px) {
    body {
        font-size: 30px;
    }

    .wrapper {
        margin-top: -58px;
        left: 10%;
    }
}