.spt-wrapper {
    background-image: url(images/eurol-specialty-smeerpunten-tool-olie-advies.svg);
    border: solid 1px #000000;
    background-size: contain;
    background-repeat: no-repeat;
}

.smeerpunten {
    width: 100%;
    display: grid;
}

circle, ellipse, polygon, path {
    stroke: #ef1e21;
    fill: #ffffff;
    stroke-width: 0.3;
    opacity: 0.5;
}

circle:hover, ellipse:hover, polygon:hover, path:hover {
    stroke: #ef1e21;
    fill: transparent;
    stroke-width: 1px;
    opacity: 1;
}

.popup-content iframe {
    width: 100%;
    height: 100%;
}

.popup-content .popup-product {
    float: left;
    height: 50px;
    font-family: Tahoma, Arial, sans-serif;
    margin-top: 5px;
}

.popup-content .popup-product span {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    float: left;
    clear: both;
}

.popup-content .popup-product .product-title {
    float: left;
    font-size: 25px;
    padding: 7px 0px 5px 0px;
}

.popup-content .popup-product img {
    padding-right: 15px;
}

.popup-content .popup-product-button {
    float: right;
    height: 50px;
    font-family: Tahoma, Arial, sans-serif;
    margin-top: 5px;
}

.popup-content .popup-product-button a {
    background: #0f0e9f;
    float: right;
    color: #fff;
    line-height: 30px;
    padding: 0 20px;
}

/* Pure CSS POP-Up============================================================== */
.videoWrapper {
    height: 100%;
}

.button {
    cursor: pointer;
}

.button:hover {
    background: #06D85F;
}

.spt-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.spt-overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 10;
}

.spt-popup, .popup-wide {
    margin: 25px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    position: relative;
}

.spt-popup {
    width: 75%;
    height: 75%;
}

@media screen and (max-width: 850px) {
    .spt-popup {
        width: 85%;
        height: 55%;
        padding-bottom: 60px;
    }

    .popup-content .popup-product .product-title {
        font-size: 18px;
    }
}

@media screen and (min-width: 1600px) {
    .spt-popup {
        width: 60%;
        height: 80%;
    }

    .popup-content .popup-product .product-title {
        font-size: 30px;
    }
}

.spt-popup-wide {
    width: 80%;
}

.spt-popup h2, .spt-popup-wide h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.spt-popup .spt-close, .spt-popup-wide .spt-close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.spt-popup .spt-close:hover, .spt-popup-wide .spt-close:hover {
    color: #ef1e21;
}

.spt-popup .popup-content, .spt-popup-wide .popup-content {
    height: 80%;
    border: 1px solid #555;
}

/* ======================================================================================= */

/* Forcing different behavior on page basic template elements============================================================== */
#div_header div.languages {
    z-index: 0;
}
/* ======================================================================================= */
