.kr-wrapper {
    background-color: #FDE8D7;
    width: 100%;
    height: fit-content;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    background-image: url('https://hausmesse-kaelterudi.kopfmedia.systems/wp-content/uploads/2025/09/header-bg-svgs.svg');
    overflow: hidden;
}

.kr-hero-content {
    padding-top: 160px;
    display: flex;
    min-height: 800px;
    align-items: end;
    justify-content: center;
    gap: 50px;
    width: 100%;
    max-width: 1400px;
    overflow: hidden;
}

.kr-headline-wrapper {
    align-self: self-start;
    box-sizing: content-box;
}

.kr-arrow-wrapper {
    padding: 40px 0px;
    display: flex;
    justify-content: center;
}


.kr-arrow-wrapper img {
    transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
    cursor: pointer;
}

.kr-arrow-wrapper img:hover {
    opacity: 0.8;
    transform: scale(1.01);
}

.kr-h1 {
    font-size: 130px;
    margin: 0;
    font-weight: 400;
    color: #C16B5A;
    white-space: nowrap;
}

.kr-brush-line {
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 150px;
    background-image: url('/wp-content/uploads/2025/09/brush-overlay.svg');
    z-index: 500;
}

@media (max-width:1450px) {
    .kr-h1 {
        font-size: 100px;
        padding-left: 50px;
    }

    .kr-hero-content {
        justify-content: center;
    }

}

@media (max-width:1200px) {
    .kr-h1 {
        font-size: 70px;
    }
}

@media (max-width:1000px) {
    .kr-h1 {
        font-size: 70px;
    }

    .kr-hero-content {
        flex-direction: column;
        align-items: center;
    }

    .kr-headline-wrapper {
        width: 100%;
        text-align: center;
    }
    
    .kr-arrow-wrapper {
        display: none;
    }
}

@media (max-width:555px) {
    .kr-h1 {
        padding: 0;
        font-size: 60px;
    }
}