:root {
  --rot_dark_bg:		rgba(80,0,0,0.5);
  --weis_hell_bg: 	rgba(200,200,200,0.3);
  --hell_cl: 				rgba(200,200,200,1);
  --dunkel_cl: 		rgba(20,20,20,1);
  --gelb_cl: 				rgba(200,200,0,1);
}
*{
	border-radius: 5px;
}
body, html{
	font-family: Verdana, Geneva, sans-serif;
	color: var(--hell_cl);
	background-attachment: fixed;
	background-image: url(images/bg_1.jpg);
	background-size: 100% 100%;
	width: 99%;
	height: 99%;
	padding: 0;
}
a:any-link{
	text-decoration:none;
	color: var(--hell_cl);
	}
h1{
	font-size: 1.4em;
	color: var(--hell_cl);
	}
hr{
	height: 2px; 
	border: none; 
	background: linear-gradient(90deg, rgb(200,200,200) 0%, rgba(0,0,0,0.1) 50%, rgb(200,200,200) 100%); 
}
optgroup{
	background:rgb(128,128,128);
	border: 1px solid rgb(0,0,0);
	}
label{
	display: block;
	margin-top: 2vh;
	margin-bottom: 10px;
	color: var(--hell_cl);
	}
form{
	display: block;
	width: 100%;
	padding: 0;
}
.click, input, textarea, select{
	display: inline-block;
	width: 98%;
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
	box-shadow:  3px 3px 5px rgba(0,0,0,0.6);
	cursor: pointer;
	}
.right, .r{
	text-align:right;
}
.center, .c{
	text-align:center;
}
.large, .l{
	font-size: 1.2em;
	font-weight: bold;
	}
.s{
	font-size: 0.8em;
	}
.b{
	font-weight: bold;
	}
.important{
	color: var(--gelb_cl);
	}
.grau_verlauf{
	color: rgb(200,200,200) !important;;
	background: linear-gradient(180deg, rgba(230,230,230,1) 0%, rgba(80,80,100,1) 47%, rgba(35,35,35,1) 68%, rgba(100,100,100,1) 100%);
	text-shadow: 3px 3px 5px rgb(0,0,50);
	border: 2px rgb(145,125,55) solid;
	cursor:pointer;
	}
.grau_verlauf:hover{
	color: rgb(0,0,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(95,95,100,1) 47%, rgba(35,35,35,1) 68%, rgba(150,150,150,1) 100%);
}
.rot_verlauf{
	color: rgb(255,255,0);
	background: linear-gradient(180deg, rgb(255,0,40) 0%, rgb(80,0,00) 30%, rgb(40,0,10) 40%, rgb(160,0,40) 100%);
	cursor:pointer;
	text-shadow: 3px 3px 5px rgb(0,0,50);
	border: 2px rgb(145,125,55) solid;
}
.rot_verlauf:hover{
	color: rgb(255,0,0);
	background: linear-gradient(180deg, rgb(255,0,80) 0%, rgb(110,0,0) 30%, rgb(80,0,5) 40%, rgb(200,0,40) 100%);
}
.transparent{
	background-color: rgba(200,200,200,0.5);
	color: rgb(0,0,0);
}
.copybutton{
	cursor:pointer;
}
#rahmen{
	padding: 1vw;
	margin-left:auto;
	margin-right:auto;
	color: var(--dunkel_cl);
	border: 1px solid var(--weis_hell_bg);
	box-shadow:  3px 3px 3px rgba(0,0,0,0.6) inset,  -1px -1px 1px rgba(0,0,0,0.6) inset;
	background-color: var(--weis_hell_bg);
	}

