:root {
    --bojaSrca1: #f9e0b1;
    --bojaSrca2: #c3cc9b;
    --bojaSrca3: #b3d7eb;
    --bordo: #8f061e;
    --siva: #cccccc;
    --svetloPlava: #f0faff;
    --bledoZuta: #ffffeb;
    --svetloZelena: #e3e8cc;
    --zlatna: #cc9933;
    --ljubicasta: #a8518a;
    --swiper-theme-color: #8f061e !important;
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a.KomandnoDugme {
    color: black;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", "Montserrat", sans-serif;
    font-size: 16px;
    color: black;
    scroll-behavior: smooth;
}

h2 {
    font-size: 40px;
    font-weight: normal;
    margin: 0;
    margin-top: 30px;
}

address {
    font-style: normal;
}

.Divider {
    width: 100%;
    background-repeat: repeat-x;
    background-position: center;
}

.Sara1 {
    background-image: url("../images/motivi/motiv1.svg");
    background-size: 48px 50px;
    height: 50px;
}

.Sara2 {
    background-image: url("../images/motivi/motiv2.svg");
    background-size: 32px 34px;
    height: 34px;
}

.Sara3 {
    background-image: url("../images/motivi/motiv3.svg");
    background-size: 25px 34px;
    height: 34px;
}

.Sara4 {
    background-image: url("../images/motivi/motiv4.svg");
    background-size: 37px 24px;
    height: 24px;
}

.KomandnoDugme {
    width: 170px;
    height: 36px;
    display: flex;
    flex-direction: row !important;
    align-items: center;
    margin-top: 30px;
    cursor: pointer;
}

.KomandnoDugme span {
    width: 170px;
    text-align: center;
    letter-spacing: 1px;
}

.KomandnoDugme:after {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin-left: -100%;
    opacity: 0.5;

    z-index: -1;
    transition: all 0.2s;
}

.KomandnoDugme.Belo:after {
    background-image: url("../images/komandno-dugme-belo.png");
}

.KomandnoDugme.Oker:after {
    background-image: url("../images/komandno-dugme-oker.png");
}

.KomandnoDugme.Plavo:after {
    background-image: url("../images/komandno-dugme-plavo.png");
}

.KomandnoDugme.Zeleno:after {
    background-image: url("../images/komandno-dugme-zeleno.png");
}

.KomandnoDugme:hover:after {
    opacity: 1;
}

.KomandnoDugme.Belo:hover:after {
    opacity: 0.7;
}

#NaVrhStranice {
    position: fixed;
    width: 35px;
    height: 35px;
    background-color: var(--ljubicasta);
    background-image: url("../images/vrh-stranice.svg");
    background-size: cover;
    cursor: pointer;
    transition: 0.3s;
    bottom: -50px;
    right: 20px;
    z-index: 300;
    padding: 3px;
}

#NaVrhStranice.PrikaziNaVrh {
    bottom: 50px !important;
}

#ZaglavljeNaslovStranice {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 55px 0;
    align-items: center;
}

/* NASLOV I SAZETAK STRANICE */

.Sazetak {
    padding: 40px 100px;
    line-height: 180%;
    text-align: center;
}

.PovecaniLogo {
    transform: scale(1.35, 1.35);
}

.CirLogo {
    height: 40px !important;
    width: auto !important;
}


#GDPR {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    align-items: center;
    background-color: var(--bojaSrca2);
    padding: 10px;
    font-size: 12px;
    width: 100%;
    box-shadow: -1px -5px 5px 0px rgba(90, 90, 90, 1);
    transition: all .3s;
    transform: translateY(250px);
    z-index: 299;
}


.GDPRVidljiv {
    transform: translateY(0px) !important;
}

#GDPR p {
    margin: 0 10px 0 0;
    text-align: center;
    line-height: 170%;
}

#GDPR img {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
}

#GDPR p span {
    font-size: 14px;
}

#GDPROK {
    background-color: #324628;
    color: white;
    padding: 8px 16px;
    width: 80px;
    text-align: center;
    margin-top: 10px;
    width: 150px;
}

@media screen and (max-width: 1023px) {
    body {
        font-size: 14px;
    }

    .Sara1 {
        background-size: 32px 36px;
        height: 36px;
    }

    .Sara2 {
        background-size: 23px 24px;
        height: 24px;
    }

    .Sara3 {
        background-size: 18px 24px;
        height: 24px;
    }

    .Sara4 {
        background-size: 26px 16px;
        height: 16px;
    }

    #ZaglavljeNaslovStranice {
        padding: 30px 0 40px 0;
    }

    /* NASLOV I SAZETAK STRANICE */

    .Sazetak {
        padding: 15px;
        padding-bottom: 0;
    }
}