.titel {
  font-family: muli, sans-serif;
  font-weight: 700;
  font-style: normal;	
}

.sub_heading {
  	font-family: muli, sans-serif;
	font-weight: 100;
}

.button a {
	display: block;
	width: 140px;
	padding: 12px;
	background: linear-gradient(to bottom, #FBB03B 0%, #F7931E 100%);
	border: 2px solid white;
	text-align: center;
	color: black;
	border-radius: 30px;
	text-decoration: none;		
	font-weight: 600;
}
.button a:hover{
	background: none;
	border: 2px solid white;
	color: white;
	
}

@media (max-width: 800px) {
  .main_titel {
	font-size: 32px;	
}
}
