html{
	font-family: Roboto, Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: lighter;
}

body {
	min-height: 100vh;
	margin:0px; overflow:hidden;
	background-image: url("../img/bgm.png");
	background-size: cover;                /* Skaliert das Bild proportional */
	background-repeat: no-repeat;          /* Kein Wiederholen */
	background-position: center center;    /* Zentriert das Bild */
	background-attachment: fixed;          /* Optional: Bild bleibt beim Scrollen fixiert */	
	scroll-snap-type: y mandatory;
	scroll-behavior: smooth;
	scrollbar-color: steelblue gold;
	scrollbar-width: auto;
  }

.uvb{display: none;}

#flex_CTN{
display: flex;
flex-direction: column;
}

.flex_col_1{
	text-align: left;
	height: 55px; 
}

.flex_col_2{	
	background-color: rgba(0 0 0 /.3);
	height: 55px; 
}

#flex_col_3{
	display: flex;
	text-align: right;
}

#flex_col_13{
	padding-right: 15px;
	text-align: right;
}

#wsp_L{
	flex: 1;
	border-right: 1px solid	white;
	height: 98vh;
}

#wsp_C{
	flex: 1;
	text-align: center;
	margin-bottom: 25px;
	background-image: url("../img/START2.png");
	background-size:100dvh;                /* Skaliert das Bild proportional */
	background-repeat: no-repeat;          /* Kein Wiederholen */
	background-position: center center;    /* Zentriert das Bild */
	background-attachment: fixed;          /* Optional: Bild bleibt beim Scrollen fixiert */	
}
#HLL {
	margin-top: 2px;
	font-weight: 400;
	font-size: 32px;	
	color: #ffffff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

#wsp_R{
	flex: 1;
	border-left: 1px solid	white;
}
#flex_col_2{
	flex: 1;
}

.flex_row{
	display: flex;
	flex-direction: column;
	background-color: orangered;
	width: 33%;
	height: 100vh;
	border: 1px solid black;
}
 
#container {
	overflow-y: auto;
	overflow-x: hidden;
	background-color: rgba(0 0 0 /.2);
	color: white;
	width: 200px;
	height: 100vH;
	margin: 2px;
	margin-left: -206px;
	padding: 2px;
	border-right: 1px solid white;	
  }

  .button_tbl, .button_qry{
	width: 94%;
	background-color: rgba(255 255 255 /1);
	color: black;
	padding: 5px;
	margin: 0px;
	text-align: center;
	cursor: pointer;
	border: 1px solid black;
  }
  
  .button_tbl:hover, .button_qry:hover{
	width: 94%;
	background-color: white;
	color: white;
	background-color: blue;
	cursor: pointer;
	border: 2px solid white;
  }

  .button_tbl_mnu, .button_qry_mnu{
	width: 85%;
	margin: 2px 1px;
	margin-left: 20px;
	margin-right: 10px;
	color: white;
	padding: 2px;
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
	font-family: Akko Pro Light, Verdana;
	font-size: 14px;
	font-weight: 100;
  }

  .button_tbl_mnu:hover, .button_qry_mnu:hover {
	border-bottom: 1px solid white;
	background-color: blue;
	cursor: pointer;
}

 .btt_base {
	width: 55px;
	height: 55px;
	background-image: url("../img/kat_menue_p.png");
	background-size: cover;                /* Skaliert das Bild proportional */
	background-repeat: no-repeat;          /* Kein Wiederholen */
	background-position: center center;    /* Zentriert das Bild */
  }

  .btt_base:hover {
	cursor: pointer;
	background-image: url("../img/kat_menue_a.png");
  }

.select{
	color: whitesmoke;
}
.outer {display: flex;
	padding: 0px;
	justify-content:flex-start;
	align-items: top;
	height: 98vh;
	margin: 0px;}

.elm_10{background-color: rgb(16, 16, 18);
	/*box-sizing: border-box;
	flex-direction: row;
	
	align-items: center;
	opacity: 0;
	animation-duration: 500ms;
	animation-name: elm1;
	animation-delay: 500ms;
	animation-fill-mode: forwards;*/
	}
	
@keyframes elm1{
	0%{	padding: 1px;
		width: 0%;
		height: 10vh;}
	80%{opacity: 1;}
	100%{padding: 1px;		
		margin: 1px 1px;
		height: 98vh;
		width: 12%;
		opacity: 1;}}

.elm_20{background-color: black;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: solid 1px white;
	}
	
@keyframes elm2{
	0%{	padding: 10px;
		width: 0%;		
		height: 10vh;}
	80%{opacity: 0.5;}
	100%{padding: 10px;		
		margin: 10px 5px;
		height: 98vh;
		width: 38%;
		opacity: 1;}}

.elm_30{background-color: black;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: solid 5px darkgray;
	overflow: auto;
	opacity: 0;
	animation-duration: 500ms;
	animation-name: elm3;
	animation-delay: 1500ms;
	animation-fill-mode: forwards;
	}
	
@keyframes elm3{
	0%{	padding: 10px;
		width: 0%;
		height: 10vh;}
	80%{opacity: 0.5;}
	100%{padding: 10px;		
		margin: 10px 5px;
		height: 98vh;
		width: 50%;
		opacity: 1;}}
