@import url("__navbar.css");
@import url("__master.css");
@font-face { font-family: "beyond"; src: url("fonts/btm.ttf") format("truetype"); }
@font-face { font-family: "averia serif"; src: url("fonts/avserr.ttf") format("truetype"); }
@font-face { font-family: "averia sans"; src: url("fonts/avsanr.ttf") format("truetype"); }
@font-face { font-family: "elementary";  src: url("fonts/Elementary_Gothic_Bookhand.ttf") format("truetype"); }
@font-face { font-family: "xmaster";  src: url("fonts/XmasTerpieceSwashes.ttf") format("truetype"); }

html {
    background-color: #789F90; 
    color: #3a3a3a;
    font-family: "averia sans","Times New Roman",Times,Serif;
    font-size: 16px;
}

body {
    /* background-color: #70FF90; */
	font-size: 2vh;
	color: white;
	padding: 0;
}

a:link    { color: lightgreen;}
a:visited { color: green; }
a:focus   { /* Deklarationen */ }
a:hover   { color: white; }
a:active  { /* Deklarationen */ }


.kopf {
    width: 50%;
}

.header {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0px 0px 15px 0px;
    text-align: center;
    /* position: fixed;
    background-color: white; */
}

.titel, .title {
    color: #28724F;
    font-family: "beyond","Times New Roman",Times,Serif;
    font-size: 3vw;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	text-align: center;
}
.zwischentitel  {
	color: #FFB500;
	/* font-family: "beyond","Times New Roman",Times,Serif; */
    font-family: "averia serif","Times New Roman",Times,Serif;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

h1, .headline {
    font-size: 4vh;
	color: white;
	margin: 0px;
	padding-top: 0px;
	/* padding-bottom: 15px; */
	text-align: center;
}

h1alert, .headlinealert {
    font-size: 4vh;
	color: darkred;
	margin: 0px;
	padding-top: 0px;
	/* padding-bottom: 15px; */
	text-align: center;
}

h2, .subhead  {
	max-width: 100%;
    width: 100vw;
	font-size: 3vh;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

textarea, input {
	width: 100%;
	height: 30px;
}

textarea {
	width: 100%;
	height: 200px;
}

.menu-table, .menu-table-2 {
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
	display: grid;
	font-size: 3vh;
	align: center;
	grid-template-columns: repeat(3, 1fr);
}

.menu-table-2 {
	grid-template-columns: repeat(2, 1fr);
}

.menu-item {
	text-align: center;
	width: fit-content;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
	/*font-size=2vh; */
}

.picsmall {
	width: 15vw;
}

.content {
	overflow: auto;
	position: relative;
	padding-left: 5vw;
	padding-top: 0px;
	padding-right: 5vw;
    font-family: "Arial",sans-serif;
	/*font-size: .8em; */
	max-width: 100%;
	/* margin-right: 15px;
	border-left: 1px solid green;
	/* min-height: 450px;
	background: #00ff00!important;
	min-width: 600px;
	height: 100%;
	width: 100%;
	margin-top: 20px;
	left: 5px; */
}

div.tabelle {
	float: none;
	display: table;
    width: 100%;
    /* margin-left: 20px;
    margin-right: 20px; */
}

div.tabelle-row {
	display: table-row;
}
div.tabelle-row-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
div.tabelle-row-grid2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
div.tabelle-cell, div.tabelle-cell-blank, div.tabelle-cell-narrow {
	display: table-cell;
	padding: 2px;
	/* padding-right: 5px;
	/* padding-bottom: 1vw;
	/* width: 30%; */
	font-size: 2vh; 

}

div.tabelle-cell {
	display: table-cell;
	/* padding-top: 2px;
	padding-bottom: 1px;
	/* width: 70%; */
}

div.tabelle-cell-narrow {
	width: 25%;
}

div.tabelle-cell:hover  {
	background-color: #0076CE;
	/* color: white!important; */
}

div.tabelle-cell a:visited {
	color: lightgrey;
}

div.tabelle-cell a:hover {
	color: #0076CE!important;
}

.button {
	width: 20vw;
	height: 5vh;
	font-size: 1vw;
	padding-top: 1vh;
	padding-right: 1vw;
	padding-bottom: 1vh;
	padding-left: 1vw;
}

.radiobox {
	vertical-align: middle;
	width: 20px;
}
.radiobox:hover {
	color: #0076CE!important;
}

.tooltip {
  position: relative;
  display: inline-block;
  vertical-align: center;
}

/* Tooltip text */
.tooltip .tooltiptext {
  /* Position the tooltip text */
  z-index: 1;
  position: absolute;
  visibility: hidden;
  width: 100%;
  height: fit-content;
  text-align: center;
  background-color: white;
  color: darkgreen;
  font-size: 16px;
  border-radius: 7px;
  opacity: 0;
  transition: opacity 1s;
}

.tooltiptext {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tooltip:hover {
  visibility: visible;
  opacity: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1024px) { 
	.titlepic {
		width: 90vw;
	}
	div.tabelle-row-grid, div.tabelle-row-grid2 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 800px) { 
	.titlepic {
		width: 80vw;
		padding-top: 2vh;
	}
	.menu-table {
		font-size: 3vh;
		grid-template-columns: repeat(1, 1fr);
	}

	div.tabelle-cell, div.tabelle-cell-blank, div.tabelle-cell-narrow {
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
		width: 100%;
		font-size: 2vh;
		grid-template-columns: repeat(3, 1fr);
	}
div.tabelle-row-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
div.tabelle-row-grid2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
	.button {
		width: 100%;
		height: 5vh;
		font-size: 2vh;
		vertical-align: middle;
		padding-top: 1vh;
		padding-right: 1vw;
		padding-bottom: 1vh;
		padding-left: 1vw;
	}
}
@media (max-width: 600px) { 
	div.tabelle-row-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.titel, .title {
		color: #28724F;
		font-family: "beyond","Times New Roman",Times,Serif;
		font-size: 6vw;
		margin: 0px;
		padding-top: 0px;
		padding-bottom: 15px;
		text-align: center;
	}

}
@media (max-width: 414px) { 
	.titlepic {
		width: 90vw;
		padding-top: 2vh;
	}
	.menu-table, .menu-table-2 {
		font-size: 2vh;
		grid-template-columns: repeat(1, 1fr);
	}
	h1, .headline {
		font-size: 3vh;
		padding: 0px;
	}
	h2, .subhead  {
		font-size: 2vh;
		padding: 0px;
	}
	.picsmall {
		width: 50vw;
	}
	.content {
		padding-left: 4vw;
		padding-right: 4vw;
		font-size: 1vh;
	}
div.tabelle-row-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
div.tabelle-row-grid2 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}
	div.tabelle-cell, div.tabelle-cell-blank, div.tabelle-cell-narrow {
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
		width: 100%;
		font-size: 2vh;
	}
	.button {
		width: 100%;
		height: 5vh;
		font-size: 2vh;
		vertical-align: middle;
		padding-top: 1vh;
		padding-right: 1vw;
		padding-bottom: 1vh;
		padding-left: 1vw;
	}
}

