@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Montserrat);

html, body {

  height: 100%;
  
  color: gray;
  
  font-size: 100%; 
  
  font-family: Helvetica,Arial,sans-serif;
  
  margin: 0;
  padding-top: 0em;
  
  text-align: center;  /* Zentrierung im Internet Explorer */
  
  background-color: white;
  background-image: url(bogen.png);
  background-position: top center;
  background-repeat: no-repeat;
  'background-size: auto auto;
  background-attachment:fixed;

}

h1, h2, h3, h4, h5, h6 {
	
  padding: 0px;
  margin-top:20px;
  margin-bottom: 30px;
  color: gray;  
  font-family: Montserrat;  
  
  text-align: left;
  
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

.banner h1 {  
  
  color: white;  
  font-size: 35px;  
  font-family: Montserrat;
  line-height: 200%;
  padding: 0px;
  margin: 0px;
  
  text-align: left;

}

.banner h2 {  
  
  color: white;  
  font-size: 26px;  
  font-family: Montserrat;
  padding: 0px;
  margin: 0px;
  
  text-align: left;

}

.footer {

  padding: 10px;
  margin-top:10px;
  margin-bottom: 10px;
  color: white;
  background-color: rgb(30,170,180);
  font-family: Montserrat;  
  
  text-align: left;
  
}

p, .bodytext {  
  
  color: gray;  
  font-size: 110%;  
  font-family: Arial;
  line-height: 150%;
  
  text-align: justify;

}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);  
}

.level1 li {

  padding: 5px;
  margin: 5px;
  color: white;
  background-color: rgb(30,170,180);
  
  font-family: Montserrat;  
  
  text-align: left;
  
  border-bottom-left-radius: 10px 20px;
  border-bottom-right-radius: 10px 20px;
  border-top-left-radius: 10px 20px;
  border-top-right-radius: 10px 20px;
  
}

.level1 a {
  color: white;
  text-decoration: none;
}

.level2 li {

  padding: 5px;
  margin: 5px;
  color: white;
  background-color: rgb(30,170,180);
  
  font-family: Montserrat;  
  
  text-align: left;
  
  border-bottom-left-radius: 10px 20px;
  border-bottom-right-radius: 10px 20px;
  border-top-left-radius: 10px 20px;
  border-top-right-radius: 10px 20px;
  
}

.level2 a {
  color: white;
  text-decoration: none;
}