.imaPersonalnuStr{
    box-shadow: inset 0px 0px 4px rgb(229, 222, 69),
                 0px 0px 3px rgb(0, 255, 118);
    border: 1px solid rgb(8, 77, 40)!important;
    color: rgb(8, 77, 40)!important;
}
.nemaPersonalnuStr{
    box-shadow: inset 0px 0px 4px 3px silver,
                0px 0px 2px 2px whitesmoke;
}
.kontakt-opcije .strana {
    background-color: #ff7b00;
}
.kontakt-opcije .mapa {
    background-color: orangered;
}
.kontakt-opcije .telefon {
    background-color: green;
}
.kontakt-opcije .webstr {
    background-color: lightskyblue;
}
.kontakt-opcije .email {
    background-color: darkred;
}
.kontakt-opcije .fejsbuk {
    background-color: darkblue;
}
.kontakt-opcije .instagram {
    background-color: purple;
}
.popupBaner{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    min-height: 300px;
    /* background-color: #ff7b00; */
    z-index: 150;
}
#divPBIzlaz{
    /* background-color: black; */
    color: white;
    /* width: 2em; */
    /* height: 2em; */
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5),
                -1px -1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.5),
                inset 0px 0px 3px rgba(0, 0, 0, 0.5);
    display: block;
    padding: 1px 7px;
    border: 3px solid snow;
    border-radius: 50%;
    font-size: 1.4em;
    font-weight: 900;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
}
#divPBSadrzaj{
    width: 100%;
    height: 90%;
    display: block;
    margin-top: 40px;
    background-color: rgb(240, 240, 240 , 0.95);
    background-image: linear-gradient(90deg, #f8ff0022 0%, #3ad59f33 100%);
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.5),
                inset 0px 0px 6px 2px rgba(0, 0, 0, 0.5);
    border-top: 20px solid #10ce66;
    border-left: 20px solid #10ce66;
    border-bottom: 20px solid #e5e045;
    border-right: 20px solid #e5e045;
    padding: 15px;
    padding-top: 50px;
    border-radius: 2px;
    text-align: center;
}
#divPBSadrzaj span{
    font-size: 1.2em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#divPBSadrzaj a{
    font-weight: 900;
    color: black;
    text-decoration: none;
}
@media screen and (max-width:480px) {
    .popupBaner{
        width: 80%;
        /* height: 350px; */
    }
    #divPBSadrzaj{
        padding: 6px;
    }
    .polje-firme {
        --sirina: calc(calc(100vw / 2) - 2.5px);
		grid-area: main;
		display: grid;
		justify-items: center; 
		align-items: center;
        width: calc(100% - 1px);
        grid-template-columns: var(--sirina) var(--sirina);
        grid-auto-rows: var(--sirina);
		gap: 5px;
        grid-auto-flow: dense;
        margin-bottom: 5px;
	}
	
	.firma {
		display: block;
		width: 100%;
        height: 100%;
		inset-inline: 0px;
		margin: 0px;
		padding: 0px;
		position: relative;
		align-items: center;
		border-radius: 1px;
		outline-offset: 0px;
        aspect-ratio: 1/1;
	}

    .vel2 {
        grid-column-end: span 2;
        height: 100%;
    }

    .vel3 {
        grid-row-end: span 2;
        width: 100%;
    }

    .vel4 {
        grid-row-end: span 2;
        height: 100%;
        grid-column-end: span 2;
        width: 100%;
        --aspect-ratio: 2/2;
    }

    .promo-raspored:nth-child(1){
        grid-row-start: 1;
        grid-column-start: 1;
        --aspect-ratio: 1/1;
    }

    .promo-raspored:nth-child(2){
        grid-row-start: 2;
        grid-column-start: 2;
        grid-row-end: span 2;
        height: 100%;
        --aspect-ratio: 1/1;
    }

    .promo-raspored:nth-child(3){
        grid-row-start: 2;
        grid-column-start: 1; 
    }

    .promo-raspored:nth-child(4){
        grid-row-start: 3;
        grid-column-start: 1;
    }
    
    .promo-raspored:nth-child(5){
        grid-row-start: 4;
        grid-column-start: 1;
    }

    .promo-raspored:nth-child(6){
        grid-row-start: 1;
        grid-column-start: 2;

    }

    .promo-raspored:nth-child(7){
        grid-row-start: 4;
        grid-column-start: 2;
    }

    .promo-raspored:nth-child(8){
        grid-row-start: 5;
        grid-column-start: 1;
    }

    .promo-raspored:nth-child(9){
        grid-row-start: 5;
        grid-column-start: 2;
    }

    .promo-raspored:nth-child(10){
        grid-row-start: 8;
        grid-column-start: 1;
    }

    .promo-raspored:nth-child(11){
        grid-row-start: 8;
        grid-column-start: 2;
    }

    .promo-raspored:nth-child(12){
        grid-row-start: 6;
        grid-row-end: span 2;
        grid-column-start: 1;
        grid-column-end: span 2;
        height: 100%;
    }

    .promo-raspored:nth-child(13){
        grid-row-start: 10;
        grid-column-start: 1;
    }

    .promo-raspored:nth-child(14){
        grid-row-start: 10;
        grid-column-start: 2;
    }

    .promo-raspored:nth-child(15){
        grid-row-start: 11;
        grid-column-start: 1;
    }

    .promo-raspored:nth-child(16){
        grid-row-start: 11;
        grid-column-start: 2;
    }

    .promo-raspored:nth-child(17){
        grid-row-start: 9;
        grid-column-start: 1;
        grid-column-end: span 2;
        aspect-ratio: 2.03/1;
    }

    .promo-raspored:nth-child(18){
        grid-row-start: 12;
        grid-column-start: 1;
    }

    .promo-raspored:nth-child(19){
        grid-row-start: 12;
        grid-column-start: 2;
    }

    .promo-raspored:nth-child(20){
        grid-row-start: 13;
        grid-column-start: 1;
    }

    .promo-raspored:nth-child(21){
        grid-row-start: 13;
        grid-column-start: 2;
    }

    .promo-raspored:nth-child(22){
        grid-row-start: 14;
        grid-column-start: 1;
    }

    .promo-raspored:nth-child(23){
        grid-row-start: 14;
        grid-column-start: 2;
    }
	
	.firma:hover {
		background-color: white;
		transition: outline 0.3s ease;
		z-index: 5;
		outline: 3px solid white;
		outline-offset: 0px;
        box-shadow: -5px -2px 8px 0px rgba(0, 0, 0, 0.5),
                    0px -7px 8px 0px rgba(0, 0, 0, 0.5),
                    5px -2px 8px 0px rgba(0, 0, 0, 0.5);
	}
	.firma img {
		width: 100%;
		height: 100%;
	}
	.info-box-dugme {
		position: absolute;
		display: block;
		width: 48px;
		height: 48px;
		bottom: 0px;
		text-align: right;
		right: 0px;
        line-height: 48px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 5px;
        padding-left: 5px;
        margin-left: 5px;
        margin-top:5px;
	}
    .info-box-dugme span {
        font-family: 'Times New Roman', Times, serif;
        font-style: italic;
        font-size: small;
        font-weight: 900;
        border: 0.5px solid silver;
        padding: 0px 5px;
		border-radius: 20px;
		background-color: rgb(240, 240, 240);
		color: rgb(90, 90, 90);
		cursor: pointer;
    } 
	
	.info-box {
		visibility: hidden;
		position: absolute;
		display: block;
		margin:0px;
		width: calc(100% + 5px);
		height: 0px;
		transition-property: height;
		transition-duration: 0.7s;
		background-color: white;
		padding-left: 5px;
		padding-right: 5px;
		box-shadow: -5px 2px 8px 0px rgba(0, 0, 0, 0.5),
                    0px 7px 8px 0px rgba(0, 0, 0, 0.5),
                    5px 2px 8px 0px rgba(0, 0, 0, 0.5);
		top: calc(100% + 2px);
		left: -2.5px;
		z-index: 4;
		border-radius: 0px 0px 3px 3px;
		overflow: hidden;
	}
	
	.prikazi-info-box {
		visibility: visible;
		height: 160px;
	}
    .firma:hover:before {
        position: absolute;
        z-index: 10;
        content: "";
        background-color: white;
        width: calc(100% + 4px);
        height: 3px;
        bottom: -3px;
        left: -2px;
    }
	
	.naziv-firme {
		font-weight: bold;
		font-size: 14px;
        margin-bottom: 10px;
	}
	
	.adresa {
		font-weight: normal;
		font-size: 12px;
	}

    .telefon_k {
		font-weight: bold;
		font-size: 14px;
        margin-top: 10px;
	}
	
	.kontakt-opcije {
		/* display: inline-block; */
		list-style: none;
		position: absolute;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr 1fr;
        padding: 0;
		bottom: 1px;
		right: 1px;
		margin: 0px;
		padding: 0px;
		cursor: pointer;
		width: 100%;
	}
	.kontakt-opcije a {
		color: inherit;
        
	}
    /* .k-o-maska{
        position: absolute;
        bottom: 0px;
        right: 0px;
        display: block;
        width: 80px;
        height: 32px;
        background-image: linear-gradient(to right, #ff7b00,orangered,green,lightskyblue,darkblue,darkred, purple);
        text-align: center;
        color: black;
        font-size: 26px;
        border-radius: 5px;
        border: 2px solid black;
    } */
    /* .kontakt-opcije:hover .k-o-maska {
        width: 0px;
        display: none;
    } */
	.kontakt-opcije li {
		display: block;
		color: white;
		padding: 0px;
		margin: 0px;
		/* float: right; */
		/* width: 0px; */
		/* height: 28px; */
		padding: 5px;
		text-align: center;
		/* background-color: #cacaca; */
		/* transition-property: width; */
		/* transition-duration: .8s; */
        /* pointer-events: none; */
	}
	/* .kontakt-opcije:hover li {
		font-size: 20px;
		width: 33%;
		color: white;
        pointer-events:all;
	} */
}

