@media screen and (max-width:480px) { /*telefon*/
    .polje-sredina {
        grid-area: main;
        width: auto;
        height: auto;
        min-height: 50vh;
    }

    #naslov {
        /* text-align: center; */
        font-size: 22px;
        font-weight: 900;
        margin-bottom: 26px;
        display: block;
    }

    .forma {
        padding: 2px;
    }

    .podnaslov {
        margin: 10px;
        display: block;
        font-size: 20px;
        text-shadow: 1px 1px 1px silver;
        /* background-color: antiquewhite; */
    }

    .lblPod {
        display: inline-block;
        width: 200px;
        height: 20px;
        margin-left: 10px;
        font-size: large;
    }

    .txtPod {
        display: inline-block;
        width: 90%;
        height: 25px;
        margin-bottom: 15px;
        font-size: large;
        border: none;
        border-bottom: 3px solid black;
    }

    .txtPod:focus {
        outline: 0px solid var(--zelenaSP);
        border-radius: 5px;
        background-image: linear-gradient(to left, var(--zelenaSP), rgb(211, 255, 222), white);
        
    }

    .fa-solid {
        padding-left: 1%;
        padding-top: 0px;
        font-size: large;    
        position: relative;
    }

    .fa-solid:hover .info {
        display: block;
    }

    
    .info { 
        border: 3px solid var(--zelenaSP);
        border-radius: 5px;
        padding: 5px;
        position: absolute;
        right: 0px;
        top: 30px;
        display: none;
        font-size: medium;
        font-family: 'Montserrat', sans-serif;;
        font-weight: 400;
        font-style: initial;
        width: 250px;
        min-height: 100px;
        outline: 2px solid white;
        box-shadow: 0px 0px 3px 4px silver;
        background-image: linear-gradient(#dedede, #f5f5f5, #dedede);
        z-index: 5;
    }

    button {
        width: 160px;
        height: 60px;
        font-size: large;
    }
}

@media screen and (min-width:481px) and (max-width:768px) { /*tablet*/
    .polje-sredina {
        grid-area: main;
        grid-column: span 3;
        width: auto;
        height: auto;
        min-height: 50vh;
        padding: 0px 10px 20px 10px;
    }


    #naslov {
        font-size: larger;
        font-weight: bolder;
        text-align: center;
    }

    .forma {
        padding: 20px;
    }

    .podnaslov {
        margin: 10px;
        display: block;
        font-size: 20px;
        text-shadow: 1px 1px 1px silver;
    }

    .lblPod {
        display: inline-block;
        width: 200px;
        height: 50px;
    }

    .txtPod {
        display: inline-block;
        width: 300px;
        height: 25px;
        border: none;
        border-bottom: 3px solid black;
        font-size: 18px;
    }

    .txtPod:focus {
        outline: 0px solid var(--zelenaSP);
        border-radius: 5px;
        background-image: linear-gradient(to left, var(--zelenaSP), rgb(211, 255, 222), white);
    }

    .fa-solid {
        padding-left: 10px;
        padding-top: 0px;
        font-size: large;
        position: relative;
    }

    .fa-solid:hover .info {
        display: block;
    }

    
    .info { 
        border: 3px solid var(--zelenaSP);
        border-radius: 5px;
        padding: 5px;
        position: absolute;
        right: -20px;
        top: 30px;
        display: none;
        font-size: medium;
        font-family: 'Montserrat', sans-serif;;
        font-weight: 400;
        font-style: initial;
        width: 250px;
        min-height: 100px;
        outline: 2px solid white;
        box-shadow: 0px 0px 3px 4px silver;
        background-image: linear-gradient(#dedede, #f5f5f5, #dedede);
        z-index: 5; 
    }
    
    button {
        width: 160px;
        height: 60px;
        font-size: large;
    }

}

@media screen and (min-width:769px) { /*desktop*/
    .polje-sredina {
        /* background-color: brown; */
        grid-area: main;
        grid-column: span 3;
        width: auto;
        height: auto;
        min-height: 50vh;
        padding: 0px 20px 50px 50px;
    }

    #naslov {
        font-size: 28px;
        font-weight: bolder;
        text-align: center;
    }

    .forma {
        padding: 20px;
    }

    .podnaslov {
        margin: 10px;
        display: block;
        font-size: 20px;
        text-shadow: 1px 1px 1px silver;
        /* background-color: antiquewhite; */
    }

    .lblPod {
        display: inline-block;
        width: 200px;
        height: 50px;
    }

    .txtPod {
        display: inline-block;
        width: 250px;
        height: 30px;
        border: none;
        font-size: 18px;
        border-bottom: 3px solid black;
    }

    .txtPod:focus {
        outline: 0px solid var(--zelenaSP);
        border-radius: 5px;
        background-image: linear-gradient(to left, var(--zelenaSP), rgb(211, 255, 222), white);
    }

    .tooltip {
        
        background-color: antiquewhite;

    }

    .fa-solid {
        padding-left: 10px;
        padding-top: 0px;
        font-size: large;
        position: relative;
    }

    .fa-solid:hover .info {
        display: block;
    }

    
    .info { 
        border: 3px solid var(--zelenaSP);
        border-radius: 5px;
        padding: 5px;
        position: absolute;
        left: 40px;
        top: 0px;
        display: none;
        font-size: medium;
        font-family: 'Montserrat', sans-serif;;
        font-weight: 400;
        font-style: initial;
        width: 250px;
        min-height: 100px;
        outline: 2px solid white;
        box-shadow: 0px 0px 3px 4px silver;
        background-image: linear-gradient(#dedede, #f5f5f5, #dedede); 
    }

    button {
        width: 160px;
        height: 60px;
        font-size: large;

    }
}