.fixed-note.stoerer-car.stoerer-jobs {
  width: 185px !important;
  height: 247px;
  position: relative;
  float: right;
  margin-top: -100px;
  animation-name: reinfahren;
  animation-duration: 0.5s;
  z-index: 1;
  padding: 0;
  background-image: url("../teilauto/web-stoerer-ta2.svg") !important;
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: none;
  border-top: none;
  margin-bottom: -150px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fixed-note.stoerer-car.stoerer-jobs:hover {
  background-image: url("../teilauto/web-stoerer-ta-hover2.svg") !important;
}

.fixed-note.stoerer-car.stoerer-jobs h4 a {
	color: var(--color-secondary-red) !important;
	line-height: 1.1;
}

.fixed-note.stoerer-car.stoerer-jobs:hover h4 a {
	color: var(--color-primary-white) !important;
}

.fixed-note.stoerer-car.stoerer-jobs h4 a:hover {
	text-decoration: none !important;
}

.fixed-note.stoerer-car.stoerer-jobs h4.part1 {
  font-size: 19px;
  padding-left: 38px;
  padding-top: 25px;
  margin-bottom: 0 !important;
}

.fixed-note.stoerer-car.stoerer-jobs h4.part2 {
  font-size: 19px;
  padding-left: 23px;
  padding-top: 0;
  margin-top: 0;
}

.fixed-note.stoerer-car.stoerer-jobs p {
  padding-left: 13px;
  color: var(--color-primary-blue) !important;
}

.fixed-note.stoerer-car.stoerer-jobs p a {
	color: var(--color-primary-blue) !important;
}

.fixed-note.stoerer-car.stoerer-jobs:hover p, .fixed-note.stoerer-car.stoerer-jobs:hover p a {
  color: var(--color-primary-white) !important;
}

.stoerer-car.stoerer-jobs .fixed-note-button::before {
  content: url("../teilauto/icon-ta-cancel-red.svg");
  position: absolute;
  top: 0;
  right: 24px;
  margin-top: -12px;
}

.stoerer-car.stoerer-jobs:hover .fixed-note-button::before {
  content: url("../teilauto/icon-ta-cancel.svg");
}


.fixed-note.stoerer-car.stoerer-karte {
  background-image: none !important;
}

.fixed-note.stoerer-car.stoerer-karte img {
	width: 188px;
  max-width: none;
}

.fixed-note.stoerer-car.stoerer-karte .fixed-note-column {
  padding: 0;
}

.fixed-note.stoerer-car.stoerer-karte p::before {
	display: none;
}

.fixed-note.stoerer-car.stoerer-karte .fixed-note-column.close-note-button {
  right: 0;
}