body {
  margin: 0;
  font-family: sans-serif;
  background-image: url('Bilder/business-hintergrund-mobil.png');
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
}

.container {
  padding: 20px;
}

h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

p {
  font-size: 16px;
  margin-bottom: 20px;
  
  
}
.edler-button {
  display: inline-block;
  font-size: 1.05em;
  font-weight: 500;
  color: #ddd;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 12px 24px;
  margin-top: 40px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(2px);
}

.edler-button:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.05);
  transform: scale(1.03);
}


.button:hover {
  background: linear-gradient(145deg, #ffffff, #d6d6d6);
  color: black;
  transform: scale(1.04);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}

/* Button-Container */
.business-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 40px 0;
}

/* Button-Stil */
.biz-btn {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 15px 30px;
  border: 2px solid white;
  border-radius: 8px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}

.biz-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  color: black;
  border-color: black;
}

/* Hintergrund */
body {
  margin: 0;
  padding: 20px;
  font-family: Arial, sans-serif;
  background-image: url('business-hintergrund-mobil.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
}

@media (max-width: 768px) {
  body {
    background-attachment: scroll;
  }
}

/* Container für Business-Buttons */
.business-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 60px 0;
}

/* Einheitlicher Ghost-/Glass-Button */
.ghost-button {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid white;
  color: white;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

.ghost-button:hover {
  background: rgba(255, 255, 255, 0.3);
  color: black;
  border-color: black;
}

.utility-buttons {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.utility-button {
  background-color: transparent;
  color: #ccc;
  border: 1px solid #777;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 60%;
  max-width: 300px;
  text-align: center;
}

.utility-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: #fff;
}
