#karte {
	margin-left: -20px; 
	margin-right: -20px;
}

.datatable.collapsed tbody tr:not(.child) td:first-of-type::before {
  content: "\f067";
  font-family: 'FontAwesome';
  margin-right: 1ex;
}

.datatable.collapsed tbody tr.parent:not(.child) td:first-of-type::before {
  content: "\f068";
}

#newsitem-date,
#newsitem-lead {
  display: none;
}

#current-news article {
  padding-bottom: 0;
}

/* Copyright */

#content .licensetext.dropdown a i {
    font-size: 20px;
    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 #content .licensetext.dropdown {
    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;
  }
}