 
header img {-webkit-transition: all 0.15s; transition: all 0.15s;} 
header .has_et_pb_sticky img {height: 40px; width: auto;}
#header-nav .et_pb_column  { display: flex; justify-content: space-between; align-items: center;}
#header-nav .et_pb_column .et_pb_menu {width:100%;} 

@media (max-width: 990px) { 
#header-nav .et_pb_column  { display: block;} 
#header-nav .et_pb_column .et_pb_menu {transform: translateY(-20px);}   
} 

@media (max-width: 990px) {
	html {
		scroll-padding-top: 250px;
	}
}


html {
	scroll-behavior: auto !important;
}

.et_pb_row {width: 90% !important;}


#aktionen .et_pb_column {max-width: 800px !important; }

#et-main-area .et_pb_text ul {margin: 12px 0 !important; list-style-type: square !important;}

#et-main-area .et_pb_text ul li::marker {color: #C10E1A; }


#et-main-area .et_pb_text ul li {margin: 9px 0 !important;}  

.beschluesse .acc-panel h3 {margin: 20px 0 -7px 0 !important;}

strong {font-weight:700 !important;}

.spendenkonto h3 {margin: 0 !important;}
.spendenkonto p {margin: 0 !important;}   

#slider .et_pb_slides .et_pb_slide  {position: relative; }  
#slider .et_pb_slides .et_pb_slide:after {content: ""; z-index: 99999999; display: inline-block; position: absolute; right: 15px; bottom: 15px; width: 80px; height: 150px; background: url(https://degerloch-hilft2025.clever-kunden.de/wp-content/uploads/2025/10/haken-1.png); background-size: 100% auto !important;background-repeat: no-repeat;}



@media (max-width: 750px) { 
#slider .et_pb_slides .et_pb_slide:after { width: 50px; height: 65px; background-size: 100% auto !important; }   
}


 @media (max-width: 980px) {     
.weitere-links h3 {margin-bottom: 0px !important;}
.weitere-links .et_pb_button_module_wrapper {margin-top: -13px;} 
.weitere-links .et_pb_column {margin-bottom: 25px; padding-bottom: 25px; border: 0px #000 dotted !important; border-bottom-width: 2px !important;} 
.weitere-links .et_pb_column:last-child {border-bottom-width: 0px !important;}
 }


@media (max-width: 950px) {
h1 {font-size: 40px !important; margin:-30px 0 -15px 0 !important;}
h2 {font-size: 34px !important;}  
h3 {font-size: 28px !important; margin-bottom: 15px !important;}  
}


@media (max-width: 950px) {
.datenschutz h1 {font-size: 40px !important; margin:-30px 0 -10px 0 !important;}
.datenschutz h2 {font-size: 24px !important; margin-bottom: -10px;}  
.datenschutz h3 {font-size: 20px !important; margin-bottom: 15px !important;}  
}





/* --- Accordion (Beschlüsse) --- */
.beschluss-acc .acc-trigger {
	cursor: pointer;
	display: block;
	width: 100%;
	text-align: left;
	background: none;
	border: 0;
	padding: 0;
	font: inherit;
	color: inherit;
}                                                                                  

.beschluss-acc .acc-heading {
	position: relative;
	margin: 1.2em 0 .4em;
margin-bottom: 20px;
	line-height: 1.2;
font-size: 30px !important;
     border: 0px #000 solid; border-bottom-width: 1px;
}
.beschluss-acc h3 {
font-size: 20px !important; 
}

.beschluss-acc .acc-heading .acc-trigger {
	padding-right: 2.2em; /* Platz für Pfeil */
}

.beschluss-acc .acc-heading .acc-trigger::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: .65em;
	height: .65em;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-50%) rotate(-45deg);
	transition: transform .25s ease;
	opacity: .6;
}

.beschluss-acc .acc-trigger[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(45deg);
	opacity: 1;
}

/* Panel mit sanfter Höhe-Animation */
.beschluss-acc .acc-panel {
	overflow: hidden;
	max-height: 0;
	transition: max-height .35s ease;
	will-change: max-height;
}

/* optional: Innenabstand für Lesbarkeit */
.beschluss-acc .acc-panel-inner {
	padding: .25rem 0 .75rem;
	border-bottom: 1px solid rgba(0,0,0,.08);
}

/* Fokus sichtbar für Tastaturbedienung */
.beschluss-acc .acc-trigger:focus-visible {
	outline: 2px solid #6aa0ff;
	outline-offset: 2px;
}






