.contentDescription {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
		
}

.green{
	color: rgba(132,180,81);
	color: var(--lightGreen);

	font-weight: bold;
	font-size: 15px;

}

.loginBox{
	width: 490px;
	/* height: 100%; */
	display: inline-block;

	margin-bottom: 10px;

	box-sizing: border-box;

	border-radius: 5px;
	/*background-color: rgba(0,0,0,0.5);*/
	background-color: #747474;
	color: white;
	padding: 20px;
	
	float: left;
}

.loginBox input[type=text], .loginBox input[type=password]{
	border-radius: 3px;
	border: none;
	color: black;
}


.loginBox h1{
	color: white;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: left;
	margin-bottom: 10px;		
}

.mainBox{
	width: 1020px;
	display: inline-block;
	height: auto;
	box-sizing: border-box;
	padding: 10px 10px;
	
}

.loginButton{
	width: 100%;

	background-color: #D31628;
	background-color: var(--pwRot);

	border-radius: 5px;
	border: none;

	font-weight: bold;
	height: 36px;
	line-height: 36px;
	font-size: 15px;

	color: white;

	background-image: url(images/arr_right.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 13px) 12px;

}

.loginButton:hover{
	color: black;
	cursor: pointer;
}

.meldungsbox {
	width: 100%;
	margin: 5px 0px;
	background-color: white;
	box-sizing: border-box;
}
