
.hidden{
	display:none !important;
}

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

.produktsuche .suchbox {
	font-family: OpenSansRegular;
}   

.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: 'OpenSansRegular';
	font-weight: normal;
}

.produktsuche .suchbox form.ps_suche .ps_suche_input h3 {
	font-size: 1.3em;
	font-family: 'OpenSansSemiBold';
	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;
	/*width: 25%;*/
	padding:0 20px;
	background-color: #b00001;
	color: white;
	border: 1px solid #b00001;
	height: 2.5em;
	border-radius: 0.5em;
	cursor: pointer;
	font-size:16px;
}


.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-family: 'OpenSansRegular';
	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;
	font-family: 'OpenSansRegular';
	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%;
	}

}