/* banner */
.cc_dialog {
padding: 2em;
font-family: inherit;
font-size: 0.95em;
font-weight: inherit;
z-index: 10000;
}

.cc_dialog.standalone {
position: fixed;
top: auto;
bottom: 0;
left: 0;
width: 100%;
height: auto;
/* overwriting */
background-color: #59514E !important;
color: #B8B5B4 !important;
/**/
}

.cc_dialog div:first-child {
width: 770px;
max-width: 100%;
margin: 0 auto;
color: inherit !important;
}

.cc_dialog_headline {
display: none !important;
font-size: inherit !important;
}

.cc_dialog .cc_dialog_text {
font-size: inherit;
color: inherit !important;
}

.cc_dialog a, 
.cc_dialog a:hover {
color: initial;
color: inherit !important;
}

.cc_dialog button {
margin-right: 1em;
margin-bottom: 1em;
border-radius: 0;
letter-spacing: inherit;
font-weight: inherit;
color: #B8B5B4 !important;
background-color: #7a7268 !important;
}

.cc_dialog button.cc_b_cp {
margin-left: 0 !important;
}

.cc_dialog button.cc_b_ok {
border: 0 !important;
outline: none !important;
color: #ffffff !important;
background-color: #FF00FF !important;
}

.cc_dialog button.cc_b_ok:focus, 
.cc_dialog button.cc_b_cp:focus {
border: 0 !important;
outline: none !important;
box-shadow: none !important;
}

.cc_dialog button.cc_b_decline {
color: #B8B5B4 !important;
background-color: #7a7268 !important;
}


/* settings */
.cookie-consent-preferences-overlay {
z-index: 10000;
overflow-y: auto;
}

.cookie-consent-preferences-overlay, 
.cookie-consent-preferences-dialog {
font-family: inherit;
font-size: 14px !important;
}

.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog {
width: 785px;
margin: 140px auto;
border-radius: 3px;
overflow: hidden;
}

.cc_cp_head_title {
min-height: 60px;
padding: 1em !important;
font-family: 'TT Norms W01 Regular';
}

.cc_cp_head_lang_selector {
display: none !important;
}

.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_menu {
width: 200px;
min-width: 200px;
font-family: inherit !important;
}

.cookie-consent-preferences-dialog a {
font-size: inherit !important;
font-weight: initial !important;
color: #59514E !important;
text-decoration: underline;
border: 0 !important;
outline: none !important;
box-shadow: none !important;
}

.cc_cp_content h1 {
font-size: 1em !important;
font-family: 'TT Norms W01 Regular';
font-weight: initial !important;
color: #59514E !important;
}

.cc_cp_content p {
font-size: inherit !important;
font-weight: initial !important;
}

.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_content .cc_cp_m_content_entry .cc_cp_m_content_entry_title {
font-size: inherit !important;
font-weight: initial !important;
}

.cookie-consent-preferences-dialog button {
padding: 0.6em 1em 0.5em 1em;
border-radius: 0;
letter-spacing: inherit;
font-weight: initial !important;
}

/* functionality */
.cc_cp_m_menu li:nth-of-type(3) {
display: none !important;
}

/* targeting */
.cc_cp_m_menu li:nth-of-type(5) {
display: none !important;
}

.cc_cp_m_menu li a {
padding: 1em !important;
}

.cookie-consent-preferences-overlay input[type="checkbox"].checkbox_cookie_consent {
opacity: 0;
}

.cookie-consent-preferences-overlay input[type="checkbox"].checkbox_cookie_consent:checked + label::before {
background: #B8B5B4;
}

/*strictly-necessary*/
.cookie-consent-preferences-overlay input[type="checkbox"].checkbox_cookie_consent:checked + label[for="strictly-necessary"]::before {
opacity: 0.5;
}

.cc_cp_footer {
padding: 1em;
}

.cc_cp_f_powered_by {
padding: 0 !important;
font-size: 0.8em !important;
}

.cc_cp_f_powered_by a {
color: inherit;
text-decoration: none;
}

.cc_cp_f_save button {
background-color: #59514E !important;
}


@media all 
and (max-width: 600px) {

.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog {
margin: 80px auto;
}

.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_menu {
width: 100%;
min-width: 100%;
}

.cc_cp_footer {
flex-direction: column-reverse !important;
}

.cc_cp_f_save {
width: 100% !important;
margin-bottom: 1em!important;
}

.cc_cp_f_powered_by {
width: 100% !important;
text-align: left !important;
}

}
