

/* =========================================================
   Image Helpers
   ========================================================= */

.df-img-round{

  border-radius: 12px;

  overflow: hidden;

  display: block;
}

/* =========================================================
   DF IMG CENTER – CLEAN BASE
   ========================================================= */

.df-img-center{

  display:flex;

  flex-direction:column;

  align-items:center;
  justify-content:center;

  text-align:center;

  width:100%;

  overflow:visible; /* für SVG notwendig */
}


/* =========================================================
   SVG ALIGNMENT
   ========================================================= */

.df-img-center svg{

  display:block;

  margin-left:auto;
  margin-right:auto;

  transform: translateY(0.4px); /* optical tweak */
}


/* =========================================================
   CHILD ALIGNMENT
   ========================================================= */

.df-img-center > *{
  margin-left:auto;
  margin-right:auto;
  
  
  /* =========================================================
   SVG IMAGES – CLEAN BASE
   ========================================================= */

.df-bluete-footer-svg {
  width:96px;
  height:auto;
  display:block;
  color:#c98e78;
  margin:24px auto;
}