/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* HOME-HERO: room photo as section bg + white veil, set directly (Enfold per-element bg does not render in inline mode on this host) */
#top #av_section_1{
  background-image:linear-gradient(rgba(255,255,255,0.85),rgba(255,255,255,0.85)),url('https://dr-harm.de/wp-content/uploads/2026/08/Prophylaxezimmer.jpg');
  background-size:cover;background-position:center 42%;background-repeat:no-repeat;
}
@media (max-width:767px){ #top #av_section_1{ background-position:center 45%; } }
