.footer {
    font-weight: 600;
	padding: 2rem 2rem;
}
.footer .row > * {
	padding-bottom:0;
}
.footer .contact_wrapper p {
	margin:0;
}
.footer .logo_wrapper .logo {
	width:15rem;
}


/****************************************************************************
 * Cookiebar-Buttons
 ****************************************************************************/
.cookiebar_wrapper .button-group .button{ 
    font-size: .875rem;
    margin: .25rem;
    text-transform: none;
}

.cookiebar_wrapper .button.show_options{ display: block; }
.cookiebar_wrapper .button.hide_options{ display: none; }
.cookiebar_wrapper .button.accept_all{display: block;}
.cookiebar_wrapper .button.save{ display: none; }

.cookiebar_wrapper.options_visible .button.show_options{ display: none; }
.cookiebar_wrapper.options_visible .button.accept_none{ display: none; }
.cookiebar_wrapper.options_visible .button.hide_options{ display: block; }
.cookiebar_wrapper.options_visible .button.accept_all{ display: none; }
.cookiebar_wrapper.options_visible .button.save{ display: block; }

.cookie_controls > * {
    width: 100%;
}