#logobar {
  text-align: center;
}
#logobar img {
  width: 95%;
  height: auto;
}
.menubutton {
  width: 100%;
  color: white;
  text-align: center;
  padding: 0px;
  font-size: 225%;
  font-family: "Open Sans",Arial,sans-serif;
  color: #333;
  margin-bottom: 5px;
}
.menubutton a {
  text-decoration: none;
  color: white;
  display: block;
  margin: 0px;
  padding: 0.5em;
}
#leftbutton {
  background-color: #f7931e;
}
#rightbutton {
  background-color: #808080;
}
#centerbutton {
  background-color: #f7931e;
  font-size: 225%;
  margin-bottom: 55px;
}
.headline {
  margin: 5px;
  margin-bottom:55px;
  border-radius: 10px;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 125%;
  font-family: "Open Sans",Arial,sans-serif;
  color: #333;
}
.headline a {
  color: #f7931e;
}
footer {
  width: 100%;
  height: 50px;
  background-color: #f7931e;
}
#footbanner {
  position: fixed;
  bottom: 0;
}
.privacynotice {
  font-size: 80%;
  text-align: center;
  color: white;
}
.gianttext {
  padding-left: 3em;
  padding-right: 3em;
  font-size: 150%;
  text-align: center;
}
.logoname {
  color: #f7931e;
  font-weight: bold;
}
.logoext {
  color: #808080;
  font-weight: bold;
}

@media only screeen and (min-height 400px) {
#footbanner {
  position: absolute;
  bottom: 0;
}
}

@media only screen and (min-width: 800px) {
#logobar {
  padding-bottom: 100px;
}
#logobar img {
  width: 704px;
}
.gianttext {
  font-size: 200%;
}
.menubutton {
  width: 49%;
  border-radius: 10px;
  font-size: 300%;
}
.menubutton a {
  padding: 1em;
}
#leftbutton {
  float: left;
}
#rightbutton {
  float: right;
}
#centerbutton {
  font-size: 3vw;
  display: inline-block;
}
.headline {
  float: left;
}
}
