.l1 {
    width: 100%;
    min-height: 90vh;
    padding-top: 0;
    
    background: linear-gradient(90deg, rgba(198,119,0,1) 0%, rgba(255,229,176,1) 50%, rgba(198,119,0,1) 100%);

    display: flex;
    justify-content: center;
box-shadow: 0 0 50px 0 white;
border-bottom: solid 1px white;
margin-top: 68px;
align-items: center;

flex-flow: wrap;
justify-content: space-around;
flex-direction: row;

}

.con {
    width: 630px;
display: flex;
flex-flow: wrap;
justify-content: space-around;
padding-top: 15px ;
cursor: pointer;


}

.b1 {
width: 300px;
height: 300px;
display: flex;
margin: 5px;

}

.serviceImg {
    border-radius: 10px 10px 10px 10px;
    border: solid 1px white;
    box-shadow: 0 0 15px;
}

.b2 {
    background-color: goldenrod;
   
    width: 300px;
    min-height: 300px;
align-items: center;
text-align: center;
justify-content: center;
margin: 5px;

border-radius: 10px 10px 10px 10px;
border: solid 1px white;
box-shadow: 0 0 15px;
font-size: 14px;
text-shadow: 0 0 1px;

}
.überschrift {
font-size: large;
margin-bottom: 7px;

}


.b3{display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 40px;
    background-color: goldenrod;
    border-radius: 10px 10px 10px 10px;
border: solid 1px white;
box-shadow: 0 0 15px;
font-size: 18px;
text-shadow: 0 0 1px;
margin: 5px;
    
}

.b4{display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 40px;
    background-color: goldenrod;
    border-radius: 10px 10px 10px 10px;
border: solid 1px white;
box-shadow: 0 0 15px;
font-size: 18px;
text-shadow: 0 0 1px;
margin: 5px;
    
}

