@import url("https://jobads.schnellestelle.de/assets/jobpostings/custom/lpsm/default.fonts.css");

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.hiring,
.logo {
  padding: 30px 20px;
}

body {
  margin: 0;
  font: 0.9rem/130% verdana, arial, helvetica, sans-serif;
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: #333;
  text-align: var(--bs-body-text-align);
  background-color: #f6f6f6;
}

section {
  background: #fff;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  color: #d50072;
  font-size: 1.2rem;
}

.hero_box {
  background: var(--headerimage);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  aspect-ratio: 2.1 / 1;
}

.teaser {
  background: url("../../../../assets/jobpostings/custom/lpsm/default/img/teaser.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 3.5 / 2;
}

.info {
  font-size: 0.8rem;
  border: 1px dashed #333;
  padding: 30px;
  margin: 30px;
  position: relative;
}

.info p:last-child {
  margin-bottom: 0;
}

.info:before {
  content: '';
  background: url("../../../../assets/jobpostings/custom/lpsm/default/img/lupe.svg");
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  left: -35px;
  top: -55px;
  position: absolute;
  transform: scaleX(-1);
}

.col-md-1 {
  position: relative;
}

.lupe {
  transform: scaleX(-1);
  width: 100px;
  position: absolute;
  left: 28px;
  top: -60px;
}

.border-inner {
  border: 1px dashed #333;
  padding: 20px;
  background: #f6f6f6;
  margin-bottom: 20px;
}

.border-inner p:last-child {
  margin-bottom: 0;
}

.box-right {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 30px;
  background: #e8e8e8;
}

.box-left {
  padding: 30px;
}

a {
  color: #d50072;
  text-decoration: none;
}

a:hover {
  color: #d50072;
  text-decoration: underline;
}
