/* =========================================
   Rinnetal – Ausbildung (template CSS)
   ========================================= */

.bcra-page{
  background:#ffffff;
}

/* HERO */
.bcra-hero{
  position:relative;
  overflow:hidden;
  background:#0b2b4a;
}
.bcra-hero-media{
  width:100%;
  height:420px;
  background-size:cover;
  background-position:center;
}

/* SECTIONS */
.bcra-section{
  padding: 40px 0;
}
.bcra-section--tight{
  padding: 28px 0;
}

.bcra-title{
  font-size: 38px;
  line-height: 1.15;
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.bcra-rule{
  margin-top: 10px;
  height: 1px;
  background: rgba(0,0,0,0.12);
}

.bcra-h2{
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 14px;
  font-weight: 700;
  color: #081a2b;
}

.bcra-text{
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.75;
  color: #13263a;
}

/* VIDEO */
.bcra-video{
  position: relative;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #0b2b4a;
  box-shadow: 0 18px 40px rgba(2, 10, 25, 0.10);
}
.bcra-video::before{
  content:"";
  display:block;
  padding-top: 56.25%; /* 16:9 */
}
.bcra-video iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

/* BUTTONS */
.bcra-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 18px;
  border-radius: 6px;
  text-decoration:none;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  transition: transform .12s ease, opacity .12s ease;
  margin-top: 10px;
}
.bcra-btn:hover{
  opacity: .95;
  transform: translateY(-1px);
}
.bcra-btn--primary{
  background: #002b5c;
  color: #ffffff;
}
.bcra-btn--secondary{
  background: #002b5c;
  color: #ffffff;
}

/* LIST */
.bcra-list{
  margin: 0 0 18px;
  padding-left: 18px;
  color: #0f2438;
}
.bcra-list li{
  margin: 10px 0;
}

/* RESPONSIVE */
@media (max-width: 991px){
  .bcra-hero-media{ height: 320px; }
  .bcra-title{ font-size: 32px; }
}
@media (max-width: 575px){
  .bcra-hero-media{ height: 240px; }
  .bcra-title{ font-size: 28px; }
  .bcra-h2{ font-size: 24px; }
}


a.bcra-btn.bcra-btn--primary:hover {
    color: white;
}

a.bcra-btn.bcra-btn--secondary:hover {
    color: white;
}

.bcsr-hero { position: relative; min-height: 380px; }
.bcsr-hero-media{
  position:absolute; inset:0;
  background-size: cover;
  background-position: center;
}
.bcsr-hero-overlay{
  position: relative;
  min-height: 380px;
  display:flex;
  align-items:center;
  padding: 70px 0 40px;
}


/* ===========================
   Shared Disclaimer (Rinnetal)
   Match Stellenangebote style
   =========================== */

.bcsr-section.bcsr-section--tight{
  padding: 2.6rem 0;
}

.bcsr-disclaimer{
  max-width: 980px;
  margin: 0 auto;
  padding: 16px 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px dashed rgba(15, 23, 42, 0.18);
}

.bcsr-disclaimer-text{
  margin: 0 0 12px;
  font-size: .92rem;
  color: rgba(15, 23, 42, 0.60);
  line-height: 1.85;
}

.bcsr-disclaimer-text:last-child{
  margin-bottom: 0;
}

/* Hero linear overlay (same as other pages like Stellenangebote) */
.bcsr-hero{
  overflow: hidden; /* makes sure overlay doesn't spill */
}

.bcsr-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.45) 55%, rgba(255,255,255,0.10) 100%);
}

.bcsr-hero-overlay .container {
    position: relative;
    z-index: 2;
}


/* Make disclaimer match the page container width */
.bcsr-disclaimer{
  max-width: none;
  width: 100%;
}

p.bcsr-kicker {
        margin: 0 0 .6rem;
    font-size: .85rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.60);
}

h1.bcsr-title {
    margin: 0;
    font-size: 2.6rem;
    line-height: 1.12;
    color: #0b1a26;
}


