*{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

#body {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 1px black solid;
}

#loggaHead {
    width: 100%;
    height: 120px;
    background-image: linear-gradient(to right,  white 0%, #B7CED7 100%);
    border-bottom: 10px solid #E0E0E0;
}

#content {
    width: 100%;
    height: 850px;
}

#bigFoot {
    width: 100%;
    height: 200px;
    border-top: 1px solid #DDDDDD;
    background-color: #F3F3F3;
}

#datum {
    width: 99%;
    height: 30px;
    background-color: #F0F3F7;
    border-top: 2px solid #CCCCCC;
    padding-left: 1%;
}

#loggaImg {
    float: left;  
    height: 94%;
    margin-top: 5px;
    margin-left: 5px;
}

#loggaImg img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}

#loggaHead h2 {
    float: left;
    display: block;
    font-size: 54px;
    margin-top: 30px;
    margin-left: 20px;
}

h1 {
    font-weight: 100;
    font-size: 1.85em;
    margin-top: 30px;
    margin-left: 25px;
}

#info {
    height: 658px;
    width: 70%;
    float: left;
}

#bemabInfo {
    margin-left: 25px;
    margin-top: 35px;
}

#map {
    width: 95%;
    height: 74%;
    border: 10px solid #E0E0E0;
    float: left;
    margin-left: 25px;
    margin-top: 30px;
    padding-bottom: 5%;
}

#map iframe {
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
}

#content h2 {
    font-size: 1.5em;
    color: rgb(53, 122, 153);
    margin-bottom: 10px;
    font-weight: 1000;
    margin-left: 20px;
    margin-right: 30px;
    margin-top: 5px;
    text-align: center;
}

#sidebar {
    width: 25%;
    height: 100%;
    float: right;
    margin-top: 30px;
    margin-left: 25px;
    margin-right: 29px;
}

.sideLiten {
    width: 100%;
    background-color: white;
    margin-top: 20px;
    height: 40%;
}

#vänster, #höger {
    width: 50%;
    height: 100%;
    float: left;
    text-align: center;
}

#höger {
    margin-top: -30px;
}

#bigFoot h2 {
    font-weight: 100;
    margin-left: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#bigFoot ul {
    list-style: none;
    margin-left: 10px;
}

#bigFoot li {
    margin-bottom: 6px;
    font-size: 18px;
}

#datum p {
    font-size: 0.7em;
    color: black;
    float: left;
    display: inline-block;
    margin-top: 7px;
}

#sidebar img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1300px) {
    #body {
        width: 100%;
        margin-right: 0px;
    }
}

@media screen and (max-width: 1000px) {
    #info {
        width: 100%;
    }
    
    .info {
        width: 49%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: none;
    }
    
    #loggaHead {
        height: 150px;
    }
    
    #loggaImg {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
    }
    
    #loggaHead h2 {
        display: none;
        margin-top: 0px;
        margin-left: 0px;
        font-size: 20px;
    }
    
    #map {
        margin-left: 0px;
    }
    
    #sidebar {
        width: 95%;
        margin-left: 1%;
        float: left;
        height: auto;
        margin-top: 110%;
        margin-right: 0px;
    }
    
    .sideLiten {
        width: 50%;
        height: 100%;
        float: left;
        margin-top: 0px;
    }
    
    #content {
        height: 1400px;
    }
    
    #vänster {
        width: 100%;
        text-align: center;
        height: 280px;
    }
    
    #höger {
        width: 100%;
        text-align: center;
        height: 280px;
    }
    
    #bigFoot {
        height: 580px;
    }
    
    #datum p {
        margin-top: -55px;
    }
}