s

#Open_Ferrari_GTE, #Open_Porsche_RSR, #Open_VIRTUAL_ENDURANCE{
    color: black;
    background: rgb(209,208,107);
    background: linear-gradient(90deg, rgba(209,208,107,1) 28%, rgba(159,240,244,1) 100%);
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: none;
    border-radius: 33px;
    transition: border display 500ms;
}
#Open_Ferrari_GTE{
    color: black;
    background: rgb(209,208,107);
    background: linear-gradient(90deg, rgba(209,208,107,1) 28%, rgba(159,240,244,1) 100%);
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: none;
    border-radius: 33px;
    transition: border display 500ms;
}


#Open_Ferrari_GTE:hover, #Open_Porsche_RSR:hover, #Open_VIRTUAL_ENDURANCE:hover{
    border: black solid 10px;
    transition: border 500ms;
}


#Open_Ferrari_GTE:active, #Open_Porsche_RSR:active, #Open_VIRTUAL_ENDURANCE:active{
    border: black solid 10px;
    transition: border 500ms;
}







#Ferrari_GTE_Bilder{
    display: none;
    width: 100%;
    background-color: rgba(245, 245, 245, 0.753);
}

#Ferrari_GTE_Bilder h1{
    margin: auto;
    text-align: center;
    padding-top: 20px;
    font-size: 30px;
    font-weight: 700px;
    padding-bottom: 20px;
    transition: 500ms;
}

#Ferrari_GTE_Bilder img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 30px;
}







#Porsche_RSR_Bilder{
    display: none;
    width: 100%;
    background-color: rgba(245, 245, 245, 0.753);
}

#Porsche_RSR_Bilder h1{
    margin: auto;
    text-align: center;
    padding-top: 20px;
    font-size: 30px;
    font-weight: 700px;
    padding-bottom: 20px;
    transition: 500ms;
}

#Porsche_RSR_Bilder img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 30px;
}









#Virtual_Bilder{
    display: none;
    width: 100%;
    background-color: rgba(245, 245, 245, 0.753);
}

#Virtual_Bilder h1{
    margin: auto;
    text-align: center;
    padding-top: 20px;
    font-size: 30px;
    font-weight: 700px;
    padding-bottom: 20px;
    transition: 500ms;
}
#Virtual_Bilder img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 30px;
}









.next_back button{
    display: block;
    text-align: center;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bolder;
    width: 200px;
    outline: none;
    color: whitesmoke;
    background-color: black;
}
.next_back div{
    height: 30px;
}

@media screen and (min-width: 1000px){
    #Open_Ferrari_GTE, #Open_Porsche_RSR, #Open_VIRTUAL_ENDURANCE{
        width: 300px;
    }

    .buttons{
        display: flex;
        max-width: 1800px;
        margin: auto;
        transition: display 500ms;
    }

    #Ferrari_GTE_Bilder img{
        width: 65%;
        height: auto;
        transition: 500ms;
    }


    #Ferrari_GTE_Bilder h1{
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 40px;
        background-color: black;
        color: white;
        transition: 500ms;
        width: 65%;
    }

    #Porsche_RSR_Bilder img{
        width: 65%;
        height: auto;
        transition: 500ms;
    }
    
    #Porsche_RSR_Bilder h1{
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 40px;
        background-color: black;
        color: white;
        transition: 500ms;
        width: 65%;
    }

    #Virtual_Bilder img{
        width: 65%;
        height: auto;
        transition: 500ms;
    }

    #Virtual_Bilder h1{
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 40px;
        background-color: black;
        color: white;
        transition: 500ms;
        width: 65%;
    }


}