/** Responsive Table **/
table tbody {
    display: flex;
    flex-direction: column;
}

table tbody tr {
    display: flex;
    height: unset !important;
}

table tbody tr td {
    height: unset !important;
    border: 0;
}

table tbody tr td img{
    width: 100% !important;
    height: auto !important;
}

/*** REFERENTEN_DYNAMIC ***/

.logo img {
    width: 65px;
}
.logo {
    padding: 10px 10px;
    border-left: 4px solid #E50043;
}
.name {
    font-weight: bold;
}

/*.speaker span{
    display: none;
}*/
  .speaker:before {
      content: '\f2c0';
      font-family: FontAwesome;
      position: relative;
      margin-right: 10px;
}

  .position:before {
      content: '\f2bc';
      font-family: 'FontAwesome';
      margin-left: 4px;
      position: RELATIVE;
      right: 7px;
   }

   .company_name:before {
        content: '\f0f7';
        font-family: 'FONTAWESOME';
        margin-right: 12px;
        right: -1px;
   }
.firma_info {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}
.lecture {
    position: relative;
    padding: 20px 20px;
    background-color: #F5F5F7;
    margin-bottom: 15px;
}
.company {
    margin-bottom: 40px;
}
@media only screen and (max-width: 786px) {
    table tbody tr{
        flex-wrap: wrap;
    }
    
    table tbody tr td {
        width: 100% !important;
        margin: 0 15px;
    }

    table tbody tr td:not(:last-child) {
        border-bottom: 1px solid rgb(0 0 0 / 30%);
    }
}