/* ==================================================================
   CSS moved from Divi Theme Options > Custom CSS
   After applying this file, clear Divi Theme Options > Custom CSS.
   ================================================================== */
/** Datepicker z-index fix for Safari **/
#ui-datepicker-div {z-index:99!important;}

/** Formular-Styling **/
.wps-form {
    width: 100%;
    margin: 0 auto;
}
.wps-form .wps-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;     
}
.wps-form .wps-form-row .wpcf7-form-control {
    width: 100%;
}
.wps-form .wps-form-column {
    flex: 1;
    width: 100%;
    padding: .5rem 0;
}
 
/* Notebook / Desktop */
@media only screen and (min-width: 48em) { 
    .wps-form .wps-form-row {
        flex-direction: row;
    }
    .wps-form .wps-form-column {
        padding: .5rem 1rem;
    }
}

/**** Contact Form 7 Styles ****/
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar, .wpcf7-quiz, .wpcf7-select, .wpcf7-date {
	background-color: #eee !important;  /* Hintergrund Eingabefelder */
	border: none !important;
	width: 100% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 3px !important;
	font-size: 14px;
	color: #999 !important;   /* Schriftfarbe */
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* Senden-Button */
.wpcf7-submit {
    color: white !important; 	/* Schriftfarbe */
	margin: 8px auto 0;
	cursor: pointer;
	font-size: 20px; 			/* Schriftgröße */
	font-weight: 500; 			/* Schriftstärke */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-color: #bad004; 		/* Rahmenfarbe */
	border: 1px solid; 			/* Rahmenstärke */
	padding: 6px 20px;
	line-height: 1.7em; 		/* Zeilenhöhe */
	background: #bad004; 		/* Hintergrundfarbe */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
/* Senden-Button hover */
.wpcf7-submit:hover { 
    background-color: #bad004; 		/* Hintergrundfarbe */
	border: 1px solid; 				/* Rahmenstärke */
	border-color: #bad004;  		/* Rahmenfarbe */
	padding: 6px 20px !important; 
}
/* Fehlermeldungen */
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000; 		
	color: #999 !important; 		/* Schriftfarbe */
}
/* Sendebestätigung */
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14; 
    color: #999 !important; 		/* Schriftfarbe */
}
/**** ENDE Contact Form 7 Styles ****/

/**** Tabellen ****/
.tablepress thead th { 
	background-color: #ddd; 
}

/**** Sidebar Ferienhäuser Gästestimmen ****/
.tagcloud a {
    font-size: 16px !important;
}


/**** Changing the Column Stacking Order On Mobile ****/
@media all and (max-width: 980px) {
	/** wrap row in a flex box **/
	.custom_row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;
	}
 
	/** Order of columns in the flex box row **/
	.first-on-mobile {
		-webkit-order: 1;
		order: 1;
		}
 
	.second-on-mobile {
		-webkit-order: 2;
		order: 2;
		}
 
	.third-on-mobile {
		-webkit-order: 3;
		order: 3;
		}
 
	.fourth-on-mobile {
		-webkit-order: 4;
		order: 4;
		}
	
	/** add margin to last column **/
	.custom_row:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
 
}

/**** LINK-STYLING ****/
a:hover {text-decoration: underline !important;}

/**** Icon als Bulletlisten-Punkt ****/
.blattbullets li {
	list-style-image: url(/wp-content/uploads/2020/01/icons8-blatt-26.png);
	margin-top: 15px;
}

/**** Button-Varianten ****/
/** vor dunklem Hintergrund **/
.my_button_dark {
	text-decoration: none !important;
	color: #bad004 !important;
    border-color: #bad004 !important;
}

.my_button_dark:hover {
	background: #e5e5e5 !important;
}

/** vor hellem Hintergrund **/
.et_pb_button.my_button_light,
.my_button_light a {
	text-decoration: none !important;
	color: red !important;
    border-color: #879603;
}

.et_pb_section .et_pb_button .my_button_light a:hover {
	background: #ffffff5e !important;
	color: red !important;  
}

/** vor Bild als Hintergrund **/
.my_button_image {
	text-decoration: none !important;
	color: #9eaf04;
    border-color: #9eaf04;
	background: #ffffffa3;
}

.my_button_image:hover {
	background: #ffffff73;
}


/**** Taser-Links für die Startseite ****/

.my_teaser_link a:link {
    color: #ffffff; 
    text-decoration: underline;
}

.my_teaser_link a:visited {
    color: #ffffff; 
    text-decoration: underline;
}

.my_teaser_link a:hover {
    color: #cbe105; 
	text-decoration: underline;
}


/***** Mehr/weniger lesen in DP-Testimonials färben *****/
.al-dpreadmore-toggle {
    color: #879603 !important;
}


.swiper-button-prev, .swiper-button-next {
	padding: 3px 5px;
}


#menu-detailseite-menue li a:hover, #menu-detailseite-menue li a:active {
	color: #879603 !important;
}

.content_block {
	overflow: hidden;
	position: relative;    
}
.content_block.hide {
	height: 300px;
}
.content_block.hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}

.content_block2 {
	overflow: hidden;
	position: relative;    
}
.content_block2.hide {
	height: 300px;
}
.content_block2.hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(249, 250, 251, 0), #f9fafb 75%)
}

.content_block3 {
	overflow: hidden;
	position: relative;    
}
.content_block3.hide {
	height: 200px;
}
.content_block3.hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(249, 250, 251, 0), #f9fafb 75%)
}

.content_block4 {
	overflow: hidden;
	position: relative;    
}
.content_block4.hide {
	height: 200px;
}
.content_block4.hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(249, 250, 251, 0), #f9fafb 75%)
}

.content_block5 {
	overflow: hidden;
	position: relative;    
}
.content_block5.hide {
	height: 200px;
}
.content_block5.hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(249, 250, 251, 0), #f9fafb 75%)
}

.content_block6 {
	overflow: hidden;
	position: relative;    
}
.content_block6.hide {
	height: 200px;
}
.content_block6.hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(249, 250, 251, 0), #f9fafb 75%)
}

.content_block7 {
	overflow: hidden;
	position: relative;    
}
.content_block7.hide {
	height: 200px;
}
.content_block7.hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(249, 250, 251, 0), #f9fafb 75%)
}

.content_block8 {
	overflow: hidden;
	position: relative;    
}
.content_block8.hide {
	height: 200px;
}
.content_block8.hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(249, 250, 251, 0), #f9fafb 75%)
}

.dipl_testimonial_slider .dipl_testimonial_desc,.dipl_testimonial_slider .dipl_testimonial_desc p {
    position: relative;
    font-size: 18px;
    line-height: 1.7;
    z-index: 2
}

[id*="faq-item"] {
cursor: pointer; 
}
 
[id*="faq-tab"]{  
position: absolute!important;
top: 0px;
bottom: auto;
left: 50%;
right: auto;
transform: translateX(-50%);
}
 
 
.active-faq-item {
color: #6b63dd !important;
background-color: #fff;
}
 
.hide-faq-tab{  
	visibility: hidden;
  opacity: 0;  
}
 
.show-faq-tab{
visibility: visible !important;
opacity: 1 !important;
z-index: 12;
   
position: relative !important;
left: 0 !important;
transform: translateX(0%) !important;
}
   
.faq-item-active {
background-color: #f3f4e9 !important;
color: #879603 !important;
border: 1px solid #879603;
}
 
.faq-item-active h3{
color: #879603 !important;
}

.rv_button.closed:after {content:"\33";}
.rv_button.opened:after{content:"\32";}

.dotteddd{
    color: #879604;
    text-transform: uppercase;
    text-align: center;
}
.dotteddd::after, .dotteddd::before{
    content: "●";
    position: absolute;
}
.dotteddd::before{
    left: 0;	
}
.dotteddd::after{
    right: 0;
	top: 0px;
}

/* ==================================================================
   Existing /css/custom.css content + SWL performance fixes
   ================================================================== */
/*  ==================================================================
	HIER KOMMEN DEINE AUSGELAGERTEN CSS BEFEHLE REIN =================
	==================================================================  */

/* winter-brush - latin (kept: still used in the design) */
@font-face {
	font-family: 'winter_brush';
	src: url('../fonts/winter_brush-webfont.woff2') format('woff2'),
	     url('../fonts/winter_brush-webfont.woff')  format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*  ==================================================================
	PERFORMANCE BLOCK (added 2026-04-20)
	Reverts: restore custom.css.bak-perf-2026-04-20
	==================================================================
	Goals:
	  - reserve hero space (CLS)
	  - kill Divi's stuck preloader.gif (mediaelement is dequeued)
	  - mobile fallback: paint the poster as section background even if
	    the <video> element is empty
	  - no content-visibility on sections (breaks Divi Number Counter init)
	  - isolate the Divi-Plus modal so its 10s open does not reflow
	==================================================================  */

/* Video background must NEVER influence layout - force absolute fill */
body.home .et_pb_section_0 .et_pb_section_video_bg {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 0;
	pointer-events: none;
}
body.home .et_pb_section_0 .et_pb_section_video_bg video {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}
/* Row inside hero: keep content on top of the absolute video */
body.home .et_pb_section_0 > .et_pb_row {
	position: relative;
	z-index: 1;
}

/* --- Sticky header: reserve height so layout does not shift when
   .et_pb_section_sticky class is applied by Divi JS after first paint. */
header.et-l--header .et_pb_section_0_tb_header {
  min-height: 179px !important;
  height: 179px !important;
  overflow: visible !important;
}
header.et-l--header .et_builder_inner_content {
}

/* --- Header logo (<img> 529x271): lock intrinsic ratio so it does not
   re-measure when font/css settles. Divi sets max-width:100%; height:auto
   which combined with a parent column resize causes CLS. */
.et_pb_image_0_tb_header .et_pb_image_wrap,
.et_pb_image_0_tb_header img.wp-image-7561,
.swl-header-desktop-band .swl-header-logo .et_pb_image_wrap,
.swl-header-desktop-band .swl-header-logo img.wp-image-7561 {
	display: inline-block;
	aspect-ratio: 529 / 271;
	max-width: 100%;
	height: auto;
}
/* Call icon (Anruf.png 82x82): lock 1:1 aspect to stop its own shift */
.et_pb_image_2_tb_header .et_pb_image_wrap,
.et_pb_image_2_tb_header img.wp-image-7576,
.swl-header-desktop-band .swl-header-phone .et_pb_image_wrap,
.swl-header-desktop-band .swl-header-phone img.wp-image-7576 {
	display: inline-block;
	aspect-ratio: 1 / 1;
	width: 82px;
	max-width: 82px;
	height: auto;
}
/* Hide Divi's preloader overlay if MediaElement is slow or fails; normal path
   is Divi removing .et_pb_preload after video canplay. */
.et_pb_preload.et_pb_section_video::before,
.et_pb_preload.et_pb_section_video::after {
	content: none !important;
	background-image: none !important;
}
.et_pb_section_video img[src*="preloader.gif"] {
	display: none !important;
}

body.home .et_pb_section_0 .mejs-overlay-error {
	display: none !important;
	pointer-events: none;
}

/* --- Mobile (<=767px): no video; paint the poster as background --- */
@media (max-width: 767px) {
	body.home .et_pb_section_0.et_pb_section {
		background-image: url('/wp-content/uploads/2026/04/schwarzwald-sonnenaufgang-nebelmeer-landschaft-schwarzwaldlounge-mobile.webp') !important;
		background-size: cover !important;
		background-position: center !important;
		background-repeat: no-repeat !important;
	}
	/* Hero <video> may be removed in PHP on mobile; rule is harmless if absent */
	body.home .et_pb_section_0 .et_pb_section_video_bg video {
		opacity: 0;
	}
}

/* Disabled: this transform breaks Divi Plus fixed popup positioning.
.dipl_modal_0_module {
	will-change: transform;
	transform: translateZ(0);
}
*/

@font-face {
	font-family: 'Poppins Regular';
	src: url('/wp-content/uploads/et-fonts/Poppins-Regular.woff2') format('woff2');
	font-display: optional;
}
@font-face {
	font-family: 'Poppins Medium';
	src: url('/wp-content/uploads/et-fonts/Poppins-Medium.woff2') format('woff2');
	font-display: optional;
}
@font-face {
	font-family: 'Lora Medium';
	src: url('/wp-content/uploads/et-fonts/Lora-Medium.woff2') format('woff2');
	font-display: optional;
}
/* Same resources under plain family names in case theme uses either */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('/wp-content/uploads/et-fonts/Poppins-Regular.woff2') format('woff2');
	font-display: optional;
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url('/wp-content/uploads/et-fonts/Poppins-Medium.woff2') format('woff2');
	font-display: optional;
}
@font-face {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 500;
	src: url('/wp-content/uploads/et-fonts/Lora-Medium.woff2') format('woff2');
	font-display: optional;
}
@font-face {
	font-family: 'Lora-Fallback';
	src: local('Georgia'), local('serif');
	ascent-override: 94%;
	descent-override: 24%;
	line-gap-override: 0%;
	size-adjust: 105%;
}
@font-face {
	font-family: 'Poppins-Fallback';
	src: local('Arial'), local('sans-serif');
	ascent-override: 105%;
	descent-override: 35%;
	line-gap-override: 0%;
	size-adjust: 108%;
}
/* Divi applies Lora/Poppins inline; chain our metric-matched fallback so the
   initial paint uses near-identical metrics → minimal reflow on swap-in */
:root {
	--sl-serif-stack: 'Lora', 'Lora-Fallback', Georgia, 'Times New Roman', serif;
	--sl-sans-stack: 'Poppins', 'Poppins-Fallback', Arial, Helvetica, sans-serif;
}

/* Reserve 60×60 for icon images (Blurb + bordered modules e.g. wp-image-7962) — CLS */
.et_pb_blurb .et_pb_image_wrap,
.et_pb_blurb .et_pb_main_blurb_image,
.et_pb_with_border .et_pb_image_wrap {
	display: inline-block;
}
.et_pb_blurb .et_pb_image_wrap img[width="60"][height="60"],
.et_pb_with_border .et_pb_image_wrap img[width="60"][height="60"] {
	width: 60px;
	height: 60px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}
body.home .et_pb_section_0.et_pb_preload,
body.home .et_pb_section_0.et_pb_section_video.et_pb_preload {
	background: transparent !important;
}

body.home .et_pb_section_0.et_pb_preload:before,
body.home .et_pb_section_0.et_pb_preload:after {
	display: none !important;
	content: none !important;
}

body.home .et_pb_section_0.et_pb_preload > div,
body.home .et_pb_section_0.et_pb_preload .et_pb_section_video_bg,
body.home .et_pb_section_0.et_pb_preload .et_pb_row,
body.home .et_pb_section_0.et_pb_preload .et_pb_column,
body.home .et_pb_section_0.et_pb_preload .et_pb_module {
	visibility: visible !important;
	opacity: 1 !important;
}






/* CLS test: hard-reserve hero video wrapper before Divi/MEJS init */
body.home .et_pb_section_0.et_pb_section_video {
	position: relative !important;
	overflow: hidden !important;
}

body.home .et_pb_section_0 .et_pb_section_video_bg,
body.home .et_pb_section_0 .et_pb_section_video_bg .mejs-container,
body.home .et_pb_section_0 .et_pb_section_video_bg .mejs-inner,
body.home .et_pb_section_0 .et_pb_section_video_bg .mejs-mediaelement,
body.home .et_pb_section_0 .et_pb_section_video_bg .mejs-layer,
body.home .et_pb_section_0 .et_pb_section_video_bg video {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	max-width: none !important;
	max-height: none !important;
}

body.home .et_pb_section_0 .et_pb_section_video_bg {
	aspect-ratio: 16 / 9 !important;
}

body.home .et_pb_section_0 .et_pb_section_video_bg video,
body.home .et_pb_section_0 .et_pb_section_video_bg .mejs-mediaelement video {
	object-fit: cover !important;
}
body.home .et_pb_section_0 .et_pb_section_video_bg .mejs-container {
	margin: 0 !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 100% !important;
}
/* ==================================================================
   SWL current header + above-the-fold CTA stability
   Main styling lives here; the matching critical subset is inline
   in functions.php to avoid first-paint CLS before this file loads.
   ================================================================== */
@media (min-width: 981px) {
  .swl-static-header {
    box-sizing: border-box !important;
    min-height: 179px !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 9999 !important;
  }

  .swl-static-header .et_pb_row_0_tb_header {
    min-height: 92px !important;
    display: flex !important;
    align-items: center !important;
  }

  .swl-static-header .et_pb_row_1_tb_header {
    min-height: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 9999 !important;
  }

  .swl-static-header .et_pb_column { margin-bottom: 0 !important; }

  .swl-static-header img.wp-image-7561,
  .swl-static-header .swl-header-logo img {
    width: 220px !important;
    max-width: 220px !important;
    height: auto !important;
    aspect-ratio: 529 / 271 !important;
    display: block !important;
  }

  .swl-static-header .et_pb_button_module_wrapper {
    display: inline-block !important;
    margin: 0 18px 0 0 !important;
  }

  .swl-static-header .et_pb_button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    min-width: 160px !important;
    min-height: 50px !important;
    padding: 0 28px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background-color: #879603 !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  .swl-static-header .et_pb_button:after { display: none !important; }

  .swl-static-header .et_pb_image,
  .swl-static-header .et_pb_image_wrap {
    display: inline-block !important;
    width: 54px !important;
    min-width: 54px !important;
    height: 54px !important;
    min-height: 54px !important;
    margin: 0 !important;
  }

  .swl-static-header img.wp-image-7576,
  .swl-static-header .swl-header-phone img {
    display: block !important;
    width: 54px !important;
    height: 54px !important;
    max-width: 54px !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
  }

  .swl-static-header .et_pb_menu,
  .swl-static-header .et_pb_menu_inner_container,
  .swl-static-header .et_pb_menu__wrap,
  .swl-static-header .et_pb_menu__menu,
  .swl-static-header .et-menu-nav,
  .swl-static-header .et-menu {
    min-height: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
  }

  .swl-static-header .et_pb_menu__wrap { justify-content: flex-end !important; }

  .swl-static-header .et-menu > li > a {
    color: #fff !important;
    font-size: 20px !important;
    line-height: 36px !important;
    text-decoration: none !important;
  }

  .swl-static-header .et_pb_menu .sub-menu {
    position: absolute !important;
    top: 36px !important;
    background: #43474D !important;
    border-top: 1px solid rgba(255, 255, 255, .12) !important;
  }
}

/* Hero first CTA: prevent square-to-round button shift. */
body.home .et_pb_section_0 .et_pb_button_0_wrapper { min-height: 58px !important; }

body.home .et_pb_section_0 a.et_pb_button_0 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  min-width: 245px !important;
  min-height: 58px !important;
  padding: 0 46px !important;
  border-radius: 999px !important;
  border: 0 !important;
  background-color: #879604 !important;
  color: #fff !important;
  font-size: 22px !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body.home .et_pb_section_0 a.et_pb_button_0:after { display: none !important; }

@media (max-width: 767px) {
  body.home .et_pb_section_0 a.et_pb_button_0 {
    min-width: 190px !important;
    min-height: 48px !important;
    padding: 0 32px !important;
    font-size: 17px !important;
  }
}

/* SWL header action alignment */
@media (min-width: 981px) {
  .swl-static-header .al-header-right {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 18px !important;
  }

  .swl-static-header .al-header-right .et_pb_button_module_wrapper,
  .swl-static-header .al-header-right .et_pb_image {
    margin: 0 !important;
  }
}

/* SWL header menu right alignment */
@media (min-width: 981px) {
  .swl-static-header .et_pb_row_1_tb_header,
  .swl-static-header .et_pb_row_1_tb_header .et_pb_column,
  .swl-static-header .et_pb_menu_inner_container,
  .swl-static-header .et_pb_menu__wrap {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    width: 100% !important;
  }

  .swl-static-header .et_pb_menu,
  .swl-static-header .et_pb_menu__menu,
  .swl-static-header .et-menu-nav,
  .swl-static-header .et-menu {
    margin-left: auto !important;
  }
}

/* SWL hero text + arrow stability */
body.home .et_pb_section_0 .et_pb_row_0 {
  position: relative !important;
  z-index: 1 !important;
}
body.home .et_pb_section_0 .et_pb_heading_0,
body.home .et_pb_section_0 .et_pb_text_0,
body.home .et_pb_section_0 .et_pb_button_0_wrapper {
  text-align: center !important;
}
body.home .et_pb_section_0 .et_pb_heading_0 .et_pb_module_heading {
  font-family: 'Lora Medium', Georgia, 'Times New Roman', serif !important;
  color: #fff !important;
  font-size: 50px !important;
  line-height: 1.18 !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  margin: 0 auto !important;
}
body.home .et_pb_section_0 .et_pb_text_0,
body.home .et_pb_section_0 .et_pb_text_0 p {
  font-family: 'Poppins Medium', Arial, Helvetica, sans-serif !important;
  color: #fff !important;
  font-size: 22px !important;
  line-height: 1.35 !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.home .et_pb_section_0 .et-pb-icon {
  font-family: ETmodules !important;
  color: #fff !important;
  font-size: 64px !important;
  line-height: 1 !important;
  display: inline-block !important;
  width: 64px !important;
  height: 64px !important;
  overflow: hidden !important;
  text-align: center !important;
}
@media (max-width: 767px) {
  body.home .et_pb_section_0 .et_pb_heading_0 .et_pb_module_heading {
    font-size: 30px !important;
  }
  body.home .et_pb_section_0 .et_pb_text_0,
  body.home .et_pb_section_0 .et_pb_text_0 p {
    font-size: 17px !important;
  }
  body.home .et_pb_section_0 .et-pb-icon {
    font-size: 48px !important;
    width: 48px !important;
    height: 48px !important;
  }
}


/* SWL header menu arrow: avoid Divi icon-font "3" fallback */
@media (min-width: 981px) {
  .swl-static-header .et-menu > li.menu-item-has-children > a:first-child:after {
    content: "" !important;
    font-family: inherit !important;
    display: inline-block !important;
    position: static !important;
    width: 6px !important;
    height: 6px !important;
    margin-left: 9px !important;
    margin-bottom: 3px !important;
    border: solid currentColor !important;
    border-width: 0 1.5px 1.5px 0 !important;
    transform: rotate(45deg) !important;
    vertical-align: middle !important;
  }
}

/* SWL header submenu polish */
@media (min-width: 981px) {
  .swl-static-header .et_pb_menu .sub-menu {
    width: 310px !important;
    min-width: 310px !important;
    padding: 16px 0 !important;
  }

  .swl-static-header .et_pb_menu .sub-menu li {
    width: 100% !important;
  }

  .swl-static-header .et_pb_menu .sub-menu li a {
    width: 100% !important;
    white-space: nowrap !important;
    line-height: 1.35 !important;
    padding: 10px 24px !important;
    font-size: 18px !important;
  }

  .swl-static-header .et_pb_menu .sub-menu .sub-menu {
    left: 310px !important;
    top: 0 !important;
  }
}

/* SWL hero row stability */
body.home #main-content .et_pb_section_0 .et_pb_row_0 {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 160px 50px !important;
  position: relative !important;
  z-index: 1 !important;
}
@media (max-width: 980px) {
  body.home #main-content .et_pb_section_0 .et_pb_row_0 {
    padding: 140px 30px !important;
  }
}
@media (max-width: 767px) {
  body.home #main-content .et_pb_section_0 .et_pb_row_0 {
    padding: 80px 20px !important;
  }
}


/* SWL horizontal overflow fix */
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

@media (min-width: 981px) {
  .swl-static-header .et_pb_menu .et-menu,
  .swl-static-header .et_pb_menu .sub-menu {
    max-width: calc(100vw - 32px) !important;
  }

  .swl-static-header .et_pb_menu .et-menu > li > ul.sub-menu {
    left: auto !important;
    right: 0 !important;
  }

  .swl-static-header .et_pb_menu .sub-menu .sub-menu {
    left: auto !important;
    right: 100% !important;
  }
}

.dipl_modal_close {
  left: auto !important;
}


/* SWL final header row CLS lock */
@media (min-width: 981px) {
  .swl-static-header {
    min-height: 179px !important;
    height: 179px !important;
  }

  .swl-static-header .et_pb_row_0_tb_header {
    width: 96% !important;
    max-width: 1440px !important;
    height: 92px !important;
    min-height: 92px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .swl-static-header .et_pb_row_1_tb_header {
    width: 100% !important;
    max-width: none !important;
    height: 36px !important;
    min-height: 36px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
}


/* SWL delayed hero video overlay */
body.home #main-content .et_pb_section_0 .swl-hero-video-late {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 0 !important;
  opacity: 0;
  transition: opacity 500ms ease;
  pointer-events: none;
}

body.home #main-content .et_pb_section_0 .swl-hero-video-late.is-ready {
  opacity: 1;
}

body.home #main-content .et_pb_section_0 > .et_pb_row {
  position: relative !important;
  z-index: 1 !important;
}

/* SWL lock hero icon/button + header CTA to prevent late Divi CSS movement */
body.home #main-content .et_pb_section_0 .et_pb_icon_0 {
  height: 74px !important;
  min-height: 74px !important;
  max-height: 74px !important;
  margin: 0 0 10px 0 !important;
  line-height: 1 !important;
}

body.home #main-content .et_pb_section_0 .et_pb_icon_0 .et_pb_icon_wrap,
body.home #main-content .et_pb_section_0 .et_pb_icon_0 .et-pb-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  min-height: 64px !important;
  max-width: 64px !important;
  max-height: 64px !important;
  font-size: 64px !important;
  line-height: 1 !important;
  overflow: hidden !important;
}

.swl-static-header .et_pb_button_0_tb_header {
  box-sizing: border-box !important;
  width: 168px !important;
  min-width: 168px !important;
  max-width: 168px !important;
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  line-height: 1 !important;
}

/* SWL hero arrow: pure CSS, no ETmodules font fallback "3" */
body.home #main-content .et_pb_section_0 .et_pb_icon_0 .et-pb-icon {
  font-size: 0 !important;
  color: transparent !important;
  font-family: inherit !important;
  position: relative !important;
}

body.home #main-content .et_pb_section_0 .et_pb_icon_0 .et-pb-icon::before {
  content: "" !important;
  display: inline-block !important;
  width: 24px !important;
  height: 24px !important;
  border-right: 5px solid #fff !important;
  border-bottom: 5px solid #fff !important;
  transform: rotate(45deg) !important;
  box-sizing: border-box !important;
}

/* SWL hero row fit: row must not exceed locked hero section */
body.home #main-content .et_pb_section_0 .et_pb_row_0 {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  padding: 0 50px !important;
  display: flex !important;
  align-items: center !important;
}

body.home #main-content .et_pb_section_0 .et_pb_row_0 > .et_pb_column {
  width: 100% !important;
}

/* SWL hero text stability: reserve wrapped text height before font/video settles */
body.home #main-content .et_pb_section_0 .et_pb_text_0,
body.home #main-content .et_pb_section_0 .et_pb_text_0 .et_pb_text_inner,
body.home #main-content .et_pb_section_0 .et_pb_text_0 p {
  min-height: 89px !important;
  line-height: 1.35 !important;
}


/* SWL hero module margins final lock */
body.home #main-content .et_pb_section_0 .et_pb_text_0 {
  margin-bottom: 0 !important;
}
body.home #main-content .et_pb_section_0 .et_pb_icon_0 {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

/* SWL hero CTA width final lock */
@media (min-width: 981px) {
  body.home #main-content .et_pb_section_0 a.et_pb_button_0 {
    width: 256px !important;
    min-width: 256px !important;
    max-width: 256px !important;
    box-sizing: border-box !important;
  }
}

/* SWL mobile/tablet header final fix: hide desktop header */
@media (max-width: 980px) {
  header.et-l--header .et_pb_section_0_tb_header,
  header.et-l--header .swl-static-header {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  header.et-l--header .et_pb_section_1_tb_header {
    display: block !important;
    background: #43474D !important;
    min-height: 80px !important;
    overflow: visible !important;
  }
}

/* SWL mobile/tablet: fontless hamburger + stable logo */
@media (max-width:980px){

  /* lock logo */
  header.et-l--header img,
  header.et-l--header .et_pb_image_wrap img,
  header.et-l--header img.wp-image-7561 {
    display: block !important;
    height: auto !important;
  }

  header.et-l--header img.wp-image-7561 {
    width: 118px !important;
    max-width: 118px !important;
    aspect-ratio: 529 / 271 !important;
  }

  /* remove Divi font glyph dependency for hamburger */
  header.et-l--header .mobile_menu_bar {
    position: relative !important;
    width: 28px !important;
    height: 20px !important;
    min-width: 28px !important;
    min-height: 20px !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
  }

  header.et-l--header .mobile_menu_bar:before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 1px !important;
    width: 28px !important;
    height: 3px !important;
    background: #b7cc13 !important;
    border-radius: 2px !important;
    box-shadow:
      0 8px 0 #b7cc13,
      0 16px 0 #b7cc13 !important;
    font-family: initial !important;
    speak: none !important;
  }
}

/* SWL mobile/tablet: fontless hero arrow */
@media (max-width:980px){
  body.home #main-content .et_pb_section_0 .et_pb_icon_0 .et-pb-icon {
    position: relative !important;
    display: inline-block !important;
    width: 22px !important;
    height: 22px !important;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: visible !important;
  }

  body.home #main-content .et_pb_section_0 .et_pb_icon_0 .et-pb-icon:before {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 14px !important;
    height: 14px !important;
    border-right: 4px solid #fff !important;
    border-bottom: 4px solid #fff !important;
    transform: translate(-50%, -60%) rotate(45deg) !important;
  }
}

/* SWL mobile/tablet: disable Divi ETmodules pseudo icons */
@media (max-width:980px){
  .et_pb_button:before,
  .et_pb_button:after,
  a.et_pb_more_button:after,
  .menu-item-has-children > a:first-child:after,
  .et-menu .menu-item-has-children > a:first-child:after,
  .et_mobile_menu .menu-item-has-children > a:first-child:after,
  .sub-menu-toggle:before,
  .sub-menu-toggle:after,
  .et-pb-arrow-prev:before,
  .et-pb-arrow-next:before {
    content: "" !important;
    display: none !important;
    font-family: inherit !important;
  }
}

@media only screen and (max-width: 767px) {
  body.parent-pageid-330.page-child #main-content .entry-content .et_pb_section.et_pb_section_5,
  .swl-prop-hero.et_pb_section {
    background-size: cover !important;
    background-position: center center !important;
  }
}

/* SWL desktop header menu fit: reduce fullwidth menu logo area */
@media only screen and (min-width: 981px) {
  header.et-l--header .et_pb_fullwidth_menu_0_tb_header .et_pb_row > .et_pb_menu__logo-wrap,
  header.et-l--header .et_pb_fullwidth_menu_0_tb_header .et_pb_menu__logo-slot {
    width: 35% !important;
    max-width: 35% !important;
    flex: 0 0 35% !important;
  }

  header.et-l--header .et_pb_fullwidth_menu_0_tb_header .et_pb_menu__wrap {
    justify-content: flex-end !important;
  }
}

/* SWL homepage mobile footer social icons: keep Divi waypoint icons visible */
@media (max-width: 767px) {
  body.home .et-l--footer .et_pb_blurb_3_tb_footer .et_pb_main_blurb_image,
  body.home .et-l--footer .et_pb_blurb_4_tb_footer .et_pb_main_blurb_image,
  body.home .et-l--footer .et_pb_blurb_5_tb_footer .et_pb_main_blurb_image {
    display: table-cell !important;
    width: 32px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.home .et-l--footer .et_pb_blurb_3_tb_footer .et-pb-icon,
  body.home .et-l--footer .et_pb_blurb_4_tb_footer .et-pb-icon,
  body.home .et-l--footer .et_pb_blurb_5_tb_footer .et-pb-icon {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-family: ETmodules !important;
    color: #CBE105 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}


/* SWL mobile menu submenu arrows - pure CSS, no ETmodules */
@media (max-width:980px){
  header.et-l--header .et_mobile_menu .menu-item-has-children{
    position: relative !important;
  }

  header.et-l--header .et_mobile_menu .menu-item-has-children > .sub-menu-toggle{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  header.et-l--header .et_mobile_menu .menu-item-has-children > .sub-menu-toggle:after{
    content: "" !important;
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    border-right: 2px solid #ffffff !important;
    border-bottom: 2px solid #ffffff !important;
    transform: rotate(45deg) !important;
    margin-top: -4px !important;
    font-family: inherit !important;
  }

  header.et-l--header .et_mobile_menu .menu-item-has-children > .sub-menu-toggle.popped:after{
    transform: rotate(-135deg) !important;
    margin-top: 4px !important;
  }
}

/* SWL mobile hero background final override */
@media (max-width:767px){
  body.home div.et_pb_section.et_pb_section_0{
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
}

/* SWL mobile hero stable sizing - reduce LCP/layout recalculation */
@media (max-width:767px){
  body.home #page-container #et-boc .et-l #main-content .et_pb_section_0.et_pb_section{
    min-height: calc(100svh - 86px) !important;
    background-size: cover !important;
    background-position: center center !important;
  }
}

/* SWL tablet hero background override */
@media (min-width:768px) and (max-width:980px){
  body.home #main-content .et_pb_section_0.et_pb_section{
    background-image: url("/wp-content/uploads/2026/04/schwarzwald-sonnenaufgang-nebelmeer-landschaft-schwarzwaldlounge-tablet.webp") !important;
    background-size: cover !important;
    background-position: center center !important;
    min-height: calc(100svh - 80px) !important;
  }
}

/* SWL mobile header hamburger stable box - reduce tiny CLS */
@media (max-width:980px){
  header.et-l--header .et_pb_fullwidth_menu_0_tb_header .et_pb_menu__wrap,
  header.et-l--header .et_pb_fullwidth_menu_0_tb_header .et_mobile_nav_menu,
  header.et-l--header .et_pb_fullwidth_menu_0_tb_header .mobile_nav{
    min-width:54px !important;
    width:54px !important;
    min-height:54px !important;
    height:54px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex:0 0 54px !important;
  }

  header.et-l--header .et_pb_fullwidth_menu_0_tb_header .mobile_menu_bar{
    width:44px !important;
    height:44px !important;
    min-width:44px !important;
    min-height:44px !important;
    transform:none !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    line-height:1 !important;
  }
}

/* SWL desktop header: slightly more boxed, no transition */
@media (min-width: 981px) {
  header.et-l--header .et_pb_row_0_tb_header,
  header.et-l--header .et_pb_row_1_tb_header {
    width: 82% !important;
    max-width: 1180px !important;
    transition: none !important;
  }

  header.et-l--header .et_pb_row_1_tb_header {
    margin-top: -10px !important;
  }
}

body:not(.parent-pageid-330):not(.parent-pageid-7993):not(.swl-property-detail) header.et-l--header,
body:not(.parent-pageid-330):not(.parent-pageid-7993):not(.swl-property-detail) header.et-l--header * {
  transition: none !important;
}

body:not(.parent-pageid-330):not(.parent-pageid-7993):not(.swl-property-detail) header.et-l--header .et_builder_inner_content,
body:not(.parent-pageid-330):not(.parent-pageid-7993):not(.swl-property-detail) header.et-l--header .et_pb_section {
  overflow: visible !important;
}

/* SWL fixed pinned header fallback: homepage/site pages only, property pages excluded */
body:not(.parent-pageid-330):not(.parent-pageid-7993):not(.swl-property-detail) header.et-l--header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
}

body.admin-bar:not(.parent-pageid-330):not(.parent-pageid-7993):not(.swl-property-detail) header.et-l--header {
  top: 32px !important;
}

@media (max-width: 782px) {
  body.admin-bar:not(.parent-pageid-330):not(.parent-pageid-7993):not(.swl-property-detail) header.et-l--header {
    top: 46px !important;
  }
}

/* Divi Visual Builder: keep header in normal flow to avoid covering hero/content while editing. */
body.et-fb header.et-l--header,
body.et_fb_enabled header.et-l--header {
  position: relative !important;
  top: 0 !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
}

body.et-fb #et-main-area,
body.et_fb_enabled #et-main-area {
  padding-top: 0 !important;
}

body:not(.parent-pageid-330):not(.parent-pageid-7993):not(.swl-property-detail):not(.home) #et-main-area {
  padding-top: 179px !important;
}

body.home:not(.parent-pageid-330):not(.parent-pageid-7993):not(.swl-property-detail) #et-main-area {
  padding-top: 128px !important;
}

body.error404 #et-main-area,
body.page-id-11237 #et-main-area {
  padding-top: 195px !important;
}

@media (max-width: 980px) {
  body:not(.parent-pageid-330):not(.parent-pageid-7993):not(.swl-property-detail):not(.home) #et-main-area {
    padding-top: 80px !important;
  }

  body.home:not(.parent-pageid-330):not(.parent-pageid-7993):not(.swl-property-detail) #et-main-area {
    padding-top: 80px !important;
  }

  body.error404 #et-main-area,
  body.page-id-11237 #et-main-area {
    padding-top: 96px !important;
  }
}




body.page-id-9601 .et_pb_section_5,
body.swl-faq-page .et_pb_section_5 {
	position: relative !important;
	overflow: visible !important;
}

/* Disable global absolute centering for faq-tab rows on this page */
body.page-id-9601 [id^=\"faq-tab-\"] {
	position: relative !important;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	transform: none !important;
	width: 100% !important;
	max-width: 100% !important;
}

/* One tab visible: JS sets .hide-faq-tab / .show-faq-tab (scoped display) */
body.page-id-9601 [id^=\"faq-tab-\"].hide-faq-tab {
	display: none !important;
}

body.page-id-9601 [id^=\"faq-tab-\"].show-faq-tab {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	z-index: 1 !important;
}


body.page-id-9601 #faq.et_pb_section_4,
body.swl-faq-page #faq.et_pb_section_4 {
	padding-bottom: 1.5rem !important;
	position: relative !important;
	z-index: 2 !important;
}

body.page-id-9601 .et_pb_section_5,
body.swl-faq-page .et_pb_section_5 {
	padding-bottom: 2rem !important;
	margin-bottom: 1rem !important;
	position: relative !important;
	z-index: 2 !important;
	overflow: visible !important;
}

body.page-id-9601 .et_pb_section_6.et_pb_section,
body.swl-faq-page .et_pb_section_6.et_pb_section {
	margin-top: 2rem !important;
	position: relative !important;
	z-index: 1 !important;
}

/* Lower full-bleed photo + overlay band */
body.page-id-9601 .et_pb_section_7.et_pb_section,
body.swl-faq-page .et_pb_section_7.et_pb_section {
	position: relative !important;
	z-index: 0 !important;
	isolation: isolate !important;
	min-height: 42vh !important;
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

@media (max-width: 767px) {
	body.page-id-9601 .et_pb_section_7.et_pb_section,
	body.swl-faq-page .et_pb_section_7.et_pb_section {
		min-height: 55vh !important;
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	body.page-id-9601 .et_pb_section_0.et_pb_section,
	body.swl-faq-page .et_pb_section_0.et_pb_section {
		overflow: visible !important;
	}
}

/* =============================================================================
 * ============================================================================= */
body.page-id-9601 .et_pb_section_7.et_pb_section,
body.page-id-9601 .et_pb_section_7,
body.swl-faq-page .et_pb_section_7.et_pb_section,
body.swl-faq-page .et_pb_section_7 {
	background-blend-mode: normal !important;
	background-color: transparent !important;
	background-image: linear-gradient(
			rgba(10, 10, 10, 0.48),
			rgba(10, 10, 10, 0.48)
		),
		url("/wp-content/uploads/2025/11/chalet-schwarzwald-terrasse-fachwerk-lounge-liegestuehle-ferienhaus-lindenbuch-schwarzwaldlounge.webp") !important;
	background-size: cover, cover !important;
	background-position: center center, center center !important;
	background-repeat: no-repeat, no-repeat !important;
}

@media (max-width: 767px) {
	body.parent-pageid-330.page-child #main-content .entry-content .et_pb_section_5.et_pb_section,
	.swl-prop-hero.et_pb_section {
		min-height: 38vh;
		padding-top: 2rem;
		padding-bottom: 2rem;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		overflow: visible;
	}

	body.parent-pageid-330.page-child #main-content .entry-content .et_pb_section_5 .et_pb_row:first-child,
	.swl-prop-hero .et_pb_row:first-child,
	.swl-prop-hero .swl-prop-hero-head {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}
}

/* =============================================================================
 * ============================================================================= */
@media (max-width: 767px) {
	body.page-id-10442 #main-content .et_pb_section_5 .et_pb_row_7 .tmdivi_timeline.tmdivi_timeline_0 > .et_pb_module_inner > .tmdivi_timeline.tmdivi_timeline_0 {
		border: none !important;
		box-shadow: none !important;
		padding: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		background: transparent !important;
	}

	body.page-id-10442 #main-content .et_pb_section_5 .et_pb_row_7 #tmdivi-wrapper-0 {
		max-width: 100% !important;
		overflow-x: visible !important;
	}
}

/* =============================================================================
 * ============================================================================= */
@media (max-width: 767px) {
	body.page-id-10442 #main-content .et_pb_section_5.et_pb_section {
		background-image: none !important;
		background-color: #f0f8ee !important;
	}
}

@media (max-width: 767px) {
	body.parent-pageid-7993.page-child #main-content .entry-content .et_pb_section_5.et_pb_section {
		min-height: 38vh;
		padding-top: 2rem;
		padding-bottom: 2rem;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		overflow: visible;
	}

	body.parent-pageid-7993.page-child #main-content .entry-content .et_pb_section_5 .et_pb_row:first-child {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}
	/* swl-prop-hero variants for the 330-branch block above cover both hubs via the shared class */
}

@media (max-width: 980px) {
	body.home #feriendomizile.et_pb_section,
	body.page-id-330 #feriendomizile.et_pb_section,
	body.page-id-7993 #feriendomizile.et_pb_section {
		scroll-margin-top: 80px;
	}
}

@media (min-width: 981px) {
	body.home #feriendomizile.et_pb_section,
	body.page-id-330 #feriendomizile.et_pb_section,
	body.page-id-7993 #feriendomizile.et_pb_section {
		scroll-margin-top: 179px;
	}
}


@media only screen and (max-width: 767px) {
	body.home .et_pb_section_3 .et_pb_gallery_0.et_pb_gallery .et_pb_gallery_item,
	body.home .et_pb_section_3 .et_pb_gallery_0.et_pb_gallery .et_pb_gallery_image {
		height: 280px !important;
		overflow: hidden !important;
	}

	body.home .et_pb_section_3 .et_pb_gallery_0.et_pb_gallery .et_pb_gallery_image img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		object-position: center center !important;
	}

	body.home .et_pb_section_3 .et_pb_gallery_0 .et-pb-slider-arrows {
		display: none !important;
	}

	body.home .et_pb_section_3 .et_pb_gallery_0 .et-pb-controllers a {
		opacity: 1 !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
	body.home .et_pb_section_3 .et_pb_gallery_0.et_pb_gallery .et_pb_gallery_item,
	body.home .et_pb_section_3 .et_pb_gallery_0.et_pb_gallery .et_pb_gallery_image {
		height: 360px !important;
		overflow: hidden !important;
	}

	body.home .et_pb_section_3 .et_pb_gallery_0.et_pb_gallery .et_pb_gallery_image img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		object-position: center center !important;
	}
}

@media (max-width: 980px) {
	header.et-l--header .et_pb_fullwidth_menu_0_tb_header .mobile_menu_bar:before {
		top: 50% !important;
		transform: translateY(-50%) !important;
	}
}

/* =============================================================================
 * ============================================================================= */
@media (min-width: 981px) {
	body.home .et_pb_section_0.et_pb_section {
		min-height: calc(100vh - 150px) !important;
		height: calc(100vh - 150px) !important;
		block-size: calc(100vh - 150px) !important;
		min-block-size: calc(100vh - 150px) !important;
		max-block-size: none !important;
		max-height: none !important;
	}
}

/* =============================================================================
 * Client-4B.1 — Property mobile: reduce title/rating → gallery gap
 * ============================================================================= */
@media (max-width: 767px) {
	body.parent-pageid-330.page-child #main-content .entry-content .et_pb_section_5.et_pb_section,
	body.parent-pageid-7993.page-child #main-content .entry-content .et_pb_section_5.et_pb_section,
	.swl-prop-hero.et_pb_section {
		min-height: 0 !important;
		padding-top: 1.5rem !important;
		padding-bottom: 1rem !important;
	}

	body.parent-pageid-330.page-child #main-content .entry-content .et_pb_section_5 .et_pb_row:last-child,
	body.parent-pageid-7993.page-child #main-content .entry-content .et_pb_section_5 .et_pb_row:last-child,
	.swl-prop-hero .et_pb_row:last-child,
	.swl-prop-hero .swl-prop-hero-gallery-intro {
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
}

@media (min-width: 981px) {
	body.home #main-content .et_pb_section_1.et_pb_section {
		padding-bottom: 27px !important;
	}

	body.home #feriendomizile.et_pb_section_2 {
		padding-top: 27px !important;
	}
}

@media (min-width: 981px) {
	/* Inquiry — taller hero band before first grey/card sections */
	body.page-id-9601 #main-content .entry-content .et_pb_section_0.et_pb_section {
		min-height: min(520px, 48vh) !important;
		padding-bottom: 120px !important;
	}

	/* Über uns — hero band + first white section (#FFFFFF) air */
	body.page-id-10442 #main-content .entry-content .et_pb_section_0.et_pb_section {
		min-height: min(480px, 45vh) !important;
		padding-bottom: 120px !important;
	}

	body.page-id-10442 #main-content .entry-content .et_pb_section_3.et_pb_section,
	.swl-about-content-band.et_pb_section {
		padding-top: 36px !important;
	}
}

/* Hero height match — inner pages match homepage hero */
@media (min-width: 981px) {
	body.page-id-330 #main-content .et_pb_section_0.et_pb_section,
	body.page-id-7993 #main-content .et_pb_section_0.et_pb_section,
	body.page-id-8005 #main-content .et_pb_section_0.et_pb_section,
	body.page-id-8016 #main-content .et_pb_section_0.et_pb_section,
	body.page-id-8030 #main-content .et_pb_section_0.et_pb_section,
	body.page-id-9601 #main-content .et_pb_section_0.et_pb_section,
	body.page-id-10442 #main-content .et_pb_section_0.et_pb_section,
	.swl-hero-hub.et_pb_section {
		box-sizing: border-box !important;
		min-height: calc(100vh - 150px) !important;
		height: calc(100vh - 150px) !important;
		max-height: none !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		display: flex !important;
		align-items: center !important;
	}

	body.page-id-330 #main-content .et_pb_section_0 > .et_pb_row,
	body.page-id-7993 #main-content .et_pb_section_0 > .et_pb_row,
	body.page-id-8005 #main-content .et_pb_section_0 > .et_pb_row,
	body.page-id-8016 #main-content .et_pb_section_0 > .et_pb_row,
	body.page-id-8030 #main-content .et_pb_section_0 > .et_pb_row,
	body.page-id-9601 #main-content .et_pb_section_0 > .et_pb_row,
	body.page-id-10442 #main-content .et_pb_section_0 > .et_pb_row,
	.swl-hero-hub > .et_pb_row,
	.swl-hero-hub > .swl-hero-hub-row {
		box-sizing: border-box !important;
		width: 100% !important;
		min-height: 100% !important;
		height: 100% !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		display: flex !important;
		align-items: center !important;
	}
}

/* Ferienhaeuser hub hero — final bottom reveal nudge */
@media (min-width: 981px) {
	body.page-id-330 #main-content .et_pb_section_0.et_pb_section {
		min-height: calc(100vh - 230px) !important;
		height: calc(100vh - 230px) !important;
	}
}

/* Inner hub/info heroes — match Ferienhaeuser/home bottom reveal */
@media (min-width: 981px) {
	body.page-id-7993 #main-content .et_pb_section_0.et_pb_section,
	body.page-id-8005 #main-content .et_pb_section_0.et_pb_section,
	body.page-id-8016 #main-content .et_pb_section_0.et_pb_section,
	body.page-id-8030 #main-content .et_pb_section_0.et_pb_section,
	body.page-id-9601 #main-content .et_pb_section_0.et_pb_section,
	body.page-id-10442 #main-content .et_pb_section_0.et_pb_section,
	.swl-hero-hub.et_pb_section {
		min-height: calc(100vh - 230px) !important;
		height: calc(100vh - 230px) !important;
	}

	body.page-id-7993 #main-content .et_pb_section_0 > .et_pb_row,
	body.page-id-8005 #main-content .et_pb_section_0 > .et_pb_row,
	body.page-id-8016 #main-content .et_pb_section_0 > .et_pb_row,
	body.page-id-8030 #main-content .et_pb_section_0 > .et_pb_row,
	body.page-id-9601 #main-content .et_pb_section_0 > .et_pb_row,
	body.page-id-10442 #main-content .et_pb_section_0 > .et_pb_row,
	.swl-hero-hub > .et_pb_row,
	.swl-hero-hub > .swl-hero-hub-row {
		height: 100% !important;
		min-height: 100% !important;
		display: flex !important;
		align-items: center !important;
	}
}

/* Inquiry/Ferienhaus mieten page — keep next section below first fold */
@media (min-width: 981px) {
	body.page-id-9601 #main-content .et_pb_section_1.et_pb_section,
	.swl-inquiry-intro.et_pb_section {
		padding-top: 130px !important;
	}
}

/* Final match — inquiry hero gets the same visible bottom white gap as the other inner pages */
@media (min-width: 981px) {
	body.page-id-9601 #main-content .et_pb_section_0.et_pb_section {
		min-height: calc(100vh - 225px) !important;
		height: calc(100vh - 225px) !important;
	}

	body.page-id-9601 #main-content .et_pb_section_1.et_pb_section {
		padding-top: 130px !important;
	}
}


body.home .swl-hero-home {
  box-sizing: border-box !important;
  position: relative !important;
  overflow: hidden !important;
}

@media (min-width: 981px) {
  body.home .swl-hero-home {
    min-height: calc(100vh - 150px) !important;
    height: calc(100vh - 150px) !important;
    block-size: calc(100vh - 150px) !important;
    min-block-size: calc(100vh - 150px) !important;
    max-block-size: none !important;
    max-height: none !important;
  }
}

body.home #main-content .swl-hero-home .swl-hero-home-row {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 160px 50px !important;
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: center !important;
}

@media (max-width: 980px) {
  body.home #main-content .swl-hero-home .swl-hero-home-row {
    padding: 140px 30px !important;
  }
}

@media (max-width: 767px) {
  body.home #main-content .swl-hero-home .swl-hero-home-row {
    padding: 80px 20px !important;
  }
}

/* Hero heading typography (mirrors body.home .et_pb_section_0 .et_pb_heading_0
   .et_pb_module_heading at lines ~917 and ~948). */
body.home .swl-hero-home .swl-hero-heading,
body.home .swl-hero-home .swl-hero-heading .et_pb_module_heading {
  text-align: center !important;
}

body.home .swl-hero-home .swl-hero-heading .et_pb_module_heading {
  font-family: 'Lora Medium', Georgia, 'Times New Roman', serif !important;
  color: #fff !important;
  font-size: 50px !important;
  line-height: 1.18 !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  margin: 0 auto !important;
}

@media (max-width: 767px) {
  body.home .swl-hero-home .swl-hero-heading .et_pb_module_heading {
    font-size: 30px !important;
  }
}

/* Hero lead typography (mirrors body.home .et_pb_section_0 .et_pb_text_0
   at lines ~927, ~952, ~1184). */
body.home .swl-hero-home .swl-hero-lead,
body.home .swl-hero-home .swl-hero-lead p {
  font-family: 'Poppins Medium', Arial, Helvetica, sans-serif !important;
  color: #fff !important;
  font-size: 22px !important;
  line-height: 1.35 !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.home #main-content .swl-hero-home .swl-hero-lead,
body.home #main-content .swl-hero-home .swl-hero-lead .et_pb_text_inner,
body.home #main-content .swl-hero-home .swl-hero-lead p {
  min-height: 89px !important;
  line-height: 1.35 !important;
}

body.home #main-content .swl-hero-home .swl-hero-lead {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  body.home .swl-hero-home .swl-hero-lead,
  body.home .swl-hero-home .swl-hero-lead p {
    font-size: 17px !important;
  }
}

/* Hero CTA button (mirrors body.home .et_pb_section_0 a.et_pb_button_0
   at lines ~840 and ~1201). */
body.home .swl-hero-home a.swl-hero-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  min-width: 245px !important;
  min-height: 58px !important;
  padding: 0 46px !important;
  border-radius: 999px !important;
  border: 0 !important;
  background-color: #879604 !important;
  color: #fff !important;
  font-size: 22px !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body.home .swl-hero-home a.swl-hero-cta:after {
  display: none !important;
}

@media (min-width: 981px) {
  body.home #main-content .swl-hero-home a.swl-hero-cta {
    width: 256px !important;
    min-width: 256px !important;
    max-width: 256px !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 767px) {
  body.home .swl-hero-home a.swl-hero-cta {
    min-width: 190px !important;
    min-height: 48px !important;
    padding: 0 32px !important;
    font-size: 17px !important;
  }
}

@media (min-width: 981px) {
	body.page-id-9601 #main-content .entry-content .et_pb_section_0.et_pb_section {
		min-height: calc(100vh - 230px) !important;
		height: calc(100vh - 230px) !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		display: flex !important;
		align-items: center !important;
		box-sizing: border-box !important;
	}

	body.page-id-9601 #main-content .et_pb_section_0 > .et_pb_row {
		box-sizing: border-box !important;
		width: 100% !important;
		min-height: 100% !important;
		height: 100% !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		display: flex !important;
		align-items: center !important;
	}
}


@media (max-width: 767px) {
	body.home .swl-hero-home-row {
		padding-bottom: 28px !important;
	}

	body.home .swl-hero-home a.swl-hero-cta,
	body.home .swl-hero-home .et_pb_button_0_wrapper {
		position: relative !important;
		z-index: 3 !important;
	}


}


/* =============================================================================
 * Property cards (#feriendomizile) — phone layout
 * Covers all 6 hub pages: home (7748), ferienhaeuser (330),
 * ferienwohnung-schwarzwald (7993), gruppenunterkuenfte (8005),
 * ferien-mit-hund (8016), barrierefreie-ferienwohnung (8030)
 * ============================================================================= */
@media (max-width: 767px) {
	#feriendomizile .et_pb_with_border.et_pb_column .et_pb_image,
	#feriendomizile .et_pb_with_border.et_pb_column .et_pb_image .et_pb_image_wrap,
	#feriendomizile .et_pb_with_border.et_pb_column .et_pb_image .et_pb_image_wrap a {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		line-height: 0 !important;
		margin-left: 0 !important;
		text-align: center !important;
	}

	#feriendomizile .et_pb_with_border.et_pb_column .et_pb_image .et_pb_image_wrap {
		display: block !important;
	}

	#feriendomizile .et_pb_with_border.et_pb_column .et_pb_image .et_pb_image_wrap img {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
	}

	#feriendomizile .et_pb_with_border.et_pb_column > .et_pb_image + .et_pb_module.et_pb_text,
	#feriendomizile .et_pb_with_border.et_pb_column > .et_pb_image + .et_pb_button_module_wrapper + .et_pb_module.et_pb_text,
	#feriendomizile .et_pb_with_border.et_pb_column > .et_pb_image + .et_pb_button_module_wrapper + .et_pb_button_module_wrapper + .et_pb_module.et_pb_text,
	#feriendomizile .et_pb_with_border.et_pb_column > .et_pb_image + .et_pb_button_module_wrapper + .et_pb_button_module_wrapper + .et_pb_button_module_wrapper + .et_pb_module.et_pb_text {
		margin-top: 10px !important;
		margin-bottom: 5px !important;
	}

	#feriendomizile .et_pb_with_border.et_pb_column .et_pb_image {
		margin-bottom: 0 !important;
	}
}


body.page-id-485 h1 {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}


/* =============================================================================
 * /ferienhaeuser/ selectors. Keeps Batch 3 CTA/arrow z-index rules untouched.
 * ============================================================================= */
@media (max-width: 767px) {
	body.home #main-content .entry-content .et-l--post .swl-hero-home .swl-hero-home-row,
	body.home #main-content .entry-content .et-l--post .et_pb_section_0.et_pb_section .et_pb_row_0 {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: center !important;
		align-content: center !important;
		padding-top: 80px !important;
		padding-bottom: 80px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	body.home #main-content .entry-content .et-l--post .swl-hero-home .swl-hero-heading,
	body.home #main-content .entry-content .et-l--post .et_pb_section_0.et_pb_section .et_pb_heading_0 {
		margin-bottom: 30px !important;
	}

	body.home #main-content .entry-content .et-l--post .swl-hero-home .swl-hero-heading .et_pb_module_heading,
	body.home #main-content .entry-content .et-l--post .et_pb_section_0.et_pb_section .et_pb_heading_0 .et_pb_module_heading {
		font-size: 30px !important;
		line-height: 1.1 !important;
		min-height: 0 !important;
		word-break: normal !important;
		overflow-wrap: break-word !important;
	}

	body.home #main-content .entry-content .et-l--post .swl-hero-home .swl-hero-lead,
	body.home #main-content .entry-content .et-l--post .swl-hero-home .swl-hero-lead p,
	body.home #main-content .entry-content .et-l--post .et_pb_section_0.et_pb_section .et_pb_text_0,
	body.home #main-content .entry-content .et-l--post .et_pb_section_0.et_pb_section .et_pb_text_0 p {
		line-height: 27px !important;
	}
}

@media (max-width: 767px) {
	html body.home #page-container #main-content .entry-content .et-l--post .swl-hero-home.et_pb_section_0 .et_pb_icon_0 {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		width: 36px !important;
		height: 28px !important;
		min-width: 36px !important;
		min-height: 28px !important;
		max-width: 36px !important;
		max-height: 28px !important;
		margin: 14px auto 22px auto !important;
		padding: 0 !important;
		line-height: 28px !important;
		text-align: center !important;
		overflow: visible !important;
		position: relative !important;
		z-index: 4 !important;
		box-sizing: border-box !important;
	}

	html body.home #page-container #main-content .entry-content .et-l--post .swl-hero-home.et_pb_section_0 .et_pb_icon_0 .et_pb_icon_wrap,
	html body.home #page-container #main-content .entry-content .et-l--post .swl-hero-home.et_pb_section_0 .et_pb_icon_0 span.et-pb-icon {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 36px !important;
		height: 28px !important;
		min-width: 36px !important;
		min-height: 28px !important;
		max-width: 36px !important;
		max-height: 28px !important;
		margin: 0 auto !important;
		padding: 0 !important;
		line-height: 28px !important;
		overflow: visible !important;
		text-align: center !important;
		box-sizing: border-box !important;
	}

	html body.home #page-container #main-content .entry-content .et-l--post .swl-hero-home.et_pb_section_0 .et_pb_icon_0 span.et-pb-icon {
		font-size: 0 !important;
		color: transparent !important;
		position: relative !important;
	}

	html body.home #page-container #main-content .entry-content .et-l--post .swl-hero-home.et_pb_section_0 .et_pb_icon_0 span.et-pb-icon:before,
	html body.home #page-container #main-content .entry-content .et-l--post .swl-hero-home.et_pb_section_0 .et_pb_icon_0 span.et-pb-icon::before {
		content: "" !important;
		display: block !important;
		width: 15px !important;
		height: 15px !important;
		border-right: 4px solid #fff !important;
		border-bottom: 4px solid #fff !important;
		transform: rotate(45deg) !important;
		box-sizing: border-box !important;
		margin: -3px auto 0 auto !important;
		position: static !important;
		left: auto !important;
		top: auto !important;
		transform-origin: center center !important;
	}

	html body.home #page-container #main-content .entry-content .et-l--post .swl-hero-home .et_pb_button_module_wrapper.et_pb_button_0_wrapper {
		margin-top: 0 !important;
		padding-top: 0 !important;
		position: relative !important;
		z-index: 3 !important;
	}
}

/* SWL: disable Divi Plus popup fade animation */
.dipl_modal_0_module.dipl_active_modal .dipl_animated {
	animation: none !important;
	opacity: 1 !important;
	transform: none !important;
}

.dipl_modal_0_module.dipl_animate_reverse .dipl_animated {
	animation: none !important;
	opacity: 0 !important;
}

/* SWL: popup close icon without ETmodules dependency */
[data-id="PopUp-Inhalt-Startseite"] .dipl_modal_close {
  font-size: 0 !important;
  line-height: 32px !important;
  width: 32px !important;
  height: 32px !important;
  text-align: center !important;
}

[data-id="PopUp-Inhalt-Startseite"] .dipl_modal_close::before {
  content: "×" !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 32px !important;
  line-height: 32px !important;
  font-weight: 400 !important;
  color: #000 !important;
}

/* SWL: force only one visible popup close X */
html body .dipl_modal_0_module [data-id="PopUp-Inhalt-Startseite"] span.dipl_modal_close.dipl_modal_close_icon.et-pb-icon {
  font-size: 0 !important;
  color: transparent !important;
  text-indent: 0 !important;
  overflow: visible !important;
}

html body .dipl_modal_0_module [data-id="PopUp-Inhalt-Startseite"] span.dipl_modal_close.dipl_modal_close_icon.et-pb-icon::before {
  content: "×" !important;
  display: block !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 32px !important;
  line-height: 32px !important;
  color: #000 !important;
}

/* 404 hero — /404-2/ preview page (page id 11237). */
@media (min-width: 981px) {
	body.page-id-11237 #main-content .et_pb_section_0.et_pb_section {
		box-sizing: border-box !important;
		min-height: calc(100vh - 230px) !important;
		height: calc(100vh - 230px) !important;
		max-height: none !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;
	}
}

/* Real 404 — Theme Builder body (layout 11513). Overrides Divi inline row margin/padding:0 !important. */
body.error404 #main-content .et_pb_section_0_tb_body.et_pb_section {
	box-sizing: border-box !important;
	min-height: calc(100vh - 195px) !important;
	height: calc(100vh - 195px) !important;
	max-height: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	overflow: hidden !important;
}

body.error404 .et-db #et-boc .et-l .et_pb_section_0_tb_body .et_pb_row_0_tb_body.et_pb_row,
body.error404 .et-db #et-boc .et-l .et_pb_section_0_tb_body .et_pb_row_1_tb_body.et_pb_row,
body.error404 .et-db #et-boc .et-l .et_pb_section_0_tb_body .et_pb_row_2_tb_body.et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	padding-top: 2% !important;
	padding-bottom: 2% !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

@media (max-width: 980px) {
	body.error404 #main-content .et_pb_section_0_tb_body.et_pb_section {
		min-height: calc(100vh - 96px) !important;
		height: calc(100vh - 96px) !important;
	}
}

