div[class^="nl-"] h3 { margin-bottom: 10px; font-size: 32px; font-weight: 300; }
div[class^="nl-"] h3 a { color: #000; }
div[class^="nl-"] h3 a:hover,
div[class^="nl-"] h3 a:focus { color: #000; }
.nl-itemPost .news-list-item { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #c1c1c1; }
.nl-itemPost .news-list-item:last-child { border: 0; }
.nl-archiv .nl-yearItem ul { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #c1c1c1; }
.nl-archiv .nl-yearItem:last-child ul { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.nl-archiv .newsletter-year { font-weight: 300; }

.sorted_table tr {
    cursor: move;
}

.sorted_table tr.placeholder {
  display: block;
  background: green;
  position: relative;
  margin: 0;
  padding: 0;
  border: none; }


  .sorted_table tr.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: green;
    margin-top: -5px;
    left: -5px;
    border-right: none; 
  }
}


