footer {
	background-color:black;
	color:#EEE;
	background-image:url(spuren.svg);
	background-repeat:repeat-x;
	background-position:top;
	background-size:auto 40px;
	padding-top:calc(4vh + 40px);
	/*background-image:url(abdruck.svg);
	background-repeat:no-repeat;
	background-position:90% center;
	background-size:auto 50%;*/
}

ul ul {
	list-style-type: square;
	margin-left:1rem;
	margin-top:0;
}

h1 {
	font-size: 10rem;
}


h3, h4 {
	margin-bottom:.5rem;
}

li {
	margin-bottom:2px;
}

button, input[type="submit"] {
	height:auto;
}

button[disabled] {
	background-color:transparent;
	border:1px solid #376667;
}

header {
	text-align:center;
	margin-top:12vh !important;
	margin-bottom:4vh !important;
}

#headerText {
	margin:auto;
	margin-top:-30px;
	margin-bottom:5vh;
}

.buttonText {
	line-height:1.2;
}


@media (max-width: 600px) {
	/*footer {
		background-image:none;
	}*/
	
	button, input[type="submit"] {
		width:100%;
		max-width:400px;
	}
	
	header {
		text-align:center;
		margin-top:6vh !important;
		margin-bottom:6vh !important;
	}
	
	#headerText {
		margin-top:-20px;
		margin-bottom:0vh;
	}
	
	.buttonText {
		text-align:center;
	}
	.buttonText small {
		font-size:1rem;
	}
	
	form  .grid-container {
		gap:0;
	}
	
	form .grid-container + .grid-container {
		margin-top:20px;
	}
}