@charset "utf-8";
/* CSS Document */

/* CMS Newsmodul: RSS-Link dezent rechts darstellen */
.contract_new,
.contract_new .text,
.zcontent_news,
.zcontent_news td{
  text-align:left!important;
}

.zcontent_news .ueberschrift{
  display:block!important;
  text-align:left!important;
}

.zcontent_news p,
.zcontent_news p[align]{
  text-align:left!important;
}

.zcontent_main_table:has(a.link[href*="ezsiterss.php"]),
.zcontent_main_table:has(a.link[href*="ezsiterss.php"]) td{
  text-align:right!important;
}

a.link[href*="ezsiterss.php"],
.content-panel a.link[href*="ezsiterss.php"]{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  float:right;
  clear:both;
  width:auto!important;
  max-width:max-content;
  margin:0 0 10px auto!important;
  padding:4px 9px!important;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  color:#8f8f96!important;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1.2;
  text-decoration:none!important;
  text-transform:none;
  opacity:.78;
}

a.link[href*="ezsiterss.php"]:hover,
.content-panel a.link[href*="ezsiterss.php"]:hover{
  color:#fff!important;
  border-color:rgba(225,29,36,.45);
  background:rgba(225,29,36,.08);
  opacity:1;
}

/* CMS Content: Konzept */
.concept-content{
  display:grid;
  gap:22px;
  max-width:100%;
  min-width:0;
}

.concept-hero,
.concept-card{
  display:block;
  border:1px solid rgba(255,255,255,.12);
  border-left:4px solid #e11d24;
  border-radius:14px;
  background:#15161b;
  padding:26px;
  color:#e6e7ec;
}

.concept-hero{
  background:linear-gradient(135deg,rgba(225,29,36,.14),#15161b);
}

.concept-hero h2,
.concept-card h3{
  margin:14px 0 14px;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-weight:900;
  line-height:1.08;
}

.concept-hero h2{
  font-size:42px;
  text-transform:uppercase;
}

.concept-hero h2 span{
  color:#e11d24;
}

.concept-card h3{
  font-size:28px;
}

.concept-lead{
  color:#fff;
  font-size:24px;
  font-weight:900;
  line-height:1.25;
  text-transform:uppercase;
}

.concept-hero p,
.concept-card p{
  margin:0 0 14px;
  color:#e6e7ec;
  line-height:1.65;
}

.concept-image{
  margin:24px 0 0;
  max-width:100%;
  overflow:hidden;
  border-radius:12px;
}

.concept-image img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto!important;
  aspect-ratio:16 / 9;
  object-fit:cover;
  border-radius:12px;
}

.concept-grid,
.concept-benefits{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.concept-benefits article{
  display:grid;
  gap:6px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  background:#111217;
  padding:14px;
}

.concept-benefits strong{
  display:block;
  color:#fff;
  font-weight:900;
}

.concept-benefits span{
  display:block;
  color:#d7d7dc;
  line-height:1.5;
}

.concept-list{
  display:grid;
  gap:10px;
  margin:0;
  padding-left:22px;
}

.concept-list li{
  color:#e6e7ec;
  line-height:1.55;
}

@media(max-width:760px){
  .concept-content{
    gap:16px;
  }

  .concept-hero,
  .concept-card{
    padding:16px;
    border-radius:12px;
  }

  .concept-hero h2{
    font-size:clamp(28px,9vw,38px);
    line-height:1.06;
    overflow-wrap:anywhere;
  }

  .concept-card h3{
    font-size:clamp(21px,7vw,28px);
    line-height:1.12;
    overflow-wrap:anywhere;
  }

  .concept-lead{
    font-size:clamp(17px,5vw,21px);
    line-height:1.25;
  }

  .concept-hero p,
  .concept-card p,
  .concept-list li{
    font-size:16px;
    line-height:1.55;
  }

  .concept-image{
    margin-top:18px;
    border-radius:10px;
  }

  .concept-image img{
    border-radius:10px;
  }

  .concept-grid,
  .concept-benefits{
    grid-template-columns:1fr;
  }
}

@media(max-width:420px){
  .concept-hero,
  .concept-card{
    padding:14px;
  }

  .concept-hero h2{
    font-size:clamp(25px,8.8vw,32px);
  }
}

