@charset "utf-8";
body { background-color: floralwhite
} 
	
/* background-image: linear-gradient(to right, #fff, #90EE90); 


/* als Akzentfarben einbauen!!!   #C1FFC1 #C5DDB1  #B4EEB4   bisschen kräftiger: #90EE90 , #9AFF9A */

p{width:500px;
color:white
}

.Logo {
	position:relative;
	left: 60px;
}

/* Sprechende Orange auf jeder Seite */

.BOXorange {
	position: relative;
	height: 100px;
	width: 1px;
	top: -60px;
	background-color: transparent;
	font-family: Verdana, sans-serif;
	font-size: 14px;
}
.orange {
		position: absolute;
		top: -70px;
		left: 1200px;
		height: 200px;
		width: 200px;
		cursor: pointer;
		}
.SPRECHBLASEorange {
		position: absolute;
		padding: 10px;
		width: 200px;
		top: -110px;
		left: 950px;
		border-radius: 20px 20px 0px 20px;
		background-color: #A5D477;
		box-shadow: 0px 1px grey;
		text-align: left;
		visibility: hidden;
		align-items: center;
	}
.SPRECHBLASEbutton {
	background-color: orange;
	box-shadow: 0px 0.2px grey;
	border-radius: 5px;
	width: 80px;
	height: 30px;
	margin-top: 45px;
	cursor: pointer;
	
}

.SICHTBARmachen {
	    visibility: visible;
		}


.ueberschriftstart {
	position: relative;
	top: -80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Verdana, sans-serif;
	font-size: 32px;;
	color: #000;
	text-align: left;
}

.bildstart {
	position: relative;
	left: 430px;
	top: -90px;
	width: 1000px;
	height: 400px;
}
.quizbild {
	margin-top: -70px;
	position: relative;
	top: -90px;
	left: 850px;
	width: 200px;
	height: 200px;
}
.textboxstart {
	display:flex;
	align-items: center;
	font-family: Verdana, sans-serif;
	font-size: 14pt;
	color: #000;
	margin-top: -50px;
}
.textstart {
	color: #000;
	display: flex;
	justify-content: center;
	line-height: 1.5;
	align-items: center;
	text-align: left;
	font-family: Verdana, sans-serif;
	margin: 20px 0;
	margin: 0 150px;
	width: 50em;
}
.textbox {
	display:flex;
	align-items: center;
	font-family: Verdana, sans-serif;
	font-size: 14pt;
	color: #000;
	margin-top: -100px;
}
.text {
	color: #000;
	display: flex;
	justify-content: center;
	line-height: 1.5;
	align-items: center;
	text-align: left;
	font-family: Verdana, sans-serif;
	margin: 20px 0;
	margin: 0 150px;
	width: 50em;
}

.boxpyramide {
	margin-bottom: 40px;
	height: auto;
	width:  80%;
	color: #000;
	display: flex;
	justify-content: center;
	line-height: 1.5;
	align-items: center;
	text-align: left;
	font-family: Verdana, sans-serif;
}

/*Navigation */
nav > ul {
	list-style: none;
	position: relative;
	top: -200px;
	padding: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	
}
nav li {
	position:relative;
	margin: 1px;
	padding-top: 0.1px;
	font-size: 1.5em;
}
@media (min-width: 600px) {
	nav > ul {
		flex-direction: row;
		justify-content: center;
		
	}
	nav li {
		flex: 0;
		font-size: 1em;
	}
}
nav a {
	display: block;
	padding: 0.6em;
	width: 150px;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	border: thin solid var(--background-color);
	border-radius: .5em;
	box-shadow: 0px 1px grey;
	color: black;
	background-color: var(--background-color);
	transition: all .25s ease-in;
}

nav li[textbox] a {
}

nav a:focus,
nav a:hover,
nav li[textbox] a:focus,
nav li[textbox] a:hover {
	background-color: var(--accent1-color);
}

:root {
	--background-color: #A5D477; 
	--accent1-color: orange;
}


nav ul.submenu,
nav ul.submenu1 {
    position: absolute;
    top: 100%;
	left: 0px;
    visibility: hidden;
    opacity: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: var(--background-color);
    border-radius: .5em;
}


nav li:hover > .submenu,
nav li:hover > .submenu1 {
    visibility: visible;
    opacity: 1;
    color: var(--background-color);
}
/*Navigation */


.milch {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
}
.eier {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
}
.cheese{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
}
.fleisch{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
}
.fisch {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
}
.legumes {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
}
.mais {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
}
.nudeln {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
}
.reis {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
}
.kartoffeln {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
}
.backware {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
}
.avocado {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
}
.spinat {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
}
.brokkoli {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
}
.banane {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
}


/* Quiz */

div {
	color: #000;
	display: flex;
	flex-direction: column;
	min-height: 150px;
}


.quiz-container {
	border-radius: 5px;
	justify-content: center;
	align-items: center;

}

.question {
	font-size: 24px;
	margin-top: -30px;
	margin-bottom: -50px;
	font-family: Verdana, sans-serif;
	align-items: center;
	
}

.answer-buttons {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(1fr));
	gap: 10px;
	margin-bottom: 20px;
	justify-content: center;
}

.btn {
	background-color: #A5D477;
	color: #000;
	border: thin solid var(--background-color);
	box-shadow: 0px 1px grey;
	padding: 20px 20px;
	font-size: 16px;
	font-family: Verdana, sans-serif;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease;

}

.btn:hover {
	background-color: orange;
}

.btn.correct {
	background-color: #53C352;
	color: #000;
}

.btn.wrong {
	background-color: #e74c3c;
	color: #000;
}

.next-btn {
	background-color: #A5D477;
	color: #000;
	border: none;
	padding: 10px 20px;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	border-radius: 5px;
	box-shadow: 0px 1px grey;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.next-btn:hover {
	background-color: orange;
	font-family: Verdana, sans-serif;
}

.result {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	text-align: left;
}
/* Quiz Ende */

/* Nährstoffe */

.article {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
    font-family: Verdana sans-serif;
	background-color: #000;
	color: #1A1A1A;
}

/*hier soll noch ein Bild mit Text hin */

.UeberschriftNaehrstoffe h1, .Einleitungstext div, .UeberschriftDropdown h1, .EinfuehrungDropdown div {
	max-width: 75.5%;
	padding-left: 11.5%;
	padding-right: 0;
	text-align: center;
	font-family: Verdana sans-serif;
	color: #1A1A1A;
}

.UeberschriftNaehrstoffe h1 {
	position: relative;
	max-width: 75%;
	padding-top: 60px;
	padding-bottom: 30px;
	font-size: 30px;
	font-family: Verdana, sans-serif;
}


.Einleitungstext div {
	line-height: 1.5;
	padding-top: 7px;
	padding-bottom: 30px;
	font-size: 15pt;
	font-family: Verdana, sans-serif;
	text-align: left;
}


.Infobox div {
	color: #1A1A1A;
	background-color:#A5D477; /* #E3F2D7 oder #C5DDB1 */
	display: block;
/*	justify-content: center; */
	line-height: 1.5;
/*	align-items: center; */
	text-align: left;
	font-family: Verdana, sans-serif;
	margin: 100px 0;
	margin: 0 280px;
	margin-bottom: 55px;
	box-shadow: 0px 1px grey;
	
	border-radius: 6px;
	padding: 15px;
}

.UeberschriftDropdown h1 {
	max-width: 75%;
	font-size: 20pt;
	font-family: Verdana, sans-serif;
	padding-top: 80px;
	padding-bottom: 30px;
	top: 45px;
}

.EinfuehrungDropdown div {

	line-height: 1.5;
	padding-top: 30px;
	padding-bottom: 15px;
	font-size: 13pt;
	font-family: Verdana, sans-serif;
}



.dropdown {
	color:#1A1A1A;
	flex-direction: column;
	align-items: center;
	font-family: Verdana, sans-serif;
	max-width: 75.5%;
	height: auto;
	display: block;
	font-size: 11pt;
	margin: 0 auto;
	padding-top: 3px;
	padding-bottom: 10px;
	
}
/*Info Boxen im DropDwonMenü */
.details {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #1A1A1A;
	cursor: pointer;
	width: 100%;
}


/* Icons in details */
#eiweisse {
	display: flex;
	gap: 5px;
	align-items: flex-start;
	flex-direction: row;
}
#kohlenhydrate {
	display: flex;
	gap: 5px;
	align-items: flex-start;
	flex-direction: row;
}
#fette {
	display: flex;
	gap: 5px;
	align-items: flex-start;
	flex-direction: row;
}
#vitamine {
	display: flex;
	gap: 5px;
	align-items: flex-start;
	flex-direction: row;
}

.icon  {
	font-size: 50px;
		}

.essenicontext {
	text-align: center;
	font-size: 12pt;
	position: relative;
	left: 60px;
	padding-top: 30px;
	border-radius: 3px;
	border-color: transparent;
}
/* weitere Infos zu Icons --> siehe css Quiz */


/* Die Überschrift der jeweilige Info Boxen */
.summary {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12pt;
	font-weight: 500;
}
/* Pfeile für die Info Boxen */
.summary:after {
	content:"v";
	color: #A5D477;
	font-size: 12pt;
	font-weight: bold;
}

/*Infotext in der Box nach dem Aufklappen*/
.details p {
	margin-top: 10px;
	color:#1A1A1A;
	line-height: 1.5;
	width: 100%;
}
/*Dropdown Ende */
	
.UeberschriftContainer div {
	max-width: 75%;
	font-size: 20pt;
	font-family: Verdana, sans-serif;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #1A1A1A;
	display: flex;
	text-align: left;
}



/*Container zum anklicken mit Verlinkung */

	/*Layout Container */
.container {
	max-width: 75.5%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 15px;				/* Abstand zwischen den Boxen */
	padding: 0px; 			/* Abstand zum Rand */
	padding-top: 120px;
}
	/* Boxen*/
.card {
	flex: 1;		/* jede Box gleich breit */
	width: 200px;
	height: 300px;
	padding: 0px;			/* Innenabstand Bild zum Rand der Box */
	text-decoration: none;	/* Link ohne Unterschreichung. kann wahrscheinlich weg */
	color: #1A1A1A;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 1px grey;
	text-align: left;
	
	display: flex;
	flex-direction: column;
}

.card :hover {
	/*box-shadow: 0px 4px 8px rgba(0,0,0,0.2); Würde ich immer an lassen bei der Box und nur den Farbwechsel beim Hover machen */
	cursor: pointer;
	border-radius: 10px;
	background-color: #53C352;
}

	/*Bild*/
.card img {
	width: 100%;
	height: 50%;
	object-fit: cover; 	/* Bild richtig skaliert */
	border-radius: 8px;
	display: block;
}
	/*Text*/
.title h1, div {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	color: #1A1A1A;
	padding-top: 10px;
	padding-bottom: 1px;
	text-align: left;
	padding-inline: 11px;
}


/* Sprechende Glühbirne */

.BOXGluehbirne {
	position: relative;
	height: 50px;
	width: 100px;
	top: 40px;
	background-color: transparent;
	font-family: Verdana, sans-serif;
	font-size: 14px;
}
.Gluehbirne {
		position: absolute;
		top: 100px;
		left: 70px;
		height: 200px;
		width: 200px;
		cursor: pointer;
		}
.SPRECHBLASEGluehbirne {
		position: absolute;
		padding: 40px;
		width: 200px;
		top: 00px;
		left: 300px;
		border-radius: 20px 20px 20px 0;
		background-color: #A5D477;
		box-shadow: 2px 2px 2px 2px gray;
		text-align: left;
		visibility: hidden;
	}

.SICHTBARmachen {
	    visibility: visible;
		}
.Gluehbirne :hover {
	box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
	cursor: pointer;
	border-radius: 10px;
}
/*Nährstoffe Ende*/

/* Ernährungsplan */

.MotivationsSpruch h1 {
	line-height: 1.5;
	padding-top: 7px;
	padding-bottom: 30px;
	font-size: 20pt;
	font-family: Verdana, sans-serif;
	text-align: left;
	left: 1000px;
}


/* Ernährungsplan Ende*/

.textboximp {
	display:flex;
	align-items: center;
	font-family: Verdana, sans-serif;
	font-size: 14pt;
	color: #000;
	margin-top: -100px;
}

.textimp {
	color: #000;
	display: flex;
	justify-content: center;
	line-height: 1.5;
	align-items: center;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 14pt;
	margin: 20px 0;
	margin: 0 150px;
	width: 50em;
	margin-top: 100px;
}
		.INFO_WASSER {
			position: absolute;
			padding: 30px;
			top: 100px;
			left: 100px;
			border-radius: 30px 30px 0 30px;
			background-color: white;
			box-shadow: 5px 5px 10px 0px gray;
			text-align: center;
			visibility: hidden;
		}
		.SICHTBAR {
			visibility: visible;
}
/*Spiel*/
.BOX {
	display:flex;
	flex-direction: row;
	gap: 15px;	
}
.AUSWAHL {
	display: flex;
	flex-direction: column;
	flex: 1;
	top: 50px;
	left: 50px;
	align-items: left;
}
.Mensch {
	height: 500px;
	width: 300px;
}