/* Anpassung Info-Copyright-Icon für die Header-Bilder */

#landingPage .licensetext.dropdown a i {
    font-size: 20px;
    margin: 5px 30px auto auto;
}

#landingPage .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;
  }
}
