@charset "utf-8";
/* CSS Document */


/* patewski */

h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;	
	font-size: 2.4vw;
	color: #333;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;	
	font-size: 1vw;
	color: #666363;}

h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;	
	font-size: 0.9vw;
	color: #333;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;	
	font-size: 0.6vw;
	color: #333;
}

p {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;	
	font-size: 0.5vw;
	color: #333;
}

.container {
	width: 100%;
	height: auto;	
	margin-bottom: 50px;
}

.container_onama {
	width: 60% !important;
	height: auto;	
	margin-bottom: 50px;
	margin: 0 auto;
}

.slika-proizvodi {
	display: flex;	
	width: 100%;
	justify-content: center;
	margin: 0 auto 0 auto;
	background-image: url("../img/patewski-8x1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 400px 0 400px 0;
}

.onama-flex {
	display: flex;
	align-content: space-between;
	margin-top: 50px !important;	
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}



.onama-manji {
	width: 35%;
	height: auto;
	padding: 0 2% 0 2%;
}

.proizvodi-flex {
	display: flex;
	align-content: space-between;
	margin-top: 50px !important;	
	width: 100%;
	justify-content: center;
	align-items: center;
}

.onama-proizvodi {
	width: 35%;
	height: auto;
	padding: 0 2% 0 2%;
	order: 2;
}

.onama-proizvodi-slika {
	width: 35%;
	height: auto;
	padding: 0 2% 0 2%;
	order: 1;
}

.onama-text {
	width: 100%;
	height: auto;
	padding: 5% 2% 0 2%;
	
}

.kontakt-flex {
	display: flex;
	align-content: space-between;
	margin-top: 50px !important;	
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

.kontakt-manji {
	width: 30% !important;
	height: auto;	
	margin-right: 2%;
	margin-left: 2%;	

}

.kontakt-mapa {
	width: 46%;
	height: auto;
	padding: 0 2% 0 2%;	
}


.slika {	
	width: 100%;
	height: auto;	
}

.slika-ikone {	
	width: 70%;
	height: auto;
	margin-top: 3%;
}

.footer {
	border-top: 1px solid #000000;	
	width: 100%;	
	padding-bottom: 20px;
	color: #000000 !important;
}

.footer_uzi {		
	display: flex;
	align-content: space-between;	
	margin: 0 auto;
	width: 80%;
	justify-content: center;
	margin-top: 20px;
}

.footer_uzi-ico {		
	display: flex;
	align-content: space-between;	
	margin: 0 auto;
	width: 80%;
	justify-content: center;
	margin-top: 20px;
}

.footer_uzi a {
	color: #000000 !important;
	text-decoration: none;
}


.footer_levo {
	width: 35%;
	height: auto;	
	text-align: center; 
	margin: 0 2% 0 2%;
	display: flex;
	flex-direction: column;		
}

.footer_levo_naslov {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-align: left;
}



.footer_img {
	text-align: right;
	width: 100%;
	height: auto;
}

.footer_ico {	
	width: 32px;
	height: 32px;
}

.slika_footer {	
	width: 100%;
	height: auto;
	text-align: right;	
	margin: 0;
	}

.kontakt-forma-kontakt {
	width: 100%;	
	height: auto;		
	font-size: 16px;
	color: #999;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-align: left;
}

.kontakt-forma-kontakt h3 {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align: left;
}

.kontakt-forma-kontakt a {
	color: #3c8840;
	text-decoration: none;
}

.kontakt-forma-kontakt a:hover {
	color: #94e698;
	text-decoration: none;
}


@media only screen and (max-width: 1200px) {
	
h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;	
	font-size: 6vw;
	color: #333;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;	
	font-size: 1vw;
	color: #666363;}

h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;	
	font-size: 4vw;
	color: #333;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;	
	font-size: 0.6vw;
	color: #333;
}

p {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;	
	font-size: 0.5vw;
	color: #333;
}	
	
	
.footer_levo {
	width: 100% !important;	
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	
}
	
.footer_levo_naslov {
	width: 100% !important;
	margin-top: 3%;	
	text-align: center;
}
	
.footer_img {
	text-align: center;
	width: 80% !important;
	margin: 0 auto;
	height: auto;
}	

.footer_uzi {		
	display: flex;
	flex-direction: column;	
}
	
.slika_footer {	
	width: 80% !important;
	height: auto;
	text-align: center;	
	margin: 0 auto;
	}	
	

.container_onama {
	width: 95% !important;	
}

.onama-text {
	text-align: center;
}
	

.kontakt-flex {
	display: flex;
	align-content: space-between;
	margin-top: 50px !important;	
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}	

.kontakt-manji {
	width: 90% !important;
	height: auto;	
	margin-right: 0;
	margin-left: 0;	

}

.onama-flex {
	display: flex;
	align-content: space-between;
	margin-top: 50px !important;	
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
	
.onama-proizvodi {
	order: 1;
	width: 100%!important;
}

.onama-proizvodi-slika {
	order: 2;
	width: 100%!important;
}	
	
	
}



/* end patewski */


/* test */


.flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.proizvodi-img {
	width: 35%;
	height: auto;
	padding: 0 2% 0 2%;
	
	
}

.proizvodi-txt {
	width: 35%;
	height: auto;
	padding: 0 2% 0 2%;	
	
}



@media only screen and (max-width: 1200px) {
h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;	
	font-size: 6vw;
	color: #333;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;	
	font-size: 5vw;
	color: #666363;}

h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;	
	font-size: 4vw;
	color: #333;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;	
	font-size: 3.2vw;
	color: #333;
}

p {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;	
	font-size: 0.5vw;
	color: #333;
}	
		
	
	.flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.proizvodi-img {
	order:2;
	width: 100%;
	
}

.proizvodi-txt {
	order:1;
	width: 100%;	
}

	
}



























	





































