/************************************************ 1px oben bei Slideshow */
#main .row.content {
  margin-top: -1px; !important
}


/************************************************ Anpassung Copyright*/
#content .container-copyright {
  position: relative;
}

#content .bottomright-copyright {
  position: absolute;
  bottom: 4px;
  right: 0;
  font-size: 70%;
  background-color: rgba(0,0,0,0.3);
  color: #DADADA;
  padding: 2px 4px 2px 4px;
}

#content .img-copyright { 
  width: 100%;
  height: auto;
}


/************************************************ ANPASSUNG FÜR NEWSBEITRAG MIT SPRACHKÜRZEL */
#content time {
  display: none !important;
  visibility: hidden !important;
}

/************************************************ Anpassung h3 für own-news auf Landingpage*/
#content article > h3, #main article > h3 {
  font-size: 18px;
}

/************************************************ anpassung li */
#content li {
  margin-bottom: 8px;
}

/************************************************ border_black anpassen wie well */
#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);
}

/************************************************ Anpassung ul in Verbindung mit border_black */
#content div.border_black > ul {
  padding-left: 20px;
  color: #777;
}

/************************************************ well */
.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);
}

/************************************************ Anpassung FAQs */
#content #faq .well {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 0px 0px rgba(0,0,0,0.05);
}

#content #faq div.text-ein {
  margin: 10px 10px 40px 10px;
}


/************************************************ Anpassung für copyright Angabe */
#content .copyright {
  margin-top: 90px;
  margin-bottom: -60px;
  color: #777;
  font-size: 70%;
}
@media (max-width: 760px) {
  #content .copyright {
    margin-top: 60px;
    margin-bottom: -20px;
    color: #777;
    font-size: 70%;
  }
}



/* Testimonials */

@media only screen and (min-width: 768px) {

	#testimonials .carousel .img-container {
		float:left;
		margin-right:30px;
	}
	
}

#testimonials .carousel .carousel-indicators,#testimonials .carousel .carousel-counter {
	display:none;
}

#testimonials .carousel .carousel-caption {
	text-align:left;
	background-color:transparent;
	border:none;
}

#testimonials h3 {
	font-size:15px !important;
   	padding-top:0 !important;
}


/* weiteres */

#content a[title~="ganzen"] {
  display:none;
}