﻿#container {
    width: 100%;
    height: 100%;
}

#body {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    box-sizing: border-box;
}

#footer {
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: rgb(192,192,192);
    color: rgb(135,135,135);
}

#map {
    width: 100%;
    height: 100%;
}

#banner {
    z-index: 98;
    pointer-events: none;
    position: absolute;
    padding-bottom: inherit;
    box-sizing: border-box;
    background-color: rgba(125, 135, 135,.7);
}

#infoLayer {
    z-index: 97;
    pointer-events: none;
    position: absolute;
    padding-bottom: 60px;
    /*padding-top: 20px;  --denna padding sätts i respektive banner-css
    padding-left: 210px;*/
    padding-right: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

/*Lägg bra stans sen*/
.text-icon {
    margin-right: .4em;
}
.before-text-icon {
    margin-right: .5em;
}
