.body {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-preview {
  text-align: center;
  letter-spacing: -3px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
}

.ps-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ps-header-inner {
  justify-content: space-between;
  width: 1000px;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.ps-header-logo {
  height: 40px;
}

.ps-header-cta-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ps-hcb-p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.sm-l1-body {
  font-family: PT Sans, sans-serif;
}

.button {
  cursor: pointer;
  background-color: #ec3838;
  border-radius: 5px;
  padding-top: .75em;
  padding-bottom: .75em;
  font-size: 18px;
  line-height: 100%;
  transition: all .4s;
}

.button:hover {
  background-color: #b11010;
}

.ps-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ps-content-inner {
  width: 900px;
  padding-top: 3em;
}

.breadcrumbs {
  color: #a3a3a3;
}

.ps-main-heading {
  border-bottom: 1px solid #0000001a;
  padding-bottom: 1em;
}

.about-article {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.about-article-p {
  color: #969696;
  margin-bottom: 0;
}

.stats-box {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.stats-icon {
  height: 10px;
  margin-right: 5px;
}

.ps-img-f-width {
  width: 100%;
  margin-bottom: 2em;
}

.ps-p {
  margin-bottom: 1.5em;
  font-size: 20px;
  line-height: 150%;
}

.rate-box {
  margin-bottom: 2em;
}

.rate-row {
  display: flex;
}

.rate-cell {
  border: 1px solid #0000001a;
  width: 50%;
  padding: 1em;
}

.rate-p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 120%;
}

.rate-p.heading {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 150%;
}

.ps-cta-btn {
  text-align: center;
  background-color: #ec3838;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 1em;
  padding: .75em 2em;
  font-size: 20px;
  line-height: 100%;
}

.ps-h2 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.ps-h2.ta-c {
  text-align: center;
}

.sm-testimonials {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  display: flex;
}

.sm-testimonial {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sm-testimonial-head {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.smt-about-author {
  flex-flow: column;
  display: flex;
}

.smtpi-icon {
  width: 20px;
  height: 20px;
}

.smt-profile-img {
  background-color: #00e096;
  border-radius: 100px;
  padding: 15px;
}

.smt-author-name {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.smt-about-testimonial {
  color: #979797;
  margin-bottom: 0;
  font-size: 12px;
}

.testimonial-body {
  background-color: #f3f3f3;
  border: 1px solid #0000001a;
  border-radius: 15px;
  margin-top: 1em;
  padding: 1.5em;
}

.sm-testimonial-p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.ps-footer {
  background-color: #eee;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.ps-footer-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 900px;
  display: flex;
}

.sm-footer-p {
  color: #999;
  text-align: center;
  margin-bottom: 5px;
}

.footer-links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.sm-footer-link {
  color: #999;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
}

.footnote-links {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: center;
  flex-flow: column;
  margin-top: 1em;
  display: flex;
}

.footnote-link {
  color: #999;
  font-size: 10px;
  line-height: 100%;
  text-decoration: none;
}

.sm-article-divider {
  background-color: #229200;
  width: 30%;
  height: 3px;
  margin: 2em auto;
}

.sm-l2-body {
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.sm-l2-header-inner {
  width: 1100px;
  padding-top: .5em;
  padding-bottom: 1.5em;
}

.sm-l2-header-logo {
  height: 20px;
}

.sm-l2-header {
  background-color: #fafafa;
  border-bottom: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.sm-l2-advertorial-p {
  color: #acacac;
  text-align: center;
  width: 100%;
}

.sm-l2-content-inner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: flex-start;
  width: 1100px;
  margin-top: 3em;
  display: flex;
}

.sm-l2-article {
  width: 800px;
}

.sm-l2-sidebar {
  border-radius: 15px;
  width: 275px;
  position: sticky;
  top: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px #0003;
}

.sm-l2-heading {
  border-bottom: 1px solid #0000001a;
  padding-bottom: .5em;
}

.sm-l2-about-article {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.sm-l2-author-img {
  border-radius: 100px;
  height: 35px;
}

.sm-l2-posted-by {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 100%;
}

.aa-divider {
  background-color: #000;
  width: 1px;
  height: 30px;
}

.sm-l2-date-of-post {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sm-l2-calendar-icon {
  height: 15px;
  margin-right: .5em;
}

.sm-l2-date-of-post-p {
  color: #a5a5a5;
  margin-bottom: 0;
}

.sm-l2-img-f-width.mb-2em {
  margin-bottom: 2em;
}

.sm-l2-img-f-width.mb-2em.bx-shadow {
  box-shadow: 0 0 10px #0003;
}

.sm-l2-as-seen-on-box {
  border: 1px solid #0000001a;
  border-radius: 15px;
  margin-top: 3em;
  margin-bottom: 1em;
  padding: 2em;
  position: relative;
}

.sm-l2-aso-p {
  background-color: #fff;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%);
}

.sm-l2-aso-logos {
  justify-content: space-between;
  display: flex;
}

.sm-l2-aso-logo {
  height: 25px;
}

.sm-l2-p {
  margin-bottom: 1.5em;
  font-size: 18px;
  line-height: 150%;
}

.sm-l2-p.highlight-yellow {
  background-color: #df0;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.sm-l2-p.mb-0 {
  margin-bottom: 0;
}

.sm-l2-p.yellow-box {
  background-color: #df0;
  padding: 1em;
}

.sm-l2-p.ta-c {
  text-align: center;
}

.sm-l2-p.ta-c.mb-0 {
  text-align: left;
}

.sm-l2-p._w-50 {
  width: 50%;
}

.sm-l2-photo-collage {
  justify-content: space-between;
  margin-bottom: 1.5em;
  display: flex;
}

.sm-l2-photo-collage-item {
  border: 2px solid red;
  border-radius: 15px;
  width: 24%;
  padding: 5px;
}

.sm-l2-floating-img {
  float: right;
  border-radius: 15px;
  margin-bottom: 1em;
  margin-left: 1em;
}

.sm-l2-floating-img.floating-img {
  width: 35%;
}

.sm-l2-h2 {
  border-bottom: 1px solid #000;
  margin-top: 2em;
  margin-bottom: .75em;
  padding-bottom: .5em;
}

.sm-l2-h2.mt-0 {
  margin-top: 0;
}

.sm-l2-list-with-images {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  display: flex;
}

.sm-l2-list-with-images-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid #0000001a;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1em;
  display: flex;
}

.sm-l2-list-with-images-item.no-border {
  border-bottom-width: 0;
  margin-bottom: 1em;
}

.sm-l2-how-it-works {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  margin-bottom: 1em;
  display: flex;
}

.sm-l2-how-it-works-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fefff7;
  border: 1px solid #0000001a;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em;
  display: flex;
}

.sm-l2-hiwi-number {
  color: #8ca200;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.sm-l2-hiwi-p {
  width: 60%;
  font-size: 18px;
  line-height: 150%;
}

.sm-l2-hiwi-img {
  border-radius: 15px;
  margin-left: 2em;
}

.sm-l2-hiwi-img.steps-img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sm-l2-recap-box {
  background-color: #fbffe4;
  background-image: linear-gradient(149deg, #fff 32%, #fbffe4);
  border: 1px solid #000;
  border-radius: 15px;
  margin-bottom: 2em;
  padding: 2em;
  position: relative;
  overflow: hidden;
}

.sm-l2-recap-custom-list {
  flex-flow: column;
  width: 60%;
  display: flex;
}

.sm-l2-recap-custom-list-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.sm-l2-recap-custom-list-checkmark {
  font-size: 21px;
  line-height: 100%;
}

.sm-l2-recap-custom-list-p {
  font-size: 18px;
  line-height: 150%;
}

.sm-l2-recap-img {
  z-index: 99999;
  position: absolute;
  inset: auto -150px -20% auto;
}

.faq-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 15px;
  flex-flow: column;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.faq-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.question-p {
  color: #343434;
  margin-bottom: 0;
  padding-top: 3px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.faq-answer {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-top: 0;
  padding-bottom: 1em;
  display: flex;
  overflow: hidden;
}

.faq-button {
  height: 25px;
}

.answer-p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.answer-p.p-3 {
  color: #343434;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
}

.faq-question {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #343434;
  background-color: #f7f7f7;
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.h3 {
  color: #4b3873;
  font-size: 30px;
  line-height: 100%;
}

.h3.mb-0 {
  color: #343434;
  text-align: center;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  line-height: 100%;
}

.h3.mb-0.pl-0 {
  color: #2c2c2c;
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 26px;
  line-height: 130%;
}

.h3.mb-0.pl-0.produktinfos {
  color: #343434;
  text-align: left;
}

.bold-text-302 {
  color: #343434;
  line-height: 130%;
}

.bold-text-300 {
  color: #343434;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.bold-text-259, .bold-text-315 {
  color: #343434;
  font-size: 18px;
  font-weight: 700;
}

.sm-l2-faq-question {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sm-l2-question-preview {
  border-radius: 100px;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 100%;
}

.sm-l2-question-preview-wrapper {
  background-color: #d0ee00;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: .5em;
  padding: 10px;
  display: flex;
}

.question-p-bold {
  font-size: 24px;
}

.sm-l2-fb-comments {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 2em;
  display: flex;
}

.sm-l2-fb-comment {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sm-l2-fb-comment-avatar {
  border-radius: 100px;
  height: 50px;
}

.sm-l2-fb-comment-text {
  width: 100%;
}

.sm-l2-fb-comment-bubble {
  background-color: #f1f1f1;
  border-radius: 15px;
  padding: 1.5em;
}

.sm-l2-fb-comment-bubble-name {
  font-size: 16px;
  line-height: 100%;
}

.sm-l2-fb-comment-bubble-p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 150%;
}

.sm-l2-fb-comment-text-technical {
  justify-content: space-between;
  align-items: center;
  margin-top: .5em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.sm-l2-fb-comment-text-technical-left {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sm-l2-fb-comment-text-technical-right {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.sm-l2-fb-comment-text-technical-left-p {
  margin-bottom: 0;
  font-weight: 700;
}

.likes-p {
  margin-bottom: 0;
  font-size: 14px;
}

.like-icon {
  border: 1px solid #fff;
  height: 20px;
}

.like-icon.second-icon-overlap {
  z-index: 999999;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: -14px;
  position: relative;
}

.sm-l2-risk-free-box {
  border: 2px solid #0cb800;
  border-radius: 15px;
  margin-bottom: 2em;
  overflow: hidden;
}

.sm-l2-guarantee-top {
  background-color: #d4ffef;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2em 1em 1em;
  display: flex;
  position: relative;
}

.sm-l2-guarantee-bottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 7em 2em 3em;
  display: flex;
}

.sm-l2-guarantee-top-h2 {
  text-align: center;
  margin-top: 0;
}

.guarantee-img {
  background-color: #fff;
  border-radius: 50%;
  height: 150px;
  margin-bottom: -7em;
  padding: 1em;
}

.sm-l2-guarantee-list-li {
  margin-bottom: 1em;
  margin-right: 3em;
}

.sm-l2-guarantee-list-box {
  display: flex;
}

.sm-l2-custom-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.sm-l2-custom-list-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.sm-l2-custom-list-number {
  margin-right: 5em;
  padding-top: 2px;
  font-weight: 700;
}

.sm-l2-custom-list-text {
  margin-bottom: 0;
  margin-left: 2.5em;
  font-size: 18px;
  line-height: 150%;
}

.sm-l2-discount-box {
  margin-bottom: 3em;
  position: relative;
}

.sm-l2-db-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.sm-l2-green-cta-btn {
  text-align: center;
  background-color: #00b890;
  border-radius: 15px;
  width: 100%;
  padding: 1em;
  font-size: 21px;
  line-height: 100%;
  transition: all .4s;
}

.sm-l2-green-cta-btn:hover {
  background-color: #009b79;
  transform: scale(.95);
}

.sm-l2-h2-no-border {
  margin-top: 2em;
  margin-bottom: 1em;
}

.sm-l2-references {
  margin-top: 3em;
}

.sm-l2-references-p {
  color: #9c9c9c;
  line-height: 150%;
}

.sm-l2-footer {
  border-top: 1px solid #0000001a;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 5em;
  display: flex;
}

.sm-l2-footer-inner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1100px;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.sm-l2-footer-links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.sm-l2-footer-link {
  color: #8a8a8a;
  text-decoration: none;
}

.sm-l2-footer-p {
  color: #8a8a8a;
}

.sm-l2-sidebar-inner {
  padding: 2em 1em;
}

.sm-l2-sidebar-inner-heading-p {
  z-index: 999;
  text-align: center;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 100%;
  position: relative;
}

.sm-l2-sidebar-inner-heading-h3 {
  text-align: center;
  line-height: 100%;
}

.sm-l2-sidebar-inner-heading-box {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.sm-l2-sidebar-inner-heading-box-line {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 60%;
}

.sm-l2-sidebar-cta-btn {
  text-align: center;
  background-color: #00b890;
  border-radius: 10px;
  width: 100%;
  margin-top: 1em;
  padding: 1em;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  transition: all .4s;
}

.sm-l2-sidebar-cta-btn:hover {
  background-color: #009b79;
  transform: scale(.95);
}

.sm-l2-stars-rating {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.sm-l2-stars-rating-img {
  height: 15px;
}

.sm-l2-stars-rating-p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 100%;
}

.bold-text-317 {
  font-size: 16px;
  line-height: 100%;
}

.sm-l2-sidebar-average-rating-p {
  text-align: center;
}

.sm-l2-sidebar-rate-box {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  display: flex;
}

.sm-l2-sidebar-rate-box-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sm-l2-sidebar-rate-box-item-stars-amount {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sm-l2-sidebar-rate-box-item-stars-amount-p {
  margin-bottom: 0;
}

.sm-l2-sidebar-rate-box-item-stars-progress {
  background-color: #d6d6d6;
  border-radius: 100px;
  flex: 1;
  min-width: 50%;
  height: 6px;
  position: relative;
}

.sm-l2-sidebar-rate-box-item-stars-progress-actual {
  background-color: #ff9500;
  border-radius: 100px;
  width: 96%;
  height: 6px;
  position: absolute;
}

.sm-l2-sidebar-rate-box-item-stars-progress-actual.s-1 {
  width: 5%;
}

.sm-l2-sidebar-rate-box-item-stars-progress-actual.s-2 {
  width: 8%;
}

.sm-l2-sidebar-rate-box-item-stars-progress-actual.s-3 {
  width: 14%;
}

.sm-l2-sidebar-rate-box-item-stars-progress-actual.s4 {
  width: 91%;
}

.sm-l2-sidebar-rate-box-item-votes-p {
  width: 10%;
  margin-bottom: 0;
}

.img-link {
  width: 100%;
}

.img-link.floating-img {
  float: none;
  clear: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 100%;
  display: block;
}

.img-link.steps-img {
  width: 40%;
}

@media screen and (min-width: 1440px) {
  .faq-item {
    border-radius: 20px;
    padding: 0;
  }

  .faq-wrapper {
    margin-bottom: 2em;
  }

  .question-p {
    font-size: 20px;
  }

  .faq-answer {
    flex-flow: column;
  }

  .faq-button {
    font-family: Merriweather, serif;
    line-height: 20px;
  }

  .answer-p.p-3 {
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .faq-question {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .h3 {
    font-size: 26px;
    line-height: 100%;
  }

  .h3.mb-0 {
    white-space: pre-wrap;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3.mb-0.pl-0 {
    color: #000;
    margin-bottom: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .ps-header-inner {
    width: 100%;
  }

  .ps-content-inner, .ps-footer-inner {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .sm-l2-header-inner {
    width: 900px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .sm-l2-content-inner {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .sm-l2-article {
    width: 100%;
  }

  .sm-l2-sidebar {
    width: 50%;
  }

  .sm-l2-photo-collage {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .sm-l2-photo-collage-item {
    width: 40%;
  }

  .faq-wrapper {
    margin-top: 0;
  }

  .h3.mb-0 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 8px;
    font-size: 18px;
  }

  .h3.mb-0.pl-0 {
    border-left: 5px #bf8034;
    margin-top: 1.5em;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 28px;
  }

  .h3.mb-0.pl-0.produktinfos {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .ps-header-inner {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .ps-header-logo {
    flex: 1 0 auto;
    height: 50px;
  }

  .ps-header-cta-box {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1.5em;
  }

  .sm-l2-header-logo {
    height: 15px;
  }

  .sm-l2-content-inner {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    margin-top: 1em;
  }

  .sm-l2-sidebar {
    width: 80%;
  }

  .sm-l2-as-seen-on-box {
    flex-flow: wrap;
    display: flex;
  }

  .sm-l2-aso-logos {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .sm-l2-p._w-50 {
    width: 100%;
  }

  .sm-l2-photo-collage-item {
    width: 46%;
  }

  .sm-l2-how-it-works-item {
    flex-flow: wrap;
  }

  .sm-l2-hiwi-img {
    width: 100%;
    margin-left: 0;
  }

  .sm-l2-recap-custom-list {
    width: 100%;
  }

  .sm-l2-recap-img {
    position: relative;
    bottom: 0%;
    right: 0;
  }

  .question-p {
    font-size: 24px;
  }

  .faq-button {
    margin-left: 15px;
  }

  .h3.mb-0 {
    text-align: center;
    font-size: 16px;
  }

  .h3.mb-0.pl-0 {
    text-align: left;
  }

  .h3.mb-0.pl-0.produktinfos {
    align-self: flex-start;
  }

  .sm-l2-guarantee-list {
    width: 100%;
    margin-bottom: 0;
  }

  .sm-l2-guarantee-list-box {
    flex-flow: wrap;
  }

  .sm-l2-custom-list {
    width: 100%;
  }

  .sm-l2-db-img {
    margin-top: 2em;
    position: relative;
  }

  .sm-l2-sidebar-inner {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (max-width: 479px) {
  .ps-header-inner {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1em;
    padding-right: 1em;
  }

  .ps-header-logo {
    box-sizing: border-box;
    max-width: none;
  }

  .ps-header-cta-box {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .ps-hcb-p, .button {
    font-size: 16px;
  }

  .ps-content-inner {
    padding-top: 1.5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .ps-main-heading {
    padding-bottom: .5em;
    font-size: 32px;
    line-height: 110%;
  }

  .about-article {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ps-p {
    font-size: 18px;
  }

  .rate-p {
    font-size: 16px;
  }

  .rate-p.heading {
    font-size: 18px;
  }

  .ps-ul {
    padding-left: 25px;
  }

  .ps-cta-btn {
    font-size: 18px;
  }

  .ps-h2 {
    font-size: 28px;
    line-height: 100%;
  }

  .sm-testimonial-p {
    font-size: 18px;
  }

  .ps-footer-inner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footnote-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .sm-l2-content, .sm-l2-content-inner, .sm-l2-sidebar {
    width: 100%;
  }

  .sm-l2-heading {
    font-size: 28px;
    line-height: 100%;
  }

  .sm-l2-about-article {
    flex-flow: column;
  }

  .sm-l2-posted-by {
    font-size: 12px;
  }

  .aa-divider {
    display: none;
  }

  .sm-l2-date-of-post-p {
    font-size: 12px;
  }

  .sm-l2-as-seen-on-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .sm-l2-aso-p {
    font-size: 14px;
  }

  .sm-l2-aso-logo {
    height: 15px;
  }

  .sm-l2-photo-collage {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .sm-l2-photo-collage-item {
    width: 100%;
  }

  .sm-l2-h2 {
    font-size: 24px;
    line-height: 100%;
  }

  .sm-l2-list-with-images-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sm-l2-how-it-works-item, .sm-l2-recap-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .sm-l2-recap-custom-list-item {
    flex-flow: column;
  }

  .faq-item {
    border-radius: 10px;
    padding: 0;
  }

  .faq-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    margin-top: 0;
  }

  .question-p {
    word-break: normal;
    align-self: center;
    width: 100%;
    padding-top: 0;
    font-size: 14px;
  }

  .faq-button {
    vertical-align: baseline;
    align-self: flex-end;
  }

  .answer-p.p-3 {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 300;
  }

  .faq-question {
    background-color: #f7f7f7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 15px 8px;
  }

  .h3 {
    color: #000;
  }

  .h3.mb-0.pl-0 {
    color: #2c2c2c;
    text-align: left;
    border-left: 3px #bf8034;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 20px;
    line-height: 130%;
  }

  .h3.mb-0.pl-0.produktinfos {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .bold-text-300, .bold-text-259, .bold-text-315 {
    font-size: 16px;
  }

  .sm-l2-faq-question {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sm-l2-fb-comment {
    flex-flow: column;
  }

  .sm-l2-guarantee-bottom {
    padding-left: 1em;
    padding-right: 1em;
  }
}


