/*
* Allgemeine Styles 03.07.2025 - 22:29
* Copyright (c) 2025 (www.tuningfotojournal.de/css/24h-rennen-2025_icons)
* erstellt durch manfred schaefer tuningen
*/

.mit-uhr {
  position: relative;
  padding-left: 30px; /* Platz für das Icon */
}

.mit-uhr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('https://www.motorsport-action.de/icons/clock_40x40.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.mit-arrow {
  position: relative;
  padding-left: 30px; /* Platz für das Icon */
}

.mit-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('https://www.motorsport-action.de/icons/arrow_40x40.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.mit-chequered-flag {
  position: relative;
  padding-left: 46px; /* Platz für das Icon */
}
.mit-chequered-flag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 21px;
  background-image: url('https://www.motorsport-action.de/icons/chequered-flag_70x42.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.mit-pen-tool {
  position: relative;
  padding-left: 30px; /* Platz für das Icon */
}
.mit-pen-tool::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('https://www.motorsport-action.de/icons/pen-tool_40x40.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.mit-racing-helmet {
  position: relative;
  padding-left: 30px; /* Platz für das Icon */
}
.mit-racing-helmet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url('https://www.motorsport-action.de/icons/racing-helmet_44x44.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.mit-settings {
  position: relative;
  padding-left: 30px; /* Platz für das Icon */
}
.mit-settings::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('https://www.motorsport-action.de/icons/settings_40x40.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.mit-color-palette {
  position: relative;
  padding-left: 30px; /* Platz für das Icon */
}
.mit-color-palette::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url('https://www.motorsport-action.de/icons/color-palette_44x44.png');
  background-size: contain;
  background-repeat: no-repeat;
}