
/* --------------------------------------- @media screen > VIEWPORTs se nalaze u _menu.css */ 

body { 
    background: #54566b; /* Color 01  */ 
    font-family: SlovaR, Tahoma, sans-serif; 
    font-size: 20px; 
    color: white; 
    margin: 0; 
    padding: 0; 
    border:0; 
}
main { 
    padding-left:4%; 
    padding-right:4%;
}
.main-css {
    margin: auto; 
    text-align:center; 
    max-width: 1500px;
}

a:link {text-decoration: none; color: #adade2; }
a:visited {text-decoration: none; color: #adade2; }
a:hover {text-decoration: none; color: #8989ce; }
a:active {text-decoration: none; color: #8989ce; }

footer {
    padding:2%; 
    background-color: #31323f;
    text-align: center;
}
.hr-style {
    height:1px; 
    border-width:0; 
    background-color:#676283; 
}
.footer-fshare {
    width:auto;
    text-align: center; 
    margin: 0;
    padding: 0;
    }
.footer-8 {
    display: block; 
    height: auto; 
    text-align: center; 
    margin: 0; 
    padding: 0; 
}
.footer-1 {
    min-width: 134px; 
    max-width: 150px;
    min-height: 110px; 
    font-size: 16px; 
    color: #787694; 
    margin: 8px; 
    padding: 8px; 
    text-align: left; 
    display:inline-block; 
    vertical-align: top; 
    overflow-wrap:break-word;
}
.footer-2 {
    width:auto;
    display:inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.footer-4 {
    width:auto; 
    display:inline-block; 
    margin: 0; 
    padding: 0; 
    vertical-align: top; 
}
.footer-title {
    color:#676283; 
    text-decoration: none; 
}
.footer-bottom { 
    font-size: 16px; 
    color: #787694; 
    text-align: center; 
    width: 100%; 
}
.footer-decoration-color { text-decoration:none; color: #9791bb; }
.footer-stamp { display: block; margin-left: auto; margin-right: auto; }

.impressum_div {
    height: auto; 
	width: auto; 
	text-align: left; 
	margin: 0px;  
	border: none; 
}
.impressum_section { 
	width: 100%; 
	min-width: 200px;        /* culumns width + (column-gap x 2) */ 
	columns: auto 260px; 
    column-gap: 20px; 
} 
.impressum_article { 
	width: auto; 
	margin: 0px 0px 20px 0px; 
	padding: 10px; 
	background-color: #526877; 
	border-radius: 12px; 
	word-wrap: break-word; 
	break-inside: avoid-column; 
} 
.impressum_article:first-child { margin-top: 0; }

.impress_img {
max-width: 200px; max-height: 40px; margin-bottom: 6px; margin-right: 6px; margin-top: 6px;
    }

/* gallery css */

.gall-container {
    text-align: left;
    padding: 0 0 0 0; 
    width: auto;
    z-index: 9000;
    }
.gallery {
    height: auto; 
    padding: 5px 0 5px 0; 
    }
.galleryimg {
    cursor: zoom-in;
    display: inline-block;
    border:none; 
    max-height:250px; 
    max-width:100%;
  }

#modal-gall {
    display: none;
    position: fixed;
    z-index: 9010;
    left: 0;
    top: 0; /* 60px da se vidi topmeni */ 
    bottom: 0;
    right: 0;
    padding: 8px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.94);
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    }

.modal-open #modal-gall {
    display: flex;
    }
.modal-content {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    }
    #modal-slides {
        display: block;
        max-width:100%; 
        max-height: calc(100vh - 16px);
        margin: auto; 
        touch-action: manipulation;
    }

    #closem {
        cursor: pointer;
        position: fixed; 
        padding: 0;
        margin: 0; 
        z-index: 9050;
        -webkit-user-select: none;
        user-select: none;
        text-decoration: none;
    }
    #prevm {
      position: fixed;
      padding: 0;
      margin: 0; 
      z-index: 9040;
      -webkit-user-select: none;
      user-select: none;
      text-decoration: none;
    }
    #nextm {
      position: fixed;
      padding: 0;
      margin: 0; 
      z-index: 9030;
      -webkit-user-select: none;
      user-select: none;
      text-decoration: none;
    }
    .closesvg {
      width: 160px; 
      height: 160px;
    }
    .arrowsvg {
      width: 160px; 
      height: 160px;
    }
    #closesvg:hover,
    #closesvg:focus {
      cursor: pointer;
    }
    #arrowsvg:hover,
    #arrowsvg:focus {
      cursor: pointer;
    }

#alt-text {
display: block;
position: absolute;
text-align: center; 
min-width: 310px;
min-height: 50px;
bottom: 0;
padding: 8px 10px 10px 10px; 
border-radius: 11px 11px 0 0; 
background-color: rgba(0, 0, 0, 1);
color: #ada7c0;
cursor: pointer; 
z-index: 9020;
}
#alt-text:empty { 
padding: 0;
}
#alt-close {
position: absolute;
background-color: rgba(0, 0, 0, 0.9);
padding: 0; 
margin: 0;
}
/* end of gallery */


.stik-model-first {
    display:inline-block;
    width: 100%;
    min-height: 100%;
    background-color: #465163;
    border-radius: 0 12px 12px 0;
}
.stik-model {
    display:inline-block;
    width: 100%;
    min-height: 100%;
    background-color: #465163;
    clear: left;
    border-radius: 0 12px 12px 0;
}

.model-foto {
    float: left;
    min-width:260px;
    max-width:40%;
    background-color: #465163;
}
.model-info {
    display:flex;
    min-width:260px;
    padding: 0px 10px 5px 15px;
    text-align: left;
    background-color: #465163;
    border-radius: 0 12px 12px 0;
}

.ytcontainer {
    text-align: center;
    width:auto;
    }

.ytiframe {
    width: 100%; 
    max-width: 340px; 
    min-width: 160px; 
    height: 220px;
    padding: 5px;
    }
.logo-div { width: auto; text-align: center; }
.logo-signature { max-width: 250px; max-height: 54px; }
.links_img { max-width: 250px; max-height: 50px; }

/* -------------------------------------------------------- KONTAKT */
.kontakt-opis-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto; /* center div horizontaly */
    padding: 0;
} 
.kontakt-opis-naslov {
    width: auto;
    min-width: 210px;
    padding: 20px 25px 0px 25px; /* Top  Right Bottom Left */
} 
.kontakt-opis-sadrzaj {
    width: auto;
    min-width: 210px;
    padding: 4px 25px 10px 25px;
} 
.form-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto; /* center div horizontaly */
    padding: 0;
}
.form-container form {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
}
.form-column1 {
    flex: 1 1 250px; 
    min-width: 250px; 
    padding: 6px 25px 4px 25px; 
    border-radius: 8px; 
    }
.form-column2 {
    flex: 2 1 250px; 
    min-width: 250px; 
    padding: 6px 25px 20px 25px; 
    border-radius: 8px; 
    }
.form-group {
            margin-bottom: 20px;
        }
.form-group label {
            display: block;
            margin-bottom: 5px;
            font-weight: 600;
        }
.form-group input,
.form-group textarea {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 16px;
            box-sizing: border-box;
        }
.form-group textarea {
    resize: vertical;  /* OVO REŠAVA PROBLEM */
}
.slider-container {
            width: 170px;
            margin: 25px 0;
            padding: 15px;
            background: #f5f5f5;
            border-radius: 8px;
        }
.slider-check {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }
.slider-label {
            font-size: 14px;
            color: #555;
        }
.slider-track {
            width: 100%;
            height: 36px;
            background: #ddd;
            border-radius: 30px;
            position: relative;
            cursor: pointer;
            user-select: none;
        }
.slider-thumb {
            width: 60px;
            height: 36px;
            background: #4CAF50;
            border-radius: 30px;
            position: absolute;
            left: 0;
            top: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            cursor: grab;
            transition: left 0.1s ease;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }
.slider-thumb.verified {
            background: #2196F3;
            cursor: default;
        }
button[type="submit"] {
            width: 200px;
            padding: 13px;
            background: #4CAF50;
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            transition: background 0.3s, opacity 0.3s;
        }
button[type="submit"]:disabled {
            background: #cccccc;
            cursor: not-allowed;
            opacity: 0.7;
        }
        /* Honeypot - nevidljivo za ljude */
.honeypot {
            position: absolute;
            left: -9999px;
            opacity: 0;
            pointer-events: none;
            height: 0;
            width: 0;
        }

.ispis1 { color: white; padding: 20px; margin: 20px auto; max-width: 800px; border-radius: 8px; text-align: center; }
.ispis2 { margin-top: 0; color: white; }
.ispis3 { font-size: 18px; }
.ispis4 { display: inline-block; color: #c2afd6; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-top: 10px; }
