html, body {
    font-family: Verdana;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

body {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    grid-template-areas:
        "top top"
        "bottom bottom";
}

.grid-top {
    grid-area: top;
}

.grid-bottom {
    grid-area: bottom;
}

.grid-full {
    grid-column: span 2;
    grid-row: span 2;
}

.weitere_Karten {
    clear: both;
}

#contributions {
    clear: both;
    border-top: 2px solid black;
    padding-top: 2px;
    text-align: center;
    margin-top: 5px;
    font-size: 9px;
}

#igmaps {
    width: 47%;
    margin: 5px;
    float: left;
}

#igeobw {
    width: 47%;
    margin: 5px;
    float: left;
}

#windy {
    width: 35%;
    margin: 10px;
    float: left;
}

#radarstand img {
    width: 35%;
    margin: 5px;
    float: left;
}

#radarueberblick img {
    width: 15%;
    margin: 5px;
}

#dwd img {
    width: 26%;
    margin: 5px;
}

#bwrad {
    width: 30%;
    margin: 5px;
    float: left;
}

#bwwarn {
    width: 20%;
    margin: 5px;
    float: left;
}

#niederschlagsradar {
    float: left;
    width: 15%;
    margin: 5px;
    font-family: verdana;
    background-color: #fff;
    color: #111;
}

#ipegel {
    float: left;
    margin: 2px;
}

/* Very Small devices  */
@media only screen and (max-height: 400px) {
    #igmaps {
        height: 300px;
    }

    #igeobw {
        height: 300px;
    }
}

/* Small devices  */
@media only screen and (min-height: 401px) {
    #igmaps {
        height: 600px;
    }

    #igeobw {
        height: 600px;
    }
}

/* Medium devices */
@media only screen and (min-height: 700px) {
    #igmaps {
        height: 700px;
    }

    #igeobw {
        height: 700px;
    }
}


/* Extra large devices */
@media only screen and (min-height: 1000px) {
    #igmaps {
        height: 1000px;
    }

    #igeobw {
        height: 1000px;
    }
}

nav li > a, nav li > span {
    display: block;
    color: #000;
    font-weight: bold;
    padding: .5rem;
    text-decoration: none;
}

nav a:hover {
    text-decoration: underline;
    background: rgba(0,0,0,0.2)
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav li {
    list-style: none;
    border-bottom: 1px solid grey;
}

nav li .fa {
    padding-right: .5rem;
    color: #000
}

.fa-rows {
    transform: rotate(90deg);
    margin-left: -0.5rem;
}
.fa-rows:before {
    content: "\f0db";
    margin: 0px 0px 0px 0.5rem;
}

.leaflet-menu-close-button.fa.fa-chevron-left {
    float: left !important;
    padding: .5rem;
}

.leaflet-menu-contents {
    padding: 0 !important;
}

.leaflet-menu-contents h3 {
    padding: 8px;
    margin: 0;
}

/* narrow devices  */
@media only screen and (max-width: 770px) {
    #igmaps {
        width: 100%;
    }

    #igeobw {
        width: 100%;
    }

    #bwrad {
        width: 100%;
    }

    #bwwarn {
        clear: both;
        width: 100%;
    }

    #niederschlagsradar {
        clear: both;
        width: 100%;
    }

    #windy {
        width: 100%;
    }

    #radarstand img {
        clear: both;
        width: 100%;
    }

    #radarueberblick img {
        clear: both;
        width: 100%;
    }

    #dwd img {
        clear: both;
        width: 100%;
    }

    .ncb {
        clear: both;
    }

}

.leaflet-control-geocoder-icon {
    background-image: url('images/geocoder.png') !important;
}

.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
    background-image: url('images/throbber.gif') !important;
}