.karte_content {
    background: linear-gradient(to top, #fff, #fff 300px, transparent 300px, transparent);
}
.karte_content img {
    width: 100%;
}
.karte_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(51, 51, 51, 0.75);
    text-align: center;
    overflow: scroll;
}
.karte_modal .karte_close_btn {
    position: fixed;
    top: 20px;
    right: 20px;
}
.karte_detail_content {
    margin: 0 auto;
    width: 375px;
    position: relative;
}

.karte_detail_content  .karte_circlepop {
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 0.8;
}
.karte_detail_content  #karte_circlepop1 {
    top: 370px;
    left: 220px;
}
.karte_detail_content  #karte_circlepop2 {
    top: 555px;
    left: 80px;
}
.karte_detail_content  #karte_circlepop3 {
    top: 630px;
    left: 100px;
}
.karte_detail_content  #karte_circlepop4 {
    top: 770px;
    left: 160px;
}
.karte_detail_content  #karte_circlepop5 {
    top: 1190px;
    left: 160px;
}
.karte_detail_content  .karte_tooltip {
    display: none;
    position: absolute;
}
.karte_detail_content  #karte_tooltip1 {
    top: 270px;
    left: 130px;
}
.karte_detail_content  #karte_tooltip2 {
    top: 590px;
    left: 6px;
}
.karte_detail_content  #karte_tooltip3 {
    top: 545px;
    left: 45px;
}
.karte_detail_content  #karte_tooltip4 {
    top: 630px;
    left: 70px;
}
.karte_detail_content  #karte_tooltip5 {
    top: 1090px;
    left: 80px;
}