body {
	font-size:25px;
}
h1 {
	font-size:36px;
}
h1.white {
	font-size:36px;
	color:white;
}
h2 {
	font-size:32px;
}
h2.white {
	font-size:32px;
	color:white;
}
div.message {
	background-color:#808080;
	color:#CCFFCC;
}
a {
	color:blue;
}
input{
	font-size:20px;
	width:98%;
	max-width:500px;
}
textarea{
	font-size:20px;
	width:98%;
	max-width:500px;
}
a.button{
	display: inline-block;
	width: 99%;
	max-width: 550px;
	color: white;
	border: 2px solid white;
	border-radius: 6px;
	background: rgb(255, 206, 25);
	cursor: pointer;
	font-size: 20px;
}
a.button:hover{ 
	
}
a.button:active{
	
}
body{
	font-family: Arial;
	text-align:center;
}
div.hinweis{
	color: white;
	background: rgb(255, 25, 78);
	box-sizing: border-box;
    border: 1px solid;
    border-color: rgb(255, 188, 0);
    border-radius: 6px;
	padding: 4px;
	margin: 10px;
}
div.bodybox{
	display: inline-block;
    width: 99%;
    max-width: 800px;
    background: rgb(255, 206, 25);
    color: white;
    text-align: center;
    border: 1px solid;
    border-color: rgb(255, 188, 0);
    border-radius: 6px;
    box-shadow: 0px 12px 23px rgba(0, 0, 0, 0.41);
    margin-bottom: 22px;
}
div.uberschrift{
	display:inline-block;
	background:orange;
	color:white;
	font-size:47px;
	width:99%;
	max-width:900px;
	margin-bottom:17px;
	box-shadow: 0px 12px 17px rgba(0, 0, 0, 0.41);	
}
div.unteruberschrift{
	display:inline-block;
	background:orange;
	color:white;
	font-size:35px;
	width:99%;
	max-width:890px;
	margin-bottom:12px;
	box-shadow: 0px 9px 17px rgba(0, 0, 0, 0.41);	
}
img{
	width:99%;
	max-width:400px;
}
img.logo{
	width:99%;
	max-width:500px;
}
div#redictsecs{
	display: inline-block;
	font-weight: bold;
}
::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
   // background: rgba(0,0,255, 0.8);
   background:orange;
   background-size:auto 100%;
    -webkit-box-shadow: inset 0 0 6px rgb(0,0,0,0.3);
}
::-webkit-scrollbar-thumb:window-inactive {
	//background: rgba(0,0,255,0.6); 
	 background:rgb(255, 206, 25);
	 background-size:auto 100%;
}
@media (max-width:612px){
	div.uberschrift{
		display:inline-block;
		background:orange;
		color:white;
		font-size:36px;
		width:99%;
		max-width:900px;	
	}
	div.unteruberschrift{
		display:inline-block;
		background:orange;
		color:white;
		font-size:30px;
		width:99%;
		max-width:890px;
	}
	h1 {
		font-size:32px;
	}
	h1.white {
		font-size:32px;
		color:white;
	}
	h2 {
		font-size:28px;
	}
	h2.white {
		font-size:28px;
		color:white;
	}
}