@charset "UTF-8";
.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;
  max-height: 420px;
  overflow-x: hidden;
}
.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 + 1;
}
.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-Black';
  src: url('../fonts/db-font/dbhea07-webfont.eot');
  src: local('?'), url('../fonts/db-font/dbhea07-webfont.woff') format('woff'), url('../fonts/db-font/dbhea07-webfont.ttf') format('truetype'), url('../fonts/db-font/dbhea07-webfont.svgz#webfontAEWTlQQg') format('svg'), url('../fonts/db-font/dbhea07-webfont.svg#webfontAEWTlQQg') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DBHead-Regular';
  src: url('../fonts/db-font/dbhea03-webfont.eot');
  src: local('?'), url('../fonts/db-font/dbhea03-webfont.woff') format('woff'), url('../fonts/db-font/dbhea03-webfont.ttf') format('truetype'), url('../fonts/db-font/dbhea03-webfont.svgz#webfontAEWTlQQg') format('svg'), url('../fonts/db-font/dbhea03-webfont.svg#webfontAEWTlQQg') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* dboffice-2014 */
@font-face {
  font-family: 'DBOffice-BoldItalic';
  src: url('../fonts/dboffice-2014/dboff36.eot');
  src: local('?'), url('../fonts/dboffice-2014/dboff36.woff') format('woff'), url('../fonts/dboffice-2014/dboff36.ttf') format('truetype'), url('../fonts/dboffice-2014/dboff36.svgz#webfontTYk3dnOZ') format('svg'), url('../fonts/dboffice-2014/dboff36.svg#webfontTYk3dnOZ') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'DBOffice-Bold';
  src: url('../fonts/dboffice-2014/dboff06.eot');
  src: local('?'), url('../fonts/dboffice-2014/dboff06.woff') format('woff'), url('../fonts/dboffice-2014/dboff06.ttf') format('truetype'), url('../fonts/dboffice-2014/dboff06.svgz#webfontAEWTlQQg') format('svg'), url('../fonts/dboffice-2014/dboff06.svg#webfontAEWTlQQg') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DBOffice-Italic';
  src: url('../fonts/dboffice-2014/dboff33.eot');
  src: local('?'), url('../fonts/dboffice-2014/dboff33.woff') format('woff'), url('../fonts/dboffice-2014/dboff33.ttf') format('truetype'), url('../fonts/dboffice-2014/dboff33.svgz#webfontWj0v86g1') format('svg'), url('../fonts/dboffice-2014/dboff33.svg#webfontWj0v86g1') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'DBOffice-Regular';
  src: url('../fonts/dboffice-2014/dboff03.eot');
  src: local('?'), url('../fonts/dboffice-2014/dboff03.woff') format('woff'), url('../fonts/dboffice-2014/dboff03.ttf') format('truetype'), url('../fonts/dboffice-2014/dboff03.svgz#webfont6gtNigYU') format('svg'), url('../fonts/dboffice-2014/dboff03.svg#webfont6gtNigYU') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icon-font_v3/icomoon.eot?6dorb1');
  src: url('../fonts/icon-font_v3/icomoon.eot?#iefix6dorb1') format('embedded-opentype'), url('../fonts/icon-font_v3/icomoon.woff?6dorb1') format('woff'), url('../fonts/icon-font_v3/icomoon.ttf?6dorb1') format('truetype'), url('../fonts/icon-font_v3/icomoon.svg?6dorb1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  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-Uhr:before {
  content: "\e615";
}
.icon-Ort:before {
  content: "\e616";
}
.icon-Pfeil:before {
  content: "\e617";
}
.icon-Info:before {
  content: "\e618";
}
.icon-Kalender:before {
  content: "\e619";
}
.icon-Pfeil-duenn:before {
  content: "\e620";
}
.icon-Fax:before {
  content: "\e621";
}
.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, #646973 0%, #484b52 100%);
  background-image: -o-linear-gradient(top, #646973 0%, #484b52 100%);
  background-image: linear-gradient(to bottom, #646973 0%, #484b52 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff646973', endColorstr='#ff484b52', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #43464d;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #484b52;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #484b52;
  border-color: #43464d;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #484b52;
  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, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  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, #646973 0%, #4c5058 100%);
  background-image: -o-linear-gradient(top, #646973 0%, #4c5058 100%);
  background-image: linear-gradient(to bottom, #646973 0%, #4c5058 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff646973', endColorstr='#ff4c5058', 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, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', 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 #4c5058;
  background-image: -webkit-linear-gradient(top, #646973 0%, #52565f 100%);
  background-image: -o-linear-gradient(top, #646973 0%, #52565f 100%);
  background-image: linear-gradient(to bottom, #646973 0%, #52565f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff646973', endColorstr='#ff52565f', GradientType=0);
  border-color: #52565f;
}
.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, #646973 0%, #585d65 100%);
  background-image: -o-linear-gradient(top, #646973 0%, #585d65 100%);
  background-image: linear-gradient(to bottom, #646973 0%, #585d65 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff646973', endColorstr='#ff585d65', 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-de.png') url('../images/flag-en.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;
}
@media (max-width: 959px) and (min-width: 641px) {
  .page-wrapper {
    overflow-x: visible;
  }
}
/*==================================================
 * 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: 207px;
  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.8);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
  top: 5%;
  right: 0;
  width: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  behavior: url(../js/PIE-2.0beta1/PIE.htc);
  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-open {
  overflow: auto;
}
.modal {
  overflow: auto;
}
.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 0;
}
.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.hideIndicators .carousel-control {
  display: 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 {
  display: table;
  height: auto;
  padding: 2px 0;
  text-align: left;
}
.modal .modal-dialog .modal-content .modal-body .article-media.video .image-footer .image-footer-text {
  display: table-cell;
  width: 100%;
  padding: 10px 15px 8px 20px;
  vertical-align: middle;
}
.modal .modal-dialog .modal-content .modal-body .article-media.video .image-footer .image-footer-link {
  display: table-cell;
  border-left: 2px solid lightgray;
  padding: 0 20px 0 15px;
  vertical-align: middle;
}
@media (min-width: 641px) {
  .modal .modal-dialog .modal-content .modal-body .article-media.video .image-footer .image-footer-link {
    white-space: nowrap;
  }
}
.modal .modal-dialog .modal-content .modal-body .article-media.video .image-footer .image-footer-link .icon-Share {
  padding-right: 8px;
}
/*==================================================
 * Header
 * ===============================================*/
header {
  padding-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;
  margin-left: 8px;
}
.row-header .dropbutton {
  right: 20px;
}
.row-header .dropbutton i[class*="flag-"] {
  display: inline-block;
  width: 20px;
  height: 12px;
  padding: 0;
  margin: 0;
}
.row-header .dropbutton i.flag-de {
  background: url('../images/flag-de.png') no-repeat;
}
.row-header .dropbutton i.flag-en {
  background: url('../images/flag-en.png') no-repeat;
}
.row-header .dropbutton i.flag-fr {
  background: url('../images/flag-fr.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.flagmenuBig {
  min-width: 125px;
  text-align: left;
}
.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[class*="flag-"] {
  margin: 0 5px 0 0;
}
.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 button.btn.btn-topsearch:focus {
  outline: none;
}
.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: #646973;
}
.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;
}
.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: #646973;
  background-color: rgba(100, 105, 115, 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;
  height: 138px;
}
.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.active:empty {
  display: none;
}
.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: #646973;
}
.hover-nav [class*="col-"] li a:hover,
.hover-nav [class*="col-"] li a:focus {
  color: #646973;
}
/*==================================================
 * Navigation
 * ===============================================*/
/*
.navbar-ebene-3:after {
    content: "";
    position:absolute;
    z-index: -2;
    -webkit-box-shadow:0 0 40px @shadowcolor;
    box-shadow: 0 0 20px @shadowcolor;
    top: 5px;
    left: -5%;
    right: -5%;
    width: 110%;
    height: 7px;
    -moz-border-radius:100%;
    border-radius:100%;
    behavior: url(../js/PIE-2.0beta1/PIE.htc);
}
*/
.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.8), 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: #646973;
}
.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
 * ===============================================*/
nav {
  background: #ffffff;
}
.container-navbar-ebene-1 .row {
  background: #ffffff;
}
.row-navbar-ebene-1:before {
  content: "";
  position: absolute;
  z-index: 0;
  -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%;
  behavior: url(../js/PIE-2.0beta1/PIE.htc);
}
.row-navbar-ebene-1.hovered:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.row-navbar-ebene-1 > div:first-child {
  background: #ffffff;
}
/*==================================================
 * 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 -10px;
}
.container.content .row div + div.col-sm-8 article > *:last-child {
  margin-bottom: 0;
}
/* Abstände Links für Start- und Strukturseite */
.startseite .container.content,
.strukturseite .container.content {
  padding-left: 10px;
  padding-right: 10px;
}
/* Keine Boarder auf startseite */
/* Download im Inhaltbereich*/
div.icon-Download {
  float: left;
  font-size: 34px;
  margin-right: 10px;
  padding-top: 0px;
  margin-left: -10px;
  color: #646973;
}
p.download-title {
  padding-top: 7px;
  line-height: normal;
  font-weight: bold;
}
article .panel-group .panel .panel-body div.icon-Download {
  margin-left: 10px;
}
/* RichText Settings */
article {
  padding-left: 40px;
  overflow: hidden;
  margin-bottom: 30px;
  max-width: 620px;
}
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:not([class^=icon-]):before {
  content: "\e114";
}
article .panel-group .panel a.collapsed i:not([class^=icon-]):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 h2,
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 .panel-body .article-media.full {
  margin-left: -10px;
}
article .panel-group .panel .panel-body > img,
article .panel-group .panel .panel-body .carousel {
  margin-left: 10px;
}
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;
}
@-moz-document url-prefix() {
  display: block !important;
  width: 100% !important;
}
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;
  }
  @-moz-document url-prefix() {
    width: 100% !important;
    display: block !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,
article table thead tr 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,
article table thead tr th:nth-child(n+2):before {
  background: #e5e5e5;
  content: " ";
  margin: 0 -15px;
  position: relative;
  float: left;
  width: 1px;
  height: 21px;
}
article table:not(.tablesorter) tr:first-child td > strong,
article table:not(.tablesorter) tr:first-child th > strong,
article table thead tr 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,
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 !important;
  padding: 0 !important;
  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%;
}
article > *:last-child {
  margin-bottom: 0;
}
.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;
  min-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 {
  margin-bottom: 0;
}
.row.aktuelles-pagination:last-child div {
  z-index: 9;
}
.row.aktuelles-pagination:last-child div .pagination {
  margin-bottom: 0;
}
.grid-sizer p {
  margin-left: 0 !important;
}
@media (min-width: 641px) {
  main.strukturseite:after,
  main.startseite:after {
    content: "";
    background-color: #ffffff;
    height: 30px;
    width: 960px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.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:first-child {
  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;
}
.main section.modul-strukturseite:last-child h2 {
  margin-bottom: 0;
}
/*==================================================
 * NBA
 * ===============================================*/
#nba-masonry {
  margin-bottom: 30px;
}
#nba-masonry .margin-media .media-wrapper-margin {
  position: relative;
  margin-top: 15px;
}
.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 p i.icon-Fax {
  font-size: 13px;
}
.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.Kontakt p a i.icon-Share {
  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.Module {
  border: none;
}
.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,
.header-image .header-wrapper #search {
  position: absolute;
  top: -180px;
  left: -10px;
}
#subcl .subcolumns #search #labelQuery,
#faq .subcolumns #search #labelQuery,
.header-image .header-wrapper #search #labelQuery {
  display: none;
}
#subcl .subcolumns #search #q,
#faq .subcolumns #search #q,
.header-image .header-wrapper #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,
.header-image .header-wrapper #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,
.header-image .header-wrapper #search #searchButton > img {
  display: none;
}
#subcl .subcolumns #search #searchButton:before,
#faq .subcolumns #search #searchButton:before,
.header-image .header-wrapper #search #searchButton:before {
  content: "\e60e";
  font-family: 'icomoon';
  speak: none;
  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,
.header-image .header-wrapper #search #searchButton:active {
  background: #646973;
}
#subcl .subcolumns #search #searchButton:active:before,
#faq .subcolumns #search #searchButton:active:before,
.header-image .header-wrapper #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:nth-last-child(2) #pagination-bottom,
#faq .list-controls.floatbox:nth-last-child(2) #pagination-bottom {
  margin-bottom: 0;
}
#subcl .list-controls.floatbox:nth-last-child(2) + .clearBoth,
#faq .list-controls.floatbox:nth-last-child(2) + .clearBoth {
  font-size: 0px;
}
#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;
  display: inline-block;
  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;
  padding-right: 10px;
}
#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,
#suche-kontext .suche-kontext-filter h2 {
  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,
#suche-kontext .suche-kontext-filter h2: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;
  padding-bottom: 30px;
}
#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,
.header-image .header-wrapper ul.ui-autocomplete {
  list-style: none;
  position: absolute;
  width: 427px !important;
  top: -137px !important;
  left: -50px !important;
}
#subcl .subcolumns ul.ui-autocomplete li,
.topsearch + ul li,
.header-image .header-wrapper ul.ui-autocomplete 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,
.header-image .header-wrapper ul.ui-autocomplete li:last-child {
  border-bottom: none;
}
#subcl .subcolumns ul.ui-autocomplete li a,
.topsearch + ul li a,
.header-image .header-wrapper ul.ui-autocomplete 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,
.header-image .header-wrapper ul.ui-autocomplete li:hover a,
.header-image .header-wrapper ul.ui-autocomplete li:active a {
  font-family: "DBOffice-Bold";
  text-decoration: none;
}
#subcl .subcolumns ul.ui-autocomplete .ui-state-hover,
.topsearch + ul .ui-state-hover,
.header-image .header-wrapper ul.ui-autocomplete .ui-state-hover {
  font-family: "DBOffice-Bold";
  text-decoration: none;
}
/*==================================================
 * TopSearch Typeahead
 * ===============================================*/
.topsearch + ul {
  top: 75px !important;
  left: -22px !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: #646973;
  background-color: rgba(100, 105, 115, 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: #d9534f;
  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 .group-captcha label,
.formContainer .group-captcha label {
  margin-top: 15px;
}
#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;
}
@media (min-width: 641px) {
  main .row > .col-xs-12.col-sm-8.with-tabpanel,
  .main .row > .col-xs-12.col-sm-8.with-tabpanel {
    margin-bottom: 30px;
  }
  main .row > .col-xs-12.col-sm-8.with-tabpanel + div,
  .main .row > .col-xs-12.col-sm-8.with-tabpanel + div {
    margin-top: 37px;
  }
  main .row > .col-xs-12.col-sm-8.with-tabpanel + div > *,
  .main .row > .col-xs-12.col-sm-8.with-tabpanel + div > * {
    margin-bottom: 30px;
  }
  main .row > .col-xs-12.col-sm-8.with-tabpanel div.tab-content,
  .main .row > .col-xs-12.col-sm-8.with-tabpanel div.tab-content {
    max-width: 620px;
  }
}
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: 10px;
    margin: -7.5px 20px 0 0;
  }
  .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;
    min-height: 25px;
  }
  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: #646973;
  }
  footer .footer-mobile ul li:hover a,
  footer .footer-mobile ul li:active a {
    color: #646973;
    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,
  .header-image .header-wrapper ul.ui-autocomplete {
    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;
  }
  #subcl .subcolumns {
    position: relative;
  }
  #subcl .subcolumns #search,
  .header-image .header-wrapper #search {
    position: absolute;
    top: -138px;
    left: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #subcl .subcolumns #search #q,
  .header-image .header-wrapper #search #q {
    width: 100% !important;
  }
  #subcl .subcolumns #search #searchButton,
  .header-image .header-wrapper #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,
  #suche-kontext .suche-kontext-filter h2: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 {
    width: 97vw;
    top: -5px;
    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;
    margin-left: 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;
  }
  .kategorie-element {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .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;
  }
  .row.aktuelles-textonly {
    margin-bottom: 7px;
  }
  .row.aktuelles-textonly article {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.aktuelles-textonly article p {
    margin-bottom: 5px;
  }
  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%;
  }
}
/* Generisch */
section .container.content {
  background-color: #ffffff;
}
.header-image {
  background-color: #FFF;
}
.header-image .image-wrapper:after {
  content: none;
}
/* Abstandskorrekturen Inhalte */
.container.content {
  padding-top: 20px;
  padding-left: 0;
}
.container.content .hr {
  margin-top: 5px;
}
.container.content.news {
  padding-left: 10px;
  padding-right: 10px;
}
h1.title-dachzeile {
  margin-top: 10px;
}
article p.datum-dachzeile {
  padding-left: 5px;
}
article .download-info {
  color: #000000;
  font-size: 14px;
  white-space: nowrap;
}
article .Kontakt .embeddedContactImg {
  margin-right: -15px;
}
.isMobile article .Kontakt .embeddedContactImg {
  margin-right: 0;
}
article .Kontakt .embeddedContactText {
  margin-top: 20px;
}
article .Kontakt .embeddedContactText i {
  color: #878c96;
  width: 35px;
  font-size: 10px;
}
article .Kontakt .embeddedContactText i.icon-Fax {
  font-size: 13px;
}
article .Kontakt .embeddedContactText p {
  margin-left: 25px;
  color: #646973;
}
article .Kontakt .embeddedContactText .contactCompany,
article .Kontakt .embeddedContactText .contactName {
  color: #2d2d2d;
}
article .Kontakt .embeddedContactText .contactName {
  font-family: "DBOffice-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
a .icon-download-asset {
  background: url("../images/icon_download_default.svg") no-repeat;
  width: 62px;
  height: 62px;
  top: calc(50% - 31px);
  left: calc(50% - 31px);
  position: absolute;
}
a .icon-download-asset.hide-default-icon {
  opacity: 0;
}
a:hover .icon-download-asset,
a:active .icon-download-asset {
  background-image: url("../images/icon_download_mouseover.svg");
}
a:hover .icon-download-asset.hide-default-icon,
a:active .icon-download-asset.hide-default-icon {
  opacity: 1;
}
.selector-wrapper-left {
  float: left;
  margin: 18px 30px;
  min-width: 61px;
  line-height: 30px;
  height: 30px;
  border: none;
  border-radius: 0;
  background-color: #efefef;
  box-shadow: none;
}
/* Navbar */
#nav-collapse-ebene-1 {
  padding-left: 0;
}
#nav-collapse-ebene-1 .navbar-nav > li:first-child > a:before {
  background: none !important;
  margin: 0 0px !important;
}
#hover-1 {
  font-size: 100%;
}
#hover-1 > div h5 {
  color: #000000;
}
#hover-1 > div h5 a {
  font-weight: bold;
  overflow: hidden;
}
.hover-nav [class*="col-"] h5 {
  font-size: 100%;
}
.hover-nav [class*="col-"] h5 {
  color: #000000;
}
.hover-nav [class*="col-"] h5 a {
  font-weight: bold;
}
/* DropDowns in header. closely linked to siteswitcher.js */
@media (max-width: 640px) {
  .row-header .btn-group.dropbutton.open > .btn[class*='btn-'] {
    background-color: #646973 !important;
  }
}
.row-header .btn-group.dropbutton > .btn[class*='btn-'] {
  border-radius: 0;
  border: none;
  height: 30px;
  padding: 3px 7px 0;
  min-width: initial;
  width: auto;
  display: block;
  text-align: left;
}
@media (min-width: 641px) {
  .row-header .btn-group.dropbutton > .btn[class*='btn-'] {
    padding: 3px 0 0 7px;
  }
}
.row-header .btn-group.dropbutton > .btn[class*='btn-'] > .caret-block {
  background: #efefef;
  margin-left: 7px;
  top: -3px;
  position: relative;
  display: inline-block;
  width: 30px;
  height: inherit;
  padding: 5px 8px 6px;
  text-align: center;
  border-left: solid 1px #ffffff;
}
.row-header .btn-group.dropbutton > .btn[class*='btn-'] > .caret-block > .caret {
  color: #646973;
}
.row-header .btn-group.dropbutton > .btn[class*='btn-'].btn-laenderauswahl {
  background: #efefef;
}
@media (max-width: 640px) {
  .row-header .btn-group.dropbutton > .btn[class*='btn-'].btn-laenderauswahl {
    min-width: inherit;
    width: 30px;
  }
}
@media (min-width: 641px) {
  .row-header .btn-group.dropbutton > .btn[class*='btn-'].btn-laenderauswahl.flagmenu-small {
    min-width: inherit;
    width: inherit;
  }
  .row-header .btn-group.dropbutton > .btn[class*='btn-'].btn-laenderauswahl.flagmenu-small > .dropbutton-label.hidden-xs {
    display: none;
  }
  .row-header .btn-group.dropbutton > .btn[class*='btn-'].btn-laenderauswahl.flagmenu-small + ul.dropdown-menu.dropdown-laenderauswahl {
    min-width: 48px;
  }
}
.row-header .btn-group.dropbutton > .btn[class*='btn-'].btn-regionalauswahl,
.row-header .btn-group.dropbutton > .btn[class*='btn-'].btn-personlogout {
  background: #646973;
  color: #ffffff;
}
.row-header .btn-group.dropbutton > .btn[class*='btn-'].btn-regionalauswahl {
  padding-right: 0;
}
@media (max-width: 640px) {
  .row-header .btn-group.dropbutton > .btn[class*='btn-'].btn-personlogout {
    padding: 6px 9px;
    min-width: inherit;
    width: 30px;
  }
}
.row-header .btn-group.dropbutton > ul.dropdown-menu {
  min-width: 125px;
  width: auto;
  padding: 0;
}
@media (max-width: 640px) {
  .row-header .btn-group.dropbutton > ul.dropdown-menu {
    width: 100vw;
    margin-top: 10px;
  }
}
.row-header .btn-group.dropbutton > ul.dropdown-menu > li.divider {
  margin: 0 auto;
}
.row-header .btn-group.dropbutton > ul.dropdown-menu > li:not(.divider) {
  width: auto;
  margin: 6px 0;
}
.row-header .btn-group.dropbutton > ul.dropdown-menu > li:not(.divider) > a {
  padding-right: 7px;
}
.row-header .btn-group.dropbutton > ul.dropdown-menu > li:not(.divider) > a > i.BSicon-PersonLogout {
  margin: 0 15px 0 0;
}
.row-header .btn-group.dropbutton > ul.dropdown-menu > li:not(.divider) > a:hover:not(.active) {
  text-decoration: none;
  font-family: "DBOffice-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 640px) {
  .row-header .btn-group.dropbutton > ul.dropdown-menu > li:not(.divider) {
    height: 28px;
    max-height: 28px;
  }
  .row-header .btn-group.dropbutton > ul.dropdown-menu > li:not(.divider) > a {
    height: 28px;
    line-height: 25px;
    color: #000000;
    font-size: 14px;
  }
  .row-header .btn-group.dropbutton > ul.dropdown-menu > li:not(.divider) > a.active:before {
    content: '';
    border-left: solid 4px #646973;
    position: absolute;
    left: 0;
    height: 40px;
    margin-top: -11px;
  }
  .row-header .btn-group.dropbutton > ul.dropdown-menu > li:not(.divider) > a i[class*='flag-'] {
    vertical-align: text-top;
  }
}
/* Quellenangaben */
.gQuelleAngaben {
  font-family: "DBOffice-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 367px;
  color: #878c96;
  padding: 0px 20px 20px;
  text-decoration: none;
}
.quelleAngabenTitle {
  font-size: 12px;
}
.glisItself {
  padding-top: 10px;
  padding-left: 0px;
  font-size: 10px;
  list-style-type: none;
}
.gShowlisItem {
  padding: 0px;
  margin: 0px;
}
/* Buttons */
button#divNewNotifications,
button#divMonate,
button#toggleDivNewNotifications,
button#toggleDivMonate {
  border-radius: 0px;
  border: none;
}
button#divMonate {
  padding-left: 7px;
  border: none;
}
/* Paginierung */
.row.aktuelles-pagination .center-pagination {
  text-align: center;
}
.row.aktuelles-pagination .center-pagination .pagination {
  margin: 18px 0px;
}
.row.aktuelles-pagination .teaserimage {
  position: relative;
}
.row.aktuelles-textonly article {
  padding-left: 30px;
  margin-bottom: 7px;
}
.row.aktuelles-textonly article a {
  color: #2d2d2d;
  text-decoration: none;
  margin-left: 0;
}
.row.aktuelles-textonly article h1 {
  margin: 0;
}
.row.aktuelles-textonly article h1 a {
  padding-bottom: 0;
}
.row.aktuelles-textonly article .download-info:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 10px -4px 10px;
  background: url("../images/icon_download_simple.svg") no-repeat 50% 50%;
  background-size: cover;
}
/*==================================================
 * Presse Reiter
 * ===============================================*/
.presse-element {
  border: 2px solid #cccccc;
  border: 1px solid rgba(204, 204, 204, 0.2);
  width: 629px;
  padding: 20px;
  margin-top: -2px;
  margin-left: 10px;
}
.presse-element .presseInfoReiterVekehrmeldung {
  padding-bottom: 20px;
  padding-top: 36px;
  text-align: left;
  color: #2d2d2d;
}
.presse-element .presseInfoReiter {
  padding-left: 98px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 30px;
  color: #2d2d2d;
}
.presse-element .presseInfoReiterFilter {
  padding-left: 104px;
  text-align: left;
  padding-bottom: 20px;
  padding-top: 34px;
  color: #2d2d2d;
}
.presse-element .ReiterNachricht {
  padding-bottom: 30px;
  padding-left: -20px;
  padding-top: 2px;
  font-size: 14px !important;
  color: #646b75;
}
.presse-element .ReiterNachricht a {
  color: #878c96;
}
.presse-element .ReiterNachricht > p {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  color: #2d2d2d;
}
.presseInfoReiterElement,
.presseInfoReiterFilter {
  padding-bottom: 20px;
  padding-top: 36px;
  text-align: left;
  color: #000000;
  cursor: text;
}
.presseInfoReiterFilter {
  padding-top: 33px;
}
.presse-element a:hover,
.presse-element a:active {
  text-decoration: none;
}
.presse-element .row.aktuelles-pagination:last-child {
  margin-bottom: 0;
}
.presse-element .row.aktuelles-pagination:last-child > div.presseInfoReiterElement,
.presse-element .row.aktuelles-pagination:last-child > div.presseInfoReiterFilter {
  padding: 0;
}
.presse-element .row.aktuelles-pagination:last-child > div.presseInfoReiterElement .ReiterNachricht,
.presse-element .row.aktuelles-pagination:last-child > div.presseInfoReiterFilter .ReiterNachricht {
  padding: 0;
}
ul.nav.nav-tabs {
  border-bottom: 0px;
  padding-left: 10px;
}
.nav-tabs > li > a {
  margin-right: 4px;
  border-radius: 0px;
  border: 0px;
  background-color: #efefef;
  bottom: 2px;
}
.nav-tabs > li.active > a {
  color: #ffffff;
  background-color: #646973;
  border-bottom-color: transparent;
  border-radius: 0px;
  border: 0px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  border: 0px;
  border-radius: 0px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #646973;
  border: 0px;
}
.Message-dachzeile {
  font-family: "DBOffice-Regular";
  font-size: 17px;
  text-align: right;
}
.Message-dachzeile .glyphicon {
  display: none;
}
.filterError {
  padding: 55px 43px 30px 43px;
  font-size: 18px;
  margin-left: 13px;
  margin-right: 23px;
}
.kategorie-element {
  padding-left: 30px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  padding-right: 20px;
}
span.glyphicon.glyphicon-calendar {
  padding-right: 8px;
  margin-left: 3px;
}
span.glyphicon.glyphicon-time {
  margin-left: 20px;
  padding-right: 8px;
}
span.glyphicon.glyphicon-map-marker {
  padding-right: 8px;
  margin-left: 20px;
}
div.btn-group.dropbutton.Bundesland {
  margin-left: 10px;
  padding-left: 10px;
  border: none;
}
div.btn-group.dropbutton.Monate {
  margin-left: 2px;
  border: none;
}
.dropdown-menu {
  width: 95%;
  background: #efefef;
  border-radius: none;
  border: none;
}
.Kategorien .list-controls.floatbox {
  text-align: none !important;
}
h3.filterNachMonate {
  margin-top: 0;
  font-size: 17px;
  margin-bottom: 10px;
  padding-top: 60px;
}
.btn-uebersichtSeite {
  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", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  background-color: #f7f7f7;
}
.btn-uebersichtSeite > .glyphicon {
  margin-right: 8px;
}
h2.nba-reiterPresseinformation {
  margin-top: 0px;
}
.nba-element a.gWeiterlesen {
  padding-left: 25px;
}
.nba-element div.klar {
  margin-bottom: 10px;
}
p.datum-dachzeile-presse,
p.datum-dachzeile-Vekehrmeldung,
p.datum-dachzeile-presse-filter {
  font-family: "DBOffice-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 5px;
  font-size: 17px;
  text-align: right;
}
p.datum-dachzeile-Vekehrmeldung a {
  color: #000000;
}
p.datum-dachzeile-presse-info {
  text-align: left;
  color: #000000;
  font-size: 108%;
  margin-bottom: 7px;
}
.element-Presse-info {
  margin: 18px 0;
}
h1 + .element-Presse-info {
  margin-top: 21px;
}
p.gTitelMeldung {
  color: #646973;
  margin-bottom: 6px;
}
h2.gTitelPresseinformation {
  font-size: 17px;
  color: #000000;
}
div.nba-element.Info.grid-sizer {
  /* margin-right: 0px; */
}
.kategorie-element a {
  text-decoration: none;
}
.kategorie-element a:hover,
.kategorie-element a:active {
  color: inherit;
  text-decoration: none;
}
#verkehrsmeldungen .presse-element .ReiterNachricht {
  padding-bottom: 26px !important;
}
#verkehrsmeldungen .presse-element .ReiterNachricht span.weiterlesen {
  cursor: pointer;
}
article.ReiterNachricht a {
  text-decoration: none;
}
article.ReiterNachricht a i {
  cursor: default;
}
.ReiterNachricht i.glyphicon.glyphicon-map-marker,
.ReiterNachricht .icon-Ort {
  padding-right: 8px;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff !important;
  background-color: #646973 !important;
}
/*==================================================
* PARTNER-LOGOS
* ==================================================*/
section .container.content {
  padding-bottom: 50px;
  padding-right: 0;
}
section .container.content .partnerlogos {
  width: 100%;
  border-top: solid rgba(100, 105, 115, 0.15) 1px;
}
section .container.content .partnerlogos .row {
  margin: 0;
}
section .container.content .partnerlogos .row .partnerlogo {
  padding: 20px;
}
section .container.content .partnerlogos .row .partnerlogo img {
  width: 100%;
}
@media (max-width: 640px) {
  section .container.content .partnerlogos .row {
    margin-left: 0;
  }
  section .container.content .partnerlogos .row .col-xs-6.col-sm-2:nth-child(even) {
    padding: 0 0 0 15px;
  }
  section .container.content .partnerlogos .row .col-xs-6.col-sm-2:nth-child(odd) {
    padding: 0 15px 0 0;
  }
  section .container.content .partnerlogos .row img {
    width: auto;
  }
}
/*==================================================
 * für Icon Vielleich Provisorisch wegen abstand und Große
 * =================================================*/
.nba-element p.email {
  padding-left: 49px;
}
.nba-element h1 i.icon-News {
  line-height: 18px;
  font-size: 180%;
}
.nba-element i.icon-Email {
  padding-left: 0;
}
.nba-element i.icon-LinkedIn {
  padding-left: 4px;
}
.nba-element i.icon-Xing {
  padding-left: 4px;
}
.nba-element i.icon-Twitter {
  padding-left: 4px;
}
.nba-element i.icon-Googleplus {
  padding-left: 4px;
}
.nba-element i.icon-Facebook {
  padding-left: 4px;
}
.footer-col-narrow i.icon-Email {
  font-size: 61%;
}
.footer-col-narrow i.icon-LinkedIn {
  font-size: 80%;
}
.footer-col-narrow i.icon-Twitter {
  font-size: 80%;
}
.footer-col-narrow i.icon-Xing {
  font-size: 80%;
}
.footer-col-narrow i.icon-Googleplus {
  font-size: 80%;
}
.footer-col-narrow i.icon-Facebook {
  font-size: 80%;
}
.footer-col-narrow i.icon-RSS {
  font-size: 80%;
}
.faq-kontext-ergebnisse-auswahl {
  padding: 5px 8px;
  width: 262px;
  height: 30px;
  border: none;
  box-shadow: none;
  background: #efefef;
  background-image: none;
  height: 28px;
  border-radius: 0;
}
.faq-kontext-ergebnisse-auswahl-submit {
  margin-left: 20px;
  margin-top: 8px;
}
.nba-element p.email {
  padding-left: 26px;
}
.ReiterNav .presse {
  display: table-cell;
  font-size: 105%;
  padding: 5x;
  vertical-align: bottom;
}
.container .StartseiteHeadline h1 {
  color: #000000;
  font-family: "DBOffice-Bold";
  font-size: 140%;
  margin-top: 6px;
  margin-bottom: 0px;
}
.container .StartseiteHeadline h2 {
  color: #999999;
  font-family: "DBHead-Regular";
  font-size: 103%;
  font-weight: 100px;
  margin-top: 0px;
}
.container .StartseiteHeadline h1 a {
  color: #000000;
}
.tabs-navigation {
  list-style: none;
}
li.erste-tabs-navigation,
li.zweite-tabs-navigation {
  list-style: none;
}
ul.erste-tabs-navigation {
  position: relative;
  z-index: 2;
}
ul.erste-tabs-navigation,
ul.erste-tabs-navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
ul.nav-tabs.nav {
  padding-left: 20px;
}
.col-recht {
  margin-left: 322px;
  padding-left: 20px;
}
.main .modul-strukturseite h1 a {
  font-family: DBOffice-bold;
  font-size: 17px;
  color: #000000;
}
.main .modul-strukturseite h2 a {
  color: #878c96;
  font-size: 13px;
}
.presse-element.grid-sizer .ReiterNachricht p a {
  font-size: inherit;
  padding: inherit;
  margin: inherit;
  color: inherit;
  top: inherit;
}
.presse-element.grid-sizer .ReiterNachricht p a:hover,
.presse-element.grid-sizer .ReiterNachricht p a:active {
  color: inherit;
  text-decoration: none;
}
.ReiterNachricht .weiterlesen {
  display: block;
  color: #878c96;
  margin-top: 4px !important;
}
.ReiterNachricht .weiterlesen-text {
  display: inline;
}
/* 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:after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 30px;
  top: 0;
  right: 30px;
  background: #ffffff;
}
.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;
}
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;
}
@media (max-width: 641px) {
  #first-pagination {
    width: auto;
    margin-left: -30px;
  }
  #second-pagination {
    width: auto;
    padding-left: 30px !important;
  }
}
#second-pagination {
  padding-left: 70px;
}
/* XML-Filter */
#xml-filter-kontext {
  padding-left: 30px;
}
#xml-filter-kontext > form.mwf-form {
  margin-bottom: 0;
}
#xml-filter-kontext .faq-kontext-ergebnisse-steuerung {
  padding-top: 30px;
}
#xml-filter-kontext .faq-kontext-ergebnisse-steuerung .btn-group.bootstrap-select {
  margin-top: 0;
  padding-left: 0;
  padding-right: 30px;
}
.results.xml-filter {
  padding-top: 28px;
  padding-left: 15px;
}
/* external Links */
.icon-Link:before {
  content: url(../images/icon_link.png);
  position: relative;
  top: 8px;
}
@media (min-width: 641px) {
  .icon-Link:before {
    top: 6px;
  }
}
/* download link collection */
.icon-attachment:before {
  content: url(../images/icon_attachment.png);
  position: relative;
  top: 8px;
}
@media (min-width: 641px) {
  .icon-attachment:before {
    top: 6px;
  }
}
/* IMPORTS */
/* navbar and header image */
@media (min-width: 641px) {
  .container.header-image .image-wrapper {
    min-height: 290px;
  }
  .container.header-image .image-wrapper:after {
    content: "";
    height: 50px;
    position: absolute;
    left: -5%;
    right: -5%;
    bottom: -25px;
    z-index: -1;
    background-image: radial-gradient(70% 80% at bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 70%);
  }
  .container.header-image .db-bracket > div {
    background-color: #ffffff;
    height: 25px;
    position: relative;
  }
  .container.header-image .db-bracket > div.db-bracket-top {
    margin-top: -25px;
    margin-left: calc(66.66666667% - 9px);
  }
  .container.header-image .db-bracket .db-bracket-top-text {
    position: absolute;
    color: #ffffff;
    font-size: 14px;
    padding-top: 13px;
    padding-left: 20px;
    z-index: 1;
  }
  .container.header-image .db-bracket.header-wide .db-bracket-top {
    margin-left: 1270px;
  }
  .container.header-image .number-on-reference {
    margin-bottom: 25px;
  }
}
.container.header-image .header-caption {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  z-index: 10;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-end;
}
@media (min-width: 641px) {
  .container.header-image .header-caption {
    align-items: flex-start;
    justify-content: center;
  }
}
.container.header-image .header-caption h1,
.container.header-image .header-caption h2 {
  position: relative;
  top: 0;
  bottom: 0;
  margin: 0;
  overflow: hidden;
}
.container.header-image .header-caption h1 {
  min-width: 49vw;
  max-width: 80vw;
  width: auto;
  min-height: 33px;
  max-height: 43px;
  height: auto;
  padding: 7px 15px;
  white-space: normal;
  word-wrap: break-word;
  font-size: 120%;
  line-height: 19px;
  font-family: "DBOffice-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 641px) {
  .container.header-image .header-caption h1 {
    min-width: 160px;
    max-width: 280px;
    min-height: 45px;
    max-height: 62px;
    padding: 12px 20px 6px;
    font-size: 155%;
    line-height: 26px;
    font-family: "DBOffice-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.container.header-image .header-caption h2 {
  width: 100vw;
  min-height: 60px;
  max-height: 89px;
  height: auto;
  padding: 10px 34px 20px 34px;
  background-color: rgba(100, 105, 115, 0.7);
  font-size: 120%;
  line-height: 130%;
}
@media (min-width: 641px) {
  .container.header-image .header-caption h2 {
    min-width: 271px;
    max-width: 420px;
    width: auto;
    min-height: 45px;
    max-height: 100px;
    padding: 13px 20px 5px;
    font-size: 140%;
  }
}
.container.header-image .header-caption a {
  text-decoration: none;
}
@media (min-width: 641px) {
  .container.header-image .header-caption a {
    overflow: hidden;
    left: 45px;
    min-width: 325px;
    position: relative;
  }
}
.container.header-image .header-caption a h1 {
  overflow: visible;
}
@media (min-width: 641px) {
  .container.header-image .header-caption a h1.header-overlay-h1 {
    left: 0;
  }
}
.container.header-image .header-caption a h1:after {
  content: "\e620";
  font-family: 'icomoon', monospace;
  position: absolute;
  height: 100%;
  left: calc(100% + 1px);
  top: 0;
  text-align: center;
  padding: 7px;
  background: rgba(239, 239, 239, 0.8);
  width: 33px;
}
@media (min-width: 641px) {
  .container.header-image .header-caption a h1:after {
    width: 45px;
    padding: 9px;
  }
}
.container.header-image .header-caption a h1.video:after {
  content: "\e611";
}
.container.header-image .header-caption a h1.hasMuchText:after {
  width: 52px;
  padding: 16px;
}
@media (min-width: 641px) {
  .container.header-image .header-caption a h1.hasMuchText:after {
    width: 70px;
    padding: 20px;
  }
}
@media (min-width: 641px) {
  .container.header-image .header-caption a h2.header-overlay-h2 {
    left: 0;
  }
}
.container.header-image .header-caption a:focus {
  outline: none;
}
@media (min-width: 641px) {
  .container.header-image .header-caption a:nth-child(2) {
    left: 80px;
  }
}
.container.header-image .header-wide {
  margin: 0px -640px;
}
.container.header-image .slider-wide,
.container.header-image .slider-small {
  overflow: hidden;
}
.container.header-image .slider-wide:not(.slick-slider),
.container.header-image .slider-small:not(.slick-slider) {
  height: 330px;
}
.container.header-image .slider-wide .slide,
.container.header-image .slider-small .slide {
  position: relative;
  width: 100vw;
  overflow: hidden;
}
@media (min-width: 641px) {
  .container.header-image .slider-wide .slide,
  .container.header-image .slider-small .slide {
    width: auto;
  }
}
.container.header-image .slider-wide .slide .prevImg,
.container.header-image .slider-small .slide .prevImg {
  position: absolute;
  top: 0;
  z-index: 2;
}
.container.header-image .slider-wide .slide .header-caption,
.container.header-image .slider-small .slide .header-caption {
  top: 0;
}
.container.header-image .slider-wide .slick-prev,
.container.header-image .slider-small .slick-prev,
.container.header-image .slider-wide .slick-next,
.container.header-image .slider-small .slick-next {
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 2;
  border: none;
  background-color: transparent;
  top: calc(50% - 5px);
}
.container.header-image .slider-wide .slick-next,
.container.header-image .slider-small .slick-next {
  background-image: url(../images/icons_L2014_Slider_rechts.png);
  right: 0;
}
.container.header-image .slider-wide .slick-prev,
.container.header-image .slider-small .slick-prev {
  background-image: url(../images/icons_L2014_Slider_links.png);
  left: 0;
}
@media (min-width: 641px) {
  .container.header-image .slider-wide .slick-next,
  .container.header-image .slider-small .slick-next {
    right: 14px;
  }
  .container.header-image .slider-wide .slick-prev,
  .container.header-image .slider-small .slick-prev {
    left: 14px;
  }
  .container.header-image .slider-wide.autoplay .slide h2:after,
  .container.header-image .slider-small.autoplay .slide h2:after {
    content: '';
    height: 2px;
    width: 0;
    background-color: rgba(239, 239, 239, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 5000ms linear;
  }
  .container.header-image .slider-wide.autoplay .slide.slick-current h2:after,
  .container.header-image .slider-small.autoplay .slide.slick-current h2:after {
    width: 100%;
  }
}
@media (min-width: 641px) {
  .container.header-image .slider-wide {
    margin: 0px -640px;
  }
  .container.header-image .slider-wide .slick-next {
    right: 602px;
  }
  .container.header-image .slider-wide .slick-prev {
    left: 602px;
  }
  .container.header-image .slider-wide .slide {
    width: 960px;
  }
  .container.header-image .slider-wide .slide .header-caption {
    opacity: 0;
  }
  html:not(.cssfilters) .container.header-image .slider-wide .slide .header-caption {
    display: none;
  }
  .container.header-image .slider-wide .slide img {
    -webkit-filter: blur(35px);
    filter: blur(35px);
    margin-left: 30px;
  }
  .container.header-image .slider-wide .slide .number-on-reference {
    display: none;
    transition: display 500ms linear;
  }
  .container.header-image .slider-wide .slide.slick-current .header-caption {
    opacity: 1;
  }
  html:not(.cssfilters) .container.header-image .slider-wide .slide.slick-current .header-caption {
    display: flex;
  }
  .container.header-image .slider-wide .slide.slick-current img {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    margin-left: 0;
  }
  .container.header-image .slider-wide .slide.slick-current .number-on-reference {
    display: inherit;
  }
  .container.header-image .slider-wide .slide.slick-current + .slide img {
    margin-left: -30px;
  }
}
/* header flags */
/* Laenderauswahl */
.row-header .dropbutton i.flag-bg {
  background: url('../images/flag-bg.png') no-repeat;
}
.row-header .dropbutton i.flag-bs {
  background: url('../images/flag-bs.png') no-repeat;
}
.row-header .dropbutton i.flag-cs {
  background: url('../images/flag-cs.png') no-repeat;
}
.row-header .dropbutton i.flag-da {
  background: url('../images/flag-da.png') no-repeat;
}
.row-header .dropbutton i.flag-el {
  background: url('../images/flag-el.png') no-repeat;
}
.row-header .dropbutton i.flag-es {
  background: url('../images/flag-es.png') no-repeat;
}
.row-header .dropbutton i.flag-et {
  background: url('../images/flag-et.png') no-repeat;
}
.row-header .dropbutton i.flag-fi {
  background: url('../images/flag-fi.png') no-repeat;
}
.row-header .dropbutton i.flag-hr {
  background: url('../images/flag-hr.png') no-repeat;
}
.row-header .dropbutton i.flag-hu {
  background: url('../images/flag-hu.png') no-repeat;
}
.row-header .dropbutton i.flag-it {
  background: url('../images/flag-it.png') no-repeat;
}
.row-header .dropbutton i.flag-ja {
  background: url('../images/flag-ja.png') no-repeat;
}
.row-header .dropbutton i.flag-ko {
  background: url('../images/flag-ko.png') no-repeat;
}
.row-header .dropbutton i.flag-lt {
  background: url('../images/flag-lt.png') no-repeat;
}
.row-header .dropbutton i.flag-lv {
  background: url('../images/flag-lv.png') no-repeat;
}
.row-header .dropbutton i.flag-nl {
  background: url('../images/flag-nl.png') no-repeat;
}
.row-header .dropbutton i.flag-no {
  background: url('../images/flag-no.png') no-repeat;
}
.row-header .dropbutton i.flag-pt {
  background: url('../images/flag-pt.png') no-repeat;
}
.row-header .dropbutton i.flag-ro {
  background: url('../images/flag-ro.png') no-repeat;
}
.row-header .dropbutton i.flag-ru {
  background: url('../images/flag-ru.png') no-repeat;
}
.row-header .dropbutton i.flag-sk {
  background: url('../images/flag-sk.png') no-repeat;
}
.row-header .dropbutton i.flag-sr {
  background: url('../images/flag-sr.png') no-repeat;
}
.row-header .dropbutton i.flag-sv {
  background: url('../images/flag-sv.png') no-repeat;
}
.row-header .dropbutton i.flag-tr {
  background: url('../images/flag-tr.png') no-repeat;
}
.row-header .dropbutton i.flag-zh {
  background: url('../images/flag-zh.png') no-repeat;
}
/* article */
main article {
  /* update information */
  /* lists */
  /* images embedded */
  /* technical images (CMImage) embedded */
  /* different image types embedded */
  /* links embedded (in rich text field) */
  /* external links, downloadCol and zip-download embedded */
  /* downloads embedded */
  /* table */
}
main article p.update-info {
  margin-top: 15px !important;
  font-size: 12px;
  color: #646973;
}
@media (max-width: 640px) {
  main article p.update-info {
    margin-top: 18px !important;
  }
}
main article ul,
main article ol {
  margin-bottom: 13px;
}
main article ul li,
main article ol li {
  line-height: 20px;
  margin-bottom: 9px;
}
main article .article-media.full {
  margin-bottom: 37px;
}
@media (max-width: 640px) {
  main article .article-media.full {
    margin-left: -10px;
  }
}
main article .article-media[class*="position-"] .image-footer {
  margin: 0;
}
main article .article-media[class*="position-"] .image-footer p {
  margin: 0 !important;
}
main article .article-media .image-footer > p {
  font-size: 93%;
}
main article .article-media .image-footer.zweizeilig {
  padding: 9px 0 3px 15px;
  border-bottom: 1px solid rgba(100, 105, 115, 0.15);
}
@media (min-width: 641px) {
  main article .article-media .image-footer.zweizeilig {
    padding: 7px 0 0 30px;
  }
}
main article .article-media .image-footer.zweizeilig > p {
  margin-bottom: 3px !important;
  line-height: 130%;
  color: #646973;
}
main article > img {
  margin-left: -10px;
}
@media (min-width: 641px) {
  main article .article-media[class*="position-"][class*=" embeddedWith-"] {
    display: block;
    clear: none;
    margin-top: 0;
  }
  main article .article-media[class*="position-"][class*=" embeddedWith-"] + [class*=" embeddedWith-"] {
    margin-left: 0;
  }
  main article .article-media[class*="position-"][class*=" embeddedWith-"] .image-footer {
    display: block;
    margin: 0;
    padding: 6%;
  }
  main article .article-media[class*="position-"][class*=" embeddedWith-"] .image-footer.zweizeilig {
    padding: 3% 6% !important;
  }
  main article .article-media[class*="position-"].embeddedWith-25 {
    width: calc(25% + 20px);
  }
  main article .article-media[class*="position-"].embeddedWith-50 {
    width: calc(50% + 20px);
  }
  main article .article-media[class*="position-"].embeddedWith-75 {
    width: calc(75% + 20px);
  }
}
main article > p:not(.download-link) a,
main article .panel-group .panel .panel-body a {
  text-decoration: underline;
}
main article > p.summary a {
  text-decoration: none;
}
main article .embeddedLink,
main article .embeddedDownloadCol,
main article .embeddedZipDownload {
  margin: 14px 0 33px;
}
@media (min-width: 641px) {
  main article .embeddedLink,
  main article .embeddedDownloadCol,
  main article .embeddedZipDownload {
    margin-bottom: 30px;
  }
}
main article .embeddedLink a,
main article .embeddedDownloadCol a,
main article .embeddedZipDownload a {
  color: #646973;
}
main article .embeddedLink p,
main article .embeddedDownloadCol p,
main article .embeddedZipDownload p {
  color: #646973;
  padding-left: 25px !important;
}
main article .embeddedLink p.link-title,
main article .embeddedDownloadCol p.link-title,
main article .embeddedZipDownload p.link-title {
  padding-left: 21px !important;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(105, 105, 115, 0.15);
}
@media (min-width: 641px) {
  main article .embeddedLink p.link-title,
  main article .embeddedDownloadCol p.link-title,
  main article .embeddedZipDownload p.link-title {
    padding-bottom: 3px;
  }
}
main article .embeddedLink p.link-title .icon-Link,
main article .embeddedDownloadCol p.link-title .icon-Link,
main article .embeddedZipDownload p.link-title .icon-Link,
main article .embeddedLink p.link-title .icon-attachment,
main article .embeddedDownloadCol p.link-title .icon-attachment,
main article .embeddedZipDownload p.link-title .icon-attachment {
  margin-right: 10px;
}
main article .embeddedLink > p:not(.link-title),
main article .embeddedDownloadCol > p:not(.link-title),
main article .embeddedZipDownload > p:not(.link-title) {
  margin-top: 32px !important;
}
@media (min-width: 641px) {
  main article .embeddedLink > p:not(.link-title),
  main article .embeddedDownloadCol > p:not(.link-title),
  main article .embeddedZipDownload > p:not(.link-title) {
    margin-top: 30px !important;
  }
}
main article .embeddedLink ul.links,
main article .embeddedDownloadCol ul.links,
main article .embeddedZipDownload ul.links {
  list-style-type: none;
  margin: 9px 0 -4px;
  padding: 0;
  font-size: 100%;
}
@media (min-width: 641px) {
  main article .embeddedLink ul.links,
  main article .embeddedDownloadCol ul.links,
  main article .embeddedZipDownload ul.links {
    margin: -2px 0 0;
  }
  main article .embeddedLink ul.links li,
  main article .embeddedDownloadCol ul.links li,
  main article .embeddedZipDownload ul.links li {
    margin-bottom: -7px;
    margin-left: 0!important;
  }
  main article .embeddedLink ul.links li:last-child,
  main article .embeddedDownloadCol ul.links li:last-child,
  main article .embeddedZipDownload ul.links li:last-child {
    margin-bottom: -4px;
  }
}
main article .embeddedLink + .embeddedLink,
main article .embeddedDownloadCol + .embeddedLink,
main article .embeddedZipDownload + .embeddedLink,
main article .embeddedLink + .embeddedDownloadCol,
main article .embeddedDownloadCol + .embeddedDownloadCol,
main article .embeddedZipDownload + .embeddedDownloadCol,
main article .embeddedLink + .embeddedZipDownload,
main article .embeddedDownloadCol + .embeddedZipDownload,
main article .embeddedZipDownload + .embeddedZipDownload {
  margin-top: -20px;
}
main article .embeddedLink + .embeddedLink > p,
main article .embeddedDownloadCol + .embeddedLink > p,
main article .embeddedZipDownload + .embeddedLink > p,
main article .embeddedLink + .embeddedDownloadCol > p,
main article .embeddedDownloadCol + .embeddedDownloadCol > p,
main article .embeddedZipDownload + .embeddedDownloadCol > p,
main article .embeddedLink + .embeddedZipDownload > p,
main article .embeddedDownloadCol + .embeddedZipDownload > p,
main article .embeddedZipDownload + .embeddedZipDownload > p {
  margin-top: 33px !important;
}
@media (min-width: 641px) {
  main article .embeddedLink + .embeddedLink > p,
  main article .embeddedDownloadCol + .embeddedLink > p,
  main article .embeddedZipDownload + .embeddedLink > p,
  main article .embeddedLink + .embeddedDownloadCol > p,
  main article .embeddedDownloadCol + .embeddedDownloadCol > p,
  main article .embeddedZipDownload + .embeddedDownloadCol > p,
  main article .embeddedLink + .embeddedZipDownload > p,
  main article .embeddedDownloadCol + .embeddedZipDownload > p,
  main article .embeddedZipDownload + .embeddedZipDownload > p {
    margin-top: 0 !important;
  }
}
@media (max-width: 640px) {
  main article .embeddedDownloadCol .download-info {
    display: none;
  }
}
main article .panel-group .panel .panel-body .embeddedDownload {
  margin-left: -10px;
}
@media (min-width: 641px) {
  main article .panel-group .panel .panel-body .embeddedDownload {
    width: 47%;
    margin-right: 20px;
  }
  main article .panel-group .panel .panel-body .embeddedDownload.embeddedDownload-odd {
    margin-right: 30px;
  }
}
main article .embeddedDownload {
  margin: 15px 20px 15px -40px;
  float: left;
  width: 50%;
}
@media (max-width: 640px) {
  main article .embeddedDownload {
    margin: 7px 20px 8px -10px;
    width: 100%;
  }
}
@media (min-width: 641px) {
  main article .embeddedDownload.embeddedDownload-odd {
    margin-right: 60px;
  }
}
main article .embeddedDownload .download-asset,
main article .embeddedDownload .download-text {
  display: table-cell;
  vertical-align: top;
}
main article .embeddedDownload .download-asset {
  margin-right: 10px;
  float: left;
  position: relative;
}
main article .embeddedDownload .download-asset img {
  width: 85px;
  max-height: 120px;
}
main article .embeddedDownload .download-title,
main article .embeddedDownload .download-info {
  float: left;
  font-size: 14px;
  line-height: 20px;
}
main article .embeddedDownload .download-title a:link {
  color: #646973;
}
main article .embeddedDownload + *:not(.embeddedDownload):before {
  content: "";
  overflow: hidden;
  float: none;
  height: 0;
  clear: both;
  display: block;
}
@media screen and (max-width: 640px) {
  main article .table-responsive {
    margin-bottom: 28px;
  }
}
main article .table {
  margin-top: 13px;
}
main article .table thead tr th.header,
main article .table tr td {
  font-size: 14px;
  height: 45px;
  padding-top: 14px;
  padding-bottom: 10px;
}
main article .table tr td {
  /* downloads embedded in table */
}
main article .table tr td .embeddedDownload {
  margin: 0;
  float: none;
  width: 101%;
}
main article .table tr td .embeddedDownload .download-title,
main article .table tr td .embeddedDownload .download-info {
  float: none;
}
/* nba-masonry */
.nba-element.Images {
  border: none;
}
.nba-element.ModuleList {
  padding: 20px 25px;
}
/* esearch */
#subcl .searchword,
#subcl .searchcount {
  color: #646973;
}
#subcl div.set {
  left: -282px;
}
@media (max-width: 640px) {
  #subcl div#result {
    padding-top: 0;
  }
}
#subcl div#result ul#docs li {
  line-height: 1.42857143;
  margin-bottom: 40px;
}
#subcl div#result ul#docs li p {
  margin-bottom: 5px;
}
#subcl div#result ul#docs li p.path {
  margin-top: 3px;
}
#subcl div#result ul#docs li p.title {
  margin-bottom: 0px;
}
#subcl div#result ul#docs li p a {
  margin-top: 0;
}
#subcl div#result ul#docs li p:nth-child(3) {
  margin-top: 0;
}
#subcl div#result ul#docs li a {
  margin-top: 10px;
  display: inline-block;
}
#subcl div#result ul#docs li .title a {
  position: relative;
}
#subcl div#result ul#docs li p.path {
  position: relative;
  top: 0;
}
#subcl div#result ul#docs li p.path .pathseperator {
  display: inline-block;
  margin: 0 2px;
}
.header-image .header-wrapper #search {
  top: calc(50% - 20px);
  left: 286px;
  z-index: 999;
}
.header-image .header-wrapper ul.ui-autocomplete {
  top: calc(50% + 23px) !important;
  left: 246px !important;
  z-index: 999;
}
/* Such-Kontext */
#suche-kontext {
  /* Such-Filter */
}
@media (max-width: 640px) {
  #suche-kontext .suche-kontext-ergebnisse-anzahl {
    padding-bottom: 14px;
  }
}
#suche-kontext .suche-kontext-filter {
  padding-top: 25px;
}
#suche-kontext .suche-kontext-filter .icon-delete {
  background: transparent url("../images/icon_delete_active.png");
  border: none;
  position: relative;
  float: right;
  bottom: 48px;
  padding: 0;
  width: 30px;
  height: 30px;
}
#suche-kontext .suche-kontext-filter .icon-delete:disabled {
  background-image: url("../images/icon_delete_inactive.png");
}
@media (max-width: 640px) {
  #suche-kontext .suche-kontext-filter .icon-delete {
    bottom: 40px;
  }
}
#suche-kontext .suche-kontext-filter .suche-kontext-filter-zeitraum p {
  margin-top: 24px;
}
#suche-kontext .suche-kontext-filter .suche-kontext-filter-dateitypen p,
#suche-kontext .suche-kontext-filter .suche-kontext-filter-quelle p {
  margin-top: 35px;
}
#suche-kontext .suche-kontext-filter .suche-kontext-filter-zeitraum p,
#suche-kontext .suche-kontext-filter .suche-kontext-filter-dateitypen p,
#suche-kontext .suche-kontext-filter .suche-kontext-filter-quelle p {
  font-size: 14px;
  margin-bottom: 6px;
}
@media (max-width: 640px) {
  #suche-kontext .suche-kontext-filter .suche-kontext-filter-zeitraum p,
  #suche-kontext .suche-kontext-filter .suche-kontext-filter-dateitypen p,
  #suche-kontext .suche-kontext-filter .suche-kontext-filter-quelle p {
    margin-top: 27px;
    margin-bottom: 8px;
  }
}
#suche-kontext .suche-kontext-filter #searchFilterTime,
#suche-kontext .suche-kontext-filter #searchFilterType,
#suche-kontext .suche-kontext-filter #searchFilterSource {
  display: none;
}
@media (max-width: 640px) {
  #suche-kontext .suche-kontext-filter select + div.btn-group {
    width: 100% !important;
  }
}
#suche-kontext .suche-kontext-filter .btn-group.open .dropdown-toggle {
  background-color: #f5f5f5;
}
/* general mobile */
@media only screen and (max-width: 640px) {
  .container.content {
    padding-right: 0;
    padding-left: 0;
  }
  #subcl,
  #faq,
  #suche-kontext,
  #faq-kontext {
    padding-left: 20px;
    padding-right: 20px;
  }
  #subcl .set,
  #faq .set,
  #suche-kontext .set,
  #faq-kontext .set {
    left: 20px !important;
  }
  /* Navigation */
  .container-navbar-ebene-1 .row .navbar-default .navbar-toggle {
    margin-right: 30px;
  }
  .container-navbar-ebene-1 .row .navbar-default .navbar-brand {
    position: absolute;
  }
  /* Nav Tabs */
  .nav-tabs {
    margin-bottom: 5px;
  }
  .nav-tabs > li {
    width: 100%;
    margin-top: 1px;
    margin-bottom: 0;
  }
  .nav-tabs > li > a {
    background-color: #EFEFEF;
    border-radius: 0;
    color: #878c96;
    bottom: 0;
    position: relative;
    display: block;
    padding: 10px 40px;
  }
  .nav-tabs > li > a:after {
    position: absolute;
    left: 20px;
    top: 50%;
    content: "\e080";
    color: #878c96;
    margin: -10px 0 0;
    font-family: 'Glyphicons Halflings';
    font-size: 14px;
    line-height: 20px;
    /*.rotate(180deg);*/
  }
  .nav-tabs > li > a:hover {
    background-color: #646973;
    color: #ececec;
  }
  .nav-tabs > li > a:hover:after {
    color: #ececec;
  }
  .nav-tabs > li > a .glyphicon-chevron-right {
    float: right;
    padding-right: 20px;
    margin-top: 12px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .nav-tabs > li > a:focus {
    background-color: #646973 !important;
  }
  .nav-tabs > li:first-child {
    margin-top: 0;
  }
  .nav-tabs > li.active > a {
    background-color: #646973;
    border-radius: 0;
    color: #ececec;
    /*
          .glyphicon-chevron-right {
              .rotate(90deg);
              margin-top: 12px;
          }
          */
  }
  .nav-tabs > li.active > a:after {
    left: 20px;
    color: #ececec;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .nav-tabs > li.active > a:focus {
    background-color: #646973 !important;
  }
  .main div[role=tabpanel] ul.nav-tabs.nav {
    padding: 0px;
    margin: -17px -4px 5px 0;
    width: auto;
  }
  .tab-content a.mobile-tab {
    padding-left: 34px;
  }
  .presse-element.grid-sizer {
    width: auto;
    margin: 0;
    border: none;
    padding: 15px 20px 12px 20px;
  }
  .presse-element.grid-sizer .presseInfoReiterElement,
  .presse-element.grid-sizer .presseInfoReiterVekehrmeldung,
  .presse-element.grid-sizer .ReiterNachricht {
    padding: 0;
  }
  .presse-element.grid-sizer .presseInfoReiterElement p,
  .presse-element.grid-sizer .presseInfoReiterVekehrmeldung p,
  .presse-element.grid-sizer .ReiterNachricht p {
    text-align: left !important;
    font-size: 110%;
    padding-left: 0;
  }
  .presse-element.grid-sizer .presseInfoReiterElement p a,
  .presse-element.grid-sizer .presseInfoReiterVekehrmeldung p a,
  .presse-element.grid-sizer .ReiterNachricht p a {
    font-size: inherit;
    padding: inherit;
    margin: inherit;
    color: inherit;
    top: inherit;
  }
  .presse-element.grid-sizer .presseInfoReiterElement p a:hover,
  .presse-element.grid-sizer .presseInfoReiterVekehrmeldung p a:hover,
  .presse-element.grid-sizer .ReiterNachricht p a:hover,
  .presse-element.grid-sizer .presseInfoReiterElement p a:active,
  .presse-element.grid-sizer .presseInfoReiterVekehrmeldung p a:active,
  .presse-element.grid-sizer .ReiterNachricht p a:active {
    color: inherit;
    text-decoration: none;
  }
  .presse-element.grid-sizer .presseInfoReiterElement > a,
  .presse-element.grid-sizer .presseInfoReiterVekehrmeldung > a,
  .presse-element.grid-sizer .ReiterNachricht > a {
    padding-bottom: 0;
  }
  .presse-element.grid-sizer .presseInfoReiterElement > div,
  .presse-element.grid-sizer .presseInfoReiterVekehrmeldung > div,
  .presse-element.grid-sizer .ReiterNachricht > div {
    color: #646973;
  }
  .presse-element.grid-sizer .presseInfoReiterVekehrmeldung > span {
    padding-bottom: 15px;
    color: #646973;
  }
  .presse-element.grid-sizer .ReiterNachricht p {
    font-size: 110%;
  }
  .presse-element.grid-sizer .Message-dachzeile {
    margin-top: -5px;
  }
  .presse-element.grid-sizer .Message-dachzeile .glyphicon {
    display: inline-block !important;
    font-size: 70%;
  }
  .ReiterNachricht .weiterlesen {
    display: inline;
  }
  .ReiterNachricht .weiterlesen-text {
    display: none;
  }
  p.datum-dachzeile-presse {
    text-align: left;
    margin: 1em 0;
  }
  .Message-dachzeile {
    text-align: left;
    margin: 1em 0;
  }
  .main .modul-strukturseite .grow {
    opacity: 0.3;
  }
  .main .modul-strukturseite h1 {
    position: relative;
    margin-top: -125px;
    margin-left: 30px;
  }
  .main .modul-strukturseite h1 a {
    font-size: inherit;
    color: #000000;
  }
  .main .modul-strukturseite h1 a:hover,
  .main .modul-strukturseite h1 a:active {
    color: #000000;
    text-decoration: none;
  }
  .main .modul-strukturseite h2 {
    position: relative;
    margin-top: 0px;
    margin-left: 50px;
    width: 70%;
  }
  .main .modul-strukturseite h2 a {
    font-size: inherit;
    color: #000000;
  }
  .main .modul-strukturseite h2 a:hover,
  .main .modul-strukturseite h2 a:active {
    color: #000000;
    text-decoration: none;
  }
  .main .modul-strukturseite.col1-landscape {
    min-height: 180px;
  }
  .main .sidebar-holder {
    padding: 0 15px;
    margin: 0;
  }
  .main .sidebar-holder .modul-strukturseite {
    height: 180px;
    position: relative;
    overflow: hidden;
    display: table;
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    min-height: 0;
  }
  .main .sidebar-holder .modul-strukturseite:after {
    top: 50%;
    margin: -10px 0 0;
  }
  .main .sidebar-holder .modul-strukturseite .text-holder {
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }
  .main .sidebar-holder .modul-strukturseite .text-holder h1 {
    padding: 0 20px;
    margin: 0;
    color: #1C1C1C;
    font-size: 110%;
    line-height: 22px;
    font-weight: bold;
  }
  .main .sidebar-holder .modul-strukturseite .text-holder h1 a {
    color: #1C1C1C;
  }
  .main .sidebar-holder .modul-strukturseite .text-holder h2 {
    padding: 0 0 0 35px;
    margin: 0;
    font-size: 110%;
    line-height: 20px;
  }
  .main .sidebar-holder .modul-strukturseite .text-holder h2 a {
    color: #1C1C1C;
  }
  .main .sidebar-holder .modul-strukturseite .grow {
    position: absolute;
    width: 100%;
    height: 180px;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  .main .sidebar-holder .modul-strukturseite .grow a {
    display: block;
    position: static;
    height: 100%;
  }
  .main .sidebar-holder .modul-strukturseite .grow a img {
    display: block;
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
  #showSources {
    padding-left: 0px;
  }
  /* Bootstrap Select Buttons */
  .btn-group.bootstrap-select.zeitraum {
    width: 220px !important;
    display: block;
    margin-top: 10px;
    padding-left: 30px;
  }
  .btn-group.bootstrap-select.zeitraum .dropdown-menu {
    width: 159px;
    margin-top: 40px;
  }
  .btn-group.bootstrap-select.zeitraum .dropdown-menu.inner {
    margin-top: 0px;
  }
  .container.content .row div + div.col-sm-8 p {
    margin-bottom: 9px;
  }
}
/* mega menu (menu "L") */
#dbMegaMenu {
  /*.teaser-wrapper {
    height: 100%;
    width: 250px;
    float: left;
    background: @wide-menu-lv2-bg;
  }
*/
}
#dbMegaMenu .navbar-nav > li > .dropdown-menu {
  background: transparent;
  border-radius: 0;
}
#dbMegaMenu .mega-dropdown {
  position: static !important;
}
#dbMegaMenu .mega-dropdown-menu {
  padding: 0 0;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  min-height: 355px;
  height: auto;
}
#dbMegaMenu .mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
#dbMegaMenu .mega-dropdown-menu > li > ul > li {
  list-style: none;
}
#dbMegaMenu .mega-dropdown-menu ul.mega-nav-level > li {
  height: 40px;
}
#dbMegaMenu .mega-dropdown-menu ul.mega-nav-level > li a {
  margin: 0 10px;
  border-bottom: 1px solid rgba(100, 105, 115, 0.15);
  padding: 12px 15px 0 10px;
  height: 100%;
  font-family: "DBOffice-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  line-height: 1.42857143;
  position: relative;
}
#dbMegaMenu .mega-dropdown-menu ul.mega-nav-level > li:hover > a,
#dbMegaMenu .mega-dropdown-menu ul.mega-nav-level > li:active > a {
  font-size: 12px;
  font-family: "DBOffice-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
}
#dbMegaMenu .mega-dropdown-menu ul.mega-nav-level > li:last-child a {
  border-bottom: none;
}
#dbMegaMenu .mega-dropdown-menu > li > ul > li a {
  display: block;
  text-decoration: none;
}
#dbMegaMenu .level2 {
  height: 100%;
  background: #f6f6f6;
  float: left;
  width: auto;
  min-width: 170px;
  min-height: 355px;
}
#dbMegaMenu .level2 div.infoteaser {
  width: 245px;
  min-height: 355px;
  float: left;
  padding: 20px 15px 0 10px;
}
#dbMegaMenu .level2 div.infoteaser > .infoteaser1-content {
  padding-bottom: 31px;
}
#dbMegaMenu .level2 div.infoteaser > .infoteaser1-content > img {
  border: 1px solid #cccccc;
  margin-bottom: 26px;
  width: 220px;
}
#dbMegaMenu .level2 div.infoteaser > .infoteaser2-content {
  padding-bottom: 13px;
}
#dbMegaMenu .level2 div.infoteaser h4 {
  font-family: "DBOffice-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 6px;
}
#dbMegaMenu .level2 div.infoteaser p {
  font-family: "DBOffice-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #2d2d2d;
  margin: 0;
}
#dbMegaMenu .level2 div.infoteaser p a.infoteaser-more {
  color: #878c96;
  display: block;
}
#dbMegaMenu .level2 > .infoteaser + .mega-nav-level {
  float: right;
}
#dbMegaMenu .level3 .dropdown-menu {
  left: 170px;
  min-height: 100%;
  padding: 0;
  width: auto;
  background: #eaeaea;
  float: left;
}
#dbMegaMenu .mega-dropdown-menu > li .dropdown-menu {
  box-shadow: inset 7px 0 15px -7px rgba(0, 0, 0, 0.1);
}
#dbMegaMenu .level4 .dropdown-menu {
  left: 170px;
  padding: 0;
  width: auto;
  background: #e2e2e2;
  float: left;
  /*box-shadow: -5px 0 5px -5px #333;*/
}
#dbMegaMenu .dropdown-submenu {
  position: static;
}
#dbMegaMenu .dropdown-submenu > .dropdown-menu {
  top: 0;
  margin: 0;
  border-radius: 0;
  position: absolute;
  width: auto;
  min-width: 170px;
  max-width: 238px;
  /*Max Width of UL*/
  /*overflow: hidden;*/
}
#dbMegaMenu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
#dbMegaMenu .dropdown-submenu > a:after {
  display: block;
  content: "\e617";
  font-family: 'icomoon', monospace;
  float: right;
  width: 0;
  height: 0;
  margin-top: 0;
  margin-right: -5px;
  color: #333333;
}
#dbMegaMenu .dropdown-submenu > a .openNextMenu {
  position: absolute;
  width: 20px;
  height: 30px;
  right: 0px;
  top: 5px;
  cursor: pointer;
  z-index: 5;
}
#dbMegaMenu .dropdown-submenu:hover > a:after,
#dbMegaMenu .dropdown-submenu:active > a:after {
  color: #000000;
}
#dbMegaMenu + section nav.navbar.navbar-default.navbar-ebene-2.breadcrumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #a4a7af;
  height: 32px;
  padding: 0;
  border-radius: 0;
}
#dbMegaMenu + section nav.navbar.navbar-default.navbar-ebene-2.breadcrumb:not(.header-wide) {
  margin: 0;
}
#dbMegaMenu + section nav.navbar.navbar-default.navbar-ebene-2.breadcrumb #nav-collapse-ebene-2 ul {
  list-style: none;
  overflow: hidden;
  height: 30px;
}
#dbMegaMenu + section nav.navbar.navbar-default.navbar-ebene-2.breadcrumb #nav-collapse-ebene-2 ul > li + li:before {
  content: ">";
}
#dbMegaMenu + section nav.navbar.navbar-default.navbar-ebene-2.breadcrumb #nav-collapse-ebene-2 ul > li.active a {
  color: #646973;
  font-family: "DBOffice-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#dbMegaMenu + section nav.navbar.navbar-default.navbar-ebene-2.breadcrumb #nav-collapse-ebene-2 ul > li a {
  padding-left: 10px;
  padding-right: 10px;
}
#dbMegaMenu + section nav.navbar.navbar-default.navbar-ebene-2.breadcrumb #nav-collapse-ebene-2 ul > li:first-child a {
  padding-left: 15px;
  pointer-events: none;
  cursor: default;
}
#dbMegaMenu + section nav.navbar.navbar-default.navbar-ebene-2.breadcrumb #nav-collapse-ebene-2 ul > li:not(:last-child):not(:first-child) a {
  color: #696969;
}
#dbMegaMenu + section nav.navbar.navbar-default.navbar-ebene-2.breadcrumb #nav-collapse-ebene-2 ul > li:not(:last-child):not(:first-child) a:hover {
  text-decoration: underline;
}
#dbMegaMenu + section nav.navbar.navbar-default.navbar-ebene-2.breadcrumb #nav-collapse-ebene-2 ul.breadcrumbHidden li:not(:first-child):not(:last-child) {
  display: none;
}
#dbMegaMenu + section nav.navbar.navbar-default.navbar-ebene-2.breadcrumb #nav-collapse-ebene-2 ul.breadcrumbHidden li:last-child::before {
  content: "> … >";
}
/* others */
/**
 * Bootstrap Multiselect v0.9.13 (https://github.com/davidstutz/bootstrap-multiselect)
 * 
 * Apache License, Version 2.0:
 * Copyright (c) 2012 - 2015 David Stutz
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a
 * copy of the License at http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations
 * under the License.
 * 
 * BSD 3-Clause License:
 * Copyright (c) 2012 - 2015 David Stutz
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *    - Redistributions of source code must retain the above copyright notice,
 *      this list of conditions and the following disclaimer.
 *    - Redistributions in binary form must reproduce the above copyright notice,
 *      this list of conditions and the following disclaimer in the documentation
 *      and/or other materials provided with the distribution.
 *    - Neither the name of David Stutz nor the names of its contributors may be
 *      used to endorse or promote products derived from this software without
 *      specific prior written permission.
 * 
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: bold;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 3px 20px 3px 40px;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}
/**
 * Customized vendors/bootstrap-multiselect.less for layout2014
 */
button.multiselect,
.multiselect-container {
  width: 273px;
  background: #f5f5f5 none;
  border: 1px solid #a9a9a9;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  text-align: left;
  font-size: 14px;
}
@media (max-width: 640px) {
  button.multiselect,
  .multiselect-container {
    width: 100%;
  }
}
button.multiselect {
  height: 35px;
  padding: 6px 45px 2px 17px;
}
button.multiselect .arrow-down:after {
  content: url("../images/icons_L2014_Pfeil_aufklappen.png");
  position: absolute;
  width: 18px;
  height: 18px;
  right: 20px;
}
.multiselect-container {
  margin-top: 5px;
}
.multiselect-container > li > a {
  height: 35px;
  overflow: hidden;
}
.multiselect-container > li > a:hover,
.multiselect-container > li > a:focus {
  font-family: 'DBOffice-Regular';
  background-color: rgba(0, 0, 0, 0.2);
}
.multiselect-container > li > a:hover > label.radio:after,
.multiselect-container > li > a:focus > label.radio:after {
  content: url("../images/haken.png");
  position: absolute;
  top: 6px;
  right: 18px;
}
.multiselect-container > li > a > label {
  padding: 15px 20px 9px 42px;
  font-size: 14px;
  color: #2d2d2d;
}
.multiselect-container > li > a > label.radio {
  padding-left: 17px;
}
.multiselect-container > li > a > label.checkbox:before {
  content: url("../images/selectBox_off.png");
  position: absolute;
  left: 13px;
  top: 8px;
  width: 20px;
  height: 20px;
}
.multiselect-container > li > a > label > input[type="radio"],
.multiselect-container > li > a > label > input[type="checkbox"] {
  display: none;
}
.multiselect-container > li:not(:last-child) > a > label {
  border-bottom: 1px solid #a9a9a9;
}
.multiselect-container > li.active > a > label {
  color: #ffffff;
}
.multiselect-container > li.active > a > label.checkbox:before {
  content: url("../images/selectBox_on.png");
}
.container.content.app-search {
  padding: 10px 20px 60px;
}
.container.content.app-search .ps-container > .ps-scrollbar-y-rail {
  width: 5px;
}
.container.content.app-search .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  right: 0;
}
.container.content.app-search .desktop-y-scrollable.ps-active-y .ps-scrollbar-x-rail:after {
  background-image: none;
}
.container.content.app-search .application-search {
  width: 100%;
  height: 50px;
}
.container.content.app-search .application-search:focus {
  outline: -webkit-focus-ring-color auto 0;
}
.container.content.app-search .application-search-container {
  margin: 18px 0 7px 170px;
}
.container.content.app-search .application-search-container label {
  font-weight: normal;
  line-height: 30px;
  float: left;
  color: #646973;
}
.container.content.app-search .application-search-container input[type=text] {
  height: 28px;
  float: left;
  border-width: 1px;
  border-style: solid;
  color: #646973;
  width: 440px;
  padding: 0 10px;
  max-width: 100%;
  border-color: #9ba0aa;
  background-color: #f0f3f5;
  margin-right: 20px;
  margin-left: 35px;
}
.container.content.app-search .application-search-container input[type=text]::-ms-clear {
  display: none;
}
.container.content.app-search .application-search-container button {
  height: 28px;
  float: left;
  border-width: 1px;
  border-style: solid;
  color: #646973;
  border-color: #646973;
  background-color: transparent;
  padding: 0 28px;
}
.container.content.app-search .letters {
  margin: 30px 1px 50px;
}
.container.content.app-search a.letter-navigation {
  display: block;
  height: 30px;
  width: calc(100%/26 - 12px);
  padding: 5px;
  font-size: 150%;
  float: left;
  margin: 6px;
  text-align: center;
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}
.container.content.app-search a.letter-navigation:hover {
  color: #000000;
  text-decoration: none;
}
.container.content.app-search a.letter-navigation.inactive {
  color: #bbbbbb;
  cursor: default;
}
.container.content.app-search a.letter-navigation.inactive:hover {
  text-decoration: none;
}
.container.content.app-search .results-list {
  margin-left: 10px;
  margin-right: 5px;
  height: 280px;
}
.container.content.app-search .results-list ul.applications-list {
  margin: 0 10px 0 0;
  padding: 0;
}
.container.content.app-search .results-list .shortName {
  color: #686868;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 28px;
  padding: 6px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.container.content.app-search .results-list .longName {
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  padding: 6px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9ba0aa), to(#9ba0aa));
  background-image: -webkit-linear-gradient(#9ba0aa, #9ba0aa);
  background-image: -o-linear-gradient(#9ba0aa, #9ba0aa);
  background-image: linear-gradient(#9ba0aa, #9ba0aa);
  background-position: 0 6px;
  background-size: 1px calc(100% - 12px);
  background-repeat: no-repeat;
}
.container.content.app-search li.application-element {
  list-style: none;
  border-top: 1px solid #d7dce1;
  padding: 0 10px;
}
.container.content.app-search li.application-element a {
  display: block;
}
.container.content.app-search li.application-element a:hover {
  font-weight: bold;
  background-color: #eaeef1;
}
.container.content.app-search li.application-element.no-results {
  border: 0;
  padding: 20px 0 0 110px;
  text-align: center;
  height: 60px;
  background: url("../images/icon_achtung.png") no-repeat 320px 50%;
}
.container.content.app-search li.application-element:last-child {
  border-bottom: 1px solid #d7dce1;
}
@media only screen and (max-width: 640px) {
  .container.content.app-search .application-search-container {
    margin: 0 10px;
  }
  .container.content.app-search .application-search-container label {
    float: none;
    margin: 0;
  }
  .container.content.app-search .application-search-container input[type=text] {
    float: none;
    margin-left: 0;
  }
  .container.content.app-search .application-search-container button {
    float: none;
    margin: 25px auto;
    display: block;
    width: auto;
  }
  .container.content.app-search .letters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .container.content.app-search a.letter-navigation {
    width: calc(100%/9 - 12px);
  }
  .container.content.app-search .results-list {
    height: auto;
  }
  .container.content.app-search .results-list ul.applications-list {
    margin: 0;
  }
  .container.content.app-search .results-list .shortName {
    padding: 6px 5px;
  }
  .container.content.app-search .results-list .shortName,
  .container.content.app-search .results-list .longName {
    font-weight: normal;
  }
  .container.content.app-search .results-list .longName {
    font-size: 13px;
    line-height: 16px;
    padding: 12px 20px 12px 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .container.content.app-search li.application-element.no-results {
    text-align: left;
    background-position: 0 50%;
  }
}
.container.header-image .image-wrapper:after {
  content: none;
}
/*# sourceMappingURL=bootstrap-theme-white.css.map */