
body {
    
    width: ;
    margin: 0px auto;
    position: relative;
    background-color: var(--background);
    background-image: var(--gradient_background);
    color: var(--text_on_background);
    font-family: var(--font_primary);
    display: flex;
    flex-direction: column;
}
@media screen and (max-width:480px){
    body{
        position: relative;
        overflow-x: hidden;
        max-width: 100vw;
        width: 100% !important;

    }
    section{
        max-width: 100vw !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden;
    }
}
@media screen and (max-width:481px) and (max-width:768px){
    body{
        position: relative;
        overflow-x: hidden;
        max-width: 100vw;
        width: 100% !important;

    }
    section{
        max-width: 100vw !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden;
    }
}
    [section-type="galerija"]{
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}
[section-type="galerija"] [content-type="div_main_img"]{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
[section-type="galerija"] [content-type="div_main_img"] [content-type="nav_button"]{
    position: absolute;
    height: 10%;
    top: 50%;
    transform: translateY(-50%);
    display:flex;
    align-items: center;
    font-size: 8em;
    color: #ffffff69;
    filter: drop-shadow(2px 3px 5px var(--senka));
    text-align: center;
    line-height: 100%;
    user-select: none;
    cursor: pointer;
}
[section-type="galerija"] [content-type="div_main_img"] [content-type="nav_button"]:hover{
    color: white;
    cursor: pointer;
}
[section-type="galerija"] [content-type="div_main_img"] [content-type="nav_button"]:nth-of-type(1){
    left: 0;
}
[section-type="galerija"] [content-type="div_main_img"] [content-type="nav_button"]:nth-of-type(2){
    right: 0px;
}
[section-type="galerija"] [content-type="div_main_img"] img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
[section-type="galerija"] .male-slike{
    display: flex;
    overflow: hidden;
    overflow-x: auto;
}
[section-type="galerija"] .male-slike .divMalaSlika{
    /*min-height: 120px;
    max-width: 160px;
    max-height: 120px;*/
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--elementi_senka);
    border-radius: var(--uglovi_radius);
    border: var(--ivice_dodatno);
}
[section-type="galerija"] .male-slike .divMalaSlika img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}
[section-type="galerija"] .male-slike::-webkit-scrollbar{
    height: 5px;
}
[section-type="galerija"] .male-slike::-webkit-scrollbar-track {
    background: var(--primary);
    border-radius: 3px;
    border: 1px solid var(--text_on_primary);
    padding: 1px;
}
[section-type="galerija"] .male-slike::-webkit-scrollbar-thumb{
    background-color: var(--accent);
    width: 2px;
    border-radius: 3px;
}
@media screen and (max-width:480px){
    [section-type="galerija"] [content-type="div_main_img"] img{
        max-height: 80vw;
    }
    [section-type="galerija"] [content-type="div_main_img"] [content-type="nav_button"]{
        font-size:4em;
    }
    [section-type="galerija"] [content-type="div_main_img"] [content-type="nav_button"]:hover{
        color: #ffffff69;
        cursor: pointer;
    }
}
@media screen and (min-width:481px) and (max-width:768px){
    [section-type="galerija"]{
        max-width: 100%;
    }
}
@media screen and (min-width:769px) and (max-width:1024px){

}

[section-type="mapa"]{
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 480px){
    [section-type="mapa"]{
        width: 100%
    }
}
@media screen and (min-width: 481px) and (max-width: 768px){
    
}
@media screen and (min-width: 769px){
    
}[section-type="hero_sekcija"]{
    margin-left: auto;
    margin-right: auto;
}
[section-type="hero_sekcija"] .divSadrzaj{
    position: relative;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
[section-type="hero_sekcija"] .divSadrzaj .divInner{
    position: absolute;
    transform: translate(-50%, -50%);
    width: max-content;
    height: max-content;
    color: var(--accent);
    text-shadow: var(--tekst_senka);
}
[section-type="hero_sekcija"] .divSadrzaj .divInner h1{
    margin: 0px;
    padding: 2px;
    font-family: var(--font_primary);
    max-width: 40em;
    text-shadow: var(--tekst_senka);
}
[section-type="hero_sekcija"] .divSadrzaj .divInner h2{
    margin: 0px;
    padding: 2px;
    font-family: var(--font_primary);
    max-width: 40em;
    text-shadow: var(--tekst_senka);
}
[section-type="hero_sekcija"] .divSadrzaj .divInner h3{
    max-width: 40em;
    margin: 0px;
    padding: 2px;
    font-family: var(--font_primary);
    text-shadow: var(--tekst_senka);
}
[section-type="hero_sekcija"] .divSadrzaj .divInner p{
    padding:2px;
    max-width: 25em;
    color: var(--text_on_primary);
    text-shadow: var(--tekst_senka);
}
[section-type="hero_sekcija"] .divSadrzaj .divInner p,
[section-type="hero_sekcija"] .divSadrzaj .divInner p>*{
    font-family: var(--font_secondary);
}
[section-type="hero_sekcija"] .divSadrzaj .divInner .divDugmad{
    display: flex;
    font-family: var(--font_primary);
}
[section-type="hero_sekcija"] .divSadrzaj .divInner .divDugmad button{
    font-family: var(--font_primary);
    box-shadow: var(--elementi_senka);
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: 200ms background-color ease-in-out, 300ms color ease-in-out;
}
@media screen and (max-width: 480px){
    [section-type="hero_sekcija"]{
        width: 100%
    }
    [section-type="hero_sekcija"] .divSadrzaj{
        max-height: 100vw;
    }
    [section-type="hero_sekcija"] .divSadrzaj .divInner{
        left:50%!important;
        top:50%!important;
        max-width: 100%;
    }
    [section-type="hero_sekcija"] .divSadrzaj .divInner h1{
        font-size: clamp(2.5rem, 5vw, 4.5rem)!important;
    }
    [section-type="hero_sekcija"] .divSadrzaj .divInner h2{
        font-size: clamp(1.5rem, 3vw, 2.5rem)!important;
    }
    [section-type="hero_sekcija"] .divSadrzaj .divInner h3{
        font-size: clamp(1rem, 2vw, 1.5rem)!important;
    }
    [section-type="hero_sekcija"] .divSadrzaj .divInner p{
        font-size: clamp(.8rem, 1.7vw, 1.2rem)!important;
        max-width: 100%;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px){
    
}
@media screen and (min-width: 769px){
    [section-type="hero_sekcija"] .divSadrzaj .divInner h1{
        border-top-left-radius: var(--uglovi_radius);
        border-top-right-radius: var(--uglovi_radius);
    }
    [section-type="hero_sekcija"] .divSadrzaj .divInner h2{
        border-bottom-left-radius: var(--uglovi_radius);
        border-bottom-right-radius: var(--uglovi_radius);
    }
    [section-type="hero_sekcija"] .divSadrzaj .divInner h3{
        border-bottom-left-radius: var(--uglovi_radius);
        border-bottom-right-radius: var(--uglovi_radius);
    }
}
[section-type="contact_form"]{
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
}
[section-type="contact_form"] div{
    margin: 0px auto;
    display: flex;
    gap: .3em;
    flex-direction: column;
    max-width: 480px;
    width: auto;
    padding: 1em;
}
[section-type="contact_form"] div input,
[section-type="contact_form"] div textarea{
    background-color: var(--input_bg);
    color: var(--text_on_input);
    border: var(--ivice_osnovne);
    resize: none;
    box-shadow: var(--elementi_senka);
    border-radius: var(--uglovi_radius);
    font-size: 1.1em;
}
[section-type="contact_form"] div input:focus,
[section-type="contact_form"] div textarea:focus{
    outline: 1px solid var(--accent);
}
[section-type="contact_form"] div button {
    min-height: 3em;
    letter-spacing: 2px;
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
    transition: 200ms background-color ease-in-out, 300ms color ease-in-out;
}
@media screen and (max-width: 480px){
    [section-type="contact_form"]{
        width: 100%
    }
}
@media screen and (min-width: 481px) and (max-width: 768px){
    
}
@media screen and (min-width: 769px){
    
}[section-type="heading_1"]{
    margin-left: auto;
    margin-right: auto;
}
[section-type="heading_1"] h1{
    font-family: var(--font_primary);
    font-size: 2em;
    text-shadow: var(--tekst_senka);
    color: var(--accent);
    margin: 0px;
    padding: 0px;
}
@media screen and (max-width: 480px){
    [section-type="heading_1"]{
        width: 100%
    }
}
@media screen and (min-width: 481px) and (max-width: 768px){
    
}
@media screen and (min-width: 769px){
    
}button.btnStil_1{
    background-color: var(--accent);
    background-image: var(--gradient_accent);
    color: var(--text_on_accent);
    border-radius: var(--uglovi_radius);
    border: var(--ivice_osnovne);
}
button.btnHover_1:hover{
    background-color: var(--secondary);
    background-image: var(--gradient_secondary);
    color: var(--text_on_secondary);
}
[section-type="galerija"].gal_stil_4{
    position: relative;
}
[section-type="galerija"].gal_stil_4 .male-slike{
    position: absolute;
    right: 5px;
    bottom: 5px;
    gap: 1px;
}
[section-type="galerija"].gal_stil_4 .male-slike .divMalaSlika{
    position: relative;
    width: 40px;
    height: 30px;
}
[section-type="galerija"].gal_stil_4 .male-slike .divMalaSlika.selected::after{
    content: "";
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
    width: 100%;
    box-shadow: inset 0px 0px 20px var(--accent);
}
#el_p96ebels6_mk4di4zm {
    width: 960px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#el_afeynu6o4_mk4di4zn {
    background-image: url('https://res.wizpage.click/user_files/upload/img/997068919/20260107_160426_2OkP1ICIgn.jpg');
    height: 500px;
}

#el_1tz3mmv0x_mk4di4zn {
    left: 395px;
    top: 372px;
    bottom: unset;
    right: unset;
}

#el_og00wln98_mk4di4zn {
    font-size: 49px;
    background-color: yellow;
}

#el_q9gjtq5wx_mk4di4zn {
    font-size: 26px;
    background-color: green;
    color: yellow;
}

#el_midnlnb5c_mk4di4zn {
    color: black;
    background-color: gold;
    font-size: 19px;
}

#el_r08yuoi3n_mk4e4zo6 {
    width: 960px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#el_wgqrrc0xn_mk4e4zo6 {
    font-size: 23px;
    color: black;
    padding: 10px;
}

#el_orm5m8xu6_mk4dxte8 {
    width: 960px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#el_yuzyqxcl0_mk4dxte8 {
    height: 400px;
}

#el_vjuw3c9n6_mk4dzg1e {
    width: 960px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#el_00jprne51_mk4e0spw {
    border: 0;
}

#el_krcmrbsxy_mk4e3gv8 {
    width: 960px;
    margin-top: 10px;
    margin-bottom: 10px;
}

