body {
  color: #612429;
  font-family: "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 500;
}

.logo {
  height: 50px;
}

.headline {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.subheadline {
  font-size: 1.2rem;
  margin-bottom: 80px;
}

@media (min-width: 567px) {
  .headline {
    font-size: 2.5rem;
  }
  .subheadline {
    font-size: 1.6rem;
  }
  .logo {
    height: 100px;
  }
}

nav {
  padding: 12px 0;
}
.logo-text {
  display: inline-block;
  vertical-align: middle;
  margin: .5em;
  max-width: 130px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1em;
  color: #612429;
  word-break: break-word;
}

.hero {
  text-align: center;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  background-image: url("hero-bg-sm.jpg");
}

.overlay {
  background: rgba(255,255,255,0.8);
  padding: 40px 20px;
}

.hero__headline {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

@media (min-width: 567px) {
  .hero {
    background-image: url("hero-bg.jpg");
    text-align: left;
  }
  
  .hero__headline {
    font-size: 2.1rem;
    margin-bottom: 30px;
    max-width: 470px;
  }
  .overlay {
    padding: 40px 30px;
  }
}

@media (min-width: 821px) {
  .hero__headline {
    font-size: 2.5rem;
    margin-bottom: 30px;
    max-width: 470px;
  }
  .overlay {
    padding: 40px;
  }
}

@media (min-width: 1700px) {
  .hero {
    padding: 130px 0;
  }
}

.hero__subheadline {
  font-size: 20px;
  margin-bottom: 28px;
}
.hero__description {
  font-size: 20px;
  margin-bottom: 38px;
}
.cta {
  color: #612429;
  background-color: #c5d65b;
  border-radius: 28px;
  padding: 10px 28px;
  display: inline-block;
}
.cta:hover {
  color: #612429;
  text-decoration: none;
}

.promise {
  padding: 100px 0;
}
.accordion {
  padding: 16px;
  background: white;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding-right: 60px;
  font-size: 20px;
}
.arrow {
  position: absolute;
  top: 24px;
  right: 24px;
  height: 14px;
}

.arrow--flipped {
  transform: rotate(180deg);
}
.pricing {
  background-image: url("bg-sm.jpg");
  background-size: cover;
  background-position: center center;
  padding: 80px 0;
  text-align: center;
}
.pricing__overlay {
  background-color: rgba(221, 230, 147, 0.8);
  padding: 60px 40px 80px;
  font-size: 20px;
}
.pricing__list-item {
  margin-top: 32px;
}
@media (min-width: 567px) {
  .pricing {
    background-image: url("claudia-freimuth-1024x512.jpg");
    text-align: left;
  }
}
.bubble {
  border-radius: 50%;
  background-color: rgba(221, 230, 147, 0.6);
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 30px;
}
.bubble__number {
  position: absolute;
  top: 27%;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}
.bubble__text {
  position: absolute;
  top: 37%;
  width: 100%;
  padding: 0 30px;
  font-size: 16px;
}
@media (min-width: 567px) {
  .bubble__number {
    position: absolute;
    top: 30%;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
  }
  .bubble__text {
    position: absolute;
    top: 40%;
    width: 100%;
    padding: 0 30px;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .bubble__number {
    position: absolute;
    top: 30%;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
  }
  .bubble__text {
    position: absolute;
    top: 40%;
    width: 100%;
    padding: 0 30px;
    font-size: 20px;
  }
}

.act-now {
  padding: 50px 0 30px;
  background-color: rgba(221, 230, 147, 0.8);
  text-align: center;
}
.act-now__headline {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.act-now__cta {
  display: inline-block;
  color: #612429;
  background-color: white;
  padding: 20px 30px;
  border-radius: 40px;
  font-weight: bold;
  font-size: 20px;
}
.act-now__cta:hover {
  color: #612429;
  text-decoration: none;
}
.act-now__text {
  margin: 30px 0 0;
  font-weight: bold;
}
@media (min-width: 567px) {
  .act-now {
    text-align: left;
  }
  .act-now__headline {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.follow-up {
  background-color: #612429;
  color: white;
  padding: 24px 0;
  text-align: center;
}
.testimonials {
  padding: 100px 0;
  text-align: center;
}
.testimonials__image {
  border-radius: 50%;
  width: 100%;
  padding: 30px 30px 0;
}

@media (min-width: 567px) {
  .follow-up {
    text-align: left;
  }
  .testimonials {
    text-align: left;
  }
  .testimonials__image {
    border-radius: 50%;
    width: 100%;
    padding: 0px;
  }
  .testimonial-1 {
    margin-top: 48px;
  }
  .testimonial-2 {
    margin-top: 28px;
  }
}

.arrow-button {
  background-color: #c5d65b;
  padding: 1.2em;
  color: #fff;
  font-weight: 400;
  position: relative;
  padding-left: 4em;
  display: inline-block;
  margin-bottom: 20px;
}

.arrow-button:before {
  content: '';
  background-image: url(arrow-right-circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  position: absolute;
  top: .8em;
  left: .9em;
}

.arrow-button:hover {
  color: #290f11;
  text-decoration: underline;
}

footer {
  background-color: #612429;
  padding: 20px 0;
  color: white;
  text-align: center;
  margin-top: 50px
}
.footer-link {
  color: white;
}
.footer-link:hover {
  color: white;
}

.payment-description {
  margin-top: 50px;
  font-size: 18px;
}