.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.footer_200_banner {
  background-image: url(../../assets/img/footer_banner_small_bg.webp);
  background-repeat: no-repeat;
}

.footer_banner_h1 {
  font-family: 'Lato';
  font-size: 10vw;
}

.haupt_container {
  border-radius: 4px;
  border: 3px outset #446084;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Lato';
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .footer_banner_h1 {
    font-family: 'Lato';
    font-size: 7vw;
  }
}

.dna_container {
  background-image: url("../../assets/img/schmetterling/dns/dna_bg_01.webp");
  background-position: left center;
  /*background-position: center;*/
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
}

.dna_container_heading {
  color: #ffffff;
  /*font-size: clamp(3vw, 2vw, 3vw);*/
  background-color: rgba(0, 0, 128, 0.5);
}

.dna_container_text {
  color: white;
  font-size: clamp(14px, 2vw, 16px);
  background-color: rgba(0,0,0,0.40);
}

.dna_section {
  height: 100%;
}

.dna_button {
}

.ampel-bg {
  animation: ampelFocus 10s linear infinite;
  transition: background-color 0.5s ease;
  /*padding: 20px;*/
  /*border-radius: 15px;*/
  color: white;
}

.test_reihenfolge_heading {
  font-size: clamp(0.8rem, 3vw, 1rem);
  hyphens: auto;
}

.test_reihenfolge_paragraph {
  font-size: 0.9em;
  hyphens: auto;
  text-align: justify;
}

.div_nutrition {
  background: linear-gradient(rgba(0,123,255,0.2), rgba(0,123,255,0.2)), url("https://cdn.bootstrapstudio.io/placeholders/1400x800.png") center / cover;
}

.hero_nutrition {
  height: 600px;
  background-image: url("../../assets/img/schmetterling/dns/woman-holding-slice-cucumber.webp");
  background-position: center;
  background-size: cover;
  z-index: 99999;
}

.heading_nutrition {
  color: white;
}

.dna_nutrition_hero {
  background-image: url(../../assets/img/schmetterling/dns/woman-holding-slice-cucumber.webp) !important;
}

.dna_nutrition_heading {
  color: #edff18;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}

.dna_nutrition_paragraph {
  color: white;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.25);
  padding: 0.5em;
  border-radius: 12px;
}

.big_bg {
  background-image: url("../../assets/img/schmetterling/dns/nutri01.webp");
  /*background-size: contain;*/
  background-repeat: no-repeat;
  object-fit: scale-down;
  display: block;
}

.nutri_heading {
  font-family: 'Lato';
}

.nutri_komplettpaket {
  background-color: #db5535;
}

.text-justify {
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.footer_background {
  background: linear-gradient(180deg, #822700 0%, #611d00 100%);
  padding: 3rem 0;
}

.footer_schmetterling {
}

img {
  width: 200px;
  height: auto;
}

.footer_heading {
  font-size: 1em;
  font-weight: bold;
  color: rgb(227, 82, 5);
}

.footer_copyright {
  font-size: 0.85em;
}

.footer_text {
  font-size: 0.9em;
}

.dna_nutrition_hero, .dna_reaction_hero, .dna_shape_hero {
  height: 600px;
  background-position: center;
  background-size: cover !important;
  z-index: 999;
}

.dna_shape_hero {
  background-image: url("../../assets/img/schmetterling/dns/2slim-beautiful-woman-silhouette-doing-sports-morning-park-doing-yoga.webp") !important;
}

.dna_nutrition_heading, .dna_reaction_heading, .dna_shape_heading {
  /*text-align: justify;*/
  /*hyphens: auto;*/
  /*-webkit-hyphens: auto;*/
  /*text-align: justify;*/
}

.dna_shape_heading {
  color: #fff505;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}

.dna_reaction_hero {
  background-image: url("../../assets/img/schmetterling/dns/woman-s-hand-pours-medicine-pills-out-bottle.webp") !important;
}

.dna_reaction_heading {
  color: red;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}

