.custom-logo {
  width:50%;
  float: left;
}

.custom-banner {
  display:inline;
  width:50%;
  float: left;
  position: relative;
}
.custom-banner .bannergroup {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  transform: none;
}

table.mitwirkende {
  table-layout:fixed !important;
  width: 800px !important;
}

table.mitwirkende td {
  width:auto;
  border:1px solid #606262;
  border-collapse: collapse;
  word-wrap:break-word;
}

table.mitwirkende td:nth-child(1) {
  width: 350px !important;
  word-wrap:normal;
}

table.mitwirkende td:nth-child(2) {
  width: 450px !important;
  word-wrap:normal;
}

.chronik-titel {
  font-size:1.5rem;
  font-weight: 700;
}

.chronik-titelbild {
  width: 750px;
}

.chronik-table-wrapper {
  margin-top: 40px;
}

.conrik-table table, tr, th, td {
  border-collapse: collapse; border: 1px solid #34495e;
  vertical-align: center;
}