/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


html {

}

body,
a {
	color: #606060;
	font-size: 16px;
	line-height: 22px;
	font-family: "Frutiger Condesed", Frutiger, Univers, Helvetica, Arial, sans-serif;
	text-decoration: none;
}

body {
	background-color: #595d63;
	min-height: 100%;
}

.center {
	margin: 0 auto;
	width: 970px;
	background-color: #fff;
	min-height: 100%;
}

body.eniteo {

}

body.akzent {

}

header {
	width: 100%;
	height: 89px;
	position: relative;
}

body.eniteo header {
	background-color: #3d3d3d;
	border-bottom: 1px solid #4c4a4b;
}

body.akzent header {
	background-color: #fff;
	border-bottom: 1px solid #aaaaaa;
}

header div {
	margin-top: 48px;
	margin-right: 54px;
	float: right;
	font-size: 16px;
	line-height: 22px;
}

body.eniteo header div {
	color: #fff;
}

body.akzent header div {
	color: #606060;
}

body.eniteo header img {
	position: absolute;
	top: 15px;
	left: 44px;
}

body.akzent header img {
    position: absolute;
    top: 6px;
    left: 42px;
}

main {
	padding: 66px 46px 46px;
}

main h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 42px;
}

main p, 
main ul {
	margin-top: 0;
	margin-bottom: 18px;
}

main p.disclaimer {
	margin-top: 26px;
	color: #a6a6a6;
}

main a {
	color: #ee8f11;
}

main a:hover {
	text-decoration: underline;
}

main .link-container {
	margin-top: 38px;
	text-align: center;
}

main .link-container a {
	font-weight: bold;
	border-radius: 2px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 16px 64px 14px;
	background-color: #ee8f11;
}

main .link-container a:hover {
	color: #21272f;
}

.info {
	background-color: #f4f4f4;
	border-bottom: 1px solid #fff;
	padding: 18px 46px;
}

.info h3 {
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 30px;
	margin-top: 0;
}

.info p {
	margin-top: 0;
	margin-bottom: 0;
}

.info a:hover {
	color: #a6a6a6;
}

.info .info-tel,
.info .info-email,
.info .info-post {
	float: left;
}

.info .info-tel {
	width: 217px;
}
.info .info-email {
	width: 330px;
}
.info .info-post {
	width: 330px;
}

.footer-links {
	background-color: #f4f4f4;
	margin: 0;
	padding: 18px 46px;
	list-style: none;
}

.footer-links a:hover {
	color: #a6a6a6;
}

.footer-links li {
	float: left;
	font-weight: bold;
	margin-right: 30px;
}

.finanzgruppe {
	padding: 20px 44px;
}


.lang {
	position: absolute;
	top: 0;
	right: 54px;
	list-style: none;
	margin-top: 0;
	top: 13px;
}

.lang li {
	float: left;
	margin-left: 7px;
	padding-left: 7px;
	border-left: 1px solid #fff;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	font-weight: bold;
}

.lang li:first-child {
	border-left: 0;
}

.lang li a {
	font-size: 12px;
	line-height: 12px;
	color: #ee8f11;
	font-weight: normal;
}

.lang li a:hover {
	text-decoration: underline;
}





/* tablet portrait sm */
@media handheld, only screen and (max-width: 975px) {
	.center {
		width: 748px; /* -220 */
	}
	.info .info-tel {
		width: 31.333%;
	}
	.info .info-email,
	.info .info-post {
		width: 34.333%;
	}
}

/* smartphone landscape xs */
@media handheld, only screen and (max-width: 750px) {
	.center {
		width: 700px;
	}

	main {
		padding: 30px 20px;
	}

	.info {
		padding: 18px 20px;
	}
	.footer-links {
		padding: 18px 20px;
	}
	.finanzgruppe {
		padding: 20px 20px;
	}

	body.akzent header img {
		left: 20px;
	}
	body.eniteo header img {
		left: 17px;
	}

	.lang {
		right: 20px;
	}
	header div {
		margin-right: 20px;
	}
	
	.footer-links li {
		margin-bottom: 15px;
	}
	
}

/* smartphone portrait xs */
@media handheld, only screen and (max-width: 700px) {


	.center {
		width: 100%;
	}
	.info .info-tel,
	.info .info-email {
		width: 50%;
		margin-bottom: 20px;
	}
	.info .info-post {
		width: 100%;
	}


	header div {
		margin-top: 39px;
		margin-right: 20px;
		width: 160px;
		text-align: right;
	}
	main ul {
		padding-left: 16px;
	}


}

/* smartphone portrait xs */
@media handheld, only screen and (max-width: 400px) {

	main {
		padding-top: 5px;
	}
	main h1 {
		margin-bottom: 22px;
	}
	.info .info-tel,
	.info .info-email,
	.info .info-post {
		width: 100%;
	}

	header {
		height: 110px;
	}
	body.akzent header img {
		top: 0;
	}
	header div {
		margin-top: 75px;
		margin-right: inherit;
		margin-left: 20px;
		float: left;
		width: 90%;
		text-align: left;
	}

}

/* smartphone portrait xs */
@media handheld, only screen and (max-width: 340px) {
	body.eniteo header {
		height: 130px;
	}
	body.eniteo header img {
		top: 35px;
	}
	body.eniteo header div {
		margin-top: 98px;
	}
	