/* ==============================
   NAVIGATION & MEGA-MENÜ
============================== */

/* Allgemeines Dropdown */
.navbar .dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Mega Menü Container */
.dropdown-mega .dropdown-menu {
  width: 100%;
  left: 0;
  padding: 2rem;
}

/* Titel der Spalten */
.dropdown-mega h6 {
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 14px;
  color: #333;
}

/* Links */
.dropdown-mega .dropdown-menu a {
  display: block;
  padding: 4px 0;
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}
.dropdown-mega .dropdown-menu a:hover {
  color: #d9534f;
}

/* Icons */
.dropdown-mega .dropdown-menu i {
  margin-right: 6px;
}

/* --- Desktop --- */
@media (min-width: 992px) {
  .dropdown-mega {
    position: static;
  }
  .dropdown-mega .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
  }
  .dropdown-mega:hover .dropdown-menu,
  .dropdown-mega .dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

/* --- Mobile --- */
@media (max-width: 991.98px) {
  .dropdown-mega .dropdown-menu {
    position: static !important;
    width: 100% !important;
    max-height: 70vh;
    overflow-y: auto;
    box-shadow: none;
    padding: 1rem;
  }
  .dropdown-mega .row {
    flex-direction: column;
  }
  .dropdown-mega .col-menu {
    margin-bottom: 1rem;
  }
}

/* ==============================
   HERO SECTION
============================== */

.hero-section {
  background: url('https://itmakers.ch/img/sliders/default.jpg') no-repeat center center;
  background-size: cover;
  padding: 120px 0;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

/* Responsive Fonts */
.hero-title {
  font-weight: 700;
  font-size: 2rem;
}
.hero-subtitle {
  font-weight: 300;
  font-size: 1.125rem;
  margin: 20px 0 40px;
}
@media (min-width: 768px) {
  .hero-title { font-size: 3rem; }
  .hero-subtitle { font-size: 1.375rem; }
}
@media (max-width: 767.98px) {
  .hero-section {
    padding: 80px 0; /* weniger Höhe auf Mobile */
  }
}

/* Button Wrapper */
.hero-buttons .btn {
  min-width: 240px;
}

/* ==============================
   WEB DESIGN BOXEN (Dark-Boxen)
============================== */

.box-dark {
  padding: 25px;
  border-radius: 10px;
  background: #2c2c2c;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box-dark:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.6);
}
.box-dark i {
  color: #ff4d4d;
}
.box-dark h4 {
  font-weight: 600;
  margin-top: 15px;
  color: #fff;
}
.box-dark .wt-list {
  padding-left: 20px;
  margin-bottom: 20px;
}
.box-dark .wt-list li {
  margin-bottom: 8px;
  position: relative;
  list-style: none;
  color: #ddd;
}
.box-dark .wt-list li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: -20px;
  color: #ff4d4d;
  font-size: 0.9rem;
}
.box-dark .btn {
  margin-top: auto;
  align-self: center;
  min-width: 200px;
  font-weight: 600;
}

/* ==============================
   SUPPORT SEKTION
============================== */

.support-box {
  padding: 60px 40px;
  color: #333;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-bg {
  background-color: #f8f9fa;
}
.private-bg {
  background-color: #e9ecef;
}
.support-content {
  max-width: 500px;
}
.support-content h6 {
  font-weight: 700;
  color: #d9534f;
  text-transform: uppercase;
}
.support-content h4 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 15px;
}
.support-content p {
  font-size: 18px;
  margin-bottom: 25px;
}
.support-content ul {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
}
.support-content ul li {
  margin-bottom: 10px;
}
.support-content ul li .fa-check {
  color: #d9534f;
  margin-right: 10px;
}

/* ==============================
   ICON BOXEN (global nutzbar)
============================== */

.icon-box {
  width: 40px;
  height: 40px;
  background: #f8d7da;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==============================
   BRANCHENLÖSUNGEN SEKTION
============================== */

.simple-carousel-container {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: opacity 0.5s ease-in-out;
  border: 4px solid #eee;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}
.carousel-text {
  margin-top: 20px;
}
.carousel-title {
  color: #c9302c;
  font-weight: 700;
}
.carousel-description {
  margin-top: 10px;
}
/* Buttons untereinander */
.cta-stack .btn {
  display: block;
  width: auto;
}
.cta-stack .btn + .btn {
  margin-top: 16px;
  margin-left: 0;
}
/* Punkte */
.carousel-indicators-custom {
  margin-top: 15px;
}
.carousel-indicators-custom span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background-color: #ddd;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
.carousel-indicators-custom span.active {
  background-color: #c9302c;
}
.carousel-indicators-custom span:hover {
  background-color: #a52a2a;
}
/* Hintergrund der Section */
.branchen-section {
  background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
  padding: 100px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* ==============================
   KONTAKT-BAR (Footer Top)
============================== */

#contact-parts {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#contact-parts .contact-item {
  font-size: 1.05rem;
  padding: 18px 28px; /* etwas höher */
}

/* Farben CI */
.contact-phone {
  background: #f52d27; /* ITmakers Rot */
}
.contact-mail {
  background: #2d1c2b; /* ITmakers Dunkelgrau */
}

/* Icons */
#contact-parts i {
  font-size: 1.2rem;
  color: #fff;
  margin-right: 8px;
}

/* Links */
#contact-parts a {
  color: #fff;
  text-decoration: none;
}
#contact-parts a:hover {
  text-decoration: underline;
}

/* Abstand Desktop */
#contact-parts .contact-phone {
  border-right: 2px solid #fff;
}

/* Responsive */
@media (max-width: 767.98px) {
  #contact-parts .contact-item {
    width: 100%;
    justify-content: center;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }
  #contact-parts .contact-mail {
    border-bottom: none;
  }
}



/* Privatkunden Block */
.section-privatkunden {
  background-color: #1c1c1c; /* fast schwarz */
  color: #fff;
}

/* Geschäftskunden Block */
.section-business {
  background-color: #2c3e50; /* dunkelblau/grau */
  color: #fff;
}

/* Liste etwas lockerer */
#hosting-parts ul li {
  margin-bottom: 0.5rem;
}
.hero-section {
  position: relative;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.hero-section .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0.4) 100%);
  z-index: 0;
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

/* Unterschiedliche Hintergründe */
.hero-design {
  background-image: url("https://itmakers.ch/img/headers/header1.jpg");
}

.step-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #dc3545;
  color: #fff;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.text-purple { color: #6f42c1; }

/* Back-to-Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background: #154D7D; /* Bootstrap Blau oder eigene CI-Farbe */
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: none; /* Start: unsichtbar */
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.back-to-top:hover {
  background: #C23A47; /* etwas dunkler bei Hover */
  transform: translateY(-3px);
}
.card .badge {
  font-size: 0.55rem;       /* kleiner Text */
  font-weight: 500;         /* weniger fett */
  padding: 0.15rem 0.4rem;  /* kompakter */
  border-radius: 0.25rem;   /* leichte Rundung */
  opacity: 0.9;             /* dezenter */
  letter-spacing: 0.5px;    /* moderner Look */
}










