/* 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;
  width: 1024px;
  margin: 0px auto;
}

h1 {
  font-size: 20px;
  color: var(--text-dark);
  margin: 32px 0px 0px 16px;
  letter-spacing: 0px;
  font-weight: 700;
  float: left;
}

h2 {
  font-size: 20px;
  margin: 32px 0 0 8px;
  background-color: transparent;
  float: left;
}

h3 {
  font-size: 250px;
  font-weight: normal;
  clear: both;
  margin-bottom: 48px;
}

.backButton {
  background-color: #3d3f47;
  border-radius: 1rem;
  border: 2px solid #3d3f47;
  color: #fff;
  display: inline-block;
  font-size: 1.25rem !important;
  line-height: 100%;
  padding: 1.25rem 2.5rem;
  text-align: center;
  text-decoration: none;
  transition: ease .5s;
}

.backButton:hover {
  opacity: .7;
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 1em;
    font-weight: normal;
    clear: both;
    margin-bottom: 0px;
    margin-top: 120px;
  }
}

form {
  margin-top: 0px;
}

div {
  /* width: 450px; */
  border-width: 0px;
  border-style: solid;
  margin: 48px auto;
  padding: 0px;
  font-size: 13px;
  background-color: var(--background-light);
}

form div:last-of-type {
  font-weight: 500 !important;
  line-height: 120%;
  opacity: .75;
  font-style: normal !important;
}

form div:first-of-type,
form div:only-of-type,
form div a {
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  line-height: 150%;
  opacity: 1;
}

form div a {
  line-height: 4rem;
}

.bBor,
.basicBorderColor {
  border: 0px solid transparent !important
}

.bBg,
.basicBackgroundColor {
  background-color: var(--background-light) !important
}

div>span {
  font-size: inherit;
  font-weight: inherit;
}

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