@charset "UTF-8";
/* CSS Document ADHS 31.12.14 */
body {
	max-width: 1280px;
	margin: auto;
	padding-right: 0px;
}
header {
	max-width: 98%;
	height: 300px;
	background-image: url(../../images/logo/haeng-f.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	background-size: contain;
}
header p {
	font-size: 36px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	margin-top: 20px;
	margin-bottom: 10px;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
figcaption {
	font-style: italic;
}
/*#brand {
	color: #EEEEEE;
}*/
#navfooter {
	padding-top: 130px;
}
.top40 {
	margin-top: 40px;
}
.bottom20 {
	margin-bottom: 20px;
}
.top0 {
	top: 1px;
}
.top100 {
	margin-top: 100px;
}
.left20 {
	margin-right: 10px;
}
.left30 {
	margin-right: 30px;
}
.left40 {
	margin-right: 40px;
}
.werbung {
	font-size: x-small;
	font-style: italic;
	font-weight: inherit;
}
cite {
	font-size: small;
	font-style: italic;
}
.success-line {
	border-width: thick;
	border-top-color: #b1d8b1;
}
.info-line {
	border-width: thick;
	border-top-color: #79b3ce;
}
.warning-line {
	border-width: thick;
	border-top-color: #ffcc66;
}
.danger-line {
	border-width: thick;
	border-top-color: #ffae88;
}
.primary-line {
	border-width: thick;
	border-top-color: #007cbb;
}
/*Success! Your configuration has been saved to https://gist.github.com/336a38f1940c0dfcd1c7 and can be revisited here at http://getbootstrap.com/customize/?id=336a38f1940c0dfcd1c7 for further customization.*/
.btn {
	color: #222222;
}

.list-group a {
	color: #222222;
}
.glyphicon { color: #008cba; } 