@charset "UTF-8";

@font-face
{
	font-family: "Rye";
	src: url("Rye-Regular.ttf");
}

html, body
{
	font-family:"Rye"; font-size: 16px; width: 90%; height: 95%; min-height: 95%; margin-left: auto; margin-right: auto; background-color: white;
}

a:link
{
	font-size: 16px;
	font-weight: bold;
	color: #3f2017;
	background-color: transparent;
	text-decoration: none;
}

a:visited
{
	font-size: 16px;
	font-weight: bold;
	color: #3f2017;
	background-color: transparent;
	text-decoration: none;
}

a:hover
{
	font-size: 18px;
	font-weight: bold;
	color: black;
	background-color: transparent;
	text-decoration: none;
}

a:active
{
	font-size: 16px;
	font-weight: bold;
	color: #3f2017;
	background-color: transparent;
	text-decoration: none;
}

table
{
	margin: 0 auto; border: 0; border-spacing: 25px; height: 100%; table-layout: fixed;
}

table
{
	overflow: hidden;
}

tr.contenttr
{
	height: "80%";
}

td.linkstd
{
	width: 10%;
}

td.rechtstd
{
	width: 10%;
}

td.indextd
{
	background-color: white; color: #3f2017; width: 700px; text-align: center;
}

td.contenttd
{
	background-color: white; color: #3f2017; width: 700px; vertical-align: top;
}

td
{
	font-size: 18px; overflow: hidden;
}

.inputtd
{
	font-size: 18px;
}

table.menuetable
{
	background-color: #d1bc8a;
}

td.menuetd
{
	text-align: center;
}

button.menuebutton
{
	background-color: #d1bc8a; color: white; border: 0; background: none; box-shadow: none; border-radius: 0; font-family: "Rye"; font-size: 20px; font-weight: bold; text-align: center;
}

button.menuebutton:hover
{
	color: black;
}

button.bedarfbutton
{
	color: green; border: 0; background: none; box-shadow: none; border-radius: 0; font-family: "Rye"; font-size: 20px; font-weight: bold; text-align: center;
}

button.bedarfbutton:hover
{
	color: black;
}

hr.menue
{
	color: white; background-color: white; border-color: white; height: 2px;
}

.header
{
	display: flex; align-items: center; gap: 80px; max-width: fit-content; margin-left: auto; margin-right: auto;
}

.headerimage
{
	height: 70px;
}

.ueberschrift
{
	font-size: 36px; font-weight: bold; text-align: center; color: #3f2017;
}

.dickeschrift
{
	font-size: 20px; font-weight:bold; color: #3f2017;
}

.submitbutton
{
	font-size: 24px; background-color: white; color: #3f2017;
}

div.image
{
	display: flex; align-items: center; gap: 150px; overflow: hidden; max-width: fit-content; margin-left: auto; margin-right: auto;
}

div.image img
{
	display: block;
	margin: auto;
	/* SCALE */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* VERZÖGERUNG */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

div.image img:hover
{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

@media screen and (max-width: 1200px)
{
	table.nav
	{
		display: none;
	}
	
	table.navmobil
	{
		position: fixed;
		top: 0px;
		left: 30px;
		width: 30px;
	}

	.container
	{
		display: inline-block;
  		cursor: pointer;
	}	

	.bar1, .bar2, .bar3
	{
		width: 35px;
		height: 5px;
		background-color: #d1bc8a;
		margin: 6px 0;
		transition: 0.4s;
	}

	.change .bar1
	{
		-webkit-transform: rotate(-45deg) translate(-9px, 6px);
		transform: rotate(-45deg) translate(-9px, 6px);
	}

	.change .bar2
	{
		opacity: 0;
	}

	.change .bar3
	{
		-webkit-transform: rotate(45deg) translate(-8px, -8px);
		transform: rotate(45deg) translate(-8px, -8px);
	}
}
