/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 25 2026 | 12:06:19 */
/* html {
	scroll-behavior: smooth;
	scroll-padding-top: 138px;
} */

/* #et-main-area {
	margin-top: 190px;
} */



/* Header und Navigation -------------------- */
header .container {
	width: 96%;
	max-width: 1300px;
}

#top-menu li a {
	/* font-size: 18px; */ /* Wird im Customizer eingestellt */
	font-weight: 500;
}


.mobile_nav .select_page {
	display: none !important;
}

.mobile_nav {
	background-color: rgba(0, 0, 0, 0) !important;
}

.mobile_menu_bar:before {
	font-size: 60px;
	top: -8px;
	color: #000000 !important; /*#956a25*/
	font-weight: 600;
	background-color: rgba(255, 255, 255, 0.5);
}

.et_mobile_menu {
	left: auto;
	right: 0;
	width: 250px;
	border-top: 0.5px solid rgba(0,0,0,0.2);
	padding: 10px;
}

.et_mobile_menu li a {
	font-size: 15px !important;
	padding: 7px 5%;
}


@media (max-width: 980px) {
	#et-top-navigation {
		position: absolute !important;
		top: 0;
	}
	.et_header_style_centered #main-header {
		padding: 0px 0;
	}
	.et_header_style_centered #logo {
		max-height: 80px !important;
	}
}





/* ----------------- */
.divi-masonry-gallery .dmg-item img {
	opacity: 1 !important;
	transition: opacity 0.4s ease-in-out !important;
}
.divi-masonry-gallery .dmg-item:hover img {
	opacity: 0.7 !important;
}



/* Hauptnavigation ------------------- */




/* Mobilnavigation --------------------- */
/*

*/
	

/* shrink_sticky_header -------------------- */
/*
.et_pb_section_0_tb_header { 
	transition: padding-top 0.2s ease-in-out, padding-bottom 0.5s ease-in-out !important;
}
.et_pb_image_0_tb_header { 
	transition: max-width 0.2s ease-in-out !important;
}
.et_pb_row_0_tb_header.et_pb_row {
	transition: margin 0.2s ease-in-out !important;
}

header.shrink_sticky_header .et_pb_section_0_tb_header { 
	padding-top: 0px !important; 
	padding-bottom: 0px !important;
}

header.shrink_sticky_header .et_pb_row_0_tb_header.et_pb_row {
	margin-top: 5px !important;
}





header.shrink_sticky_header .et_pb_image_0_tb_header { 
	max-width: 500px !important;
}

header.shrink_sticky_header .et_pb_section_1_tb_header {  }

@media (max-width: 980px) {
	header.shrink_sticky_header .et_pb_image_0_tb_header { 
		max-width: 350px !important;
	}
}
*/


/* Scroll Top -------------------------- */
.et_pb_scroll_top.et-pb-icon {
	/* background: #956a25; */
	background: #8c8779;
	font-size: 45px;
	bottom: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}



/* Abstände nach unten --------------------------- */
.et_flex_column, .et_flex_group, .et_flex_module {
	--vertical-gap: 0;
}



/* Slider scroll_down ----------------------- */
.slider_wrapper .scroll_down {
	font-family: ETmodules !important;
	font-style: normal;
	font-weight: 400;
	font-size: 100px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}

.slider_wrapper .scroll_down:before {
	content: '3';
}

.slider_wrapper .scroll_down:hover {
	cursor: pointer;
}
.slider_wrapper .scroll_down a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 40px;
}


