.cookieconsent-bottom-icon {
    position: fixed;
    left: 25px;
    bottom: 25px;

    padding: 10px;

    border-radius: 50%;

    box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.15);

    cursor: pointer;

    z-index: 1; /* over the footer plz */
}

.cookieconsent-bottom-icon:hover {
    box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.2);
    opacity: 0.9;
}

.cc--custom-theme #cc-main .cm__btn-group {
    display: flex !important;
}

.cc--custom-theme #cc-main .cm--bar.cm--inline .cm__btns {
    max-width: none;
    align-items: center;
}

.cc--custom-theme #cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
    flex-direction: row-reverse;
}

.cc--custom-theme #cc-main .cm--inline.cm--flip .cm__btn-group+.cm__btn-group {
    margin-bottom: 0;
    margin-right: 10px;
}

.cc--custom-theme #cc-main .cm__btn:hover,
.cc--custom-theme #cc-main .pm__btn:hover,
.cc--custom-theme #cc-main .pm__close-btn:hover {
    opacity: .75;
}

.cc--custom-theme #cc-main .cm--bar.cm--inline .cm__body {
    max-width: 1236px;
    padding-left: 10px;
    padding-right: 10px;
}

.cc--custom-theme #cc-main .cm__body a {
    text-decoration: underline;
    background: none;
}

.cc--custom-theme #cc-main .cm__body a:hover {
    opacity: .75;
}

.cc--custom-theme #cc-main .pm__section--expandable .pm__section-arrow {
    background: #4a5568;
}

.cc--custom-theme #cc-main .pm__section--expandable .pm__section-arrow svg {
    stroke: #fff;
}

.cc--custom-theme #cc-main .cm__btn,
.cc--custom-theme #cc-main .pm__btn {
    padding: 14px 20px;
    font-size: 14px;
}

.cc--custom-theme #cc-main .pm__btn+.pm__btn {
    margin-right: 10px;
}

.cc--custom-theme #cc-main .cm__btn[data-role="necessary"] {
    order: -1 !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
}

.cc--custom-theme #cc-main .cm__btn-group+.cm__btn-group {
    /*margin-top: 10px;*/
}

.cc--custom-theme #cc-main .cm__texts {
    margin-right: 20px;
    padding: 1.5em 0;
}

.cc--custom-theme #cc-main .cm__title {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 0.25em;
    padding: 0;
}

.cc--custom-theme #cc-main .cm__desc {
    margin: 0;
    padding: 0;
    font-size: 14px !important;
    line-height: 1.5;
}

@media screen and (max-width: 640px) {

    .cc--custom-theme #cc-main .cm__texts {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }

    .cc--custom-theme #cc-main .cm__btn+.cm__btn,
    .cc--custom-theme #cc-main .cm__btn-group+.cm__btn-group {
        /*margin-right: 0 !important;*/
        /*margin-top: 10px !important;*/
    }

    .cc--custom-theme #cc-main .cm__btn+.cm__btn,
    .cc--custom-theme #cc-main .cm__btn-group+.cm__btn-group {
        margin-right: 0 !important;
        margin-top: 10px !important;
        margin-bottom: 0 !important;
    }

    .cc--custom-theme #cc-main .pm__btn+.pm__btn,
    .cc--custom-theme #cc-main .pm__btn-group+.pm__btn-group {
        margin-top: 10px !important;
    }

    .cc--custom-theme #cc-main .cm--flip .cm__btn-group,
    .cc--custom-theme #cc-main .cm--flip .cm__btns {
        flex-direction: column !important;
    }

    .cc--custom-theme #cc-main .cm__btn[data-role="necessary"] {
        order: 0 !important;
    }

    .cc--custom-theme #cc-main .cm--bar.cm--inline .cm__btns {
        align-items: normal;
    }

}
