html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, body { border: 0; margin: 0;}
body {
	font-family: "Lato", sans-serif;
    font-weight: 300;
    text-rendering: optimizelegibility;
	font-size: 20px;
	max-width: 1200px;
	margin: 0 auto;
	}
	p {
	font-size: 20px;
	}
h1, h2 { 
	padding: 0;
	font-family: "Lato", sans-serif;
    font-weight: 300;
    text-rendering: optimizelegibility;
	color: #1e3c64;
	}
.ba-title {
	text-align: center;
	margin-top: 40px;
}
.logo {
	margin: 0 auto;
}
.baustelle {
	width: 100%;
	vertical-align: center;
	margin-top: 40px;
}
.flex { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.buttons-left {
	width: 40%;
	float: left;
	padding-left: 20px;
}
.buttons-right {
	width: 40%;
	float: right;
	padding-right: 20px;
}
a {
	padding: 10px 20px;
	border: 1px solid #000;
	clear: both;
	float: left;
	display: flex;
	width: 90%;
	/* height: 80px; */
	margin-bottom: 20px;
	text-align: left;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
}