.image-overlay {
    position: relative;
}
/* .image-wrapper{
    text-align: center;
} */

.image-3d {
    position: inherit;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.imagemap {
    width: 800px;
}

.overlay-image {
    /* width: 50px;
    height: 50px;
    position: absolute;
    opacity: .5; */

    position: absolute;
    z-index: 2;
    width: 100%;
    height: auto;
    min-width: 15px;
    min-height: 15px;
    max-width: 30px;
    max-height: 30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    cursor: pointer;
}
@media only screen and (max-width: 760px) {
    .overlay-image {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: auto;
        max-width: 15px;
        max-height: 15px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform-origin: center;
        transform-origin: center;
        cursor: pointer;
    }
    .imagemap {
        width: 100%;
    }
}

.overlay-image:hover {
    opacity: 0.8;
    cursor: pointer;
}

.data {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    padding: 40px;
    background: #0e5e9b;
}

.hotspot-hover {
    /* position: relative;  */
    display: block;
    /* width: 60px;
    height: 60px; */
    text-align: center;
    line-height: 63px;
    background: #333;
    border-radius: 50%;
    font-size: 30px;
    color: #666;
    transition: 0.5s;
}
.hotspot-hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffee10;
    /* transition: .5s; */
    transform: scale(0.9);
    z-index: -1;

    animation: fader 2s ease infinite;
    transition: all 0.2s;
}

.hotspot-hover:hover::before {
    transform: scale(1.1);
    box-shadow: 0 0 15px #ffee10;
}

.hotspot-hover:hover {
    color: #fff;
    box-shadow: 0 0 0 5px #fff;
    text-shadow: 0 0 5px #fff;
}

@keyframes fader {
    50% {
        border-color: rgb(255, 255, 255, 0.2);
    }
    100% {
        border-color: rgb(255, 255, 255, 0.8);
    }
}

.button {
    display: inline-block;
    /* padding: 10px 45px; */
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #0048a1;
    border: none;
    border-radius: 85px;
    box-shadow: 0 5px #999;
    min-width: 50%;
    max-width: 60%;
    margin-bottom: 20px;
}

.button:hover {
    background-color: #0b5dc1;
}

.button:active {
    background-color: #0b5dc1;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.image-zoom {
    transition: transform 0.3s;
}

.image-container:hover .image-zoom {
    transform: scale(1.1); /* Adjust the scale factor for the zoom effect */
}

.box-titel {
    padding: 10px;
    background-color: white;
    font-size: 16px;
    color: #0048a1;
    min-height: 65px;

    border-left: 6px solid #0048a1;
}

.zoom-img {
    /* width: 416px; */
    /* height: auto; */
    overflow: hidden;
}

.zoom-img img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.zoom-img img:hover {
    transform: scale(1.2);
}

.img-blog {
    border: 0;
}
.img-blog {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    /* height: auto; */
    width: -moz-available;
}
.img-content {
    max-width: 100%;
    /* max-width: 400px; */
    /* max-height: 400px; */
    /* object-fit: fill; */
    height: auto;
    /* width: -moz-available; */
}
.post-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: scale(0.3);
    transition: all 0.3s ease 0s;
}
.post-img {
    position: relative;
}
a {
    color: #337ab7;
    text-decoration: none;
}
.post-img a.post-tag {
    padding: 0 8px;
    height: 30px;
    background: #333 none repeat scroll 0 0;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-info {
    width: 310px;
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    margin-left: auto;
    position: absolute;
    left: 50%;
    bottom: -12px;
    margin-left: -155px;
    text-align: center;
    z-index: 999;
}
.post-info p {
    margin: 0;
}
p {
    font-weight: 300;
    margin: 0 0 15px;
}
.post-info span {
    border-right: 1px solid #999;
    margin-right: 10px;
    padding-right: 10px;
}

.post-info a {
    color: #666;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
}
.post-info span.post-social-links {
    border-right: none;
    margin-right: 0;
}
.post-info span {
    border-right: 1px solid #999;
    margin-right: 10px;
    padding-right: 10px;
}
.post-info span.post-social-links a {
    margin: 0 2px;
}
.post-info a {
    color: #666;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .post-content {
        padding: 40px 14px;
    }
}
.post-content {
    background: #fff none repeat scroll 0 0;
    margin: 0 0 30px;
    padding: 40px 22px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
}
.post-content a.continue-link {
    color: #66cc99;
}
.post-content {
    text-align: center;
}
.single-popular-post:hover .post-img::before,
.single-review:hover .post-img::before,
.single-featured-post:hover .post-img::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.event {
    background: #0553d2 !important;
}
.news {
    background: #e90505 !important;
}
