.external::after {
visibility: hidden !important;
}

.big{
color: rgb(0,45,103);
font-size: 38.0px; 
line-height: 120%;
}
       /* Scoped CSS für das Paket-Design VR Prime Konto */
    #pakete-section * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    #pakete-section {
      font-family: Arial, sans-serif;
      background: #f5f7f8;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px;
    }
    #pakete-section .cards {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    #pakete-section .card {
      border-radius: 12px;
      padding: 24px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    /* Orange Zusatzpakete */
    #pakete-section .card.zusatz {
      background-color: #e68424;
      flex: 0 0 260px;
      text-align: center;
    }
    #pakete-section .card.zusatz .subtitle {
      font-size: 0.9rem;
      text-transform: uppercase;
      opacity: 0.9;
      margin-bottom: 0.5rem;
    }
    #pakete-section .card.zusatz .title {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 1rem;
    }
    #pakete-section .card.zusatz ul {
      list-style: none;
      margin-bottom: 1.5rem;
      text-align: left;
      display: inline-block;
    }
    #pakete-section .card.zusatz ul li {
      margin-bottom: 0.75rem;
      display: flex;
      align-items: center;
    }
    #pakete-section .card.zusatz ul li::before {
      content: '✓';
      margin-right: 8px;
      font-weight: bold;
    }
    #pakete-section .card.zusatz .price {
      font-size: 1.25rem;
      text-align: center;
      font-weight: bold;
    }

    /* Blaue Hauptkarte */
    #pakete-section .card.haupt {
      background-color: #122b5c;
      flex: 0 0 360px;
      text-align: center;
      padding: 32px;
    }
    #pakete-section .card.haupt .subtitle {
      font-size: 0.8rem;
      text-transform: uppercase;
      opacity: 0.8;
      margin-bottom: 0.5rem;
    }
    #pakete-section .card.haupt .title {
      font-size: 1.75rem;
      font-weight: bold;
      margin-bottom: 1.5rem;
    }
    #pakete-section .card.haupt ul {
      list-style: none;
      margin: 0 auto 2rem;
      text-align: left;
      display: inline-block;
    }
    #pakete-section .card.haupt ul li {
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
    }
    #pakete-section .card.haupt ul li::before {
      content: '✓';
      margin-right: 8px;
      font-size: 1.2rem;
    }
    #pakete-section .card.haupt .price {
      font-size: 1.4rem;
      font-weight: bold;
      margin-bottom: 2rem;
    }
    #pakete-section .card.haupt button.btn {
      padding: 12px 32px;
      background: #ffffff;           /* Button-Hintergrund weiß */
      color: #122b5c;                /* Text in Blau */
      border: none;
      border-radius: 50px;
      font-weight: bold;
      cursor: pointer;
      transition: background 0.3s;
    }
    #pakete-section .card.haupt button.btn:hover {
      background: #f0f0f0;           /* beim Hover leicht dunkler */
    }

    /* Pfeile zwischen den Karten */
    #pakete-section .arrow {
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    #pakete-section .arrow svg { display: block; }

    @media (max-width: 800px) {
      #pakete-section .cards { flex-direction: column; }
      #pakete-section .card.zusatz,
      #pakete-section .card.haupt { flex: 0 0 100%; max-width: 480px; }
      #pakete-section .arrow { display: none; }
    }




      /* Styles für die Zinsübersicht intern */
    .angebote-container * {
      box-sizing: border-box;
    }
  
    .angebote-container h1 {
      color: #00559b;
    }
  
    .angebote-container h2 {
      color: white;
      font-weight: 500;
    }
  
    /* Nur unsere Headline-Box */
    .angebote-header-box h2 {
      margin-bottom: 0 !important;
    }
  
    .angebote-container .angebote-container-flex {
      display: flex;
      justify-content: space-around;
      gap: 20px;
      flex-wrap: nowrap;
      overflow-x: auto;
    }
  
    .angebote-container .angebote-product-card {
      background-color: #002f67;
      color: white;
      padding: 20px;
      border-radius: 10px;
      width: 250px;
      text-align: left;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      position: relative;
      margin-top: 30px;
    }
  
    .angebote-container .angebote-product-card.angebote-sparbriefe {
      width: 300px;
      max-width: none;
    }
  
    .angebote-container .angebote-header-box {
      background-color: #0067b3;
      color: white;
      text-align: center;
      padding: 10px;
      border-radius: 10px 10px 0 0;
      position: absolute;
      top: -30px;
      left: 0;
      right: 0;
    }
  
    .angebote-container .angebote-card-content {
      margin-top: 40px;
    }
  
    .angebote-container .angebote-subtitle {
      margin-bottom: 30px;
      text-align: left;
      font-size: 18px;
      margin-top: -10px;
    }
  
    .angebote-container .angebote-zwischen {
      padding-bottom: 10px;
      font-size: 14px;
    }
  
    .angebote-container .angebote-tages {
      font-size: 15px;
    }
  
    .angebote-container .angebote-conditions {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
  
    .angebote-container .angebote-condition-box {
      background-color: white;
      color: #003366;
      padding: 10px;
      border-radius: 5px;
      display: flex;
      justify-content: space-between;
      font-size: 16px;
      font-weight: bold;
    }
  
    .angebote-container .angebote-condition-box-center {
      background-color: rgb(249, 249, 249);
      color: #003366;
      padding: 10px;
      border-radius: 5px;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
    }
  
    .angebote-container .angebote-notes {
      margin-top: 20px;
      font-size: 14px;
      color: #e0e0e0;
    }
  
    .angebote-container .angebote-product-card table {
      width: 100%;
      border-collapse: collapse;
      border: none;
    }
  
    .angebote-container .angebote-product-card table th,
    .angebote-container .angebote-product-card table td {
      padding: 10px;
      background-color: white;
      color: #003366;
      border: 1px solid #ccc;
      text-align: center;
      font-size: 12px;
      font-weight: bold;
    }
  
    .angebote-container .angebote-product-card table th {
      background-color: #e0e0e0;
    }
  
    .angebote-container .angebote-product-card table td {
      background-color: #ffffff;
    }
  
    @media (max-width: 1400px) {
      .angebote-container .angebote-container-flex {
        flex-wrap: wrap;
        justify-content: center;
      }
  
      .angebote-container .angebote-product-card {
        width: 45%;
        margin-bottom: 20px;
      }
    }
  
    @media (max-width: 768px) {
      .angebote-container .angebote-container-flex {
        flex-direction: column;
        align-items: center;
      }
  
      .angebote-container .angebote-product-card {
        width: 100%;
        margin-bottom: 20px;
      }
    }