
/*** T3SB identifier: t3sbsCSSassets_30459 */

/* t3sbs_assets_30459 */
#s30460{
  position: relative;
}
#s30460 div {
  z-index: 1;
  position: relative;
}
#s30460::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    #020024 0%,
    #090979 35%,
    #09097900 100%
  );
}
#c30468{
  position: absolute;
  left: 0;
  bottom: 0;
}
.badge-custom{
border: 1px solid white;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  color: white;
}
.hero-badges {
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  gap: 2rem;
    grid-template-columns: 1fr;
}

.badge {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 2rem 3rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}
.badge-text {
  width: 100%;
}
.badge-label {
  font-weight: 400;
}


.badge-number {
    font-family: "Poppins";
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}



.ki-section {
  background: linear-gradient(135deg, #042563 0%, #122957 100%);
  color: white;
  position: relative;
  overflow: hidden;
}
.ki-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ki-section .row {
  gap: 16px;
}
.ki-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 35px;
  border-radius: 12px;
  backdrop-filter: blur(1px);
  border: 1px solid #ffffffb0;
}

.security-grid {
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .security-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .security-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.security-grid {
  display: grid;

  gap: 1rem;
}

.security-card {
  background: white;
  padding: 35px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.security-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.security-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  display: block;
}

.security-card h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.security-card p {
  font-size: 0.95rem;
  line-height: 1.6;
}

@media only screen and (max-width: 600px) {
  .hero-badges {
    width: 100%;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

.services-card {
  background: #3376440f;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);

  border-left: 5px solid #114f20;
}

.services-card h3 {
  font-family: "Poppins";
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.service-number {
  background: linear-gradient(135deg, #007cff 0%, #108d20 100%);
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.3rem;
  margin-right: 1rem;
}

.service-description {
  margin: 20px 0;
  font-size: 1rem;
  line-height: 1.7;
}

.service-highlights {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}

.service-highlights h4 {
  margin-bottom: 12px;
  font-size: 1.1rem;
}
.offer-card.offer-a::before {
  content: "Schnellstart";
  position: absolute;
  text-transform: uppercase;
  top: -12px;
  right: 20px;
  background: linear-gradient(135deg, rgb(255, 173, 81), rgb(255, 135, 0));
  color: white;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: bold;
}
.offer-card.offer-c::before {
  content: "Wachstum";
  position: absolute;
  text-transform: uppercase;
  top: -12px;
  right: 20px;
  background: linear-gradient(135deg, rgb(48, 167, 106), rgb(17, 79, 32));
  color: white;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: bold;
}


form.config {
  max-width: 960px;
  margin: 3rem auto;
  padding: 2rem 2.5rem;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 1.25rem;
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.15),
    0 0 0 1px rgba(148, 163, 184, 0.15);
  backdrop-filter: blur(12px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.75rem 2rem;
}

.config .opt {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.config .opt label {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
  border-radius: 0.9rem;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1.35;
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.1s ease;
}

.config input[type="radio"] {
  margin-top: 0.15rem;
  accent-color: #4f46e5;
}

.config .opt label:hover {
border-color: #114f20;
  background: #e2ffe9;
  box-shadow: 0 10px 22px rgba(129, 140, 248, 0.25);
  transform: translateY(-1px);
}

.config .opt label:has(input[type="radio"]:checked) {
border-color: #1a7a31;
  background: linear-gradient(135deg, #eef2ff, #e0feec);
  box-shadow: 0 12px 28px rgb(243, 255, 245), 0 0 0 1px rgba(79, 70, 229, 0.35);
}

.config .flex {
  grid-column: 1 / -1;         
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  margin-top: 0.25rem;
}

.config .btn {
  border: none;
  outline: none;
  padding: 0.85rem 1.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #1c8335, #114f20);
  color: #f9fafb;
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
box-shadow: 0 14px 28px rgba(168, 173, 176, 0.35), 0 0 0 1px rgba(59, 193, 80, 0.55);
  transition:
    transform 0.12s ease,
    box-shadow 0.12s ease,
    filter 0.12s ease;
}

.config .btn::after {
  content: "➜";
  font-size: 0.9rem;
  transform: translateX(0);
  transition: transform 0.12s ease;
}

.config .btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
box-shadow: 0 18px 40px rgba(19, 161, 53, 0.23), 0 0 0 1px rgba(129, 140, 248, 0.8);

.config .btn:hover::after {
  transform: translateX(3px);
}

.config .btn:active {
  transform: translateY(0);
  box-shadow:
    0 8px 18px rgba(79, 70, 229, 0.35),
    0 0 0 1px rgba(129, 140, 248, 0.8);
}

/* Результат */
#config-result.result {
  min-height: 2.2rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px dashed #cbd5f5;
  background: rgba(239, 246, 255, 0.7);
  font-size: 0.9rem;
  color: #1e293b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

#config-result.result:empty::before {
  content: "Wir konfigurieren Ihr Paket …";
  opacity: 0.6;
}
@media (max-width: 640px) {
  form.config {
    margin: 1.5rem 1rem;
    padding: 1.5rem 1.3rem;
    border-radius: 1rem;
  }

  .config .flex {
    flex-direction: column;
    align-items: stretch;
  }

  .config .btn,
  #config-result.result {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
.offer-card.highlight {
  outline: 3px solid #22c55e;
  box-shadow: 0 0 24px rgba(34, 197, 94, 0.35);
  transition: box-shadow 0.3s ease, outline 0.3s ease;
}

	


/*** T3SB identifier: bgimgutility-30460 */
@media (max-width: 2560px) {#s30460 {background-image: url("https://pixelegg.de/fileadmin/_processed_/0/d/csm_AdobeStock_444082634_405a6e825f.jpeg") !important;}}@media (min-width: 2561px) {#s30460 {background-image: url("https://pixelegg.de/fileadmin/_processed_/0/d/csm_AdobeStock_444082634_405a6e825f.jpeg") !important;}}@media (max-width: 1920px) {#s30460 {background-image: url("https://pixelegg.de/fileadmin/_processed_/0/d/csm_AdobeStock_444082634_c33f67ffce.jpeg") !important;}}@media (max-width: 1200px) {#s30460 {background-image: url("https://pixelegg.de/fileadmin/_processed_/0/d/csm_AdobeStock_444082634_2275831529.jpeg") !important;}}@media (max-width: 992px) {#s30460 {background-image: url("https://pixelegg.de/fileadmin/_processed_/0/d/csm_AdobeStock_444082634_b6df26b0ea.jpeg") !important;}}@media (max-width: 768px) {#s30460 {background-image: url("https://pixelegg.de/fileadmin/_processed_/0/d/csm_AdobeStock_444082634_f6ccc8c0f9.jpeg") !important;}}@media (max-width: 576px) {#s30460 {background-image: url("https://pixelegg.de/fileadmin/_processed_/0/d/csm_AdobeStock_444082634_af293dfff4.jpeg") !important;}}

