
.flex-container {
  display: flex;
  align-items: stretch;
  background-color: #f1f1f1;
}

.flex-container>div {
  background-color: white;
  color: black;
/*  width: 100px;*/
/*  margin: 10px;*/
  text-align: left;
  line-height: auto;
  font-size: 30px;
}

/* 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: 0.8em;
	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;
}
*/
