body {
    font-family: "Roboto", sans-serif;

}


.reservationTime img {
    max-width: 250px;
    width: 100%;
    border: 1px dashed black;
    padding: 5px;
}

.reservationTime {
    text-align: center;
    border-bottom: 1px solid black;
}

.reservationTime h4 {
    padding-top: 10px;
}

.restOfTheForm input {
    width: 100%;
    max-width: 430px;
    background: black;
    color: white;
    border: 1px solid black;
}

.termin {
    padding: 10px 10px;
    margin: 10px;
    background-color: #066b0a;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

button.termin.selected {
    background: red;
    list-style-type: none;
}


.zauzet {
    background-color: gray;
    cursor: not-allowed;
}

.explanationTime {
    margin: 50px 0;
    text-align: center;
    list-style-position: inside;
}

.explanationTime h2 {
    padding-top: 100px;
}

.restOfTheForm {
    text-align: center;
    margin-top: 40px !important;
    max-width: 500px;
    width: 100%;
    margin: auto;
    margin-bottom: 30px !important;
}

.restOfTheForm button {
    color: black;
    border: 1px solid black;
    padding: 10px;
}

.restOfTheForm button:hover {
    color: white;
    background-color: black;
}

.navbarText {
    background-color: black;
}

.navList a {
    color: white !important;
    border: 1px solid white;
}

.navList a:hover {
    background-color: white;
    color: black !important;
}

#termin {
    background: black;
    color: white;
    padding: 5px;
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
}

.pocetna {
    text-align: right;
}

.logoNav img {
    width: 100%;
    max-width: 100px;
}

.logoNav {
    padding: 10px;
}

.navMenu {
    background-color: black;
    position: relative;
}

.pocetna a {
    text-decoration: none;
    background: white;
    color: black;
    padding: 20px;
    position: absolute;
    left: 80%;
    top: 20%;
}

.logoNav {
    padding: 10px 0 10px 30px;
}

.navbarText {
    text-align: center !important;
    display: block;
}

.logoImg {
    position: relative;
}

.logoImg i {
    left: 0;
    color: white;
    font-size: 30px;
    position: absolute;
    top: 30%;
}



@media(max-width:576px) {
    .explanationTime ol {
        padding-left: 0;
    }

    .reservationTime {
        margin-bottom: 10px;
    }

    .reservationTime {
        margin-top: 15px;
    }

    .explanationTime h2 {
        padding-top: 70px;
        font-size: 30px;
    }


}

@media(max-width:320px) {
    .explanationTime h2 {
        font-size: 20px;
    }

    .explanationTime ol {
        padding-left: 0;
    }
}