* {
	margin: 0;
	padding: 0;
}

body {
	color: #333333; /*grau*/
	font-family: Helvetica, Arial, Helvetica;
	font-size: 22px;	
	line-height: 30px;
}


.logo {
	display: block;
	padding-top: 10%;
	text-align: center;
	width: 100%;
}

.logo img {
    max-width: 90%;
}

a {
	color: #333333; /*grau*/
	text-decoration: none;
}

a.datenschutz {
	font-size: 12px;
}

h1 {
	font-size: 24px;
	font-weight: 400;
}

h2 {
    font-size: 24px;
    padding: 10px 0;
}

.content {
	font-size: 16px;
	margin: 0 auto;
	max-width: 80%;
}

.button {
    background: #95251e;
    color: #fff;
    display: block;
    margin: 10px 0 20px 0;
    padding: 10px;
}

.side-footer {	
    padding-top: 50px;
	position: relative;
	text-align: center;
	width: 100%;
}

@media(min-height: 700px) {
	.side-footer {
		bottom: 70px;
		position: fixed;
	}	
}

body.dsgvo .side-footer {
	bottom: 70px;
	padding-top: 100px;
	position: relative;
}
