  header nav.navbar .container-fluid {
    background-image: url('../_shared/header2_modul.jpg');
    background-position: center top;
  }

  #table_ex1 th {
    text-align: center;
    vertical-align: middle;
  }

  #table_ex1 td:nth-child(1) {
    font-weight: bold;
    color: #fff;
    background-color: var(--third);;
    vertical-align: middle;
  }

  .vers {
    margin-bottom: 12px !important;
  }



  .copy_block_large,
  .copy_block,
  .copy_block_large_yellow {
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    overflow: auto;
    border-radius: 0px 0px 0px 0px;
  }

  .copy_block {
    background-color: #e0ecf277;
    height: 450px;
    outline: 3px solid #27658d;
    font-family: "Lora";
  }



  .copy_block.large_yellow {
    background-color: #F8B33322;
    height: 450px;
    outline: 3px solid #F8B333;
  }

  .table th.hiob-heading {
    text-align: center;
    background-color: #F8B333 !important;
  }

  .table th.prolog-heading {
    text-align: center;
  }

  .hiob-table {
    background-color: #F8B33322 !important;
  }

  #table_ex2 {
    border: 2px solid white
  }

  #table_ex2>tbody>tr>td {
    border: 2px solid white
  }

  #table_ex2>thead>tr>th {
    border: 2px solid white;
  }

  /* indent */

  span.in {
    display: inline-block;
    width: 20px;
  }
