/** Algemeen **/
.actie {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 225px;
  margin-top: 2rem;
}
/** Kerst **/
.kerst__actie {
  font-family: "Satisfy", cursive;
  background-image: url(../images/acties/kerstmis/2025_gouden-kerstballen.webp);
  background-size: cover;
  background-position: center center;
}
.box {
  position: absolute;
  width: 300px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kerst__actie .box .kersttext {
  height: 180px;
  font-family: var(--font-base);
  color: var(--color-gray);
  text-align: center;
  background-color: var(--color-golden);
  border-radius: 5px;
  border-left: 1px #fff solid;
  border-top: 1px #fff solid;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  box-shadow: 2px 2px 5px #000;
  padding: 1rem 4rem 2rem;
  opacity: 0.8;
}
.kersttext.flex {
  flex-direction: column;
  justify-content: space-between;
}
.kersttext h2 {
  font-size: 2.5rem;
  color: #950000;
  text-shadow: 1px 1px #000;
}
.kersttext p {
  font-size: 1.5rem;
  font-weight: 700;
}
.kerst__button {
  font-size: 1.5rem;
  border-radius: 5px;
}
.kerst__bg {
 background-image: url(../images/acties/kerstmis/kerst-bg.webp);
 background-size: cover;
}
.kerst__trans-bg {
 margin: 0 auto;
 background-color: rgba(0, 0, 0, 0.1);

}
.kerst__trans-bg div {
  z-index: 50;
}
.kerst .p__sub-title {
  text-shadow: 1px 1px #000;
}
.ster-lichtjes {
  background-image: url(../images/acties/kerstmis/ster-lichtjes.webp);
  background-repeat: no-repeat;
  width: 150px;
  height: 38px;
}
/** Einde Kerst **/
