﻿:root {
  --barva-zelena: #667a40;
  --barva-bez: #efddcb;
  --barva-rjava: #4A3728;
  --barva-bakrena: #9E7C4F;
  --barva-tekst: #220400;
  --barva-zg-vrstice: rgba(102, 122, 64, 0.8);
  --barva-siva: #3c4043;
  
  --podlaga-zelena: #e4e3d1;
  --podlaga-bez: #f5e8de;
  
  
  --font-family-tekst: "Inter",Verdana,Helvetica,sans-serif;
  --font-family-h1: "Libre",Verdana,Helvetica,sans-serif;
  --font-family-h2: "Libre",Verdana,Helvetica,sans-serif;
  --font-family-h3: "Libre",Verdana,Helvetica,sans-serif;
  --font-family-h4: "Libre",Verdana,Helvetica,sans-serif;
  --font-family-meni-gl: "Inter",Verdana,Helvetica,sans-serif;
  --font-family-meni-gl-podmeni: "Inter",Verdana,Helvetica,sans-serif;
  --font-family-button: "Libre",Verdana,Helvetica,sans-serif;
  
  --font-size-meni-gl: 1rem;
  --font-size-meni-gl-podmeni: 0.95rem;
  --font-size-opomba: 0.8em;
  --font-size-newsletter: 0.8em;
  
  --font-size-tekst: 1.05rem;
  --font-size-h1: 2.5em;
  --font-size-h2: 1.8em;
  --font-size-h3: 1.4em;
  --font-size-h4: 1.1em;
  --font-size-footer: 0.9rem;
  --font-size-button: 1em;
  
  --font-size-tekst-1x: 1.125rem;
  --font-size-tekst-2x: 1.3125rem;
  --font-size-tekst-3x: 1.5rem;
  --font-size-tekst-4x: 2.652rem;
  
  --font-weight-meni-gl: 200;
  --font-weight-meni-gl-podmeni: 400;
  
  --font-weight-tekst: 300;
  --font-weight-h1: 400;
  --font-weight-h2: 400;
  --font-weight-h3: 400;
  --font-weight-h4: 600;
  --font-weight-button: 600;

  --color-tekst: var(--barva-siva);
  --color-h1: var(--barva-siva);
  --color-h2: var(--barva-tekst);
  --color-h3: var(--barva-siva);
  --color-h4: var(--barva-siva);
  --color-meni-gl: #ffffff;
  --color-meni-gl-izbran: #000000;
  --color-meni-gl-podmeni: #231f20;
  --color-footer: var(--barva-bez);
  --color-newsletter: #ffffff;
  --color-button: var(--barva-siva);
  
  --background-color: #faf4f3;
  --background-color-meni-gl-podmeni: #aec089;
  --background-color-meni-gl-podmeni-izbran: #8da75a;
  --background-color-footer: #3c2314;
  --background-color-button: #306f82;
  --background-color-newsletter: #412615;
  --background-color-table-header: #306f82;  
  
  
  --text-align-h1: left;
  --text-align-h2: left;
  --text-align-h3: left;
  --text-align-h4: left;
  
  --letter-spacing-meni-gl: normal;
  --letter-spacing-meni-gl-podmeni: 0.05rem;
  
  --letter-spacing-tekst: 0.03rem;
  --letter-spacing-lg: 0.06rem;
  --letter-spacing-xl: 0.09rem;
  --letter-spacing-2xl: 0.12rem;
  --letter-spacing-3xl: 0.15rem;
  --letter-spacing-4xl: 0.18rem; 
  
  --line-height-tekst: 1.6rem;
  --line-height-meni-gl: normal;
  --line-height-meni-gl-podmeni: 1.5rem;
  --line-height-h1: 1.5em;
  --line-height-h2: 1.4em;
  --line-height-h3: 1.5em;
  --line-height-h4: 1.5em;
  --line-height-footer-kontakti: 2rem;
  
  --color-link: var(--barva-zg-vrstice-tekst);
  --color-link-hover: var(--barva-tekst);
  --color-link-footer: #f0f0f0;
  --color-link-footer-hover: var(--barva-zg-vrstice-tekst);
  --color-list-bulet: var(--barva-tekst);
  --color-list-footer-bulet: var(--barva-zg-vrstice-tekst);
  
  --padding-button: 0.9em 2em 0.8em 2em;
  --okvir-desno: #e1d4d5;
  --povecaj-pisavo: 0rem;
}


@font-face {
  font-family: "Inter";
  src: url(fonts/Inter/Inter-VariableFont_opsz,wght.ttf);
/*  font-weight: normal; */
}

@font-face {
  font-family: "Inter";
  src: url(fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf);
  font-style: italic;
}

@font-face {
  font-family: "Libre";
  src: url(fonts/Libre_Baskerville/LibreBaskerville-VariableFont_wght.ttf);
}

@font-face {
  font-family: "Libre";
  src: url(fonts/Libre_Baskerville/LibreBaskerville-Italic-VariableFont_wght.ttf);
  font-style: italic;
}


.contrast { 
	--barva-siva: #000000; 
	--color-tekst: var(--barva-siva);
	--color-h1: var(--barva-siva);
	--color-h3: var(--barva-siva);
	--color-h4: var(--barva-siva); 
	--color-link-footer: #ffffff;
	--color-footer: #ffffff;
	
	--color-list-bulet: var(--barva-siva); 
	--color-list-footer-bulet: #ffffff;
}

.white-on-black { 
	--color-list-bulet: #ffffff; 
	--color-list-footer-bulet: #ffffff;
}


.increase1 { 
	--font-size-meni-gl: 1rem;
	--font-size-meni-gl-podmeni: 1.05rem;
	--font-size-opomba: 0.9em;
  
	--font-size-tekst: 1.2rem;
	--font-size-h1: 2.6em;
	--font-size-h2: 1.9em;
	--font-size-h3: 1.5em;
	--font-size-h4: 1.2em;
	--font-size-footer: 1rem;
}
.increase2 { 
	--font-size-meni-gl: 1.1rem;
	--font-size-meni-gl-podmeni: 1.15rem;
	--font-size-opomba: 1em;
  
	--font-size-tekst: 1.3rem;
	--font-size-h1: 2.7em;
	--font-size-h2: 2em;
	--font-size-h3: 1.6em;
	--font-size-h4: 1.3em;
	--font-size-footer: 1.1rem;
 }
.increase3 { 
	--font-size-meni-gl: 1.2rem;
	--font-size-meni-gl-podmeni: 1.25rem;
	--font-size-opomba: 1.1em;
  
	--font-size-tekst: 1.4rem;
	--font-size-h1: 2.8em;
	--font-size-h2: 2.1em;
	--font-size-h3: 1.7em;
	--font-size-h4: 1.4em;
	--font-size-footer: 1.2rem;
}
.increase4 { 
	--font-size-meni-gl: 1.3rem;
	--font-size-meni-gl-podmeni: 1.35rem;
	--font-size-opomba: 1.2em;
  
	--font-size-tekst: 1.5rem;
	--font-size-h1: 2.9em;
	--font-size-h2: 2.2em;
	--font-size-h3: 1.8em;
	--font-size-h4: 1.5em;
	--font-size-footer: 1.3rem;


 }

.acc-font { }


body, html {
	width: 100%;
    height: 100%;
	min-height: 100vh;
	font-family: var(--font-family-tekst);
    font-size: var(--font-size-tekst);
	font-weight: var(--font-weight-tekst);
	color: var(--color-tekst);
	background-color: var(--background-color);
	letter-spacing: var(--letter-spacing-tekst);
	line-height: var(--line-height-tekst);
	margin: 0; 
    padding: 0;
	-webkit-box-sizing:border-box; 
	-khtml-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-ms-box-sizing:border-box; 
	-o-box-sizing:border-box; 
	box-sizing:border-box;
}

*, *:after, *:before { box-sizing: border-box; margin: 0; padding: 0; }
svg:not(:root) { overflow-clip-margin: content-box; overflow: hidden; }
p { margin-top: 1em;  margin-bottom: 1em; padding: 0; }
form { margin: 0; padding: 0; }
input { margin: 0; padding: 0; }
input::placeholder { color: grey;  opacity: 0.5; }

img, svg { vertical-align: middle; }
a img { text-decoration:none; border:0; }
a { color: var(--color-link); text-decoration:underline; }
a:hover { color: var(--color-link-hover); text-decoration:underline; }


#page-wrap.grayscale { filter: grayscale(1);  }
#dostopnost_toolbar.grayscale { filter: grayscale(1);  }
body.white-on-black, #page-wrap.white-on-black *:not(#dostopnost_toolbar)  { color: #ffffff !important; background: #000 !important; border-color: #ffffff !important; }
body.underline-links a { text-decoration: underline !important; }
body.underline-links a span { text-decoration: underline !important; }
/* body.acc-font { font-size: calc(var(--font-size-tekst) + var(--povecaj-font1)); } */




#page-wrap { position: relative; width: 100%; margin: 0; padding: 0; text-align: center; overflow-x: hidden; }
.page-center { position: relative; width: 1300px; margin-left: auto ; margin-right: auto ; padding: 0; }
.page-center .sredina { text-align: center; }
.page-center .levo { text-align: left; }

.flex { 
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.grid { 
    display: grid;
	
/*	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	
	column-gap: 1rem;
	row-gap: 1rem;
*/
}


.grid.tretjine { grid-template-columns: 33% 33% 33%;  }


#glava-wrap { position: fixed; top: 0; width: 100%; z-index: 5; }
#vrstica1-wrap { position: relative; width: 100%; height: 113px; margin: 0; padding-top: 23px; background-color: var(--barva-zg-vrstice); text-align: center; }
#vrstica1 { flex-direction: row; justify-content: space-between; }

#logo { position: relative; width: 245px; height: 62px; }
#logo img{ width: 245px; height: 62px; }
#logo-mobilni { position: relative; width: 245px; height: 62px; visibility: hidden; display: none; }


/*
a[href^="tel:"]:before { content: url("/images/klici16-obarvan.svg"); margin-right: 0.8rem;  }
a[href^="tel:"] { color: var(--color-tekst);  text-decoration: none; }
a[href^="mailto:"]:before { content: url("/images/pisi16-obarvan.svg"); margin-right: 0.8rem;  }
a[href^="https://www.google.com/maps/"]:before { content: url("/images/lokacija16-obarvan.svg"); margin-right: 0.8rem;  }
a[href^="http://www.muzej-vrbovec.si"]:before { content: url("/images/web16-obarvan.svg"); margin-right: 0.8rem;  }
*/
/*
.facebook a:before { content: url("/images/facebook.svg"); }
.naslov a:before { content: url("/images/lokacija16.svg"); margin-right: 0.8rem;  }
.telefon a:before { content: url("/images/klici16.svg"); margin-right: 0.8rem;  }
.eposta a:before { content: url("/images/pisi16.svg"); margin-right: 0.8rem;  }
*/	


#menu1 { position: relative; font-family: var(--font-family-meni-gl); font-weight: var(--font-weight-meni-gl); font-size: var(--font-size-meni-gl); letter-spacing: var(--letter-spacing-meni-gl); line-height: var(--line-height-meni-gl); z-index: 50; }   	/* glavni */


#mobilni-wrap { position: relative; right: 20px; width: 60px; height: 60px; display:none; visibility: hidden; }
#mobilni-wrap .mobilni-trigger-wrapper { display: block; }
#mobilni-wrap .mobilni-trigger { display:block; padding: 15px 10px 15px 10px; background-color: transparent; text-decoration:none; }
#mobilni-wrap .mobilni-trigger.active { background-color: #e7f3f7; color: #006693; }
#mobilni-wrap .mobilni-trigger .trigger-icon { display:block; width: 40px; background-color: transparent; }
#mobilni-wrap .mobilni-trigger .trigger-icon .line { display:block; height:3px; background-color: #ffffff; margin-bottom:7px;}
#mobilni-wrap .mobilni-trigger.active .trigger-icon .line { background-color: #006693; }

#mobilni { position: absolute; width: 300px; top:77px; right:-29px;  z-index: 600; }		/* glavni - mobilni */
#mobilni {  visibility: hidden; display: none; }
#mobilni .opcije {  visibility: hidden; display: none; }

#slika { position: relative; width: 100%; height: auto; max-height: 100vh; overflow: hidden; }
#slider { width: 100%;  }
#slider img { width: 100%; height: auto; vertical-align: bottom; }

button { font-family: var(--font-family-button); font-size: var(--font-size-button); color: var(--color-button); font-weight: var(--font-weight-button); padding: var(--padding-button); border-radius: 0.3em; box-shadow: 1px 2px 3px 0 rgba(74,55,40,0.5);  cursor: pointer;  border: none; }
button.zelen { color: var(--barva-bez);  background-color: var(--barva-zelena); }
button.bez { color: var(--barva-rjava);  background-color: var(--barva-bez); }
button.bel { color: var(--barva-rjava);  background-color: #ffffff; }
button:hover { color: var(--barva-rjava);  background-color: var(--barva-bakrena);  }

.podlaga-zelena { background-color: var(--podlaga-zelena); }
.podlaga-bez { background-color: var(--podlaga-bez); }

#na-sliki-wrap { position: absolute; top:114px; left:0; width: 50%; height: calc(100% - 114px); display: flex; flex-direction: column; justify-content: center; }
#na-sliki { position: relative; width: 100%; text-align: left;  padding-left: 20%; }
#na-sliki h1 { color: #ffffff; text-align: left; font-size: 3.5vw; line-height: 4.5vw; margin-bottom: 1.4vw; }
#na-sliki h2 { color: #ffffff; font-size: 1.5vw; margin-top: 0; margin-bottom: 2vw; }
#na-sliki button:first-of-type { margin-right: 1em; }
	

#dogodek-wrap { position: relative; border-radius: 0.3rem; margin-top: 2em; margin-bottom: 2em; overflow: hidden; }	
#dogodek { position: relative; width: 100%; height: auto; display: flex; flex-direction: row; justify-content: justify; text-align: left; }
#dogodek .grafika { position: relative; width: 31%; min-height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; }
#dogodek .grafika img {  }
#dogodek .vsebina { width: 69%; font-weight: 500; background: url(../images/podlaga-dogodek.jpg) no-repeat; background-size: cover; background-position: bottom; border: 1px solid #e7dad3; padding: 2%; padding-left: 3%; }
#dogodek .vsebina h2 { text-align: left; padding-bottom: 0.8em;  margin-top: 0.5em;  margin-bottom: 0; }
#dogodek .vsebina .kdaj { font-family: var(--font-family-h1); color: var(--barva-zelena); font-size: 1.2em; font-weight: 600;  padding-bottom: 0.8em;  margin-top: 0;  margin-bottom: 0; }
#dogodek .vsebina .opis { margin-bottom: 1.2em; }


#kviz-wrap { position: relative; border-radius: 0.3rem; margin-top: 2em; margin-bottom: 2em; background: url(../images/podlaga-kviz.jpg) no-repeat; background-size: cover; background-position: bottom; border: 1px solid #e7dad3; }	
#kviz { position: relative; width: 100%; height: auto; display: flex; flex-direction: row; justify-content: justify; text-align: left; }
#kviz .vsebina { width: 50%; font-weight: 500;  padding: 2%; padding-left: 3%; display: flex; flex-direction: column; justify-content: center; }
#kviz .vsebina h2 { text-align: left; padding-bottom: 0.8em;  margin-top: 0.5em;  margin-bottom: 0; }
#kviz .grafika { position: relative; width: 50%; background-size: cover; background-position: center; background-repeat: no-repeat;  margin-top: 2em; margin-right: 2em; }
#kviz .grafika h2 { margin: 0; padding: 0; }
#kviz .opis { padding: 1.2em 1.3em 1.2em 1.3em; background-color: rgba(239, 225, 214, 0.9); border-radius: 0.5rem; margin: 10% 20% 10% 20%; }
	
	
.izpostavljeno-wrap #novice h2 { xcolor: var(--barva-zelena); }	
.izpostavljeno-wrap #novice button { width; 100%; position: absolute; left: 1em; bottom: 1em; }	
	
	
	
#kontakti { position: fixed; top: 20vh; right: 0; font-size: 0.9rem; font-stretch: condensed; line-height: 1.4rem;  background-color: #ffffff; padding: 0.6rem; border-top-left-radius: 0.2rem; border-bottom-left-radius: 0.2rem; border: 3px solid #96bf3d; border-right: none; z-index: 30; }
#kontakti a { text-decoration: none; }
#kontakti .eposta { margin-bottom: 0.6rem;  }
#kontakti .facebook { margin-top: 0.8rem;  }







.uvod  { font-weight: 700;}

#up { position: fixed; display:none; width: 44px; height: 44px; bottom: 15px; right: 15px; z-index: 610; opacity: 0.5; cursor:pointer; }		/* gumb za skrol na začetek strani */
#up:hover { opacity: 1; }


/*------------------------------- popup novica -------------------------------------*/

#popup_wrap {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	z-index: 2001;
}

#popup_back {
	position: relative;
	width: 100%;
    height: 100%;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

#popup {
	position: fixed;
	top: 0;
	left: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#popup_container {
    width: 30%;
	min-width: 352px;
    border-radius: 12px;
    padding: 0 1rem 1rem;
    border-top: 6px solid #c19c5a;
    background-color: white;
	opacity: 1;
}

#popup_container h2 { font-size: 1.5rem !important; text-align: center; xtext-transform: uppercase; font-weight: bold; }
#popup_container button[type=text] { 
	background-color: #deb58f;
	font-size: 1rem;
	font-weight: bold;
	color: #6c4023;
	padding: 6px 14px 6px 14px;
	border: 1px solid #6c4023;
	margin-top: 1.5rem;
	cursor: pointer;
}

#popup_container button[type=text]:hover { 
	background-color: #6c4023;
	color: #deb58f;
}


#popup_container #opozorilo { max-width: 100%; text-align: center; }
#popup_container #opozorilo button { xwidth: 100%; }
#popup_container #opozorilo #close-btn { position: absolute; display: block; width: 35px; height: 35px; top: 20px; right: 20px; background-image:url('../images/close-mailing.png'); background-repeat: no-repeat; cursor: pointer; }



/* ---- FOOTER ----------------------------------------------------*/	

#footer-wrap { position: relative; width: 100%; margin: 0; padding: 0; xbackground-color: var(--background-color-footer); background: url(../images/podlaga-footer.jpg) no-repeat; background-size: cover; background-position: center; text-align: center; padding-top: 3rem; padding-bottom: 2rem;}
#footer { 
	position: relative;   
	display: grid;
	xgrid-auto-flow: column;
	grid-template-columns: auto auto auto auto; ); 
	gap: 2em;
 	color: var(--color-footer);
	font-size: var(--font-size-footer);
	text-align: left;
 }
	
#footer a { color: var(--color-link-footer); text-decoration:underline; }
#footer a:hover { color: var(--color-link-footer-hover); }
#footer li a { text-decoration:none; }
#footer .kontakti { line-height: var(--line-height-footer-kontakti); }
#footer .kontakti a { text-decoration:none; }
#footer ul { xlist-style-type: circle; padding-left: 1em; }
#footer li::marker { color: var(--color-list-footer-bulet); }
#footer h3 { }


#newsletter-footer { width: 100%; max-width: 300px; xheight: 60px; margin-bottom: 20px;}
#newsletter-footer form { text-align: left; }
#newsletter-footer input { border: none; }
#newsletter-footer input[type=text] { width: calc(100% - 42px); height: 42px; background-color: transparent;  color: #333333; xfont-size: 16px;  padding-left: 10px; }
/* #newsletter input[type=submit] { width: 42px; height:42px; background-image:url('../images/peticija-email.gif'); background-repeat: no-repeat; } */
#newsletter-footer #input-btn { width: 100%; height: 42px; display: flex; justify-content: space-between; background-color: #ffffff; margin-top: 5px; }
#newsletter-footer #input-btn #gumb { width: 30%; color: var(--barva-bez); background-color: var(--barva-zelena); }
#newsletter-footer #odgovor { width: 100%; height: 42px;  margin-top: 5px; color: #ffffff; }

/*
#footer ul.circled li:before {
    content: '\e800';
    margin-right: 10px;
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
 /*   font-family: 'fontello-circle';*/
/*    color: #ac2529;
    font-size: 8px;
}
*/

.clear { margin: 0; padding: 0; display:block;  clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }