
body {
	background-color: #fff;
	font-family: 'Slabo 27px', serif;
	font-size:17px;
}

a:hover {
		text-decoration: none;
}

h1 {
	font-family: 'Permanent Marker', cursive;
	font-size: 50px;
	color: #af0200;
	text-align: center;
	margin-bottom: 40px;
}

h2 {
	text-decoration:underline;
}

#spacertop {
	min-height: 100px;
}

.landingcontainer {
	text-align:center;
	height: 100vh;
}

.container {
	text-align:left;
	min-height: 100vh;
}

.inhaltcontainer {
	border: 1px solid #333;
	padding: 30px;
	box-shadow: 2px 2px 15px;
	text-align: justify;
}

.bestellencontainer {
	min-height: 20vh;
    margin: 100px 0px;
    text-align: center;
}
}

.covercontainer {
	margin-top: 60px;
}

#cover {
	box-shadow: 2px 2px 5px;
}

.button {
	padding: 20px;
	border: 5px solid #af0200;
	background-color: #fff;
	margin: auto;
	max-width: 350px;
	text-align: center;
	color: #af0200;
	box-shadow: 2px 2px 5px #333;
	font-size: 30px;
	font-weight: bold;
}

.button:hover {
	background-color:#af0200;
	color:#fff;
	box-shadow: 2px 2px 5px #666;
	border: 2px solid #fff;
}