﻿/* general */
h1 {
  font-size: 25px;
  margin-top: 10px;
}

h2 {
  font-size: 22px;
  color: blue;
}

map h3 {
  float: left;
  width: 50%;
  background-color: #cfcfcf;
  margin-bottom: 1px;
}


.visuallyhidden {
  display: none;
}

main {
 width: 97%;
 font-family: Arial Unicode MS,Arial,sans-serif;
 text-align: justify;
 text-justify: inter-word;
}

/* Openlayer */
#map {
   float: left;
   width: 50%;
   height: 500px;
}

#wis20_left {
   text-align: left;
   float: right;
   font-size: 15px;
   width: 49%;
}

#wis20_left p {
   max-width: 90%;
}

#wis20_full {
   padding-top: 10px;
   clear: both;
   width: 90%;
   min-height: 150px;
   max-height: 150px;
}

#infoText {
   float: right;
   font-size: 15px;
}

/* hidden fields */
#world {
  display: none;
}

/* Footer */
footer {
 margin-top: 700px;
 font-size: 14px;
 width: 100%;
 background: #2d4b9b;
}

footer p {
 margin-left: 50px;
 color: white;
 padding-top: 25px;
 margin-bottom: -5px;
}
footer ul {
 margin-left: 55px;
 padding-bottom: 20px;
 margin-top: 5px;
}

footer ul li {
 list-style-type: none;
 display: inline;
}
footer ul li a {
 color: white;
 padding-right: 5px;
 padding-left: 5px;
 border-right: 1px solid white;
 line-height: 17px;
}

footer ul li.last a {
 border-right: 1px solid #2d4b9b;
}

