.accordion_ck{
  font-family: Open Sans; 
}

/* covid-19 virus pasica */
.covid {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background: #ffffff;
  /* margin-bottom: -10px; */
}

/* pasica komunala v stevilkah */
.pasica_stevilke {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background: #eaeaea;
  /* margin-bottom: -10px; */
}


.heroggt {
  /* Sizing */
  	width: 100vw;
    height: 60vh;
  	margin-left: -1.1rem;
    
    /* Flexbox stuff */
    display: flex;
    justify-content: center; 
    align-items: center;
  	padding-left: 1em;
    
    /* Background styles */
  	background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)), url('https://komunala-radgona.si/images/slike-komunala/GG-boss.jpg');
	background-size: cover;
  	background-position: center center;
    background-repeat: no-repeat;
/*  background-attachment: fixed; */
}

.heroggt h1 {
    /* Text styles */
  	font-family: Roboto, Arial, Helvetica;
  	font-size: 5em;
  	font-weight: 500;
  	text-shadow: 0px 7px 7px #535353;
  	color: #e5e5e5;
    
    /* Margins */
   	margin-top: 0;
}
.heroggt h2 {
    /* Text styles */
  	font-family: Roboto, Arial, Helvetica;
  	font-size: 2em;
  	font-weight: 300;
  	text-shadow: 0px 7px 7px #535353;
  	color: #e5e5e5;
    
    /* Margins */
    margin-top: 1em;
}

/* pasica bela za poudarek po celi širini */
.pasica-belo {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
   background: #ffffff;
}


.siv-pas-junak {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;

  height: 125x;
/*  padding: 12px;
  padding-top: 10px;
  padding-bottom: 46px; */
   background: #e1e2e3;
}

.pasica-sivo {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background: #444;
}
.bottom4 {
	margin-top: 5px;
}

/* preberi več za news enhanced */
.readmore{
  font-family: Roboto, Arial, Helvetica;
  font-weight: 300;
  font-size: 0.85rem;  
  background-color: #fff; /* Green */
  border: 1px solid #e4e5e6;
  color: #252525;
  padding: 2px 20px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
}

.readmore:hover {
  background-color: #f1f2f3;
  border: 1px solid #aaa;
  color: #252525;
}

#lnee_310 .newsextra { /* odmik datuma od slike */
	margin-top: 10px;
}

#lnee_310 .newstitle { /* odmik naslova od datuma */
	margin-top: 5px;
}
.naslov-aktualna{
 height: 40px; 
 padding-top: 5px;
 margin-bottom: 0px;
 font-size: 0.8em;
}

.aktualna{
}
.levi{
  margin-top: -20px;
  margin-left:-50px;
}

/* obvestila prva stran s slikami */
.news2{
  padding-bottom: 30px;  
  padding-left: -10px;
  padding-top: 0px;
/*  margin-left: 10px; */
}

.lnee .newshead .picture:hover img {
border: 0px solid #a4a5a6;
-webkit-filter: brightness(0.8);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 0.3s ease; 
}

/* preberi več za news enhanced s slikamo - novo */
.readmore2{
  font-family: Roboto, Arial, Helvetica;
  font-weight: 400;
  font-size: 0.85rem;  
  background-color: #fff; /* Green */
  border: 1px solid #e4e5e6;
  color: #252525;
  padding: 2px 20px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
}

.readmore2:hover {
  background-color: #f4f5f6;
  border: 1px solid #aaa;
  color: #252525;
}

/** novo - mtabs */

.mtabs {
  display: flex;
  flex-wrap: wrap;
}

/* izgled zavihka */ 
.mtabs label {
	margin-right: 0.2rem;
	font-weight: normal;
	font-size: 1rem;
  	transition: background ease 0.2s;
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: #252525;
	flex-grow: 3; /* Razširi tabe čez celo širino */ 
	text-align: center;
	background-color: #e4e5e6; /* barva ozadja */
	text-align: center;
	-webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
	transition: 0.3s background-color ease, 0.3s box-shadow ease;
	height: 40px;
	box-sizing: border-box;
	padding: 7px; /* odmik teksta od zgoraj */
	border-top: 1px solid #e4e5e6;
	border-left: 1px solid #e4e5e6;
	border-right: 1px solid #e4e5e6;
	border-radius: 8px 8px 0px 0px;
  	box-shadow: -0.5px 0 0 #ddd inset;

}
 
.mtabs label:hover {
	background:  #fff;

}

/* izgled polja za tekst */

.mtabs .mtab {
  margin-right: 0.2rem;

  order: 99;
  flex-grow: 1;
  width: 100%;
  color: #000;
  display: none;
  padding: 1rem;
  background: #fff;
  margin-top: -0.3rem;
  border-radius: 0px 0px 6px 6px;
  box-shadow: 0 -1px 0 #fff inset;
}

.mtabs input[type="radio"] {
  display: none;
}
 
/* izbrani tab */
.mtabs input[type="radio"]:checked + label {
  background: #fff;	
  border-top: 1px solid #e4e5e6;
  border-left: 1px solid #e4e5e6;
  border-right: 1px solid #e4e5e6;
  border-bottom: 1px solid #fff;
  border-radius: 8px 8px 0px 0px;
  
  
}
 
/* izgled polja za tekst */
.mtabs input[type="radio"]:checked + label + .mtab {
  margin-top: -0.6rem;
  margin-right: -0.4;
  color: #000;
  display: block;
  border-top: 1px solid #e4e5e6;
  border-bottom: 1px solid #e4e5e6;
  border-top: 1px solid #fff;
  border-left: 1px solid #e4e5e6;
  border-right: 1px solid #e4e5e6;
  box-shadow: -1px -1px 0 #ddd inset;

}
 
@media (max-width: 45em) {
  .mtabs .mtab,
  .mtabs label {
    order: initial;
  }
 
  .mtabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}


.search6{
	width: 150px;
}
.search5{
	font-family: Roboto, Arial, Helvetica, sans-serif;
  	font-weight: 300;
  	font-size: 1em!important;
  	/* line-height: 1.4em; */	
	background: #333333;
  	color: #ccc;
  	margin: 0 auto;
  	margin-top: 55px;
  	width: 150px;
}

.search4{
	font-family: Roboto, Arial, Helvetica, sans-serif;
  	font-weight: 300;
  	font-size: 1em!important;
  	/* line-height: 1.4em; */	
	background: #333333;
  	color: #ccc;
  	margin: 0 auto;
  	margin-top: 55px;
  	width: 150px;
}
.search .label{
  font-family: Verdana;
}

.iskanje3stil{
  background-color: red;
width: 30px;

}

.isk2{
  /* margin-top: 40px; */
  font-family: Roboto, Arial, Helvetica;
  font-size: 1rem;
}
/* za copyright */
.mojbottom {
  		color: #aaa;
  		padding-top: 30px;
/*        border-top: 1px solid #444;  */
  		margin-top: -40px;
}

/* domača stran */
.domaca2 a{
	color: #252525!important;
}

.domaca2 a:hover{
	color: #0069aa!important;
}


/* Gumb arhiv obvestil */
.btn-arhiv {
  position: relative;
  background-color: #fff;
  color: #252525;
  font-family: Open Sans, Arial, Helvetica;
  font-size: 10pt;
  padding: 8px 28px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 1px;
  text-align: center;
}

.btn-arhiv:hover {
  background-color: #f4f5f6;
  border: 1px solid #aaa;
  color: #252525;
}

/* obvestila prva stran */
.news{
  padding-bottom: 30px;  
}

/* obvestila arhiv */
.news-a{
  margin-top: 30px;  
  padding-bottom: 30px;  
}

/* Spremeni pisavo za Footer */
.bottom {
	font-family: Asap, Arial, Helvetica, sans-serif;
  	font-weight: 400;
  	font-size: 1.2em!important;
  	line-height: 1.4em;
  	color: #bbb;
}
.bottom2 {
	font-family: Asap, Arial, Helvetica, sans-serif;
  	font-weight: 400;
  	font-size: 1.2em!important;
  	line-height: 1.4em;
  	color: #bbb;
  	padding-left: 40px;
}
.bottom3 {
	font-family: Asap, Arial, Helvetica, sans-serif;
  	font-weight: 400;
  	font-size: 1.2em!important;
  	line-height: 1.4em;
  	color: #bbb;
  	padding-left: 80px;
  margin-right: -40px;
}

/* breadcumbs */
#sp-breadcrumb, #sp-breadcrumb .breadcrumb {
  height: 35px;
  background-color: #0069aa;
  color: #fff;
  margin-left: -7px;
  margin-top: -15px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.9em 
}

#sp-breadcrumb, #sp-breadcrumb .breadcrumb li.active, li.visited, li.link {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #ffF;
  background-color: #0069aa;
}
/* konec breadcumbs */

/* modra pasica zgoraj */
.moder-pas {
  text-align: left;
  vertical-align: middle;
  height: 7.5rem;
  padding-top: 2.6rem;
 /* margin-top: 35px; */
  /* padding: 0.62rem 15rem; */
}

/* za naslov nad levim menijem */
.levi2{
  /* margin-top: -20px; */
  margin-left:15px; 
  margin-bottom: -50px;
}

/* za graf */
.wrappergoogle{
  margin-left: -1.5rem;
}

.karta{
  border: 1px solid #ccc;
}

/* Zmanjša presledek na vrhu artikla */
section#sp-main-body {
  padding-top: 55px;
  padding-bottom: 20px;
}

/* Zmanjša presledek na vrhu artikla */
section#sp-user3 {
  padding-top: 10px;
}


/* moja definicija pisav 

p{
 font-weight: 300;
 font-size: 0.9em!important;
  
}*/
/*h1{
  font-size: 2.2vw!important;
  color: #252525;
}
*/
h2{
  font-size: 1.7em!important;
  color: #252525;
}
h3{
  font-size: 1.3em!important;
  color: #252525;
}

h4{
  font-family: Roboto, Arial, Helvetica;
  font-size: 1.2em!important;
  font-weight: 400!important;
  color: #252525!important; 
}

h5{
}

h6{
  font-size: 1em!important;
  line-height: 1.4em!important;
  font-weight: 400; 

  color: #252525!important;
  
 /* line-height: 1.8!important; */
}
b14{
  font-size: 0.9em!important;
}
/* unvisited link 
 a:link {
 color: #01266a;
}
a:visited {
  color: #01266a;

}
a:hover {
  color: #6a1201;
}
a:active {
  color: #252525;
}
*/

#sp-left .sp-module {border: 0px solid transparent;}

/* pasice za poudarek po celi širini */


/* pasice za poudarek po celi širini */
.pasica-sv-sivo {
  margin: 0 -9999rem;
  /* add back negative margin value */
  padding: 0.25rem 9999rem;
  background: #f4f4f4;
}


.skupina {
  width: 100%;
  height: 30px; 
  background-color: #888;
  font-family: "Open Sans", Arial, Helvetica, Verdana;
}


/* sive pasice za poudarek pod aktualna obvestila */
.bel-pas {
  height: 40px;
  padding: 12px;
  padding-top: 10px;
  padding-bottom: 46px;
  background: #fff;
}

.naroci {
  color: #aaa;
  height: 10px;
  margin-bottom: 20px;
}


/* sive pasice za poudarek pod aktualna obvestila */
.siv-pas {
  margin-top: -10px;
  height: 0px;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 80px;
}

/* za črno pasico zgoraj - kontakt */
.kontakt {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  font-size: 11pt;
  text-align: right;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: -9px;
  font-size: 10pt;
  background: #171717;
}

/* Zmanjša presledek na vrhu artikla */
section#sp-user3 {
  padding-top: 1px;
}

/* beli razmak */
.razmak{
  height: 100px;
}

/* beli razmak - mali*/
.razmakm {
  height: 20px;
}

/* pasica svetlo modra za poudarek po celi širini */
.pasica-sv-modro {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background: #e7ecf6;
  margin-bottom: -10px;
}

/* modra pasica zgoraj */
.moder-pas2 {
  text-align: left;
  vertical-align: middle;
  height: 120px;
  padding-top: 40px;
  background-color: 343434;
  border-color: #000;
  border-bottom-color: #ddd;
}

/* drugačen bullet */
/*
ul {
	list-style-image: url(/images/bullet3.png);
  	padding: 4px 0px 10px 10px;
}
*/

/* zamik za bulleted list */
ul, ol {
     margin-left:-10px;
}

/* konec drugačen bullet */


/* lightbox 5-6-2020 - ta dela */
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.7;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 0.5;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* konec lightbox 5-6-2020 */

/* sitemap */
.sitemap{
  font-family: Roboto;
  font-weight: 400;
  padding-bottom: 100px;
}
/* konec sitemap */


#sp-left .sp-module {border: 0px solid transparent;}


/* accordion ok - 17-6-2020 */
.tabs {
  border-radius: 1px; /* radius title */
  overflow: hidden;
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.3);
}

.tab {
  width: 100%; /* širina title brez sence */
  margin-top: 0px;
  margin-bottom: -9px; /* razmak med tabi */
  padding-top: 0px;
  color: #252525; /* pisava v title */
  font-family: "Roboto",Verdana,Arial,sans-serif;
  border-top: 1px solid #cecece;
  overflow: hidden;
}

.tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-top: 0.6em; /* višina deske */
  padding-bottom: 0.4em; /* višina deske */
  padding-left: 2.5em; /* odmik teksta od levega roba */
  padding-right: 1em; /* odmik puščice od desnega roba */
  background: #e4e5e6; /* ozadje title */
  font-weight: normal;
  cursor: pointer;
  /* Icon */
}
.tab-label:hover {
  background: #c8ccce; /* ozadje  za hover */
  color: #252525;
}
.tab-label::after {
  -webkit-transform: rotate(90deg); /* puščica pri zaprtem */
          transform: rotate(90deg);

  content: "\276F"; /* puščica desno */
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  font-size: 1em;
  /* font-family: "Merriweather",Roboto,Arial,Helvetica; */
  font-weight: 400;
  padding-bottom: 0em;
  color: #252525;
  background: #fff;
  /* border-left: 1px #0000cc; */
  -webkit-transition: all .15s; /* hitrost odpiranja */
  transition: all .15s; /* hitrost odpiranja */
}
.tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #e4e5e6;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f; /* barva title za hover */
}
input:checked + .tab-label { /* barva odprtega title */
  background: #c8ccce;
  color: #252525;
}
input:checked + .tab-label::after {
  -webkit-transform: rotate(-90deg); /* obrni puščico pri odpiranju */
          transform: rotate(-90deg);
		  /* color: red; */
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

/* ******************************************************
	Script Top
*********************************************************/
.ScriptTop {
    background: #fff none repeat scroll 0 0;
    float: left;
    font-size: 0.69em;
    font-weight: 400;
    line-height: 2.2;
    padding: 12px 0;
    /* text-transform: uppercase; */
    width: 100%;
}
/* To Navigation Style 1*/
.ScriptTop ul {
    margin: 12px 0;
    padding: 0;
    text-align: left;
}
.ScriptTop li{
	list-style:none;	
	display:inline-block;
}
.ScriptTop li a {
    background: #6a4aed none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 18px;
    text-decoration: none;
    /* text-transform: capitalize; */
}
.ScriptTop li a:hover{
	background:#000;
	color:#fff;
}

.ScriptHeader {
    float: left;
    width: 100%;
    padding: 2em 0;
}
.rt-heading {
    margin: 0 auto;
	text-align:center;
}
.Scriptcontent{
	line-height:28px;	
}
.ScriptHeader h1{
	font-family: "Roboto", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
    color: #6a4aed;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
}
.ScriptHeader h2 {
    color: #312c8f;
    font-size: 20px;
    font-weight: 300;
    margin: 5px 0 0;
    line-height: normal;
}
.ScriptHeader h1 span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;
}
.ScriptHeader span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;
}



/* pasica po celi širini */
html, body {
  overflow-x: visible;
}


/* Gumb o analize pitne vode */
.btn-voda {
  position: relative;
  background-color: #eee;
  color: #252525;
  font-family: Open Sans, Arial, Helvetica;
  font-size: 10pt;
  padding: 7px 28px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 1px;
  text-align: center;
}

.btn-voda:hover {
  background-color: #ddd;
  border: 1px solid #222;
  color: #252525;
}

.herovt {
  /* Sizing */
  	width: 100vw;
    height: 60vh;
  	margin-left: -1.1rem;
    
    /* Flexbox stuff */
    display: flex;
    justify-content: center; 
    align-items: center;
  	padding-left: 1em;
    
    /* Background styles */
  	background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)), url('https://komunala-radgona.si/images/slike-komunala/pomol2.jpg');
	background-size: cover;
  	background-position: center center;
    background-repeat: no-repeat;
/*  background-attachment: fixed; */
}

.herovt h1 {
    /* Text styles */
  	font-family: Roboto, Arial, Helvetica;
  	font-size: 5em;
  	font-weight: 500;
  	text-shadow: 0px 7px 7px #535353;
  	color: #e5e5e5;
    
    /* Margins */
   	margin-top: 0;
}
.herovt h2 {
    /* Text styles */
  	font-family: Roboto, Arial, Helvetica;
  	font-size: 2em;
  	font-weight: 300;
  	text-shadow: 0px 7px 7px #535353;
  	color: #e5e5e5;
    
    /* Margins */
    margin-top: 1em;
}

/* Gumb o podjetju */
.herovt-button {
  position: relative;
  background-color: #eee;
  color: #252525;
  font-family: Open Sans, Arial, Helvetica;
  font-size: 10pt;
  margin-top: 2em;
  padding: 7px 28px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 1px;
  text-align: center;
}

.herovt-button:hover {
  background-color: #ddd;
  border: 1px solid #222;
  color: #252525;
}

/* začetek hero podjetje */
.heropt {
  /* Sizing */
  	width: 100vw;
    height: 60vh;
  	margin-left: -1.1rem;
    
    /* Flexbox stuff */
    display: flex;
    justify-content: center; 
    align-items: center;
  	padding-left: 1em;
    
    /* Background styles */
  	background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)), url('https://komunala-radgona.si/images/slike-komunala/park1920x750.jpg');
	background-size: cover;
  	background-position: center center;
    background-repeat: no-repeat;
/*  background-attachment: fixed; */
}

.heropt h1 {
    /* Text styles */
  	font-family: Roboto, Arial, Helvetica;
  	font-size: 5em;
  	font-weight: 500;
  	text-shadow: 0px 4px 4px #535353;
  	color: #e5e5e5;
    
    /* Margins */
   	margin-top: 0;
}
.heropt h2 {
    /* Text styles */
  	font-family: Roboto, Arial, Helvetica;
  	font-size: 2em;
  	font-weight: 300;
  	text-shadow: 0px 7px 7px #535353;
  	color: #e5e5e5;
    
    /* Margins */
    margin-top: 1em;
}

/* Gumb podjetje */
.heropt-button {
  position: relative;
  background-color: #eee;
  color: #252525;
  font-family: Open Sans, Arial, Helvetica;
  font-size: 10pt;
  margin-top: 2em;
  padding: 7px 28px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 1px;
  text-align: center;
}

.heropt-button:hover {
  background-color: #ddd;
  border: 1px solid #222;
  color: #252525;
}
/* konec hero podjetje */

/* začetek hero odvajanje */
.heroot {
  /* Sizing */
  	width: 100vw;
    height: 60vh;
  	margin-left: -1.1rem;
    
    /* Flexbox stuff */
    display: flex;
    justify-content: center; 
    align-items: center;
  	padding-left: 1em;
    
    /* Background styles */
  	background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)), url('https://komunala-radgona.si/images/slike-komunala/hero-kanalizacija.jpg');
	background-size: cover;
  	background-position: center center;
    background-repeat: no-repeat;
/*  background-attachment: fixed; */
}

.heroot h1 {
    /* Text styles */
  	font-family: Roboto, Arial, Helvetica;
  	font-size: 5em;
  	font-weight: 500;
  	text-shadow: 0px 7px 7px #535353;
  	color: #e5e5e5;
    
    /* Margins */
   	margin-top: 0;
}
.heroot h2 {
    /* Text styles */
  	font-family: Roboto, Arial, Helvetica;
  	font-size: 2em;
  	font-weight: 300;
  	text-shadow: 0px 7px 7px #535353;
  	color: #e5e5e5;
    
    /* Margins */
    margin-top: 1em;
}

/* konec hero odvajanje */

/* začetek hero smeti */
.herost {
  /* Sizing */
  	width: 100vw;
    height: 60vh;
/*  	margin: 0 0; */
  	margin-left: -1.1rem;
    
    /* Flexbox stuff */
    display: flex;
    justify-content: center; 
    align-items: center;
  	padding-left: 1em; 
    
    /* Background styles */
  	background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)), url('https://komunala-radgona.si/images/slike-komunala/ravnanje-z-odpadki.jpg');
	background-size: cover;
  	background-position: center center;
    background-repeat: no-repeat;
/*  background-attachment: fixed; */
}

.herost h1 {
    /* Text styles */
  	font-family: Roboto, Arial, Helvetica;
  	font-size: 5em;
  	font-weight: 500;
  	text-shadow: 0px 7px 7px #535353;
  	color: #e5e5e5;
    
    /* Margins */
   	margin-top: 0;
}
.herost h2 {
    /* Text styles */
  	font-family: Roboto, Arial, Helvetica;
  	font-size: 2em;
  	font-weight: 300;
  	text-shadow: 0px 7px 7px #535353;
  	color: #e5e5e5;
    
    /* Margins */
    margin-top: 1em;
}

/* konec hero smeti */

/* začetek hero mkcn */
.heromt {
  /* Sizing */
  	width: 100vw;
    height: 60vh;
/*  	margin: 0 0; */
  	margin-left: -1.1rem;
    
    /* Flexbox stuff */
    display: flex;
    justify-content: center; 
    align-items: center;
  	padding-left: 1em; 
    
    /* Background styles */
  	background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)), url('https://komunala-radgona.si/images/slike-komunala/cistilne-boss.jpg');
	background-size: cover;
  	background-position: center center;
    background-repeat: no-repeat;
/*  background-attachment: fixed; */
}

.heromt h1 {
    /* Text styles */
  	font-family: Roboto, Arial, Helvetica;
  	font-size: 5em;
  	font-weight: 500;
  	text-shadow: 0px 7px 7px #535353;
  	color: #e5e5e5;
    
    /* Margins */
   	margin-top: 0;
}
.heromt h2 {
    /* Text styles */
  	font-family: Roboto, Arial, Helvetica;
  	font-size: 2em;
  	font-weight: 300;
  	text-shadow: 0px 7px 7px #535353;
  	color: #e5e5e5;
    
    /* Margins */
    margin-top: 1em;
}
/* konec hero mkcn */

/* začetek hero zimska */
.herozt {
  /* Sizing */
  	width: 100vw;
    height: 60vh;
/*  	margin: 0 0; */
  	margin-left: -1.1rem;
    
    /* Flexbox stuff */
    display: flex;
    justify-content: center; 
    align-items: center;
  	padding-left: 1em; 
    
    /* Background styles */
  	background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)), url('https://komunala-radgona.si/images/slike-komunala/hero-zimska1.jpg');
	background-size: cover;
  	background-position: center center;
    background-repeat: no-repeat;
/*  background-attachment: fixed; */
}

.herozt h1 {
    /* Text styles */
  	font-family: Roboto, Arial, Helvetica;
  	font-size: 5em;
  	font-weight: 500;
  	text-shadow: 0px 7px 7px #535353;
  	color: #e5e5e5;
    
    /* Margins */
   	margin-top: 0;
}
.herozt h2 {
    /* Text styles */
  	font-family: Roboto, Arial, Helvetica;
  	font-size: 2em;
  	font-weight: 300;
  	text-shadow: 0px 7px 7px #535353;
  	color: #e5e5e5;
    
    /* Margins */
    margin-top: 1em;
}
/* konec hero zimska */

/* začetek hero ceste */
.heroct {
  /* Sizing */
  	width: 100vw;
    height: 60vh;
/*  	margin: 0 0; */
  	margin-left: -1.1rem;
    
    /* Flexbox stuff */
    display: flex;
    justify-content: center; 
    align-items: center;
  	padding-left: 1em; 
    
    /* Background styles */
  	background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)), url('https://komunala-radgona.si/images/slike-komunala/ceste-hero3.jpg');
	background-size: cover;
  	background-position: center center;
    background-repeat: no-repeat;
/*  background-attachment: fixed; */
}

.heroct h1 {
    /* Text styles */
  	font-family: Roboto, Arial, Helvetica;
  	font-size: 5em;
  	font-weight: 500;
  	text-shadow: 0px 7px 7px #535353;
  	color: #e5e5e5;
    
    /* Margins */
   	margin-top: 0;
}
.heroct h2 {
    /* Text styles */
  	font-family: Roboto, Arial, Helvetica;
  	font-size: 2em;
  	font-weight: 300;
  	text-shadow: 0px 7px 7px #535353;
  	color: #e5e5e5;
    
    /* Margins */
    margin-top: 1em;
}
/* konec hero ceste */


/* Splošni gumb */
.hero .btn {
  position: relative;
  background-color: #eee;
  color: #252525;
  font-family: Open Sans, Arial, Helvetica;
  font-size: 10pt;
  margin-top: 2em;
  padding: 7px 28px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 1px;
  text-align: center;
}

.hero .btn:hover {
  background-color: #ddd;
  border: 1px solid #222;
  color: #252525;
}

