.project-information {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 4rem;
}

.project-title {
    margin-top: -1rem;
    margin-bottom: 2rem;
}

.project-title-block-2 {
    display: inline-block;
    white-space: nowrap;
}

.project-title-block-2 p {
    padding-right: 0px;
}

.project-subtitle {
    width: 60%;
}

.project-keywords {
    margin-top: 5rem;
}


.project-key-image {
    display: block;
    margin-top: 4rem;
}

.project-key-image img {
    border-radius: var(--radius-mid);
    width: 100%;
}

.project-main-content {
    margin-top: 9rem;
}


/* main project content */

.project-question-image {
    border-radius: var(--radius-mid);
    margin-right: 2rem;
}

.project-question {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* max-width: 42.2rem; */
    padding: 0 2.5rem 0 2.5rem;
}


.grey-bg {
    border-radius: var(--radius-mid);
    background-color: var(--neutral-50);
}


.center-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-image img {
    width: 75%;
    padding: 7rem 0 7rem 0;
    object-fit: contain;
}

.full-height-image {
    display: flex;
    justify-content: center;
    align-items: center;

}

.full-height-image img {
    width: 100%;
    object-fit: contain;
    border-radius: var(--radius-mid);
}

.space-above {
    margin-top: 1rem;
}

.space-below {
    margin-bottom: 1rem;
}

.horizontal-gap-below {
    margin-bottom: 1.25rem;;
}

.youtube-video {
    border-radius: var(--radius-mid);
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 1.25rem;
    overflow: hidden;
}

.youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--radius-mid);
    border: 0;
}

/* bme */

#bme-question-image {
    background-color: var(--bme-blue);
}


#understanding-bme-image,
#understanding-ai-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    /* margin-top: 2rem; */
}

.grey-outline {
    border: 1px solid var(--neutral-80);
    border-radius: var(--radius-mid);
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns for desktop */
    gap: 3rem; /* Adjust spacing between images */
}

/* Deine Wahl */

#wahl-question-image {
    background-color: var(--deine-wahl-orange);
}

.padding-to-image-right {
    padding-right: 2rem;
}

/* Emergency Room */

#er-question-image {
    background-color: var(--er-blue);
}

/* Coffee Display */

.center-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2.5rem 0 2.5rem;
}

.center-text {
    text-align: center;
}

table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

#recipe-table tr th {
    font-size: 1.5rem;
}

#recipe-table td {
    font-size: 2rem;
}


table tr th {
    padding-bottom: 2rem;
}


table tr td {
    padding: 1.5rem 0 1.5rem 0;
}

.border-bottom {
    border-bottom: 1px solid var(--neutral-0);
}


/* meta data footer */

.meta-data-list-entry {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px black solid;
    padding: 8px 0;
}

.list-link{
    text-decoration: none;
}
