body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.gigabit-online {
  color: #c8aa22;
  border-color: #c8aa22 !important;
}

.bg-gray {
  background-color: #f3f3fe;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
  background-color: #c8aa22;
  border-color: #c8aa22;
}

.ihre-vorteile {
  border: 0px;
  border-radius: 10px;
}
.ihre-vorteile-card-header {
  text-align: center;
  background-color: #fff;
  font-weight: 600;
  border: 0px;
  border-radius: 10px !important;
  color: #c8aa22;
}

.ihre-vorteile::after {
  content: "";
  display: block;
  background-color: #c8aa22;
  opacity: 0.9;
  border-radius: 10px;
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: calc(100% - 10px);
  height: calc(100% - 20px);
  z-index: -1;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.form-check-input:checked {
  background-color: #c8aa22;
  border-color: #c8aa22;
}

.form-check-input:focus,
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  border-color: #c8aa22;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(200 170 34/ 50%) !important;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #c8aa22;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(200 170 35/ 50%) !important;
}

.consent {
  font-size: 10px;
  color: white;
}

ul.offer {
  list-style: none; /* Remove default bullets */
}

ul.offer li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #c8aa22; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.hero-img {
  background-color: #000;
  background: linear-gradient(rgba(70, 59, 12, 0.8), rgba(0, 0, 0, 1)),
    url("../img/banner.webp");

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.danke-img {
  background-color: #000;
  background: linear-gradient(rgba(70, 59, 12, 0.8), rgba(0, 0, 0, 1)),
    url("../img/banner.webp");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

input[type="text"] {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  backdrop-filter: blur(5px);
}

input[type="text"]:focus {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  backdrop-filter: blur(5px);
}

input[type="text"]::placeholder {
  color: #21252977;
}

.modal-body .row {
  padding-bottom: 16px;
}

.navbar-step {
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  margin-right: 7px;
  padding: 0;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: inline-block;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
}

.hero-small {
  font-size: 28px;
}

/* .hero-left-text {
  line-height: 200%;
  font-size: xx-large;
} */

.amazon-gift-card {
  box-shadow: 0px 0px 25px #c8aa22;
  border-radius: 25px;
}

.form-wrapper {
  max-width: 500px;
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  .hero-left-text {
    line-height: 200%;
    font-size: medium;
  }
  .hero-title {
    font-size: medium;
    margin-top: 24px;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 0px) {
  .hero-left-text {
    line-height: 200%;
    font-size: large;
  }
  .hero-title {
    font-size: 22px;
    margin-top: 16px;
  }
  .header-slogan {
    font-size: x-small;
    margin-top: 16px;
  }
  .amazon-gift-card {
    margin-bottom: 32px;
  }
}

@media (min-width: 576px) {
  .hero-left-text {
    line-height: 200%;
    font-size: x-large;
  }
  .hero-title {
    font-size: xx-large;
    margin-top: 16px;
  }
  .header-slogan {
    font-size: small;
    margin-top: 16px;
  }
  .amazon-gift-card {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .hero-left-text {
    line-height: 200%;
    font-size: medium;
  }
  .hero-title {
    font-size: xx-large;
    margin-top: 0px;
  }
  .header-slogan {
    margin-top: 0px;
  }
  .amazon-gift-card {
    margin-bottom: 32px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .hero-left-text {
    line-height: 200%;
    font-size: xx-large;
  }
  .hero-title {
    font-size: 20px;
  }
  .amazon-gift-card {
    margin-bottom: 0px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  h1 {
    font-size: 3rem;
  } /*1rem = 16px*/

  .hero-title {
    font-size: 26px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1500px) {
  h1 {
    font-size: 3rem;
  } /*1rem = 16px*/

  .hero-title {
    font-size: 32px;
  }
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper-wrapper {
  /* now pagination is below slides */
  margin-bottom: 3em;
}

.swiper-slide {
  text-align: center;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
  color: #c8aa22 !important;
}

.swiper-pagination-bullet-active {
  background-color: #c8aa22 !important;
}

.border-gigabit {
  border-color: #c8aa22 !important;
}

.star {
  color: #c8aa22;
  font-size: 20px;
}

.star-wrapper {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #c8aa22;
  line-height: 0;
  margin: 10px 0 20px;
}

.star-wrapper .star {
  background: #fff;
  padding: 0 10px;
}

.card-footer.referenzen {
  border-top: 1px solid #c8aa22 !important;
}

#Zu-den-Anbietern-Providern {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.logo-wrapper {
  min-height: 150px;
}

.grecaptcha-badge {
  z-index: 999;
}
