#ww_bzga_matomo_cookiebanner { width: 100%; background-color: #eeeeee; padding: 0.1rem 40px 2rem 40px; display: none; margin-bottom: 2rem; box-shadow: 10px 10px 10px #333; }
#ww_bzga_matomo_cookiebanner p { font-size: 1rem; font-weight: normal; color: #000; }
#ww_bzga_matomo_cookiebanner p strong:first-child { display: inline-block; font-size: 1.3rem; font-weight: bold; margin-top: 2rem; margin-bottom: 1rem; }
#ww_bzga_matomo_cookiebanner #cookiebanner_description_moreinfo { display: none; }
#ww_bzga_matomo_cookiebanner button { margin: 1rem 20px 1rem 0; padding: 0.2rem 2.5rem; font-weight: 500; color: #000; }
#ww_bzga_matomo_cookiebanner .more-information-wrapper .header { position: relative; }
#ww_bzga_matomo_cookiebanner button.button-moreinfo { background-color: transparent; border: none; padding: 0 0 0 2rem; text-align: left; }
#ww_bzga_matomo_cookiebanner button.button-moreinfo::before { content: "+"; background-color: transparent; color: #fff; font-size: 2rem; position: absolute; left: 0.05rem; top: 0.1rem; z-index: 10; }
#ww_bzga_matomo_cookiebanner button.button-moreinfo[aria-expanded="true"]::before { content: "-"; left: 0.4rem; }
#ww_bzga_matomo_cookiebanner button.button-moreinfo::after { content: ""; background-color: #000; border-radius: 50%; position: absolute; left: 0; width: 1.5rem; height: 1.5rem; }
#ww_bzga_matomo_cookiebanner button.button-moreinfo span { font-weight: 600; }

@media (max-width: 768px) {
	#ww_bzga_matomo_cookiebanner { padding: 0.1rem 10px 2rem 10px; }
} 

@media (max-width: 480px) {
	#ww_bzga_matomo_cookiebanner button { width: 100%; }
} 