.teacher_ov .img {
  max-width: 230px;
  margin: 0 auto 2rem auto;
  line-height: 1.3;
  font-size: 0.9em; }
  .teacher_ov .img .imgwrap {
    margin-bottom: 0.5rem; }
    .teacher_ov .img .imgwrap img {
      width: 100%; }
.teacher_ov a {
  color: black !important;
  word-break: keep-all; }
  .teacher_ov a .instrument {
    color: #6491a4 !important; }

.edit-post-visual-editor .teacher_ov {
  background-color: rgba(255, 70, 128, 0.1);
  padding: 20px; }
  .edit-post-visual-editor .teacher_ov:before {
    content: 'Auflistung der Dozenten';
    white-space: nowrap; }
  .edit-post-visual-editor .teacher_ov .img {
    display: none; }

/* Options for Small Screens ------------------------------- */
@media (min-width: 375px) {
  .teacher_ov {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6em 3em; }
    .teacher_ov .img {
      max-width: unset;
      margin: unset; } }
/* Options for Small Screens ------------------------------ */
@media (min-width: 640px) {
  .teacher_ov {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6em 3em; } }
/* Options for Medium Screens ------------------------------ */
@media (min-width: 960px) {
  .teacher_ov {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.6em 4em; } }
/* HOVER OPTIONS for NOT-Mobile Devices -------------------- */
body.no-touch .teacher_ov a:hover {
  color: #ff4680 !important; }

/*# sourceMappingURL=teacher_ov.css.map */
