.update-vergabe {
  background-color: var(--gray4);
  aspect-ratio: 20 / 10;
  display: flex;
  width: 100%;
  min-height: 700px;
  padding: 0;
  align-items: center;
}
.update-vergabe::before {
  content: "";
  aspect-ratio: 443 / 1390;
  display: block;
  position: absolute;
  top: 50%;
  left: 39%;
  height: 90%;
  background-size: 100% 100%;
  background-image: url("/wp-content/themes/fsm/partials/update-vergabe/img/stift.png");
  transform: translate(-50%, -50%);
}
@media (max-width: 1279px) {
  .update-vergabe {
    aspect-ratio: 10 / 10;
    min-height: 0;
  }
  .update-vergabe::before {
    left: 19%;
  }
}
@media (max-width: 640px) {
  .update-vergabe {
    aspect-ratio: unset;
    padding-top: 38%;
    padding-bottom: 20%;
  }
  .update-vergabe::before {
    width: 100%;
    aspect-ratio: 1390 / 443;
    background-image: url("/wp-content/themes/fsm/partials/update-vergabe/img/stift_quer.png");
    height: auto;
    top: 26vw;
    left: 30%;
  }
}
.update-vergabe .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  padding: var(--col);
  width: 50%;
  margin-right: 0;
  padding-left: 0;
}
@media (max-width: 1279px) {
  .update-vergabe .container {
    width: 70%;
  }
}
@media (max-width: 640px) {
  .update-vergabe .container {
    width: 100%;
    padding-left: var(--col);
  }
}
.update-vergabe .container > * {
  max-width: 420px;
  margin: 0;
}
.update-vergabe .container .t1 {
  color: var(--orange1);
}
.update-vergabe .container .b1 {
  color: var(--gray2);
}
.update-vergabe .container .b2 {
  color: var(--orange1);
}
.update-vergabe .container ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
.update-vergabe .container ul a {
  display: block;
  line-height: 1;
}
/*# sourceMappingURL=https://fsm.kniff.at/wp-content/build/scss_library/1a0dc075d5ff94d0551faf565fada1d205449baf.css.map */