/* https://github.com/tholman/intense-images/?tab=readme-ov-file */
/* body.angebot > figure > figcaption > h1 siehel global.css */



.angebot .anleitung_bildvergroesserung .field_label + p,
.angebot .roomsketcher_hinweis .field_label + p{
  font-size:80%;
}
@media only screen and (min-width:40rem) {

  .angebot .intense > figure img {
    cursor: url('../design/plus_cursor.png') 25 25, auto;
  }
}
body.angebot > figure > figcaption > h1  {
  width:auto; 
  font-size:2rem !important;padding-left:4rem !important; line-height:4rem !important;padding-right:2rem !important;
}

body.angebot > figure > figcaption > h1:after  {
  content:'(Mit Esc oder Klick ins Bild bitte schließen.)';
  display:block;
  line-height: 1.3;
  font-size:60%;text-align:right;
  color:black;
  text-shadow: 1px 1px 1px white;
}
@media only screen and (min-width:40rem) {
  body.media .block-hauptseiteninhalt .anleitung_zurueck figure:first-child::before {
    content:'(Rückkehr zum Angebot durch Schließen des Tabs)';
  }
}
@media only screen and (min-width:40rem) {
  body.media .block-hauptseiteninhalt .anleitung_bildvergroesserung figure:first-child::before {
    content:'Zum Vergrößern bitte die Bilder anklicken.';
    content: "\f05a";
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
/*
    font-weight: var(--fa-style,900);
*/
    font-weight: 900;
  }
}
