.imprint-dialog-header {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DA773C;
    font-family: 'FortDeath';
    height: 80px;
    width: 100%;
    gap: 16px;

    img {
        width: 52px;
        height: auto;
    }
}

.imprint-headline {
    display: flex;
    align-items: center;
    gap: 16px;

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-block-start: 0;
        margin-block-end: 0;
    }
}

.imprint-headline h1 {
    font-size: 3rem;
    padding-bottom: 6px;
}

.imprint-main {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: 'Open Sans';
    color: black;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 80px;
    overflow: visible;
}

.imprint-main b {
    font-family: 'Open Sans';
    font-weight: bold;
    text-decoration: none;
    color: #B14F1E;
}

.back-button {
    font-family: 'Open Sans';
    padding: 8px 0;
    cursor: pointer;
}

.imprint-main h1 {
    font-family: 'Open Sans';
    font-size: 3.5rem;
    padding: 8px 0;
}

.adress {
    padding: 8px 0;
}

.contact {
    font-family: 'Open Sans';
    padding: 8px 0;
}

.contact h2 {
    font-family: 'Open Sans';
    font-size: 2rem;
}

.source {
    padding: 8px 0;
}

.imprint-main p {
    font-family: 'Open Sans';
    margin-block-start: 0;
}

a{
    cursor: pointer;
    text-decoration: none;
    color: #B14F1E;
    font-family: "Open Sans";
}

.imprint-footer {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B14F1E;
    font-family: 'FortDeath';
    height: 80px;
    width: 100%;
}

.footer_container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

    img {
        width: 40px;
        height: auto;
    }
}

.footer_text {
    color: black;
    font-weight: bold;
    font-size: 1.5em;
}
