body {
    font-family: Hanken Grotesk;
    background-size: cover;
    margin: 0;
    padding: 0;
    font-size: 15px;
    background-color: #E8DFCA;  
  }  

  header {
    background-color: #E8DFCA;
    text-align: center;
  }
  .container2 
  {
    width: 1000px;
    margin: 20px auto;
    padding: 20px;
    background-color: #E8DFCA;
    border-radius: 15px;
    max-width: 100%;
  }
  #logo
  {
    float: left;
  }
  #infologo
  {
    padding-top: 20px;
    color: #013300;
  }
  .cities a
  {
    text-decoration: none;
    color: #013300;
  }
  .cities a:hover
  {
    text-decoration: underline;
  }
  nav {
    background-color: #013300;
    text-align: center;
    width: auto;
  }

  nav ul {
  list-style-type: none;
	margin: 0;
	padding: 10px;
	font-size: 18px;
	min-height: 38px;
	line-height: 200%;
  }

  nav li {
    display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

  nav a:hover {
    color: #F5EFE6;
    text-decoration: none;
    font-size: 21px;
  }

 nav a{
	color: #E8DFCA;
	text-decoration: none;
}

  .container 
  {
    max-width: 1000px;
    margin: auto;
    padding: 20px;
    background-color: #F5EFE6;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .container a
  {
    color: black;
    text-decoration: none;
  }
  
  .container a:hover
  {
    text-decoration: underline;
    color:  #353857;
    font-size: 17px;
  }

  .subpage-content {
    margin-top: 10px;
  }
  .hed
  {
    text-align: center;
    font-size: 25px;
    color: #013300;
    background-color: #F5EFE6;
  }
  .lewo
  {
    float: left;
  }
  .lewo2
  {
    float: left;
    padding-left: 15px;
    font-size: 20px;
    width: 400px;
    color: #013300;
    text-align: left;

  }
  .tekst1
  {
    font-size: 17px;
    text-align: left;
  }
  .tekst1>ul>li
  {
    padding-bottom: 10px;
    text-align: left;
  }
  footer {
    background-color:#013300;
    color: #F5EFE6;
    text-align: center;
    padding: 10px;
    bottom: 0;
    width: auto;
    height: 125px;
  }
  footer a
  {
    color: #F5EFE6;
    text-decoration: none;
  }
  footer a:hover
  {
    text-decoration: underline;
  }
  #Kontakt
  {
    margin: auto;
    float: left;
  }
  #box1
  {
    text-align: left;
  }
  #mapa
  {
    float: right;
  }