.impressum-section{
    height: auto;
    min-height: 100dvh;
    width: 100%;
    padding: 5rem;
    display: block;
    overflow-x: hidden;
    background-color: var(--primary);
    color: #FFFFFF;
    font-size: var(--base);
}

.impressum-inner{
    display: grid;
    grid-template-columns: minmax(0,2fr) minmax(0,1fr);
    gap: clamp(16px, 3vw, 40px);
    min-height: 0;
}

.info-section{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.logo-section img{
    max-width: 100%;
    height: auto;
    display: block;
    background-color: #FFFFFF;
    padding: 1rem;
    border-radius: 20px;
}