@font-face {
	font-family: 'OpenSansRegular';
	src: url('../font/opensansRegular.eot');
	src: url('../font/opensansRegular.eot') format('embedded-opentype'),
	url('../font/opensansRegular.woff') format('woff'),
	url('../font/opensansRegular.ttf') format('truetype'),
	url('../font/opensansRegular.svg#OpenSansRegular') format('svg');
}

@font-face {
	font-family: 'icomoon_2014_10_27_4';
	src: url('../font/icomoon.eot');
	src: url('../font/icomoon.eot') format('embedded-opentype'),
	url('../font/icomoon.woff') format('woff'),
	url('../font/icomoon.ttf') format('truetype'),
	url('../font/icomoon.svg#icomoon') format('svg');
}

html {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: subpixel-antialiased;
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: OpenSans, OpenSansRegular, Arial, sans-serif;
	color: #333;
	background-color: #ccc;
}

.page_width {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}

section a {
	color: #258dc8;
	text-decoration: none;
}

section a:hover,
section a:focus {
	color: #1d6d99;
}

header,
a.box_link:hover,
a.box_link:focus {
	background: #258dc8;
	background: -moz-linear-gradient(top, #258dc8 0%, #1d6d99 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #258dc8), color-stop(100%, #1d6d99));
	background: -webkit-linear-gradient(top, #258dc8 0%, #1d6d99 100%);
	background: -o-linear-gradient(top, #258dc8 0%, #1d6d99 100%);
	background: -ms-linear-gradient(top, #258dc8 0%, #1d6d99 100%);
	background: linear-gradient(to bottom, #258dc8 0%, #1d6d99 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#258dc8', endColorstr='#1d6d99', GradientType=0);
}

header {
	padding-top: 20px;
	padding-bottom: 20px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 500;
}

header h1 {
	margin-top: 50px;
	margin-left: 131px;
	color: #fff;
	display: inline-block;
	position: relative;
	top: -27px;
	left: 20px;
}

header svg {
	display: none;
}

.inlinesvg header h1:before {
	background: none;
	display: none;
}

.inlinesvg header svg {
	display: block;
	width: 127px;
	height: 80px;
	position: absolute;
}

.inlinesvg header svg polygon {
	fill: #fff !important;
}

header h1:before {
	background: url("../img/logo.png");
	content: '';
	width: 126px;
	height: 80px;
	display: block;
	position: absolute;
	margin-left: -151px;
	top: -23px;
}

header nav {
	display: inline-block;
	float: right;
}

header nav ul, header nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

header nav a {
	border-top: 1px solid #ddd;
	padding: 15px 20px 0;
	text-decoration: none;
	color: #ddd;
	margin: 22px 20px 0;
	display: block;
	text-align: center;
}

header nav a:hover,
header nav a:focus,
header nav a.sel {
	margin-top: 20px;
	border-top: 3px solid #fff;
	color: #fff;
}

section:first-of-type {
	margin-top: 128px !important;
}

section {
	display: block;
	width: 100%;
	padding: 20px 0;
}

footer {
	border-top: 1px dotted #1c1c1c;
	padding: 20px 0;
	min-height: 1em;
	width: 100%;
}

footer nav ul,
footer nav ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style-type: none;
}

footer nav ul {
	float: right;
}

footer nav ul li {
	border-right: 1px solid #666;
}

footer nav ul li:last-child {
	border: 0;
}

footer nav a {
	text-decoration: none;
	color: #666;
	display: inline-block;
	margin: 0 10px;
}

footer nav a:hover,
footer nav a:focus,
footer nav a.sel {
	color: #333;
}

@media (max-width: 768px) {
	#sharePDF {
		margin-top: 15px;
	}
}

@media (max-width: 1000px) {
	header {
		position: static;
		padding-bottom: 0;
	}

	header h1 {
		top: -2px;
		margin: 0 10px 20px 87px;
	}

	header nav {
		float: none;
		margin-left: 15px;
		margin-bottom: 20px;
	}

	header nav a {
		margin: 2px 10px 0;
		padding: 5px 10px 0;
		display: inline-table;
	}

	header nav a:hover,
	header nav a:focus,
	header nav a.sel {
		margin-top: 0;
	}

	header svg,
	header h1:before {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		-moz-transform: scale(0.3);
		-o-transform: scale(0.3);
		-ms-transform: scale(0.3);
		position: absolute;
		margin-top: -20px;
		margin-left: 5px;
	}

	header h1:before {
		margin-top: 5px;
		margin-left: -102px;
	}

	section {
		margin-top: 0 !important;
	}

}

.werbefigur {
	display: inline-block;
}

#pflege .neu .glyphicon {
	position: absolute;
	margin-left: 0.5em;
	margin-top: 0.5em;
	color: #1d4368;
	cursor: pointer;
}

#pflege .input-group {
	margin-bottom: 0.5em;
}

#pflege .neu .glyphicon:hover {
	color: #1c94c4;
}

#pflege table .glyphicon {
	color: #761c19;
	cursor: pointer;
	float: right;
}

#pflege .suche .glyphicon {
	color: #761c19;
	cursor: pointer;
	float: right;
}

#pflege .ergebnisse {
	padding: 0;
}

#pflege .ergebnisse li {
	border-bottom: 1px solid #ddd;
	padding: 0.5em 0;
	list-style-type: none;
	cursor: pointer;
}

.hdescription {
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.hdescription label,
.hdescription textarea {
	tab-index: -1;
}

.hdescription span {
	background: none !important;
}

.hdescription {
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.hdescription label,
.hdescription textarea {
	tab-index: -1;
}

.hdescription span {
	background: none !important;
}
