@font-face {
  font-family: Source-Bold;
  src: url(/fonts/SourceSansPro-Bold.ttf);
  font-display: swap;
}

@font-face {
  font-family: Source-Regular;
  src: url(/fonts/SourceSansPro-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: Source-Black;
  src: url(/fonts/SourceSansPro-Black.ttf);
  font-display: swap;
}

@font-face {
  font-family: Source-SemiBold;
  src: url(/fonts/SourceSansPro-SemiBold.ttf);
  font-display: swap;
}

:root {
  --bold-font: "Source-Bold";
  --regular-font: "Source-Regular";
  --black-font: "Source-Black";
  --semibold-font: "Source-Semibold";
  --red-colour: #b93a3a;
  --red-hover-colour: #9d040d;
  --red-links-colour: #9b1b30;
}

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  margin: auto 0;
  font-family: var(--regular-font);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

.dtpcnt {
  opacity: 0;
}

.active {
  color: var(--red-colour) !important;
}

.black {
  font-family: var(--bold-font);
}

header {
  height: 720px;
  background-image: url(/img/background_header.webp);
  background-repeat: no-repeat;
  background-size: 100% 90%;
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}

.menu a img {
  width: 100%;
  height: auto;
  max-width: 221px;
}

.menu > div > a {
  text-decoration: none;
  color: black;
  padding: 0 0.5rem;
}

.menu > div > a:hover {
  color: var(--red-colour);
}

/* dropdown-menu */
.menu a {
  color: black;
  text-decoration: none;
}

.menu > a:nth-of-type(1) {
  display: flex;
}

.menu a:hover,
.dropdown > a:hover {
  color: var(--red-colour);
}

.menu .menu-items {
  display: flex;
  align-items: center;
}

.menu .menu-items li {
  display: inline-block;
  padding: 0 10px;
  list-style: none;
  cursor: pointer;
}

.menu .menu-items .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  z-index: 1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  margin-top: 10px;
}

.menu .menu-items .dropdown-content a {
  color: #000;
  padding: 8px 0;
  display: block;
  width: fit-content;
}

.menu .menu-items .dropdown-content a:hover {
  border: 1px var(--red-colour) solid;
  border-radius: 4px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.menu .menu-toggle {
  display: none;
  background-color: transparent;
  color: var(--red-colour);
  font-size: 24px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
}

.arrow-down {
  font-size: 0.7rem;
  margin-left: 0.2rem;
}

/* to top arrow */

.scroll {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 200px;
  right: 10px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  z-index: 20;
}

.scroll > img {
  background-color: var(--red-colour);
  border-radius: 50%;
}

/* footer */

footer {
  background-color: #efefef;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 156px;
}

.footer > div > a {
  text-decoration: none;
  padding: 0 0.5rem;
  color: black;
}

:is(.footer > div, .read-more, .back-blog, .back-home, .back-home-datenschutz)
  > a:hover,
:is(.read-more, .back-home):hover {
  text-decoration: underline;
}

/* buttons */

.btn-common {
  text-decoration: none;
  border-radius: 2rem;
  font-family: var(--semibold-font);
  font-size: 1.1rem;
  padding: 0.4rem 2rem;
  width: fit-content;
  cursor: pointer;
  text-align: center;
}

.btn-red {
  background-color: var(--red-colour);
  border: 1px var(--red-colour) solid;
  color: white;
}

.btn-red:hover {
  background-color: var(--red-hover-colour);
  border: 1px var(--red-hover-colour) solid;
  color: white;
}

.btn-transparent {
  background-color: white;
  border: 2px var(--red-colour) solid;
  color: var(--red-colour);
}

.btn-transparent:hover {
  background-color: var(--red-hover-colour);
  border: 2px var(--red-hover-colour) solid;
  color: white;
}

.buttons > a:nth-child(even) {
  margin-left: 0.5rem;
}

/* back home arrow */

.back-home,
.back-home-datenschutz a,
.back-blog > a {
  color: var(--red-colour);
  text-decoration: none;
}

.back-home > a {
  margin-top: 6rem;
  color: var(--red-colour);
  text-decoration: none;
}

.back-home-datenschutz {
  margin-top: 8rem;
}

.back-blog {
  margin-bottom: 4rem;
}

.menu,
.top3-cards-container,
.pdftools-container,
.footer {
  width: 70%;
  margin: auto;
}

/* content header*/
.header-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -37rem auto 7rem auto;
}

.header-text-container {
  width: 58%;
  text-align: center;
}

.header-text-container > h1 {
  font-size: 2.5rem;
  font-family: var(--bold-font);
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1rem;
}

.header-text-container > h2 {
  font-size: 1.1rem;
  font-weight: lighter;
  line-height: 1.4;
  margin-top: 0;
}

/* top3 */

.top3-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 330px);
  gap: 80px;
  justify-content: center;
  margin: -3rem auto 2rem auto;
}

.winner {
  transform: scale(1.1);
}

.tag {
  font-family: var(--bold-font);
  font-size: 0.8rem;
  border-radius: 0.5rem;
  width: 100px;
  text-align: center;
  justify-content: center;
  letter-spacing: 1px;
  position: absolute;
  z-index: 1;
  left: 11%;
  transform: translate(-50%, -50%);
  padding: 0.5rem 0;
}

.best-seller {
  background-color: #ffcc00;
  color: #455a64;
  top: 10%;
}

.kostenlos {
  background-color: #455a64;
  color: #ffffff;
  top: 19.5%;
}

.winner > div {
  /*   background-color: #e6e6e6 !important; */
  border: 3px var(--red-colour) solid !important;
}

.winner > div > div {
  transform: scale(0.9);
}

.top3-cards-container > div {
  transition: transform 0.5s ease-in-out 0s;
}

.top3-cards-container > div:hover {
  transform: scale(1.05);
  transition: transform 0.5s ease-in-out 0s;
}

.winner:hover {
  transform: scale(1.15) !important;
}

.top3-cards-container > div > div {
  background-color: #f8f8f8;
  border-radius: 1rem;
  width: 360px;
  height: 385px;
  text-align: center;
  border: 2px transparent solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
  -webkit-box-shadow: 0px 3px 7px 0px #00000034;
  box-shadow: 0px 3px 7px 0px #00000034;
}

.top3-cards-container > div > div:hover {
  border: 2px var(--red-hover-colour) solid;
}

.top-3-link {
  font-size: 0.9rem;
  color: var(--red-links-colour);
}

.top-3-link:hover {
  color: var(--red-hover-colour);
}

.card-logo,
.winner-card-logo {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-text,
.winner-card-text {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-text > p,
.winner-card-text > p {
  width: 73%;
  margin: 0.5rem auto;
  font-size: 1rem;
  line-height: 1.4;
}

.winner-card-text > p {
  width: 80%;
}

.card-star-container {
  display: flex;
  align-items: center;
  margin: 0.5rem 0 1rem 0;
}

.seite-logo .card-star-container {
  margin: 1rem 0 1.5rem 0;
}

.card-star-container > span {
  font-size: 1rem;
  font-family: var(--bold-font);
}

.top3-cards-container > div > div .card-star-container > .list-price {
  font-size: 1rem !important;
  list-style: none;
  padding-left: 0.5rem;
  margin: 0;
  font-family: var(--semibold-font);
}

/* more pdftool container */

.affiliate-text {
  display: flex;
  justify-content: flex-end;
  font-size: 0.9rem;
}

.pdftools-heading {
  display: flex;
  justify-content: center;
}

.pdftools-heading > h3 {
  font-size: 1.5rem;
  font-family: var(--bold-font);
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}

.pdftools-container > div > .kostenlos {
  top: 12%;
  left: 3%;
}

.pdftools-container > div {
  background-color: white;
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 275px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 7px 0px #00000034;
  box-shadow: 0px 3px 7px 0px #00000034;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}

.pdftools-container > div:hover {
  transform: scale(1.03);
  transition: transform 0.5s ease-in-out;
  border: 2px var(--red-colour) solid;
}

.pdftools-logo {
  background-color: white;
  width: 235px;
  height: 252px;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdftools-logo > img {
  width: 180px;
  height: fit-content;
}

.sejda-logo,
.updf-logo {
  width: 70px;
  height: 70px;
  /*   margin-right: 1rem; */
}

.qoppa-logo {
  width: 200px;
  /*  margin-right: 1rem; */
}

.power-logo {
  /*   margin-top: 0.5rem;
  margin-right: 1rem; */
  width: 175px;
}

:is(.sejda-logo, .power-logo, .updf-logo, .qoppa-logo) > img {
  width: 100%;
  height: auto;
}

.list-price {
  font-size: 1rem !important;
}

.pdftools-content {
  width: 43rem;
  margin: 0 1.5rem;
}

.pdftools-content > h2 {
  font-family: var(--semibold-font);
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
}

.pdftools-content > p {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.pdftools-content > ul {
  font-size: 0.9rem;
  list-style: none;
  padding-left: 0;
}

.pdftools-content > ul > li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.pdftools-content > ul > li > img {
  margin-right: 0.5rem;
}

.pdftools-stars-btn {
  border-left: 2px #f8f8f8 solid;
  height: 350px;
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pdftools-stars-btn > a {
  padding: 0.4rem 2rem;
  margin-bottom: 1rem;
}

.tools-link {
  font-size: 1rem;
  font-weight: 600;
  color: var(--red-links-colour);
}

.tools-link:hover {
  color: var(--red-hover-colour);
}

/* benefits */

.benefits-heading {
  width: 46%;
  margin: 0 auto 4rem auto;
  text-align: center;
  line-height: 1.5;
}

.benefits-heading > h3 {
  font-size: 1.75rem;
  font-family: var(--semibold-font);
  margin: 5rem 0 0 0;
}

.benefits-container {
  width: 80%;
  margin: auto;
}

.benefits-container > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefits-text {
  width: 43%;
}

.benefits-text > h3 {
  font-size: 1.4rem;
  font-family: var(--semibold-font);
  width: 70%;
}

.benefits-text > p {
  line-height: 1.6;
}

.benefits-img {
  width: 40%;
}

.benefits-img > img {
  width: 100%;
  height: auto;
}

.benefits-container > div:nth-child(even) {
  margin-top: -4rem;
}

.benefits-container > div:nth-child(3) {
  margin-top: -4rem;
}

.benefits-text:nth-child(even) > h3 {
  width: 80%;
}

.benefits-text:nth-child(even) {
  margin-left: 1rem;
}

/* faq */

.faq {
  background-image: url(/img/background_footer.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 6rem 0 6rem 0;
  margin-top: -1rem;
  /* margin-bottom: 2px; */
}

.faqs {
  width: 70%;
  margin: auto;
}

.faq-heading {
  font-size: 2rem;
  font-family: var(--bold-font);
  width: 70%;
  margin: 2rem auto;
}

details[open] summary ~ * {
  animation: open 0.3s ease-in-out;
}

@keyframes open {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

details summary::-webkit-details-marker {
  display: none;
}

details summary {
  width: 100%;
  padding: 0.5rem 0;
  position: relative;
  font-size: 1.15rem;
  font-weight: 700;
  list-style: none;
}

details summary:after {
  content: "+";
  color: black;
  position: absolute;
  font-size: 2rem;
  line-height: 0;
  margin-top: 0.75rem;
  right: 0;
  transform-origin: center;
  transition: 200ms linear;
}

details[open] summary:after {
  content: "-";
  font-size: 2rem;
  color: var(--red-colour);
}

details[open] summary {
  color: var(--red-colour);
}

details {
  padding: 0.75rem 0;
  color: black;
  border-bottom: 1px #e2e2e2 solid;
  line-height: 1.5;
}

summary {
  font-size: 1.3rem;
  cursor: pointer;
}

.faq-text {
  font-size: 1rem;
}

ul.square {
  list-style-type: square;
  padding-left: 1rem;
}

/* animations */

@-webkit-keyframes slide-top {
  0% {
    transform: translateY(200px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes slide-top {
  0% {
    transform: translateY(200px);
  }

  100% {
    transform: translateY(0px);
  }
}

#animation1,
#animation2,
#animation3 {
  visibility: hidden;
}

.animation {
  animation: slide-top 0.8s ease-in-out 0s;
}

/* Page 404 no found */

.content-img-txt-404 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: -36rem auto 1rem auto;
}

.img-404 {
  width: 35%;
}

.img-404 > img {
  width: 130%;
  height: auto;
}

.text-404 {
  width: 40%;
}

.hoppla {
  font-size: 2rem;
  font-family: var(--black-font);
}

.txtp-404 {
  font-size: 1.125rem;
  font-family: var(--regular-font);
  margin: 2rem 0 3rem 0;
  line-height: 27px;
}

/* pdf-test pages */

.seite-header {
  background-size: 100% 60%;
}

.seite-submenu {
  width: 70%;
  margin: -40rem auto 0 auto;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.seite-submenu > a {
  text-decoration: none;
  color: black;
  padding: 0 0.2rem;
}

.seite-submenu > p {
  padding: 0 0.2rem;
}

.seite-logo {
  width: 70%;
  margin: auto;
  min-height: 270px;
}

.seite-logo > img {
  margin: 2rem 0 0 0;
}

.seite-description {
  margin: 2.5rem auto 0 auto;
  width: 70%;
  line-height: 1.5;
}

.seite-balance {
  display: flex;
  justify-content: space-between;
  margin: 3rem auto 0 auto;
  width: 70%;
}

.seite-balance > div {
  width: 650px;
  height: auto;
  padding-bottom: 3rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
}

.seite-balance > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0 1.5rem 0;
}

.seite-balance > div > div > p {
  font-size: 1.7rem;
  font-family: var(--semibold-font);
}

.seite-balance > div > div > img {
  margin-right: 0.7rem;
  margin-top: 0.2rem;
}

.seite-balance > div > ul {
  list-style: none;
  padding-left: 0;
  margin: 0 4rem;
}

.seite-balance > .vorteile > ul > li,
.seite-balance > .nachteile > ul > li {
  background-image: url("/img/icon_check.png");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 1.7rem;
  margin-bottom: 1rem;
}

.seite-balance > .nachteile > ul > li {
  background-image: url("/img/icon_x.png");
}

.vorteile {
  background-color: #f8f8f8;
  margin-right: 2rem;
}

.nachteile {
  background-color: #ff715e0e;
}

.seite-information > div {
  display: flex;
  justify-content: center;
  width: 70%;
  margin: auto;
}

.seite-information > :is(h1, h2) {
  text-align: center;
  font-family: var(--semibold-font);
  font-size: 1.75rem;
  margin-top: 6rem;
}

.seite-information > .char-description {
  text-align: left;
  font-family: var(--regular-font);
  font-size: 1rem;
  width: 70%;
  margin: auto;
  font-weight: lighter;
}

.seite-information > div > div {
  width: 30%;
}

.part-1 {
  margin-right: 5rem;
}

.border {
  border-bottom: 2px #ebebeb solid;
}

.part-2 > p,
.part-2 > div {
  display: flex;
  justify-content: center;
}

.part-2 > div {
  margin-bottom: 1rem;
}

.part-2 > div > img {
  margin-bottom: 0.25rem;
}

.seite-information > div > div > .char-heading {
  margin: 3rem 0;
  display: block;
  font-size: 1.17rem;
  font-weight: bold;
}

.part-2 > .char-heading {
  text-align: center;
}

.part-1 > p {
  font-family: var(--semibold-font);
}

.seite-extra {
  background-image: url(/img/background_comparation.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.seite-extra > div {
  width: 80%;
  display: flex;
  justify-content: center;
  padding-bottom: 13rem;
  margin: 3rem auto;
}

.seite-extra > div > div {
  width: 528px;
  line-height: 1.5;
  margin-top: 13rem;
}

.seite-extra > div > div > h2 {
  font-size: 1.75rem;
  font-family: var(--semibold-font);
}

.extra-part-1 {
  margin-right: 5rem;
}

.space {
  margin-top: 2rem;
}

.min-h-xl {
  min-height: 38px;
}

/* seite logo footer */

.seite-logo-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 8rem 0;
}

.seite-logo-footer > div:nth-child(odd) {
  display: flex;
  margin-bottom: 3rem;
  align-items: center;
}

.seite-logo-footer > div:nth-child(odd) > img {
  margin-right: 2rem;
}

/* CSS Legal Pages*/

.impressum,
.datenschutz {
  width: 70%;
  margin: -38rem auto 3rem auto;
  line-height: 1.5;
}

.impressum h1,
.datenschutz h1 {
  font-size: 2rem;
  font-family: var(--bold-font);
  margin-top: 5rem;
}

.datenschutz h2 {
  font-size: 1.25rem;
  font-family: var(--semibold-font);
  margin-top: 2rem;
}

.datenschutz p {
  line-height: 1.5rem;
}

.datenschutz ul {
  padding-left: 1rem;
}

.point-datenschuz {
  padding-left: 16px;
  line-height: 1.6rem;
}

.mention {
  margin-top: 10rem;
}

.mention > p > a {
  color: grey;
}

/* pop up modal */
.modal {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: flex;
  animation: modal 2s 0.2s forwards;
  visibility: hidden;
  opacity: 0;
}

.modal-container {
  margin: auto;
  width: 800px;
  height: 600px;
  background: white;
  border-radius: 0.5rem;
  background-image: url(/img/popup.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

#close {
  display: none;
}

#btn-cerrar {
  position: relative;
  color: black;
  font-size: 1.5rem;
  font-weight: 600;
  z-index: 50;
  top: 2%;
  left: 95%;
  cursor: pointer;
  animation: modal 1s 0.3s forwards;
  visibility: hidden;
  opacity: 0;
}

#close:checked + label,
#close:checked ~ .modal-content,
#close:checked ~ .modal {
  display: none;
}

@keyframes modal {
  100% {
    visibility: visible;
    opacity: 1;
  }
}

.modal-content,
.modal-content-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  margin-left: 5rem;
}

.hidden {
  display: none;
}

.modal-content-1 {
  height: 65%;
}

.modal-content-2 {
  height: 75%;
}

.modal-content-3 {
  height: 75%;
  width: 50%;
}

.modal-content > .modal-heading,
.modal-content-3 > div > .modal-heading {
  font-size: 2rem;
  font-family: var(--bold-font);
}

.modal-content-3 > div > h2 {
  font-size: 2rem;
  font-family: var(--bold-font);
  margin: 0;
}

.modal-content > p:not(.modal-heading) {
  font-size: 1.25rem;
  font-family: var(--semibold-font);
  color: var(--red-colour);
  margin-bottom: 2rem;
}

.modal-content-3 > p {
  font-size: 1.05rem;
}

.modal-content-3 > p:nth-child(odd) {
  margin: 0 0 2rem 0;
}

.modal-content-3 > div > a:nth-child(1) {
  margin-right: 0.3rem;
}

.modal-content-3 > div > a {
  font-size: 0.9rem;
  padding: 0.4rem 1rem;
}

.modal-link {
  text-decoration: none;
  color: black;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

.modal-link:hover {
  padding-left: 0.15rem;
  font-weight: 800;
}

.modal-link > span {
  border: 1px var(--red-colour) solid;
  font-weight: bold;
  border-radius: 50%;
  padding: 0rem 0.5rem 0.2rem;
  margin-right: 0.5rem;
}

meter {
  width: 80%;
  margin-bottom: 2rem;
}

meter::-webkit-meter-optimum-value {
  background: black;
}

meter::-moz-meter-bar {
  background: black;
}

meter::-webkit-meter-bar {
  background: #f5f5f5;
  border: none;
}

.modal-content-3 > div {
  display: flex;
  align-items: center;
}

.modal-content-3 > div > img {
  margin-right: 1rem;
}

/* blog styles */
/* first section blog main*/

.submenu > a {
  text-decoration: none;
  color: black;
  padding: 0 0.5rem;
}

.submenu {
  width: 70%;
  margin: auto;
  padding: 2rem 0;
}

.blog {
  margin-top: -40rem;
}

.title-blog {
  width: 70%;
  margin: auto;
}

.title-blog > h1 {
  font-size: 2rem;
  font-family: var(--bold-font);
}

.title-blog > p {
  font-size: 1rem;
  font-family: var(--semibold-font);
  line-height: 1.5;
  font-weight: bold;
}

.content-blog {
  padding-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
  gap: 40px;
  width: 70%;
  margin: auto;
}

.article-blog {
  width: 100%;
  height: auto;
  border: 2px #455a64 solid;
  border-radius: 7px;
  justify-content: center;
  background-color: white;
  display: flex;
  flex-direction: column;
}

.article-blog > a > img {
  width: -webkit-fill-available;
  width: -moz-available;
  height: auto;
  border-radius: 5px 5px 0 0;
}

.article-blog:hover {
  background-color: #f8f8f8;
  border: 2px var(--red-colour) solid;
}

.title-article {
  font-family: var(--semibold-font);
  font-size: 1.7rem;
  padding: 2rem 0 1rem;
  font-weight: bold;
}

.title-article,
.paragram-article {
  width: 83%;
  margin: auto;
}

.paragram-article {
  padding-bottom: 2rem;
  line-height: 1.5;
}

.read-more {
  width: 83%;
  color: var(--red-colour);
  margin: auto;
  text-decoration: none;
  display: flex;
  padding-bottom: 2rem;
}

/* banner */

.banner {
  background-color: #f8f8f8;
  border-radius: 7px;
  width: 70%;
  margin: 5.5rem auto;
  display: flex;
  flex-direction: row;
  padding: 3rem 0;
  align-items: center;
  justify-content: space-around;

  position: relative;
  overflow: hidden;
}

.banner-3 {
  flex-direction: row-reverse;
}

.banner-img {
  z-index: 1;
  height: auto;
}

.banner-img > img {
  height: auto;
}

.banner-img-3 {
  margin-right: 0;
  margin-left: 2rem;
  z-index: 1;
}

.banner-text {
  width: 55%;
  z-index: 1;
}

.banner-text > .banner-title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: var(--bold-font);
  font-weight: bold;
}

.banner-text > .banner-p {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.banner > .ellipse {
  position: absolute;
  background-color: #1e164b;
  z-index: 0;
  height: 600px;
  width: 600px;
  left: clamp(-120px, -10vw, -40px);
  border-radius: 50%;
}

.banner-3 > .ellipse {
  left: unset;
  right: clamp(-120px, -10vw, -40px);
}

/* page articles blog*/

.img-blog-article1 {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  width: 100%;
  max-width: 1000px;
  justify-self: center;
  height: auto;
}

.title-blog-other-articles > p {
  font-size: 1.7rem;
  font-family: var(--semibold-font);
  width: 70%;
  margin: auto;
  font-weight: bold;
}

.content-articles {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 70%;
  margin: 2.5rem auto;
}

.content-article-1 {
  width: 45%;
}

.content-article-1-1 {
  width: 45%;
  margin: 2rem 0 0 auto;
  line-height: 1.5;
}

.content-article-1 > h2,
.content-article-1-1 > h2 {
  font-family: var(--semibold-font);
  font-size: 2rem;
  line-height: 1.2;
}

.content-article-1 {
  margin-top: 14px;
  line-height: 1.5;
}

.article-blog > img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}

.blog-list {
  padding-left: 1rem;
}

.blog-list > li {
  margin-bottom: 1rem;
}

/* darklight switch */
body.dark #darklightButton {
  background-color: #363557;
}

body.light #darklightButton {
  background-color: var(--red-colour);
}

#darklightButton {
  all: unset;
  width: 65px;
  height: 32px;
  margin-left: 2rem;
  border-radius: 20px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-around;
  transition: background-color ease-out 0.5s;
}

#lightButton,
#darkButton {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

#darklightCircle {
  width: 32px;
  height: 32px;
  position: absolute;
  transition: all 0.3s ease;
  cursor: grab;
  z-index: 0;
}

/* RESPONSIVE */

@media screen and (min-width: 2200px) {
  .header-text-container > h1 {
    font-size: 3.6rem;
  }

  .benefits-img > img {
    width: 80%;
    height: auto;
  }

  .card-text > p,
  .winner-card-text > p {
    margin: 1.5rem auto;
  }

  .header-text-container > h2,
  details summary,
  .faq-text,
  .square > li,
  .title-blog > p,
  .modal-content-3 > p {
    font-size: 1.5rem;
  }

  .title-blog > h1,
  .modal-content > .modal-heading,
  .modal-content-3 > div > .modal-heading {
    font-size: 2.7rem;
  }

  .content-article-1 > p,
  .content-article-1-1 > p {
    font-size: 1.2rem;
  }

  .benefits-heading > p,
  .benefits-text > p,
  .pdftools-content > ul > li,
  .menu .menu-items li,
  .menu .menu-items .dropdown-content a,
  .submenu > a,
  .paragram-article,
  .read-more,
  .back-home,
  .back-home-datenschutz a,
  .back-blog > a,
  .seite-submenu > a,
  .seite-submenu > p,
  .seite-description > p,
  .vorteile > ul,
  .nachteile > ul,
  .back-home > a {
    font-size: 1.3rem;
  }

  .card-text > p,
  .winner-card-text > p,
  .footer > div > a,
  .part-1 > p,
  .part-2 > p,
  .extra-part-1 > p,
  .extra-part-2 > p,
  .impressum > p,
  .mention > p,
  .datenschutz p,
  .datenschutz ul,
  .datenschutz h3 {
    font-size: 1.1rem;
  }

  .pdftools-heading > h3,
  .benefits-heading > h3,
  .faq-heading,
  .title-article,
  .impressum > h1,
  .datenschutz h1 {
    font-size: 2.2rem;
  }

  .benefits-text > h3,
  .pdftools-content > h2,
  .modal-content > p:not(.modal-heading),
  .modal-link {
    font-size: 1.8rem;
  }

  .top3-cards-container {
    grid-template-columns: repeat(auto-fill, 465px);
  }

  .top3-cards-container > div > div {
    width: 465px;
    height: 500px;
  }

  .btn-common {
    font-size: 1.3rem;
    padding: 0.5rem 4rem;
  }

  .pdftools-stars-btn {
    width: 300px;
  }

  .pdftools-content {
    width: 50rem;
  }

  .menu > a > img {
    width: 280px;
  }

  .content-blog {
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  }

  .part-2 > div > img {
    margin-bottom: 0.45rem;
  }

  .seite-balance {
    justify-content: center;
  }

  .modal-container {
    width: 1250px;
    height: 940px;
  }

  .modal-link > span {
    padding: 0.1rem 0.7rem;
    margin-right: 1rem;
  }

  .modal-content-3 > div > img {
    width: 100px;
    height: auto;
  }
}

@media screen and (min-width: 3000px) {
  .header-text-container > h1 {
    width: 60%;
  }

  header {
    height: 750px;
    background-size: 100% 100%;
  }

  .top3-cards-container {
    grid-template-columns: repeat(auto-fill, 550px);
  }

  .top3-cards-container > div > div {
    width: 550px;
    height: 600px;
  }

  .pdftools-content {
    width: 70rem;
  }

  .benefits-text > h3,
  .pdftools-content > h2,
  .modal-content > p:not(.modal-heading),
  .modal-link {
    font-size: 2.2rem;
  }

  .content-blog {
    grid-template-columns: repeat(auto-fit, minmax(700px, 1fr));
  }

  .seite-header {
    background-size: 100% 80%;
  }

  .seite-description {
    margin: 11rem auto 0 auto;
  }
}

@media screen and (max-width: 1800px) {
  .header-text-container > h2 {
    font-size: 1.2rem;
  }

  .banner > .ellipse {
    left: clamp(-180px, -12vw, -40px);
  }

  .banner-3 > .ellipse {
    left: unset;
    right: clamp(-180px, -12vw, -40px);
  }
}

@media screen and (max-width: 1650px) {
  .space {
    margin-top: 4rem;
  }

  /* Responsive Home*/
  .benefits-heading {
    width: 45%;
  }

  .benefits-img {
    width: 50%;
  }

  .top3-cards-container {
    width: 80%;
  }

  .card-text > p,
  .winner-card-text > p {
    width: 80%;
  }

  header {
    background-size: 100% 60% !important;
  }

  .seite-logo {
    min-height: 300px;
  }

  .header-text-container > h2 {
    font-size: 1.1rem;
  }

  .pdftools-logo > img {
    width: 75%;
  }

  .qoppa-logo > img {
    width: 180px;
  }

  .pdftools-logo {
    width: 220px;
    height: 220px;
  }

  .pdftools-container > div {
    min-height: 250px;
  }

  .benefits-heading {
    width: 55%;
  }

  .txtp-404 {
    margin: 1rem 0 2rem 0;
  }

  .seite-information > div > div {
    width: 40%;
  }

  .part-1 {
    margin-left: 3rem;
  }

  .min-h-xl {
    min-height: 16px;
  }

  /* banner */
  .banner-text > .banner-title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1450px) {
  .menu,
  .pdftools-container,
  .faqs,
  .faq-heading,
  .footer,
  .seite-submenu,
  .seite-logo,
  .seite-description,
  .seite-balance,
  .seite-extra > div,
  .submenu,
  .title-blog,
  .content-blog,
  .impressum,
  .datenschutz,
  .title-blog-other-articles > p,
  .seite-information > div,
  .content-articles {
    width: 80%;
  }

  .header-text-container {
    width: 65%;
  }

  .benefits-heading {
    width: 70%;
  }

  .top3-cards-container {
    width: 90%;
  }

  .top3-cards-container > div > div {
    width: 300px;
    height: 200px;
    padding: 1rem 0;
  }

  .pdftools-heading > h3 {
    font-size: 1.2rem;
    margin-top: 2rem;
  }

  .top3-cards-container {
    grid-template-columns: repeat(auto-fill, 300px);
    gap: 50px;
    margin: -5rem auto 1rem auto;
  }

  .pdftools-container > div:first-child > div > img,
  .pdftools-container > div:nth-child(3) > div > img {
    width: 150px;
  }

  .pdftools-stars-btn {
    height: 260px;
    width: 260px;
  }

  .pdftools-content {
    width: 30rem;
    margin: 0 1.5rem;
  }

  .pdftools-content > ul > li {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
  }

  .benefits-text > p {
    font-size: 0.9rem;
  }

  .card-logo,
  .winner-card-logo {
    min-height: 50px;
  }

  .card-text,
  .winner-card-text {
    min-height: 50px;
  }

  .card-star-container {
    margin: 0.4rem 0 0.65rem 0;
  }

  .tools-link {
    font-size: 0.85rem;
  }

  .btn-common {
    font-size: 0.8rem;
    padding: 0.35rem 2rem;
  }

  .top-3-link {
    font-size: 0.75rem;
  }

  .benefits-heading > h3,
  .faq-heading,
  .content-article-1 > h2,
  .content-article-1-1 > h2,
  .seite-balance > div > div > p,
  .seite-information > :is(h1, h2),
  .seite-extra > div > div > h2 {
    font-size: 1.5rem;
  }

  .title-article {
    font-size: 1.2rem;
  }

  .card-star-container > img {
    width: 80px;
    height: auto;
  }

  .logoSoda {
    width: 75px;
    height: auto;
  }

  .logoExpert {
    width: 120px;
    height: auto;
  }

  .logo-anyPDF {
    width: 55px;
    height: auto;
  }

  .card-text > p,
  .winner-card-text > p {
    font-size: 0.75rem;
    width: 88%;
  }

  .benefits-text > h3 {
    font-size: 1.3rem;
  }

  .mention {
    margin-top: 17rem;
  }

  .content-img-txt-404 {
    margin: -40rem auto 0 auto;
  }

  .pdftools-content > h2 {
    font-size: 1.4rem;
  }

  .list-price {
    font-size: 1rem !important;
  }

  .pdftools-content > p {
    font-size: 0.8rem;
  }

  .menu {
    padding: 1.5rem 0;
  }

  .menu .menu-items {
    margin: 0;
  }

  .header-content {
    margin: -40rem auto 7rem auto;
  }

  .tag {
    font-size: 0.7rem;
    padding: 0.3rem 0;
  }

  .kostenlos {
    top: 21%;
  }

  .card-star-container > span,
  .list-price {
    font-size: 0.85rem !important;
  }

  .blog {
    margin-top: -42rem;
  }

  .top3-cards-container > div > div .card-star-container > .list-price {
    font-size: 0.85rem !important;
  }

  /* banner */
  .banner {
    width: 80%;
  }

  .banner-img > img {
    width: 270px;
  }

  .banner > .ellipse {
    left: clamp(-210px, -17vw, -40px);
  }

  .banner-3 > .ellipse {
    left: unset;
    right: clamp(-200px, -15vw, -40px);
  }

  .img-blog-article1 {
    max-width: 850px;
  }
}

@media screen and (max-width: 1350px) {
  .header-text-container > h1 {
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
  }

  .header-text-container > h2 {
    font-size: 0.9rem;
  }

  details summary {
    font-size: 1rem;
  }

  .faq {
    background-size: 120% 100%;
    padding: 6rem 0 5rem 0;
    margin-top: 2rem;
  }

  .footer > div > a {
    font-size: 0.9rem;
  }

  .hoppla {
    font-size: 1.7rem;
  }

  .txtp-404 {
    font-size: 1.1rem;
  }

  .seite-extra {
    background-size: 135% 100%;
  }

  .pdftools-content > p {
    margin-bottom: 1rem;
  }

  .pdftools-content > h2 {
    font-size: 1.2rem;
  }

  .benefits-container > div:nth-child(3) {
    margin-top: -2rem;
  }
}

@media screen and (max-width: 1250px) {
  .benefits-text > h3 {
    font-size: 1.2rem;
  }

  .pdftools-content > h2 {
    font-size: 1rem;
  }

  .pdftools-stars-btn {
    padding: 0 1rem;
    width: 200px;
    height: 200px;
  }

  .pdftools-logo {
    width: 200px;
    height: 160px;
  }

  .pdftools-content {
    width: 24rem;
    margin: 0 1rem;
  }

  .pdftools-content > ul > li {
    font-size: 0.75rem;
  }

  .benefits-text > h3 {
    font-size: 1.2rem;
    width: 80%;
  }

  .part-1 {
    margin-left: 0;
  }

  .part-2 > div > img {
    margin-bottom: 0.26rem;
  }

  .modal-container {
    width: 700px;
    height: 450px;
    background-size: 100% 100%;
  }

  .modal-content-1 {
    height: 85%;
  }

  .modal-content > .modal-heading,
  .modal-content-3 > div > .modal-heading {
    font-size: 1.7rem;
  }

  .modal-content-3 > div > h2 {
    font-size: 1.3rem;
  }

  .modal-content-3 > p {
    font-size: 0.9rem;
  }

  meter {
    margin-bottom: 1rem;
  }

  .modal-content > p:not(.modal-heading) {
    font-size: 1.1rem;
  }

  .modal-link {
    margin-bottom: 1rem;
    font-size: 0.9rem;
  }

  .modal-link > span {
    padding: 0.1rem 0.4rem;
  }

  .modal-content,
  .modal-content-3 {
    justify-content: flex-start;
    margin-left: 4rem;
  }

  .modal-content-3 {
    width: 54%;
  }

  .modal-content-3 > div > img {
    width: 40px;
    height: auto;
  }

  .min-h-xl {
    min-height: 38px;
  }

  .card-star-container > span,
  .list-price {
    font-size: 0.9rem !important;
  }

  .card-star-container > img {
    width: 80px;
    height: auto;
  }

  /* banner */

  .banner-text > .banner-p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .banner-text > .banner-title {
    font-size: 1.4rem;
  }

  .banner-img > img {
    width: 250px;
  }

  .banner > .ellipse {
    left: clamp(-260px, -25vw, -40px);
  }

  .banner-3 > .ellipse {
    left: unset;
    right: clamp(-260px, -25vw, -40px);
  }
}

@media screen and (max-width: 1170px) {
  .header-text-container > h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

  .header-text-container {
    width: 75%;
  }

  .seite-balance > div > ul {
    margin: 0 3rem;
  }

  header {
    background-size: 100% 65% !important;
  }

  .seite-header {
    background-size: 100% 63% !important;
  }

  .seite-logo {
    min-height: 270px;
  }

  .benefits-text > p {
    line-height: 1.4;
    font-size: 0.8rem;
  }

  .top3-cards-container {
    gap: 35px;
  }

  .top3-cards-container > div > div {
    width: 260px;
  }

  .top3-cards-container {
    grid-template-columns: repeat(auto-fill, 260px);
  }

  .benefits-text > p,
  .benefits-heading > p,
  details summary,
  .faq-text,
  .paragram-article,
  .content-articles > div > p,
  .seite-extra > div,
  .seite-information > div,
  .impressum > p,
  .mention > p,
  .square > li,
  .blog-list > li,
  .seite-balance > .vorteile > ul > li,
  .seite-balance > .nachteile > ul > li {
    font-size: 0.9rem;
  }

  .seite-balance > .vorteile > ul > li,
  .seite-balance > .nachteile > ul > li {
    background-size: 12.5px;
    padding-left: 1.5rem;
  }

  .part-2 > div > img {
    width: 12.5px;
    height: 12.5px;
  }

  .content-blog {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  }

  .impressum > h1,
  .datenschutz h1 {
    margin-top: 2rem;
  }

  .benefits-text {
    width: 50%;
  }

  .top3-cards-container > div > div {
    height: 230px;
  }

  .tag {
    width: 90px;
    left: 14%;
  }

  /* banner */
  .banner > .ellipse {
    left: clamp(-280px, -35vw, -40px);
  }

  .banner-3 > .ellipse {
    left: unset;
    right: clamp(-280px, -35vw, -40px);
  }

  .img-blog-article1 {
    max-width: 750px;
  }
}

@media screen and (max-width: 1000px) {
  header {
    background-size: 140% 60% !important;
  }

  .seite-header {
    background-size: 140% 63% !important;
  }

  .mention {
    margin-top: 9rem;
  }

  .impressum {
    margin-bottom: 4rem;
  }

  .menu,
  .submenu,
  .seite-submenu,
  .seite-logo,
  .seite-description,
  .seite-extra > div,
  .datenschutz,
  .impressum,
  .pdftools-container,
  .title-blog-other-articles > p,
  .seite-balance,
  .benefits-container,
  .title-blog,
  .content-blog,
  .faq-heading,
  .faqs,
  .content-articles {
    width: 90%;
  }

  .sejda-logo,
  .updf-logo,
  .qoppa_logo {
    margin-bottom: 1rem;
  }
  .qoppa-logo > img {
    width: 200px;
  }

  .qoppa_logo {
    margin-top: 0.5rem;
  }

  .power-logo {
    margin-bottom: 0.5rem;
  }

  .seite-logo-footer {
    margin: 3rem 0;
  }

  .header-text-container {
    width: 45%;
  }

  .benefits-text {
    width: 50%;
  }

  .benefits-heading > h3 {
    margin-top: 4rem;
  }

  .benefits-heading {
    width: 75%;
  }

  .faq-heading {
    font-size: 1.5rem;
  }

  .faq {
    padding: 7rem 0 8rem 0;
  }

  .benefits-container {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .benefits-container > div {
    margin-bottom: 4rem;
  }

  .benefits-container > div:nth-child(3) {
    margin-top: -2rem;
  }

  .card-star-container > span {
    font-size: 1rem;
  }

  .card-star-container > img {
    width: 108px;
    height: auto;
  }

  .pdftools-stars {
    margin-bottom: 1rem;
  }

  .hoppla {
    font-size: 1.2rem;
  }

  .header-content {
    flex-direction: column-reverse;
    margin: -38rem auto 3rem auto;
  }

  .header-text-container {
    width: 90%;
    text-align: center;
    margin-bottom: 2rem;
  }

  .header-text-container > h1 {
    width: 100%;
    font-size: 2.5rem;
  }

  .top3-cards-container {
    display: flex;
    flex-wrap: wrap;
  }

  .top3-cards-container > div:nth-child(1) {
    order: 1;
  }

  .top3-cards-container > div:nth-child(2) {
    order: 0;
    width: 100%;
  }

  .top3-cards-container > div:nth-child(2) > div {
    width: 100%;
    padding-bottom: 2rem;
  }

  .top3-cards-container > div:nth-child(3) {
    order: 2;
  }

  .top3-cards-container > div > div:nth-child(2) {
    width: 90%;
    margin: auto;
    height: fit-content;
  }

  .top3-cards-container {
    gap: 25px;
    margin: -3.5rem auto 1rem auto;
    width: 80%;
  }

  .card-text,
  .winner-card-text {
    min-height: 60px;
  }

  .card-text > p,
  .winner-card-text > p {
    width: 90%;
  }

  .winner {
    transform: scale(1);
  }

  .top3-cards-container > div > div {
    width: auto;
    height: 230px;
  }

  .btn-common {
    font-size: 1rem;
    padding: 0.4rem 1rem;
    width: 60%;
  }

  .pdftools-logo > img {
    width: 20%;
  }

  .pdftools-container > div:nth-child(3) > div > img,
  .pdftools-container > div:nth-child(1) > div > img {
    width: 200px;
  }

  .pdftools-container > div:nth-child(6) > div > img {
    width: 17%;
  }

  .pdftools-logo {
    width: 100%;
    height: auto;
    margin: 2rem 0 1rem;
  }

  .pdftools-container > div {
    flex-wrap: wrap;
  }

  .pdftools-container > div > a {
    width: 100%;
  }

  .pdftools-stars-btn {
    width: 100%;
    height: auto;
    border-left: none;
    border-top: 2px #f8f8f8 solid;
    margin: 1rem 2rem 0 2rem;
    padding-top: 1.5rem;
  }

  .pdftools-stars-btn > div {
    margin-bottom: 2rem;
    justify-content: flex-start;
  }

  .tools-link {
    font-size: 0.8rem;
  }

  .pdftools-heading > h3 {
    margin-top: 2rem;
  }

  .pdftools-content {
    width: 100%;
    margin: 0 3rem;
  }

  .pdftools-stars-btn > p {
    margin-top: 0;
  }

  .pdftools-stars-btn > .card-star-container {
    margin: 0 0 0.5rem 0;
  }

  .header-text-container > h2 {
    margin-right: 0;
  }

  .seite-description {
    margin: 5rem auto 0 auto;
  }

  .seite-information > .char-description {
    width: 90%;
    font-size: 0.9rem;
  }

  .seite-balance,
  .seite-extra > div {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .seite-balance > div {
    width: 100%;
  }

  .vorteile {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .seite-information > div {
    width: 95%;
  }

  .seite-extra > div > div {
    width: 100%;
    margin-top: 1rem;
  }

  .extra-part-1 {
    margin-right: 0;
  }

  .space {
    margin-top: 2rem;
  }

  .extra-part-2 {
    margin-top: 0 !important;
  }

  .seite-extra > div {
    padding-bottom: 1rem;
  }

  .seite-logo-footer > div:nth-child(odd) {
    flex-direction: column;
    width: 100%;
  }

  .seite-balance,
  .seite-extra > div {
    margin-bottom: 1rem;
  }

  .seite-logo-footer > div:nth-child(odd) > img {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .content-img-txt-404 {
    margin: -42rem auto 0 auto;
  }

  .content-img-txt-404 {
    flex-direction: column;
  }

  .img-404 > img {
    width: 100%;
    height: auto;
  }

  .img-404 {
    width: 90%;
  }

  .text-404 {
    width: 90%;
    margin: auto;
    text-align: center;
  }

  .seite-logo-footer > div > a:nth-child(3) {
    margin-left: 0 !important;
    margin-top: 0.5rem;
  }

  .logoSoda {
    width: 120px;
  }

  .logoExpert {
    width: 190px;
  }

  .logo-anyPDF {
    width: 80px;
  }

  .card-logo,
  .winner-card-logo {
    min-height: fit-content;
    margin-bottom: 0.5rem;
  }

  .modal-content-3 > div > a {
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
  }

  .tag {
    left: 4%;
  }

  .kostenlos {
    top: 20%;
  }

  .pdftools-stars-btn > a {
    padding: 0.4rem 1rem;
    width: 40%;
  }

  /* banner */
  .banner {
    width: 90%;
    flex-direction: column;
    padding: 4rem 0;
  }

  .banner-img {
    width: 50%;
    margin: auto;
  }

  .banner-img > img {
    width: 100%;
    height: auto;
  }

  .banner-text {
    position: relative;
    top: 2rem;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
  }

  .banner-text > .banner-title {
    font-size: 1.8rem;
    width: 89%;
    margin: auto;
  }

  .banner-text > .banner-p {
    width: 80%;
    margin: 2rem auto;
  }

  .banner-text > a {
    width: 50%;
    display: flex;
    justify-content: center;
    margin: auto;
  }

  .banner > .ellipse {
    border-radius: unset;
    height: 55.5%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
  }

  .banner-2 > .ellipse {
    height: 57.5%;
  }

  .banner-2 > .ellipse {
    height: 56.5%;
  }
}

@media screen and (max-width: 850px) {
  body.light #darklightButton,
  body.dark #darklightButton {
    margin-left: 0;
  }

  .menu .menu-items {
    display: none;
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background-color: white;
    color: black;
    z-index: 2;
    height: 100vh;
    padding-top: 2rem;
  }

  .menu .menu-items .dropdown-content {
    display: none;
    position: relative;
    background-color: white;
    box-shadow: none;
    padding: 10px 32px;
    margin-top: 0px;
  }

  .menu .menu-items li {
    padding: 10px;
  }

  .menu .menu-toggle {
    display: block;
    position: absolute;
    right: 1.5rem;
  }

  .menu .menu-items.show {
    display: flex;
  }

  .scroll > img {
    width: 29px;
    height: auto;
  }

  .content-blog {
    grid-template-columns: repeat(auto-fit, minmax(90%, 1fr));
  }

  .content-articles {
    margin: 1rem auto;
    display: grid;
  }

  .blog-list:nth-child(1) > li:nth-child(1) {
    margin-top: 0;
  }

  .content-article-1-1 {
    width: 100%;
    margin: 0;
  }

  .content-article-1 {
    width: 100%;
  }

  .title-article,
  .paragram-article {
    width: 90%;
    margin: auto;
  }

  .title-blog > h1 {
    font-size: 1.7rem;
  }

  .content-article-1 > h2,
  .content-article-1-1 > h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
  }

  .title-blog > p {
    font-size: 0.9rem;
  }

  .title-blog-other-articles > p {
    font-size: 1.5rem;
  }

  .affiliate-text {
    font-size: 0.75rem;
  }

  .pdftools-heading > h3 {
    font-size: 1.5rem;
  }

  .pdftools-content > p {
    margin-bottom: 1rem;
  }

  .pdftools-container > div > .kostenlos {
    top: 8%;
    left: 5%;
  }

  .top3-cards-container {
    width: 90%;
  }

  .scroll {
    right: 5px;
  }

  /* banner */
  .banner-text:not(.blog-2) {
    top: 0;
  }

  .banner-text > .banner-title {
    margin-top: 2rem;
  }

  .banner > .ellipse {
    height: calc(52.2% - 1vw);
  }

  .banner-2 > .ellipse {
    height: calc(55.2% - 1vw);
  }

  .banner-3 > .ellipse {
    height: 48%;
  }
}

@media screen and (max-width: 800px) {
  .banner > .ellipse {
    height: calc(50.2% - 1vw);
  }

  .banner-2 > .ellipse {
    height: calc(55.2% - 1vw);
  }
}

@media screen and (max-width: 666px) {
  .banner > .ellipse {
    height: calc(47% - 0vw);
  }
}

@media screen and (max-width: 650px) {
  header {
    background-size: 125% 50% !important;
  }

  .header-text-container > h1 {
    font-size: 2.1rem;
  }

  .header-text-container {
    margin-bottom: 0;
  }

  .tag {
    left: 6%;
  }

  .kostenlos {
    top: 18%;
  }

  .top3-cards-container {
    margin: -1rem auto 1rem auto;
  }

  .top3-cards-container > div > div,
  .top3-cards-container > div > div:nth-child(2) {
    width: 100%;
    margin: auto;
    height: fit-content;
  }

  .menu a img {
    width: 180px;
  }

  .pdftools-logo {
    height: fit-content;
    width: 100%;
  }

  .pdftools-content {
    width: 100%;
    padding-bottom: 0;
  }

  .pdftools-stars {
    width: 100%;
    margin: 0 0 1rem 2rem;
  }

  .seite-logo > .pdftools-stars {
    width: 80%;
    margin: 1rem 0;
  }

  .pdftools-stars-btn {
    height: auto;
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }

  .pdftools-stars-btn > div {
    margin-bottom: 0;
  }

  .pdftools-content .btn-common {
    width: 80% !important;
    margin: auto;
    display: flex;
    justify-content: center;
  }

  .pdftools-container > div {
    margin: 2rem 0;
  }

  .pdftools-stars-btn > a.btn-common {
    width: 80%;
  }

  .tools-link {
    margin-top: 0;
  }

  .benefits-container > div {
    flex-direction: column-reverse;
  }

  .benefits-container > div:nth-child(even) {
    flex-direction: column;
  }

  .benefits-img {
    width: 100%;
  }

  .benefits-text {
    width: 100%;
    text-align: center;
  }

  .benefits-text > h3,
  .benefits-text:nth-child(even) > h3,
  .benefits-heading {
    width: 90%;
    margin: auto;
  }

  .faq-heading {
    font-size: 1.2rem;
  }

  .faq {
    background-size: 175% 100%;
    padding: 3rem 0 5rem 0;
    margin-top: 2rem;
  }

  details summary:after {
    font-size: 1.5rem;
    margin-top: 0.55rem;
  }

  .top3-cards-container > div > div {
    padding: 2rem 0;
  }

  .btn-common {
    width: 70%;
  }

  .pdftools-logo > img {
    width: 35%;
  }

  .pdftools-container > div:nth-child(6) > div > img {
    width: 25%;
  }

  .pdftools-container > div:nth-child(3) > div > img,
  .pdftools-container > div:nth-child(1) > div > img {
    width: 170px;
  }

  .header-text-container > h2 {
    font-size: 0.9rem;
  }

  .benefits-text:nth-child(even) {
    margin-left: 0;
  }

  .title-article,
  .paragram-article {
    width: 90%;
  }

  .submenu > a {
    font-size: 0.75rem;
    padding: 0 0.3rem;
  }

  .submenu {
    padding: 1rem 0;
  }

  .seite-header {
    background-size: 140% 60% !important;
  }

  .seite-logo {
    min-height: 180px;
  }

  .part-2 {
    width: 30% !important;
  }

  .part-1 {
    width: 50% !important;
  }

  .seite-information > div > div > .char-heading {
    min-height: 36px;
    margin: 3rem 0 2rem 0;
  }

  .part-1 {
    margin-right: 2rem;
  }

  .buttons {
    display: flex;
    flex-direction: column;
  }

  .buttons > a {
    width: 90% !important;
  }

  .buttons > a:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .buttons > a:nth-child(even) {
    margin-left: 0;
  }

  .seite-description {
    margin: 4rem auto 0 auto;
  }

  .seite-balance > div > ul {
    margin: 0 2rem;
  }

  .seite-balance > div > div {
    margin: 1rem 0 1.5rem 0;
  }

  .seite-information > :is(h1, h2) {
    width: 90%;
    margin: 3rem auto 1rem auto;
  }

  .part-2 > div {
    align-items: center;
  }

  .extra-part-1 > p,
  .extra-part-2 > p,
  .seite-description > p {
    font-size: 0.9rem;
  }

  .seite-balance > div > div > p,
  .seite-information > :is(h1, h2),
  .seite-extra > div > div > h2 {
    font-size: 1.1rem;
  }

  .datenschutz p,
  .datenschutz ul > li {
    word-wrap: break-word;
    font-size: 0.9rem;
  }

  .impressum > h1,
  .datenschutz h1 {
    font-size: 1.5rem;
    margin-top: 1rem;
  }

  .datenschutz h2 {
    font-size: 1.1rem;
  }

  .back-home-datenschutz {
    margin-top: 5rem;
  }

  .mention {
    margin-top: 6rem;
    margin-bottom: 3rem;
  }

  .min-h-xl-56 {
    min-height: 56px;
  }

  .txtp-404 {
    font-size: 0.9rem;
  }

  .text-404 > div {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .img-404 {
    width: 100%;
  }

  .footer,
  .footer > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .footer > div > a {
    padding: 0.5rem 0;
    font-size: 0.9rem;
  }

  .footer {
    padding: 2rem 0;
  }

  .footer > img {
    margin-bottom: 1rem;
  }

  .modal-container {
    width: 350px;
    height: 350px;
    background-size: 115% 100%;
  }

  .modal-content > .modal-heading,
  .modal-content-3 > div > .modal-heading {
    font-size: 1rem;
  }

  .modal-content,
  .modal-content-3 {
    margin-left: 1.5rem;
  }

  .modal-content > p:not(.modal-heading) {
    font-size: 0.9rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  #btn-cerrar {
    font-size: 1rem;
    left: 94%;
  }

  .modal-link {
    font-size: 0.8rem;
  }

  .modal-content {
    width: 75%;
  }

  .modal-content-3 {
    width: 78%;
  }

  meter {
    width: 70%;
  }

  .modal-content-3 > div > h2 {
    font-size: 1.1rem;
    width: 60%;
  }

  .modal-content-3 > p {
    font-size: 0.75rem;
    width: 85%;
  }

  .modal-content-3 > div:nth-child(4) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .modal-content-3 > div > a:nth-child(1) {
    margin-right: 0;
    margin-bottom: 0.3rem;
  }

  .modal-content-3 > p:nth-child(odd) {
    margin: 0 0 1rem 0;
  }

  .modal-content-3 > div > a {
    font-size: 0.7rem;
  }

  .modal-content-3 > div > img {
    width: 30px;
    margin-right: 0.5rem;
  }

  .pdftools-stars-btn > .card-star-container {
    justify-content: center;
  }

  .pdftools-container > div > .kostenlos {
    top: 5%;
    left: 10%;
  }

  .pdftools-content {
    margin: 0 1.5rem;
  }

  /* banner */
  .banner-img {
    width: 80%;
  }

  .banner-text {
    top: 2rem;
  }

  .banner-text > .banner-title {
    font-size: 1.4rem;
  }

  .banner-text > .banner-p {
    width: 90%;
    margin: 1rem auto 2rem;
  }

  .banner-text > a {
    width: 75%;
  }

  .banner {
    padding: 3rem 0;
  }

  .banner > .ellipse {
    height: calc(60% - 1vw);
  }

  .min-38 {
    min-height: 45px;
  }

}

@media screen and (max-width: 522px) {
  /* banner */
  .banner-text {
    top: 1.5rem;
  }

  .banner > .ellipse {
    height: calc(52.5% - 1vw);
  }
}

@media screen and (max-width: 425px) {
  .min-h-36 {
    min-height: 36px;
  }

    .min-20{
    min-height: 30px;
  }

  .min-h-long-74 {
    min-height: 74px;
  }

  .min-56 {
    min-height: 50px !important;
  }

  .seite-submenu {
    padding-top: 0;
  }

  .tag {
    left: 9%;
  }

  /* banner */
  .banner > .ellipse {
    height: calc(47% - 1vw);
  }
}

@media screen and (max-width: 350px) {
  .header-text-container > h1 {
    font-size: 2rem;
  }

  details summary {
    width: 95%;
  }

  .tag {
    left: 12%;
  }

  .pdftools-heading > h3,
  .benefits-heading > h3 {
    font-size: 1.2rem;
  }

  .benefits-text > h3 {
    font-size: 1rem;
    width: 100%;
  }

  .title-blog > h1 {
    font-size: 1.5rem;
  }

  .content-article-1 > h2,
  .content-article-1-1 > h2 {
    font-size: 1.2rem;
  }

  .submenu > a {
    font-size: 0.7rem;
    padding: 0;
  }

  .seite-information > div > div > .char-heading {
    font-size: 0.8rem;
  }

  .datenschutz h3 {
    font-size: 0.9rem;
  }

  .seite-information > div > div > .char-heading {
    margin: 2rem 0 1rem 0;
  }

  .modal-container {
    width: 300px;
    height: 385px;
  }

  .modal-content,
  .modal-content-3 {
    margin-left: 1rem;
  }

  .modal-content-3 > div > h2 {
    font-size: 1.05rem;
    width: 70%;
  }

  .modal-content {
    margin-top: 2rem;
    width: 80%;
  }

  .pdftools-container > div > .kostenlos {
    top: 3%;
    left: 13%;
  }

  /* banner */
  .banner-text > .banner-title {
    font-size: 1.1rem;
  }

  .banner-text > .banner-p {
    font-size: 0.9rem;
  }

  .banner > .ellipse {
    height: calc(45% - 1vw);
  }
}

@media screen and (max-width: 330px) {
  .min-h-xs-36 {
    min-height: 36px;
  }

  .part-2 > p {
    text-align: center;
  }

  .min-h-xs-long-92 {
    min-height: 92px;
  }

  .min-h-54 {
    min-height: 54px;
  }

  /* banner */
  .banner > .ellipse {
    height: calc(47% - 1vw);
  }
}

@media screen and (max-width: 300px) {
  .banner > .ellipse {
    height: calc(40% - 1vw);
  }
}
