




  .module-locations-teaser .col-set {
    display: flex;
    flex-flow: row nowrap;
  }
  
  .module-locations-teaser .col-1 {
    width: calc(405 * var(--px));
    margin-right: auto;
  }
  
  .module-locations-teaser .col-2 {
    width: calc(644 * var(--px));
  }
  
  .locations-teaser-list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  
  .locations-teaser-list > li {
    width: 47.67080745341614906800%;
  }
  
  .locations-teaser-list figure {
    margin-bottom: 20px;
  }
  
  .locations-teaser-list .headline {
    margin-bottom: 10px;
  }
  
  .locations-teaser-list .headline em {
    font-style: normal;
    font-family: var(--base-font-2-regular);
  }
  
  .locations-teaser-list .btn-set {
    margin-top: calc(20 * var(--px));
  }
  
  
  
  
  
  @media (max-width: 900px) {
    
    .module-locations-teaser .col-set {
      flex-flow: column nowrap;
      gap: 30px 0;
    }
    
    .module-locations-teaser .col-1 {
      width: 100%;
    }
    
    .module-locations-teaser .col-1 .btn-set {
      display: none;
    }
    
    .module-locations-teaser .col-2 {
      width: 100%;
    }
    
  }
  
  
  
  
  
  @media (max-width: 500px) {
    
    .locations-teaser-list {
      flex-flow: column nowrap;
      gap: 50px 0;
    }
    
    .locations-teaser-list > li {
      width: 100%;
    }
    
  }