.lage {
    height: 100vh;
    width: 100%;
    background: url('../images/landschaft.jpeg') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/*  .lage-gradient {
    height: 25%;
    width: 100%;
    z-index: 1; 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    background: rgb(255,255,255);
    background: linear-gradient(0deg, #EBE6DE 0%, rgba(0,212,255,0) 100%);
    backdrop-filter: blur(5px);
    -webkit-mask: linear-gradient(180deg, transparent, #EBE6DE 100%); 
} */

.lage-content {
    max-width: 1250px;
    width: 90%;
    text-align: center;
    position: relative; 
    z-index: 2; 
}

.lage-content p {
    margin-top: 25%;
    font-size: 25px;
    font-family: Roboto-Light;
    text-align: center;
    color: #fff;
    padding: 25px;
}

@media screen and (max-width: 800px) {
    .lage-content p {
        margin-top: 0px;
        font-size: 17px;
    }
}
