html{
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html, html a{
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
html, button, input, select, textarea {
  font-family: 'Varela Round',sans-serif;
}
body{
  font-size:100%; 
  line-height:1.5;
  font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
  
}
h1 {
  font-size: 1.947em;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-style: normal;
  color: #27272E;
  text-transform: uppercase;
  text-align: center;


}
h2 {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 1.274em;
  color: #27272E;
  text-align: center;
  margin-bottom: 1.3em; 
}
h3 {
  font-size: 1.229em;
}
a:focus{
  outline: thin dotted;
}
a:active, a:hover{
  outline: 0;
}
a {
  color: #353535;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover, a:focus{
  color: #1abc9c;
  text-decoration: none;
}
#div_logo{
  display: none;
  text-align: center;
  padding:30px;
}
#div_sprache{
  font-size: 13px;
  text-transform: uppercase;
  color: #353535;
  letter-spacing: 1px;
  padding: 5px;
  font-weight: bold;
  position:absolute;
  top:0;
  right:0; 
}
#div_text{
   display: none;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 30px;
  margin: 0 auto;
  text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px;
  width: 700px;
}
#div_footer{
 clear:left;
 margin-top:1em;
 background:#efefef;
 text-align:center;
 padding:20px;
 background-color:#004F38;
 color:#fff;
}
@media screen and (max-width: 25em) {
  body { font-size: 90%;}
}