/* Iframe & Twitter Hinweis */

.iframe_element,
.twitter_element {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.iframe_wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.iframe_wrap p {
    line-height: 1.2 !important;
    margin-bottom: 0.25rem !important;
    font-size: 14px !important;
}

#frame_publikationen .iframe_wrap {
    width: 100%;
}

.iframe_wrap iframe {
    background: #fff url("../images/icon_loader.gif") no-repeat 50% 10%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.iframe_wrap iframe.iframe_disabled {
    background: #ddd;
    display: none;
}

.iframe_wrap iframe.iframe_enabled {
    background: #fff !important;
}

.iframe_notice {
    background: #eee;
    padding: 1em;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

#wrapContent .iframe_notice {
    background: #ddd;
}

.iframe_notice .ok {
    background: rgb(228, 0, 59);
    border: none;
    color: #fff;
    transition: 0.5s ease;
    padding: 6px 11px;
    font-size: 14.4px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    min-width: 167px;
    min-height: 40px;
    margin: 2px 0;
    margin-left: 0;
    width: 150px;
    cursor: pointer;
}

.iframe_notice .ok:hover,
.iframe_notice .ok:focus {
    background: #333;
}

.iframe_notice a,
#content .iframe_notice a {
    color: rgb(51, 51, 51);
    opacity: .8;
    font-weight: normal;
    display: inline-block !important;
}

.iframe_notice a:hover,
.iframe_notice a:focus {
    opacity: 1 !important;
}

@media (max-width: 767px) {
    .slider_item .iframe_notice {
        max-width: 100%;
    }

    .iframe_notice {
        display: inline-block;
    }
}