#matomo-cookie-banner-background {
    background: rgba(0,0,0,.8);
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 99999999;
    left: 0;
    top: 0;
    box-shadow: 0 0 40px rgba(0,0,0,.4);
}

#matomo-cookie-banner {
    width: 768px;
    background: #fff;
    position: fixed;
    z-index: 999999999;
    height: 350px;
    top: 50%;
    left: 50%;
    margin-left: -384px;
    margin-top: -125px;
    overflow-y: auto;
}

#matomo-cookie-banner.expanded {
    height: 450px;
    margin-top: -225px;
}

#matomo-cookie-banner .details {
    display: none;
}

#matomo-cookie-banner.expanded .details {
    display: block;
}

#matomo-cookie-banner .teaser {
    padding: 25px;
    line-height: 1.4;
    height: 240px;
}

#matomo-cookie-banner .accept-all {
    float: right;
    margin-right: 25px;
    background: #d51918;
    padding: 13px 40px;
    border: 1px solid #d51918;
    font-size: 16px;
    margin-top: -5px;
    color: #fff;
    cursor: pointer;
}

#matomo-cookie-banner .accept-all:hover {
    border: 1px solid #d51918;
    background: #d51918;
}

#matomo-cookie-banner .settings {
    float: left;
    margin-left: 25px;
    background: #fff;
    padding: 13px 40px;
    border: 1px solid #aaa;
    font-size: 16px;
    margin-top: -5px;
    color: #444;
    cursor: pointer;
}

#matomo-cookie-banner .settings:hover {
    background: #efefef;
}

#matomo-cookie-banner .cookies {
    clear: both;
    padding: 0 25px 25px 25px;
}

#matomo-cookie-banner .cookies:first-child {
    padding-top: 25px;
}

#matomo-cookie-banner .cookie-checkbox {
    float: left;
    width: 75px;
}

#matomo-cookie-banner .cookie-checkbox div {
    width: 33px;
    height: 33px;
    border: 1px solid #ccc;
    margin-left: 15px;
    position: relative;
    cursor: pointer;
}

#matomo-cookie-banner .cookie-checkbox.disabled div::after,
#matomo-cookie-banner .cookie-checkbox.checked div::after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 22px;
    top: 2px;
    left: 5px;
    position: absolute;
}

#matomo-cookie-banner .cookie-checkbox.disabled div::after {
    color: #aaa;
}


#matomo-cookie-banner .cookie-description {
    float: right;
    width: calc(100% - 75px);
    line-height: 1.6;
}

#matomo-cookie-banner .cookie-description {
    font-weight: bold;
    font-size: 16px;
}

#matomo-cookie-banner .cookie-description span {
    display: block;
    font-weight: 300;
    font-size: 14px;
}

#matomo-cookie-banner .bottom-buttons,
#matomo-cookie-banner .top-buttons {
    clear:both;
}

#matomo-cookie-banner .bottom-buttons {
    height: 65px;
}

#matomo-cookie-banner .cookie-details-toggle-title {
    float: right;
    width: calc(100% - 105px);
    margin: 15px 0 0 0;
    border: 1px solid #ccc;
    padding: 15px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

#matomo-cookie-banner .cookie-details-toggle-title:hover {
    background: #efefef;
}

#matomo-cookie-banner .cookie-details-toggle-title::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 22px;
    top: 11px;
    right: 18px;
    position: absolute;
}

#matomo-cookie-banner .cookie-details-toggle.opened .cookie-details-toggle-title::after {
    content: "\f106";
}

#matomo-cookie-banner .cookie-details-table {
    float: right;
    width: calc(100% - 105px);
    margin: 0 0 15px 0;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 15px;
    position: relative;
    display: none;
}

#matomo-cookie-banner .cookie-details-table-tbody,
#matomo-cookie-banner .cookie-details-table-header {
    border-bottom: 2px solid #ccc;
}

#matomo-cookie-banner .cookie-details-table-tbody > div,
#matomo-cookie-banner .cookie-details-table-header > div {
    float: left;
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 14px;
}

#matomo-cookie-banner .cookie-details-table-tbody > div {
    font-weight: 300;
    font-size: 13px;
    padding: 15px 0;
}

#matomo-cookie-banner .cookie-details-table-tbody {
    border-bottom: 1px solid #ccc;
}

#matomo-cookie-banner .cookie-details-table-tbody > div {
    word-wrap: break-word;
}

#matomo-cookie-banner .cookie-details-table-tbody:last-child {
    border-bottom: 0;
}

#matomo-cookie-banner .row-1,
#matomo-cookie-banner .row-2 {
    width: 40%;
}

#matomo-cookie-banner .row-3 {
    width: 20%;
    text-align: right;
}

#matomo-cookie-banner .cookie-details-table-tbody::after,
#matomo-cookie-banner .cookie-details-table-header::after,
#matomo-cookie-banner .cookie-details-table::after,
#matomo-cookie-banner .cookie-details-toggle::after,
#matomo-cookie-banner .cookies::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 800px) {
    #matomo-cookie-banner {
        width: calc(100% - 50px);
        margin-left: 0;
        left: 25px;
        height: 400px;
        margin-top: -200px;
    }

    #matomo-cookie-banner .teaser {
        font-size: 13px;
        height: 290px;
    }

    #matomo-cookie-banner .accept-all,
    #matomo-cookie-banner .settings {
        width: calc(50% - 37px);
        padding: 13px 5px;
        font-size: 11px;
    }
}

@media (max-width: 500px) {
    #matomo-cookie-banner .teaser {
        font-size: 11px;
    }
}