html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: url("../img/welt.jpg") no-repeat center center fixed;
    background-size: cover;
    display: flex;
    flex-direction: column;
}


main {
    flex: 1;
    min-height: calc(100vh - 128px);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 3rem 1rem;
}

.search_container {
    width: 100%;
    max-width: 1200px;
    display: block;
}

header.header {
    background: transparent !important;
    position: relative;
    margin-top: 20px;
    z-index: 10;
}

.footer.footer.accent {
    background-color: #2EBAC9;
    width: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;1,400&display=swap');

.fewo-header {
    background: transparent !important;
    color: #fff;
    padding: 1.5rem 0;
}

.fewo-header__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.fewo-header__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fewo-logo {
    height: 60px;
    width: auto;
}

.claim {
    color: #fff;
    font: italic 400 25px 'Amaranth', sans-serif;
    margin-top: 46px;
    text-shadow: 0 0 3px #999;
}

.claim2 {
    background: transparent;
    color: #fff;
    font: 20px 'Amaranth', sans-serif !important;
    letter-spacing: 0.05em;
    margin-top: 46px !important;
    text-shadow: 0 0 3px #999;
    text-align: right;
    display: block;
}

.fewo-header__right {
    text-align: right;
    max-width: 500px;
}

@media (max-width: 768px) {
    .fewo-header {
        padding: 2rem 0 1rem;
        text-align: center;
    }

    .fewo-header__inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .claim,
    .claim2 {
        display: none !important;
    }

    .fewo-logo {
        height: 80px;
        margin: 0 auto;
    }

    .fewo-header__left,
    .fewo-header__right {
        align-items: center;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .fewo-logo {
        margin-bottom: 0.5rem;
    }

    main {
        padding-top: 0.5rem;
    }
}
