div.issuu:has(.ccm--iframe-placeholder) {
    padding-top: 0!important;
    height: auto!important;
}
#main .ccm-cookie-declaration div + div {
    margin-top: 50px;
}

#main .ccm-cookie-declaration h4 {
	margin-bottom: 10px;
    line-height: 1.125;
    font-size: 1.1rem;
    text-decoration: underline;
}
#main .ccm-cookie-declaration--change-consent a,
#main .ccm-cookie-declaration--change-consent a:link,
#main .ccm-cookie-declaration--change-consent a:hover,
#main .ccm-cookie-declaration--change-consent a:visited,
#main .ccm-cookie-declaration--change-consent a:active,
#main .ccm-cookie-declaration--change-consent a:focus {
    display: inline-block;
    text-align: center;
    line-height: 29px;
    padding: 5px 16px;
    font-size: 18px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
#main .ccm-cookie-declaration--list section + section {
    margin-top: 40px;
}
#main table.ccm-cookie-declaration--embedding-assets-table {
    font-size: 16px;
    line-height: 1.25;
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
#main table.ccm-cookie-declaration--embedding-assets-table tr:not(:first-child) {
    border-top: 1px solid #000;
}
#main table.ccm-cookie-declaration--embedding-assets-table thead {
    border-bottom: 1px solid #000;
    background: #eeeeee;
}
#main table.ccm-cookie-declaration--embedding-assets-table td,
#main table.ccm-cookie-declaration--embedding-assets-table th {
    line-height: 1.5;
    padding: 8px
}
#main table.ccm-cookie-declaration--embedding-assets-table td:not(:first-child),
#main table.ccm-cookie-declaration--embedding-assets-table th:not(:first-child) {
    border-left: 1px solid #000;
}