/********************************************************************************************************************/
/*** 1px oben bei Slideshow ***/

#main .row.content {
  margin-top: -1px; !important
}



/********************************************************************************************************************/
/*** Transparenz bei Slideshop ***/

.startseite .carousel-caption, .landingpage .carousel-caption {
  opacity: 0.8;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}



/********************************************************************************************************************/
/*** Abstand bei Slideshow ***/
.startseite .carousel-caption, .landingpage .carousel-caption {
  background-color: #fff;
  left: 35px;
  padding: 0px 30px 22px 18px;
  position: absolute;
  right: 35px;
}


/********************************************************************************************************************/
/*** well im editor sichtbar machen ***/
#content .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

#content .border_black {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}


#content .mb0 {
  padding-bottom: 0px;
}