CINXE.COM

Rechtliches | ActiveCampaign

<!DOCTYPE html> <html lang="de" prefix="og: https://ogp.me/ns#"> <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://www.activecampaign.com/xmlrpc.php"> <link rel="alternate" hreflang="en" href="https://www.activecampaign.com/legal" /> <link rel="alternate" hreflang="es" href="https://www.activecampaign.com/es/legal" /> <link rel="alternate" hreflang="fr" href="https://www.activecampaign.com/fr/legal" /> <link rel="alternate" hreflang="it" href="https://www.activecampaign.com/it/legal" /> <link rel="alternate" hreflang="de" href="https://www.activecampaign.com/de/legal" /> <link rel="alternate" hreflang="pt" href="https://www.activecampaign.com/br/legal" /> <link rel="alternate" hreflang="x-default" href="https://www.activecampaign.com/legal" /> <!-- Search Engine Optimization by Rank Math - https://rankmath.com/ --> <title>Rechtliches | ActiveCampaign</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPoppins%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CIBM%20Plex%20Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPoppins%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CIBM%20Plex%20Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPoppins%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CIBM%20Plex%20Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" /></noscript> <meta name="description" content="Integriertes E-Mail-Marketing, Marketing-Automation und CRM für kleine Unternehmen. Sparen Sie Zeit, während Sie Ihr Unternehmen mit Vertriebsautomation ausbauen."/> <meta name="robots" content="follow, index, max-snippet:200, max-video-preview:10, max-image-preview:large"/> <link rel="canonical" href="https://www.activecampaign.com/de/legal" /> <meta property="og:locale" content="de_DE" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Rechtliches | ActiveCampaign" /> <meta property="og:description" content="Integriertes E-Mail-Marketing, Marketing-Automation und CRM für kleine Unternehmen. Sparen Sie Zeit, während Sie Ihr Unternehmen mit Vertriebsautomation ausbauen." /> <meta property="og:url" content="https://www.activecampaign.com/de/legal" /> <meta property="og:site_name" content="ActiveCampaign" /> <meta property="og:updated_time" content="2024-02-14T10:36:28-06:00" /> <meta property="og:image" content="https://www.activecampaign.com/wp-content/uploads/2021/10/ActiveCampaign_Logo_OpenGraph.png" /> <meta property="og:image:secure_url" content="https://www.activecampaign.com/wp-content/uploads/2021/10/ActiveCampaign_Logo_OpenGraph.png" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="630" /> <meta property="og:image:alt" content="Legal" /> <meta property="og:image:type" content="image/png" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Rechtliches | ActiveCampaign" /> <meta name="twitter:description" content="Integriertes E-Mail-Marketing, Marketing-Automation und CRM für kleine Unternehmen. Sparen Sie Zeit, während Sie Ihr Unternehmen mit Vertriebsautomation ausbauen." /> <meta name="twitter:image" content="https://www.activecampaign.com/wp-content/uploads/2021/10/ActiveCampaign_Logo_OpenGraph.png" /> <meta name="twitter:label1" content="Time to read" /> <meta name="twitter:data1" content="3 minutes" /> <script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https://www.activecampaign.com/de/legal#breadcrumb","itemListElement":[{"@type":"ListItem","position":"1","item":{"@id":"https://www.activecampaign.com","name":"Home"}},{"@type":"ListItem","position":"2","item":{"@id":"https://www.activecampaign.com/de/legal","name":"Legal"}}]}]}</script> <!-- /Rank Math WordPress SEO plugin --> <link rel='dns-prefetch' href='//cdn.getambassador.com' /> <link rel='dns-prefetch' href='//cdn.sajari.com' /> <link rel='dns-prefetch' href='//pixel.cdnwidget.com' /> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel='dns-prefetch' href='//www.google-analytics.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="ActiveCampaign &raquo; Feed" href="https://www.activecampaign.com/de/feed" /> <link rel="alternate" type="application/rss+xml" title="ActiveCampaign &raquo; Comments Feed" href="https://www.activecampaign.com/de/comments/feed" /> <style> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <style id='wp-block-library-inline-css'> :root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#ddd;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}} </style> <style id='global-styles-inline-css'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #FFFFFF;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--ac-blue: #004CFF;--wp--preset--color--ac-blue-200: #EAF6FF;--wp--preset--color--midnight: #0E1C38;--wp--preset--color--dusk: #003343;--wp--preset--color--cream: #F2F1E5;--wp--preset--color--moss: #255131;--wp--preset--color--dawn: #FF551D;--wp--preset--color--maroon: #821469;--wp--preset--color--midday: #756031;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--gradient--ocean: linear-gradient(165deg, rgb(53, 106, 230) 50%, rgb(53, 106, 230) 0px, rgb(64, 114, 231) 0px);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--type-1: 12px;--wp--preset--font-size--type-2: 14px;--wp--preset--font-size--type-3: 16px;--wp--preset--font-size--type-4: 18px;--wp--preset--font-size--type-5: 20px;--wp--preset--font-size--type-6: 24px;--wp--preset--font-size--type-7: 28px;--wp--preset--font-family--plex-sans-regular: IBM Plex Regular;--wp--preset--font-family--plex-sans-medium: IBM Plex Medium;--wp--preset--font-family--plex-sans-semibold: IBM Plex Semi Bold;--wp--preset--font-family--plex-sans-bold: IBM Plex Bold;--wp--preset--font-family--poppins: Poppins Bold;--wp--preset--font-family--ibm-plex-mono-bold: IBM Plex Mono Bold;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--spacing--100: 2px;--wp--preset--spacing--200: 4px;--wp--preset--spacing--300: 8px;--wp--preset--spacing--400: 12px;--wp--preset--spacing--500: 16px;--wp--preset--spacing--600: 20px;--wp--preset--spacing--700: 24px;--wp--preset--spacing--800: 28px;--wp--preset--spacing--900: 32px;--wp--preset--spacing--1000: 48px;--wp--preset--spacing--1100: 64px;--wp--preset--spacing--1200: 80px;--wp--preset--spacing--1300: 128px;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}.wp-block-heading{--wp--preset--font-size--type-0: 20px;--wp--preset--font-size--type-1: 28px;--wp--preset--font-size--type-2: 32px;--wp--preset--font-size--type-3: 36px;--wp--preset--font-size--type-4: 40px;--wp--preset--font-size--type-5: 44px;--wp--preset--font-size--type-6: 48px;--wp--preset--font-size--type-7: 60px;}.wp-block-image{--wp--preset--spacing--hang-100: -2px;--wp--preset--spacing--hang-200: -4px;--wp--preset--spacing--hang-300: -8px;--wp--preset--spacing--hang-400: -12px;--wp--preset--spacing--hang-500: -16px;--wp--preset--spacing--hang-600: -20px;--wp--preset--spacing--hang-700: -24px;--wp--preset--spacing--hang-800: -28px;--wp--preset--spacing--hang-900: -32px;--wp--preset--spacing--hang-1000: -48px;--wp--preset--spacing--hang-1100: -64px;--wp--preset--spacing--hang-1200: -80px;--wp--preset--spacing--hang-1300: -128px;}body { margin: 0;--wp--style--global--content-size: 712px;--wp--style--global--wide-size: 1080px; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: var(--wp--preset--spacing--500); margin-block-end: 0; }:where(.wp-site-blocks) > :first-child:first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child:last-child { margin-block-end: 0; }body { --wp--style--block-gap: var(--wp--preset--spacing--500); }:where(body .is-layout-flow) > :first-child:first-child{margin-block-start: 0;}:where(body .is-layout-flow) > :last-child:last-child{margin-block-end: 0;}:where(body .is-layout-flow) > *{margin-block-start: var(--wp--preset--spacing--500);margin-block-end: 0;}:where(body .is-layout-constrained) > :first-child:first-child{margin-block-start: 0;}:where(body .is-layout-constrained) > :last-child:last-child{margin-block-end: 0;}:where(body .is-layout-constrained) > *{margin-block-start: var(--wp--preset--spacing--500);margin-block-end: 0;}:where(body .is-layout-flex) {gap: var(--wp--preset--spacing--500);}:where(body .is-layout-grid) {gap: var(--wp--preset--spacing--500);}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}body{font-family: var(--wp--preset--font-family--plex-sans-regular);line-height: 1.25;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}.wp-element-button, .wp-block-button__link{background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-ac-blue-color{color: var(--wp--preset--color--ac-blue) !important;}.has-ac-blue-200-color{color: var(--wp--preset--color--ac-blue-200) !important;}.has-midnight-color{color: var(--wp--preset--color--midnight) !important;}.has-dusk-color{color: var(--wp--preset--color--dusk) !important;}.has-cream-color{color: var(--wp--preset--color--cream) !important;}.has-moss-color{color: var(--wp--preset--color--moss) !important;}.has-dawn-color{color: var(--wp--preset--color--dawn) !important;}.has-maroon-color{color: var(--wp--preset--color--maroon) !important;}.has-midday-color{color: var(--wp--preset--color--midday) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-ac-blue-background-color{background-color: var(--wp--preset--color--ac-blue) !important;}.has-ac-blue-200-background-color{background-color: var(--wp--preset--color--ac-blue-200) !important;}.has-midnight-background-color{background-color: var(--wp--preset--color--midnight) !important;}.has-dusk-background-color{background-color: var(--wp--preset--color--dusk) !important;}.has-cream-background-color{background-color: var(--wp--preset--color--cream) !important;}.has-moss-background-color{background-color: var(--wp--preset--color--moss) !important;}.has-dawn-background-color{background-color: var(--wp--preset--color--dawn) !important;}.has-maroon-background-color{background-color: var(--wp--preset--color--maroon) !important;}.has-midday-background-color{background-color: var(--wp--preset--color--midday) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-ac-blue-border-color{border-color: var(--wp--preset--color--ac-blue) !important;}.has-ac-blue-200-border-color{border-color: var(--wp--preset--color--ac-blue-200) !important;}.has-midnight-border-color{border-color: var(--wp--preset--color--midnight) !important;}.has-dusk-border-color{border-color: var(--wp--preset--color--dusk) !important;}.has-cream-border-color{border-color: var(--wp--preset--color--cream) !important;}.has-moss-border-color{border-color: var(--wp--preset--color--moss) !important;}.has-dawn-border-color{border-color: var(--wp--preset--color--dawn) !important;}.has-maroon-border-color{border-color: var(--wp--preset--color--maroon) !important;}.has-midday-border-color{border-color: var(--wp--preset--color--midday) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-ocean-gradient-background{background: var(--wp--preset--gradient--ocean) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-type-1-font-size{font-size: var(--wp--preset--font-size--type-1) !important;}.has-type-2-font-size{font-size: var(--wp--preset--font-size--type-2) !important;}.has-type-3-font-size{font-size: var(--wp--preset--font-size--type-3) !important;}.has-type-4-font-size{font-size: var(--wp--preset--font-size--type-4) !important;}.has-type-5-font-size{font-size: var(--wp--preset--font-size--type-5) !important;}.has-type-6-font-size{font-size: var(--wp--preset--font-size--type-6) !important;}.has-type-7-font-size{font-size: var(--wp--preset--font-size--type-7) !important;}.has-plex-sans-regular-font-family{font-family: var(--wp--preset--font-family--plex-sans-regular) !important;}.has-plex-sans-medium-font-family{font-family: var(--wp--preset--font-family--plex-sans-medium) !important;}.has-plex-sans-semibold-font-family{font-family: var(--wp--preset--font-family--plex-sans-semibold) !important;}.has-plex-sans-bold-font-family{font-family: var(--wp--preset--font-family--plex-sans-bold) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-ibm-plex-mono-bold-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono-bold) !important;}.wp-block-heading.has-type-0-font-size{font-size: var(--wp--preset--font-size--type-0) !important;}.wp-block-heading.has-type-1-font-size{font-size: var(--wp--preset--font-size--type-1) !important;}.wp-block-heading.has-type-2-font-size{font-size: var(--wp--preset--font-size--type-2) !important;}.wp-block-heading.has-type-3-font-size{font-size: var(--wp--preset--font-size--type-3) !important;}.wp-block-heading.has-type-4-font-size{font-size: var(--wp--preset--font-size--type-4) !important;}.wp-block-heading.has-type-5-font-size{font-size: var(--wp--preset--font-size--type-5) !important;}.wp-block-heading.has-type-6-font-size{font-size: var(--wp--preset--font-size--type-6) !important;}.wp-block-heading.has-type-7-font-size{font-size: var(--wp--preset--font-size--type-7) !important;} </style> <link rel='stylesheet' id='ac-block-menu-dropdown-frontend-css-css' href='https://www.activecampaign.com/wp-content/mu-plugins/ac-blocks/build/ac-block-menu-dropdown-frontend.b5946dd8966a97654b1d.css?ver=ac-block-menu-dropdown-frontend.b5946dd8966a97654b1d.css' media='all' /> <link rel='stylesheet' id='bcct_style-css' href='https://www.activecampaign.com/wp-content/plugins/better-click-to-tweet/assets/css/styles.css?ver=3.0' media='all' /> <link rel='stylesheet' id='wpml-blocks-css' href='https://www.activecampaign.com/wp-content/plugins/sitepress-multilingual-cms/dist/css/blocks/styles.css?ver=4.6.6' media='all' /> <link rel='stylesheet' id='wpml-legacy-dropdown-0-css' href='https://www.activecampaign.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/style.min.css?ver=1' media='all' /> <style id='wp-webfonts-inline-css'> @font-face{font-family:"IBM Plex Regular";font-style:normal;font-weight:400;font-display:fallback;src:url('https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-regular.woff2') format('woff2');}@font-face{font-family:"IBM Plex Medium";font-style:normal;font-weight:400;font-display:fallback;src:url('https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-500.woff2') format('woff2');}@font-face{font-family:"IBM Plex Semi Bold";font-style:normal;font-weight:400;font-display:fallback;src:url('https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-600.woff2') format('woff2');}@font-face{font-family:"IBM Plex Bold";font-style:normal;font-weight:400;font-display:fallback;src:url('https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-700.woff2') format('woff2');}@font-face{font-family:"Poppins Bold";font-style:normal;font-weight:400;font-display:fallback;src:url('https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/poppins-v15-latin-700.woff2') format('woff2');}@font-face{font-family:"IBM Plex Mono Bold";font-style:normal;font-weight:400;font-display:fallback;src:url('https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/IBMPlexMono-Bold.ttf') format('truetype');} </style> <link rel='stylesheet' id='active-campaign-styles-css' href='https://www.activecampaign.com/wp-content/themes/activecampaign/build/css/index.css?ver=1722438044' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://www.activecampaign.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.23.0' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://www.activecampaign.com/wp-content/uploads/elementor/css/custom-frontend.min.css?ver=1732290523' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://www.activecampaign.com/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=5.3.6' media='all' /> <link rel='stylesheet' id='elementor-post-6-css' href='https://www.activecampaign.com/wp-content/uploads/elementor/css/post-6.css?ver=1732290514' media='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://www.activecampaign.com/wp-content/uploads/elementor/css/custom-pro-frontend.min.css?ver=1732290523' media='all' /> <link rel='stylesheet' id='elementor-post-92160-css' href='https://www.activecampaign.com/wp-content/uploads/elementor/css/post-92160.css?ver=1732290685' media='all' /> <link rel='stylesheet' id='elementor-post-23172-css' href='https://www.activecampaign.com/wp-content/uploads/elementor/css/post-23172.css?ver=1732290515' media='all' /> <link rel='stylesheet' id='elementor-post-22242-css' href='https://www.activecampaign.com/wp-content/uploads/elementor/css/post-22242.css?ver=1732290515' media='all' /> <style id='rocket-lazyload-inline-css'> .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://www.activecampaign.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player{position:absolute;padding-bottom:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0} </style> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://www.activecampaign.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://www.activecampaign.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://www.activecampaign.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script src='https://www.activecampaign.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/script.min.js?ver=1' id='wpml-legacy-dropdown-0-js' defer></script> <script src='https://www.activecampaign.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.0' id='jquery-core-js' defer></script> <script src='https://www.activecampaign.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1' id='jquery-migrate-js' defer></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.activecampaign.com/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://www.activecampaign.com/de?p=92160' /> <link rel="alternate" type="application/json+oembed" href="https://www.activecampaign.com/de/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.activecampaign.com%2Fde%2Flegal" /> <link rel="alternate" type="text/xml+oembed" href="https://www.activecampaign.com/de/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.activecampaign.com%2Fde%2Flegal&#038;format=xml" /> <!-- HFCM by 99 Robots - Snippet # 2: GTM --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NQ88L9R');</script> <!-- End Google Tag Manager --> <!-- Add GTM script part 2 after body tag --> <script type="text/javascript"> document.onload = function() { let gtm = document.createElement('noscript'); let iframe = document.createElement('iframe') iframe.src = 'https://www.googletagmanager.com/ns.html?id=GTM-NQ88L9R'; iframe.style.display = 'none'; iframe.style.visibility = 'hidden'; iframe.style.width = '0'; iframe.style.height = '0'; gtm.appendChild(iframe); document.body.parentNode.insertBefore(gtm, document.body.firstChild); } </script> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 18: Adobe --> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 20: --> <style> .otgs-development-site-front-end{ display:none !important; } </style> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 22: Adobe Pre-Hiding Snippet --> <script data-nolazy> //prehiding snippet for Adobe Target with asynchronous tags deployment ;(function(win, doc, style, timeout) { var STYLE_ID = 'at-body-style'; function getParent() { return doc.getElementsByTagName('head')[0]; } function addStyle(parent, id, def) { if (!parent) { return; } var style = doc.createElement('style'); style.id = id; style.innerHTML = def; parent.appendChild(style); } function removeStyle(parent, id) { if (!parent) { return; } var style = doc.getElementById(id); if (!style) { return; } parent.removeChild(style); } addStyle(getParent(), STYLE_ID, style); setTimeout(function() { removeStyle(getParent(), STYLE_ID); }, timeout); }(window, document, "body {opacity: 0 !important}", 3000)); </script> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 23: Adobe Async --> <script src="https://assets.adobedtm.com/fccae223403d/b9ca3c9bef1d/launch-dab30381be28.min.js" async></script> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 24: Whisperlink style fixes --> <style> .camp ul.is-style-check-white-tick li a{ color: white; text-decoration:underline } .camp ul.is-style-check-white-tick li a:hover{ color:white; text-decoration:none; } </style> <!-- /end HFCM by 99 Robots --> <meta name="generator" content="WPML ver:4.6.6 stt:1,4,3,27,66,2;" /> <link rel="preload" as="font" href="https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-regular.woff2" crossorigin> <link rel="preload" as="font" href="https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-500.woff2" crossorigin> <link rel="preload" as="font" href="https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-600.woff2" crossorigin> <link rel="preload" as="font" href="https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-700.woff2" crossorigin> <link rel="preload" as="font" href="https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/poppins-v15-latin-700.woff2" crossorigin> <link rel="preload" as="font" href="https://www.activecampaign.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2" crossorigin><meta name="generator" content="Elementor 3.16.5; features: e_dom_optimization, e_optimized_assets_loading, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto"> <style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><link rel="icon" href="https://www.activecampaign.com/wp-content/uploads/2023/10/cropped-favicon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://www.activecampaign.com/wp-content/uploads/2023/10/cropped-favicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://www.activecampaign.com/wp-content/uploads/2023/10/cropped-favicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://www.activecampaign.com/wp-content/uploads/2023/10/cropped-favicon-270x270.png" /> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript> </head> <body class="page-template-default page page-id-92160 page-parent wp-custom-logo wp-embed-responsive site-wrapper page-legal group-blog no-js lang-de elementor-default elementor-kit-6 elementor-page elementor-page-92160"> <a class="skip-link screen-reader-text" href="#main">Skip to content</a> <div class="craftHeader craft-api"> <div class="skeleton-loader"> <div class="skeleton-logo"></div> <div class="skeleton-links"> <div class="skeleton-line"></div> <div class="skeleton-line"></div> <div class="skeleton-line"></div> <div class="skeleton-line"></div> <div class="skeleton-line"></div> </div> <div class="skeleton-buttons"> <div class="skeleton-button"></div> <div class="skeleton-button"></div> <div class="skeleton-mobile-menu"></div> </div> </div> <div class="dynamic-header loading"></div> </div> <main id="main" class="site-main container"> <article id="post-92160" class="post-92160 page type-page status-publish hentry"> <div class="entry-content"> <div data-elementor-type="wp-page" data-elementor-id="92160" class="elementor elementor-92160 elementor-10155" data-elementor-post-type="page"> <section class="elementor-section elementor-top-section elementor-element elementor-element-3166e54c elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="3166e54c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-27c11806 py-80 px-8 " data-id="27c11806" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-7a8d691f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7a8d691f" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-43297d32" data-id="43297d32" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-361f1c3f pb-40 elementor-widget elementor-widget-heading" data-id="361f1c3f" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">ActiveCampaign Legal Center</h2> </div> </div> <div class="elementor-element elementor-element-bf4b9a3 elementor-widget elementor-widget-text-editor" data-id="bf4b9a3" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Unser Ziel ist es, alle Bereiche Ihres Unternehmens zu unterstützen. Deshalb sorgen wir dafür, dass Sie immer über alle wichtigen Informationen verfügen, die Sie benötigen. Hier erfahren Sie mehr über die rechtlichen Vereinbarungen und Richtlinien von ActiveCampaign und wie sie Ihnen zum Erfolg verhelfen.</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1449f4bc" data-id="1449f4bc" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-752458f5 elementor-widget elementor-widget-image" data-id="752458f5" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="attachment-full size-full wp-image-10205" alt="book-mag-glass" data-lazy-src="https://www.activecampaign.com/wp-content/uploads/2021/08/book-mag-glass.svg" /><noscript><img decoding="async" src="https://www.activecampaign.com/wp-content/uploads/2021/08/book-mag-glass.svg" class="attachment-full size-full wp-image-10205" alt="book-mag-glass" /></noscript> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-f8a826b py-80 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f8a826b" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cf997de" data-id="cf997de" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-fe21124 desktop:px-128 pb-20 elementor-widget elementor-widget-heading" data-id="fe21124" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Richtlinien, mit denen Sie Ihre Kunden schützen – und die Bindung stärken</h2> </div> </div> <div class="elementor-element elementor-element-8d426bd elementor-widget elementor-widget-text-editor" data-id="8d426bd" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Einwilligungs-, Anti-Spam- und Cookie-Richtlinien dienen nicht nur dazu, die personenbezogenen Daten und die Privatsphäre Ihrer Kunden zu schützen. Sie helfen Ihnen, die Kundenbindung zu steigern und die Zustellbarkeit Ihrer E-Mails und SMS zu verbessern.</p> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-17c8949 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="17c8949" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-4045fdb px-16 pt-32 pb-24 desktop:m-12 tablet-portrait:m-8 phone:m-12 clickable card-wrap is-actionable illustration" data-id="4045fdb" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4c0752d px-12 pb-16 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="4c0752d" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <a href="https://www.activecampaign.com/legal/consent-policy" class="elementor-icon elementor-animation-" tabindex="-1"> <svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" fill="none"><g clip-path="url(#clip0)"><path d="M1 24C1 17.9249 5.92487 13 12 13H16C23.1797 13 29 18.8203 29 26V28H1V24Z" fill="#99B7FF" stroke="#004CFF" stroke-width="2"></path><path d="M23.1938 22.2231C21.9077 16.8163 17.0577 13 11.5 13H74.3594C81.7697 13 88.2103 18.0883 89.9251 25.2975L111.207 114.769C111.357 115.397 110.88 116 110.234 116H54.9804C49.4227 116 44.5923 112.184 43.3062 106.777L23.1938 22.2231Z" fill="white" stroke="#004CFF" stroke-width="2"></path><mask id="path-3-inside-1" fill="white"><path fill-rule="evenodd" clip-rule="evenodd" d="M54.7887 115C61.4161 115 66.7887 109.627 66.7887 103V98L128 98V105C128 111.627 122.627 117 116 117L54 117V115H54.7887Z"></path></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M54.7887 115C61.4161 115 66.7887 109.627 66.7887 103V98L128 98V105C128 111.627 122.627 117 116 117L54 117V115H54.7887Z" fill="#99B7FF"></path><path d="M66.7887 103L68.7887 103V103H66.7887ZM54.7887 115L54.7887 113H54.7887V115ZM66.7887 98V96L64.7887 96V98H66.7887ZM128 98H130V96L128 96V98ZM116 117V115V117ZM54 117H52V119H54L54 117ZM54 115V113H52V115H54ZM64.7887 103C64.7887 108.523 60.3116 113 54.7887 113L54.7887 117C62.5207 117 68.7887 110.732 68.7887 103L64.7887 103ZM64.7887 98V103H68.7887V98H64.7887ZM66.7887 100L128 100V96L66.7887 96V100ZM126 98V105H130V98H126ZM126 105C126 110.523 121.523 115 116 115V119C123.732 119 130 112.732 130 105H126ZM116 115L54 115L54 119L116 119V115ZM52 115V117H56V115H52ZM54.7887 113H54V117H54.7887V113Z" fill="#004CFF" mask="url(#path-3-inside-1)"></path><path d="M33 27H83" stroke="#CEDDFF" stroke-width="3"></path><path d="M35 35H85" stroke="#CEDDFF" stroke-width="3"></path><path d="M37 42H87" stroke="#CEDDFF" stroke-width="3"></path><path d="M39 50H89" stroke="#CEDDFF" stroke-width="3"></path><path d="M41 58H91" stroke="#CEDDFF" stroke-width="3"></path><path d="M31.5 22.5L42.5 68" stroke="white" stroke-width="3"></path><path d="M83 22.5L94 68" stroke="white" stroke-width="3"></path><path d="M92.6499 61.6097L90.6846 62.0203C87.1354 53.3563 87.9073 43.4326 93.9782 36.3048C101.427 27.5589 112.86 16.625 125.692 13.1585L114.611 42.7608C111.006 52.3928 102.717 59.5065 92.6499 61.6097Z" fill="white" stroke="#004CFF" stroke-width="2"></path><path d="M85.8088 76.4243C96.4192 38.2888 117.062 19.575 124.779 13.8041" stroke="#004CFF" stroke-width="2"></path><path d="M82.42 84.0247L85.7731 72.8888C85.7731 72.8888 88.0727 72.314 87.8258 73.0803C86.4543 77.337 87.8968 80.151 87.8968 80.151L82.42 84.0247Z" fill="#004CFF"></path><path d="M103.66 44.3527L113.353 44.8917L114.8 41.1293L103.66 44.3527Z" fill="#004CFF"></path><path d="M81.083 85.6202C78.6956 87.6317 72.7543 90.6852 68.0879 86.8079C62.2549 81.9613 67.6766 67.6322 74.8651 68.8965C82.0535 70.1609 70.7409 95.1478 56.4062 88.5163C50.1737 85.633 51.9338 76.2867 56.865 73.4877" stroke="#004CFF" stroke-width="2"></path></g><defs><clipPath id="clip0"><rect width="128" height="128" fill="white"></rect></clipPath></defs></svg> </a> </div> <div class="elementor-icon-box-content"> <h3 class="elementor-icon-box-title"> <a href="https://www.activecampaign.com/legal/consent-policy" > Einwilligung </a> </h3> <p class="elementor-icon-box-description"> Die Einwilligung der Kunden einzuholen ist nicht nur eine Frage der Höflichkeit, sondern auch erforderlich unter Anti-Spam-Gesetzen und anderen Daten- und Verbraucherschutzgesetzen. Diese Regeln und Tipps helfen Ihnen, alle Richtlinien einzuhalten. </p> </div> </div> </div> </div> <div class="elementor-element elementor-element-e31c8e6 elementor-align-center no-bullets elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="e31c8e6" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://www.activecampaign.com/legal/consent-policy"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-caret-right"></i> </span> <span class="elementor-icon-list-text">Mehr erfahren (nur Englisch)</span> </a> </li> </ul> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-e2f5cb7 px-16 pt-32 pb-24 desktop:m-12 tablet-portrait:m-8 phone:m-12 clickable card-wrap is-actionable illustration" data-id="e2f5cb7" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a774fac px-12 pb-16 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="a774fac" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <a href="https://www.activecampaign.com/legal/anti-spam-policy" class="elementor-icon elementor-animation-" tabindex="-1"> <svg xmlns="http://www.w3.org/2000/svg" width="112" height="120" viewBox="0 0 112 120" fill="none"><mask id="mask0" maskUnits="userSpaceOnUse" x="0" y="38" width="112" height="82"><rect x="1" y="39" width="110" height="80" rx="1" fill="white" stroke="#356AE6" stroke-width="2"></rect></mask><g mask="url(#mask0)"><rect x="1" y="39" width="110" height="80" rx="1" fill="white" stroke="#004CFF" stroke-width="2"></rect><path d="M55.2743 58.3067L0.256209 119H111.745L56.7563 58.3069C56.3594 57.8689 55.6713 57.8688 55.2743 58.3067Z" fill="white" stroke="#004CFF" stroke-width="2"></path><path d="M54.0413 90.9429L-5.33801 39H117.339L57.9923 90.9424C56.8614 91.9322 55.1725 91.9325 54.0413 90.9429Z" fill="#CEDDFF" stroke="#004CFF" stroke-width="2"></path></g><path d="M1 31.4071C1 31.0185 1.22504 30.6652 1.57711 30.5009L55.5771 5.30088C55.8452 5.17579 56.1548 5.17579 56.4229 5.30088L110.423 30.5009C110.775 30.6652 111 31.0185 111 31.4071V44.0667H1V31.4071Z" fill="white" stroke="#004CFF" stroke-width="2"></path><path d="M18 2C18 1.44771 18.4477 1 19 1H93C93.5523 1 94 1.44772 94 2V59.0903C94 59.3793 93.875 59.6541 93.6571 59.844L57.9811 90.9463C56.8482 91.9339 55.1593 91.9308 54.03 90.9391L18.3401 59.596L17.683 60.3443L18.3401 59.596C18.1239 59.4062 18 59.1324 18 58.8446V2Z" fill="white" stroke="#004CFF" stroke-width="2"></path><path d="M54.0695 14.7843C54.7779 13.5698 56.5326 13.5698 57.241 14.7843L79.7468 53.3657C80.4608 54.5896 79.578 56.1266 78.1611 56.1266H33.1494C31.7325 56.1266 30.8497 54.5896 31.5637 53.3657L54.0695 14.7843Z" fill="#CEDDFF"></path><rect x="53.8208" y="26.7527" width="3.67173" height="16.5228" fill="#004CFF"></rect><rect width="3.67173" height="3.67173" transform="matrix(1 0 0 -1 53.8208 50.619)" fill="#004CFF"></rect></svg> </a> </div> <div class="elementor-icon-box-content"> <h3 class="elementor-icon-box-title"> <a href="https://www.activecampaign.com/legal/anti-spam-policy" > Anti-spam </a> </h3> <p class="elementor-icon-box-description"> Unser Ziel ist es, Ihnen die bestmögliche Zustellbarkeit zu bieten. Erfahren Sie mehr über Bounce-E-Mails, Abbestellungen und Beschwerdequoten – und wie Sie diese vermeiden. </p> </div> </div> </div> </div> <div class="elementor-element elementor-element-0fbdcc9 elementor-align-center no-bullets elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="0fbdcc9" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://www.activecampaign.com/legal/anti-spam-policy"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-caret-right"></i> </span> <span class="elementor-icon-list-text">Mehr erfahren (nur Englisch)</span> </a> </li> </ul> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-b480402 px-16 pt-32 pb-24 desktop:m-12 tablet-portrait:m-8 phone:m-12 clickable card-wrap is-actionable illustration" data-id="b480402" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-22584f6 px-12 pb-16 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="22584f6" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <a href="https://www.activecampaign.com/legal/cookie-policy" class="elementor-icon elementor-animation-" tabindex="-1"> <svg xmlns="http://www.w3.org/2000/svg" width="116" height="116" viewBox="0 0 116 116" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M41.2497 13.6811C46.4843 18.9158 48.2107 26.3302 46.4287 33.0026L82.7396 69.3134C89.412 67.5314 96.8265 69.2577 102.061 74.4924C107.86 80.2916 109.354 88.7661 106.541 95.9432L92.1614 81.5633L80.8477 92.877L95.2275 107.257C88.0505 110.069 79.5761 108.576 73.7769 102.777C68.5425 97.5422 66.8161 90.1281 68.5977 83.4559L32.2864 47.1446C25.6141 48.9263 18.1999 47.1999 12.9654 41.9654C7.16621 36.1662 5.67286 27.6917 8.48535 20.5146L24.2792 36.3085L35.5929 24.9948L19.7991 9.201C26.9761 6.38862 35.4505 7.882 41.2497 13.6811Z" fill="#CEDDFF"></path><path d="M46.4287 33.0026L45.4626 32.7446L45.3138 33.3019L45.7216 33.7097L46.4287 33.0026ZM82.7396 69.3134L82.0324 70.0205L82.4403 70.4284L82.9976 70.2796L82.7396 69.3134ZM106.541 95.9432L105.834 96.6503L106.915 97.7309L107.472 96.308L106.541 95.9432ZM92.1614 81.5633L92.8685 80.8562L92.1614 80.1491L91.4543 80.8562L92.1614 81.5633ZM80.8477 92.877L80.1406 92.1699L79.4335 92.877L80.1406 93.5841L80.8477 92.877ZM95.2275 107.257L95.5924 108.188L97.0152 107.63L95.9346 106.55L95.2275 107.257ZM68.5977 83.4559L69.5639 83.7139L69.7127 83.1566L69.3048 82.7488L68.5977 83.4559ZM32.2864 47.1446L32.9935 46.4375L32.5857 46.0296L32.0284 46.1784L32.2864 47.1446ZM8.48535 20.5146L9.19246 19.8075L8.11186 18.7269L7.55429 20.1498L8.48535 20.5146ZM24.2792 36.3085L23.5721 37.0156L24.2792 37.7227L24.9863 37.0156L24.2792 36.3085ZM35.5929 24.9948L36.3 25.7019L37.0071 24.9948L36.3 24.2877L35.5929 24.9948ZM19.7991 9.201L19.4343 8.26993L18.0114 8.8275L19.092 9.90811L19.7991 9.201ZM47.3949 33.2606C49.2651 26.2575 47.4541 18.4713 41.9568 12.974L40.5426 14.3883C45.5146 19.3603 47.1562 26.4029 45.4626 32.7446L47.3949 33.2606ZM83.4467 68.6063L47.1358 32.2955L45.7216 33.7097L82.0324 70.0205L83.4467 68.6063ZM102.768 73.7853C97.271 68.288 89.4847 66.4769 82.4815 68.3473L82.9976 70.2796C89.3393 68.5859 96.382 70.2275 101.354 75.1995L102.768 73.7853ZM107.472 96.308C110.425 88.7743 108.859 79.8756 102.768 73.7853L101.354 75.1995C106.862 80.7077 108.283 88.758 105.61 95.5783L107.472 96.308ZM107.248 95.2361L92.8685 80.8562L91.4543 82.2704L105.834 96.6503L107.248 95.2361ZM91.4543 80.8562L80.1406 92.1699L81.5548 93.5841L92.8685 82.2704L91.4543 80.8562ZM80.1406 93.5841L94.5204 107.964L95.9346 106.55L81.5548 92.1699L80.1406 93.5841ZM73.0698 103.484C79.16 109.574 88.0587 111.14 95.5924 108.188L94.8627 106.326C88.0424 108.998 79.9922 107.578 74.484 102.07L73.0698 103.484ZM67.6316 83.1979C65.7616 90.2008 67.5727 97.9867 73.0698 103.484L74.484 102.07C69.5122 97.0977 67.8705 90.0554 69.5639 83.7139L67.6316 83.1979ZM31.5793 47.8517L67.8906 84.163L69.3048 82.7488L32.9935 46.4375L31.5793 47.8517ZM12.2583 42.6725C17.7555 48.1697 25.5414 49.9808 32.5444 48.1107L32.0284 46.1784C25.6869 47.8719 18.6444 46.2302 13.6725 41.2583L12.2583 42.6725ZM7.55429 20.1498C4.602 27.6836 6.16805 36.5823 12.2583 42.6725L13.6725 41.2583C8.16438 35.7502 6.74371 27.6998 9.41641 20.8795L7.55429 20.1498ZM7.77824 21.2218L23.5721 37.0156L24.9863 35.6014L9.19246 19.8075L7.77824 21.2218ZM24.9863 37.0156L36.3 25.7019L34.8858 24.2877L23.5721 35.6014L24.9863 37.0156ZM36.3 24.2877L20.5062 8.49389L19.092 9.90811L34.8858 25.7019L36.3 24.2877ZM41.9568 12.974C35.8666 6.88383 26.968 5.31776 19.4343 8.26993L20.164 10.1321C26.9842 7.45947 35.0345 8.88016 40.5426 14.3883L41.9568 12.974Z" fill="#004CFF"></path><g style="mix-blend-mode:multiply"><path d="M67 65L59 73L53.5 67.5L66 54.5L77 65L74.8284 67.1716C73.2663 68.7337 70.7337 68.7337 69.1716 67.1716L67 65Z" fill="#CEDDFF"></path></g><path d="M46.4287 33.0026L45.4626 32.7446L45.3138 33.3019L45.7216 33.7097L46.4287 33.0026ZM82.7396 69.3134L82.0324 70.0205L82.4403 70.4284L82.9976 70.2796L82.7396 69.3134ZM106.541 95.9432L105.834 96.6503L106.915 97.7309L107.472 96.308L106.541 95.9432ZM92.1614 81.5633L92.8685 80.8562L92.1614 80.1491L91.4543 80.8562L92.1614 81.5633ZM80.8477 92.877L80.1406 92.1699L79.4335 92.877L80.1406 93.5841L80.8477 92.877ZM95.2275 107.257L95.5924 108.188L97.0152 107.63L95.9346 106.55L95.2275 107.257ZM68.5977 83.4559L69.5639 83.7139L69.7127 83.1566L69.3048 82.7488L68.5977 83.4559ZM32.2864 47.1446L32.9935 46.4375L32.5857 46.0296L32.0284 46.1784L32.2864 47.1446ZM8.48535 20.5146L9.19246 19.8075L8.11186 18.7269L7.55429 20.1498L8.48535 20.5146ZM24.2792 36.3085L23.5721 37.0156L24.2792 37.7227L24.9863 37.0156L24.2792 36.3085ZM35.5929 24.9948L36.3 25.7019L37.0071 24.9948L36.3 24.2877L35.5929 24.9948ZM19.7991 9.201L19.4343 8.26993L18.0114 8.8275L19.092 9.90811L19.7991 9.201ZM47.3949 33.2606C49.2651 26.2575 47.4541 18.4713 41.9568 12.974L40.5426 14.3883C45.5146 19.3603 47.1562 26.4029 45.4626 32.7446L47.3949 33.2606ZM83.4467 68.6063L47.1358 32.2955L45.7216 33.7097L82.0324 70.0205L83.4467 68.6063ZM102.768 73.7853C97.271 68.288 89.4847 66.4769 82.4815 68.3473L82.9976 70.2796C89.3393 68.5859 96.382 70.2275 101.354 75.1995L102.768 73.7853ZM107.472 96.308C110.425 88.7743 108.859 79.8756 102.768 73.7853L101.354 75.1995C106.862 80.7077 108.283 88.758 105.61 95.5783L107.472 96.308ZM107.248 95.2361L92.8685 80.8562L91.4543 82.2704L105.834 96.6503L107.248 95.2361ZM91.4543 80.8562L80.1406 92.1699L81.5548 93.5841L92.8685 82.2704L91.4543 80.8562ZM80.1406 93.5841L94.5204 107.964L95.9346 106.55L81.5548 92.1699L80.1406 93.5841ZM73.0698 103.484C79.16 109.574 88.0587 111.14 95.5924 108.188L94.8627 106.326C88.0424 108.998 79.9922 107.578 74.484 102.07L73.0698 103.484ZM67.6316 83.1979C65.7616 90.2008 67.5727 97.9867 73.0698 103.484L74.484 102.07C69.5122 97.0977 67.8705 90.0554 69.5639 83.7139L67.6316 83.1979ZM31.5793 47.8517L67.8906 84.163L69.3048 82.7488L32.9935 46.4375L31.5793 47.8517ZM12.2583 42.6725C17.7555 48.1697 25.5414 49.9808 32.5444 48.1107L32.0284 46.1784C25.6869 47.8719 18.6444 46.2302 13.6725 41.2583L12.2583 42.6725ZM7.55429 20.1498C4.602 27.6836 6.16805 36.5823 12.2583 42.6725L13.6725 41.2583C8.16438 35.7502 6.74371 27.6998 9.41641 20.8795L7.55429 20.1498ZM7.77824 21.2218L23.5721 37.0156L24.9863 35.6014L9.19246 19.8075L7.77824 21.2218ZM24.9863 37.0156L36.3 25.7019L34.8858 24.2877L23.5721 35.6014L24.9863 37.0156ZM36.3 24.2877L20.5062 8.49389L19.092 9.90811L34.8858 25.7019L36.3 24.2877ZM41.9568 12.974C35.8666 6.88383 26.968 5.31776 19.4343 8.26993L20.164 10.1321C26.9842 7.45947 35.0345 8.88016 40.5426 14.3883L41.9568 12.974Z" fill="#004CFF"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M66.3019 55.3258L60.645 49.6689L22.4614 87.8525L19.6333 85.0244L6.90537 103.409L12.5622 109.066L30.947 96.3381L28.1183 93.5094L66.3019 55.3258Z" fill="white"></path><path d="M60.645 49.6689L61.3521 48.9618L60.645 48.2547L59.9379 48.9618L60.645 49.6689ZM66.3019 55.3258L67.009 56.0329L67.7161 55.3258L67.009 54.6187L66.3019 55.3258ZM22.4614 87.8525L21.7543 88.5596L22.4614 89.2668L23.1685 88.5596L22.4614 87.8525ZM19.6333 85.0244L20.3404 84.3173L19.4931 83.47L18.8111 84.4552L19.6333 85.0244ZM6.90537 103.409L6.08318 102.84L5.60813 103.526L6.19827 104.116L6.90537 103.409ZM12.5622 109.066L11.8551 109.773L12.4453 110.363L13.1314 109.888L12.5622 109.066ZM30.947 96.3381L31.5162 97.1603L32.5014 96.4783L31.6541 95.631L30.947 96.3381ZM28.1183 93.5094L27.4112 92.8023L26.7041 93.5094L27.4112 94.2165L28.1183 93.5094ZM59.9379 50.3761L65.5948 56.0329L67.009 54.6187L61.3521 48.9618L59.9379 50.3761ZM23.1685 88.5596L61.3521 50.3761L59.9379 48.9618L21.7543 87.1454L23.1685 88.5596ZM18.9262 85.7315L21.7543 88.5596L23.1685 87.1454L20.3404 84.3173L18.9262 85.7315ZM7.72757 103.978L20.4555 85.5936L18.8111 84.4552L6.08318 102.84L7.72757 103.978ZM13.2693 108.359L7.61248 102.702L6.19827 104.116L11.8551 109.773L13.2693 108.359ZM30.3778 95.5159L11.993 108.244L13.1314 109.888L31.5162 97.1603L30.3778 95.5159ZM27.4112 94.2165L30.2399 97.0452L31.6541 95.631L28.8254 92.8023L27.4112 94.2165ZM65.5948 54.6187L27.4112 92.8023L28.8254 94.2165L67.009 56.0329L65.5948 54.6187Z" fill="#004CFF"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M104.485 11.4852C101.361 8.36103 96.2958 8.36103 93.1716 11.4852L93.1716 11.4852L93.1716 11.4852C91.6095 9.92307 89.0768 9.92307 87.5147 11.4852L54.9878 44.0121C53.4257 45.5742 53.4257 48.1068 54.9878 49.6689L66.3015 60.9826C67.8636 62.5447 70.3963 62.5447 71.9584 60.9826L104.485 28.4557C106.047 26.8937 106.047 24.361 104.485 22.7989C107.61 19.6747 107.61 14.6094 104.485 11.4852Z" fill="#99B7FF"></path><path d="M93.1716 11.4852L93.8787 12.1923L93.1716 11.4852ZM93.1716 11.4852L92.4645 12.1923L93.1716 12.8994L93.8787 12.1923L93.1716 11.4852ZM54.9878 49.6689L55.6949 48.9618L54.9878 49.6689ZM66.3015 60.9826L65.5944 61.6897L66.3015 60.9826ZM104.485 22.7989L103.778 22.0918L103.071 22.7989L103.778 23.506L104.485 22.7989ZM93.8787 12.1923C96.6124 9.45866 101.045 9.45866 103.778 12.1923L105.192 10.7781C101.678 7.2634 95.9792 7.2634 92.4645 10.7781L93.8787 12.1923ZM93.8787 12.1923L93.8787 12.1923L92.4645 10.7781L92.4645 10.7781L93.8787 12.1923ZM92.4645 12.1923L92.4645 12.1923L93.8787 10.7781L93.8787 10.7781L92.4645 12.1923ZM88.2218 12.1923C89.3934 11.0207 91.2929 11.0207 92.4645 12.1923L93.8787 10.7781C91.9261 8.82544 88.7602 8.82544 86.8076 10.7781L88.2218 12.1923ZM55.6949 44.7192L88.2218 12.1923L86.8076 10.7781L54.2807 43.305L55.6949 44.7192ZM55.6949 48.9618C54.5233 47.7903 54.5233 45.8908 55.6949 44.7192L54.2807 43.305C52.3281 45.2576 52.3281 48.4234 54.2807 50.376L55.6949 48.9618ZM67.0086 60.2755L55.6949 48.9618L54.2807 50.376L65.5944 61.6897L67.0086 60.2755ZM71.2513 60.2755C70.0797 61.4471 68.1802 61.4471 67.0086 60.2755L65.5944 61.6897C67.547 63.6424 70.7128 63.6424 72.6655 61.6897L71.2513 60.2755ZM103.778 27.7486L71.2513 60.2755L72.6655 61.6897L105.192 29.1628L103.778 27.7486ZM103.778 23.506C104.95 24.6776 104.95 26.5771 103.778 27.7486L105.192 29.1628C107.145 27.2102 107.145 24.0445 105.192 22.0918L103.778 23.506ZM103.778 12.1923C106.512 14.926 106.512 19.3582 103.778 22.0918L105.192 23.506C108.707 19.9913 108.707 14.2928 105.192 10.7781L103.778 12.1923Z" fill="#004CFF"></path><rect x="88.9292" y="18.5564" width="4" height="38" rx="2" transform="rotate(45 88.9292 18.5564)" fill="#5487FF"></rect><rect x="94.5864" y="24.2131" width="4" height="38" rx="2" transform="rotate(45 94.5864 24.2131)" fill="#5487FF"></rect></svg> </a> </div> <div class="elementor-icon-box-content"> <h3 class="elementor-icon-box-title"> <a href="https://www.activecampaign.com/legal/cookie-policy" > Cookies </a> </h3> <p class="elementor-icon-box-description"> Wir verwenden Cookies, um zu sehen, welche Funktionen am beliebtesten sind, um die Besucher einer Seite zu zählen, um unsere Dienste sicher zu halten und um Ihnen ein besseres Erlebnis zu bieten. </p> </div> </div> </div> </div> <div class="elementor-element elementor-element-dd4c289 elementor-align-center no-bullets elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="dd4c289" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://www.activecampaign.com/legal/cookie-policy"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-caret-right"></i> </span> <span class="elementor-icon-list-text">Mehr erfahren (nur Englisch)</span> </a> </li> </ul> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-43dbe7a elementor-section-content-middle py-96 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="43dbe7a" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-03a533f" data-id="03a533f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f2a0eb elementor-widget elementor-widget-image" data-id="3f2a0eb" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="attachment-full size-full wp-image-10229" alt="clipboard-checklist" data-lazy-src="https://www.activecampaign.com/wp-content/uploads/2021/08/clipboard-checklist.svg" /><noscript><img decoding="async" src="https://www.activecampaign.com/wp-content/uploads/2021/08/clipboard-checklist.svg" class="attachment-full size-full wp-image-10229" alt="clipboard-checklist" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f254bd5" data-id="f254bd5" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-26b5b60 pb-24 elementor-widget elementor-widget-heading" data-id="26b5b60" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Stärken Sie das Vertrauen und die Loyalität Ihrer Kunden durch die Einhaltung der Datenschutzgesetze (einschließlich der DSGVO)</h2> </div> </div> <div class="elementor-element elementor-element-fe1c096 elementor-widget elementor-widget-text-editor" data-id="fe1c096" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Wir bei ActiveCampaign wissen, dass Ihnen der Schutz Ihrer Kundendaten wichtig ist. Deshalb erhalten Sie hier alles, was Sie brauchen, um die Richtlinien der DSGVO zu erfüllen und Datenschutzanforderungen auf der ganzen Welt zu beachten. Mit der Erfüllung Ihrer Datenschutzanforderungen lässt sich Ihre Zielgruppe sogar ausweiten, da Ihre Kunden darauf vertrauen können, dass ihre personenbezogenen Daten geschützt sind. Erfahren Sie mehr darüber, wie ActiveCampaign es Ihnen leicht macht, DSGVO-konform zu handeln.</p> </div> </div> <div class="elementor-element elementor-element-1a637b4 elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-left no-bullets link-underlines link-underlines-white pt-20 elementor-tablet-align-center elementor-widget elementor-widget-icon-list" data-id="1a637b4" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.activecampaign.com/legal/gdpr-updates/privacy-shield"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-caret-right"></i> </span> <span class="elementor-icon-list-text">Mehr erfahren (nur Englisch)</span> </a> </li> </ul> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-850f8a1 py-80 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="850f8a1" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6508b1b" data-id="6508b1b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6e0ac31 py-12 elementor-widget elementor-widget-heading" data-id="6e0ac31" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Vereinbarungen zum Schutz von Daten und Privatsphäre</h2> </div> </div> <div class="elementor-element elementor-element-712a3cf pb-20 elementor-widget elementor-widget-text-editor" data-id="712a3cf" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Wir haben Ihnen Unterlagen zusammengestellt, die Sie im Rahmen der Gesetze zum Schutz von Daten und Privatsphäre benötigen.</p> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-185ff23 my-16 desktop:px-96 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="185ff23" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-13a429c" data-id="13a429c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d02305d elementor-view-default elementor-widget elementor-widget-icon" data-id="d02305d" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <div class="elementor-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><g clip-path="url(#clip0)"><path d="M5 6H27M5 6V28M5 6L27 28M27 6V28M27 6L5 28M27 28H5" stroke="#99B7FF" stroke-width="2"></path><rect x="-1" y="-1" width="10" height="10" rx="3" fill="#5487FF" stroke="white" stroke-width="2"></rect><path d="M4.5 22C1.46243 22 -1 24.4624 -1 27.5C-1 30.5376 1.46243 33 4.5 33C7.53757 33 10 30.5376 10 27.5C10 24.4624 7.53757 22 4.5 22Z" fill="#004CFF" stroke="white" stroke-width="2"></path><path d="M28.4718 22.9147C27.695 21.62 25.8187 21.62 25.0418 22.9147L20.808 29.971L21.6655 30.4855L20.808 29.971C20.0082 31.3041 20.9684 33 22.523 33H30.9906C32.5452 33 33.5055 31.3041 32.7056 29.971L28.4718 22.9147Z" fill="#5487FF" stroke="white" stroke-width="2"></path><path d="M22.5311 2.5547L23.2382 3.26181L22.5311 2.55471C21.3595 3.72628 21.3595 5.62577 22.5311 6.79735L25.2027 9.46892L25.8087 8.86283L25.2027 9.46892C26.3742 10.6405 28.2737 10.6405 29.4453 9.46892L32.1169 6.79735C33.2884 5.62577 33.2884 3.72628 32.1169 2.5547L29.4453 -0.116868L28.7382 0.590239L29.4453 -0.116868C28.2737 -1.28844 26.3742 -1.28844 25.2027 -0.116866L22.5311 2.5547Z" fill="#004CFF" stroke="white" stroke-width="2"></path></g><defs><clipPath id="clip0"><rect width="32" height="32" fill="white"></rect></clipPath></defs></svg> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-29e9784" data-id="29e9784" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4d0ebf3 elementor-widget elementor-widget-heading" data-id="4d0ebf3" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Datenverarbeitungsnachtrag</h3> </div> </div> <div class="elementor-element elementor-element-9a75e37 elementor-widget elementor-widget-text-editor" data-id="9a75e37" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Wir bieten Ihnen die Möglichkeit, mit uns einen Datenverarbeitungsnachtrag zu unterzeichnen, der die Verarbeitung der personenbezogenen Daten Ihrer Kunden regelt.</p> </div> </div> <div class="elementor-element elementor-element-a52d82a elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-left mt-16 no-bullets link-underlines link-underlines-white elementor-widget elementor-widget-icon-list" data-id="a52d82a" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.activecampaign.com/legal/dpa"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-caret-right"></i> </span> <span class="elementor-icon-list-text">Mehr erfahren (nur Englisch)</span> </a> </li> </ul> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-36b9eeb my-16 desktop:px-96 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="36b9eeb" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4a37b64" data-id="4a37b64" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-389e848 elementor-view-default elementor-widget elementor-widget-icon" data-id="389e848" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <div class="elementor-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M35.6144 29.0304C33.2969 26.7674 32.6812 23.4188 33.7862 20.5793L21.1545 8.24449L22.7123 6.6492L28.8506 7.18941L29.3724 10.5557L32.2627 10.5214L32.2971 13.4117L35.6748 13.8533L38.0701 16.1923C40.8825 15.0201 44.2448 15.5561 46.5623 17.8191C49.6582 20.8423 49.7172 25.8028 46.694 28.8987C43.6708 31.9946 38.7104 32.0536 35.6144 29.0304ZM38.8951 21.2828C37.7121 22.4943 37.7352 24.4354 38.9466 25.6183C40.1581 26.8013 42.0991 26.7782 43.2821 25.5668C44.4651 24.3553 44.442 22.4143 43.2305 21.2313C42.0191 20.0483 40.078 20.0714 38.8951 21.2828Z" fill="#CEDDFF"></path><path d="M33.7862 20.5793L34.7181 20.942L34.9579 20.3258L34.4848 19.8638L33.7862 20.5793ZM35.6144 29.0304L34.9158 29.7459L35.6144 29.0304ZM21.1545 8.24449L20.439 7.54584L19.7404 8.2613L20.4558 8.95995L21.1545 8.24449ZM22.7123 6.6492L22.7999 5.65305L22.3279 5.61151L21.9968 5.95055L22.7123 6.6492ZM28.8506 7.18941L29.8388 7.03623L29.7187 6.26195L28.9382 6.19326L28.8506 7.18941ZM29.3724 10.5557L28.3842 10.7089L28.517 11.566L29.3843 11.5557L29.3724 10.5557ZM32.2627 10.5214L33.2626 10.5095L33.2507 9.50954L32.2508 9.52143L32.2627 10.5214ZM32.2971 13.4117L31.2971 13.4236L31.3074 14.2908L32.1674 14.4032L32.2971 13.4117ZM35.6748 13.8533L36.3735 13.1378L36.135 12.905L35.8045 12.8617L35.6748 13.8533ZM38.0701 16.1923L37.3714 16.9077L37.8445 17.3697L38.4548 17.1153L38.0701 16.1923ZM46.5623 17.8191L45.8636 18.5346L46.5623 17.8191ZM46.694 28.8987L45.9785 28.2L45.9785 28.2L46.694 28.8987ZM38.8951 21.2828L39.6105 21.9815L39.6105 21.9815L38.8951 21.2828ZM43.2821 25.5668L42.5666 24.8681L42.5666 24.8681L43.2821 25.5668ZM43.2305 21.2313L43.9292 20.5158L43.2305 21.2313ZM32.8542 20.2167C31.609 23.4165 32.3014 27.1929 34.9158 29.7459L36.3131 28.3149C34.2925 26.3418 33.7534 23.421 34.7181 20.942L32.8542 20.2167ZM20.4558 8.95995L33.0875 21.2948L34.4848 19.8638L21.8531 7.52903L20.4558 8.95995ZM21.9968 5.95055L20.439 7.54584L21.8699 8.94314L23.4277 7.34785L21.9968 5.95055ZM28.9382 6.19326L22.7999 5.65305L22.6246 7.64535L28.7629 8.18556L28.9382 6.19326ZM30.3606 10.4025L29.8388 7.03623L27.8624 7.34259L28.3842 10.7089L30.3606 10.4025ZM32.2508 9.52143L29.3605 9.55579L29.3843 11.5557L32.2746 11.5213L32.2508 9.52143ZM33.297 13.3998L33.2626 10.5095L31.2628 10.5332L31.2971 13.4236L33.297 13.3998ZM35.8045 12.8617L32.4267 12.4201L32.1674 14.4032L35.5452 14.8449L35.8045 12.8617ZM38.7687 15.4768L36.3735 13.1378L34.9762 14.5688L37.3714 16.9077L38.7687 15.4768ZM47.2609 17.1036C44.6465 14.5507 40.8547 13.9483 37.6854 15.2692L38.4548 17.1153C40.9102 16.0919 43.843 16.5615 45.8636 18.5346L47.2609 17.1036ZM47.4095 29.5973C50.8185 26.1063 50.752 20.5127 47.2609 17.1036L45.8636 18.5346C48.5644 21.1719 48.6159 25.4992 45.9785 28.2L47.4095 29.5973ZM34.9158 29.7459C38.4068 33.1549 44.0005 33.0884 47.4095 29.5973L45.9785 28.2C43.3412 30.9008 39.0139 30.9523 36.3131 28.3149L34.9158 29.7459ZM39.6453 24.9029C38.8289 24.1057 38.8134 22.7978 39.6105 21.9815L38.1796 20.5842C36.6108 22.1908 36.6414 24.765 38.248 26.3338L39.6453 24.9029ZM42.5666 24.8681C41.7695 25.6844 40.4616 25.7 39.6453 24.9029L38.248 26.3338C39.8545 27.9026 42.4287 27.872 43.9976 26.2654L42.5666 24.8681ZM42.5319 21.9468C43.3482 22.7439 43.3637 24.0518 42.5666 24.8681L43.9976 26.2654C45.5664 24.6588 45.5358 22.0847 43.9292 20.5158L42.5319 21.9468ZM39.6105 21.9815C40.4076 21.1652 41.7156 21.1496 42.5319 21.9468L43.9292 20.5158C42.3226 18.947 39.7484 18.9776 38.1796 20.5842L39.6105 21.9815Z" fill="#004CFF"></path><path d="M14.1585 39.7383L4 46.0248L10.7511 58L15.6931 54.9711C17.7088 53.7357 20.097 53.2544 22.4339 53.6126L36.9312 55.835C39.2354 56.1883 41.5906 55.7254 43.5897 54.5265L61.224 43.9508C62.2 43.3655 62.5068 42.0939 61.9051 41.128C60.539 38.935 57.7468 38.1131 55.4105 39.2165L45.5538 43.8714C45.7339 42.9384 45.1786 42.0205 44.2686 41.7471L30.4387 37.5913C24.9548 35.9434 19.0277 36.7251 14.1585 39.7383Z" fill="#E7EEFF"></path><path d="M31.1918 45.2645L40.0336 47.3789C42.5337 47.9768 45.033 46.3887 45.5538 43.8714V43.8714M45.5538 43.8714V43.8714C45.7339 42.9384 45.1786 42.0205 44.2686 41.7471L30.4387 37.5913C24.9548 35.9434 19.0277 36.7251 14.1585 39.7383L4 46.0248L10.7511 58L15.6931 54.9711C17.7088 53.7357 20.097 53.2544 22.4339 53.6126L36.9312 55.835C39.2354 56.1883 41.5906 55.7254 43.5897 54.5265L61.224 43.9508C62.2 43.3655 62.5068 42.0939 61.9051 41.128V41.128C60.539 38.935 57.7468 38.1131 55.4105 39.2165L45.5538 43.8714Z" stroke="#004CFF" stroke-width="2"></path><rect x="2" y="37" width="11" height="22" fill="white" stroke="#004CFF" stroke-width="2"></rect><circle cx="7.5" cy="54.5" r="1.5" fill="#004CFF"></circle></svg> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-91433bc" data-id="91433bc" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-43c33fd elementor-widget elementor-widget-heading" data-id="43c33fd" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default"><span style="font-size: 22.4px;">Datenschutzrahmen</span></h3> </div> </div> <div class="elementor-element elementor-element-eb23fe7 elementor-widget elementor-widget-text-editor" data-id="eb23fe7" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>ActiveCampaign hält sich bei der Verarbeitung von personenbezogenen Daten, die aus dem EWR, dem Vereinigten Königreich oder der Schweiz stammen, an den Datenschutzrahmen.</p> </div> </div> <div class="elementor-element elementor-element-b6ba963 elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-left mt-16 no-bullets link-underlines link-underlines-white elementor-widget elementor-widget-icon-list" data-id="b6ba963" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.activecampaign.com/legal/dpf"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-caret-right"></i> </span> <span class="elementor-icon-list-text">Mehr erfahren (nur Englisch)</span> </a> </li> </ul> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-79e41d2 my-16 desktop:px-96 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="79e41d2" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-95edb4f" data-id="95edb4f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-e8413c0 elementor-view-default elementor-widget elementor-widget-icon" data-id="e8413c0" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <div class="elementor-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M27 1L23.1924 4.80761C28.2692 9.88442 28.2692 18.1156 23.1924 23.1924C20.654 25.7308 17.327 27 14 27M14 27C10.673 27 7.34602 25.7308 4.80762 23.1924M14 27V31M14 31H6M14 31H22" stroke="#004CFF" stroke-width="2"></path><circle cx="14" cy="14" r="9" fill="#CEDDFF" stroke="#004CFF" stroke-width="2"></circle><path d="M10.5356 5L13.7176 8.18198C14.6939 9.15829 14.6939 10.7412 13.7176 11.7175C12.7413 12.6938 11.1584 12.6938 10.1821 11.7175L7.00011 8.53553L10.5356 5Z" fill="#004CFF"></path><path d="M19.3425 20.0925L17.1964 17.9464C16.0524 16.8024 16.0524 14.9476 17.1964 13.8036C18.3404 12.6596 20.1952 12.6596 21.3392 13.8036L23.4853 15.9497L19.3425 20.0925Z" fill="#004CFF"></path><path d="M12.3696 22.6304L10.188 20.5113C9.19591 19.5476 9.18436 17.9585 10.1624 16.9805C11.1304 16.0124 12.6999 16.0124 13.668 16.9805L18.6719 21.9844L12.3696 22.6304Z" fill="#004CFF"></path><path d="M7.26562 8L9.36718 10.1016C9.99282 10.7272 9.99282 11.7416 9.36718 12.3672C8.74154 12.9928 7.72718 12.9928 7.10155 12.3672L4.99999 10.2656L7.26562 8Z" fill="#004CFF"></path></svg> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0c909ae" data-id="0c909ae" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ae48289 elementor-widget elementor-widget-heading" data-id="ae48289" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Standardvertragsklauseln</h3> </div> </div> <div class="elementor-element elementor-element-d53a7ae elementor-widget elementor-widget-text-editor" data-id="d53a7ae" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Die Standardvertragsklauseln bieten einen rechtlichen Mechanismus für die Übermittlung der personenbezogenen Daten Ihrer Kunden aus dem EWR, dem Vereinigten Königreich und der Schweiz (<em>aktualisiert nach dem Urteil des Europäischen Gerichtshofs in Schrems II</em>).</p> </div> </div> <div class="elementor-element elementor-element-1a80b8c elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-left mt-16 no-bullets link-underlines link-underlines-white elementor-widget elementor-widget-icon-list" data-id="1a80b8c" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.activecampaign.com/legal/scc"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-caret-right"></i> </span> <span class="elementor-icon-list-text">Mehr erfahren (nur Englisch)</span> </a> </li> </ul> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-eeae3e9 py-32 elementor-widget elementor-widget-heading" data-id="eeae3e9" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Weitere Informationen zum Thema Privatsphäre und Datenschutz finden Sie weiter unten.</p> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-15aa907 my-16 desktop:px-96 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="15aa907" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-55d2f58" data-id="55d2f58" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a87113d elementor-view-default elementor-widget elementor-widget-icon" data-id="a87113d" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <div class="elementor-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M14.3694 16.7279L3.89765 21.4028C2.34952 22.094 2.30956 24.277 3.83137 25.0243L14.2368 30.1342C15.3489 30.6802 16.6511 30.6802 17.7632 30.1342L28.1686 25.0243C29.6904 24.277 29.6505 22.094 28.1024 21.4028L17.6306 16.7279C16.5929 16.2647 15.4071 16.2647 14.3694 16.7279Z" fill="#004CFF"></path><path d="M4.3053 15.316L14.777 10.6411C15.5553 10.2936 16.4447 10.2936 17.223 10.6411L27.6947 15.316C28.4688 15.6615 28.4887 16.7531 27.7278 17.1267L17.3224 22.2366C16.4884 22.6461 15.5116 22.6461 14.6776 22.2366L4.27216 17.1267C3.51126 16.7531 3.53123 15.6615 4.3053 15.316Z" fill="#CEDDFF" stroke="#004CFF" stroke-width="2"></path><path d="M4.3053 8.31597L14.777 3.64109C15.5553 3.29364 16.4447 3.29364 17.223 3.64109L27.6947 8.31597C28.4688 8.66154 28.4887 9.75307 27.7278 10.1267L17.3224 15.2366C16.4884 15.6461 15.5116 15.6461 14.6776 15.2366L4.27216 10.1267C3.51126 9.75307 3.53123 8.66154 4.3053 8.31597Z" fill="white" stroke="#004CFF" stroke-width="2"></path></svg> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4ad5316" data-id="4ad5316" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-27b5f58 elementor-widget elementor-widget-heading" data-id="27b5f58" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Unterauftragsverarbeiter</h3> </div> </div> <div class="elementor-element elementor-element-6ad0940 elementor-widget elementor-widget-text-editor" data-id="6ad0940" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Die Identität, die Rolle und der Standort der Dritten, die befugt sind, personenbezogene Daten Ihrer Kunden zu verarbeiten.</p> </div> </div> <div class="elementor-element elementor-element-22825ed elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-left mt-16 no-bullets link-underlines link-underlines-white elementor-widget elementor-widget-icon-list" data-id="22825ed" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.activecampaign.com/legal/subprocessors"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-caret-right"></i> </span> <span class="elementor-icon-list-text">Mehr erfahren (nur Englisch)</span> </a> </li> </ul> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-960e077 my-16 desktop:px-96 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="960e077" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-fdf69b9" data-id="fdf69b9" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3e20f4a elementor-view-default elementor-widget elementor-widget-icon" data-id="3e20f4a" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <div class="elementor-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="29" height="32" viewBox="0 0 29 32" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.89969 14.361C4.82164 13.7756 4.7631 13.5415 5.15335 13.2683C5.50457 13.522 5.32896 13.3268 5.34847 13.7561C5.36798 14.8488 5.48505 14.4 5.81676 15.0244C6.14847 15.6488 5.89481 15.3951 5.85579 15.5122C5.27042 15.3756 5.21188 15.0244 4.95823 14.478C4.93871 14.5171 4.9192 14.5366 4.9192 14.5756C4.9192 14.6537 4.72408 14.9854 4.78262 15.3366C4.78262 15.3366 5.21188 16.7805 5.58262 17.1122C5.89481 17.4049 5.99237 17.4439 6.53871 17.3268C6.73384 18.1073 6.96798 18.2439 6.26554 18.478C6.77286 20.6244 6.32408 18.8293 7.92408 21.2878L8.97774 22.4195C9.42652 22.8293 9.2314 22.8293 9.30945 23.0244C9.44603 23.4341 9.40701 23.3951 9.89481 23.4146L10.0119 25.5415C10.5777 25.561 10.3046 25.5415 10.6363 25.9317C11.4948 25.7171 13.1338 25.7756 13.7973 26.4585C15.0265 27.7268 15.2216 26.8878 15.9631 27.2C16.3338 27.3561 16.2168 27.7073 16.3338 27.9415C16.4509 28.1756 16.1582 28.039 16.568 28.1561C17.2314 28.3512 16.607 27.4732 18.7533 29.2293C19.846 30.1463 19.5533 31.1219 19.807 31.4927C19.8851 31.6098 19.807 31.4537 20.0216 31.6878C20.2363 31.9415 19.9826 31.6683 20.2168 32C20.7241 31.8829 21.6607 31.7463 22.2655 31.6878C22.8119 31.6293 23.8655 31.4146 24.4314 31.3561C24.8021 31.3171 25.0558 31.2195 25.4265 31.161C25.8363 31.1024 26.207 31.0634 26.4997 31.0244L27.4168 30.8098C27.6314 30.6537 27.6704 30.3415 27.5143 29.6976C27.1046 29.7561 27.2802 29.7561 26.968 29.6976C27.0655 29.2488 26.9485 29.0927 26.8119 28.5268C27.6314 28.078 27.2216 27.6878 27.2607 26.8293C27.2802 26.1073 27.9631 26.0293 28.2168 25.3463C26.8704 24.1171 27.9631 25.2293 26.9485 23.8439C26.1485 22.7317 27.2997 23.6878 25.6412 22.2634C25.1143 21.8146 24.6851 21.4634 24.2168 21.0341C20.3729 17.6976 16.1777 14.3415 12.3143 10.9659C11.5729 10.322 11.4168 10.5171 11.4168 9.20976C11.4168 7.6878 11.3582 6.10732 11.3192 4.68293C11.2997 3.86341 11.3192 3.2 11.2802 2.38049L11.1826 0.0390244C10.7924 -0.0390244 9.15335 0.0390244 8.56798 0.0585366L0.64603 0C0.236274 1.9122 1.28993 0.35122 0.782615 2.69268C0.665542 3.27805 0.802128 3.23902 0.704567 3.72683C0.567981 4.37073 0.041152 4.72195 0.00212758 5.34634C-0.0173846 5.56098 0.0996886 5.99024 0.255786 6.16585C0.607006 6.61463 1.73871 7.21951 1.44603 8.78049C1.32896 9.40488 1.34847 9.07317 1.5631 9.69756C1.97286 10.8488 1.13384 10.0293 2.6753 11.8049L3.41676 12.6634C3.74847 13.2878 3.70944 13.1122 3.55335 13.7561C4.62652 14.0488 3.59237 13.678 4.48993 14.1854C4.62652 14.2829 4.74359 14.3024 4.89969 14.361Z" fill="#004CFF"></path></svg> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0f69e19" data-id="0f69e19" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-32d2260 elementor-widget elementor-widget-heading" data-id="32d2260" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Die Identität, die Rolle und der Standort der Dritten, die befugt sind, personenbezogene Daten Ihrer Kunden zu verarbeiten.</h3> </div> </div> <div class="elementor-element elementor-element-77710a9 elementor-widget elementor-widget-text-editor" data-id="77710a9" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Der California Consumer Privacy Act (Kalifornisches Verbraucherschutzgesetz) schützt die Verbraucherdaten der Einwohner Kaliforniens.</p> </div> </div> <div class="elementor-element elementor-element-388540f elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-left mt-16 no-bullets link-underlines link-underlines-white elementor-widget elementor-widget-icon-list" data-id="388540f" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.activecampaign.com/legal/ccpa-updates"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-caret-right"></i> </span> <span class="elementor-icon-list-text">Mehr erfahren (nur Englisch)</span> </a> </li> </ul> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-914d9a9 my-16 desktop:px-96 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="914d9a9" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8009866" data-id="8009866" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-440ee6a elementor-view-default elementor-widget elementor-widget-icon" data-id="440ee6a" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <div class="elementor-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><rect y="4.75" width="32" height="22.5" rx="2" fill="#19CCA3"></rect><rect width="14.7584" height="14.7584" transform="matrix(0.813498 0.581568 -0.813498 0.581568 15.9939 7.38281)" fill="#FACF3F"></rect><circle cx="16.011" cy="15.9863" r="4.64939" fill="#356AE6"></circle><mask id="mask0" maskUnits="userSpaceOnUse" x="11" y="11" width="10" height="10"><circle cx="16.011" cy="15.9863" r="4.64939" fill="#004CFF"></circle></mask><g mask="url(#mask0)"><path d="M9.17212 15.4395C13.1706 13.0405 19.7888 15.4396 20.9194 20.1826" stroke="white" stroke-width="1.95418"></path></g></svg> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c871f21" data-id="c871f21" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-0243811 elementor-widget elementor-widget-heading" data-id="0243811" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Informationen zum LGPD</h3> </div> </div> <div class="elementor-element elementor-element-c0c3821 elementor-widget elementor-widget-text-editor" data-id="c0c3821" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Das Lei Geral de Proteção de Dados Pessoais (Allgemeines Datenschutzgesetz) ist das erste umfassende Datenschutzgesetz Brasiliens.</p> </div> </div> <div class="elementor-element elementor-element-39d58bf elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-left mt-16 no-bullets link-underlines link-underlines-white elementor-widget elementor-widget-icon-list" data-id="39d58bf" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.activecampaign.com/legal/lgpd"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-caret-right"></i> </span> <span class="elementor-icon-list-text">Mehr erfahren (nur Englisch)</span> </a> </li> </ul> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-419715e py-80 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="419715e" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0c6adf7" data-id="0c6adf7" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c42bf71 desktop:px-96 elementor-widget elementor-widget-heading" data-id="c42bf71" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Benötigen Sie weitere Informationen? Lesen Sie unsere Nutzungsbedingungen und andere rechtliche Vereinbarungen.</h2> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-d849959 my-32 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d849959" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-fe26e09" data-id="fe26e09" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-189f948 py-16 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="189f948" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <a href="https://www.activecampaign.com/legal/terms-of-service" class="elementor-icon elementor-animation-" tabindex="-1"> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><rect x="2" y="2" width="28" height="28" rx="1" fill="white" stroke="#004CFF" stroke-width="2"></rect><path d="M6 8.5L8 10.5L11 7" stroke="#004CFF" stroke-width="2"></path><path d="M6 15.5L8 17.5L11 14" stroke="#004CFF" stroke-width="2"></path><rect x="14" y="8" width="12" height="2" fill="#004CFF"></rect><rect x="14" y="15" width="12" height="2" fill="#004CFF"></rect><rect x="14" y="22" width="12" height="2" fill="#004CFF"></rect><circle cx="8" cy="23" r="2" fill="#99B7FF"></circle></svg> </a> </div> <div class="elementor-icon-box-content"> <h3 class="elementor-icon-box-title"> <a href="https://www.activecampaign.com/legal/terms-of-service" > Nutzungsbedingungen </a> </h3> <p class="elementor-icon-box-description"> Diesen Inhalten müssen Sie zustimmen, um ActiveCampaign zu nutzen. </p> </div> </div> </div> </div> <div class="elementor-element elementor-element-629c160 elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-left mt-16 no-bullets link-underlines link-underlines-white elementor-widget elementor-widget-icon-list" data-id="629c160" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.activecampaign.com/legal/terms-of-service"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-caret-right"></i> </span> <span class="elementor-icon-list-text">Mehr erfahren (nur Englisch)</span> </a> </li> </ul> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-4471b9b" data-id="4471b9b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-415d124 py-16 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="415d124" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <a href="https://www.activecampaign.com/legal/acceptable-use-policy" class="elementor-icon elementor-animation-" tabindex="-1"> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M11 14H1V28H11V14Z" fill="white" stroke="#004CFF" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"></path><path d="M6 25C6.55228 25 7 24.5523 7 24C7 23.4477 6.55228 23 6 23C5.44772 23 5 23.4477 5 24C5 24.5523 5.44772 25 6 25Z" fill="#004CFF"></path><path d="M11.0929 15.7748C11.0929 15.7748 13.1143 15.9225 13.9501 14.3957C15.993 10.6526 16.6645 10.7019 17.036 8.78107C17.2681 7.50054 16.9431 4.84097 16.7574 3.65894C16.711 3.31418 17.9431 3.01867 18.2217 3.01867C19.5218 2.87092 20.7754 3.60969 21.2861 4.89022C21.7969 6.17076 21.8433 7.20503 21.8897 8.23931C21.9826 9.8646 21.6576 11.4899 21.4254 12.4257C21.3326 12.8689 21.6576 13.3122 22.0755 13.3122H29.3186C30.433 13.3122 31.2223 14.3957 30.9437 15.5285C30.758 16.3165 30.108 16.8583 29.3186 16.8583H28.4365C29.5508 16.8583 30.3401 17.9418 30.0615 19.0746C29.8758 19.8626 29.2258 20.4044 28.4365 20.4044H27.5543C28.6686 20.4044 29.4579 21.4879 29.1794 22.6207C28.9936 23.4087 28.3436 23.9505 27.5543 23.9505H26.6721C27.7864 23.9505 28.5758 25.034 28.2972 26.1668C28.1115 26.9055 27.5079 27.4473 26.765 27.4966C23.1898 27.6443 19.9396 28.3831 16.5038 27.7428C14.4608 27.3488 12.6251 26.5115 11 26.0683V15.7748H11.0929Z" fill="#CEDDFF" stroke="#004CFF" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg> </a> </div> <div class="elementor-icon-box-content"> <h3 class="elementor-icon-box-title"> <a href="https://www.activecampaign.com/legal/acceptable-use-policy" > Richtlinie zur akzeptablen Nutzung </a> </h3> <p class="elementor-icon-box-description"> Hier erfahren Sie, welche Arten von Inhalten Sie über ActiveCampaign erstellen und verbreiten dürfen und welche nicht. </p> </div> </div> </div> </div> <div class="elementor-element elementor-element-e0ec3bc elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-left mt-16 no-bullets link-underlines link-underlines-white elementor-widget elementor-widget-icon-list" data-id="e0ec3bc" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.activecampaign.com/legal/acceptable-use-policy"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-caret-right"></i> </span> <span class="elementor-icon-list-text">Mehr erfahren (nur Englisch)</span> </a> </li> </ul> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2ad0c29" data-id="2ad0c29" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5456c7a py-16 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="5456c7a" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <a href="https://www.activecampaign.com/legal/conversations-policy" class="elementor-icon elementor-animation-" tabindex="-1"> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M32 14C32 12.3431 30.6569 11 29 11H13C11.3431 11 10 12.3431 10 14L10 25C10 26.6569 11.3431 28 13 28H24.4689C24.8169 28 25.159 28.0908 25.4611 28.2635L29.0077 30.2901C30.341 31.052 32 30.0893 32 28.5536V28.1096V14Z" fill="#99B7FF"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M24 15H28V17H24V15ZM13 19H28V21H13V19ZM21 23H13V25H21V23Z" fill="#004CFF"></path><path d="M1 4C1 2.89543 1.89543 2 3 2H19C20.1046 2 21 2.89543 21 4L21 14C21 15.1046 20.1046 16 19 16H7.53113C7.00905 16 6.49601 16.1362 6.04271 16.3953L2.49614 18.4219C1.82948 18.8028 1 18.3215 1 17.5536V17.1096V4Z" fill="white" stroke="#004CFF" stroke-width="2"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M17 6H5V8H17V6ZM10 10H5V12H10V10Z" fill="#004CFF"></path></svg> </a> </div> <div class="elementor-icon-box-content"> <h3 class="elementor-icon-box-title"> <a href="https://www.activecampaign.com/legal/conversations-policy" > Nutzungsbedingen für Conversations </a> </h3> <p class="elementor-icon-box-description"> Regeln für die Nutzung des Conversations-Chatbots </p> </div> </div> </div> </div> <div class="elementor-element elementor-element-d9564f4 elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-left mt-16 no-bullets link-underlines link-underlines-white elementor-widget elementor-widget-icon-list" data-id="d9564f4" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.activecampaign.com/legal/conversations-policy"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-caret-right"></i> </span> <span class="elementor-icon-list-text">Mehr erfahren (nur Englisch)</span> </a> </li> </ul> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-1b173d3 my-32 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1b173d3" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-b8762ce" data-id="b8762ce" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f0b96ea py-16 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="f0b96ea" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <a href="https://www.activecampaign.com/legal/conversations-facebook-messenger-terms" class="elementor-icon elementor-animation-" tabindex="-1"> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M18.6667 32C26.2339 30.7216 32 24.0946 32 16.1114C32 7.21331 24.8366 0 16 0C7.16344 0 0 7.21331 0 16.1114C0 24.0946 5.7661 30.7216 13.3333 32V20.5933H9.33333V16.0916H13.3333V12.7548C13.3333 9.00342 15.4286 6.71308 19.2381 6.71308H22.6667V10.7409H20.6667C19.2381 10.7409 18.6667 11.5899 18.6667 13.0905V16.0916H22.6667L22.2857 20.5933H18.6667V32Z" fill="#1877F2"></path></svg> </a> </div> <div class="elementor-icon-box-content"> <h3 class="elementor-icon-box-title"> <a href="https://www.activecampaign.com/legal/conversations-facebook-messenger-terms" > Nutzungsbedingungen für Facebook Messenger </a> </h3> <p class="elementor-icon-box-description"> Regeln für die Nutzung von Facebook Messenger mit ActiveCampaign </p> </div> </div> </div> </div> <div class="elementor-element elementor-element-f32fbd7 elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-left mt-16 no-bullets link-underlines link-underlines-white elementor-widget elementor-widget-icon-list" data-id="f32fbd7" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.activecampaign.com/legal/conversations-facebook-messenger-terms"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-caret-right"></i> </span> <span class="elementor-icon-list-text">Mehr erfahren (nur Englisch)</span> </a> </li> </ul> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-ff1c59f" data-id="ff1c59f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8015931 py-16 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="8015931" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <a href="https://www.activecampaign.com/legal/service-level-agreement" class="elementor-icon elementor-animation-" tabindex="-1"> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><g clip-path="url(#clip0)"><mask id="path-1-inside-1" fill="white"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.00396 7.75214C0.999274 7.31055 1.2903 6.91448 1.71064 6.77909C5.92874 5.42042 9.73174 3.3526 12.1909 0.885211C12.6317 0.442885 13.3683 0.442885 13.8091 0.885211C16.2683 3.3526 20.0713 5.42042 24.2894 6.77909C24.7097 6.91448 25.0007 7.31055 24.9961 7.75214C24.8414 22.3186 20.1629 26.827 13.5806 31.5831C13.2343 31.8334 12.7657 31.8334 12.4194 31.5831C5.83712 26.827 1.15861 22.3186 1.00396 7.75214Z"></path></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M1.00396 7.75214C0.999274 7.31055 1.2903 6.91448 1.71064 6.77909C5.92874 5.42042 9.73174 3.3526 12.1909 0.885211C12.6317 0.442885 13.3683 0.442885 13.8091 0.885211C16.2683 3.3526 20.0713 5.42042 24.2894 6.77909C24.7097 6.91448 25.0007 7.31055 24.9961 7.75214C24.8414 22.3186 20.1629 26.827 13.5806 31.5831C13.2343 31.8334 12.7657 31.8334 12.4194 31.5831C5.83712 26.827 1.15861 22.3186 1.00396 7.75214Z" fill="white"></path><path d="M13.5806 31.5831L14.752 33.2042L13.5806 31.5831ZM12.4194 31.5831L13.5907 29.962L12.4194 31.5831ZM24.2894 6.77909L23.6762 8.68277L24.2894 6.77909ZM24.9961 7.75214L26.9959 7.77337L24.9961 7.75214ZM12.1909 0.885211L13.6075 2.29706L12.1909 0.885211ZM13.8091 0.885211L12.3926 2.29706L13.8091 0.885211ZM10.7743 -0.526638C8.61237 1.64255 5.12798 3.57715 1.09745 4.87541L2.32382 8.68277C6.7295 7.26368 10.8511 5.06265 13.6075 2.29706L10.7743 -0.526638ZM12.3926 2.29706C15.1489 5.06265 19.2705 7.26368 23.6762 8.68277L24.9026 4.87541C20.872 3.57715 17.3877 1.64255 15.2257 -0.526638L12.3926 2.29706ZM22.9962 7.73091C22.921 14.8123 21.7471 19.2112 19.9596 22.3588C18.1707 25.5089 15.6543 27.6173 12.4093 29.962L14.752 33.2042C18.0892 30.7929 21.2032 28.269 23.4378 24.3341C25.6737 20.397 26.9165 15.2584 26.9959 7.77337L22.9962 7.73091ZM-0.995925 7.77337C-0.916459 15.2584 0.326273 20.397 2.56219 24.3341C4.79678 28.269 7.91083 30.7929 11.248 33.2042L13.5907 29.962C10.3457 27.6173 7.82934 25.5089 6.04044 22.3588C4.25288 19.2112 3.07903 14.8123 3.00385 7.73091L-0.995925 7.77337ZM12.4093 29.962C12.7621 29.7071 13.2379 29.7071 13.5907 29.962L11.248 33.2042C12.2936 33.9597 13.7064 33.9597 14.752 33.2042L12.4093 29.962ZM23.6762 8.68277C23.2798 8.5551 22.9914 8.18344 22.9962 7.73091L26.9959 7.77337C27.0101 6.43767 26.1396 5.27386 24.9026 4.87541L23.6762 8.68277ZM1.09745 4.87541C-0.139594 5.27386 -1.01011 6.43767 -0.995925 7.77337L3.00385 7.73091C3.00865 8.18344 2.72019 8.5551 2.32382 8.68277L1.09745 4.87541ZM13.6075 2.29706C13.2667 2.63894 12.7333 2.63894 12.3926 2.29706L15.2257 -0.526638C14.0033 -1.75317 11.9968 -1.75317 10.7743 -0.526638L13.6075 2.29706Z" fill="#004CFF" mask="url(#path-1-inside-1)"></path><path d="M13 5C14.6667 7.0625 17.6667 8.78125 21 9.8125C21 20.5375 17.6667 23.5625 13 27V5Z" fill="#99B7FF"></path><circle cx="24" cy="24" r="9" fill="white"></circle><circle cx="24" cy="24" r="6" fill="white" stroke="#004CFF" stroke-width="2"></circle><path d="M21.5 23.5L23.5 25.5L26.5 22" stroke="#004CFF" stroke-width="2"></path></g><defs><clipPath id="clip0"><rect width="32" height="32" fill="white"></rect></clipPath></defs></svg> </a> </div> <div class="elementor-icon-box-content"> <h3 class="elementor-icon-box-title"> <a href="https://www.activecampaign.com/legal/service-level-agreement" > Service-Level-Agreement </a> </h3> <p class="elementor-icon-box-description"> Unsere Leistungsverpflichtungen gegenüber unseren Kunden mit Enterprise-Tarif </p> </div> </div> </div> </div> <div class="elementor-element elementor-element-6fac6c2 elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-left mt-16 no-bullets link-underlines link-underlines-white elementor-widget elementor-widget-icon-list" data-id="6fac6c2" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.activecampaign.com/legal/service-level-agreement"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-caret-right"></i> </span> <span class="elementor-icon-list-text">Mehr erfahren (nur Englisch)</span> </a> </li> </ul> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-fd8e522" data-id="fd8e522" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-951f340 py-16 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="951f340" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <a href="https://www.activecampaign.com/legal/privacy-policy" class="elementor-icon elementor-animation-" tabindex="-1"> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><rect x="2" y="2" width="28" height="28" rx="1" fill="white" stroke="#004CFF" stroke-width="2"></rect><path d="M6 8.5L8 10.5L11 7" stroke="#004CFF" stroke-width="2"></path><path d="M6 15.5L8 17.5L11 14" stroke="#004CFF" stroke-width="2"></path><rect x="14" y="8" width="12" height="2" fill="#004CFF"></rect><rect x="14" y="15" width="12" height="2" fill="#004CFF"></rect><rect x="14" y="22" width="12" height="2" fill="#004CFF"></rect><circle cx="8" cy="23" r="2" fill="#99B7FF"></circle></svg> </a> </div> <div class="elementor-icon-box-content"> <h3 class="elementor-icon-box-title"> <a href="https://www.activecampaign.com/legal/privacy-policy" > Datenschutzbestimmungen </a> </h3> <p class="elementor-icon-box-description"> So verarbeitet ActiveCampaign Ihre persönlichen Daten, wenn Sie unsere Dienste nutzen. </p> </div> </div> </div> </div> <div class="elementor-element elementor-element-0b503cc elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-left mt-16 no-bullets link-underlines link-underlines-white elementor-widget elementor-widget-icon-list" data-id="0b503cc" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.activecampaign.com/legal/privacy-policy"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-caret-right"></i> </span> <span class="elementor-icon-list-text">Mehr erfahren (nur Englisch)</span> </a> </li> </ul> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-c5ba29d my-32 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c5ba29d" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-62fdfd3" data-id="62fdfd3" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-fad78eb py-16 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="fad78eb" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <a href="https://www.activecampaign.com/legal/minimum-advertised-price-policy" class="elementor-icon elementor-animation-" tabindex="-1"> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><circle cx="19.3848" cy="13.0207" r="1.5" transform="rotate(45 19.3848 13.0207)" fill="#004CFF"></circle><path d="M16.0446 5.84861C16.2952 5.59804 16.6596 5.49879 17.0027 5.58772L17.2536 4.61973L17.0027 5.58772L24.3025 7.48027C24.654 7.57139 24.9284 7.84585 25.0195 8.19731L26.9121 15.4971C27.001 15.8402 26.9018 16.2046 26.6512 16.4552L14.025 29.0814C13.6345 29.4719 13.0013 29.4719 12.6108 29.0814L3.41843 19.889C3.0279 19.4985 3.02791 18.8653 3.41843 18.4748L16.0446 5.84861Z" fill="white" stroke="#004CFF" stroke-width="2"></path><rect x="8.36816" y="17.7676" width="5" height="2" transform="rotate(45 8.36816 17.7676)" fill="#99B7FF"></rect><rect x="10.4895" y="15.6462" width="9" height="2" transform="rotate(45 10.4895 15.6462)" fill="#99B7FF"></rect><rect x="12.6108" y="13.5251" width="9" height="2" transform="rotate(45 12.6108 13.5251)" fill="#99B7FF"></rect><path d="M20 13.4722C18.7725 12.3736 18 10.777 18 9C18 5.68629 20.6863 3 24 3C27.3137 3 30 5.68629 30 9C30 11.087 28.5 13 26.5 14" stroke="#004CFF" stroke-width="2" stroke-linecap="round"></path></svg> </a> </div> <div class="elementor-icon-box-content"> <h3 class="elementor-icon-box-title"> <a href="https://www.activecampaign.com/legal/minimum-advertised-price-policy" > MAP-Richtlinie </a> </h3> <p class="elementor-icon-box-description"> In der Richtlinie zum Mindestpreis (Minimum Advertised Price, MAP) werden Regeln zur Preisgestaltung für Wiederverkäufer festgelegt. </p> </div> </div> </div> </div> <div class="elementor-element elementor-element-5f7fb18 elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-left mt-16 no-bullets link-underlines link-underlines-white elementor-widget elementor-widget-icon-list" data-id="5f7fb18" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.activecampaign.com/legal/minimum-advertised-price-policy"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-caret-right"></i> </span> <span class="elementor-icon-list-text">Mehr erfahren (nur Englisch)</span> </a> </li> </ul> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6e54e19" data-id="6e54e19" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-abe8333 py-16 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="abe8333" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <a href="https://www.activecampaign.com/legal/api-license-agreement" class="elementor-icon elementor-animation-" tabindex="-1"> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M6.12946 17.0381C3.63584 17.8774 1.76562 20.2555 1.76562 23.0533C1.76562 26.5505 4.53632 29.3482 7.99968 29.3482C11.463 29.3482 14.2337 26.5505 14.2337 23.0533H21.8531" stroke="#004CFF" stroke-width="1.88235" stroke-miterlimit="10" stroke-linecap="round"></path><path d="M7.99965 25.1517C9.14731 25.1517 10.0777 24.2123 10.0777 23.0534C10.0777 21.8945 9.14731 20.9551 7.99965 20.9551C6.85199 20.9551 5.92163 21.8945 5.92163 23.0534C5.92163 24.2123 6.85199 25.1517 7.99965 25.1517Z" fill="#E7EEFF" stroke="#004CFF" stroke-width="1.88235" stroke-miterlimit="10" stroke-linecap="round"></path><path d="M19.7752 27.7393C21.7146 29.5579 24.6931 29.9775 27.1175 28.5087C30.096 26.7601 31.135 22.9132 29.4033 19.9056C27.6716 16.898 23.8619 15.8488 20.8834 17.5974L17.0737 10.8828" stroke="#004CFF" stroke-width="1.88235" stroke-miterlimit="10" stroke-linecap="round"></path><path d="M24.0004 25.1517C25.148 25.1517 26.0784 24.2123 26.0784 23.0534C26.0784 21.8945 25.148 20.9551 24.0004 20.9551C22.8527 20.9551 21.9224 21.8945 21.9224 23.0534C21.9224 24.2123 22.8527 25.1517 24.0004 25.1517Z" fill="#E7EEFF" stroke="#004CFF" stroke-width="1.88235" stroke-miterlimit="10" stroke-linecap="round"></path><path d="M21.9988 10.3147C22.553 7.72676 21.4447 4.929 19.0203 3.53012C16.0418 1.78152 12.2321 2.83068 10.5004 5.83828C8.76876 8.84587 9.80777 12.6928 12.7863 14.4414L8.97656 21.156" stroke="#004CFF" stroke-width="1.88235" stroke-miterlimit="10" stroke-linecap="round"></path><path d="M15.9032 11.0841C17.0509 11.0841 17.9812 10.1446 17.9812 8.98577C17.9812 7.8269 17.0509 6.88745 15.9032 6.88745C14.7556 6.88745 13.8252 7.8269 13.8252 8.98577C13.8252 10.1446 14.7556 11.0841 15.9032 11.0841Z" fill="#E7EEFF" stroke="#004CFF" stroke-width="1.88235" stroke-miterlimit="10" stroke-linecap="round"></path></svg> </a> </div> <div class="elementor-icon-box-content"> <h3 class="elementor-icon-box-title"> <a href="https://www.activecampaign.com/legal/api-license-agreement" > API-Lizenzvereinbarung </a> </h3> <p class="elementor-icon-box-description"> Regeln für Entwickler, die unsere API verwenden </p> </div> </div> </div> </div> <div class="elementor-element elementor-element-e78c544 elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-left mt-16 no-bullets link-underlines link-underlines-white elementor-widget elementor-widget-icon-list" data-id="e78c544" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.activecampaign.com/legal/api-license-agreement"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-caret-right"></i> </span> <span class="elementor-icon-list-text">Mehr erfahren (nur Englisch)</span> </a> </li> </ul> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-298e0ac" data-id="298e0ac" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-e83fb64 py-16 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="e83fb64" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <a href="https://www.activecampaign.com/legal/app-studio-terms-of-use" class="elementor-icon elementor-animation-" tabindex="-1"> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><rect x="13" y="13" width="18" height="18" rx="3" fill="#E3EBFC" stroke="#356AE6" stroke-width="2"></rect><rect x="1" y="1" width="18" height="18" rx="3" fill="white" stroke="#356AE6" stroke-width="2"></rect><circle cx="10" cy="10" r="5" fill="#356AE6"></circle></svg> </a> </div> <div class="elementor-icon-box-content"> <h3 class="elementor-icon-box-title"> <a href="https://www.activecampaign.com/legal/app-studio-terms-of-use" > Nutzungsbedingungen für das App Studio </a> </h3> <p class="elementor-icon-box-description"> Regeln für Entwickler, die das App Studio verwenden </p> </div> </div> </div> </div> <div class="elementor-element elementor-element-02bb378 elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-left mt-16 no-bullets link-underlines link-underlines-white elementor-widget elementor-widget-icon-list" data-id="02bb378" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.activecampaign.com/legal/app-studio-terms-of-use"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-caret-right"></i> </span> <span class="elementor-icon-list-text">Mehr erfahren (nur Englisch)</span> </a> </li> </ul> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> </div><!-- .entry-content --> </article><!-- #post-## --> </main><!-- #main --> <div class="craftFooter craft-api"></div> <!-- HFCM by 99 Robots - Snippet # 1: Tracking --> <!-- AC conversion reporting --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var trackac = document.createElement("script"); trackac.defer = true; trackac.type = "text/javascript"; trackac.src = "//www.activecampaign.com/_track.php?r="+encodeURIComponent(document.referrer)+"&u="+encodeURIComponent(window.location.href); var trackac_s = document.getElementsByTagName("script"); if (trackac_s.length) { trackac_s[0].parentNode.appendChild(trackac); } else { var trackac_h = document.getElementsByTagName("head"); trackac_h.length && trackac_h[0].appendChild(trackac); } </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> function setCookie(name, value, days) { var expires = ""; if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); expires = "; expires=" + date.toUTCString(); } document.cookie = name + "=" + (value || "") + expires + "; path=/"; } var url = window.location.href; var arr = url.match(/(\?|&)_r=([^&]*)/); if (arr) { setCookie("acAffiliate", arr[2], 90); } </script> <script type="rocketlazyloadscript" src='https://js.sentry-cdn.com/b822c481a6c34679af9122e5576d7311.min.js' crossorigin="anonymous" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> document.addEventListener('DOMContentLoaded', function() { Sentry.onLoad(function() { Sentry.init({ environment: "{{ if { env:APP_ENV } === 'dev' }}development{{ else }}{{ if { env:IS_STAGING } }}staging{{ else }}production{{ /if }}{{ /if }}", denyUrls: [ /* Facebook flakiness */ /graph\.facebook\.com/i, /* Facebook blocked */ /connect\.facebook\.net\/en_US\/all\.js/i, /* Woopra flakiness */ /eatdifferent\.com\.woopra-ns\.com/i, /static\.woopra\.com\/js\/woopra\.js/i, /* Chrome extensions */ /extensions\//i, /^chrome:\/\//i, /* Other plugins */ /127\.0\.0\.1:4001\/isrunning/i, /* Cacaoweb */ /webappstoolbarba\.texthelp\.com\//i, /metrics\.itunes\.apple\.com\.edgesuite\.net\//i, // Ignore Google flakiness /\/(gtm|ga|analytics)\.js/i ], ignoreErrors: [ /* Random plugins/extensions */ 'top.GLOBALS', /* See: http://blog.errorception.com/2012/03/tale-of-unfindable-js-error.html */ 'originalCreateNotification', 'canvas.contentDocument', 'MyApp_RemoveAllHighlights', 'http://tt.epicplay.com', 'https://distillery.wistia.com', 'Can\'t find variable: ZiteReader', 'jigsaw is not defined', 'ComboSearch is not defined', 'http://loading.retry.widdit.com/', 'atomicFindClose', /* Facebook borked */ 'fb_xd_fragment', /* ISP "optimizing" proxy - `Cache-Control: no-transform` seems to / reduce this. (thanks @acdha) / See http://stackoverflow.com/questions/4113268 */ 'bmi_SafeAddOnload', 'EBCallBackMessageReceived', /* See http://toolbar.conduit.com/Developer/HtmlAndGadget/Methods/JSInjection.aspx */ 'conduitPage', // Ignore Google flakiness /\/(gtm|ga|analytics)\.js/i, ], blacklistUrls: [ /* Facebook flakiness */ /graph\.facebook\.com/i, /* Facebook blocked */ /connect\.facebook\.net\/en_US\/all\.js/i, /* Woopra flakiness */ /eatdifferent\.com\.woopra-ns\.com/i, /static\.woopra\.com\/js\/woopra\.js/i, /* Chrome extensions */ /extensions\//i, /^chrome:\/\//i, /* Other plugins */ /127\.0\.0\.1:4001\/isrunning/i, /* Cacaoweb */ /webappstoolbarba\.texthelp\.com\//i, /metrics\.itunes\.apple\.com\.edgesuite\.net\//i, // Ignore Google flakiness /\/(gtm|ga|analytics)\.js/i ] }); }); }) </script> <!-- Leads tracking - minified script --> <!-- <script type="rocketlazyloadscript">var queryForm=function(e){var t=!(!e||!e.reset)&&e.reset,o=window.location.toString().split("?"),n=document.referrer,r=new Date;if(window.localStorage.setItem("date",r),n.length>0){var i=(n=n.replace(/^http(s?):\/\//i,"")).split(".");"www"==i[0]?refDomain=i[1].toString():refDomain=i[0].toString(),sessionStorage.setItem("referring_domain",decodeURIComponent(refDomain))}if(o.length>1){var a=o[1].split("&");for(l in a){var s=a[l].split("=");(t||null===sessionStorage.getItem(s[0]))&&sessionStorage.setItem(s[0],decodeURIComponent(s[1]))}}for(var m=document.querySelectorAll("input[type=hidden], input[type=text]"),l=0;l<m.length;l++){var g=m[l].name.match(/\[(.*?)\]/);if(g)if("current_date"===g[1])var d=window.localStorage.getItem("date");else d=sessionStorage.getItem(g[1]);d&&(document.getElementsByName(m[l].name)[0].value=d)}};setTimeout(function(){queryForm()},3e3);</script>--> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 17: Geo Form Fix --> <script> (function () { var storageCheck = (function() { var uid = 'ACLocalStorageTest'; var result; try { localStorage.setItem(uid, uid); result = localStorage.getItem(uid) === uid; localStorage.removeItem(uid); return result && localStorage; } catch (exception) {} }()); var initGeoField = function (locationField) { if (locationField && locationField.value.match(/^([A-Z]{2})/)) { if (storageCheck && localStorage.getItem('GeoLoc') && localStorage.getItem('GeoLoc').match(/^([A-Z]{2})/)){ locationField.value = localStorage.getItem('GeoLoc'); } else { fetch('https://www.activecampaign.com/wp-content/themes/activecampaign/json/location.php') .then(res => res.json()) .then((out) => { if (storageCheck && out.location !== 'XX'){ localStorage.setItem('GeoLoc', out.location); } //console.log('Original Location: ', locationField.value); locationField.value = out.location //console.log('Updated Location: ', locationField.value); }).catch(err => console.error(err)); } } } // Elementor Forms var forms = document.querySelectorAll('.elementor-form'); if (forms) { forms.forEach(function (item) { var locationField = item.querySelector('.elementor-field-type-hidden > input[type=hidden]'); if (locationField){ initGeoField(locationField); } }); } // Blog Signup var fields = document.querySelectorAll('input[data-name="geoip_country"]'); if (fields) { fields.forEach(function (locationField) { initGeoField(locationField); }); } })(); </script> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 21: URL Tracking --> <script type="rocketlazyloadscript"> (function(){ const setSessionParams = () => { const urlParams = new URLSearchParams(location.search); const trackedParameters = [ 'cid', 'mMact', 'mMc', 'mMsta', 'mMt', 'utm_campaign', 'utm_medium', 'utm_source', 'wid' ]; if (urlParams){ trackedParameters.forEach((param) => { if (urlParams.has(param)){ sessionStorage.setItem(param,urlParams.get(param)); } }) } } //check referring domain const setReferringDomain = () => { if (sessionStorage.getItem('referring_domain') === null){ try { let url = (new URL(document.referrer)); if (url.host){ // ignore staging and live environments if (!url.host.includes('wpengine') && !url.host.includes('activecampaign')){ sessionStorage.setItem('referring_domain', url.host); } } } catch (e){ //console.log(e); } } } setReferringDomain(); setSessionParams(); })() </script> <!-- /end HFCM by 99 Robots --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /** * We define our custom disqus configs here. This function is invoked from: * /disqus-comment-system/public/js/comment_embed.js by variable `disqus_config_custom` */ var disqus_config = function () { this.language = "de_formal"; }; </script><script src='https://www.activecampaign.com/wp-content/mu-plugins/ac-blocks/build/ac-block-menu-dropdown-frontend.c3470337b392f0c390bb.js?ver=ac-block-menu-dropdown-frontend.c3470337b392f0c390bb.js' id='ac-block-menu-dropdown-frontend-js-js' defer></script> <script id="rocket-browser-checker-js-after"> "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); </script> <script id='rocket-preload-links-js-extra'> var RocketPreloadLinksConfig = {"excludeUris":"\/it\/sales-crm|\/br\/marketing-automation|\/br\/email-marketing|\/lp\/sem\/marketing-automation|\/about|\/es\/marketing-automation|\/about\/events|\/resources\/customer-enablement-workshops|\/security\/security-package|\/email-marketing|\/contact|\/search|\/customer-experience-automation|\/br\/feature\/marketing-automation|\/br\/glossary\/dmarc|\/about\/diversity-equity-inclusion|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.activecampaign.com\/de","onHoverDelay":"100","rateThrottle":"3"}; </script> <script id="rocket-preload-links-js-after"> (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); </script> <script src='https://www.activecampaign.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2' id='wp-polyfill-inert-js' defer></script> <script src='https://www.activecampaign.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.11' id='regenerator-runtime-js' defer></script> <script src='https://www.activecampaign.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script> <script src='https://www.activecampaign.com/wp-content/themes/activecampaign/build/js/index.js?ver=1722438045' id='active-campaign-scripts-js' defer></script> <script src='https://www.activecampaign.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.16.2' id='elementor-pro-webpack-runtime-js' defer></script> <script src='https://www.activecampaign.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.16.5' id='elementor-webpack-runtime-js' defer></script> <script src='https://www.activecampaign.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.16.5' id='elementor-frontend-modules-js' defer></script> <script src='https://www.activecampaign.com/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1' id='wp-hooks-js'></script> <script src='https://www.activecampaign.com/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef' id='wp-i18n-js'></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.activecampaign.com\/wp-admin\/admin-ajax.php","nonce":"44c5f1604a","urls":{"assets":"https:\/\/www.activecampaign.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.activecampaign.com\/de\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}}, "facebook_sdk":{"lang":"de","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.activecampaign.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script src='https://www.activecampaign.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.16.2' id='elementor-pro-frontend-js' defer></script> <script src='https://www.activecampaign.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2' id='elementor-waypoints-js' defer></script> <script src='https://www.activecampaign.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2' id='jquery-ui-core-js' defer></script> <script id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":600,"lg":960,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":599,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":959,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}}, "version":"3.16.5","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"e_optimized_assets_loading":true,"additional_custom_breakpoints":true,"theme_builder_v2":true,"landing-pages":true,"page-transitions":true,"notes":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/www.activecampaign.com\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper-container","settings":{"page":[],"editorPreferences":[]},"kit":{"viewport_mobile":599,"viewport_tablet":"959","body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":92160,"title":"Rechtliches%20%7C%20ActiveCampaign","excerpt":"","featuredImage":false}}; </script> <script src='https://www.activecampaign.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.16.5' id='elementor-frontend-js' defer></script> <script src='https://www.activecampaign.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.16.2' id='pro-elements-handlers-js' defer></script> <div class="svg-sprite-wrapper"><svg width="0" height="0" style="position:absolute"><symbol viewBox="0 0 24 24" id="arrow-back" xmlns="http://www.w3.org/2000/svg"><path fill="#356AE6" d="M5.414 11H22v2H5.414l7.293 7.293-1.414 1.414L1.586 12l9.707-9.707 1.414 1.414L5.414 11z"/></symbol><symbol fill="none" viewBox="0 0 24 25" id="arrow-left" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#aba)"><path fill-rule="evenodd" clip-rule="evenodd" d="M23 13.54H4.375l9.085 9.3-1.431 1.398L.602 12.54 12.03.84l1.43 1.398-9.084 9.302H23v2Z" fill="#1F2129"/></g><defs><clipPath id="aba"><path fill="#fff" transform="translate(0 .54)" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol viewBox="0 0 24 24" id="back-arrow" xmlns="http://www.w3.org/2000/svg"><defs><path id="aca" d="M5.414 11H22v2H5.414l7.293 7.293-1.414 1.414L1.586 12l9.707-9.707 1.414 1.414L5.414 11z"/></defs><g fill="none" fill-rule="evenodd"><mask id="acb" fill="#fff"><use xlink:href="#aca"/></mask><use fill="currentColor" fill-rule="nonzero" xlink:href="#aca"/><g mask="url(#acb)"><path d="M0 0h24v24H0z"/></g></g></symbol><symbol fill="none" viewBox="0 0 16 16" id="calendar" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 0h-2v2H4V0H2v2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2V0Zm0 6H2v8h12V6Zm-2 2H9v3h3V8Z" fill="#5F667E"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="calendar-event" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19 0h-3v3H8V0H5v3H3a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-2V0ZM3 9h18v12H3V9Zm16 2h-4v4h4v-4Z" fill="#1F2129"/></symbol><symbol viewBox="0 0 16 28" id="caret-down" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M16 11a.99.99 0 0 1-.297.703l-7 7C8.516 18.89 8.265 19 8 19s-.516-.109-.703-.297l-7-7A.996.996 0 0 1 0 11c0-.547.453-1 1-1h14c.547 0 1 .453 1 1z"/></symbol><symbol viewBox="0 0 24 24" id="check" xmlns="http://www.w3.org/2000/svg"><path fill="#19CCA3" d="M8.382 16.956 20.202 4 22 5.64 8.5 20.44 2 14.22l1.683-1.76z"/></symbol><symbol fill="none" viewBox="0 0 8 8" id="chevron-filled-right" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4Z" fill="#356AE6"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-banana" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#facf3f"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-creamsicle" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#ff8730"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-lavender" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#73f"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-mint" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#19cca3"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-ocean" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#356ae6"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-slate" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#4e5468"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-strawberry" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#f3376b"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-white" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#fff"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="chevron-lined-right" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.707.293 6.293 1.707 16.586 12 6.293 22.293l1.414 1.414L19.414 12 7.707.293Z" fill="#1F2129"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="clock-time" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm2 0c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-11-.054V5h-2v8.054l4.47 2.794 1.06-1.696L13 11.946Z" fill="#1F2129"/></symbol><symbol viewBox="0 0 22.5 22.27" id="close" xmlns="http://www.w3.org/2000/svg"><defs><style>.ase976b01e-b823-4a33-afa4-7e423e5efc07{fill:#303536}</style></defs><g id="asbc0933f0-4035-477f-a26f-3729a5f20fc6" data-name="Layer 2"><g id="asac142a7b-f51d-4aa6-8dfb-c0c4fdfa64fb" data-name="Layer 1"><path class="ase976b01e-b823-4a33-afa4-7e423e5efc07" d="m.4 2.17 19.44 19.44a1.25 1.25 0 1 0 1.77-1.77L2.17.4A1.18 1.18 0 0 0 .4.4a1.18 1.18 0 0 0 0 1.77Z"/><path class="ase976b01e-b823-4a33-afa4-7e423e5efc07" d="M2.66 21.87 22.1 2.43a1.18 1.18 0 0 0 0-1.77 1.18 1.18 0 0 0-1.77 0L.89 20.1a1.18 1.18 0 0 0 0 1.77 1.18 1.18 0 0 0 1.77 0Z"/></g></g></symbol><symbol viewBox="0 0 48 48" id="divider-handle" xmlns="http://www.w3.org/2000/svg"><circle fill="#1f2129" cx="24" cy="24" r="24"/><path d="M28.5 30V18l7 6zm-9-12v12l-7-6z" fill="#fff"/></symbol><symbol fill="none" viewBox="0 0 16 16" id="download" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="m11.226 5.843-.284-1.431a3 3 0 0 0-5.885 0l-.284 1.431-1.45.167A1.5 1.5 0 0 0 3.5 9H5v2H3.5a3.5 3.5 0 0 1-.405-6.977 5.002 5.002 0 0 1 9.81 0A3.5 3.5 0 0 1 12.5 11H11V9h1.5a1.5 1.5 0 0 0 .176-2.99l-1.45-.167zM7 13V6h2v7h2l-3 3-3-3h2z" fill="#004cff"/></symbol><symbol fill="none" viewBox="0 0 17 17" id="earth-globe" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#ava)"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.577 14.53c2.221 0 4.16-1.207 5.197-3h-.197a2 2 0 0 1-2-2 2 2 0 0 1 0-4h2.197a5.998 5.998 0 0 0-5.197-3 5.998 5.998 0 0 0-5.197 3h.697a2.5 2.5 0 0 1 2 4h1a1.5 1.5 0 0 1 0 3H4.105a5.985 5.985 0 0 0 4.472 2Zm0 2a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z" fill="#fff"/></g><defs><clipPath id="ava"><path fill="#fff" transform="translate(.577 .53)" d="M0 0h16v16H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 32 32" id="email-love" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#awa)"><mask id="awb" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="7" width="30" height="22"><rect x="2" y="8" width="28" height="20" rx="1" fill="#fff" stroke="#004CFF" stroke-width="2"/></mask><g mask="url(#awb)" fill="#fff" stroke="#004CFF" stroke-width="2"><rect x="2" y="8" width="28" height="20" rx="1"/><path d="M15.276 14.233 2.315 28h27.371L16.732 14.233a1 1 0 0 0-1.456 0Z"/><path d="M15.32 19.988 2.53 8h26.942L16.688 19.988a1 1 0 0 1-1.368 0Z"/></g><path d="m17.491 12.833 5.223-5.842A4.244 4.244 0 0 0 17.237.603L16 1.407 14.763.603a4.244 4.244 0 0 0-5.477 6.388l5.223 5.842a2 2 0 0 0 2.982 0Z" fill="#004CFF" stroke="#fff" stroke-width="2"/></g><defs><clipPath id="awa"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></symbol><symbol viewBox="0 0 24 28" id="facebook-square" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M19.5 2q1.859 0 3.18 1.32T24 6.5v15q0 1.859-1.32 3.18T19.5 26h-2.938v-9.297h3.109l.469-3.625h-3.578v-2.312q0-.875.367-1.313t1.43-.438l1.906-.016V5.765q-.984-.141-2.781-.141-2.125 0-3.398 1.25t-1.273 3.531v2.672H9.688v3.625h3.125v9.297H4.5q-1.859 0-3.18-1.32T0 21.499v-15q0-1.859 1.32-3.18t3.18-1.32h15z"/></symbol><symbol viewBox="0 0 20 20" id="globe" xmlns="http://www.w3.org/2000/svg"><path d="M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10 10-4.477 10-10S15.523 0 10 0zM8.964 18.51a8.507 8.507 0 0 1-5.025-2.45A8.515 8.515 0 0 1 1.429 10c0-2.061.722-4.01 2.048-5.56.034.409.118.848.097 1.162-.08 1.144-.192 1.86.477 2.825.261.376.325.915.452 1.35.125.425.62.649.963.91.69.53 1.35 1.145 2.083 1.611.483.308.784.46.643 1.05-.114.474-.146.766-.39 1.189-.076.129.282.957.4 1.076.361.36.719.691 1.112 1.016.609.503-.06 1.157-.35 1.88zm7.097-2.45a8.51 8.51 0 0 1-4.45 2.36 3.55 3.55 0 0 1 1.053-1.411c.341-.263.768-.77.947-1.17.178-.401.414-.749.652-1.117.34-.524-.837-1.314-1.219-1.48-.858-.373-1.504-.875-2.267-1.412-.543-.383-1.647.2-2.26-.068-.841-.367-1.533-1.005-2.264-1.555-.754-.568-.717-1.23-.717-2.067.59.022 1.43-.164 1.822.311.124.15.55.82.834.582.233-.195-.172-.974-.25-1.157-.241-.563.548-.783.951-1.165.527-.498 1.658-1.28 1.568-1.637-.089-.357-1.13-1.369-1.742-1.21-.092.023-.9.87-1.055 1.002l.012-.829c.003-.174-.325-.353-.31-.466.039-.284.83-.8 1.027-1.026-.138-.087-.609-.491-.751-.432-.345.144-.735.243-1.08.387 0-.12-.014-.232-.031-.343a8.49 8.49 0 0 1 2.178-.632l.677.272.478.567.477.492.417.134.663-.624-.171-.446v-.401c1.31.19 2.547.679 3.63 1.432-.193.018-.406.046-.646.077-.1-.059-.227-.085-.335-.126.314.675.641 1.34.974 2.007.355.711 1.144 1.475 1.282 2.226.164.885.05 1.69.14 2.731.086 1.003 1.13 2.143 1.13 2.143s.483.164.884.107a8.519 8.519 0 0 1-2.248 3.945z" fill="currentColor"/></symbol><symbol viewBox="0 0 30 20" id="hamburger" xmlns="http://www.w3.org/2000/svg"><g data-name="Layer 2"><path d="M12.5 11.25h16.25A1.18 1.18 0 0 0 30 10a1.18 1.18 0 0 0-1.25-1.25H12.5A1.18 1.18 0 0 0 11.25 10a1.18 1.18 0 0 0 1.25 1.25ZM1.25 2.5h27.5A1.18 1.18 0 0 0 30 1.25 1.18 1.18 0 0 0 28.75 0H1.25A1.18 1.18 0 0 0 0 1.25 1.18 1.18 0 0 0 1.25 2.5Zm0 17.5h27.5a1.25 1.25 0 0 0 0-2.5H1.25a1.25 1.25 0 0 0 0 2.5Z" style="fill:#000" data-name="Layer 1"/></g></symbol><symbol fill="none" viewBox="0 0 12 12" id="icon-link" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h5v2H2v8h8V8h2v4H0V0Z" fill="#5F667E"/><path d="M10.207 3.207 12 5V0H7l1.793 1.793-4.5 4.5 1.414 1.414 4.5-4.5Z" fill="#5F667E"/></symbol><symbol viewBox="0 0 27 32" id="instagram-square" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M18.286 16q0-1.893-1.339-3.232t-3.232-1.339-3.232 1.339T9.144 16t1.339 3.232 3.232 1.339 3.232-1.339T18.286 16zm2.464 0q0 2.929-2.054 4.982t-4.982 2.054-4.982-2.054T6.678 16t2.054-4.982 4.982-2.054 4.982 2.054T20.75 16zm1.929-7.321q0 .679-.482 1.161t-1.161.482-1.161-.482-.482-1.161.482-1.161 1.161-.482 1.161.482.482 1.161zM13.714 4.75l-1.366-.009q-1.241-.009-1.884 0t-1.723.054-1.839.179-1.277.33q-.893.357-1.571 1.036T3.018 7.911q-.196.518-.33 1.277t-.179 1.839-.054 1.723 0 1.884T2.464 16t-.009 1.366 0 1.884.054 1.723.179 1.839.33 1.277q.357.893 1.036 1.571t1.571 1.036q.518.196 1.277.33t1.839.179 1.723.054 1.884 0 1.366-.009 1.366.009 1.884 0 1.723-.054 1.839-.179 1.277-.33q.893-.357 1.571-1.036t1.036-1.571q.196-.518.33-1.277t.179-1.839.054-1.723 0-1.884T24.964 16t.009-1.366 0-1.884-.054-1.723-.179-1.839-.33-1.277q-.357-.893-1.036-1.571t-1.571-1.036q-.518-.196-1.277-.33t-1.839-.179-1.723-.054-1.884 0-1.366.009zM27.429 16q0 4.089-.089 5.661-.179 3.714-2.214 5.75t-5.75 2.214q-1.571.089-5.661.089t-5.661-.089q-3.714-.179-5.75-2.214T.09 21.661Q.001 20.09.001 16t.089-5.661q.179-3.714 2.214-5.75t5.75-2.214q1.571-.089 5.661-.089t5.661.089q3.714.179 5.75 2.214t2.214 5.75q.089 1.571.089 5.661z"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="language" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 2h11v7h-2c-1.1 0-1.833-.433-2.3-1.004A3.23 3.23 0 0 1 8 6h3V5H8V3H7v2H4v1h3c0 .65-.22 1.409-.7 1.996C5.834 8.567 5.1 9 4 9v1c1.348 0 2.341-.526 3-1.283V12h1V8.717c.375.431.859.787 1.454 1.014A1.992 1.992 0 0 0 9 11v2H2V2Zm7 13H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v7h7a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H11a2 2 0 0 1-2-2v-7Zm6-3h3l3 9h-2l-.667-2h-3.666L14 21h-2l3-9Zm1.5 1.5L15.333 17h2.334L16.5 13.5Z" fill="#1F2129"/></symbol><symbol fill="none" viewBox="0 0 9 5" id="language-caret-down" xmlns="http://www.w3.org/2000/svg"><path d="m4.577 4.53 4-4h-8l4 4Z" fill="#fff"/></symbol><symbol fill="none" viewBox="0 0 19 19" id="language-check" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.468 18.178a9 9 0 1 0 0-18 9 9 0 0 0 0 18Zm-2.25-4.189 8.03-8.03-1.06-1.06-6.97 6.969-2.47-2.47-1.06 1.061 3.53 3.53Z" fill="#004CFF"/></symbol><symbol fill="none" viewBox="0 0 12 13" id="lightbulb" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bga)"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 4.582c0 1.48-.804 2.773-2 3.465v1.535H4V8.047a4 4 0 1 1 6-3.465Zm-2 8v-2H4v2h4Z" fill="#4E5468"/></g><defs><clipPath id="bga"><path fill="#fff" transform="translate(0 .582)" d="M0 0h12v12H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 12 12" id="lightbulb-creamcicle" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 4c0 1.48-.804 2.773-2 3.465V9H4V7.465A4 4 0 1 1 10 4Zm-2 8v-2H4v2h4Z" fill="#E66000"/></symbol><symbol fill="none" viewBox="0 0 12 13" id="lightning" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bia)"><path d="M3 .582v7h2v5l4-7H7l2-5H3Z" fill="#4E5468"/></g><defs><clipPath id="bia"><path fill="#fff" transform="translate(0 .582)" d="M0 0h12v12H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 12 12" id="lightning-mint" xmlns="http://www.w3.org/2000/svg"><path d="M3 0v7h2v5l4-7H7l2-5H3Z" fill="#11866F"/></symbol><symbol viewBox="0 0 24 28" id="linkedin-square" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M3.703 22.094h3.609V11.25H3.703v10.844zM7.547 7.906q-.016-.812-.562-1.344t-1.453-.531-1.477.531-.57 1.344q0 .797.555 1.336t1.445.539h.016q.922 0 1.484-.539t.562-1.336zm9.141 14.188h3.609v-6.219q0-2.406-1.141-3.641T16.14 11q-2.125 0-3.266 1.828h.031V11.25H9.296q.047 1.031 0 10.844h3.609v-6.062q0-.594.109-.875.234-.547.703-.93t1.156-.383q1.813 0 1.813 2.453v5.797zM24 6.5v15q0 1.859-1.32 3.18T19.5 26h-15q-1.859 0-3.18-1.32T0 21.5v-15q0-1.859 1.32-3.18T4.5 2h15q1.859 0 3.18 1.32T24 6.5z"/></symbol><symbol viewBox="0 0 24 24" id="magnifying-glass" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 17a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13zm6.676-1.238 4.48 4.48-1.413 1.415-4.481-4.481a8.5 8.5 0 1 1 1.414-1.414z"/></symbol><symbol viewBox="0 0 24 24" id="magnifying-glass-lt-grey" xmlns="http://www.w3.org/2000/svg"><path fill="#ced3e0" d="M10.5 17a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13zm6.676-1.238 4.48 4.48-1.413 1.415-4.481-4.481a8.5 8.5 0 1 1 1.414-1.414z"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="map-pin-location" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 24s9-9.732 9-14.809C21 4.115 16.97 0 12 0S3 4.115 3 9.191C3 14.268 12 24 12 24Zm0-12a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" fill="#1F2129"/></symbol><symbol viewBox="0 0 148 148" fill="none" id="overlay-play-button" xmlns="http://www.w3.org/2000/svg"><g filter="url(#bna)"><path d="M134.897 70c0 33.69-27.288 61-60.948 61S13 103.69 13 70 40.288 9 73.948 9c33.661 0 60.949 27.31 60.949 61Z" stroke="#fff" stroke-width="2"/><path d="m98.728 69.256-42.124 23.56v-47.12l42.124 23.56Z" fill="#fff"/></g><defs><filter id="bna" x="0" y="0" width="147.897" height="148" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="6"/><feColorMatrix values="0 0 0 0 0.121569 0 0 0 0 0.129412 0 0 0 0 0.160784 0 0 0 0.08 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow"/><feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape"/></filter></defs></symbol><symbol viewBox="0 0 24 28" id="pause" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M24 3v22c0 .547-.453 1-1 1h-8c-.547 0-1-.453-1-1V3c0-.547.453-1 1-1h8c.547 0 1 .453 1 1zM10 3v22c0 .547-.453 1-1 1H1c-.547 0-1-.453-1-1V3c0-.547.453-1 1-1h8c.547 0 1 .453 1 1z"/></symbol><symbol viewBox="0 0 22 28" id="play" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M21.625 14.484.875 26.015c-.484.266-.875.031-.875-.516v-23c0-.547.391-.781.875-.516l20.75 11.531c.484.266.484.703 0 .969z"/></symbol><symbol id="play-btn-white" viewBox="0 0 60 60" style="enable-background:new 0 0 60 60" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><style>.bpst0{fill:#fff}</style><path class="bpst0" d="M30 60C13.5 60 0 46.5 0 30S13.5 0 30 0s30 13.5 30 30-13.5 30-30 30zm0-58C14.6 2 2 14.6 2 30s12.6 28 28 28 28-12.6 28-28S45.4 2 30 2z"/><path class="bpst0" d="M44 30.3 21.3 43V17.7L44 30.3z"/></symbol><symbol viewBox="0 0 110 110" id="play-button" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle cx="55" cy="55" r="55" fill="#FFF"/><path fill="#356AE6" d="M78 55 39 77V33z"/></g></symbol><symbol viewBox="0 0 110 110" id="play-button-3" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle cx="55" cy="55" r="55" fill="#FFF"/><path fill="#356AE6" d="M78 55 39 77V33z"/></g></symbol><symbol fill="none" viewBox="0 0 16 16" id="question-icon-blue" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M8 16A8 8 0 1 0 8 0a8 8 0 1 0 0 16zm-1.29-4.127A1.13 1.13 0 0 0 7.845 13a1.13 1.13 0 0 0 1.136-1.127 1.13 1.13 0 0 0-1.136-1.127 1.13 1.13 0 0 0-1.136 1.127zm4.118-4.645c-.167.4-.545.91-1.09 1.248-.188.118-.45.284-.77.584a.96.96 0 0 0-.205.438c-.01.065 0 .32 0 .32H6.88a2.59 2.59 0 0 1 .008-.588l.003-.03c.012-.11.044-.406.173-.633.18-.317.335-.474.86-.828l.095-.064c.63-.422.98-.658 1.06-.966.077-.285.107-.616-.14-.888-.22-.24-.515-.282-.842-.293-.308-.01-.73.034-1 .328-.243.267-.218.978-.218.978H5a3.196 3.196 0 0 1 .038-.576c.02-.142.085-.494.233-.82.212-.466.568-.938 1.198-1.207.487-.21.942-.237 1.617-.226.705.01 1.27.116 1.845.502.2.136.797.55 1 1.332a2.21 2.21 0 0 1-.105 1.392z" fill="#356ae6"/></symbol><symbol viewBox="0 0 40 30" id="quotes" xmlns="http://www.w3.org/2000/svg"><path d="M24.295 26.864c-5.094-5.719-1.585-15.673 2.657-19.522 3.615-3.28 9.605-5.96 10.17-5.024.897 1.49-2.636 2.547-5.293 4.938-3.316 3.586-4.43 5.198.16 7.221 4.918 2.22 5.012 4.391 5.17 7.153.398 6.954-7.89 10.207-12.864 5.234zm-19.172-.099C.028 21.046 3.538 11.09 7.78 7.243c3.614-3.28 9.604-5.96 10.17-5.024.897 1.49-2.636 2.547-5.293 4.938-3.316 3.586-4.43 5.198.159 7.221 4.918 2.22 5.013 4.391 5.17 7.153.399 6.954-7.89 10.207-12.863 5.234z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 63 47" id="quotes-ocean" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bua)" fill="#e3ebfc"><path d="M23.304 2.66c-2.207.76-5.673 2.327-8.608 5.648-4.782 5.4-6.74 13.772-4.304 15.688 1.445 1.136 3.227-1.074 7.378-.627.345.037 5.728.698 8.607 5.02 3.15 4.73 2.36 12.423-2.46 16.316-5.965 4.818-13.95.458-14.756 0-5.355-3.037-7.1-8.536-7.993-11.295-2.262-7.082-.668-13.24 0-15.688C4.857 4.205 19.1 0 23.518 0m31.286 2.66c-2.207.76-5.672 2.327-8.607 5.648-4.782 5.4-6.74 13.772-4.304 15.688 1.445 1.136 3.227-1.074 7.378-.627.345.037 5.728.698 8.608 5.02 3.15 4.73 2.36 12.423-2.46 16.316-5.965 4.818-13.95.458-14.756 0-5.355-3.037-7.1-8.536-7.993-11.295-2.262-7.082-.668-13.24 0-15.688C36.357 4.205 50.6 0 55.018 0"/></g><defs><clipPath id="bua"><path fill="#fff" d="M0 0h63v47H0z"/></clipPath></defs></symbol><symbol viewBox="0 0 64.27 47.97" id="quotes-white" xmlns="http://www.w3.org/2000/svg"><path d="M23.67 2.72a20.41 20.41 0 0 0-8.74 5.76c-4.86 5.53-6.85 14.07-4.37 16 1.47 1.16 3.28-1.1 7.49-.64.35 0 5.82.71 8.75 5.12 3.2 4.83 2.4 12.69-2.5 16.67-6.06 4.92-14.17.46-15 0-5.44-3.11-7.22-8.72-8.12-11.54a27.91 27.91 0 0 1 0-16C4.93 4.29 19.39 0 23.89 0m35.34 2.74a20.55 20.55 0 0 0-8.74 5.77c-4.86 5.52-6.85 14.06-4.38 16 1.47 1.16 3.28-1.1 7.5-.64.35 0 5.82.71 8.74 5.13 3.2 4.83 2.4 12.68-2.5 16.66-6.06 4.92-14.17.47-15 0-5.44-3.1-7.22-8.72-8.12-11.54a28.09 28.09 0 0 1 0-16C40.49 4.32 55 0 59.45 0" style="fill:#fff"/></symbol><symbol fill="none" viewBox="0 0 25 25" id="rss-blue" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bxa)"><path fill-rule="evenodd" clip-rule="evenodd" d="M.707 4.418c11.046 0 20 8.954 20 20h4c0-13.255-10.745-24-24-24v4Zm12 20c0-6.627-5.372-12-12-12v-4c8.837 0 16 7.163 16 16h-4Zm-5-3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z" fill="#356AE6"/></g><defs><clipPath id="bxa"><path fill="#fff" transform="translate(.707 .418)" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol viewBox="0 0 22.48 23.43" id="star-with-check" xmlns="http://www.w3.org/2000/svg"><path d="M10.11 1.35a2 2 0 0 1 2.78 0l1 1a2 2 0 0 0 1.67.54l1.37-.19a2 2 0 0 1 2.25 1.63l.24 1.37a2 2 0 0 0 1 1.42l1.23.65a2 2 0 0 1 .86 2.65l-.61 1.24a2 2 0 0 0 0 1.76l.61 1.24a2 2 0 0 1-.86 2.65l-1.23.65a2 2 0 0 0-1 1.42l-.24 1.37a2 2 0 0 1-2.25 1.63l-1.37-.19a2 2 0 0 0-1.67.54l-1 1a2 2 0 0 1-2.78 0l-1-1a2 2 0 0 0-1.67-.54l-1.37.19a2 2 0 0 1-2.25-1.63l-.24-1.37a2 2 0 0 0-1-1.42l-1.23-.65a2 2 0 0 1-.86-2.65l.61-1.24a2 2 0 0 0 0-1.76l-.64-1.28a2 2 0 0 1 .86-2.65l1.23-.65a2 2 0 0 0 1-1.42l.24-1.37a2 2 0 0 1 2.28-1.63l1.37.19a2 2 0 0 0 1.67-.54Z" transform="translate(-.26 -.78)" style="fill:#1bddb1"/><path d="M17.21 9.35 9.5 17.06l-3.71-3.71 1.42-1.41 2.29 2.29 6.29-6.29Z" transform="translate(-.26 -.78)" style="fill:#fff;fill-rule:evenodd"/></symbol><symbol viewBox="0 0 24 28" id="twitter-square" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M20 9.531q-.875.391-1.891.531 1.062-.625 1.453-1.828-1.016.594-2.094.797Q16.515 8 15.077 8q-1.359 0-2.32.961t-.961 2.32q0 .453.078.75-2.016-.109-3.781-1.016t-3-2.422q-.453.781-.453 1.656 0 1.781 1.422 2.734-.734-.016-1.563-.406v.031q0 1.172.781 2.086t1.922 1.133q-.453.125-.797.125-.203 0-.609-.063.328.984 1.164 1.625t1.898.656q-1.813 1.406-4.078 1.406-.406 0-.781-.047 2.312 1.469 5.031 1.469 1.75 0 3.281-.555t2.625-1.484 1.883-2.141 1.172-2.531.383-2.633q0-.281-.016-.422.984-.703 1.641-1.703zM24 6.5v15q0 1.859-1.32 3.18T19.5 26h-15q-1.859 0-3.18-1.32T0 21.5v-15q0-1.859 1.32-3.18T4.5 2h15q1.859 0 3.18 1.32T24 6.5z"/></symbol><symbol fill="none" viewBox="0 0 32 32" id="updates-email" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#caa)"><mask id="cab" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="7" width="30" height="22"><rect x="2" y="8" width="28" height="20" rx="1" fill="#fff" stroke="#004CFF" stroke-width="2"/></mask><g mask="url(#cab)" fill="#fff" stroke="#0E1C38" stroke-width="2"><rect x="2" y="8" width="28" height="20" rx="1"/><path d="M15.276 14.233 2.315 28h27.371L16.732 14.233a1 1 0 0 0-1.456 0Z"/><path d="M15.32 19.988 2.53 8h26.942L16.688 19.988a1 1 0 0 1-1.368 0Z"/></g><path d="m17.491 12.833 5.223-5.842A4.244 4.244 0 0 0 17.237.603L16 1.407 14.763.603a4.244 4.244 0 0 0-5.477 6.388l5.223 5.842a2 2 0 0 0 2.982 0Z" fill="#004CFF" stroke="#fff" stroke-width="2"/></g><defs><clipPath id="caa"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 32 32" id="updates-question" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="14" stroke="#0E1C38" stroke-width="2"/><path d="M17.168 17.456c-.063.2-.098.51-.103.93h-2.13c.031-.888.116-1.501.252-1.838.137-.342.49-.733 1.058-1.175l.575-.45c.19-.142.342-.297.458-.465.21-.29.316-.608.316-.955 0-.4-.119-.763-.355-1.089-.232-.331-.658-.497-1.278-.497-.61 0-1.045.203-1.302.608a2.353 2.353 0 0 0-.379 1.262H12c.063-1.499.586-2.562 1.57-3.187.62-.4 1.383-.6 2.288-.6 1.189 0 2.175.284 2.959.852.788.568 1.183 1.41 1.183 2.525 0 .683-.17 1.26-.513 1.727-.2.285-.584.648-1.152 1.09l-.56.433c-.305.237-.507.513-.607.829Zm.063 4.291H14.88v-2.28h2.35v2.28Z" fill="#004CFF"/></symbol><symbol fill="none" viewBox="0 0 32 32" id="updates-rss" xmlns="http://www.w3.org/2000/svg"><path d="M19 27c0-7.732-6.268-14-14-14M27 27C27 14.85 17.15 5 5 5" stroke="#0E1C38" stroke-width="2"/><circle cx="8" cy="24" r="3" fill="#004CFF"/></symbol></svg></div><script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.activecampaign.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script><script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script><script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8e9d53c18ff29f6e',t:'MTczMjgyODA0Mi4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->

Pages: 1 2 3 4 5 6 7 8 9 10