.pressmind-cookie-consent-footer {
    position: fixed;
    z-index: 99999997;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #f8f6f2;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
}


.pm-cookie-consent-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 20px;
    padding: 0px 20px;
    box-sizing: border-box;
    background-color: #f8f6f2;
}
.pm-cookie-consent-container p#cm-headline {
    font-size: 1.2em;
    font-weight: 500;
    padding: 5px 0 5px 0;
}
.pm-cookie-consent-container .privacyText {
    font-size: 14px;
}

.acceptbtns {
    position: absolute;
    left: 30%;
    height: 30px;
    top: 10px;
}
.acceptbtns button {
    margin: 0 5px 0px 5px;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 10px 0;
    background: #165d9c;
    border: 0;
    color: #fff;
}

.acceptbtns button#pm-btn-handler {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
}


.acceptbtns .row {
    display: inline-flex;
}
.cookie-consent {
     position: fixed;
     top: 0;
     right: 0;
     left: 0;
     bottom: 0;
     background: rgba(0,0,0,0.75);
     z-index: 99999998;
 }
button#cm-selectSpecific1.cl {
    margin: 0px;
    padding: 0px 5px;
    border: 2px solid;
    height: 10px !important;
    min-height: 30px !important;
}
.consent-manager {
    background: #ffffff;
    position: fixed;
    top: 50px;
    left: 50%;
    z-index: 9999999;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 100%;
    max-width: 900px;
    min-height: 200px;
    margin-bottom: 20px;
}

.consent-manager-inner {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.consent-manager .cookie-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.consent-manager .layout-col.col-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 30px;
    background-color: #ffffff;
}

.consent-manager .layout-row {
    display: flex;
    flex-direction: row;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.consent-manager .layout-row-toggle {
    display: block;
    text-align: right;
    margin-bottom: 100px;
}
.consent-manager .layout-col.col-main {
    width: 100%;
    padding: 30px;
    background-color: #ffffff;
}
.consent-manager .layout-row .row-item {
    flex-grow: 1;
}
.consent-manager .title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin: 0px 0 15px;
}
.consent-manager li span.li_headline {
    font-size: 15px;
    font-weight: 600;
}

.consent-manager .title:focus {
    border: 0;
    outline: none;
}

.consent-manager .checkBoxOption {
    min-width: 150px;
    min-height: 30px;
    margin: 10px 0;
    width: 25%;
}


.consent-manager .container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.consent-manager .checkBoxOption label {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
}
.consent-manager .checkBoxOption label.greyed-text {
    color: #999999;
}

.consent-manager .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.consent-manager .checkBoxOption Input {
    margin: 0px;
}

.consent-manager .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #666;
}
.consent-manager .container input:checked ~ .checkmark {
    background-color: #000000;
    border-color: #000000;
}
.consent-manager .container.greyed-text input:checked ~ .checkmark {
    background-color: #CCCCCC;
    border-color: #CCCCCC;
}

.consent-manager .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.consent-manager .container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: inherit;
}
.consent-manager .container input:checked ~ .checkmark:after {
    display: block;
}

.consent-manager .consent-toggle {
    line-height: 18px;
    font-size: 14px;
    border: none;
    font-weight: 600;
    background-color: #fff;
    color: #000000;
    cursor: pointer;
    padding: 2px 5px 0 0;
}
.consent-manager .toggleIcon {
    display: inline-block;
    transform: rotate(180deg);
    margin-left: 2px;
    position: relative;
    width: 12px;
    height: 20px;
    transition: 200ms ease all;
    float: right;
}

.consent-manager .toggleIcon::before {
    content: "";
    border-left: 2px solid #52627C;
    border-bottom: 2px solid #52627C;
    width: 8px;
    height: 8px;
    float: left;
    transform: rotate(-45deg);
    margin-top: 2px;
}
.consent-manager .toggleIcon.collapsed {
    transform: none;
    margin: 3px 0 0 2px;
}
.consent-manager .togglebar {
    margin-top: 20px;
    overflow: hidden;
    max-height: 1800px;
    min-height: 290px;
    -webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
    text-align: right;
}
.consent-manager .togglebar.collapsed {
    max-height: 0;
    min-height: 0;
}
.consent-manager .descContent {
    list-style-type: none;
    padding: 0 0 20px 0;
    margin: 0;
    text-align: left;
}
.consent-manager h4 {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.consent-manager a.icon-link {
    color: #333333;
    text-decoration: none;
    margin: 0px 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    font-family: Roboto,sans-serif;
}

.consent-manager .cc-row-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.consent-manager button.button-primary {
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    color: #000000;
    height: 50px;
    min-height: 50px;
    line-height: 24px;
    padding: 11px 30px;
    font-size: 18px;
    font-weight: 700;
    transition: 200ms ease all;
}
.consent-manager button.button-secondary {
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    border: 2px solid #000000;
    color: #000000;
    height: 50px;
    min-height: 50px;
    line-height: 24px;
    padding: 11px 30px;
    font-size: 18px;
    font-weight: 700;
    margin-right: 30px;
    transition: 200ms ease all;
}



/******************************************************
        YOUTUBE Inhalte Blocken
*******************************************************/

.video-wall {
    position: relative;
    font: 400 1em/1.46 Helvetica, Arial, sans-serif;
    color: #333;
    display: inline-block;
    min-height: 18em;
    min-width: 28em;
    margin: 0;
    background-color: #eee;
    box-sizing: border-box;
    border: 1.5em solid #ccc;
    padding: 1em;
}
.video-wall {
    position: relative;
    font: 400 1em/1.46 Helvetica, Arial, sans-serif;
    color: #333;
    display: inline-block;
    min-height: 18em;
    min-width: 28em;
    margin: 0;
    background-color: #eee;
    box-sizing: border-box;
    border: 1em solid #ccc;
    padding: 1em;
    border-radius: 1.5em;
}
.video-wall strong {
    display: block;
    text-align: center;
    font-size: 1.1em;
    margin: 0;
}
.video-wall div {
    position: absolute;
    width: calc(100% - 2em);
    top: 3em;
    bottom: 7em;
    overflow-y: auto;
}
.video-wall p {
    font-size: 0.8em;
    margin: 0 0 1em;
}
.video-wall a {
    color: inherit;
}
.video-wall .video-link {
    display: block;
    white-space: nowrap;
    font-size: 0.8em;
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 6em;
    transform: translateX(-50%);
}
.video-wall button {
    -webkit-appearance: none;
    cursor: pointer;
    color: #eee;
    font: 700 0.8em/1.2 Helvetica, Arial, sans-serif;
    display: block;
    width: 11.5em;
    height: 4.25em;
    border: 0 none;
    border-radius: 0.75em;
    padding: 0 0 0 5.5em;
    text-align: left;
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 1em;
    transform: translateX(-50%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath fill='%23eee' d='M11.109 17.625l7.562-3.906-7.562-3.953v7.859zM14 4.156c5.891 0 9.797 0.281 9.797 0.281 0.547 0.063 1.75 0.063 2.812 1.188 0 0 0.859 0.844 1.109 2.781 0.297 2.266 0.281 4.531 0.281 4.531v2.125s0.016 2.266-0.281 4.531c-0.25 1.922-1.109 2.781-1.109 2.781-1.062 1.109-2.266 1.109-2.812 1.172 0 0-3.906 0.297-9.797 0.297v0c-7.281-0.063-9.516-0.281-9.516-0.281-0.625-0.109-2.031-0.078-3.094-1.188 0 0-0.859-0.859-1.109-2.781-0.297-2.266-0.281-4.531-0.281-4.531v-2.125s-0.016-2.266 0.281-4.531c0.25-1.937 1.109-2.781 1.109-2.781 1.062-1.125 2.266-1.125 2.812-1.188 0 0 3.906-0.281 9.797-0.281v0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 1em center #f00;
    background-size: 3.5em;
    transition: background-color 0.3s;
}
.video-wall button:hover {
    background-color: #444;
}
.video-wall .hinweis {
    font-size: 120%;
}


/*****************************
    Facebook
*****************************/

.CookieConsent .tt-content-blocker {
    max-width: 560px;
    display: inline-block;
    position: relative;
    padding: 0;
    border: 1px solid #ccc;
}

.CookieConsent .tt-caption {
    position: absolute;
    top: 160px;
    padding: 10px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    margin: 0px;
    text-align: center;
}
.CookieConsent .tt-caption a.tt-btn {
    color: #fff;
    background: #000000;
    border-radius: 2px;
    display: inline-block;
    padding: 3px 10px;
}
.CookieConsent a {
    color: #000000;
    text-decoration: none;
}
.CookieConsent a:hover,
.CookieConsent a:focus {
    color: #000000;
    text-decoration: none;
}



.hide_mobile {
    display: flex !important;
}
.show_mobile {
    display: none !important;
}


@media (max-width: 1024px) {


    .consent-manager {
        position: fixed;
        background: #ffffff;
        top: 1%;
        left: 50%;
        z-index: 9999999;
        transform: translate(-50%);
        height: auto;
        width: 90%;
        max-width: 767px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-top: 20px;
    }

    .consent-manager .cc-row-buttons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: 100%;
        margin: 0px 20px 10px;
    }

    .consent-manager-inner {
        height: calc(100% - 100px);
        overflow-y: scroll;
    }
    .consent-manager .title {
        font-size: 22px;
        line-height: 26px;
        font-weight: 700;
        margin: 10px 0 5px 0;
    }
    .cookie-wrap p {
        font-size: 15px;
    }
    .consent-manager .buttonView {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    button#cm-selectSpecific,
    button#cm-selectAllCheckboxes {
        width: 100%;
        margin: 5px;
    }

}


@media (max-width: 767px) {

    .hide_mobile {
        display: none !important;
    }
    .show_mobile {
        display: block !important;
    }

    .consent-manager {
        position: fixed;
        top: 0.2%;
        height: auto;
        width: 98%;
    }
    .consent-manager-inner {
        height: calc(100% - 100px);
        overflow-y: scroll;
    }
    .consent-manager .title {
        font-size: 22px;
        line-height: 26px;
        font-weight: 700;
        margin: 10px 0 5px 0;
    }
    .cookie-wrap p {
        font-size: 15px;
    }
    .consent-manager .buttonView {
        position: fixed;
        bottom: 30px;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    button#cm-selectSpecific,
    button#cm-selectAllCheckboxes {
        width: 100%;
        margin: 5px;
    }

    nav#cm-consentDesc.togglebar {
        margin-bottom: 40px;
    }
    .consent-manager .layout-row-toggle {
        margin-bottom: 120px;
    }
}

.consent-manager :not( .mejs-button ) > button:hover,
.consent-manager :not( .mejs-button ) > button:focus,
.consent-manager input[type="button"]:hover,
.consent-manager input[type="button"]:focus,
.consent-manager input[type="submit"]:hover,
.consent-manager input[type="submit"]:focus {
    background: rgba(0,0,0,0);
}

/********************************
    Individual
********************************/


.consent-manager h2.title {
    font-size: 1.7rem;
    line-height: 2.1rem;
    letter-spacing: -.025em;
    color: #000000 !important;
}


.cookie-consent p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.5px;
}
.cookie-consent .descContent h4 {
    text-transform: none;
    margin: 15px 0 0px 0px;
}


@media (max-width: 767px) {
    .consent-manager-inner {
        height: calc(100% - 100px);
        overflow-y: auto;
        max-height: 650px;
    }
}
