@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 6em 0 3em;
	background-color: white;
	font-family: Tahoma, Arial;
}

#wrapper
{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: white;
}

header
{
	background-image: url('HeaderBackGr.png');
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}

header img
{
	float: left;
}

header .flexButton
{
	background-image: url('HeaderBackGr.png');
	border-image: url('HeaderBackGr.png');
	float: right;
	width: 60px;
	height: 60px;
}

header .flexButton img
{
	float: none;
}

.SucheButton
{
	height: 30px;
}

#RezeptButtonsSuche
{
	width: 100%;
	padding: 8px;
}

nav
{
	background-image: url('Nav.png');
	height: 30px;
	position: fixed;
	top: 60px;
	left: 0; 
	right: 0;
	z-index: 1;
	box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.75);
	display: flex;
	justify-content: left;
}

nav a
{
	color: white;
	font-size: 15px;
}

nav a:hover
{
	text-decoration: underline;
}

nav ul
{
	margin: 0;
	padding: 0 0 0 10px;
}

nav li
{
	list-style-type: none;
	float: left;
	margin: 5.5px 15px 5.5px 0;
}

#content
{
	clear: both;
	padding: 10px;
	margin-bottom: 14px;
}

#contentsuchen
{
	clear: both;
	padding: 10px;
}

h1
{
	margin-top: 0;
}

footer
{
	border-top: 1px solid black;
	background-color: white;
	text-align: center;
	padding: 2px;
	position: fixed;
    bottom: 0;
	left: 0;
    width: 99.7%;
}

a
{
	text-decoration: none;
}

td a
{
	color: black;
}

#namestern span a
{
	color: goldenrod;
}

/* Media Queries **************************************/

/* Desktop */

@media only screen and (min-width: 1910px)
{
	footer p
	{
		margin: 0;
	}
	td img
	{
		border: 1px solid #ddd;
		border-radius: 4px;
		padding: 5px;
		width: 100px;
	}
	#nameflagge
	{
		margin-left: 10px;
		border: 1px solid #ddd;
		border-radius: 4px;
		padding: 3px;
		width: 20px;
	}
	#namestern
	{
		padding-left: 20px;
		font-size: 16px;
	}
	#divflagge
	{
		display: flex;
	}
	.SucheButton input
	{
		height: 32px;
		width: 100%;
		font-size: 14px;
	}
	#ButtonSuche
	{
		height: 42px;
		width: 100%;
		margin-top: 10px;
		margin-right: 10px;
		font-size: 16px;
		text-align: left;
		border-width: 0 0 1px 0;
		background-color: white;
	}
}
@media only screen and (max-width: 1909px)
{
	footer p
	{
		margin: 0;
	}
	td img
	{
		border: 1px solid #ddd;
		border-radius: 4px;
		padding: 5px;
		width: 100px;
	}
	#nameflagge
	{
		margin-left: 10px;
		border: 1px solid #ddd;
		border-radius: 4px;
		padding: 3px;
		width: 20px;
	}
	#namestern
	{
		padding-left: 20px;
		font-size: 16px;
	}
	#divflagge
	{
		display: flex;
	}
	.SucheButton input
	{
		height: 32px;
		width: 100%;
		font-size: 14px;
	}
	#ButtonSuche
	{
		height: 42px;
		width: 100%;
		margin-top: 10px;
		margin-right: 10px;
		font-size: 16px;
		text-align: left;
		border-width: 0 0 1px 0;
		background-color: white;
	}
}

/* Tablets */

@media only screen and (max-width: 1279px)
{
	footer p
	{
		margin: 0;
	}
	td img
	{
		border: 1px solid #ddd;
		border-radius: 4px;
		padding: 5px;
		width: 100px;
	}
	#nameflagge
	{
		margin-left: 10px;
		border: 1px solid #ddd;
		border-radius: 4px;
		padding: 2px;
		width: 20px;
	}
	#namestern
	{
		padding-left: 20px;
		font-size: 14px;
	}
	#divflagge
	{
		display: flex;
	}
	.SucheButton input
	{
		height: 28px;
		width: 100%;
		font-size: 14px;
	}
	#ButtonSuche
	{
		height: 32px;
		width: 100%;
		margin-top: 10px;
		margin-right: 10px;
		font-size: 14px;
		text-align: left;
		border-width: 0 0 1px 0;
		background-color: white;
	}
}

/* Mobile */

@media only screen and (max-width: 768px)
{
	h1
	{
		font-size: 23px;
	}
	footer p
	{
		margin: 0;
		font-size: 12px;
	}
	td img
	{
		border: 1px solid #ddd;
		border-radius: 4px;
		padding: 5px;
		width: 80px;
	}
	#nameflagge
	{
		margin-left: 10px;
		border: 1px solid #ddd;
		border-radius: 4px;
		padding: 2px;
		width: 18px;
	}
	#namestern
	{
		padding-left: 14px;
		font-size: 14px;
	}
	#divflagge
	{
		display: flex;
	}
	.SucheButton input
	{
		height: 26px;
		width: 100%;
		font-size: 12px;
	}
	#ButtonSuche
	{
		height: 26px;
		width: 100%;
		margin-top: 6px;
		margin-right: 10px;
		font-size: 14px;
		text-align: left;
		border-width: 0 0 1px 0;
		background-color: white;
	}
}
@media only screen and (max-width: 480px)
{
	h1
	{
		font-size: 21px;
	}
	footer p
	{
		margin: 0;
		font-size: 12px;
	}
	td img
	{
		border: 1px solid #ddd;
		border-radius: 4px;
		padding: 5px;
		width: 60px;
	}
	#nameflagge
	{
		margin-left: 10px;
		border: 1px solid #ddd;
		border-radius: 4px;
		padding: 2px;
		width: 16px;
	}
	#namestern
	{
		padding-left: 10px;
		font-size: 12px;
	}
	#divflagge
	{
		display: flex;
	}
	.SucheButton input
	{
		height: 22px;
		width: 100%;
		font-size: 12px;
	}
	#ButtonSuche
	{
		height: 22px;
		width: 100%;
		margin-top: 4px;
		margin-right: 10px;
		font-size: 12px;
		text-align: left;
		border-width: 0 0 1px 0;
		background-color: white;
	}
}

