body {
	margin: 0px;
	height: 100%;
	background-color: #005596;
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-size: 1.2em;
}

#wrapper {
	margin: 0px auto 50px auto;
	width: 1000px;
/* 	min-height: 1000px; */
	background-color: #5B9ACB;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 20px 20px 100px #000000;
}

#content {
	padding: 30px;
	font-size: 0.8em;
}

#text, h1 {
	padding: 0 20px 20px 20px;
}

header {
	height: 400px;
	background-color: #ffffff;
	background-image: url("../img/header.jpg");
	background-position: -300px -300px;
	background-size: 1500px;
	position: relative;
}

.impressum {
	text-decoration: none;
	font-size: 0.5em;
	font-weight: bold;
	color: #ffffff;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.4);
}

#logo {
	float: right;
	margin: 30px;
}


h1 {
	font-family: Garamond, serif;
	font-size: 2.3em;
	border-bottom: 3px dotted #000;
}

h2 {
	font-family: Garamond, serif;
	font-size: 1.7em;
/* 	border-bottom: 3px dotted #000; */
	margin: 30px 0 2px 0;
}

h6 {
	font-family: Garamond, serif;
	margin: 30px 0 5px 0;
	font-size: 1.3em;
}

p {
	margin: 1px 0 10px 0;
}

fieldset {
	border-style: solid;
	border-color: #003762;
	color: #000000;
	overflow: hidden;
	width: 870px;
}

.input {
	width: 390px;
	float: left;
	margin: 0px 20px;
	height: 65px;
}

.oneline {
	float: left;
/* 	clear: both; */
/* 	text-align: top; */
	margin: 0px 20px;
	padding: 10px 0;
/* 	height: 65px; */
}

.oneline label {
	width: 300px;
	min-width: 300px;
	float: left;
}

.oneline input, .oneline select {
	width: 528px;
/* 	min-width: 530px; */
	float: right;
/* 	margin-left: 100px; */
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; 
	box-sizing: content-box;
}

.oneline input[type="checkbox"] {
/* 	transform: scale(1.2); */
/* 	min-width: 20px; */
/* 	width: 20px; */
	background: none;
}

input, select {
	background-color: #777;
/* 	width: 100%; */
	padding: 5px;
	border-radius: 2px;
	border-color: rgba(0, 0, 0, 0.4);
	border-style: inset;
	border-width: 1px;
	color: #ffffff;
	font-size: 1em;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; 
	box-sizing: content-box;
}

input.normal {
	width: 100%;
}

input.short {
	width: 100px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #c2c2c2;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c2c2c2;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c2c2c2;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #c2c2c2;
}

select.salutation {
	width: 100px;
}

input:FOCUS, select:FOCUS {
/* 	background-color: #E9AF00; */
	box-shadow: 0px 0px 10px #987200;
	border-color: #987200;
}

label {
/* 	width: 200px; */
	display: inline-block;	
}

address {
	margin: 20px;
	font-size: 1em;
}

.phonenumber {
	text-decoration: none;
	color: inherit;
}

iframe {
	border: none;
}

#process {
	width: 100%;
	height: 230px;
}

.circle {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #fff;
	line-height: 150px;
	text-align: center;
	font-size: 0.6em;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	margin: 30px 4px;
	float: left;
	transition: width 0.4s, height 0.4s, line-height 0.4s, font-size 0.4s, margin 0.4s;
}

.circle:hover {
	width: 210px;
	height: 210px;
	line-height: 210px;
	font-size: 0.9em;
	margin: 0px 2px;
}

.connector {
	line-height: 210px;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
}

#processText {
	min-height: 620px;
}

#textApplication {
	display: block;
}

.processHint {
	display: block;
}

#jobs div:nth-child(even) {
	/* background-color: rgba(255, 255, 255, 0.2); */
}

.jobs {
	padding: 1px 20px 15px 20px;
}

.jobs:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

hr {
	line-height: 1px;
	width: 90%;
	color: #000;
}