html, body
{
    height: 100%;
    font-family: verdana !important;
    font-size: 14px;
    color: #484848;
}

.test-font {
  font-size: 14px;
}

h1
{
  font-size: 30px;
}

h2 {
    font-size: 27px;
}

.customsidebar .table
{
  width: auto;
}

.table > tbody > tr > td
{
  border-top: 1px solid #eee;
}

header.top
{
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
}

header.top div.container
{
  border-bottom: 1px solid #ccc;
}

.navbar
{
    border-radius: 0px;
    border: none;
    background-color: transparent !important;
    margin-bottom: 0px;
    min-height: 44px;
}

.logo
{
    margin-top: 5px;
}

.logo img
{
  max-width: 165px;
    max-height: 125px;
}

.icon-menu {
    padding: 35px 15px 0 0;
}

.icon-menu a:hover, .icon-menu a:focus {
    color: transparent;
}

.icon-menu a {
    padding-left: 7px;
}

.icon-menu a:last-child {
    padding-left: 30px;
}

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

@media (max-width: 767px) {
    .nav-bottom
    {
        background-color: rgba(255, 255, 255, 1) !important;
    }

    .carousel
    {
        display: none;
    }

    .footer
    {
        display: none;
    }

  .nav-bottom
  {
    position: static !important;
  }



  .nav-custom
  {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: center;
        box-shadow: none;
        -webkit-box-shadow: none;
        border-radius: 0;
  }

    .col-md-10
    {
        height: auto !important;
    }
}

.content-container-div {
    padding: 15px 40px !important;
}

.content-container-div div {
    margin: 15px 0 15px 0;
}

/* === Breadcrumb start =================================== */

.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb {
    margin-top: 10px;
}

.btn-breadcrumb .btn {
    padding:6px 12px 6px 24px;
    border-radius: 0;
    font-size: 13px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/* The responsive part */

.btn-breadcrumb > * > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-breadcrumb > *:nth-child(n+2) {
  display:none;
}

/* === For phones =================================== */
@media (max-width: 767px) {
    .btn-breadcrumb > *:nth-last-child(-n+2) {
        display:block;
    }
    .btn-breadcrumb > * div {
        max-width: 60px;
    }

    header.top
    {
        position: relative;
    }

    tbody.list > tr > td {
        white-space: inherit !important;
    }

    .mobile-lang-nav {
  background-color: #23282e;
    }

    .mobile-lang-selection {
  font-size: 20px;
  height: 30px;
    }

    .language-bubble {
  text-align: center;
  margin: 0 !important;
    }

    .tile-content img {
  max-width: 250px;
    }

    .stadtteil-wrapper {
  flex-direction: column-reverse;
    }
}

/* === For tablets ================================== */
@media (min-width: 768px) and (max-width:991px) {
    .menu-fixed .menu-fixed-outer-wrapper {
      height: 69px !important;
    }
    .menu-fixed .menu-fixed-wrapper {
      width: 720px !important;
    }
    .btn-breadcrumb > *:nth-last-child(-n+4) {
        display:block;
    }
    .btn-breadcrumb > * div {
        max-width: 100px;
    }

    .footer-nav div.footer-inner {
        padding: 20px 0 !important;
    }

    .carousel {
        height: auto !important;
    }
}

/* === For desktops ================================== */
@media (min-width: 992px) {
    .btn-breadcrumb > *:nth-last-child(-n+6) {
        display:block;
    }
    .btn-breadcrumb > * div {
        max-width: 170px;
    }
}

@media (min-width: 992px) and (max-width: 1070px) {
  .menu-fixed .menu-fixed-wrapper {
    width: 940px !important;
  }
}



/* === Breadcrumb end =================================== */




.col-md-10
{
  height: 146px;
}

.nav-bottom
{
  position: absolute;
  bottom: 0;
    width: -moz-available;
}

.menu-custom
{
    position: fixed;
    /*top: 150px;*/
    top: 136px !important;
    /*outline: 7px solid rgba(255, 255, 255, 0.79);*/
    left: 0 !important;
    right: 0 !important;
    z-index: 1001;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.79);
    border-radius: 0px;
    border: none;
    min-height: 210px;
    clear: both;
}


.in-groups-of-4 > li:nth-child(2n+1) {
    clear: none;
}

.in-groups-of-4>li:nth-child(4n+1) {
    clear : left;
}

.in-groups-of-2 div.col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}


.menu-custom.on {
    display: block;
}

.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus
{
    background-color: transparent;
}

.main-nav a
{
  color: #7D7D7E;
}

.main-nav.active a.dropdown-toggle
{
    background-color: #e6e6e6;
}

.main-nav:hover {
    background-color: #e6e6e6;
}

.main-nav:first-child.active
{
    border-top: 2px solid #FFDD00;
}

.main-nav:nth-child(2).active
{
    border-top: 2px solid #63B444;
}

.main-nav:nth-child(3).active
{
    border-top: 2px solid #0053A5;
}

.main-nav:nth-child(4).active
{
    border-top: 2px solid #F03F23;
}

.menu-content {
    padding: 0 15%;
}

.menu-content > ul > li {
    /**padding: 0 0 15px 40px;**/
    padding: 15px 0 15px 0;
    font-size: 13px !important;
}

.menu-content > ul {
    list-style: none;
}

.menu-content > ul > li > a {
    padding: 0;
    font-weight: bold;
}

.menu-content > ul > li > a:hover {
    background-color: rgba(0,0,0,0.1);
}

.menu-custom-content {
    text-align: left;
    margin-bottom: 15px;
}

.menu-custom-content a {
    display: block;
    color: #484848;
}

.menu-custom-content > a {
    font-weight: bold;
}

.menu-custom-content a:hover {
    text-decoration: none;
    background-color: rgba(0,0,0, 0.1);
}

.menu-custom-content ul {
    list-style : none;
    margin: 0;
    padding: 0;
    /**margin-top: -15px;**/
    font-size: 13px !important;
}

.menu-fixed {
  width: inherit;
  padding-right: 30px;
}

.menu-fixed .menu-fixed-outer-wrapper {
  width: 100%;
  position: fixed;
  left: 0;
  height: 51px;
  top: 0;
  background-color: #fff;
}

.menu-fixed .menu-fixed-wrapper {
  height: 51px;
  margin: 0 auto;
  width: 1140px;
}

.menu-fixed .menu-fixed-wrapper > ul {
  padding-top: 13px;
  margin-top: 0 !important;
}

.menu-fixed-logo {
  display: none;
  float: left;
}

.menu-fixed-logo img {
  height: 38px;
}

.menu-fixed-logo-visisble {
  display: inline-block;
}

.menu-fixed ul.dropdown-menu {
  top: 95% !important;
}

/* TO TOP*/

#toTop-right {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:20px;
    right:20px;
    outline:none;
    z-index: 9999;
}

#toTop-left {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:20px;
    left:20px;
    outline:none;
}

#toTop-center {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:10px;
    left:50%;
    margin-left:-20px; /*Feintuning je nach Inhalt */
    outline:none;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    border: 0;
    background: rgb(204,204,204);
}

.btn-circle:hover {
    background: rgba(0,0,0,0.5);
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 9px 15px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 25px;
}

/* TO TOP end */

/** Carousel start **/

.carousel
{
    max-height: 390px;
}

.carousel-inner
{
    height: 100%;
}

.carousel-indicators
{
    display: none;
}

.bottom.carousel-control
{
    width: 100%;
    height: 100%;
    top: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}

.carousel-caption
{
    left: 10px !important;
    text-align: left;
    padding: 20px 25px;
    z-index: 0;
}

.carousel-caption.active
{
    background-color: rgba(213, 213, 213, 0.48);
}

.carousel-control.left, .carousel-control.right, .carousel-control.bottom {
    background-image: none;
}

.carousel-control:hover {
    color: #777777;
}

.carousel-inner > .item {
    -webkit-transition: 1.6s ease-in-out left;
    -moz-transition: 1.6s ease-in-out left;
    -o-transition: 1.6s ease-in-out left;
    transition: 1.6s ease-in-out left;
}

/** Carousel end **/

/** Start Panels **/
.panel-body-noflow {
    overflow: hidden;
}

.widget-container {
    height: auto;
    min-height: 0;
    background: white;
}

.widget-container.no-margin div {
    margin: 2px 0px 2px 0px;
}

.widget-container .panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0px;
    border: 0;
    /*border-top: 1px solid #e1e1e1;*/
    box-shadow: none;
}

.widget-container .panel-group .panel-heading {
    padding: 0;
    border-radius: 0;
    background-color: #f8f8f8;
    background: rgba(254,253,253,1);
    background: -moz-linear-gradient(left, rgba(254,253,253,1) 0%, rgba(192,192,192,1) 32%, rgba(192,192,192,1) 51%, rgba(192,192,192,1) 68%, rgba(254,253,253,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254,253,253,1)), color-stop(32%, rgba(192,192,192,1)), color-stop(51%, rgba(192,192,192,1)), color-stop(68%, rgba(192,192,192,1)), color-stop(100%, rgba(254,253,253,1)));
    background: -webkit-linear-gradient(left, rgba(254,253,253,1) 0%, rgba(192,192,192,1) 32%, rgba(192,192,192,1) 51%, rgba(192,192,192,1) 68%, rgba(254,253,253,1) 100%);
    background: -o-linear-gradient(left, rgba(254,253,253,1) 0%, rgba(192,192,192,1) 32%, rgba(192,192,192,1) 51%, rgba(192,192,192,1) 68%, rgba(254,253,253,1) 100%);
    background: -ms-linear-gradient(left, rgba(254,253,253,1) 0%, rgba(192,192,192,1) 32%, rgba(192,192,192,1) 51%, rgba(192,192,192,1) 68%, rgba(254,253,253,1) 100%);
    background: linear-gradient(to right, rgba(254,253,253,1) 0%, rgba(192,192,192,1) 32%, rgba(192,192,192,1) 51%, rgba(192,192,192,1) 68%, rgba(254,253,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefdfd', endColorstr='#fefdfd', GradientType=1 );
}

.widget-container .panel-group .panel-title {
    font-size: 16px;
}

.widget-container .panel-group .panel-title > span {
    font-weight: 300;
    padding: 8px 15px 10px;
    display: block;
    cursor: pointer;
}

.widget-container .panel-group .panel-title > span .caret {
    margin-top: 5px;
    margin-right: 15px;
    border-bottom: 5px solid #999999;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.widget-container .panel-group .panel-title > span.collapsed .caret {
    border-top: 5px solid #999999;
    border-bottom: 5px solid transparent;
    margin-top: 10px;
}

.widget-container .panel-body {
    border-top: none !important;
}

/** Mini Cal **/

.scroller {
    text-align: center;
    cursor: pointer;
    padding: 7px;
    padding-top: 23px;
    white-space: no-wrap;
    vertical-align: middle;
}

.scroller-left {
    float: left;
}

.scroller-right {
    float: right;
}

.scroll-inner {
    overflow: hidden;
    background: #fff;
    border: 1px solid #fff;
}

.scroller-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.scroll-item {
    min-height: 90px;
    width: 200px;
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
}

.scroll-item .event {
    width: 100%;
    cursor: pointer;
    positon: relative;
    max-width: 150px;
    max-height: 60px;
    margin: 5px auto;
}

/** Mini Cal end **/

.top-buffer {
    margin-top: 20px;
}

.top-buffer-5 {
    margin-top: 5px;
}

.nopad
{
    padding-left: 0;
    padding-right: 0;
}

.nopad div.pusher
{
  margin-top: 147px;
}

.morepad
{
    padding-left: 20px;
    padding-right: 20px;
}

.moremarg {
    margin-top: 5px;
}

/** Home mini calendar end **/

/** Calendar start **/

/* Dates */
.calendar .calendar-date { width: 170px; }
.calendar .calendar-date  .dayofmonth {
    width: 40px;
    font-size: 36px;
    line-height: 36px;
    float: left;
    text-align: right;
    margin-right: 10px;
}

.calendar .calendar-date .calendar-date-spacer {
    font-size: 19px;
}

.calendar .calendar-date .shortdate {
    font-size: 0.75em;
}

/* Times */
.calendar .calendar-time { width: 140px; }


/* Events */
.calendar .calendar-events {  }
.calendar .calendar-events .calendar-event {  }



/**
 * Calendar search
 */
#cal-search {
    width: 500px;
}

#cal-search input {
    border-radius: 0;
    margin-bottom: 15px;
}

/** Calendar end **/

/** Footer start **/

.footer-nav
{
    min-height: 193px;
    width: 100%;
    background-color: rgba(0,0,0, 0.3);
    color: #fff;
    position: absolute;
}

.footer-nav div.footer-inner
{
    padding: 20px 10%;
}

.footer-inner div.bold
{
    font-weight: bolder;
}

.footer-inner div a
{
    color: #fff;
}

.footer-inner .menu-visibilitiy
{
  visibility: hidden !important;
}

#wrap
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -193px;
}

#push, footer.footer
{
    min-height: 193px;
}

.footer
{
    padding-top: 70px;
    font-size: 13px;
}

.language-bubble {
    float: left;
    opacity: 0.3;
    margin: 4px;
}

.language-bubble.active {
    opacity: 1;
}

  /*By Ben*/
  .subfooter{
  text-align: center;
  }
  .copyrighttext{
  float: right;
  }
  .copyright{
  width: 100%;
  float: left;
  }

/** Footer end **/

.sidebar
{
    min-height: 750px !important;
  z-index: 10;
    background: rgb(255, 221, 0);
    background: -moz-linear-gradient(180deg, rgb(255, 221, 0) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(180deg, rgb(255, 221, 0) 0%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(180deg, rgb(255, 221, 0) 0%, rgb(255, 255, 255) 100%);
    background: -ms-linear-gradient(180deg, rgb(255, 221, 0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(180deg, rgb(255, 221, 0) 0%, rgb(255, 255, 255) 100%);
    padding-left: 0;
    padding-right: 0;
  overflow-y: auto;
}

.sidebar ul.list-group:first-child
{
    padding-top: 15px;
}

.list-group-item
{
  position: inherit;
    border: none;
    border-radius: 0 !important;
    padding: 5px 0;
    background-color: transparent;
}

.list-group-item a
{
    color: #000;
    display: block;
    padding: 0 15px;
    text-decoration: none;
}

.list-group-item.active, .list-group-item.active:hover
{
    background-color: transparent;
}

.list-group-item.active a.active
{
    background-color: rgba(0,0,0, 0.1);
}

.list-group-item.active a.active:last-child
{
    background-color: rgba(0,0,0, 0.4);
    color: #fff;
}

.list-group-item.active a:hover
{
    background-color: rgba(0,0,0, 0.2);
}

.list2 li a
{
    padding-left: 30px;
}

.list3 li a
{
    padding-left: 45px;
}


.protoimg
{
    max-height: 255px;
}

/*BrowserZoom start*/

.browserzoom-container {
    margin-right: 30px;
    overflow: hidden;
    float: left;
}

.browserzoom-container:hover {
    width: auto;
    background: rgba(0,0,0, 0.1);
}

.browserzoom-container:hover .browserzoom {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    margin-top: 11%;
}

.browserzoom
{
    float: left;
    cursor: pointer;
    display: none;
}

.browserzoom span
{
    display: inline-block;
    background: #ccc;
    color: #000;
    width: 18px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    overflow: hidden;
}

.browserzoom span#smaller
{
    font-size: 10px;
}

.browserzoom span#normal
{
    font-size: 13px;
}

.browserzoom span#bigger
{
    font-size: 15px;
}

/*BrowserZoom end*/

.customsidebar
{
    min-height: 750px !important;
    z-index: 10;
    font-size: 14px !important;
    /**padding: 15px 40px;**/
    padding: 39px 33px;
    background: rgb(128, 128, 128);
    background: -moz-linear-gradient(180deg, rgba(128, 128, 128, 0.2) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(180deg, rgba(128, 128, 128, 0.2) 0%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(180deg, rgba(128, 128, 128, 0.2) 0%, rgb(255, 255, 255) 100%);
    background: -ms-linear-gradient(180deg, rgba(128, 128, 128, 0.2) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(180deg, rgba(128, 128, 128, 0.2) 0%, rgb(255, 255, 255) 100%);
}

.nav-side-menu i#menu-toggle {
    display: none;
}

#sidebar-wrapper.sidebar-toggle {
    transition: all 0.3s ease-out;
    margin-right: -75%;
}

#sidebar-wrapper {
    top: 0;
    right: -75%;
    width: 75%;
    background: rgb(128, 128, 128);
    color: white;
    position: fixed;
    height: 100%;
    z-index: 100;
    padding-left: 25px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#sidebar-wrapper a {
    color: #104d82;
}

.sidebar-visible {
    right: 75% !important;
}

@media (min-width: 768px) {
    #sidebar-wrapper.sidebar-toggle {
        transition: 0s;
        right: 75%;
    }
}

/** First Sub Page Menu start **/

.widget-box-container {
    position: relative;
    float: left;
    /**padding: 10px;**/
}

.widget-box {
    float: left;
    position: relative;
    color: #fff;
    margin: 5px;
}

.widget-box4x2 {
    width: 282px;
    height: 213px;
}

@media screen and (max-width: 767px) {
    .widget-box4x2 {
        width: 282px;
        height: 213px;
    }
}

.widget-box-content {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    overflow: hidden;
}

.widget-box-link {
    height: 100%;
    top: 0px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    right: 0px;
    -webkit-transition: top 0.4s;
    -moz-transition: top 0.4s;
    -ms-transition: top 0.4s;
}

.widget-box-link-text {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    -ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    -o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.widget-box-link-text a {
    color: #3d3d3d;
}

.row.tile-row {
    margin-top: 25px;
    margin-right: 15px;
}

.row.tile-row-pad {
    margin-left: -30px;
    margin-right: -30px;
}

.row.tile-row-pad-left {
    margin-right: 15px;
    scroll: hidden;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tile {
    margin-bottom: 30px;
}

.tile-content {
    max-height: 190px;
}

.tile-content img {
    max-height: 190px;
}

.tile-text {
    background: rgba(0,0,0, 0.1);
    padding: 10px;
    color: #fff;
    height: 40px;
}

.tile-text-dark {
    color: #484848 !important;
}

.tile-text-no-bg {
    background: none;
}

.tile-text-moreheight {
    height: auto;
}

.tile-text a {
  color: #68686A;
  font-size: 14px;
}

.tile-image figure.image {
    margin-bottom: 0;
}

.stadtteil-wrapper {
    display: flex;
    align-items: center;
}

.stadtteil-text {
    width: 100%;
}

.stadtteil-bild {
    flex: none;
    margin-top: 35px !important;
}

@media (max-width: 767px) {
    .tile-image {
        /*float: left;*/
        margin: 0 auto;
        width: 75%;
        padding-left: 0;
        padding-right: 0;
    }

    .tile-caption {
        overflow: auto;
    }
}

.menu-box
{
    /*height: 150px;
  margin-top: 20px;
    border-radius: 0;
    margin-bottom: 0;
    background-image: url('/fileadmin/bsdist/theme/img/nav/missing.png');
    background-position: center;
    background-size: contain;*/
}

.menu-box-inner
{
  width: 100%;
    max-width : 252px;
    height: 100%;
    max-height: 150px;
    background-color: transparent;
    /*outline: 1px solid #ccc;
    outline-offset: 5px;*/
    background-image: url('/fileadmin/bsdist/theme/img/nav/missing.png');
    background-position: center;
    background-size: contain;
}

.menu-box-inner a img {
    max-height: 100%;
}

.menu-box-text
{
  position: absolute;
  bottom: 10px;
  left: 25px;
  padding: 6px;
  background-color: rgba(213, 213, 213, 0.48);
}

.menu-box-text a
{
  color: #3d3d3d !important;
}

/** First Sub Page Menu end **/

/** Kontakt form start **/

div.tx-powermail fieldset legend.powermail_legend:first-child
{
  display: none;
}

.tx-powermail
{
  width: 100%;
}

div#powermail_fieldwrap_15 fieldset legend
{
  display: none;
}

/** Kontakt form end **/

figcaption.caption p.caption-
{
  font-size: 12px;
}

/** Flexslider start **/

.flex-direction-nav li a
{
  width: 26px;
  height: 26px;
  margin: -13px 0 0;
  display: block;
  position: absolute;
  top: 45%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.flex-direction-nav li a.flex-prev
{
  background: url(../../../../typo3conf/ext/flexslider/Resources/Public/Images/bg_direction_nav.png) no-repeat 0 0;
}

.flex-direction-nav li a.flex-next
{
  right: 0;
  background: url(../../../../typo3conf/ext/flexslider/Resources/Public/Images/bg_direction_nav.png) no-repeat -30px 0px
}

.flexslider .slides img {
    width: 100%;
}

.flexslider ul li img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.flex-caption {
    width: 100%;
}

/* === Mobile Menu =================================== */

.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  position: fixed;
  top: 0px;
  width: 300px;
  height: 100%;
  color: #e1ffff;
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}

.nav-side-menu i.toggle-btn.toggle-btn-l {
    right: 0;
    left: 10px;
}

.nav-side-menu i.toggle-btn.toggle-btn-r {
    background-color: rgb(130, 130, 130);
    position: fixed;
    right: 10px;
    #top: 10%;
}

.nav-side-menu .toggle-btn {
  display: none;
}

.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
}

.nav-side-menu li.active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}

.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }


  .brand {
    text-align: center !important;
    font-size: 22px;
    line-height: 50px !important;
  }
  .widget-container .panel-group .panel-heading {
        padding: 0;
        border-radius: 0;
        background-color: #f8f8f8;
        background: rgba(192,192,192,1);
    }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}

/* === Mobile Menu END =================================== */




.animated {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideDown {
    0% {
        max-height: 0;
    }

    100% {
        max-height: 500px;
    }
}

@keyframes slideDown {
    0% {
        max-height: 0;
    }

    100% {
        max-height: 500px;
    }
}

.slideDown {
    overflow: hidden;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}
@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}

.animation-delay-1 {
  -webkit-animation-delay: .1s !important;
  -moz-animation-delay: .1s !important;
  -ms-animation-delay: .1s !important;
  -o-animation-delay: .1s !important;
  animation-delay: .1s !important;
}
.animation-delay-2 {
  -webkit-animation-delay: .2s !important;
  -moz-animation-delay: .2s !important;
  -ms-animation-delay: .2s !important;
  -o-animation-delay: .2s !important;
  animation-delay: .2s !important;
}
.animation-delay-3 {
  -webkit-animation-delay: .3s !important;
  -moz-animation-delay: .3s !important;
  -ms-animation-delay: .3s !important;
  -o-animation-delay: .3s !important;
  animation-delay: .3s !important;
}
.animation-delay-4 {
  -webkit-animation-delay: .4s !important;
  -moz-animation-delay: .4s !important;
  -ms-animation-delay: .4s !important;
  -o-animation-delay: .4s !important;
  animation-delay: .4s !important;
}
.animation-delay-5 {
  -webkit-animation-delay: .5s !important;
  -moz-animation-delay: .5s !important;
  -ms-animation-delay: .5s !important;
  -o-animation-delay: .5s !important;
  animation-delay: .5s !important;
}
.animation-delay-6 {
  -webkit-animation-delay: .6s !important;
  -moz-animation-delay: .6s !important;
  -ms-animation-delay: .6s !important;
  -o-animation-delay: .6s !important;
  animation-delay: .6s !important;
}
.animation-delay-7 {
  -webkit-animation-delay: .7s !important;
  -moz-animation-delay: .7s !important;
  -ms-animation-delay: .7s !important;
  -o-animation-delay: .7s !important;
  animation-delay: .7s !important;
}
.animation-delay-8 {
  -webkit-animation-delay: .8s !important;
  -moz-animation-delay: .8s !important;
  -ms-animation-delay: .8s !important;
  -o-animation-delay: .8s !important;
  animation-delay: .8s !important;
}
.animation-delay-9 {
  -webkit-animation-delay: .9s !important;
  -moz-animation-delay: .9s !important;
  -ms-animation-delay: .9s !important;
  -o-animation-delay: .9s !important;
  animation-delay: .9s !important;
}
.animation-delay-10 {
  -webkit-animation-delay: 1s !important;
  -moz-animation-delay: 1s !important;
  -ms-animation-delay: 1s !important;
  -o-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.animation-delay-11 {
  -webkit-animation-delay: 1.1s !important;
  -moz-animation-delay: 1.1s !important;
  -ms-animation-delay: 1.1s !important;
  -o-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}
.animation-delay-12 {
  -webkit-animation-delay: 1.2s !important;
  -moz-animation-delay: 1.2s !important;
  -ms-animation-delay: 1.2s !important;
  -o-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}
.animation-delay-13 {
  -webkit-animation-delay: 1.3s !important;
  -moz-animation-delay: 1.3s !important;
  -ms-animation-delay: 1.3s !important;
  -o-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}
.animation-delay-14 {
  -webkit-animation-delay: 1.4s !important;
  -moz-animation-delay: 1.4s !important;
  -ms-animation-delay: 1.4s !important;
  -o-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}
.animation-delay-15 {
  -webkit-animation-delay: 1.5s !important;
  -moz-animation-delay: 1.5s !important;
  -ms-animation-delay: 1.5s !important;
  -o-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}
.animation-delay-16 {
  -webkit-animation-delay: 1.6s !important;
  -moz-animation-delay: 1.6s !important;
  -ms-animation-delay: 1.6s !important;
  -o-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}
.animation-delay-17 {
  -webkit-animation-delay: 1.7s !important;
  -moz-animation-delay: 1.7s !important;
  -ms-animation-delay: 1.7s !important;
  -o-animation-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}
.animation-delay-18 {
  -webkit-animation-delay: 1.8s !important;
  -moz-animation-delay: 1.8s !important;
  -ms-animation-delay: 1.8s !important;
  -o-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}
.animation-delay-19 {
  -webkit-animation-delay: 1.9s !important;
  -moz-animation-delay: 1.9s !important;
  -ms-animation-delay: 1.9s !important;
  -o-animation-delay: 1.9s !important;
  animation-delay: 1.9s !important;
}
.animation-delay-20 {
  -webkit-animation-delay: 2s !important;
  -moz-animation-delay: 2s !important;
  -ms-animation-delay: 2s !important;
  -o-animation-delay: 2s !important;
  animation-delay: 2s !important;
}
.animation-delay-21 {
  -webkit-animation-delay: 2.1s !important;
  -moz-animation-delay: 2.1s !important;
  -ms-animation-delay: 2.1s !important;
  -o-animation-delay: 2.1s !important;
  animation-delay: 2.1s !important;
}
.animation-delay-22 {
  -webkit-animation-delay: 2.2s !important;
  -moz-animation-delay: 2.2s !important;
  -ms-animation-delay: 2.2s !important;
  -o-animation-delay: 2.2s !important;
  animation-delay: 2.2s !important;
}
.animation-delay-23 {
  -webkit-animation-delay: 2.3s !important;
  -moz-animation-delay: 2.3s !important;
  -ms-animation-delay: 2.3s !important;
  -o-animation-delay: 2.3s !important;
  animation-delay: 2.3s !important;
}
.animation-delay-24 {
  -webkit-animation-delay: 2.4s !important;
  -moz-animation-delay: 2.4s !important;
  -ms-animation-delay: 2.4s !important;
  -o-animation-delay: 2.4s !important;
  animation-delay: 2.4s !important;
}
.animation-delay-25 {
  -webkit-animation-delay: 2.5s !important;
  -moz-animation-delay: 2.5s !important;
  -ms-animation-delay: 2.5s !important;
  -o-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}
.animation-delay-26 {
  -webkit-animation-delay: 2.6s !important;
  -moz-animation-delay: 2.6s !important;
  -ms-animation-delay: 2.6s !important;
  -o-animation-delay: 2.6s !important;
  animation-delay: 2.6s !important;
}
.animation-delay-27 {
  -webkit-animation-delay: 2.6s !important;
  -moz-animation-delay: 2.6s !important;
  -ms-animation-delay: 2.6s !important;
  -o-animation-delay: 2.6s !important;
  animation-delay: 2.6s !important;
}
.animation-delay-28 {
  -webkit-animation-delay: 2.8s !important;
  -moz-animation-delay: 2.8s !important;
  -ms-animation-delay: 2.8s !important;
  -o-animation-delay: 2.8s !important;
  animation-delay: 2.8s !important;
}
.animation-delay-29 {
  -webkit-animation-delay: 2.9s !important;
  -moz-animation-delay: 2.9s !important;
  -ms-animation-delay: 2.9s !important;
  -o-animation-delay: 2.9s !important;
  animation-delay: 2.9s !important;
}
.animation-delay-30 {
  -webkit-animation-delay: 3s !important;
  -moz-animation-delay: 3s !important;
  -ms-animation-delay: 3s !important;
  -o-animation-delay: 3s !important;
  animation-delay: 3s !important;
}

.nav > li.dropdown.open {
    position: static;
}

.nav > li.dropdown.open .dropdown-menu {
    display: table;
    width: 100%;
    top: 98%;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0px;
}

.nav > li.dropdown.open .dropdown-menu ul.menu li {
    list-style: none;
}

#nav > a
{
    display: none;
}

.social-links {
    margin: 2px 0 0;
    display: inline-block;
    list-style: none;
    font-size: 0;
    padding-left: 0;
}

.social-links li {
    display: inline-block;
    margin: 0 12px 2px 0;
}

.social_share_privacy_area li.settings_info .settings_info_menu {
  z-index: 500 !important;
}

.navbar-header-full {
    background-image: -webkit-linear-gradient(bottom, #f0f0f0, #fff);
    background-image: -moz-linear-gradient(bottom, #f0f0f0, #fff);
    background-image: -o-linear-gradient(bottom, #f0f0f0, #fff);
    background-image: linear-gradient(to bottom, #f0f0f0, #fff);
}

.logomobile {
    position: relative;
    display: flex;
}

.logomobile .header-logo {
    margin: 0 auto;
}

.header-logo {
    float: left;
    overflow: hidden;
    /**display: inline-flex;**/
}

.header-logo h1 p {
    font-size: 12px;
}

.top-nav {
    float: right;
    position: relative;
}

.top-nav-social {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    margin-left: 20px;
    background-color: #f1f1f1;
    -webkit-box-shadow: inset 0 0 1px #fff;
    -moz-box-shadow: inset 0 0 1px #fff;
    box-shadow: inset 0 0 1px #fff;
    border: 1px solid #e3e6e8;
    border-top: 0;
    overflow: hidden;
}

.top-nav-social li {
    float: left;
    margin: 0;
}

.top-nav-social li a {
    font-size: 1.5em;
    margin: 0;
    color: #444;
    display: inline-block;
    padding: 7px 10px;
    min-width: 40px;
    text-align: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.top-nav .dropdown {
    display: inline-block;
    margin-left: 20px;
    z-index: 1001;
    vertical-align: top;
}

.top-nav .dropdown a {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 7px 10px;
    color: #000;
    font-size: 1.5em;
    text-decoration: none;
    background-color: #f1f1f1;
    -webkit-box-shadow: inset 0 0 1px #ffffff;
    -moz-box-shadow: inset 0 0 1px #ffffff;
    box-shadow: inset 0 0 1px #ffffff;
    border: solid 1px #e3e6e8;
    border-top: 0;
}

.dropdown-search-box {
    overflow: hidden;
    padding: 10px;
    min-width: 300px;
    box-shadow: none;
    border-radius: 0;
}

.dropdown-search-box input, .dropdown-search-box button {
    border-radius: 0;
}

.top-nav-social a.facebook:hover {
    background-color: #3b5998;
    color: #fff;
}

.top-nav-social a.twitter:hover {
    background-color: #00aced;
    color: #fff;
}

.top-nav-social a.impressum:hover {
    background-color: #63B444;
    color: #fff;
}

.top-nav-social a.datenschutz:hover {
    background-color: #3b5998;
    color: #fff;
}

.top-nav-social a.print:hover {
    background-color: #F03F23;
    color: #fff;
}

.top-nav-social a.sitemap:hover {
    background-color: #FFDD00;
    color: #fff;
}

#dbh {
    font-size: 13px;
    margin-top: 102px;
    padding-left: 185px;
}

p.starterNews {
    color: #68686A;
    font-weight: bold;
}

.news .list-group-item {
    border: 1px solid #ddd;
    padding: 10px 15px;
    height: 475px;
    overflow: auto;
}

.news .list-group-item h1 {
    font-size: 14px;
    font-weight: bold;
}

.news .list-group-item a {
    color: #428bca;
    display: inline;
}

.news .list-group-item .image {
    margin-bottom: 0;
}

.news .lessfont {
    font-size: 12px;
}

.panel .limited {
    max-height: 500px;
    overflow-y: auto;
}

.pagination>li>a, .pagination>li>span { border-radius: 50% !important;margin: 0 5px;}

.pag-less, .pag-more {
    float: left;
    padding: 7px 4px;
    line-height: 1.428571429;
}

.table.cstm-table > tbody > tr > td, .table.cstm-table > thead > tr > th, .table.cstm-table thead {
    border: none !important;
}

.table.cstm-table > tbody > tr > td {
    padding: 5px;
}

.table.cstm-table > tbody > tr > td > p {
    margin: 0 0 5px;
}

.trw > tbody > tr > td {
    width: 25%;
}

/* RTE Classes */
a.custom-color {
  color: inherit !important;
}
a.link-color {
  color: #428bca !important;
}

p.align-left {
    text-align: left;
}

p.align-right {
    text-align: right;
}

p.align-center {
    text-align: center;
}

ul {
    margin-top: 12px;
}

@media print {
    /* no displayed link for E-Mail etc. */
    a.mail[href]:after, table a[href]:after,
    .csc-textpic-imagewrap a[href]:after,
    a[href]:after {
        content: none;
    }

    /* deactivate image position middle and right above or below text */
    div.csc-textpic-center div.csc-textpic-imagewrap {margin: 0;}
    div.csc-textpic-right div.csc-textpic-imagewrap {width: 100%;}
    div.csc-textpic-center {text-align: left;}

    /* line break for pre */
    pre {white-space: pre-wrap;}

    /* tables */
    thead {display: table-header-group;}
    tr {page-break-inside: avoid;}

    .logo {
        margin: 0 auto;
    }
}


.offset::before {
  display: block;
  content: " ";
  height: 51px;
  margin-top: -51px;
  visibility: hidden;
}
