
.hidden{
	display:none !important;
}

.produktsuche .suchbox{
	text-align:center;
	padding:1.5em;
	margin:0 0 1em 0;
	background:#FAF7F5;
}

.produktsuche .suchbox {
	font-family: 'ApproachKoelnSemiBold', Arial, sans-serif;
}   

.produktsuche .suchbox .title {
	font-size:20px;
	padding-bottom:10px;
}

.produktsuche .suchbox form.ps_suche .ps_suche_input {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.produktsuche .suchbox * {
	font-family: 'ApproachKoelnRegular', 'Arial', 'sans-serif';
	font-weight: normal;
}

.produktsuche .suchbox form.ps_suche .ps_suche_input h3 {
	font-size: 1.25rem;
	font-family: 'ApproachKoelnSemiBold', 'Arial', 'sans-serif';
	margin: 0 25px 4px 0px;
	float: left;
	font-weight: normal;
	padding-top:3px
}

.produktsuche .suchbox form.ps_suche .ps_suche_input input {
	width: 43%;
	float: left;
	border: 1px solid darkgrey;
	border-radius: 6px;
	height: 2.2em;
	padding-left:10px;
	font-size:16px;

}


.produktsuche .btn-wrap .button {
	white-space: nowrap;
	color: #fff;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-family: ApproachKoelnSemiBold, Arial;
    font-size: 1.25rem;
    padding: 0.2rem 1.1rem 0.2rem 1.1rem;
    border-radius: 1.4rem;
	background-color: #ee0000;
	border: 1px solid #ee0000;
}


.produktsuche .suchbox .btn-wrap .button{
	float: left;
	margin-left: 25px;
}
.produktsuche .alle-dienstleistungen .btn-wrap .button{
	margin-top:1em;
}
.produktsuche .kachelfooter .btn-wrap{
	margin:3em auto;
	text-align: center;
}



.produktsuche .ps_msg a{
	color: #b00001;
	text-decoration: none;;
}
.produktsuche .ps_msg {
	margin-top: 10px;
	text-align: left;
	font-size: 14px;
}

.produktsuche .alle-dienstleistungen{
	box-sizing: border-box;
	border-top:2px solid #6c655f;
	border-bottom:2px solid #6c655f;
	margin:1em auto;
	padding: 1em 0;
}

.produktsuche .alle-dienstleistungen ul{
	list-style-type: none;
	padding-left: 0;
}

.produktsuche .ps_dienstleistung li {
	width:100%;
}

.produktsuche .alle-dienstleistungen li a,
.produktsuche .ps_kachel_inner ul li a {
	box-sizing: border-box;
	font-size: 1em;
	flex: 1;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: left;
	background-position: left;
	padding-left:10px;

}



.produktsuche  .highlight {
	/*background-color: yellow;*/
/*	font-family:'OpenSansSemiBold';*/
	font-family:'OpenSansBold';
}



/*.produktsuche .ps_dienstleistung:hover{
	border: none;
	outline: 3px solid #b00001;
	outline-offset: -4px;
	text-decoration: underline;
	background: #fcfcfc;
}*/

.produktsuche .kachel_wrapper{
	box-sizing: border-box;
	flex-wrap: wrap;
	display: flex;
	gap:30px;
	align-items: flex-start;
}
@media only screen and (min-width: 768px) {
	.produktsuche .kachel_wrapper{
		margin:-10px;  
	}
}

.produktsuche .kachel_wrapper .ps_kachel{
	box-sizing: border-box;
	margin: 1.5em 10px;
	flex: 1;
	min-width: 26%;
}

/* .produktsuche .kachel_wrapper .ps_kachel .ps_kachel_inner{
white-space: normal;
word-break: break-all;
}*/

.produktsuche .kachel_wrapper .ps_kachel .ps_kachel_inner h3{
	padding:0 0 0.6em 0;
	margin:0;
	font-family: 'OpenSansSemiBold', sans-serif;
	font-weight: normal;
	line-height: 1;
	border-bottom: 2px solid #777;
}

.produktsuche div.alle-dienstleistungen a.ps_dienstleistung,
.produktsuche .ps_kachel_inner ul li a.linkintern{
	background-position: 10px 50%;;
	background-image: url(/img/new-assets/red_chevron.svg);
	background-repeat: no-repeat;
	padding-left:25px;
	/*text-overflow: ellipsis;
	overflow: hidden; */
}

/*.ps_kachel_inner .linkintern{
	float:left;
	margin-top:5px;
	background-position: 0 0;
	display: inline-block;
	height: 8px;
	width: 10px;
}*/

.produktsuche .ps_kachel_inner ul{
	list-style-type:none;
	padding:0;
}

.produktsuche .alle-dienstleistungen ul li,
.produktsuche .ps_kachel_inner ul li{
	text-align: left;;
	padding:0.7em 0;
	font-family: OpenSansSemiBold;
}


.produktsuche .alle-dienstleistungen ul li + li,
.produktsuche .ps_kachel_inner ul li + li{
	border-top: 1px dotted #a1a1a1;
}

.produktsuche .alle-dienstleistungen ul li:hover,
.produktsuche .ps_kachel_inner ul li:hover{
	text-decoration: underline;
	background-color: #eee;
}

.noresult {
	color:#b00001;
}





@media only screen and (max-width: 768px) {
	.produktsuche.ps_main {
		padding: 0.8em;
	}
	.produktsuche .suchbox form.ps_suche .ps_suche_input {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.produktsuche .suchbox form.ps_suche .ps_suche_input input{
		width: 40%;
	}
	.suchbox form.ps_suche .ps_suche_input .btn-wrap button{
		margin-left: 3%;
	}
	.produktsuche .kachel_wrapper .ps_kachel {
		min-width: 80%;
		height: auto;
		margin: 1em 0;
	}
}

@media only screen and (max-width: 768px) {
	.produktsuche .suchbox form.ps_suche .ps_suche_input h3 {
		text-align: center;
		text-align: center;
		display: block;
		float: none;
		padding-bottom: 8px;
	}
	.produktsuche .suchbox form.ps_suche .ps_suche_input input{
		width: 100%;
		margin-bottom: 1em;
	}
	.produktsuche .suchbox form.ps_suche .ps_suche_input .btn-wrap button {
		width: 100%;
	}

}




/* autocompmlete analog zur custom.css, für neue templates, die kein custom.css mehr laden */

span.ui-helper-hidden-accessible{
	display:none;
}
.ui-autocomplete{
	position:absolute;
	max-height:265px;
	overflow-y:auto;
	overflow-x:hidden;
	padding-right: 20px;
	cursor:default;
	font-family:Verdana,sans-serif;
	font-size:0.8em;
	border:1px solid #666666;
	background-color:#ffffff;
	z-index:35 !important;
}
* html .ui-autocomplete{
	height:250px;
}

.ui-autocomplete .ui-menu-item .ui-state-hover,
.ui-autocomplete .ui-menu-item .ui-state-focus{
	border:1px solid #cc0000;
	/*** background-color:#dadada; Diel am 23.11.2021 Anweisung von Wilhelm ***/
	background-color:#efeeec;
/*	font-weight:bold;*/
	/*** color:#cc0000;  Diel am 23.11.2021 Anweisung von Wilhelm ***/
}

.ui-autocomplete .ui-menu-item{
	margin:0;
	padding:0;
	zoom:1;
	float:left;
	clear:left;
	width:100%;
}
.ui-autocomplete .ui-menu-item a{
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
	color: #000000;
}
.ui-autocomplete .ui-menu-item a.ui-state-hover,
.ui-autocomplete .ui-menu-item a.ui-state-active{
	font-weight: normal;
	margin:-1px;
}
.ui-menu{
	list-style:none;
	padding:2px;
	margin:0;
	display:block;
	float:left;
}
