body {
    background-color: rgb(43, 47, 48);
    color: white;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;   
}

body.locked {
    overflow: hidden;
}


/* Skins kaufen unter */

.buy-skins-header {
    font-size: 22px;
    text-decoration: underline;
    margin-bottom: 1px;
}

.buy-skins-at {
    height: 170px;
}

.buy-skins-at a {
    background-color: rgb(35, 39, 40);
}

.buy-skins-at a img {
    height: 180px;
}

.buy-skins-steam {

}

.buy-skins-steam img {
    height: 540px;
    width: 1000px;
    border: 2px solid;
}

.buy-skins-ingame {

}

.buy-skins-ingame img {
    height: 540px;
    width: 1000px;
    border: 2px solid;
}


/* Knifes - Showcase --- OFFLINE*/ 

            /* .rotating-table-container {
                width: 100%;
                overflow: hidden;
                display: flex;
                justify-content: center; 
                align-items: center; 
                height: 300px;
            }

            .rotating-table {
                width: 400%; 
                border-collapse: collapse;
                background-color: rgba(231, 210, 22, 0.39);
                box-shadow: 3px 3px 3px black;
                white-space: nowrap;
                transform: translateX(-50%); 
                animation: rotateTable 20s linear infinite; 
            }

            .rotating-table th,
            .rotating-table td {
                padding: 10px;
                text-align: center;
                width: 100px;
                overflow: hidden;
            }

            .rotating-table img {
                max-width: 100%;
                transition: transform 0.3s ease;
            }

            .rotating-table img:hover {
                transform: scale(1.2);
            }

            @keyframes rotateTable {
                0% {
                    transform: translateX(0%); 
                }
                100% {
                    transform: translateX(-50%); 
                }
            } */
  

/* Günstige Skincombos */

.cheep-skincombo-text {
    width: 900px;
    text-align: left;
    margin: auto;
    margin-bottom: 30px;
}

.cheep-skincombo-view {
    background-color: rgba(50, 55, 56, 0.548);
    box-shadow: 0px -5px 0px rgb(251, 255, 13);
    cursor: pointer;
    height: 470px;
    margin: auto;
    text-align: center;
    width: 900px;
}

.cheep-skincombo-view img {
    margin-top: 10px;
    height: 380px;
    width: 740px;
}

/* Info-Window Abteil */

.info-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.233);
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
  backdrop-filter: blur(15px);
  height: 450px;
  width: 750px;
}

.info-window ul {
    list-style-type: none; 
    padding: 0; 
}

.info-window li {
    background-color: #f0f0f00a; 
    margin: 5px 0; 
    padding: 4px; 
    border-radius: 5px; 
}

.info-window li a {
    color: white;
    text-decoration: none;
}

.info-window li a:hover {
    color: rgb(251, 255, 13);
}

.info-window-text {
    text-align: center;
}

.info-window button {
    top: 10%;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    width: 100px;
}


/* Seltene Kisten abteil */

.case-view-header {
    font-size: 30px;
    text-decoration: underline;
}

.case-view-head {
    font-size: 35px;
}

.case-view {
    background-color: rgba(50, 55, 56, 0.548);
    height: 470px;
    width: 900px;
    margin: auto;
    text-align: center;
    box-shadow: 0px -5px 0px rgb(176, 195, 217);
    
}

.case-view:hover {
    background-color: rgb(35, 39, 40);
    cursor: pointer;
}

.price-start {
    font-size: 14px;
    font-weight: bold;
    color: gray;
    margin-bottom: 5px;
}

.price-view {
    font-size: 18px;
    font-weight: bold;
    margin-top: 3px;
}

.case-view-text {
    width: 900px;
    text-align: left;
    margin: auto;
    margin-bottom: 30px;
}