/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 4.5rem;
  padding-bottom: 0rem;
  color: rgb(var(--bs-tertiary-color-rgb));
}

/* Extra starke Ueberschrift */

.custom-h1 {
  font-weight: 700; /* Verwenden Sie einen höheren Wert, um die Schrift fetter zu machen */
  font-size: 4rem; /* Ändern Sie diesen Wert nach Bedarf */
}

.custom-h2 {
  font-weight: 900; /* Verwenden Sie einen höheren Wert, um die Schrift fetter zu machen */
  font-size: 2rem; /* Ändern Sie diesen Wert nach Bedarf */
}

/* halb durchsichtiges Div */

.semi-transparent {
  background-color: rgba(0, 0, 0, 0.4); /* Schwarz mit 50% Deckkraft */
  padding: 20px;
  color: white; /* Textfarbe, um sicherzustellen, dass der Text lesbar bleibt */
}

.glassmorphism-dark {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 40px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

/* CUSTOMIZE THE CARDS
-------------------------------------------------- */
.card-min-height {
  min-height: 220px; /* Ändern Sie diesen Wert nach Bedarf */
}

.car-img-position {
  display: flex;
  justify-content: center; /* Horizontal zentrieren */
/*  border: 1px solid #ccc;  Optional: zur Verdeutlichung des Containers */
}

.card-text-min-height {
  min-height: 80px; /* Ändern Sie diesen Wert nach Bedarf */
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */

/* MARKETING CONTENT
-------------------------------------------------- */
.custommap {
  min-height: 20rem;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media(min-width: 768px) {
    .news-input {
        width: 50%;
    }
    .carousel-item {
      height: 32rem;
}
}

@media (min-width: 576px) {
    .card-min-width {
    min-width: 320px; /* Ändern Sie diesen Wert nach Bedarf */
  }

}

@media(max-width: 768px) {
    .news-input {
        width: 50%;
    }
    .custom-h1 {
      font-weight: 500; /* Verwenden Sie einen höheren Wert, um die Schrift fetter zu machen */
      font-size: 2rem; /* Ändern Sie diesen Wert nach Bedarf */
    }
    .glassmorphism-dark {
      padding: 0.3rem;
    }
}