@font-face {
    font-family: 'Sohne Dreiviertelfett';
    src: url('fonts/sohne-dreiviertelfett.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Halbfett';
    src: url('fonts/sohne-halbfett.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Kraftig';
    src: url('fonts/sohne-kraftig.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Buch';
    src: url('fonts/sohne-buch.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body
{
    font-family: 'Sohne Dreiviertelfett', 'Sohne Halbfett', 'Sohne Kraftig', 'Sohne Buch';
    font-size: clamp(1rem, 0.9821rem + 0.0893vw, 1.125rem);
    color: #ffffff;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    height: 100vh;
    background: linear-gradient(137deg, #333333 60%, #545454 142%);
    margin:0;
}

h1
{
    margin: 0;
    font-size: clamp(1.75rem, 1.5089rem + 1.2054vw, 3.4375rem);
    font-family: 'Sohne Dreiviertelfett';
    font-weight: 700;
    text-align: center;
}

.description
{
    margin: 0;
    font-size: clamp(1.125rem, 0.9732rem + 0.7589vw, 2.1875rem);
    font-family: 'Sohne Buch';
    font-weight: 400;
    text-align: center;
}

.contact_link
{
    font-family: 'Sohne Buch';
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-decoration: none;

}

.container
{
    max-width: 2560px;
    padding-left: clamp(1.5rem, 1.1429rem + 1.7857vw, 4rem);
    padding-right: clamp(1.5rem, 1.1429rem + 1.7857vw, 4rem);
    padding-top: clamp(3rem, 2.5714rem + 2.1429vw, 6rem);
    padding-bottom: clamp(3rem, 2.5714rem + 2.1429vw, 6rem);
    gap: 64px;
    display: flex;
    flex-direction: column;
}

.logo_main
{
    width: clamp(10.25rem, 9.4821rem + 3.8393vw, 15.625rem);
}

.hero_section
{
    width: 100%;
    gap: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.section_contact
{
    width: 100%;
    gap: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_section
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-secondary
{
    width: clamp(8.375rem, 7.5357rem + 4.1964vw, 14.25rem);
}