@charset "utf-8";
/* 
DESIGN Minibig, Simon Trampuš s.p.
*/

/*FONTS*/
@import url(https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap);

/*NORMALIZE*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, slogan, ponudba, main {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, slogan, ponudba, main {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
}

/*GRID*/

*[class*="col_"].alpha{margin-left:0;}
*[class*="col_"].omega{margin-right:0;}
 
.col_1  { width: 6.6666666666667%; }
.col_2  { width: 15%; }
.col_3  { width: 23.333333333333%; }
.col_4  { width: 31.666666666667%; }
.col_5  { width: 40%; }
.col_6  { width: 48.333333333333%; }
.col_7  { width: 56.666666666667%; }
.col_8  { width: 65%; }
.col_9  { width: 73.333333333333%; }
.col_10 { width: 81.666666666667%; }
.col_11 { width: 90%; }
.col_12 { width: 98.333333333333%; }

*[class*="col_"]{
margin-left: 0.83333333333333%;
margin-right: 0.83333333333333%;
margin-top:0.5em;
margin-bottom:0.5em;
float: left;
display: block;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix, *:first-child+html .clearfix{zoom:1}

/* LAYOUT */
html, body {
    height: 100%;
}
body {
	font-family: "Mulish", sans-serif;
	font-size:20px;
	line-height:30px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	color: #2a3544;
    width: 100%;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.page-row {
    display: table-row;
    height: 1px;
	
}
.page-row-expanded {
    height: 100%;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

.clearfloat {  
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

a img { 
	border: none;
}

.d_hide {
	display:none;
}



a:link, a:visited {
	color:#2a3544;
	text-decoration:none;
}
a:hover {
	color:#00a651;
	text-decoration:none;
}


/* HEADER */
.header {
	background-color: #FFF;
	width: 100%;
	height: 140px;
	z-index: 1;
	border-bottom: 1px solid #2a3544;
}	

.header .logo {
	padding: 20px 0;
}

.header .jezik {
	padding: 40px 20px;
}

.header .kontakt {
	padding: 40px 20px;
	float: right;
}

.header .telefon {
	font-size: 16px;
	padding-left: 20px;
}

.header a:link, .header a:visited {
	color:#2a3544;
	font-size: 16px;
	text-decoration:none;
}
.header a:hover {
	color:#00a651;
	text-decoration:none;
}



/* navigacija */
.menu-button {
	font-size:36px; 
	cursor:pointer;
	padding: 35px 0; 
	float: right;
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #2a3544;
	overflow-x: hidden;
	transition: 0.5s;
	opacity: 0.9;
}

.overlay-content {
	position: relative;
	top: 20%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlay a:link, .overlay a:visited {
	padding: 15px;
	text-decoration: none;
	font-size: 27px;
	line-height: 65px;	
	color: #FFF;
	transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
	color: #00a651;
}

.overlay .closebtn:link {
	position: absolute;
	top: 17px;
	right: 35px;
	font-size: 60px;
}

.jeziki {
	padding-top: 50px;
}

.jeziki a:link {
	font-size: 20px;
	color: #FFF;
	transition: 0.3s;
}

.jeziki a:hover {
	color: #00a651;
}


/* FOOTER */
.footer {
	background-color: #FFF;
	width:100%;
	min-height:50px;
	padding:100px 0 0 0 ;
}

.footer:after {
	content: "";
	display: table;
	clear: both;
}

.footer .kontakt {
	padding-top: 290px;
}

/* form  */
.footer form .input {
	font-family: "Mulish", sans-serif;
	font-size:18px;
	line-height:24px;
	color:#2a3544;
	text-align:left;
	width:98%;
	padding: 5px 5px;
	border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
	border-bottom: 2px solid #2a3544;
}

.footer form .input2 {
	font-family: "Mulish", sans-serif;
	font-size:18px;
	line-height:24px;
	color:#2a3544;
	width:98%;
	padding: 5px 5px;
	border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
	border-bottom: 2px solid #2a3544;
}

.footer form .errors {
	color: red;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 10px;
}

.footer form input.error, .footer form select.error, .footer form .input2.error{
    border: 2px solid red;
}

.mail_sent_succes {
	font-size:20px;
	color:#9bc83c;
	margin-top:-1px;
}

.button {
	background:#2a3544;
	font-size: 16px;
	color:#FFF;
	text-align:center;
	padding:12px;
	display:block;
	border:0;
	float: right;
	text-decoration:none;
	-moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.button:hover {
    background:#f9dfc3;
	color:#000;
	display:block;
	text-decoration:none;
	-moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}


/* COPYRIGHT */
.copyright {
	width:100%;
	padding-top: 100px;
}

.copyright p {
	font-size:13px;
	margin-top:17px;
}


/* MAIN */
.main {
	background-color:#FFF;
	min-height:200px;
	padding: 100px 0;
}

.main:after {
	content: "";
	display: table;
	clear: both;
}

.white-bg {
	background-color: #FFF;
	min-height:200px;
	padding: 100px 0;	
	color: #2a3544;
}

.white-bg:after {
	content: "";
	display: table;
	clear: both;
}

.blue-bg {
	background-color: #2a3544;
	min-height:200px;
	padding: 100px 0;	
	color: #FFF;
}

.blue-bg:after {
	content: "";
	display: table;
	clear: both;
}



/* TEXT */
h1 {
	font-size:50px;
	line-height:60px;
	font-weight:300;
	padding-bottom:20px;
}

h2 {
	font-size:50px;
	line-height:60px;
	font-weight:300;
	padding-bottom:20px;
}

h3 {
	font-size:36px;
	line-height:46px;
	font-weight:300;
}

h4 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
}

h5 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 300;
}
	
strong {
	font-weight:700;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

ul {
	list-style: disc;
	list-style-position: inside;
    padding-left: 1.5em;
    text-indent: -1em;
	font-size:20px;
	line-height:30px;
}

.referenca-vrsta {
	font-size: 17px;
	text-transform: uppercase;
}

.referenca-investitor {
	font-size: 17px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.reference h3 {
	font-size:36px;
	line-height:46px;
	font-weight:300;
	margin-bottom: 50px;
	position: relative;
    display: inline-block;
}

.reference h3::before {
   content: '';
   position: absolute;
   background-color: #FFF;
   width: 100%;
   height: 2px;
   bottom: -10px;
   left: 0;
   right: 0;
}

#vodovod.reference h3::before, #elektricni-vitel.reference h3::before {
   content: '';
   position: absolute;
   background-color: #2a3544;
   width: 100%;
   height: 2px;
   bottom: -10px;
   left: 0;
   right: 0;
}

.img-width {
	width:100%;
}

.img-path {
	clip-path: polygon(0% 0%, 100% 0, 100% 80%, 85% 100%, 0% 100%);
}

.float-right {
	float: right;
}

a.more {
	font-weight: 500;
}

.more::after {
	content: ' \2197 ';
	top: -5px;
    position: relative;
	font-weight: 700;
}

hr {
	border-top: solid #FFF 2px;
	margin-bottom: 50px;
}

.padding-top-bottom {
	padding: 35px 0;
}

.padding-left-100 {
	padding-left: 90px;
}

.padding-right-100 {
	padding-right: 90px;
}

.top-45 {
	padding-top: 45px;
}


/* INDEX */
.onas {
	padding-right: 100px;
}

.padding-projekti {
	padding-top: 200px;	
}	

.padding-reference-150 {
	padding-top: 150px;	
}	



/*SCREEN*/
@media all and (min-width: 1024px) and (max-width: 1199px) {

.wrapper {
	width: 1024px;
	margin: 0 auto;
}
	
/* FOOTER */		
.footer .col_4  { 
	width: 48%;
}
	
.footer .kontakt {
  padding-top: 250px;
  padding-left: 180px;	
}	
	
.copyright .col_3 {
	text-align: right
}	
	
	
/* INDEX */	
.onas {
	padding-right: 40px;
}	
	
.onas h1 {
	font-size: 46px;
}		
.reference .col_2  { 
	width: 5%;
}	
.reference .col_5  { 
	width: 45%;
}
	
.reference .col_5r  { 
	width: 60%;
}		

		
}


/*SCREEN*/
@media all and (min-width: 768px) and (max-width: 1023px) {
.col_1, .col_2, .col_3, .col_4 , .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 { width: 80%; }	
	
.wrapper {
	width: 700px;
	padding-left: 68px;
	margin: 0 auto;
}
	
.d_hide {
	display: block
}		
	
.t_hide {
	display: none;
}
	
/* HEADER */
.header .wrapper {
	width: 768px;
	padding-left: 0;
}	
	
.header .col_3 {
	width: 32%;	
}
	
.header .col_2 {
	width: 14%;	
}
	
.header .col_6 {
	width: 40%;	
}
	
.header .col_1 {
	width: 6.6666666666667%;	
}		
	
.header .logo {
	width: 250px;
	padding: 25px 0;
}	
	
.header .kontakt {
  padding: 40px 15px;
}
		
.reference .wrapper {
	width: 768px;
	padding-left: 0;		
}	
	
.padding-left-100 {
	padding-left: 0;
}

.padding-right-100 {
	padding-right: 0;
}

.top-45 {
	padding-top: 0;
}
	
	
/* FOOTER */
.footer .wrapper {
	width: 768px;
	padding-left: 0;
}	
	
.footer .col_4  { 
	width: 48%;
}
	
.footer .kontakt {
  padding-top: 290px;
  padding-left: 100px;	
}
	
.copyright .col_9  { 
	width: 65%;
}
	
.copyright .col_3  { 
	width: 31.666666666667%;
	text-align: right;
}	
	
/* INDEX */
.onas {
	padding-right: 0;
}
	
.padding-projekti {
	padding-top: 50px;	
}		
	
.reference .col_2  { 
	width: 5%;
}	
.reference .col_5  { 
	width: 45%;
}
	
.reference .col_5r  { 
	width: 60%;
}	
	
.float-right {
	float: left;
}	
	

}

/* small TABLET*/
@media all and (min-width: 500px) and (max-width: 767px) {
.col_1, .col_2, .col_3, .col_4 , .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 { width: 97.92%; }
	
.wrapper {
	width: 500px;
	margin:0 auto;
}
	
.d_hide {
	display: block
}	

.ts_hide {
	display:none;
}	

.header .col_3  {
	width: 81.666666666667%;
}
	
.header .col_1 {
	width: 15%;
}		
	
.header .logo {
	width: 220px;
	padding: 30px 0;
}	
	
.menu-button {
	padding: 42px 0;	
}	
	
/* navigacija */
.overlay-content {
	top: 12%;
}	
	
.overlay a:link, .overlay a:visited {
	padding: 15px;
	font-size: 22px;
	line-height: 60px;	
}
.overlay .closebtn:link {
	top: 15px;
	right: 25px;
}
	
.jeziki {
	padding-top: 30px;
}	
	
.jeziki a:link {
	font-size: 18px;
}
	
.overlay .line-h {
	line-height: 26px !important;	
}
	
/* TEXT */
h1 {
	font-size:38px;
	line-height:50px;
}

h2 {
	font-size:38px;
	line-height:50px;
}

h3 {
	font-size:30px;
	line-height:42px;
	font-weight:300;
}	

h4 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 300;
}

h5 {
	font-size: 23px;
	line-height: 30px;
	font-weight: 300;
}
	
.padding-left-100 {
	padding-left: 0;
}

.padding-right-100 {
	padding-right: 0;
}	
	
.top-45 {
	padding-top: 0;
}	
	
	
/* FOOTER */
.footer .kontakt {
	padding-top: 50px;
	text-align: center;
}
	
/* COPYRIGHT */
.copyright {
	text-align: center;
	padding-top: 50px;
}
	
.copyright .col_3, .copyright .col_9 {
	margin: 0;
} 

.copyright p {
	font-size:13px;
	margin-top:0;
}
	
/* MAIN */
.main {
	padding: 80px 0;
}
	
.white-bg {
	padding: 80px 0;	
}	

.blue-bg {
	padding: 80px 0;	
}

/* INDEX */
.onas {
	padding-right: 0;
}
	
.padding-projekti {
	padding-top: 100px;	
}	
	
.padding-reference-150 {
	padding-top: 50px;	
}		
	
.padding-reference-50 {
	padding-top: 50px;	
}		
	
	
	
}

/* MOBILE */
@media all and (max-width: 499px) {

.col_1, .col_2, .col_3, .col_4 , .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 { width: 97.92%; }
	
.wrapper {
	width: 320px;
	margin:0 auto;
}

.d_hide {
	display:block;
}	
	
.m_hide {
	display:none;
}
	
.header .col_3  {
	width: 81.666666666667%;
}
	
.header .col_1 {
	width: 15%;
}		
	
.header .logo {
	width: 220px;
	padding: 30px 0;
}	
	
.menu-button {
	padding: 42px 0;	
}	
	
/* navigacija */	
.overlay-content {
	top: 12%;
}	
	
	
.overlay a:link, .overlay a:visited {
	padding: 15px;
	font-size: 22px;
	line-height: 60px;	
}
.overlay .closebtn:link {
	top: 15px;
	right: 25px;
}
	
.jeziki {
	padding-top: 30px;
}	
	
.jeziki a:link {
	font-size: 18px;
}
	
.overlay .line-h {
	line-height: 26px !important;	
}
	
/* TEXT */
h1 {
	font-size:38px;
	line-height:50px;
}

h2 {
	font-size:38px;
	line-height:50px;
}

h3 {
	font-size:30px;
	line-height:42px;
	font-weight:300;
}

h4 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 300;
}

h5 {
	font-size: 23px;
	line-height: 30px;
	font-weight: 300;
}	
	
.padding-left-100 {
	padding-left: 0;
}

.padding-right-100 {
	padding-right: 0;
}	
	
.top-45 {
	padding-top: 0;
}	
	
	
/* FOOTER */
.footer .kontakt {
	padding-top: 50px;
	text-align: center;
}
	
/* COPYRIGHT */
.copyright {
	text-align: center;
	padding-top: 50px;
}
	
.copyright .col_3, .copyright .col_9 {
	margin: 0;
} 

.copyright p {
	font-size:13px;
	margin-top:0;
}
	
/* MAIN */
.main {
	padding: 50px 0;
}

.white-bg {
	padding: 50px 0;	
}	
	
.blue-bg {
	padding: 50px 0;	
}

/* INDEX */
.onas {
	padding-right: 0;
}
	
.padding-projekti {
	padding-top: 100px;	
}	
	
.padding-reference-150 {
	padding-top: 50px;	
}		
	
.padding-reference-50 {
	padding-top: 50px;	
}		
	
}
