/* Teilstücke */



@media screen and (max-width: 991px) {
    #content_maps #desktop {
        display: none;
    }

    #c1955 {
        display: none;
    }
    #c1962 {
        display: none;
    }

    .open {
        display: flex !important;
    }
    #c1942 h2,#c1942 p {
        text-align: right;
    }
    #c1943 h2,#c1943 p {
        text-align: right;
    }
}

@media screen and (min-width: 990px) {
    #content_maps #mobil {
        display: none;
    }

    #content_maps #c1958 {
        display: none;
    }
    #content_maps #c1964 {
        display: none;
    }

    .open {
        display: block !important;
    }
}

#content_maps #mobil p {
    color: #d8ac49;
    font-weight: bold;
    line-height: 1.5;
}

#content_maps #mobil span {
    color: #197b37;
    cursor: pointer;
}

#content_maps #mobil img {
    width: 50px;
    margin-bottom: 20px;
}

#content_maps #mobil .col-xs-6 {
    padding-left: 10%;
}





.map-modal-blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 2;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.75);
    display: none;
}

.map-modal-blocker .map-modal {
    position: relative;
    z-index: 3;
    width: 400px;
    height: 400px;
    box-sizing: border-box;
    background: url(../images/teilstuecke/modal-mask.png);
    background-size: cover;
    padding: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    text-align: left;
    display: inline-block;
}

@media screen and (max-width: 450px) {
    .map-modal-blocker .map-modal {
        width: 280px;
        height: 280px;
    }
}

.map-modal-blocker .map-modal .modal-product-image {
    position: absolute;
    top: 75px;
    right: 115px;
}

.map-modal-blocker .map-modal .modal-pointer {
    background: url(../images/teilstuecke/modal-pointer.png);
    width: 100%;
    height: 100px;
    position: absolute;
    top: 35%;
    left: 22%;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 450px) {
    .map-modal-blocker .map-modal .modal-pointer {
        width: 65px;
        height: 65px;
        left: 20%;
    }
}

.map-modal-blocker .map-modal h3 {
    position: absolute;
    top: 63%;
    left: 20%;
    color: #197b37;
    font-weight: bold;
    width: 80%;
    font-size: 20px;
}

@media screen and (max-width: 450px) {
    .map-modal-blocker .map-modal h3 {
        font-size: 15px;
        left: 16%;
    }
}

.map-modal-blocker .map-modal p {
    position: absolute;
    top: 70%;
    left: 20%;
    width: 60%;
    line-height: 1.1;
}

@media screen and (max-width: 450px) {
    .map-modal-blocker .map-modal p {
        font-size: 12px;
        left: 16%;
    }
}


/* Niederlande */
#niederlande-modal .map-modal {
    top: 0%;
    left: 30%;
}

#niederlande-modal .map-modal .modal-product-image {
    top: 18%;
    right: 11%;
}

@media screen and (max-width: 450px) {
    #niederlande-modal .map-modal .modal-product-image {
        width: 45%;
    }
}



/* Polen */
#polen-modal .map-modal {
    top: 5%;
    left: 45%;
}

#polen-modal .map-modal .modal-product-image {
    width: 16%;
    top: 8%;
    right: 30%;
}



/* Osteuropa */
#osteuropa-modal .map-modal {
    top: 3%;
    left: 60%;
}

#osteuropa-modal .map-modal .modal-product-image {
    width: 50%;
    top: 23%;
    right: 8%;
}

#osteuropa-modal .map-modal p {
    top: 76%;
}

@media screen and (max-width: 450px) {
    #osteuropa-modal .map-modal h3 {
        font-size: 14px;
    }
}



/* japan */
#japan-modal .map-modal {
    top: 28%;
    left: 68%;
}

#japan-modal .map-modal .modal-product-image {
    width: 37%;
    top: 18%;
    right: 14%;
}



/* suedkorea */
#suedkorea-modal .map-modal {
    top: 53%;
    left: 70%;
}

#suedkorea-modal .map-modal .modal-product-image {
    width: 41%;
    top: 18%;
    right: 14%;
}



/* philippinen */
#philippinen-modal .map-modal {
    top: 50%;
    left: 55%;
}

#philippinen-modal .map-modal .modal-product-image {
    width: 20%;
    top: 9%;
    right: 25%;
}



/* china */
#china-modal .map-modal {
    top: 50%;
    left: 40%;
}

#china-modal .map-modal .modal-product-image {
    width: 40%;
    top: 22%;
    right: 12%;
}



/* italien */
#italien-modal .map-modal {
    top: 20%;
    left: 20%;
}

#italien-modal .map-modal .modal-product-image {
    width: 30%;
    top: 13%;
    right: 16%;
}

.cursor-pointer {
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .map-modal {
        top: unset !important;
        bottom: unset !important;
        left: unset !important;
        right: unset !important;
        margin: auto;
    }
}