/*
 Theme Name:   JiM e.V.
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme
 Author:       Juliane de Vries
 Author URI:   https://ju-like.de
 Template:     generatepress
 Version:      0.1
*/
* {
	font-family: 'Titillium Web';
}
:root {
	--jim-rot: #782828;
	--jim-orange: #e07627;
	--jim-gelb: #e0c748;
	--jim-petrol: #1e948e;
  	--jim-blau:	#29448f;
	--jim-lila: #621a6b;
	--jim-hg: #F7F7F7;
	--jim-hellgrau: #a1a1a1;
	--jim-grau: #727272;
}
/* 2026-06-24 jdev SVG-Wellen in .jim-farbe-Elementen oben oder unten anordnen. Mitte ist default */
.jim-farbe {
    position: relative;
}
.jim-farbe.welle-oben svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.jim-farbe.welle-unten svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
/* Header und Hauptmenü */

/* Hauptseite "Verein" */
/* Section "Angebote" Kacheln mit einem Bild im Hintergrund und einem Overlay. Links im Bildmodul!*/
.fl-photo-caption-hover {
  background: rgba(30, 148, 142, 0.7);
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0;
  filter: alpha(opacity = 0);
  padding: 30px;
  position: absolute;
  right: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.fl-photo-caption {
	color: #fff;
  	font-size: 2rem;
  	line-height: 1.2em;
  	overflow: hidden;
  	text-overflow: ellipsis;
	padding-top: 43%;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 4px;
}
/* Figure als Positionierungskontext */
.angebote-kachel {
    position: relative;
}

/* ::after dehnt den <a> über die gesamte Figure aus */
.angebote-kachel .fl-photo-img-png a::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 10;
}

/* Caption visuell sichtbar, aber Klicks gehen durch */
.angebote-kachel .fl-photo-caption {
    pointer-events: none;
}
/* Ende Section "Angebote" Kacheln mit einem Bild im Hintergrund und einem Overlay. Links im Bildmodul!*/
/* Ende Hauptseite Verein */
