#content h1 {
  margin-bottom:10px !important;
  display:inline-block;
}

#content h1 + p {
  display:inline;
  color:#878787;
  font-size:23px;
}

#content h1 + p::before {
  content: "| ";
}

#content h1.editonlaurin {
   position: absolute; 
   left: 40px; 
   top: 10px;
   color: #fff;
   display:block;
}

@media only screen and (max-width:768px) {	
  #content h1.editonlaurin {
   position:relative; 
   color:red;
}

}

#content div.well {
  background-color:#fff;
}

#content div.well-blue {
  background-color:#355c8e;
  border: 1px solid #355c8e;
  min-height: 20px;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}

#content div.well-blue p {
  color:#fff;
  text-align:center;
}

#content div.well-blue a {
  color:#fff;
}

#content div.well-blue a:hover, #content div.well-blue a:focus {
  background:none;
  opacity:0.8;
}

#content div.well-blue a:visited {
  background:none !important;
   opacity:1;
}

#content span.share_text {
  display:none;
}

#content #rowAuthor ul.portlet, #content #rowBuch ul.portlet {
  padding-left:0;
}

#content li.portlet-autorinnen, #content li.portlet-buecher {
   list-style-type:none !important; 
}

@media (max-width: 768px) {
#content li.portlet-buecher {
  text-align:center;
  /*padding-bottom: 50px;*/

}
}

#content .clearfix-padding {
  padding-bottom: 40px;
}


#content a[title~="ganzen"] {
  display:none;
}

#content .grey {
  color:#878787;
}



.button-lp {
  position:relative;
  padding-top: 25px;
  padding-left: 15px;
  border:none;
  background-color: #b5b5b5;
  height: 11.3em;
  margin-bottom: 30px;
}

.button-lp a:hover, .button-lp a:visited, .button-lp a:active, .button-lp a:focus {
    background: #1b599c;
}

.captionText {
  display:block;
  color: #fff !important;
  font-size: 2.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media only screen and (max-width:768px) {	
  .captionText {
	  font-size: 2.5em;
	}
  
  div.buchzitat blockquote p, div.buchzitat blockquote p a {
 	color:#303030 !important;
	}
  
  div.buchzitat {
    margin-top:0 !important;
   }
}

div.buchzitat {
  margin-top:-125px;
}

div.buchzitat blockquote {
 border:none;
}

div.buchzitat blockquote p {
 color:#fff;
}

div.buchzitat blockquote p a {
 color:#fff;
}

div.buchzitat blockquote p a:hover, div.buchzitat blockquote p a:active, div.buchzitat blockquote p a:focus {
 color: #1b599c;
}

div.buchzitat blockquote p.black {
 color:#303030;
}

/* newsletter-Anpassungen */
#content img.img-border-blue {
  border-bottom-color: #fff;
}

#content time {
  display: none;
}

#content .img-newsitem-max-900 {
    width: 50%;
}