* {
    top: 0;
    margin: 0;
}

html, body {
    height: 100%;
    font-family: sans-serif;
}
  

#menu {
    position: fixed;
    z-index: 1;
    width: 100%;
    color: white;
    font-size: 150%;
    height: 10%;
    background-color: #1f1e1d;
}

#menu input {
    border: none;
    background-color: inherit;
    font-size: 150%;
    color: inherit;
}

#index {
    text-align: center;
}

#index #logo img {
    width: 100%;
}

#categories {
    background-image: url(../media/catBack.jpg);
    background-size: cover;
}

#taskFinish {
    background-image: url(../media/taskFinish.jpg);
    background-size: cover;
}

.menuButton {
    width: 90%;
    margin: 5px 5%;
    background-color: #0f101089 !important;
    color: white;
    border: none;
    text-transform: uppercase;
    padding: 10px;
}

#taskOverview {
    padding-bottom: 50px;
    color: white;
}

.site {
    position: absolute;
    top: 10%;
    min-height: 90%;
    width: 100%;
    background-color: #272A2C;
}

.thumbnail {
    width: 50px;
    margin: 5px;
}

#taskGifContainer {
    height: 60%;
    width: 100%;
    background: center;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
}

.overviewItem {
    margin: 0 5px;
    border-top: 1px solid #484848;
}

#navR, #navL {
    position: absolute;
    width: 50%;
    height: 70%;
    top: 10%;
}

#navR {
    left: 50%;
}

#navL {
    left: 0;

}

progress {
    width: 90%;
    margin-left: 5%;
}

#taskStatusContainer {
    position: absolute;
    height: 15%;
    top: 85%;
    width: 100%;
}

#taskTextContainer {
    overflow: scroll;
    margin: 0 10px;
    position: absolute;
    top: 60%;
    height: 25%;
}

#taskTitle {
    font-weight: bold;
}

#taskOverview > p {
    margin: 0 10px;
}

#startBtn {
    position: fixed;
    height: 50px;
    top: calc(100% - 50px);
    width: 100%;
    background-color: #1d1d1d;
    color: c3c3c3;
    border: none;
    text-transform: uppercase;
    padding: 10px;
}

#index input[type=button] {
    color: c3c3c3;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    width: 50%;
}

#cat_btn {
    background-color: #010101 !important;
    color: white;
    padding: 5px;
    width: fit-content;
    height: fit-content;
}

#set::before {
    content: "Sätze: ";
}

#rep::before {
    content: "WH: ";
}

.grid {
    padding: 5px 5px;
    display: grid;
    grid-template-columns: auto auto auto;
}

.grid_item {
    display: -moz-inline-grid;
    display: -ms-inline-grid;
    display: inline-grid;
}

#pause_btn {
    font-size: 50px;
    display: block;
}

#pause_btn img {
    height: 100%;
}

.fs img {
    width: 90%;
    margin-left: 5%;
}

.fs {
    padding: 5px;
}

#taskFinish p {
    position: absolute;
    display: block;
    top: calc(50% - 50px);
    height: 100px;
    left: calc(50% - 100px);
    width: 200px;
    font-size: 300%;
}

#timer {
    position: absolute;
    top: 22%;
    color: red;
}

#contact, #terms {
    margin: 0 10px;
    width: calc(100% - 20px);
}

#terms p {
    padding: 5px 5px;
}

#menu_alt {
    float: right;
}

#alt_menu_overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 1000%;
    background-color: black;
    top: 0px;
    opacity: 0.6;
}

#alt_menu_container div {
    border-bottom: 1px solid #848484;
    padding: 10px 2px;
}

#alt_menu_container {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: rgb(26, 25, 24);
    padding: 0 5px;
    font-size: 80%;
    z-index: 3;
}

#firstTime p {
    padding-top: 10px;
    margin: 20px;
    color: black;
}

#firstTime {
    top: 0% !important;
    height: 100% !important;
    background-image: url(../media/catBack.jpg);
    background-size: cover;
}

#firstTime div {
    text-align: center;
}

#goToFS {
    color: c3c3c3;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    width: 50%;
}

#dontShowAgain {
    color: c3c3c3;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    width: 50%;
    margin-left: 50%;
    position: absolute;
    left: -25%;
    top: 80%;
}