/* Diese Datei wird von den Fehlerseiten verwendet. */

body, html {
  height: 100%;
  max-height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-size: 0;
  text-align: center;
  background-color: transparent !important;
}

h1 {
  font-size: 70px;
  color: rgba(128, 128, 128, 0.3);
  margin-bottom: 0;
  padding: 20px;
}

h2 {
  font-size: 45px;
  margin: 36px 0 0 0;
  background-color: transparent;
}

h3 {
  font-size: 200px;
  font-weight: normal;
}

form { margin-top: -20px; }

div {
  width: 450px;
  border-width: 1px;
  border-style: solid;
  margin: 20px auto;
  padding: 10px;
  font-size: 13px;
}

div > span { font-size: inherit; }

.font-italic {
  font-style: italic;
}

@media only screen and (max-width: 1200px){
  body {
    background-size: 80% auto;
  }
}
