body {
    font-family: 'Bai Jamjuree', sans-serif;
    background-color: #021B46;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-size: 100% auto;
}

h1{
    color: #5DC1D2;
    font-size: 40px;
    min-width: 350px;
    padding-bottom: 20px;
}

h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
}

a, a:visited, a:hover, a:visited {
    color: #fff;
    text-decoration: none;
}

#subclaim p {
    line-height: 12px;
}

#footerline hr {
    color: #5DC1D2;
}

#footertext, #footertext a {
    color: #5DC1D2;
}

span.trennstrich {
    display: none;
}

/**
* Mobile
 */
@media screen and (max-width:600px){
    body{
        background-image:url("img/background-bild-mobile.jpg");
    }
    #heading {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #logo {
        width: 250px;
    }
    #subclaim {
        margin-top:740px;
        width:100%;
        margin-bottom:40px;
    }
    #footertext{
        margin-bottom: 50px;
		line-height:8px;
    }
    #footerline hr {
        width:80%;
    }
}


/**
* Desktop
 */
@media screen and (min-width:600px){
    body{
        background-image:url("img/background-bild-desktop.jpg");
    }
    #heading {
        position: absolute;
        left: 50%;
        top: 40%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #logo {
        width: 300px;
    }

    #subclaim {
        margin: 0;
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translate(-50%, 0%);
        min-width: 500px;
        max-width: 500px;
    }
    #footertext p, #subclaim p{
        line-height: 7px;
    }
    h2{
        padding-bottom:10px;
    }
}

@media screen and (min-width: 1180px) {
    #footertext p {
        display: inline;
        padding: 20px;
    }

    span.trennstrich {
        display: inline;
    }
    #footerline {
        margin: 0;
        position: absolute;
        bottom: 5%;
        left: 50%;
        transform: translate(-50%, 0%);
        min-width: 80%;
        opacity: 0.5;
    }
}


@media screen and (min-width:600px) and (max-width: 1180px)  {
    #footerline {
        margin: 0;
        position: absolute;
        bottom: -5%;
        left: 50%;
        transform: translate(-50%, 0%);
        min-width: 80%;
        opacity: 0.5;
    }

}


