/* =========================================================
   FEINE HINTERGRUNDSTRUKTUR
   ========================================================= */

.stb-vorteile-section {
  position: relative;

  background-color: #f3f3f1;

  background-image:

    linear-gradient(
      135deg,
      rgba(255,255,255,0.10) 0%,
      rgba(255,255,255,0) 45%
    ),

    linear-gradient(
      225deg,
      rgba(0,0,0,0.045) 0%,
      rgba(0,0,0,0) 40%
    );

  overflow: hidden;
}

