* {
	box-sizing: border-box;
}

:root {
	--speisewert-unbekannt-text-c: black;
	--speisewert-unbekannt-bgnd-c: white;
	--speisewert-sehr-gut-text-c: white;
	--speisewert-sehr-gut-bgnd-c: green;
	--speisewert-gut-text-c: green;
	--speisewert-gut-bgnd-c: white;
	--speisewert-ungeniessbar-text-c: black;
	--speisewert-ungeniessbar-bgnd-c: grey;
	--speisewert-giftig-text-c: red;
	--speisewert-giftig-bgnd-c: white;
	--speisewert-tödlich-giftig-text-c: white;
	--speisewert-tödlich-giftig-bgnd-c: red;
	--speisewert-vitalpilz-text-c: white;
	--speisewert-vitalpilz-bgnd-c: violet;
	--speisewert-giftig-bgnd: white;

}

body {
	background-color: #CDAA7D;/*#07050B;*/
	/*
	background-image: url("../images/flocki.png");
	background-size: 10%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right 20px top 20px;
	*/
	
    font-family: 'Helvetica', 'Arial', sans-serif;
    color: #07050B;
    font-size: 15px;	
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 18px;
}

@media (width >= 1350px) {
	body {
		font-size: 20px;
		line-height: 30px;
	}
}

h1 {
	font-size: 30px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 32px;
}

@media (width >= 1350px) {
	h1 {
		font-size: 45px;
		line-height: 50px;
	}
}

h2 {
	font-size: 30px;
	font-variant: normal;
	font-weight: normal;
	line-height: 40px;
}

h3 {
	font-size: 50px;
	line-height: 50px;
}

h4 {
	font-size: 200px;
	line-height: 200px;
}
txt2 {
	font-size: 20pt;
	font-variant: normal;
	font-weight: normal;
	line-height: 30pt;
}

txt3 {
	font-size: 15pt;
	font-variant: normal;
	font-weight: normal;
	line-height: 30pt;
}

.green_text {
	color: forestgreen;
}

.bold_text {
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.species-format {
	font-style: italic;
}

	
.fehler {
	color: black;
	font-size: 15pt;
	margin: 0 0 0 0;
}

.db_anzahl {
	color: #1A794E;
	font-size: 15pt;
	line-height: 25pt;
}

td a {
	all: unset;
	text-decoration: underline;
	cursor: pointer;
}

.login-container, 
.main-menu-container {
	text-align: center;
}

.login-eingabe-container {
	margin-bottom: 20px;
}

.pilzquiz-ergebnis-container, 
.pilzquiz-fragen-container {
	font-size: 14px;
}

.pilzquiz-standard-font {
	font-size: 25px;
}

.pilzquiz-statistik-anzahl {
	font-weight: bolder;
}

.pilzquiz-richtige-antwort {
	font-size: 15px;
	color: green;
}

.pilzquiz-falsche-antwort {	
	font-size: 15px;
	color: red;
}

.pilzquiz-frage-pilz {
	font-size: 15px;
	color: blue;
	font-weight: bold;
}
@media (width >= 1350px) {
	.pilzquiz-ergebnis-container, 
	.pilzquiz-fragen-container {
		font-size: 25px;
	}

	.pilzquiz-standard-font {
		font-size: 25px;
	}

	.pilzquiz-richtige-antwort {
		font-size: 25px;
	}

	.pilzquiz-falsche-antwort {	
		font-size: 25px;
	}

	.pilzquiz-frage-pilz {
		font-size: 25px;
	}
}

.pilzquiz-antwort-vergleichs-container {
	display: grid;
	column-gap: 30px;
	row-gap: 5px;
	grid-template-columns: max-content max-content;
}

@media (width >= 1350px) {
	.pilzquiz-antwort-vergleichs-container {
		grid-template-columns: max-content max-content;		
	}
}

.pilzquiz-gute-wertung {
	color: green;
}

.pilzquiz-mittlere-wertung {
	color: orange;
}

.pilzquiz-schlechte-wertung {
	color: red;
}

.pilzbuch-container {
	margin-bottom: 50px;
}

.pilzbuch-filter {
	margin-bottom: 25px;
}

.filter_beschriftung {
	font-size: 15px;
	font-style: bold;
	margin-bottom: 8px;
}

@media (width >= 1350px) {
	.filter_beschriftung {
		font-size: 25px;
		margin-bottom: 10px;
	}
}

.pilzbuch-speisewert-checkboxes, 
.pilzbuch-checkboxes {
	display: grid;
	row-gap: 20px;
	grid-template-columns: 200px 200px;	
}

@media (width >= 1350px) {
	.pilzbuch-speisewert-checkboxes, 
	.pilzbuch-checkboxes {
		grid-template-columns: 300px 250px 400px;
	}
}

.pilzbuch-sortierung-radiobuttons, 
.pilzbuch-radiobuttons {
	display: grid;
	row-gap: 20px;
	grid-template-columns: 200px 200px;
}

@media (width >= 1350px) {
	.pilzbuch-sortierung-radiobuttons, 
	.pilzbuch-radiobuttons {
		grid-auto-flow: column;
		grid-template-columns: 300px 250px 400px;
		grid-template-rows: repeat(2, auto);
		
	}
}

#erstfund {
	margin-bottom: 30px;
}

.pilzbuch-foto-vorschau {
	width: 200px;
}

.pilzbuch-fehlermeldungs-container {
	padding: 5px 5px 5px 5px;
	margin-bottom: 20px;
	border: 2px solid red;
	border-radius: 5px;
	background-color: lightcoral;
}

.fundfotos-funde {
	border: solid black 1px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

@media (width >= 850px) {
	iframe {
		width: 800px;
		height: 600px;
	}
}

.fundfotos-fundfoto-sammel-contaier {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

@media (width >= 850px) {
	.fundfotos-fundfoto-sammel-contaier {
		gap: 20px;
	}
}

.fundfotos-foto {
	max-width: 390px;
}

.fundfotos-fundzeit-beschriftung {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.fundfotos-funde, 
.fundfotos-fundzeit-container {
	width: 100%;
}

.funfotos-info-container {
	display: flex;
	flex-direction: column;
}

.fundfotos-info {
	font-size: 15px;
	margin-bottom: 10px;
}

.fundfotos-info:last-child {
	padding: 5px 7px 5px 7px;	
	width: max-content;
	border-radius: 3px;
	font-weight: bold;
}

.fundfoto-info.species {
	font-style: italic;
}

.fundfotos-erstfund {
	color: green;
	font-weight: bold;
}

.speisewert-unbekannt {
	color: var(--speisewert-unbekannt-text-c);
}
.speisewert-sehr-gut {
	color: var(--speisewert-sehr-gut-text-c);
	background-color: var(--speisewert-sehr-gut-bgnd-c);
}
.speisewert-gut {
	color: var(--speisewert-gut-text-c);
	background-color: var(--speisewert-gut-bgnd-c);
	border: 2px solid var(--speisewert-gut-text-c);	
}
.speisewert-ungeniessbar {
	color: var(--speisewert-ungeniessbar-text-c);
	background-color: var(--speisewert-ungeniessbar-bgnd-c);
	border: 2px solid var(--speisewert-ungeniessbar-text-c);
}
.speisewert-giftig {
	color: var(--speisewert-giftig-text-c);
	background-color: var(--speisewert-giftig-bgnd-c);
	border: 2px solid var(--speisewert-giftig-text-c);
}
.speisewert-tödlich-giftig {
	color: var(--speisewert-tödlich-giftig-text-c);
	background-color: var(--speisewert-tödlich-giftig-bgnd-c);
}
.speisewert-vitalpilz {
	color: var(--speisewert-vitalpilz-text-c);
	background-color: var(--speisewert-vitalpilz-bgnd-c);
}

.hidden {
	display: none;
}


.pilzbuch-tabelle-foto {
		width: 75px;
		height: 75px;
		object-fit: cover;
}

@media (width >= 1350px) {
	.pilzbuch-tabelle-foto {
		width: 150px;
		height: 150px;
	}
}

.funde-anzeigen-fundzeit-container, 
.funde-anzeigen-art-erstfund-container {
	display: flex;
	flex-wrap: wrap;
	/*grid-template-columns: repeat(auto-fill, max-content); */
	gap: 10px;
}

.pilzbuch-center-table-image {
	text-align: center;
}


.funde-eintragen-upload-button-container {
	margin-bottom: 30px;
}

.foto-upload {
	margin-bottom: 15px;
	max-width: 390px;
}

/*
input[type=file]::file-selector-button {
  border: 2px solid #6c5ce7;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #a29bfe;
  transition: 1s;
}

input[type=file]::file-selector-button:hover {
  background-color: #81ecec;
  border: 2px solid #00cec9;
}

input[type=text]:focus {
    border-color:#333;
}
*/


input[type=email] {
    padding: 5px; 
    border: 2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
	width: 85%;
	font-size: 15px;
	text-align: center;
}

@media (width >= 1350px) {
	input[type=email] {
		width: 500px;
		font-size: 20px;
		padding: 10px;
	}
}

input[type=email]:focus {
    border-color:#333;
}

input[type=password] {
    padding: 5px; 
    border: 2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
	width: 85%;
	font-size: 15px;
	text-align: center;
}

@media (width >= 1350px) {
	input[type=password] {
		width: 500px;
		font-size: 20px;
		padding: 10px;
	}
}

input[type=password]:focus {
    border-color:#333;
}

.button,
input[type=file]::file-selector-button {
    padding: 5px 8px; 
    background-color: rgba(255, 185, 127, 1.0); 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
	/* width: 10%; */
	text-decoration: none;
    display: inline-block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: rgba(0,0,0,1);
	/* height: 40px; */
}

.leaflet-coordinate-button {
	padding: 3px 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 100%;
	background-color: rgba(255, 185, 127, 1.0);	
    border:0 none;
	border-radius: 5px;
    cursor:pointer;
}

input[type=file]::file-selector-button { 
 border: #F23C28 2px solid;
}

@media (width >= 1350px) {
	.button,
	input[type=file]::file-selector-button {
		padding: 10px 15px;
		font-size: 25px;
	}
}


.button:hover,
input[type=file]::file-selector-button:hover {
    background-color: rgba(242,60,40,0.9); 
	color: rgba(255,255,255,1);
	-webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;  
}

.submit-button {
	margin: 10px 10px 10px 0;
}

.nav-buttons {
	display: flex;
}

.nav-button {
	margin: 10px 10px 10px 0;
	white-space: nowrap;
}

.pilzquiz-aktiver-modus {
	border: solid 2px blue;
}

.pilzquiz-inaktiver-modus {
	border: solid 2px rgba(255, 185, 127, 1.0);
}

.pilzquiz-container {
	margin-bottom: 100px;
}

.pilzquiz-mc-button-container {
	display: grid;
	grid-template-columns: 414px;
	gap: 15px;
	margin-top: 20px;
	margin-bottom: 50px;
}

@media (width >= 1350px) {
	.pilzquiz-mc-button-container {
		grid-template-columns: max-content max-content;
	}
}

.pilzquiz-mc-button {
    font-size: 20px;
    font-weight: bold;
    border: solid 2px green;
    background-color: lightgreen;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 10px 0;
    width: 414px;
    height: 100px;
    text-align: center;
}

.pilzquiz-modus-buttons {
	display: grid;
	gap: 15px;
	grid-template-columns: 0.5fr 0.5fr;
}

@media (width >= 1350px) {
	.pilzquiz-modus-buttons {
		grid-template-columns: 250px 250px;		
	}
}

.pilzquiz-container #antwort {
	width: 360px;
}

table {
	border: 1px solid black; 
	border-collapse: collapse; 
	text-align: left;
	vertical-align: center;
}
table td, 
table th {
	border: 1px solid black;
	padding: 2px 2px 2px 2px;
	text-align: left;
	vertical-align: center;
	white-space: nowrap;
	line-height: normal;	
}

@media (width >= 1350px) {
	table td, 
	table th {
		padding: 2px 15px 2px 5px;		
	}
}

table th {
	color: #D4D4D2;
	background-color: #868686;
	font-weight: bold;
}
table tr:nth-child(1n+1) {
	background-color: #E3DE83;
}
table tr:nth-child(2n+2) {
	background-color: #D4D4D2;
}
table tr:hover {
	background-color: #F23C28;
	color: #D4D4D2;
}

@media (width >= 1350px) {
	table tr td:last-child {
		padding-top: 5px;
		padding-right: 5px;
	}
}

.table_wrap {
	overflow-wrap:break-word;
	max-width: 75px;
	width:25%;
	white-space: wrap;
}

@media (width >= 1350px) {
	.table_wrap {
		overflow-wrap: normal;
		max-width: 200px;
		width:25%;
		white-space: wrap;		
	}
}

.table-white-space-wrap {
	white-space: wrap;
}

@media (width >= 1350px) {
	.table-white-space-wrap {
		white-space: nowrap;		
	}
}

.table_big_text {
	font-size: 10px;
}

@media (width >= 850px) {
	.table_big_text {
		font-size: 15px;		
	}
}

@media (width >= 1350px) {
	.table_big_text {
		font-size: 20px;		
	}
}

.dropdown1 {
	font-size: 20pt;	
}

.date_field {
	float: left;
	font-size: 20pt;	
	margin-bottom: 10px;	
}

.map_image {
	width: 65px;
	height: 65px;
	margin: 5px 5px 5px 5px;
	object-fit: cover;
}

.pilzart {
	float: left;
	font-size: 20pt;	
	font-variant: normal;
	font-weight: normal;
	line-height: 30pt;
}

.border {
	border: 1px solid #333333;
}

textarea {
	resize: none;
}

/*
div {
	border: solid;
}
*/

.koordinaten-button {
	border: none;
	background: none!important;
	padding: none!important;
	color: #07050B;
	font: inherit;
	text-decoration: underline;
	cursor: pointer;
}

.textfeld {
	width: 200px;
	font-size: 15px;	
	margin-bottom: 20px;
	padding:5px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

@media (width >= 1350px) {
	.textfeld {
		width: 500px;
		font-size: 25px;
	}
}

.fund-karte {
	width: auto; 
	max-width: 1000px;
	height: 700px;
}


/* Burger-Menü */

.hamburger, .close {
	border: none;
	cursor: pointer;
	/* position absolute position the icons relative to the body because they have no position relative parents*/
	position: absolute;
	top: 20px;
	right: 20px;
	width: 36px;
	height: 36px;
  }
  
  /*
  .hamburger {
	background: white;
  }
  

  .close {
	background: black;
  }

  */
  
  .hamburger img, .close img {
	width: 100%;
	/*height: 100%;*/
  }
  
  .navbar {
	position: absolute;
	/* a higher z-index put navbar above hamburger */
	z-index: 1000;
	top: -15px;
	left: 0;
	width: 100%;
	height: 50vh;
	overflow: hidden;
	/* basic menu styling*/
	list-style: none;
	background: #c49455;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-evenly;
	align-items: center;
	/* animate slide up/down */
	transform: translateY(-100%);
	transition: transform 0.2s ease;

	padding-left: 0;
  }
  
  /* :target is called when its anchor id #navbar is called by clicking on the hamburger which has href="#navbar" */
  
  .navbar:target {
	/* show navbar */
	transform: translateY(0);
  }
  
  li a,
  li button {
	display: block;
	color: white;	
	font-weight: bold;
	/*
	font-size: 1.2rem;
	*/
	/* remove default underline and add our own with padding and border bottom */
	text-decoration: none;
	border-bottom: 1px solid black;
	padding-bottom: 0.5rem;
  }
  
  li a:hover, li a:focus {
	/* show border bottom */
	border-bottom: 1px solid white;
  }
  