figure {
  margin: 10px !important;
  padding: 0 !important;
}

/* Modals */
@media (min-width: 991px) {

  .cardbox {
    background-color: rgb(255, 255, 255);
    padding: 5px 10px 5px 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 20px -2px, rgba(0, 0, 0, 0.3) 0px 3px 20px -3px;
  }

  .padded {
    padding: 10px 10px 10px 10px !important;
  }

  .wrapper {
    background: url("/images/bg-large.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh);
  }
  .wrapper-2 {
    height: calc(100vh);
  }

  .offer-wrapper {
    padding-top: 120px;
  }
  .form-heading {
    margin-bottom: 150px;
  }

  .form-heading {
    margin-top: 50px;
  }

  .form-heading-sub {
    margin-top: 100px;
  }

  .mailer {
    padding-top: 100px;
  }
}

.form-heading {
  margin-top: 25px;
  margin-bottom: 80px;
}

.form-heading-sub {
  margin-top: 25px;
  margin-bottom: 45px;
}

.hiddenfield {
  position: absolute;
  left: -2500px;
}

.confirm-btn {
  margin-bottom: 65px;
}

/* nav & banner */

nav {
  box-shadow: none;
}

.hero-background,
.service {
  background-attachment: fixed;
  background-size: cover;
}

.page-footer {
  font-size: 16px;
}
p {
  text-align: justify !important;
}
#index-banner {
  padding-top: 0 !important;
}
.header {
  margin-top: -30px !important;
  margin-bottom: 10px !important;
}
.nav-wrapper a {
  font-size: 100%;
  font-kerning: auto;
  padding-left: 20px;
}
.nav-wrapper i {
  padding-right: 5px;
  font-size: 90%;
}
.hero-background {
  background-image: url(/images/home-hero.jpg);
  height: 70vh;
}

.hero-background-angebot {
  background-image: url(/images/home-hero.jpg);
  height: 100vh;
}

#nav-style {
  background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 980px) {
  #nav-style a:hover {
    color: red;
  }
}

@media (min-width: 980px) {
  #nav-style a:hover {
    box-shadow: 0px -2px 0px #b71c1c inset;
  }
}

/* stuff */
.actions-box {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px;
  height: 700px;
}
.actions-box h5 {
  margin-top: -40px;
}
#r-code {
  margin: 0 0 40px;
  color: red;
}
.modal {
  height: 250px;
  width: 200px;
  z-index: 50;
  display: block;
  background-color: orchid;
}
.mobile-logo,
.service {
  width: 100%;
  margin-bottom: 40px !important;
}
#sendFormData {
  background-color: #000 !important;
}
#sendFormData:hover {
  background-color: #25a699 !important;
}

@media (max-width: 420px) {
  #ablauf {
    margin-top: 15px;
  }
}

.content-indicator {
  margin-bottom: 30px;
}
.subfooter p {
  text-align: left !important;
}
.subfooter {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
.service {
  z-index: 100;
  height: 350px;
  background-image: url(/images/home-separator.jpeg);
  margin-bottom: 100px;
}
.helper,
.redish {
  margin-bottom: 20px;
}
.pageend {
  color: #fff !important;
  font-size: 14px !important;
}
.decorated li {
  font-size: 1.2rem;
  text-align: center;
}
.redish {
  color: #c30 !important;
}
.helper {
  text-align: center;
  margin-top: -20px;
}
.mobile-header {
  font-size: 1.4rem;
}

.introduction::after {
  content: "";
  display: inline-block;
  width: 80px !important;
  height: 90px !important;
  background-image: url("/images/whatsapp.png");
  background-repeat: no-repeat;
}

.home-fill {
  background-image: url("/images/champagne-filler.jpg");
  background-repeat: no-repeat;
  height: 800px;
}

@media (max-width: 991px) {
  .home-fill {
    background-image: url("/images/champagne-filler.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    margin-bottom: 40px;
  }
}

/* Weeding Scenes */

.wedding-hero {
  background-image: url(/images/wedding-0.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.wedding-background-1 {
  height: 450px;
  background-image: url("/images/Wedding-1.png");
  background-repeat: no-repeat;
}

.wedding-background-2 {
  height: 450px;
  background-image: url("/images/Wedding-2.png");
  background-repeat: no-repeat;
}

.wedding-background-3 {
  height: 400px;
  background-size: contain;
  background-image: url("/images/gallery/p2d_2022_img10.jpg");
  background-repeat: no-repeat;
}

.technik-background-1 {
  height: 400px;
  background-size: contain;
  background-image: url("/images/gallery/p2d_2022_img7.jpg");
  background-repeat: no-repeat;
}

.technik-background-2 {
  height: 400px;
  background-size: contain;
  background-image: url("/images/gallery/p2d_2022_img11.jpg");
  background-repeat: no-repeat;
}

/* Birthday Scenes */

.birthday-hero {
  background-image: url("/images/birthday.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 60%;
  background-attachment: fixed;
}

.birthday-background-1 {
  height: 450px;
  background-image: url("/images/birthday.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.birthday-background-2 {
  height: 450px;
  background-image: url("/images/birthday-2.jpeg");
  background-repeat: no-repeat;
  background-position: 10%;
  background-size: cover;
}

/* Karneval Scenes */

.karneval-background-1 {
  height: 563px !important;
  border-radius: 30px;
  background-image: url("/images/karneval-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.karneval-background-2 {
  height: 563px;
  border-radius: 30px;
  background-image: url("/images/karneval-2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.karneval-background-3 {
  height: 563px !important;
  border-radius: 30px;
  background-image: url("/images/karneval-3.png");
  background-repeat: no-repeat;
  background-size: cover;
}
/* button */

.fade-btn {
  background-color: #b71c1c !important;
  margin-bottom: 10px;
}

.fade-btn:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background-color: #d82c2c !important;
}

/* contact steps */

.offer {
  margin-bottom: 25px;
}

.hides {
  z-index: -10000 !important;
}

/* angebot funnel */

#offer-card-bg {
  background-color: #E6E6E6;
}

#location-image, #offer-image {
  height: 300px !important;
  background-size: cover;
}

.card {
  min-height: 60vh;
}