.gmap {
    width: 356px;
    height: 220px !important;
}

.gmap-uni_betriebe {
    width: 100%;
    height: 220px !important;
}

.gmap-full {
    width: 100%;
    height: 220px !important;
}

.gmap-details {
    display: none;
}

.img-news-feed-row {
    min-height: 150px;
    max-height: 150px;
    /* height: 150px; */
    overflow: hidden;
}

.no-margin {
    margin: 0px !important;
}



.timeline {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .timeline li {
    list-style-type: none;
    min-width: 75px;
  }

  .timeline li span {
      font-size: 12px;
  }

  .timeline li .status span {
      margin-top: 15px;
  }
  
  .timestamp {
    margin-bottom: 5px;
    padding-right: 0px 75px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    font-weight: 100;
  }
  
  .status {
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    border-top: 2px solid #D6DCE0;
    position: relative;
  }
  
  .status:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 12px;
    border: 1px solid #ddd;
    position: absolute;
    top: -6px;
    left: 96%;
    z-index: 999;
  }

  .li.complete .status {
    border-top: 2px solid #448DDE;
  }

  .li.complete .status:before {
    background-color: #448DDE;
    border: none;
  }

  .li.complete .status-danger {
    border-top: 2px solid #EE234A;
  }

  .li.complete .status-danger:before {
    background-color: #EE234A;
    border: none;
  }

.li.complete .status-warn {
    border-top: 2px solid #ffa500;
}

.li.complete .status-warn:before {
    background-color: #ffa500;
    border: none;
}

.li.complete .status-success {
    border-top: 2px solid #92cd28;
}

.li.complete .status-success:before {
    background-color: #92cd28;
    border: none;
}

  
.uni-brdcrmb-mc-mbox-table {
      
}

.uni-brdcrmb-mc-mbox-table tr:first-of-type>td { 
    border-bottom: 1px solid #e2e4e7;
    padding-bottom: 0.5rem;
}

.uni-brdcrmb-mc-mbox-table tr:nth-of-type(2)>td {
  padding-top: 0.5rem;
}

/* .uni-brdcrmb-mc-mbox-search {    
    margin-bottom: 8px;
    width: 100%;    
} */

  
@media only screen and (max-width : 480px) {

}

@media only screen and (min-width : 480px) {

}

@media only screen and (min-width : 768px) {

}

@media only screen and (min-width : 992px) {

}

@media only screen and (min-width : 1200px) {

}

/* WP 5.5 Image height fix */
.wp-block-image img {
  height: auto;
}

.borderless {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-width: unset;
    width: unset;
    margin:unset;
    padding: unset;
}
