body {
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:14px;
	color:#333;
}


body *, body *:before, body *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#main a {
	text-decoration:underline;
	color:#333;
}

#main a:hover {
	color:#333;
}

#header {
	background: #00345f;
}

#header_inner {
	max-width: 800px;
	margin: 0px auto 0px;
	padding: 10px;
}

#header_inner img {
	width: 80px;
}

#header_img {
	width: 100%;
	max-width: 800px;
	margin: 30px auto 10px;
	display: block;
	box-shadow: 2px 4px 8px grey;
  border-radius: 4px;
}

@media (max-width:799px) {
	#header_img {
		margin-top: 0;
		box-shadow: none;
  	border-radius: 0px;
	}
}

#main {
	margin: 10px auto 30px;
	max-width: 800px;
	padding: 15px;
	/*border: 1px solid #ccc;*/
}

input[type=text], textarea {
	width: 100%;
	border: 1px solid #ccc;
	font-size:14px;
	padding:5px;
	color:#333;
	font-family:Verdana;
}

input[type=text] {
	max-width: 250px;
}

@media (max-width: 420px) {
	input[type=text] {
		max-width: none;
	}
}

textarea {
	resize: none;
}

.label {
	margin-bottom: 10px;
}

.input {
	margin-bottom: 30px;
}

table td {
	vertical-align: top;
	padding: 0 10px 0 0;
	line-height: 22px;
}

input[type=checkbox] {
	transform: scale(1.4);
	margin-left: 2px;
	border: 1px solid #ccc;
	border-radius: 0;
}

#kontakt_felder {
	/*display: none;*/
}


button {
	border: 1px solid #ccc;
	font-size:14px;
	padding:5px 10px;
	color:#333;
	font-family:Verdana;
}

#error_container {
	color: red;
}

#confirm {
	display: none;
}


.intro {
	margin-bottom: 15px;
	line-height: 20px;
}

.intro:last-of-type {
	margin-bottom: 30px;
}	

#confirm p{
	line-height: 20px;
	
}



footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  background-color: #00345f;;
  color: #fff;
}

footer a {
  padding: .5rem !important;
  text-decoration: none !important;
  color: #fff !important;
}
