.cookies-eu-banner {
  background: #444;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}

.cookies-eu-banner .dEwu8uG9qU {
  display: none;
}

.cookies-eu-banner .accept-btn {
  display: inline-block;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner .accept-btn:hover {
  background: #fff;
  color: #222;
}

.dEwu8uG9qU:checked+.cookies-content {
  display: none;
}


.domain-header {
  background-color: #212529;
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  border-bottom: 4px solid #ffc107;
}

.lmoHAaHruY {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.domain-logo {
  font-size: 1.7rem;
  color: #ffc107;
  text-decoration: none;
  font-weight: bold;
}

.domain-nav {
  display: flex;
  gap: 24px;
}

.domain-nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.domain-nav a:hover {
  color: #ffc107;
}

.nav-toggle {
  display: none;
}

.S0wA7fzOtf {
  display: none;
  font-size: 2rem;
  cursor: pointer;
  color: #ffc107;
}

@media (max-width: 768px) {
  .S0wA7fzOtf {
    display: block;
  }

  .domain-nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #343a40;
  }

  .nav-toggle:checked+.S0wA7fzOtf+.domain-nav {
    display: flex;
  }

  .domain-nav a {
    padding: 14px 20px;
    border-top: 1px solid #495057;
  }
}

/* start global classes */
:root {

  /* body bg color */
  --bodyColor: #FFFFFF;

  /* primary type color */
  --primary-color: #0E0E0E;

  /* primary brand color */
  --brand-color: #D71105;

  /* dark primary color */
  --dark-primary: #5e0c09;

  /* box color */
  --box-color: #F5F5F5;

  /* white color */
  --white: #fff;

  /* grey color */
  --grey: #686868;

  /* border radius */
  --border-radius: 10px;
}


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Outfit', sans-serif;
  color: var(--primary-color);
  background-color: var(--bodyColor);
  text-align: left;
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

::selection {
  color: var(--white);
  background-color: var(--primary-color);
}

.grey-text {
  color: var(--grey, #cecece) !important;
}

.b-radius {
  border-radius: var(--border-radius);
}

.wdfoFkziR7-1,
.wdfoFkziR7-2,
.wdfoFkziR7-3,
.wdfoFkziR7-4 {
  color: var(--primary-color);
  text-transform: capitalize;
  line-height: auto;
}

.wdfoFkziR7-1 {
  font-size: 48px;
  font-weight: bold;
  line-height: normal;
}

.wdfoFkziR7-2 {
  font-size: 36px;
  font-weight: bold;
}

.wdfoFkziR7-3 {
  font-size: 24px;
  font-weight: 600;
}

.wdfoFkziR7-4 {
  font-size: 20px;
  font-weight: 600;
}


.body-1 {
  font-size: 18px;
  font-weight: 300;
  color: var(--grey);
  font-family: 'Outfit', sans-serif;
}

.xWStr4fFde {
  font-size: 16px;
  font-weight: 300;
  color: var(--grey);
  font-family: 'Outfit', sans-serif;
}

.breadcrubs .content,
.breadcrubs .content .container {
  background-color: var(--box-color) !important;
  color: var(--primary-color) !important;
}

.breadcrubs .content h1 {
  color: var(--primary-color);
}

.breadcrubs .content p {
  color: var(--grey);
}

a {
  text-decoration: none;
  color: var(--primary-color);
}

input,
textarea {
  font-family: 'Outfit', sans-serif !important;
}

.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}

.gap-32 {
  gap: 32px;
}

.gap-64 {
  gap: 64px;
}

.SnosEkfoyV {
  background-color: var(--box-color);
}

@media (max-width: 990px) {
  .wdfoFkziR7-1 {
    font-size: 36px;
  }

  .wdfoFkziR7-2 {
    font-size: 24px;
  }

  .wdfoFkziR7-3 {
    font-size: 18px;
  }

  .body-1 {
    font-size: 16px;
  }

  .xWStr4fFde {
    font-size: 14px;
  }

  .gap-8 {
    gap: 4px;
  }

  .gap-16 {
    gap: 8px;
  }

  .gap-32 {
    gap: 16px;
  }

  .AFA8S2jd0u {
    padding: 16px;
  }

  .padding-16 {
    padding: 8px;
  }

  .padding-8 {
    padding: 4px;
  }

  .icon-lg {
    font-size: 48px;
  }

  .icon-md {
    font-size: 32px;
  }

  .icon-sm {
    font-size: 26px;
  }

  .section {
    padding-block: 3rem;
  }

}

a {
  text-decoration: none;
  text-transform: capitalize;
}

.Lgc4yBv1hB {
  width: fit-content;
}

.AFA8S2jd0u {
  padding: 32px;
}

.padding-16 {
  padding: 16px;
}

.padding-8 {
  padding: 8px;
}

.icon-lg {
  font-size: 48px;
}

.icon-md {
  font-size: 32px;
}

.icon-sm {
  font-size: 24px;
}

p {
  color: var(--grey);
  font-family: 'Outfit', sans-serif;
}

.section {
  padding-block: 6rem;
}

.HdZ6DXjcUZ {
  color: #05d735;
}

input,
textarea {
  border: 0;
  outline: 0;
  color: var(--grey);
  background-color: var(--box-color);
  border-radius: var(--border-radius);
}

/* start buttons style */
.btn,
.btn-outline {
  background-color: #05d735;
  color: var(--white);
  font-weight: 800;
  font-family: 'Outfit', sans-serif;
  border-radius: var(--border-radius);
  padding: 10px 28px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  text-transform: capitalize;
  align-items: center;
  text-align: center;
  letter-spacing: .5px;
  outline: none;
  font-weight: bold;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  z-index: 1;
  transition: color 300ms ease-in-out;
}


.btn-outline {
  background-color: transparent;
  color: var(--primary-color);
  border: .5px solid #05d735;
}

.btn:hover {
  color: var(--primary-color);
  border: .5px solid #05d735;
}

.learn-more {
  text-transform: capitalize;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: 'Outfit', sans-serif;
  font-weight: bold;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.learn-more i {
  font-size: 22px;
  margin-left: 8px;
}

.learn-more:hover {
  letter-spacing: 1.5px;
  transition: all .5s;
  color: var(--grey);
}

/* end main button style */


ul {
  list-style: none;
}

img {
  width: 100%;
}


/* end global classes */

/* ==== start  preloader style  ===== */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bodyColor);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader__content svg {
  width: 200px;
  height: 200px;
}

:root {
  --hue: 223;
  --bg: hsl(var(--hue), 10%, 90%);
  --fg: hsl(var(--hue), 10%, 10%);
  /* font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1280 - 320)); */
}

main {
  padding: 1.5em 0;
}

.ap {
  width: 8em;
  height: 16em;
}

.ap__ring {
  stroke: hsla(var(--hue), 10%, 10%, 0.15);
  transition: stroke 0.3s;
}

.ap__worm1,
.ap__worm2 {
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.ap__worm1 {
  animation-name: worm1;
}

.ap__worm2 {
  animation-name: worm2;
  visibility: hidden;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
  :root {
    --bg: hsl(var(--hue), 10%, 10%);
    --fg: hsl(var(--hue), 10%, 90%);
  }

  .ap__ring {
    stroke: hsla(var(--hue), 10%, 90%, 0.1);
  }
}

/* Animtions */
@keyframes worm1 {
  from {
    animation-timing-function: ease-in-out;
    stroke-dashoffset: -87.96;
  }

  20% {
    animation-timing-function: ease-in;
    stroke-dashoffset: 0;
  }

  60% {
    stroke-dashoffset: -791.68;
    visibility: visible;
  }

  60.1%,
  to {
    stroke-dashoffset: -791.68;
    visibility: hidden;
  }
}

@keyframes worm2 {

  from,
  60% {
    stroke-dashoffset: -87.96;
    visibility: hidden;
  }

  60.1% {
    animation-timing-function: cubic-bezier(0, 0, 0.5, 0.75);
    stroke-dashoffset: -87.96;
    visibility: visible;
  }

  77% {
    animation-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.88);
    stroke-dashoffset: -340;
    visibility: visible;
  }

  to {
    stroke-dashoffset: -669.92;
    visibility: visible;
  }
}

/* ==== end  preloader style  ===== */

/* ======== start scroll-to-top button style  =========== */

#progress {
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 70px;
  width: 70px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 999;
}

#progress i {
  color: var(--grey);
  font-size: 20px;
}

#progress-value {
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  border-radius: 50%;
  display: grid;
  background-color: var(--bodyColor);
  place-items: center;
  font-size: 35px;
  color: #05d735;
}

/* ======== end scroll-to-top button style  =========== */

/*================== start navbar section ==================*/

.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler:focus {
  border: none;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 100%;
}

.header .SnosEkfoyV {
  background-color: #f5f5f596;
  backdrop-filter: blur(8px);
}

.dkJimwEylm {
  height: 300px;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.678);
  backdrop-filter: blur(8px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  width: 100%;
}


.navbar i {
  font-size: 20px;
  color: var(--grey);
}

.navbar>* {
  z-index: 999;
}

.navbar .logo {
  width: 9rem;
}

.navbar ul li a {
  font-weight: 600;
  color: var(--grey);
  font-family: 'Outfit', sans-serif;
}

.navbar ul li a:hover,
.navbar ul li a.active {
  color: var(--primary-color) !important;
}

.navbar i {
  font-size: 24px;
  color: var(--grey);
  z-index: 999 !important;
}



/*================== End navbar section ==================*/

/*================== start hero section ==================*/
.hero {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}


.hero .wdfoFkziR7-hero {
  font-size: 56px;
}


@media (max-width: 990px) {
  .hero .wdfoFkziR7-hero {
    font-size: 40px;
  }
}

@media (max-width: 720px) {
  .hero .wdfoFkziR7-1 {
    font-size: 30px;
  }
}

/*================== end hero section =====================*/

.classes .overlay {
  background-color: var(--box-color);
  border-radius: var(--border-radius);
  width: 400px;
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 10%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.classes .img {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  z-index: 2;
  width: 100%;
}

.classes .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.classes .img:hover .overlay {
  opacity: 1;
}



.testimonials .text {
  position: relative;
  color: var(--white);
  z-index: 2;
}

.testimonials .SnosEkfoyV {
  position: relative;
  height: 400px;
  border-radius: var(--border-radius);
}

.testimonials .text .wdfoFkziR7-3 {
  color: var(--bodyColor);
}

.testimonials .text p {
  color: var(--box-color);
}

.testimonials .SnosEkfoyV::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: var(--dark-primary);
  border-radius: var(--border-radius);
}

.testimonials .text .img {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.cta .container {
  background: url('../img/Llft41VE2u.jpg');
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
  z-index: 1;
  border-radius: var(--border-radius);
}

.cta .container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 0.5);
  border-radius: var(--border-radius);
}

.cta .container h2 {
  color: var(--white);
  z-index: 9;
}

/*============== Start testimonials section ==========*/

.testimonials i {
  font-size: 20px;
  color: rgb(223, 223, 0);
}

.testimonials .img {
  width: 55px;
  height: 55px;
}

/*============== End testimonials section ==========*/


/*============== start FAQ section ==========*/


.faq .btn {
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: transparent !important;
  border: none !important;
}

.rotate-icon {
  transition: transform 0.3s ease-in-out;
}

.rotate-icon.rotated {
  transform: rotate(180deg);
}

/*============== End FAQ section ==========*/

/*============== Start contact section ==========*/

.contact input,
.contact textarea {
  background-color: var(--box-color);
}

.contact .container {
  background-color: var(--white);
  border-radius: var(--border-radius);
}


.done-msg {
  color: var(--white);
  font-family: 'Outfit', 'sans serif';
}

.toast-success {
  background-color: #0d9700 !important;
  opacity: 1 !important;
}

.toast-error {
  background-color: #8b0500 !important;
  opacity: 1 !important;
}

.toast {
  border-radius: var(--border-radius) !important;
  color: var(--bodyColor) !important;
  font-family: 'Outfit', sans-serif;
  box-shadow: none !important;
}

.contact-map {
  width: 100%;
  height: 300px;
}

/* Grundlegende Box-Stile */
.SnosEkfoyV {
  background-color: #f9fafb;
  border: 1px solid #e1e5ea;
  box-shadow: 0 4px 6px rgb(0 0 0 / 0.05);
}

.b-radius {
  border-radius: 12px;
}

.AFA8S2jd0u {
  padding: 32px;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 10px 22px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.yTHdA1r1tt {
  background-color: #05d735;
  color: #fff;
  border: none;
}

.yTHdA1r1tt:hover {
  background-color: #1c5fcc;
}

.btn-outline-primary {
  border: 2px solid #05d735;
  color: #05d735;
  background: transparent;
}

.btn-outline-primary:hover {
  background-color: #05d735;
  color: #fff;
}

/* Preise */
.price,
.plan-price {
  font-weight: 700;
  font-size: 1.2rem;
  color: #333;
}

/* Tarife */
.plan-box {
  background-color: #fff;
  border: 1px solid #dde2e6;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgb(47 128 237 / 0.3);
}

.GU7tRmRNe1 {
  border-color: #05d735;
  box-shadow: 0 8px 20px rgb(47 128 237 / 0.35);
}

/* Listen in Plänen */
.plan-features li {
  padding: 6px 0;
  font-size: 1rem;
  color: #555;
}

.ji8dRPG2C3 {
  max-width: 1300px;
  margin: auto;
  padding: 50px 30px;
  background: #f3f6f4;
  border-radius: 24px;
}

.meinungen-titel {
  font-size: 2.3rem;
  text-align: center;
  color: #2e7d32;
  margin-bottom: 40px;
}

.meinungen-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 28px;
}

.meinung-box {
  background: #ffffff;
  border: 2px solid #c8e6c9;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);
}

.meinung-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.kunde-name {
  font-weight: 600;
  font-size: 1.1rem;
  color: #33691e;
}

.edjCUKEx45 {
  color: #ffca28;
  font-size: 1.1rem;
}

.meinung-text {
  color: #37474f;
  font-size: 0.95rem;
  line-height: 1.6;
}

/*============== End contact section ==========*/

/*============== start Footer section ==========*/

.footer {
  background-color: #d78d4c;
  color: var(--bodyColor);
}

.footer p {
  color: var(--bodyColor);
}

.footer h2 {
  color: var(--bodyColor);
}

.footer-link {
  font-size: 16px;
  color: var(--grey);
  font-family: 'Outfit', sans-serif;
}

.footer a {
  font-size: 16px;
  font-family: 'Outfit', sans-serif;
  color: var(--bodyColor);
}


.copy {
  font-size: 14px;
  color: var(--bodyColor);
}

/*============== End Footer section ==========*/