html {
    height: 100%;
  min-width: 320px;
}

body{

  background:#f3f3f3;
  height: 100%;
  margin:0;
  padding:0;
  font-family: 'Andika', sans-serif;
  font-size:14px;
}

h1{
  font-family:'Andika';
  font-size:15px;
  font-weight:bold;
  color:#5588bb;
  text-align:center;  
  margin: 0px 0 -2px 0;
}

h1 span{
  font-family:'Andika';
  font-size:15px;
  font-weight:bold;
  color:#000;
  text-align:center;
  margin: 5px 0;
}

h2 {
  font-family:'Andika';
  font-size:15px;
  font-weight:normal;
  color:#5588bb;
  text-align:center;
  margin: 6px 0;
  text-transform:lowercase;
}

h3{
  margin:8px 0;
}

a{
  color: #5588bb;
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}

p {
  font-family: 'Andika', sans-serif;
  margin-top: 0; 
  padding-top: 0;
padding: 0;
margin: 0;
}

p.centered{
  text-align:center;
padding: 0;
margin: 0;
}


#eucookielaw { 
 padding: 8px;
 padding-top: 2px;
 font-size:14px; 
  line-height: 20px;
}

p.small {
  font-family: 'Andika', sans-serif;
  font-size:11px;
  margin-top: 0; 
  padding-top: 0;
  margin-bottom: 0; 
  padding-bottom: 0;
}

#header, #body{
  width:98%;
  margin: 0 0;
}

#body{
  margin:0px auto;
  height: 100%;
}

#responsive{
  width: 100%;
  text-align:center;
  margin-left: auto ;
  margin-right: auto ;
  max-height: 50px;
}

#header a{
  color:#000;
}
#header a:hover{
  text-decoration:none;
}

.row{
  margin:5px 0;
  height: 95%;
}


.popin{
  position: relative;
  background:#fff;
  padding:7px;
  box-shadow: 0 0 7px #999;
  -webkit-box-shadow: 0 0 7px #999;
  -o-box-shadow: 0 0 7px #999;
  border-radius:1px;
  height: 100%;
}

#map {
  position: relative;
  height:100%;
  background:#6699cc;

  height: 87vh;


z-index: 100;
}

#panel {
  position: absolute;
  top: 15px;
  left: 2%;
  z-index: 5;
  background-color: transparent;
  padding: 3px 6px 6px 6px; 
  border: 1px solid #999;
}

#panel2 {
  position: absolute;
  top: 15px;
  left: 2%;
  z-index: 5;
  background-color: transparent;
  padding: 3px 6px 6px 6px; 
  border: 1px solid #999;
}

#panel_a { 
  position: absolute;
  top: 120px;
  right: 12px;
  height: 90px;
  width: 120px;
  z-index: 5;
  background-color: transparent;
  padding: 5px 5px 5px 5px; 
  border: 1px solid #999;
  display: none;
}

input.input_text {
    border: 1px solid #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
    font-size: 14px;
    outline: 0;
    -webkit-appearance: none; 
line-height: 24px;
padding-left: 5px;
}
input.input_text:focus 
{
    border: 1px solid #666;
}


#cookie-panel
{
	padding: 5px;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 145px;

	background: rgba(220, 220, 220, 0.8) none repeat scroll 0% 0%;
	border: 1px solid #CCC;
	border-radius: 3px;
        font-size: 11px;	
	line-height: 11px;
	padding-bottom: 6px;
	display: none;
}

a.closeX {
	position: absolute;
	right: 2px;
	top: 1px;
	width: 10px;
	color: #000;
	border-radius: 20px;
	cursor: pointer;
	z-index: 100;
	font-size: 16px;
	font-weight: bold;
	background-color: transparent;
	float: right;

}

a { 
    cursor: pointer;
}

#address2 {
  background-color: white !important;
}

h3 {
  margin: 0;
}

hr {
  margin-bottom: 0px;
}


#bottom-panel {
    position: absolute;
    bottom: 24px;
    right: 2%;
    overflow: visible;
    z-index: 1000;
    background-color: transparent;
    padding: 0;
    border: 0px solid #999;
    margin-bottom: 0px;
    padding: 3px 3px 0px 3px;
    max-width: 95%;
    width: auto;
    
    border: 1px solid #999;
    border-radius: 1px;
    text-align: center;
    max-height: 100px;
    background-color: rgba(0, 0, 0, 0.25);
    visibility: hidden;
}


.map {
  width: 100%;
  height : 100%;
  height: 100vh;



}

#desc {
margin-top: 20px;
}

.leaflet-popup-content {
    margin: 10px 10px;
    line-height: 1.4;
    font-size: 1.2em;
}

#cookie-icon {
   position: fixed;
left: 25px;
bottom: 5px;
  visibility: hidden;
z-index: 8000;
}



.cl-consent-settings__btn {
  z-index:1000;
}

