body {
    font-family: "Avenir next", "palatino";
    font-size: 10pt;
    padding: 20px 100px;
    max-width: 800px;
    background-color: hsla(0deg,0%,100%,0.5);
}

.steckbrief {
    display: flex;
    justify-content:space-between;
    align-content: stretch;
    align-items: start;
    width: 100%;
    margin-bottom: 20px;
}

.steckbrief h1 {
    margin-top: 0;
    padding-top: 0;
}

.steckbrief > *:nth-child(1) {
    justify-content: start;
    width: 300px;
    max-width: 300px;
}
.steckbrief > *:nth-child(2) {
    justify-content: end;
    max-width: 300px;
    height: 45mm;
    object-fit: contain;
    border: 1px solid black;
    border-radius: 2px;
    padding: 1px;
}

.subheading {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: start;
    font-size: 8pt;
    font-style: italic;
}

.summary {
    /* margin: 0 0; */
    font-size: 10pt;
    border-top: 1px solid black;
}

.publications thead tr th {
    text-align: left;
}

.publications thead tr th:nth-child(3) {
    display: none;
}

.publications tbody tr td {
    vertical-align: top;
    font-size: 8pt;
}

.publications tbody tr td:nth-child(1) {
    text-align: right;
    font-weight: bold;
    width: 20px;
    max-width: 20px;
}

.publications tbody tr td:nth-child(1)::after {
    content: ")";
}

.publications tbody tr td:nth-child(2) {
    max-width: 400px;
}
.publications tbody tr td:nth-child(2) a {
    font-style: italic !important;
    color: black !important;
    text-decoration: none !important;
}

.publications tbody tr td:nth-child(3) {
    display: none;
    font-size: 7pt;
    width: 300px;
    max-width: 300px;
}

.publications tbody tr td:nth-child(4) {
    width: 400px;
    max-width: 400px;
}

.theorem {
    margin: 0 40px;
    padding: 4px;
    border: 1px solid black;
    border-radius: 4px;
}
