
.section-dark__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
#captchabox .sliders .slider-container input[type="range"]{
  padding:0;
}
.section-dark__bg img {
  width: 120%;
  height: 120%;
  object-fit: cover;
  filter: blur(12px) brightness(0.35) saturate(80%);
  transform: translate(-10%, -10%);
  opacity: 0.35;
}
.section-dark > .container,
.section-dark > .container-fluid {
  position: relative;
  z-index: 1;
}

:root {
  --brand-bg: #0f2240;
  --brand-primary-rgb: 4, 90, 135;
  --brand-primary: var(--base-color);
  --card-bg: rgba(255, 255, 255, 0.02);
  --card-border: rgba(var(--brand-primary-rgb), 0.25);
  --card-text: #fff;
  --card-subtext: rgba(255, 255, 255, 0.65);
}

/* Karte */
.feature-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
  color: var(--card-text);
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease;
}
.feature-card:hover {
  transform: translateY(-3px);
  border-color: var(--card-border);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* Icon-Badge */
.icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--solitude-blue);
}
.icon-wrap i {
  font-size: 26px;
  color: var(--brand-primary);
}

/* Typo */
.feature-title {
  font-size: 1.05rem;
  font-weight: 700;
}
.feature-text {
  font-size: 0.95rem;
  color: var(--card-subtext);
  line-height: 1.45;
}

.highlights {
  --base: #045a87;
  --bg: #f1f5fb;
  --ink: #0f172a;
  --muted: #334155;
  --radius: 16px;
  --shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  position: relative;
}

.highlights .card-shell {
  position: relative;
  background: var(--bg);
  border-radius: var(--radius);
  padding: clamp(28px, 4vw, 56px) clamp(24px, 4vw, 56px);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.highlights .banner {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(
    90deg,
    var(--base),
    rgba(var(--brand-primary-rgb), 0.6)
  );
  border-bottom-right-radius: 28px;
  opacity: 0.12;
  transform: translateY(-38%);
  pointer-events: none;
}

.highlights .label {
  display: inline-flex;
  align-items: center;
  background: var(--base);
  color: #fff;
  height: 34px;
  padding: 0 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 999px;
  position: relative;
}

.highlights h3 {
  position: relative;
  margin: 14px 0 28px;
  color: var(--ink);
  font-size: clamp(28px, 4.4vw, 42px);
  line-height: 1.15;
}

.highlights .watermark {
  position: absolute;
  right: clamp(8px, 4.6vw, 60px);
  top: -8px;
  font-size: clamp(120px, 22vw, 240px);
  opacity: 0.08;
  line-height: 1;
  pointer-events: none;
}

.highlights .feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 768px) {
  .highlights .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .highlights .feature-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.highlights .feature-card {
  position: relative;
  border-radius: 6px;
  padding: 8px 24px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(2, 6, 23, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.highlights .feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(2, 6, 23, 0.09);
}
.highlights .feature-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  background: var(--base);
}

.highlights .badge-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}
.highlights .badge-icon i {
  font-size: 14px;
}

.highlights .feature-title {
  margin: 0 0 4px;
  font-weight: 700;
  color: var(--ink);
  font-size: 16px;
}
.highlights .feature-text {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 16px;
}
.popup-youtube i{
  font-size:50px;
  opacity:0.8;
}

.popup-youtube i:hover{
  font-size:50px;
  opacity:0.8;
  color:#fff;
}

blockquote{
  font-size:16px;
  margin-top:20px;
  font-style:italic;
  font-weight:bold;
}

.pdf_file{
  display:block;
  padding:20px;
  background:#f2f2f2;
  margin-bottom:10px;
}






@media print {
  body{
    padding:20px;
  }
   .cover-background{
    background:none !important ;
    
   }

 .h-100,
div .h-75vh{
height:auto !important ;
 }
  .section-dark,
  footer,.navbar ,
     .cover-background .feature-box-icon,
  .i-mt-15 span,
  .i-mt-15 div.d-flex,.btn-rounded,
      .cover-background  .icon-with-text-style-08
 
  {display:none !important  ;}

  p,ul,li,a{
    font-size:13px;
    color:#333;
  }

  h1{
    font-size: 20px !important  ;
    margin-bottom:10px !important;
    color:#333 !important;
    background:none !important ;
    text-shadow: none !important  ;
  }

  .bg-base-color h5,
  .bg-base-color .text-white{
    color:#333 !important;
  }
}

div.h3{
  font-size:2rem;
}
div.h2{
  font-size:2.4rem;
}