/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/component/featured-teaser/featured-teaser.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.featured-teaser__group::before {
  content: "";
  width: var(--logo-triangle--width, 16px);
  aspect-ratio: 1/1;
  background: #ff2d0d;
  display: block;
  flex-shrink: 0;
  align-self: flex-start;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.featured-teaser__group::after {
  content: "";
  width: var(--logo-triangle--width, 16px);
  aspect-ratio: 1/1;
  background: #ff2d0d;
  display: block;
  flex-shrink: 0;
  align-self: flex-start;
  clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
}

.featured-teaser__group {
  position: relative;
  overflow: hidden;
}
.featured-teaser__group::before, .featured-teaser__group::after {
  transition: all 200ms ease-in-out;
}
.featured-teaser__group::before {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -100%);
  z-index: 10;
}
.featured-teaser__group::after {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, 100%);
}
.featured-teaser__group:hover::before, .featured-teaser__group:hover::after, :focus-within > .featured-teaser__group::before, :focus-within > .featured-teaser__group::after {
  transform: translate(0, 0);
}

.featured-teaser__label {
  font-size: var(--heading--font-size);
  color: var(--heading--color, #1E1B1C);
  line-height: var(--heading--line-height, 1);
  font-family: var(--heading--font-family);
  font-weight: var(--heading--font-weight, 600);
  text-transform: var(--heading--text-transform);
  transition: var(--heading--transition, all 200ms ease-in-out);
  margin-top: var(--heading--margin-top);
  margin-bottom: var(--heading--margin-bottom);
}
.featured-teaser__label:first-child {
  --heading--margin-top: 0;
}

.featured-teaser__label {
  --heading--font-size: var(--h3--font-size, clamp(1.314534138rem, 1.2268985288rem + 0.438178046vw, 1.5774409656rem));
}

@container (width > 500px) {}
.featured-teaser__type {
  font-size: 1.2rem;
  color: #ff2d0d;
}

.featured-teaser {
  height: 100%;
  position: relative;
}
.featured-teaser a {
  --heading--color: #263b97;
  --a--display: flex;
  height: 100%;
}
.featured-teaser a:hover, .featured-teaser a:focus {
  --heading--color: #4678BA;
}
.featured-teaser__group {
  --logo-triangle--width: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--border--color, #adb5bd);
}
.featured-teaser__header {
  background-color: #ffffff;
  color: #6c757d;
  padding: 18px;
}
.featured-teaser__header > * + * {
  margin-top: 10.4166666667px;
}
.featured-teaser__image {
  --img--height: 100%;
  --img--object-fit: cover;
  --img--width: 100%;
  height: 100%;
}
.featured-teaser__edit-link {
  position: absolute;
  bottom: 7.2337962963px;
  right: 7.2337962963px;
}
