.Section_Virtual_Endurance{
    background-color: black;
    text-align: center;;
    margin: auto;
    transition: 500ms;

}

.Section_Virtual_Endurance h1 {
    color: rgb(0, 0, 0);
    font-weight: bolder;
    font-size: 40px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: whitesmoke;
    max-width: 1000px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.Aussen {
    margin: auto;
    margin-bottom: 50px;
    transition: 500ms;
}

.Innen {
    text-align: center;
    display: flex;
    color: rgb(255, 255, 255);
    margin: auto;
    width: 90%;
    padding-top: 15px;
    margin: auto;
    align-items: center;
    transition: 500ms;
}

.Innen p{
    height: 300px;
    background-color: red;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 50px;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 60px;
    transition: 500ms;
}


.Innen table {
    background-color: whitesmoke;
    color: black;
    height: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
    transition: 500ms;
}

.Innen table tr .Datum {
    font-style: italic;
    font-size: 30px;
    font-weight: bolder;
}

.Innen table tr .Name{
font-size: 30px;
color: red;
font-weight: bold;
}

.Innen table tr .Länge{
    font-size: 30px;
    font-weight: bold;
}


.Innen_1 {
    text-align: center;
    display: flex;
    color: rgb(255, 255, 255);
    margin: auto;
    width: 90%;
    padding-top: 15px;
    margin: auto;
    align-items: center;
    transition: 500ms;

}

.Innen_1 p{
    height: 300px;
    background-color: red;
    padding-left: 5px;
    padding-right: 16px;
    font-size: 50px;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 60px;
    transition: 500ms;
}


.Innen_1 table {
    background-color: whitesmoke;
    color: black;
    height: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
    transition: 500ms;
}

.Innen_1 table tr .Datum {
    font-style: italic;
    font-size: 30px;
    font-weight: bolder;
}

.Innen_1 table tr .Name{
font-size: 30px;
color: red;
font-weight: bold;
}

.Innen_1 table tr .Länge{
    font-size: 30px;
    font-weight: bold;
}


@media screen and (min-width: 1000px){
    .Section_Virtual_Endurance{
        width: 80%;
        margin: auto;
        transition: 500ms;
    }

  }

  @media screen and (min-width: 700px){
    .Innen_1 p{
        height: 300px;
        background-color: red;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 50px;
        font-weight: 800;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 60px;
        transition: 500ms;
    }


    .Innen_1 table {
        width: 80%;
        transition: 500ms;
    }

    .Innen table {
        width: 80%;
        transition: 500ms;
    }

    .Innen p{
        height: 300px;
        background-color: red;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 50px;
        font-weight: 800;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 150px;
        transition: 500ms;
    }

    .Innen_1 p{
        height: 300px;
        background-color: red;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 50px;
        font-weight: 800;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 150px;
        transition: 500ms;
    }

    .Aussen {
        margin: auto;
        margin-bottom: 100px;
        transition: 500ms;
    }
  }