/************************************** 1px oben bei Slideshow */
#main .row.content {
  margin-top: -1px; !important
}

/************************************** Landingpage */
.landingpage #content #lp h3 {
  line-height: 1.1;
}

/************************************** Abstände */
#content .pt10 {
  padding-top: 10px;
}

#content .pt25 {
  padding-top: 25px;
}

#content h1.compact {
  line-height: 1;
}

#content li {
  margin-bottom: 8px;
}

/************************************** ANPASSUNG XIMS-FORMATE */
#content .border_black {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  margin-top: 25px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

/************************************** ANPASSUNG ÜBERSCHRIFT */
#content #elementarpaed-banner h1 {
  margin-left: 10px;
}

/************************************** LP graue Box */
#content #lp .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;
  }
}