<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.company-teaser-title {
    font-family: Roobert;
    font-size: 28px !important;
    color: #2F50F5 !important;
  }
  
  .d-inline-block {
    display: inline-block;
  }
  
  .company-teaser h5 {
      color: #000;
      margin-left: 10px;
  }
  
  .company-teaser-carousel {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;      
  }
  
  .company-teaser-scrollable {
  
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; 
  
      cursor: grab;
      -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; 
  }
  
  
  .company-teaser-scrollable::-webkit-scrollbar {
      height: 3px;
  }
  .company-teaser-scrollable::-webkit-scrollbar-thumb {
      background-color: gray;
  }
  
  .company-teaser .company-teaser-item {
      box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
      padding: 25px;
      flex: 0 0 auto; /** grow and shrink 0**/
      margin: 15px;
      display: flex;
      flex-direction: row;
      align-items: center;
      border-radius: 25px 0px;
  }
  
  .company-teaser-item .company-teaser-logo {
      display: flex;
      flex-direction: column;
      margin-right: 25px;
      justify-content: center;
      text-align: center;
  }
  
  .company-teaser-item .company-teaser-logo img {
      width: auto;
      max-height: 100px;
  }
  
  .company-teaser-item .tile-profil .d-flex {
      display: flex;
  }
  
  
  .score-wrap {
    position: relative;
    line-height: 1em;
  }
  
  .score .stars-active {
      position: relative;
      z-index: 10;
      display: inline-block;
      overflow: hidden;
      white-space: nowrap;
  }
  
  .score .stars-inactive {
      color: grey;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-text-stroke: initial;
  }
  
  
  .company-teaser .tile-profil {
      font-family: Roobert;
  }
  
  .company-teaser-item .tile-profil .align-items-center {
      align-items: center!important;
  }
  
  .company-teaser-item .tile-profil .border {
      border: 1px solid #dee2e6!important;
  }
  
  .company-teaser-item .tile-profil .ps-3 {
      padding-left: 1rem!important;
  }
  
  .company-teaser-item .tile-profil .pb-1 {
      padding-bottom: .25rem!important;
  }
  
  .company-teaser-item .tile-profil .pe-2 {
      padding-right: .5rem!important;
  }
  
  .company-teaser-item .tile-profil .pt-1 {
      padding-top: .25rem!important;
  }
  
  .company-teaser-item .tile-profil .me-3 {
      margin-right: 1rem!important;
  }
  
  .company-teaser-item .tile-profil .flex-grow-1 {
      flex-grow: 1!important;
  }
  
  .company-teaser-item .tile-profil .tc-sqn-1, .company-teaser-item .tile-profil .tc-sqn-2 {
      width: 30px;
      text-align: center;
  }
  
  .company-teaser-item .tile-profil i, .company-teaser-item .tile-profil .font-heading {
      color: #2f50f5;
  }
  
  .company-teaser-item .tile-profil .font-heading {
      font-weight: bolder;
  }
  
  .company-teaser-item .tile-profil .fa-star, .company-teaser-item .tile-profil .text-dark {
      color: rgba(33, 37, 41, 1);
  }
  
  .company-teaser-item .tile-profil .org-row-data-disabled *, .tile-profil .company-teaser-item .tile-profil .org-row-data-disabled .score-wrap {
      color: gray !important;
  }
  
  .company-teaser-item .tile-profil .org-row-data-disabled {
      pointer-events: none;
      cursor: default;
      text-decoration: none;
  }
  
  .company-teaser-item .tile-profil .border-radius-top-left {
      border-top-left-radius: 0.6rem !important;
  }
  
  .company-teaser-item .tile-profil .border-radius-bottom-right {
      border-bottom-right-radius: 0.6rem !important;
  }
  
  .company-teaser-item .tile-profil .mb-2 {
      margin-bottom: .5rem!important;
  }
  
  .profile-heading-reports a {
    min-height: 37px;
  }
  
  @media (max-width: 540px) {
      .company-teaser .company-teaser-item {
          flex-direction: column;
          flex: auto;
      }
      
      .company-teaser-item .company-teaser-logo {
          margin-bottom: 25px;
      }
  }
  
  .teaser-button {
      display: inline-block;
      font-family: Roobert;
      color: #fff !important;
      background-color: #2F50F5;
      border-color: #2F50F5;
      position: relative;
      padding: 6px 35px;
      border-radius: 25px 0 25px 0;
      transition: all 0.5s;
      margin-top: 10px;
  }
  .teaser-button:hover {
    background-color: #132644 !important;
  }
  .company-teaser-scrollable .teaser-button {
     white-space: nowrap;
  }
  
  .fa.fa-star-o {
      /** font-family: "Font Awesome 5 Free"; **/
      font-weight: 400;
      color: lightgray !important;
  }
  .fa.fa-star-o:before {
    content: "\f005";
  }
</pre></body></html>