/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1042;
  overflow: hidden;
  position: fixed !important;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  background: #c5cfd8;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/**
 * Baseline CSS
 * @author Maik Helsing
 * <www.agentur-vida.de>
 */
html,
body{
  background: #fff;
  -webkit-overflow-scrolling:touch;

  height: 100%;
  width: 100%;
}
  body{
    color: #0f5b82;
    font: 12px/16px Verdana,sans-serif;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -hyphens: auto;
  }

  body.navIsVisible,
  body.mpIsOpen{ position: relative; overflow: hidden; } 

::selection,
::-moz-selection
{
  background:#dd971f;
  color:#fff
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../../files/bm2015/css/fonts/fontawesome-webfont.eot');
  src: url('../../files/bm2015/css/fonts/fontawesome-webfont-.eot#iefix') format('embedded-opentype'), url('../../files/bm2015/css/fonts/fontawesome-webfont.woff') format('woff'), url('../../files/bm2015/css/fonts/fontawesome-webfont.ttf') format('truetype'), url('../../files/bm2015/css/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body *{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3,
h4, h5, h6{
  font-size: 100%;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 12px 0;
  padding: 0;
}
  h1{ font-size:1.8333em; }
  h2{ font-size:14px; font-weight: bold; /*1.6667em;*/ }
  h3{ font-size:1.5em; }
  h4{ font-size:1.3333em; }

html, body, form,
pre, figure, ul, li{
  margin: 0;
  padding: 0;
}

img{ border: 0; }
ul, li{ list-style: none; }

i{
  font-family: FontAwesome;
  font-style: normal;
}

form,
input, select, textarea
{
  font-family: Verdana,sans-serif;
  font-size: 13px;
}

fieldset{
  border:none;
  margin: 0;
  padding: 0;
}

.invisible{
  display: none;
  opacity: 0;
}

a{
  color: #f3941a;/* #0f5b82; */
  text-decoration: none;
}
  a:hover,
  a:focus,
  a:active{ color: #f3941a; }

/* Structure
 ============================================ */
#BodyWrapper{
  min-height: 450px;
  padding-bottom: 30px;
  position: relative;

  -webkit-transition:margin .5s ease;
  -moz-transition:margin .5s ease;
  -ms-transition:margin .5s ease;
  -o-transition:margin .5s ease;
  transition:margin .5s ease;
}

@media only screen and (min-width:800px) {
  #BodyWrapper.centered{
    top: 30%;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}

header,
footer,
.wrapperNavTrigger{
  margin: 0 auto;
  max-width: 992px;
  padding: 0 12px;
  position: relative;
  width: auto;
}

header{
  display: table;
  padding: 12px;
  width: 100%;
}
  header #top_image{
    display: table-cell;
    vertical-align: middle;
  }
  /*header #top_image a img{ margin-left: -5px; }*/

@media only screen and (min-width:992px) {
  header{ height: 110px; }
  footer{ margin-top: 26px; }
}

.contentPage #Content{
  background: #c5cfd8;
  position: relative;
  width: 100%;
}

.bigBlueTop #Content{
  border-top: 35px solid #0f5b82;
  padding-top: 12px;
}

.bigBlueBottom #Content{
  border-bottom: 35px solid #0f5b82;
  padding-bottom: 12px;
}

.contentPage #Content .mod_navigation{ margin-bottom: 24px; }

/* Forms
 ============================================ */
input.text,
#recaptcha_response_field,
textarea{
  border: 1px solid #ccc;
  height: 25px;
  line-height: 20px;
  padding: 3px;
}
  textarea{
    height: auto;
    width: 100%;
  }

label{
  font-size: 13px;
  line-height: 20px;
}

legend{
  /*font-size: 16px;*/
  font-weight: bold;
  margin: 0;
  padding: 3px 0;
}

input[type=submit],
button:not(.mfp-close):not(.mfp-arrow),
a.button{
  background: #708e9e;
  border: 1px solid #708e9e;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  padding: 4px 12px;
  text-transform: uppercase;

  -webkit-box-shadow: 0px 2px 15px 0px rgba(117,117,117,0.55);
  -moz-box-shadow: 0px 2px 15px 0px rgba(117,117,117,0.55);
  box-shadow: 0px 2px 15px 0px rgba(117,117,117,0.55);
}
  input[type=submit]:after,
  button:not(.mfp-close):after,
  a.button:after{
    content: '\f0a9';
    font-family: FontAwesome;
    padding-left: 4px;
  }
  button.searchNow:after{ content: '\f002'; }
  button.bookmark:after{ content: '\f02e'; }
  button.adChangecat:after{ content: '\f044'; }
  button.delete:after{ content: '\f014'; }
 
button:not(.mfp-close):disabled{
  background: #ccc !important;
  color: #999 !important;
  cursor: default !important;
}

/* Default Form Settings */
fieldset{
  display: inline-block;
  max-width: 340px;
  padding-bottom:3px;
  width: 100%;
}
  fieldset.wide{ max-width: none; }

label,
input.text,
#recaptcha_response_field{
  display: block;
  width: 100%;
}
  #recaptcha_response_field,
  input.text{ margin-bottom: 12px; }

p.error{ color: #ff0000; }

.radio_container label,
.checkbox_container label{ display: inline; }
.radio_container,
.checkbox_container{ margin-bottom: 12px; }

#ctrl_berlinmusiker_subscribedCategories span{ display: block; }
#tl_lost_password{ padding: 24px 0; }

a.probutton{
  background: #e3e5e5;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: inline-block;
  margin: 6px 0 12px 0;
  padding: 6px 12px;
}
  a.probutton:after{
    content: '\f219';
    font-family: FontAwesome;
    padding-left: 4px;
  }

/* ContentClasses
 ============================================ */
.clearFix:after{
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

.floatLeft{ float: left; }
.floatRight{ float: right; }

.box{
  display: inline-table;
  /*min-height: 140px;*/
}
  .box:last-child{ border-right: none; }

.mod_article.w33{
  margin-right: 1%;
  margin-top: 12px;
  /*min-width: 300px;*/
  min-width: 238px;
  width: 32%;
}

.mod_article.blue{
  background-color: #c3d1de;
  border-color: #c3d1de;
}

.mod_article.grey1{
  background-color: #e3e5e5;
  border-color: #e3e5e5;
}

.blue_border {
  height: 35px;
  margin: 20px 0 0;
  border-top: 1px solid #fff;
  background-color: #0f5b82;
}

@media only screen and (max-width:600px) {
  .w33,
  .mod_article.w33{
    margin-right: 0;
    width:100%;
  }
}

.grey1{
  background-color: #e3e5e5;
  color: #666;
  padding: 12px;
}

.errorBox,
.mainCatDesc{
  background-color: #fff;
  border: 5px solid #fff;
  border-radius: 5px;
  color: #0f5b82;
  font-size: 12px;
  left: 50%;
  max-width: 275px;
  padding: 12px;
  position: absolute;
  top: 24px;
  z-index: 99;
}

@media only screen and (max-width:768px){
  .errorBox{ margin-left: -140px; }
}

.closeErrorBox{
  background:#fff;
  display:block;
  height:20px;
  line-height: 20px;
  position:absolute;
  right:-4px;
  text-align: center;
  top:-4px;
  width:20px;
}
  .closeErrorBox:after{
  	content: '\f00d';
    font-family: FontAwesome;
    font-size: 13px;
  }

#recaptcha_image{
  margin-bottom: 12px;
  max-width: 95%;
  width: auto;
}
.recaptcha_only_if_image{
  display: block;
  margin: 12px 0;
}

/**
 * Navigation Styles
 * @author Maik Helsing
 * <www.agentur-vida.de>
 */

.berlinmusiker_startlink a{ text-transform: uppercase; }
.mod_navigation{
  font-family: "Roboto Condensed",narrow,sans-serif;
  /*font-size: 13px;*/
}

#BottomBar{
  font-size: 14px;
}

#BottomBar .description{
  color: #333;
  display: block;
  font-size: 12px;
  line-height: 12px;
  text-transform: none;
}

header .mod_navigation{
  left: 300px;
  position: absolute;
  top: 40%;
}
  header .mod_navigation li{ padding: 0 6px; }
  header .mainNavigation li{ display: inline-block; }

.mainNavigation{
  font-size: 13px;
  text-transform: uppercase;
  position:relative;
  z-index: 1;
}

.mainNavigation li a,
.mainNavigation li .active,
.mainNavigation li .trail{
  color: #0f5b82;
  display: inline-block;
  line-height: 20px;
  padding: 3px 4px;
}
  .mainNavigation li a:hover,
  .mainNavigation li .trail,
  .mainNavigation li .active{ color: #f3941a !important; }

#metaNav{ display:none; }

@media only screen and (min-width:992px){
  /* BottomBar Right */
  #BottomBar{
    background: none;
    bottom: auto;
    position: fixed;
    right:0;
    top: 50%;
    width: auto;
    z-index: 100;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #BottomBar ul{
    background: #f3941a;
    margin: 0;
    margin-right: -20px;
    max-width: none;
    width: 115px;

    -webkit-box-shadow: 0 0 10px 0;
    box-shadow: 0 0 10px 0;
    border-radius: 5px 0 0 5px;

    -webkit-transition:margin-right .5s ease;
    -moz-transition:margin-right .5s ease;
    -ms-transition:margin-right .5s ease;
    -o-transition:margin-right .5s ease;
    transition:margin-right .5s ease;
  }
    #BottomBar ul:hover{ margin-right: 0; }

  #BottomBar a{ color: #fff; }
  #BottomBar .last{ border:none !important; }
    #BottomBar a:hover,
    #BottomBar .active,
    #BottomBar .trail{ color: #333; }

  #BottomBar li,
  #BottomBar li a,
  #BottomBar span.active,
  #BottomBar li.trail{ display: block; }
  
  #BottomBar li a:not(.trail),
  #BottomBar li.trail,
  #BottomBar span.active{
    border-bottom: 1px solid #fff;
    border-right: 0;
    padding: 12px 24px 12px 12px;
    text-transform: uppercase;
  }

  #BottomBar .homeLink{
    border: none !important;
    display: block;
    margin-top: 10px;
    padding: 6px 12px 0 12px !important;
  }
    #BottomBar .homeLink img{
      display: inline-block;
      margin-top: 10px;
    }
}


/* Mobile Navigation
 ============================================ */
.wrapperNavTrigger{ display: none; }

@media only screen and (max-width:991px) {
  #metaNav,
  .wrapperNavTrigger{ display: block; }
  header .mainNavigation{ display: none; }

  #MobileMenu {
    height: 30px;
    line-height: 30px;
    position: relative;
    z-index: 110;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #MobileMenu .iconText {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 24px;
  }

  #MobileMenu .menuIcon {
    background-color: #f3941a;
    bottom: auto;
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 18px;

    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;

    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }

  #MobileMenu .menuIcon::before,
  #MobileMenu .menuIcon:after {
    background-color: #f3941a;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s;
  }
  #MobileMenu .menuIcon::before { top: -5px; }
  #MobileMenu .menuIcon::after { top: 5px; }

  .navIsVisible #MobileMenu .menuIcon { background-color: rgba(255, 255, 255, 0); }
  .navIsVisible #MobileMenu .menuIcon::before,
  .navIsVisible #MobileMenu .menuIcon::after { background-color: #fff; }

  .navIsVisible #MobileMenu .menuIcon::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .navIsVisible #MobileMenu .menuIcon::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  /* MobileNavigation Container
   ============================================ */
  #MobileNavigation{
    background: rgba(243, 148, 26, 0.975); /*rgba(2, 23, 37, 0.90);*/
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 12px 0;
    position: fixed;
    text-align: center;
    top: -100%;
    width: 100%;
    z-index: 100;
    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
    .navIsVisible #MobileNavigation {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      top: 0;
    }

  #MobileNavigation a{ color: #fff; }
  #MobileNavigation .trail,
  #MobileNavigation .active,
  #MobileNavigation a:hover{ color: #333 !important; }

  #MobileNavigation li.trail,
  #MobileNavigation li.active,
  #MobileNavigation a:not(.invisible){
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin: 0 auto;
    padding: 12px;
  }
    #MobileNavigation a.homeLink{ display: none; }

  #BottomBar{
    border-top: 1px solid #fff;
    margin-top: 12px;
  }

  #BottomBar li{
    border-bottom: 1px solid #fff;
    line-height: 22px;
  }
    #BottomBar li:first-child{ display: none; }
    #BottomBar li.last{ border:none; }
}


/* Navigation ContentPages
 ============================================ */
.mobileNavTrigger{ display: none; }
.contentNav{
  background: #0f5b82;
  /*border-bottom: 2px solid #fff;*/
  width: 100%;
}
  #bottom_menu .contentNav{
    border:none;
    border-top: 2px solid #fff;
  }

.contentNav ul{
  color: #f3941a;
  margin: 0 auto;
  max-width: 992px;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
}

.contentNav li{
  display: inline-block;
  line-height:38px;
}
.contentNav a,
.contentNav span{
  border-right: 1px solid #fff;
  line-height: 13px;
  padding: 3px 12px;
}
  .contentNav a{ color: #fff; }
    .contentNav a:hover,
    .contentNav a.trail,
    .contentNav .active{ color: #f3941a; }
    .contentNav .last a,
    .contentNav .last span{ border:none; }

/* MOBILE - Navigation ContentPages
 ============================================ */
.navToLong .mobileNavTrigger{
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 30px;
  max-width: 992px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}
  .mobileNavTrigger:after{
    content: '\f107';
    font-family: FontAwesome;
    padding: 0 6px;
  }

/*.navToLong.contentNav ul{ display: none; }*/
.navToLong.contentNav{ border-bottom: 1px solid #fff; }
.navToLong.contentNav li{
  display: block;
  width: 100%;
}

.navToLong.contentNav a,
.navToLong.contentNav span{
  border-bottom: 1px solid #ccc;
  border-right: none;
  display: block;
  text-align: center;
  padding: 6px 12px;
  width: 100%;
}


/* */

/**
 * ExtraContent CSS
 * @author Maik Helsing
 * <www.agentur-vida.de>
 */

#main_menu{
  left: 81px;
  position: absolute;
  text-transform: uppercase;
  top: 64px;
}
  #main_menu li{
    display: inline-block;
    padding-right: 12px;
  }

.topImageContainer .image_container{
  overflow: hidden;
  margin-top: 16px !important;
  max-width: 375px;
}
@media only screen and (max-width:440px) {
  .topImageContainer .image_container img{
    margin-left: -215px;
  }
}

#bmAcousticNav .contentNav{
  margin-top: -24px;
  margin-bottom: 12px;
}

#bbear{
  float: left;
  text-align: center;
  width: 100%;
}
  #bbear img{ display: inline-block; }

.berlinmusiker_bgimage{
  background-size: cover;
  padding-top: 24px;
}

.mod_article{
  background-color: #fdfefe;
  border-radius: 4px;
  display: inline-block !important;
  float: left;
  margin:0.35% !important;
  max-width: 100%;
  /*opacity: 0;*/
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: auto;

  border: 24px solid #fff;
  padding: 0;
}

#ContentWrapper:after{
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

.mod_article.pager{
  border:20px solid #fff;
  min-height: 0 !important;
  max-width: 100%;
  padding:0 12px;
}
  .mod_article.pager div{ display: inline; }

#ContentWrapper{
  margin: 0 auto;
  height: 100%;
  max-width: 992px;
  position: relative;
  width: 100%;
}

#ContentWrapper .box{ width: 99%; }
#ContentWrapper .mod_article.w33{ width: 32.6%; }
#ContentWrapper .mod_article.w50{ width: 49.3%; }
#ContentWrapper .mod_article.w66{ width: 65.6%; }
#ContentWrapper .mod_article.w100{ width: 99.3%; }

#ContentWrapper .mod_article.h140{ height: 225px; }

@media only screen and (max-width:990px) {
  #ContentWrapper .mod_article.w33,
  #ContentWrapper .mod_article.w66,
  #ContentWrapper .mod_article.w50{
    width: 99%;
  }
}
@media only screen and (min-width:620px) and (max-width: 990px) {
  #ContentWrapper .mod_article.w33,
  #ContentWrapper .mod_article.w50{
    min-width: auto;
    width: 49.3% !important;
  }
}

#ContentWrapper iframe{ max-width: 100% !important; }
