body {
  /*font-family: Arial, Helvetica, sans-serif;*/
}

p {
  margin-bottom: 0.25rem;
}

.titel {
  /*font-family: 'Open Sans Condensed', sans-serif;*/
  background-color: rgba(182, 213, 231, 0.438);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.update-info {
  font-size: 12px;
}

.menu {
  font-size: 14px;
}

.menu-link {
  border: 1px solid rgb(36, 59, 59);
  border-radius: 3px;
  padding: 3px;
}

#img {
  object-fit: cover;
  object-position: 0 -550px;

  width: 1500px;
  height: 500px;
}

table {
  font-size: 0.75rem !important;
}

tr:nth-child(even) {background-color: #f2f2f2;}
tr:hover {background-color: #e7b79741;}

a:link {
    text-decoration: none;
  }
  
  a:visited {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  a:active {
    text-decoration: underline;
  }

.straf-1b {
  background: rgba(0, 220, 130, 0.5);
}

.straf-6b {
  background: rgb(0,220,130,0.5);
}

.oeff-1 {
  background: rgba(120, 190, 245, 0.5);
}

.oeff-2 {
  background: rgb(75, 172, 246, 0.5);
}

.ziv-4 {
  background: rgba(235, 246, 75, 0.3);
}

.ziv-5 {
  background: rgb(235, 246, 75, 0.4);
}

.soz-8 {
  background: rgba(246, 75, 89, 0.25);
}

.soz-9 {
  background: rgb(246, 54, 69, 0.3);
}

.hervorhebung {
  background: blanchedalmond;
}

.luzern-bezug {
  background: rgba(92, 92, 190, 0.2);
}

.classic-straf-1b {
  background: lightblue;
}

.classic-straf-6b {
  background: rgb(0,220,130);
}

.grayout {
    opacity: 0.6; /* Real browsers */
    filter: alpha(opacity = 60); /* MSIE */
}
