body {
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	font-size: 16px;
	color: #333;
	min-height: 100%;
	background: #f7f9fc;
}

ul.feedbackPanel {
	padding-left: 0px;
}

ul.feedbackPanel li {
	list-style: none;
}

#wrapper {
	position: relative;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	top: 80px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	line-height: 60px;
	box-shadow: 0 0 13px -3px #000;
	z-index: 3;
	background: #fff;
}

.logo {
	background: #fff url("/img/logo-digiwerft.svg") no-repeat center center;
	background-size: auto;
	background-size: calc(100% - 30px) auto;
	display: block;
	width: calc(100% + 30px);
	max-width: 420px;
	height: 80px;
	position: relative;
}

.main {
	position: relative;
	padding: 35px 0px;
	min-height: 600px;
	overflow: auto;
}

footer {
	border-top: 1px solid #cdcdcd;
	padding: 15px 0px;
	text-align: right;
	font-size: 12px;
	text-align: right;
}