#ol4-mapdiv {
	width: 100%;
    height: calc(100% - 93px);
	position: relative;
}
#joInfo-container {
	display: none;
	position: absolute;
    top: 0;
    right: -100%;
    width: 85%;
    -moz-transition: right 1s;
    -webkit-transition: right 1s;
    transition: right 1s;
}
#joInfo-loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: relative;
    left: 50%;
}
#joInfo-container {
	top: auto;
	top: initial;
	height: initial!important;
    bottom: 5px;
    width: calc(100% - 10px);
    margin: 0 5px;
    background-color: white;
    border: 1px solid #000000;
}
#joInfo-container.show {
	display: block;
	right: 0;
	z-index: 10;
}
#joInfo-container .joResponseImage {
	width: 100%;
	height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
}
#joInfo-container .joMapInstitute.row {
	margin-left: 0;
	margin-right: 0;
}
#joInfo-container .joMapInstitute .txt > div {
	padding-left: 0;
	padding-right: 0;
}
#joInfo-container .joMapInstitute .img {
	padding-right: 0;
}
#joInfo-container #joInfo-content-closer {
    position: absolute;
    top: 0;
    right: 2px;
    z-index: 10;
    text-decoration: none;
}
#joInfo-container #joInfo-content-closer::before {
    content: '✖';
}
#joInfo-content .row .txt {
	padding: 15px;
}
#joInfo-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ol4-mapdiv-closer {
    position: absolute;
    background-color: white;
    z-index: 100;
    left: 20px;
    top: 60px;
    width: unset;
    border: 1px solid black;
    padding: 4px;
    height: unset;
    cursor: pointer;
    transition: transform .5s ease;
}
.ol4-mapdiv-closer.closer-left {
    transform: translateX(calc(-100% + -25px));
}
.ol4-mapdiv-closer.closer-show {
    transform: translateX(0);
}
.ol4-mapdiv-go {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 100;
    left: -1px;
    right: -1px;
    bottom: 0;
    transform: translateY(120%);
    border: 1px solid black;
    height: unset;
    cursor: pointer;
    color: #95c11f;
    border: 2px solid #95c11f;
    font-weight: 600;
    padding: 2px 15px;
    text-align: center;
}
.ol4-closer-img-c {
    display: none;
    position: relative;
}
.ol4-closer-img {
    width: 33vw;
    max-width: 120px;
}
.ol4-closer-img-num {
    position: absolute;
    left: 0;
    background-color: #95c11f;
    color: white;
    padding: 2px 3px;
}
.ol4-closer-img img {
    width: 100%;
    height: auto;
}
.ol-zoom {
    left: unset;
    right: .5em;
}
.ol-rotate {
    display: none;
}
.karte-wrap {
    height: calc(100% - 150px);
    overflow: auto;
    padding: 15px;
}
.karte-btn-wrap {
    padding: 3px;
    border-radius: 5px;
    background-color: #2d2d30;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.karte-btn {
    position: relative;
    color: white;
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-radius: 5px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    font-size: 18px;
    padding: 5px 8px;
    outline: none;
}
.karte-btn.active {
    background-color: #636366;
}
.karte-btn:focus {
    outline: none;
}
.karte-btn:not(.active):not(:last-child):not(.prev-act):after,
.ol-zoom .ol-zoom-in:after {
    content: '';
    width: 1px;
    height: 50%;
    background-color: #4b4b4e;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#ol4-mapdiv .ol-viewport {
    overflow: visible!important;
}
.ol-zoom {
    background-color: #2d2d30;
    left: 50%;
    right: unset;
    top: unset;
    bottom: -40px;
    padding: 0;
    display: flex;
    transform: translateX(-50%);
    border-radius: 10px;
}
.ol-zoom button {
    background-color: transparent;
    margin: 0;
    font-size: 28px;
    font-weight: 400;
    padding: 12px 30px 14px;
    height: auto;
    width: auto;
}
.ol-zoom button:focus,
.ol-zoom button:hover {
    text-decoration: none;
    background-color: transparent;
    outline: none;
}
.ol-zoom:hover {
    background-color: #2d2d30;
}
.ol-zoom .ol-zoom-in {
    position: relative;
}

.touch_map_icon,
.ol4-mapdiv-closer {
    display: none;
}
