Showing source for: https://www.swissgb.ch/
Duration: 6.315483s
Server: Apache

<!DOCTYPE html>
<html lang="de-DE" class="html_stretched responsive av-preloader-disabled  html_header_top html_logo_left html_main_nav_header html_menu_right html_large html_header_sticky html_header_shrinking html_header_topbar_active html_mobile_menu_phone html_header_searchicon html_content_align_center html_header_unstick_top_disabled html_header_stretch_disabled html_av-submenu-hidden html_av-submenu-display-hover html_av-overlay-side html_av-overlay-side-classic html_av-submenu-noclone html_entry_id_734 av-cookies-consent-show-message-bar av-cookies-cookie-consent-enabled av-cookies-can-opt-out av-cookies-user-silent-accept avia-cookie-check-browser-settings av-no-preview av-default-lightbox html_text_menu_active av-mobile-menu-switch-default">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow" />


<!-- mobile setting -->
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- Scripts/CSS and wp_head hook -->
<title>Swiss Ghostbusters &#8211; Who you gonna call? &#8211; Wir sind die einzigen, die echten Schweizer Geisterjäger ! Eine Interessengemeinschaft für Fans der Ghostbusters™.</title>
<meta name='robots' content='max-image-preview:large' />

            <script data-no-defer="1" data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer data-cookieconsent="ignore">
                var ctPublicFunctions = {"_ajax_nonce":"d29d59062f","_rest_nonce":"1d7c0f66b2","_ajax_url":"\/wp-admin\/admin-ajax.php","_rest_url":"https:\/\/www.swissgb.ch\/wp-json\/","data__cookies_type":"none","data__ajax_type":"rest","text__wait_for_decoding":"Decoding the contact data, let us a few seconds to finish. Anti-Spam by CleanTalk","cookiePrefix":"","wprocket_detected":false}
            </script>
        
            <script data-no-defer="1" data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer data-cookieconsent="ignore">
                var ctPublic = {"_ajax_nonce":"d29d59062f","settings__forms__check_internal":"0","settings__forms__check_external":"0","settings__forms__search_test":"1","blog_home":"https:\/\/www.swissgb.ch\/","pixel__setting":"3","pixel__enabled":false,"pixel__url":"https:\/\/moderate4-v4.cleantalk.org\/pixel\/7fac8c495afb62d50d797ef1351b0c01.gif","data__email_check_before_post":"1","data__cookies_type":"none","data__key_is_ok":true,"data__visible_fields_required":true,"data__to_local_storage":{"apbct_cookies_test":"%7B%22cookies_names%22%3A%5B%22apbct_timestamp%22%2C%22apbct_site_landing_ts%22%5D%2C%22check_value%22%3A%224402ccf03d1edb86ad8b71bc4ee8b1a2%22%7D","apbct_site_landing_ts":"1714883157","apbct_timestamp":"1714883157","apbct_urls":"{\"www.swissgb.ch\/\":[1714883157]}"},"wl_brandname":"Anti-Spam by CleanTalk","wl_brandname_short":"CleanTalk","ct_checkjs_key":638873605,"emailEncoderPassKey":"7aec43c9ae5f35e0cdb0056eaaced3bb"}
            </script>
        
				<script type='text/javascript'>

				function avia_cookie_check_sessionStorage()
				{
					//	FF throws error when all cookies blocked !!
					var sessionBlocked = false;
					try
					{
						var test = sessionStorage.getItem( 'aviaCookieRefused' ) != null;
					}
					catch(e)
					{
						sessionBlocked = true;
					}

					var aviaCookieRefused = ! sessionBlocked ? sessionStorage.getItem( 'aviaCookieRefused' ) : null;

					var html = document.getElementsByTagName('html')[0];

					/**
					 * Set a class to avoid calls to sessionStorage
					 */
					if( sessionBlocked || aviaCookieRefused )
					{
						if( html.className.indexOf('av-cookies-session-refused') < 0 )
						{
							html.className += ' av-cookies-session-refused';
						}
					}

					if( sessionBlocked || aviaCookieRefused || document.cookie.match(/aviaCookieConsent/) )
					{
						if( html.className.indexOf('av-cookies-user-silent-accept') >= 0 )
						{
							 html.className = html.className.replace(/\bav-cookies-user-silent-accept\b/g, '');
						}
					}
				}

				avia_cookie_check_sessionStorage();

			</script>
			<link rel="alternate" type="application/rss+xml" title="Swiss Ghostbusters - Who you gonna call? &raquo; Feed" href="https://www.swissgb.ch/feed/" />
<link rel="alternate" type="application/rss+xml" title="Swiss Ghostbusters - Who you gonna call? &raquo; Kommentar-Feed" href="https://www.swissgb.ch/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="Swiss Ghostbusters - Who you gonna call? &raquo; Home Kommentar-Feed" href="https://www.swissgb.ch/home/feed/" />

<!-- google webfont font replacement -->

			<script type='text/javascript'>

				(function() {

					/*	check if webfonts are disabled by user setting via cookie - or user must opt in.	*/
					var html = document.getElementsByTagName('html')[0];
					var cookie_check = html.className.indexOf('av-cookies-needs-opt-in') >= 0 || html.className.indexOf('av-cookies-can-opt-out') >= 0;
					var allow_continue = true;
					var silent_accept_cookie = html.className.indexOf('av-cookies-user-silent-accept') >= 0;

					if( cookie_check && ! silent_accept_cookie )
					{
						if( ! document.cookie.match(/aviaCookieConsent/) || html.className.indexOf('av-cookies-session-refused') >= 0 )
						{
							allow_continue = false;
						}
						else
						{
							if( ! document.cookie.match(/aviaPrivacyRefuseCookiesHideBar/) )
							{
								allow_continue = false;
							}
							else if( ! document.cookie.match(/aviaPrivacyEssentialCookiesEnabled/) )
							{
								allow_continue = false;
							}
							else if( document.cookie.match(/aviaPrivacyGoogleWebfontsDisabled/) )
							{
								allow_continue = false;
							}
						}
					}

					if( allow_continue )
					{
						var f = document.createElement('link');

						f.type 	= 'text/css';
						f.rel 	= 'stylesheet';
						f.href 	= 'https://fonts.googleapis.com/css?family=Metrophobic&display=auto';
						f.id 	= 'avia-google-webfont';

						document.getElementsByTagName('head')[0].appendChild(f);
					}
				})();

			</script>
			<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.swissgb.ch\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.3.4"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
</script>
<style type="text/css">
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>
	<link rel='stylesheet' id='avia-grid-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/css/grid.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-base-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/css/base.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-layout-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/css/layout.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-audioplayer-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/audio-player/audio-player.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-blog-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/blog/blog.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-postslider-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-button-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/buttons/buttons.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-buttonrow-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/buttonrow/buttonrow.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-button-fullwidth-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-catalogue-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/catalogue/catalogue.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-comments-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/comments/comments.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-contact-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/contact/contact.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-slideshow-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-slideshow-contentpartner-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/contentslider/contentslider.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-countdown-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/countdown/countdown.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-gallery-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-gallery-hor-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-maps-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/google_maps/google_maps.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-gridrow-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/grid_row/grid_row.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-heading-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/heading/heading.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-rotator-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/headline_rotator/headline_rotator.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-hr-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/hr/hr.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-icon-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/icon/icon.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-icon-circles-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/icon_circles/icon_circles.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-iconbox-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-icongrid-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/icongrid/icongrid.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-iconlist-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/iconlist/iconlist.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-image-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/image/image.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-image-diff-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/image_diff/image_diff.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-hotspot-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-sc-lottie-animation-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/lottie_animation/lottie_animation.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-magazine-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/magazine/magazine.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-masonry-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-siteloader-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/css/avia-snippet-site-preloader.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-menu-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/menu/menu.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-notification-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/notification/notification.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-numbers-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-portfolio-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-post-metadata-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/post_metadata/post_metadata.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-progress-bar-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/progressbar/progressbar.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-promobox-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/promobox/promobox.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-sc-search-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/search/search.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-slideshow-accordion-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-slideshow-feature-image-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/slideshow_feature_image/slideshow_feature_image.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-slideshow-fullsize-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullsize/slideshow_fullsize.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-slideshow-fullscreen-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-slideshow-ls-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-social-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/social_share/social_share.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-tabsection-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-table-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/table/table.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-tabs-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-team-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/team/team.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-testimonials-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-timeline-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/timeline/timeline.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-toggles-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/toggles/toggles.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-video-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/video/video.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='wp-block-library-css' href='https://www.swissgb.ch/wp-includes/css/dist/block-library/style.min.css?ver=6.3.4' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/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--metallic-red: #b02b2c;--wp--preset--color--maximum-yellow-red: #edae44;--wp--preset--color--yellow-sun: #eeee22;--wp--preset--color--palm-leaf: #83a846;--wp--preset--color--aero: #7bb0e7;--wp--preset--color--old-lavender: #745f7e;--wp--preset--color--steel-teal: #5f8789;--wp--preset--color--raspberry-pink: #d65799;--wp--preset--color--medium-turquoise: #4ecac2;--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--font-size--small: 1rem;--wp--preset--font-size--medium: 1.125rem;--wp--preset--font-size--large: 1.75rem;--wp--preset--font-size--x-large: clamp(1.75rem, 3vw, 2.25rem);--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--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);}body { margin: 0;--wp--style--global--content-size: 800px;--wp--style--global--wide-size: 1130px; }.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(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}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{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-metallic-red-color{color: var(--wp--preset--color--metallic-red) !important;}.has-maximum-yellow-red-color{color: var(--wp--preset--color--maximum-yellow-red) !important;}.has-yellow-sun-color{color: var(--wp--preset--color--yellow-sun) !important;}.has-palm-leaf-color{color: var(--wp--preset--color--palm-leaf) !important;}.has-aero-color{color: var(--wp--preset--color--aero) !important;}.has-old-lavender-color{color: var(--wp--preset--color--old-lavender) !important;}.has-steel-teal-color{color: var(--wp--preset--color--steel-teal) !important;}.has-raspberry-pink-color{color: var(--wp--preset--color--raspberry-pink) !important;}.has-medium-turquoise-color{color: var(--wp--preset--color--medium-turquoise) !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-metallic-red-background-color{background-color: var(--wp--preset--color--metallic-red) !important;}.has-maximum-yellow-red-background-color{background-color: var(--wp--preset--color--maximum-yellow-red) !important;}.has-yellow-sun-background-color{background-color: var(--wp--preset--color--yellow-sun) !important;}.has-palm-leaf-background-color{background-color: var(--wp--preset--color--palm-leaf) !important;}.has-aero-background-color{background-color: var(--wp--preset--color--aero) !important;}.has-old-lavender-background-color{background-color: var(--wp--preset--color--old-lavender) !important;}.has-steel-teal-background-color{background-color: var(--wp--preset--color--steel-teal) !important;}.has-raspberry-pink-background-color{background-color: var(--wp--preset--color--raspberry-pink) !important;}.has-medium-turquoise-background-color{background-color: var(--wp--preset--color--medium-turquoise) !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-metallic-red-border-color{border-color: var(--wp--preset--color--metallic-red) !important;}.has-maximum-yellow-red-border-color{border-color: var(--wp--preset--color--maximum-yellow-red) !important;}.has-yellow-sun-border-color{border-color: var(--wp--preset--color--yellow-sun) !important;}.has-palm-leaf-border-color{border-color: var(--wp--preset--color--palm-leaf) !important;}.has-aero-border-color{border-color: var(--wp--preset--color--aero) !important;}.has-old-lavender-border-color{border-color: var(--wp--preset--color--old-lavender) !important;}.has-steel-teal-border-color{border-color: var(--wp--preset--color--steel-teal) !important;}.has-raspberry-pink-border-color{border-color: var(--wp--preset--color--raspberry-pink) !important;}.has-medium-turquoise-border-color{border-color: var(--wp--preset--color--medium-turquoise) !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-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;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='ct_public_css-css' href='https://www.swissgb.ch/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-public.min.css?ver=6.22' type='text/css' media='all' />
<link rel='stylesheet' id='wpdm-font-awesome-css' href='https://www.swissgb.ch/wp-content/plugins/download-manager/assets/fontawesome/css/all.min.css?ver=6.3.4' type='text/css' media='all' />
<link rel='stylesheet' id='wpdm-frontend-css-css' href='https://www.swissgb.ch/wp-content/plugins/download-manager/assets/bootstrap/css/bootstrap.min.css?ver=6.3.4' type='text/css' media='all' />
<link rel='stylesheet' id='wpdm-front-css' href='https://www.swissgb.ch/wp-content/plugins/download-manager/assets/css/front.css?ver=6.3.4' type='text/css' media='all' />
<link rel='stylesheet' id='avia-scs-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/css/shortcodes.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-fold-unfold-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/css/avia-snippet-fold-unfold.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-popup-css-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/js/aviapopup/magnific-popup.min.css?ver=5.6.5' type='text/css' media='screen' />
<link rel='stylesheet' id='avia-lightbox-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/css/avia-snippet-lightbox.css?ver=5.6.5' type='text/css' media='screen' />
<link rel='stylesheet' id='mediaelement-css' href='https://www.swissgb.ch/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' />
<link rel='stylesheet' id='wp-mediaelement-css' href='https://www.swissgb.ch/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.3.4' type='text/css' media='all' />
<link rel='stylesheet' id='avia-dynamic-css' href='https://www.swissgb.ch/wp-content/uploads/dynamic_avia/enfold.css?ver=64e625113f800' type='text/css' media='all' />
<link rel='stylesheet' id='avia-custom-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/css/custom.css?ver=5.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='avia-cookie-css-css' href='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/css/avia-snippet-cookieconsent.css?ver=5.6.5' type='text/css' media='screen' />
<link rel='stylesheet' id='avia-single-post-734-css' href='https://www.swissgb.ch/wp-content/uploads/dynamic_avia/avia_posts_css/post-734.css?ver=ver-1700463332' type='text/css' media='all' />
<script type='text/javascript' src='https://www.swissgb.ch/wp-includes/js/jquery/jquery.min.js?ver=3.7.0' id='jquery-core-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1' id='jquery-migrate-js'></script>
<script type='text/javascript' data-pagespeed-no-defer src='https://www.swissgb.ch/wp-content/plugins/cleantalk-spam-protect/js/apbct-public-bundle.min.js?ver=6.22' id='ct_public_functions-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/plugins/download-manager/assets/bootstrap/js/popper.min.js?ver=6.3.4' id='wpdm-poper-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/plugins/download-manager/assets/bootstrap/js/bootstrap.min.js?ver=6.3.4' id='wpdm-frontend-js-js'></script>
<script type='text/javascript' id='wpdm-frontjs-js-extra'>
/* <![CDATA[ */
var wpdm_url = {"home":"https:\/\/www.swissgb.ch\/","site":"https:\/\/www.swissgb.ch\/","ajax":"https:\/\/www.swissgb.ch\/wp-admin\/admin-ajax.php"};
var wpdm_js = {"spinner":"<i class=\"fas fa-sun fa-spin\"><\/i>","client_id":"904f49638121a8be56704360cc2e6ee4"};
var wpdm_strings = {"pass_var":"Password Verified!","pass_var_q":"Please click following button to start download.","start_dl":"Start Download"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/plugins/download-manager/assets/js/front.js?ver=3.2.82' id='wpdm-frontjs-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/js/avia-js.js?ver=5.6.5' id='avia-js-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/js/avia-compat.js?ver=5.6.5' id='avia-compat-js'></script>
<link rel="https://api.w.org/" href="https://www.swissgb.ch/wp-json/" /><link rel="alternate" type="application/json" href="https://www.swissgb.ch/wp-json/wp/v2/pages/734" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.swissgb.ch/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.3.4" />
<link rel="canonical" href="https://www.swissgb.ch/" />
<link rel='shortlink' href='https://www.swissgb.ch/' />
<link rel="alternate" type="application/json+oembed" href="https://www.swissgb.ch/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.swissgb.ch%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.swissgb.ch/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.swissgb.ch%2F&#038;format=xml" />
<meta property="og:site_name" content="Swiss Ghostbusters - Who you gonna call?"><meta property="og:locale" content="de_DE"><meta property="fb:app_id" content="107171865979766"><link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="alternate" type="application/rss+xml" title="Swiss Ghostbusters - Who you gonna call? RSS2 Feed" href="https://www.swissgb.ch/feed/" />
<link rel="pingback" href="https://www.swissgb.ch/xmlrpc.php" />
<!--[if lt IE 9]><script src="https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/js/html5shiv.js"></script><![endif]-->
<link rel="icon" href="http://www.swissgb.ch/wp-content/uploads/2013/04/swissgb-logo-website-favicon.png" type="image/png">
<style type="text/css">
		@font-face {font-family: 'entypo-fontello'; font-weight: normal; font-style: normal; font-display: auto;
		src: url('https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff2') format('woff2'),
		url('https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff') format('woff'),
		url('https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf') format('truetype'),
		url('https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg#entypo-fontello') format('svg'),
		url('https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot'),
		url('https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?#iefix') format('embedded-opentype');
		} #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before{ font-family: 'entypo-fontello'; }
		
		@font-face {font-family: 'fontello'; font-weight: normal; font-style: normal; font-display: auto;
		src: url('https://www.swissgb.ch/wp-content/uploads/avia_fonts/fontello/fontello.woff2') format('woff2'),
		url('https://www.swissgb.ch/wp-content/uploads/avia_fonts/fontello/fontello.woff') format('woff'),
		url('https://www.swissgb.ch/wp-content/uploads/avia_fonts/fontello/fontello.ttf') format('truetype'),
		url('https://www.swissgb.ch/wp-content/uploads/avia_fonts/fontello/fontello.svg#fontello') format('svg'),
		url('https://www.swissgb.ch/wp-content/uploads/avia_fonts/fontello/fontello.eot'),
		url('https://www.swissgb.ch/wp-content/uploads/avia_fonts/fontello/fontello.eot?#iefix') format('embedded-opentype');
		} #top .avia-font-fontello, body .avia-font-fontello, html body [data-av_iconfont='fontello']:before{ font-family: 'fontello'; }
		</style><meta name="generator" content="WordPress Download Manager 3.2.82" />
                <style>
        /* WPDM Link Template Styles */        </style>
                <style>

            :root {
                --color-primary: #4a8eff;
                --color-primary-rgb: 74, 142, 255;
                --color-primary-hover: #5998ff;
                --color-primary-active: #3281ff;
                --color-secondary: #6c757d;
                --color-secondary-rgb: 108, 117, 125;
                --color-secondary-hover: #6c757d;
                --color-secondary-active: #6c757d;
                --color-success: #018e11;
                --color-success-rgb: 1, 142, 17;
                --color-success-hover: #0aad01;
                --color-success-active: #0c8c01;
                --color-info: #2CA8FF;
                --color-info-rgb: 44, 168, 255;
                --color-info-hover: #2CA8FF;
                --color-info-active: #2CA8FF;
                --color-warning: #FFB236;
                --color-warning-rgb: 255, 178, 54;
                --color-warning-hover: #FFB236;
                --color-warning-active: #FFB236;
                --color-danger: #ff5062;
                --color-danger-rgb: 255, 80, 98;
                --color-danger-hover: #ff5062;
                --color-danger-active: #ff5062;
                --color-green: #30b570;
                --color-blue: #0073ff;
                --color-purple: #8557D3;
                --color-red: #ff5062;
                --color-muted: rgba(69, 89, 122, 0.6);
                --wpdm-font: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
            }

            .wpdm-download-link.btn.btn-primary {
                border-radius: 4px;
            }


        </style>
        

<!--
Debugging Info for Theme support: 

Theme: Enfold
Version: 5.6.5
Installed: enfold-new/enfold
AviaFramework Version: 5.6
AviaBuilder Version: 5.3
aviaElementManager Version: 1.0.1
ML:384-PU:84-PLA:6
WP:6.3.4
Compress: CSS:disabled - JS:disabled
Updates: disabled
PLAu:5
-->
</head>

<body id="top" class="home page-template-default page page-id-734 stretched rtl_columns av-curtain-numeric metrophobic helvetica-websave helvetica  avia-responsive-images-support" itemscope="itemscope" itemtype="https://schema.org/WebPage" >

	
	<div id='wrap_all'>

	
<header id='header' class='all_colors header_color dark_bg_color  av_header_top av_logo_left av_main_nav_header av_menu_right av_large av_header_sticky av_header_shrinking av_header_stretch_disabled av_mobile_menu_phone av_header_searchicon av_header_unstick_top_disabled av_bottom_nav_disabled  av_header_border_disabled' data-av_shrink_factor='50' role="banner" itemscope="itemscope" itemtype="https://schema.org/WPHeader" >

		<div id='header_meta' class='container_wrap container_wrap_meta  av_icon_active_right av_extra_header_active av_entry_id_734'>

			      <div class='container'>
			      <ul class='noLightbox social_bookmarks icon_count_3'><li class='social_bookmarks_facebook av-social-link-facebook social_icon_1'><a target="_blank" aria-label="Link zu Facebook" href='https://www.facebook.com/swissghostbusters' aria-hidden='false' data-av_icon='' data-av_iconfont='entypo-fontello' title='Facebook' rel="noopener"><span class='avia_hidden_link_text'>Facebook</span></a></li><li class='social_bookmarks_instagram av-social-link-instagram social_icon_2'><a target="_blank" aria-label="Link zu Instagram" href='https://www.instagram.com/swissghostbusters/' aria-hidden='false' data-av_icon='' data-av_iconfont='entypo-fontello' title='Instagram' rel="noopener"><span class='avia_hidden_link_text'>Instagram</span></a></li><li class='social_bookmarks_youtube av-social-link-youtube social_icon_3'><a target="_blank" aria-label="Link zu Youtube" href='https://www.youtube.com/channel/UCGRshrZQzgEdI-VGIxY0rDQ' aria-hidden='false' data-av_icon='' data-av_iconfont='entypo-fontello' title='Youtube' rel="noopener"><span class='avia_hidden_link_text'>Youtube</span></a></li></ul>			      </div>
		</div>

		<div  id='header_main' class='container_wrap container_wrap_logo'>

        <div class='container av-logo-container'><div class='inner-container'><span class='logo avia-standard-logo'><a href='https://www.swissgb.ch/' class='' aria-label='swissgb-logo-website-small' title='swissgb-logo-website-small'><img src="https://www.swissgb.ch/wp-content/uploads/2013/04/swissgb-logo-website-small1.png" srcset="https://www.swissgb.ch/wp-content/uploads/2013/04/swissgb-logo-website-small1.png 506w, https://www.swissgb.ch/wp-content/uploads/2013/04/swissgb-logo-website-small1-300x92.png 300w, https://www.swissgb.ch/wp-content/uploads/2013/04/swissgb-logo-website-small1-450x138.png 450w" sizes="(max-width: 506px) 100vw, 506px" height="100" width="300" alt='Swiss Ghostbusters - Who you gonna call?' title='swissgb-logo-website-small' /></a></span><nav class='main_menu' data-selectname='Wähle eine Seite'  role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" ><div class="avia-menu av-main-nav-wrap"><ul role="menu" class="menu av-main-nav" id="avia-menu"><li role="menuitem" id="menu-item-2933" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-734 current_page_item menu-item-top-level menu-item-top-level-1"><a href="https://www.swissgb.ch/" itemprop="url" tabindex="0"><span class="avia-bullet"></span><span class="avia-menu-text">Home</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
<li role="menuitem" id="menu-item-2916" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-2"><a href="https://www.swissgb.ch/news/" itemprop="url" tabindex="0"><span class="avia-bullet"></span><span class="avia-menu-text">News</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
<li role="menuitem" id="menu-item-3779" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-3"><a href="https://www.swissgb.ch/events/" itemprop="url" tabindex="0"><span class="avia-bullet"></span><span class="avia-menu-text">Pictures</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
<li role="menuitem" id="menu-item-2854" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-top-level menu-item-top-level-4"><a href="https://www.swissgb.ch/about-us/" itemprop="url" tabindex="0"><span class="avia-bullet"></span><span class="avia-menu-text">Über uns</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a>


<ul class="sub-menu">
	<li role="menuitem" id="menu-item-3768" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.swissgb.ch/about-us/" itemprop="url" tabindex="0"><span class="avia-bullet"></span><span class="avia-menu-text">Über uns</span></a></li>
	<li role="menuitem" id="menu-item-3009" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a href="https://www.swissgb.ch/equipment/" itemprop="url" tabindex="0"><span class="avia-bullet"></span><span class="avia-menu-text">Equipment</span></a>
	<ul class="sub-menu">
		<li role="menuitem" id="menu-item-3013" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.swissgb.ch/equipment/uniform/" itemprop="url" tabindex="0"><span class="avia-bullet"></span><span class="avia-menu-text">Uniform</span></a></li>
		<li role="menuitem" id="menu-item-3014" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.swissgb.ch/equipment/proton-pack/" itemprop="url" tabindex="0"><span class="avia-bullet"></span><span class="avia-menu-text">Proton Pack</span></a></li>
		<li role="menuitem" id="menu-item-3012" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.swissgb.ch/equipment/ghost-trap/" itemprop="url" tabindex="0"><span class="avia-bullet"></span><span class="avia-menu-text">Ghost Trap</span></a></li>
		<li role="menuitem" id="menu-item-3011" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.swissgb.ch/equipment/pke-meter/" itemprop="url" tabindex="0"><span class="avia-bullet"></span><span class="avia-menu-text">PKE Meter</span></a></li>
		<li role="menuitem" id="menu-item-3010" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.swissgb.ch/equipment/ecto-goggles/" itemprop="url" tabindex="0"><span class="avia-bullet"></span><span class="avia-menu-text">Ecto Goggles</span></a></li>
	</ul>
</li>
</ul>
</li>
<li role="menuitem" id="menu-item-3017" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-top-level menu-item-top-level-5"><a href="https://www.swissgb.ch/lego-gb/" itemprop="url" tabindex="0"><span class="avia-bullet"></span><span class="avia-menu-text">Lego Ghostbusters</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a>


<ul class="sub-menu">
	<li role="menuitem" id="menu-item-3677" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.swissgb.ch/lego-ghostbusters-hq-v1/" itemprop="url" tabindex="0"><span class="avia-bullet"></span><span class="avia-menu-text">Lego Ghostbusters Firehouse Headquarters V1</span></a></li>
	<li role="menuitem" id="menu-item-3676" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.swissgb.ch/lego-ghostbusters-hq-v2/" itemprop="url" tabindex="0"><span class="avia-bullet"></span><span class="avia-menu-text">Lego Ghostbusters Firehouse Headquarters V2</span></a></li>
</ul>
</li>
<li role="menuitem" id="menu-item-2936" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-top-level menu-item-top-level-6"><a href="https://www.swissgb.ch/contact/" itemprop="url" tabindex="0"><span class="avia-bullet"></span><span class="avia-menu-text">Here you gonna call!</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a>


<ul class="sub-menu">
	<li role="menuitem" id="menu-item-3578" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.swissgb.ch/contact/" itemprop="url" tabindex="0"><span class="avia-bullet"></span><span class="avia-menu-text">Kontakt</span></a></li>
	<li role="menuitem" id="menu-item-3577" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.swissgb.ch/impressum/" itemprop="url" tabindex="0"><span class="avia-bullet"></span><span class="avia-menu-text">Impressum</span></a></li>
	<li role="menuitem" id="menu-item-5122" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.swissgb.ch/datenschutzerklaerung/" itemprop="url" tabindex="0"><span class="avia-bullet"></span><span class="avia-menu-text">Datenschutzerklärung</span></a></li>
</ul>
</li>
<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown menu-item-avia-special" role="menuitem"><a aria-label="Suche" href="?s=" rel="nofollow" data-avia-search-tooltip="

&lt;form role=&quot;search&quot; action=&quot;https://www.swissgb.ch/&quot; id=&quot;searchform&quot; method=&quot;get&quot; class=&quot;&quot;&gt;
	&lt;div&gt;
		&lt;input type=&quot;submit&quot; value=&quot;&quot; id=&quot;searchsubmit&quot; class=&quot;button avia-font-entypo-fontello&quot; /&gt;
		&lt;input type=&quot;text&quot; id=&quot;s&quot; name=&quot;s&quot; value=&quot;&quot; placeholder='Suche' /&gt;
			&lt;/div&gt;
&lt;label class=&quot;apbct_special_field&quot; id=&quot;apbct_label_id55160&quot; for=&quot;apbct__email_id__search_form_55160&quot;&gt;55160&lt;/label&gt;&lt;input 
        id=&quot;apbct__email_id__search_form_55160&quot; 
        class=&quot;apbct_special_field apbct__email_id__search_form&quot;
        autocomplete=&quot;off&quot; 
        name=&quot;apbct__email_id__search_form_55160&quot;  
        type=&quot;text&quot; 
        value=&quot;55160&quot; 
        size=&quot;30&quot; 
        apbct_event_id=&quot;55160&quot;
        maxlength=&quot;200&quot; 
    /&gt;&lt;input 
        id=&quot;apbct_submit_id__search_form_55160&quot; 
        class=&quot;apbct_special_field apbct__email_id__search_form&quot;
        name=&quot;apbct_submit_id__search_form_55160&quot;  
        type=&quot;submit&quot; 
        size=&quot;30&quot; 
        maxlength=&quot;200&quot; 
        value=&quot;55160&quot; 
    /&gt;&lt;/form&gt;
" aria-hidden='false' data-av_icon='' data-av_iconfont='entypo-fontello'><span class="avia_hidden_link_text">Suche</span></a></li><li class="av-burger-menu-main menu-item-avia-special " role="menuitem">
	        			<a href="#" aria-label="Menü" aria-hidden="false">
							<span class="av-hamburger av-hamburger--spin av-js-hamburger">
								<span class="av-hamburger-box">
						          <span class="av-hamburger-inner"></span>
						          <strong>Menü</strong>
								</span>
							</span>
							<span class="avia_hidden_link_text">Menü</span>
						</a>
	        		   </li></ul></div></nav></div> </div> 
		<!-- end container_wrap-->
		</div>
<div class="header_bg"></div>
<!-- end header -->
</header>

	<div id='main' class='all_colors' data-scroll-offset='116'>

	<div id='full_slider_1'  class='avia-fullwidth-slider main_color avia-shadow   avia-builder-el-0  el_before_av_one_third  avia-builder-el-first   container_wrap fullsize'  ><div  class='avia-slideshow av-9covna-44b6191c074c2cb60cf8a8ec4edbfa39 avia-slideshow-no scaling av_slideshow_full avia-slide-slider av-slideshow-ui av-control-default av-slideshow-autoplay av-loop-endless av-loop-manual-endless   avia-slideshow-1' data-slideshow-options="{&quot;animation&quot;:&quot;slide&quot;,&quot;autoplay&quot;:true,&quot;loop_autoplay&quot;:&quot;endless&quot;,&quot;interval&quot;:10,&quot;loop_manual&quot;:&quot;manual-endless&quot;,&quot;autoplay_stopper&quot;:false,&quot;noNavigation&quot;:false,&quot;bg_slider&quot;:false,&quot;keep_padding&quot;:false,&quot;hoverpause&quot;:false,&quot;show_slide_delay&quot;:0}"  itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject" ><ul class='avia-slideshow-inner ' ><li  data-controls='aviaTBaviaTBvideo_controls' data-mute='aviaTBaviaTBvideo_mute' data-loop='aviaTBaviaTBvideo_loop' data-disable-autoplay=''  data-mobile-img='https://www.swissgb.ch/wp-content/uploads/2013/04/SwissGB_Ad_25sek_Master_15mbps_1080p.jpg' data-fallback-link='https://' data-video-ratio='2.4' class='avia-slideshow-slide av-9covna-44b6191c074c2cb60cf8a8ec4edbfa39__0  av-video-slide  av-video-service-vimeo  av-hide-video-controls av-mute-video av-loop-video av-mobile-fallback-image  slide-1 slide-odd'><div data-rel='slideshow-1' class='avia-slide-wrap ' style='background-image:url("https://www.swissgb.ch/wp-content/uploads/2013/04/SwissGB_Ad_25sek_Master_15mbps_1080p.jpg");'  ><div class='av-click-overlay'></div><div class='mejs-mediaelement'  itemprop="video" itemtype="https://schema.org/VideoObject" ><div data-src='//player.vimeo.com/video/173516061?portrait=0&#038;byline=0&#038;title=0&#038;badge=0&#038;loop=1&#038;autopause=1&#038;api=1&#038;rel=0&#038;player_id=player_734_1354665852_1073351554&#038;color=df0113' data-original_url='https://vimeo.com/173516061' height='1600' width='900' class='av_vimeo_frame' id='player_734_1354665852_1073351554'></div></div><div class="av-click-to-play-overlay"><div class="avia_playpause_icon"></div></div></div></li><li  class='avia-slideshow-slide av-9covna-44b6191c074c2cb60cf8a8ec4edbfa39__1  slide-2 slide-even'><div data-rel='slideshow-1' class='avia-slide-wrap '   ><img decoding="async" class="wp-image-4918 avia-img-lazy-loading-not-4918"  src="https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team_02.jpg" width="2000" height="739" title='swissgb_team_02' alt=''  itemprop="thumbnailUrl" srcset="https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team_02.jpg 2000w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team_02-300x111.jpg 300w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team_02-768x284.jpg 768w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team_02-1030x381.jpg 1030w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team_02-1500x554.jpg 1500w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team_02-705x260.jpg 705w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team_02-450x166.jpg 450w" sizes="(max-width: 2000px) 100vw, 2000px" /><div class="av-click-to-play-overlay"><div class="avia_playpause_icon"></div></div></div></li><li  class='avia-slideshow-slide av-9covna-44b6191c074c2cb60cf8a8ec4edbfa39__2  slide-3 slide-odd'><div data-rel='slideshow-1' class='avia-slide-wrap '   ><img decoding="async" class="wp-image-4916 avia-img-lazy-loading-not-4916"  src="https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_fb_2017_02.jpg" width="1920" height="709" title='swissgb_fb_2017_02' alt=''  itemprop="thumbnailUrl" srcset="https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_fb_2017_02.jpg 1920w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_fb_2017_02-300x111.jpg 300w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_fb_2017_02-768x284.jpg 768w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_fb_2017_02-1030x380.jpg 1030w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_fb_2017_02-1500x554.jpg 1500w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_fb_2017_02-705x260.jpg 705w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_fb_2017_02-450x166.jpg 450w" sizes="(max-width: 1920px) 100vw, 1920px" /><div class="av-click-to-play-overlay"><div class="avia_playpause_icon"></div></div></div></li><li  class='avia-slideshow-slide av-9covna-44b6191c074c2cb60cf8a8ec4edbfa39__3  slide-4 slide-even'><div data-rel='slideshow-1' class='avia-slide-wrap '   ><img decoding="async" class="wp-image-4917 avia-img-lazy-loading-not-4917"  src="https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team.jpg" width="1920" height="709" title='swissgb_team' alt=''  itemprop="thumbnailUrl" srcset="https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team.jpg 1920w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team-300x111.jpg 300w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team-768x284.jpg 768w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team-1030x380.jpg 1030w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team-1500x554.jpg 1500w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team-705x260.jpg 705w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team-450x166.jpg 450w" sizes="(max-width: 1920px) 100vw, 1920px" /><div class="av-click-to-play-overlay"><div class="avia_playpause_icon"></div></div></div></li></ul><div class='avia-slideshow-arrows avia-slideshow-controls' ><a href='#prev' class='prev-slide ' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'  tabindex='-1'>Zurück</a><a href='#next' class='next-slide ' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'  tabindex='-1'>Weiter</a></div><div class='avia-slideshow-dots avia-slideshow-controls'><a href='#1' class='goto-slide active' >1</a><a href='#2' class='goto-slide ' >2</a><a href='#3' class='goto-slide ' >3</a><a href='#4' class='goto-slide ' >4</a></div></div></div><div id='after_full_slider_1'  class='main_color av_default_container_wrap container_wrap fullsize'  ><div class='container av-section-cont-open' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-734'><div class='entry-content-wrapper clearfix'>
<div  class='flex_column av-8htej2-11f2a5672b4281a1880b51855518a288 av_one_third  avia-builder-el-1  el_after_av_slideshow_full  el_before_av_one_third  avia-builder-el-first  first flex_column_div  '     ><article  class='iconbox iconbox_top av-8bqbye-2a0720c8f8a98f88378a47cf29f18436  avia-builder-el-2  avia-builder-el-no-sibling  main_color'  itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class="iconbox_content"><header class="entry-content-header"><a href='http://www.swissgb.ch/about-us/' title='Who you gonna call?'  class="iconbox_icon heading-color" aria-hidden='true' data-av_icon='' data-av_iconfont='fontello'></a><h3 class='iconbox_content_title '  itemprop="headline" ><a href='http://www.swissgb.ch/about-us/' title='Who you gonna call?' >Who you gonna call?</a></h3></header><div class='iconbox_content_container '  itemprop="text" ><p style="text-align: justify;">Wir sind die einzigen, die echten<br />
<strong>Swiss Ghostbusters !<br />
</strong><span style="line-height: 1.5em;">Eine Interessengemeinschaft für Fans der Ghostbusters™ aus der Schweiz.</span></p>
<p style="text-align: center;"><a title="Über uns" href="http://www.swissgb.ch/about-us/">Mehr über uns &#8230;</a></p>
</div></div><footer class="entry-footer"></footer></article></div>
<div  class='flex_column av-86owbi-c1c9a03800cf6b6f9379572b4614e00c av_one_third  avia-builder-el-3  el_after_av_one_third  el_before_av_one_third  flex_column_div av-zero-column-padding  '     ><article  class='iconbox iconbox_top av-sysou-387ce0a3db4daeef3f6a531c75ad441b  avia-builder-el-4  avia-builder-el-no-sibling  main_color'  itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class="iconbox_content"><header class="entry-content-header"><a href='http://www.swissgb.ch/equipment/' title='Equipment'  class="iconbox_icon heading-color" aria-hidden='true' data-av_icon='' data-av_iconfont='fontello'></a><h3 class='iconbox_content_title '  itemprop="headline" ><a href='http://www.swissgb.ch/equipment/' title='Equipment' >Equipment</a></h3></header><div class='iconbox_content_container '  itemprop="text" ><p style="text-align: center;">Wir haben die zurzeit modernste Ausrüstung um Geister einzufangen. Das Herzstück ist der nicht-lizenzierter Nuklearbeschleuniger namens &#8222;Proton Pack.&#8220;</p>
<p style="text-align: center;"><a title="Equipment" href="http://www.swissgb.ch/equipment/">Überzeugen Sie sich selbst&#8230;</a></p>
</div></div><footer class="entry-footer"></footer></article></div>
<div  class='flex_column av-7wkw5i-d4f6c212c1921f5058f4a0e70f60579f av_one_third  avia-builder-el-5  el_after_av_one_third  el_before_av_section  avia-builder-el-last  flex_column_div av-zero-column-padding  '     ><article  class='iconbox iconbox_top av-7nq3au-e0df70e4c3647a3fb92a7a9c3ab6abf6  avia-builder-el-6  avia-builder-el-no-sibling  main_color'  itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class="iconbox_content"><header class="entry-content-header"><a href='https://www.fantasybasel.ch' title='Anzutreffen' target="_blank" rel="noopener noreferrer" class="iconbox_icon heading-color" aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></a><h3 class='iconbox_content_title '  itemprop="headline" ><a href='https://www.fantasybasel.ch' title='Anzutreffen' target="_blank" rel="noopener noreferrer">Anzutreffen</a></h3></header><div class='iconbox_content_container '  itemprop="text" ><p style="text-align: center;"><strong>GHOSTBUSTERS FILM MARATHON<br />
@ EXCELSIOR CINEMA<br />
</strong>Samstag 2. Dezember 2023<strong><br />
</strong>16 &#8211; 23 Uhr</p>
<p style="text-align: center;"><a href="https://www.excelsior-brugg.ch/site/index.cfm?id_art=713440&amp;actMenuItemID=1004442&amp;vsprache=de" target="_blank" rel="noopener">Zum Event&#8230;</a></p>
</div></div><footer class="entry-footer"></footer></article></div></div></div></div><!-- close content main div --></div></div><div id='av_section_1'  class='avia-section av-7k5ho6-145f24355431fce693778042bacc3111 main_color avia-section-default avia-no-shadow  avia-builder-el-7  el_after_av_one_third  el_before_av_section  avia-bg-style-scroll container_wrap fullsize'  ><div class='container av-section-cont-open' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-734'><div class='entry-content-wrapper clearfix'>
<div  class='flex_column av-7bjtiu-c8715012ec6d99045c7acd1bb89eb9e1 av_one_full  avia-builder-el-8  avia-builder-el-no-sibling  first flex_column_div  '     ><section  class='av_textblock_section av-75460m-0599bade7fe2a8b7a6bff26f1ffe1d6b '   itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock'  itemprop="text" ><h2 style="text-align: center;">Event Impressionen</h2>
</div></section>
<div  class='avia-image-container av-70du2m-10028efe8f531749dc8251014709ab85 av-styling- avia_animated_image av-animated-when-visible-95 bottom-to-top avia-align-center  avia-builder-el-10  el_after_av_textblock  el_before_av_postslider '   itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject" ><div class="avia-image-container-inner"><div class="avia-image-overlay-wrap"><img decoding="async" width="345" height="47" class='wp-image-3024 avia-img-lazy-loading-not-3024 avia_image ' src="http://www.swissgb.ch/wp-content/uploads/2013/04/trennstrich_klein.png" alt='' title='trennstrich_klein'   itemprop="thumbnailUrl" srcset="https://www.swissgb.ch/wp-content/uploads/2013/04/trennstrich_klein.png 345w, https://www.swissgb.ch/wp-content/uploads/2013/04/trennstrich_klein-300x40.png 300w" sizes="(max-width: 345px) 100vw, 345px" /></div></div></div>
<div  data-slideshow-options="{&quot;animation&quot;:&quot;fade&quot;,&quot;autoplay&quot;:false,&quot;loop_autoplay&quot;:&quot;once&quot;,&quot;interval&quot;:&quot;5&quot;,&quot;loop_manual&quot;:&quot;manual-endless&quot;,&quot;autoplay_stopper&quot;:false,&quot;noNavigation&quot;:false,&quot;show_slide_delay&quot;:90}" class='avia-content-slider avia-content-slider-active avia-content-slider1 avia-content-slider-even  avia-builder-el-11  el_after_av_image  el_before_av_textblock  av-slideshow-ui av-control-default   av-no-slider-navigation av-slideshow-manual av-loop-once av-loop-manual-endless '  itemscope="itemscope" itemtype="https://schema.org/Blog" ><div class="avia-content-slider-inner"><div class="slide-entry-wrap"><article class='slide-entry flex_column  post-entry post-entry-5029 slide-entry-overview slide-loop-1 slide-parity-odd  av_one_half first real-thumbnail posttype-portfolio post-format-standard'  itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><a href='https://www.swissgb.ch/portfolio-item/fantasy-basel-06-05-2019/' data-rel='slide-1' class='slide-image' title='Fantasy Basel – 06.05.2019'><img width="845" height="321" src="https://www.swissgb.ch/wp-content/uploads/2021/08/DSC01273-845x321.jpg" class="wp-image-5039 avia-img-lazy-loading-not-5039 attachment-entry_with_sidebar size-entry_with_sidebar wp-post-image" alt="" decoding="async" /></a><div class="slide-content"><header class="entry-content-header"><h3 class='slide-entry-title entry-title '  itemprop="headline" ><a href='https://www.swissgb.ch/portfolio-item/fantasy-basel-06-05-2019/' title='Fantasy Basel – 06.05.2019'>Fantasy Basel – 06.05.2019</a></h3><span class="av-vertical-delimiter"></span></header><div class="slide-meta"><time class='slide-meta-time updated'  itemprop="datePublished" datetime="2021-08-18T22:21:11+02:00" >18. August 2021</time></div><div class='slide-entry-excerpt entry-content'  itemprop="text" >

<div class="read-more-link"><a href="https://www.swissgb.ch/portfolio-item/fantasy-basel-06-05-2019/" class="more-link">Weiterlesen<span class="more-link-arrow"></span></a></div></div></div><footer class="entry-footer"></footer><span class='hidden'>
				<span class='av-structured-data'  itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject" >
						<span itemprop='url'>https://www.swissgb.ch/wp-content/uploads/2021/08/DSC01273.jpg</span>
						<span itemprop='height'>3376</span>
						<span itemprop='width'>6000</span>
				</span>
				<span class='av-structured-data'  itemprop="publisher" itemtype="https://schema.org/Organization" itemscope="itemscope" >
						<span itemprop='name'>SwissGB</span>
						<span itemprop='logo' itemscope itemtype='https://schema.org/ImageObject'>
							<span itemprop='url'>http://www.swissgb.ch/wp-content/uploads/2013/04/swissgb-logo-website-small1.png</span>
						</span>
				</span><span class='av-structured-data'  itemprop="author" itemscope="itemscope" itemtype="https://schema.org/Person" ><span itemprop='name'>SwissGB</span></span><span class='av-structured-data'  itemprop="datePublished" datetime="2013-04-01T15:37:54+02:00" >2021-08-18 22:21:11</span><span class='av-structured-data'  itemprop="dateModified" itemtype="https://schema.org/dateModified" >2021-08-18 22:21:32</span><span class='av-structured-data'  itemprop="mainEntityOfPage" itemtype="https://schema.org/mainEntityOfPage" ><span itemprop='name'>Fantasy Basel – 06.05.2019</span></span></span></article><article class='slide-entry flex_column  post-entry post-entry-4985 slide-entry-overview slide-loop-2 slide-parity-even  post-entry-last  av_one_half  real-thumbnail posttype-portfolio post-format-standard'  itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><a href='https://www.swissgb.ch/portfolio-item/fantasy-basel-day-03-12-05-2018/' data-rel='slide-1' class='slide-image' title='Fantasy Basel – Day 03 – 12.05.2018'><img width="845" height="321" src="https://www.swissgb.ch/wp-content/uploads/2021/08/DSC3064-845x321.jpg" class="wp-image-5027 avia-img-lazy-loading-not-5027 attachment-entry_with_sidebar size-entry_with_sidebar wp-post-image" alt="" decoding="async" /></a><div class="slide-content"><header class="entry-content-header"><h3 class='slide-entry-title entry-title '  itemprop="headline" ><a href='https://www.swissgb.ch/portfolio-item/fantasy-basel-day-03-12-05-2018/' title='Fantasy Basel – Day 03 – 12.05.2018'>Fantasy Basel – Day 03 – 12.05.2018</a></h3><span class="av-vertical-delimiter"></span></header><div class="slide-meta"><time class='slide-meta-time updated'  itemprop="datePublished" datetime="2021-08-18T22:06:25+02:00" >18. August 2021</time></div><div class='slide-entry-excerpt entry-content'  itemprop="text" >



<div class="read-more-link"><a href="https://www.swissgb.ch/portfolio-item/fantasy-basel-day-03-12-05-2018/" class="more-link">Weiterlesen<span class="more-link-arrow"></span></a></div></div></div><footer class="entry-footer"></footer><span class='hidden'>
				<span class='av-structured-data'  itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject" >
						<span itemprop='url'>https://www.swissgb.ch/wp-content/uploads/2021/08/DSC3064.jpg</span>
						<span itemprop='height'>4119</span>
						<span itemprop='width'>7323</span>
				</span>
				<span class='av-structured-data'  itemprop="publisher" itemtype="https://schema.org/Organization" itemscope="itemscope" >
						<span itemprop='name'>SwissGB</span>
						<span itemprop='logo' itemscope itemtype='https://schema.org/ImageObject'>
							<span itemprop='url'>http://www.swissgb.ch/wp-content/uploads/2013/04/swissgb-logo-website-small1.png</span>
						</span>
				</span><span class='av-structured-data'  itemprop="author" itemscope="itemscope" itemtype="https://schema.org/Person" ><span itemprop='name'>SwissGB</span></span><span class='av-structured-data'  itemprop="datePublished" datetime="2013-04-01T15:37:54+02:00" >2021-08-18 22:06:25</span><span class='av-structured-data'  itemprop="dateModified" itemtype="https://schema.org/dateModified" >2021-08-18 22:09:33</span><span class='av-structured-data'  itemprop="mainEntityOfPage" itemtype="https://schema.org/mainEntityOfPage" ><span itemprop='name'>Fantasy Basel – Day 03 – 12.05.2018</span></span></span></article></div></div></div>
<section  class='av_textblock_section av-6qakwu-3f92de6bccd36261221fb078b3cc27b0 '   itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock'  itemprop="text" ><p style="text-align: right;"><a title="News" href="http://www.swissgb.ch/events/">Mehr Bilder &#038; Events&#8230;</a></p>
</div></section></div>
</p>
</div></div></div><!-- close content main div --></div></div><div id='av_section_2'  class='avia-section av-6m4sxq-22933d5e3fef2a8e5f16e45fbac58314 alternate_color avia-section-large avia-shadow  avia-builder-el-13  el_after_av_section  el_before_av_slideshow_full  avia-bg-style-scroll container_wrap fullsize'  ><div class='container av-section-cont-open' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-734'><div class='entry-content-wrapper clearfix'>
<section  class='av_textblock_section av-6dpo4m-7fc412e45bf02a93c76e70e9ee5ca2fd '   itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock'  itemprop="text" ><h2 style="text-align: center;">Lego Ghostbusters Firehouse Headquarters</h2>
</div></section>
<div  class='avia-image-container av-659bc6-071d977de295aefd9f54d298b7b2f8e1 av-styling- avia_animated_image av-animated-when-visible-95 bottom-to-top avia-align-center  avia-builder-el-15  el_after_av_textblock  el_before_av_one_half '   itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject" ><div class="avia-image-container-inner"><div class="avia-image-overlay-wrap"><img decoding="async" width="345" height="47" class='wp-image-3024 avia-img-lazy-loading-not-3024 avia_image ' src="http://www.swissgb.ch/wp-content/uploads/2013/04/trennstrich_klein.png" alt='' title='trennstrich_klein'   itemprop="thumbnailUrl" srcset="https://www.swissgb.ch/wp-content/uploads/2013/04/trennstrich_klein.png 345w, https://www.swissgb.ch/wp-content/uploads/2013/04/trennstrich_klein-300x40.png 300w" sizes="(max-width: 345px) 100vw, 345px" /></div></div></div>
<div  class='flex_column av-60r5di-5a8237d4a5ba203b5ab56328036a94c5 av_one_half  avia-builder-el-16  el_after_av_image  el_before_av_one_half  first flex_column_div  '     ><section  class='av_textblock_section av-5x1hna-2bc10b5e40785101c58fef1b7062344a '   itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock'  itemprop="text" ><p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: right;">Wir haben das Ghostbusters Firehouse Headquarter aus LEGO® nachgebaut und möchten die Freude mit euch teilen. Ihr wollt selbst das Hauptquartier der Geisterjäger nachbauen? Wir haben nützliche Tips sowie die <strong>Bauanleitung</strong> auf der Projekt Seite veröffentlicht.<br />
<a title="Lego Ghostbusters HQ" href="http://www.swissgb.ch/lego-gb/">Mehr über das Lego Ghostbusters Headquarter Project</a></p>
</div></section></div><div  class='flex_column av-5opwxa-937d86022f44623cac8b277241e8cc13 av_one_half  avia-builder-el-18  el_after_av_one_half  avia-builder-el-last  flex_column_div av-zero-column-padding  '     ><div  class='avia-video av-5hd27a-e2624fe93486e1a248644e053c17722d avia-video-16-9 av-no-preview-image avia-video-load-always av-lazyload-immediate av-lazyload-video-embed'  itemprop="video" itemtype="https://schema.org/VideoObject"  data-original_url='https://www.youtube.com/watch?v=UAeneaTpGjM'><script type='text/html' class='av-video-tmpl'><div class='avia-iframe-wrap'><iframe title="Lego Ghostbusters Headquarters MOC V1 &amp; V2 - with Lights &amp; Interior" width="1500" height="844" src="https://www.youtube.com/embed/UAeneaTpGjM?feature=oembed&autoplay=0&loop=0&controls=1&mute=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></div></script><div class='av-click-to-play-overlay'><div class="avia_playpause_icon"></div></div></div></div>

</div></div></div><!-- close content main div --></div></div><div id='full_slider_2'  class='avia-fullwidth-slider main_color avia-shadow   avia-builder-el-20  el_after_av_section  el_before_av_section   slider-not-first container_wrap fullsize'  ><div  class='avia-slideshow av-5elrcu-a9affebeb7d253d201d7872896187cca avia-slideshow-no scaling av_slideshow_full avia-fade-slider av-slideshow-ui av-control-default av-slideshow-manual av-loop-once av-loop-manual-endless av-default-height-applied  image_no_stretch avia-slideshow-2' data-slideshow-options="{&quot;animation&quot;:&quot;fade&quot;,&quot;autoplay&quot;:false,&quot;loop_autoplay&quot;:&quot;once&quot;,&quot;interval&quot;:5,&quot;loop_manual&quot;:&quot;manual-endless&quot;,&quot;autoplay_stopper&quot;:false,&quot;noNavigation&quot;:false,&quot;bg_slider&quot;:false,&quot;keep_padding&quot;:false,&quot;hoverpause&quot;:false,&quot;show_slide_delay&quot;:0}"  itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject" ><ul class='avia-slideshow-inner ' style='padding-bottom: 36.95%;'><li  class='avia-slideshow-slide av-5elrcu-a9affebeb7d253d201d7872896187cca__0  slide-1 slide-odd'><div data-rel='slideshow-2' class='avia-slide-wrap '   ><img decoding="async" class="wp-image-4918 avia-img-lazy-loading-not-4918"  src="https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team_02.jpg" width="2000" height="739" title='swissgb_team_02' alt=''  itemprop="thumbnailUrl" srcset="https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team_02.jpg 2000w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team_02-300x111.jpg 300w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team_02-768x284.jpg 768w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team_02-1030x381.jpg 1030w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team_02-1500x554.jpg 1500w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team_02-705x260.jpg 705w, https://www.swissgb.ch/wp-content/uploads/2021/08/swissgb_team_02-450x166.jpg 450w" sizes="(max-width: 2000px) 100vw, 2000px" /></div></li><li  class='avia-slideshow-slide av-5elrcu-a9affebeb7d253d201d7872896187cca__1  slide-2 slide-even'><div data-rel='slideshow-2' class='avia-slide-wrap '   ><img decoding="async" class="wp-image-4868 avia-img-lazy-loading-not-4868"  src="https://www.swissgb.ch/wp-content/uploads/2017/10/DSC09056-1.jpg" width="2048" height="1152" title='DSC09056' alt=''  itemprop="thumbnailUrl" srcset="https://www.swissgb.ch/wp-content/uploads/2017/10/DSC09056-1.jpg 2048w, https://www.swissgb.ch/wp-content/uploads/2017/10/DSC09056-1-300x169.jpg 300w, https://www.swissgb.ch/wp-content/uploads/2017/10/DSC09056-1-768x432.jpg 768w, https://www.swissgb.ch/wp-content/uploads/2017/10/DSC09056-1-1030x579.jpg 1030w, https://www.swissgb.ch/wp-content/uploads/2017/10/DSC09056-1-1500x844.jpg 1500w, https://www.swissgb.ch/wp-content/uploads/2017/10/DSC09056-1-705x397.jpg 705w, https://www.swissgb.ch/wp-content/uploads/2017/10/DSC09056-1-450x253.jpg 450w" sizes="(max-width: 2048px) 100vw, 2048px" /></div></li><li  class='avia-slideshow-slide av-5elrcu-a9affebeb7d253d201d7872896187cca__2  slide-3 slide-odd'><div data-rel='slideshow-2' class='avia-slide-wrap '   ><img decoding="async" class="wp-image-4797 avia-img-lazy-loading-not-4797"  src="https://www.swissgb.ch/wp-content/uploads/2017/10/DSC09056.jpg" width="6000" height="3376" title='DSC09056' alt=''  itemprop="thumbnailUrl" srcset="https://www.swissgb.ch/wp-content/uploads/2017/10/DSC09056.jpg 6000w, https://www.swissgb.ch/wp-content/uploads/2017/10/DSC09056-300x169.jpg 300w, https://www.swissgb.ch/wp-content/uploads/2017/10/DSC09056-768x432.jpg 768w, https://www.swissgb.ch/wp-content/uploads/2017/10/DSC09056-1030x580.jpg 1030w, https://www.swissgb.ch/wp-content/uploads/2017/10/DSC09056-1500x844.jpg 1500w, https://www.swissgb.ch/wp-content/uploads/2017/10/DSC09056-705x397.jpg 705w, https://www.swissgb.ch/wp-content/uploads/2017/10/DSC09056-450x253.jpg 450w" sizes="(max-width: 6000px) 100vw, 6000px" /></div></li><li  class='avia-slideshow-slide av-5elrcu-a9affebeb7d253d201d7872896187cca__3  slide-4 slide-even'><div data-rel='slideshow-2' class='avia-slide-wrap '   ><img decoding="async" class="wp-image-4756 avia-img-lazy-loading-not-4756"  src="https://www.swissgb.ch/wp-content/uploads/2017/10/DSC08915.jpg" width="6000" height="3376" title='DSC08915' alt=''  itemprop="thumbnailUrl" srcset="https://www.swissgb.ch/wp-content/uploads/2017/10/DSC08915.jpg 6000w, https://www.swissgb.ch/wp-content/uploads/2017/10/DSC08915-300x169.jpg 300w, https://www.swissgb.ch/wp-content/uploads/2017/10/DSC08915-768x432.jpg 768w, https://www.swissgb.ch/wp-content/uploads/2017/10/DSC08915-1030x580.jpg 1030w, https://www.swissgb.ch/wp-content/uploads/2017/10/DSC08915-1500x844.jpg 1500w, https://www.swissgb.ch/wp-content/uploads/2017/10/DSC08915-705x397.jpg 705w, https://www.swissgb.ch/wp-content/uploads/2017/10/DSC08915-450x253.jpg 450w" sizes="(max-width: 6000px) 100vw, 6000px" /></div></li><li  class='avia-slideshow-slide av-5elrcu-a9affebeb7d253d201d7872896187cca__4  slide-5 slide-odd'><div data-rel='slideshow-2' class='avia-slide-wrap '   ><img decoding="async" class="wp-image-4687 avia-img-lazy-loading-not-4687"  src="https://www.swissgb.ch/wp-content/uploads/2016/07/DSC02806.jpg" width="6000" height="3375" title='DSC02806' alt=''  itemprop="thumbnailUrl" srcset="https://www.swissgb.ch/wp-content/uploads/2016/07/DSC02806.jpg 6000w, https://www.swissgb.ch/wp-content/uploads/2016/07/DSC02806-300x169.jpg 300w, https://www.swissgb.ch/wp-content/uploads/2016/07/DSC02806-768x432.jpg 768w, https://www.swissgb.ch/wp-content/uploads/2016/07/DSC02806-1030x579.jpg 1030w, https://www.swissgb.ch/wp-content/uploads/2016/07/DSC02806-1500x844.jpg 1500w, https://www.swissgb.ch/wp-content/uploads/2016/07/DSC02806-705x397.jpg 705w, https://www.swissgb.ch/wp-content/uploads/2016/07/DSC02806-450x253.jpg 450w" sizes="(max-width: 6000px) 100vw, 6000px" /></div></li><li  class='avia-slideshow-slide av-5elrcu-a9affebeb7d253d201d7872896187cca__5  slide-6 slide-even'><div data-rel='slideshow-2' class='avia-slide-wrap '   ><img decoding="async" class="wp-image-4657 avia-img-lazy-loading-not-4657"  src="https://www.swissgb.ch/wp-content/uploads/2016/07/02-2.jpg" width="5682" height="3196" title='02' alt=''  itemprop="thumbnailUrl" srcset="https://www.swissgb.ch/wp-content/uploads/2016/07/02-2.jpg 5682w, https://www.swissgb.ch/wp-content/uploads/2016/07/02-2-300x169.jpg 300w, https://www.swissgb.ch/wp-content/uploads/2016/07/02-2-768x432.jpg 768w, https://www.swissgb.ch/wp-content/uploads/2016/07/02-2-1030x579.jpg 1030w, https://www.swissgb.ch/wp-content/uploads/2016/07/02-2-1500x844.jpg 1500w, https://www.swissgb.ch/wp-content/uploads/2016/07/02-2-705x397.jpg 705w, https://www.swissgb.ch/wp-content/uploads/2016/07/02-2-450x253.jpg 450w" sizes="(max-width: 5682px) 100vw, 5682px" /></div></li></ul><div class='avia-slideshow-arrows avia-slideshow-controls' ><a href='#prev' class='prev-slide ' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'  tabindex='-1'>Zurück</a><a href='#next' class='next-slide ' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'  tabindex='-1'>Weiter</a></div><div class='avia-slideshow-dots avia-slideshow-controls'><a href='#1' class='goto-slide active' >1</a><a href='#2' class='goto-slide ' >2</a><a href='#3' class='goto-slide ' >3</a><a href='#4' class='goto-slide ' >4</a><a href='#5' class='goto-slide ' >5</a><a href='#6' class='goto-slide ' >6</a></div></div></div>
<div id='av_section_3'  class='avia-section av-491lh2-e4445adf91aaad42fef536dcf6d251d0 alternate_color avia-section-large avia-shadow  avia-builder-el-21  el_after_av_slideshow_full  el_before_av_section  avia-bg-style-scroll container_wrap fullsize'  ><div class='container av-section-cont-open' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-734'><div class='entry-content-wrapper clearfix'>
<div  class='flex_column av-erl52-d229e16cecf9249269103898dbd99031 av_one_half  avia-builder-el-22  el_before_av_one_half  avia-builder-el-first  first flex_column_div  '     ><section  class='av_textblock_section av-3ut7hi-443f4d4b5166ed979e84371c6f201982 '   itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock'  itemprop="text" ><h2 style="text-align: right;">Über uns</h2>
</div></section>
<div  class='avia-image-container av-3p1ax2-c0631f0aea049826acc2579dcd96647f av-styling- avia_animated_image av-animated-when-visible-95 left-to-right avia-align-right  avia-builder-el-24  el_after_av_textblock  el_before_av_textblock '   itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject" ><div class="avia-image-container-inner"><div class="avia-image-overlay-wrap"><img decoding="async" width="350" height="60" class='wp-image-3069 avia-img-lazy-loading-not-3069 avia_image ' src="http://www.swissgb.ch/wp-content/uploads/2013/04/trennstrich_klein_einseitig_rechts.png" alt='' title='trennstrich_klein_einseitig_rechts'   itemprop="thumbnailUrl" srcset="https://www.swissgb.ch/wp-content/uploads/2013/04/trennstrich_klein_einseitig_rechts.png 350w, https://www.swissgb.ch/wp-content/uploads/2013/04/trennstrich_klein_einseitig_rechts-300x51.png 300w" sizes="(max-width: 350px) 100vw, 350px" /></div></div></div>
<section  class='av_textblock_section av-3ln9ee-bc594d2ca1c8e9d11276f431e3b14ce3 '   itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock'  itemprop="text" ><p style="text-align: right;"><span style="line-height: 1.5em;">Wir sind eine nicht kommerzielle </span>Interessengemeinschaft<span style="line-height: 1.5em;"> von Ghostbusters™ Fans aus der Schweiz. Gegründet im Jahr 2014 von Sergio Herencias.</span></p>
<p style="text-align: right;">Auf unserer Website findet ihr Informationen über das Ghostbusters Universum.</p>
<p style="text-align: right;">Gemeinsam arbeiten wir an diversen Projekte rund um das Thema Ghostbusters und sind hin und wieder an Messen &#038; Börsen in voller Montur zu sehen.</p>
<p style="text-align: right;">Wir veranstalten gemeinsame Treffen mit unseren Mitglieder und führen interessante Diskurse über die Filme, Serien oder andere Aktuelle Themen.</p>
</div></section>
<div  class='avia-button-wrap av-3c9x3y-d09e62d9d52813fdb7defc62431c93d5-wrap avia-button-right  avia-builder-el-26  el_after_av_textblock  el_before_av_image '><a href='http://www.swissgb.ch/about-us/'  class='avia-button av-3c9x3y-d09e62d9d52813fdb7defc62431c93d5 avia-icon_select-yes-left-icon avia-size-large avia-position-right avia-color-theme-color-subtle'  ><span class='avia_button_icon avia_button_icon_left' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></span><span class='avia_iconbox_title' >Mehr erfahren...</span></a></div>
<div  class='avia-image-container av-37hjv2-ddf2494fda4a1d37c5e37d876568cb7b av-styling- avia_animated_image av-animated-when-visible-95 left-to-right avia-align-right  avia-builder-el-27  el_after_av_button  el_before_av_textblock '   itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject" ><div class="avia-image-container-inner"><div class="avia-image-overlay-wrap"><img decoding="async" width="350" height="60" class='wp-image-3069 avia-img-lazy-loading-not-3069 avia_image ' src="http://www.swissgb.ch/wp-content/uploads/2013/04/trennstrich_klein_einseitig_rechts.png" alt='' title='trennstrich_klein_einseitig_rechts'   itemprop="thumbnailUrl" srcset="https://www.swissgb.ch/wp-content/uploads/2013/04/trennstrich_klein_einseitig_rechts.png 350w, https://www.swissgb.ch/wp-content/uploads/2013/04/trennstrich_klein_einseitig_rechts-300x51.png 300w" sizes="(max-width: 350px) 100vw, 350px" /></div></div></div>
<section  class='av_textblock_section av-33er52-6798e240af7033b7bccefef40cfd8671 '   itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock'  itemprop="text" ><p style="text-align: right;">Bist du auch ein Ghostbusters Fan?<br />
Besitzt du eine eigene Ausrüstung?<br />
Möchtest Mitglied unsere Gemeinschaft werden?</p>
<p style="text-align: right;"><a title="Kontakt" href="http://www.swissgb.ch/contact/">Here you gonna call!</a> &#8211; wir freuen uns über jedes Neumitglied.</p>
</div></section>
<div  class='avia-button-wrap av-2u6ary-9d2ca1b6f216c146e5b7cd9242a08c87-wrap avia-button-right  avia-builder-el-29  el_after_av_textblock  avia-builder-el-last '><a href='http://www.swissgb.ch/about-us/'  class='avia-button av-2u6ary-9d2ca1b6f216c146e5b7cd9242a08c87 avia-icon_select-yes-left-icon avia-size-large avia-position-right avia-color-theme-color-subtle'  ><span class='avia_button_icon avia_button_icon_left' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></span><span class='avia_iconbox_title' >Mitglieder</span></a></div></div><div  class='flex_column av-2sm912-0f32c75a87195e2dadb0a001e9348792 av_one_half  avia-builder-el-30  el_after_av_one_half  avia-builder-el-last  flex_column_div  '     ><section  class='av_textblock_section av-2mufjq-cf34fbd1ee04bdcab04f1eab28c632c1 '   itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock'  itemprop="text" ><h2 style="text-align: right;">Säuberungsprozess</h2>
</div></section>
<div  class='avia-icon-list-container av-2dxtvq-d007298b4448547fac9573d35bb510d9  avia-builder-el-32  el_after_av_textblock  avia-builder-el-last '><ul class='avia-icon-list avia_animate_when_almost_visible avia-icon-list-left av-iconlist-big av-2dxtvq-d007298b4448547fac9573d35bb510d9 avia-iconlist-animate'>
<li><a href='http://www.swissgb.ch/equipment/pke-meter/' title='Suchen'  class='iconlist_icon av-267h1q-810ba6cdc83c572be3a907ec629e239c avia-font-fontello'><span class='iconlist-char' aria-hidden='true' data-av_icon='' data-av_iconfont='fontello'></span></a><article class="article-icon-entry "  itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class="iconlist_content_wrap"><header class="entry-content-header"><h4 class='av_iconlist_title iconlist_title  '  itemprop="headline" ><a href='http://www.swissgb.ch/equipment/pke-meter/' title='Suchen'>Suchen</a></h4></header><div class='iconlist_content '  itemprop="text" ><p>Mittels Ecto-Brille und Plasma-Messgeräten werden die Geister genau lokalisiert , ihre Klassen bestimmt und genau eingeordnet. So können wir die richtige Frequenz der Protonenstrahler einstellen.</p>
</div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li>
<li><a href='http://www.swissgb.ch/equipment/proton-pack/' title='Einfangen'  class='iconlist_icon av-2198dq-75d18148d5bb6e75996a754400d0b87e avia-font-fontello'><span class='iconlist-char' aria-hidden='true' data-av_icon='' data-av_iconfont='fontello'></span></a><article class="article-icon-entry "  itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class="iconlist_content_wrap"><header class="entry-content-header"><h4 class='av_iconlist_title iconlist_title  '  itemprop="headline" ><a href='http://www.swissgb.ch/equipment/proton-pack/' title='Einfangen'>Einfangen</a></h4></header><div class='iconlist_content '  itemprop="text" ><p>Wir fangen die Geister mit einem gezielten Protonenschuss ein. Die Protonenkanone löst einen Strom von positiv geladenen Protonen aus, um die negativ geladene Energie eines Gespenstes einzudämmen.</p>
</div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li>
<li><a href='http://www.swissgb.ch/equipment/ghost-trap/' title='Einsperren'  class='iconlist_icon av-1wlepq-067cf39a90bca99e9c6cf6b641b7a642 avia-font-fontello'><span class='iconlist-char' aria-hidden='true' data-av_icon='' data-av_iconfont='fontello'></span></a><article class="article-icon-entry "  itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class="iconlist_content_wrap"><header class="entry-content-header"><h4 class='av_iconlist_title iconlist_title  '  itemprop="headline" ><a href='http://www.swissgb.ch/equipment/ghost-trap/' title='Einsperren'>Einsperren</a></h4></header><div class='iconlist_content '  itemprop="text" ><p>Die Falle wird unter dem Geist in Position gebracht und geöffnet. Das negativ geladenen Ectoplasma des Geistes verfängt sich in einer wand aus positiven Positronen. Nach Aktivierung der Falle wird das Gespenst eingesaugt und für den Transport eingesperrt.</p>
</div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li>
<li><div class='iconlist_icon av-1rvm26-b908c4020e2cbcffb60eed3b2874d57b avia-font-fontello'><span class='iconlist-char' aria-hidden='true' data-av_icon='' data-av_iconfont='fontello'></span></div><article class="article-icon-entry "  itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class="iconlist_content_wrap"><header class="entry-content-header"><h4 class='av_iconlist_title iconlist_title  '  itemprop="headline" >Verbannen</h4></header><div class='iconlist_content '  itemprop="text" ><p>Die geladenen Geisterfalle wird in ein Ectoplasmatische Eindämmungseinheit kurz Verbannungscontainer verfrachtet. Dieser schaft in seinem Inneren einen virtuellen Raum in dem die Geister eine eigene Welt haben und die Menschen nicht stöhren.</p>
</div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li>
</ul></div></div>

</div></div></div><!-- close content main div --></div></div><div id='av_section_4'  class='avia-section av-5mr6e-ee15ffba57d7ae50d96d680d66ac26aa main_color avia-section-large avia-no-shadow  avia-builder-el-33  el_after_av_section  avia-builder-el-last  avia-bg-style-scroll container_wrap fullsize'  ><div class='container av-section-cont-open' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-734'><div class='entry-content-wrapper clearfix'>
<div  class='flex_column av-1ezmcu-1576715f87784ff95379aa43ee6b6e73 av_one_half  avia-builder-el-34  el_before_av_one_half  avia-builder-el-first  first flex_column_div  '     ></div><div  class='flex_column av-wc7ty-f3b3f349841640fbf423c15dbd341ad0 av_one_half  avia-builder-el-36  el_after_av_one_half  avia-builder-el-last  flex_column_div av-zero-column-padding  '     ><section  class='av_textblock_section av-sohjq-0c0ee95d06a2e911cca947324d831d57 '   itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock'  itemprop="text" ><h2>Unsere Ausrüstung</h2>
</div></section>
<div  class='avia-image-container av-notye-df5aa2a23398eeb74aecfeb7299217e6 av-styling- avia_animated_image av-animated-when-visible-95 right-to-left avia-align-left  avia-builder-el-38  el_after_av_textblock  el_before_av_textblock '   itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject" ><div class="avia-image-container-inner"><div class="avia-image-overlay-wrap"><img decoding="async" width="350" height="60" class='wp-image-3067 avia-img-lazy-loading-not-3067 avia_image ' src="http://www.swissgb.ch/wp-content/uploads/2013/04/trennstrich_klein_einseitig_link_neu.png" alt='' title='trennstrich_klein_einseitig_link_neu'   itemprop="thumbnailUrl" srcset="https://www.swissgb.ch/wp-content/uploads/2013/04/trennstrich_klein_einseitig_link_neu.png 350w, https://www.swissgb.ch/wp-content/uploads/2013/04/trennstrich_klein_einseitig_link_neu-300x51.png 300w" sizes="(max-width: 350px) 100vw, 350px" /></div></div></div>
<section  class='av_textblock_section av-emofy-dc9daf3ebe3bbf378e8df87bfeae26d1 '   itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock'  itemprop="text" ><p>Wir sind mit dem nötigen Werkzeug ausgerüstet. Folgende Gerätschaften sind im Einsatz.</p>
<ul>
<li><a title="Uniform" href="http://www.swissgb.ch/equipment/uniform/">Uniform</a> &#8211; Flame &#038; Slime Resistant Nomex®</li>
<li><a title="Proton Pack" href="http://www.swissgb.ch/equipment/proton-pack/">Proton Pack</a> &#8211; nicht-lizenzierter Nuklearbeschleuniger</li>
<li><a title="Ghost Trap" href="http://www.swissgb.ch/equipment/ghost-trap/">Ghost Trap</a> &#8211; Geisterfalle</li>
<li><a title="PKE Meter" href="http://www.swissgb.ch/equipment/pke-meter/">PKE Meter</a> &#8211; Psycho-Kinetische Energie Messgerät</li>
<li><a title="Ecto Goggles" href="http://www.swissgb.ch/equipment/ecto-goggles/">Ecto Goggles</a> &#8211; Ektoplasma Brille</li>
</ul>
</div></section>
<div  class='avia-button-wrap av-6vp8e-a5d618231bc03ad7674ebdf5d00adb40-wrap avia-button-left  avia-builder-el-40  el_after_av_textblock  avia-builder-el-last '><a href='http://www.swissgb.ch/equipment/'  class='avia-button av-6vp8e-a5d618231bc03ad7674ebdf5d00adb40 avia-icon_select-yes-left-icon avia-size-large avia-position-left avia-color-theme-color-subtle'  ><span class='avia_button_icon avia_button_icon_left' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></span><span class='avia_iconbox_title' >Mehr erfahren...</span></a></div></div>

</div></div></div><!-- close content main div --> <!-- section close by builder template -->		</div><!--end builder template--></div><!-- close default .container_wrap element -->

	
				<footer class='container_wrap socket_color' id='socket'  role="contentinfo" itemscope="itemscope" itemtype="https://schema.org/WPFooter" >
                    <div class='container'>

                        <span class='copyright'><a href="http://www.swissgb.ch/impressum/">IMPRESSUM</a> | <a href="https://www.swissgb.ch/datenschutzerklaerung/">DATENSCHUTZERKLÄRUNG</a> | <p style="text-align: left;">© 2014-2021 Swiss Ghostbusters & „SwissGB No-Ghost Logo Design“ - Swiss Ghostbusters is a Fan Club and a no-profit website. "GHOSTBUSTERS®", "NO - GHOST LOGO" &amp; "GHOST DESIGN" are registered trademarks of Columbia Pictures Industries Inc. &amp; Sony Pictures, Inc. LEGO® is a registered trademark of the LEGO® Group</p> </span>

                        
                    </div>

	            <!-- ####### END SOCKET CONTAINER ####### -->
				</footer>


					<!-- end main -->
		</div>

		<!-- end wrap_all --></div>

<a href='#top' title='Nach oben scrollen' id='scroll-top-link' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'><span class="avia_hidden_link_text">Nach oben scrollen</span></a>

<div id="fb-root"></div>

<img alt="Cleantalk Pixel" title="Cleantalk Pixel" id="apbct_pixel" style="display: none;" src="https://moderate4-v4.cleantalk.org/pixel/7fac8c495afb62d50d797ef1351b0c01.gif"><div class="avia-cookie-consent-wrap" aria-hidden="true"><div class='avia-cookie-consent cookiebar-hidden  avia-cookiemessage-bottom'  aria-hidden='true'  data-contents='2d6d39de95662ec14432edee6c289f87||v1.0' ><div class="container"><p class='avia_cookie_text'>Diese Seite verwendet Cookies. Mit der Weiternutzung der Seite, stimmst du die Verwendung von Cookies zu.</p><a href='#' class='avia-button avia-color-theme-color-highlight avia-cookie-consent-button avia-cookie-consent-button-1  avia-cookie-close-bar '  title="Erlaube die Verwendung von Cookies - du kannst verwendete Cookies in den Einstellungen bearbeiten" >Einstellungen akzeptieren</a><a href='#' class='avia-button avia-color-theme-color-highlight avia-cookie-consent-button avia-cookie-consent-button-2 av-extra-cookie-btn  avia-cookie-hide-notification'  title="Erlaube die Verwendung von Cookies nicht - manche Funktionen deiner Seite funktionieren eventuell nicht, wie erwartet." >Verberge nur die Benachrichtigung</a><a href='#' class='avia-button avia-color-theme-color-highlight avia-cookie-consent-button avia-cookie-consent-button-3 av-extra-cookie-btn  avia-cookie-info-btn '  title="Erfahre mehr über Cookies und wähle welche du zulassen willst und welche nicht." >Einstellungen</a></div></div><div id='av-consent-extra-info' data-nosnippet class='av-inline-modal main_color avia-hide-popup-close'>
<style type="text/css" data-created_by="avia_inline_auto" id="style-css-av-av_heading-ab56c8a07edcd3c7f84612e8c0e56536">
#top .av-special-heading.av-av_heading-ab56c8a07edcd3c7f84612e8c0e56536{
margin:10px 0 0 0;
padding-bottom:10px;
}
body .av-special-heading.av-av_heading-ab56c8a07edcd3c7f84612e8c0e56536 .av-special-heading-tag .heading-char{
font-size:25px;
}
.av-special-heading.av-av_heading-ab56c8a07edcd3c7f84612e8c0e56536 .av-subheading{
font-size:15px;
}
</style>
<div  class='av-special-heading av-av_heading-ab56c8a07edcd3c7f84612e8c0e56536 av-special-heading-h3 blockquote modern-quote'><h3 class='av-special-heading-tag'  itemprop="headline"  >Cookie- und Datenschutzeinstellungen</h3><div class="special-heading-border"><div class="special-heading-inner-border"></div></div></div><br />
<style type="text/css" data-created_by="avia_inline_auto" id="style-css-av-jhe1dyat-381e073337cc8512c616f9ce78cc22d9">
#top .hr.av-jhe1dyat-381e073337cc8512c616f9ce78cc22d9{
margin-top:0px;
margin-bottom:0px;
}
.hr.av-jhe1dyat-381e073337cc8512c616f9ce78cc22d9 .hr-inner{
width:100%;
}
</style>
<div  class='hr av-jhe1dyat-381e073337cc8512c616f9ce78cc22d9 hr-custom hr-left hr-icon-no'><span class='hr-inner inner-border-av-border-thin'><span class="hr-inner-style"></span></span></div><br /><div  class='tabcontainer av-jhds1skt-57ef9df26b3cd01206052db147fbe716 sidebar_tab sidebar_tab_left noborder_tabs' role='tablist'><section class='av_tab_section av_tab_section av-av_tab-eb01b3bed7d023ba3b424000a5409251' ><div class='tab active_tab' role='tab' tabindex='0' data-fake-id='#tab-id-1' aria-controls='tab-id-1-content' >Wie wir Cookies verwenden</div><div id='tab-id-1-content' class='tab_content active_tab_content' aria-hidden="false"><div class='tab_inner_content invers-color' ><p>Wir können Cookies anfordern, die auf Ihrem Gerät eingestellt werden. Wir verwenden Cookies, um uns mitzuteilen, wenn Sie unsere Websites besuchen, wie Sie mit uns interagieren, Ihre Nutzererfahrung verbessern und Ihre Beziehung zu unserer Website anpassen. </p>
<p> Klicken Sie auf die verschiedenen Kategorienüberschriften, um mehr zu erfahren. Sie können auch einige Ihrer Einstellungen ändern. Beachten Sie, dass das Blockieren einiger Arten von Cookies Auswirkungen auf Ihre Erfahrung auf unseren Websites und auf die Dienste haben kann, die wir anbieten können.</p>
</div></div></section><section class='av_tab_section av_tab_section av-av_tab-402f9f4fb830f24d05bc3d7f1fda5e3d' ><div class='tab' role='tab' tabindex='0' data-fake-id='#tab-id-2' aria-controls='tab-id-2-content' >Notwendige Website Cookies</div><div id='tab-id-2-content' class='tab_content' aria-hidden="true"><div class='tab_inner_content invers-color' ><p>Diese Cookies sind unbedingt erforderlich, um Ihnen die auf unserer Webseite verfügbaren Dienste und Funktionen zur Verfügung zu stellen.</p>
<p>Da diese Cookies für die auf unserer Webseite verfügbaren Dienste und Funktionen unbedingt erforderlich sind, hat die Ablehnung Auswirkungen auf die Funktionsweise unserer Webseite. Sie können Cookies jederzeit blockieren oder löschen, indem Sie Ihre Browsereinstellungen ändern und das Blockieren aller Cookies auf dieser Webseite erzwingen. Sie werden jedoch immer aufgefordert, Cookies zu akzeptieren / abzulehnen, wenn Sie unsere Website erneut besuchen.</p>
<p>Wir respektieren es voll und ganz, wenn Sie Cookies ablehnen möchten. Um zu vermeiden, dass Sie immer wieder nach Cookies gefragt werden, erlauben Sie uns bitte, einen Cookie für Ihre Einstellungen zu speichern. Sie können sich jederzeit abmelden oder andere Cookies zulassen, um unsere Dienste vollumfänglich nutzen zu können. Wenn Sie Cookies ablehnen, werden alle gesetzten Cookies auf unserer Domain entfernt.</p>
<p>Wir stellen Ihnen eine Liste der von Ihrem Computer auf unserer Domain gespeicherten Cookies zur Verfügung. Aus Sicherheitsgründen können wie Ihnen keine Cookies anzeigen, die von anderen Domains gespeichert werden. Diese können Sie in den Sicherheitseinstellungen Ihres Browsers einsehen.</p>
<div class="av-switch-aviaPrivacyRefuseCookiesHideBar av-toggle-switch av-cookie-disable-external-toggle av-cookie-save-checked av-cookie-default-checked"><label><input type="checkbox" checked="checked" id="aviaPrivacyRefuseCookiesHideBar" class="aviaPrivacyRefuseCookiesHideBar " name="aviaPrivacyRefuseCookiesHideBar" ><span class="toggle-track"></span><span class="toggle-label-content">Aktivieren, damit die Nachrichtenleiste dauerhaft ausgeblendet wird und alle Cookies, denen nicht zugestimmt wurde, abgelehnt werden. Wir benötigen zwei Cookies, damit diese Einstellung gespeichert wird. Andernfalls wird diese Mitteilung bei jedem Seitenladen eingeblendet werden.</span></label></div>
<div class="av-switch-aviaPrivacyEssentialCookiesEnabled av-toggle-switch av-cookie-disable-external-toggle av-cookie-save-checked av-cookie-default-checked"><label><input type="checkbox" checked="checked" id="aviaPrivacyEssentialCookiesEnabled" class="aviaPrivacyEssentialCookiesEnabled " name="aviaPrivacyEssentialCookiesEnabled" ><span class="toggle-track"></span><span class="toggle-label-content">Hier klicken, um notwendige Cookies zu aktivieren/deaktivieren.</span></label></div>
</div></div></section><section class='av_tab_section av_tab_section av-av_tab-57fbf8bad6bb90fd627a133db21e99e5' ><div class='tab' role='tab' tabindex='0' data-fake-id='#tab-id-3' aria-controls='tab-id-3-content' >Google Analytics Cookies</div><div id='tab-id-3-content' class='tab_content' aria-hidden="true"><div class='tab_inner_content invers-color' ><p>Diese Cookies sammeln Informationen, die uns - teilweise zusammengefasst - dabei helfen zu verstehen, wie unsere Webseite genutzt wird und wie effektiv unsere Marketing-Maßnahmen sind. Auch können wir mit den Erkenntnissen aus diesen Cookies unsere Anwendungen anpassen, um Ihre Nutzererfahrung auf unserer Webseite zu verbessern.</p>
<p>Wenn Sie nicht wollen, dass wir Ihren Besuch auf unserer Seite verfolgen können Sie dies hier in Ihrem Browser blockieren:</p>
<div data-disabled_by_browser="Bitte aktiviere diese Funktion in Ihren Browsereinstellungen und lade die Seite neu." class="av-switch-aviaPrivacyGoogleTrackingDisabled av-toggle-switch av-cookie-disable-external-toggle av-cookie-save-unchecked av-cookie-default-checked"><label><input type="checkbox" checked="checked" id="aviaPrivacyGoogleTrackingDisabled" class="aviaPrivacyGoogleTrackingDisabled " name="aviaPrivacyGoogleTrackingDisabled" ><span class="toggle-track"></span><span class="toggle-label-content">Hier klicken, um Google Analytics zu aktivieren/deaktivieren.</span></label></div>
</div></div></section><section class='av_tab_section av_tab_section av-av_tab-06ead4e8e4043a8096f66531bbd66a51' ><div class='tab' role='tab' tabindex='0' data-fake-id='#tab-id-4' aria-controls='tab-id-4-content' >Andere externe Dienste</div><div id='tab-id-4-content' class='tab_content' aria-hidden="true"><div class='tab_inner_content invers-color' ><p>Wir nutzen auch verschiedene externe Dienste wie Google Webfonts, Google Maps und externe Videoanbieter. Da diese Anbieter möglicherweise personenbezogene Daten von Ihnen speichern, können Sie diese hier deaktivieren. Bitte beachten Sie, dass eine Deaktivierung dieser Cookies die Funktionalität und das Aussehen unserer Webseite erheblich beeinträchtigen kann. Die Änderungen werden nach einem Neuladen der Seite wirksam.</p>
<p>Google Webfont Einstellungen:</p>
<div class="av-switch-aviaPrivacyGoogleWebfontsDisabled av-toggle-switch av-cookie-disable-external-toggle av-cookie-save-unchecked av-cookie-default-checked"><label><input type="checkbox" checked="checked" id="aviaPrivacyGoogleWebfontsDisabled" class="aviaPrivacyGoogleWebfontsDisabled " name="aviaPrivacyGoogleWebfontsDisabled" ><span class="toggle-track"></span><span class="toggle-label-content">Hier klicken, um Google Webfonts zu aktivieren/deaktivieren.</span></label></div>
<p>Google Maps Einstellungen:</p>
<div class="av-switch-aviaPrivacyGoogleMapsDisabled av-toggle-switch av-cookie-disable-external-toggle av-cookie-save-unchecked av-cookie-default-checked"><label><input type="checkbox" checked="checked" id="aviaPrivacyGoogleMapsDisabled" class="aviaPrivacyGoogleMapsDisabled " name="aviaPrivacyGoogleMapsDisabled" ><span class="toggle-track"></span><span class="toggle-label-content">Hier klicken, um Google Maps zu aktivieren/deaktivieren.</span></label></div>
<p>Google reCaptcha Einstellungen:</p>
<div class="av-switch-aviaPrivacyGoogleReCaptchaDisabled av-toggle-switch av-cookie-disable-external-toggle av-cookie-save-unchecked av-cookie-default-checked"><label><input type="checkbox" checked="checked" id="aviaPrivacyGoogleReCaptchaDisabled" class="aviaPrivacyGoogleReCaptchaDisabled " name="aviaPrivacyGoogleReCaptchaDisabled" ><span class="toggle-track"></span><span class="toggle-label-content">Hier klicken, um Google reCaptcha zu aktivieren/deaktivieren.</span></label></div>
<p>Vimeo und YouTube Einstellungen:</p>
<div class="av-switch-aviaPrivacyVideoEmbedsDisabled av-toggle-switch av-cookie-disable-external-toggle av-cookie-save-unchecked av-cookie-default-checked"><label><input type="checkbox" checked="checked" id="aviaPrivacyVideoEmbedsDisabled" class="aviaPrivacyVideoEmbedsDisabled " name="aviaPrivacyVideoEmbedsDisabled" ><span class="toggle-track"></span><span class="toggle-label-content">Hier klicken, um Videoeinbettungen zu aktivieren/deaktivieren.</span></label></div>
</div></div></section><section class='av_tab_section av_tab_section av-av_tab-6a818467a41cbe0417e2892896682655' ><div class='tab' role='tab' tabindex='0' data-fake-id='#tab-id-5' aria-controls='tab-id-5-content' >Andere Cookies</div><div id='tab-id-5-content' class='tab_content' aria-hidden="true"><div class='tab_inner_content invers-color' ><p>Die folgenden Cookies werden ebenfalls gebraucht - Sie können auswählen, ob Sie diesen zustimmen möchten:</p>
<div class="av-switch-aviaPrivacyGoogleTrackingDisabled av-toggle-switch av-cookie-disable-external-toggle av-cookie-save-unchecked av-cookie-default-checked"><label><input type="checkbox" checked="checked" id="aviaPrivacyGoogleTrackingDisabled" class="aviaPrivacyGoogleTrackingDisabled " name="aviaPrivacyGoogleTrackingDisabled" ><span class="toggle-track"></span><span class="toggle-label-content">Hier klicken, um _ga - Google Analytics Cookie zu aktivieren/deaktivieren.</span></label></div>
<div class="av-switch-aviaPrivacyGoogleTrackingDisabled av-toggle-switch av-cookie-disable-external-toggle av-cookie-save-unchecked av-cookie-default-checked"><label><input type="checkbox" checked="checked" id="aviaPrivacyGoogleTrackingDisabled" class="aviaPrivacyGoogleTrackingDisabled " name="aviaPrivacyGoogleTrackingDisabled" ><span class="toggle-track"></span><span class="toggle-label-content">Hier klicken, um _gid - Google Analytics Cookie zu aktivieren/deaktivieren.</span></label></div>
<div class="av-switch-aviaPrivacyGoogleTrackingDisabled av-toggle-switch av-cookie-disable-external-toggle av-cookie-save-unchecked av-cookie-default-checked"><label><input type="checkbox" checked="checked" id="aviaPrivacyGoogleTrackingDisabled" class="aviaPrivacyGoogleTrackingDisabled " name="aviaPrivacyGoogleTrackingDisabled" ><span class="toggle-track"></span><span class="toggle-label-content">Hier klicken, um _gat_* - Google Analytics Cookie zu aktivieren/deaktivieren.</span></label></div>
</div></div></section></div><div class="avia-cookie-consent-modal-buttons-wrap"><a href='#' class='avia-button avia-color-theme-color-highlight avia-cookie-consent-button avia-cookie-consent-button-4  avia-cookie-close-bar avia-cookie-consent-modal-button'  title="Cookie-Nutzung erlauben, du kannst die benutzen Cookies und Dienste immer bearbeiten" >Einstellungen akzeptieren</a><a href='#' class='avia-button avia-color-theme-color-highlight avia-cookie-consent-button avia-cookie-consent-button-5 av-extra-cookie-btn avia-cookie-consent-modal-button avia-cookie-hide-notification'  title="Cookie- und Dienst-Nutzung nicht erlauben - einige Funktionen auf deiner Seite funktionieren eventuell nicht wie erwartet." >Verberge nur die Benachrichtigung</a></div></div></div>            <script>
                jQuery(function($){

                    
                });
            </script>
            <div id="fb-root"></div>
            
 <script type='text/javascript'>
 /* <![CDATA[ */  
var avia_framework_globals = avia_framework_globals || {};
    avia_framework_globals.frameworkUrl = 'https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/framework/';
    avia_framework_globals.installedAt = 'https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/';
    avia_framework_globals.ajaxurl = 'https://www.swissgb.ch/wp-admin/admin-ajax.php';
/* ]]> */ 
</script>
 
 <script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/js/waypoints/waypoints.min.js?ver=5.6.5' id='avia-waypoints-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/js/avia.js?ver=5.6.5' id='avia-default-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/js/shortcodes.js?ver=5.6.5' id='avia-shortcodes-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/audio-player/audio-player.js?ver=5.6.5' id='avia-module-audioplayer-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/chart/chart-js.min.js?ver=5.6.5' id='avia-module-chart-js-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/chart/chart.js?ver=5.6.5' id='avia-module-chart-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/contact/contact.js?ver=5.6.5' id='avia-module-contact-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.js?ver=5.6.5' id='avia-module-slideshow-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/countdown/countdown.js?ver=5.6.5' id='avia-module-countdown-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.js?ver=5.6.5' id='avia-module-gallery-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.js?ver=5.6.5' id='avia-module-gallery-hor-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/headline_rotator/headline_rotator.js?ver=5.6.5' id='avia-module-rotator-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/icon_circles/icon_circles.js?ver=5.6.5' id='avia-module-icon-circles-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/icongrid/icongrid.js?ver=5.6.5' id='avia-module-icongrid-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/iconlist/iconlist.js?ver=5.6.5' id='avia-module-iconlist-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-includes/js/underscore.min.js?ver=1.13.4' id='underscore-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/image_diff/image_diff.js?ver=5.6.5' id='avia-module-image-diff-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.js?ver=5.6.5' id='avia-module-hotspot-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/lottie_animation/lottie_animation.js?ver=5.6.5' id='avia-module-sc-lottie-animation-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/magazine/magazine.js?ver=5.6.5' id='avia-module-magazine-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/portfolio/isotope.min.js?ver=5.6.5' id='avia-module-isotope-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.js?ver=5.6.5' id='avia-module-masonry-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/menu/menu.js?ver=5.6.5' id='avia-module-menu-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/notification/notification.js?ver=5.6.5' id='avia-module-notification-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.js?ver=5.6.5' id='avia-module-numbers-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.js?ver=5.6.5' id='avia-module-portfolio-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/progressbar/progressbar.js?ver=5.6.5' id='avia-module-progress-bar-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow-video.js?ver=5.6.5' id='avia-module-slideshow-video-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.js?ver=5.6.5' id='avia-module-slideshow-accordion-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.js?ver=5.6.5' id='avia-module-slideshow-fullscreen-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.js?ver=5.6.5' id='avia-module-slideshow-ls-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.js?ver=5.6.5' id='avia-module-tabsection-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.js?ver=5.6.5' id='avia-module-tabs-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.js?ver=5.6.5' id='avia-module-testimonials-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/timeline/timeline.js?ver=5.6.5' id='avia-module-timeline-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/toggles/toggles.js?ver=5.6.5' id='avia-module-toggles-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-templatebuilder/avia-shortcodes/video/video.js?ver=5.6.5' id='avia-module-video-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2' id='wp-polyfill-inert-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.11' id='regenerator-runtime-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1' id='wp-hooks-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef' id='wp-i18n-js'></script>
<script id="wp-i18n-js-after" type="text/javascript">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-includes/js/jquery/jquery.form.min.js?ver=4.3.0' id='jquery-form-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/js/avia-snippet-hamburger-menu.js?ver=5.6.5' id='avia-hamburger-menu-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/js/avia-snippet-parallax.js?ver=5.6.5' id='avia-parallax-support-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/js/avia-snippet-fold-unfold.js?ver=5.6.5' id='avia-fold-unfold-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/js/aviapopup/jquery.magnific-popup.min.js?ver=5.6.5' id='avia-popup-js-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/js/avia-snippet-lightbox.js?ver=5.6.5' id='avia-lightbox-activation-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/js/avia-snippet-megamenu.js?ver=5.6.5' id='avia-megamenu-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/js/avia-snippet-sticky-header.js?ver=5.6.5' id='avia-sticky-header-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/js/avia-snippet-footer-effects.js?ver=5.6.5' id='avia-footer-effects-js'></script>
<script id="mediaelement-core-js-before" type="text/javascript">
var mejsL10n = {"language":"de","strings":{"mejs.download-file":"Datei herunterladen","mejs.install-flash":"Du verwendest einen Browser, der nicht den Flash-Player aktiviert oder installiert hat. Bitte aktiviere dein Flash-Player-Plugin oder lade die neueste Version von https:\/\/get.adobe.com\/flashplayer\/ herunter","mejs.fullscreen":"Vollbild","mejs.play":"Abspielen","mejs.pause":"Pause","mejs.time-slider":"Zeit-Schieberegler","mejs.time-help-text":"Benutze die Pfeiltasten Links\/Rechts, um 1 Sekunde vorzuspringen, und die Pfeiltasten Hoch\/Runter, um 10 Sekunden vorzuspringen.","mejs.live-broadcast":"Live-\u00dcbertragung","mejs.volume-help-text":"Pfeiltasten Hoch\/Runter benutzen, um die Lautst\u00e4rke zu regeln.","mejs.unmute":"Laut schalten","mejs.mute":"Stumm","mejs.volume-slider":"Lautst\u00e4rkeregler","mejs.video-player":"Video-Player","mejs.audio-player":"Audio-Player","mejs.captions-subtitles":"Beschriftungen\/Untertitel","mejs.captions-chapters":"Kapitel","mejs.none":"Keine","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanisch","mejs.arabic":"Arabisch","mejs.belarusian":"Wei\u00dfrussisch","mejs.bulgarian":"Bulgarisch","mejs.catalan":"Katalanisch","mejs.chinese":"Chinesisch","mejs.chinese-simplified":"Chinesisch (Vereinfacht)","mejs.chinese-traditional":"Chinesisch (Traditionell)","mejs.croatian":"Kroatisch","mejs.czech":"Tschechisch","mejs.danish":"D\u00e4nisch","mejs.dutch":"Niederl\u00e4ndisch","mejs.english":"Englisch","mejs.estonian":"Estnisch","mejs.filipino":"Filipino","mejs.finnish":"Finnisch","mejs.french":"Franz\u00f6sisch","mejs.galician":"Galicisch","mejs.german":"Deutsch","mejs.greek":"Griechisch","mejs.haitian-creole":"Haitianisches Kreolisch","mejs.hebrew":"Hebr\u00e4isch","mejs.hindi":"Hindi","mejs.hungarian":"Ungarisch","mejs.icelandic":"Isl\u00e4ndisch","mejs.indonesian":"Indonesisch","mejs.irish":"Irisch","mejs.italian":"Italienisch","mejs.japanese":"Japanisch","mejs.korean":"Koreanisch","mejs.latvian":"Lettisch","mejs.lithuanian":"Litauisch","mejs.macedonian":"Mazedonisch","mejs.malay":"Malaiisch","mejs.maltese":"Maltesisch","mejs.norwegian":"Norwegisch","mejs.persian":"Persisch","mejs.polish":"Polnisch","mejs.portuguese":"Portugiesisch","mejs.romanian":"Rum\u00e4nisch","mejs.russian":"Russisch","mejs.serbian":"Serbisch","mejs.slovak":"Slowakisch","mejs.slovenian":"Slowenisch","mejs.spanish":"Spanisch","mejs.swahili":"Suaheli","mejs.swedish":"Schwedisch","mejs.tagalog":"Tagalog","mejs.thai":"Thail\u00e4ndisch","mejs.turkish":"T\u00fcrkisch","mejs.ukrainian":"Ukrainisch","mejs.vietnamese":"Vietnamesisch","mejs.welsh":"Walisisch","mejs.yiddish":"Jiddisch"}};
</script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17' id='mediaelement-core-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=6.3.4' id='mediaelement-migrate-js'></script>
<script type='text/javascript' id='mediaelement-js-extra'>
/* <![CDATA[ */
var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive","audioShortcodeLibrary":"mediaelement","videoShortcodeLibrary":"mediaelement"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=6.3.4' id='wp-mediaelement-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-gutenberg/js/avia_blocks_front.js?ver=5.6.5' id='avia_blocks_front_script-js'></script>
<script type='text/javascript' id='avia-cookie-js-js-extra'>
/* <![CDATA[ */
var AviaPrivacyCookieConsent = {"?":"Unbekannte Verwendung","aviaCookieConsent":"Die Benutzung und Speicherung von Cookies wurde akzeptiert. Bei anderen Cookies wurden Einschr\u00e4nkungen festgelegt","aviaPrivacyRefuseCookiesHideBar":"Bei weiteren Seitenaufrufen die Cookie-Bar ausblenden und Cookies verweigern, die nicht erlaubt wurden - aviaPrivacyEssentialCookiesEnabled muss gesetzt sein","aviaPrivacyEssentialCookiesEnabled":"Erlaube das Speichern von notwendigen Cookies, anderen Cookies und die Verwendung von Erweiterungen, wenn diese nicht abgelehnt wurden (Opt-Out)","aviaPrivacyVideoEmbedsDisabled":"Video-Einbettungen nicht zulassen","aviaPrivacyGoogleTrackingDisabled":"Cookie _gat_ (Speichert Informationen, die von Google Analytics ben\u00f6tigt werden) muss gel\u00f6scht werden","aviaPrivacyGoogleWebfontsDisabled":"Google Webfonts nicht zulassen","aviaPrivacyGoogleMapsDisabled":"Google Maps nicht zulassen","aviaPrivacyGoogleReCaptchaDisabled":"Google reCaptcha nicht zulassen","aviaPrivacyMustOptInSetting":"Einstellungen sind f\u00fcr Nutzer, die Cookies und Erweiterungen zustimmen m\u00fcssen (Opt-In)","PHPSESSID":"Internes Website-Funktions-Cookie - Verfolgt deine Sitzung","XDEBUG_SESSION":"Internes Website-Funktions-Cookie - PHP-Debugger-Sitzungs-Cookie","wp-settings*":"Internes Website-Funktions-Cookie","wordpress*":"Internes Website-Funktions-Cookie","tk_ai*":"Internes Shop-Cookie","woocommerce*":"Internes Shop-Cookie","wp_woocommerce*":"Internes Shop-Cookie","wp-wpml*":"Erforderlich, um verschiedene Sprachen zu verwalten","_ga":"Speichert Informationen, die von Google Analytics ben\u00f6tigt werden","_gid":"Speichert Informationen, die von Google Analytics ben\u00f6tigt werden","_gat_*":"Speichert Informationen, die von Google Analytics ben\u00f6tigt werden"};
var AviaPrivacyCookieAdditionalData = {"cookie_refuse_button_alert":"When refusing all cookies this site might not be able to work as expected. Please check our settings page and opt out for cookies or functions you do not want to use and accept cookies. You will be shown this message every time you open a new window or a new tab.\\n\\nAre you sure you want to continue?","no_cookies_found":"In der Domain wurden keine erreichbaren Cookies gefunden","admin_keep_cookies":["PHPSESSID","wp-*","wordpress*","XDEBUG*"],"remove_custom_cookies":{"1":{"cookie_name":"_ga","cookie_path":"\/","cookie_content":"Google Analytics Cookie","cookie_info_desc":"Speichert Informationen, die von Google Analytics ben\u00f6tigt werden","cookie_compare_action":"","avia_cookie_name":"aviaPrivacyGoogleTrackingDisabled"},"2":{"cookie_name":"_gid","cookie_path":"\/","cookie_content":"Google Analytics Cookie","cookie_info_desc":"Speichert Informationen, die von Google Analytics ben\u00f6tigt werden","cookie_compare_action":"","avia_cookie_name":"aviaPrivacyGoogleTrackingDisabled"},"3":{"cookie_name":"_gat_","cookie_path":"\/","cookie_content":"Google Analytics Cookie","cookie_info_desc":"Speichert Informationen, die von Google Analytics ben\u00f6tigt werden","cookie_compare_action":"starts_with","avia_cookie_name":"aviaPrivacyGoogleTrackingDisabled"}},"no_lightbox":"Wir ben\u00f6tigen eine Lightbox, um das modale Popup anzuzeigen. Bitte aktiviere im Theme-Optionen-Tab die eingebauten Lightbox oder f\u00fcge dien eigenes modales Fenster-Plugin hinzu.\\n\\nDu musst dieses Plugin in JavaScript mit Callback-Wrapper-Funktionen verbinden - siehe avia_cookie_consent_modal_callback in der Datei enfold \\ js via-snippet-cookieconsent.js "};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/js/avia-snippet-cookieconsent.js?ver=5.6.5' id='avia-cookie-js-js'></script>
<script type='text/javascript' src='https://www.swissgb.ch/wp-content/themes/enfold-new/enfold/config-lottie-animations/assets/lottie-player/dotlottie-player.js?ver=5.6.5' id='avia-dotlottie-script-js'></script>
<script type='text/javascript'>function av_privacy_cookie_setter( cookie_name ){var cookie_check = jQuery('html').hasClass('av-cookies-needs-opt-in') || jQuery('html').hasClass('av-cookies-can-opt-out');var toggle = jQuery('.' + cookie_name);toggle.each(function(){var container = jQuery(this).closest('.av-toggle-switch');if( cookie_check && ! document.cookie.match(/aviaCookieConsent/) ){this.checked = container.hasClass( 'av-cookie-default-checked' );}else if( cookie_check && document.cookie.match(/aviaCookieConsent/) && ! document.cookie.match(/aviaPrivacyEssentialCookiesEnabled/) && cookie_name != 'aviaPrivacyRefuseCookiesHideBar' ){if( cookie_name == 'aviaPrivacyEssentialCookiesEnabled' ){this.checked = false;}else{this.checked = container.hasClass( 'av-cookie-default-checked' );}}else{if( container.hasClass('av-cookie-save-checked') ){this.checked = document.cookie.match(cookie_name) ? true : false;}else{this.checked = document.cookie.match(cookie_name) ? false : true;}}});jQuery('.' + 'av-switch-' + cookie_name).addClass('active');toggle.on('click', function(){/* sync if more checkboxes exist because user added them to normal page content */var check = this.checked;jQuery('.' + cookie_name).each( function(){this.checked = check;});var silent_accept_cookie = jQuery('html').hasClass('av-cookies-user-silent-accept');if( ! silent_accept_cookie && cookie_check && ! document.cookie.match(/aviaCookieConsent/) || sessionStorage.getItem( 'aviaCookieRefused' ) ){return;}var container = jQuery(this).closest('.av-toggle-switch');var action = '';if( container.hasClass('av-cookie-save-checked') ){action = this.checked ? 'save' : 'remove';}else{action = this.checked ? 'remove' : 'save';}if('remove' == action){document.cookie = cookie_name + '=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;';}else{var theDate = new Date();var oneYearLater = new Date( theDate.getTime() + 31536000000 );document.cookie = cookie_name + '=true; Path=/; Expires='+oneYearLater.toGMTString()+';';}});}; av_privacy_cookie_setter('aviaPrivacyRefuseCookiesHideBar');  av_privacy_cookie_setter('aviaPrivacyEssentialCookiesEnabled');  av_privacy_cookie_setter('aviaPrivacyGoogleTrackingDisabled');  av_privacy_cookie_setter('aviaPrivacyGoogleWebfontsDisabled');  av_privacy_cookie_setter('aviaPrivacyGoogleMapsDisabled');  av_privacy_cookie_setter('aviaPrivacyGoogleReCaptchaDisabled');  av_privacy_cookie_setter('aviaPrivacyVideoEmbedsDisabled'); </script>
<script type='text/javascript'>

	(function($) {

			/*	check if google analytics tracking is disabled by user setting via cookie - or user must opt in.	*/

			var analytics_code = "<script>\n  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n  })(window,document,'script','\/\/www.google-analytics.com\/analytics.js','ga');\n\n  ga('create', 'UA-12930547-2', 'swissgb.ch');\n  ga('send', 'pageview');\n\n<\/script>".replace(/\"/g, '"' );
			var html = document.getElementsByTagName('html')[0];

			$('html').on( 'avia-cookie-settings-changed', function(e)
			{
					var cookie_check = html.className.indexOf('av-cookies-needs-opt-in') >= 0 || html.className.indexOf('av-cookies-can-opt-out') >= 0;
					var allow_continue = true;
					var silent_accept_cookie = html.className.indexOf('av-cookies-user-silent-accept') >= 0;
					var script_loaded = $( 'script.google_analytics_scripts' );

					if( cookie_check && ! silent_accept_cookie )
					{
						if( ! document.cookie.match(/aviaCookieConsent/) || html.className.indexOf('av-cookies-session-refused') >= 0 )
						{
							allow_continue = false;
						}
						else
						{
							if( ! document.cookie.match(/aviaPrivacyRefuseCookiesHideBar/) )
							{
								allow_continue = false;
							}
							else if( ! document.cookie.match(/aviaPrivacyEssentialCookiesEnabled/) )
							{
								allow_continue = false;
							}
							else if( document.cookie.match(/aviaPrivacyGoogleTrackingDisabled/) )
							{
								allow_continue = false;
							}
						}
					}

					if( ! allow_continue )
					{
//						window['ga-disable-UA-12930547-2'] = true;
						if( script_loaded.length > 0 )
						{
							script_loaded.remove();
						}
					}
					else
					{
						if( script_loaded.length == 0 )
						{
							$('head').append( analytics_code );
						}
					}
			});

			$('html').trigger( 'avia-cookie-settings-changed' );

	})( jQuery );

</script></body>
</html>

Latest requests

# Url Url Source Date
1 https://www.swissgb.ch/ 2024-05-05 04:26:03
2 https://thebolditalic.com/?gi=af2e… 2024-05-05 04:26:03
3 https://thebolditalic.com/?gi=1429… 2024-05-05 04:25:52
4 https://thebolditalic.com/?gi=9666… 2024-05-05 04:25:51
5 https://thebolditalic.com/?gi=aade… 2024-05-05 04:25:50
6 https://thebolditalic.com/?gi=2c94… 2024-05-05 04:25:50
7 https://thebolditalic.com/?gi=aea7… 2024-05-05 04:25:48
8 https://thebolditalic.com/?gi=a5b3… 2024-05-05 04:25:47
9 https://thebolditalic.com/?gi=3240… 2024-05-05 04:25:43
10 https://thebolditalic.com/?gi=2ae4… 2024-05-05 04:25:39
11 https://thebolditalic.com/?gi=b230… 2024-05-05 04:25:38
12 https://thebolditalic.com/?gi=e8f1… 2024-05-05 04:25:36
13 https://thebolditalic.com/?gi=2510… 2024-05-05 04:25:34
14 https://thebolditalic.com/?gi=c3ae… 2024-05-05 04:25:26
15 https://thebolditalic.com/?gi=87b9… 2024-05-05 04:25:26
16 https://thebolditalic.com/?gi=3098… 2024-05-05 04:25:24
17 https://thebolditalic.com/?gi=bc90… 2024-05-05 04:25:23
18 https://thebolditalic.com/?gi=4c48… 2024-05-05 04:25:19
19 https://thebolditalic.com/?gi=e6e0… 2024-05-05 04:25:17
20 https://thebolditalic.com/?gi=1803… 2024-05-05 04:25:17