.kauf-section {
    background: url("../src/images/BG blue.svg") center no-repeat;
    background-size: cover;
    position: relative;  
    height: 700px;
}

.kauf-section .blue-line_k {
    width: 100%;
    height: 10px;  
    background-color: var(--neon-blue);
    position: absolute;
    top: 0;  
    left: 0;
}

.contain_kauf_l {
    display: flex;
    align-items: center;  
    justify-content: flex-start;  
    position: absolute;  
    gap: 10px;
    left: -35px;
    height: 100%;
    width: 488px;
}

.kauf-img {
    position: absolute;
    top: 12px;
    width: 100%;
    clip-path: polygon(7% 0, 84% 0, 100% 100%, 7% 100%);
}

.blue-line-kauf {
    position: absolute;
    top: 0;  
    left: 451px;
    width: 10px;
    height: 100%;
    background-color: var(--neon-blue);
    transform: rotate(-6deg);
    z-index: 100;
}
 
.contain_kauf_r {
    position: relative;
    display: flex;
    flex-direction: column;  
    align-items: flex-end;
    justify-content: flex-end;

    height: 100%;
    background: url("../src/images/Form blue.svg") 10px bottom no-repeat;
    background-size: 550px;
    background-position: calc(95% - 40px) bottom;
}

.top-left_kauf {
    position: absolute;
    top: 120px;
    left: 450px;
}

.bottom-left_kauf {
    position: absolute;
    bottom: 50px;
    left: 455px;
}

.kauf_h {
    color: var(--neon-blue);
    font-size: 56px;
   
    position: relative;
    top: -270px;
    margin-right: 149px;
}

.image-item_kauf {
    display: inline-flex;
    align-items: center;  
    gap: 5px;
    margin-right: 135px;   
    position: relative;
    top: -220px;
}

.kauf-section .white-text {
    color: white;         
    font-size: 20px;       
    font-family: "Microsoft JhengHei", sans-serif;
}

.contain_kauf_r button {
    padding: 10px 30px;
    position: relative;
    top: -150px;
    left: -150px;

    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: white;

    background-color: var(--neon-blue);
    border: none;
    border-radius: 2%;
}
