* {
    border: 1px dashed none;
    margin: 0 auto;
}
body {
    font-family: 'Roboto', sans-serif;
}
i {
width: 20px;
}
.fixed-menu {
    position: fixed;
    height: 100vh;
    background-image: url("img/fixed-menu.png");
    background-size: cover;
    box-shadow: inset -6px 0 6px rgba(128,128,128,1);
    z-index: 99999;
    left: 0;
    font-size: 1em;
    transition: 0.5s all;
    display: grid;
    margin-left: 4px;
    object-fit: contain;
    filter: opacity(100%);
    padding: 5px;
}
.fixed-menu li {
    list-style: none;
}
.oglasi {
    background-image: url("img/bacgroundt.jpg");
    background-size: cover;
    text-align:center;
}

.Pravilnici {
    background-image: url("img/bacgroundt.jpg");
    background-size: cover;
    text-align:center;
    color: rgb(50, 71, 62);
}
.Pravilnici {
    color: black;
}
.galerija {
    background-image: url("img/bacgroundt.jpg");
    background-size: cover;
    text-align:center;
    color: rgb(50, 71, 62);
}
.slike {
    text-align: center;
    margin: 15px;
    padding: 10px;
    background-color:rgb(202, 231, 214);
}
.slike img {
    align-content: center;
    background-size: cover;
    margin: 10px;
    width: 400px;
    height: 300px;
}
.slike img:hover {
    scale: 1.2;
    transition: all 1s ease;
    border: 10px solid rgb(2, 77, 2)
}
.konkurs {
	margin: 20px 30px;
	height: 100vh;
    background-image: url("img/ZSKovačica_bledo.jpg");
    background-size: cover;
    padding: 20px;
    text-align: center;
}
.konkurs li {
    background-color: rgb(209, 201, 182);
    margin: 0 5%;
    padding: 5px 10px;
    margin-top: 3px;
    filter: opacity(75%);
}
.obrasci {
    background-image: url("img/bacgroundt.jpg");
    background-size: cover;
    text-align:center;
}
.obrasci p {
    color: black;
}
.obrazac {
	margin: 20px 30px;
	height: 100vh;
    background-image: url("img/ZSKovačica_bledo.jpg");
    background-size: cover;
    padding: 20px;
}
.obrazac li {
    background-color: rgb(247, 234, 211);
    margin-right: 50%;
    padding: 3px 10px;
    margin-top: 3px;
}
.obrazac p {
    padding-left: 20px;
    margin-bottom: 10px;
    color: rgb(228, 24, 24);
    font-size: 20px;
    margin-top: 20px;
}
.logo {
    margin: center;
    margin-top: 15px;
}
.rows {
    margin-top: 15px;
}
.rows li {
    margin-top: 10px;
    border: 3px solid rgb(184, 184, 184);
    border-radius: 25px;
    background-image: linear-gradient(0deg, rgb(68, 67, 64)4%, rgb(223, 223, 223)20px);
    text-align: center;
    padding: 6px;
}
.rows li:hover {
    border-color: dodgerblue;
}
.heder {
    background-image: url("img/background_zeleno.jpg");
    background-size: cover;
    display: flex;
}
.page {
    margin-left: 65px;
}
.column {
    display: grid;
    margin: 10px;
}
.hamburger-menu {
    flex-grow: 1;
}
.hamburger-menu i {
    margin: 10px 10px;
    display: none;
}
.Pretraga {
    margin-top: 10px;
}
.social-holder {
    flex-grow: 1;
    text-align: right;
    color: #4d4c4c;
    font-weight: bold;
}
.social-holder img{
    width: 30px;
    margin-right: 5px;
    display: grid;
}
.pretraga_forma_okvir {
    margin-top: 5px;
    margin-left: 5px;  
}
input {
    border-radius: 25px;
    border: 1px solid black;
    padding-left: 10px;
    font-size: 15px;
    margin left: ;: 5px;
}
.jubilej img {
    height: 80px;
    width: 130px;
    display: none;
}
#reklama {
    width: 90%;
    margin-top: 20px;
}
.naslov-reklama {
    background-image: url("img/digitalnirtg.jpg");
    background-size: cover;
    text-align: center;
    padding: 15px;
    /*transform: skew(5deg);*/
}
.naslov p {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    color: turquoise;
    text-shadow: 2px 2px 25px rgb(0, 0, 124);
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
}
.naslov-reklama img {
    width: 50px;
    height: 50px;
}
.opis-reklama {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.00)0%, rgba(255, 255, 255, 0.675)0%);
    color: rgb(61, 50, 9);
    padding: 20px 5px;
    font-size: 20px;
    text-align: left;
    margin-top: 15px;
    overflow: auto;
    resize: horizontal;
}
.opis-reklama p {
    text-indent: 30px;
    color: rgb(3, 38, 104);
}
#aktuelno {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    text-align: center;
    list-style: none;
    margin-top: 30px;
    gap: 30px 35px;

} 
.aktuelno-1 {
    background-image: url("img/aktuelno/lekovi.jpg");
    background-size: cover;
    width: 250px;
    height: 150px;
    margin-bottom: 10px;
    padding: 5px;
    border-bottom: 10px solid rgb(180, 200, 226);
}
.aktuelno-2 {
    background-image: url("img/aktuelno/dijabetes.jpg");
    background-size: cover;
    width: 250px;
    height: 150px;
    margin-bottom: 10px;
    padding: 5px;
    border-bottom: 10px solid rgb(180, 200, 226);
}
.aktuelno-3 {
    background-image: url("img/aktuelno/zdravstvena-kartica.jpg");
    background-size: cover;
    width: 250px;
    height: 150px;
    margin-bottom: 10px;
    padding: 5px;
    border-bottom: 10px solid rgb(180, 200, 226);
}
.aktuelno-4 {
    background-image: url("img/aktuelno/izabrani-lekar.jpg");
    background-size: cover;
    width: 250px;
    height: 150px;
    margin-bottom: 10px;
    padding: 5px;
    border-bottom: 10px solid rgb(180, 200, 226);
}
.aktuelno-5 {
    background-image: url("img/aktuelno/saveti-lekara.jpg");
    background-size: cover;
    width: 250px;
    height: 150px;
    margin-bottom: 10px;
    padding: 5px;
    border-bottom: 10px solid rgb(180, 200, 226);
}
.aktuelno-6 {
    background-color:aliceblue;
    background-size: cover;
    width: 250px;
    height: 150px;
    margin-bottom: 10px;
    padding: 5px;
    border-bottom: 10px solid rgb(180, 200, 226);
}
.container {
    display: inline-flex;
    margin: 0;
    border-radius: 10px;
    height: 400px;
    padding: 5px;
    border: 1px solid rgb(188, 182, 182);
}
.container img {
    width: 100%;
    background-size: cover;
    border-radius: 10px;
}
.jelka img {
    width: 400px;
    height: 400px;
}
.left {
}
.center img {
    object-fit: contain;
}
.center {

}
.right{
    text-align: center;
    margin-top: 30px;
    padding: 50px 0;
}
.footer {
    background-image: linear-gradient(0deg, rgb(23, 85, 50)0%, rgb(6, 22, 39)100px);
    font-size: 18px;
    margin-left: 70px;
}
.footer-levo {
	color: white;
    padding-top: 20px;
    text-align: center;

}
.footer-levo p {
    color: rgb(39, 179, 132);
    font-size: 20px;
}
.footer-levo a {
	text-decoration: none;
    color: rgb(184, 184, 175);
}
.footer-levo a:hover {
    text-decoration: underline;
    color: rgb(243, 240, 86);
    font-weight: bold;
}
.footer-levo h1 {
    font-size: 20px;
}
.footer-levo-1 a {
    margin: 5px;
}
.footer-centar {
    color:rgb(170, 165, 165);
    text-align: center;
    font-size: 15px;
}
h2 {
    background-image: url("img/background_zeleno.jpg");
    background-size: cover;
    color: whitesmoke;
    font-size: 25px;
    padding: 10px 0;
    margin: 10px 30px 10px 30px;
    text-align: center;
    border-radius: 10px;
}
h4 {
    background-image: url("img/background_roze.jpg");
    background-size: cover;
    color: whitesmoke;
    font-size: 25px;
    padding: 10px 0;
    margin: 10px 30px 10px 30px;
    text-align: center;
    border-radius: 10px;
}
h8 {
    font-size: 25px;
}
.novosti {
    font-size: 20px;
}
.novo {
    margin: 5px 0;
    display: flex;
    border-radius: 20px;
    background: linear-gradient(rgb(244, 250, 222), rgb(250, 252, 243));
}
.datum-novosti {
    background-image: url("img/medical-563427_1920-e1625664200354.jpg");
    background-size: cover;
    padding: 40px 10px;
    border-radius: 20px;
    margin: 20px 10px;
}
.datum-novosti p {
    flex-grow: 1;
    background-color: #0000005b;
    color: white;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-left: 3px solid rgb(29, 65, 111);
    padding: 15px 10px ;
}
.datum-novosti img {
    margin-left: 10px;
    border-left: 3px solid rgb(29, 65, 111);
    margin-bottom: 30px;
    width: 50px;
    height: 40px;
}
.datum-novosti i {
   font-size: 17px;
}
.linkovi {
    display: grid;
    text-align: center;
    border-radius: 20px;
    margin: 20px 40px;
    list-style: none;
}
.linkovi a { 
    margin: 30px;
    border: 1px solid blue;
    width: 200px;
    height: 100px;
    
}
.zaposleni {
    background: linear-gradient(rgb(222, 250, 222), rgb(244, 250, 246));
	background-size: cover;
    border-radius: 20px;
	width: 100%;
    border-radius: 5px;
    padding-bottom: 20px;
}
h3 {
    text-align: center;
    font-size: 30px;
    color: rgb(6, 54, 22);
}
.zaposleni p {
    font-size: 15px;
}
.krugovi {
    display: flex;
    justify-content:space-between;
    margin: 100px;
}
.krug-holder {
    flex-grow: 1;
    text-align: center;
    color: #032929;
    font-size: 20px;
    margin-bottom: 30px;
}
.krug {
    background-color: rgb(18, 18, 92);
    color: rgb(213, 243, 249);
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    padding: 20px;
    border-radius: 50%;
    border: 10px solid rgb(182, 221, 228);
    box-shadow: -10px -15px 20px rgb(121, 134, 134);
    animation: krug 3s infinite;
}
@keyframes krug {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.oznaka {
    font-weight: bold;
}
.strukture {
    display: flex;
    gap:20px 30px;
    margin: 5px;
    text-align: center;
    flex-wrap: wrap;
}
.struktura {
    margin-bottom: 30px;
}
.struktura img{
    margin-top: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: -10px -15px 20px rgb(90, 89, 89);
}
.ambulante {
    background-image: url("img/ambulante/IMG_20230815_174431.png");
    background-size: cover;
    width: 100%;
    border-radius: 5px;
}
.objekti {
    display: grid;
    grid-template: "a b"
                   "c d"
                   "e f"
                   "g h";
    justify-self: stretch;
    align-self: stretch;
}

#ambulanta-a {
    grid-area: a;
}
#ambulanta-b {
    grid-area: b;
}
#ambulanta-c {
    grid-area: c;
}
#ambulanta-d {
    grid-area: d;
}
#ambulanta-e {
    grid-area: e;
}
#ambulanta-f {
    grid-area: f;
}
#ambulanta-g {
    grid-area: g;
}
#ambulanta-h {
    grid-area: h;
}
.ambulanta {
    margin-top: 30px;
    display: grid;
    grid-template: "region";
    justify-content: stretch;
    align-content: stretch;
}
.ambulanta img:hover {
    scale: 1.35;
    transition: all 1s ease;
}
.ambulanta img {
    grid-area: region;
    justify-self: stretch;
    align-self: stretch;
    border: 1px solid rgb(138, 124, 47);
    border-radius: 10%;
    padding: 5px;
}
.ambulanta span {
    grid-area: region;
    justify-self: stretch;
    align-self: stretch;
}
.ambulanta .text-holder {
    grid-area: region;
    justify-self: stretch;
    align-self: center;
    display: grid;
    align-content: center;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
    color: white;
    opacity: 0.0;
    transition: 2500ms;
}
.ambulanta:hover .text-holder {
    opacity: 1.0;
}
.gallery {
    display: flex;
    align-items: center;
    column-gap: 20px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}
.gallery_item {
    scroll-snap-align: center;
    min-width: 70%;
}
.gallery_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Glavni meni */
.menu-bar {
    grid-column: 1/4;
    border-radius: 5px;
    margin: 15px;
    padding: 5px;
    background-color: rgba(32, 7, 7, 0.26);
    backdrop-filter: blue(30px);
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.675);
    text-align: center;
}
.menu-bar ul {
    display: inline-flex;
    list-style: none;
    color: rgb(173, 169, 169);
}
li a:hover, li a.active {
    border-bottom: 3px solid white;
    padding: 1px 0;
    color: #000000;
    opacity: 0.6
}
.menu-bar ul li {
    font-size: 14px;
    margin: 10px;
    padding: 8px;
}
.menu-bar ul li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}
.active .menu-bar ul li:hover {
    border-radius: 3px;
}
.menu-bar ul li:hover {
    border-radius: 3px;
    color: greenyellow;
}
.menu-bar .fa {
    margin-right: 5px;
}
.sub-menu-1 {
    display: none;
}
.menu-bar ul li:hover .sub-menu-1 {
    display: block;
    position: absolute;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.00)0%, rgba(0,0,0,0.60)0%);
    border-radius: 5px 5px;
    margin-top: 7px;
}
.menu-bar ul li:hover .sub-menu-1 ul {
    display: block;
    margin: 10px;
}
.menu-bar ul li:hover .sub-menu-1 ul li {
    width: 150px;
    padding: 7px;
    border-bottom: 1px solid gray;
    background: transparent;
    border-radius: 3px;
    text-align: left;
}
.menu-bar ul li:hover .sub-menu-1 ul li:last-child {
    border-bottom: none;
}
.menu-bar ul li:hover .sub-menu-1 ul li a{
    color: white;
}
.fa fa-play {
    float: right;
    color: white;
}
.sub-menu-2 {
    display: none;
}
.hover-me:hover .sub-menu-2 {
    position: absolute;
    display: block;
    margin-top: -40px;
    margin-left: 140px;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.00)0%, rgba(0,0,0,0.60)0%);
    border-radius: 5px 5px;
}
.sub-menu-3 {
    display: none;
}
.hover-me:hover .sub-menu-3 {
    position: absolute;
    display: block;
    margin-left: 20px;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.00)0%, rgba(0,0,0,0.60)0%);
}
/* Kraj Glavni meni */


/* Mobilni stilovi */
@media only screen and (max-width: 875px) {
    body {

    }
    .page {
        font-size: 20px;
        margin-left: 0;
    }
    .fixed-menu {
        display: contents;
        text-align: right;
    }
    .logo {
        margin-right: 10px;
        padding: 5px 5px;
        margin-left: 5px;
        background-image: url("img/fixed-menu1.png");
        background-size: cover;
        padding: 10px;
    }
    form {
        text-align: right;
    }
    input {
        width: 120px;
    }
    .rows {
     }
    .rows li {
        text-align: center;
        width: 120px;
        height: 25px;
        margin-right: 5px;
    }
    #aktuelno {
        display: grid;
    }
    .header {
    }
    .hamburger-menu i {
        display: block;
		color: white;
    }
    .right {
        
    }
     .footer {
        margin-left: 0%;
     }
    .footer-levo {
      
    }
    .naslov p {
        font-size: 30px;
    }
    .novo {
        display: inline;
    }
    .krugovi {
        display: inline;
    }
    .strukture {
        display: inline;
    }
    .struktura img {
        margin: 2px 0;
    }
    .objekti {
        display: inline;
    }
    .menu-bar {
        text-align: center;
        background-image: linear-gradient(0deg, rgba(0,0,0,0.00)0%, rgba(0,0,0,0.50)0%);
        grid-column: 1/4;
        border-radius: 5px;
        margin-left: 8px;
        margin-top: 38px;
        margin-right: 8px;
        position: fixed;
      /*display: none;*/
    }
    .menu-bar ul {
        display: contents;
        list-style: none;
        color: rgb(197, 193, 193);
    }
    .menu-bar ul li {
        font-size: 16px;
        margin: 2px;
        padding: 2px;
        text-align: left;
    }
    .menu-bar ul li a {
        text-decoration: none;
        color: aliceblue;
    }
    .active .menu-bar ul li:hover {
        border-radius: 3px;
    }
    .menu-bar ul li:hover {
        border-radius: 3px;
        color: turquoise;
    }
    .menu-bar .fa {
        margin-right: 5px;
    }
    .sub-menu-1 {
        display: none;
    }
    .menu-bar ul li:hover .sub-menu-1 {
        display: block;
        position: absolute;
        background-image: linear-gradient(0deg, rgba(0,0,0,0.00)0%, rgba(0,0,0,0.70)0%);
        margin-top: 5px;
        margin-left: -5px;
    }
    .menu-bar ul li:hover .sub-menu-1 ul {
        display: block;
        margin: 5px;
    }
    .menu-bar ul li:hover .sub-menu-1 ul li {
        width: 150px;
        padding: 10px;
        border-bottom: 1px dotted #fff;
        background: transparent;
        border-radius: 3px;
        text-align: left;
    }
    .menu-bar ul li:hover .sub-menu-1 ul li:last-child {
        border-bottom: none;
    }
    .menu-bar ul li:hover .sub-menu-1 ul li a{
        color: white;
    }
    .fa fa-play {
        float: right;
        color: white;
    }
    .sub-menu-2 {
        display: none;
    }
    .hover-me:hover .sub-menu-2 {
        position: absolute;
        display: block;
        margin-top: 5px;
        margin-left: 25px;
        background-image: linear-gradient(0deg, rgba(0,0,0,0.00)0%, rgba(0,0,0,0.70)00%);
    }
    .container {
        height: 100%;
    }
}
/* Kraj Mobilni stilovi */

/* Glavni odeljak */


/* Navigacija za mobilne telefone */
.mobi-bar {
    display: none;
    position: fixed;
    background-color: #982b2b;
    width: 200px;
    height: 100%;
    right: 0;
    top: 0;
}
.mobi-bar ul {
    margin: 0;
    padding: 25px;
}
.mobi-bar ul li {
    list-style-type: none;
    margin-bottom: 10px;
}
.mobi-bar ul li a {
    color: white;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 20px;
    letter-spacing: 4px;
}
main {
    position: relative;
    background-color: rgb(100, 100, 100);
    left: 0px;
    transition: all 0,2s ease-in-out;
}
main .active {
    left: -200px;
}
    /* Kraj Navigacija za mobilne telefone */

.O-nama {
    background-image: url(img/istorija.jpg);
    background-size: cover;
    text-align:center;
    color: white;
    margin-top: 10px;
    margin-bottom: 50px;
    overflow: auto;
    height: 99%;
    width: 99%;
}
.O-nama p {
    color: rgb(220, 217, 217);
	text-align: left;
	padding: 2px 20px;
    font-size: 18px;
}
.O-nama img {
    margin-bottom: 30px;
    padding: 15px;
}
.direktor p {
    text-align: center;
    padding-top: 5px;
}
.contact {
    background-image: url(img/bacgroundt.jpg);
    background-size: cover;
    text-align: center;
}
button {
    width: 100px;
    height: 50px;
    margin: 10px;
}
.adresa {
    text-align: center;
    margin: 20px 30px;
    padding: 20px;
}
.adresa {
    background-image: url("img/ZSKovačica_bledo.jpg");
    background-size: cover;
}
.adresa img {
    padding: center;
    display: flex;
}
tr:nth-child(even) {
        background-color: #dddddd;
    }
.adresa thead th, td {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.00)0%, rgba(159, 138, 45, 0.5)0%);
    color: #fff;
    padding: 5px 40px;
}
.adresa table, th, td, a {
    text-decoration: none;
    color: #413e3e;
    }
.adresa table, th, td, a:hover {
    font-weight: bold;
    color: blue;
}
.adresa th, td {
    color: rgb(6, 6, 6);
    text-align: center;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.00)0%, rgba(152, 159, 45, 0.5)0%);
    padding: 3px;
}
.karta {
    text-align: center;
    background-color:orange;
    padding-top: 10px;
}