/*
==========================================================
ACROM — privremena dorada stranice Standardi
Primjenjuje se samo na o-nama/standardi.html
==========================================================
*/

/*
----------------------------------------------------------
Uvod
----------------------------------------------------------
*/

.standardi-page .standardi-uvod {
    margin-bottom: 24px;
}

.standardi-page .standardi-uvod h3 {
    margin-top: 0;
}

.standardi-page .standardi-uvod p {
    margin-bottom: 12px;
}

.standardi-page .standardi-napomena {
    margin-top: 16px;
    padding: 10px 12px;
    border-left: 3px solid #456f93;
    background-color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    line-height: 1.55em;
}


/*
----------------------------------------------------------
Dvije kartice certifikata
----------------------------------------------------------
*/

.standardi-page .standardi-red {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.standardi-page .standardi-red > div {
    display: flex;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.standardi-page .standard-kartica {
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #b6c9da;
    border-top: 3px solid #456f93;
    background-color: rgba(255, 255, 255, 0.78);
}

.standardi-page .standard-oznaka {
    display: flex;
    min-height: 190px;
    align-items: center;
    justify-content: center;
    padding: 18px 20px;
    border-bottom: 1px solid #cddbe7;
    background-color: #ffffff;
}

.standardi-page .standard-oznaka img {
    display: block;
    width: auto;
    max-width: 210px;
    height: auto;
    max-height: 155px;
    margin: auto;
    object-fit: contain;
}

.standardi-page .standard-sadrzaj {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.standardi-page .standard-vrsta {
    margin: 0 0 4px;
    color: #456f93;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
}

.standardi-page .standard-sadrzaj h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.35em;
}

.standardi-page .standard-sadrzaj p {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.55em;
}

.standardi-page .standard-sadrzaj .standard-puni-naziv {
    color: #1d3448;
    font-weight: 600;
}

.standardi-page .standard-podaci {
    margin: 4px 0 18px;
    padding: 12px 0 0;
    border-top: 1px solid #cddbe7;
}

.standardi-page .standard-podaci li {
    margin-bottom: 5px;
    color: #333333;
    font-size: 13px;
    line-height: 1.45em;
    overflow-wrap: anywhere;
}

.standardi-page .standard-podaci li:last-child {
    margin-bottom: 0;
}


/*
----------------------------------------------------------
Gumbi certifikata
----------------------------------------------------------
*/

.standardi-page a.btn.btn-primary.tuev,
.standardi-page a.btn.btn-primary.tuev:visited {
    display: inline-block;
    width: auto;
    align-self: flex-start;
    margin: auto 0 0;
    padding: 8px 14px;
    border: 1px solid #00003c;
    border-radius: 3px;
    background-color: #00003c;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.3em;
    text-align: center;
}

.standardi-page a.btn.btn-primary.tuev:hover,
.standardi-page a.btn.btn-primary.tuev:focus {
    border-color: #456f93;
    background-color: #456f93;
    color: #ffffff;
}


/*
----------------------------------------------------------
Dvije oznake u postojećem footeru
----------------------------------------------------------
*/

.footer-standardi {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
    gap: 8px;
    padding: 10px;
    border-top: 1px solid #d3d3d3;
    background-color: #ffffff;
}

.footer-standardi .footer-standard {
    display: flex;
    width: calc(50% - 4px);
    min-width: 0;
    min-height: 92px;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 1px solid #e2e2e2;
    background-color: #ffffff;
}

.footer-standardi .footer-standard:hover,
.footer-standardi .footer-standard:focus {
    border-color: #456f93;
}

.footer-standardi .footer-standard img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 80px;
    margin: auto;
    object-fit: contain;
}


/*
----------------------------------------------------------
Tablet i mobitel
----------------------------------------------------------
*/

@media screen and (max-width: 767px) {

    .standardi-page .standardi-red {
        display: block;
        margin-right: -15px;
        margin-left: -15px;
    }

    .standardi-page .standardi-red > div {
        display: block;
        margin-bottom: 20px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .standardi-page .standard-oznaka {
        min-height: 170px;
    }

    .standardi-page .standard-oznaka img {
        max-width: 190px;
        max-height: 140px;
    }

    .standardi-page .standard-sadrzaj {
        padding: 18px;
    }

    .standardi-page a.btn.btn-primary.tuev,
    .standardi-page a.btn.btn-primary.tuev:visited {
        display: block;
        width: 100%;
        padding: 10px 14px;
    }

    .eufond {
        width: 100%;
        max-width: 260px;
    }

    .footer-standardi .footer-standard {
        min-height: 110px;
    }

    .footer-standardi .footer-standard img {
        max-height: 96px;
    }

}