body {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    background-image: url(../bilder/background.jpg);
    display: block;
    opacity: 1;
    z-index: 1000;
    width: 100%;
    height: 100%;
    height: 100vh;
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: left, bottom;
    background-attachment: fixed;
    /* Chrome and Safari */
}

h1 {
    font-weight: 400;
    color: black;
    font-size: 1.7em;
    letter-spacing: 0.5px;
	padding-top: 4em;
}

p {
    font-weight: 400;
    color: black;
    font-size: 1em;
    letter-spacing: 0.5px;
}

a {
    font-weight: 400;
    color: black;
    text-decoration: none;
}

a:hover {
    color: deepskyblue;
}

.adresse{
    padding:12em 30px 10px 30px;
}

.inner {
    top: 50px;
    bottom: 70px;
    position: relative;
    z-index: 5000;
    max-width: 560px;
    height: auto;
    margin: 0 auto;
    opacity: 1;
    padding: 0px 50px 4% 50px;
    
}


.icon {padding-right:30px;
    padding-bottom: 20px;
}
.icon img {
    max-width: 30px;
}


.logo {padding-top:12em;
    max-width: 100%;
}

.logo img {
    width: 100%;
}

.inner-footer{
    text-align: right;
    bottom:0;
    position: fixed;
    width: 100%;
    height: ;
    }

@media (max-width: 800px){
    .logo {padding-top:2em;
    width: 100%;
    }
    h1 {
    font-weight: 500;
    color: black;
    font-size: 1.25em;
    letter-spacing: .5px;
	padding-top: 4em;
}
    
    p {
    font-weight: 300;
    color: black;
    font-size: 0.8em;
    letter-spacing: 0.5px;
}
    .adresse{
    padding:8em 30px 10px 30px;
}
}