@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    src: url(../font/Inter-Variable.ttf);
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    src: url(../font/Inter-Italic-Variable.ttf);
}

.title-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.title-wrapper h1 {
    font-size: 2rem;
}

.title-wrapper p {
    margin-top: 0.5rem;
}

.footer {
    /*background-color: black;
    color: white;*/
    padding: 5px;
    max-width: fit-content;
    justify-self: center;
    border: 2px solid rgb(230, 230, 230);
    border-radius: 10px;
}

.footer:hover {
    /*background-color: rgb(230, 230, 230);
    color: black;
    border-color: rgba(255 255 255 / 0.4);
    transition: 0.3s;*/
    /*cursor: default;*/
    cursor: url('../image/sock.png'), auto;
}

.alt-tag {
    padding: .35rem .65rem;
    background-color: rgba(255 255 255 / 0.4);
    color: #fff;
    border: 1.5px solid rgba(255 255 255 / 0.4);
    border-radius: 4px;
    border-radius: 50px;
}

.credits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: .85em;
    column-gap: 1em;
    row-gap: 0;
    padding-top: 0.5em;
}

.credits p {
    margin: 0;
}

.credits p:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.credits p:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

.credits p:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / span 2; 
    align-self: start; 
}

.role {
    color: rgba(255 255 255 / 0.4);
}

div.column1 .role {
    color: #6d6d6d;
}

div.column1 p {
    text-align: left;
    line-height: 1;
}

div.column1 img {
    width: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #ddd;
  padding: 8px;
}

tr:nth-child(even) {
    background-color: #e9e9e9;
}

td:first-child {
    font-weight: bold;
}

/*td:last-child {
    font-style: italic;
}*/

th {
  text-align: left;
  background-color: #000;
  color: white;
}

sup {
    font-weight: bold;
    padding-left: 2.5px;
    padding-right: 2.5px;
    font-size: 0.6rem;
    position: relative;
}

sup.confirmed {
    color: darkgreen;
    background-color: limegreen;
}

sup.unklar {
    color: yellow;
    background-color: orange;
}

div.title-wrapper a {
  text-decoration: none;
  color: #000;
}

div.title-wrapper a:hover {
  text-decoration: none;
  color: #6d6d6d;
}

.more {
    color:rgba(255, 255, 255, 0.719)
}