.cc-window {
    background: #fff;
    border: 1px solid #ccc;
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.cc-window.cc-invisible {
    opacity: 0;
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
}

.cc-revoke,.cc-window {
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 25em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 90vh;
    overflow: auto;
}

.cc-window.cc-banner {
    min-height: 108px;
    padding: 1em 1.8em;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cc-revoke {
    padding: 0;
}

.cc-revoke:hover {
    text-decoration: underline;
}

.cc-header {
    font-size: 18px;
    font-weight: 700;
}

.cc-btn,.cc-close,.cc-link,.cc-revoke {
    cursor: pointer;
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
    text-decoration: underline;
}

.cc-link:hover {
    opacity: 1;
}

.cc-link:active,.cc-link:visited {
    color: initial;
}

.cc-deny {
    float: right;
}

.cc-choose {
    float: left;
}

.cc-allow,
.not-yes {
    width: 100%;
}

.not-yes {
    margin-top: 5px;
}

.ui-dialog #dialog-form {
    overflow-x: hidden;
    overflow-y: auto;
}

.ui-dialog .ui-dialog-buttonpane button,
.cc-btn,
.cc-btn:focus,
.cc-btn:visited,
.cc-btn:active {
    display: block;
    padding: .4em 0;
    font-size: .9em;
    font-weight: 700;
    border: 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.ui-dialog.cc-cookie button.cc-btn {
    padding: 4px 12px;
    font-size: 15px;
}

.not-yes .cc-btn {
    width: 48%;
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75;
}

.cc-close:focus,.cc-close:hover {
    opacity: 1;
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-radius: 100px;
}

.cc-revoke {
    width: 0;
    height: 0;
    padding: 0;
    background-size: cover;
    right: 1% !important;
    bottom: 1%  !important;
    background-color: black;
}

.cc-revoke {
    width: 50px;
    height: 50px;
    padding: 10px 17px;
}

.cc-revoke svg{
    fill: white;
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset;
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset;
}

.cc-top {
    top: 1em;
}

.cc-left {
    left: 1em;
}

.cc-right {
    right: 15px;
}

.cc-bottom {
    bottom: 45px;
}

.cc-floating>.cc-link {
    margin-bottom: 1em;
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.cc-window.cc-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0;
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}

.cc-banner .cc-message {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin: 0 2em;
}

.cc-compliance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

/* FÜr den IE setzen wir das */
.cc-compliance.cc-highlight {
    height: 72px;
}

.cc-floating .cc-compliance>.cc-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.cc-theme-classic .cc-btn {
    border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block;
}

.cc-theme-edgeless.cc-window {
    padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0;
}

#fieldset_cookie {
    padding: 0;
    border: 0;
}

#cookie-info {
    font-size: 12px;
}

#dialog-form h2 {
    font-size: 18px;
    font-weight: bold;
}

#cookie-info div div {
    font-style: italic;
}

.cc-cookie {
    position: fixed;
}

#cookie-info div > * {
    margin: 7px 0;
}

/* Hide default HTML checkbox */
.custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:disabled {
    background-color: red;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

#defaultCookie + .slider {
    background-color: gray;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.custom-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right;
}

.cookie-row-button .custom-switch span {
    color: transparent;
    overflow: hidden;
}

.cookie-row {
    padding: 10px 0;
    margin: 0 20px;
    border-bottom: 1px solid;
}

.cookie-row:last-of-type {
    border: none;
}

.cookie-row-explain {
    width: 69%;
}

.cookie-row-button {
    width: 29%;
    float: right;
}

.cookie-flex {
    display: flex;
}

.cc-cookie:focus {
    outline: none;
}

.cc-cookie {
    z-index: 10000 !important;
}

.cc-cookie .ui-dialog-buttonset {
    display: flex;
    margin-left: 12px;
}

.col-50 .videoFrameLayer a:after,
.col-50 .videoFrameLayer a:before {
    content: unset;
}

.externInfoContent label,
.cc-revoke svg,
#cookie-info {
    display: none;
}

.cc-revoke svg {
    display: unset;
}

.externInfo {
    background-color: #eee;
    color: black;
    width: 75%;
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}

.externInfoContent {
    padding: 25px;
    font-size: 1rem;
}

.externInfoContent span{
    line-height: 30px;
}

.externInfoBack .sliderbox,
.externInfo .sliderbox {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px !important;
    margin-right: 1em;
    float: left;
    margin-top: 0.4em;
}

.externInfo h2 {
    padding: 0;
    font-size: 21px;
    line-height: 30px;
}

.videoBox > .video + .externInfoBack {
    display: block !important;
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal;
    }
}

@media (max-height: 800px) {
    .cc-cookie {
        max-height: 100%;
        overflow: auto;
    }
}

@media (max-width: 720px) {
    .externInfo {
        height: 70%;
    }

    .externInfo h2,
    .externInfoContent span {
        line-height: 25px;
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0;
    }

    .cc-window.cc-bottom {
        bottom: 0;
    }

    .cc-window.cc-banner,
    .cc-window.cc-floating,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0;
    }

    .cc-window.cc-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cc-window.cc-banner .cc-compliance {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .ui-dialog.cc-cookie.ui-widget {
        left: 2% !important;
        width: 95% !important;
    }

    .cc-window.cc-floating {
        width: 100%;
    }

    #dialog-form {
        max-height: 450px !important;
    }

    .cc-window .cc-message {
        margin-bottom: 1em;
    }

    .cc-window.cc-banner {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }

    .cc-window.cc-banner .cc-message {
        margin-right: 0;
    }

    .videoFrameLayer {
        margin-top: 20px;
    }
}

@media (max-width: 650px) {
    .externInfoContent {
        padding: 25px;
        line-height: 1.8;
    }

    .externInfo {
        height: 75%;
    }

    .externInfo h2 {
        line-height: 1.5;
        font-size: 1.1rem;
    }
}

@media (max-width: 530px) {
    .externInfoContent {
        font-size: 0.8rem;
    }
    .externInfoContent span {
        line-height: 20px;
    }
}

@media (max-width: 400px) {
    .externInfoContent {
        font-size: 0.65rem;
    }

    .externInfo h2 {
        line-height: 1.3;
        font-size: 1rem;
        margin-bottom: 5%;
    }

    .cc-revoke {
        bottom: 5%  !important;
    }
}

@media (max-width: 320px) {
    .cc-btn,
    .cc-btn:focus,
    .cc-btn:visited,
    .cc-btn:active {
        font-size: .8em;
    }

    .externInfoContent {
        padding: 25px;
        font-size: 0.55rem;
    }

    .externInfo h2 {
        font-size: 14px;
    }
}
