
/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
audio::-webkit-media-controls-panel {
	background-color: #56aeff;
}

audio::-webkit-media-controls-volume-slider {
	background-color: #b1d4e0;
	border-radius: 25px;
	padding-left: 8px;
	padding-right: 8px;
}

b, strong {
	font-weight: 500 !important;
}

.elementor-mark-required .elementor-field-label:after {
	color: #fff !important;
	content: "*";
}

/* FAQ-Bereich bei Ilona Schmidt (der bei ihr nicht vorhanden ist) ausblenden */
.post-id-50936 .elementor-3875 .elementor-element.elementor-element-f69ff84 {
	display: none !important;
}

.postid-50936 .elementor-element-f69ff84 {
	display: none !important;
}

/* ---------------------------------------------------------------
   Redner-Suche (/suche/) – Profilbilder Mobile
   Element: d2ddc74 (AE ACF Fields Widget im Loop-Item 4641)

   Problem: Profilbilder sind 600x900 (2:3 Hochformat), werden aber
   auf feste height:300px mit object-fit:cover beschnitten. Der
   Beschnitt erfolgt bei object-position:center center symmetrisch
   oben und unten -> Köpfe werden abgeschnitten.

   Lösung: Auf Mobile feste Höhe durch aspect-ratio ersetzen
   (mehr Höhe = weniger Beschnitt) und Bildausschnitt nach oben
   verschieben, damit das Gesicht sicher im Sichtbereich liegt.

   Hinweis: Selektor enthält .ae_acf_image_wrapper, um die
   Elementor-Post-CSS-Regel (elementor-post-4641) zu überschreiben.
   Nach Änderung NitroPack-Cache leeren.
   --------------------------------------------------------------- */
@media (max-width: 767px) {
	.elementor-4641 .elementor-element.elementor-element-d2ddc74 .ae_acf_image_wrapper img {
		height: auto;
		aspect-ratio: 3/4;
		/* statt 300px – höhere Kachel, weniger Beschnitt */
		object-position: center 20%;
	}
}
