@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto+Slab:wght@400;700&family=Roboto:wght@400;700&display=swap');

html, body {
    font-family: 'Roboto', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab'!important;
}

#header {
    padding: 20px;
}

.header-volitve {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    padding: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;    
}

.logo-vecer {
    height: 30px;
}

@media (min-width: 991px) {
    #zemljevid {
        padding: 30px 0;
        background: #EFF4F8;
        margin-top: 90px;
    }
}

@media (max-width: 991px) {
    #zemljevid
    {
        padding: 30px 0;
        background: #EFF4F8;
    }
}


#myModal {
    background: rgba(255,255,255,0.7)
}

.modalImage {
    background: #EFF4F8;
    padding: 10px;
}

.modalImage img {
    border-radius: 8px;
}

@media (min-width: 991px) {
.modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
}

.modal-content {
    padding: 20px;
}
}

.section {
    padding: 60px 0;
}

.section h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #626262;
    border-bottom: 0.5px solid #626262;
    margin-bottom: 20px;
}

@media (max-width: 991px) {    
    
    .modal-content {
        padding: 20px 5px;
    }

    .modalImage {
        margin-bottom: 30px;
    }
}

.modalTitle h1 {
    font-size: 24px;
    line-height: 32px;
    color: #00AFCB;
    border-bottom: 1px solid #ccc;
}

.modalClose {
    display: flex;
    flex-direction: row-reverse;
}

.image-105 {
    padding-left: 0;
}

/************* NOVICE ***********************/

@media (min-width: 991px) {
    .grid-novice1, .grid-novice2 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        column-gap: 10px;
        row-gap: 20px;
    }
    
    .grid-novice1 .novica:nth-of-type(1) {
        grid-column-end: span 2;
    }
    
    }
    
    @media (max-width: 991px) {
        .grid-novice1, .grid-novice2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            column-gap: 10px;
            row-gap: 20px;
        }
        
        .grid-novice1 .novica {
            grid-column-end: span 2;
        }
        
    }
    
    .novicaImage1 {
        min-height: 320px!important;
        margin-bottom: 8px;
    }
    
    .novicaImage {
        min-height: 200px!important;
        margin-bottom: 8px;
    }
    
    .novica h6 a {
        color: #626262;
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;
        text-decoration: none;
    }
    
    .novica h6 {
        /*margin: 0!important;
        padding: 0!important;*/
    }
    
    .novica p {
        color: #626262;
        font-size: 16px;
        line-height: 19px;
    }

.vecnovicdiv {
    display: flex;
    justify-content: center;
    margin: 60px 0;
}

.veczahtevamdiv {
    display: flex;
    justify-content: center;
    margin: 60px 0 0 0;
}

.btnvecNovic {
    font-family: 'Roboto Slab', serif!important;
    padding: 10px 40px;
    font-size: 16px;
    background: #F05A25;
    border-radius: 5px;
    align-items: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    border: none;
}

/*******************VIDEOTEKA********************/

.layout-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.layout-wrapper {
    background: #fff;
}

@media (min-width: 768px) {
    .layout-wrapper {
        display: flex;
    }
}

.center-right-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 480px) {
.center-right-content-wrapper .center-container {
    padding: 20px;
}
}

/********** FOOOTER *******************/
footer {
    position: relative;
}


footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #333;
    clear: both;
}

footer .footer-wrapper {
    max-width: 1400px;
}

.footer-wrapper {
    background: #333;
}

footer .logo-footer {
    height: 30px;
}

@media (min-width: 480px) {
    footer .social-icons {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    footer .social-icons {
        margin-top: 40px;
    }
}

@media (min-width: 480px) {
    footer .mb-30 {
        margin-bottom: 30px;
    }
}

footer .social-icons .soc-ico {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    opacity: .32;
}

footer .social-icons a {
    text-decoration: none;
}

footer .footer-link {
    font-size: 11px;
    color: #e3e3e3;
    line-height: 32px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

footer .copyright {
    font-size: 12px;
    color: #a7a7a7;
    line-height: 21px;
}

@media (min-width: 992px) {
    .mestneObcine {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        row-gap: 20px;
        column-gap: 20px;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .mestneObcine {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 480px) {
    .mestneObcine {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 20px;
        column-gap: 20px;
    }
}

.mestneObcine a {
    color: #4a4a4a;
    text-decoration: none;
}

.mestnaObcinaLink {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;    
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;

    font-weight: 700;
    font-size: 22px;
    line-height: 29px;

}

.mestnaObcinaLinkHover {
    background: rgba(0,0,0,0.05);
}

.mestnaObcinaLink:hover {
    background: rgba(0,0,0,0.05);
}


/*********************** OBČINA **************************/

.obcinaInfo {
    background: #F5F5F5;
    border-radius: 10px;
    margin-bottom: 20px;
}

.obcinaInfo .title {
    background: rgba(124, 139, 156, 0.76);
    border-radius: 10px 10px 0px 0px;
    color: white;
    text-transform: uppercase;

    font-family: 'Montserrat';
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    line-height: 35px;
    padding: 0 10px;
    text-align: center;
}

.obcinaInfo .info {
    padding: 10px;
    border-radius: 0 0 10px 10px;

    color: #B0B0B0;
    position: relative;
}

.obcinaInfo .infoOther {
    padding: 10px;
    border-radius: 0 0 10px 10px;
    text-align: center;

    color: #B0B0B0;
    position: relative;
}

.obcinaInfo .info p {
    padding-left: 30%;
    padding-top: 0;
    padding-bottom: 6px;
}

.obcinaInfo .gumbVec {
    padding: 0 10px 10px 0;
    display: flex;
    justify-content: center;
}

.btnObcinaKandidat {
    color: white;
    padding: 5px 10px;
    background: #99A4B1;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    display: flex;
}

.podatkiObcina {
    background: #F5F5F5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;

    padding: 20px;
}

.podatkiObcina h4 {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    text-transform: uppercase;

    color: #000000;
}

.podatkiObcina h6 {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;

    color: #000000;
}

.podatkiObcina p {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;

    color: #000000;
}


.kandidatiList a {
    text-decoration: none;
}

.kandidatiList .image:hover, .kandidatiList .title:hover {
    cursor: pointer;
}

.modal p {
    font-family: 'Roboto Slab'!important;
}

.kartica {
    margin: 30px 0 0 0;    
}

.kartica h4 {
    font-size: 18px;
    text-decoration: underline;
}

.img-rounded {
    border-radius: 50%;
}

@media (min-width: 992px) {
    .obcinaInfo .image {
        width: 115px;
        height: 115px;
        position: absolute;
        top: -20px;
        left: 4%;
        background-size: cover!important;
        border-radius: 50%;
        padding: 3px;
        background: #99A4B1;
    }

    .obcinaInfo .image img {
        max-width: 110px;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .obcinaInfo .image {
        width: 125px;
        height: 125px;
        position: absolute;
        top: -20px;
        background-size: cover!important;
        border-radius: 50%;
        padding: 3px;
        background: #99A4B1;
    }

    .obcinaInfo .image img {
        max-width: 120px;
    }
}

@media (max-width: 480px) {
    .obcinaInfo .image {
        width: 95px;
        height: 95px;
        position: absolute;
        top: 4px;
        background-size: cover!important;
        border-radius: 50%;
        padding: 3px;
        background: #99A4B1;
    }

    .obcinaInfo .image img {
        max-width: 90px;
    }
}


/******************************************************************************/

@media (min-width: 480px) {
    .zahtevam-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
        row-gap: 20px;
    }
}

@media (min-width: 991px) {
.zahtevam-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 20px;
}
}

@media (max-width: 480px) {
    .zahtevam-grid {
        display: grid;
        grid-template-columns: 1fr;        
        row-gap: 20px;
    }
}

.zupanZahtevamDiv {
    width: 100%;
    height: 220px;
    padding: 20px;
    display: flex;
    align-items: flex-end;
}

.zupanZahtevamDiv h6 {
    color: white!important;
    text-shadow: 1px 1px 10px #000;
    font-size: 1em!important;
    font-weight: 600!important;
    line-height: 1.2!important;
    text-align: left!important;
    margin-top: 0.5em!important;
    text-decoration: none!important;
}

.zahtevam-grid a {
    text-decoration: none;
}

.zupanZahtevamDiv2 {
    display: none;
}