h1,
.tab-content h3 {
  font-weight: bold;
}

.col-sm-5 {
  padding: 0;
}

.col-sm-5 > img {
  border-radius: 3px;
}

.fa-check-circle {
  margin-right: 4px;
  color: #4eabf7;
}

h6 {
  margin-left: 16px;
  font-size: 14px;
}

.termine {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000000;
  margin: 2rem 0;
}

.date {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px;
  margin: 0;
  text-align: center;
  border: 1px solid #000000;
}

.termine th {
  border: 1px solid #000000;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.termine td {
  border: 1px solid #000000;
  padding: 5px;
  font-size: 13px;
  vertical-align: top;
}

.comment {
  font-size: 11px;
  margin-top: 2px;
}

caption {
  caption-side: top !important;
}

@media screen and (max-width: 768px) {
  .termine {
    font-size: 11px;
  }

  .termine th,
  .termine td {
    padding: 3px;
  }

  .comment {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  .termine {
    font-size: 10px;
  }

  .termine th,
  .termine td {
    padding: 2px;
  }

  .comment {
    font-size: 9px;
  }
}
