/* Drag handle Optik */
.muq-drag { cursor: grab; }
tr.muq-dragging { opacity: .6; }
.muq-move-btn { margin: 0 3px; }

/**/
.muq-hidden {
	display: none
}

.muq-box {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 12px;
	margin: 10px 0;
	background: #fff
}

.muq-h {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.muq-table {
	width: 100%;
	border-collapse: collapse
}

.muq-table th,
.muq-table td {
	border-bottom: 1px solid #eee;
	padding: 6px;
	vertical-align: top
}

.muq-badge {
	display: inline-block;
	padding: 2px 6px;
	border-radius: 6px;
	background: #eef
}

.muq-help {
	font-size: 12px;
	opacity: .75
}

.muq-actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap
}

.muq-json {
	font-family: monospace;
	width: 100%;
	min-height: 80px
}

.muq-btn {
	background: #2b5cff;
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 6px 10px;
	cursor: pointer
}

.muq-btn.ghost {
	background: #f3f4f6;
	color: #111
}

.muq-toggle {
	appearance: none;
	width: 44px;
	height: 24px;
	border-radius: 999px;
	position: relative;
	background: #e5e7eb;
	cursor: pointer
}

.muq-toggle:checked {
	background: #2b5cff
}

.muq-toggle:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	transition: all .2s
}

.muq-toggle:checked:before {
	left: 23px
}

.muq-section-title {
	margin: 0 0 8px 0
}

.cb-row {
	display: flex;
	gap: 8px;
	align-items: center;
	margin: 6px 0;
	flex-wrap: wrap
}

.cb-row select,
.cb-row input[type="text"] {
	min-width: 140px
}

.cb-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #f0f3ff;
	border: 1px solid #dfe4ff;
	border-radius: 8px;
	padding: 6px 8px;
	margin: 4px 0
}

.cb-pill strong {
	color: #1e2a8a
}

.cb-del {
	background: #eee;
	border: 0;
	border-radius: 6px;
	padding: 4px 6px;
	cursor: pointer
}

.cb-footer {
	display: flex;
	gap: 8px;
	margin-top: 8px
}

.cb-inline-help {
	font-size: 12px;
	opacity: .75;
	margin-top: 4px
}

/*Telefonbanner*/
.section-tel-banner {
    
}
.text-wrapper-banner {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.text-tel-beratung {
    color: #202F70;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-wrap: balance;
}
.heading-tel-beratung {
    color: #2B378C;
    font-size: clamp(1.5rem, 1.34rem + 0.8vw, 2rem);
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}
.mu-tel-banner {
	background: var(--Mnchen-Gelb, #FC0);
    background-image: url('/wp-content/uploads/2025/09/Pattern-Headline-Bar.svg');
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    background-position: center;
    display: flex;
    gap: 14px;
    align-items: flex-end;
	padding:44px 50px;
	justify-content: space-between;
}
#muTelOpen::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 29px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="29" viewBox="0 0 28 29" fill="none"><path d="M22.3689 12.6178L18.9467 9.19556C18.5111 8.76 18.3867 8.15333 18.5578 7.60889C19.1333 5.86667 19.4444 4 19.4444 2.05556C19.4444 1.2 20.1444 0.5 21 0.5H26.4444C27.3 0.5 28 1.2 28 2.05556C28 16.6622 16.1622 28.5 1.55556 28.5C0.7 28.5 0 27.8 0 26.9444V21.5156C0 20.66 0.7 19.96 1.55556 19.96C3.48444 19.96 5.36667 19.6489 7.10889 19.0733C7.65333 18.8867 8.27556 19.0267 8.69556 19.4467L12.1178 22.8689C16.52 20.6133 20.1289 17.02 22.3689 12.6178Z" fill="%232B378C"/></svg>');
  background-size: contain;
  vertical-align: middle;
	margin-left:16px;
}
.mu-tel-banner .txt {
	flex: 1;
	font-size: 15px;
	line-height: 1.35
}

.mu-tel-btn {
    color: #2B378C;
    padding: 16px 30px;
    cursor: pointer;
    border-radius: 40px;
    border: 2px solid #2B378C;
    background-color: transparent;
    font-size: 20px;
    font-weight: 700;
	min-width:280px;
}

.mu-tel-btn:disabled {
	opacity: .5;
	cursor: not-allowed
}

.mu-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(8, 20, 53, .45);
	backdrop-filter: saturate(140%) blur(4px);
	display: none;
	z-index: 9999
}

.mu-modal {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    background: #EFEFEF;
    border-radius: 14px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, .25);
    padding: 26px;
    overflow-y: scroll;
    max-height: 90svh;
    top: 50%;
    transform: translateY(-50%);
}

span.label-input-modal {
    color: #2B378C;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.tel-input span{
	width:max-content;
}
.mu-field{
	gap:12px;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
}
.tel-input {
    display: flex;
    flex-direction: row;
	width:100%;
	gap:24px;
	align-items:center;
}

#mu_time_slot, #mu_date {
    color:#293050;
    font-family: "Liberation Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    border-radius: 8px;
    border: 2px solid #2B378C;
    background: #FFF;
    padding: 8px 10px 8px 16px;
	height:53px;
}
input#mu_phone {
    border: none;
    border-bottom: 2px solid #4BBEC8;
    background: #FFF;
    border-radius: 0;
    background-color: #FFF;
    width: 100%;
    height: 53px;
    color: #293050;
    font-family: "Liberation Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
button#mu_submit {
    display: flex;
    align-items: center;
    border-radius: 40px;
    background: #2B378C;
    border: none;
    padding: 16px 30px;
    color: #FFF;
    text-align: center;
    font-family: "Liberation Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	text-transform: none;
	border: 2px solid #2B378C;
}
/* Basis-Checkbox-Reset */
	input#mu_consent {
	appearance: none;
	-webkit-appearance: none;
	width: 40px;
	height: 40px;
	border: 2px solid #4BBEC8;
	border-radius: 0;
	display: inline-block;
	position: relative;
	cursor: pointer;
	flex-shrink: 0;
	background-color:#FFF;
}

/* Füllung bei aktivem Zustand */
input#mu_consent:checked::after {
  content: "";
  width: 30px;
  height: 30px;
  background: #202F70;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mu_consent_text{
	color: #2B378C;
	font-family: "Liberation Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
}
.mu-consent-wrapper{
	display:flex;
	gap:10px;
	align-content:center;
}
.mu-row {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin: 8px 0
}
.mu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}
.mu-actions {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 14px
}

.mu-link {
	color: #2e318f;
	text-decoration: underline
}

.mu-close {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 0;
	background: transparent;
	font-size: 22px;
	cursor: pointer
}
@media (max-width:781px){
	.mu-tel-banner{
		display:flex;
		flex-direction:column;
		align-items:flex-start;
	}
}
@media (max-width:640px) {
	.mu-grid {
		grid-template-columns: 1fr
	}
	.mu-field.tel-input{
		display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
	}
}