
/* ZEICHENSATZ */
@charset "utf-8";


/* ALLE ANSICHTEN: BREIT/MEDIUM/SCHMAL */

body
{
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, sans-serif;
	position: relative;
}

#mitte
{
	background-color: #fff3d3;
	padding: 20px 25px;
	text-align: left;
	font-size: 13px;
	position: relative;
}

footer
{
	margin: 10px 10px 50px 25px;
}


/* MEDIUM-ANSICHT und SCHMAL-ANSICHT */

@media (max-width: 823px)
{
	header
	{
		display: none;
	}

	main
	{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	
	#mitte
	{
		max-width: 560px; 	}
		
	.navigation
	{
		display: block;
		position: relative;
		z-index: 1;
	}

	.navCheckbox
	{
		display: block;
		width: 40px;
		height: 30px;
		position: absolute;
		top: 0;
		left: 0;
		cursor: pointer;
		z-index: 2; 		opacity: 0; 	}

	.navImage
	{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1; 	}

	.navigation input:checked ~ div
	{
		transform: translate3d(0,0,0);
	}

	.menu
	{
		display: block;
		position: absolute;
		left: 0;
		width: 180px;
		padding: 10px 10px 0 10px;
		border: 1px solid #4c3000;
		border-radius: 5px;
		box-shadow: 1px 2px 5px rgba(76,48,0,0.5); 		background-color: #fff3d3;
		transform: translate3d(-230px,0,0);
		transition: transform 0.5s;
		z-index: 3; 	}
}


/* BREIT-ANSICHT */

@media (min-width: 824px)
{
	header
	{
		position: absolute;
		top: 0;
		left: 5px;
	}

	nav
	{
		position: absolute;
		top: 78px;
		left: 5px;
		width: 170px;
	}

	main
	{
		position: absolute;
		top: 80px;
		left: 195px;
	}

	#mitte
	{
		min-height: 530px;
		width: 560px; 	}
}


/* ABSÄTZE */

p	{ margin: 0 0 10px 0; }
div	{ margin: 0 0 0 0; }

p, div
{
	padding: 0;
	font-size: 13px;
	color: black;
	font-weight: normal;
}

.klein { font-size: 10px; }
.left { float: left; margin-right: 10px; }
.clear { clear: both; height: 0; width: 0; margin: 0; padding: 0; border: 0; }



/* LISTEN */

ul, ol, li
{
	margin: 0 0 10px 0; 	padding: 0;
}

ul, ol
{
	padding-left: 10px; 	margin-left: 10px; }

li
{
	font-size: 13px; }

.kurz { margin-bottom: 5px; }
.kurz li { margin-bottom: 5px; }


/* HONIGFALLE */
.honFALLEig
{
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 1px;
	width: 1px;
	overflow: hidden;
	display: inline;
}


/* VERLINKUNGEN */

/* normal */
a:link, a:visited, a:active { color: #4c3000; }
a:hover, a:focus { color: #99bb33; }
.link { text-decoration: underline; color: #4c3000; }

footer a, footer input
{
	margin-right: 10px;
	font-size: 11px !important;
	color: #4c3000;
	text-decoration: none;
}
footer a:hover, footer a:focus, footer input:hover, footer input:focus, footer .aktuell { color: #99bb33; }


/* ÜBERSCHRIFTEN */

h1
{
	margin: 0 0 10px 0; 	padding: 0;
	font-size: 22px;
	color: #4c3000;
	font-weight: bold;
}

h2
{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 17px;
	color: #4c3000;
	font-weight: bold;
}

h3
{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	color: #de5300;
	font-weight: bold;
}
#rechts h3 {margin: 5px 0 3px 0; }

h4
{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	color: #4c3000;
	font-weight: bold;
}

h5
{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	color: #4c3000;
	font-weight: bold;
}

h6
{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	color: #4c3000;
	font-weight: bold;
}


/* RAHMEN */

.rahmen
{
	border: 1px solid #4c3000;
}

.schatten
{
	box-shadow: 1px 2px 5px rgba(76,48,0,0.5); 	background-color: #fff3d3;
}

img
{
	border: none;
}

.bildrahmen
{
	margin: 0 15px 0 0;
	border-radius: 5px;
}


/* RUNDUNGEN */

.rundung
{
	border-radius: 5px;
}
.rundungO
{
	border-radius: 5px 5px 0 0;
}
.rundungU
{
	border-radius: 0 0 5px 5px;
}


/* RAHMEN, RUNDUNG, SCHATTEN (kombiniert) */
.RahmenRundungSchatten div
{
	border: 1px solid #4c3000;
	border-radius: 5px;
	box-shadow: 1px 2px 5px rgba(76,48,0,0.5); 	background-color: #fff3d3;
	margin-bottom: 15px;
	padding: 15px 15px 5px 15px;
}


/* FORMULARE */

.formular {
	border: 1px solid #4c3000;
	border-radius: 5px;
	box-shadow: 1px 2px 5px rgba(76,48,0,0.5); 	margin: 0 0 30px 0;
	padding:10px 15px 5px 15px;
}
.formular .grid
{
	display: grid;
	grid-template-columns: 30px auto;
	align-items: center;
	justify-items: start;
}
.formular h4
{
	margin: -10px -15px 15px -15px;
	background-color: #4c3000;
	padding: 3px 15px;
	color: white;
	font-style: italic;
}
.formular h5
{
	margin: 5px 0 5px 0;
	color: #de5300;
}
.formular input
{
	display: block;
	margin-bottom: 10px;
}

/* Lebensmittel-Protokoll */
.protokoll
{
	border: 1px solid #4c3000;
	border-radius: 5px;
	box-shadow: 1px 2px 5px rgba(76,48,0,0.5); 	margin: 0 0 30px 0;
}
.protokoll .grid1
{
	display: grid;
	grid-template-columns: 48% 36% 16%;
	align-items: center;
}
.protokoll .grid2
{
	display: grid;
	grid-template-columns: 48% 6% 30% 10% 6%; 
}
.protokoll h5
{
	margin: 0;
	background-color: #4c3000;
	padding: 3px 0;
	color: white;
	font-style: italic;
}
.protokoll span
{
	padding: 3px 0;
	border-top: 1px solid #4c3000;
}
.protokoll input
{
	height: 15px;
	width: 80%;
	padding: 0;
}


/* TABELLEN (STANDARD) */

table { width: 100%; }

table, tr, td
{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 13px;
	color: black;
	font-weight: normal;
	vertical-align: top;
}

.tabelle
{
	position: relative;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #4c3000;
	border-radius: 5px;
	box-shadow: 1px 2px 5px rgba(76,48,0,0.5); 	background-color: #fff3d3;
}
.tabelle td
{
	padding: 3px 5px 3px 5px;
}
.tabelle h3
{
	margin: 3px 0 3px 0;
	font-size: 13px;
}

/* Gitternetz für Tabellen */
.gitter {
	border-right: 1px solid #4c3000;
	border-bottom: 1px solid #4c3000;
	box-shadow: 1px 2px 5px rgba(76,48,0,0.5); 	margin: 0 0 10px 0;
}
.gitter td
{
	border-left: 1px solid #4c3000;
	border-top: 1px solid #4c3000;
	padding: 3px 10px;
}
.gitter th
{
	border-left: 1px solid #4c3000;
	border-top: 1px solid #4c3000;
	padding: 3px 10px;
	background-color: #4c3000;
	color: white;
	font-weight: bold;
	font-style: italic;
}

/* Fokus für Tabellen und Absätze*/
.fokus { border: 1px solid grey; }
.fokus:hover { border: 1px solid #4c3000; background-color: white; }
a.fokus { display: block; text-decoration: none; }

/* Besondere Einstellungen für Tabellen: */
td, th { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }
.r15 { width: 15px !important; text-align: right; }
.r30 { width: 30px !important; text-align: right; }
.r60 { width: 60px !important; text-align: right; }
.top td, .top th { vertical-align: top; }
.middle td, .middle th { vertical-align: middle; }
.bottom td, .bottom th { vertical-align: bottom; }


/* ARTIKEL */

table.artikel
{
	width: 50%;
	margin: 12px 0 10px 0; 	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #4c3000;
	border-radius: 5px;
}

table.artikel td
{
	padding: 3px 5px;
	vertical-align: top;
}

table.artikel th
{
	padding: 1px 5px;
	background-color: #4c3000;
	vertical-align: top;
	color: white;
	font-weight: bold;
	font-size: 11px;
}

table.artikel td.uber
{
	color: #4c3000;
	font-weight: bold;
	font-size: 11px;	
}


/* LINIEN */
hr
{
	height: 0;
	margin: 10px 0 10px 0;
	border: 0;
	border-bottom: 1px solid #4c3000;
}

.linie
{
	border-top: 1px solid white;
}


/* BALKEN-DIAGRAMME */

.balken1
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: right; 
	float: left;
}

.balken2
{
	text-align: right; 
	float: left;
}


/* EINGABE-ELEMENTE */

/* Button */
.schalter {
	min-width: 70px;
	margin: 2px;
	padding: 3px 5px 3px 5px;
	background-color: #4c3000;
	border: 1px solid #4c3000;
	border-radius: 5px;
	vertical-align: middle !important;
	text-align: center;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 11px !important;
	font-weight: bold;
	color: white !important;
}
a.schalter { min-width: 52px; padding: 3px 8px 3px 8px; } img.schalter { min-width: 0 !important; } 
/* Radio und Checkbox */
.radio 
{
	margin: 0 7px 0 0;
	padding: 0;
	vertical-align: -1px;
	text-align: left; }

input { vertical-align: middle; }
.inputklein { width: 155px; margin: 0 0 10px 0; font-size: 11px; }
.padd0 { padding: 0 !important; min-width: auto !important; }
.marg0 { margin: 0; }
.min0 { min-width: 0 !important; }
.vtop { vertical-align: top !important; }
input[type="text"] { color: black; background-color: white; }
select { color: black; background-color: white; }


/* NAVIGATION */

.menuAbsatz { margin-bottom: 15px; }
.menuAbsatz a
{
	display: block;
	background-color: #4c3000;
	text-decoration: none;
	font-size: 13px; 	color: white;
	box-shadow: 1px 2px 5px rgba(76,48,0,0.5); }
.menuAbsatz a.ebene1
{
	margin-top: 2px;
	padding: 8px 10px 8px 10px;
	font-weight: bold;
}
.menuAbsatz a.ebene2
{
	margin-top: 0;
	padding: 5px 10px 5px 23px;
	font-weight: normal;
}
.menuAbsatz a.ebene3
{
	margin-top: 0;
	padding: 5px 10px 5px 36px;
	font-weight: normal;
}
.menuAbsatz a:hover, .menuAbsatz a:focus, .menuAbsatz .aktuell { background-color: #99bb33 !important; font-weight: bold !important; }
.menuAbsatz a.ebene2.rundungU { padding-bottom: 8px; }


/* SITEMAP */

.sitemap a
{
	display: block;
	text-decoration: none;
	font-size: 13px;
}
.sitemap a.ebene1
{
	padding-top: 10px;
	padding-left: 0;
	font-weight: bold;
}
.sitemap a.ebene2
{
	padding-top: 5px;
	padding-left: 40px;
	font-weight: normal;
}
.sitemap a.ebene3
{
	padding-top: 5px;
	padding-left: 80px;
	font-weight: normal;
}


/* BOXEN */

.box
{
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 15px 0 15px;
	border: 1px solid #4c3000;
	border-radius: 5px;
	box-shadow: 1px 2px 5px rgba(76,48,0,0.5); 	background-color: #fff3d3;
}

/* Überschriftszeile für Tabellen und Boxen */ .ueber
{
	padding-top: 35px;
}
.ueber h4
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #4c3000;
	padding: 3px 15px;
	color: white;
	font-style: italic;
}

/* Mehr zur Thema / Themen der Woche */
.mehrArtikel
{
	padding: 15px 15px 5px 15px;
}
.mehrArtikel a
{
	display: block;
	position: relative;
	height: 55px;
}
.mehrArtikel img
{
	width: 60px;
	border: 1px solid #4c3000;
}
.mehrArtikel div
{
	position: absolute;
	top: 0;
	left: 75px;
	font-size: 10px;
	color: #4c3000;
}


/* ANMELDUNG */

.anmeldung
{
	height: 240px;
	width: 250px;
	background-color: #99bb33;
	border-radius: 125px 125px 125px 125px;
	text-align: center;
}
.anmeldung h4, .anmeldung h5, .anmeldung h6 { color: white; }
.anmeldung h4, .anmeldung h5 { font-style: italic; }


/* SYMBOLE */

.symbol12
{
	width: 12px;
	margin-right: 5px;
	vertical-align: -2px;
}

.info
{
	margin-left: 5px;
	vertical-align: 3px;
	font-family: serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}


/* GLOSSAR */

.glossar
{
	text-decoration: none;
	border-bottom: 1px dashed #4c3000;
}

em
{
	font-style: normal;
	color: #4c3000;
	border-bottom: 1px dashed #4c3000;
}


/* ERNÄHRUNGSCOACH: ALLGEMEIN */

.reiter
{
	position: absolute;
	width: 245px;
	height: 16px !important;
	background-color: #fff3d3; 	border: 1px solid #4c3000;
	border-radius: 15px;
	margin: 2px;
	padding: 3px 5px 3px 5px;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	color: #fff3d3;
}


/* Nährwert-Tabellen */
.eplanNW table { background-color: #ffd888; margin-bottom: 15px; }
.eplanNW td { padding: 3px 5px 1px 5px !important; }
.eplanNW th { padding: 2px 5px !important; }

.fragen a { text-decoration: none; }


/* ERNÄHRUNGSCOACH: WOCHENPLAN */

.eplanWP
{
	background-color: #ffd888; }
.eplanWP th
{
	padding: 0;
	background-color: #ffcc66;
	border: 1px solid #f3f3f3;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #ff6600;
}
.eplanWP th img { display: block; }
.eplanWP td
{
	padding: 3px 3px;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
	border: 1px solid #f3f3f3;
	color: black;
}
.zellegesamt
{
	position: relative;
	height: 95px;
	width: 99px;
}
.zelleunten
{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.bilanz img { width: 11px; margin-right: 2px; }
.bilanz { position: absolute; top: -80px; right: 0; padding: 8px 6px 8px 8px; line-height: 13px; background-color: #fff3d3; }

/* Wenn via Touchscreen navigiert wird */
.touch { padding: 0; }
.touch a { display: block; width: 97px; padding-right: 3px; cursor: pointer; text-decoration: none; }
.touch a:hover { background-color: #ffcc66; }

/* Leerzeichen in Schriftgröße 0. Wird benötigt für Trennung nach Bindestrich. */
q { font-size: 0; } 
/* Favoriten-Button, Tausch-Button, Nie-wieder-Button */
.opacity { opacity: 0.5; }
.opacity:hover { opacity: 1.0; }
.touch .opacity { opacity: 0.5; }


/* ERNÄHRUNGSCOACH: GETRÄNKELISTE */

.eplanGToben span, .eplanGToben b { vertical-align: top; }
.eplanGT { width: 181px; margin-bottom: 10px; padding: 5px 0; border: 1px solid #4c3000; }
.eplanGT h3 { margin-bottom: 0; padding: 3px 8px 5px 8px; border: 1px solid #fff3d3; }
.pfeilliste { display: block; padding: 3px 8px; border: 1px solid #fff3d3; text-decoration: none; }
.pfeilliste:hover, .pfeilliste:focus { border: 1px solid #99bb33; }
.pfeilliste img { width: 16px; float: left; margin-right: 6px; }


/* ERNÄHRUNGSCOACH: EINKAUFSLISTE */

.eplanEK td { padding: 1px 0 1px 6px; }


/* VIDEO */

.video
{
	width: 100%;
	border: 1px solid #4c3000;
	border-radius: 5px;
}


/* STANDARD-FARBEN */

/* Schriftfarben */
.rot    { color: #ff0000 !important; }
.orange { color: #de5300 !important; }
.gruen  { color: #99bb33 !important; }
.dunkel { color: #4c3000 !important; }

/* Hintergrundfarben */
.hgrot    { background-color: #ff0000; }
.hgorange { background-color: #de5300 !important; }
.hggruen  { background-color: #99bb33 !important; }
.hgdunkel { background-color: #4c3000 !important; color: white; }
.hgmittel { background-color: #4c3000 !important; }
.hghell   { background-color: #fff3d3 !important; }
.hgweiss  { background-color: white; color: #4c3000 !important; }

/* Rahmenfarben */
.rahmenrot   { border-color: #ff0000; }
.rahmengruen { border-color: #99bb33; }

/* Blinken */
.blink { text-decoration: blink; }

/* Farben je nach Cursor- und Tab-Position */
.schalter:hover, .schalter:focus, .reiter:hover, .reiter:focus
{
	background-color: #99bb33 !important;
	color: white !important;
}


/* ABWEICHUNGEN */



/* BREIT-ANSICHT */
@media (min-width: 824px)
{
	.versteckeBreitAnsicht { display: none; }
}

/* MEDIUM-ANSICHT */
@media (max-width: 823px) and (min-width: 629px)
{
	.versteckeMediumAnsicht { display: none; }
	h1 { margin-top: 55px; }
	.menuAbsatz a {	font-size: 14px; }
	.artikelMail { margin: 55px 0 -35px 0; }
}

/* SCHMAL-ANSICHT */
@media (max-width: 628px)
{
	.einspaltigSchmalAnsicht { grid-template-columns: 100% !important; }
	.versteckeSchmalAnsicht { display: none; }
	h1 { margin-top: 55px; }
	.menuAbsatz a {	font-size: 14px; }
	mitte { hyphens: manual; } 	.artikelMail { margin: 55px 0 -35px 0; }
}
