@charset "UTF-8";
/* Global Sidebar */
#sideLeft {
  /* Hide all Cornercard Block Elements */
  /* Fix the Background Color for Testimonials */
  background-color: #e7e7e7;
}

#sideLeft .al_block.cornercard {
  display: none;
}

#sideLeft .al_block.testimonials {
  background-color: #f3f3f3 !important;
}

/* Artist Sidebar */
#artistPageSidebar {
  /* Hide the "Kooperationspartner" Schriftzug */
  /* Fix the Background Color for Pro Member Advertisement Block Element */
}

#artistPageSidebar #ar_left_ad_header {
  display: none;
  /* Connect with top */
}

#artistPageSidebar .al_block.pro-members {
  background-color: #e7e7e7 !important;
}

/* Member Area */
#sidebarMember {
  /* Hide the "Kooperationspartner" Schriftzug */
  /* Append the Sidebar to the Top (no Spacing in between wanted when empty) */
}

#sidebarMember #al_adtitle {
  display: none !important;
}

#sidebarMember #sideLeft {
  margin-top: 0 !important;
}

/* Kunsthäuser */
#artMuseumDetailNav #al_adtitle {
  display: none;
}

#artMuseumDetailNav + #js-infinite-results-sidebar > #new_showcase {
  display: none;
}

#artMuseumDetailNav + #js-infinite-results-sidebar .al_block.pro-members {
  background-color: #f3f3f3 !important;
}

#sideLeft .al_block.artmuseums + .al_block.pro-members {
  background-color: #f3f3f3 !important;
}
