*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    text-decoration: none;
}

#header{
    width: 100%;
    height: 7.4vw;
    background-image: radial-gradient(rgb(166, 176, 255),rgba(52, 52, 71, 0.795),rgba(0, 0, 0, 0.801));
    position: relative;
}

::-webkit-scrollbar{
    width: 10px;
    background: transparent;
}

::-webkit-scrollbar-thumb{
    background-color: rgba(0, 0, 0, 0.445);
    border-radius: 1vw;
}

::-webkit-scrollbar-thumb:hover{
    background-color: rgba(20, 20, 20, 0.445);;
}

body{
    background-image: url(images/backgrounds/2.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: scroll;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    body{
        overflow: overlay;
    }
}

html{
    font-size: 10px;
}



.navbar{
    width: 100%;
    background-image:linear-gradient(rgba(0, 0, 0, 0.781),rgba(0, 0, 0, 0.74),rgba(0, 0, 0, 0.562),rgba(0, 0, 0, 0.541));
    font-size: 1.05vw;
    color:rgb(255, 197, 72);
    text-transform: uppercase;
    font-weight: 600;
    height: 2.1vw;
    line-height: 2.1vw;    
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.navbar ul{
    float: right;
    list-style: none;
    margin-right: 1vw;
}

.navbar ul li{
    display: inline-flex;
    padding: 0 1.3vw;
    justify-content: space-between;
    align-items: center;
    
}

.navbar ul li a{
    color:rgb(209, 151, 26);
    flex:1;
    margin: auto;
}

.navbar ul li:hover{
    background-color: rgba(0, 217, 255, 0.123);
    border-radius: 30px;
}

.fixed{
    position:fixed;
    width:100%;
    top:0;
    z-index:20;
}

.fixed + .content{
    padding-top: 2vw;
}




.box{
    margin-left: auto;
    margin-right: auto;
    display: grid;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.719);
    font-weight: bold;
    background-image: url(images/entity_background/boxpicture.png);
    background-repeat: repeat-y;
    background-position: center;
    background-size: 69vw 33vw;
    padding-left: 2%;
}

.boxtitle{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 2.5vw;
    color: rgb(255, 197, 72);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.719);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 1.3vw;
    background-image: url(images/entity_background/titlepicture.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 0.2vw;
    background-size: 69vw 3.26vw;
    padding-bottom: 0.9vw;
    padding-top: 0.8vw; 
}

.boxtext{
    font-size:1.06vw;
    margin-right: 3.5vw;
    margin-left: 3.5vw;
    padding-bottom: 3%;
    padding-top: 1vw;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(82, 0, 0);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.719);
}

h3{
    margin-left: -1.2vw;
    font-size: 1.06vw;
    font-weight: 750;
}

.line{
    margin-left: auto;
    margin-right: auto;
    display: grid;
    justify-content: center;
    align-items: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.719);
    font-weight: bold;
    background-image: url(images/entity_background/line.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 69vw 0.434vw;
    padding-bottom: 0.4vw;
}

#preview{
    height: 23.85vw;
    transform: translate(0.05vw, 0.15vw);
}

#box1{
    display: grid;
    grid-template-columns: 1.13fr 1fr;
}

.end{
    margin-left: auto;
    margin-right: auto;
    display: grid;
    justify-content: center;
    align-items: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.719);
    font-weight: bold;
    background-image: url(images/entity_background/endpicture.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: -2.3vw;
    background-size: 69vw 2.8vw;
    padding-bottom: 0.55vw;
}


#box1text{
    margin-left: 12.5vw;
}

#auswahl{
    display: grid;
    grid-auto-flow: column;
    margin-top: 1vw;
    margin-bottom: 1.7vw;
    margin-left: 2.5vw;
    margin-right: 2vw;
}

button{
    display: block;
    margin-left: 3.5vw;
    color: orange;
    border: 0;
    border-radius: 2vw;
    background-image: linear-gradient(rgb(15, 15, 58), rgb(18, 52, 126));
    font-size: 1vw;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 3px 3px 4px rgb(0, 0, 0);
    text-align: center;
    text-align-last: center;
    width: 13vw;
    padding: 0.75vw;
}

button:hover{
    cursor: pointer;
    background-image: linear-gradient(rgb(22, 22, 85), rgb(29, 77, 180));
}

#version{
    color: orange;
    border: 0;
    border-radius: 2vw;
    background-image: linear-gradient(rgb(15, 15, 58), rgb(18, 52, 126));
    font-size: 1vw;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 3px 3px 4px rgb(0, 0, 0);
    text-align: center;
    text-align-last: center;
    width: 9vw;
    padding: 0.75vw;
}

select option{
    color:rgb(82, 0, 0);
    text-shadow: none;
    text-align: center;
    font-weight: 600;
}

select:hover{
    cursor: pointer;
    background-image: linear-gradient(rgb(22, 22, 85), rgb(29, 77, 180));
}

#version:hover{
    cursor: pointer;
    background-image: linear-gradient(rgb(22, 22, 85), rgb(29, 77, 180));
}



#addons{
    display: grid;
    margin-left: 15.4vw;
    margin-right: 15.4vw;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.95vw;
    margin-bottom: 9vw;
    color: orange;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 4px 4px 3px black;
}

@-moz-document url-prefix() {
    #addons{
        margin-left: 15vw;
        margin-right: 15vw;
    }
    @media screen and (max-width: 1405px) {
        #addons{
            margin-left: 14.8vw;
            margin-right: 14.8vw;
        }
    }
}

.card{
    padding: 18vw 0 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    height: 24.64vw;
    transition: transform ease 300ms, padding linear 300ms;
    width: 100%;
    overflow: hidden;
}

.gradient{
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,0.5) 25%,black);
    position: absolute;
    padding-left: 1vw;
    width: 100%;
}

.card::after{
    content: "";
    position: absolute;
    background-image: url(images/entities/frame.png);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    
}

.card:hover{
    transform: scale(1.05);
    padding: 12vw 0 0;
}

.card:hover .card-text{
    opacity: 100%;
}

.card-title{
    font-size: 2.05vw;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    width: max-content;
    margin-bottom: 0.5vw;
}

.card-title::after{
    content: "";
    position: absolute;
    height: 0.3vw;
    left: -0.9vw;
    bottom: 0;
    width: 15vw;
    background: orange;
    box-shadow: 4px 4px 3px black;
}

.addon-auswahl{
    display: grid;
    grid-auto-flow: column;
    margin-top: 1vw;
    margin-bottom: 1.7vw;
    gap: 2.5vw;
}

.addon-button{
    margin-top: 0;
    padding: 0.4vw 1vw;
    width: max-content;
    margin-left: 0;
}


.addon-version{
    color: orange;
    border: 0;
    border-radius: 2vw;
    background-image: linear-gradient(rgb(15, 15, 58), rgb(18, 52, 126));
    font-size: 1vw;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 3px 3px 4px rgb(0, 0, 0);
    text-align: center;
    text-align-last: center;
    width: max-content;
    padding: 0.4vw;
    padding-left: 1vw;
    margin-right: 0.4vw;
}


.card-text{
    opacity: 0%;
    font-size: 1.05vw;
    height: 5vw;
    font-weight: 600;
    transition: opacity 300ms ease;
    transition-delay: 200ms;
}



#traditional{
    background-image: url(images/entities/traditional.png);
}

#optifine-plus{
    background-image: url(images/entities/optifine+.png);
}

#janinacraft{
    background-image: url(images/entities/janinacraft.png);
}

#seasons{
    background-image: url(images/entities/seasons.png);
}

#asia{
    background-image: url(images/entities/asia.png);
}

#basic{
    background-image: url(images/entities/basic.png);
}

#xmas{
    background-image: url(images/entities/xmas.png);
}

#custom{
    background-image: url(images/entities/custom.png);
}
