.c24m-contact-page {
	background-color: #fff;
}
.c24m-contact-layer-link { display: none !important; }

.c24m-chips-wrapper {
	padding-top:7px;
}
.c24m-chips-wrapper.c24m-chips-ap {
	margin-bottom: 0px;
	padding: 0;
}
.c24m-chips-opener {
	float: right;
	color: #0563C1;
	font-size: 16px;
}

.c24-imprint-sec-alg { font-size: 14px; }
.c24-imprint-sec-alg .c24-chatty-teaser-wrapper { padding-top: 10px; padding-bottom: 10px; margin-bottom: 10px;}
.c24-imprint-sec { display:none; }

.c24m-imprint-product-email { display:block; font-size:16px; line-height:16px; color:#0563C1; margin-bottom:7px; word-break: break-word;}
.c24m-contact-page .c24-imprint-headline {font-size:16px; line-height:16px; font-weight:bold; padding-bottom:15px; border-bottom: 1px solid #949494;}
.c24m-contact-page .c24-imprint-sec-ver .c24-imprint-headline {border-bottom: unset; padding-bottom: 0;}
.c24-imprint-sec-hide {display: none}
.c24m-imprint-product-title {
	font-size:16px;
	line-height:20px;
	color:#181818;
	max-width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.c24m-imprint-product-wrapper {
	display: flex;
	justify-content: space-between;
	place-items: center;
}
.c24m-imprint .c24m-imprint-title { font-weight: bold; padding: 15px 0 17px; }

.c24m-imprint-product-title-hide { display:none !important; }

.c24m-imprint-product-details-opener {
	margin: 6px 10px 3px 0;
}
.c24-imprint-chatbot-active.contact-toggle.hide-chatbot .c24m-imprint-product-details-opener {
	display: none;
}
.c24-imprint-chatbot-active.contact-toggle.hide-chatbot.show-contact .c24m-imprint-product-details-opener {
	display: block;
}
.c24m-imprint-product-details.hide-chatbot .c24-imprint-chatbot {
	display: none;
}
.c24m-imprint-product-details-opener span {
	float: left;
}
.c24m-imprint-product-details-opener-arrow {
	display: inline-block;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgOSAxNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+IDxwb2x5Z29uIGZpbGw9IiMwMDVlYTgiIHBvaW50cz0iOSw3IDEuOCwwIDAsMS43IDUuNyw3IDUuNyw3IDAsMTIuMyAxLjgsMTQgIj48L3BvbHlnb24+IDwvc3ZnPg==);
	width: 7px;
	height: 11px;
	margin: 2px 0 0 8px;
	transform: rotate(90deg);
}
.c24m-imprint-product-details-opener.open .c24m-imprint-product-details-opener-arrow {
	transform: rotate(270deg);
}
.c24m-imprint-product-details-content {
	margin: -6px 0 -6px;
	font-size: 16px;
	color:#0563C1;
	text-align: left;
	display: flex;
	place-items: center;
	padding-top: 4px;
}
.c24m-imprint-product-details-content .c24m-chatty-link-cell { width: 30px; }
.c24m-imprint-product-details-content .c24m-chatty-link-cell:not(:first-child) { margin-left: 8px;}
.c24m-imprint-product-details .c24-chatty-teaser-wrapper { padding-left:28px; padding-right:0; }
.c24m-imprint-product-details.c24-imprint-chatbot-active .c24m-imprint-product-details-wrapper {
	display: none;
	padding-top: 10px;
}
.c24m-imprint-product-details.c24-imprint-chatbot-active .c24m-imprint-product-details-wrapper.open {
	display: block;
}
.c24-imprint-sec .c24m-chatty-callback-link img,
.c24-imprint-sec .c24m-chatty-message-link img,
.c24-imprint-sec .c24m-chatty-start-chat img,
.c24-imprint-sec .c24m-chatty-email-link img {
	margin: 7px 0 7px 7px;
	width: 17px;
	height: 17px;
}

.c24-imprint-sec .c24m-chatty-start-chat img {
	width: 20px;
	height: 20px;
}

.c24-searchbar-container {
	float: left;
	width: 100%;
	height: 34px;
	position: relative;
	border: 1px solid #949494;
	border-radius: 30px;
	background-color: white;
	margin-bottom: 20px;
	overflow: hidden;
}
.c24-searchbar-container.hide {
	margin-bottom: 0;
}
.c24-contact-searchbar {
	position: absolute;
	z-index: 110;
	width: calc(100% - 34px);
	height: 35px;
	padding: 0 20px 0 38px;
	top: 0;
	left: 0;
	border: none;
	background: transparent;
	box-sizing: border-box;
	font-size: 16px;
}
#c24m-contact-searchform::placeholder {
	color: #666666;
}
.c24-contact-searchbar-icon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 110;
	border: none;
	padding: 10px 12px 10px;
	background: transparent;
}
.c24-contact-searchbar-icon img {
	width: 15px;
	height: 17px;
	filter: invert(100%) brightness(74.5%);
}
.c24-iframe-chatty {
	width:100%;
	height:100%;
	position:absolute;
	top:0; left:0;
	border:0;
	z-index:5000;
}
#c24m-body.c24-chatty-open {
	width:100%;
	max-height:100vh;
	min-height:100vh;
	height:100vh;
	overflow:hidden;
}
.c24m-contact-layer-chatbot { padding: 0; }
.c24m-contact-layer-chatbot .c24m-contact-layer-content {
	padding: 10px 15px;
}
.c24m-contact-page .c24m-imprint-content {
	padding: 0;
}
.c24m-contact-page .c24m-imprint-product {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: none;
}
.c24m-contact-page .c24m-imprint-title {padding: 33px 0 15px;}
.c24m-contact-page .c24m-imprint-product:last-child {padding-bottom: 0;}
.c24m-contact-page .c24m-imprint-content {margin-bottom: 33px;}