.privacy-policy ul {
	list-style:none;
	padding-left:0;
}

.ce_list.hasIcon ol li, .ce_list.hasIcon ul li {
	display: flex;
	align-items: first baseline;
}



.bg-white-box {
	background: rgba(255,255,255,0.96);
	backdrop-filter: blur(8px);
	border-radius: 20px;
	border: 1px solid rgba(255,255,255,0.6);
	box-shadow: 0 4px 20px rgba(0,0,0,0.06);
	transition: all 0.4s ease;
}

.bg-white-box:hover {
	box-shadow:
		0 20px 40px rgba(0,0,0,0.08),
		0 0 20px rgba(17,117,132,0.08);
	transform: translateY(-4px);
}

.bg-lightgray {
	background-color: var(--bgColorLightGray) !important;
	border-radius: 20px;
}

.bg-customColor2 {
	background-color: var(--customColor2);
	border-radius: 20px;
}


.heading-line > h3 {
	color: #007e91;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;

	position: relative;
	display: inline-block;

	padding-bottom: 14px;
	margin-bottom: 20px;
}

.heading-line > h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;

	width: 60px;
	height: 1px;

	background-color: #007e91;
	border-radius: 2px;
}

.ce_accordion {
	margin-bottom: 1px;
	border: 1px solid rgb(220,220,220);
	background-color: #e3e3e330;
	border-radius: 5px;
}

.ce_accordion .toggler {
	text-align: left;
	width: 100%;
	color: inherit;
	font-size: 1rem;
	background: none;
	line-height: 30px;
	/* font-weight: bold; */
	cursor: pointer;
	margin-bottom: 6px;
}

/* =========================================
   Iconbox Anpassung
========================================= */

/* Gesamt */
.ce_iconbox {
	text-align: center;
}

/* Icon kleiner + Farbe */
.ce_iconbox.default i {
	font-size: 2.1rem;
	color: #007e91;

	width: 85px;
	height: 85px;
	line-height: 75px;

	background: #e6e6e6;
	border-radius: 50%;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	padding-top: 0;
}

/* Hover-Animation sauber halten */
.ce_iconbox.default:hover i {
	top: -5px;
}

/* Abstand unter Icon */
.ce_iconbox.default .image_container,
.ce_iconbox.default i {
	margin-bottom: 10px;
}

/* Überschrift kompakter */
.ce_iconbox h3 {
	line-height: 1.10;
	letter-spacing: 0;
	margin-bottom: 0;
	font-size: 1.15rem;
}

/* Optional: Text ebenfalls kompakter */
.ce_iconbox .content {
	line-height: 1.4;
	margin-top: 8px;
}

.ce_accordion .toggler {
	text-align: left;
	width: 100%;
	color: inherit;
	font-size: 1rem;
	background: none;
	line-height: 30px;
	font-weight: normal;
	cursor: pointer;
	margin-bottom: 6px;
}
.ce_accordion .toggler:hover {
	color: #007e91;
	font-weight: 500;
}

.ce_accordion .toggler:hover,
.ce_accordion .toggler.active {
    color: #007e91;
    font-weight: 500;
}

.kompetenz {
	backdrop-filter: blur(8px);
	padding-left: 15px;
	padding-right: 15px;
	flex-basis: 1;
	flex-grow: 1;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	border-radius: 20px;
	transition: all 0.4s ease;
}

.kompetenz:hover {
	box-shadow:
		0 20px 40px rgba(0,0,0,0.08),
		0 0 20px rgba(17,117,132,0.08);
	transform: translateY(-4px);
}
.ce_iconbox_v2.style2 {
    border: none;
    box-shadow: inset 0 0 0 1px rgb(225,225,225);
    transition: background 0.3s ease;
    border-radius: 20px;
}
.ce_text ul {
    list-style: none;
    padding-left: 1.5rem;
}

.ce_text ul li {
    position: relative;
}

.ce_text ul {
    list-style: none !important;
    padding-left: 1.5rem;
}

.ce_text ul li {
    position: relative;
    list-style: none !important;
}

.ce_text ul li::before {
    content: "›";
    position: absolute;
    left: -1rem;
    top: 0;
    font-size: 1.4rem;
    line-height: 1;
    color: #007e91;
}

/* =============================================================================
 * link colors
 * ========================================================================== */



.widget-radio .radio_container {
    display: flex;
    flex-wrap: wrap;   /* Umbruch auf kleineren Displays */
    gap: 20px;
    border: 0;
    padding: 0;
    margin: 0;
}

.widget-radio .radio_container > span {
    display: flex;
    align-items: center;
}

.widget-radio input[type="radio"] {
    width: auto;
    margin: 0 6px 0 0;
    padding: 0;
    float: none;
}

.widget-radio label {
    margin: 0;
    cursor: pointer;
}
form span.mandatory {
	color: #f00;
	float: right;
	/* padding: 12px; */
	/* margin: 12px; */
}
form fieldset legend {
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-color: var(--accentColor);
	color: #fff;
	border-radius: 10px;
	margin-bottom: 12px;
}
form fieldset {
	padding: 10px 10px 5px 10px;
	border: 1px solid rgba(0, 0, 0, 0.13);
	border-radius: 12px;
}

.quote {
	display: block;
	margin: 2rem 0;
	max-width: 400px;
	border-left: 3px solid #9bcfd4;
	padding-left: 1.8rem;
	background-color: #9bcfd414;
	padding: 12px;
	border-radius: 12px;
}

.quote blockquote,
.quote p {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	text-indent: 0 !important;
}

.quote *,
.quote *::before,
.quote *::after {
	content: none !important;
}

.quote p {
	font-size: 1.35rem;
	line-height: 1.55;
	font-style: italic;
	color: #555;
}

.quote cite {
	display: block;
	margin-top: 0.6rem;
	font-size: 1rem;
	font-style: italic;
	color: #666;
}


.footer-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0;
}

.footer-links a {
	display: inline-flex;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: none;
}

.footer-links a:not(:last-child)::after {
	content: "|";
	display: inline-block;
	margin: 0 14px;
	color: currentColor;
	opacity: 0.65;
}