#content ul.portlet {
  	padding-left:0;
        margin-bottom:-2px;
}

#content li.portlet-item {
	padding-bottom: 30px;
	list-style-type: none;
}

#content li.portlet-item > a {
	font-size:18px;
}

#content #newsitem-date {
  display:none;
}

#content a[title^="ganzen"],
#content a[title^="read"]{
  display:none;
}

/************************************** Anpassung Info-Copyright-Icon für die Header-Bilder */
#content .licensetext.dropdown {
  border-radius: 0;
  color: #303030;
  position: absolute;
  right: 5px;
  top: 20px;
  width: 100%;
}

#content .licensetext.dropdown.content {
  border-radius: 0;
  color: #303030;
  position: absolute;
  right: 13px;
  top: 0px;
  width: 100%;
}

#content .col-sm-4 .licensetext.dropdown,#content .col-sm-6 .licensetext.dropdown {
  top:0;
}

#content .licensetext.dropdown a i {
  font-size: 20px;
  opacity: 0.4;
}

#content .dropdown-menu {
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  float: right;
  font-size: 15px;
  left: 0;
  list-style: outside none none;
  margin: 5px 10px 0px 0px;
  min-width: auto;
  padding: 0;
  position: unset;
  text-align: left;
  top: 100%;
  z-index: 1000;	
}

.landingpage #content .dropdown-menu {
  padding-left:5px;
}

.landingpage #content .licensetext.dropdown {
  top:0px;  
  right:0px; 
  max-width:767px;
}

@media (min-width: 768px) {
  .landingpage #content .licensetext.dropdown {
    right:15px; 
    max-width:560px;
  }
}

@media (min-width: 992px) {
  .landingpage #content .licensetext.dropdown {
    right:15px; 
    max-width:280px;
  }
}