/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.hero-featured {
  min-height: 520px; /* Höhe des Hero-Bereichs */
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-featured::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0,0,0,.6),
    rgba(0,0,0,.35)
  );
}

.hero-content,
.hero-content * {
  position: relative;
  color: #fff;
}

.hero-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 140px 20px;
}
