.bootstrap-select {
	/*width: 220px\9; IE8 and below*/
	width: 220px \0;
	/*IE9 and below*/
}

.bootstrap-select > .btn {
	width: 100%;
	padding-right: 25px;
}

.error .bootstrap-select .btn {
	border: 1px solid #b94a48;
}

.control-group.error .bootstrap-select .dropdown-toggle {
	border-color: #b94a48;
}

.bootstrap-select.fit-width {
	width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 220px;
}

.bootstrap-select .btn:focus {
	outline: thin dotted #333333 !important;
	outline: 5px auto -webkit-focus-ring-color !important;
	outline-offset: -2px;
}

.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
	width: 100%;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
	float: none;
	display: inline-block;
	margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
	float: right;
}

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
	margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
	padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
	width: 100%;
}

.input-append .bootstrap-select.btn-group {
	margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
	margin-right: -1px;
}

.bootstrap-select.btn-group > .disabled {
	cursor: not-allowed;
}

.bootstrap-select.btn-group > .disabled:focus {
	outline: none !important;
}

.bootstrap-select.btn-group .btn .filter-option {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .btn {
	width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
	min-width: 100%;
	z-index: 1035;
	box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
	position: static;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
	position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
	color: #64b1d8;
	color: rgba(100, 177, 216, 0.4);
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
	cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
	cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
	position: relative;
	padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
	display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
	display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
	padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	pointer-events: none;
	opacity: 0.9;
	box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
	position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
	position: static;
	top: auto;
	margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
	position: absolute;
	display: inline-block;
	right: 15px;
	margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .btn {
	z-index: 1035;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-color: rgba(204, 204, 204, 0.2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
	bottom: auto;
	top: -3px;
	border-bottom: 0;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-top-color: rgba(204, 204, 204, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
	bottom: auto;
	top: -3px;
	border-top: 6px solid white;
	border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
	right: 12px;
	left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
	right: 13px;
	left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
	display: block;
}

.bs-searchbox,
.bs-actionsbox {
	padding: 4px 8px;
}

.bs-actionsbox {
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
	width: 50%;
}

.bs-searchbox + .bs-actionsbox {
	padding: 0 8px 4px;
}

.bs-searchbox input.form-control {
	margin-bottom: 0;
	width: 100%;
}

.mobile-device {
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	width: 100%;
	height: 100% !important;
	opacity: 0;
}

/**************
Fonts & Icons
**************/
@font-face {
	font-family: 'DBHead-Regular';
	src: url(../Fonts/dboff03.eot);
	src: local('?'),
	url(../Fonts/dboff03.woff) format('woff'),
	url(../Fonts/dboff03.ttf) format('truetype'),
	url(../Fonts/dboff03.svg) format('svg');
	font-weight: bold;
	font-style: normal;
}

/* dboffice-2014 */
@font-face {
	font-family: 'DBOffice-BoldItalic';
	src: url(../Fonts/dboff36.eot);
	src: local('?'),
	url(../Fonts/dboff36.woff) format('woff'),
	url(../Fonts/dboff36.ttf) format('truetype'),
	url(../Fonts/dboff36.svg) format('svg');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'DBOffice-Bold';
	src: url(../Fonts/dboff06.eot);
	src: local('?'),
	url(../Fonts/dboff06.woff) format('woff'),
	url(../Fonts/dboff06.ttf) format('truetype'),
	url(../Fonts/dboff06.svg) format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'DBOffice-Italic';
	src: url(../Fonts/dboff33.eot);
	src: local('?'),
	url(../Fonts/dboff33.woff) format('woff'),
	url(../Fonts/dboff33.ttf) format('truetype'),
	url(../Fonts/dboff33.svg) format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'DBOffice-Regular';
	src: url(../Fonts/dboff03.eot);
	src: local('?'),
	url(../Fonts/dboff03.woff) format('woff'),
	url(../Fonts/dboff03.ttf) format('truetype'),
	url(../Fonts/dboff03.svg) format('svg');
	font-weight: bold;
	font-style: normal;
}

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

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block !important;
}

.icon-Bildschirmvergroerung:before {
	content: "\e600";
}

.icon-Download:before {
	content: "\e601";
}

.icon-E-Book:before {
	content: "\e602";
}

.icon-Email:before {
	content: "\e603";
}

.icon-Facebook:before {
	content: "\e604";
}

.icon-Googleplus:before {
	content: "\e605";
}

.icon-Home:before {
	content: "\e606";
}

.icon-Kontakt:before {
	content: "\e607";
}

.icon-Link:before {
	content: "\e608";
}

.icon-LinkedIn:before {
	content: "\e609";
}

.icon-Mobil:before {
	content: "\e60a";
}

.icon-News:before {
	content: "\e60b";
}

.icon-RSS:before {
	content: "\e60c";
}

.icon-Share:before {
	content: "\e60d";
}

.icon-Suche:before {
	content: "\e60e";
}

.icon-Telefonnummer:before {
	content: "\e60f";
}

.icon-Twitter:before {
	content: "\e610";
}

.icon-Video:before {
	content: "\e611";
}

.icon-Xing:before {
	content: "\e612";
}

.icon-Achtung:before {
	content: "\e613";
}

.icon-Bestatigung:before {
	content: "\e614";
}

.icon-Kalender:before {
	content: "\e619";
}

.icon-Info:before {
	content: "\e618";
}

.icon-Pfeil:before {
	content: "\e617";
}

.icon-Ort:before {
	content: "\e616";
}

.icon-Uhr:before {
	content: "\e615";
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:active,
.btn.active {
	background-image: none;
}

.btn-default {
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	text-shadow: 0 1px 0 #fff;
	border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus {
	background-color: #e0e0e0;
	background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
	background-color: #e0e0e0;
	border-color: #dbdbdb;
}

.btn-default:disabled,
.btn-default[disabled] {
	background-color: #e0e0e0;
	background-image: none;
}

.btn-primary {
	background-image: -webkit-linear-gradient(top, #ff0000 0%, #c20000 100%);
	background-image: -o-linear-gradient(top, #ff0000 0%, #c20000 100%);
	background-image: linear-gradient(to bottom, #ff0000 0%, #c20000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffc20000', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #b80000;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #c20000;
	background-position: 0 -15px;
}

.btn-primary:active,
.btn-primary.active {
	background-color: #c20000;
	border-color: #b80000;
}

.btn-primary:disabled,
.btn-primary[disabled] {
	background-color: #c20000;
	background-image: none;
}

.btn-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
	background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
	background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #3e8f3e;
}

.btn-success:hover,
.btn-success:focus {
	background-color: #419641;
	background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
	background-color: #419641;
	border-color: #3e8f3e;
}

.btn-success:disabled,
.btn-success[disabled] {
	background-color: #419641;
	background-image: none;
}

.btn-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
	background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
	background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #28a4c9;
}

.btn-info:hover,
.btn-info:focus {
	background-color: #2aabd2;
	background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
	background-color: #2aabd2;
	border-color: #28a4c9;
}

.btn-info:disabled,
.btn-info[disabled] {
	background-color: #2aabd2;
	background-image: none;
}

.btn-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
	background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
	background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #e38d13;
}

.btn-warning:hover,
.btn-warning:focus {
	background-color: #eb9316;
	background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
	background-color: #eb9316;
	border-color: #e38d13;
}

.btn-warning:disabled,
.btn-warning[disabled] {
	background-color: #eb9316;
	background-image: none;
}

.btn-danger {
	background-image: -webkit-linear-gradient(top, #962c31 0%, #671e22 100%);
	background-image: -o-linear-gradient(top, #962c31 0%, #671e22 100%);
	background-image: linear-gradient(to bottom, #962c31 0%, #671e22 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff962c31', endColorstr='#ff671e22', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #5f1c1f;
}

.btn-danger:hover,
.btn-danger:focus {
	background-color: #671e22;
	background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
	background-color: #671e22;
	border-color: #5f1c1f;
}

.btn-danger:disabled,
.btn-danger[disabled] {
	background-color: #671e22;
	background-image: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	opacity: 0.25;
	filter: alpha(opacity=25);
}

.btn-uebersichtSeite {
	margin-left: -8px;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 0px;
	border: none;
	margin-bottom: 30px;
	font-family: DBOffice-Regular;
	font-size: 12px;
	background-color: #f7f7f7;
}

.btn-uebersichtSeite > .glyphicon {
	margin-right: 8px;
}

.thumbnail,
.img-thumbnail {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > a > .active {
	font-weight: bold;
}

.navbar-brand,
.navbar-nav > li > a {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
	background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
	background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
	background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .navbar-nav > .active > a {
	background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
	background-image: -o-linear-gradient(top, #222222 0%, #282828 100%);
	background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
	border-radius: 0;
}

.alert {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
	border-color: #b2dba1;
}

.alert-info {
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
	background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
	background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
	border-color: #9acfea;
}

.alert-warning {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
	background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
	background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
	border-color: #f5e79e;
}

.alert-danger {
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	border-color: #dca7a7;
}

.progress {
	background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}

.progress-bar {
	background-image: -webkit-linear-gradient(top, #ff0000 0%, #cc0000 100%);
	background-image: -o-linear-gradient(top, #ff0000 0%, #cc0000 100%);
	background-image: linear-gradient(to bottom, #ff0000 0%, #cc0000 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffcc0000', GradientType=0);
}

.progress-bar-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
	background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
	background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}

.progress-bar-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
	background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
	background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}

.progress-bar-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
	background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
	background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}

.progress-bar-danger {
	background-image: -webkit-linear-gradient(top, #962c31 0%, #6f2024 100%);
	background-image: -o-linear-gradient(top, #962c31 0%, #6f2024 100%);
	background-image: linear-gradient(to bottom, #962c31 0%, #6f2024 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff962c31', endColorstr='#ff6f2024', GradientType=0);
}

.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.list-group {
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	text-shadow: 0 -1px 0 #cc0000;
	background-image: -webkit-linear-gradient(top, #ff0000 0%, #d90000 100%);
	background-image: -o-linear-gradient(top, #ff0000 0%, #d90000 100%);
	background-image: linear-gradient(to bottom, #ff0000 0%, #d90000 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffd90000', GradientType=0);
	border-color: #d90000;
}

.panel {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.panel-primary > .panel-heading {
	background-image: -webkit-linear-gradient(top, #ff0000 0%, #e60000 100%);
	background-image: -o-linear-gradient(top, #ff0000 0%, #e60000 100%);
	background-image: linear-gradient(to bottom, #ff0000 0%, #e60000 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffe60000', GradientType=0);
}

.panel-success > .panel-heading {
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
	background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
	background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}

.panel-info > .panel-heading {
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
	background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
	background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}

.panel-warning > .panel-heading {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
	background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
	background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}

.panel-danger > .panel-heading {
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
	background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
	background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}

.well {
	background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
	border-color: #dcdcdc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/*********************
*
* DB SYSTEL THEME
*
**********************/
/****************
Preload Images
****************/
body:after {
	display: none;
	content: url(../../Images/flag-deu.png) url(../../Images/flag-uk.png);
}

/****************************
Hide broken eTracker Pixels
****************************/
#etrackerPixel img {
	visibility: hidden;
}

.page-wrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	/* For some Androids */
	-webkit-touch-callout: none;
}

/*==================================================
* Background
* ===============================================*/
main .container.content,
header {
	background-color: #ffffff;
}

html:not(.isMobile) {
	background: none no-repeat center center fixed;
	background-size: cover;
}

.jumbotron.gray-stripe {
	height: 230px;
	position: absolute;
	top: 187px;
	width: 100%;
	z-index: -1;
}

.vertical-shadow {
	width: 30px;
	overflow: hidden;
	z-index: 1;
}

.vertical-shadow:before {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
	top: 5%;
	right: 0;
	width: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	bottom: 5%;
}

.vertical-shadow.left {
	margin-left: -20px;
}

.vertical-shadow.left:before {
	left: 40px;
}

.vertical-shadow.right {
	margin-left: 970px;
}

.vertical-shadow.right:before {
	left: -40px;
}

.affix {
	top: 0;
}

.affix-top {
	position: absolute;
}

.affix-bottom {
	position: absolute;
}

/*==================================================
* Cookies
* ===============================================*/
.cookie {
	position: relative;
	width: 100%;
	height: 60px;
	padding: 0;
	font-size: 92.3%;
	color: #000000;
	background-color: #ffffff;
}

.cookie .cookie-wrapper {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	display: table;
}

.cookie .cookie-wrapper .cookie-text {
	display: table-cell;
	height: 60px;
	padding: 10px 20px;
	background: #f7f7f7;
}

.cookie .cookie-wrapper .cookie-text a {
	color: #000000;
	text-decoration: underline;
}

.cookie .cookie-wrapper .cookie-ok {
	display: table-cell;
	width: 79px;
	height: 60px;
	border-left: 1px solid #ffffff;
	text-align: center;
	vertical-align: middle;
	background: #efefef;
	cursor: pointer;
}

.cookie .cookie-wrapper .cookie-ok a {
	color: #000000;
	width: 100%;
	height: 68px;
	line-height: 68px;
	display: block;
}

.cookie .cookie-wrapper .cookie-ok a:hover {
	text-decoration: none;
}

.cookie .cookie-wrapper .cookie-ok:active {
	background: #646973;
	color: #efefef;
}

.cookie .cookie-wrapper .cookie-ok:active a {
	color: #efefef;
}

.cookie .cookie-wrapper p {
	margin: 0;
}

.cookieOk .cookie {
	display: none;
}

/*==================================================
* Modals
* ===============================================*/
.modal > button.close {
	padding: 0;
	cursor: pointer;
	border: 0;
	opacity: 1 !important;
	color: #000000 !important;
	position: fixed !important;
	right: 0;
	top: 0;
	margin-right: 40px;
	margin-top: 40px;
	width: 46px;
	height: 46px;
	background: #ffffff;
	z-index: 1100;
}

.modal > button.close:active {
	color: #ffffff !important;
	background: #646973;
}

.modal .modal-dialog {
	width: 960px;
	margin: 15% auto;
}

.modal .modal-dialog .modal-content {
	background: #ffffff !important;
	border: 1px solid #ffffff !important;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 641px) {
	.modal .modal-dialog .modal-content {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}

.modal .modal-dialog .modal-content .modal-body {
	padding: 0;
}

.modal .modal-dialog .modal-content .modal-body #carousel-generic .glyphicon.glyphicon-chevron-right:before {
	content: "\e080";
	min-width: 46px;
	min-height: 46px;
	background: #ffffff;
	color: black;
	font-size: 40%;
	padding: 16px;
	font-weight: 100;
	opacity: 1;
	margin-right: 0;
}

.modal .modal-dialog .modal-content .modal-body #carousel-generic .glyphicon.glyphicon-chevron-left:before {
	content: "\e079";
	min-width: 46px;
	min-height: 46px;
	background: #ffffff;
	color: black;
	font-size: 40%;
	padding: 16px;
	font-weight: 100;
	opacity: 1;
	margin-left: 0;
}

.modal .modal-dialog .modal-content .modal-body #carousel-generic .carousel-indicators {
	bottom: 70px;
}

.modal .modal-dialog .modal-content .modal-body #carousel-generic .carousel-indicators li {
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #ffffff;
	border-radius: 0;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}

.modal .modal-dialog .modal-content .modal-body #carousel-generic .carousel-indicators li.active {
	background-color: #ffffff;
}

.modal .modal-dialog .modal-content .modal-body #carousel-generic .carousel-control {
	opacity: 1;
	background-image: none;
}

.modal .modal-dialog .modal-content .modal-body #carousel-generic .carousel-control.right {
	right: -6px;
	min-width: 30px;
	width: 30px;
	filter: none;
}

.modal .modal-dialog .modal-content .modal-body #carousel-generic .carousel-control.left {
	left: -21px;
	min-width: 30px;
	width: 30px;
	filter: none;
}

.modal .modal-dialog .modal-content .modal-body #carousel-generic .carousel-caption {
	height: 65px;
	padding: 0 20px;
	color: black;
	position: static;
	text-align: left;
	text-shadow: none;
}

.modal .modal-dialog .modal-content .modal-body #carousel-generic .carousel-caption h3 {
	margin: 0;
	font-size: 130%;
	padding: 10px 0 0;
}

.modal .modal-dialog .modal-content .modal-body #carousel-generic .carousel-caption p {
	margin: 0;
	padding: 10px 0;
}

.modal .modal-dialog .modal-content .modal-body .article-media.video .image-footer {
	height: auto;
	padding: 10px 20px;
	text-align: left;
}

/*==================================================
* Header
* ===============================================*/
header {
	margin-bottom: 20px;
}

/* Vertikale Positionierung */
.row-header [class*="col-"] {
	height: 100%;
}

.row-header {
	height: 110px;
	/* Logo und Button Position */
	/* Laenderauswahl */
	/* Suche */
}

.row-header .logo-wrapper {
	position: absolute;
	top: 50%;
	bottom: 50%;
	margin-top: -26px;
	margin-left: -6px;
}

.row-header .dropbutton,
.row-header .topsearch {
	position: absolute;
	top: 50%;
	bottom: 50%;
	margin-top: -15px;
	padding-left: 8px;
}

.row-header .dropbutton {
	right: 20px;
}

.row-header .dropbutton i.flag-de,
.row-header .dropbutton i.flag-en {
	display: inline-block;
	width: 20px;
	height: 12px;
	padding: 0;
	margin: 0;
}

.row-header .dropbutton i.flag-de {
	background: url(../../Images/flag-deu.png) no-repeat;
}

.row-header .dropbutton i.flag-en {
	background: url(../../Images/flag-uk.png) no-repeat;
}

.row-header .dropbutton > .btn.btn-laenderauswahl {
	background: #efefef;
	border-radius: 0;
	height: 30px;
	width: 48px;
	padding-top: 8px;
}

.row-header .dropbutton > .btn.btn-laenderauswahl.dropdown-toggle {
	width: 28px;
	margin-left: 1px;
	padding-top: 5px;
}

.row-header .dropbutton > .btn.btn-laenderauswahl.dropdown-toggle > span.caret {
	color: #646973;
}

.row-header .dropbutton > .btn.btn-laenderauswahl.dropdown-toggle:active {
	background: #646973;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.row-header .dropbutton > .btn.btn-laenderauswahl.dropdown-toggle:active > span.caret {
	color: #ffffff;
}

.row-header .dropbutton > ul.dropdown-menu {
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: #efefef;
	margin-top: 18px;
}

.row-header .dropbutton > ul.dropdown-menu > li {
	width: 77px;
	max-height: 20px;
	height: 20px;
}

.row-header .dropbutton > ul.dropdown-menu > li > a > i.flag-de,
.row-header .dropbutton > ul.dropdown-menu > li > a > i.flag-en {
	margin: 0 5px 0 0;
	vertical-align: bottom;
}

.row-header .dropbutton > ul.dropdown-menu > li.divider {
	height: 1px;
	margin: 8px 0;
	overflow: hidden;
	background-color: #e5e5e5;
	margin: 8px auto 4px;
	width: 86%;
}

.row-header .topsearch {
	width: 216px;
}

.row-header .topsearch > input.form-control {
	border-radius: 0;
	background: #efefef;
	border: none;
	box-shadow: none;
	width: 180px !important;
	max-height: 30px !important;
	height: 30px !important;
}

.row-header .topsearch button.btn.btn-topsearch {
	background: #efefef;
	border-radius: 0;
	border: none;
	height: 30px !important;
	margin-left: 1px !important;
	width: 35px !important;
	line-height: 24px;
	vertical-align: middle;
}

.row-header .topsearch button.btn.btn-topsearch:active {
	background-color: #646973;
	color: #ffffff;
}

.row-header .topsearch .btn-topsearch > i.icon-Suche {
	width: 35px;
	min-height: 30px;
	font-size: 115%;
	left: 0;
	top: 0;
	max-height: 30px !important;
	overflow: hidden;
}

.row-header .topsearch .icon-Suche:before {
	position: absolute;
	left: 30%;
	top: 30%;
}

.row-header .topsearch input.form-control:focus {
	background-color: #646973;
	color: #ffffff;
}

.row-header .topsearch input.form-control::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #9c9fa5;
}

.row-header .topsearch input.form-control:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #9c9fa5;
	opacity: 1;
}

.row-header .topsearch input.form-control::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #9c9fa5;
	opacity: 1;
}

.row-header .topsearch input.form-control:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #9c9fa5;
}

.row-header .topsearch input.form-control:focus::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #efefef;
}

.row-header .topsearch input.form-control:focus:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #efefef;
	opacity: 1;
}

.row-header .topsearch input.form-control:focus::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #efefef;
	opacity: 1;
}

.row-header .topsearch input.form-control:focus:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #efefef;
}

.row-header .topsearch input.typeahead.form-control.tt-input {
	border: none;
	box-shadow: none;
	border-radius: 0 !important;
	width: 181px;
	line-height: 19px !important;
	height: 30px !important;
	/*
padding-bottom: 7px !important;
padding-top: 7px !important;
*/
}

.row-header .topsearch input.typeahead.form-control.tt-hint {
	border: none;
	border-radius: 0 !important;
	height: 30px !important;
}

.row-header .topsearch input.typeahead.form-control.tt-input:focus {
	background-color: #646973 !important;
	color: #ffffff;
}

.row-header .topsearch span.tt-dropdown-menu {
	top: 40px !important;
	left: -97px !important;
	width: 314px !important;
}

.row-header .topsearch .tt-suggestion {
	width: 100%;
	height: 30px;
	background: #efefef;
	padding: 0px 5px;
}

.row-header .topsearch .tt-cursor {
	font-weight: bold;
}

.row-header .topsearch .tt-suggestion > div {
	height: 30px;
	border-bottom: 1px solid #ffffff;
	padding: 6px 5px;
}

.row-header .topsearch div.no-result {
	width: 100%;
	height: 30px;
	background: #efefef;
	padding: 6px 5px;
	color: #ff0000;
}

.row-header .topsearch .tt-suggestion:last-child div {
	border-bottom: none;
}

/*==================================================
* Lead-Image
* ===============================================*/
.fill {
	margin-left: -10px;
	width: 960px;
}

.header-image .image-wrapper {
	position: relative;
}

.header-overlay-h1 {
	position: absolute;
	font-size: 22px;
	font-weight: 400;
	color: #000000;
	top: 90px;
	left: 45px;
	width: 236px;
	height: 45px;
	background-color: #efefef;
	background-color: rgba(239, 239, 239, 0.8);
	padding: 10px 0 10px 15px;
}

.header-overlay-h1.video {
	width: 189px;
}

.image-wrapper a.video-button > i:after {
	background-color: #efefef;
	background-color: rgba(239, 239, 239, 0.8);
	content: "\e611";
	cursor: pointer;
	position: absolute;
	top: 108px;
	left: 235px;
	height: 45px;
	width: 45px;
	font-family: 'icomoon';
	font-size: 130%;
	font-style: normal;
	padding: 12px 14px;
	color: #000000;
}

.header-overlay-h2 {
	font-size: 18px;
	line-height: 140%;
	font-weight: 200;
	color: #ffffff;
	position: absolute;
	top: 135px;
	left: 80px;
	width: 390px;
	height: 70px;
	background-color: #ff0000;
	background-color: rgba(255, 0, 0, 0.7);
	padding: 10px 15px 10px 15px;
}

.videoLayer {
	display: none;
}

/*==================================================
* Hover Navigation
* ===============================================*/
.hover-nav {
	width: auto;
	margin-right: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	height: auto;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 999;
	display: none;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.hover-nav:not(.hover-big) .col-xs-2 {
	width: auto;
	max-width: 158px;
}

.hover-nav.hover-big {
	height: 100%;
	min-height: 290px;
	width: 100%;
	background-color: rgba(239, 239, 239, 0.9);
	left: 0 !important;
	border-bottom: 1px solid #b5b6b6;
	display: none;
}

.hover-nav.hover-big ul {
	margin-left: -23px;
	padding-top: 5px;
}

.hover-nav.hover-big.active,
.hover-nav.hover-big a {
	display: block;
}

.hover-nav.active {
	display: block;
}

.hover-nav [class*="col-"] img {
	margin-top: 20px;
	border: 1px solid #cccccc;
}

.hover-nav [class*="col-"] h5 {
	font-size: 120%;
	color: #000000;
}

.hover-nav [class*="col-"] h5 a {
	color: #000000;
}

.hover-nav [class*="col-"] li a {
	color: #000000;
	line-height: 19px;
}

.hover-nav [class*="col-"] li a.active {
	color: #ff0000;
}

.hover-nav [class*="col-"] li a:hover,
.hover-nav [class*="col-"] li a:focus {
	color: #ff0000;
}

/*==================================================
* Navigation
* ===============================================*/
.navbar-ebene-2 {
	z-index: 880;
}

.header-image .image-wrapper:after {
	content: "";
	height: 50px;
	position: absolute;
	left: -5%;
	right: -5%;
	bottom: 0;
	z-index: -1;
	background-image: radial-gradient(70% 80% at bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 70%);
}

#startPageCarousel:before,
.header-image .image-wrapper.slider:before {
	top: 334px;
}

/*==================================================
* Footer Section
* ===============================================*/
footer {
	overflow: hidden;
	z-index: 3;
	margin-bottom: 30px;
}

footer:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: -5%;
	right: 0;
	width: 110%;
	height: 20px;
	background-image: radial-gradient(70% 80% at top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 80%);
}

footer .db-bracket-top {
	background-color: #efefef;
}

@media (min-width: 641px) {
	footer .db-bracket-top {
		padding: 30px 40px 23px;
	}
}

footer .col-sm-8-bracket-bottom {
	padding-right: 13px;
}

footer .db-bracket-bottom {
	background-color: #efefef;
	min-height: 28px;
}

div.shadow-mapper {
	position: absolute;
	top: 0;
	width: 100%;
	height: 50px;
	background: #ffffff;
	z-index: 0;
}

.footer-col-narrow {
	width: 160px;
	float: left;
}

.footer-col-narrow:nth-child(2),
.footer-col-narrow:nth-child(3) {
	margin-left: 50px;
}

.footer-col-narrow:nth-child(4) {
	width: 270px;
	margin-left: 30px;
}

h6 {
	padding-bottom: 4px;
	border-bottom: 1px solid #999999;
	font-size: 92.3%;
}

.footer-col-narrow a {
	display: block;
	font-size: 92.3%;
	color: #646973;
	line-height: 160%;
}

.footer-col-narrow a i .icon-Email {
	font-size: 75%;
}

.footer-col-narrow a:hover,
.footer-col-narrow a:focus {
	color: #ff0000;
}

.share-left {
	width: 140px;
	float: left;
}

.share-right {
	width: 130px;
	float: right;
}

.share-left i,
.share-right i {
	width: 13px;
	text-align: center;
	margin-right: 13px;
}

.share-left i.icon-Facebook,
.share-right i.icon-Facebook {
	font-size: 11px;
}

.share-left i.icon-Googleplus,
.share-right i.icon-Googleplus {
	font-size: 12px;
}

.share-left i.icon-Twitter,
.share-right i.icon-Twitter {
	font-size: 9px;
}

.share-left i.icon-RSS,
.share-right i.icon-RSS {
	font-size: 10px;
}

.share-left i.icon-Xing,
.share-right i.icon-Xing {
	font-size: 11px;
}

.share-left i.icon-LinkedIn,
.share-right i.icon-LinkedIn {
	font-size: 9px;
}

.share-left i.icon-Email,
.share-right i.icon-Email {
	font-size: 8px;
}

p.copyright {
	color: #646973;
	padding-top: 20px;
	display: inline-block;
	font-size: 92.3%;
	margin: 0;
}

@media (min-width: 641px) {
	p.copyright {
		padding: 0 40px 10px;
	}
}

/*==================================================
* Drop shadow effect mit box-shadow
* ===============================================*/
.container-navbar-ebene-1 .row {
	background: #ffffff;
}

.row-navbar-ebene-1:before {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
	top: 153px;
	width: 960px;
	height: 50px;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.row-navbar-ebene-1.hovered:before {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*==================================================
* CONTENT
* ===============================================*/
.container.header-image {
	min-height: 290px;
}

/* Abstandskorrekturen Inhalte */
.container.content {
	padding-top: 25px;
	padding-left: 0;
	padding-bottom: 30px;
}

.container.content .row div + div.col-sm-8 p {
	padding-left: 0;
	margin: 0 0 9px 0;
	margin-left: -10px;
}

/* Abstände Links für Start- und Strukturseite */
.startseite .container.content,
.strukturseite .container.content {
	padding-left: 10px;
	padding-right: 10px;
}

/* Keine Boarder auf startseite */
/* RichText Settings */
article {
	padding-left: 40px;
	overflow: hidden;
	margin-bottom: 30px;
	max-width: 620px;
}

article:last-child {
	margin-bottom: 0 !important;
}

article a {
	color: #878c96;
}

article a:hover,
article a:active {
	color: #878c96;
}

article h1 {
	font-size: 207.7%;
	line-height: 125%;
	margin-bottom: 7px;
	margin-top: 0;
	margin-left: -10px;
}

article h1.mit-dachzeile {
	margin-bottom: 10px;
}

article h2 {
	font-size: 139%;
	line-height: 139%;
	margin-top: 8px;
	padding-bottom: 10px;
	color: #646973;
	margin-left: -10px;
}

article h2.dachzeile {
	font-size: 107.7%;
	line-height: 125%;
	margin-bottom: -10px;
	margin-top: 0;
}

article h2 + .carousel {
	margin-top: -5px !important;
}

article h3,
article strong,
article b {
	color: #000000;
	margin-top: 21px;
	margin-bottom: 0;
	padding-bottom: 0;
}

article p {
	font-size: 108%;
	margin-bottom: 17.5px;
	color: #2d2d2d;
}

article p strong {
	font-family: "DBOffice-Bold";
	display: inline;
}

article p.datum-dachzeile {
	color: #878c96;
	font-size: 108%;
	margin-bottom: 0 !important;
}

article p.datum-dachzeile i.icon-Uhr {
	margin-left: 20px;
	margin-right: 8px;
}

article p.datum-dachzeile i.icon-Ort {
	margin-left: 20px;
	margin-right: 6px;
}

article p.datum-dachzeile i.icon-Kalender {
	margin-left: 0px;
	margin-right: 8px;
}

article p.datum-dachzeile a {
	text-decoration: none;
	cursor: text;
}

article p.datum-dachzeile a i {
	cursor: default;
}

article p + ul,
article p + ol {
	margin-top: 14px;
}

article span.bold {
	font-family: "DBOffice-Bold";
}

article .list-wrapper {
	padding: 0;
	margin-bottom: 10px;
	margin-left: -10px;
}

article .list-wrapper .list {
	padding-left: 0;
}

article .list-wrapper .list ul,
article .list-wrapper .list ol {
	padding-left: 16px;
	font-family: "DBOffice-Bold";
	color: #696969;
}

article .list-wrapper .list ol {
	padding-left: 20px;
}

article ul,
article ol {
	padding-left: 16px;
	margin-left: -10px;
	color: #696969;
	font-size: 108%;
}

article ul li,
article ol li {
	line-height: 29px;
}

article ol {
	padding-left: 20px;
	counter-reset: item;
}

article ol li {
	display: block;
	position: relative;
}

article ol li:before {
	content: counters(item, ".") ". ";
	counter-increment: item;
	position: absolute;
	right: 10px;
	margin-right: 100%;
}

article ol ol {
	padding-left: 40px;
	font-size: 100%;
}

article ol ol li:before {
	content: counters(item, ".");
}

article ol ol ol {
	padding-left: 35px;
}

article .mehr-panel {
	background: #878c96;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 45px;
	clear: both;
	display: table;
	vertical-align: middle;
	width: 630px;
	margin-left: -40px;
	font-size: 107.7%;
	cursor: pointer;
}

article .mehr-panel .mehr-text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
}

article .mehr-panel .mehr-text i.glyphicon.glyphicon-chevron-right {
	margin-right: 21px;
}

article .mehr-panel .mehr-text a {
	color: #efefef;
	text-decoration: none;
}

article .mehr-panel .mehr-text a:hover,
article .mehr-panel .mehr-text a:active {
	color: #efefef;
	text-decoration: underline;
}

article .mehr-panel:active {
	background-color: #efefef;
}

article .mehr-panel:active .mehr-text a {
	color: #878c96 !important;
}

article .mehr-panel.mehr-block {
	margin-top: 10px;
	margin-bottom: 10px;
}

article .panel-group {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 45px;
	display: table;
	vertical-align: middle;
	width: 620px;
	margin-left: -40px;
	padding-right: initial;
	max-width: none !important;
	font-size: 107.7%;
}

article .panel-group + .panel-group {
	margin-top: -19px;
}

article .panel-group .panel {
	width: 100%;
	border-radius: 0;
	border: none;
	box-shadow: none;
}

article .panel-group .panel a {
	text-decoration: none;
}

article .panel-group .panel a:hover,
article .panel-group .panel a:active {
	text-decoration: underline;
}

article .panel-group .panel a i:before {
	content: "\e114";
}

article .panel-group .panel a.collapsed i:before {
	content: "\e080";
}

article .panel-group .panel .panel-heading {
	background-image: none !important;
	background-color: #878c96;
	padding: 15px;
	border-radius: 0;
	cursor: pointer;
}

article .panel-group .panel .panel-heading:active {
	background-color: #efefef;
}

article .panel-group .panel .panel-heading:active .panel-title {
	color: #878c96 !important;
}

article .panel-group .panel .panel-heading .panel-title {
	font-size: 107.7%;
	color: #efefef;
	display: table-cell;
	vertical-align: middle;
	padding-left: 45px;
	padding-right: 20px;
}

article .panel-group .panel .panel-heading .panel-title i.glyphicon.glyphicon-chevron-right,
article .panel-group .panel .panel-heading .panel-title i.glyphicon.glyphicon-chevron-down {
	margin-right: 20px;
	margin-left: -35px;
}

article .panel-group .panel .panel-body {
	padding-left: 10px;
	background: #efefef;
}

article .panel-group .panel .panel-body h3,
article .panel-group .panel .panel-body p {
	margin-left: 10px !important;
	padding-right: 20px;
}

article .panel-group .panel .panel-body h3 {
	margin-top: 11px;
	margin-bottom: 10px;
	font-size: 130%;
}

article .panel-group .panel .panel-body p {
	font-size: 100%;
}

article .panel-group .panel .videoBox {
	margin-left: -10px;
}

article .article-media {
	display: table;
}

article .article-media .image-footer {
	padding: 30px;
	background: #efefef;
	display: table-caption;
	caption-side: bottom;
	text-align: left;
}

article .article-media .image-footer h3 {
	margin-top: 0;
}

article .article-media .image-footer ul {
	padding-left: 15px;
}

article .article-media .image-footer.zweizeilig {
	padding: 15px 40px 5px;
	background: transparent;
}

article .article-media + .image-footer {
	padding: 30px;
	margin-top: -20px;
	margin-left: -40px;
	margin-bottom: 20px;
	background: #efefef;
	text-align: left;
}

article .article-media + .image-footer h3 {
	margin-top: 0;
}

article .article-media + .image-footer ul {
	padding-left: 15px;
}

article .article-media.full {
	margin-top: 20px;
	margin-left: -40px;
	margin-bottom: 20px;
}

article .article-media.position-left {
	padding-right: 20px;
	margin-top: 4px;
	float: left;
}

article .article-media.position-left .image-footer {
	margin-left: 0;
	max-width: 600px;
	padding-left: 39px;
}

article .article-media.position-left .image-footer.zweizeilig {
	padding: 15px 20px 5px 29px !important;
	text-align: left;
}

article .article-media.position-left .image-footer.zweizeilig p {
	margin-left: 0px !important;
}

article .article-media.position-right {
	padding-left: 20px;
	margin-top: 4px;
	margin-left: 0px;
	float: right;
}

article .article-media.position-right .image-footer {
	margin-right: 0;
	margin-left: 20px;
}

article .article-media.position-right .image-footer.zweizeilig {
	padding: 15px 0 5px 20px !important;
	text-align: left;
}

article .article-media.position-right .image-footer.zweizeilig p {
	margin-left: 1px !important;
}

article .article-media .media-wrapper {
	position: relative;
	display: inline-block;
}

article .article-media .media-wrapper img {
	max-width: 100%;
	width: 100%;
}

article .article-media .media-wrapper iframe {
	max-width: 100%;
}

article .article-media.video .media-wrapper:before {
	content: "\e611";
	width: 44px;
	height: 44px;
	background-color: #efefef;
	background-color: rgba(239, 239, 239, 0.8);
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: 'icomoon';
	font-size: 160%;
	color: #646973;
	position: absolute;
	margin-top: 1px;
	margin-left: 1px;
	line-height: 45px;
}

article .article-media.lightbox {
	cursor: pointer;
	clear: both;
}

article .article-media.lightbox .media-wrapper:after {
	content: "\e600";
	width: 44px;
	height: 44px;
	background-color: #efefef;
	background-color: rgba(239, 239, 239, 0.8);
	display: none;
	vertical-align: middle;
	text-align: center;
	font-family: 'icomoon';
	font-size: 120%;
	color: #646973;
	position: absolute;
	bottom: 1px;
	right: 1px;
	line-height: 45px;
}

article .article-media.lightbox:active .media-wrapper:after {
	background: #646973;
	color: #f6f6f6;
}

@-moz-document url-prefix() {
	.article-media .image-footer {
		display: block !important;
		width: 100% !important;
		margin-left: 0;
	}
	.article-media .image-footer.zweizeilig p {
		margin-left: -10px !important;
	}
	.article-media.position-left {
		display: block !important;
		width: 247px;
	}
	.article-media.position-left.zweizeilig p {
		margin-left: 0 !important;
	}
	.article-media.position-left .image-footer {
		margin-left: 0 !important;
	}
	.article-media.position-right {
		margin: 0 !important;
		display: block !important;
		width: 247px;
	}
	.article-media.position-right.zweizeilig p {
		margin-left: 0 !important;
	}
	.article-media.position-right .image-footer {
		margin-left: 0 !important;
	}
}

article blockquote {
	border-left: none;
	margin-left: -10px;
}

article blockquote > p {
	padding: 25px 0 32px;
	margin: 0;
	font-size: 185%;
	border-left: none;
	color: #878c96;
	text-align: center;
	font-style: italic;
	font-family: "DBOffice-Bold";
	quotes: "\201E" "\201C";
}

article blockquote > p:first-child:before {
	content: open-quote;
}

article blockquote > p:last-child:after {
	content: close-quote;
}

article blockquote + i {
	position: relative;
	text-align: center;
	display: block;
	margin-top: -60px;
	margin-bottom: 32px;
	color: #878c96;
}

article table {
	margin-top: 25px;
	max-width: none !important;
	color: #333333;
	font-size: 100%;
	position: relative;
}

article table td,
article table th {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

article table td strong,
article table th strong,
article table td b,
article table th b {
	font-family: "DBOffice-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
}

article table td.align--right,
article table th.align--right {
	text-align: right;
}

article table td.align--center,
article table th.align--center {
	text-align: center;
}

article table td.align--left,
article table th.align--left {
	text-align: left;
}

article table:not(.tablesorter) tr:first-child td,
article table:not(.tablesorter) tr:first-child th {
	background-color: #878c96 !important;
	color: #efefef;
}

article table:not(.tablesorter) tr:first-child td:nth-child(n+2):before,
article table:not(.tablesorter) tr:first-child th:nth-child(n+2):before {
	background: #e5e5e5;
	content: " ";
	margin: 0 -15px;
	position: absolute;
	width: 1px;
	height: 21px;
}

article table:not(.tablesorter) tr:first-child td > strong,
article table:not(.tablesorter) tr:first-child th > strong {
	font-style: inherit;
	color: inherit;
}

article table:not(.tablesorter) tr:first-child td > strong > em,
article table:not(.tablesorter) tr:first-child th > strong > em {
	font-style: inherit;
	color: inherit;
}

article table thead tr th {
	background-color: #878c96 !important;
	color: #efefef;
}

article table thead tr th:nth-child(n+2):before {
	background: #e5e5e5;
	content: " ";
	margin: 0 -15px;
	position: absolute;
	width: 1px;
	height: 21px;
}

article table thead tr th > strong {
	font-style: inherit;
	color: inherit;
}

article table thead tr th > strong > em {
	font-style: inherit;
	color: inherit;
}

article table tfoot {
	font-family: "DBOffice-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

article table tfoot a {
	color: #333333;
}

article table tfoot a:hover,
article table tfoot a:active {
	color: #333333;
}

article .carousel {
	margin-bottom: 50px;
	margin-top: 30px;
}

article .carousel .carousel-inner {
	width: 460px;
	margin: 0 auto;
}

article .carousel .carousel-control {
	width: 30px;
	height: 30px;
	background: #646973;
	color: #ffffff;
	margin-top: 25px;
	opacity: 1;
	border: 1px solid transparent;
}

article .carousel .carousel-control:active {
	color: #646973;
	background: #ffffff;
	border: 1px solid #646973;
}

article .carousel .carousel-indicators {
	bottom: -35px;
}

article .carousel .carousel-indicators li {
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #646973;
	border-radius: 0;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}

article .carousel .carousel-indicators li.active {
	background-color: #646973;
}

article .article-pager-wrapper {
	padding: 0;
	margin-top: 20px;
}

article .article-pager-wrapper .article-pager {
	height: 100px;
	background-color: #f7f7f7;
	color: #878c96;
	display: table;
	padding: 0;
}

article .article-pager-wrapper .article-pager.left {
	float: left;
	border-right: 10px solid #ffffff;
	margin-right: -10px;
}

article .article-pager-wrapper .article-pager.right {
	float: right;
	border-left: 10px solid #ffffff;
	margin-left: -10px;
}

article .article-pager-wrapper .article-pager a {
	color: #878c96;
	font-size: 125%;
}

article .article-pager-wrapper .article-pager > .article-pager-chevron {
	width: 40px;
	height: 100%;
	line-height: 100px;
	text-align: center;
	font-size: 180%;
}

article .article-pager-wrapper .article-pager > .article-pager-chevron.left {
	float: left;
}

article .article-pager-wrapper .article-pager > .article-pager-chevron.right {
	float: right;
}

article .article-pager-wrapper .article-pager > .article-pager-textbox {
	line-height: 100px;
}

article .article-pager-wrapper .article-pager > .article-pager-textbox.left {
	float: right;
	text-align: right;
	padding-right: 10px;
}

article .article-pager-wrapper .article-pager > .article-pager-textbox.right {
	float: left;
	text-align: left;
	padding-left: 10px;
}

article .article-pager-wrapper .article-pager > .article-pager-textbox div {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
}

article .article-pager-wrapper .article-pager > .article-pager-textbox div span {
	display: block;
}

article .article-pager-wrapper .article-pager > .article-pager-textbox div .article-pager-datum {
	font-size: 107.7%;
	color: #878c96;
}

article .article-pager-wrapper .article-pager > .article-pager-textbox div .article-pager-text {
	font-size: 138.46%;
}

article .article-pager-wrapper .article-pager:hover,
article .article-pager-wrapper .article-pager:active {
	color: #646973;
	text-decoration: none;
}

article .article-pager-wrapper .article-pager:hover > .article-pager-chevron,
article .article-pager-wrapper .article-pager:active > .article-pager-chevron {
	color: #ffffff;
	background-color: #646973;
}

article .videoBox {
	margin-top: 20px;
	margin-left: -40px;
	margin-bottom: 20px;
	width: 100%;
}

.row.aktuelles-pagination {
	margin: 0 -10px 10px;
}

.row.aktuelles-pagination article {
	padding-left: 10px;
}

.row.aktuelles-pagination article .datum-dachzeile {
	color: #878c96;
	font-size: 108%;
}

.row.aktuelles-pagination article a {
	display: inline-block;
	position: relative;
	top: 1px;
	color: #878c96;
	font-size: 108%;
	padding-bottom: 6px;
}

.row.aktuelles-pagination article h1 {
	color: #646973;
	font-size: 138.46%;
	line-height: 138%;
	margin-bottom: 5px;
}

.row.aktuelles-pagination article h1 a {
	display: inherit;
	position: inherit;
	top: inherit;
	color: inherit;
	font-size: inherit;
	text-decoration: none;
}

.row.aktuelles-pagination .col-sm-4 div img {
	width: 100%;
}

.row.aktuelles-pagination .dropbutton {
	float: right;
	margin: -2px 0;
}

.row.aktuelles-pagination .dropbutton .btn {
	background-color: #efefef;
	border-radius: 0;
	height: 30px;
}

.row.aktuelles-pagination .dropbutton .dropdown-menu {
	width: 39px;
	left: 30px;
	border: none;
	border-radius: 0;
	background-color: #efefef;
	margin: 10px 0 0;
	box-shadow: none;
}

.row.aktuelles-pagination .dropbutton .dropdown-menu li a.active,
.row.aktuelles-pagination .dropbutton .dropdown-menu li a:hover,
.row.aktuelles-pagination .dropbutton .dropdown-menu li a:active {
	font-family: "DBOffice-Bold";
}

.row.aktuelles-pagination .dropbutton .dropdown-toggle {
	margin-left: 1px;
}

.row.aktuelles-pagination .dropbutton .dropdown-toggle .open {
	background: #646973;
}

.row.aktuelles-pagination .dropbutton.open .dropdown-toggle {
	background: #646973;
}

.row.aktuelles-pagination .selector-wrapper {
	float: right;
	margin: 18px 0;
	min-width: 61px;
	line-height: 30px;
	height: 30px;
	border: none;
	border-radius: 0;
	background-color: #efefef;
	box-shadow: none;
}

.row.aktuelles-pagination .selector-wrapper:after {
	content: "";
	width: 1px;
	height: 30px;
	position: absolute;
	background: #ffffff;
	top: 18px;
	right: -21px;
}

.row.aktuelles-pagination #results-count-Bottom {
	padding: 5px 8px;
	width: 61px;
	height: 30px;
	border: none;
	box-shadow: none;
	background: #efefef;
	background-image: none;
	height: 28px;
	border-radius: 0;
}

.row.aktuelles-pagination .pagination {
	margin: 18px 0 18px 60px;
	/*
footer! > .aktuelles-pagination {
margin-top: 0;
}
*/
}

.row.aktuelles-pagination .pagination > li a {
	border: none;
	color: #878c96;
	padding: 6px 3px;
	width: 12px;
}

.row.aktuelles-pagination .pagination > li a.active,
.row.aktuelles-pagination .pagination > li a:hover,
.row.aktuelles-pagination .pagination > li a:active {
	font-family: "DBOffice-Bold";
	background: transparent;
	text-decoration: underline;
	color: #333333;
}

.row.aktuelles-pagination .pagination > li:first-child a,
.row.aktuelles-pagination .pagination > li:last-child a {
	border: none;
	background: #efefef;
	border-radius: 0;
	height: 30px;
	padding: 6px 12px;
	width: 30px;
	font-family: "DBOffice-Bold";
}

.row.aktuelles-pagination .pagination > li:first-child a .caret-left,
.row.aktuelles-pagination .pagination > li:last-child a .caret-left,
.row.aktuelles-pagination .pagination > li:first-child a .caret-right,
.row.aktuelles-pagination .pagination > li:last-child a .caret-right {
	color: #333333;
}

.row.aktuelles-pagination .pagination > li:first-child a:active,
.row.aktuelles-pagination .pagination > li:last-child a:active {
	background: #646973;
}

.row.aktuelles-pagination .pagination > li:first-child a:active .caret-left,
.row.aktuelles-pagination .pagination > li:last-child a:active .caret-left,
.row.aktuelles-pagination .pagination > li:first-child a:active .caret-right,
.row.aktuelles-pagination .pagination > li:last-child a:active .caret-right {
	color: #ffffff;
}

.row.aktuelles-pagination .pagination > li:first-child a {
	margin-right: 20px;
}

.row.aktuelles-pagination .pagination > li:last-child a {
	margin-left: 25px;
}

.row.aktuelles-pagination .pagination > li.disabled a {
	width: 23px;
	letter-spacing: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

.row.aktuelles-pagination:last-child div {
	z-index: 9;
}

.grid-sizer p {
	margin-left: 0 !important;
}

.main .modul-strukturseite h1 {
	font-size: 140%;
	font-family: "DBOffice-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 0;
}

.main .modul-strukturseite h1 a {
	color: #000000;
}

.main .modul-strukturseite h2 {
	font-size: 103%;
	color: #999999;
	font-weight: 100;
	font-family: "DBHead-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 0;
}

.main .modul-strukturseite h2 a {
	color: #000000;
}

.main .modul-strukturseite h2 a:hover,
.main .modul-strukturseite h2 a:active {
	text-decoration: none;
}

.main .modul-strukturseite .grow {
	width: 100%;
	height: auto;
	border: 1px solid #cccccc;
	max-height: 430px;
	overflow: hidden;
}

.main .modul-strukturseite .grow img {
	width: 100%;
}

.main .modul-strukturseite .grow a {
	display: table;
	width: inherit;
	position: relative;
}

.main .modul-strukturseite.col1-landscape {
	min-height: 240px;
}

.main .modul-strukturseite.col1-landscape .grow {
	max-height: 182px;
	height: 180px;
	width: 298px;
}

.main .modul-strukturseite .col2-landscape {
	/*
h1 {
&:before {
content: "\e080";
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
}
*/
}

.main .modul-strukturseite .col2-landscape .grow {
	max-height: 430px;
	height: 430px;
}

.main .modul-strukturseite .col1-portrait .grow {
	max-height: 430px;
	height: 430px;
}

.main .modul-strukturseite:hover img {
	-webkit-transition: all 0.125s ease;
	-moz-transition: all 0.125s ease;
	-o-transition: all 0.125s ease;
	-ms-transition: all 0.125s ease;
	transition: all 0.125s ease;
	width: 101%;
	height: 101%;
	margin-left: -0.5%;
	margin-top: -0.5%;
}

.main .modul-strukturseite:hover h1 {
	text-decoration: underline;
}

.main .modul-strukturseite.col1-portrait .grow {
	width: 300px;
}

.main .modul-strukturseite.col2-landscape .grow {
	width: 620px;
}

/*==================================================
* NBA
* ===============================================*/
.nba-element {
	color: #878c96;
	border: 1px solid #cccccc;
	border: 1px solid rgba(204, 204, 204, 0.2);
	margin-right: -10px;
	margin-bottom: 20px;
}

.nba-element h1 {
	font-size: 112%;
	border-bottom: 1px solid #e8e9ea;
	padding: 0 0 10px 25px;
}

.nba-element h1 i {
	margin-right: 10px;
}

.nba-element h1 i.icon-Kontakt {
	font-size: 27px;
}

.nba-element h1 i.icon-Share {
	font-size: 23px;
}

.nba-element h1 i.icon-Download {
	font-size: 32px;
}

.nba-element h1 i.icon-E-Book {
	font-size: 30px;
}

.nba-element h1 i.icon-Link {
	font-size: 28px;
}

.nba-element h1 i.icon-News {
	font-size: 21px;
}

.nba-element h1 i.icon-Info {
	font-size: 26px;
}

.nba-element h2 {
	font-size: 108%;
	color: #000000;
	padding: 0 25px;
}

.nba-element h2 a {
	color: #000000;
}

.nba-element p {
	padding: 0 25px;
	font-size: 104%;
	line-height: 120%;
}

.nba-element p a {
	color: #878c96;
}

.nba-element p a:hover,
.nba-element p a:focus {
	color: #878c96;
	text-decoration: underline;
}

.nba-element p i {
	font-size: 8px;
	min-width: 26px;
}

.nba-element p i.icon-Telefonnummer {
	font-size: 9px;
}

.nba-element p i.icon-Mobil {
	font-size: 12px;
}

.nba-element.Kontakt p.contactName {
	font-size: 108%;
	color: #000000;
	padding: 0 25px;
}

.nba-element.Kontakt p.contactName a {
	color: #000000;
}

.nba-element.Kontakt p.address + .contactName {
	margin-top: 25px;
}

.nba-element.Kontakt p a {
	margin-left: 25px;
	display: block;
}

.nba-element.Kontakt p a i.icon-Email {
	margin-left: -25px;
	width: 26px;
}

.nba-element.Link h2,
.nba-element.Download h2,
.nba-element.News h2,
.nba-element.E-Book h2 {
	margin-bottom: 2px;
}

.nba-element.Share a {
	display: block;
	font-size: 104%;
	color: #878c96;
	line-height: 210%;
	padding-left: 25px;
}

.nba-element.Share a i {
	width: 13px;
	text-align: center;
	margin-right: 13px;
	vertical-align: middle;
}

.nba-element.Share a i.icon-Facebook {
	font-size: 11px;
}

.nba-element.Share a i.icon-Googleplus {
	font-size: 12px;
}

.nba-element.Share a i.icon-Twitter {
	font-size: 9px;
}

.nba-element.Share a i.icon-RSS {
	font-size: 10px;
}

.nba-element.Share a i.icon-Xing {
	font-size: 11px;
}

.nba-element.Share a i.icon-LinkedIn {
	font-size: 9px;
}

.nba-element.Share a i.icon-Email {
	font-size: 8px;
}

.nba-element.Share a:hover,
.nba-element.Share a:focus {
	color: #878c96;
	text-decoration: underline;
}

.nba-element.Share a:last-child {
	padding-bottom: 10px;
}

/*==================================================
* Suche
* ===============================================*/
#subcl > h2,
#faq > h2 {
	display: none;
}

#subcl .articlelist,
#faq .articlelist {
	padding-top: 60px;
}

#subcl .articlelist article h1,
#faq .articlelist article h1 {
	margin-left: 0px;
}

#subcl #did-you-mean,
#faq #did-you-mean {
	color: #646973;
	font-size: 138.46%;
	line-height: 138%;
	margin-top: 0;
}

#subcl #did-you-mean a,
#faq #did-you-mean a {
	color: #646973;
	text-decoration: underline;
	quotes: "\201E" "\201C";
}

#subcl #did-you-mean a:before,
#faq #did-you-mean a:before {
	content: open-quote;
}

#subcl #did-you-mean a:after,
#faq #did-you-mean a:after {
	content: close-quote;
}

#subcl #did-you-mean > p,
#faq #did-you-mean > p {
	padding-bottom: 20px;
}

#subcl .subcolumns #search,
#faq .subcolumns #search {
	position: absolute;
	top: -180px;
	left: -10px;
}

#subcl .subcolumns #search #labelQuery,
#faq .subcolumns #search #labelQuery {
	display: none;
}

#subcl .subcolumns #search #q,
#faq .subcolumns #search #q {
	width: 326px;
	height: 40px;
	line-height: 40px;
	border: none;
	background-color: #efefef;
	background-color: rgba(239, 239, 239, 0.9);
	padding-left: 11px;
}

#subcl .subcolumns #search #searchButton,
#faq .subcolumns #search #searchButton {
	background: #efefef;
	border-radius: 0;
	height: 40px;
	width: 60px;
	border: none;
	position: absolute;
	display: block;
	top: 0px;
	right: -61px;
}

#subcl .subcolumns #search #searchButton > img,
#faq .subcolumns #search #searchButton > img {
	display: none;
}

#subcl .subcolumns #search #searchButton:before,
#faq .subcolumns #search #searchButton:before {
	content: "\e60e";
	font-family: 'icomoon';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 26px !important;
	display: inline-block !important;
	width: 35px;
	height: 30px;
	margin: 11px 8px;
	font-size: 115%;
}

#subcl .subcolumns #search #searchButton:active,
#faq .subcolumns #search #searchButton:active {
	background: #646973;
}

#subcl .subcolumns #search #searchButton:active:before,
#faq .subcolumns #search #searchButton:active:before {
	color: #ffffff;
}

#subcl .set,
#faq .set {
	position: absolute;
	left: -292px;
	top: 50px;
	width: 270px;
}

#subcl .set #pager-header .qtime,
#faq .set #pager-header .qtime {
	display: none;
}

#subcl #result,
#faq #result {
	margin-top: -23px;
}

#subcl #result ul#docs,
#faq #result ul#docs {
	list-style: none;
	padding-left: 0;
}

#subcl #result ul#docs li,
#faq #result ul#docs li {
	position: relative;
	margin-top: 40px;
}

#subcl #result ul#docs li .title a,
#faq #result ul#docs li .title a {
	color: #646973;
	font-size: 138.46%;
	line-height: 138%;
	margin-top: 0;
}

#subcl #result ul#docs li .path,
#faq #result ul#docs li .path {
	top: -15px;
	display: block;
	position: absolute;
	color: #878c96;
	font-size: 90%;
}

#subcl #result ul#docs li p:nth-child(3),
#faq #result ul#docs li p:nth-child(3) {
	margin-top: -8px;
}

#subcl #result ul#docs li a,
#faq #result ul#docs li a {
	color: #878c96;
}

#subcl #result ul#docs li h1,
#faq #result ul#docs li h1,
#subcl #result ul#docs li p,
#faq #result ul#docs li p {
	margin-left: 0 !important;
}

#subcl .list-controls.floatbox,
#faq .list-controls.floatbox {
	text-align: center;
}

#subcl .list-controls.floatbox #pagination-bottom span > img,
#faq .list-controls.floatbox #pagination-bottom span > img {
	display: none;
}

#subcl .list-controls.floatbox #pagination-bottom a > img,
#faq .list-controls.floatbox #pagination-bottom a > img {
	display: none;
}

#subcl .list-controls.floatbox #pagination-bottom ul,
#faq .list-controls.floatbox #pagination-bottom ul {
	margin: 18px 10px 0px 10px;
	padding: 0;
	list-style: none;
	display: inline-block;
}

#subcl .list-controls.floatbox #pagination-bottom ul li,
#faq .list-controls.floatbox #pagination-bottom ul li {
	display: inline-block;
}

#subcl .list-controls.floatbox #pagination-bottom ul li a,
#faq .list-controls.floatbox #pagination-bottom ul li a,
#subcl .list-controls.floatbox #pagination-bottom ul li strong,
#faq .list-controls.floatbox #pagination-bottom ul li strong {
	border: none;
	color: #878c96;
	padding: 6px 3px;
	width: 12px;
}

#subcl .list-controls.floatbox #pagination-bottom ul li a.pager-current,
#faq .list-controls.floatbox #pagination-bottom ul li a.pager-current,
#subcl .list-controls.floatbox #pagination-bottom ul li strong.pager-current,
#faq .list-controls.floatbox #pagination-bottom ul li strong.pager-current,
#subcl .list-controls.floatbox #pagination-bottom ul li a:hover,
#faq .list-controls.floatbox #pagination-bottom ul li a:hover,
#subcl .list-controls.floatbox #pagination-bottom ul li strong:hover,
#faq .list-controls.floatbox #pagination-bottom ul li strong:hover,
#subcl .list-controls.floatbox #pagination-bottom ul li a:active,
#faq .list-controls.floatbox #pagination-bottom ul li a:active,
#subcl .list-controls.floatbox #pagination-bottom ul li strong:active,
#faq .list-controls.floatbox #pagination-bottom ul li strong:active {
	color: black;
	background: transparent;
	text-decoration: underline;
}

#subcl .list-controls.floatbox #pagination-bottom > a,
#faq .list-controls.floatbox #pagination-bottom > a {
	display: inline-block;
}

#subcl .list-controls.floatbox #pagination-bottom > a.pager-prev,
#faq .list-controls.floatbox #pagination-bottom > a.pager-prev,
#subcl .list-controls.floatbox #pagination-bottom > a.pager-next,
#faq .list-controls.floatbox #pagination-bottom > a.pager-next,
#subcl .list-controls.floatbox #pagination-bottom > span,
#faq .list-controls.floatbox #pagination-bottom > span {
	border: none;
	background: #efefef;
	border-radius: 0;
	height: 30px;
	padding: 5px 12px;
	width: 30px;
}

#subcl .list-controls.floatbox #pagination-bottom > a.pager-prev:active,
#faq .list-controls.floatbox #pagination-bottom > a.pager-prev:active,
#subcl .list-controls.floatbox #pagination-bottom > a.pager-next:active,
#faq .list-controls.floatbox #pagination-bottom > a.pager-next:active,
#subcl .list-controls.floatbox #pagination-bottom > span:active,
#faq .list-controls.floatbox #pagination-bottom > span:active {
	background: #646973;
}

#subcl .list-controls.floatbox #pagination-bottom > a.pager-prev:active::before,
#faq .list-controls.floatbox #pagination-bottom > a.pager-prev:active::before,
#subcl .list-controls.floatbox #pagination-bottom > a.pager-next:active::before,
#faq .list-controls.floatbox #pagination-bottom > a.pager-next:active::before,
#subcl .list-controls.floatbox #pagination-bottom > span:active::before,
#faq .list-controls.floatbox #pagination-bottom > span:active::before {
	color: #ffffff !important;
}

#subcl .list-controls.floatbox #pagination-bottom > a.pager-prev::before,
#faq .list-controls.floatbox #pagination-bottom > a.pager-prev::before {
	color: #333333;
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	vertical-align: middle;
	text-align: center;
	border-right: 4px solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

#subcl .list-controls.floatbox #pagination-bottom > a.pager-next::before,
#faq .list-controls.floatbox #pagination-bottom > a.pager-next::before {
	color: #333333;
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	vertical-align: middle;
	text-align: center;
	border-left: 4px solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

#subcl .list-controls.floatbox #pagination-bottom > span:first-child::before,
#faq .list-controls.floatbox #pagination-bottom > span:first-child::before {
	color: #333333;
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	vertical-align: middle;
	text-align: center;
	border-right: 4px solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

#subcl .list-controls.floatbox #pagination-bottom > span:last-child::before,
#faq .list-controls.floatbox #pagination-bottom > span:last-child::before {
	color: #333333;
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	vertical-align: middle;
	text-align: center;
	border-left: 4px solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

#suche-kontext,
#faq-kontext {
	padding-left: 20px;
}

#suche-kontext .suche-kontext-ergebnisse-anzahl h1,
#faq-kontext .suche-kontext-ergebnisse-anzahl h1,
#suche-kontext .faq-kontext-ergebnisse-weiter h1,
#faq-kontext .faq-kontext-ergebnisse-weiter h1 {
	color: #646973;
	font-size: 138.46%;
	line-height: 138%;
	margin-top: 0;
}

#suche-kontext .suche-kontext-ergebnisse-anzahl h1:after,
#faq-kontext .suche-kontext-ergebnisse-anzahl h1:after,
#suche-kontext .faq-kontext-ergebnisse-weiter h1:after,
#faq-kontext .faq-kontext-ergebnisse-weiter h1:after {
	content: "";
	height: 1px;
	background: #646973;
	display: block;
	position: inherit;
	margin-top: 10px;
}

#suche-kontext .suche-kontext-ergebnisse-steuerung,
#faq-kontext .suche-kontext-ergebnisse-steuerung,
#suche-kontext .faq-kontext-ergebnisse-steuerung,
#faq-kontext .faq-kontext-ergebnisse-steuerung {
	padding-top: 80px;
}

#suche-kontext .suche-kontext-ergebnisse-steuerung .dropbutton,
#faq-kontext .suche-kontext-ergebnisse-steuerung .dropbutton,
#suche-kontext .faq-kontext-ergebnisse-steuerung .dropbutton,
#faq-kontext .faq-kontext-ergebnisse-steuerung .dropbutton {
	float: left;
	margin: 0;
}

#suche-kontext .suche-kontext-ergebnisse-steuerung .dropbutton .btn,
#faq-kontext .suche-kontext-ergebnisse-steuerung .dropbutton .btn,
#suche-kontext .faq-kontext-ergebnisse-steuerung .dropbutton .btn,
#faq-kontext .faq-kontext-ergebnisse-steuerung .dropbutton .btn {
	background-color: #efefef;
	border-radius: 0;
	height: 30px;
}

#suche-kontext .suche-kontext-ergebnisse-steuerung .dropbutton .dropdown-menu,
#faq-kontext .suche-kontext-ergebnisse-steuerung .dropbutton .dropdown-menu,
#suche-kontext .faq-kontext-ergebnisse-steuerung .dropbutton .dropdown-menu,
#faq-kontext .faq-kontext-ergebnisse-steuerung .dropbutton .dropdown-menu {
	min-width: 61px;
	border: none;
	border-radius: 0;
	background-color: #efefef;
	margin: 10px 0 0;
	box-shadow: none;
}

#suche-kontext .suche-kontext-ergebnisse-steuerung .dropbutton .dropdown-menu li a.active,
#faq-kontext .suche-kontext-ergebnisse-steuerung .dropbutton .dropdown-menu li a.active,
#suche-kontext .faq-kontext-ergebnisse-steuerung .dropbutton .dropdown-menu li a.active,
#faq-kontext .faq-kontext-ergebnisse-steuerung .dropbutton .dropdown-menu li a.active,
#suche-kontext .suche-kontext-ergebnisse-steuerung .dropbutton .dropdown-menu li a:hover,
#faq-kontext .suche-kontext-ergebnisse-steuerung .dropbutton .dropdown-menu li a:hover,
#suche-kontext .faq-kontext-ergebnisse-steuerung .dropbutton .dropdown-menu li a:hover,
#faq-kontext .faq-kontext-ergebnisse-steuerung .dropbutton .dropdown-menu li a:hover,
#suche-kontext .suche-kontext-ergebnisse-steuerung .dropbutton .dropdown-menu li a:active,
#faq-kontext .suche-kontext-ergebnisse-steuerung .dropbutton .dropdown-menu li a:active,
#suche-kontext .faq-kontext-ergebnisse-steuerung .dropbutton .dropdown-menu li a:active,
#faq-kontext .faq-kontext-ergebnisse-steuerung .dropbutton .dropdown-menu li a:active {
	font-family: "DBOffice-Bold";
}

#suche-kontext .suche-kontext-ergebnisse-steuerung .dropbutton .dropdown-toggle,
#faq-kontext .suche-kontext-ergebnisse-steuerung .dropbutton .dropdown-toggle,
#suche-kontext .faq-kontext-ergebnisse-steuerung .dropbutton .dropdown-toggle,
#faq-kontext .faq-kontext-ergebnisse-steuerung .dropbutton .dropdown-toggle {
	margin-left: 1px;
}

#suche-kontext .suche-kontext-ergebnisse-steuerung .dropbutton .dropdown-toggle .open,
#faq-kontext .suche-kontext-ergebnisse-steuerung .dropbutton .dropdown-toggle .open,
#suche-kontext .faq-kontext-ergebnisse-steuerung .dropbutton .dropdown-toggle .open,
#faq-kontext .faq-kontext-ergebnisse-steuerung .dropbutton .dropdown-toggle .open {
	background: #646973;
}

#suche-kontext .suche-kontext-ergebnisse-steuerung .dropbutton.open .dropdown-toggle,
#faq-kontext .suche-kontext-ergebnisse-steuerung .dropbutton.open .dropdown-toggle,
#suche-kontext .faq-kontext-ergebnisse-steuerung .dropbutton.open .dropdown-toggle,
#faq-kontext .faq-kontext-ergebnisse-steuerung .dropbutton.open .dropdown-toggle {
	background: #646973;
}

#subcl .subcolumns ul.ui-autocomplete,
.topsearch + ul {
	list-style: none;
	position: absolute;
	width: 427px !important;
	top: -137px !important;
	left: -50px !important;
}

#subcl .subcolumns ul.ui-autocomplete li,
.topsearch + ul li {
	cursor: pointer;
	border: none;
	border-bottom: 1px solid #cccccc;
	border-radius: 0 !important;
	width: 100%;
	height: 30px !important;
	padding: 6px 0px;
	background: #efefef;
	border-left: 10px solid #efefef;
	border-right: 10px solid #efefef;
}

#subcl .subcolumns ul.ui-autocomplete li:last-child,
.topsearch + ul li:last-child {
	border-bottom: none;
}

#subcl .subcolumns ul.ui-autocomplete li a,
.topsearch + ul li a {
	color: #333333;
}

#subcl .subcolumns ul.ui-autocomplete li:hover a,
.topsearch + ul li:hover a,
#subcl .subcolumns ul.ui-autocomplete li:active a,
.topsearch + ul li:active a {
	font-family: "DBOffice-Bold";
	text-decoration: none;
}

#subcl .subcolumns ul.ui-autocomplete .ui-state-hover,
.topsearch + ul .ui-state-hover {
	font-family: "DBOffice-Bold";
	text-decoration: none;
}

/*==================================================
* TopSearch Typeahead
* ===============================================*/
.topsearch + ul {
	top: 75px !important;
	left: -30px !important;
	width: 257px !important;
	z-index: 900 !important;
}

/*==================================================
* FAQ
* ===============================================*/
#faq #result #docs li {
	margin-top: 24px !important;
}

#faq #result #docs li article {
	padding-left: 0;
}

#faq #result #docs li article a {
	text-decoration: none;
	font-size: 108%;
}

#faq #result #docs li article h1 {
	color: #646973;
	font-size: 138.46%;
	line-height: 138%;
	margin-top: 0;
	margin-bottom: 10px;
}

#faq-kontext .faq-kontext-ergebnisse-weiter {
	font-size: 108%;
}

#faq-kontext .faq-kontext-ergebnisse-weiter ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#faq-kontext .faq-kontext-ergebnisse-weiter ul li {
	height: 25px;
}

#faq-kontext .faq-kontext-ergebnisse-weiter ul li a {
	color: #878c96;
}

#faq-kontext .faq-kontext-ergebnisse-weiter ul li a.active {
	color: #000000;
}

#faq-kontext .faq-kontext-ergebnisse-steuerung {
	padding-top: 30px;
}

/*==================================================
* StartPage
* ===============================================*/
#startPageCarousel {
	min-height: 330px;
}

#startPageCarousel ol.carousel-indicators {
	bottom: 0;
	left: -5px;
	margin: 0;
	padding-left: 0;
	width: 100%;
	height: 30px;
	font-size: 108%;
}

#startPageCarousel ol.carousel-indicators li {
	display: inline-block;
	width: 210px;
	height: 30px;
	margin: 0 0 0 10px;
	text-indent: 0;
	text-align: left;
	padding: 5px 10px;
	border: none;
	border-radius: 0;
	background-color: #efefef;
	background-color: rgba(239, 239, 239, 0.8);
	color: #000000;
}

#startPageCarousel ol.carousel-indicators li.active {
	background-color: #ff0000;
	background-color: rgba(255, 0, 0, 0.7);
	color: #ffffff;
}

#startPageCarousel .carousel-inner .item .carousel-caption {
	left: 0;
	right: 0;
	padding: 0;
	top: 0;
	bottom: 0;
	text-align: left;
	text-shadow: none;
}

#startPageCarousel .carousel-inner .item .carousel-caption h1.header-overlay-h1 {
	margin: 0;
}

#startPageCarousel .carousel-inner .item .carousel-caption h2.header-overlay-h2 {
	margin: 0;
}

#startPageCarousel .carousel-inner .item .carousel-caption .video-button > i:after {
	background-color: #efefef;
	background-color: rgba(239, 239, 239, 0.8);
	content: "\e611";
	cursor: pointer;
	position: absolute;
	top: 90px;
	left: 282px;
	height: 45px;
	width: 45px;
	font-family: 'icomoon';
	font-size: 130%;
	font-style: normal;
	padding: 12px 14px;
	color: #000000;
}

/*==================================================
* Forms
* ===============================================*/
#contactFormContainer .warning {
	margin-left: 20px;
	visibility: hidden;
}

#contactFormContainer .fieldset,
.formContainer .fieldset {
	margin-top: 15px;
	margin-bottom: 30px;
}

#contactFormContainer input,
.formContainer input {
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	box-shadow: none;
	margin-top: 0;
	display: inline-block;
}

#contactFormContainer input:not([type="checkbox"]),
.formContainer input:not([type="checkbox"]),
#contactFormContainer input:not([type="radio"]),
.formContainer input:not([type="radio"]) {
	margin-left: -10px;
	width: 350px;
}

#contactFormContainer input[type="checkbox"],
.formContainer input[type="checkbox"],
#contactFormContainer input[type=radio],
.formContainer input[type=radio] {
	margin-left: 0px;
	margin-right: 10px;
	background: none;
	border: none;
}

#contactFormContainer input[type="checkbox"],
.formContainer input[type="checkbox"] {
	width: 12px;
	vertical-align: middle;
}

#contactFormContainer input[type=radio],
.formContainer input[type=radio] {
	margin-left: -30px;
}

#contactFormContainer input[type=button],
.formContainer input[type=button],
#contactFormContainer input[type=submit],
.formContainer input[type=submit] {
	display: block;
	margin-top: 0px;
	width: 125px;
	margin-left: 214px;
	border: none;
	background: #efefef;
	color: #333333;
}

#contactFormContainer textarea,
.formContainer textarea {
	margin-left: -10px;
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	width: 550px;
	height: 86px;
	box-shadow: none;
	resize: vertical;
}

#contactFormContainer label,
.formContainer label {
	margin-left: -10px;
	color: #646973;
	margin-bottom: 0px;
	display: block;
	line-height: 1.5;
}

#contactFormContainer .warning,
.formContainer .warning {
	width: 100%;
	color: #962c31;
	display: block;
	vertical-align: bottom;
	line-height: 1.6;
}

#contactFormContainer .warning:before,
.formContainer .warning:before {
	position: relative;
	content: "\e086";
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
	vertical-align: middle;
}

#contactFormContainer .form-group,
.formContainer .form-group {
	display: table;
	margin-bottom: 15px;
}

#contactFormContainer .form-group fieldset,
.formContainer .form-group fieldset,
#contactFormContainer .form-group .group-message,
.formContainer .form-group .group-message {
	display: table-row;
}

#contactFormContainer .form-group fieldset .wrapper.dark.clearfix,
.formContainer .form-group fieldset .wrapper.dark.clearfix,
#contactFormContainer .form-group .group-message .wrapper.dark.clearfix,
.formContainer .form-group .group-message .wrapper.dark.clearfix {
	width: 350px;
	display: block;
}

#contactFormContainer .form-group fieldset .warning,
.formContainer .form-group fieldset .warning,
#contactFormContainer .form-group .group-message .warning,
.formContainer .form-group .group-message .warning {
	display: table-cell;
	vertical-align: middle;
	padding-left: 24px;
}

#contactFormContainer .error + .warning,
.formContainer .error + .warning {
	visibility: visible !important;
}

#contactFormContainer .error .warning,
.formContainer .error .warning {
	margin-top: 15px;
}

#contactFormContainer .error .warning_sameline,
.formContainer .error .warning_sameline {
	margin-top: 0px;
}

#contactFormContainer .error .c66l,
.formContainer .error .c66l {
	width: 69%;
	display: inline-block;
}

#contactFormContainer .error .c33r.validation,
.formContainer .error .c33r.validation {
	width: 30%;
	display: inline-block;
	float: right;
}

#contactFormSuccessContainer,
#contactFormErrorContainer {
	display: none;
}

#contactFormSuccessContainer button.close,
#contactFormErrorContainer button.close {
	display: none !important;
}

#contactFormSuccessContainer a.btn,
#contactFormErrorContainer a.btn {
	display: block;
	margin-top: 20px;
	width: 145px;
	margin-left: 225px;
	border: none;
	background: #efefef;
	color: #333333;
	border-radius: 0;
}

input[type="radio"] {
	left: 20px !important;
	width: auto !important;
}

/*==================================================
* QUELLENANGABEN
* ===============================================*/
.number-on-reference {
	position: absolute;
	display: table-cell;
	font-family: "DBOffice-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #efefef;
	right: 10px;
	bottom: 10px;
	background-color: rgba(100, 105, 115, 0.4);
}

.carousel-inner .number-on-reference {
	right: 15px;
	bottom: 5px;
}

.isMobile .carousel-inner .number-on-reference {
	right: 35%;
}

.isMobile .carousel-inner .active > .number-on-reference {
	right: 15px;
	bottom: 100px;
}

.hover-nav .number-on-reference {
	top: 80px;
	right: 20px;
	height: 20px;
}

.btn-quelle span.glyphicon-chevron-right,
.btn-quelle span.glyphicon-chevron-down {
	padding-right: 6px;
	font-size: 8px;
}

#showSources {
	padding-bottom: 20px;
	padding-left: 20px;
}

#demo {
	font-size: 10px;
	font-family: "DBOffice-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #878c96;
	padding-left: 20px;
	padding-bottom: 40px;
	padding-top: 20px;
}

button.btn.btn-link.btn-quelle {
	font-size: 12px;
	font-family: "DBOffice-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #878c96;
	padding-right: 4px;
	padding-left: 20px;
}

button.btn.btn-link.btn-quelle:focus {
	outline: none;
}

/*==================================================
* Bootstrap Select Buttons
* ===============================================*/
.btn-group.bootstrap-select {
	margin-top: 20px;
	padding-left: 30px;
}

.btn-group.bootstrap-select .btn.dropdown-toggle {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	background-image: none;
	background-color: #efefef;
	text-shadow: none;
}

.btn-group.bootstrap-select .btn.dropdown-toggle .caret {
	color: #ffffff !important;
}

.btn-group.bootstrap-select .btn.dropdown-toggle:after {
	content: " ";
	position: absolute;
	width: 1px;
	height: 30px;
	top: 0;
	right: 30px;
	background: #ffffff;
}

.btn-group.bootstrap-select .btn.dropdown-toggle .caretBlock {
	display: inline-block;
	background-color: #646973;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.btn-group.bootstrap-select .dropdown-menu {
	min-width: 0;
	margin-left: 30px;
	margin-top: 10px;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.btn-group.bootstrap-select.bundesland .dropdown-menu {
	width: 159px;
}

.btn-group.bootstrap-select.zeitraum {
	padding-left: 10px;
}

.btn-group.bootstrap-select.zeitraum .dropdown-menu {
	width: 79px;
}

.filtercriteria ul.dropdown-menu {
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: #efefef;
	margin-top: 18px;
}

.filtercriteria ul.dropdown-menu li {
	padding-right: 20px;
}

form[name="resultsPerPageFormBottom"] .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 98px;
	float: right;
}

#first-pagination {
	padding-right: 0px;
}

#second-pagination {
	padding-left: 70px;
}

/*==================================================
* error  Page
* ===============================================*/
p.error-number {
	font-family: "DBOffice-Bold";
}

.error-message {
	font-family: "DBOffice-Regular";
}

.error-page-reiter {
	padding-bottom: 88px;
	padding-top: 76px;
	cursor: text;
	line-height: 22px;
	font-size: 20px;
	text-align: right;
	color: #000000;
}

.detail-message {
	padding-bottom: 8px;
	color: #2D2D2D;
}

.detail-error {
	padding-bottom: 88px;
	padding-top: 76px;
	font-family: "DBOffice-Regular";
	font-size: 14px;
	line-height: 17px;
}

.detail-error a {
	color: #878C96;
}

/*==================================================
* TAB-PANEL
* ===============================================*/
main div[role=tabpanel] ul[role=tablist],
.main div[role=tabpanel] ul[role=tablist] {
	padding-left: 10px;
}

main div[role=tabpanel] div.tab-content,
.main div[role=tabpanel] div.tab-content {
	border: 1px solid #cccccc;
	border: 1px solid rgba(204, 204, 204, 0.2);
	margin-top: -1px;
}

main div[role=tabpanel] div.tab-content .row .col-sm-4,
.main div[role=tabpanel] div.tab-content .row .col-sm-4 {
	text-align: right;
}

main div[role=tabpanel] div.tab-content .row .col-sm-8 p,
.main div[role=tabpanel] div.tab-content .row .col-sm-8 p {
	margin: 0;
}

main .sidebar-holder,
.main .sidebar-holder {
	margin-top: 37px;
}

/*==================================================
* MOBILE
* ===============================================*/
.searchbar,
.share-mobile-iconbar {
	display: none;
}

@media only screen and (max-width: 640px) {
	.jumbotron {
		display: none;
	}

	.hover-nav,
	.navbar-ebene-2,
	.navbar-ebene-3,
	.navbar-ebene-4 {
		display: none !important;
	}

	.videoLayer {
		display: none;
	}

	.header-image .header-overlay-h1 {
		font-size: 110%;
		font-family: "DBOffice-Bold";
		bottom: 65px;
		top: initial;
		left: 25px;
		min-width: 158px;
		max-width: 190px;
		padding-right: 15px;
		height: 33px;
		overflow: hidden;
		white-space: nowrap;
	}

	#startPageCarousel:before,
	.header-image .image-wrapper:before {
		display: none;
	}

	.image-wrapper > img.visible-xs {
		max-width: 100%;
	}

	.btn.btn-laenderauswahl.dropdown-toggle {
		display: none;
	}

	#faq-kontext .btn.btn-laenderauswahl.dropdown-toggle {
		display: block;
	}

	.twitter-typeahead {
		display: none !important;
	}

	.topsearch > .input-group-btn,
	.personlogout > .input-group-btn {
		display: inherit;
	}

	.row-navbar-ebene-1:before,
	.navbar-ebene-3:after {
		display: none;
	}

	.table-responsive {
		border: none;
	}

	.error-page-reiter {
		padding-bottom: 3px;
		padding-top: 21px;
		cursor: text;
		font-size: 31px;
		text-align: left;
		color: #000000;
		padding-left: 5px;
	}

	.detail-message {
		padding-bottom: 4px;
		padding-top: 4px;
		color: #2D2D2D;
	}

	.detail-error {
		font-family: "DBOffice-Regular";
		font-size: 24px;
		padding-bottom: 0px;
		padding-top: 0px;
		line-height: 33px;
		padding-left: 5px;
	}

	p.error-number {
		font-family: "DBOffice-Bold";
		line-height: 32px;
	}

	.error-message {
		font-family: "DBOffice-Regular";
		line-height: 35px;
	}

	.detail-error a {
		color: #878C96;
	}

	.cookie {
		position: absolute;
		width: 200px;
		z-index: 99999;
		left: 10%;
		right: 10%;
		top: 25%;
		bottom: 25%;
		margin: 0 auto;
	}

	.cookie .cookie-text {
		display: table-row !important;
	}

	.cookie .cookie-text p {
		display: table-cell;
		vertical-align: middle;
		padding: 20px;
	}

	.cookie .cookie-ok {
		display: table-row !important;
		width: auto;
		height: 30px !important;
	}

	.cookie .cookie-ok p {
		display: table-cell;
		vertical-align: middle;
		padding: 0;
	}

	.cookie .cookie-ok a {
		height: 30px !important;
		line-height: 30px !important;
	}

	.fill {
		margin-right: -10px;
		margin-top: 1px;
		width: auto;
	}

	.fill > img {
		width: 100%;
	}

	.row-header {
		height: 60px;
	}

	.row-header .logo-wrapper {
		margin-left: 15px;
		margin-top: -13px;
	}

	.row-header .logo-wrapper img {
		height: 27.5px;
	}

	.row-header .dropbutton,
	.row-header .personlogout,
	.row-header .topsearch {
		position: relative;
		margin-top: 17.5px;
		float: right;
		left: initial;
		right: initial;
		top: initial;
		bottom: initial;
	}

	.row-header .dropbutton > .btn.btn-laenderauswahl {
		height: 30px;
		width: 30px;
		padding-top: 5px;
		padding-left: 6px;
	}

	.row-header .dropbutton > .btn.btn-laenderauswahl:active {
		background: #646973 !important;
	}

	.row-header .dropbutton > .btn.btn-laenderauswahl i {
		background-size: 15px 9px;
		border: 1px solid #d0d0d0;
		width: 16px;
		height: 10px;
	}

	.row-header .topsearch,
	.row-header .personlogout {
		width: 30px;
		margin-left: 10px;
		margin-right: 0;
		padding: 0;
	}

	.row-header .topsearch > .input-group-btn,
	.row-header .personlogout > .input-group-btn {
		display: inherit;
		width: 30px;
		height: 30px;
	}

	.row-header .topsearch > .input-group-btn button.btn.btn-topsearch,
	.row-header .personlogout > .input-group-btn button.btn.btn-topsearch,
	.row-header .topsearch > .input-group-btn button.btn.btn-personlogout,
	.row-header .personlogout > .input-group-btn button.btn.btn-personlogout {
		height: 30px;
		margin: 0 !important;
		width: 30px !important;
		padding-top: 5px;
		background-color: #efefef;
	}

	.row-header .topsearch > .input-group-btn button.btn.btn-topsearch:active i.icon-Suche,
	.row-header .personlogout > .input-group-btn button.btn.btn-topsearch:active i.icon-Suche,
	.row-header .topsearch > .input-group-btn button.btn.btn-personlogout:active i.icon-Suche,
	.row-header .personlogout > .input-group-btn button.btn.btn-personlogout:active i.icon-Suche,
	.row-header .topsearch > .input-group-btn button.btn.btn-topsearch:active i.BSicon-PersonLogout,
	.row-header .personlogout > .input-group-btn button.btn.btn-topsearch:active i.BSicon-PersonLogout,
	.row-header .topsearch > .input-group-btn button.btn.btn-personlogout:active i.BSicon-PersonLogout,
	.row-header .personlogout > .input-group-btn button.btn.btn-personlogout:active i.BSicon-PersonLogout {
		color: #ffffff;
	}

	.row-header .topsearch > .input-group-btn button.btn.btn-topsearch i.icon-Suche,
	.row-header .personlogout > .input-group-btn button.btn.btn-topsearch i.icon-Suche,
	.row-header .topsearch > .input-group-btn button.btn.btn-personlogout i.icon-Suche,
	.row-header .personlogout > .input-group-btn button.btn.btn-personlogout i.icon-Suche {
		width: 17px;
		height: 15px;
		margin-top: 0;
		font-size: 100%;
		color: #777777;
	}

	.row-header .topsearch > .input-group-btn button.btn.btn-topsearch i.BSicon-PersonLogout,
	.row-header .personlogout > .input-group-btn button.btn.btn-topsearch i.BSicon-PersonLogout,
	.row-header .topsearch > .input-group-btn button.btn.btn-personlogout i.BSicon-PersonLogout,
	.row-header .personlogout > .input-group-btn button.btn.btn-personlogout i.BSicon-PersonLogout {
		width: 17px;
		height: 15px;
		margin-left: -6px;
		margin-top: 1px;
		font-size: 104%;
		color: #777777;
	}

	.container-navbar-ebene-1 .row {
		background: #f5f8f9;
		font-family: "DBHead-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
		height: 45px;
	}

	.container-navbar-ebene-1 .row .navbar-default.navbar-ebene-1 {
		position: initial;
		margin-top: 11px;
		min-height: 34px;
	}

	.container-navbar-ebene-1 .row .navbar-default.navbar-ebene-1 .navbar-header {
		padding-left: 18px;
		padding-right: 16px;
		color: #424242;
	}

	.container-navbar-ebene-1 .row .navbar-default.navbar-ebene-1 #nav-collapse-ebene-1 {
		padding: 0;
	}

	.container-navbar-ebene-1 .row .navbar-default .navbar-brand {
		border-top: none;
		padding: 2px 0 4px 10px;
		font-size: 120%;
		height: initial;
		display: inline-block;
		color: #424242;
		position: absolute;
		left: 15px;
	}

	.container-navbar-ebene-1 .row .navbar-default .navbar-brand .nav-text-main {
		margin-left: 12px;
		font-family: "DBHead-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
		display: inline-block;
	}

	.container-navbar-ebene-1 .row .navbar-default .navbar-toggle {
		border: none;
		border-radius: 0;
		padding: 0;
		margin-top: 2.5px;
	}

	.container-navbar-ebene-1 .row .navbar-default .navbar-toggle .icon-bar {
		background-color: #424242;
		height: 2px;
		border-radius: 0;
		padding: 0;
		min-width: 16px !important;
		width: 16px;
		margin-top: 3px;
	}

	.container-navbar-ebene-1 .row .navbar-default .navbar-toggle .glyphicon-remove {
		color: #424242;
	}

	.header-image {
		height: 145px;
		min-height: 0 !important;
	}

	.header-image .h1-wrapper {
		position: absolute;
		top: auto;
		left: 25px;
		bottom: 69px;
	}

	.header-image .h1-wrapper a {
		display: inline-block;
	}

	.header-image .h1-wrapper a .header-overlay-h1 {
		font-size: 110%;
		font-family: "DBOffice-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
		top: initial;
		left: initial;
		min-width: 158px;
		max-width: 190px;
		width: auto;
		padding-right: 15px;
		height: 33px;
		overflow: hidden;
		white-space: nowrap;
		position: relative;
		margin: 0;
	}

	.header-image .h1-wrapper a .header-overlay-h1 i.video-icon:after {
		background-color: #efefef;
		background-color: rgba(239, 239, 239, 0.8);
		content: "\e611";
		cursor: pointer;
		position: absolute;
		margin-top: -49px;
		margin-left: -51px;
		height: 33px;
		width: 33px;
		font-family: 'icomoon';
		font-style: normal;
		font-size: 130%;
		padding: 7px 8px;
		color: black;
		display: none;
	}

	.header-image .h1-wrapper a.video-button {
		position: relative;
		top: -33px;
		margin-left: -3px;
	}

	.header-image .header-overlay-h2 {
		font-size: 120%;
		line-height: 110%;
		font-weight: 100;
		top: initial;
		bottom: -9px;
		left: 0;
		width: 100%;
		height: 74px;
		padding: 10px 40px 10px 40px;
		max-width: none;
	}

	.header-image .image-wrapper a.video-button > i:after {
		background-color: #efefef;
		background-color: rgba(239, 239, 239, 0.8);
		content: "\e611";
		cursor: pointer;
		position: absolute;
		top: 47px;
		left: 195px;
		height: 33px;
		width: 33px;
		font-family: 'icomoon';
		font-style: normal;
		font-size: 130%;
		padding: 7px 8px;
		color: black;
	}

	.container.content {
		padding-top: 15px;
		padding-left: 20px;
	}

	.container.content .row:first-child > .modul-strukturseite {
		margin-top: -5px;
	}

	.main .modul-strukturseite {
		height: 150px;
	}

	.main .modul-strukturseite h1 {
		font-size: 110%;
	}

	.main .modul-strukturseite h2 {
		font-size: 110%;
		margin-top: 4px;
		line-height: 18px;
	}

	article {
		font-size: 75%;
		padding-left: 20px;
		padding-right: 10px;
	}

	article.news {
		padding-left: 20px;
		padding-right: 20px;
	}

	article h2 {
		color: #646973;
	}

	article h2 ~ .carousel {
		margin-top: -5px !important;
	}

	article p {
		color: #2d2d2d;
	}

	article p + ul,
	article p + ol {
		margin-top: 12px;
	}

	article p.datum-dachzeile {
		margin-bottom: 2px !important;
	}

	article blockquote {
		padding: 15px 0 5px;
	}

	article blockquote + i {
		margin-top: -50px;
	}

	article table {
		margin-left: 0px;
		width: 100% !important;
	}

	article table td,
	article table th {
		padding-left: 15px !important;
		padding-right: 15px !important;
		line-height: 19px !important;
	}

	article table tr:first-child td:nth-child(n+2):before,
	article table tr:first-child th:nth-child(n+2):before {
		height: 19px;
	}

	article ul li,
	article ol li {
		line-height: 23px;
	}

	article ol {
		padding-left: 16px;
	}

	article .mehr-panel {
		width: 100%;
		height: 27.5px;
		margin-left: -10px;
	}

	article .mehr-panel .mehr-text {
		padding: 15px;
	}

	article .mehr-panel .mehr-text i.glyphicon.glyphicon-chevron-right {
		margin-right: 18px;
	}

	article .panel-group {
		width: 100%;
		margin-left: -10px;
	}

	article .panel-group .panel .panel-body {
		padding-left: 15px !important;
	}

	article .panel-group .panel .panel-body table {
		margin-left: 0px;
	}

	article .panel-group .panel .panel-body > .table-responsive {
		padding-left: 0px;
		margin-left: -15px;
		width: 100%;
		width: calc(100% + 30px);
	}

	article .panel-group .panel .panel-heading .panel-title {
		padding-left: 30px;
	}

	article .panel-group .panel .panel-heading .panel-title i.glyphicon.glyphicon-chevron-right,
	article .panel-group .panel .panel-heading .panel-title i.glyphicon.glyphicon-chevron-down {
		margin-right: 18px;
		margin-left: -30px;
	}

	article .article-media.full {
		margin-left: 0px;
	}

	article .article-media.full .media-wrapper {
		position: relative;
	}

	article .article-media.full .media-wrapper:before {
		margin-top: -22px;
		margin-left: -22px;
		top: 50%;
		left: 50%;
		display: none;
	}

	article .article-media.position-left {
		padding-right: 0;
		float: none;
	}

	article .article-media.position-left .image-footer.zweizeilig {
		padding: 15px 0 5px 0 !important;
	}

	article .article-media.position-right {
		padding-left: 0;
		float: none;
	}

	article .article-media.position-right .image-footer.zweizeilig {
		padding: 15px 0 5px 0 !important;
	}

	article .article-media.video .media-wrapper {
		height: 180px;
		min-height: 100%;
	}

	article .article-media.video .media-wrapper iframe {
		height: 100%;
	}

	article .carousel {
		margin-bottom: 20px;
	}

	article .carousel .carousel-inner {
		width: 100%;
		margin: 0 auto;
	}

	article .carousel .carousel-inner .img-responsive {
		margin: 0 auto !important;
		max-width: 140px !important;
	}

	article .carousel .carousel-indicators {
		display: none;
	}

	article .carousel .carousel-control-holder {
		height: 38px;
		width: 50%;
		position: absolute;
		top: 0;
	}

	article .carousel .carousel-control-holder > div {
		position: relative;
		width: 100%;
		height: 38px;
	}

	article .carousel .carousel-control-holder.right-carousel-control-holder {
		right: 0;
	}

	article .carousel .carousel-control-holder.left-carousel-control-holder {
		left: 0;
	}

	article .carousel .carousel-control {
		width: 34px;
		height: 34px;
		background: #878c96;
		color: #ffffff;
		opacity: 1;
	}

	article .carousel .carousel-control.left {
		left: initial;
		right: 50px;
	}

	article .carousel .carousel-control.right {
		right: initial;
		left: 50px;
	}

	article .videoBox {
		margin-left: 0px;
	}

	article .article-pager-wrapper {
		font-size: 66.66%;
		padding-bottom: 20px;
	}

	article .article-pager-wrapper .article-pager {
		height: 100px;
	}

	article .article-pager-wrapper .article-pager.left {
		border-right: 5px solid #ffffff;
		margin-right: -5px;
	}

	article .article-pager-wrapper .article-pager.right {
		border-left: 5px solid #ffffff;
		margin-left: -5px;
	}

	article .article-pager-wrapper .article-pager > .article-pager-chevron {
		width: 20px;
		line-height: 100px;
	}

	article .article-pager-wrapper .article-pager > .article-pager-textbox {
		line-height: 100px;
		max-width: 80%;
	}

	article .article-pager-wrapper .article-pager > .article-pager-textbox.left {
		padding-right: 5px;
	}

	article .article-pager-wrapper .article-pager > .article-pager-textbox.right {
		padding-left: 5px;
	}

	article .article-pager-wrapper .article-pager > .article-pager-textbox div {
		line-height: 20px;
	}

	article .article-pager-wrapper .article-pager > .article-pager-textbox div .article-pager-datum {
		font-size: 107.7%;
	}

	article .article-pager-wrapper .article-pager > .article-pager-textbox div .article-pager-text {
		font-size: 138.46%;
	}

	aside {
		font-size: 70%;
		padding-left: 10px;
		padding-right: 10px;
	}

	aside .nba-element {
		float: left;
		width: 45%;
		margin-bottom: 10px;
	}

	aside .nba-element h1 {
		padding: 0px 6px 0 6px;
		margin-top: 10px;
		border-bottom: none;
	}

	aside .nba-element h2 {
		padding: 0 6px;
		margin-top: 8px;
	}

	aside .nba-element p {
		padding: 0 6px;
	}

	aside .nba-element p.email {
		padding: 6px;
	}

	aside .nba-element .grid-sizer {
		width: 45%;
	}

	aside .nba-element i.icon-Kontakt {
		font-size: 13.5px;
	}

	aside .nba-element i.icon-Share {
		font-size: 11.5px;
	}

	aside .nba-element i.icon-Download {
		font-size: 16px;
	}

	aside .nba-element i.icon-E-Book {
		font-size: 15px;
	}

	aside .nba-element i.icon-Link {
		font-size: 12px;
	}

	aside .nba-element i.icon-News {
		font-size: 10.05px;
	}

	aside .nba-element i.icon-Info {
		font-size: 13px;
	}

	aside .nba-element.Share a {
		padding-left: 5px;
	}

	footer {
		padding: 0px 20px;
		min-height: 80px;
		margin-top: 60px;
	}

	footer p.copyright {
		position: absolute;
		top: 15px;
		z-index: 5;
	}

	footer:before {
		top: 60px;
	}

	footer:after {
		width: 85px;
		height: 20px;
	}

	footer .db-bracket-top {
		margin-left: -10px;
	}

	footer .db-bracket-bottom {
		min-height: 20px;
	}

	footer .footer-mobile {
		padding-bottom: 20px;
		margin-left: -20px;
		margin-right: -40px;
	}

	footer .footer-mobile ul {
		list-style: none;
		padding-top: 5px;
		padding-left: 0;
	}

	footer .footer-mobile ul li {
		border-bottom: 1px solid #cccccc;
		line-height: 40px;
	}

	footer .footer-mobile ul li:before {
		content: "\003E";
		margin-right: 5px;
		padding-left: 20px;
	}

	footer .footer-mobile ul li:last-child {
		border-bottom: none;
	}

	footer .footer-mobile ul li:hover,
	footer .footer-mobile ul li:active {
		color: #ff0000;
	}

	footer .footer-mobile ul li:hover a,
	footer .footer-mobile ul li:active a {
		color: #ff0000;
		text-decoration: underline;
	}

	footer .footer-mobile ul li a {
		font-size: 100%;
		color: #111111;
	}

	.modal {
		font-size: 85.3%;
	}

	.modal > button.close {
		margin-right: 20px;
		margin-top: 20px;
		width: 34px;
		height: 34px;
	}

	.modal .modal-dialog {
		width: 100%;
		margin: initial;
	}

	.modal .modal-dialog .modal-content {
		margin: 0 30px;
	}

	.modal .modal-dialog .modal-content .modal-body {
		padding: 0;
	}

	.modal .modal-dialog .modal-content .modal-body #carousel-generic .carousel-indicators {
		display: none;
	}

	.modal .modal-dialog .modal-content .modal-body #carousel-generic .carousel-control {
		margin: 10%;
		text-shadow: none !important;
	}

	.modal .modal-dialog .modal-content .modal-body #carousel-generic .carousel-control.right {
		right: 0;
		bottom: initial;
		margin: 0 -30px 0 0;
		top: 40%;
	}

	.modal .modal-dialog .modal-content .modal-body #carousel-generic .carousel-control.left {
		left: 0;
		bottom: initial;
		margin: 0 0 0 -30px;
		top: 40%;
	}

	.modal .modal-dialog .modal-content .modal-body #carousel-generic .carousel-control .glyphicon.glyphicon-chevron-right:before {
		min-width: 46px;
		min-height: 46px;
		font-size: 40%;
		padding: 16px;
	}

	.modal .modal-dialog .modal-content .modal-body #carousel-generic .carousel-control .glyphicon.glyphicon-chevron-right:active:before {
		background: #646973 !important;
		color: #ffffff !important;
	}

	.modal .modal-dialog .modal-content .modal-body #carousel-generic .carousel-control .glyphicon.glyphicon-chevron-left:before {
		min-width: 46px;
		min-height: 46px;
		font-size: 40%;
		padding: 16px;
	}

	.modal .modal-dialog .modal-content .modal-body #carousel-generic .carousel-control .glyphicon.glyphicon-chevron-left:active:before {
		background: #646973 !important;
		color: #ffffff !important;
	}

	.modal .modal-dialog .modal-content .modal-body #carousel-generic .carousel-caption {
		height: 65px;
		padding: 10px 20px;
	}

	.modal .modal-dialog .modal-content .modal-body #carousel-generic .carousel-caption h3 {
		font-size: 130%;
	}

	#subcl .subcolumns ul.ui-autocomplete,
	.topsearch + ul {
		display: none !important;
	}

	input#q::-webkit-input-placeholder {
		color: transparent;
	}

	input#q:-moz-placeholder {
		color: transparent;
	}

	input#q::-moz-placeholder {
		color: transparent;
	}

	input#q:-ms-input-placeholder {
		color: transparent;
	}

	.subcolumns {
		position: relative;
	}

	.subcolumns #search {
		position: absolute;
		top: -138px !important;
		left: 0 !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.subcolumns #search #q {
		width: 100% !important;
	}

	.subcolumns #search #searchButton {
		display: none !important;
	}

	#suche-kontext,
	#faq-kontext {
		padding-left: 0;
	}

	#suche-kontext .suche-kontext-ergebnisse-anzahl h1:after,
	#faq-kontext .suche-kontext-ergebnisse-anzahl h1:after,
	#suche-kontext .faq-kontext-ergebnisse-weiter h1:after,
	#faq-kontext .faq-kontext-ergebnisse-weiter h1:after {
		margin-top: 0px;
	}

	#suche-kontext .faq-kontext-ergebnisse-steuerung,
	#faq-kontext .faq-kontext-ergebnisse-steuerung {
		padding-top: 20px;
		font-size: 130%;
	}

	#suche-kontext .suche-kontext-ergebnisse-steuerung,
	#faq-kontext .suche-kontext-ergebnisse-steuerung {
		display: none;
	}

	#subcl #did-you-mean,
	#faq #did-you-mean {
		margin-left: 10px;
	}

	#subcl #did-you-mean > p,
	#faq #did-you-mean > p {
		padding-bottom: 0;
		padding-top: 50px;
		margin-bottom: -30px;
	}

	#subcl .set,
	#faq .set {
		top: -5px !important;
		left: 0px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	#subcl #result,
	#faq #result {
		margin-top: 0px;
		padding-top: 30px;
	}

	#subcl #result #docs,
	#faq #result #docs {
		padding-left: 0;
	}

	#faq #result {
		padding-top: 0;
	}

	.modul-strukturseite {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 5px;
		display: table;
		width: 100%;
		height: 100%;
		background-size: contain;
		background-clip: content-box;
	}

	.modul-strukturseite a {
		color: #878c96;
	}

	.modul-strukturseite a:hover,
	.modul-strukturseite a:active {
		text-decoration: none;
	}

	.modul-strukturseite section,
	.modul-strukturseite > a > div {
		position: relative;
		display: table-row;
	}

	.modul-strukturseite section > img,
	.modul-strukturseite > a > div > img {
		width: 100% !important;
		display: block;
		position: relative;
		min-height: 169px;
	}

	.modul-strukturseite section .schaltflaeche-wrapper,
	.modul-strukturseite > a > div .schaltflaeche-wrapper {
		position: absolute;
		display: table-cell;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: 5px 10px;
		z-index: 1;
		background: #efefef;
		background: rgba(239, 239, 239, 0.8);
	}

	.modul-strukturseite section .schaltflaeche-wrapper .schaltflaeche-text,
	.modul-strukturseite > a > div .schaltflaeche-wrapper .schaltflaeche-text {
		margin-top: 45px;
		margin-left: 10px;
		float: left;
		width: 80%;
	}

	.modul-strukturseite section .schaltflaeche-wrapper .schaltflaeche-text h1,
	.modul-strukturseite > a > div .schaltflaeche-wrapper .schaltflaeche-text h1 {
		margin-top: 0;
	}

	.modul-strukturseite section .schaltflaeche-wrapper .schaltflaeche-text h2,
	.modul-strukturseite > a > div .schaltflaeche-wrapper .schaltflaeche-text h2 {
		margin-left: 20px;
		color: black;
	}

	.modul-strukturseite section .schaltflaeche-wrapper .schaltflaeche-arrow,
	.modul-strukturseite > a > div .schaltflaeche-wrapper .schaltflaeche-arrow {
		width: 20px;
		float: right;
		height: 90%;
		line-height: 140px;
		text-align: center;
	}

	.modul-strukturseite section .schaltflaeche-wrapper .schaltflaeche-arrow i.glyphicon.glyphicon-chevron-right,
	.modul-strukturseite > a > div .schaltflaeche-wrapper .schaltflaeche-arrow i.glyphicon.glyphicon-chevron-right {
		padding-left: 1px;
		line-height: 30px;
		margin-right: 5px;
	}

	.main .modul-strukturseite:hover img,
	.main .modul-strukturseite:active img,
	.main .modul-strukturseite:focus img {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
		height: auto;
		margin: 0;
	}

	.main .modul-strukturseite:hover h1,
	.main .modul-strukturseite:active h1,
	.main .modul-strukturseite:focus h1 {
		text-decoration: none;
	}

	#startPageCarouselMobile .carousel-caption {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		padding-top: 0;
		padding-bottom: 0;
		color: #ffffff;
		text-align: left;
		text-shadow: none;
		min-width: 100%;
		/*
h2:before,
h2:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h2:before {
content: "\e079";
border-right: 1px solid;
padding-right: 1px;
line-height: 15px;
margin-left: 5px;
position: absolute;
left: 0;
top: 12px;
font-size: 60%;
font-weight: 100;
}
h2:after {
content: "\e080";
border-left: 1px solid;
padding-left: 1px;
line-height: 15px;
margin-right: 5px;
position: absolute;
right: 0;
top: 12px;
font-size: 60%;
font-weight: 100;
}
*/
	}

	#startPageCarouselMobile .carousel-caption > h2 {
		min-width: 100%;
	}

	#startPageCarouselMobile .carousel-caption .video-button > i:after {
		background-color: #efefef;
		background-color: rgba(239, 239, 239, 0.8);
		content: "\e611";
		cursor: pointer;
		position: absolute;
		top: -107px;
		left: 216px;
		height: 33px;
		width: 33px;
		font-family: 'icomoon';
		font-style: normal;
		font-size: 130%;
		padding: 7px 8px;
		color: black;
	}

	#startPageCarouselMobile .carousel-indicators {
		bottom: -2px;
	}

	#startPageCarouselMobile .carousel-indicators li {
		width: 6px;
		height: 6px;
	}

	#startPageCarouselMobile .carousel-indicators .active {
		width: 7px;
		height: 7px;
	}

	#startPageCarouselMobile .carousel-control {
		position: absolute;
		z-index: 10;
		top: 0;
		bottom: 0;
		width: 15%;
		opacity: 1;
		filter: alpha(opacity=100);
		font-size: 60%;
		color: #ffffff;
		text-align: center;
		text-shadow: none;
		background: none !important;
	}

	#startPageCarouselMobile .carousel-control.left {
		left: 0;
	}

	#startPageCarouselMobile .carousel-control.left > .glyphicon:before {
		position: absolute;
		padding-right: 1px;
		line-height: 15px;
		font-weight: 100;
		bottom: 48px;
	}

	#startPageCarouselMobile .carousel-control.left > .glyphicon-chevron-left {
		margin-left: -20px;
		top: 0;
		bottom: 0;
	}

	#startPageCarouselMobile .carousel-control.right {
		right: 0;
	}

	#startPageCarouselMobile .carousel-control.right > .glyphicon:before {
		position: absolute;
		padding-left: 1px;
		line-height: 15px;
		font-weight: 100;
		bottom: 48px;
	}

	#startPageCarouselMobile .carousel-control.right > .glyphicon-chevron-right {
		top: 0;
		bottom: 0;
	}

	button.navbar-toggle.close-button {
		display: none;
		color: #ffffff;
		font-size: 130%;
		margin-bottom: -3px;
		margin-top: 1.5px !important;
	}

	.share-mobile-iconbar {
		width: 100%;
		background: #cccccc;
		position: absolute;
		z-index: 6;
		height: 50px;
		left: 0;
		right: 0;
		top: 9px;
		padding: 10px;
		text-align: center;
	}

	.share-mobile-iconbar a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		display: inline-block;
		background: #ececec;
		vertical-align: middle;
		text-align: center;
		margin-right: 10px;
		color: #646973;
	}

	.share-mobile-iconbar a:last-child {
		margin-right: 0;
		background: #646973;
		color: #ffffff;
		font-size: 100%;
	}

	.share-mobile-iconbar a span {
		display: none;
	}

	a.share-mobile-button {
		width: 30px;
		height: 30px;
		line-height: 30px;
		display: inline-block;
		background: #cccccc;
		vertical-align: middle;
		text-align: center;
		color: #646973;
		z-index: 5;
		position: absolute;
		right: 16px;
		top: 19px;
	}

	a.share-mobile-button:hover,
	a.share-mobile-button:active {
		color: #646973;
	}

	.searchbar {
		width: 100%;
		height: 55px;
		background: #ccc;
		padding: 12px 0;
		text-align: center;
	}

	.searchbar input {
		height: 30px;
		width: 70%;
		line-height: 30px;
		border: none;
		padding: 0;
		margin-left: 20px;
		margin-right: 10px;
	}

	.searchbar a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		display: inline-block;
		background: #ececec;
		vertical-align: middle;
		text-align: center;
		margin-right: 20px;
		margin-top: -4px;
		color: #646973;
		background: #646973;
		color: #ffffff;
		font-size: 100%;
	}

	#paginationCarousel .carousel-inner .item {
		min-height: 90px;
		height: 90px;
	}

	#paginationCarousel .carousel-caption {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		padding-top: 0;
		padding-bottom: 0;
		color: #ffffff;
		text-align: left;
		text-shadow: none;
		min-width: 100%;
		min-height: 90px;
		max-height: 90px;
		height: 90px;
	}

	#paginationCarousel .carousel-caption > h1,
	#paginationCarousel .carousel-caption h2 {
		color: #1c1c1c;
		font-size: 100%;
		margin: 0;
		padding: 0;
		text-align: left;
	}

	#paginationCarousel .carousel-caption > h1 {
		margin-left: 60px;
		margin-bottom: 5px;
		width: 65%;
		margin-top: 15px;
		font-family: "DBOffice-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	#paginationCarousel .carousel-caption > h2 {
		margin-left: 70px;
		width: 60%;
	}

	#paginationCarousel .carousel-indicators {
		bottom: -2px;
	}

	#paginationCarousel .carousel-indicators li {
		width: 6px;
		height: 6px;
		background: #cccccc;
	}

	#paginationCarousel .carousel-indicators .active {
		width: 7px;
		height: 7px;
		background: #646973;
	}

	#paginationCarousel .carousel-control {
		position: absolute;
		z-index: 10;
		top: 0;
		bottom: 0;
		width: 15%;
		opacity: 1;
		filter: alpha(opacity=100);
		font-size: 60%;
		color: #646973;
		text-align: center;
		text-shadow: none;
		background: none !important;
	}

	#paginationCarousel .carousel-control.left {
		left: 0;
	}

	#paginationCarousel .carousel-control.left > .glyphicon:before {
		position: absolute;
		border-right: 1px solid #646973;
		padding-right: 1px;
		line-height: 15px;
		font-weight: 100;
	}

	#paginationCarousel .carousel-control.left > .glyphicon-chevron-left {
		margin-left: -20px;
	}

	#paginationCarousel .carousel-control.right {
		right: 0;
	}

	#paginationCarousel .carousel-control.right > .glyphicon:before {
		position: absolute;
		border-left: 1px solid #646973;
		padding-left: 1px;
		line-height: 15px;
		font-weight: 100;
	}

	#paginationCarousel .carousel-inner .item {
		min-height: 90px;
		height: 90px;
	}

	.row-navbar-ebene-1 {
		position: initial;
		min-height: 34px;
	}

	.row-navbar-ebene-1 .col-xs-12 {
		z-index: 999;
	}

	.row-navbar-ebene-1 .col-xs-12 .navbar-ebene-1 {
		border: none;
	}

	.row-navbar-ebene-1 .col-xs-12 .navbar-ebene-1 .container-fluid {
		padding: 0;
	}

	.row-navbar-ebene-1 .col-xs-12 .navbar-ebene-1 .container-fluid .navbar-header {
		padding: 0;
		margin: 0;
	}

	@-webkit-keyframes MenuAnimOut2 {
		100% {
			-webkit-transform: translateX(-100%);
			opacity: 1;
		}
	}
	@keyframes MenuAnimOut2 {
		100% {
			-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
			opacity: 1;
		}
	}
	@-webkit-keyframes MenuAnimIn2 {
		0% {
			-webkit-transform: translateX(-100%);
			opacity: 1;
		}
		100% {
			-webkit-transform: translateX(0px);
			opacity: 1;
		}
	}
	@keyframes MenuAnimIn2 {
		0% {
			-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
			opacity: 1;
		}
		100% {
			-webkit-transform: translateX(0px);
			transform: translateX(0px);
			opacity: 1;
		}
	}
	@-webkit-keyframes SubMenuAnimIn2 {
		0% {
			-webkit-transform: translateX(100%);
			opacity: 1;
		}
		100% {
			-webkit-transform: translateX(0px);
			opacity: 1;
		}
	}
	@keyframes SubMenuAnimIn2 {
		0% {
			-webkit-transform: translateX(100%);
			transform: translateX(100%);
			opacity: 1;
		}
		100% {
			-webkit-transform: translateX(0px);
			transform: translateX(0px);
			opacity: 1;
		}
	}
	@-webkit-keyframes SubMenuAnimOut2 {
		0% {
			-webkit-transform: translateX(0%);
			opacity: 1;
		}
		100% {
			-webkit-transform: translateX(100%);
			opacity: 1;
		}
	}
	@keyframes SubMenuAnimOut2 {
		0% {
			-webkit-transform: translateX(0%);
			transform: translateX(0%);
			opacity: 1;
		}
		100% {
			-webkit-transform: translateX(100%);
			transform: translateX(100%);
			opacity: 1;
		}
	}
	/* Common styles of menus */
	.dl-menuwrapper {
		position: relative;
		-webkit-perspective: 1000px;
		perspective: 1000px;
		-webkit-perspective-origin: 50% 200%;
		perspective-origin: 50% 200%;
		/* Dynamically added submenu outside of the menu context */
	}

	.dl-menuwrapper .dl-back {
		display: none;
		padding-left: 30px;
	}

	.dl-menuwrapper .dl-back.dl-backopen {
		display: inline-block;
	}

	.dl-menuwrapper .dl-back .dl-backtext,
	.dl-menuwrapper .dl-back .dl-backicon {
		display: none;
	}

	.dl-menuwrapper .dl-back .dl-backtext {
		margin-left: 12px;
	}

	.dl-menuwrapper ul {
		padding: 0;
		list-style: none;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	.dl-menuwrapper li {
		position: relative;
		border: none !important;
		/* Hide the inner submenus */
	}

	.dl-menuwrapper li:not(:first-child):not(.dl-subviewopen):before {
		content: "";
		display: block;
		width: 85%;
		margin: 0 auto;
		height: 1px;
		background-color: #343537;
	}

	.dl-menuwrapper li.dl-currentlevel > a:first-child {
		border-left: solid #ff0000 3px;
	}

	.dl-menuwrapper li a {
		display: inline-block;
		position: relative;
		padding: 15px 20px;
		font-size: 100%;
		line-height: 20px;
		font-weight: 300;
		color: #ffffff !important;
		outline: none;
	}

	.dl-menuwrapper li a.gt {
		margin-left: 3%;
		width: 15%;
	}

	.dl-menuwrapper li a:not(.gt) {
		width: 80%;
	}

	.dl-menuwrapper li.pressed {
		background-color: #343537;
	}

	.dl-menuwrapper li > a:after {
		right: 10px;
		color: rgba(0, 0, 0, 0.15);
	}

	.dl-menuwrapper li .dl-submenu {
		display: none;
	}

	.dl-menuwrapper .dl-menu {
		background-color: rgba(56, 60, 68, 0.95);
		margin: 5px 0 0 0;
		width: 100%;
		opacity: 0;
		pointer-events: none;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
		/* Animation classes for moving out and in */
	}

	.dl-menuwrapper .dl-menu.dl-menu-toggle {
		transition: all 0.3s ease;
	}

	.dl-menuwrapper .dl-menu.dl-menuopen {
		opacity: 1;
		pointer-events: auto;
	}

	.dl-menuwrapper .dl-menu.dl-subview li,
	.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen > a,
	.dl-menuwrapper .dl-menu.dl-subview li.dl-subview > a {
		display: none !important;
	}

	.dl-menuwrapper .dl-menu.dl-subview li.dl-subview,
	.dl-menuwrapper .dl-menu.dl-subview li.dl-subview .dl-submenu,
	.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen,
	.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
	.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
		display: block !important;
	}

	.dl-menuwrapper .dl-menu.dl-animate-out-2 {
		-webkit-animation: MenuAnimOut2 0.3s;
		animation: MenuAnimOut2 0.3s;
	}

	.dl-menuwrapper .dl-menu.dl-animate-in-2 {
		-webkit-animation: MenuAnimIn2 0.3s;
		animation: MenuAnimIn2 0.3s;
	}

	.dl-menuwrapper > .dl-submenu {
		position: absolute;
		width: 100%;
		top: 50px;
		left: 0;
		margin: 0;
	}

	.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
		-webkit-animation: SubMenuAnimIn2 0.3s;
		animation: SubMenuAnimIn2 0.3s;
	}

	.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
		-webkit-animation: SubMenuAnimOut2 0.3s;
		animation: SubMenuAnimOut2 0.3s;
	}

	/*==================================================
* TAB-PANEL
* ===============================================*/
	main div[role=tabpanel] div.tab-content,
	.main div[role=tabpanel] div.tab-content {
		border: none;
	}

	main div[role=tabpanel] div.tab-content a,
	.main div[role=tabpanel] div.tab-content a {
		text-decoration: none;
	}

	main div[role=tabpanel] div.tab-content .row .col-sm-4,
	.main div[role=tabpanel] div.tab-content .row .col-sm-4 {
		text-align: left;
	}

	main div[role=tabpanel] div.tab-content .row .col-sm-8,
	.main div[role=tabpanel] div.tab-content .row .col-sm-8 {
		display: none;
	}

	main div[role=tabpanel] div.tab-content .row p [class^="hidden"],
	.main div[role=tabpanel] div.tab-content .row p [class^="hidden"] {
		margin: 0 0 0 10px;
	}

	main div[role=tabpanel] div.tab-content .row p [class^="hidden"]:before,
	.main div[role=tabpanel] div.tab-content .row p [class^="hidden"]:before {
		content: "\e080";
		font-size: 10px;
		line-height: 14px;
		color: #1C1C1C;
		font-family: 'Glyphicons Halflings';
	}

	main div[role=tabpanel] div.tab-content .row .presseInfoReiterElement,
	.main div[role=tabpanel] div.tab-content .row .presseInfoReiterElement,
	main div[role=tabpanel] div.tab-content .row .presseInfoReiterFilter,
	.main div[role=tabpanel] div.tab-content .row .presseInfoReiterFilter {
		cursor: pointer;
	}

	main div[role=tabpanel] div.tab-content .aktuelles-pagination,
	.main div[role=tabpanel] div.tab-content .aktuelles-pagination {
		margin-top: 17px;
		margin-bottom: 0;
	}

	main div[role=tabpanel] div.tab-content .aktuelles-pagination:first-child,
	.main div[role=tabpanel] div.tab-content .aktuelles-pagination:first-child {
		margin-top: 0;
	}

	.row.aktuelles-pagination article a {
		margin: 0 0 0 -10px;
	}

	.row.aktuelles-pagination article h1 a {
		padding-bottom: 2px;
		margin: 0;
		color: #2D2D2D;
	}

	.container.content .row div + div.col-sm-8 p {
		margin-bottom: 5px;
	}

	.row.aktuelles-pagination {
		margin-bottom: 17px;
	}

	.row.aktuelles-pagination .pagination {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}

	.row.aktuelles-pagination .pagination li {
		display: inline-block;
	}

	article h1 {
		margin-bottom: 10px;
	}

	.nba-element.Kontakt p.contactName {
		padding: 0 5px;
	}

	/* form styles*/
	#contactFormContainer .warning,
	.formContainer .warning {
		display: block;
	}

	#contactFormContainer input:not([type=checkbox]),
	.formContainer input:not([type=checkbox]),
	#contactFormContainer input:not([type=radio]),
	.formContainer input:not([type=radio]) {
		width: 100%;
	}

	#contactFormContainer input[type="checkbox"],
	.formContainer input[type="checkbox"] {
		width: 12px;
	}

	#contactFormContainer input[type=button],
	.formContainer input[type=button],
	#contactFormContainer input[type=submit],
	.formContainer input[type=submit] {
		width: 100%;
		margin-left: -10px;
	}

	#contactFormContainer input[type="checkbox"],
	.formContainer input[type="checkbox"] {
		background: none;
	}

	#contactFormContainer textarea,
	.formContainer textarea {
		width: 100%;
		height: 86px;
	}

	#contactFormContainer .form-group,
	.formContainer .form-group {
		width: 100%;
	}

	#contactFormContainer .form-group fieldset .wrapper.dark.clearfix,
	.formContainer .form-group fieldset .wrapper.dark.clearfix {
		width: 100%;
	}
}

/*# sourceMappingURL=bootstrap-theme.css.map */
