.cc-container {
    text-align: center;
    right: 0;
    margin: 0 auto;
    left: inherit !important;
    width: 450px !important
}

@media (max-width: 565px) {
    .cc-container {
        width: 100% !important;
        font-size: 12px !important
    }
}

.cc-container .cc-box {
    width: 450px;
    background: #333;
    color: white;
    padding: 1rem;
    margin-bottom: 30px;
    line-height: 1.4;
    border-radius: 10px
}

@media (max-width: 565px) {
    .cc-container .cc-box {
        padding: 1rem;
        width: 100%
    }
}

.cc-container .cc-box .cc-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 25px 0 10px 0;
    color: #007f00
}

@media (max-width: 565px) {
    .cc-container .cc-box .cc-title {
        padding: 25px 0 15px 0px;
        line-height: 1.2
    }
}

.cc-container .cc-box .cc-title .cookie {
    font-size: 6rem;
    position: absolute;
    top: -65px;
    left: 0px;
    right: 0px;
    margin: 0 auto
}

@media (max-width: 565px) {
    .cc-container .cc-box .cc-title .cookie {
        font-size: 5rem;
        top: -40px
    }
}

.cc-container .cc-box .cc-content {
    display: block;
    padding: 0 0 5px
}

@media (max-width: 565px) {
    .cc-container .cc-box .cc-content {
        display: block
    }
}

.cc-container .cc-box .cc-content .cc-categories {
    width: 100%;
    text-align: left;
    display: block;
    float: inherit;
    margin-bottom: 15px
}

.cc-container .cc-box .cc-content .cc-categories span {
    border-bottom: 0px solid #3c465b
}

.cc-container .cc-box .cc-content .cc-category-description {
    width: auto;
    padding-left: 5%;
    display: block;
    float: inherit;
    line-height: 1.5;
    border: 1px solid #8f8f8f;
    padding: 1rem;
    border-radius: 10px;
    margin: 0 auto
}

.cc-container .cc-box .cc-buttons {
    float: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8rem
}

.cc-container .cc-box .cc-buttons .cc-btn {
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    width: 280px;
    text-align: center;
    margin-bottom: 10px;
    padding: 1.1rem 1rem 1rem
}

@media (max-width: 565px) {
    .cc-container .cc-box .cc-buttons .cc-btn {
        width: 210px;
        padding: 0.8rem 0rem 0.7rem;
        font-size: 11px
    }
}

.cc-container .cc-box .cc-buttons .cc-btn-accept {
    background: #007f00
}

.cc-container .cc-box .cc-buttons .cc-btn-accept:hover {
    background: #009800
}

.cc-container .cc-box .cc-buttons .cc-btn-settings {
    padding: 1.1rem 1rem 1rem;
    color: #8f8f8f;
    border: 1px solid #4e4e4e
}

@media (max-width: 565px) {
    .cc-container .cc-box .cc-buttons .cc-btn-settings {
        padding: 0.8rem 0rem 0.7rem
    }
}

.cc-container .btn-dsgvo {
    text-decoration: none;
    font-size: 13px;
    color: #007f00
}

.cc-container [role="checkbox"]:before {
    border: 2px solid #007f00 !important
}


@media (max-width: 320px){
    .cc-container .cc-box .cc-title {
        letter-spacing: 2px;
        font-size: 1.2rem;
        line-height: normal;
        padding: 10px 0 4px 0;
    }
    .cc-container .cc-box {
        margin-bottom: 30px;
        line-height: 1.35;
        font-size: 0.8rem;
    }
    .cc-buttons {
        margin-top: 5px;
    }
    .cc-container .cc-box .cc-buttons .cc-btn-settings {
        padding: 0.5rem;
    }
    .cc-container .cc-box {
        margin-bottom: 50px;
    }
    .cc-container .cc-box .cc-title .cookie {
        font-size: 4rem;
        top: -35px;
    }
}


/*# sourceMappingURL=cookie-wemotion.css.map */