body {
  margin: auto;
  max-width: 1070px;
}

H1 {
	font-size:25px;
	font-weight:bold;
	color:#014E9E; 
}

.lead {
	color:#014E9E; 
}

.btn-form {
	color: #fff;
	background-color: #014E9E;
	border-color: #2e6da4;
}

label {
	font-weight:bold;
}

.custom-file-input:lang(de) ~ .custom-file-label::after {
  content: "Datei wählen";
}

.checkboxlabels label {
	font-weight:normal;
}

.container {
	max-width: 1070px;
}
