.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.crimson-pro-light {
    font-family: "Crimson Pro", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.crimson-pro-bold {
    font-family: "Crimson Pro", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.inconsolata-normal {
    font-family: "Inconsolata", monospace;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

* {
    padding: 0;
    margin: 0;
    hyphens: auto;
}

a, a:hover, a:visited {
    color: black;
    text-decoration: none;
}

body, html {
    /* FONT SETTINGS*/
    font-family: "Inconsolata", monospace;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    /*          */
    margin: 0;
    padding: 0;
    line-height: 1.35;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h1, h2 {
    font-size: 23px;
}

h1 {
    padding: 72px 0 24px 24px;
}

.index-paragraph {
    line-height: 25px;
    padding: 6px 0 36px 0;
}

img {
    max-width: 100%;
    height: auto;
}

.site-wrapper {
    max-width: 830px;
    margin: 0 auto;
    padding: 0 20px;
}

.small-wrapper {
    max-width: 640px;
    margin: 0 auto;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 48px 0 24px 0;
}

.logo {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    display: flex;
    flex-direction: column;
    color: #000000;
}

.nav-menu {
    text-align: right;
}

.nav-menu a {
    font-family: "Inconsolata", monospace;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
}

footer {
    font-optical-sizing: auto;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    text-transform: uppercase;
    padding: 40px 0;
}

h2 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 8px;
}

p, blockquote {
    text-align: justify;
}

.navigation {
    position: fixed;
    top: 420px;
    left: calc(50% + 450px);
    width: fit-content;
    font-size: 17px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.navigation a {
    display: block;
    text-decoration: none;
    color: #000000;
    padding-bottom: 25px;
}

.navigation-divider {
    display: none;
}

.active {
    font-weight: bold;
}

.projekt {
    padding: 0 0 50px 0;
}

.projekt-title {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 7px;
    text-transform: uppercase;
    padding: 16px 0 0 20px;
}


.contact-infos tbody tr td {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 14px;
    padding-left: 30px;
    padding-bottom: 5px;
}

.contact-infos tbody tr td:first-child {
    text-transform: uppercase;
    padding-left: unset;
}

.contact-infos tbody tr td:last-child {
    text-transform: lowercase;
}

.contact-infos tbody tr {
    width: fit-content;
}

.contact-infos tbody tr td:first-child {
    text-transform: uppercase;
}

.leistung {
    padding-top: 24px;
}

.leistung-headline {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 15px;
}

.imprint {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.imprint p, .imprint ul {
    padding-bottom: 12px;
}

.imprint ul {
    padding-left: 32px;
}

.details-list {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.2rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
}

.details-list dt, dd {
    font-weight: bold;
}

.details-list dd {
    margin: 0;
}

.project-images {
    padding-top: 72px;
}

.partners {
    width: 100%;
    padding: 48px 0;
    text-align: center;
}


.logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.logo {
    max-height: 60px;
    width: auto;
}
