/* 
Theme Name: wwwagency.de 
Theme URI: http://www.wwwagency.de  
Description: wwwagency.de child theme  
Author: wwwagency.de 
Author URI: http://www.wwwagency.de  
Template: Divi  
Version: 1.0 
screenshot: screenshot.jpg
*/

.Rating-rater,
body {
  position: relative;
}

:root {
  --main-color: #5137ff;
  --opacity-hovered: 0.85;
  --headings-color: #192227;
  --gutter-xs: 8px;
  --gutter-sm: 16px;
  --gutter-normal: 32px;
  --gutter-lg: 64px;
  --gutter-xl: 128px;
  --body-font-family: Poppins, Helvetica, Arial, Lucida, sans-serif;
  --body-font-size: 16px;
  --body-font-weight: 400;
  --body-font-style: normal;
  --body-line-height: 1.5;
  --body-letter-spacing: 0;
  --t4-font-family: Poppins, Helvetica, Arial, Lucida, sans-serif;
  --t4-font-size: 16px;
  --t4-font-weight: 400;
  --t4-font-style: normal;
  --t4-line-height: 1.5;
  --t4-letter-spacing: 0;
  --megamenu-font-style: inherit;
  --heading-font-family: Poppins, Helvetica, Arial, Lucida, sans-serif;
  --heading-font-weight: 500;
  --heading-font-style: normal;
  --heading-line-height: 1.2;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 32px;
  --h4-font-size: 20px;
  --h5-font-size: 16px;
  --h6-font-size: 14px;
  --jas-link-color: #1e293b;
  --facebook: #3b5997;
  --facebook-rgb: 59, 89, 151;
  --whatsapp: #2ab318;
  --whatsapp-rgb: 42, 179, 24;
  --twitter: #00acee;
  --twitter-rgb: 0, 172, 238;
  --linkedin: #007bb6;
  --linkedin-rgb: 0, 123, 182;
  --reddit: #f40;
  --reddit-rgb: 255, 68, 0;
  --tumblr: #001833;
  --tumblr-rgb: 0, 24, 51;
  --intagram: #25a3e1;
  --intagram-rgb: 182, 14, 173;
  --messenger: #4287f7;
  --messenger-rgb: 66, 135, 247;
  --line: #132518;
  --line-rgb: 19, 37, 24;
  --email: #475569;
  --email-rgb: 59, 130, 246;
  --telegram: #46a7e7;
  --telegram-rgb: 70, 167, 231;
  --livejournal: #00b0ea;
  --livejournal-rgb: 0, 176, 234;
  --flipboard: #e12828;
  --flipboard-rgb: 225, 40, 40;
  --instapaper: #000;
  --instapaper-rgb: 0, 0, 0;
  --getpocket: #ef4056;
  --getpocket-rgb: 239, 64, 86;
  --hackernew: #ff4000;
  --hackernew-rgb: 255, 60, 0;
  --kooapp: #facd00;
  --kooapp-rgb: 250, 205, 0;
  --skype: #00aff0;
  --skype-rgb: 0, 175, 240;
  --yahoo: #720e9e;
  --yahoo-rgb: 114, 14, 158;
  --btn-share-small: 30px;
  --btn-share-medium: 36px;
  --btn-share-large: 48px;
  --btn-share-extra: 60px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  line-height: var(--heading-line-height);
}

body:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-image: url(/wp-content/uploads/2024/04/body-bg-scaled-1.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.4;
}


.Rating {
  display: inline-flex;
  align-items: center;
}

.Rating::after,
.Rating::before {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  color: #000;
}

.Rating::before {
  margin-right: 6px;
}

.Rating::after {
  margin-left: 6px;
}

.Rating-rater {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 80px;
  height: 16px;
  margin-top: -2px;
}

.Rating-rater-input {
  position: absolute;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.Rating-rater-label {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.Rating-rater-input:focus~.Rating-rater-indicator::before,
.Rating-rater-label:hover~.Rating-rater-indicator::before {
  background-image: url(/wp-content/uploads/2024/03/rating-background-hover.svg);
}

.Rating-rater-input:nth-child(n + 1):checked~.Rating-rater-indicator::after,
.Rating-rater-label:nth-child(n + 2):hover~.Rating-rater-indicator::after,
.Rating[data-rating^="1"] .Rating-rater-indicator::after {
  width: 20%;
}

.Rating-rater-input:nth-child(n + 3):checked~.Rating-rater-indicator::after,
.Rating-rater-label:nth-child(n + 4):hover~.Rating-rater-indicator::after,
.Rating[data-rating^="2"] .Rating-rater-indicator::after {
  width: 40%;
}

.Rating-rater-input:nth-child(n + 5):checked~.Rating-rater-indicator::after,
.Rating-rater-label:nth-child(n + 6):hover~.Rating-rater-indicator::after,
.Rating[data-rating^="3"] .Rating-rater-indicator::after {
  width: 60%;
}

.Rating-rater-input:nth-child(n + 7):checked~.Rating-rater-indicator::after,
.Rating-rater-label:nth-child(n + 8):hover~.Rating-rater-indicator::after,
.Rating[data-rating^="4"] .Rating-rater-indicator::after {
  width: 80%;
}

.Rating-rater-input:nth-child(n + 9):checked~.Rating-rater-indicator::after,
.Rating-rater-label:nth-child(n + 10):hover~.Rating-rater-indicator::after,
.Rating[data-rating^="5"] .Rating-rater-indicator::after {
  width: 100%;
}

.Rating-rater-indicator {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.Rating-rater-indicator::after,
.Rating-rater-indicator::before {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 80px 16px;
  background-repeat: no-repeat;
  content: "";
}

.Rating--showValue::before,
.Rating--simple::after {
  content: attr(data-rating);
}

.Rating-rater-indicator::before {
  background-image: url(/wp-content/uploads/2024/03/rating-background.svg);
}

.Rating-rater-indicator::after {
  width: 0;
  background-image: url(/wp-content/uploads/2024/03/rating-foreground.svg);
}

.Rating[data-rating^="4.5"] .Rating-rater-indicator::after {
  width: 90%;
}

.Rating[data-rating^="3.5"] .Rating-rater-indicator::after {
  width: 70%;
}

.Rating[data-rating^="2.5"] .Rating-rater-indicator::after {
  width: 50%;
}

.Rating[data-rating^="1.5"] .Rating-rater-indicator::after {
  width: 30%;
}

.Rating[data-rating^="0.5"] .Rating-rater-indicator::after {
  width: 10%;
}

.Rating--static .Rating-rater-input,
.Rating--static .Rating-rater-label,
.penta-multistep .wpcf7-list-item input[type="radio"] {
  display: none;
}

.Rating--large::after,
.Rating--large::before {
  font-size: 15px;
}

.Rating--large .Rating-rater {
  width: 97px;
  height: 19.4px;
}

.Rating--large .Rating-rater-label {
  width: 19.4px;
  height: 19.4px;
}

.Rating--large .Rating-rater-indicator::after,
.Rating--large .Rating-rater-indicator::before {
  background-size: 97px 19.4px;
}

.Rating--simple .Rating-rater {
  width: 16px;
}

.Rating--simple .Rating-rater-indicator::after,
.Rating--simple .Rating-rater-indicator::before,
.Rating--simple:not([data-rating^="0"]) .Rating-rater-indicator::after {
  width: 100%;
}

.Rating--simple[data-rating^="0"] .Rating-rater-indicator::after {
  width: 0;
}

.Rating--simple.Rating--large .Rating-rater {
  width: 19.4px;
}

.penta-form-title {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.penta-multiple-steps-container input,
.penta-multiple-steps-container textarea {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  margin-bottom: 1rem;
  font-size: 16px;
}

.penta-multistep {
  background-color: #f3f3f3;
}

.penta-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.penta-top-badge {
  position: absolute;
  top: -20px;
  left: 20px;
  background-color: var(--main-color);
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  z-index: 999;
}

.penta-row .penta-form {
  flex: 0 0 75%;
  max-width: 75%;
  overflow: hidden;
}

.penta-row .penta-steps {
  flex: 0 0 25%;
  max-width: 25%;
  background-color: var(--main-color);
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.penta-steps .penta-steps-item {
  background: #fff;
  padding: 20px;
  display: inline-block;
  width: 95%;
  border-radius: 6px;
  opacity: 0.7;
  transform: scale(0.9);
  margin-bottom: 1rem;
  transition: 0.3s ease-in-out;
}

.penta-steps .penta-steps-item.active {
  opacity: 1;
  transform: scale(1);
}

.penta-multistep .rating-formular {
  display: flex;
  flex-direction: column;
}

.penta-multistep .top {
  padding: 30px;
  background-color: #fff;
  position: relative;
}

.penta-multistep .bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
  background: #f3f3f3;
  border-top: 3px solid #e7e7e7;
  align-items: center;
}

.penta-progressbar {
  width: 350px;
  border-radius: 12px;
  height: 20px;
  background-color: #e9e9e9;
  position: relative;
  overflow: hidden;
}

.penta-progressbar .progressbar-inner {
  background-color: var(--main-color);
  height: 100%;
  width: 0%;
  transition: 0.2s;
  position: absolute;
}

.penta-progressbar .progressbar-percentage {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #b1b1b1;
  top: 0;
  bottom: 0;
}

.penta-steps {
  display: flex;
  flex-direction: column-reverse;
}

.penta-steps .penta-steps-list {
  list-style: none;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 15px 0 0;
}

.penta-steps .penta-angebot {
  height: 20%;
  position: relative;
}

.penta-angebot img {
  top: 0;
  width: 80%;
  opacity: 0.3;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.penta-angebot.active img {
  top: -70%;
  opacity: 1;
}

.penta-multistep .bottom .daily-submits {
  font-size: 16px;
  gap: 10px;
  display: flex;
  align-items: center;
}

.penta-multistep .bottom .daily-queries-count {
  font-size: larger;
}

.penta-multistep .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
}

.penta-multistep .wpcf7-list-item label {
  flex: 1;
  display: flex;
  align-items: center;
  transition: background-color 0.3s;
  cursor: pointer;
}

.penta-multistep .wpcf7-radio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.penta-datenschutz {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cf7-step:first-of-type .penta-magic-options:last-child,
.penta-magic-options {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: 15px;
}

.penta-datenschutz .penta-multiple-steps-container input {
  margin-bottom: 0;
}

.penta-multistep .wpcf7-list-item:hover .wpcf7-list-item-label {
  transition: 0.3s;
  transform: scale(1.03);
}

.penta-multistep .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label {
  padding: 20px;
  transition: 0.3s;
  height: 100%;
  transform: scale(1.05);
}

.penta-multistep .wpcf7-list-item i {
  margin-right: 10px;
}

.penta-multistep button.cf7-next,
.penta-multistep button.cf7-prev,
.penta-multistep button[type="submit"] {
  padding: 20px 35px;
  margin: 20px 10px;
  font-size: 16px;
  transition: background-color 0.3s;
  cursor: pointer;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 8px;
  outline: 0;
  border: 0;
}

.penta-multistep #penta-preloader {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/wp-content/uploads/2024/04/Iphone-spinner-2.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.penta-multistep label.datenschutz {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.penta-multistep label.datenschutz input {
  width: auto;
  margin: 0;
  padding: 0;
}

.penta-multistep button.cf7-prev {
  background: #ddd;
  color: #7f7f7f;
}

.penta-multistep button[type="submit"] i {
  margin-left: 8px;
}

.penta-multistep button.cf7-next,
.penta-multistep button.cf7-prev {
  border-radius: 8px;
  border: none;
}

.penta-multistep button.cf7-next:hover,
.penta-multistep button.cf7-prev:hover {
  opacity: var(--opacity-hovered);
}

.penta-multistep input[type="submit"] {
  border-radius: 8px;
  border: none;
  width: 250px;
}

.penta-magic-options {
  display: flex;
  position: relative;
  height: 150px;
  flex: 0 0 50%;
  max-width: 50%;
}

.cf7-step:first-of-type .penta-magic-options:last-child {
  flex: 0 0 100%;
  max-width: 100%;
}

.penta-select {
  display: flex;
  flex-wrap: wrap;
}

.penta-magic-options label i {
  font-size: 32px;
  font-style: normal;
  margin-right: 20px;
}

.penta-magic-options label {
  background-color: #f3f3f3;
  padding: 12px 30px;
  width: 100%;
  text-align: left;
  color: #3c454c;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 0.2s ease-in;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 12px;
}

.penta-magic-options label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: var(--main-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.penta-magic-options input,
.penta-magic-options label:after {
  width: 32px;
  height: 32px;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.penta-magic-options label:after {
  content: "";
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  transition: 0.2s ease-in;
}

.cf7-step:first-of-type .penta-magic-options:last-child label {
  background-color: #5137ff;
  opacity: 1;
  background-image: linear-gradient(135deg, #444eff 25%, transparent 25%),
    linear-gradient(225deg, #444eff 25%, transparent 25%),
    linear-gradient(45deg, #444eff 25%, transparent 25%),
    linear-gradient(315deg, #444eff 25%, #5137ff 25%);
  background-position: 30px 0, 30px 0, 0 0, 0 0;
  background-size: 60px 60px;
  background-repeat: repeat;
  color: #fff;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
}

.cf7-step:first-of-type .penta-magic-options:last-child label i {
  color: #fdf533;
  -webkit-text-stroke: 2px black;
}

.cf7-step:first-of-type .penta-magic-options:last-child label::before {
  content: none;
}

.penta-magic-options input:checked~label,
.penta-magic-options input:hover~label {
  color: #fff;
}

.penta-magic-options input:checked~label:before,
.penta-magic-options input:hover~label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.penta-magic-options input:checked~label:after,
.penta-magic-options input:hover~label:after {
  background-color: #54e0c7;
  border-color: #54e0c7;
}

.penta-magic-options input {
  order: 1;
  visibility: hidden;
}

#arbeit ul {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-radius: 8px;
  gap: 20px;
  list-style: none;
}

#arbeit ul li a {
  color: #000;
}

.features-item+.features-item {
  border-top: 1px dashed rgba(40, 38, 38, 0.2);
  padding-top: var(--gutter-lg);
  margin-top: var(--gutter-lg);
}

.features-item .item-inner {
  padding-right: var(--gutter-normal);
}

.features-item .img-icon,
.footer-menu-title {
  margin-bottom: var(--gutter-normal);
}

.features-item .img-icon img {
  max-width: 64px;
}

.features-item .h3,
.features-item h3 {
  margin-top: 0;
  margin-bottom: var(--gutter-normal);
  font-size: var(--h3-font-size);
}

.features-item .img-intro img {
  border-radius: 0.5rem;
}

.features-item .desc {
  font-weight: 300;
}

.img-intro .dipi-lottie-icon {
  width: 100%;
  height: 320px;
  margin-top: 1.4rem;
}

#arbeit .row.v-gutters {
  align-items: center;
}

#arbeit ul li a.active {
  color: var(--main-color);
  font-weight: 600;
}

.warum-website-section {
  padding: var(--gutter-lg) var(--gutter-normal);
  text-align: center;
}

.warum-website-section img {
  max-height: 120px;
}

.warum-website-section .h2 {
  margin-top: 0;
  margin-bottom: 2rem !important;
  color: var(--main-color);
  font-size: var(--h2-font-size) !important;
  font-weight: 600 !important;
  display: block;
}

.warum-website-section .extra-statics {
  border-top: 1px dashed rgba(40, 38, 38, 0.2);
  margin-top: var(--gutter-normal) !important;
  padding-top: var(--gutter-normal) !important;
}

.warum-website-section .lead {
  font-size: 1.125rem !important;
  font-weight: 300;
}

.box-inner .title-lead {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: var(--h3-font-size);
}

.box-inner dl,
.box-inner ol,
.box-inner ul {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 0;
}

.box-inner dd {
  margin-left: 0;
}

.box-inner .contact-emailto a {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--headings-color);
}

.box-inner .contact-telephone {
  font-size: var(--h3-font-size);
  color: var(--color-primary);
  font-weight: 500;
}

.box-inner div.has-border {
  border-top: 1px dashed rgba(40, 38, 38, 0.2);
  padding-top: 2rem;
}

.simple-kontaktformular {
  background: #fff;
  padding: 2rem;
  border-radius: 1.5rem;
}

.simple-kontaktformular textarea.wpcf7-form-control {
  min-height: calc(1.28em + 2rem + 4px);
}

.simple-kontaktformular .wpcf7-form-control {
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.28;
  color: #192227;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #192227;
  border-radius: 16px;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.footer-menu-latest-post,
.latest-post-container {
  border-radius: 12px;
  overflow: hidden;
}

.simple-kontaktformular .wpcf7-submit {
  background-color: var(--main-color);
  border-color: var(--main-color);
  display: inline-block;
  color: #fff;
  width: 50%;
}

.latest-post-container {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.latest-post-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: hsla(0, 0%, 0%, 0.3);
  backdrop-filter: blur(10px) saturate(180%);
  color: #fff;
  opacity: 1;
  transition: 0.3s;
}

.latest-post-container:hover .latest-post-content {
  visibility: visible;
  top: 0 !important;
}

.latest-post-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.latest-post-excerpt,
.latest-post-title {
  padding: 10px;
  color: #fff;
}

.latest-post-title {
  font-size: 0.8rem;
  font-weight: 600;
}

.latest-post-excerpt {
  font-size: 0.6rem;
  font-weight: 300;
}

.footer-menu-list ul {
  padding: 0;
  list-style: none !important;
}

.footer-menu-list a {
  color: #4b4a51;
  font-weight: 400;
  font-size: 14px;
}

.et_pb_newsletter_button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 998px) {
  .dipi-cta-button-menu-item {
    margin-left: 4rem !important;
  }
}

@media (max-width: 992px) {

  body:after {
    background-repeat: initial;
  }

  .box-inner .title-lead {
    font-size: 24px;
  }

  .footer-menu-title {
    margin-bottom: var(--gutter-sm);
  }

  .penta-magic-options,
  .penta-row .penta-form {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .penta-magic-options input:checked~label:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale3d(70, 56, 1);
  }

  .cf7-prev-next-row {
    display: flex;
    gap: 15px;
  }

  .penta-multistep .wpcf7-radio {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .penta-multistep button.cf7-next,
  .penta-multistep button.cf7-prev {
    margin: 20px auto;
    display: block;
    padding: 12px 20px;
  }

  .penta-row .penta-steps {
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
  }

  .penta-multistep .bottom {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  .penta-progressbar {
    width: 100%;
  }

  .penta-multistep .rating-formular {
    align-items: center;
  }
}

@media (max-width: 768px) {
  .et_pb_row {
    width: 90% !important;
  }

  .features-item+.features-item {
    padding-top: 10px;
  }

  .dipi_faq .dipi-faq-icon-open,
  .dipi_faq .dipi-faq-icon-closed {
    display: none !important;
  }

  .cf7-step:first-of-type .penta-magic-options:last-child,
  .penta-magic-options {
    padding-right: 0;
    padding-left: 0;
  }

  .penta-magic-options {
    height: 115px;
  }

  .penta-magic-options .label-text {
    font-size: 14px;
  }

  .penta-magic-options label:after {
    width: 15px;
    height: 15px;
    background-position: 0 0;
    background-size: 20px;
  }

  .cf7-step:first-of-type .penta-magic-options:last-child label {
    justify-content: start;
  }

  .penta-multistep button.cf7-next,
  .penta-multistep button.cf7-prev {
    margin: 0;
  }

  .cf7-prev-next-row {
    margin-top: 1.2rem;
  }
}

@media (max-width: 480px) {
  .penta-multistep .wpcf7-list-item-label {
    padding: 10px;
  }
}

@media (min-width: 767px) {
  #kontakt .et_pb_code_inner {
    padding: 10px;
  }

  .et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
    flex-basis: 165px !important;
  }

  .et_pb_newsletter_form .et_pb_newsletter_field {
    flex-basis: calc(100% - 165px) !important;
  }

  .footer-email-option {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .footer-email-option .et_pb_newsletter_description {
    width: 33% !important;
  }

  /*   .form-container.contact label.datenschutz input[type="checkbox"] {
    margin: 0;
    width: 10px;
  }
  .form-container.contact label.datenschutz span {
    width: 300px;
  } */
}

.matrix-code {
  position: fixed;
  top: 0;
  left: 0;
  color: #0f0;
  font-family: monospace;
  overflow: hidden;
  pointer-events: none;
}

.matrix-char {
  position: absolute;
  opacity: 0;
  transition: transform 1s linear, opacity 1s;
  transform: translateY(-100%);
}

#main-content {
  background-color: transparent !important;
}

.toc-item a {
  padding-left: 5px;
  display: block;
  color: #000;
  text-decoration: none;
  border-left: 3px solid transparent;
}

.toc-list,
.toc-list ul {
  padding: 0;
}

.toc-item a.active {
  border-left-color: #007bff;
  background-color: #f0f0f0;
}

/* Kontaktformular */
.info-text-container {
  color: #aaa;
  font-size: 0.9em;
  margin-top: 15px;
  text-align: center;
}

.info-text-container .text-muted {
  color: #aaa;
}

.simple-kontaktformular {
  background: #fff;
  padding: 2rem;
  border-radius: 1.5rem;
}

.form-container.contact textarea.wpcf7-form-control {
  min-height: calc(1.28em + 2rem + 4px);
}

.form-container.contact .wpcf7-form-control {
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.28;
  color: #192227;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #192227;
  border-radius: 16px;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-container.contact .wpcf7-submit {
  background-color: var(--main-color);
  border: none;
  display: block;
  color: #fff;
  margin: 0 auto;
  margin-top: 2rem;
}

.bottom-call i {
  margin-right: 0.4rem;
}

.bottom-call {
  margin-top: 1rem;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.bottom-call a {
  color: var(--main-color);
}

/* 
.form-container.contact label.datenschutz {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.form-container.contact label.datenschutz span {
  width: 90%;
} */

#kontakt .et_pb_code_inner {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}


/* Professional Text Highlight System - Inspired by Codrops */
:root {
  --highlight-main: #CFFF38;
  --highlight-alt1: #ff6b6b;
  --highlight-alt2: #1dd1a1;
  --highlight-alt3: #ff9f43;
}

/* Style 1: Liquid morphing highlight effect */
.text-highlight {
  position: relative;
  display: inline;
  padding: 2px 6px;
  margin: 0 -6px;
  color: inherit;
  overflow: visible;
  line-height: 1.4;
}

.text-highlight::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--highlight-main);
  clip-path: polygon(0% 20%, 60% 20%, 100% 0%, 100% 100%, 40% 100%, 0% 80%);
  transition: width 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
  opacity: 0.9;
}

.text-highlight.animate::before {
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.text-highlight.animate {
  color: #000;
  font-weight: 600;
  transition: color 0.4s ease 0.6s;
}

/* Style 2: SVG-like scribble underline */
.text-highlight-line {
  position: relative;
  display: inline;
  color: inherit;
  padding: 2px 4px;
  margin: 0 -4px;
  overflow: visible;
}

.text-highlight-line::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: -2px;
  width: 0;
  height: 8px;
  background: var(--highlight-main);
  clip-path: polygon(0% 50%,
      10% 30%,
      20% 70%,
      30% 20%,
      40% 80%,
      50% 40%,
      60% 90%,
      70% 30%,
      80% 70%,
      90% 20%,
      100% 60%);
  transition: width 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0.85;
}

.text-highlight-line.animate::after {
  width: calc(100% + 4px);
}

.text-highlight-line.animate {
  color: #000;
  font-weight: 500;
  transition: color 0.3s ease 0.7s;
}

/* Style 3: Typewriter reveal effect */
.text-highlight-typewriter {
  position: relative;
  display: inline;
  color: inherit;
  padding: 3px 8px;
  margin: 0 -8px;
  overflow: hidden;
}

.text-highlight-typewriter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--highlight-main);
  transform: translateX(-100%);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  opacity: 0.9;
}

.text-highlight-typewriter::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #000;
  opacity: 0;
  animation: none;
}

.text-highlight-typewriter.animate::before {
  transform: translateX(0);
}

.text-highlight-typewriter.animate::after {
  animation: typewriter-cursor 0.8s ease-in-out 0.2s;
}

.text-highlight-typewriter.animate {
  color: #000;
  font-weight: 600;
  transition: color 0.3s ease 0.5s;
}

@keyframes typewriter-cursor {

  0%,
  50% {
    opacity: 1;
  }

  51%,
  100% {
    opacity: 0;
  }
}

/* Style 4: Glitch reveal effect */
.text-highlight-glitch {
  position: relative;
  display: inline;
  color: inherit;
  padding: 3px 6px;
  margin: 0 -6px;
  overflow: hidden;
}

.text-highlight-glitch::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--highlight-main);
  transition: width 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
  opacity: 0.9;
}

.text-highlight-glitch::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--highlight-main);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  z-index: -1;
  opacity: 0.7;
}

.text-highlight-glitch.animate::before {
  width: 100%;
}

.text-highlight-glitch.animate::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.text-highlight-glitch.animate {
  color: #000;
  font-weight: 600;
  transition: color 0.3s ease 0.4s;
  animation: glitch-text 0.3s ease-in-out 0.5s;
}

@keyframes glitch-text {

  0%,
  100% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-2px);
  }

  40% {
    transform: translateX(2px);
  }

  60% {
    transform: translateX(-1px);
  }

  80% {
    transform: translateX(1px);
  }
}

/* Style 5: Brush stroke effect */
.text-highlight-brush {
  position: relative;
  display: inline;
  color: inherit;
  padding: 4px 8px;
  margin: 0 -8px;
  overflow: visible;
}

.text-highlight-brush::before {
  content: '';
  position: absolute;
  top: 10%;
  left: -5%;
  width: 0;
  height: 120%;
  background: var(--highlight-main);
  clip-path: polygon(0% 10%,
      15% 0%,
      30% 15%,
      45% 5%,
      60% 20%,
      75% 8%,
      90% 25%,
      100% 15%,
      95% 85%,
      80% 100%,
      65% 90%,
      50% 95%,
      35% 85%,
      20% 92%,
      5% 80%);
  transition: width 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
  opacity: 0.8;
  transform: rotate(-1deg);
}

.text-highlight-brush.animate::before {
  width: 110%;
}

.text-highlight-brush.animate {
  color: #000;
  font-weight: 600;
  transition: color 0.3s ease 0.6s;
}

/* Alternative color variants */
.text-highlight-alt1::before,
.text-highlight-alt1::after,
.text-highlight-line-alt1::after,
.text-highlight-typewriter-alt1::before,
.text-highlight-glitch-alt1::before,
.text-highlight-glitch-alt1::after,
.text-highlight-brush-alt1::before {
  background: var(--highlight-alt1);
}

.text-highlight-alt2::before,
.text-highlight-alt2::after,
.text-highlight-line-alt2::after,
.text-highlight-typewriter-alt2::before,
.text-highlight-glitch-alt2::before,
.text-highlight-glitch-alt2::after,
.text-highlight-brush-alt2::before {
  background: var(--highlight-alt2);
}

.text-highlight-alt3::before,
.text-highlight-alt3::after,
.text-highlight-line-alt3::after,
.text-highlight-typewriter-alt3::before,
.text-highlight-glitch-alt3::before,
.text-highlight-glitch-alt3::after,
.text-highlight-brush-alt3::before {
  background: var(--highlight-alt3);
}

/* Container safety - prevent overflow issues */
.text-highlight,
.text-highlight-line,
.text-highlight-typewriter,
.text-highlight-glitch,
.text-highlight-brush {
  word-break: keep-all;
  white-space: nowrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {

  .text-highlight,
  .text-highlight-line,
  .text-highlight-typewriter,
  .text-highlight-glitch,
  .text-highlight-brush {
    padding: 2px 4px;
    margin: 0 -4px;
  }

  .text-highlight::before,
  .text-highlight-typewriter::before {
    height: 110%;
  }

  .text-highlight-brush {
    padding: 3px 6px;
    margin: 0 -6px;
  }
}

mark {
  animation: 5s highlight 1.5s 1 normal forwards;
  background-color: none;
  background: linear-gradient(90deg, #7efff5 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
}

@keyframes highlight {
  0% {
    background-position: 100% 0;
  }

  30%,
  100% {
    background-position: 0 0;
  }

}