#main_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#main_content > h1 {
    color: var(--color-text-ink-1, #383838);
    text-align: center;
    padding: 40px 0 24px;
    font-family: var(--font-montserrat), sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 48px */
    letter-spacing: -0.8px;
}

#main_content > #pageframework_content {
    color: var(--color-text-ink-1, #383838);
    text-align: center;

    font-family: var(--font-inter), sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: -0.36px;
}

.css_button#btn_message_back>a {
    display: none!important;
}


#cvparser_xing_linkedin > .group_line {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

@media (max-width: 768px) {
    #cvparser_xing_linkedin > .group_line {
        flex-wrap: wrap;
    }
}

#cvparser_xing_linkedin > .group_line > .group_field {
    width: 100%;
    color: var(--color-ink-1);
    font-family: var(--font-inter), sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.32px;
}

div#btn_finest_jobs_de,
div#btn_cvparser {
    width: 100%;
    font-family: var(--font-montserrat), sans-serif;
    font-size: var(--text-btn-size-1);
    letter-spacing: -.0225rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    border-radius: 4px;
    padding: 5px 10px;
    color: var(--color-ink-1);
    box-shadow: inset 0 0 0 2px var(--color-outline-ix-1);
    background-color: rgba(0, 0, 0, 0);
    transition: border-color .3s, color .3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    border: 0;
    place-content: center;
    display: inline-flex;
}

div#btn_finest_jobs_de:hover,
div#btn_cvparser>input:hover {
    cursor: pointer;
}

