.ad.show[data-ad-key="440497707"] {
	display: none !important;
	visibility: hidden !important;
}

/* Mobile Plugin */
.mobile-de-plugin,
.mobile-de-plugin p,
.mobile-de-plugin h2,
.mobile-de-plugin a {
	font-family: inherit!important;
}

/* Suchmaske */
/* ._filter_12ibt_2 ._fineGrain_12ibt_29,
._clearAll_12ibt_83,
._showFilters_12ibt_89 */
#wehiko-app {
	display: none!important;
}
._dropdown_repod_15,
._dropdown_8794a_6 {
  border-radius: 0!important;
}

/* Box Fahrzeuge */
.carItem {
    transition: transform .35s ease-in-out;
}

.carItem:hover {
  transform: translatey(-.25em);
}

.mobile-de-plugin .ad .carItem {
  #grid-template-rows: 20em 8em 4em 3em auto!important;
  line-height: 1.2!important;
}

.mobile-de-plugin .ad {
  box-shadow: 0 14px 11px 0 rgba(0,0,0,0.1)!important;
}

/* Titel Fahrzeug */
.mobile-de-plugin .ad .subtitle {
  word-break: auto-phrase!important;
  hyphens: auto;
}

/* Preis */
.mobile-de-plugin .ad .priceRow {
	margin-bottom: .75em;
	margin-top: 1em;
	
}
.mobile-de-plugin.override .ad .price {
	font-size: 1em;
	font-weight: 700;
}

.mobile-de-plugin.override .ad .price:after {
	content: " (brutto)"
}

.mobile-de-plugin.override .summary {
	display: none;
}

/* Nettopreis */
span.nettoPrice {
	display: none!important;
	/* display: flex;
	align-items: flex-end;
	font-size: 1.25em;
	font-weight: 600;
	margin-top: -2.5em; */
}

span.nettoPrice span {
	font-size: .8em;
	font-weight: 400
}

/* Last Sync */
.mobile-de-plugin .summary {
  display: none;
}

/* Emissionen */
p.emissionsDetails {
  display: none;
}

/* Mehr Details */
.moreDetails {
	font-size: .85em;
}

/* Button "jetzt anfragen" */
button.fahrzeug-anfragen-btn {
  background-color: #0d0d11!important;
  color: var(--base-3)!important;
  padding: .5em 1em!important;
  margin-block-start: 1em;
}

/* PARK SIGN */
.park-sign {
	display: none!important;
}