/* your styles go here */
.home-carousel {
  background: url('/site/templates/img/home_bg.jpg') center center repeat;
}
.bar.background-image-fixed-2 {
  background: url('/site/templates/img/background-paul-fixed.jpg') center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.bar.background-image-fixed-3 {
  background: url('/site/templates/img/Peanut_Melenas_2000.jpg') center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.bar.background-image-fixed-4 {
  background: url('/site/templates/img/Dorntherapie_2000.jpg') center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#heading-breadcrumbs {
	background: #6aae7a;
    padding: 20px 0;
    margin-bottom: 40px;
    color: #fff;
}

#heading-breadcrumbs h1, #heading-breadcrumbs a{
   color: #fff;
}
#home-carousel-mask {
  opacity: 0.5;
}

.home-carousel {
  min-height: 100vh;
  width: 100%;
  position: relative;
  padding: 120px 0 80px 0; 
  /*display: flex;*/
  align-items: center;
  justify-content: center;
}