@font-face {
  font-family: 'League_Gothic';
  src: url('League_Gothic-webfont.ttf');
  font-style: normal;
  font-weight: 300;
}

*, *:before, *:after, input, table{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body, html {
  font-size: calc(16px + (28 - 16) * ((100vw - 320px) / (1600 - 320)));
  height: 100%;
  margin: 0;
}
h1 {
  color:#000;
  //text-shadow: 5px 5px 10px #f90;
  text-transform: uppercase; letter-spacing:-2px;
  color: #000;
  //#77dff1;
  font-family: League_Gothic;
  font-size: 100px;
  font-weight: lighter;
  text-shadow: 0px 2px 0px #f90;
   //margin: 30px 0 0 0;
   letter-spacing:0.5em;
}

p {
  color:#000;
  font-weight:bold;
  font-size: 1em;
}

.bgimg {
  //background-image: url('../img/Fehler_BG.jpg');
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
  font-family: "Courier New", Courier, monospace;
  font-size: 25px;
}

.bgimg::after {
  content: "";
  background: url('../img/Fehler_BG.jpg');
  opacity: 0.9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;

}

.topleft {
  position: absolute;
  top: 0;
  left: 16px;
}

.bottomleft {
  position: absolute;
  bottom: 0;
  left: 16px;
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

hr {
  margin: auto;
  width: 40%;
  border:1px solid #000;
}

a {
  text-decoration:none;
}
.btn {
    display: inline-block;
    margin-top: 32px;
    vertical-align: middle;
  //font-family:Quicksand;
  //font-weight:950;
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    background-color: transparent;
    padding: 11px 40px 13px;
    color:#000;
    border: solid 2px #ff9400;
    border-radius: 0px 8px 0 8px;
    -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn:hover{
    font-weight:bold;
    color: #fff;
    background-color: #ff9400;
}
.Text {
   display:block;
   width:100%;
   padding:20px 30px;
   line-height:1.1em;
   //background-color: #eee;
   //border-style: solid;
   //border-width: 0 3px;
   //border-color: #000;
}