.mv-preise {
  --mv-preise-columns: 3;
  --mv-preise-effective-columns: 3;
  --mv-preise-inner-max-width: 100%;
  --mv-preise-card-bg: #ffffff;
  --mv-preise-card-border: #ccd9eb;
  --mv-preise-button-bg: #ff7a14;
  --mv-preise-button-text: #ffffff;
  padding: 60px 0;
}

.mv-preise__inner {
  max-width: var(--mv-preise-inner-max-width);
  margin: 0 auto;
}

.mv-preise__section-headline {
  margin: 0;
  text-align: center;
  color: #023e84;
  font-family: 'Cairo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 700;
font-size: 36px;
line-height: 45px;
}

.mv-preise__section-subline {
  margin: 10px auto 28px;
  max-width: 760px;
  text-align: center;
  color: #6a7282;
  font-weight: 400;
font-size: 16px;
line-height: 25.600000381469727px;
}

.mv-preise__grid {
  display: grid;
  grid-template-columns: repeat(var(--mv-preise-effective-columns), minmax(0, 1fr));
  gap: 24px;
  margin-top:48px
}

.mv-preise__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px 24px;
  background: var(--mv-preise-card-bg);

  border-radius: 16px;
 box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.1);

}

.mv-preise__eyebrow-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mv-preise__eyebrow-icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid #d5dfed;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: none;
}

.mv-preise__eyebrow-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mv-preise__eyebrow {
  margin: 0;
  color: #023e84;
  font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}

.mv-preise__headline {
  margin: 0;
  color: #023e84;
  font-family: 'Cairo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

.mv-preise__body-text,
.mv-preise__body-list {
  margin: 0;
  color: #25466b;
  font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;height: 150px;margin: 16px 0;
}

.mv-preise__body-list {
  padding-left: 20px;height: 150px;
  margin: 16px 0;
  
}
.hellblauer_hintergrund {
	background-color: #eff4fa;
	padding-top:80px;
	padding-bottom:80px;
}

@media (max-width: 1200px) {
.hellblauer_hintergrund {
	padding-top:50px;
	padding-bottom:50px;
}
}
@media (max-width: 992px) {
.hellblauer_hintergrund {
	padding-top:40px;
	padding-bottom:40px;
}
}
.mv-preise__body-list li {
  font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: left;
list-style: none;
  margin-bottom: 12px;
}

.mv-preise__body-list li:before {
    content: " " !important;
    background-image: url(https://www.meinverein.de/wp-content/themes/meinverein-2023/img/icons_2022/check-solid.svg);
    margin-left: -23px;
    background-size: 20px;
    display: inline-block;
    background-position: left;
    height: 21px;
    width: 21px;
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-right: 5px;
}

.mv-preise__body-list li + li {
  margin-top: 6px;
  font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: left;
}

.mv-preise__price {
  margin: 6px 0 0;
  color: #023e84;
  font-family: 'Cairo', sans-serif;
  font-style: normal;
  font-weight: 700;
font-family: Cairo;
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 10px;
text-align: left;
}

.mv-preise__price-subline {
  margin: 0;

  color: #6A7282;
font-family: "Source Sans Pro";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 21px; /* 150% */
}

.mv-preise__button {
  margin-top: auto;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding: 11px 18px;
  border-radius: 7px;
  background: var(--mv-preise-button-bg);
  color: var(--mv-preise-button-text) !important;
  text-decoration: none;
  font-family: 'cairo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.mv-preise__button:hover,
.mv-preise__button:focus-visible {
  color: var(--mv-preise-button-text);
  text-decoration: none;
  filter: brightness(0.95);
}

@media (max-width: 1120px) {
  .mv-preise__grid {
    grid-template-columns: repeat(min(2, var(--mv-preise-effective-columns)), minmax(0, 1fr));
  }
}

@media (max-width: 740px) {
  .mv-preise__grid {
    grid-template-columns: 1fr;
  }

  .mv-preise__card {
    padding: 22px 18px;
  }

  .mv-preise__price {
    font-size: 34px;
    line-height: 40px;
  }

  .mv-preise__section-headline {
    font-size: 28px;
    line-height: 34px;
  }
}
