/* Kontaktformular */

.rapid_contact input, textarea{
  	font-family: pill-gothic-300mg,sans-serif;
	padding: 0.5rem;
	margin-bottom: 1rem;
  	border: 1px solid #414042;
  	width: 100%;
  	max-width: 50%;
}

.rapid_contact .rapid_contact_form{
  	margin-top: 1rem;
}

.rapid_contact .rapid_contact_form .button{
  	cursor: pointer;
  	background-color: #464547;
	color: white;
}

.rapid_contact .rapid_contact_form .button:hover{
  	background-color: #3c3c3d;
}

@media(max-width: 768px){
  	.rapid_contact input, textarea{
    	max-width: 100%;
  	}
}