/* ==========================================
   HUB LAYOUT
========================================== */

.rek-page{

    display:flex;

    gap:24px;

    align-items:flex-start;

    margin:30px 0;

}


/* ==========================================
   LEVI PANEL
========================================== */

.rek-side{

    width:240px;

    min-width:240px;

    background:#111;

    border:1px solid #333;

    border-radius:12px;

    overflow:hidden;

    box-sizing:border-box;

}


/* ==========================================
   NASLOV
========================================== */

.rek-side-title{

    padding:18px 20px;

    font-size:24px;

    font-weight:700;

    color:#fff;

    text-transform:uppercase;

    border-bottom:1px solid #333;

}


/* ==========================================
   NAVIGACIJA
========================================== */

.rek-side-nav{

    padding:12px;

}


/* ==========================================
   SKUPINE
========================================== */

.rek-side-nav details{

    margin-bottom:10px;

}


.rek-side-nav summary{

    cursor:pointer;

    list-style:none;

    padding:8px 10px;

    border-radius:8px;

    color:#fff;

    font-size:18px;

    font-weight:600;

    transition:.2s;

}


.rek-side-nav summary:hover{

    background:#1c1c1c;

}


/* skrije privzeto puščico */

.rek-side-nav summary::-webkit-details-marker{

    display:none;

}


/* ==========================================
   PODMENU
========================================== */

.rek-side-nav a{

    display:block;

    margin-left:18px;

    padding:7px 10px;

    color:#cfcfcf;

    text-decoration:none;

    border-radius:6px;

    font-size:16px;

    transition:.2s;

}


.rek-side-nav a:hover{

    color:#fff;

    background:#202020;

}


/* ==========================================
   DESNA VSEBINA
========================================== */

.rek-main{

    flex:1;

    min-height:600px;

    background:#111;

    border:1px solid #333;

    border-radius:12px;

    padding:30px;

    box-sizing:border-box;

}


/* ==========================================
   HERO
========================================== */

.hub-hero{

    position:relative;

    width:100%;

    height:240px;

    overflow:hidden;

    border-radius:16px;

    background:#111;

    margin-bottom:30px;

}


/* ==========================================
   TEMEN PRELIV
========================================== */

.hub-hero::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        90deg,
        rgba(10,10,10,.92) 0%,
        rgba(40,0,0,.70) 35%,
        rgba(0,0,0,0) 70%
    );

    z-index:1;

}


/* ==========================================
   HEADER SLIKA
========================================== */

.hub-header-image{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

/* ==========================================
   HERO BESEDILO
========================================== */

.hub-hero-overlay{

    position:absolute;

    left:40px;

    top:50%;

    transform:translateY(-50%);

    z-index:2;

    max-width:40%;

}

.hub-title{

    display:flex;

    align-items:flex-start;

    gap:18px;

    font-size:0;

}

.hub-title-main{

    color:#fff;

    font-size:58px;

    font-weight:800;

    line-height:.95;

    text-transform:uppercase;

}

.hub-subtitle{

    margin-top:24px;

    color:#fff;

    font-size:22px;

}

/* ==========================================
   HUB CONTENT
========================================== */

.hub-content{

    margin-top:30px;

    padding:30px;

    background:#232a35;

    border:1px solid #353d49;

    border-radius:18px;

}

/* ==========================================
   RAZPIS
========================================== */
.razpis{

    width:100%;

    background:#ffffff;

    border-radius:18px;

    overflow:hidden;

    color:#222;

    box-sizing:border-box;

}

/* ==========================================
   RAZPIS HEADER
========================================== */

.razpis-header{

    padding:34px 42px 28px;

    text-align:center;

}


/* ==========================================
   LOGOTIPI
========================================== */

.razpis-logos{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:42px;

    flex-wrap:wrap;

    margin-bottom:34px;

}

.razpis-logos img{

    display:block;

    max-height:95px;

    width:auto;

    object-fit:contain;

}


/* ==========================================
   NASLOV
========================================== */

.razpis-title{

    margin:0;

    color:#d31313;

    font-size:38px;

    font-weight:900;

    line-height:1.15;

    text-transform:uppercase;

    letter-spacing:0;

}

.razpis-subtitle{

    margin:14px 0 0;

    color:#d31313;

    font-size:32px;

    font-weight:900;

    line-height:1.15;

    text-transform:uppercase;

    letter-spacing:0;

}

/* ==========================================
   INFO BAR
========================================== */

.razpis-info-bar{

    margin:0 42px 40px;

    padding:20px 30px;

    text-align:center;

    background:linear-gradient(
        180deg,
        #ffffff 0%,
        #f7fff7 100%
    );

    border:2px solid #2f9b3b;

    border-radius:18px;

    color:#18792b;

    font-size:22px;

    font-weight:600;

    line-height:1.6;

    box-sizing:border-box;

    box-shadow:0 3px 10px rgba(0,0,0,.05);

}

.razpis-info-bar strong{

    font-weight:800;

    color:#146d26;

}

/* ==========================================
   UVOD
========================================== */

.razpis-uvod{

    margin:32px 24px;

}

.razpis-uvod h2{

    margin:0 0 20px;

    color:#07224a;

    font-size:32px;

    font-weight:800;

}

.razpis-uvod .razpis-lead{

    margin-bottom:24px;

    font-size:22px;

    font-weight:700;

    color:#222;

}

.razpis-uvod p{

    margin:0 0 18px;

    line-height:1.8;

    font-size:18px;

    color:#333;

}

/* ==========================================
   TOP
========================================== */

.razpis-top{

    display:flex;

    gap:40px;

    align-items:flex-start;

    margin:0 42px 45px;

}


/* ==========================================
   LEVI STOLPEC
========================================== */

.razpis-left-column{

    flex:1.25;

}


/* ==========================================
   DESNI STOLPEC
========================================== */

.razpis-right-column{

    flex:0.95;

    display:flex;

    flex-direction:column;

    gap:24px;

}

/* ==========================================
   LEVI BLOKI
========================================== */

.razpis-line{

    display:flex;

    align-items:flex-start;

    gap:24px;

    padding:20px 0;

    border-bottom:1px solid #d9d9d9;

}

.razpis-line:last-child{

    border-bottom:none;

}

.razpis-icon{

    flex:0 0 64px;

    display:flex;

    justify-content:center;

    align-items:flex-start;

}

.razpis-icon img{

    display:block;

    height:64px;

    width:auto;

}

.razpis-body{

    flex:1;

}

.razpis-body h3{

    margin:0 0 12px;

    font-size:20px;

    font-weight:800;

    color:#1f1f1f;

}

.razpis-body p{

    margin:0 0 8px;

    font-size:18px;

    line-height:1.6;

    color:#2a2a2a;

}

.razpis-body p:last-child{

    margin-bottom:0;

}

/* ==========================================
   DESNI BLOKI
========================================== */

.razpis-card{

    display:flex;

    align-items:flex-start;

    gap:22px;

    padding:24px;

    background:#fff;

    border:2px solid;

    border-radius:18px;

    box-sizing:border-box;

}

.razpis-card .razpis-icon{

    flex:0 0 64px;

}

.razpis-card .razpis-icon img{

    display:block;

    height:64px;

    width:auto;

}

.razpis-card .razpis-body{

    flex:1;

}

.razpis-card h3{

    margin:0 0 14px;

    font-size:20px;

    font-weight:800;

}

.razpis-card p{

    margin:0;

    font-size:18px;

    line-height:1.6;

}

.razpis-card ul{

    margin:0;

    padding-left:24px;

}

.razpis-card li{

    margin:8px 0;

    font-size:18px;

    line-height:1.5;

}

/* ==========================================
   RAZPIS INFO
========================================== */

.razpis-info{

    display:flex;

    gap:30px;

    margin:40px 42px;

}

.razpis-info .razpis-card{

    flex:1;

}

/* ==========================================
   PRIJAVE
========================================== */

.razpis-prijave{

    display:flex;

    align-items:flex-start;

    gap:24px;

    margin:0 42px 40px;

    padding:24px 28px;

    border:2px solid #7b52c5;

    border-radius:18px;

    background:#fff;

    box-sizing:border-box;

}

.razpis-prijave .razpis-icon{

    flex:0 0 64px;

}

.razpis-prijave .razpis-icon img{

    display:block;

    height:64px;

    width:auto;

}

.razpis-prijave .razpis-body{

    flex:1;

}

.razpis-prijave h3{

    margin:0 0 12px;

    font-size:20px;

    font-weight:800;

    color:#6b3db5;

}

.razpis-prijave p{

    margin:8px 0;

    font-size:18px;

    line-height:1.6;

}

/* ==========================================
   OPOZORILO
========================================== */

.razpis-warning{

    margin:0 42px 40px;

    padding:22px 30px;

    background:#f5fff5;

    border:2px solid #4caf50;

    border-radius:18px;

    color:#19762b;

    font-size:22px;

    font-weight:700;

    text-align:center;

    box-sizing:border-box;

}

/* ==========================================
   FOOTER
========================================== */

.razpis-footer{

    margin:0 42px;

    padding:0 0 42px;

}
/* ==========================================
   PODPIS
========================================== */

.razpis-sign{

    margin-bottom:26px;

    text-align:right;

}

.razpis-sign-title{

    font-size:18px;

    color:#666;

    font-style:italic;

}

.razpis-sign-name{

    margin-top:6px;

    font-size:28px;

    font-weight:800;

    color:#173b73;

    text-transform:uppercase;

}

/* ==========================================
   GUMB
========================================== */

.razpis-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    padding:16px 34px;

    border:none;

    border-radius:999px;

    background:#d51b1b;

    color:#fff;

    font-size:18px;

    font-weight:700;

    cursor:pointer;

    transition:.25s;

}

.razpis-btn:hover{

    background:#b31212;

}


/* ==========================================
   MOBILNO
========================================== */

@media (max-width:900px){

    .rek-page{

        flex-direction:column;

    }

    .rek-side{

        width:100%;

        min-width:0;

    }

    .rek-main{

        width:100%;

    }

}

@media (max-width:900px){

    .razpis-header{

        padding:24px;

    }

    .razpis-top{

        flex-direction:column;

        margin:0 24px 35px;

    }

    .razpis-info{

        flex-direction:column;

        margin:35px 24px;

    }

    .razpis-prijave{

        margin:0 24px 35px;

    }

    .razpis-warning{

        margin:0 24px 35px;

    }

    .razpis-footer{

        margin:0 24px;

    }

}



