object,
embed,
* {
	outline: 0!important;
	box-sizing: border-box;
}

html {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	font-family: Arial;
	color: #2f3945;
	font-size: 15px;
	background-color: #002147;
}

.clear {
	clear: both;
}

.header {
	background-color: #002147;
	padding: 20px 30px;
}

.logo {
	width: 190px;
}

.body {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 40px;
	min-height: 400px;
	background-color: #FFF;
}

.gefunden {
	font-weight: bold;
	margin-top: 50px;
}

.gefunden a:hover {
	text-decoration: none;
}

.fehler {
	color: red;
	font-weight: bold;
	margin-top: 50px;
}

#search-form #wrap_Inputfield_id, #search-form #wrap_Inputfield_submitform {
	display: inline-block;
}

#search-form input {
	line-height: 40px;
	border: 1px solid #ebebeb;
    background: #ffffff;
    padding: 0px 10px;
}

#search-form button {
	background-color: #04bbee;
	border: 1px solid #04bbee;
	line-height: 40px;
	padding: 0px 20px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

#wrap_Inputfield_id label {
	display: none;
}

.footer {
	background-color: #002147;
	padding: 30px;
	min-height: 50px;
	color: #FFF;
}

.footer .contact-left {
	float: left;
}

.footer .contact-right {
	width: 320px;
	float: right;
}


.footer .icone-social {
	padding-top: 20px;
}

.footer .icone-social .icona {
    float: left;
    width: 25%;
    text-align: center;
}

.footer a {
	color: #FFF;
	text-decoration: underline;
}

.footer a:hover {
	color: #FFF;
	text-decoration: none;
}

.footer .title {
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer-copyright {
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin: 50px 0 10px 0;
}