
/* Home-Button */
.div-button-home {
	display: flex;
	height: 40px; 
	background-color: white;
	font-size: 1.0em;
	font-weight: bold;
	justify-content: left; 
	align-items: end;
}

.btn-home {
	width: 50px;
	height: 2.0em;
	background-color: lightblue;
	font-size: 1.2em;
	border: 2px solid black;
	border-radius: 10px;
	padding: 5px;
	/*margin-top: 30px;*/
	justify-content: left; 
}

.btn-home:hover {
	background-color: rebeccapurple;
	color: white;
}

hr
{
  background-color: #eee;
  border: 1 none;
  border-bottom: 2px solid red;
}

.titel {
  margin-left: 20px;
  font-size: 1.8em;
}


/* Submit-Button */

/*.submit-button {
 	height: 2.0em;
	background-color: lightblue;
	font-size: 1.2em;
	border: 2px solid black;
	border-radius: 10px;
  padding: 5px 20px;

}

.submit-button:hover {
	background-color: rebeccapurple;
	color: white;
}

.comment {
  font-size: 1.1em;
  padding: 5px;
}

label,input{
  display:flex;
  flex-direction: row;
}
*/
.flex-abend-container {
  clear: left;
  margin: auto;
  margin-top: 10%;
  width: 40em; 
  background-color: #F5F6CE;
  padding: 15px;
  border: 1px solid black;
  border-radius: 10px;	
}

flex-abend-item {
}

.btn-home-abend {
	width: 50px;
	height: 2.5em;
	background-color: lightblue;
	font-size: 1.2em;
	border: 2px solid black;
	border-radius: 10px;
	padding: 5px;
	margin-top: 20px;
}

.btn-home-abend:hover {
	background-color: rebeccapurple;
	color: white;
}

