/* =========================================================
   about_modern.css
   Gemeinsamer Style fuer 2about3.php und DE_about3.php
   ========================================================= */

   /*
.hu-hero-about {
  margin: 0 auto 28px auto;
  padding: 28px;
  max-width: 980px;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827, #1f2937);
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(0,0,0,0.35);
  overflow: hidden;
}
*/

/*
.hu-hero-about {
  background: linear-gradient(135deg, #050505, #151515);
  border: 1px solid #444;
  padding: 30px;
  margin: 25px 0;
  text-align: center;
  box-sizing: border-box;
}
*/

.hu-hero-about {
  width: 100%;
  background: linear-gradient(135deg, #050505, #151515);
  border: 1px solid #444;
  padding: 30px;
  margin: 25px 0;
  text-align: center;
  box-sizing: border-box;
}






/*
.hu-hero-about h1 {
  margin: 0 0 8px 0;
  font-size: clamp(2rem, 4vw, 3.2rem);

  line-height: 1.05;
  color: #00ff66 !important;
  font-weight: 900;
}
  */


.hu-hero-about h1 {
  color: #00ff66;
  font-size: 32px;
  margin: 0 0 14px 0;
  line-height: 1.2;
}


/*
.hu-hero-about h2 {
  margin: 0 0 22px 0;
  font-size: clamp(1.2rem, 2.3vw, 1.8rem);
  font-weight: 800;
  color: #ffdf00 !important;
}
  */


.hu-hero-about h2 {
  color: #ffd700;
  font-size: 21px;
  margin: 0 0 18px 0;
}

  

.hu-lead {
  font-size: 1.25rem;
  line-height: 1.6;
  max-width: 900px;
  color: #ffffff;
}
  
.hu-hero-about p {
  font-size: 1.15rem;
  line-height: 1.55;
  color: #ffffff;
  max-width: 1150px;
  margin: 18px auto;
}







.hu-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.hu-facts div {
  padding: 16px;
  border-radius: 14px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
}

.hu-facts strong {
  display: block;
  font-size: 1.45rem;
  color: #ffdf00 !important;
}

.hu-facts span {
  display: block;
  margin-top: 6px;
  color: #e5e7eb;
  line-height: 1.35;
}


/*
.hu-card {
  max-width: 980px;
  margin: 22px auto;
  padding: 24px 28px;
  border-radius: 18px;
  background: #111111;
  color: #f5f5f5;
  border: 1px solid #333333;
  box-shadow: 0 6px 18px rgba(0,0,0,0.45);
  overflow: hidden;
}
  */


.hu-card {
  width: 100%;
  max-width: none;
  margin: 22px 0;
  padding: 24px 28px;
  border-radius: 18px;
  background: #111111;
  color: #f5f5f5;
  border: 1px solid #333333;
  box-shadow: 0 6px 18px rgba(0,0,0,0.45);
  overflow: hidden;
  box-sizing: border-box;
}








.hu-card h2 {
  margin-top: 0;
  color: #00ff66 !important;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 800;
}

.hu-card h3 {
  color: #ffdf00 !important;
  margin-bottom: 8px;
  font-weight: 800;
}

.hu-card p {
  font-size: 1.08rem;
  line-height: 1.7;
  color: #f0f0f0;
}

.hu-highlight {
  background: #151515;
}

.hu-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 18px;
}

.hu-columns div {
  padding: 18px;
  border-radius: 14px;
  background: #0b0b0b;
  border: 1px solid #333333;
}

.hu-focus-list {
  columns: 2;
  column-gap: 36px;
  padding-left: 22px;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #f5f5f5;
}

.hu-focus-list li {
  break-inside: avoid;
  margin-bottom: 8px;
}

.hu-quote {
  background: #111827;
  color: #ffffff;
}

.hu-quote h2 {
  color: #00ff66 !important;
}

.hu-quote p {
  color: #e5e7eb;
}

.hu-cta-row {
  margin-top: 28px;
}

 
/* Einheitliche Buttons wie auf der Home-Seite */

.hu-cta-row {
  margin-top: 28px;
  text-align: center;
}

.hu-button,
.hu-button-secondary {
  display: inline-block;
  margin: 8px 10px;
  padding: 12px 22px;

  background: #cc0000 !important;
  color: #ffffff !important;

  border: 1px solid #ff3333;
  border-radius: 0;

  font-weight: 800;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none !important;

  box-shadow: none;
}

.hu-button:hover,
.hu-button-secondary:hover {
  background: #ff0000 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  border-color: #ff6666;
}




.hu-textlink {
  font-weight: 700;
  color: #ff0000 !important;
}

.col-center {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  padding: 0 20px !important;
  text-align: left !important;
  color: #ffffff !important;
}

.col-center a {
  color: #ff0000 !important;
}

.col-center a:hover {
  color: #ffff00 !important;
}

@media (max-width: 850px) {
  .hu-facts,
  .hu-columns {
    grid-template-columns: 1fr 1fr;
  }

  .hu-focus-list {
    columns: 1;
  }
}

@media (max-width: 560px) {
  .hu-hero-about,
  .hu-card {
    padding: 20px;
    border-radius: 14px;
  }

  .hu-facts,
  .hu-columns {
    grid-template-columns: 1fr;
  }

  .hu-button {
    display: block;
    text-align: center;
    margin-right: 0;
  }
}



/* Button-Text im About-Bereich immer weiß halten */
.col-center a.hu-button,
.col-center a.hu-button:link,
.col-center a.hu-button:visited,
.col-center a.hu-button:hover,
.col-center a.hu-button:active,
.col-center a.hu-button-secondary,
.col-center a.hu-button-secondary:link,
.col-center a.hu-button-secondary:visited,
.col-center a.hu-button-secondary:hover,
.col-center a.hu-button-secondary:active {
  color: #ffffff !important;
  text-decoration: none !important;
}