@font-face {
  font-family: Exo-Regular;
  src: url('/assets/webfonts/Exo-Regular.ttf');
}

@font-face {
  font-family: Exo-Bold;
  src: url('/assets/webfonts/Exo-Bold.ttf');
}

.ltst-container-table100 {
  width: 100%;
  background: #2a2f4a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.ltst-wrap-table100 {
  width: 100%;
  overflow: hidden;
}

.ltst-table {
  width: 100%;
  display: table;
  margin: 0;
}

.ltst-row {
  display: table-row;
  background: transparent;
}

.ltst-row.header {
  background: transparent;
}

@media screen and (max-width:768px) {
  .ltst-row {
    display: flex;
    flex-wrap: wrap;
  }
  .ltst-row.header {
    padding: 0;
    height: 0;
  }
  .ltst-row.header .cell {
    display: none;
  }
  .ltst-row .cell:before {
    font-family: Exo-Bold;
    font-size: 12px;
    color: #5a7292;
    /*line-height: 1.2;*/
    text-transform: uppercase;
    font-weight: unset!important;
    margin-bottom: 4px;
    content: attr(data-title);
    display: block;
  }
}

.cell {
  display: table-cell;
}

@media screen and (max-width:768px) {
  .cell {
    /*display: block;*/
  }
}

.ltst-row:nth-child(even) {
  background: #2f3450;
}

.ltst-row .cell {
  font-family: Exo-Regular;
  font-size: 15px;
  color: #e8e8e8;
  line-height: 1.2;
  font-weight: unset!important;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #3c405d;
}

.ltst-row.header .cell {
  font-family: Exo-Regular;
  font-size: 18px;
  color: #5a7292;
  line-height: 1.2;
  font-weight: unset!important;
  padding-top: 19px;
  padding-bottom: 19px;
}

.ltst-row .cell:nth-child(1) {
  width: 60%;
  padding-left: 20px;
}

.ltst-row .cell:nth-child(2) {
  width: 8%;
}

.ltst-row .cell:nth-child(3) {
  width: 8%;
}

.ltst-row .cell:nth-child(4) {
  width: 10%;
}

.ltst-row .cell:nth-child(5) {
  text-align: right;
  padding-right: 20px;
}

.ltst-row .cell:nth-child(8) {
  display: none;
  text-align: right;
  padding-right: 20px;
}

.ltst-row .cell-date {
  display: none;
  text-align: right;
  padding-right: 20px;
}

.ltst-table, .ltst-row {
  width: 100%!important;
}

.ltst-row:hover {
  /*background-color: #ececff;*/
  /*cursor: pointer;*/
  /*color: black;*/
}


@media(max-width:768px) {
  .ltst-row {
    border-bottom: 1px solid #404562;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .ltst-row .cell {
    border: none;
    padding-left: 20px;
  }

  .ltst-row .cell:nth-child(1) {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ltst-row .cell:nth-child(2) {
    width: 45%;
    padding-left: 0px;
    text-align: center;
  }

  .ltst-row .cell:nth-child(3) {
    width: 25%;
    padding-left: 0px;
  }

  .ltst-row .cell:nth-child(4) {
    width: 25%;
    padding-left: 0px;
  }

  .ltst-row .cell:nth-child(5) {
    width: 100%;
    text-align: left;
    padding-right: 10px;
  }

  .ltst-row .cell:nth-child(6) {
    width: 50%;
    text-align: left;
    font-weight: 800;
    padding-right: 0px;
  }

  .ltst-row .cell:nth-child(7) {
    width: 30%;
    text-align: left;
    font-size: 14px;
  }

  .ltst-row .cell:nth-child(8) {
    display: table-cell;
    width: 100%;
    text-align: left;
    font-size: 14px;
  }

  .ltst-row .cell-date {
    display: table-cell;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: lightblue;
  }

  .ltst-row .cell {
    font-family: Exo-Regular;
    font-size: 18px;
    font-weight: unset!important;
  }

  .ltst-table, .ltst-row, .cell {
    /*width: 100%!important;*/
    width: 100%;
  }
}

/* Media 3x3 */

.media3x3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.media3x3 .item {
  width: 380px;
  height: 260px;
  object-fit: contain;
  background-repeat: no-repeat;
  background-size: 380px 260px;
  margin: 10px;
  border: solid #363b56 3px;
}

.media3x3 a { border-bottom: none; }

@media(max-width:768px) {
  .media3x3 .item {
    width: 350px;
    height: 240px;
    object-fit: contain;
    background-repeat: no-repeat;
    background-size: 350px 240px;
    margin-bottom: 10px;
    border: solid #363b56 3px;
  }

  .headline {
    font-size: 18px;
  }
}

.headline {
  width: 60%;
  margin: 1rem auto;
  font-family: Exo-Regular;
  border: solid 1px lightgrey;
  border-radius: 6px;
  padding: 12px;
}