/* ==========================================================
   CMT Consent Manager
   Zusatzstyles für Bootstrap 3
   ========================================================== */

.cmt-banner {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    padding: 25px 0;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -4px 25px rgba(0, 0, 0, .15);
}

.cmt-banner-inner {
    display: table;
    width: 100%;
}

.cmt-content,
.cmt-actions {
    display: table-cell;
    vertical-align: middle;
}

.cmt-content {
    padding-right: 40px;
}

.cmt-content h3 {
    margin-top: 0;
}

.cmt-content p:last-child {
    margin-bottom: 0;
}

.cmt-actions {
    width: 490px;
    text-align: right;
    white-space: nowrap;
}

.cmt-actions .btn {
    margin-left: 5px;
}

.cmt-category {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.cmt-category:first-child {
    padding-top: 0;
}

.cmt-category:last-child {
    border-bottom: 0;
}

.cmt-category-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cmt-category-header p {
    margin: 5px 30px 0 0;
    color: #666;
}

.cmt-switch {
    min-width: 110px;
    text-align: right;
}

.cmt-switch input {
    margin-right: 5px;
}

.cmt-switch-disabled {
    color: #999;
}

.cmt-service-info {
    margin-top: 15px;
    padding: 12px 15px;
    background: #f6f6f6;
    font-size: 13px;
}

.cmt-service-info ul {
    margin-top: 8px;
    margin-bottom: 0;
}

.cmt-open-settings {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 9990;
    padding: 10px 10px;
    border: 0;
    border-radius: 25%;
    background: #cc0033;
    color: #fff;
    /* font-size: 12px; */
}

.cmt-open-settings:hover,
.cmt-open-settings:focus {
    background: #000;
    color: #fff;
}

@media (max-width: 767px) {

    .cmt-banner {
        max-height: 90vh;
        overflow-y: auto;
        padding: 20px 0;
    }

    .cmt-banner-inner,
    .cmt-content,
    .cmt-actions {
        display: block;
        width: 100%;
    }

    .cmt-content {
        padding-right: 0;
    }

    .cmt-actions {
        margin-top: 20px;
        text-align: left;
        white-space: normal;
    }

    .cmt-actions .btn {
        display: block;
        width: 100%;
        margin: 8px 0 0;
    }

    .cmt-category-header {
        display: block;
    }

    .cmt-switch {
        margin-top: 10px;
        text-align: left;
    }
}
