 
 * {
	box-sizing:	border-box;
 }
 
 body{ 
		background-image: url("img/bgi.png");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center;
		background-size: cover;
		font-size: 100%;
		font-family:  Calibri, Tahoma, sans-serif;
		margin: 0;
		text-align: center;
		overflow: auto;
		
		
	}

	.whiteText{
		color: #fff;
	}

	.tooltip {
		position: relative;
		display: inline-block;
		border-bottom: none;
	  }
	  
	  .tooltip .tooltiptext {
		visibility: hidden;
		max-width: 600px;
		background-color: black;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 5px 0;
		position: absolute;
		z-index: 1;
		bottom: 150%;
		left: 50%;
		margin-left: -60px;
	  }
	  
	  .tooltip .tooltiptext::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: black transparent transparent transparent;
	  }
	  
	  .tooltip:hover .tooltiptext {
		visibility: visible;
	  }	
	
.ls-success {
	color: green;
	font-weight: bold;
}
.ls-error {
	color: rgba(226,0,26,1);
	font-weight: bold;
}
	
a {
	color: black;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	} 
.link-wounderline{
	text-decoration: none;
	
}		
 em{
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;	
}
.cap {
	text-transform: capitalize;
}
h1 {
	font-size: 40px;
	
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}

.nameofcontact {
	text-decoration: underline;
	color: black;
}
.contactdetails{
	line-height: 1.2;
	padding: 15px;
}
.icon {
	height: auto;
	width: 40px;
	margin: 10px;
}

		

.logo img{
		height: auto;
		width: 50%;
		margin: 15px;
}
.menu{
		display: none;
}
	.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: rgba(226,0,26,255);
	position: fixed;
	top: 0;
	width: 100%;

		
	}
	.menu li {
		float: left;
	}
	.menu li a {
		display: block;
		color: white;
		text-align: center;
		padding: 20px 20px;
		text-decoration: none;
		font-size: 10px;
	}
	li a:hover:not(.active) {
	background-color: rgba(128, 121, 124, 1);
	}
.active {
			background-color: black;
	}	

.headline {

		margin: 5% 20%;
		color: rgba(226,0,26,255);
		text-decoration: underline;
		font-size: 15px;
}

.content {

	background:rgba(255,255,255,0.5);
	margin: 2% 10%;
	padding: 15px;
	font-size: 15px;
		
}

.content-li {
	background:rgba(255,255,255,0.5);
	margin: 2% 10%;
	padding: 15px;
	font-size: 15px;		
}
.content-li p{
	text-align: left;
}	
.content p {
	text-align: center;
}
.content h2 {
	margin-top: 40px;
	
}
#AGB-Date {
	text-align: center;
}
.content-ul{
		line-height: 1.3;
		margin: 2% 10%;
		padding: 10px;		
		text-align: center;
		font-size: 15px;
		list-style-position: inside;
		
}
.uolist {
	
		line-height: 1.3;
		margin: 2% 10%;
		padding: 10px ;
		
		text-align: left;
		list-style-position: outside;
		
}

table, td, th{
	border: 1px solid black;
	border-collapse: collapse;
}
table{
	width: 100%;
	font-size: 15px;
	overflow-x: auto;
}

td.htb{
	
	height: 50px;
	vertical-align: auto;
	text-align: center;
}

th.titletb{
	text-align: center;
	height: 30px;
	color: white;
	background-color: black;
	font-size: 15px;
}
th.titletb25{
	text-align: center;
	height: 30px;
	color: white;
	background-color: black;
	font-size: 15px;
	width:25%;
}
th.vtbh{
	background-color: rgba(288, 288, 288, 0.4);
	color: green;
	width: 25%;
	text-align: left;
	font-size: 15px;
	height: 25pxpx;
	padding-left: 5px;
}
#tbl_opt{
	width: 30px;
}

td.vtb {
	text-align: center;
	font-size: 15px;
}
td.vto{
	width: 10%;
	text-align: center;
}

#tbl {
	text-decoration: none;
	color: white;
	background-color: rgba(0, 180, 255, 0.8);
	font-size: 20px;

}
.database, .verticaldbtable{
	overflow-x: auto;
}
.buttonwithsymbols{
	padding: 8px;
	border-radius: 8px;
	border: none;
	text-decoration: none;
	cursor: pointer;

	
}
#tbl:hover, #tbl-red:hover{
	background-color: rgba(128, 121, 124, 0.8);

}
#tbl-red {
	text-decoration: none;
	color: white;
	background-color: rgba(255, 151, 53, 0.8);
	font-size: 20px;
	
}

.menu-sidebar{
  height: auto;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(226,0,26,1);
  overflow-x: hidden;
  padding-top: 0px;
  transition: 0.5s; 
}

	

.menu-button-small {
	background-color: rgba(226,0,26,255);
	border: none;
	font-size: 20px;
	margin: 0px;
	position: fixed;
	left: 0;
	padding: 10px 15px;
	
}
.menu-button-close {
	display: block;
	padding: 10px 15px;
	color: white;
	border: none;
	text-align: left;
	background-color: rgba(0,0,0,0.8);
	font-size: 25px;
	width: 200px;
}


.menu-sidebar a:hover:not(.active) {
	background-color: rgba(128, 121, 124, 1);
	}

.login, .signup{
	background-color: rgba(113, 197, 232, 1);
	border-color: black;
	margin: 5px;
	font-size: 15px;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	resize: none;
	outline: 0;
	
}

.login:focus, .signup:focus{
	background-color: rgba(113, 197, 232, 0.5);
	border-color: black;

}
.signupform {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.signup-inline{
	background-color: rgba(113, 197, 232, 1);
	border-color: black;
	margin: 5px;
	font-size: 15px;
	padding: 10px;
	border-radius: 10px;
	resize: none;
	outline: 0;
	text-align: center;
}

.login-btn, .signup-btn{	
	color: white;
	font-size: 15px;
	padding: 10px;
	text-decoration: none;
	cursor: pointer;
	border-style: none;
	border-radius: 8px;
	font-family: Calibri, Tahoma, sans-serif;
	margin: 10px;
}
.login-btn{
	background-color: rgba(226,0,26,1);
}

.signup-btn{
	background-color: black;
}	
.login-btn:hover{
	background-color: rgba(128, 121, 124, 0.8);
}
.signup-btn:hover{
	background-color: rgba(128, 121, 124, 0.8);
}
#menu-button{
	color: white;
	text-decoration: none;
}
.dropdown-content{
	text-align: center;
}
.menu-button {
	background-color: rgba(226,0,26,0.8);
	border: none;
	color: white;
	padding: 10px 15px;
	text-align: left;
	width:200px;
	display: block;
	text-decoration: none;
	margin: 0px;
}

	/** XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Orientation Landscape XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX**/
	@media only screen and (orientation: landscape){

.menu{
		display: none;
}
.menu-sidebar{
  height: auto;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(226,0,26,1);
  overflow-x: hidden;
  padding-top: 0px;
  transition: 0.5s; 
}

	

.menu-button-small {
	background-color: rgba(226,0,26,255);
	border: none;
	font-size: 20px;
	margin: 0px;
	position: fixed;
	left: 0;
	padding: 10px 15px;
	
}
.menu-button-close {
	display: block;
	padding: 10px 15px;
	color: white;
	border: none;
	text-align: left;
	background-color: rgba(0,0,0,0.8);
	font-size: 25px;
	width: 200px;
}

.menu-button {
	background-color: rgba(226,0,26,0.8);
	border: none;
	color: white;
	padding: 10px 15px;
	text-align: left;
	width:200px;
	display: block;
	text-decoration: none;
	margin: 0px;
}

.menu-sidebar a:hover:not(.active) {
	background-color: rgba(128, 121, 124, 1);
	}
		
}
	
 /** XXXXXXXXXXXXXXXXXXXXXXXXXXXX Tablet-Size starts here XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX**/

	@media only screen and (min-width: 850px){   

.menu{
	display: block;
}

.menu li a {
	font-size: 12px;
}
.icon {
	height: auto;
	width: 50px;
	margin: 10px;
}
.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	
}
.headline{
		font-size: 25px;	
}
.content{
		font-size:18px;
		margin: 5% 10%;
}
.content-li{
		font-size:18px;
		margin: 5% 10%;
}
.content-ul{
		font-size: 18px;
}
.menu-button-small {
		display: none;
}
.menu-button-close {
	display: none;
}
.menu-button {
	display: none;
}
h1 {
	font-size: 35px;
}
h2 {
	font-size: 25px;
}	
h3 {
	font-size: 20px;
}
h4 {
	font-size: 20px;
	

}	
th.vtbh{
	font-size: 25px;
	padding-left: 10px;
}
th.titletb{
	font-size: 18px;
	height: 50px;
}
th.titletb25{
	font-size: 18px;
	height: 50px;
}
td.vtb{
	font-size: 25px;
	height: 50px;
}	
tr:hover {
	background-color: rgba(128, 121, 124, 0.8);
}
	}
/** XXXXXXXXXXXXXXXXXXXXXXXXXXXX	Desktop-Size starts here	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX**/

@media only screen and (min-width: 1000px) {		

.menu{
	display: block;
}
.menu li a {
	font-size: 15px;
}

.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	
}

.icon {
	height: auto;
	width: 80px;
	margin: 10px;
}
.headline{
		font-size: 30px;	
}
.content{
		font-size: 20px;
		margin: 5% 10%;
}
.content-li{
		
		margin: 5% 10%;
}
.content-ul{
		font-size: 20px;
		line-height: 1.6;
}	
.uolist {
		line-height: 1.6;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 38px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 20px;
}

.login, .signup {
	
	margin: 8px;
	font-size: 20px;
	padding: 15px;
	border-radius: 10px;
	
}
.signup-inline{
	margin: 8px;
	font-size: 20px;
	padding: 15px;
	border-radius: 10px;
	width: 30%;
}	

.login {
	width: 30%;
}
.signup {
	width: 60%;
}

.login-btn{
	
	margin: 30px;
	font-size: 20px;
	padding: 10px;
	
	

}
}