body{
	margin: 0px;
}
p{
	margin: 0px;
}

#headder {
	background-image: linear-gradient(red 0%, yellow 50%, white 100%);
	width: 100%;
	height: 105px;
	font-family: 'Inspiration', cursive;
	font-size: 77px;
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
}
#menubox{
	position: absolute;
	top:10px;
	left:10px;
	max-width: 100px;
	padding-top: 25px;
	padding-left: 5px;
}
#maintitle{
	position: absolute;
	top:0px;
	margin-top:0px;
	width: 100%;
}
#searchicon{
	position: absolute;
	top: 20px;
	right: 25px;
	font-size: 60px;
	color: #880D0D;
}
#mainpage {
	
	padding-top: 130px;
}

.rezeptanzeige{
	width: 70%;
	margin-left: 15%;
	min-height: 200px;
}
.rezeptanzeigeimg{
	float: left;
	margin-right: 20px;
	object-fit: cover;
	width: 200px;
	height: 200px;
}

#footer{
	height: 100px;
	background-color: grey;
}
