.hidden{
	display: none;
}

.paradigma_handwerkersuche #resultmap{
	height: 500px;
	width: 100%;
	margin-bottom: 17px;
}
.paradigma_handwerkersuche .pointer{
	cursor: pointer;
}
.regioserp .img_gebietsmanager{
	max-height: 80px;
	max-width: 80px;
}

.logged-in #x-root #ubermenu-main-logged-in-primary-2 {
	padding-left: 45px;
	max-width: 1040px;
	width: 100%;
}

.logged-in.page-id-4339 #x-root .x-breadcrumbs span {
	margin-bottom: 0px;
	padding-bottom: 7px;
}

#DataTables_Table_0_filter input[type=search] {
	background-color: #eeeef0;
	background-image: url('/wp-content/plugins/paradigma_partner/DataTables/lupe.png');
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 2px 50%;
	padding-left: 45px;
}

#DataTables_Table_0_filter input[type=search] {
	background-color: #eeeef0;
	background-image: url('/wp-content/plugins/paradigma_partner/DataTables/lupe.png');
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 6px 50%;
	padding-left: 45px;
}

table.kundendaten td > div.links {
	width: 70%;
	float:left;
}

table.kundendaten td div:first-child b{
	color: #595959;
}

table.kundendaten td div:first-child p{
	color: #595959;
	margin-top: 10px;
}

table.kundendaten span.km {
	display: block;
	color: #c6c6c6;
	margin-top: 7px;
	margin-bottom: 7px;
}

table.kundendaten {
	color: #595959;
}

table.kundendaten .infokugel {
	display: inline-block;
	margin-left: 8px;
	position:relative;
	top: 4px;
	width:24px;
	height:24px;
	border-radius: 50%;
	cursor: help;
}


table.kundendaten td > div.rechts {
	text-align: right;
	width: 30%;
	float:right;
}

table.kundendaten td > div.mitte {
	clear: both;
	width: 100%;
	float:none;
}

table.kundendaten th.sorting_asc,
table.kundendaten th.sorting_desc{
    background: none !important;
}

div.mitte {
	background-color: #eee;
}

div.mitte label {
	background-color: #eee;
	text-align: center;
	cursor: pointer;
}

div.mitte label:hover {
	background-color: #ddd;
}

div.mitte input[type=checkbox] {
	display: none;
}

div.mitte div.produkt {
	display: none;
	background-color: white;
	margin-top: 13px;
	margin-bottom: 13px;
	box-shadow: 0 4px 5px -5px  rgba(0,0,0,30);
}

div.mitte div.descr {
	text-align: center;
	display: none;
}

div.mitte input[type=checkbox]:checked ~ div.produkt {
	display: block;
}

div.mitte input[type=checkbox]:checked ~ div.descr {
	display: block;
}

table.kundendaten td div:last-child b{
	font-size: 80%;
	color: #000;
}

div.produkt div.name {
	margin-top: 10px;
	font-size: 21px;
	text-align: center;
	color:  #222;
}
div.produkt div.sub {
	font-size: 18px;
	text-align: center;
	color: #888;

}
div.produkt div.inbetriebnahme {
	float:  left;
	font-size: 14px;
}
div.produkt div.wartung {
	float:  right;
	margin-left: 20px;
	font-size: 14px;
}
div.produkt div.garantie {
	float:  right;
	margin-left: 20px;
	font-size: 14px;
}

div.produkt::after {
	content: '';
	display: block;
	height: 1px;
	clear: both;
	margin-bottom: 8px;
}
div.ansprechpartner_container{

}
div.ansprechpartner_container::after {
	content: '';
	display: block;
	height: 1px;
	clear: both;
}

div.ansprechpartner_container h2{
	font-weight: 400;
	font-size: 24px;
}
div.ansprechpartner_container table.ansprechpartner{
	float: left;
	width: 50%;
}
div.ansprechpartner_container table.ansprechpartner td{
	border:  none;
	width: auto;
	padding: 10px;
	line-height: 1.8em;
}
div.ansprechpartner_container table.ansprechpartner td:first-child{
	width: 160px;
}
div.ansprechpartner_container table.ansprechpartner td span.companytitle{
	border-left: 3px solid #ffdb00;
	text-transform: uppercase;
}
div.ansprechpartner_container table.ansprechpartner td img{
	max-width: 160px;
}

.page .regioserp {
	max-height:300px;
}

@media screen and (max-width: 1220px) {
	.page .paradigma_handwerkersuche .regioserp {
		width: calc(100% / 3 - 10px);
		max-width: calc(100% / 3 - 10px);
	}
}

@media screen and (max-width: 980px){ 
	.page .paradigma_handwerkersuche .regioserp{
		width: calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
}

@media screen and (max-width: 660px){ 
	.page .paradigma_handwerkersuche .regioserp{
		width: calc(100% - 10px);
		max-width: calc(100% - 10px);
		min-height: auto;
	}
}
@media screen and (max-width: 10cm) {
	.ubermenu-responsive-toggle,
	.ubermenu-sticky-toggle-wrapper {
		display: block;
	}
}


.dt-button.buttons-excel.buttons-html5 {
	display: none;
}

.kundendaten.dataTable button.dt-button {
	padding: 1px;
}