/* Bewerbung */
.button {
  background-color: white; 
  border: 2px solid #bac700;
  color: #bac700;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.button:hover {
    border: 2px solid white;
    cursor: pointer;
}
.gradient {	
	margin-top: 20px;
	color: white;
	text-align: center;
	padding: 30px;
	background-size: cover;
	background: grey fixed;
}
/*Bilder*/
.ecken {
  border-radius: 20px;
}
.mitte {
  text-align:center;
}
/*Listen*/
.none {
  list-style-type: none;
}