.responsive-table {
  tr {
    border-radius: 3px;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .table-header {
    background-color: #95A5A6;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  .table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
  }
  .col-1 {
    flex-basis: 10%;
  }
  .col-2 {
    flex-basis: 40%;
  }
  .col-3 {
    flex-basis: 25%;
  }
  .col-4 {
    flex-basis: 25%;
  }
  
  
}

@media all and (max-width: 767px) {
    .table-header {
      display: none;
    }
  
    .table-row{
      
    }
    li {
      display: block;
    }
    .col {
      
      flex-basis: 100%;
      
    }
    .col {
      display: flex;
      padding: 10px 0;
      &:before {
        color: #6C7A89;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 50%;
        text-align: right;
      }
    }
  }

.kunden-bereich {
    margin-left: 20px;
    margin-right: 20px;
}

.generic-btn-new {
  display: inline-block;
  outline: none;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.generic-btn-new.circle {
  border-radius: 20px;
}

.generic-btn-new.primary {
  color: #fff;
  background: #f39100;
  border: 1px solid transparent;
}

.tabellenZeileDynamisch {
    padding-left: 5px;
    padding-right: 5px;
}