.VideoGame * {
    font-family: 'Courier New', Courier, monospace;
    --color-primary: rgb(229, 221, 221);
    --color-primary: transparent;
    --color-headerfooter: rgb(235, 226, 235);
    --color-headerfooter: transparent;
    --color-border: rgb(220, 206, 206); 
    --color-border: transparent;
    --color-borderImages: rgb(204, 187, 187);
    --color-borderImages: white;
    --color-borderHeaderFooter: white;
}

.VideoGame {
   animation: 2s slideIn ease-in-out forwards, 2s skewBg ease-in-out; 
   background-color: black;
}

html {    
    background-position: center;
    background-size: cover;
}

.header,
#navbar,
#navbar .navbar2 {
    background-color: black;
}

#navbar li a {
    color: white;
}

 .header i,
    .VideoGame #navbar li a,
   #mobile i {
        color: white;
    }


.VideoGame p,
.VideoGame b,
.VideoGame h1,
.VideoGame h2,
.VideoGame h3,
.VideoGame h4,
.VideoGame h5,
.VideoGame h6,
.VideoGame span,
.VideoGame option {
    color: white;
}



.VideoGame p {
    font-size: 17px;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    height: auto;
    line-height: 1;
}

.VideoGame li {
    font-size: 17px;
    line-height: 2;
    font-weight: bold;
    margin-left: 2%;
}

.VideoGame b {
    font-size: 17px;
}

.VideoGame h1 {
    font-family: 'Roboto' sans-serif; 
    text-transform: uppercase;
    text-align: center;
}

.VideoGame .hover:hover {
    color: #729479;
    cursor: pointer;
    transform: scale(1.01);
}

/*--------------------------------------*/

.VideoGame .headerfooter {
    background-color: black;
    text-align: center;
    justify-content: space-between;
    height: fit-content;
    text-transform: uppercase;
    margin: 0% 0% 0 ;
    padding: 0.2% 2%;
    flex-wrap: wrap; 
    z-index: 1; /*to fix it at the top*/
    position: sticky; /*to fix it at the top*/
    top: 85px; /*to fix it at the top*/
    left: 0; /*to fix it at the top*/
}

.VideoGame .headerflex-Row {
    padding: 0 5px;
}

.VideoGame .headerflex-Row img,
.VideoGame .headerflex-Row b {
    margin: 0 5px;
}

.VideoGame .headerflex-Row b,
.flex-RowLeftContainer2 b {
    font-size: 25px;
}

.VideoGame .headerflex-Row img {
    height: 25px;
    width: auto;
}

/*--------------------------------------*/

.VideoGame .flex-ColumnContainer {
    display: flex;
    flex-direction: column;
    height: auto;
}

.VideoGame .flex-RowContainer {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

.VideoGame .flex-Row {
    background-color: var(--color-primary);
    height: auto;
    border-radius: 4px;
    margin: 0 1.5% 0.7%;
    padding: 0 0 10px 0;
}

.VideoGame #Container2 h1 {
    text-align: left;
    margin-top: 2%;
    margin-bottom: 1%;
}

.VideoGame .flex-RowLeftContainer2 {
    width: 50%;

    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.VideoGame .flex-RowLeftContainer2 .Column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.VideoGame .flex-RowLeftContainer2 .Column p {
    width: 45%;
    line-height: 0.5;
}

.VideoGame .flex-RowRightContainer2 {
    width: 50%;
    
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /* display: flex;
    justify-content: center; */
}

.VideoGame .flex-RowRightContainer2 h2 {
    font-size: 0px;
    text-align: right;
    line-height: 1;
    position: fixed;
    top: 20%;
    right: 3%;
}

.VideoGame .flex-RowLeftContainer3 {
    width: 75%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /* margin-top: auto;
    margin-bottom: auto; */
}

.VideoGame .flex-RowRightContainer3 {
    width: 25%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /* margin-top: auto;
    margin-bottom: auto; */
}
/*--------------------------------------*/      

.VideoGame .HighscoreBox,
.VideoGame #welcomeAthlete {
    animation: 3s slideIn ease-in-out forwards, 3s skewBg ease-in-out;
}

.VideoGame #Container2 {
    /* animation: 3s slideIn ease-in-out forwards, 3s skewBg ease-in-out; */
    /* margin-top: 300000px; */
    height: 100vh;
}

.VideoGame #Container3 {
    /* animation: 3s slideIn ease-in-out forwards, 3s skewBg ease-in-out; */
    padding: 2% 1%;
    height: 100vh;
}


/* .VideoGame .Copa-Logo,
.VideoGame #ButtonLogo  {
    animation: 10s slideIn ease-in-out forwards, 10s skewBg ease-in-out;
} */

.VideoGame .Copa-Logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5%;
    margin-bottom: 1%;
    cursor: pointer;
    width: 100%;
    max-width: 350px;
    transition: transform 5s ease;
}

.VideoGame .Copa-Logo:hover {
    
    transform: scale(1.30);
}

.VideoGame #ImageAthlete {
    height: auto;
    width: 93%;
    display: flex; 
    padding: 0px;
    border: 2px solid var(--color-borderImages);
    float: right;
    margin: 4% auto 0 ;
}

.VideoGame .Canvas {
    width: 100%;
    height: auto;
    margin: 0;
    display: flex;
    padding: 0px;
    border: 2px solid var(--color-borderImages);
    float: left;
}

.VideoGame #ImageAthlete2 {
    width: 100%;
    /* width: 400px;
    min-height: 400px; */
    display: flex; 
    margin: 0px auto 10% auto;
    padding-bottom: 0px;
    border: 2px solid var(--color-borderImages);
    float: right;
}


.VideoGame .Athlete {
    font-weight: bold;
    cursor: pointer;
}

.VideoGame Button {
    margin: 15px auto 15px auto;
    width: 100%;
    background-color: transparent;
    color: var(--color-borderImages);
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
    font-size: 20px;
    border: 2px solid;
    border-color: var(--color-borderImages);
    border-radius: 4px;
    cursor: pointer;
    transition: 1s ease;
   
}

.VideoGame button:hover {
    background-color: var(--color-borderImages);
    color: black;
    transform: scale(1.01);
}

.VideoGame .Back {
    cursor: pointer;
    font-size: 22px;
}

.VideoGame .controller {
    display: none;
}


/*--------------------------------------*/  

/*mouse over link*/
.VideoGame p:hover {
    color: #729479;
}

/*mouse over link*/
.VideoGame h3:hover {
    color: #729479;
    cursor: pointer;
}
/*--------------------------------------*/

.VideoGame .displayPartsContainer1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8% 0;
}

.VideoGame .displayPartsContainer2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2% 0;
}

.VideoGame .displayPartLeft {
    text-align: left;
}

.VideoGame .displayPartRight {
    text-align: right;
} 

.VideoGame .displayFloatRight {
    float: right;
}

.VideoGame .light {
    font-weight: 100;
    margin: 0 8%;
}

.VideoGame .xlight {
    font-weight: 300;
    margin: 0 4%;
}

.VideoGame .distance {
    padding-top: 1%;
}

.VideoGame .DisplayBox h4 {
    font-size: 30px;
    margin: 3% 0;
    margin-bottom: 0;
}

.VideoGame .tableSetup {
    width: 100%; 
    border-collapse: collapse;
    
    
    text-indent: 30px;
    
}

.VideoGame #PersonalHighscores thead td {
    /* color: black; */
    color: white;
    line-height: 50px;
    font-size: 30px;
    text-align: left;
    padding: 8px 8px 8px 0;
    /* font-family: sans-serif; */

}

.VideoGame #PersonalHighscores thead tr {
    /* background-color: white; */
    padding: 8px 8px 8px 0;
    color: white;
}

.VideoGame #PersonalHighscores tbody td {
    color: white;
    line-height: 0;
    font-size: 25px;
    padding-top: 20px;
    text-align: left;
    /* font-family: sans-serif; */
}

.VideoGame #PersonalHighscores tbody tr {
    background-color: black;
}


.VideoGame #Things {
    width: 100%; 
    border-collapse: collapse;
}

.VideoGame #Things b {
    font-size: 40px;
}

.VideoGame .DisplayBox .displayPartsContainer1 b {
    font-size: 30px;
}


.VideoGame #Things img {
    height: 40px;
    width: 40px;
    display: flex;
}





/* .Datenbank .tableSetup {
    width: 100%; 
    border-collapse: collapse;
}
 
.Datenbank thead td {
    border: 1px solid white;
    padding: 8px;
    text-align: left;
    width: 25%;
    color: white;
}

.Datenbank thead tr {
    background-color: white;
    border: 1px solid white;
    line-height: 25px;
}

.Datenbank thead tr td {
    color: black;
}

.Datenbank tbody tr {
    color: white;
    
    padding: 10px 0 10px;
}

.Datenbank .Ranking {
    font-size: 25px;
    font-weight: bold;
    line-height: 0.5;
    text-indent: 30px;
} */



.VideoGame .HighscoreBox {
    padding: 5%;
    /* border: 2px solid var(--color-borderImages); */
    font-size: 20px;
    font-weight: bold;
    height: auto;
    display: block; 
    width: auto;
    margin: 2% 5% 2% 5%;
    text-transform: uppercase;
}

.VideoGame .RankingButtonRight {
    text-align: left;
    padding: 30px;
    /* flex: 1;  */
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Elemente am unteren Ende des Containers ausrichten */
    justify-content: center; /* Elemente vertikal mittig ausrichten */
}

.VideoGame .RankingButtonLeft {
    text-align: right;
    padding: 30px;
    /* flex: 1;  */
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Elemente am unteren Ende des Containers ausrichten */
    justify-content: center; /* Elemente vertikal mittig ausrichten */
}



.VideoGame .flex-RowRightContainer2 ol {
    margin-left: 0;
    padding-left: 30px;
}

.VideoGame #Container1 .flex-Row {
    margin: 5px;
    border-radius: 4px;
}

/* #Container1,
#Container2,
#Container3 {
    max-width: 1500px;
    margin: auto;
} */

/* .VideoGame {
    max-width: 1500px;
    margin: auto;
    padding: 0 0 40px 0;
} */

.MobilGame {
    display: none;
}


/* Hier können Sie Ihre CSS-Stile für das Auswahlmenü definieren */
select {
    width: 100%; /* Breite des Auswahlmenüs */
    overflow-y: auto; /* aktiviert den vertikalen Scrollbalken */
    scrollbar-color: white; /* Hintergrundfarbe des Scrollbalkens */
    padding: 2%;
    font-size: 40px;
    background-color: black;
    border: none;
    margin-bottom: 10px;
}



/* Firefox unterstützt scrollbar-color nicht, daher ist es gut, scrollbar-color für Firefox zu definieren */
@-moz-document url-prefix() {
    select {
        scrollbar-color: white;
    }
}

/* Webkit-basierte Browser (wie Chrome und Safari) */
.select ::-webkit-scrollbar {
    width: 15px; /* Breite des Scrollbalkens */
    
}

.select ::-webkit-scrollbar-thumb {
    background-color: white; /* Farbe des Scrollbalken-Thumb */
    border-radius: 5px; /* Rundung des Scrollbalken-Thumb */
}

.select ::-webkit-scrollbar-track {
    background-color: black; /* Farbe des Scrollbalken-Tracks */
}


@media (max-width:1700px) {


    .VideoGame #Container3 {
        /* animation: 3s slideIn ease-in-out forwards, 3s skewBg ease-in-out; */
        padding: 0% 1%;
        height: 100vh;
    }

    select {
        font-size: 31px;
    }
}


@media (max-width:1500px) {
    .VideoGame .DisplayBox h4 {
        font-size: 24px;
    }
    
    .VideoGame .DisplayBox .displayPartsContainer1 b {
        font-size: 24px;
    }
    
    .VideoGame #Things b {
        font-size: 31px;
    }
    
    .VideoGame #Things img {
        height: 31px;
        width: 31px;
    }

    select {
        font-size: 30px;
    }

    .VideoGame #Container1 h1,
    .VideoGame #Container2 h1 {
        font-size: 35px;
    }
}


@media (max-width:1250px) {

    .VideoGame #Container1 h3,
    .VideoGame #Container4 h3,
    .VideoGame #Container5 h3,
    .VideoGame .highscoreCategory {
        font-size: 22px;
    }

    /* .VideoGame .Ranking {
        font-size: 15px;
        text-indent: 18px;
        margin-bottom: 20px;
     } */
    
     /* .Ranking2 {
        margin-left: 2%;
        font-size: 15px;
        text-indent: 13px;
        line-height: 1;
     } */

    .VideoGame #Container2 p,
    .VideoGame #Container2 li,
    .VideoGame Button {
        font-size: 14px;
    }

    .VideoGame .Back {
        font-size: 14px;
    }

    .VideoGame .flex-RowRightContainer2 ol {
        margin-left: 0;
        padding-left: 27px;
    }

    .VideoGame .DisplayBox h4 {
        font-size: 20px;
    }
    
    .VideoGame .DisplayBox .displayPartsContainer1 b {
        font-size: 20px;
    }
    
    .VideoGame #Things b {
        font-size: 25px;
    }
    
    .VideoGame #Things img {
        height: 25px;
        width: 25px;
    }

    select {
        font-size: 20px;
    }
   


}

@media (max-width:1050px) {

    .VideoGame #Container2 p,
    .VideoGame #Container2 li,
    .VideoGame Button {
        font-size: 12px;
    }

    .VideoGame .flex-RowRightContainer2 ol {
        margin-left: 0;
        padding-left: 24px;
    }

    .VideoGame .DisplayBox h4 {
        font-size: 16px;
    }
    
    .VideoGame .DisplayBox .displayPartsContainer1 b {
        font-size: 16px;
    }
    
    .VideoGame #Things b {
        font-size: 20px;
    }
    
    .VideoGame #Things img {
        height: 20px;
        width: 20px;
    }

    .VideoGame #Container1 h1,
    .VideoGame #Container2 h1 {
        font-size: 30px;
    }

    select {
        font-size: 20px;
    }

}


@media (max-width:930px) {
    .VideoGame .headerflex-Row b,
    .flex-RowLeftContainer2 b,
    .VideoGame footer b {
        font-size: 20px;
    }
    
    .VideoGame .headerflex-Row img {
        height: 20px;
    }

    .VideoGame #Container1 h1,
    .VideoGame #Container2 h1 {
        font-size: 25px;
    }

    .VideoGame .flex-RowRightContainer2 h2 {
        font-size: 0px;
    }

    .VideoGame #Container1 h3,
    .VideoGame #Container4 h3,
    .VideoGame #Container5 h3,
    .VideoGame .highscoreCategory {
        font-size: 22px;
    }

    /* .VideoGame .Ranking {
        font-size: 10px;
        text-indent: 12px;
    } */
    
    /* .Ranking2 {
        margin-left: 1.5%;
        font-size: 10px;
        text-indent: 12px;
    } */

    .VideoGame #Container2 p,
    .VideoGame #Container2 li {
        font-size: 11px;
    }

    
    .VideoGame #Container2 .flex-RowRight {
        padding: 10px 0;
    }

    .VideoGame .flex-RowRightContainer2 ol {
        margin-left: 0;
        padding-left: 22px;
    }

    .VideoGame .DisplayBox h4 {
        font-size: 15px;
    }
    
    .VideoGame .DisplayBox .displayPartsContainer1 b {
        font-size: 15px;
    }
    
    .VideoGame #Things b {
        font-size: 17px;
    }
    
    .VideoGame #Things img {
        height: 17px;
        width: 17px;
    }

    select {
        font-size: 17px;
    }

}

@media (max-width:790px) {

    .VideoGame #Container2 p,
    .VideoGame #Container2 li,
    .VideoGame Button {
        font-size: 8px;
    }

    .VideoGame .flex-RowRightContainer2 ol {
        margin-left: 0;
        padding-left: 18px;
    }

    .VideoGame .DisplayBox h4 {
        font-size: 13px;
    }
    
    .VideoGame .DisplayBox .displayPartsContainer1 b {
        font-size: 13px;
    }
    
    .VideoGame #Things b {
        font-size: 14px;
    }
    
    .VideoGame #Things img {
        height: 14px;
        width: 14px;
    }


    /* To make the switch to ColumnContainer */
    .VideoGame .flex-RowContainer {
        display: flex;
        flex-direction: column;
        padding: 0.5%;
        height: auto;
        align-items: center;
    }

    .VideoGame .flex-RowLeftContainer2,
    .VideoGame .flex-RowRightContainer2,
    .VideoGame .flex-RowLeftContainer3,
    .VideoGame .flex-RowRightContainer3 {
        width: 100%;
        padding: 0;
        margin-left: 1%;
    }

    .VideoGame .Canvas{
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        float: none;
        width: 98%;
    }

    .VideoGame #ImageAthlete2 {
        width: 40%;
        height: 45%;
        float: left;
        margin-left: 0.67%;
        margin-bottom: 0;
        display: none;
    }

    .VideoGame .DisplayBox {
        width: 70%;
        margin-right: 1px;
    }

    .VideoGame body {
        height: 700px;
        
    }

    .VideoGame #Container2 h1 {
        margin-top: 10px;
        margin-bottom: 3px;
    }

    .VideoGame #Container2 p,
    .VideoGame #Container2 li,
    .VideoGame Button {
        font-size: 16px;
    }

    /* .headerfooter {
        height: fit-content;
        
        padding: 0;
      
    } */

    .VideoGame .controller {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
        height: 70px;
    }

    .VideoGame .controller Button {
        border-radius: 50px;
        padding: 6px 0;
        font-size: 30px;
        font-weight: 900;
        background-color: var(--color-borderImages);
        color: black;
        border: 0px solid transparent;
    }

    .VideoGame .controller Button:hover {
        transform: scale(1.01);
    }
    

    .VideoGame .ActionButtons {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .VideoGame #Shoot,
    .VideoGame #SummonBilly {
        margin: 10px 30px 10px 0;
        padding: 6px 16px;
    };

    .VideoGame .UpDown {
       margin: 5px 20px;
    }

    .VideoGame #Shoot {
        background-color: red;
      
    }

    .VideoGame #SummonBilly {
        background-color: green;
    }

    .VideoGame #ImageAthlete {
        float: none;
        width: 98%;
    }



    .VideoGame {
        display: none;
    }

    .MobilGame {
        display: block;
        padding: 0 40px;
    }

    .VideoGame .MobilHeadline {
        color: white;
        padding-top: 40px;
    }

    .VideoGame .MobilText {
        /* color: var(--color-textdark); */
        padding-bottom: 40px;
    }

    .VideoGame .header {
        background-color: var(--color-dark);
    }
    
    .VideoGame #navbar{
        background-color: var(--color-dark);
    }
    
    .VideoGame #navbar .navbar2 {
        background-color: var(--color-dark);
    }

    .VideoGame .header i,
    .VideoGame #navbar li a,
    .VideoGame #mobile i {
        color: white;
    }




}

@media (max-width: 680px) {
    .VideoGame .DisplayBox h4 {
        font-size: 15px;
        margin-top: 0;
    }
    
    .VideoGame .DisplayBox .displayPartsContainer1 b {
        font-size: 15px;
    }
    
    .VideoGame #Things b {
        font-size: 15px;
    }
    
    .VideoGame #Things img {
        height: 15px;
        width: 15px;
    }

    .VideoGame .displayPartsContainer1 {
        margin: 1px 0;
    }
    
    .VideoGame .displayPartsContainer2 {
        margin: 1px 10px;
    }



}

@media (max-width: 600px) {

    .VideoGame .headerflex-Row b,
    .flex-RowLeftContainer2 b,
    .VideoGame footer b {
        font-size: 15px;
    }
    
    .VideoGame .headerflex-Row img {
        height: 15px;
    }

    .VideoGame #Container1 h1,
    .VideoGame #Container2 h1 {
        font-size: 16px;
    }

    .VideoGame .flex-RowRightContainer2 h2 {
        font-size: 0px;
    }

    .VideoGame #Container1 h3,
    .VideoGame #Container4 h3,
    .VideoGame #Container5 h3,
    .VideoGame .highscoreCategory {
        font-size: 14px;
    }

    /* .VideoGame .Ranking {
        font-size: 9px;
        text-indent: 0;
    } */

    .VideoGame #Container2 p,
    .VideoGame #Container2 li,
    .VideoGame  Button {
        font-size: 7px;
    }

    .VideoGame .flex-RowLeftContainer2 .Column p {
        width: 48%;
    }

    .VideoGame .flex-RowRightContainer2 ol {
        margin-left: 0;
        padding-left: 15px;
    }
}

@media (max-width: 460px) {

    .VideoGame .headerflex-Row b,
    .flex-RowLeftContainer2 b,
    .VideoGame footer b {
        font-size: 10px;
        padding: 0;
        margin-left: 1px;
        margin-right: 1px;
    } 
    
    .VideoGame .headerflex-Row img {
        height: 10px;
        padding: 0;
        margin-left: 1px;
        margin-right: 1px;
    }

    /* .headerfooter {
        height: 13px;
    } */

    .VideoGame #Container1 h1 {
        font-size: 15px;
    }

    .VideoGame #Container1 h1,
    .VideoGame #Container2 h1 {
        font-size: 13px;
    }

    .VideoGame #Container1 h3,
    .VideoGame #Container4 h3,
    .VideoGame #Container5 h3,
    .VideoGame .highscoreCategory {
        font-size: 12px;
    }

    .VideoGame .flex-RowRightContainer2 ol {
        margin-left: 0;
        padding-left: 14px;
    }

    .VideoGame #Container2 p,
    .VideoGame #Container2 li,
    .VideoGame Button {
        font-size: 13px;
    }

    .VideoGame #Container2 p {
        line-height: 1;
    }
}