body{
    background-image: url(hintergrund.png);
    background-size: 1500px;
}

.container1 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    min-height: 30vh;
    }


.btn-um1 {
    width: 240px;
    height: 120px;
    border: none;
    color: white;
    background-color: rgb(68, 67, 67);
    border-radius: 4px;
    box-shadow: inset 0 0 0 0 #949494;
    transition: ease-out 0.27s;
    font-size: 2rem;
    outline: none;
}

.btn-um1:hover {
    box-shadow: inset 300px 0 0 0 #000000;
}


.textone {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    min-height: 20vh;
    }


.container2 {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
text-align: center;
min-height: 30vh;
}


.btn-um2 {
width: 240px;
height: 120px;
border: none;
color: white;
background-color: rgb(68, 67, 67);
border-radius: 4px;
box-shadow: inset 0 0 0 0 #949494;
transition: ease-out 0.27s;
font-size: 2rem;
outline: none;
}

.btn-um2:hover {
box-shadow: inset 300px 0 0 0 #000000;
}


.texttwo {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    min-height: 20vh;
    }


    .container3 {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
        min-height: 30vh;
        }

    .btn-um3 {
        width: 240px;
        height: 120px;
        border: none;
        color: white;
        background-color: rgb(68, 67, 67);
        border-radius: 4px;
        box-shadow: inset 0 0 0 0 #949494;
        transition: ease-out 0.27s;
        font-size: 2rem;
        outline: none;
        }
        
        .btn-um3:hover {
        box-shadow: inset 300px 0 0 0 #000000;
        }
        
        
        .textthree {
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            align-items: center;
            text-align: center;
            min-height: 20vh;
            }



            .container4 {
                display: flex;
                flex-direction: row;
                justify-content: space-evenly;
                align-items: center;
                text-align: center;
                min-height: 30vh;
                }
        
            .btn-um4 {
                width: 240px;
                height: 120px;
                border: none;
                color: white;
                background-color: rgb(68, 67, 67);
                border-radius: 4px;
                box-shadow: inset 0 0 0 0 #949494;
                transition: ease-out 0.27s;
                font-size: 2rem;
                outline: none;
                }
                
                .btn-um4:hover {
                box-shadow: inset 300px 0 0 0 #000000;
                }
                
                
                .textfour {
                    display: flex;
                    flex-direction: row;
                    justify-content: space-evenly;
                    align-items: center;
                    text-align: center;
                    min-height: 20vh;
                    }


                    .container5 {
                        display: flex;
                        flex-direction: row;
                        justify-content: space-evenly;
                        align-items: center;
                        text-align: center;
                        min-height: 30vh;
                        }

                    .btn-um5 {
                        width: 240px;
                        height: 120px;
                        border: none;
                        color: white;
                        background-color: rgb(68, 67, 67);
                        border-radius: 4px;
                        box-shadow: inset 0 0 0 0 #949494;
                        transition: ease-out 0.27s;
                        font-size: 2rem;
                        outline: none;
                    }
                    
                    .btn-um5:hover {
                        box-shadow: inset 300px 0 0 0 #000000;
                    }
                    
                    
                    .textfive {
                        display: flex;
                        flex-direction: row;
                        justify-content: space-evenly;
                        align-items: center;
                        text-align: center;
                        min-height: 20vh;
                        }


                        .container6 {
                            display: flex;
                            flex-direction: row;
                            justify-content: space-evenly;
                            align-items: center;
                            text-align: center;
                            min-height: 30vh;
                            }
    
                        .btn-um6 {
                            width: 240px;
                            height: 120px;
                            border: none;
                            color: white;
                            background-color: rgb(68, 67, 67);
                            border-radius: 4px;
                            box-shadow: inset 0 0 0 0 #949494;
                            transition: ease-out 0.27s;
                            font-size: 2rem;
                            outline: none;
                        }
                        
                        .btn-um6:hover {
                            box-shadow: inset 300px 0 0 0 #000000;
                        }
                        
                        
                        .textsix {
                            display: flex;
                            flex-direction: row;
                            justify-content: space-evenly;
                            align-items: center;
                            text-align: center;
                            min-height: 20vh;
                            }

