/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05.10.2016, 09:13:00
    Author     : Udo
*/

#mapid { height: 600px; }

.legend {
    line-height: 18px;
    color: #555;
    background-color: rgba(255,255,255,0.9);
    width: auto;
}
.legend i  {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.75; 
}

.legend.leaflet-control br {
    clear: both;
}

/* unvisited link */
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: red;
}

/* selected link */
a:active {
    color: red;
}

@media (max-device-width: 500px) { 
    .info {
        padding: 6px 20px;
        font: 14px/16px Arial, Helvetica, sans-serif;
        background: white;
        background: rgba(255,255,255,0.95);
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
        border-radius: 5px;
        width: 100px;
        display: none;
    }
}
@media (min-device-width: 501px) { 
    .info {
        padding: 6px 20px;
        font: 14px/16px Arial, Helvetica, sans-serif;
        background: white;
        background: rgba(255,255,255,0.95);
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
        border-radius: 5px;
        width: 300px;
    }
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.hint {
    color: black;
    font: 12px/14px Arial, Helvetica, sans-serif;
}