/************************************** LP graue Box */
#content .bg-grey {
  margin-left: -35px;
  margin-right: -35px;
  background: #f5f5f5;
  padding: 15px 20px 35px 20px;
}

/************************************** 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;
  }
}

/************************************** mehr auf der Startseite weg */
.landingpage .carousel-caption {
padding: 0px 40px 0px 40px; !important;
}

.landingpage .carousel-caption h3 {
font-size: 25px !important;
}

.carousel-caption a[title~="ganzen"]  {
  display:none !important;
}