* {
    padding: 0;
    margin: 0;
    border: none;
}
html .gdprcookie
{
    font-size: 125%;
}

body.gdpr-web-service
{
    color: #333;
    font: 1rem 'Roboto Slab', system-ui;
    /*background-color: rgba(0, 0, 0, 0.75);*/
    padding: 1.5rem;
}
#gdpr-overlay
{
	position:fixed;
	display: none;
	top:0;
	left: 0;
	z-index:1000;
	width:100vw;
	height:100vh;
	visibility:visible;
	/*background:var(--overlay);*/
	background-color: rgba(0, 0, 0, 0.75);
	transition:all .5s ease-out;
	/*display:flex;*/
	justify-content:center;
	padding:1em 1em
}
main
{
    margin: 0 auto;
    max-width: 30rem;
}
h1, h2, h4
{
    color: #d10f0f;
    margin-bottom: 0.625rem;
}
h1
{
    font: bold 1.5em Quicksand,sans-serif;
}
h2
{
    font: bold 1.5em Quicksand,sans-serif;
    font-size: 1.2em;
}
h4
{
    font: bold 1.25rem Quicksand,sans-serif;
    text-align: center;
}
p
{
    margin-bottom: 0.625rem;
    line-height: 1.5em;
}
code
{
    color: #ee4b5a;
    font: .8em monospace;
    background: #f7f7f7;
    padding: .15rem .25rem;
    border-radius: .15rem;
    border: .05rem solid #ebebeb;
}