.iml-contact-block {
	background: #262628;
	color: #fff;
	padding: 80px 5vw;
}

.iml-contact-inner {
    max-width: var(--content-width);
	margin: 0 auto;
	display: flex;
	gap: 60px;
	align-items: stretch;
}

.iml-contact-left,
.iml-contact-right {
	flex: 1 1 50%;
}

/* Linke Spalte: vollhöhe + Karte nach unten drücken */

.iml-contact-left {
	display: flex;
	flex-direction: column;
	position: relative;
}

/* Textbereich links */

.iml-contact-label {
	background: #2E2E2E 0% 0% no-repeat padding-box;
    border-radius: 7px;
    opacity: 1;
    display: block;
    text-align: left;
    padding: 5px 15px;
    font: normal normal normal 20px / 26px Avenir;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    width: fit-content;
    margin-bottom: 20px;
}

.iml-contact-headline {
	text-align: left;
    font: normal normal bold 41px / 49px Avenir;
	letter-spacing: 0px;
	color: #FFFFFF;
}

.iml-contact-headline .accent {
	color: #d1003b;
}

/* Chat-Karte */

.iml-contact-card-wrapper {
	max-width: 520px;
}

.iml-contact-card-link {
	text-decoration: none;
	color: inherit;
	display: block;
}

.iml-contact-card {
	background: #050505;
    border-radius: 12px;
    border: 2px solid #d1003b;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
    padding: 70px 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    position: absolute;
    bottom: 0px;
}

.iml-contact-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.9);
	border-color: #ff0050;
}

/* Icon-Container (roter Kreis) */

.iml-contact-card-icon {
	width: 96px;
	height: 96px;
	border-radius: 999px;
	background: #d1003b;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

/* Neues Chat-Bubble-Icon innen */

.iml-contact-headset-icon {
	position: relative;
	width: 46px;
	height: 32px;
	border-radius: 18px;
	background: #000;
	display: block;
}

/* Drei Punkte in der Blase */
.iml-contact-headset-icon::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #d1003b;
	transform: translate(-50%, -50%);
	box-shadow: -10px 0 0 #d1003b, 10px 0 0 #d1003b;
}

/* Sprechblasen-Schwanz */
.iml-contact-headset-icon::after {
	content: '';
	position: absolute;
	left: 10px;
	bottom: -7px;
	border-width: 7px 7px 0 0;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}

.iml-contact-card-content {
	flex: 1;
}

.iml-contact-card-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
    text-align: left;
    font: normal normal bold 33px / 50px Avenir;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.iml-contact-card-text {
	font-size: 14px;
	color: #cccccc;
}

/* Rechte Spalte: Formular */

.iml-contact-right {
	background: #1c1c1f;
	border-radius: 20px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.75);
	padding: 30px 34px;
}

.iml-contact-right .wpcf7-form,
.iml-contact-right form {
	margin: 0;
}

.iml-contact-form-placeholder {
	color: #bbbbbb;
	font-size: 14px;
}

.form_row {
    margin-bottom: 12px;
    grid-gap: 12px;
}

.iml-contact-right input[type=color], 
.iml-contact-right input[type=date],
.iml-contact-right input[type=datetime-local], 
.iml-contact-right input[type=datetime], 
.iml-contact-right input[type=email],
.iml-contact-right input[type=month],
.iml-contact-right input[type=number],
.iml-contact-right input[type=password],
.iml-contact-right input[type=range],
.iml-contact-right input[type=search],
.iml-contact-right input[type=tel],
.iml-contact-right input[type=text],
.iml-contact-right input[type=time],
.iml-contact-right input[type=url],
.iml-contact-right input[type=week],
.iml-contact-right textarea {
    color: #fff!important;
    background-color: #000;
    border-color: #000;
    border-radius: 6px;
    height: 60px;
    text-align: left;
    font: normal normal normal 13px / 21px Avenir;
    letter-spacing: 0px;
    padding-left: 30px;
}

.iml-contact-right textarea {
	height: 100px;
	padding-top: 20px;
}

.iml-contact-right  input.wpcf7-form-control.wpcf7-submit {
    display: block;
    border-radius: 10px !important;
    padding: 1.2rem 2.4rem;
    border-radius: 999px;
    background: #b0103a;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

.iml-contact-right input.wpcf7-form-control.wpcf7-submit:hover,
.iml-contact-right input.wpcf7-form-control.wpcf7-submit:focus {
    background-color: #d01247!important;
    color: #fff!important;
}

.iml-contact-right .form_row:last-of-type {
	margin-bottom: 0px;
}

/* Editor-Ansicht etwas kompakter */
.editor-styles-wrapper .iml-contact-block.editor-preview {
	padding: 30px;
}

.editor-styles-wrapper .iml-contact-card {
	position: initial;
}

/* Responsive */

@media (max-width: 960px) {
	.iml-contact-inner {
		flex-direction: column;
		gap: 40px;
	}

	/* auf Mobile: Karte nicht mehr hart nach unten drücken */
	.iml-contact-left {
		display: block;
	}

	.iml-contact-card-wrapper {
		margin-top: 24px;
	}

	.iml-contact-right {
		padding: 24px 20px;
	}

	.iml-contact-headline {
		font-size: 28px;
	}

	.iml-contact-card {
    	position: initial;
	}
}