/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[3]!./assets/scss/tx/tx_article.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; /* Transition für weiches Ein- und Ausblenden */
  pointer-events: none; /* Verhindert Interaktion, wenn das Overlay nicht sichtbar ist */
  z-index: 22222;
  cursor: zoom-out;
}
.overlay.show {
  opacity: 1;
  pointer-events: auto; /* Ermöglicht Interaktion, wenn das Overlay sichtbar ist */
}
.overlay img {
  max-width: 90%;
  max-height: 90%;
  width: 90vw;
  height: 90vw;
  object-fit: contain;
}
.overlay img:focus {
  outline: none;
}
img[data-large] {
  cursor: zoom-in;
}

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHhfYXJ0aWNsZS5jc3MiLCJtYXBwaW5ncyI6Ijs7O0FBQUEsZ0JBQWdCO0FBQWhCO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBQUVKO0FBQUE7RUFDSTtFQUNBO0FBR0o7QUFEQTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QUFJSjtBQUhJO0VBQ0k7QUFLUjtBQURBO0VBQ0k7QUFJSixDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vaWdlbGItZGlzdHJpYnV0aW9uLXRhaWx3aW5kLy4vYXNzZXRzL3Njc3MvdHgvdHhfYXJ0aWNsZS5zY3NzIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9*/