.buchen {
    background-color: #EBE6DE;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.buchen-title {
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buchen-title img {
    height: 50px;
    margin-right: 10px;
}
  
.buchen-title h1 {
    font-size: 35px;
    font-family: Roboto-Bold;
}

.div-buchen {
    width: 75%;
    max-width: 1250px;
}

@media screen and (max-width: 800px) {
    .div-buchen {
        width: 100%;
    }

    .buchen-title {
        margin-top: 25px;
    }

    .buchen-title img {
        height: 35px;
    }

    .buchen-title h1 {
        font-size: 20px;
    }
}