/**
 * Video Connection
 */
.mwd-dsgvo-video-connection {
    float: left;
    margin: 5px;
    position: relative;
}

.mwd-float-helper{
    width: 100%;
    float: left;
    margin: 0 5px;
}

.mwd-dsgvo-video-connection-handler {
    display: block;
    position: relative;
}
.mwd-dsgvo-video-connection-handler.youtube {
    max-width: 560px;
}
.mwd-dsgvo-video-connection-handler.vimeo {
    max-width: 640px;
}
a.mwd-dsgvo-video-connection-handler:link,
a.mwd-dsgvo-video-connection-handler:active,
a.mwd-dsgvo-video-connection-handler:focus,
a.mwd-dsgvo-video-connection-handler:visited,
a.mwd-dsgvo-video-connection-handler:hover {
    text-decoration: none !important;
    box-shadow: none !important;
    line-height: 0 !important;
}
.mwd-dsgvo-video-connection-playbtn {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    background: url('video.play.png') no-repeat;
    cursor: pointer;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}
.mwd-dsgvo-video-connection img {
    height: auto;
    width: 100%;
}

.mwd-dsgvo-video-connection span.confirm img{
    height: auto!important;
}

.mwd-dsgvo-video-connection .youtube img {
    max-width: 560px;
}
.mwd-dsgvo-video-connection .vimeo img {
    max-width: 640px;
}
.owl-carousel.single .owl-video-frame iframe {
    width: 100%;
}
.mwd-dsgvo-video-connection-overlay {
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.6);
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 100;
    font-size: 0.85rem;
    text-align: center;
    box-sizing: border-box;
    display: none;
}
.mwd-dsgvo-video-connection-overlay.vimeo {
    max-width: 640px;
}
.mwd-dsgvo-video-connection-overlay.youtube {
    max-width: 560px;
}
.mwd-dsgvo-video-connection-overlay.show {
    display: block;
}
.mwd-dsgvo-video-connection-overlay a,
.mwd-dsgvo-video-connection-overlay a:link,
.mwd-dsgvo-video-connection-overlay a:visited,
.mwd-dsgvo-video-connection-overlay a:active,
.mwd-dsgvo-video-connection-overlay a:focus
.mwd-dsgvo-video-connection-overlay a:hover{
    color: #fff !important;
    box-shadow: none !important;
    text-decoration: underline !important;
}
.mwd-dsgvo-video-connection-overlay a:active,
.mwd-dsgvo-video-connection-overlay a:focus
.mwd-dsgvo-video-connection-overlay a:hover {
    text-decoration: underline !important;
}
.mwd-dsgvo-video-connection-overlay .confirm {
    display: inline-block;
    padding: 8px 12px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 0.8rem;
    cursor: pointer;
    margin-top: 22px;
}
.mwd-dsgvo-video-connection-overlay .confirm img {
    width: 14px !important;
    display: inline-block !important;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.mwd-dsgvo-video-connection-overlay p {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 10px;
    color: #fff;
}
.mwd-dsgvo-video-connection-overlay-wrap {
    /* position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%); */
    width: 100%;
    height: 100%!important;
    padding: 5% 5% 5% 5%;
    box-sizing: border-box;
}

@media screen and (max-width: 575.98px) {
    .mwd-dsgvo-video-connection-overlay {
        overflow-y: scroll;
    }
    .mwd-dsgvo-video-connection-overlay-wrap {
        position: relative;
        top: 0;
        bottom: auto;
        transform: none;
        left: 0;
    }
}

/* TEMPLATE OWL */
.owl-video-frame .mwd-dsgvo-video-connection-handler {
    display: inline;
}
.mwd_videoframe .mwd-dsgvo-video-connection,
.owl-video-frame .mwd-dsgvo-video-connection {
    width: 100%;
    height: 100%;
}
.mwd_videoframe .mwd-dsgvo-video-connection a.mwd-dsgvo-video-connection-handler,
.owl-video-frame .mwd-dsgvo-video-connection a.mwd-dsgvo-video-connection-handler {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 0 5.5%;
}
.owl-video-tn {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover !important;
}


/**
 * Formular Einbindung
 */

.pawf_webform {
    margin: 0px;
}
.pawf_webform .multiplecheckboxcontainer input[type=checkbox] {
    float: left;
    margin-top: 5px;
}
form.pawf_webform .span .p {
    display: block;
}
form.pawf_webform .span .p.pawf-label-col {
    padding-bottom: 0px;
}
form.pawf_webform .span .p.pawf-input-col {
    padding-bottom: 20px;
}
.pawf_webform .pawf-input-col label {
    display: inline;
}
.pawf_webform .multiplecheckboxcontainer.pawf-input-col label {
    white-space: normal;
    padding-left: 5px;
    padding-bottom: 10px;
    display: inline-block;
}

.mwd-dsgvo-video-connection.play-video {
    width: 100%;
    height:  56.25%;
    /*padding-bottom: 56.25%;*/
}


/**
 * Twitter Feed
 */

.twitter-box-widget .widgettitle{
    width: 100% !important;
    margin-bottom:0 !important;
    background-color:#4099FF !important;
    z-index:3;
}
.twitter-timeline{
    width: 100% !important;
}
iframe#twitter-widget-0{
    z-index:-1 !important;
}

#consent-btn button{
    font-family: inherit;
    font-size: 14px;
    width: 200px;
    font-weight: 600!important;
    text-align: left;
}

.mwd-twitter-feed-container #consent-btn button {
    margin-bottom: 15px;
    margin-top: 15px;
}

.mwd-twitter-feed-container #consent-btn {
    margin-bottom: 15px;
}

/* Youtube Metainfo */
.mwd-dsgvo-video-connection-yt-title, .mwd-dsgvo-video-connection-yt-author {
    position: absolute;
    left: 10px;
    color: #fff;
    font-size: 12px;
}

.mwd-dsgvo-video-connection-yt-title{
    top: 20px;
}

.mwd-dsgvo-video-connection-yt-author{
    bottom: 20px;
}

.mwd-dsgvo-video-overlay-color{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.3);
}

.elementor iframe{
    /*width: inherit!important;*/
}

a.mwd-optout-link{
    cursor: pointer;
}

#mwd-dsgvo-general-settings h3{
    margin-top: 40px;
    margin-bottom: 0;
}