#histogramm_pic {
    border: 1px rgb(153, 153, 153) solid;
}
#iconhistogramm {
    width: 100%;
}
/*The Map*/
#toggle_legende{
    font-size: 13px;
    position: absolute;
    background: white;
    display: none;
    width: 150px;
    height: auto;
    right: 1px;
    padding: 5px;
    border: 2px solid #4E60AA;
    border-radius:15px;
    box-shadow: 0 0 3px gray;
}
#map {
   top: 50px;
    left: 0px;
    right: 0px;
    bottom: 0px;
   position: absolute;
   background-color: white;
}
#grundaktmap {
    float:right;
    margin-top: 3px;
    width: 160.8px;  
    height: 150px;
    background-color: white;
}
#grundaktmap_btn{
    background-color: #8CB91B;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
}
.backButton{
    font-size: 3.5em;
}
.drop_arrow{
    float:left;
    color: white;
}
#content .dropdown .tool_li {
    float: left;
    width: 15%;
    margin-left: 10px;
}
#content .dropdown .btn_container {
    margin-right: 10px;
}
#content .dropdown .btn_container .btn_txt {
    padding-top: 3px;
    padding-left: 6px;
}
#content .dropdown .btn_container .btn_txt {
    padding-top: 3px;
    padding-left: 6px;
}
#content .dropdown .btn_container #full_screen{
    width: 32px;
    height: 32px;
    background: #4E60AA url(../../images/icon/fullscreen-symbol.png) no-repeat center center;
    margin-left: 7px;
}
#content .dropdown .btn_container #measure {
    width: 32px;
    height: 32px;
    background: #4E60AA url(../../images/icon/ruler.png) no-repeat center center;
    margin-left: 7px;
}
#content .dropdown .btn_container #t_slider{
    width: 32px;
    height: 32px;
    background: #4E60AA url(../../images/icon/timeslider.png) no-repeat center center;
    margin-left: 7px;
}
#content .dropdown .btn_container #lupe {
    width: 32px;
    height: 32px;
    background: #4E60AA url(../../images/icon/lupe.png) no-repeat center center;
    margin-left: 7px;
}
#content .dropdown .btn_container #glaettung {
    width: 32px;
    height: 32px;
    background: #4E60AA url(../../images/icon/smooth.png) no-repeat center center;
    margin-left: 7px;
}
.layer_ue {
    display:inline-block;
    width: 100%;
}
#klassifizierung_layer{
    display: inline-block;
    width: 100%;
}
#klassifizierung #menu_klassifizierung{
    display: inline-block;
    width: 100%;
}
#klassifizierung #menu_klassifizierung .radio_left{
    float: left;
    width: 50%;
}
#klassifizierung #menu_klassifizierung .radio_right{
    float: left;
    width: 50%;
}
#content .dropdown #layer_conainer hr {
    border-top: 1px solid black;
    margin-top:0px;
    margin-bottom: 5px;
}
#content .dropdown #layer_conainer form{
    margin-top:0px;
}
#slider_raum_container {
    display: block;
    margin-bottom: 0px;
}
#raum_slider {
    margin-left: 10px;
    margin-right: 10px;
}
#raum_slider .ui-slider-range {
    background-color: #4E60AA;
}
#raum_value {
    margin-right: 10px;
    margin-top: 10px;
}
#raum_value label {
    display: inline-block;
    text-align:center;
}
#raum_value label:first-child{
    text-align:left;
}
#raum_value label:last-child{
    text-align:right;
}

#opacity_container {
    margin-left: 10px;
    margin-right:10px;
    display: block;
    margin-bottom: 40px;
}
#opacity_slider {
    margin-bottom: 10px;
    margin-left:10px;
    margin-top: 10px;
}
#opacity_slider .ui-slider-range {
    background-color: #4E60AA;
}
#op_low {
    float:left;
}
#op_high {
    float:right;
        
}
.dropdown {
    display: none;
    margin-bottom: 10px;
}
.dropdown .btn_export {
    background: #8CB91B;
    color:white;
    width: 40%;
    margin-right: 10px;
}
.export_div{
   margin-top: 10px;
}
.dropdown #wms {
    float: left;
    margin-right: 10px;
}
.dropdown #wcs {
    margin-left: 10%;
    margin-right: 10px;
}
.dropdown #kartenlink{
    background: #8CB91B;
    color: white;
    width: 100%;
    margin-bottom: 10px;
}

#btn_link_laden{
    margin-top: 5px;
    background:#8CB91B;
}
#export_form {
    display: inline-block;
    width: 100%;
}
#pdf_form{
    width: 40%;
}
#pdf_submit {
    width: 100%;
    float: left;
}
#bild {
    float: right;
    margin-right: 20px !important;
}
/*The Menu Icons*/
.notify-icon span{
    display: inline-block;
    border: 1px solid orange;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    animation: pulse .6s 4 forwards;
    transform-origin: center center;
}
@keyframes pulse{
    0%{
        transform: scale(5.5);
        opacity: .2;
    }
    50%{
        opacity: .8;
    }
    100%{
        transform: scale(.1);
        opacity: 1;
    }
}

/*The Menu Icons*/
.notify-icon span{
    display: inline-block;
    border: 1px solid orange;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    animation: pulse_rechts .6s 4 forwards;
    transform-origin: center center;
}
@keyframes pulse_rechts{
    0%{
        transform: scale(5.5);
        opacity: .2;
    }
    50%{
        opacity: .8;
    }
    100%{
        transform: scale(.1);
        opacity: 1;
    }
}
