@charset "UTF-8";
html {
  font-size: 10px;
  background-color: #fff;
}

body {
  margin: 0;
  font-family: "Noto Sans", "Helvetica", "sans-serif";
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 2000px) {
  .site-container {
    max-width: 110rem;
    margin: auto;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1999px) and (min-width: 1750px) {
  .site-container {
    margin: 0 40rem;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1749px) and (min-width: 1650px) {
  .site-container {
    margin: 0 30rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1649px) and (min-width: 1450px) {
  .site-container {
    margin: 0 25rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1449px) and (min-width: 1200px) {
  .site-container {
    margin: 0 20rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 770px) {
  .site-container {
    margin: 0 5rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 769px) {
  .site-container {
    margin: 0;
    font-size: 0.8rem;
    text-align: left !important;
    padding: 0 0.8rem;
  }
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 1.5rem 1rem 1.5rem;
  margin: 0 auto;
}
@media only screen and (max-width: 549px) {
  .top-bar {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
  }
}

.logo-image {
  max-height: 8rem;
  max-width: 16rem;
}
.logo-text {
  font-size: 2rem;
  text-align: end;
}
@media only screen and (max-width: 1550px) and (min-width: 550px) {
  .logo-text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 750px) and (min-width: 549px) {
  .logo-text {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 549px) {
  .logo-text {
    display: none;
  }
}

.headline .path {
  font-size: 1.8rem;
  display: flex;
  flex-direction: row;
}
.headline .path p {
  margin-left: 0.5rem;
  padding-top: 0.3rem;
}
.headline .path p.headline-path {
  margin-left: 0rem;
  padding-top: 0;
}
.headline-title {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 15px 0 0;
  padding-bottom: 15px;
}
@media only screen and (max-width: 770px) {
  .headline-title {
    font-size: 3.3rem;
  }
}
.headline .highlight-yellow {
  border-radius: 1em 0 1em 0;
  background-image: linear-gradient(-100deg, rgba(255, 224, 0, 0.2), rgba(255, 224, 0, 0.7) 95%, rgba(255, 224, 0, 0.1));
}
.headline .date {
  font-size: 1.3rem;
}

.image-text-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image-text-wrapper .image-desktop {
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .image-text-wrapper .image-desktop {
    display: none;
  }
}
.image-text-wrapper .image-mobile {
  display: none;
}
@media screen and (max-width: 769px) {
  .image-text-wrapper .image-mobile {
    width: auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.image-text-wrapper .only-mobile-image {
  display: block;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .image-text-wrapper .only-mobile-image {
    width: auto;
    max-height: 50rem;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }
}
.image-text-wrapper .only-desktop-image {
  display: block;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .image-text-wrapper .only-desktop-image {
    width: auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.image-text-wrapper .repeater-text {
  font-size: 1.8rem;
  text-align: left;
  margin: 1.5rem 0;
}
.image-text-wrapper-image-slider {
  margin-bottom: 3rem;
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.image-text-wrapper-image-slider .before-image,
.image-text-wrapper-image-slider .after-image,
.image-text-wrapper-image-slider .after-image-mobile,
.image-text-wrapper-image-slider .before-image-mobile {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-text-wrapper-image-slider .before-image,
.image-text-wrapper-image-slider .before-image-mobile {
  left: 0;
  z-index: 1;
  clip-path: polygon(0 0, var(--position) 0, var(--position) 100%, 0 100%);
}
.image-text-wrapper-image-slider .after-image {
  right: 0;
}
.image-text-wrapper-image-slider .after-image-mobile {
  right: 0;
}
.image-text-wrapper-image-slider .slider {
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: white;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  cursor: ew-resize;
}
.image-text-wrapper-image-slider .slider-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.image-text-wrapper-image-slider .slider-arrows {
  color: #555;
  font-size: 20px;
  font-weight: bold;
}
.image-text-wrapper-image-slider .image-label {
  position: absolute;
  top: 20px;
  padding: 5px 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-weight: bold;
  border-radius: 4px;
  z-index: 4;
}
.image-text-wrapper-image-slider .before-label {
  left: 20px;
}
.image-text-wrapper-image-slider .after-label {
  right: 20px;
}

.image-under-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image-under-text a {
  display: inline-block;
  width: 100%;
}
.image-under-text .image {
  max-width: 100%;
  height: auto;
  display: block;
}
.image-under-text .label {
  background-color: #bebebe;
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
}

.content-box {
  box-shadow: 0 -0.8rem 0.8rem rgba(0, 0, 0, 0.2), 0.8rem 0px 0.8rem rgba(0, 0, 0, 0.2), 0px 0.8rem 0.8rem rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  margin-top: 4rem;
  padding-top: 1rem;
}
.content-box-title {
  text-align: center;
}
.content-box-title h2 {
  font-size: 3.5rem;
  margin: 1rem 0;
}
@media only screen and (max-width: 770px) {
  .content-box-title h2 {
    font-size: 3rem;
  }
}
.content-box hr {
  border-top: 2px dotted rgb(30, 255, 0);
  margin: 0 1rem;
}
.content-box-repeater {
  display: flex;
  flex-direction: row;
  padding: 0 4rem;
}
@media screen and (max-width: 769px) {
  .content-box-repeater {
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
}
.content-box-repeater-image img {
  max-width: 8rem;
  margin-left: 3rem;
  margin-top: 2rem;
}
@media screen and (max-width: 769px) {
  .content-box-repeater-image img {
    margin-top: 2rem;
    margin-left: 0;
  }
}
.content-box-repeater-text {
  display: flex;
  flex-direction: column;
  margin-left: 2rem;
}
@media screen and (max-width: 769px) {
  .content-box-repeater-text {
    padding: 0;
    align-items: center;
    margin: 0;
  }
}
.content-box-repeater-text .title {
  font-size: 1.8rem;
}
.content-box-repeater-text .title h3 {
  margin-bottom: 0;
  font-size: 2rem;
}
@media screen and (max-width: 769px) {
  .content-box-repeater-text .text {
    padding: 0 2rem;
    text-align: center;
  }
}
.content-box-repeater-text .text p {
  font-size: 1.8rem;
  margin: 0.3rem 0 0 0;
}
.content-box-text {
  margin: 1rem 6rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 769px) {
  .content-box-text p {
    padding: 0 2rem;
    text-align: center;
  }
}
@media only screen and (max-width: 770px) {
  .content-box-text {
    margin: 0 1rem;
  }
}
.content-box-text .text-under-repeater {
  font-size: 1.8rem;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .content-box-text .text-under-repeater {
    padding: 0 2rem;
    text-align: center;
  }
}
.content-box-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 2rem;
}
.content-box-image img {
  margin-bottom: 2rem;
}
.content-box-image .content-desktop-image {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 3rem;
}
.content-box-image .hide-in-mobile {
  display: block;
}
@media screen and (max-width: 769px) {
  .content-box-image .hide-in-mobile {
    display: none;
  }
}
.content-box-image .hide-in-desktop {
  display: none;
}
@media screen and (max-width: 769px) {
  .content-box-image .hide-in-desktop {
    display: block;
  }
}

div.second-title {
  text-align: center;
}
div.second-title h2 {
  margin: 0;
  font-size: 3.5rem;
  line-height: 3.8rem;
  padding: 4rem 1rem 1rem 1rem;
}
div.second-title hr {
  border-top: 2px dotted rgb(30, 255, 0);
  margin: 0 1rem;
}

.side-by-side {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.side-by-side .circle {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  text-align: center;
  font-size: 2.7rem;
  display: flex;
  align-items: center;
  text-align: center;
  border: 3px solid #fff;
  margin-top: 2rem;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.6588235294);
}
.side-by-side .circle-text {
  width: 100%;
  text-align: center;
}
.side-by-side .repeater-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
}
.side-by-side .repeater-box::before {
  border-left: 1px solid #ccc;
  position: absolute;
  content: "";
  height: 75%;
  left: 50%;
}
@media screen and (min-width: 1000px) {
  .side-by-side .repeater-box::before {
    height: 40%;
  }
}
@media screen and (max-width: 900px) {
  .side-by-side .repeater-box {
    flex-direction: column;
    margin-top: 1rem;
  }
  .side-by-side .repeater-box::before {
    border: none;
  }
}
.side-by-side .repeater-box .left-side-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 25px;
  border: 1px solid grey;
  padding: 20px;
  margin: 1rem 1rem;
  flex: 50%;
}
@media only screen and (max-width: 1199px) and (min-width: 770px) {
  .side-by-side .repeater-box .left-side-box {
    font-size: 1.6rem;
  }
}
.side-by-side .repeater-box .left-side-box-headline {
  margin-top: 0;
  text-align: center;
  font-size: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid grey;
}
.side-by-side .repeater-box .left-side-box-article {
  font-size: 1.6rem;
  text-align: center;
}
.side-by-side .repeater-box .left-side-box-image {
  max-width: 100%;
}
.side-by-side .repeater-box .left-side-box .link {
  width: 100%;
}
.side-by-side .repeater-box .left-side-box .link img {
  width: 100%;
  display: block;
}
.side-by-side .repeater-box .right-side-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 25px;
  border: 1px solid grey;
  padding: 20px;
  margin: 1rem 1rem;
  flex: 50%;
}
.side-by-side .repeater-box .right-side-box-headline {
  margin-top: 0;
  text-align: center;
  font-size: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid grey;
}
.side-by-side .repeater-box .right-side-box-article {
  font-size: 1.6rem;
  text-align: center;
}
.side-by-side .repeater-box .right-side-box-image {
  max-width: 100%;
}
.side-by-side .repeater-box .right-side-box .link {
  width: 100%;
}
.side-by-side .repeater-box .right-side-box .link img {
  width: 100%;
}

.comparison-results {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.8rem;
}
.comparison-results-image {
  max-width: 100%;
  height: auto;
  display: block;
}
.comparison-results-title {
  text-align: center;
  font-size: 3.5rem;
  border-bottom: 2px dotted #30bd51;
  margin-bottom: 2rem;
}
.comparison-results-text-over-image {
  font-size: 1.8rem;
  text-align: left;
}
.comparison-results-text-under-image {
  font-size: 1.8rem;
  text-align: left;
}
.comparison-results div.image {
  margin: 1rem 0;
}
.comparison-results div.image a img {
  width: 100%;
}

.product-box {
  border-style: solid;
  border-width: 2px 0px 2px 0px;
  border-color: black;
  box-shadow: 0px 0px 30px -20px black;
  border-radius: 2.5rem;
  margin-bottom: 4.5rem;
  margin-top: 2rem;
}
.product-box-title {
  font-size: 3.5rem;
  text-align: center;
  padding: 1rem;
  border-bottom: 2px dotted #000;
  margin-top: 0;
}
@media only screen and (max-width: 770px) {
  .product-box-title {
    font-size: 3rem;
  }
}
.product-box-image-and-name {
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  align-items: center;
  padding: 0 2rem;
}
.product-box-image-and-name img {
  max-width: 40rem;
}
@media only screen and (max-width: 770px) {
  .product-box-image-and-name img {
    max-width: 30rem;
  }
}
@media only screen and (max-width: 770px) {
  .product-box-image-and-name {
    margin-bottom: 1rem;
  }
}
.product-box-image-and-name-title {
  font-size: 1.9rem;
  font-weight: 600;
  margin: 1rem 0 0 0;
}
.product-box-image-and-name-rating {
  font-size: 1.7rem;
  margin: 1rem 0 0 0;
}
.product-box-image-and-name-button {
  width: 100%;
}
.product-box-image-and-name-button button {
  font-size: 1.8rem;
  margin-top: 2rem;
  border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
  border: none;
  width: 100%;
  padding: 0rem 3rem;
  cursor: pointer;
}
.product-box-image-and-description {
  display: flex;
  flex-direction: row;
  font-size: 1.8rem;
  align-items: center;
}
@media only screen and (max-width: 770px) {
  .product-box-image-and-description {
    flex-direction: column;
  }
}
.product-box-text p {
  padding: 0 2.5rem;
}
.product-box-pros {
  background-color: #ebfff2;
  margin: 0 2.5rem;
  font-size: 1.7rem;
  border-radius: 25px;
}
.product-box-pros .title {
  color: white;
  background-color: #00ad41;
  text-align: center;
  font-size: 2.4rem;
  border-radius: 25px 25px 0px 0px;
  padding: 5px 5px 5px 5px;
  margin-bottom: 0;
}
.product-box-pros-row {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  align-items: center;
  margin-left: 1rem;
}
.product-box-pros-row .pros {
  margin-top: 1rem;
}
@media only screen and (max-width: 770px) {
  .product-box-pros-row {
    align-items: flex-start;
  }
}
.product-box-pros-row img {
  max-width: 2rem;
  margin: 0;
}
.product-box-pros-row p.pros {
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.product-box-cons {
  background-color: #fff0f0;
  margin: 0 2.5rem;
  font-size: 1.7rem;
  border-radius: 25px;
  margin-bottom: 1rem;
}
.product-box-cons .title {
  color: white;
  background-color: #ff0000;
  text-align: center;
  font-size: 2.4rem;
  border-radius: 25px 25px 0px 0px;
  padding: 5px 5px 5px 5px;
  margin-bottom: 0;
}
.product-box-cons-row {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  align-items: center;
  margin-left: 1rem;
}
.product-box-cons-row .cons {
  margin-top: 1rem;
}
@media only screen and (max-width: 770px) {
  .product-box-cons-row {
    align-items: flex-start;
  }
}
.product-box-cons-row img {
  max-width: 2rem;
  margin: 0;
}
.product-box-cons-row p.cons {
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.product-box .checkmark {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 770px) {
  .product-box .checkmark {
    margin-top: 1rem;
  }
}
.product-box-button {
  text-align: center;
}
.product-box-button button {
  border: none;
  font-size: 2rem;
  color: #fff;
  border-radius: 25px 25px 25px 25px;
  padding: 10px 30px 10px 30px;
  cursor: pointer;
  margin: 2rem 0 1.5rem 0;
}
.product-box-button button p {
  margin: 0;
}

.bottom-image-button {
  text-align: center;
  margin-top: 1rem;
}
.bottom-image-button button {
  border: none;
  font-size: 2rem;
  color: #fff;
  border-radius: 25px 25px 25px 25px;
  padding: 10px 30px 10px 30px;
  cursor: pointer;
  margin: 1rem 1rem;
}
.bottom-image-button img {
  margin-top: 1rem;
  max-width: 100%;
}

.col {
  flex: 1 0 0%;
}

footer {
  margin: 0 !important;
  height: auto !important;
  width: 100%;
}

.footer-area {
  width: 100%;
  height: auto;
}

.footer_boxed_area {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

.footer-content-style {
  font-size: 1.4rem;
  line-height: 2.9rem !important;
  padding: 2rem;
  align-items: center;
  text-align: center;
  max-width: 120rem !important;
  color: #777;
  margin: 0;
  width: 100%;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 50rem;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
}
.legals-padding-right {
  padding-right: 7px !important;
}

#legals-text {
  font-size: 14px;
  padding: 10px 30px 0px;
}

.legals-page {
  padding-right: 0px;
  padding-left: 0px;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
}

a:link,
a:link:active {
  color: #4089c3;
  text-decoration: none;
}

ul {
  padding: 0;
  margin-bottom: 10px;
}
ul b {
  font-weight: bolder;
}/*# sourceMappingURL=side-by-side.css.map */