#content ul {margin-bottom: 15px; margin-top: 5px; }


/* Slideshow */

.header-bg-image{
  /*margin-top: 0.6em;*/
  position: absolute;
  /* IE hack */
  background-color:#c5c7c8;
}

@media (max-width: 768px) {
  #content .carousel-indicators {
  display: none;
}
}

/* landing page */

#landing-page h3 {
	font-size:25px;
	border:none;
}

#landingPage h3 {
	border-bottom:none;
}

@media only screen and (min-width:768px) {
	#landing-page h3 {
		margin:20px 0 10.5px 0;
	}
}

#content #rowNav {
	padding-top:0;
  	margin-top:-35px;
	margin-left:-35px;
  	margin-right:-35px;
	background-color:#f5f5f5;
}

#content #rowNav h3 {
	margin-top:10.5px !important;
	text-align:center;
}

#content #rowNav div[class^="col"] {
	padding-bottom:0 !important;
}

#content #rowEvents {
	padding-top:0;
}

#content #rowEvents .portlet {
	padding-left:0;
	list-style-type:none;
}

#content #rowEvents .portlet li {
	margin-bottom:15px;
	list-style-type:none;
}

/* News */

#content .portNews li {
	margin-bottom:1em;
}

#content article .small {
	font-size:13px;
}

#content #newsitem-date {
	display:none;
}

#content #newsitem-lead {
	margin-top:-15px;
}

/* icons */

#content .icoCol {
	display:inline-block;
  	width:15px;
  	margin-right:5px;
	text-align:center;
}

/* Leseraum */

#lr-legend span {
	display:inline-block;
	margin-left:5px;
}

#content iframe {
	margin-left:-22.4px;
}

/* Anpassung Info-Copyright-Icon für die Header-Bilder */

#content .licensetext.dropdown a i {
  font-size: 20px !important;
    margin: 5px 30px auto auto;
  }

#content .dropdown-menu {
  position: relative;
  top:0;
  left: 0;
  z-index: 1000;
  float: right;
  padding: 0 10px 0 0;
  margin: 5px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: right;
  border:0;
}

.landingpage #landingPage .licensetext.dropdown {
  right:0px; 
  max-width:767px;
}

@media (min-width: 768px) {
  .landingpage #landingPage .licensetext.dropdown {
    right:15px; 
    max-width:560px;
  }
}

@media (min-width: 992px) {
  .landingpage #landingPage .licensetext.dropdown {
    right:15px; 
    max-width:280px;
  }
}

#content #lpContact h3 {
	margin-top:0 !important;
}

#content #thirdRow h3 {
	margin-top:0;
}

#content div[class^="col"] img + h3 {
    margin-top: 2rem;
}

/* ANPASSUNG FÜR NEWSBEITRAG MIT SPRACHKÜRZEL */
#content time {
    display: none !important;
    visibility: hidden !important;
}

/* Breaking News */

#lpBreakingNews {
	max-width:900px;
	margin:auto;
}

#content #lpBreakingNews ul {
	list-style-type:none;
	margin:0;
	padding:0;

}

#content #lpBreakingNews li {
	margin-bottom:35px;
	background-color:#f5f5f5;
	border:1px solid #e3e3e3;
	padding:19px;
	list-style-type:none;
     border:3px solid black;
}

/* Testimonials */

#testimonial-1 {
  aspect-ratio: 935/532;
  object-fit: cover;
  overflow: hidden;
}

#testimonials h3 {
  margin-top: 15px;
  font-size: 15px;
}

#newsitem-image {
  max-width: 200px;
}