/*
    font-family: "Winky Rough", sans-serif;
    font-family: "Karla", sans-serif;
 */

html {
    scroll-behavior: smooth;
}
/* 
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


input[type="number"] {
    -moz-appearance: textfield;
}*/

body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    font-family: "Karla", sans-serif;
    background-image: url(IMG/WOOD_BG_3.jpg);
    background-attachment: fixed;
    background-size: 100vw;
    background-repeat: no-repeat;
    font-size: 1.2em;
}

h2 {
    font-family: "Rubik Dirt", system-ui;
    font-size: 2.5em;
    margin: 15px 0px;
    color: #f6811f;
    font-weight: 400;
}

h3 {
    margin: 15px 0px;
    font-family: "Karla", sans-serif;
    color: #668467;
    font-weight: 800;
    text-align: center;
}

h4 {
    text-align: center;
    margin: 0px;
    color: #f6811f;
}

p {
    font-size: 1em;
    font-family: "Karla", sans-serif;
    color: #333;
    text-align: justify;
}

.wrapper {
    width: 80vw;
    max-width: 1000px;
    margin: auto;
}

.header {
    height: auto;
    margin: 0px auto 0px auto;
    padding: 50px 0px 0px 0px;
    display: flex;
    flex-direction: column;
}

.header > img {
    height: auto;
    width: 80vw;
    transform: translateZ(1px);
}

.drop {
    width: 25px;
    height: 25px;
    padding: 15px;
    margin: 0px auto;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    animation: moveUpDown 0.5s infinite alternate ease;
    transform: translateY(-15vw);
    border-radius: 40px;
    backdrop-filter: blur(5px);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.intro {
    display: flex;
    align-content: center;
    flex-direction: column;
}

.intro_img {
    width: 75%;
    margin: auto;
}

@keyframes moveUpDown {
    0% {
        top: 0;
    }

    100% {
        top: -15px;
        /* Moves up by 5 pixels */
    }
}

nav {
    height: auto;
    background-color: rgba(255, 255, 255, 0.75);
    position: sticky;
    top: 0px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    z-index: 10;
}

nav > ul {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    list-style: none;
    justify-content: center;
    padding: 0px 20px;
}

nav > ul > li {
    padding: 15px 10px;
}

.floatie {
    position: absolute;
}

.content_a {
    width: calc(100%-30px);
    hanging-punctuation: auto;
    padding: 15px;
    margin: 25px 0px;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 5;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    backdrop-filter: blur(10px);
}

.footer {
    width: calc(100%-30px);
    hanging-punctuation: auto;
    padding: 15px;
    margin: 25px 0px 10px;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 5;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    backdrop-filter: blur(10px);
    color: #fff;
}

.img_body {
    width: 100%;
    border-radius: 5px;
    margin: 0px;
    padding: 0px;
}

#cena_kalkulacka {
    margin: 15px 0px;
    font-family: "Karla", sans-serif;
    color: #f6811f;
    font-weight: 800;
    text-align: right;
    font-size: 1.2em;
}

#cena_kalkulacka2 {
    margin: 15px 0px;
    font-family: "Karla", sans-serif;
    color: #f6811f;
    font-weight: 800;
    text-align: right;
    font-size: 1.2em;
}

table {
    width: 100%;
    table-layout: fixed;
}

td {
    padding: 5px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

tr {
    border-spacing: 0px;
}

.kal_menu {
    color: #f6811f;
    text-align: left;
}

.kal_cena {
    color: #f6811f;
    width: 90px;
}

.kal_ks {
    color: #f6811f;
    width: 60px;
}

.ks {
    width: 100%;
    min-width: 30px;
    padding: 5px;
    border-radius: 5px;
    border: none;
    text-align: center;
    background-color: rgba(102, 132, 103, 0.05);
    font-size: 0.7em;
    font-family: "Karla", sans-serif;
    font-weight: 600;
    color: #333;
}

input::placeholder {
    color: #999;
    font-weight: 200;
}

.alergia {
    color: #888;
    font-weight: 200;
    font-size: 0.8em;
    cursor: help;
}

.kal_price {
    text-align: right;
    min-width: 80px;
    color: #668467;
}

.Print_button {
    width: 45%;
    padding: 10px 0px;
    font-size: 0.7em;
    box-shadow: inset 0px -3px 0px #ddd;
    border: solid 1px #ddd;
    color: #333;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Karla", sans-serif;
    font-size: 0.8em;
    transition: 0.2s;
    background-color: rgba(0, 0, 0, 0.06);
}

.Print_button:hover {
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.03);
    color: #668467;
}

.Print_button:active {
    box-shadow: inset 0px -1px 10px rgba(0, 0, 0, 0.1);
    color: #f6811f;
}

.save_order {
    display: flex;
    justify-content: space-evenly;
}

.nav_menu_butt {
    text-decoration: none;
    color: #222;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0px 15px;
    transition: 0.2s;
}

.nav_menu_butt:hover {
    color: #f6811f;
}

.i {
    border: solid 1px #999;
    background-color: #fff;
    border-radius: 25px;
    color: #999;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.MT {
    display: none;
}

.carusel{
}

/* -------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
    .intro_img {
        width: 75%;
    }
}

@media only screen and (max-width: 1000px) {
    .wrapper {
        width: 85%;
    }

    .intro_img {
        width: 85%;
    }

    .PC {
        display: none;
    }

    .MT {
        display: block;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 600px) {
    .wrapper {
        width: 95%;
    }

    .intro_img {
        width: 100%;
    }
}
