.boundingbox_button {
    top: 7.3em;
    left: .5em;
}
.boundingbox_button button {
    cursor: pointer;
}
.joLayerContainer {
    top: 9.5em;
    left: .5em;
}
.joLayerContainer button {
    cursor: pointer;
}
.joLayerContent {
	display: none;
}
.joLayerContent.active {
	display: block;
}
.joLayerContent ul {
	list-style: none;
	margin-top: 5px;
	margin-bottom: 0;
	padding-left: 0;
	background-color: rgba(255,255,255,1);
}
.joLayerContent li {
	padding: 5px 10px;
}
.joLayerContent input {
	margin-right: 5px;
}
.joLayerContent label {
	font-size: 16px;
	margin-bottom: 0;
}
.ol-attribution {
	left: .5em!important;
	right: initial!important;
}
#joInfo-container {
	display: none;
	position: absolute;
    top: 0;
    right: -100%;
    width: 85%;
    -moz-transition: right 0.3s;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
}
#joInfo-loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: relative;
    left: 50%;
}
#joMaps-container {
	position: relative;
}
.map-item-header {
    /*display: flex;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.map-item-header-title {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 114px);
}
#joMaps-container .joNummer {
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    background-color: white;
    border-radius: 100%;
    border: 1px solid #f3a42a;
    color: #f3a42a;
}
#map-list .list_notable .img,
#map-list .list_notable .txt,
#map-list .list_notable .joTime-container {
    display: none;
}
/* Switch - Button - start */
/* The switch - the box around the slider */
.joSwitch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 22px;
    margin-bottom: 0;
}
/* Hide default HTML checkbox */
.joSwitch input {display:none;}
/* The slider */
.joSwitch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.joSwitch .slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input.joCheck:checked + .slider {
    background-color: #2196F3;
}
input.joCheck:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input.joCheck:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.joSwitch .round {
    border-radius: 34px;
}
.joSwitch .round:before {
    border-radius: 50%;
}
/* Switch - Button - ende */
.joTime-container {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 40px;
    max-width: 40px;
    margin-right: 15px;
    position: relative;
}
.joTime-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
    text-align: center;
}
.joTime-zeit {
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.joTime-zeit,
.joTime-distanz {
     font-size: 11px;
}
.joNummer-container,
.joTime-container {
    z-index: 15;
}
.joListNotableContainer {
    position: relative;
}
#joMaps-container .joStreifen {
    height: calc(100% - 42px);
    width: 40px;
    background-color: #c9cbd0;
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 10;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 2em;
}
#map-list .list_notable .col-md-7.txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(75% - 55px);
    flex: 0 0 calc(75% - 55px);
    max-width: calc(75% - 55px);
}
@media (max-width: 767px) {
    #ol4-map-container {
    	position: relative;
    	left: 0;
        width: 100%;
        min-height: 0;
        max-height: 0;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    #ol4-map-container.active {
        min-height: 100%;
        max-height: 100%;
    }
    .show #map-jo-icon {
        left: 5%;
        right: initial;
    }
    #map-jo-icon {
        width: 35px;
        height: 35px;
        background-image: url(/typo3conf/ext/jo_museo/Resources/Public/Images/sprite.svg);
        background-size: 460px;
        background-repeat: no-repeat;
        position: fixed;
        bottom: .5em;
        /*right: .5em;*/
        left: calc(100% - 3rem);
        background-color: rgba(255,255,255,1);
        padding: 2px;
        z-index: 150;
        -moz-transition: left 0.3s;
        -webkit-transition: left 0.3s;
        transition: left 0.3s;
    }
    .active #map-jo-icon {
        background-position: 0px -214px;
    }
    #map-jo-icon {
        background-position: -166px -171px;
    }
    #map-list {
        min-height: 0;
        max-height: 0;
        overflow: hidden;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    #map-list.active {
        overflow: initial;
        min-height: 100%;
        max-height: 100%;
    }
    /*#map-list .list_notable {
        padding: 15px 0;
    }*/
    #joMaps-container.show #joInfo-container {
    	display: block;
		right: 0;
    }
    #joInfo-container .joNummer {
        position: absolute;
        left: .7rem;
        top: .7rem;
    }
    #joInfo-container .joSwitch-container,
    #joInfo-container .list_notable .joListLinks {
        padding-left: 15px;
        padding-right: 15px;
    }
    #joInfo-container .joSwitch-container {
        margin-top: 15px;
    }
    #joInfo-container {
        height: 100%;
        overflow: scroll;
    }
    #joMaps-container.show #ol4-map-container {
    	left: -85%;
    }
    #map-list .list_notable .img {
        margin-top: 10px;
    }
    /*#map-list .joScrollWrap {
        height: 100%;
        overflow: scroll;
    }*/
    #map-list .list_notable .col-md-3.img,
    #map-list .list_notable .col-md-7.txt {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 55px);
        flex: 0 0 calc(100% - 55px);
        max-width: calc(100% - 55px);
        margin-left: auto;
    }
}