@font-face {
    font-family: "dl-icon-font";
    src:url("fonts/dl-icon-font.eot");
    src:url("fonts/dl-icon-font.eot?#iefix") format("embedded-opentype"),
    url("fonts/dl-icon-font.woff") format("woff"),
    url("fonts/dl-icon-font.ttf") format("truetype"),
    url("fonts/dl-icon-font.svg#dl-icon-font") format("svg");
    font-weight: normal;
    font-style: normal;

}

#dl-dsgvo-cookie-popup {
    display: none;
    position: fixed;
    padding: 1em 2%;
    z-index: 999999999999;
}

.dl-dsgvo-top {
    bottom: auto;
    left: 0;
    right: 0;
    top: 0;
}

.dl-dsgvo-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
}

#dl-dsgvo-cookie-popup div#dl-dsgvo-cookie-popup-text {
    display: inline-block;
    width: 80%;
}

#dl-dsgvo-cookie-popup-button-wrapper {
    display: inline-block;
    width: 19%;
    text-align: center;
}

#dl-dsgvo-cookie-popup-button-wrapper .dl-dsgvo-cookie-popup-button {
    display: inline-block;
    float: right;
    padding: 0.3em 1em;
    border-radius: 0.2em;
}

#dl-dsgvo-cookie-popup-button-wrapper .dl-dsgvo-cookie-popup-button:hover {
    cursor: pointer;
}

#dl-dsgvo-cookie-popup-text #dl-dsgvo-cookie-popup-checkboxes-wrapper {
    display: block;
    margin-top: 1em;
}

#dl-dsgvo-cookie-popup-text a span {
    border-bottom: 1px solid;
}

#dl-dsgvo-cookie-popup-text a:hover {
    cursor: pointer;
}

#dl-dsgvo-cookie-popup-text input[type=checkbox] {
    margin-right: .5em;
    margin-top: -.3em;
    position: relative;
    max-width: 1em !important;
    max-height: 1em !important;
    vertical-align: middle;
    line-height: 1;
}

#dl-dsgvo-cookie-popup-text input[type=checkbox]:before {
    font-family: "dl-icon-font" !important;
    content: "\61";
    display:inline-block;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    min-height: 105%;
    min-width: 105%;
    text-align: center;
}

#dl-dsgvo-cookie-popup-text input[type=checkbox]:checked:before {
    content: "\62";
}

.dl-dsgvo-single-consense,
#dl-dsgvo-all-consenses-names {
    display: none;
    position: relative;
}

@media (max-width: 768px) {
    #dl-dsgvo-cookie-popup div#dl-dsgvo-cookie-popup-text {
        width: 100%;
    }

    #dl-dsgvo-cookie-popup-button-wrapper {
        width: 100%;
        margin-top: 1rem;
    }

    #dl-dsgvo-cookie-popup-button-wrapper .dl-dsgvo-cookie-popup-button {
        float: none;
    }
}

#toplevel_page_dl-dsgvo .dashicons-before:before {
    font-family: "dl-icon-font" !important;
    content: "\63";
}


.dl-dsgvo-youtube-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.dl-dsgvo-youtube-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dl_dsgvo_disable_youtube_video_optin {
    display: none;
}