body {
  font-family: sans-serif;
  background-color: #ffe;
  color: #338;
  padding: 0;
  margin: 0;
}

#Startseite {
  padding: 20px 40px;
  font-size: 1.5em;
}
#Startseite input[type=text] {
  font-size: 1em;
}
#Startseite input[type=submit] {
	font-size: 1em;
	background-color: #00adb5;
	color: #222831;
	border-radius: 300px;
	padding: 15px;
  margin-top: 50px;
	margin-bottom: 100px;
}

#topmenu {
  position: fixed;
  width: 100%;
  height: 83px;
  padding: 10px;
  background-color: rgba(0,0,0,0.82);
  color: white;
  z-index: 2000;
  box-shadow: 0px -6px 14px 10px rgba(0,0,0,0.75);
}
#topmenu a {
  color: white;
  text-decoration: none;
}
#topmenu h1 {padding: 0; margin: 0;}
#topmenu ul {
  padding: 0;
  margin: 20px 0 10px 0;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
}
#topmenu li {
  margin-right: 30px;
}
#topmenu li.activeMenu {
  font-weight: bold;
}
#topmenu li:hover {
  transform: scale(1.03);
  transition: transform 0.07s;
}

#maincontent {
  position: relative;
  width: 98%;
  padding: 105px 10px 10px 10px;
  z-index: 100;
}

#RezeptauswahlDiv {
  position: relative;
  background-color: rgba(0,0,0,0.1);
  padding: 15px 15px 5px 15px;
  margin-top: 18px;
}
#RezeptauswahlDiv select {
  font-size: 2em;
  font-weight: bold;
  border: none;
  width: 100%;
}

#rezeptkopf {
  /* background-color: rgba(255,255,255, 0.75); */
  /* box-shadow: 0px 0px 20px 12px rgba(255,255,255,0.75); */
  margin-bottom: 30px;
}
#autorUndHerkunft {
  position: relative;
  background-color: rgba(0,0,0,0.1);
  padding: 1px 15px;
}
#faktor {
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: right;
}
#faktor input[type=number] {
  width: 90px;
}

#zubereitung p {
  /* background-color: rgba(0,0,0,0.1); */
  /* background-color: wheat; */
  padding: 15px;
}
#zubereitung>p:nth-child(odd){
 background-color:wheat;
}
#zubereitung>p:nth-child(even){
 background-color:rgba(0,0,0,0.1);
}

#fliesstext {

}

th, td {
  text-align: left;
  /* border-bottom: 1px solid lightpink; */
  padding: 5px 8px;
  white-space: nowrap;
}
th {
  background-color: #ccc;
  color: #333;
}
.myTableHeading {
  position: relative;
  padding: 11px 12px;
  text-align: center;
}
.deleteline {
  position: absolute;
  top: -5px;
  right: -5px;
}
.deleteline a {text-decoration: none;}

tr:nth-child(even) {background-color: #eee;}
tr:nth-child(odd) {background-color: #fff;}
tr:hover {background-color: wheat;}
tr.greyedout {color: #bbb;}

td.zeilenname {
  background-color: ccc;
  font-weight: bold;
  color: #333;
}
td.nummernTD {
  font-size: 1.1em;
  text-align: center;
}

.zutNrSpalte {
  display: inline-block;
  width: 5em;
  text-decoration: underline;
}
#eingabemaske-Zutatenliste input[type=number] {
  width: 6em;
  font-size: 0.9em;
  padding: 3px;
}
#eingabemaske-Zutatenliste select {
  border: none;
  padding: 4px;
  font-size: 0.9em;
}
#eingabemaske-Zutatenliste input[type=submit] {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 30px;
  /* width: 100px; */
  /* height: 100px; */
  border-radius: 500px;
  font-size: 1.2em;
  background-color: wheat;
}

#kontakt {
	position: fixed;
	text-align: right;
	width: auto;
	height: auto;
	top: 1%;
	right: 1%;
	z-index: 2222;
	border: none;
  background-color: rgba(0,0,0,0.82);
	color: rgb(253, 250, 243);
	padding: 10px;
}

#kontakt a {
	color: rgb(253, 250, 243);
}

#kontakt a:hover {
	color: #fff;
}
