/* Desktop */
.hero-title {
  font-family: Arial, sans‑serif;
  font-weight: 900;
  font-size: 112px;
  line-height: 1.1;
  color: #000;
  text-transform: uppercase;
  padding-top: 120px;
  padding-bottom: 40px;
  }

.hero-subtitle {
  font-family: Arial, sans‑serif;
  font-weight: 500;
  font-size: 42px;
  color: #da0517;
  padding-top: 30px;
  padding-bottom: 180px;
}

.text-index {
  font-size: 12px;
  
  }
  
  .text-index h2 {
  font-size: 16px;
  
  }
  
.text-preisinfo  {
  font-size: 10px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  }  
  
/* Tablet (bis 768px Breite) */
@media (max-width: 768px) {
  .hero-title {
    font-size: 64px;
  }
  .hero-subtitle {
    font-size: 32px;
  }
  
}

/* Smartphone (bis 576px Breite) */
@media (max-width: 576px) {
  .hero-title {
    font-size: 48px;
  }
  .hero-subtitle {
    font-size: 24px;
  }
 
}



.hellblau {
  color: #13AFF0;
 
  }
  
/* Initial weiß, ohne Bootstrap-Utility */
a.link-hover {
  color: #ffffff;
  text-decoration: none; /* statt .text-decoration-none */
}

/* Hover ins Cyan */
a.link-hover:hover {
  color: #13AFF0;
}

.container {
	max-width: 1440px;
}
/* maxiva.css */

/* Container-Grundlage */
.responsive-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;      /* anpassen, wie breit dein Banner Desktop-Maxi sein soll */
  margin: 0 auto;         /* zentriert das Element horizontal */
  padding: 0 1rem;        /* optional: etwas Innenabstand links/rechts */
}
/* Wrapper zentrieren, max. 800px breit */
.responsive-video {
  width: 100%;
  max-width: 1440px;  /* nach Bedarf anpassen */
  margin: 0 auto;    /* horizontal zentrieren */
  overflow: visible;
}

/* Video immer komplett sichtbar */
.responsive-video video {
  display: block;    /* entfernt Inline-Abstand */
  width: 100%;       /* skaliert mit dem Container */
  height: auto;      /* erhaltenes Seitenverhältnis */
}


/* Desktop: Hintergrundbild für Maxiva der preisgünstige*/
@media (min-width: 768px) {
  .responsive-banner {
    /* Bild als Background */
    background: url("/images/maxiva-hoehenverstellbarer-schreibtisch.webp") no-repeat center/cover;
    height: 1000px;  /* gewünschte Höhe */
  }
}

/* Desktop: Hintergrundbild für Maxiva Plus */
@media (min-width: 768px) {
  .responsive-banner-plus {
    /* Bild als Background */
    background: url("/images/maxiva-hoehenverstellbarer-schreibtisch-plus.webp") no-repeat center/cover;
    height: 1000px;  /* gewünschte Höhe */
	position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;      /* anpassen, wie breit dein Banner Desktop-Maxi sein soll */
  margin: 0 auto;         /* zentriert das Element horizontal */
  padding: 0 1rem;        /* optional: etwas Innenabstand links/rechts */
  }
}


/* Desktop Overlay als flex-Container für vertikale Stapelung */
.banner-desktop {
  position: absolute;
  top: 60%;
  left: 60%;
  transform: translateY(-50%);
  background: url("/images/white-brush-background.webp") no-repeat center/cover;
  display: flex;           /* Flex-Layout aktivieren */
  flex-direction: column;  /* Elemente (h2, p, a) untereinander */
  background-size: 100% auto;
  /* Polster um den Text, damit das Bild nicht knapp am Wortrand aufhört */
  padding: 2rem 4rem;
  align-items: center;    /* hor. Zentrierung aller Kinder (Titel, Text, Button) */
  text-align: center;     /* Text innerhalb der Elemente zentrieren */
   min-width: 400px;
}
/* Styling der Texte – beliebig anpassen */
.banner-title {
  font-size: 4rem;
  margin-bottom: 0.5rem;
  color: #C4060D;
}
.banner-subtitle {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #193763;
 
}



/* Mobile: Content unterhalb etwas Abstand */
.banner-mobile {
  background-color: #f8f9fa;
    text-align: center;
}

/* 1. Button‑Farbe anpassen */
.banner-desktop .btn,
.banner-mobile .btn {
  background-color: #193763;
  border-color:   #193763;
  color:          #ffffff;
   margin-top: 1rem;      /* Abstand zum Text, falls noch nicht da */
}

/* Optional: Hover‑State etwas dunkler */
.banner-desktop .btn:hover,
.banner-mobile .btn:hover {
  background-color: #193763;
  border-color:   #193763;
}


/* Button im Overlay nach rechts ausrichten */
.banner-desktop .btn {
  align-self: flex-end;    /* schiebt den Button ans rechte Ende */
}



/* Hover auf alle Nav‑Links: Textfarbe wird Cyan */
.navbar-nav .nav-link:hover {
  color: #13AFF0;
}


/* Button ganz rechts im Overlay */
.banner-desktop .btn {
  align-self: flex-end;
}


/* Container fürs neue Bild+Text */
.desktop-bottom-block {
  position: absolute;
  bottom: 1rem;         /* Abstand vom unteren Rand */
  right: 1rem;          /* Abstand vom rechten Rand */
  display: flex;
  align-items: center;
}

/* Mobile (<768px): Footer‑Block unter dem Button im normalen Flow */
@media (max-width: 767.98px) {
  .desktop-bottom-block {
    position: static;        /* kein absoluter Bezugspunkt mehr */
    bottom: auto;
    right: auto;
    display: flex;           /* bleibt Flex, um Bild und Text nebeneinander zu zeigen */
    justify-content: center; /* zentriert unter dem Banner */
    margin: 1.5rem 0 0;      /* Abstand nach oben (zwischen Button und Icon-Block) */
  }

  /* Optional: Icon-Größe ein wenig kleiner auf Mobile */
  .desktop-bottom-block .bottom-icon {
    width: 100px;
    margin: 0 0.5rem 0 0;
  }

  /* Text mittig unter dem Icon, wenn gewünscht */
  /* 
  .desktop-bottom-block {
    flex-direction: column;
    text-align: center;
  }
  .desktop-bottom-block .bottom-icon {
    margin-bottom: 0.5rem;
  }
  */
}


/* Bild im Footer-Block */
.desktop-bottom-block .bottom-icon {
  width: 160px;          /* gewünschte Größe anpassen */
  height: auto;
  margin-right: 0.5rem; /* Platz zwischen Bild und Text */
}

/* Text unter dem Bild? 
   Falls Du den Text wirklich *unter* statt *neben* dem Icon haben willst: */
@media (min-width: 768px) {
  .desktop-bottom-block {
    flex-direction: column; /* Icon oben, Text unten */
    text-align: center;
  }
  .desktop-bottom-block .bottom-icon {
    margin: 0 0 0.5rem 0;
  }
}

/* Stil für den Zusatztext */
.desktop-bottom-block .bottom-text {
  font-size: 0.875rem;
  color: #7A7A7A;      
}

.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}


.img-highlight {
  border: 1px solid #C4060D;            
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25); /* deutlichere Schatten */
  border-radius: 0.25rem;               /* leichte Rundung (4px) */
}