* {
  box-sizing: border-box;
}
body {
	max-width: Device-width;
	font-family:Arial, sans-serif;
	margin-left: auto;
	text-align: center;
}

.liste {
	width: 450px;
	margin: auto;
	text-align: left;
	
}

a {
	color: black;
}


.header {
   padding: 20px;
   text-align: center;
   #background: #00afd3;
   background: linear-gradient(135deg, #3498db, #1D2259);
   color: white;
   font-size: 18px;
   margin-top: 15px;
   margin-bottom: 15px;
   }

.footer {
	
	width: 300px;
	margin: auto;
   padding: 5px;
   text-align: center;
   color: black;
   font-size: 12px;
   margin-top: 10px;
   }
.impressum {
   width: 90%;
   margin: auto;
   text-align: left;
   font-size: 12px;
 
   }

button[type=submit] {
	width: 300px;
	background: #093c71;
	color: white;
	text-align: center;
	padding: 4px;
	border: 1px solid #093c71;
	border-radius: 4px;
	margin: auto;
	font-size: 14px;
	}

input[type=text], select, textarea {
    width: 300px;
	#background: #093c71;
	color: black;
	text-align: center;
	padding: 4px;
	border: 1px solid #093c71;
	border-radius: 4px;
	margin-left: auto;
	font-size: 14px;
	}


input[type=submit], select, textarea {
    width: 300px;
	background: #093c71;
	color: white;
	text-align: center;
	padding: 4px;
	border: 1px solid #093c71;
	border-radius: 4px;
	margin: auto;
	font-size: 14px;
	}

input[type=submit]:hover {
    background: #00afd3;
    color: black;
	border-radius: 4px;
}		

button[type=submit]:hover {
    background: #00afd3;
    color: black;
	border-radius: 4px;
}		

.neu {
	color: #00afd3;
	font-size: 14px;
}