body {
    background-color: rgb(40, 40, 40);
    font-family: 'Lucida', monospace;
}

.transition {
    position: absolute;
    left: 0vw;
    right: 0vw;
    top: 0vh;
    bottom: 0vh;
    z-index: 99;
    width: 0%;
    height: 100%;
}

@keyframes swipeleft {
    0% {
        left: 100%;
        width: 0%;
    }
    50% {
        left: 0%;
        right: 0%;
        width: 100%;
    }
    100% {
        right: 100%;
        width: 0%;
        display: none;
    }
}
@keyframes swiperight {
    0% {
        right: 100%;
        width: 0%;
    }
    50% {
        left: 0%;
        right: 0%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0%;
        display: none;
    }
}

@keyframes noveinleft {
    0% {
      transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@keyframes moveinright {
    0% {
      transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@keyframes growin {
    0% {
      font-size: 0%;
      transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes fadeout {
    0% {
      opacity: 100%;
    }
    100% {
      opacity: 0%;
    }
}

h1 {
    color: rgb(255, 255, 255);
    text-align: center;
    vertical-align: middle;
    font-size: 1.5vw;
}

.progressbar {
    background-color: gray;
    width: 92vw;
    height: 2vh;
    margin-left: 4vw;
    align-content: center;
}

.progress {
    height: 2vh;
}

.progresstext {
    vertical-align: middle;
    color: rgb(255, 255, 255);
    font-size: 1.25vw;
    font-weight: bold;
    row-gap: -1vh;
}

.back {
    position: relative;
    top: 4vh;
    height: 3vw;
    width: 8vw;
    font-size: 1.25vw;
    font-weight: bold;
    visibility: hidden;
    display: none;
    cursor: pointer;
}

.next {
    height: 3vw;
    width: 8vw;
    font-size: 1.25vw;
    font-weight: bold;
    cursor: pointer;
}

.send {
    height: 3vw;
    width: 16vw;
    background-color: gray;
    color: rgb(255, 255, 255);
    font-size: 1.25vw;
    font-weight: bold;
    cursor: pointer;
}


.wizardtitle {
    text-align: center;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    font-size: 1.25vw;
    font-weight: bold;
    row-gap: -1vh;
}

.typelist {
    list-style: none;
    display: grid;
    grid-template-columns: 20vw 20vw 20vw 20vw;
    column-gap: 4vw;
    margin-left: 0;
    padding-left: 0;
}

.typeslot {
    padding-left: 4vw;
    cursor: pointer;
}
.typeslot:hover {
    transform: scale(1.05);
}

.pic512 {
    width: 20vw;
    block-size: 40vh;
    display: block;
}

.container  {
    margin-top: -4vh;
    width: 20vw;
    block-size: 18vh;
    background-color: rgb(255, 255, 255);
}

.infotext {
    margin-top: 4vh;
    padding-top: 0.1vh;
    font-size: 1vw;
}

.rulelist {
    list-style: none;
    display: grid;
    grid-template-columns: 45vw 45vw;
    margin-left: 5vw;
    padding-left: 0;
}

.ruleslot {
    background-color: rgb(40, 40, 40);
    font-size: 1vw;
}

.ratinglist {
    list-style: none;
    display: grid;
    grid-template-columns: 45vw 45vw;
    column-gap: 6vw;
    margin-left: 0;
    padding-left: 0;
}
.ratinglist > li > img {
    height: 10vw;
    width: auto;
    margin-left: 4vw;
}

.ratingslot {
    background-color: rgb(255, 255, 255);
    font-size: 1vw;
    cursor: pointer;
    margin-left: 5vw;
    block-size: 54vh;
} 
.ratingslot:hover {
    transform: scale(1.05);
}


.templatelist {
    list-style: none;
    display: grid;
    grid-template-columns: 22vw 22vw 22vw 22vw;
    column-gap: 3vw;
    row-gap: 3vh;
    margin-left: 0;
    padding-left: 0;
}

.templateslot {
    font-size: 0.75vw;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 2vw;
    block-size: 29vh;
} 
.templateslot:hover {
    transform: scale(1.05);
}
.templateslot > h2 {
    margin-top: 1vh;
}
.templateslot > img {
    margin-top: -1vh;
    height: 10vw;
    width: 10vw;
}

.settingslist {
    list-style: none;
    display: grid;
    grid-template-columns: 45vw 45vw;
    column-gap: 6vw;
    margin-left: 0;
    padding-left: 0;
}

.settingsslot {
    background-color: rgb(255, 255, 255);
    font-size: 1vw;
    cursor: pointer;
    margin-left: 5vw;
    block-size: 54vh;
} 
.settingsslot:hover {
    transform: scale(1.05);
}

.gallerylist {
    list-style: none;
    display: grid;
    grid-template-columns: 18vw 18vw;
    column-gap: 2vw;
    row-gap: 3vh;
    margin-left: 0;
    padding-left: 0;
}
.gallerylist > li > img {
    height: 4vw;
    width: 4vw;
}

.infolist {
    list-style: none;
    display: grid;
    grid-template-columns: 25vw 65vw;
    column-gap: 6vw;
    row-gap: 3vh;
    margin-left: 0;
    padding-left: 0;
}

.infoslot {
    background-color: rgb(255, 255, 255);
    font-size: 1.25vw;
    text-align: center;
    vertical-align: middle;
    margin-left: 5vw;
}
.infoslot > textarea {
    font-size: 1vw;
    resize: none;
    width: 55vw;
    height: 45vh;
    border-color: rgb(255, 255, 255);
}
.infoslot > input {
    font-size: 1vw;
    resize: none;
    width: 55vw;
    border-color: rgb(255, 255, 255);
}

.summarylist {
    list-style: none;
    display: grid;
    grid-template-columns: 20vw 65vw;
    column-gap: 6vw;
    row-gap: 0vh;
    margin-left: 0;
    padding-left: 0;
}
.summarylist > li > img {
    height: 16vw;
    width: 16vw;
}

.summaryslot {
    font-size: 1.5vw;
    margin-left: 5vw;
    border: solid;
    border-width: 0.1vw;
    border-color: rgb(255, 255, 255);
}