@font-face {
  font-family: "Orbitron";
  src: url("../font/Orbitron/static/Orbitron-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Orbitron";
  src: url("../font/Orbitron/static/Orbitron-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Orbitron";
  src: url("../font/Orbitron/static/Orbitron-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Orbitron";
  src: url("../font/Orbitron/static/Orbitron-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Orbitron";
  src: url("../font/Orbitron/static/Orbitron-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Orbitron";
  src: url("../font/Orbitron/static/Orbitron-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../font/Roboto/static/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
* {
  font-family: "Orbitron", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

body {
  background-color: black;
  background-image: url("../img/loxone-ipad.jpg");
  background-size: cover;
}

.header {
  width: 100%;
  position: absolute;
  top: 50px;
}

.logo {
  margin-bottom: 30px;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 100vh;
}

.black-box {
  background-color: rgba(36,36,36,0.95);
  padding: 80px 120px;
}

.icon {
  display: block;
  color: "FFFFFF";
  font-size: 120%;
}

i {
  color: white;
  margin-right: 20px;
}

h1 {
  font-size: 30px;
  color: white;
  margin: 0px;
  padding-bottom: 20px;
}

h2 {
  color: white;
  font-weight: 500;
  font-size: 25px;
  margin: 0px;
  padding-top: 25px;
  padding-bottom: 10px;
}

p {
  font-family: 'RobotoCondensed';
  color: #DE1A14;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  margin: 0px;
  padding-bottom: 10px;
}

ul {
  list-style: none;
  font-family: 'RobotoCondensed';
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

a {
  color: white;
  font-weight: 400;
  font-size: 20px;
  text-decoration: none;
  line-height: 200%;
  font-family: 'RobotoCondensed';
}

a:hover {
  text-decoration: underline;
}

@media (max-height: 750px) {
  .header {
    position: relative !important;
    top: unset;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
  a {
    font-size: 16px;
  }
  .black-box {
    padding: 40px 60px;
  }
  .header {
    position: relative !important;
    top: unset;
  }
  section {
    padding-top: 30px;
    justify-content: flex-start;
  }
}/*# sourceMappingURL=styles.css.map */