﻿/*----------Kontaktformular---------*/

form {
	background-color: transparent;
	color: white;
	width: 370px;
	padding: 20px;
	
}

label {
	display: block;
	cursor: pointer;
}

input#absender, textarea {
	width: 300px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}

textarea {
	height: 10em;
}

input#absender:focus,
textarea:focus {
	background-color: #d9d9d9;
	color: black;
}





