
#world-map {
    /* Fuer die Legende */
    z-index: 50;
    position: relative;
    margin-top: -100px;
    /* Ende fuer die Legende */
    float: left;
    width: 100%;
    height: auto; /* 640px */
    max-width: 1280px;
}

#standorte h2.hidden {
    display: none;
}

#standorte a, #standorte a:visited {
    text-decoration: none;
    color: #666;
    border-bottom: 1px solid transparent;
   -webkit-transition: all 250ms;
   -moz-transition:    all 250ms;
   -o-transition:      all 250ms;
   -ms-transition:     all 250ms;
    transition:        all 250ms;
}

#standorte a:hover, #standorte a:active, #standorte a.selected {
    color: #172983;
    border-bottom: 1px solid #172983;
}

#standorte aside {
    display: table;
}

#standorte aside:last-child {
    border-bottom: none;
}

#standorte aside p {
    float: left;
    /*width: 50%;*/
    display: table-row;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*background: red;*/
}

#standorte aside p.right {
    padding-left: 10px;
}

#standorte aside p:last-child {}

#standorte aside span {
    font-weight: 700;
}

#standorte section.float-l {
    position: absolute;
    float: left;
    width: auto;
}

/*
#top aside.legend {
    position: relative;
    top: 26px;
    float: right;
    font-size: 1em;
    background: white;
    padding: .5em 1em .5em 1em;
    margin-bottom: 20px;
   -webkit-border-radius: 0 0 0 5px;
      -moz-border-radius: 0 0 0 5px;
           border-radius: 0 0 0 5px;
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
*/

aside.legend {
    z-index: 100;
    position: relative;
    float: right;
    font-size: 1em;
    background: white;
    background: rgba(255,255,255,.9);
    padding: .5em 1em .5em 1em;
    margin-bottom: 20px;
   -webkit-border-radius: 0 0 0 5px;
      -moz-border-radius: 0 0 0 5px;
           border-radius: 0 0 0 5px;
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}


#standorte aside {
    z-index: 200;
    display: none;
    position: absolute;
    margin: 0;
    width: 400px;
    height: auto;
    padding: 20px;
    background: rgba(255,255,255,.95);
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
   -webkit-border-radius: 0 0 7px 0;
   -moz-border-radius: 0 0 7px 0;
    border-radius: 0 0 7px 0;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
   -moz-box-shadow: 3px 3px 5px rgba(0,0,0,.2);
   -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.2);
    box-shadow: 3px 3px 5px rgba(0,0,0,.2);
    color: #333;
}


/*
area[href]:hover ~ #germany {
    display: block;
    opacity: 1;
}
*/


.circle {
    float: left;
    /*display: inline;*/
    position: relative;
    margin: .4em .5em 0 0;
    width: .6em;
    height: .6em;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    border-radius: 50%;
    /*border: 1px solid rgba(0,0,0,.5);*/
}

.circle.red { background-color: #c40b02; }
.circle.yellow { background-color: #ffd737; }
.circle.green { background-color: #38a429; }
.circle.blue { background-color: #7d8cff; }


@media screen and (max-width: 961px) {

    #world-map {
        display: none;
    }

    #standorte section.float-l.over > aside {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        max-width: 1280px;
        height: auto;
        /*padding: 10px 20px;*/
        padding: 25px 10px 25px 20px;
        background: none;
       -webkit-border-radius: 0;
       -moz-border-radius: 0;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #d9d9d9;
       -moz-box-shadow: none;
       -webkit-box-shadow: none;
        box-shadow: none;
        color: #666;
    }

    #standorte h2.hidden {
        display: inline;
        float: left;
        color: #172983;
        font-weight: 700;
        width: 100%;
        font-size: 100%;
        padding: 20px 5px 0 20px;
        /*border-bottom: 1px solid #d9d9d9;*/
        /*background: rgba(255,255,255,.95);*/
       -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    noscript.nomap-js {
        display: none;
    }

    #standorte section.float-l {
        position: relative;
        width: 100%;
    }

    div#content-box > section#standorte > section.float-l.over:last-child > aside:last-child {
        border-bottom: 0;
    }

    aside.legend {
       -webkit-border-radius: 0 0 5px 0;
          -moz-border-radius: 0 0 5px 0;
               border-radius: 0 0 5px 0;
        border: none;
        border-right: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        padding-left: 20px;
    }

}

@media screen and (max-width: 480px) {

    #standorte aside p {
        float: left;
        /*width: 100%;*/
        display: table-row;
       -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #standorte aside p.right {
        padding-left: 0;
    }

    #standorte aside span {
        float: left;
        margin-bottom: .75em; /* 1.5em = Grundlinie */
    }

}


