
.stickyFooter .ce-row:first-child img {
  max-width: 200px;
  margin: 20px 0px 30px 10px;
}

@media (max-width: 1700px) {
   .stickyFooter {
     display: initial;
   }
}


.imgheader {
  background-image: url('https://img.boersenverlag.de/dienste/aktien-ausblick/landingpage/variante34/header.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.groupheader-logo-bv .groupheader-logo {
  filter: grayscale(0%) brightness(100%);
  opacity: 1;
}

.logo-button {
  width: 100px;
  position: absolute;
  left: -50px;
  top: -50px;
}

.content h1,
.content h2 {
  color: #00498a;
  font-size: 30px;
  text-align: left;
  font-weight: 600;
}

.content h3 {
  color: #00498a;
  font-weight: 600;
}

.content ul {
  margin-top: 20px;
  margin-bottom: 20px !important;
}

.content li {
  color: #00498a;
  font-weight: 700;
  list-style: disclosure-closed;
}

.input-custom {
  height: 2.5rem;
  border: 1px solid lightgray;
  padding: 1.5rem 1rem;
  width: 100%;
  margin: 5px 0px;
}

.btn-custom,
.btn-custom:hover,
.btn-custom:active,
.btn-custom:focus {
  background-color: #00498a;
  border-color: #00498a;
  border-radius: unset;
  color: white;
  width: 100%;
  margin: 5px 0px;
}

.aa_einwilligung {
  font-size: 0.6em;
  line-height: 1.5;
}

.trustbuttons {
  display: flex;
  justify-content: space-around;
}

.footer-end img {
  width: 110px;
}

.footer h3 {
  font-size: 16px;
  line-height: 19px;
  color: #2f2f2f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.28px;
  margin: 15px 0px;
}

.footer a {
  font-size: 15px;
  line-height: 24px;
  color: #979797;
  text-decoration: none;
}

.footer-aa {
  display: none;
}

.footer-group-logo {
  top: -155px;
}

.investmentalternativen .wrapper-logos {
  display: flex;
}

.investmentalternativen .wrapper-logo {
  width: 150px;
  flex-shrink: 0;
}

.investmentalternativen .logo-button {
  width: 70px;
  position: absolute;
  left: -35px;
  top: -20px;
}

.investmentalternativen .logo-caption {
  white-space: nowrap;
  text-align: center;
  font-size: 0.9em;
  font-weight: 600;
  margin-top: 5px;
}

.investmentalternativen .slogan {
  font-size: 1.2em;
}

.investmentalternativen .wrapper {
  padding: 20px 0px 10px 0px;
  display: flex;
  gap: 25px;
  align-items: center;
}

.investmentalternativen .wrapper-logo img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .investmentalternativen .wrapper {
    flex-direction: column;
  }

  .investmentalternativen .headerbild {
    display: none;
  }

  .investmentalternativen .slogan {
    text-align: center;
  }
}