﻿html {
 
}



.small 
{
   font-size: 0.95em;
}

body 
{
  height: 150%;
  margin: 0;
  padding: 0;
  font-family: 'Coda', sans-serif;
  color: #FFF;
  text-align: center;
}

#header 
{
  position: relative;
  background: url('./background.png');
  z-index: 10;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
}

#manual {
  padding-bottom: 5px;
  padding-top: 5px;
}

#body 
{
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

#footer  
{
  position: relative;
  background: url('./background.png');
  z-index: 10;
  text-align: center;
  bottom: 0px;
  margin: 0px;
  padding: 5px;
height: 170px;
margin-top: -220px;
}

#map-canvas 
{
  height: 150%;
}

#panel 
{
  position: absolute;
  left: 10px;
  top: 80px;
  width: 270px;
  height: auto;
  background: url('./background.png');
  z-index: 2;
  padding: 5px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 3px; 
  font-size: 0.96em;
 
}

h1 
{
  padding: 5px;
  margin: 0px;
  font-size: 25px;
  font-weight: 400;
  display:inline;
  background-image: url("./logo.png");
  background-repeat: no-repeat;  
  background-position: left top; 
  padding-left: 32px;
  text-decoration:none;
}

h1 a
{
    text-decoration:none;
}

p 
{
  margin: 0px;
  padding: 3px;
}

input {
  border: none;
  height: 26px;
  text-indent: 10px;
  border-radius: 2px;
  width: 300px;
  vertical-align: top;
  border: 1px solid #FFF;
  margin-top: 2px;
  margin-left: 5px;
}

#header-wrapper {
   position: relative;
display: inline-block;
}
#header-outer {
  position: relative;
  overflow-y: visible;
  top: 0;
  overflow-x: visible;
}

a{
  color: #fff;
  text-decoration:underline;
}

.button {
    background: none;
    border: none;
    color: #FFF;
    background: #000;
    cursor: pointer;
    padding: 4px 10px;

}

#cookie-panel
{
	padding: 5px;
	position: absolute;
	top: 10px;

        font-size: 11px;	
	line-height: 11px;
	padding-bottom: 6px;
	display: none;
	background: url('./background.png');
	z-index: 20;
	right: 5px;
	width: 190px;
}

#cookie-panel a
{
	text-decoration: underline;
}

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;
	text-decoration: none !important;

}

a { 
    cursor: pointer;
}

#clean {
	border: 1px solid #eee;
	
	text-align: center;
	border-radius: 3px;
	padding: 3px;

}

.limitheight {

  max-width: 270px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.cl-consent__close-btn--link {   
    visibility: hidden !important;
}


