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

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

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

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