/*
 * Finding the revoke button randomly disappears.
 */
 .cc-animate.cc-revoke.cc-bottom {
    display: block !important;
	border: 4px solid #cc1236!important;
	border-bottom: none;
}
/*
 * Formatting for selected option
 */
.cc-selected {
    color: #000 !important;
    background-color: #FFD500 !important;
}
/*
 * Formatting for not selected option
 */
.cc-notselected {
    color: #fff !important;
    background-color: transparent !important;
}


/* TABLE COOKIE-HINWEIS */

.table-responsive {
    font-size:  15px;
    background-color: #ffffff;
}

.table-responsive table thead tr th,
.table-responsive table tbody tr td {
    padding: 10px 10px;
}


@media (max-width: 991px) {
    .cc-animate.cc-revoke.cc-bottom {
        display:   none!important;
    }
    .cc-revoke.cc-bottom {
        display: none!important;
    }
}

.cookie-cc a {
    position:   absolute;
    bottom:     70px;
    left:       10px;
    color:      #04315e;
    z-index:    999;
}