*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333}#root{min-height:100vh}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:5rem 2rem 2rem;max-width:1500px;margin:0 auto;width:100%;text-align:center}.main-content h1{color:#2c3e50;margin-bottom:1rem;font-size:2.5rem}.main-content p{color:#666;font-size:1.1rem;line-height:1.6}@media (max-width: 768px){.main-content{padding:4.5rem 1rem 1rem}.main-content h1{font-size:2rem}.main-content p{font-size:1rem}}@media (max-width: 480px){.main-content{padding:4rem .75rem .75rem}.main-content h1{font-size:1.75rem}}._navbar_12wc3_1{background-color:#2c3e50;padding:.75rem 1.5rem;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 4px #0000001a}._navContainer_12wc3_12{max-width:1500px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}._contactButton_12wc3_21{background:none;border:none;cursor:pointer;font-size:1.5rem;padding:.5rem;border-radius:50%;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem}._contactButton_12wc3_21:hover{background-color:#ffffff1a}._navigationContainer_12wc3_41{display:flex;align-items:center}._desktopNav_12wc3_47{list-style:none;padding:0;margin:0;display:flex;gap:3rem;align-items:center}._desktopNavLink_12wc3_56{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;padding:.5rem 0;transition:color .2s ease}._desktopNavLink_12wc3_56:hover,._desktopNavLink_12wc3_56._active_12wc3_69{color:#3498db}._burgerContainer_12wc3_74{position:relative;display:none}._burgerButton_12wc3_79{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;transition:all .3s ease}._burgerLine_12wc3_92{width:100%;height:3px;background-color:#fff;border-radius:2px;transition:all .3s ease;transform-origin:center}._burgerButton_12wc3_79._active_12wc3_69 ._burgerLine_12wc3_92:nth-child(1){transform:translateY(5px) rotate(45deg)}._burgerButton_12wc3_79._active_12wc3_69 ._burgerLine_12wc3_92:nth-child(2){opacity:0}._burgerButton_12wc3_79._active_12wc3_69 ._burgerLine_12wc3_92:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}._dropdownMenu_12wc3_114{position:absolute;top:100%;right:0;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;margin-top:.5rem}._dropdownMenu_12wc3_114._open_12wc3_129{opacity:1;visibility:visible;transform:translateY(0)}._menuList_12wc3_135{list-style:none;padding:0;margin:0}._menuItem_12wc3_141{width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;color:#333;font-size:1rem;transition:background-color .2s ease;text-decoration:none;display:block}._menuItem_12wc3_141{border-radius:8px}._menuItem_12wc3_141:hover{background-color:#f8f9fa}._menuItem_12wc3_141._active_12wc3_69{background-color:#2980b9;color:#fff}@media (max-width: 700px){._desktopNav_12wc3_47{display:none}._burgerContainer_12wc3_74{display:block}}@media (max-width: 768px){._navbar_12wc3_1{padding:.5rem 1rem}._navContainer_12wc3_12{padding:0 .5rem}._dropdownMenu_12wc3_114{min-width:180px}._contactButton_12wc3_21{font-size:1.25rem;width:2.5rem;height:2.5rem}}@media (max-width: 480px){._navbar_12wc3_1{padding:.5rem .75rem}._dropdownMenu_12wc3_114{min-width:160px}}._footer_zhoa0_1{background-color:#2c3e50;color:#fff;padding:1rem 1.5rem;box-shadow:0 -2px 4px #0000001a}._footerContainer_zhoa0_8{max-width:1500px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}._copyright_zhoa0_19 p{margin:0;font-size:.875rem;color:#bdc3c7}._legalNav_zhoa0_26{flex-shrink:0}._legalList_zhoa0_30{list-style:none;padding:0;margin:0;display:flex;gap:1.5rem;flex-wrap:wrap}._legalLink_zhoa0_39{background:none;border:none;color:#bdc3c7;cursor:pointer;font-size:.875rem;padding:.25rem 0;transition:color .2s ease;text-decoration:none;font-family:inherit}._legalLink_zhoa0_39:hover{color:#fff;text-decoration:underline}@media (max-width: 850px){._footer_zhoa0_1{padding:1rem}._footerContainer_zhoa0_8{flex-direction:column;text-align:center;gap:.75rem}._legalList_zhoa0_30{gap:1rem;justify-content:center}._copyright_zhoa0_19 p,._legalLink_zhoa0_39{font-size:.8rem}}@media (max-width: 480px){._footer_zhoa0_1{padding:.75rem}._legalList_zhoa0_30{gap:.75rem;flex-wrap:wrap;justify-content:center}._legalLink_zhoa0_39{font-size:.75rem}}._home_12zzh_1{max-width:1200px;margin:0 auto;padding:2rem}._home_12zzh_1 h1{color:#2c3e50;margin-bottom:2rem;font-size:2.5rem;text-align:center}._hero_12zzh_14{background:#fff;color:#333;padding:3rem 2rem;border-radius:12px;text-align:center;margin-bottom:3rem;box-shadow:0 4px 12px #0000001a}._hero_12zzh_14 h2{font-size:2rem;margin-bottom:1rem}._hero_12zzh_14 p{font-size:1.2rem;line-height:1.6;margin-bottom:2rem}._heroButtons_12zzh_35{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._ctaButton_12zzh_42{background:#3498db;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-block}._heroButtonSecondary_12zzh_55{background:transparent;color:#2c3e50;border:2px solid #2c3e50;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease}._heroButtonSecondary_12zzh_55:hover{background:#2c3e50;color:#fff}._features_12zzh_74{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}._feature_12zzh_74{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;text-align:center}._feature_12zzh_74 h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}._feature_12zzh_74 p{color:#666;line-height:1.6}._reviewsSection_12zzh_100{margin:3rem 0;text-align:center}._reviewsSection_12zzh_100 h2{color:#2c3e50;font-size:2rem;margin-bottom:2rem}._reviewsBanner_12zzh_111{overflow:hidden;position:relative;padding:1rem 0;border-radius:12px}._reviewsTrack_12zzh_118{display:flex;animation:_scroll_12zzh_1 42s linear infinite;width:max-content}._review_12zzh_100{background:#fff;padding:1rem;margin:0 1rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;min-width:300px;max-width:350px;flex-shrink:0}._stars_12zzh_135{font-size:1.2rem;margin-bottom:.5rem}._review_12zzh_100 p{color:#333;font-style:italic;line-height:1.5;margin-bottom:1rem}._customerName_12zzh_147{color:#2c3e50;font-weight:600;font-size:.9rem}@keyframes _scroll_12zzh_1{0%{transform:translate(0)}to{transform:translate(-50%)}}._ctaSection_12zzh_162{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:3rem 2rem;border-radius:12px;text-align:center;margin-top:2rem}._ctaSection_12zzh_162 h2{font-size:2rem;margin-bottom:1rem}._ctaSection_12zzh_162 p{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;color:#fff}._ctaButtons_12zzh_183{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._ctaButtonSecondary_12zzh_190{background:transparent;color:#fff;border:2px solid white;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-block}@media (max-width: 768px){._home_12zzh_1{padding:1rem}._home_12zzh_1 h1{font-size:2rem}._hero_12zzh_14{padding:2rem 1rem}._hero_12zzh_14 h2{font-size:1.5rem}._hero_12zzh_14 p{font-size:1rem}._heroButtons_12zzh_35{flex-direction:column;align-items:center}._features_12zzh_74{gap:1.5rem}._ctaSection_12zzh_162{padding:2rem 1rem}._ctaSection_12zzh_162 h2{font-size:1.5rem}._ctaButtons_12zzh_183{flex-direction:column;align-items:center}._reviewsSection_12zzh_100 h2{font-size:1.5rem}._reviewsBanner_12zzh_111{padding:1.5rem 0}._review_12zzh_100{min-width:250px;max-width:300px;padding:1rem;margin:0 .5rem}}._services_izdrj_1{max-width:1200px;margin:0 auto;padding:2rem}._services_izdrj_1 h1{color:#2c3e50;margin-bottom:2rem;font-size:2.5rem;text-align:center}._servicesIntro_izdrj_14{text-align:center;margin-bottom:3rem;color:#666;font-size:1.1rem;line-height:1.6}._servicesGrid_izdrj_22{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}._serviceCard_izdrj_29{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000001a;max-width:400px;margin:0 auto;width:100%;display:flex;flex-direction:column}._serviceCard_izdrj_29 h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem;text-align:center}._serviceCard_izdrj_29 p{color:#666;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}._serviceFeatures_izdrj_55{list-style:none;padding:0;margin:auto 0 0}._serviceFeatures_izdrj_55 li{color:#555;position:relative;padding:.25rem 0 .25rem 1.5rem}._serviceFeatures_izdrj_55 li:before{content:"✓";position:absolute;left:0;color:#27ae60;font-weight:700}._pricing_izdrj_77{padding:2rem;border-radius:12px;text-align:center;margin-top:2rem}._pricing_izdrj_77 h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}._pricing_izdrj_77 p{color:#666;line-height:1.6}._contactSection_izdrj_95{background:#2c3e50;color:#fff;padding:2rem;border-radius:12px;text-align:center;margin-top:2rem}._contactSection_izdrj_95 h3{font-size:1.5rem;margin-bottom:1rem}._contactSection_izdrj_95 p{margin-bottom:1.5rem;line-height:1.6;color:#fff}._contactButton_izdrj_115{background:#3498db;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}._contactButton_izdrj_115:hover{background:#2980b9;transform:translateY(-2px)}@media (max-width: 700px){._services_izdrj_1{padding:1rem}._services_izdrj_1 h1{font-size:2rem}._servicesGrid_izdrj_22{grid-template-columns:1fr;gap:1.5rem}._serviceCard_izdrj_29{padding:1.5rem;max-width:350px}}._about_e7byo_1{max-width:1000px;margin:0 auto;padding:2rem}._about_e7byo_1 h1{color:#2c3e50;margin-bottom:2rem;font-size:2.5rem;text-align:center}._intro_e7byo_14{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-bottom:3rem;text-align:center}._intro_e7byo_14 p{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}._intro_e7byo_14 p:last-child{margin-bottom:0}._experience_e7byo_34{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-bottom:3rem}._experience_e7byo_34 h2{color:#2c3e50;font-size:1.8rem;margin-bottom:1.5rem;border-bottom:2px solid #3498db;padding-bottom:.5rem}._experienceList_e7byo_50{list-style:none;padding:0;margin:0}._experienceItem_e7byo_56{padding:1rem 0;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}._experienceItem_e7byo_56:last-child{border-bottom:none}._experienceContent_e7byo_69 h3{color:#2c3e50;font-size:1.2rem;margin-bottom:.5rem}._experienceContent_e7byo_69 p{color:#666;line-height:1.6;margin:0}._experienceYear_e7byo_81{background:#3498db;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;white-space:nowrap;flex-shrink:0}._skills_e7byo_92{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-bottom:3rem}._skills_e7byo_92 h2{color:#2c3e50;font-size:1.8rem;margin-bottom:1.5rem;border-bottom:2px solid #3498db;padding-bottom:.5rem}._skillsGrid_e7byo_108{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}._skillItem_e7byo_114{padding:1rem 0;text-align:left;border-bottom:1px solid #eee}._skillItem_e7byo_114 h4{color:#2c3e50;margin-bottom:.25rem;font-size:1.1rem;font-weight:600}._skillItem_e7byo_114 p{color:#666;font-size:.95rem;margin:0;line-height:1.4}._values_e7byo_134{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-bottom:3rem}._values_e7byo_134 h2{color:#2c3e50;font-size:1.8rem;margin-bottom:1.5rem;border-bottom:2px solid #3498db;padding-bottom:.5rem}._valuesList_e7byo_150{list-style:none;padding:0;margin:0}._valuesList_e7byo_150 li{padding:.75rem 0;border-bottom:1px solid #eee;display:flex;align-items:center;gap:1rem}._valuesList_e7byo_150 li:last-child{border-bottom:none}._valueIcon_e7byo_168{background:#3498db;color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}._valueText_e7byo_181{color:#666;line-height:1.6}._contact_e7byo_186{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:2rem;border-radius:12px;text-align:center}._contact_e7byo_186 h2{font-size:1.8rem;margin-bottom:1rem}._contact_e7byo_186 p{margin-bottom:1.5rem;line-height:1.6;color:#fff}._contactButton_e7byo_205{background:#3498db;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}._contactButton_e7byo_205:hover{background:#2980b9;transform:translateY(-2px)}@media (max-width: 768px){._about_e7byo_1{padding:1rem}._about_e7byo_1 h1{font-size:2rem}._experienceItem_e7byo_56{flex-direction:column;align-items:flex-start;gap:.5rem}._experienceYear_e7byo_81{align-self:flex-start}._skillsGrid_e7byo_108{grid-template-columns:1fr;gap:.5rem}._skillItem_e7byo_114{padding:.75rem 0}._valuesList_e7byo_150 li{flex-direction:column;align-items:flex-start;gap:.5rem}}._impressum_1xctl_1{max-width:800px;margin:0 auto;padding:2rem}._impressum_1xctl_1 h1{color:#2c3e50;margin-bottom:2rem;font-size:2.5rem;text-align:center}._content_1xctl_14{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}._section_1xctl_21{margin-bottom:2rem}._section_1xctl_21:last-child{margin-bottom:0}._section_1xctl_21 h2{color:#34495e;font-size:1.5rem;margin-bottom:1rem;border-bottom:2px solid #3498db;padding-bottom:.5rem}._section_1xctl_21 p{color:#555;line-height:1.6;margin-bottom:1rem}@media (max-width: 768px){._impressum_1xctl_1{padding:1rem}._impressum_1xctl_1 h1{font-size:2rem}._content_1xctl_14{padding:1.5rem}._section_1xctl_21 h2{font-size:1.25rem}}._datenschutz_1gf1i_1{max-width:800px;margin:0 auto;padding:2rem}._datenschutz_1gf1i_1 h1{color:#2c3e50;margin-bottom:2rem;font-size:2.5rem;text-align:center}._content_1gf1i_14{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}._section_1gf1i_21{margin-bottom:2rem}._section_1gf1i_21:last-child{margin-bottom:0}._section_1gf1i_21 h2{color:#34495e;font-size:1.5rem;margin-bottom:1rem;border-bottom:2px solid #e74c3c;padding-bottom:.5rem}._section_1gf1i_21 p{color:#555;line-height:1.6;margin-bottom:1rem}@media (max-width: 768px){._datenschutz_1gf1i_1{padding:1rem}._datenschutz_1gf1i_1 h1{font-size:2rem}._content_1gf1i_14{padding:1.5rem}._section_1gf1i_21 h2{font-size:1.25rem}}._agb_1wktk_1{max-width:800px;margin:0 auto;padding:2rem}._agb_1wktk_1 h1{color:#2c3e50;margin-bottom:2rem;font-size:2.5rem;text-align:center}._content_1wktk_14{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}._section_1wktk_21{margin-bottom:2rem}._section_1wktk_21:last-child{margin-bottom:0}._section_1wktk_21 h2{color:#34495e;font-size:1.5rem;margin-bottom:1rem;border-bottom:2px solid #f39c12;padding-bottom:.5rem}._section_1wktk_21 p{color:#555;line-height:1.6;margin-bottom:1rem}@media (max-width: 768px){._agb_1wktk_1{padding:1rem}._agb_1wktk_1 h1{font-size:2rem}._content_1wktk_14{padding:1.5rem}._section_1wktk_21 h2{font-size:1.25rem}}._widerrufsrecht_lkjeo_1{max-width:800px;margin:0 auto;padding:2rem}._widerrufsrecht_lkjeo_1 h1{color:#2c3e50;margin-bottom:2rem;font-size:2.5rem;text-align:center}._content_lkjeo_14{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}._section_lkjeo_21{margin-bottom:2rem}._section_lkjeo_21:last-child{margin-bottom:0}._section_lkjeo_21 h2{color:#34495e;font-size:1.5rem;margin-bottom:1rem;border-bottom:2px solid #9b59b6;padding-bottom:.5rem}._section_lkjeo_21 p{color:#555;line-height:1.6;margin-bottom:1rem}@media (max-width: 768px){._widerrufsrecht_lkjeo_1{padding:1rem}._widerrufsrecht_lkjeo_1 h1{font-size:2rem}._content_lkjeo_14{padding:1.5rem}._section_lkjeo_21 h2{font-size:1.25rem}}._kontakt_1gflu_1{max-width:800px;margin:0 auto;padding:2rem}._kontakt_1gflu_1 h1{color:#2c3e50;margin-bottom:2rem;font-size:2.5rem;text-align:center}._content_1gflu_14{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}._section_1gflu_21{margin-bottom:2rem}._section_1gflu_21:last-child{margin-bottom:0}._section_1gflu_21 h2{color:#34495e;font-size:1.5rem;margin-bottom:1rem;border-bottom:2px solid #27ae60;padding-bottom:.5rem}._section_1gflu_21 p{color:#555;line-height:1.6;margin-bottom:1rem}._contactInfo_1gflu_43 p,._hours_1gflu_44 p{margin-bottom:.75rem;padding:.5rem 0}._contactInfo_1gflu_43 p strong,._hours_1gflu_44 p strong{color:#2c3e50;min-width:50px;display:inline-block}@media (max-width: 768px){._kontakt_1gflu_1{padding:1rem}._kontakt_1gflu_1 h1{font-size:2rem}._content_1gflu_14{padding:1.5rem}._section_1gflu_21 h2{font-size:1.25rem}._contactInfo_1gflu_43 p strong,._hours_1gflu_44 p strong{min-width:50px}}
