@media screen and (max-width: 767px){
    table .CookieDeclarationTableCell{
        display: table-cell!important;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px){
    table .CookieDeclarationTableCell{
        display: table-cell!important;
    }
}

.CookieDeclaration p{
    font-family: franklin-gothic-urw !important;
    font-size: 1.3em !important;
    line-height: inherit !important;
    margin-bottom: 10px;
}


.cookies-title, .CookieDeclarationType p.CookieDeclarationTypeHeader{
    font-family: franklin-gothic-urw !important;
    background: #a7ba6b;
    width: fit-content;
    width: -moz-max-content;
    padding: 5px 30px 5px 45px;
    color: #fff;
}

table.CookieDeclarationTable {
    font-family: franklin-gothic-urw !important;
    font-size: 1.3em !important;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: inherit !important;
    border-right: 6px solid #e5e6e8;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

.CookieDeclaration{
    text-align: left;
}

.CookieDeclarationType{
    border: none!important;
    padding: 0 !important;
}

body .content {
    margin-top: 0;
}

body .CookieDeclarationp.cookies-title{
    margin-top: 20px;
    margin-bottom: 20px;
}

body p.cookies-title strong {
    font-family: franklin-gothic-urw !important;
    background: #a7ba6b;
    width: fit-content;
    width: -moz-max-content;
    padding-left: 4px;
    color: #fff;
    font-size: 22px !important;
}

body p.cookies-title strong:before{
    content: '\e900';
    margin-left: -48px;
    position: absolute;
    font-family: 'icomoon', sans-serif;
    color: #fff;
}

body .CookieDeclaration ul{
    list-style: none;
}

body .CookieDeclaration ul li {
    font-family: inherit !important;
    font-size: 1.3em !important;
    line-height: 1.5em !important;
    margin-top: 15px;
}

body .CookieDeclaration ul li:before {
    color: #5dae00;
    content: '\2022';
    padding: 0 10px 0 0;
    margin-right: 0 !important;
}

table .CookieDeclarationTableCell{
    text-align: left;
    border-bottom: 1px solid #d6d6d6;
    padding: 5px 8px;
}

table tr .CookieDeclarationTableCell:last-of-type {
    border-right: none;
}

table.CookieDeclarationTable tbody tr:first-child td{
    border-top: none !important;
}

table.CookieDeclarationTable th.CookieDeclarationTableHeader{
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    font-family: franklin-gothic-urw !important;
    font-weight: 500;
    color: #a7ba6b;
    font-size: 0.75em;
    padding: 5px 8px;
    word-wrap: break-word;
    text-align: left;
    vertical-align: middle;
}

table.CookieDeclarationTable tr:first-of-type th.CookieDeclarationTableHeader:last-of-type{
    border-right: none;
}

table .CookieDeclarationTableCell{
    border-right: 1px solid #d6d6d6;
    vertical-align: middle!important;
    font-size: 0.75em;
    font-family: franklin-gothic-urw !important;
    color: #0a0a0a;
}

table.CookieDeclarationTable tbody{
    border: 0 !important;
}

.CookieDeclarationType{
    margin-top: 40px;
}

table.CookieDeclarationTable{
    border-right: none !important;
}

table.CookieDeclarationTable tr{
    border-top: 0px solid #e5e6e8 !important;
    border-bottom: 0px solid #e5e6e8 !important;
}


