
.btn-inline:hover{
  background: #af1c2a!important;
  border-color: #af1c2a!important;
}
.gallerie-imagebox{
  left:15%!important;
  width: 70%!important;
  height:500px!important;
}
.gallerie-imagebox .gallerie-image{
  width: 100%!important;
  height:500px!important;
  object-fit: cover;
}
.btnDefault{
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
.form-control{
  text-transform: none!important;
}
.header-logo img {
  width: auto;
  height: 50px;
}
.inputDefault{
  background: #fff;
  border-radius: 5px;
}
.banner-part {
  background-repeat: no-repeat;
  background-position: center!important;
  background-size: cover;
  position: relative;
  height: 400px;
  z-index: 1;
}

.banner-part::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0));
  z-index: -1;
}

.banner-content {
  text-align: center;
}

.banner-content h1 {
  color: var(--white);
  margin-bottom: 20px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}

.banner-content p {
  width: 600px;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto 45px;
  color: var(--white);
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .banner-part {
    padding: 60px 0px 145px;
  }
  .banner-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .banner-content p {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-part {
    padding: 80px 0px 175px;
  }
}
