
:root{
    --main-bg-color:#f1f7fa;
    --head-bg-color: #edf8fd;
    --mous-ovr-color:#800000;
    --main-blu-color: darkblue;
}

/*
var(--main-bg-color)
var(--mous-ovr-color)
var(--main-blu-color)
*/

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
} 
  
html{ 
  font-size: 10px;
}


body{
  position: relative;
  width: 100%;
  height: 100%;
}

.container{
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  max-width:790px;
  min-height: 450px;
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 10px;  
  padding-bottom: 10px;

}

.cont{height:515px;}
.inde{height:590px;}
.ende{height:485px;}
.loca{height:485px;}
.news{height:485px;}
.noti{height:350px;}
.poje{height:740px;}
.prod{height:485px;}
.prot{height:350px;}
.repr{height:485px;}
.smap{height:590px;}
.supp{height:485px;}

.header{
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 780px;
    height: 80px;
    background-color: var(--head-bg-color);
    border: solid 1px var(--main-blu-color);

}

.miniHeader{
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 400px;
  height: 70px;
  background-color: var(--head-bg-color);
  border: solid 1px var(--main-blu-color);

}

.date {
  box-sizing: border-box;
  display: inline;
  position: absolute;
  width: 765px;
  height: 30px;
  top: 60px;
  left: 5px;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 1.1rem;
  text-align: right;
  color: var(--mous-ovr-color);
  height: 19px;

}

.navtop{
    display: inline-flex;
    flex-wrap: nowrap;
}

.fpnavpad{
  box-sizing: border-box;
  width: 40px;
  background-color: var(--main-bg-color);
  border-bottom: solid 1px var(--main-blu-color);
}
.navtop ul{
  display: flex;
  justify-content: center;
  white-space: nowrap;
  list-style: none;
  width: 740px;
  height: 27px;
  background-color: var(--main-bg-color);
  border-bottom: solid 1px var(--main-blu-color);
  margin: 0 auto;
  padding: 0px 9px 0 0px;

}

/* Left0 for clean navBar */

.navtop-left0{
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  text-decoration: none;
  color: var(--mous-ovr-color);
  border-left: solid 1px var(--main-blu-color);
  line-height: 26px;

}



.navtop-left{
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
  color: var(--mous-ovr-color);
  border-left: solid 1px var(--main-blu-color);
  line-height: 26px;

}

.navtop-mid{
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
  color: var(--mous-ovr-color);
  border: 0px;
  line-height: 26px;

}

.navtop li{
  width: 20%;
  line-height: 26px;
  vertical-align: middle;
  border-right: solid 1px var(--main-blu-color);  
  text-align: center;

}

.exbord{
  border-left: solid 1px var(--main-blu-color);
}

.navtop li a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  text-decoration: none;
  color: black;
  
}

.navtop li a:hover{
  display: block;
  font-weight: bold;
  color: var(--mous-ovr-color);
  background-color: var(--main-bg-color);  

}


.fparticle{
    box-sizing: border-box;
    position: absolute;
    top: 110;
    width: 731px;
    min-height: 436px;
    margin: 0;
    padding: 0;

}

.fparticle H1{
    color: #000000; 
    Font-Family: Verdana, Lucida, Sans-Serif;
    Font-Size: 1.3rem;
    Font-Variant: normal;
    Font-Weight: bold;
    Font-Style: normal;
    margin: 0px;
    padding: 0px;

}

.fparticle P{
    color: #000000; 
    Font-Family: Verdana, Lucida, Sans-Serif;
    Font-Size: 1.3rem;

}

.fparticle A{
    text-decoration: none;
}

.fparticle A:hover{
    text-decoration: underline;

}

.col1{
    box-sizing: border-box;
    position: absolute;
    width: 292px;
    height: 278px;
    background-color: var(--main-bg-color);
    padding: 10px;
    
}

.col2{
    box-sizing: border-box;
    position: absolute;
    width: 292px;
    height: 278px;
    left: 296px;
    background-color:var(--main-bg-color);
    padding: 10px;
}

.sidebar{
    width: 190px;
    height: 430px;
    box-sizing: border-box;
    position: absolute;
    top: 110px;
    left: 590px;
    background-color:  var(--main-bg-color);
    border: 1px solid var(--main-blu-color);
    margin: 2px;

}

.sidebar H2{
    color: var(--main-blu-color); 
    Font-Family: Verdana, Lucida, Sans-Serif;
    Font-Size: 10pt;
    Font-Variant: normal;
    Font-Weight: bold;
    Font-Style: normal;
    background-color: var(--main-bg-color);
    margin: 0;
    padding: 5px;
}

.sidebar P{
    color:var(--main-blu-color); 
    Font-Family: Verdana, Lucida, Sans-Serif;
    Font-Size: 1.3rem;
    Font-Weight: normal;
    Font-Style: normal;
    margin: 0;
    padding: 5px;

}

.sidebar A{
    display: block;
    color: var(--mous-ovr-color); 
    Font-Family: Verdana, Lucida, Sans-Serif;
    Font-Size: 1.3rem;
    Font-Weight: normal;
    text-decoration: none;
    margin-top: 5px;
    padding: 0px;
    text-align: center;
}

.sidebar A:hover{
    Font-Family: Verdana, Lucida, Sans-Serif;
    Font-Size: 1.3rem;
    Font-Weight: bold;
    background-color: var(--main-bg-color);
}

.sbar01{
    box-sizing: border-box;
    width:178px;
    height: 110px;
    margin: 4px;
    background-color: var(--main-bg-color);
    border: 1px solid var(--main-blu-color);

}

.sbar02{
    box-sizing: border-box;
    width:178px;
    height: 240px;
    margin: 0 4px 4px 4px;
    background-color:  var(--main-bg-color);
    border: 1px solid var(--main-blu-color);

}

.sbar02pic{
    float: right;
    margin:5px 5px 5px 5px;
    padding: 1;
    border: 1px solid var(--main-blu-color);

}


.sbar03{
    box-sizing: border-box;
    width:178px;
    height: 5px;
    margin: 0 4px 4px 4px;

}

.foot{
    justify-content: center;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    bottom: 0;
    max-width: 780px;
    Color: var(--main-blu-color);
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid var(--main-blu-color);
    margin-top: 2px;
    padding: 0px;

}

.ftli1{
    display: inline-block;
    background-color: var(--main-bg-color);
    margin: 2px 0 0 0;
    width: 100%;
}

.ftli1 UL{
    display: flex;
    width: 780px;
    list-style: none;
    margin: 0;
    padding: 0;
    
}

.ftli1 LI{
  Font-Family: Arial, Helvetica, Sans-Serif;
  Font-Size: 1.1rem;
  width: 33%;
  text-align: center;
  vertical-align: middle;

}

.foot A{
    Color: var(--main-blu-color);
    Font-Family: Arial, Helvetica, Sans-Serif;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: bold;
}

.foot A:hover{
    Color: var(--main-blu-color);
    text-decoration: underline;
}

.ftli2{
    display: block;
    width: 100%;
    background-color: var(--main-bg-color);
    text-align: center;
    Color: var(--main-blu-color);
    Font-Weight: normal;
    Font-Style: normal;
    margin: 2px 0 0 0;

}

.ftli2 P{
    Font-Family: Arial, Helvetica, Sans-Serif;
    Font-Size: 1.1rem;
    margin: 0;
}

/* Hamburger */

.mcdo{
    box-sizing: border-box;
    width: 40px;
    height: 27px;
    position: relative;
    float: left;
    background-color: var(--main-bg-color);
    border-bottom: 1px solid darkblue;
        
  }

  /*Panel*/

  .panel {
    display: block;
    position: relative;
    box-sizing: border-box;   
    top: -2px;
    width: 165px;
    height: 310px;
    margin: 0px;
    background: var(--main-bg-color);  

  }

  .panel ul{
    list-style: none;
    position: absolute;
    width: 100px;
    padding: 0;
    margin: 0px;

  }

  .panel li{
    line-height: 37px;
    width: 165px;
    border-bottom: solid 1px rgb(34, 3, 63);

   }

   .panelli P{
     display: block;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.5rem;
     font-weight: bold;
     color: var(--mous-ovr-color);
     background: rgb(202, 200, 200);
     line-height: 37px;
     padding-left: 10px;
     margin: 0px;
   }

  .panel a{
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    color: rgb(34, 3, 63);
    text-decoration: none;
    padding-left: 10px;
  
  }

  .panel a:hover{
    font-weight: bold;
    color: var(--mous-ovr-color);
    text-decoration: none;
    background: rgb(202, 200, 200);
    line-height: 37px;
  
  }

  /*   Page Styles   */

  .efparticle{
    box-sizing: border-box;
    position: absolute;
    top: 110px;
    left: 170px;
    width: 520px;
    min-height: 340px;
  }

  .efparticle A{
    text-decoration: none;
}

  .efparticle A:hover{
    text-decoration: underline;

}

  .picind{
    float: left;
    width: "100px"; 
    height: "100px";
    margin: 0;
    padding: 0 10px 0px 0px;
  }

  .ptext01{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
    margin: 0px;
  }

.rightpan{
  box-sizing: border-box;
  position: absolute;
  top: 110px;
  left: 720px;
  width: 60px;
  height: 325px;
  margin-bottom: 2px;
  padding: 0px;
  border: 1px solid var(--main-blu-color);
  background-color: var(--main-bg-color);
  
}

/*   Map Styles   */

.index{
  list-style: none;
  padding-left:30px;
  margin-top: 10px;
}

.index LI{
  width:200px
}

.index A{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  line-height: 150%;
  color: #000080; 
}

.index A:hover{
  display: block;
  text-decoration: underline;
  color: #000080; 
  background-color: rgb(213, 225, 230);
}

.notes{
  display: block;
  width: 590px;
  margin-left: 110px;
  padding-bottom: 40px;

}

.closeIt2{
  position: absolute;
  width: 90px;
  height: 23px;
  left: 300px;
  color:var(--mous-ovr-color);
  background-color: var(--main-bg-color);
  font-size: 1.4rem;
  font-weight: normal;
  border: 1px solid var(--main-blu-color);
  border-radius: 5px;
}

.closeIt2:hover{
  font-weight: bold;
  background: #c0c0c0;
  cursor: pointer;
}

.notes P{
  color: #000000; 
  Font-Family: Verdana, Lucida, Sans-Serif;
  Font-Size: 1.1rem;
  line-height: 120%;
  padding: 12px;

}

.notes H1{
  color: #000000; 
  Font-Family: Verdana, Lucida, Sans-Serif;
  Font-Size: 1.3rem;
  font-weight: normal;
  text-decoration: underline;
  
}

/* service tables */

.serviceTabs{
  position: absolute;
  top: 110px;
}
.serviceTabs H1{
  display: block;
  height: 40px;
  padding: 4px;
  font-size: 1.3rem;
  font-weight: bold;
  color: white;
  background-color: var(--main-blu-color);

}

.serviceTabs UL{
  display: block;
  list-style-image: url('/aMedia/arrowYel.png');
  border-bottom: 1px solid #c0c0c0;
    
}

.serviceTabs P{
  font: ariel;
  font-size: 1.3rem;
  height: auto;
  margin: 0px 0 10px 0px;
  padding: 5px;
  border-bottom: 1px solid #C0C0C0;
}

.serviceTabs LI{
  font: ariel;
  font-size: 1.3rem;
  height: auto;
  margin: 0px 0 10px 40px;
  padding:5px;

}

.level1{
  position: absolute;
  top: 0px;
  width: 540px;
  height: 130px;
  left: 0;

}

.level1 P{
  display: block;
  width: 540px;
  background-color:var(--main-bg-color);
  
}

.level1fr{
  position: absolute;
  top: 0px;
  width: 540px;
  height: 130px;
  left: 0;

}

.level1fr P{
  display: block;
  width: 540px;
  background-color:var(--main-bg-color);
  
}

.level2{
  position: absolute;
  top: 135px;
  width: 265px;
  left: 0;
  border-right: 1px solid #c0c0c0;

}

.level2 P{
  display: block;
  width: 265px;
  background-color:var(--main-bg-color);
  border-right: 1px solid #c0c0c0;
}

.level2fr{
  position: absolute;
  top: 175px;
  width: 265px;
  left: 0;
  border-right: 1px solid #c0c0c0;

}

.level2fr P{
  display: block;
  width: 265px;
  background-color:var(--main-bg-color);
  border-right: 1px solid #c0c0c0;

}

.level3{
  position: absolute;
  top: 135px;
  width: 270px;
  left: 270px;
}


.level3 P{
  display: block;
  width: 270px;
  background-color:var(--main-bg-color);

}

.level3fr{
  position: absolute;
  top: 175px;
  width: 270px;
  left: 270px;
}

.level3fr P{
  display: block;
  width: 270px;
  background-color:var(--main-bg-color);

}

.rightSp1{
  content: ' ';
  box-sizing: border-box;
  position: absolute;
  top: 110px;
  left: 720px;
  width: 60px;
  height: 580px;
  margin-bottom: 2px;
  padding: 0px;
  border: 1px solid var(--main-blu-color);
  background-color: var(--main-bg-color);
  
}

.address{
  position: relative;
  display: block;
  margin: 0px; 
}

.de{
  position: absolute;
  top: 20px;  
  left: 0;
  height: 240px;
  width: 265px;
  padding: 0px 0 10px 0px;
  background-color: var(--main-bg-color);

}

.fr{
  position: absolute;
  top: 20px;  
  left: 270px;
  height: 240px;
  width: 270px;
  padding: 0px 0 10px 0px;
  background-color: var(--main-bg-color);

}

.address UL{
  list-style: none;
}

.address {
  text-align: center;
}

.address LI{
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
}

.s2 LI{
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2em;
}

.address A{
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--main-blu-color);
}

.address A:hover{
   text-decoration: underline;
}


.s1 LI{
  display: block;
  height: 30px;
  padding-top: 5px;
  background-color:var(--main-blu-color);
  font-weight: bold;
  font-size: 1.5rem;
  color: white;
}

.s2{
  display: block;
  height: 25px;
  padding: 3px;
}

.rightSp2{
  box-sizing: border-box;
  position: absolute;
  top: 110px;
  left: 720px;
  width: 60px;
  height: 355px;
  margin-bottom: 2px;
  border: 1px solid var(--main-blu-color);
  background-color: var(--main-bg-color);
}


.bisc{
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 390px;
  height: 40px;
  background-color: var(--head-bg-color);
  border: solid 1px var(--main-blu-color);
}

.biscP1{
  box-sizing: border-box;
  display: block;
  margin: 0;
  width: 380px;
  height: 200px;
}

.biscP2{
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  margin: 0;
  top: 220px;
  width: 390px;
  height: 80px;
}

.closeIt{
  position: absolute;
  bottom: 80px;
  width: 90px;
  height: 23px;
  left: 300px;
  color:var(--mous-ovr-color);
  background-color: var(--main-bg-color);
  font-size: 1.4rem;
  font-weight: normal;
  border: 1px solid var(--main-blu-color);
  border-radius: 5px;
}

.closeIt:hover{
  font-weight: bold;
  background: #c0c0c0;
  cursor: pointer;
}

.closeIt2{
  position: absolute;
  width: 90px;
  height: 23px;
  left: 300px;
  color:var(--mous-ovr-color);
  background-color: var(--main-bg-color);
  font-size: 1.4rem;
  font-weight: normal;
  border: 1px solid var(--main-blu-color);
  border-radius: 5px;
}

.closeIt2:hover{
  font-weight: bold;
  background: #c0c0c0;
  cursor: pointer;
}

/* Cookie Overlay  */

.overlay{
  display: block;
  position: absolute;
  box-sizing: border-box;
  justify-content: center;
  background-color: rgb(205, 224, 184);
  width: 710px;
  height: 550px;
  border: 1px solid green;
  margin: 0;
  padding: 0;
  top: 70px;
  left: 50px; 
  opacity: 0.90;
  transform: translate(0); 
  transition: 0.1s linear;
}

.overlay.hide{
  display: block;
  visibility: hidden;
  flex-wrap: nowrap;
  justify-items: space-around;
  position: absolute;
  box-sizing: border-box;
  background-color: cornsilk;
  width: 520px;
  height: 0px;
  margin: 0;
  padding: 0;
  left: 150px;
  transform: translatey(100%);
  transition: 0.1s linear;

}

.overlay p{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 25px;
  text-justify: center;
  padding: 10px;
  opacity: 1.0;
}

.overlay ul{
  list-style: none;
  position: absolute;
  top:195px;
  width: 450px;
  left: 125px;
  margin: 0px;

}

.overlay li{
  display: inline-block;
  opacity: 1.0;
  width: 28%;
  margin: 9px;
  cursor: pointer;

 }
 
.overlay a{
  display: block;
  line-height: 35px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: blue;
  text-decoration: none;
  text-align: center;
  background-color: rgb(159, 199, 118);
  border: 1px solid black;
}

.overlay a:hover{
  font-weight: bold;
  color: red;
  background-color: cornsilk;
}