/* Styles für das Sidebar-Menü für kleinere bildschirme */
#close-menu-button {
  position: absolute;
  top: 1px;
  right: 11px;
  padding: 10px;
  font-size: 18px;
  z-index: 99;
}
.sidebar-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 225px;
  height: 100%;
  overflow-y: auto;
  background-color: #eaeaea;
  z-index: 999;
}
.sidebar-mobile ul {
  padding: 0;
  list-style: none;
}
.sidebar-mobile ul > li .fa-stop.custom {
  margin: 0 10px;
  padding: .5em 0;
  float: left;
  line-height: 20px;
  color: #b3b3b6;
}
.sidebar-mobile ul > li:nth-child(2n + 0) .custom {
  color: #84c2ca;
}
.sidebar-mobile ul > li:nth-child(3n + 0) .custom {
  color: #7290c9;
}
.sidebar-mobile ul > li:nth-child(4n + 0) .custom {
  color: #bb7bb2;
}
.sidebar-mobile ul > li:nth-child(5n + 0) .custom {
  color: #e48c21;
}
.sidebar-mobile ul > li:nth-child(6n + 0) .custom {
  color: #d3b00c;
}
.sidebar-mobile ul a {
  display: block;
  padding: 0.5em 1.5em;
}
.sidebar-mobile ul a:hover,
.sidebar-mobile ul a.active {
  background-color: #cdcdcf;
  text-decoration: none !important;
}
.sidebar-mobile ul a.parent::after {
  content: "\f078";
  float: right;
  font-family: FontAwesome;
  text-decoration: none;
}
.sidebar-mobile ul a.js-active::after {
  content: '\f077';
}
.sidebar-mobile ul ul {
  display: none;
}
.sidebar-mobile ul ul a {
  padding-left: 2.5em;
}
.sidebar-mobile ul ul ul a {
  padding-left: 3.5em;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.8;
  color: #333333;
}
h2 {
  font-size: 26px;
}
.col-sm-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* Hilfe Button (blau/fragezeichen) verstecken */
div.ccm-notification-help-launcher {
  display: none;
}
.navbar-default {
  background-color: inherit;
  border: none;
}
@media screen and (max-width: 330px) {
  .navbar-default {
    margin-bottom: 0;
  }
}
.navbar-nav > li + li {
  margin-left: 15px;
}
.navbar-brand {
  height: 83px;
}
.navbar-brand.custom img {
  width: 258px;
}
.navbar-default .navbar-nav li {
  /* grauer Würfel/Box vor dem Menüitem */
}
.navbar-default .navbar-nav li::before {
  content: ' ';
  position: absolute;
  top: 36%;
  left: -10px;
  width: 1em;
  height: 1em;
  background-color: #b3b3b6;
}
.navbar-default .navbar-nav li:nth-child(2n + 0) a.active,
.navbar-default .navbar-nav li:nth-child(2n + 0) a.nav-path-selected,
.navbar-default .navbar-nav li:nth-child(2n + 0) a:hover {
  color: #84c2ca;
}
.navbar-default .navbar-nav li:nth-child(2n + 0)::before {
  background-color: #84c2ca;
}
.navbar-default .navbar-nav li:nth-child(3n + 0) a.active,
.navbar-default .navbar-nav li:nth-child(3n + 0) a.nav-path-selected,
.navbar-default .navbar-nav li:nth-child(3n + 0) a:hover {
  color: #7290c9;
}
.navbar-default .navbar-nav li:nth-child(3n + 0)::before {
  background-color: #7290c9;
}
.navbar-default .navbar-nav li:nth-child(4n + 0) a.active,
.navbar-default .navbar-nav li:nth-child(4n + 0) a.nav-path-selected,
.navbar-default .navbar-nav li:nth-child(4n + 0) a:hover {
  color: #bb7bb2;
}
.navbar-default .navbar-nav li:nth-child(4n + 0)::before {
  background-color: #bb7bb2;
}
.navbar-default .navbar-nav li:nth-child(5n + 0) a.active,
.navbar-default .navbar-nav li:nth-child(5n + 0) a.nav-path-selected,
.navbar-default .navbar-nav li:nth-child(5n + 0) a:hover {
  color: #e48c21;
}
.navbar-default .navbar-nav li:nth-child(5n + 0)::before {
  background-color: #e48c21;
}
.navbar-default .navbar-nav li:nth-child(6n + 0) a.active,
.navbar-default .navbar-nav li:nth-child(6n + 0) a.nav-path-selected,
.navbar-default .navbar-nav li:nth-child(6n + 0) a:hover {
  color: #d3b00c;
}
.navbar-default .navbar-nav li:nth-child(6n + 0)::before {
  background-color: #d3b00c;
}
.navbar-default .navbar-nav li a {
  text-transform: uppercase;
}
.navbar-default .navbar-nav li a.active,
.navbar-default .navbar-nav li a.nav-path-selected,
.navbar-default .navbar-nav li a:hover {
  color: #b3b3b6;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-right.custom {
    float: left !important;
  }
}
@media screen and (max-width: 330px) {
  .navbar-brand.custom {
    padding-right: 0;
  }
  .navbar-brand.custom img {
    width: 80%;
  }
}
.color-band {
  /*margin-bottom: 35px;*/
  background-color: #798dc8;
}
h1.page-title {
  margin: 5px 0;
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: bolder;
}
/* Sidebar menu */
.sidebar {
  margin-top: 20px;
}
.sidebar > ul {
  /*border: solid thin rgba(64, 64, 64, 0.35);
    border-radius: 2px;*/
  -webkit-box-shadow: 1px 2px 5px 0px rgba(64, 64, 64, 0.65);
  -moz-box-shadow: 1px 2px 5px 0px rgba(64, 64, 64, 0.65);
  box-shadow: 1px 2px 5px 0px rgba(64, 64, 64, 0.65);
}
.sidebar ul {
  padding-bottom: 7px;
  list-style: none;
  background-color: #eaeaea;
}
.sidebar ul.nav a {
  background: none;
  color: #4b4b4b;
  text-decoration: none;
}
.sidebar ul.nav a.nav-selected,
.sidebar ul.nav a.nav-path-selected,
.sidebar ul.nav a:hover,
.sidebar ul.nav a:active,
.sidebar ul.nav a:focus {
  color: #798dc8;
}
.navbar-collapse {
  margin-top: 1.5em;
}
.main-content a {
  color: #798dc8;
}
ol.breadcrumb {
  margin: 0;
  padding: 8px 0;
  background-color: inherit;
}
ol.breadcrumb a {
  color: #798dc8;
}
.header {
  padding-bottom: 10px;
}
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  padding-top: 30px;
  text-align: right;
  font-size: 12px;
}
@media (max-width: 385px) {
  .footer {
    font-size: 9px;
  }
}
.ccm-image-slider-text {
  top: auto;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: rgba(20, 20, 20, 0.75);
  color: white;
}
.ccm-image-slider-text p {
  margin-top: 10px;
  margin-bottom: auto;
}
.ccm-image-slider-title {
  margin-bottom: auto;
  font-size: 18px;
  font-weight: normal;
}
.ccm-custom-style-container.lebenslauf td {
  padding: 5px;
}
.ccm-custom-style-container.lebenslauf td:first-child {
  vertical-align: top;
  min-width: 90px;
}
.ccm-custom-style-container.lebenslauf td:nth-child(2) {
  padding-left: 35px;
}
.ccm-custom-style-container.mitarbeiter {
  max-width: 250px;
}
.ccm-custom-style-container.mitarbeiter .ccm-block-feature-item {
  padding: 20px;
  /*background-color: @color-gray;*/
  border: solid thin #eaeaea;
}
.ccm-custom-style-container.mitarbeiter .ccm-block-feature-item h4 {
  margin-top: 0;
}
.ccm-custom-style-container.mitarbeiter .ccm-block-feature-item h4 i.fa {
  display: none;
}
.ccm-custom-style-container.mitarbeiter .ccm-block-feature-item p {
  margin: 0;
  text-align: center;
}
.ccm-custom-style-container.mitarbeiter .ccm-block-feature-item p img {
  width: 100% !important;
  height: auto !important;
}
.lightbox-img {
  display: block;
  height: 150px;
  /*padding-bottom: 20px;*/
  overflow: hidden;
}
.lightbox-img img {
  width: auto;
  height: 100%;
}
