body {
  background-color: #111111;
  color: #fff;
  font-size: large;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: linear-gradient(135deg, #941136 0%, #111111 100%);
  background-attachment: fixed;
}

hr {
  border: 2px solid #941136; /* Macht die Linie 2 Pixel dick, solid und blau */
  background-color: #941136; /* Füllt die gesamte Linie mit Grün */
}

/* Enhanced button styling for SkyDyn Hub */
.bf, .bs, .bfo, .store, .bi {
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.bf:hover, .bs:hover, .bfo:hover, .store:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

/* Logo styling */
.lgo {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease;
}

.lgo:hover {
  transform: scale(1.05);
}

/* Responsive improvements */
@media (max-width: 768px) {
  .bf, .bs, .bfo, .store {
    width: 80%;
    margin: 10px auto;
  }
  
  .lgo {
    width: 80%;
    height: auto;
  }
}

/* For width smaller than 400px: */
.lgo {
  width: 65%;
  height: 65%;
}

.dc {
  width: 25%;
  height: 25%;
}

.qr {
  width: 30%;
  height: 30%;
}

  .heading {
    color: #888888;
  }

  @keyframes bf {
    from{opacity: 0%; margin-left: 40%;}
    to{opacity: 90%; margin-left: 0%;}
  }

  .bf {
    background-color: #181818;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 12px;
    width: 25%;
    margin-top: 50px;
    opacity: 90%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    animation-name: bf;
    animation-duration: 0.2s;
  }

  .bf:hover {
    background-color: #FF384A;
    cursor: pointer;
  }

  @keyframes bs {
    from{opacity: 0%; margin-left: 40%;}
    to{opacity: 90%; margin-left: 0%;}
  }

  .bs {
    background-color: #181818;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 12px;
    width: 25%;
    margin-top: 50px;
    opacity: 90%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    animation-name: bs;
    animation-duration: 0.4s;
  }

  .bs:hover {
    background-color: #FF384A;
    cursor: pointer;
  }

  @keyframes abuttons {
    from{opacity: 0%;}
    to{opacity: 90%;}
  }

  @keyframes bfo {
    from{opacity: 0%; margin-left: 40%;}
    to{opacity: 90%; margin-left: 0%;}
  }

  .bfo {
    background-color: #181818;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 12px;
    width: 25%;
    margin-top: 50px;
    opacity: 90%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    animation-name: bfo;
    animation-duration: 0.6s;
  }

  .bfo:hover {
    background-color: #FF384A;
    cursor: pointer;
  }

  @keyframes store {
    from{opacity: 0%; margin-left: 40%;}
    to{opacity: 90%; margin-left: 0%;}
  }

  .store {
    background-color: #262626;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 12px;
    width: 25%;
    margin-top: 50px;
    opacity: 90%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    animation-name: store;
    animation-duration: 0.6s;
  }

  .store:hover {
    background-color: #FF384A;
    cursor: pointer;
  }

  .bi {
    background-color: #181818; 
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 12px;
    width: 25%;
    margin-top: 50px;
    opacity: 85%;
  }
  
  .bi {
    transition-duration: 0.1s;
  }
  
  .bi:hover {
    background-color: #008e70;
    color: darkgrey;
    cursor: pointer;
  }
  
  .bi:active {
    background-color: #000;
  }

  #line {
    text-decoration: line-through;
    color: #595959;
    font-size: xx-large;
    margin-top: 50px;
  }

@media only screen and (min-width: 768px) {
body {
  background-color: #111111;
  color: #fff;
  font-size: large;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
}

  .lgo {
    width: 25%;
    height: 25%;
  }
  
  .dc {
    width: 3.5%;
    height: 3.5%;
  }

  .qr {
    width: 7.5%;
    height: 7.5%;
  }

  .heading {
    color: #888888;
  }

  @keyframes bf {
    from{opacity: 0%; margin-left: 40%;}
    to{opacity: 90%; margin-left: 0%;}
  }

  .bf {
    background-color: #181818;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 12px;
    width: 25%;
    margin-top: 50px;
    opacity: 90%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    animation-name: bf;
    animation-duration: 0.2s;
  }

  .bf:hover {
    background-color: #FF384A;
    cursor: pointer;
  }

  @keyframes bs {
    from{opacity: 0%; margin-left: 40%;}
    to{opacity: 90%; margin-left: 0%;}
  }

  .bs {
    background-color: #181818;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 12px;
    width: 25%;
    margin-top: 50px;
    opacity: 90%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    animation-name: bs;
    animation-duration: 0.4s;
  }

  .bs:hover {
    background-color: #FF384A;
    cursor: pointer;
  }

  @keyframes abuttons {
    from{opacity: 0%;}
    to{opacity: 90%;}
  }

  @keyframes bfo {
    from{opacity: 0%; margin-left: 40%;}
    to{opacity: 90%; margin-left: 0%;}
  }

  .bfo {
    background-color: #181818;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 12px;
    width: 25%;
    margin-top: 50px;
    opacity: 90%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    animation-name: bfo;
    animation-duration: 0.6s;
  }

  .bfo:hover {
    background-color: #FF384A;
    cursor: pointer;
  }

  .bi {
    background-color: #181818; 
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 12px;
    width: 25%;
    margin-top: 50px;
    opacity: 85%;
  }
  
  .bi {
    transition-duration: 0.1s;
  }
  
  .bi:hover {
    background-color: #008e70;
    color: darkgrey;
    cursor: pointer;
  }
  
  .bi:active {
    background-color: #000;
  }

  @keyframes store {
    from{opacity: 0%; margin-left: 40%;}
    to{opacity: 90%; margin-left: 0%;}
  }

  .store {
    background-color: #262626;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 12px;
    width: 25%;
    margin-top: 50px;
    opacity: 90%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    animation-name: store;
    animation-duration: 0.8s;
  }

  .store:hover {
    background-color: #FF384A;
    cursor: pointer;
  }

  #line {
    text-decoration: line-through;
    color: #595959;
    font-size: xx-large;
    margin-top: 50px;
  }
}