.watch-container {
    font-family: Arial, sans-serif;
    max-width: 750px;
    margin: 20px auto;
    margin-left: 15px;
    margin-right: 7px;
  }
  
  .key-section {
    font-size: 0.9em;
    margin-bottom: 20px;
    color: #666666;
   }
  
  .section-heading {
    color: #333333;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
  
  }
  
  .price-tier-heading {
    color: #666666;
    margin: 10px 0;
  }
  
  .watch-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .watch-item {
    margin: 5px 0;
  }
  
  .watch-link {
    color: #333333;
    text-decoration: none;
  }
  
  .rating {
    padding: 2px 5px;
    border-radius: 3px;
    display: inline-block;
  }
  
  .rating-A {
    background-color: #4CAF50;
    color: white;
  }
  
  .rating-B-plus {
    background-color: #FFC107;
    color: black;
  }
  
  .rating-B {
    background-color: #FF9800;
    color: white;
  }
  
  .size-indicator {
    color: #666;
  }
  
  .key-rating {
    color: #4CAF50;
  }
  
  .key-size {
    color: #666;
  }
  
  .key-review {
    color: #2196F3;
  }

  @media (max-width: 768px) {
    .watch-container {
        max-width: 400px;
    }
}

.überschrift-text {
    font-size: 35px;
    color: #333333;
    font-weight: bold;
    margin-top: 75px;
    margin-bottom: 35px;
    margin-left: 200px;
}

@media (max-width: 768px) {
    .überschrift-text {
        margin-left: 25px;
    }
}