/*!
FISINGER.de - Webhosting / Error Page Template
Alle Informationen zu FISINGER.de finden Sie unter https://fisinger.de
*/

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Verdana', 'Helvetica', 'Arial', 'sans-serif';
}

a {
  color: #f25a29;
  transition: all .35s;
}

a:hover, a:focus {
  color: #f25a29;
}

hr {
  max-width: 100px;
  margin: 0 auto 50px;
  border-width: 1px;
  border-color: #FFFFFF;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 400;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

header.fisinger-de {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
  background: url("../img/bg-fisinger-de.png"), #7b4397;
  background: url("../img/bg-fisinger-de.png"), linear-gradient(to left, #747474, #3b3b3b);
}

header.fisinger-de .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: center;
}

header.fisinger-de .header-content h1 {
  font-size: 30px;
}

header.fisinger-de .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header .small {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}


header.fisinger-de .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 992px) {
  header.fisinger-de {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.fisinger-de .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.fisinger-de .header-content h1 {
    font-size: 50px;
  }
  header.fisinger-de .device-container {
    max-width: 325px;
  }

  hr {
    max-width: 100px;
    margin: 0px 0px 50px 0px;
    border-width: 1px;
    border-color: #FFFFFF;
  }
}
