
/****************************  Overlay ********************/

.iq-overlay-container
{
    position: relative;
    width: 100%;
    max-width: 100%;
    background-color: #aaa;
    margin-bottom: 50px;

}


.iq-placeholder
{
    display: none;
    text-align: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100px;
    background: #ddd;
    padding: 10%;
    line-height: 1.6em !important;
    opacity: 1;
    color: #fff;
}


.iq-overlay
{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ddd;
    font-size: 0.9em;
    line-height: 1.4em !important;
    opacity: 1;
    color: #fff;
    z-index: 990;
}

.iq-overlay-googlemaps {
    background-image: url('/fileadmin/smb/templates/img/_standard/overlay_maps.jpg');
    background-size: cover;
}

.iq-overlay-youtube {
    background-image: url('/fileadmin/smb/templates/img/_standard/overlay_video.jpg');
    background-size: cover;
}

.iq-overlay-vimeo {
    background-image: url('/fileadmin/smb/templates/img/_standard/overlay_video.jpg');
    background-size: cover;
}

.iq-overlay-sonstiges {
    background-color: #444;
    background-size: cover;
}


.iq-overlay-container iframe {
    max-width: 100% !important;
}

.iq-overlay button,
.iq-placeholder p,
.iq-overlay p
{
    color: #fff;
    text-align: center;
}


.iq-overlay a,
.iq-overlay a:hover {
    text-decoration: underline;
}

.iq-overlay button,
.iq-overlay a {
    color: #fff;
    opacity: 1;
    transition: 0.3s;
}
.iq-overlay button:hover,
.iq-overlay a:hover {
    color: #fff;
    opacity: 0.8;
    transition: 0.3s;
}



.iq-placeholder .ueberschrift,
.iq-overlay .ueberschrift {
    font-size: 1.8em;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 18px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
}

.iq-placeholder .text,
.iq-overlay .text {
    font-size: 0.9em;
    text-align: center;
    max-width: 80%;
}

.iq-overlay .link,
.iq-overlay .check,
.iq-placeholder .text,
.iq-overlay .text {
    text-shadow: 1px 1px 2px #000;
}


.iq-overlay .check {
    display: flex;
}

.iq-overlay .check input[type="checkbox"] {
    margin-top: 4px;
    margin-right: 16px;
    margin-bottom: 4px;
}

.iq-overlay button {
    background: #5e94d2;
    width: auto;
    height: 44px;
    margin: 20px 20px 8px 20px;
    padding: 4px 20px;
    color: #fff;
    border: 0 none;
}

.iq-overlay .link {
    margin-bottom: 18px;
}
