@font-face {
    font-family: 'Righteous';
    src: url('../fonts/righteous/Righteous-Regular.eot');
    src: url('../fonts/righteous/Righteous-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/righteous/Righteous-Regular.woff2') format('woff2'),
         url('../fonts/righteous/Righteous-Regular.woff') format('woff'),
         url('../fonts/righteous/Righteous-Regular.ttf')  format('truetype'),
         url('../fonts/righteous/Righteous-Regular.svg#Righteous-Regular') format('svg');
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Regular.eot');
    src: url('../fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'),
         url('../fonts/roboto/Roboto-Regular.woff') format('woff'),
         url('../fonts/roboto/Roboto-Regular.ttf')  format('truetype'),
         url('../fonts/roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
}

body {

	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: white;
}

* {
  box-sizing: border-box;
}

h1 {
	font-family: 'Righteous', cursive;
	margin: 0;
	padding: 0;
	font-size: 2em;
	color: #e11900;
	text-shadow: .05em .05em black;
}

h3 {
	font-family: 'Righteous', cursive;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	color: white;
	text-shadow: .05em .05em black;
	text-align: center;
}

h2 {
	font-family: 'Righteous', cursive;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	color: #e11900;
	text-shadow: .05em .05em black;
}

.infobox {
	position: absolute;
	right: 0;
	top: 0;
	text-align: left;
	padding: 1em;
	width: 400px;
	background-color: black;
	border: 2px solid white;
}

.termintable {
	color: white;
	width: 100%;
}

.termintable td {
	padding: 0 2em 2em 2em;
}


tr:hover {
	background-color: rgba(0, 0, 0, .5);
}

td a {
	text-decoration: none;
	color: red;
}

/*
.images {
    display: flex;
    flex-flow: wrap;

}

.image_container {	

    display: block;
    text-decoration: none;
    position: relative;
    width: 300px;
    height: 200px;
    margin: 0 20px 20px 0;
}

img {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		box-shadow: 0;
		width: 10em;
		transition: all 1s;
}

img:focus,
	img:hover {
		position: absolute;
		width: 300%;
		z-index: 5;
		box-shadow: 1px 1px 5px #333;
		transition: all 1s;
	}	
	*/
	
.image_wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.image_container {
width: 12em;
height: 12em;
margin: .4em;
border: 2px solid white;
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.image_container:hover {
	border: 2px solid red;
	cursor: pointer;
}

.logincontainer {
	text-align: center;
}

.image_container img {
  vertical-align: middle;
	max-width: 11em;
	max-height: 11em;
}


.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
	display: flex;
	    justify-content: center; 
    align-items: center;
	overflow: hidden;
	color: white;
}


.demo {
	min-height: 28em;
	min-width: 28em;
	max-width: 38em;
	max-height: 38em;

}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 10;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: black;
}

.prev {
	left: 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: red;
}

summary {
	font-family: 'Righteous', cursive;
	font-size: 1.1rem;
	line-height: 150%;
}
	
summary:hover {
	color: rgba(225, 25, 0, 1);
	background-color: #222222;
	cursor: pointer;
	transition: .5s;
}

summary:focus {
	color: rgba(225, 25, 0, 1);
	background-color: #222222;
}

tr:hover {
	background-color: rgba(0, 0, 0, .8);
	transition: .5s;
	outline: 1px solid red;
}

table {
	width: 100%;
	padding-left: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
}

table td {
	font-size: 1.2rem;
	color: white;
}

.interwrapper {
	display: flex;
	flex-direction: row;
	gap: 1em 2em;
}

aside {
	flex: 1;
}

main {
	flex: 2;
}
ul a {
	text-decoration: none;
	color: white;
}

li {
	padding: .2em;
}

ul a:hover {
	color: red;
}

::marker {
	color: red;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .image_container {
    flex: 50%;
    max-width: 50%;
  }
.infobox {
	width: 300px;
}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .image_container {
    flex: 100%;
    max-width: 100%;
  }
}


/*
?>
<!--
echo '<select name="karte[menge]">';
echo '<option value="2 cl">2 cl</option>';
echo '<option value="0,1 l">0,1 l</option>';
echo '<option value="0,2 ll">0,2 l</option>';
echo '<option value="0,3 l">0,3 l</option>';
echo '<option value="0,33 l">0,33 l</option>';
echo '<option value="0,4 l">0,4 l</option>';
echo '<option value="0,5 l">0,5 l</option>';
echo '<option value="0,7 l">0,7 l</option>';
echo '<option value="0,75 l">0,75 l</option>';
echo '<option value="1 l">1 l</option>';
echo '<option value="">keine Mengenangabe</option>';
echo '</select>';


echo '<fieldset>';
echo '<legend>Kreuze die verfügbaren größen an:</legend>';
echo '<input type="checkbox" name="karte[menge]" value="2 cl" id="check1">';
echo '<label for="check1">2 cl</label>';
echo '<input type="checkbox" name="karte[menge]" value="0,1 l" id="check2">';
echo '<label for="check2">0,1 l</label>';
echo '<input type="checkbox" name="karte[menge]" value="0,2 l" id="check3">';
echo '<label for="check3">0,2 l</label>';
echo '<input type="checkbox" name="karte[menge]" value="0,3 l" id="check4">';
echo '<label for="check4">0,3 l</label>';
echo '<input type="checkbox" name="karte[menge]" value="0,33 l" id="check5">';
echo '<label for="check5">0,33 l</label>';
echo '<input type="checkbox" name="karte[menge]" value="0,4 l" id="check6">';
echo '<label for="check6">0,4 l</label>';
echo '<input type="checkbox" name="karte[menge]" value="0,5 l" id="check7">';
echo '<label for="check7">0,5 l</label>';
echo '<input type="checkbox" name="karte[menge]" value="0,7 l" id="check8">';
echo '<label for="check8">0,7 l</label>';
echo '<input type="checkbox" name="karte[menge]" value="0,75 l" id="check9">';
echo '<label for="check9">0,75 l</label>';
echo '<input type="checkbox" name="karte[menge]" value="1,0 l" id="check10">';
echo '<label for="check10">1,0 l</label>';
echo '</fieldset>';
-->
<?
*/