
:root {
  --lachs: #FB5F6D;
  --lila: #902E67;
  --tuerkis: #21BCB7;
  --orange1: #C7580A;
  --orange2: #DC7C15;
}

body {
  padding: 0;
  margin: 0;
  background: #f9f9f9;
}

.vh-100 {
    height: 100vh;
}

.vh-90 {
    height: 100vh;
}
.vh-80 {
    height: 80vh;
}

.hero {
    background-image: url('../images/1.jpg');
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-video-container {
    height: 100vh;
}

.hero-video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    z-index: 2;
}

.section-steps {
    margin: 0 auto;
    width: 70%;
    padding: 15px;box-sizing: border-box;
}

.stepsContainer {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
}

.step {
    flex: 0 1 calc(50% - 2em);
    margin-top: 20px;
    text-align: center;
}

.bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-social {
    padding-left: 4rem;
    padding-right: 4rem;
}

.btn-laedchen {
  color: #fff;
  background-color: #C7580A;
  border-color: #C7580A;
}
.btn-laedchen:hover {
  color: #fff;
  background-color: #DC7C15;
  border-color: #DC7C15;
}
       
.product-box {
    background-image: url(../images/laedchen/background_lilis_laedchen_rapportfähig_2.JPG); 
    background-size: cover;
}

@media only screen and (max-width: 600px) {
  
.navbar-social {
    padding-left: 0rem;
    padding-right: 0rem;
    flex-direction: row !important;
}

.kontakt-container {
    text-align: left !important;
}

.product-box {
    background-image: url(../images/laedchen/background_lilis_laedchen_rapportfähig_vertikal.JPG); 
    background-size: cover;
}

}