
<div class="learning-center-content-wrapper learning-center">

	<div class="featured-resource">

		<h2>Los geht's</h2>

		<div class="inner-featured-resource">
			
						
			<div class="fp-img fp-img-Artikel">
				<img src="https://www.act.com/wp-content/uploads/2024/10/customer-relationship-management-concept-9-scaled.jpg" alt="Was ist CRM?">
				<!--                 <p></p> -->

			</div>

			<div class="fp-desc-outer">

				<div class="fp-desc">

					<h5>Artikel</h5>

					<h3>Was ist CRM?</h3>

					<p class="fp-desc-sml">Alles, was Sie über CRM wissen müssen und warum es für Ihr Unternehmen so wichtig ist.</p>

					<a class="btn btn-primary" href="https://www.act.com/de/was-ist-crm">

						Artikel lesen 

					</a>

				</div>

			</div>

		</div>

	</div>

	<div class="learning-outer learning-center-wrapper">
		<div class="container">
			<div class="learning-outer-row">

				<!-- SIDEBAR -->
				<div class="learning-sidebar-track">
					<div class="WP_sidebar_learning track-sidebar">

						<input type="hidden" name="paged" value="1" id="paged">

						<div class="filter-bar">
							<div class="icon"> <i class="filter-icon"></i> Filter</div>
						</div>
						
						<div class="sidebar-learning expandable-menu">

							<h4>Kategorien</h4>

							<h5>Nach Art filtern:</h5>

							<form name="lc-filter-form" id="lc-filter-form">

								
										<button type="button" 
											id="" 
											class="lc-filter-btns" 
											value="articles"
											data-id="162" 
											data-text="Artikel">
											Artikel			
										</button>

									
										<button type="button" 
											id="" 
											class="lc-filter-btns" 
											value="guides"
											data-id="163" 
											data-text="Leitfäden">
											Leitfäden			
										</button>

									
										<button type="button" 
											id="" 
											class="lc-filter-btns" 
											value="videos"
											data-id="164" 
											data-text="Videos">
											Videos			
										</button>

									
										<button type="button" 
											id="" 
											class="lc-filter-btns" 
											value="webinars"
											data-id="165" 
											data-text="Webinare">
											Webinare			
										</button>

									
										<button type="button" 
											id="" 
											class="lc-filter-btns" 
											value="templates"
											data-id="166" 
											data-text="Vorlagen">
											Vorlagen			
										</button>

									
								

								<div class="lc-filter-outer-check">
									<h5>Nach Thema filtern:</h5>

																			
												<label class="lc-filter-checkbox-lbl">
										
													<input 
										
														type="checkbox" 
										
														class="lc-checkbox" 
										
														name="lc-checkbox-tg" 
										
														value="marketing-automation-de-2" 
										
														data-id="873" 
										
														data-text="Marketing Automation" />
																
													<span>Marketing Automation</span>
										
												</label>

																				
												<label class="lc-filter-checkbox-lbl">
										
													<input 
										
														type="checkbox" 
										
														class="lc-checkbox" 
										
														name="lc-checkbox-tg" 
										
														value="marketing-de" 
										
														data-id="168" 
										
														data-text="Marketing" />
																
													<span>Marketing</span>
										
												</label>

																				
												<label class="lc-filter-checkbox-lbl">
										
													<input 
										
														type="checkbox" 
										
														class="lc-checkbox" 
										
														name="lc-checkbox-tg" 
										
														value="kmu-de" 
										
														data-id="169" 
										
														data-text="KMU" />
																
													<span>KMU</span>
										
												</label>

																				
												<label class="lc-filter-checkbox-lbl">
										
													<input 
										
														type="checkbox" 
										
														class="lc-checkbox" 
										
														name="lc-checkbox-tg" 
										
														value="crm-de" 
										
														data-id="170" 
										
														data-text="CRM" />
																
													<span>CRM</span>
										
												</label>

																				
												<label class="lc-filter-checkbox-lbl">
										
													<input 
										
														type="checkbox" 
										
														class="lc-checkbox" 
										
														name="lc-checkbox-tg" 
										
														value="vertrieb" 
										
														data-id="172" 
										
														data-text="Vertrieb" />
																
													<span>Vertrieb</span>
										
												</label>

										
								</div>

								<input type="hidden" id="lc-nonce" value="98910e9881" />
								
								<a id="clearLcFilter" style="cursor: pointer">Alle Filter löschen</a>
							
							</form>

						</div>

					</div>
				</div>
									
				<!-- MAIN RESULTS -->
				<div class="main-learning">
				
					<h5 id="display_result">Anzeigen : <span>All</span></h5>
					
					<!-- SEARCH FORM -->
					<form name="search-lc" id="search-lc">
						
						<input type="text" name="lc-search-txt" id="lc-search-txt" placeholder="Suchen..." />

					</form>
						
					<div id="ajax_loader" style="display:none;"><img src="https://www.act.com/wp-content/themes/act-crm/assets/images/ajax-loader-svg.svg" width="100" alt="Loader"/></div>
					
					<div id="lc-posts-result" class="learning-centerarif">
						<div class="lc-posts-container">
							
						</div>

						<div class="pagination-container">
						</div>

					</div>


				</div>
			</div>
		</div>

	</div>
	
</div>

<script type="text/javascript">

	jQuery(document).ready(function($){

		$('#lc-posts-result .pagination-container').on('click', '.actcrm-pagination a', function(e){

			let href = $(this).attr('href');

			let url = new URL(href);

			let params = new URLSearchParams(url.search.substr(1));

			let page = params.get("paged");

			$('input#paged').val(page);
			
			retrieveLearningCenter();

			e.preventDefault();
		});
		
		$("li.li_type_videos .inner-lc a").attr("target","_blank");
		
		$('.lc-filter-btns').on('click', function(){

			var el = this;
						
			// $('.lc-filter-btns').removeClass('active');
			
			$(this).toggleClass('active');
			$('input#paged').val(1);
			retrieveLearningCenter();
		});

		$('.lc-checkbox').on('click',function(){

			var el = this;

			$('input#paged').val(1);
			retrieveLearningCenter();
		});

		$('#clearLcFilter').on('click',function(){
			
			var el = this;

			$('.lc-filter-btns').removeClass('active');

			$('input.lc-checkbox').removeAttr('checked');

			$('#display_result span').html('All');
			
			filter_handler();
		});

		$('#lc-search-txt').on('keyup keydown', function(event){
			let code = event.keyCode || event.which
			console.log(code);
			if( code == 13 ){
				event.preventDefault();
				return;
			}
			var el = this;
			keyup_handler();
		});

		var Timer = function(delayMs, callbackFunc) {
			this.delayMs = delayMs;
			this.callbackFunc = callbackFunc;
			this.timerState = 'new';
			this.paused = false;
		}

		Timer.prototype.start = function() {
			if( this.tmr ) return;

			var self = this;
			this.timerState = 'running';
			this.tmr = setInterval(function() { 
				console.log('timer running');
				self._handleTmr(); 
			}, this.delayMs);
		}

		Timer.prototype.pause = function(){

			this.paused = true;
			console.log('timer paused');
		}

		Timer.prototype.unpause = function(){

			this.paused = false;
			console.log('timer unpaused');
		}

		Timer.prototype.cancel = function() {
		    if( ! this.tmr ) return;
			console.log('timer canceled');
		    clearInterval(this.tmr);
		    this.tmr = null;
		    this.timerState = 'canceled';
		}

		Timer.prototype._handleTmr = function() {
			this.callbackFunc();
			this.cancel();
		}

		var timer = new Timer(900, retrieveLearningCenter);

		// keyup handler
		function keyup_handler(){
			let height = $('#lc-posts-result').height();
			$('#lc-posts-result').height(height);
			//$('#lc-posts-result').html('');
			$('#ajax_loader').show();
			timer.cancel();
			timer.start();
		}

		function filter_handler(){
			// $('#ajax_loader').show();
			timer.cancel();
			timer.start();
		}

		function retrieveLearningCenter(el){
		
			let nonce = $('#lc-nonce').val();

			let sendData = {
				action: "lc_search",
				ctags: [],
				nonce: nonce,
				paged: $('input#paged').val(),
				cat: [],
				cat_names : [],
				language: 'de'
			};

			// Filter by text search
			if( $('#lc-search-txt').val().length ){
				sendData.search = $('#lc-search-txt').val().trim();
			}

			// Filter by Topic
			if( $('input.lc-checkbox:checked').length ){
				$('input.lc-checkbox:checked').each(function() {
					sendData.ctags.push( $(this).val().trim() );
				});
			}

			// Filter By Type
			$('.lc-filter-btns.active').each(function() {
				sendData.cat.push(jQuery(this).val().trim());
				sendData.cat_names.push(jQuery(this).text().trim());
			});

			function ucfirst(string) {
				return string.charAt(0).toUpperCase() + string.slice(1);
			}

			$.ajax({
				type : "GET",
				dataType : "json",
				url : 'https://www.act.com/wp-json/actcrm/v1/learning',
				data : sendData,
				beforeSend: function(){
					$('#ajax_loader').show();
				},
				success: function(response) {

					if(response.status == 'success'){

						console.log($('#lc-posts-result .lc-posts-container'));


						$('#lc-posts-result .lc-posts-container').html('');
						$('#lc-posts-result .lc-posts-container').html(response.data);
						$('#lc-posts-result .pagination-container').html(response.pagination);

						if( typeof sendData.cat !== 'undefined' && sendData.cat.length ){

							sendData.cat_names.forEach(function(el, index){
								sendData.cat_names[index] = ucfirst(el)
							})
							
							$('#display_result span').html(ucfirst(sendData.cat_names.join(', ')));
						} else {
							
							$('#display_result span').html('All');
						}

					}						
				},
				complete: function(){
					
					$('#lc-posts-result').css({'height' : 'auto'});
					$('#ajax_loader').hide();
				}
			});
		}
		
		$('#ajax_loader').show();
		retrieveLearningCenter();
	});
</script>{"id":42711,"date":"2021-07-25T09:49:44","date_gmt":"2021-07-25T09:49:44","guid":{"rendered":"https:\/\/act.com\/learning-center\/"},"modified":"2026-07-27T03:20:43","modified_gmt":"2026-07-27T10:20:43","slug":"informationscenter","status":"publish","type":"page","link":"https:\/\/www.act.com\/de\/informationscenter\/","title":{"rendered":"Informationscenter"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row css=&#8220;.vc_custom_1731975428783{margin-bottom: 30px !important;}&#8220;][vc_column]<div class=\"actcrm-page-banner-container standard \" style=\"background-image: url(https:\/\/www.act.com\/wp-content\/themes\/act-crm\/assets\/images\/actcrm-hero-banner.jpg);\">\n\t<div class=\"container\">\n\t\t\n\t\t\n\t\t<div class=\"page-banner-row\">\n\n\t\t\t\t\t\t<div class=\"page-banner-text\">\n\t\t\t\t<h1>Informationscenter<\/h1>\n<p>In unserem Informationscenter finden Sie informative Artikel, praktische Tipps, Leitf\u00e4den, Videos und Vorlagen, die Ihnen alles vermitteln, was Sie \u00fcber CRM, Marketing und Vertrieb wissen m\u00fcssen, um in Ihrem Unternehmen erfolgreich zu sein.<\/p>\n<p>Haben Sie produktspezifische Fragen? <a href=\"\/de\/hilfsmittel\/\">Hier<\/a> finden Sie Antworten.<\/p>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>[\/vc_column][\/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner][vc_column_text css=&#8220;&#8220;][\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row css=&#8220;.vc_custom_1731975428783{margin-bottom: 30px !important;}&#8220;][vc_column][\/vc_column][\/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner][vc_column_text css=&#8220;&#8220;][\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"content-type":"","inline_featured_image":false,"footnotes":""},"categories":[],"tags":[],"class_list":["post-42711","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Informationscenter | Kostenlose informative Inhalte von Act!<\/title>\n<meta name=\"description\" content=\"In unserem Informationscenter finden Sie informative Artikel, Videos &amp; Leitf\u00e4den, die Ihnen alles vermitteln, was Sie \u00fcber CRM wissen m\u00fcssen.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.act.com\/de\/informationscenter\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Informationscenter | Kostenlose informative Inhalte von Act!\" \/>\n<meta property=\"og:description\" content=\"In unserem Informationscenter finden Sie informative Artikel, Videos &amp; Leitf\u00e4den, die Ihnen alles vermitteln, was Sie \u00fcber CRM wissen m\u00fcssen.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.act.com\/de\/informationscenter\/\" \/>\n<meta property=\"og:site_name\" content=\"Act!\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-27T10:20:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.act.com\/wp-content\/uploads\/2020\/11\/act-logo.png\" \/>\n\t<meta property=\"og:image:width\" content=\"250\" \/>\n\t<meta property=\"og:image:height\" content=\"250\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.act.com\\\/de\\\/informationscenter\\\/\",\"url\":\"https:\\\/\\\/www.act.com\\\/de\\\/informationscenter\\\/\",\"name\":\"Informationscenter | Kostenlose informative Inhalte von Act!\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.act.com\\\/de\\\/#website\"},\"datePublished\":\"2021-07-25T09:49:44+00:00\",\"dateModified\":\"2026-07-27T10:20:43+00:00\",\"description\":\"In unserem Informationscenter finden Sie informative Artikel, Videos & Leitf\u00e4den, die Ihnen alles vermitteln, was Sie \u00fcber CRM wissen m\u00fcssen.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.act.com\\\/de\\\/informationscenter\\\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.act.com\\\/de\\\/informationscenter\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.act.com\\\/de\\\/informationscenter\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.act.com\\\/de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Informationscenter\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.act.com\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/www.act.com\\\/de\\\/\",\"name\":\"Act!\",\"description\":\"CRM &amp; Marketing Automation in One\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.act.com\\\/de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.act.com\\\/de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de-DE\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.act.com\\\/de\\\/#organization\",\"name\":\"Act!\",\"url\":\"https:\\\/\\\/www.act.com\\\/de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\\\/\\\/www.act.com\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.act.com\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/logo_fe5000.png\",\"contentUrl\":\"https:\\\/\\\/www.act.com\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/logo_fe5000.png\",\"width\":120,\"height\":120,\"caption\":\"Act!\"},\"image\":{\"@id\":\"https:\\\/\\\/www.act.com\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Informationscenter | Kostenlose informative Inhalte von Act!","description":"In unserem Informationscenter finden Sie informative Artikel, Videos & Leitf\u00e4den, die Ihnen alles vermitteln, was Sie \u00fcber CRM wissen m\u00fcssen.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.act.com\/de\/informationscenter\/","og_locale":"de_DE","og_type":"article","og_title":"Informationscenter | Kostenlose informative Inhalte von Act!","og_description":"In unserem Informationscenter finden Sie informative Artikel, Videos & Leitf\u00e4den, die Ihnen alles vermitteln, was Sie \u00fcber CRM wissen m\u00fcssen.","og_url":"https:\/\/www.act.com\/de\/informationscenter\/","og_site_name":"Act!","article_modified_time":"2026-07-27T10:20:43+00:00","og_image":[{"width":250,"height":250,"url":"https:\/\/www.act.com\/wp-content\/uploads\/2020\/11\/act-logo.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"1 Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.act.com\/de\/informationscenter\/","url":"https:\/\/www.act.com\/de\/informationscenter\/","name":"Informationscenter | Kostenlose informative Inhalte von Act!","isPartOf":{"@id":"https:\/\/www.act.com\/de\/#website"},"datePublished":"2021-07-25T09:49:44+00:00","dateModified":"2026-07-27T10:20:43+00:00","description":"In unserem Informationscenter finden Sie informative Artikel, Videos & Leitf\u00e4den, die Ihnen alles vermitteln, was Sie \u00fcber CRM wissen m\u00fcssen.","breadcrumb":{"@id":"https:\/\/www.act.com\/de\/informationscenter\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.act.com\/de\/informationscenter\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.act.com\/de\/informationscenter\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.act.com\/de\/"},{"@type":"ListItem","position":2,"name":"Informationscenter"}]},{"@type":"WebSite","@id":"https:\/\/www.act.com\/de\/#website","url":"https:\/\/www.act.com\/de\/","name":"Act!","description":"CRM &amp; Marketing Automation in One","publisher":{"@id":"https:\/\/www.act.com\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.act.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de-DE"},{"@type":"Organization","@id":"https:\/\/www.act.com\/de\/#organization","name":"Act!","url":"https:\/\/www.act.com\/de\/","logo":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/www.act.com\/de\/#\/schema\/logo\/image\/","url":"https:\/\/www.act.com\/wp-content\/uploads\/2021\/07\/logo_fe5000.png","contentUrl":"https:\/\/www.act.com\/wp-content\/uploads\/2021\/07\/logo_fe5000.png","width":120,"height":120,"caption":"Act!"},"image":{"@id":"https:\/\/www.act.com\/de\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.act.com\/de\/wp-json\/wp\/v2\/pages\/42711","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.act.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.act.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.act.com\/de\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.act.com\/de\/wp-json\/wp\/v2\/comments?post=42711"}],"version-history":[{"count":5,"href":"https:\/\/www.act.com\/de\/wp-json\/wp\/v2\/pages\/42711\/revisions"}],"predecessor-version":[{"id":138938,"href":"https:\/\/www.act.com\/de\/wp-json\/wp\/v2\/pages\/42711\/revisions\/138938"}],"wp:attachment":[{"href":"https:\/\/www.act.com\/de\/wp-json\/wp\/v2\/media?parent=42711"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.act.com\/de\/wp-json\/wp\/v2\/categories?post=42711"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.act.com\/de\/wp-json\/wp\/v2\/tags?post=42711"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}