:root {
     color-scheme: light only;
}
body{
        background-color: #FFD700;
  	opacity:0.8;
	
}
h1{
	color:white;
}
.hidden{
	display: none; 
}
div.full{
	background-color: #FFD700;
	border:0;
	border-spacing: 0px;
	border-collapse: separate;
    	color:black;
	font-weight:bold;
	text-align: left;
	

}
div.fl1{
	background-color: #DAA520;
	border:0;
	border-spacing: 0px;
	border-collapse: separate;
    	color:white;
	font-weight:bold;
	verifytext
}
div.fl_scroll{
	overflow-x:hidden;
	overflow-y:auto;
}
div.fl_scroll_fl{
	overflow-x:hidden;
	overflow-y:auto;
}

div.fl_scroll_V{
	overflow-x:hidden;
	overflow-y:auto;
}
div.fl_scroll_BS{
	overflow-x:hidden;
	overflow-y:visible;
}
div.fl_scroll_F{
	overflow-x:hidden;
	overflow-y:auto;
}

/* Flaschenliste */
table.fl0{
	width: 100%;
	background-color: #DAA520;
	border:0;
	border-spacing: 0px;
    	border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
}
table.fl1{
	width: 100%;
	table-layout: fixed;
	background-color: #DAA520;
	border:0;
	border-spacing: 0px;
	border-collapse: separate;
	color:white;
	font-weight:bold;
}
table.fl2{
	width: 100%;
	table-layout: fixed;
	border:1px solid;
	border-spacing: 0px;
	border-collapse: separate;
    	font-weight: 400;
}
table.v1{
	width: 100%;
	background-color: #DAA520;
	border:0;
	border-spacing: 0px;
	border-collapse: separate;
	color:white;
	font-weight:bold;
}
table.verify{
	margin-left: auto;
	margin-right: auto;
}
tr.variabel0{
	display: none; 
}
tr.variabel1{
	display: none; 
}
tr.variabel2{
	display: none; 
}
tr.variabel3{
	display: none; 
}
td.variabel7{
	border:1px solid; 
}
td.flsc{
	border:1px solid;
}
span.white{
	color:white;
}
td.verifytext{
	text-align: left;
	vertical-align: top;
}
/* Buttons */
button.menu {
    height:32px;
    background-color:#fff;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#000000;
    font-family:Helvetica;
    font-size:20px;
    font-weight:700;
    padding:5px 20px;
    text-decoration:none;
    text-shadow:1px 1px 0 #fff
}

button.menu:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d1d1d1), color-stop(1, #ffffff) );
    background:-moz-linear-gradient( center top, #d1d1d1 5%, #ffffff 100% );
    background-color:#d1d1d1
}
button.menu:active {
    position:relative;
    top:1px
}

button.verify_va{
    width:200px;
}
button.verify_all{
    width:200px;
    height:40px;
}

img.verify{
	display: block;
	width: 35%;
	margin-left: auto;
	margin-right: auto;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
	.modal-content {
		background-color: #fefefe;
		margin: 2% auto; /* 3% from the top and centered */
		padding: 20px;
		border: 1px solid #888;
		}
/* The Close Button */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

p.active {
	font-weight: bold;
}

p.inactive {
	color: #98A8A4;
	font-weight: bold;
}

a:visited, a:hover, a:active, a:link {
	color: #000000;
	text-decoration: none;
}
a.li-link:visited, a.li-link:hover, a.li-link:active, a.li-link:link {
	color: #000000;
	text-decoration: underline;
}
/* Responsive */
@media screen and (min-width: 601px) {
	.modal-content {
		width: 19vw; /* Could be more or less, depending on screen size */
	}
	div.full{
		height:82vh;
	}
	div.small{
		height:	5vh;
	}
	div.unten{
		height:	5vh;
		position: absolute;
    		bottom: 0;
	}


	div.fl_scroll{
		height:70vh;
	}
	div.fl_scroll_fl{
		height:60vh;
	}

	div.fl_scroll_BS{
		height:45vh;
	}
	div.fl_scroll_V{
		height:45vh;
	}
	div.fl_scroll_F{
		height:71vh;
	}
	td.sp1k{
		display: none;
	}
	span.spv{
		display: none;
	}
	td.fifty{
		width: 35vw;
	}
	img.datencheck{
		height: 58vh;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 600px) {
	.modal-content {
		width: 70vw; /* Could be more or less, depending on screen size */
	}
	div.full{
		height:72vh;
	}
	div.small{
		height:	5vh;
	}

	div.unten{
		height:	5vh;
		position: absolute;
    		bottom: 0;
	}

	div.fl_scroll{
		height:63vh;
	}
	div.fl_scroll_fl{
		height:45vh;
	}
	div.fl_scroll_BS{
		height:40vh;
	}
	div.fl_scroll_V{
		height:45vh;
	}
	div.fl_scroll_F{
		height:63vh;
	}
	td.spv{
		text-align: left;
	}
	td.sph{
		display: none;
	}
	td.sp1{
		width: 7vw;
	}
	td.sp1k{
		width: 7vw;
	}
	td.sp5{
		width: 8vw;
	}
	td.sp6{
		width: 16vw;
	}
	td.fifty{
		width: 32vw;
	}
	img.datencheck{
		height: 50vh;
		margin-left: 0px;
		margin-right: auto;
	}
}
