svenruoss.ch Ads.txt file

<!DOCTYPE html>
<!--[if IE 7 ]><html id="ie7" lang="de-DE"><![endif]-->
<!--[if IE 8 ]><html id="ie8" lang="de-DE"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html lang="de-DE"><!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width">
<link rel="profile" href="/" gmpg.org/xfn/11"/>
<link rel="pingback" href="https://svenruoss.ch/xmlrpc.php"/>
<title> Sven Ruoss</title>

<meta name="robots" content="max-image-preview:large"/>
<!-- Async WordPress.com Remote Login -->
<script id="wpcom_remote_login_js">
var wpcom_remote_login_extra_auth = '';
function wpcom_remote_login_remove_dom_node_id( element_id ) {
var dom_node = document.getElementById( element_id );
if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); }
}
function wpcom_remote_login_remove_dom_node_classes( class_name ) {
var dom_nodes = document.querySelectorAll( '.' + class_name );
for ( var i = 0; i < dom_nodes.length; i++ ) {
dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] );
}
}
function wpcom_remote_login_final_cleanup() {
wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" );
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" );
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" );
wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" );
wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" );
}
// Watch for messages back from the remote login
window.addEventListener( "message", function( e ) {
if ( e.origin === "https://r-login.wordpress.com" ) {
var data = {};
try {
data = JSON.parse( e.data );
} catch( e ) {
wpcom_remote_login_final_cleanup();
return;
}
if ( data.msg === 'LOGIN' ) {
// Clean up the login check iframe
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
var id_regex = new RegExp( /^[0-9]+$/ );
var token_regex = new RegExp( /^.*|.*|.*$/ );
if (
token_regex.test( data.token )
&& id_regex.test( data.wpcomid )
) {
// We have everything we need to ask for a login
var script = document.createElement( "script" );
script.setAttribute( "id", "wpcom_remote_login_validate" );
script.src='/'
+ '&wpcomid=' + data.wpcomid
+ '&token=' + encodeURIComponent( data.token )
+ '&host=' + window.location.protocol
+ '//' + window.location.hostname
+ '&postid=3689'
+ '&is_singular=';
document.body.appendChild( script );
}
return;
}
// Safari ITP, not logged in, so redirect
if ( data.msg === 'LOGIN-REDIRECT' ) {
+ window.location.href;
return;
}
// Safari ITP, storage access failed, remove the request
if ( data.msg === 'LOGIN-REMOVE' ) {
var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }';
var style_zap = document.createElement( 'style' );
style_zap.type = 'text/css';
style_zap.appendChild( document.createTextNode( css_zap ) );
document.body.appendChild( style_zap );
var e = document.getElementById( 'wpcom_request_access_iframe' );
e.parentNode.removeChild( e );
document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000';
return;
}
// Safari ITP
if ( data.msg === 'REQUEST_ACCESS' ) {
console.log( 'request access: safari' );
// Check ITP iframe enable/disable knob
if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) {
return;
}
// If we are in a "private window" there is no ITP.
var private_window = false;
try {
var opendb = window.openDatabase( null, null, null, null );
} catch( e ) {
private_window = true;
}
if ( private_window ) {
console.log( 'private window' );
return;
}
var iframe = document.createElement( 'iframe' );
iframe.id = 'wpcom_request_access_iframe';
iframe.setAttribute( 'scrolling', 'no' );
iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' );
iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid );
var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } ';
var style = document.createElement( 'style' );
style.type = 'text/css';
style.id = 'wpcom_request_access_styles';
style.appendChild( document.createTextNode( css ) );
document.body.appendChild( style );
document.body.appendChild( iframe );
}
if ( data.msg === 'DONE' ) {
wpcom_remote_login_final_cleanup();
}
}
}, false );
// Inject the remote login iframe after the page has had a chance to load
// more critical resources
window.addEventListener( "DOMContentLoaded", function( e ) {
var iframe = document.createElement( "iframe" );
iframe.style.display = "none";
iframe.setAttribute( "scrolling", "no" );
iframe.setAttribute( "id", "wpcom_remote_login_key" );
iframe.src = "https://r-login.wordpress.com/remote-login.php"
+ "?wpcom_remote_login=key"
+ "&origin=aHR0cHM6Ly9zdmVucnVvc3MuY2g%3D"
+ "&wpcomid=43895179"
+ "&time=1665121767";
document.body.appendChild( iframe );
}, false );
</script>
<link rel="dns-prefetch" href="https://s1.wp.com/"/>
<link rel="dns-prefetch" href="https://s2.wp.com/"/>
<link rel="dns-prefetch" href="https://svenruoss.wordpress.com/"/>
<link rel="dns-prefetch" href="https://s0.wp.com/"/>
<link rel="dns-prefetch" href="https://s.pubmine.com/"/>
<link rel="dns-prefetch" href="https://x.bidswitch.net/"/>
<link rel="dns-prefetch" href="https://static.criteo.net/"/>
<link rel="dns-prefetch" href="https://ib.adnxs.com/"/>
<link rel="dns-prefetch" href="https://aax.amazon-adsystem.com/"/>
<link rel="dns-prefetch" href="https://bidder.criteo.com/"/>
<link rel="dns-prefetch" href="https://cas.criteo.com/"/>
<link rel="dns-prefetch" href="https://gum.criteo.com/"/>
<link rel="dns-prefetch" href="https://ads.pubmatic.com/"/>
<link rel="dns-prefetch" href="https://gads.pubmatic.com/"/>
<link rel="dns-prefetch" href="https://tpc.googlesyndication.com/"/>
<link rel="dns-prefetch" href="https://ad.doubleclick.net/"/>
<link rel="dns-prefetch" href="https://googleads.g.doubleclick.net/"/>
<link rel="dns-prefetch" href="https://www.googletagservices.com/"/>
<link rel="dns-prefetch" href="https://cdn.switchadhub.com/"/>
<link rel="dns-prefetch" href="https://delivery.g.switchadhub.com/"/>
<link rel="dns-prefetch" href="https://delivery.swid.switchadhub.com/"/>
<link rel="dns-prefetch" href="https://a.teads.tv/"/>
<link rel="dns-prefetch" href="https://prebid.media.net/"/>
<link rel="dns-prefetch" href="https://adserver-us.adtech.advertising.com/"/>
<link rel="dns-prefetch" href="https://fastlane.rubiconproject.com/"/>
<link rel="dns-prefetch" href="https://prebid-server.rubiconproject.com/"/>
<link rel="dns-prefetch" href="https://hb-api.omnitagjs.com/"/>
<link rel="dns-prefetch" href="https://mtrx.go.sonobi.com/"/>
<link rel="dns-prefetch" href="https://apex.go.sonobi.com/"/>
<link rel="dns-prefetch" href="https://u.openx.net/"/>
<link href="https://fonts.gstatic.com/" crossorigin rel="preconnect"/>
<script type="text/javascript">
/* <![CDATA[ */
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function () {
oldonload();
func();
}
}
}
/* ]]> */
</script>
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"wp-includes/js/wp-emoji-release.min_m-1652185836h-ver-6.1-alpha-53451.js"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),i.toDataURL());return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([129777,127995,8205,129778,127999],[129777,127995,8203,129778,127999])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(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="all-css-0-1" href="css/RlWknA8Z7yPp-Co8Wa95AY3IBZjHOgC2I-jWA80J-hPdps1lvt9NmWu2-Aa/EHQ--cssminify-yes.css" type="text/css" media="all"/>
<style id="wp-block-library-inline-css">
.has-text-align-justify {
text-align:justify;
}
.wp-block-cover__image-background.has-parallax {
background-size: cover;
}
</style>
<style id="global-styles-inline-css">
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--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--duotone--dark-grayscale: url('https://svenruoss.ch/#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('https://svenruoss.ch/#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('https://svenruoss.ch/#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('https://svenruoss.ch/#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('https://svenruoss.ch/#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('https://svenruoss.ch/#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('https://svenruoss.ch/#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('https://svenruoss.ch/#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--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;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;}body .is-layout-flow > .alignright{float: right;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;}body .is-layout-constrained > .alignright{float: right;}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;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.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-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-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-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;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
</style>
<link rel="stylesheet" id="all-css-2-1" href="css/RKR6b9tDud13XNsMD7oyzvw--_cssminify-yes_css_h20zbq0gwhe5fhjb22736e.css" type="text/css" media="all"/>
<style id="jetpack-global-styles-frontend-style-inline-css">
:root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;}
</style>
<link rel="stylesheet" id="all-css-4-1" href="wp-content/themes/h4/global_m-1420737423h-cssminify-yes.css" type="text/css" media="all"/>
<script id="wpcom-actionbar-placeholder-js-extra">
var actionbardata = {"siteID":"43895179","siteURL":"https:\/\/svenruoss.ch","xhrURL":"/","nonce":"a313c7a206","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"wp-content/js/wpcom-proxy-request_ver-20211021.js","i18n":{"followedText":"Neue Beitr\u00e4ge von dieser Website erscheinen nun in deinem <a href=\"https:\/\/wordpress.com\/read\">Reader<\/a>","foldBar":"Diese Leiste einklappen","unfoldBar":"Diese Leiste aufklappen"}};
</script>
<script type="text/javascript" src="script/ffalATJBClcn7Xb4Wm/XqY7tdfC6HM0wMlNo-.js"></script>
<script type="text/javascript">
window.addEventListener( 'DOMContentLoaded', function() {
rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} );
} );
</script>
<link rel="stylesheet" id="all-css-0-2" href="wp-content/mu-plugins/highlander-comments/style_m-1663315160h-cssminify-yes.css" type="text/css" media="all"/>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://svenruoss.wordpress.com/xmlrpc.php?rsd"/>
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml"/>
<meta name="generator" content="WordPress.com"/>
<link rel="shortlink" href="https://wp.me/2Yb8L"/>
<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="website"/>
<meta property="og:title" content="Sven Ruoss"/>
<meta property="og:description" content="#Wer #nicht #digital #denkt #ist #raus"/>
<meta property="og:url" content="https://svenruoss.ch/"/>
<meta property="og:site_name" content="Sven Ruoss"/>
<meta property="og:image" content="i/blank.jpg"/>
<meta property="og:image:alt" content=""/>
<meta property="og:locale" content="de_DE"/>
<meta name="twitter:creator" content="@SvenRuoss"/>
<meta name="twitter:site" content="@SvenRuoss"/>
<!-- End Jetpack Open Graph Tags -->
<link rel="shortcut icon" type="image/x-icon" href="i/favicon.ico" sizes="16x16 24x24 32x32 48x48"/>
<link rel="icon" type="image/x-icon" href="i/favicon.ico" sizes="16x16 24x24 32x32 48x48"/>
<link rel="apple-touch-icon" href="i/webclip.png"/>
<link rel="openid.server" href="https://svenruoss.ch/?openidserver=1"/>
<link rel="openid.delegate" href="https://svenruoss.ch/"/>
<link rel="search" type="application/opensearchdescription+xml" href="https://svenruoss.ch/osd.xml" title="Sven Ruoss"/>
<link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com"/>
<meta name="theme-color" content="#dddddd"/>
<style type="text/css">
.widget_twitter li {
word-wrap: break-word;
}
</style>
<meta name="application-name" content="Sven Ruoss"/><meta name="msapplication-window" content="width=device-width;height=device-height"/><meta name="msapplication-tooltip" content="#Wer #nicht #digital #denkt #ist #raus"/><meta name="msapplication-task" content="name=Abonnieren;action-uri=https://svenruoss.ch/feed/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=Registriere dich für einen kostenlosen Blog;action-uri=http://wordpress.com/signup/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=WordPress.com-Support;action-uri=http://support.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=WordPress.com-Foren;action-uri=http://forums.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="description" content="#Wer #nicht #digital #denkt #ist #raus"/>
<style type="text/css" id="custom-background-css">
body.custom-background { background-color: #dddddd; }
</style>
<script type="text/javascript">
window.doNotSellCallback = function() {
var linkElements = [
'a[href="https://wordpress.com/?ref=footer_blog"]',
'a[href="https://wordpress.com/?ref=footer_website"]',
'a[href="https://wordpress.com/?ref=vertical_footer"]',
'a[href^="https://wordpress.com/?ref=footer_segment_"]',
].join(',');
var dnsLink = document.createElement( 'a' );
dnsLink.href = 'https://wordpress.com/de/advertising-program-optout/';
dnsLink.classList.add( 'do-not-sell-link' );
dnsLink.rel = 'nofollow';
dnsLink.style.marginLeft = '0.5em';
dnsLink.textContent = 'Meine persönlichen Informationen nicht verkaufen';
var creditLinks = document.querySelectorAll( linkElements );
if ( 0 === creditLinks.length ) {
return false;
}
Array.prototype.forEach.call( creditLinks, function( el ) {
el.insertAdjacentElement( 'afterend', dnsLink );
});
return true;
};
</script>
<script type="text/javascript">
function __ATA_CC() {var v = document.cookie.match('(^|;) ?personalized-ads-consent=([^;]*)(;|$)');return v ? 1 : 0;}
var __ATA_PP = { 'pt': 0, 'ht': 0, 'tn': 'standard', 'uloggedin': 0, 'amp': false, 'consent': __ATA_CC(), 'gdpr_applies': false, 'ad': { 'label': { 'text': 'Werbeanzeigen' }, 'reportAd': { 'text': 'Diese Anzeige melden' } }, 'siteid': 8982, 'blogid': 43895179, 'afp_ad_client': 'pub-7208150098971962' };
var __ATA = __ATA || {};
__ATA.cmd = __ATA.cmd || [];
__ATA.criteo = __ATA.criteo || {};
__ATA.criteo.cmd = __ATA.criteo.cmd || [];
</script>
<script type="text/javascript">
(function(){var g=Date.now||function(){return+new Date};function h(a,b){a:{for(var c=a.length,d="string"==typeof a?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a)){b=e;break a}b=-1}return 0>b?null:"string"==typeof a?a.charAt(b):a[b]};function k(a,b,c){c=null!=c?"="+encodeURIComponent(String(c)):"";if(b+=c){c=a.indexOf("#");0>c&&(c=a.length);var d=a.indexOf("?");if(0>d||d>c){d=c;var e=""}else e=a.substring(d+1,c);a=[a.substr(0,d),e,a.substr(c)];c=a[1];a[1]=b?c?c+"&"+b:b:c;a=a[0]+(a[1]?"?"+a[1]:"")+a[2]}return a};var l=0;function m(a,b){var c=document.createElement("script");c.src=a;c.onload=function(){b&&b(void 0)};c.onerror=function(){b&&b("error")};a=document.getElementsByTagName("head");var d;a&&0!==a.length?d=a[0]:d=document.documentElement;d.appendChild(c)}function n(a){var b=void 0===b?document.cookie:b;return(b=h(b.split("; "),function(c){return-1!=c.indexOf(a+"=")}))?b.split("=")[1]:""}function p(a){return"string"==typeof a&&0<a.length}
function r(a,b,c){b=void 0===b?"":b;c=void 0===c?".":c;var d=[];Object.keys(a).forEach(function(e){var f=a[e],q=typeof f;"object"==q&&null!=f||"function"==q?d.push(r(f,b+e+c)):null!==f&&void 0!==f&&(e=encodeURIComponent(b+e),d.push(e+"="+encodeURIComponent(f)))});return d.filter(p).join("&")}function t(a,b){a||((window.__ATA||{}).config=b.c,m(b.url))}var u=Math.floor(1E13*Math.random()),v=window.__ATA||{};window.__ATA=v;window.__ATA.cmd=v.cmd||[];v.rid=u;v.createdAt=g();var w=window.__ATA||{},x="s.pubmine.com";
w&&w.serverDomain&&(x=w.serverDomain);var y="//"+x+"/conf",z=window.top===window,A=window.__ATA_PP&&window.__ATA_PP.gdpr_applies,B="boolean"===typeof A?Number(A):null,C=window.__ATA_PP||null,D=z?document.referrer?document.referrer:null:null,E=z?window.location.href:document.referrer?document.referrer:null,F,G=n("__ATA_tuuid");F=G?G:null;var H=window.innerWidth+"x"+window.innerHeight,I=n("usprivacy"),J=r({gdpr:B,pp:C,rid:u,src:D,ref:E,tuuid:F,vp:H,us_privacy:I?I:null},"",".");
(function(a){var b=void 0===b?"cb":b;l++;var c="callback__"+g().toString(36)+"_"+l.toString(36);a=k(a,b,c);window[c]=function(d){t(void 0,d)};m(a,function(d){d&&t(d)})})(y+"?"+J);}).call(this);
</script> <script>
var sas_fallback = sas_fallback || [];
sas_fallback.push(
{ tag: "&lt;div id=&quot;atatags-26942-633fbde7f19f4&quot;&gt;&lt;/div&gt;&lt;script&gt;__ATA.cmd.push(function() {__ATA.initDynamicSlot({id: \'atatags-26942-633fbde7f19f4\',location: 120,formFactor: \'001\',label: {text: \'Werbeanzeigen\',},creative: {reportAd: {text: \'Diese Anzeige melden\',},privacySettings: {text: \'Datenschutz\',}}});});&lt;/script&gt;", }
);
</script><style type="text/css" id="custom-colors-css">.navbar-inner, .navbar .fill {
background-image: none;
}
#site-title, #site-title a { color: #000000;}
.navbar .nav > li > a { color: #999999;}
#sub-floor #credit a { color: #999999;}
#sub-floor #credit { color: #919191;}
html, body { background-color: #dddddd;}
#site-description { color: #4F4F4F;}
a { color: #41757F;}
.navbar-inner, .navbar .fill { background-color: #202020;}
#sub-floor { background-color: #202020;}
</style>
</head>
<body class="home blog custom-background customizer-styles-applied highlander-enabled highlander-light">
<div id="menu-above-header" class="menu-navigation navbar navbar-fixed-top">
<div class="navbar-inner ">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".above-header-nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="nav-collapse above-header-nav-collapse">
<div class="menu-header-container"><ul id="menu-home" class="nav nav-menu menu"><li class=" menu-item menu-item-type-custom menu-item-object-custom">Home</li><li class=" menu-item menu-item-type-post_type menu-item-object-page"><a href="about/" title="Über mich">Über mich</a></li><li class=" menu-item menu-item-type-post_type menu-item-object-page"><a href="arbeiten-und-referate/" title="Keynotes &amp; Papers">Keynotes & Papers</a></li><li class=" menu-item menu-item-type-post_type menu-item-object-page"><a href="studie-ueber-die-digitale-transformation/" title="Studie über die «Digitale Transformation»">Studie über die «Digitale&nbsp;Transformation»</a></li><li class=" menu-item menu-item-type-post_type menu-item-object-page"><a href="ein-literature-review-uber-journalistische-rollen-im-wandel/" title="Literature Review über " journalistische rollen im wandel"">Literature Review über "Journalistische Rollen im Wandel"</a></li><li class=" menu-item menu-item-type-taxonomy menu-item-object-category"><a href="category/internet/" title="Internet">Internet</a></li><li class=" menu-item menu-item-type-taxonomy menu-item-object-category"><a href="category/social-media/" title="Social Media">Social Media</a></li><li class=" menu-item menu-item-type-taxonomy menu-item-object-category"><a href="category/medien/" title="Medien">Medien</a></li><li class="dropdown menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children"><a href="category/generation-y/" class="dropdown-toggle" data-toggle="dropdown" title="Generation Y">Generation Y<b class="caret"></b></a><ul class="dropdown-menu"><li class=" menu-item menu-item-type-taxonomy menu-item-object-category"><a href="category/spass/" title="Spass">Spass</a></li></ul></li><li class=" menu-item menu-item-type-taxonomy menu-item-object-category"><a href="category/werbung/" title="Werbung">Werbung</a></li><li class=" menu-item menu-item-type-taxonomy menu-item-object-category"><a href="category/business-model/" title="Business Model">Business Model</a></li></ul></div>
</div><!-- /.nav-collapse -->
<div id="social-networking" class="clearfix">
<ul class="nav social-icons clearfix">
<li><img src="wp-content/themes/premium/standard/images/social/small/twitter.png" alt="Twitter"/></li>
<li><img src="wp-content/themes/premium/standard/images/social/small/facebook.png" alt="Facebook"/></li>
<li><img src="wp-content/themes/premium/standard/images/social/small/google_plus.png" alt="Google+"/></li>
<li><img src="wp-content/themes/premium/standard/images/social/small/linkedin.png" alt="LinkedIn"/></li>
<li><img src="wp-content/themes/premium/standard/images/social/small/foursquare.png" alt="FourSquare"/></li>
<li><img src="wp-content/themes/premium/standard/images/social/small/pinterest.png" alt="Pinterest"/></li>
<li><a class="fademe" href="/cdn-cgi/l/email-protection#384b4e5d564a4d574b4b784b4e5d564a4d574b4b165b50" title="E-Mail" target="_blank"><img src="wp-content/themes/premium/standard/images/social/small/email.png" alt="E-Mail"/></a></li>
<li><a class="fademe" href="/" title="Abonnieren per RSS" target="_blank"><img src="wp-content/themes/premium/standard/images/social/small/rss.png" alt="Abonnieren per RSS"/></a></li>
</ul>
</div><!-- /#social-networking -->
</div> <!-- /container -->
</div><!-- /navbar-inner -->
</div> <!-- /#menu-above-header -->
<div id="header" class="imageless">
<div id="head-wrapper" class="clearfix">
<div class="container">
<div class="row">
<div class="span12">
<div id="logo">
<h1 id="site-title">
<a href="/" title="" rel="home" style="color:#;">Sven Ruoss</a>
</h1>
<small id="site-description">#Wer #nicht #digital #denkt #ist #raus</small>
</div><!-- /#logo -->
</div><!-- /.span12 -->
</div><!-- /row -->
</div><!--/container -->
</div> <!-- /#head-wrapper -->
</div> <!-- /#header -->
<div id="wrapper">
<div class="container">
<div class="row">
<div id="main" class="span8 clearfix" role="main">
<div id="post-3689" class="post format-standard clearfix post-3689 type-post status-publish has-post-thumbnail hentry category-digitale-transformation category-generation-y category-journalismus category-marketing category-medien tag-gen-y tag-gen-z tag-generation-y tag-generation-z tag-jahrbuch-qualitat-der-medien tag-medien tag-news-deprivierte">
<div class="post-header clearfix">
<div class="thumbnail alignleft">
<a class="thumbnail-link fademe" href="2020/11/02/die-halfte-der-16-bis-29-jahrigen-gehort-in-die-gruppe-der-news-deprivierten-in-der-schweiz/" title="Die Hälfte der 16- bis 29-Jährigen gehört in die Gruppe der «News-Deprivierten» in der Schweiz">
<img width="150" height="91" src="2020/11/bildschirmfoto-2020-11-01-um-13.05.23_w-150.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="2020/11/bildschirmfoto-2020-11-01-um-13.05.23_w-150.png 150w, 2020/11/bildschirmfoto-2020-11-01-um-13.05.23_w-300.png 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="3719" data-permalink="https://svenruoss.ch/bildschirmfoto-2020-11-01-um-13-05-23/" data-orig-file="https://svenruoss.files.wordpress.com/2020/11/bildschirmfoto-2020-11-01-um-13.05.23.png" data-orig-size="4524,2742" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="bildschirmfoto-2020-11-01-um-13.05.23" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2020/11/bildschirmfoto-2020-11-01-um-13.05.23.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2020/11/bildschirmfoto-2020-11-01-um-13.05.23.png?w=580"/> </a>
</div> <!-- /.thumbnail -->
<div class="title-wrap clearfix">
<h2 class="post-title entry-title">
<a href="2020/11/02/die-halfte-der-16-bis-29-jahrigen-gehort-in-die-gruppe-der-news-deprivierten-in-der-schweiz/" rel="bookmark" title="Die Hälfte der 16- bis 29-Jährigen gehört in die Gruppe der «News-Deprivierten» in der Schweiz">Die Hälfte der 16- bis 29-Jährigen gehört in die Gruppe der «News-Deprivierten» in der&nbsp;Schweiz</a>
</h2>
<div class="post-header-meta">
<span class="the-time updated">2. November 2020</span>
<span class="the-comment-link">&mdash;&nbsp;<a href="2020/11/02/die-halfte-der-16-bis-29-jahrigen-gehort-in-die-gruppe-der-news-deprivierten-in-der-schweiz/#respond">Hinterlasse einen Kommentar</a></span>
</div><!-- /.post-header-meta -->
</div><!-- /.title-wrap -->
</div> <!-- /.post-header -->
<div id="content-3689" class="entry-content clearfix">
<p>Sehr gerne würde ich im 2025 folgende Schlagzeile lesen: «Die News-Deprivierten haben sich halbiert.» Dafür setze ich mich ein. Dafür kämpfe ich. </p>
<a href="2020/11/02/die-halfte-der-16-bis-29-jahrigen-gehort-in-die-gruppe-der-news-deprivierten-in-der-schweiz/">Weiterlesen...</a>
</div><!-- /.entry-content -->
<div class="post-meta">
<div class="row-fluid">
<div class="meta-date-cat-tags span9">
<span class="the-category">in <a href="tag/digitale-transformation/" rel="category tag">Digitale Transformation</a>, <a href="tag/generation-y/" rel="category tag">Generation Y</a>, <a href="tag/journalismus/" rel="category tag">Journalismus</a>, <a href="tag/marketing/" rel="category tag">Marketing</a>, <a href="category/medien/" rel="category tag">Medien</a></span>
<span class="the-tags"><a href="tag/gen-y/" rel="tag">Gen Y</a>, <a href="tag/gen-z/" rel="tag">Gen Z</a>, <a href="tag/generation-y/" rel="tag">Generation Y</a>, <a href="tag/generation-z/" rel="tag">Generation Z</a>, <a href="tag/jahrbuch-qualitat-der-medien/" rel="tag">Jahrbuch Qualität der Medien</a>, <a href="tag/medien/" rel="tag">Medien</a>, <a href="tag/news-deprivierte/" rel="tag">News-Deprivierte</a></span>
</div><!-- /meta-date-cat-tags -->
<div class="meta-comment-link span3">
<a class="fademe pull-right post-link" href="2020/11/02/die-halfte-der-16-bis-29-jahrigen-gehort-in-die-gruppe-der-news-deprivierten-in-der-schweiz/" title="Permalink"><img src="wp-content/themes/premium/standard/images/icn-permalink.png" alt="Permalink"/></a>
<span class="the-edit-post"></span>
</div><!-- /meta-comment-link -->
</div><!--/row-fluid -->
</div><!-- /.post-meta -->
</div> <!-- /#post- -->
<div id="post-3671" class="post format-standard clearfix post-3671 type-post status-publish has-post-thumbnail hentry category-digitale-transformation category-entrepreneurship tag-bernet-relations tag-dominik-allemann tag-esports tag-gaming tag-myi-entertainment">
<div class="post-header clearfix">
<div class="thumbnail alignleft">
<a class="thumbnail-link fademe" href="2020/09/08/myi-entertainment-neuer-beirat-mit-dominik-allemann-und-sven-ruoss/" title="MYI Entertainment: Neuer Beirat mit Dominik Allemann und Sven Ruoss">
<img width="150" height="150" src="2020/09/myientertainment_w-150.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="2020/09/myientertainment_w-150.png 150w, 2020/09/myientertainment.png 224w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="3682" data-permalink="https://svenruoss.ch/2020/09/08/myi-entertainment-neuer-beirat-mit-dominik-allemann-und-sven-ruoss/myientertainment/" data-orig-file="https://svenruoss.files.wordpress.com/2020/09/myientertainment.png" data-orig-size="224,224" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="MYIEntertainment" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2020/09/myientertainment.png?w=224" data-large-file="https://svenruoss.files.wordpress.com/2020/09/myientertainment.png?w=224"/> </a>
</div> <!-- /.thumbnail -->
<div class="title-wrap clearfix">
<h2 class="post-title entry-title">
<a href="2020/09/08/myi-entertainment-neuer-beirat-mit-dominik-allemann-und-sven-ruoss/" rel="bookmark" title="MYI Entertainment: Neuer Beirat mit Dominik Allemann und Sven Ruoss">MYI Entertainment: Neuer Beirat mit Dominik Allemann und Sven&nbsp;Ruoss</a>
</h2>
<div class="post-header-meta">
<span class="the-time updated">8. September 2020</span>
<span class="the-comment-link">&mdash;&nbsp;<a href="2020/09/08/myi-entertainment-neuer-beirat-mit-dominik-allemann-und-sven-ruoss/#respond">Hinterlasse einen Kommentar</a></span>
</div><!-- /.post-header-meta -->
</div><!-- /.title-wrap -->
</div> <!-- /.post-header -->
<div id="content-3671" class="entry-content clearfix">
<p>MYI Entertainment: Neuer Beirat mit Dominik Allemann und Sven Ruoss</p>
<a href="2020/09/08/myi-entertainment-neuer-beirat-mit-dominik-allemann-und-sven-ruoss/">Weiterlesen...</a>
</div><!-- /.entry-content -->
<div class="post-meta">
<div class="row-fluid">
<div class="meta-date-cat-tags span9">
<span class="the-category">in <a href="tag/digitale-transformation/" rel="category tag">Digitale Transformation</a>, <a href="tag/entrepreneurship/" rel="category tag">Entrepreneurship</a></span>
<span class="the-tags"><a href="tag/bernet-relations/" rel="tag">Bernet Relations</a>, <a href="tag/dominik-allemann/" rel="tag">Dominik Allemann</a>, <a href="tag/esports/" rel="tag">Esports</a>, <a href="tag/gaming/" rel="tag">Gaming</a>, <a href="tag/myi-entertainment/" rel="tag">MYI Entertainment</a></span>
</div><!-- /meta-date-cat-tags -->
<div class="meta-comment-link span3">
<a class="fademe pull-right post-link" href="2020/09/08/myi-entertainment-neuer-beirat-mit-dominik-allemann-und-sven-ruoss/" title="Permalink"><img src="wp-content/themes/premium/standard/images/icn-permalink.png" alt="Permalink"/></a>
<span class="the-edit-post"></span>
</div><!-- /meta-comment-link -->
</div><!--/row-fluid -->
</div><!-- /.post-meta -->
</div> <!-- /#post- -->
<div id="post-3654" class="post format-standard clearfix post-3654 type-post status-publish has-post-thumbnail hentry category-internet category-medien category-social-media tag-cas-social-media-management tag-content tag-hwz tag-kultur tag-social-media">
<div class="post-header clearfix">
<div class="thumbnail alignleft">
<a class="thumbnail-link fademe" href="2019/05/02/social-media-bitte-nicht-belaecheln/" title="Social Media: Bitte nicht belächeln!">
<img width="150" height="150" src="2019/05/bildschirmfoto-2019-05-02-um-20.18.24_w-150.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="2019/05/bildschirmfoto-2019-05-02-um-20.18.24_w-150.png 150w, 2019/05/bildschirmfoto-2019-05-02-um-20.18.24_w-300.png 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="3656" data-permalink="https://svenruoss.ch/2019/05/02/social-media-bitte-nicht-belaecheln/bildschirmfoto-2019-05-02-um-20-18-24/" data-orig-file="https://svenruoss.files.wordpress.com/2019/05/bildschirmfoto-2019-05-02-um-20.18.24.png" data-orig-size="970,964" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2024-05-02 um 20.18.24" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2019/05/bildschirmfoto-2019-05-02-um-20.18.24.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2019/05/bildschirmfoto-2019-05-02-um-20.18.24.png?w=580"/> </a>
</div> <!-- /.thumbnail -->
<div class="title-wrap clearfix">
<h2 class="post-title entry-title">
<a href="2019/05/02/social-media-bitte-nicht-belaecheln/" rel="bookmark" title="Social Media: Bitte nicht belächeln!">Social Media: Bitte nicht&nbsp;belächeln!</a>
</h2>
<div class="post-header-meta">
<span class="the-time updated">2. Mai 2019</span>
<span class="the-comment-link">&mdash;&nbsp;<a href="2019/05/02/social-media-bitte-nicht-belaecheln/#respond">Hinterlasse einen Kommentar</a></span>
</div><!-- /.post-header-meta -->
</div><!-- /.title-wrap -->
</div> <!-- /.post-header -->
<div id="content-3654" class="entry-content clearfix">
<p>Im Februar 2019 durfte ich einen Gastkommentar für die Handelszeitung schreiben. Meinen Kommentar gibt es sowohl in digitaler als auch in analoger Form (siehe untenstehend). Viel Spass beim Lesen.</p>
<p><img data-attachment-id="3655" data-permalink="https://svenruoss.ch/2019/05/02/social-media-bitte-nicht-belaecheln/bildschirmfoto-2019-05-02-um-20-13-11/" data-orig-file="https://svenruoss.files.wordpress.com/2019/05/bildschirmfoto-2019-05-02-um-20.13.11.png" data-orig-size="2656,2090" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2024-05-02 um 20.13.11" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2019/05/bildschirmfoto-2019-05-02-um-20.13.11.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2019/05/bildschirmfoto-2019-05-02-um-20.13.11.png?w=580" class="alignnone size-full wp-image-3655" src="2019/05/bildschirmfoto-2019-05-02-um-20.13.11_w-580.png" alt="Bildschirmfoto 2024-05-02 um 20.13.11.png" srcset="2019/05/bildschirmfoto-2019-05-02-um-20.13.11_w-580.png 580w, 2019/05/bildschirmfoto-2019-05-02-um-20.13.11_w-1160.png 1160w, 2019/05/bildschirmfoto-2019-05-02-um-20.13.11_w-150.png 150w, 2019/05/bildschirmfoto-2019-05-02-um-20.13.11_w-300.png 300w, 2019/05/bildschirmfoto-2019-05-02-um-20.13.11_w-768.png 768w, 2019/05/bildschirmfoto-2019-05-02-um-20.13.11_w-1024.png 1024w" sizes="(max-width: 580px) 100vw, 580px"/></p>
</div><!-- /.entry-content -->
<div class="post-meta">
<div class="row-fluid">
<div class="meta-date-cat-tags span9">
<span class="the-category">in <a href="category/internet/" rel="category tag">Internet</a>, <a href="category/medien/" rel="category tag">Medien</a>, <a href="tag/social-media/" rel="category tag">Social Media</a></span>
<span class="the-tags"><a href="tag/cas-social-media-management/" rel="tag">CAS Social Media Management</a>, <a href="tag/content/" rel="tag">Content</a>, <a href="tag/hwz/" rel="tag">HWZ</a>, <a href="tag/kultur/" rel="tag">Kultur</a>, <a href="tag/social-media/" rel="tag">Social Media</a></span>
</div><!-- /meta-date-cat-tags -->
<div class="meta-comment-link span3">
<a class="fademe pull-right post-link" href="2019/05/02/social-media-bitte-nicht-belaecheln/" title="Permalink"><img src="wp-content/themes/premium/standard/images/icn-permalink.png" alt="Permalink"/></a>
<span class="the-edit-post"></span>
</div><!-- /meta-comment-link -->
</div><!--/row-fluid -->
</div><!-- /.post-meta -->
</div> <!-- /#post- -->
<div id="post-3646" class="post format-standard clearfix post-3646 type-post status-publish has-post-thumbnail hentry category-digitale-transformation category-internet category-medien category-social-media tag-2063728 tag-3301499 tag-ausblick tag-rueckblick tag-vorsaetze">
<div class="post-header clearfix">
<div class="thumbnail alignleft">
<a class="thumbnail-link fademe" href="2019/01/01/2019-tempora-mutantur-nos-et-mutamur-in-illis/" title="2019 – Tempora mutantur nos et mutamur in illis">
<img width="150" height="76" src="2018/12/Bildschirmfoto-2018-12-31-um-17.46.17_w-150.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="2018/12/Bildschirmfoto-2018-12-31-um-17.46.17_w-150.png 150w, 2018/12/Bildschirmfoto-2018-12-31-um-17.46.17_w-300.png 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="3647" data-permalink="https://svenruoss.ch/2019/01/01/2019-tempora-mutantur-nos-et-mutamur-in-illis/bildschirmfoto-2018-12-31-um-17-46-17/" data-orig-file="https://svenruoss.files.wordpress.com/2018/12/Bildschirmfoto-2018-12-31-um-17.46.17.png" data-orig-size="862,436" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2024-12-31 um 17.46.17" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/12/Bildschirmfoto-2018-12-31-um-17.46.17.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/12/Bildschirmfoto-2018-12-31-um-17.46.17.png?w=580"/> </a>
</div> <!-- /.thumbnail -->
<div class="title-wrap clearfix">
<h2 class="post-title entry-title">
<a href="2019/01/01/2019-tempora-mutantur-nos-et-mutamur-in-illis/" rel="bookmark" title="2019 – Tempora mutantur nos et mutamur in illis">2019 - Tempora mutantur nos et mutamur in&nbsp;illis</a>
</h2>
<div class="post-header-meta">
<span class="the-time updated">1. Januar 2019</span>
<span class="the-comment-link">&mdash;&nbsp;<a href="2019/01/01/2019-tempora-mutantur-nos-et-mutamur-in-illis/#respond">Hinterlasse einen Kommentar</a></span>
</div><!-- /.post-header-meta -->
</div><!-- /.title-wrap -->
</div> <!-- /.post-header -->
<div id="content-3646" class="entry-content clearfix">
<p>Seit einigen Stunden ist das Jahr 2018 bereits <strong>Geschichte</strong>. Damit endete ein ereignisreiches Jahr für mich.</p>
<p>Auch in diesem Jahr gab es für mich einige berufliche Highlights:</p>
<ul>
<li><strong>Aufbau und Etablierung meines Product Management und Business Development Team</strong> mit Top-Nachwuchskräften</li>
<li>Teilnahme am <strong>Leadership-Programm von Ringier</strong> mit intensiver Reflexion zum eigenen Personal Brand und dem Kennenlernen von spannenden Persönlichkeiten</li>
<li>Durchführung von <strong>über 10 Keynotes oder Workshops zu den Themen «Social Media» und «Digitale Transformation»</strong> für verschiedene Unternehmen und Organisationen wie Mobiliar, Credit Suisse, Post, ZKB, Bund, Netzmedien etc.</li>
<li><strong>Etablierung als Dozent und Studienleiter am Institute for Digital Business</strong> an der HWZ Hochschule für Wirtschaft Zürich (mit Aufbau neuer Kurse zu «Digital Trends & Business Opportunities» und «Service Engineering»)</li>
<li><strong>Erfolgreiche Durchführung meines CAS Social Media Management</strong> an der HWZ (komplett ausgebucht)</li>
</ul>
<p>Daneben gab es in diesem Jahr selbstverständlich auch vereinzelte Lowlights. Teilweise fühlte ich mich wie ein Hamster mit abgeschnittenen Beinen in einem sich schnell bewegenden Rad. Doch: Es war ein lehrreiches Jahr.<strong> Ever tried. Ever failed. No matter. Try Again. Fail again. Fail better. </strong></p>
<p>Leider habe ich nur einer meiner drei Vorsätze eingehalten. Im 2018 habe ich über zwölf Bücher gelesen. Das Vorhaben mit den Lunchs habe ich versucht, bin jedoch nicht auf die anvisierte Zahl von 52 gekommen. 12 freie Wochenenden habe ich ganz knapp verfehlt.</p>
<p>Was wird mir das Jahr 2019 bringen? Für mich ist klar, dass ich 2019 noch viel mehr Zeit für das Thema «Digitalisierung» aufwenden will und muss. Dies stellt für mich eine Bedingung dar, um weiterhin auf dieser sich immer schneller verändernden digitalen Welle surfen zu können. Die Angst ist da, von den jungen Wilden abgehängt zu werden. . <strong>Ich freue mich auf das Abenteuer 2019. Es wird sicherlich spannend werden. </strong></p>
<p><img loading="lazy" data-attachment-id="3648" data-permalink="https://svenruoss.ch/2019/01/01/2019-tempora-mutantur-nos-et-mutamur-in-illis/attachment/2019/" data-orig-file="https://svenruoss.files.wordpress.com/2018/12/2019.gif" data-orig-size="500,281" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="2019" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/12/2019.gif?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/12/2019.gif?w=500" class="alignnone wp-image-3648" src="2018/12/2019_w-751-h-422.gif" alt="2019.gif" width="751" height="422"/></p>
<div id="atatags-26942-633fbde80f1fb"></div>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
__ATA.cmd.push(function() {
__ATA.initDynamicSlot({
id: 'atatags-26942-633fbde80f1fb',
location: 120,
formFactor: '001',
label: {
text: 'Werbeanzeigen',
},
creative: {
reportAd: {
text: 'Diese Anzeige melden',
},
privacySettings: {
text: 'Datenschutz',
}
}
});
});
</script> </div><!-- /.entry-content -->
<div class="post-meta">
<div class="row-fluid">
<div class="meta-date-cat-tags span9">
<span class="the-category">in <a href="tag/digitale-transformation/" rel="category tag">Digitale Transformation</a>, <a href="category/internet/" rel="category tag">Internet</a>, <a href="category/medien/" rel="category tag">Medien</a>, <a href="tag/social-media/" rel="category tag">Social Media</a></span>
<span class="the-tags"><a href="tag/2018/" rel="tag">2018</a>, <a href="tag/2019/" rel="tag">2019</a>, <a href="tag/ausblick/" rel="tag">Ausblick</a>, <a href="tag/rueckblick/" rel="tag">Rückblick</a>, <a href="tag/vorsaetze/" rel="tag">Vorsätze</a></span>
</div><!-- /meta-date-cat-tags -->
<div class="meta-comment-link span3">
<a class="fademe pull-right post-link" href="2019/01/01/2019-tempora-mutantur-nos-et-mutamur-in-illis/" title="Permalink"><img src="wp-content/themes/premium/standard/images/icn-permalink.png" alt="Permalink"/></a>
<span class="the-edit-post"></span>
</div><!-- /meta-comment-link -->
</div><!--/row-fluid -->
</div><!-- /.post-meta -->
</div> <!-- /#post- -->
<div id="post-3640" class="post format-standard clearfix post-3640 type-post status-publish has-post-thumbnail hentry category-digitale-transformation category-medien category-newsportal tag-blick tag-disruption tag-innovation tag-innovationstreiber tag-medienbranche tag-medium tag-ringier">
<div class="post-header clearfix">
<div class="thumbnail alignleft">
<a class="thumbnail-link fademe" href="2018/05/20/die-medienbranche-braucht-neue-rollen/" title="Die Medienbranche braucht neue Rollen">
<img width="112" height="150" src="2018/05/bildschirmfoto-2018-05-20-um-12-25-20_w-112.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="2018/05/bildschirmfoto-2018-05-20-um-12-25-20_w-112.png 112w, 2018/05/bildschirmfoto-2018-05-20-um-12-25-20_w-224.png 224w" sizes="(max-width: 112px) 100vw, 112px" data-attachment-id="3641" data-permalink="https://svenruoss.ch/2018/05/20/die-medienbranche-braucht-neue-rollen/bildschirmfoto-2018-05-20-um-12-25-20/" data-orig-file="https://svenruoss.files.wordpress.com/2018/05/bildschirmfoto-2018-05-20-um-12-25-20.png" data-orig-size="1456,1950" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2024-05-20 um 12.25.20" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/05/bildschirmfoto-2018-05-20-um-12-25-20.png?w=224" data-large-file="https://svenruoss.files.wordpress.com/2018/05/bildschirmfoto-2018-05-20-um-12-25-20.png?w=580"/> </a>
</div> <!-- /.thumbnail -->
<div class="title-wrap clearfix">
<h2 class="post-title entry-title">
<a href="2018/05/20/die-medienbranche-braucht-neue-rollen/" rel="bookmark" title="Die Medienbranche braucht neue Rollen">Die Medienbranche braucht neue&nbsp;Rollen</a>
</h2>
<div class="post-header-meta">
<span class="the-time updated">20. Mai 2018</span>
<span class="the-comment-link">&mdash;&nbsp;<a href="2018/05/20/die-medienbranche-braucht-neue-rollen/#respond">Hinterlasse einen Kommentar</a></span>
</div><!-- /.post-header-meta -->
</div><!-- /.title-wrap -->
</div> <!-- /.post-header -->
<div id="content-3640" class="entry-content clearfix">
<p>In der aktuellen Ausgabe des <strong>deutschen Magazins «Medium - Magazin für Journalisten»</strong> hat Paulin Tillmann einen spannenden Artikel zu den <strong>«Innovationstreibern im Publishing»</strong> verfasst. Die Digitalisierung schafft nicht nur Disruption, sondern auch neue Rollen. Darunter: Innovationsmanager, die den Wandel und die Kreativität vorantreiben sollen. Der Fokus der Artikels liegt auf Deutschland. Doch wie machen es die Nachbarn in der Schweiz? Neben Michael Marti von Tamedia wurde ich in meiner Rolle als Head of Product und Development bei der Blick-Gruppe erwähnt.</p>
<p>Den kompletten Artikel findet ihr anbei oder hier als PDF-Link: <a title="Innovationstreiber" href=/>Innovationstreiber</a></p>
<div class="embed-issuu">
<div data-url="https://issuu.com/svenruoss/docs/innovationstreiber" style="width: 580px; height: 386px;" class="issuuembed"></div>
<p><script type="text/javascript" src="embed.js" async="true"></script></div>
</div><!-- /.entry-content -->
<div class="post-meta">
<div class="row-fluid">
<div class="meta-date-cat-tags span9">
<span class="the-category">in <a href="tag/digitale-transformation/" rel="category tag">Digitale Transformation</a>, <a href="category/medien/" rel="category tag">Medien</a>, <a href="tag/newsportal/" rel="category tag">Newsportal</a></span>
<span class="the-tags"><a href="tag/blick/" rel="tag">Blick</a>, <a href="tag/disruption/" rel="tag">Disruption</a>, <a href="tag/innovation/" rel="tag">Innovation</a>, <a href="tag/innovationstreiber/" rel="tag">Innovationstreiber</a>, <a href="tag/medienbranche/" rel="tag">Medienbranche</a>, <a href="tag/medium/" rel="tag">Medium</a>, <a href="tag/ringier/" rel="tag">Ringier</a></span>
</div><!-- /meta-date-cat-tags -->
<div class="meta-comment-link span3">
<a class="fademe pull-right post-link" href="2018/05/20/die-medienbranche-braucht-neue-rollen/" title="Permalink"><img src="wp-content/themes/premium/standard/images/icn-permalink.png" alt="Permalink"/></a>
<span class="the-edit-post"></span>
</div><!-- /meta-comment-link -->
</div><!--/row-fluid -->
</div><!-- /.post-meta -->
</div> <!-- /#post- -->
<div id="post-3631" class="post format-standard clearfix post-3631 type-post status-publish has-post-thumbnail hentry category-digitale-transformation category-generation-y category-internet category-newsplattform category-social-media category-spass tag-echtzeit-gaming tag-games tag-hq-trivia tag-live-erlebnisse tag-quiz tag-smartphone tag-tagesfixpunkte">
<div class="post-header clearfix">
<div class="thumbnail alignleft">
<a class="thumbnail-link fademe" href="2018/05/04/wieso-die-echtzeit-gaming-app-hq-trivia-so-erfolgreich-ist/" title="Wieso die Echtzeit-Gaming-App «HQ Trivia» so erfolgreich ist">
<img width="150" height="150" src="2018/05/bildschirmfoto-2018-05-04-um-22-49-28_w-150.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="2018/05/bildschirmfoto-2018-05-04-um-22-49-28_w-150.png 150w, 2018/05/bildschirmfoto-2018-05-04-um-22-49-28_w-300.png 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="3633" data-permalink="https://svenruoss.ch/2018/05/04/wieso-die-echtzeit-gaming-app-hq-trivia-so-erfolgreich-ist/bildschirmfoto-2018-05-04-um-22-49-28/" data-orig-file="https://svenruoss.files.wordpress.com/2018/05/bildschirmfoto-2018-05-04-um-22-49-28.png" data-orig-size="614,614" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2024-05-04 um 22.49.28" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/05/bildschirmfoto-2018-05-04-um-22-49-28.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/05/bildschirmfoto-2018-05-04-um-22-49-28.png?w=580"/> </a>
</div> <!-- /.thumbnail -->
<div class="title-wrap clearfix">
<h2 class="post-title entry-title">
<a href="2018/05/04/wieso-die-echtzeit-gaming-app-hq-trivia-so-erfolgreich-ist/" rel="bookmark" title="Wieso die Echtzeit-Gaming-App «HQ Trivia» so erfolgreich ist">Wieso die Echtzeit-Gaming-App «HQ Trivia» so erfolgreich&nbsp;ist</a>
</h2>
<div class="post-header-meta">
<span class="the-time updated">4. Mai 2018</span>
<span class="the-comment-link">&mdash;&nbsp;<a href="2018/05/04/wieso-die-echtzeit-gaming-app-hq-trivia-so-erfolgreich-ist/#respond">Hinterlasse einen Kommentar</a></span>
</div><!-- /.post-header-meta -->
</div><!-- /.title-wrap -->
</div> <!-- /.post-header -->
<div id="content-3631" class="entry-content clearfix">
<p>Freitagabend, 4. Mai 2018, 20.50 Uhr, Pastaessen mit dem Sola-Team (14 Personen im Alter von ca. 25 bis 35 Jahre alt): Die Nervosität steigt. In 10 Minuten startet eine neue Runde <strong>«HQ Trivia»</strong>. Die einen spielen das neue Live-App-Quiz bereits regelmässig, die anderen laden sich diese Quiz-App noch schnell herunter. Zusammen mit knapp <strong>600’000 anderen Teilnehmer</strong> spielen wir auf etlichen Smartphones das moderierte <strong>Live-Game.</strong> Leider gehören wir nicht zu den über 700 smarten Gewinnern, welche die 12 Multiple-Choice-Fragen richtig beantwortet haben und sich die <strong>5000 Dollar Preisgeld</strong> unter sich aufteilen können. Obschon wir nicht gewonnen haben, war der Spassfaktor riesig. Bei mir persönlich machte es plötzlich <strong>«Click»</strong> in meinem Hirn. Plötzlich wurde mir bewusst, weshalb diese Echtzeit-Gaming-App so erfolgreich ist.</p>
<p><img data-attachment-id="3635" data-permalink="https://svenruoss.ch/2018/05/04/wieso-die-echtzeit-gaming-app-hq-trivia-so-erfolgreich-ist/bildschirmfoto-2018-05-04-um-23-58-47/" data-orig-file="https://svenruoss.files.wordpress.com/2018/05/bildschirmfoto-2018-05-04-um-23-58-47.png" data-orig-size="2164,1248" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2024-05-04 um 23.58.47" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/05/bildschirmfoto-2018-05-04-um-23-58-47.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/05/bildschirmfoto-2018-05-04-um-23-58-47.png?w=580" class="alignnone size-full wp-image-3635" src="2018/05/bildschirmfoto-2018-05-04-um-23-58-47_w-580.png" alt="Bildschirmfoto 2024-05-04 um 23.58.47.png" srcset="2018/05/bildschirmfoto-2018-05-04-um-23-58-47_w-580.png 580w, 2018/05/bildschirmfoto-2018-05-04-um-23-58-47_w-1158.png 1158w, 2018/05/bildschirmfoto-2018-05-04-um-23-58-47_w-150.png 150w, 2018/05/bildschirmfoto-2018-05-04-um-23-58-47_w-300.png 300w, 2018/05/bildschirmfoto-2018-05-04-um-23-58-47_w-768.png 768w, 2018/05/bildschirmfoto-2018-05-04-um-23-58-47_w-1024.png 1024w" sizes="(max-width: 580px) 100vw, 580px"/></p>
<p>Natürlich kann man beim <strong>«HQ Trivia»</strong> Case wiederum einige bekannte Erfolgsfaktoren herauslesen. Momentan steht das Nutzerwachstum im Vordergrund, die Monetarisierung ist aktuell noch nicht im Fokus. Sie haben mit dem Dazuverdienen der «Extra Lives» durch Einladungen an Freunde einen <strong>viralen Mechanismus</strong> eingebaut. Das <strong>Community Building</strong> wird aktiv gefördert. Leute kommen zusammen, um gemeinsam ihre Chancen auf die richtige Antwort zu erhöhen. Doch für mich ist mit Abstand der wichtigste Faktor, dass dieses Game lediglich zu fixen Zeiten live stattfindet.</p>
<h4>Gemeinsame Live-Erlebnise zu fixen Zeiten - Der Gegentrend im digitalen Zeitalter</h4>
<p>Durch den Boom von «HQ Trivia» bin ich nochmals in meiner These bestätigt worden, dass wir Menschen auch im digitalen Zeitalter <strong>gemeinsame Live-Erlebnisse</strong> brauchen. Diese Live-Erlebnisse finden zu <strong>fixen Tageszeiten</strong> statt - und nun vermehrt auf dem <strong>Smartphone</strong> und immer weniger auf dem TV. Im digitalen Zeitalter, in welchem jeder seine Netflix-Filme schaut, wann er will, seine personalisierte Musik auf Spotify hört und sich sein massgeschneidertes Internet-Menu zusammengestellt hat, sehnen wir uns immer noch nach <strong>gemeinsamen Live-Erlebnissen.</strong> Im Sport ist dies auch heute noch ein <strong>Fussball-WM-Finale.</strong> Im TV ist dies vielleicht noch eine <strong>Bachelor-Finalsendung</strong>. Auch auf den digitalen Kanälen wollen wir nun vermehrt <strong>Tagesfixpunkte.</strong> Durch die Digitalisierung ist unser Medienkonsum sehr individuell geworden. Jedes Smartphone ist mit den entsprechenden heruntergeladen Apps so einzigartig, dass vermutlich kein anderer Mensch die genau gleichen Apps auf seinem Smartphone hat. Und jeder dieser Apps können wir dann auch wann immer wir wollen - 24&#215;7 - nutzen. Nicht so die «HQ Trivia» App. <strong>Während 23 Stunden 30 Minuten ist diese App komplett wertlos</strong>. Zweimal pro Tag findet jeweils eine 10 bis 15 Minuten lange Live-Sendung statt. Und wir schalten dazu. Man will dabei sein. Man spricht darüber. Man hat ein gemeinsames Erlebnis. Nur dann. Ohne On-Demand. Ohne Personalisierung. Denn wir wissen alle: <strong>»Happiness is only real when shared.»</strong></p>
<p><img data-attachment-id="3632" data-permalink="https://svenruoss.ch/2018/05/04/wieso-die-echtzeit-gaming-app-hq-trivia-so-erfolgreich-ist/bildschirmfoto-2018-05-04-um-22-42-33/" data-orig-file="https://svenruoss.files.wordpress.com/2018/05/bildschirmfoto-2018-05-04-um-22-42-33.png" data-orig-size="3972,2216" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2024-05-04 um 22.42.33" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/05/bildschirmfoto-2018-05-04-um-22-42-33.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/05/bildschirmfoto-2018-05-04-um-22-42-33.png?w=580" class="alignnone size-full wp-image-3632" src="2018/05/bildschirmfoto-2018-05-04-um-22-42-33_w-580.png" alt="Bildschirmfoto 2024-05-04 um 22.42.33" srcset="2018/05/bildschirmfoto-2018-05-04-um-22-42-33_w-580.png 580w, 2018/05/bildschirmfoto-2018-05-04-um-22-42-33_w-1160.png 1160w, 2018/05/bildschirmfoto-2018-05-04-um-22-42-33_w-150.png 150w, 2018/05/bildschirmfoto-2018-05-04-um-22-42-33_w-300.png 300w, 2018/05/bildschirmfoto-2018-05-04-um-22-42-33_w-768.png 768w, 2018/05/bildschirmfoto-2018-05-04-um-22-42-33_w-1024.png 1024w" sizes="(max-width: 580px) 100vw, 580px"/></p>
<p>Weitere spannende Artikel zu «HQ Trivia»:<br/>
- <strong>The Magic of HQ Trivia</strong><br/>
<strong>- HQ Trivia is my new obsession</strong></p>
</div><!-- /.entry-content -->
<div class="post-meta">
<div class="row-fluid">
<div class="meta-date-cat-tags span9">
<span class="the-category">in <a href="tag/digitale-transformation/" rel="category tag">Digitale Transformation</a>, <a href="tag/generation-y/" rel="category tag">Generation Y</a>, <a href="category/internet/" rel="category tag">Internet</a>, <a href="category/newsplattform/" rel="category tag">Newsplattform</a>, <a href="tag/social-media/" rel="category tag">Social Media</a>, <a href="category/spass/" rel="category tag">Spass</a></span>
<span class="the-tags"><a href="tag/echtzeit-gaming/" rel="tag">Echtzeit-Gaming</a>, <a href="tag/games/" rel="tag">Games</a>, <a href="tag/hq-trivia/" rel="tag">HQ Trivia</a>, <a href="tag/live-erlebnisse/" rel="tag">Live-Erlebnisse</a>, <a href="tag/quiz/" rel="tag">Quiz</a>, <a href="tag/smartphone/" rel="tag">Smartphone</a>, <a href="tag/tagesfixpunkte/" rel="tag">Tagesfixpunkte</a></span>
</div><!-- /meta-date-cat-tags -->
<div class="meta-comment-link span3">
<a class="fademe pull-right post-link" href="2018/05/04/wieso-die-echtzeit-gaming-app-hq-trivia-so-erfolgreich-ist/" title="Permalink"><img src="wp-content/themes/premium/standard/images/icn-permalink.png" alt="Permalink"/></a>
<span class="the-edit-post"></span>
</div><!-- /meta-comment-link -->
</div><!--/row-fluid -->
</div><!-- /.post-meta -->
</div> <!-- /#post- -->
<div id="post-3615" class="post format-standard clearfix post-3615 type-post status-publish has-post-thumbnail hentry category-digitale-transformation category-internet category-medien category-mobile category-social-media category-werbung tag-digital tag-hootsuite tag-internet tag-schweiz tag-smartphone tag-social-media tag-switzerland tag-we-are-social">
<div class="post-header clearfix">
<div class="thumbnail alignleft">
<a class="thumbnail-link fademe" href="2018/02/04/die-halbe-welt-ist-online-in-der-schweiz-gibt-es-nur-noch-11-offliner/" title="Die halbe Welt ist online – In der Schweiz gibt es nur noch 11% Offliner">
<img width="150" height="141" src="2018/02/bildschirmfoto-2018-02-04-um-12-44-10_w-150.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="2018/02/bildschirmfoto-2018-02-04-um-12-44-10_w-150.png 150w, 2018/02/bildschirmfoto-2018-02-04-um-12-44-10_w-300.png 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="3629" data-permalink="https://svenruoss.ch/2018/02/04/die-halbe-welt-ist-online-in-der-schweiz-gibt-es-nur-noch-11-offliner/bildschirmfoto-2018-02-04-um-12-44-10/" data-orig-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-44-10.png" data-orig-size="2078,1952" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2025-02-04 um 12.44.10" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-44-10.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-44-10.png?w=580"/> </a>
</div> <!-- /.thumbnail -->
<div class="title-wrap clearfix">
<h2 class="post-title entry-title">
<a href="2018/02/04/die-halbe-welt-ist-online-in-der-schweiz-gibt-es-nur-noch-11-offliner/" rel="bookmark" title="Die halbe Welt ist online – In der Schweiz gibt es nur noch 11% Offliner">Die halbe Welt ist online - In der Schweiz gibt es nur noch 11%&nbsp;Offliner</a>
</h2>
<div class="post-header-meta">
<span class="the-time updated">4. Februar 2018</span>
<span class="the-comment-link">&mdash;&nbsp;<a href="2018/02/04/die-halbe-welt-ist-online-in-der-schweiz-gibt-es-nur-noch-11-offliner/#respond">Hinterlasse einen Kommentar</a></span>
</div><!-- /.post-header-meta -->
</div><!-- /.title-wrap -->
</div> <!-- /.post-header -->
<div id="content-3615" class="entry-content clearfix">
<p>Der neue Global Digital Report 2018 von We Are Social und Hootsuite zeigt, dass heutzutage mehr als <strong>4 Milliarden</strong> Menschen das Internet nutzen. In der Schweiz liegt die Internetpenetration bei 89%.</p>
<p>Anbei findet ihr die <strong>13 wichtigsten Charts zur Schweiz</strong>.</p>
<h3>1. Übersicht Schweiz</h3>
<p><img data-attachment-id="3628" data-permalink="https://svenruoss.ch/2018/02/04/die-halbe-welt-ist-online-in-der-schweiz-gibt-es-nur-noch-11-offliner/bildschirmfoto-2018-02-04-um-12-23-45/" data-orig-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-23-45.png" data-orig-size="4920,2604" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2025-02-04 um 12.23.45" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-23-45.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-23-45.png?w=580" class="alignnone size-full wp-image-3628" src="2018/02/bildschirmfoto-2018-02-04-um-12-23-45_w-580.png" alt="Bildschirmfoto 2025-02-04 um 12.23.45" srcset="2018/02/bildschirmfoto-2018-02-04-um-12-23-45_w-580.png 580w, 2018/02/bildschirmfoto-2018-02-04-um-12-23-45_w-1160.png 1160w, 2018/02/bildschirmfoto-2018-02-04-um-12-23-45_w-150.png 150w, 2018/02/bildschirmfoto-2018-02-04-um-12-23-45_w-300.png 300w, 2018/02/bildschirmfoto-2018-02-04-um-12-23-45_w-768.png 768w, 2018/02/bildschirmfoto-2018-02-04-um-12-23-45_w-1024.png 1024w" sizes="(max-width: 580px) 100vw, 580px"/></p>
<h3>2. Wachstumsraten</h3>
<p><img data-attachment-id="3627" data-permalink="https://svenruoss.ch/2018/02/04/die-halbe-welt-ist-online-in-der-schweiz-gibt-es-nur-noch-11-offliner/bildschirmfoto-2018-02-04-um-12-23-59/" data-orig-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-23-59.png" data-orig-size="4930,2624" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2025-02-04 um 12.23.59" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-23-59.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-23-59.png?w=580" class="alignnone size-full wp-image-3627" src="2018/02/bildschirmfoto-2018-02-04-um-12-23-59_w-580.png" alt="Bildschirmfoto 2025-02-04 um 12.23.59" srcset="2018/02/bildschirmfoto-2018-02-04-um-12-23-59_w-580.png 580w, 2018/02/bildschirmfoto-2018-02-04-um-12-23-59_w-1160.png 1160w, 2018/02/bildschirmfoto-2018-02-04-um-12-23-59_w-150.png 150w, 2018/02/bildschirmfoto-2018-02-04-um-12-23-59_w-300.png 300w, 2018/02/bildschirmfoto-2018-02-04-um-12-23-59_w-768.png 768w, 2018/02/bildschirmfoto-2018-02-04-um-12-23-59_w-1024.png 1024w" sizes="(max-width: 580px) 100vw, 580px"/></p>
<h3>3. Nutzung nach Devices</h3>
<p><img data-attachment-id="3626" data-permalink="https://svenruoss.ch/2018/02/04/die-halbe-welt-ist-online-in-der-schweiz-gibt-es-nur-noch-11-offliner/bildschirmfoto-2018-02-04-um-12-24-14/" data-orig-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-24-14.png" data-orig-size="4940,2616" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2025-02-04 um 12.24.14" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-24-14.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-24-14.png?w=580" class="alignnone size-full wp-image-3626" src="2018/02/bildschirmfoto-2018-02-04-um-12-24-14_w-580.png" alt="Bildschirmfoto 2025-02-04 um 12.24.14" srcset="2018/02/bildschirmfoto-2018-02-04-um-12-24-14_w-580.png 580w, 2018/02/bildschirmfoto-2018-02-04-um-12-24-14_w-1160.png 1160w, 2018/02/bildschirmfoto-2018-02-04-um-12-24-14_w-150.png 150w, 2018/02/bildschirmfoto-2018-02-04-um-12-24-14_w-300.png 300w, 2018/02/bildschirmfoto-2018-02-04-um-12-24-14_w-768.png 768w, 2018/02/bildschirmfoto-2018-02-04-um-12-24-14_w-1024.png 1024w" sizes="(max-width: 580px) 100vw, 580px"/></p>
<h3>4. Prozentualer Anteil Webtraffic nach Device</h3>
<p><img data-attachment-id="3625" data-permalink="https://svenruoss.ch/2018/02/04/die-halbe-welt-ist-online-in-der-schweiz-gibt-es-nur-noch-11-offliner/bildschirmfoto-2018-02-04-um-12-24-46/" data-orig-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-24-46.png" data-orig-size="4938,2626" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2025-02-04 um 12.24.46" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-24-46.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-24-46.png?w=580" class="alignnone size-full wp-image-3625" src="2018/02/bildschirmfoto-2018-02-04-um-12-24-46_w-580.png" alt="Bildschirmfoto 2025-02-04 um 12.24.46" srcset="2018/02/bildschirmfoto-2018-02-04-um-12-24-46_w-580.png 580w, 2018/02/bildschirmfoto-2018-02-04-um-12-24-46_w-1158.png 1158w, 2018/02/bildschirmfoto-2018-02-04-um-12-24-46_w-150.png 150w, 2018/02/bildschirmfoto-2018-02-04-um-12-24-46_w-300.png 300w, 2018/02/bildschirmfoto-2018-02-04-um-12-24-46_w-768.png 768w, 2018/02/bildschirmfoto-2018-02-04-um-12-24-46_w-1024.png 1024w" sizes="(max-width: 580px) 100vw, 580px"/></p>
<h3>5. Wöchentliche Online-Aktivitäten</h3>
<h3><img data-attachment-id="3624" data-permalink="https://svenruoss.ch/2018/02/04/die-halbe-welt-ist-online-in-der-schweiz-gibt-es-nur-noch-11-offliner/bildschirmfoto-2018-02-04-um-12-25-02/" data-orig-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-25-02.png" data-orig-size="4938,2624" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2025-02-04 um 12.25.02" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-25-02.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-25-02.png?w=580" class="alignnone size-full wp-image-3624" style="font-size:16px;font-weight:400;" src="2018/02/bildschirmfoto-2018-02-04-um-12-25-02_w-580.png" alt="Bildschirmfoto 2025-02-04 um 12.25.02" srcset="2018/02/bildschirmfoto-2018-02-04-um-12-25-02_w-580.png 580w, 2018/02/bildschirmfoto-2018-02-04-um-12-25-02_w-1160.png 1160w, 2018/02/bildschirmfoto-2018-02-04-um-12-25-02_w-150.png 150w, 2018/02/bildschirmfoto-2018-02-04-um-12-25-02_w-300.png 300w, 2018/02/bildschirmfoto-2018-02-04-um-12-25-02_w-768.png 768w, 2018/02/bildschirmfoto-2018-02-04-um-12-25-02_w-1024.png 1024w" sizes="(max-width: 580px) 100vw, 580px"/></h3>
<h3>6. Häufigkeit Konsum von Online-Videos</h3>
<h3><img data-attachment-id="3623" data-permalink="https://svenruoss.ch/2018/02/04/die-halbe-welt-ist-online-in-der-schweiz-gibt-es-nur-noch-11-offliner/bildschirmfoto-2018-02-04-um-12-25-12/" data-orig-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-25-12.png" data-orig-size="4940,2606" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2025-02-04 um 12.25.12" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-25-12.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-25-12.png?w=580" class="alignnone size-full wp-image-3623" style="font-size:16px;font-weight:400;" src="2018/02/bildschirmfoto-2018-02-04-um-12-25-12_w-580.png" alt="Bildschirmfoto 2025-02-04 um 12.25.12" srcset="2018/02/bildschirmfoto-2018-02-04-um-12-25-12_w-580.png 580w, 2018/02/bildschirmfoto-2018-02-04-um-12-25-12_w-1160.png 1160w, 2018/02/bildschirmfoto-2018-02-04-um-12-25-12_w-150.png 150w, 2018/02/bildschirmfoto-2018-02-04-um-12-25-12_w-300.png 300w, 2018/02/bildschirmfoto-2018-02-04-um-12-25-12_w-768.png 768w, 2018/02/bildschirmfoto-2018-02-04-um-12-25-12_w-1024.png 1024w" sizes="(max-width: 580px) 100vw, 580px"/></h3>
<h3>7. Arten des Fernsehkonsums</h3>
<h3><img data-attachment-id="3622" data-permalink="https://svenruoss.ch/2018/02/04/die-halbe-welt-ist-online-in-der-schweiz-gibt-es-nur-noch-11-offliner/bildschirmfoto-2018-02-04-um-12-25-26/" data-orig-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-25-26.png" data-orig-size="4926,2612" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2025-02-04 um 12.25.26" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-25-26.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-25-26.png?w=580" class="alignnone size-full wp-image-3622" style="font-size:16px;font-weight:400;" src="2018/02/bildschirmfoto-2018-02-04-um-12-25-26_w-580.png" alt="Bildschirmfoto 2025-02-04 um 12.25.26" srcset="2018/02/bildschirmfoto-2018-02-04-um-12-25-26_w-580.png 580w, 2018/02/bildschirmfoto-2018-02-04-um-12-25-26_w-1160.png 1160w, 2018/02/bildschirmfoto-2018-02-04-um-12-25-26_w-150.png 150w, 2018/02/bildschirmfoto-2018-02-04-um-12-25-26_w-300.png 300w, 2018/02/bildschirmfoto-2018-02-04-um-12-25-26_w-768.png 768w, 2018/02/bildschirmfoto-2018-02-04-um-12-25-26_w-1024.png 1024w" sizes="(max-width: 580px) 100vw, 580px"/></h3>
<h3>8. Soziodemografische Verteilung der Schweizer Facebook-User</h3>
<h3><img data-attachment-id="3621" data-permalink="https://svenruoss.ch/2018/02/04/die-halbe-welt-ist-online-in-der-schweiz-gibt-es-nur-noch-11-offliner/bildschirmfoto-2018-02-04-um-12-25-47/" data-orig-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-25-47.png" data-orig-size="4934,2630" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2025-02-04 um 12.25.47" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-25-47.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-25-47.png?w=580" class="alignnone size-full wp-image-3621" style="font-size:16px;font-weight:400;" src="2018/02/bildschirmfoto-2018-02-04-um-12-25-47_w-580.png" alt="Bildschirmfoto 2025-02-04 um 12.25.47" srcset="2018/02/bildschirmfoto-2018-02-04-um-12-25-47_w-580.png 580w, 2018/02/bildschirmfoto-2018-02-04-um-12-25-47_w-1160.png 1160w, 2018/02/bildschirmfoto-2018-02-04-um-12-25-47_w-150.png 150w, 2018/02/bildschirmfoto-2018-02-04-um-12-25-47_w-300.png 300w, 2018/02/bildschirmfoto-2018-02-04-um-12-25-47_w-768.png 768w, 2018/02/bildschirmfoto-2018-02-04-um-12-25-47_w-1024.png 1024w" sizes="(max-width: 580px) 100vw, 580px"/></h3>
<h3>9. Durchschnittliche Reichweite von Facebook-Posts</h3>
<h3><img data-attachment-id="3620" data-permalink="https://svenruoss.ch/2018/02/04/die-halbe-welt-ist-online-in-der-schweiz-gibt-es-nur-noch-11-offliner/bildschirmfoto-2018-02-04-um-12-26-02/" data-orig-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-26-02.png" data-orig-size="4926,2608" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2025-02-04 um 12.26.02" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-26-02.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-26-02.png?w=580" class="alignnone size-full wp-image-3620" style="font-size:16px;font-weight:400;" src="2018/02/bildschirmfoto-2018-02-04-um-12-26-02_w-580.png" alt="Bildschirmfoto 2025-02-04 um 12.26.02" srcset="2018/02/bildschirmfoto-2018-02-04-um-12-26-02_w-580.png 580w, 2018/02/bildschirmfoto-2018-02-04-um-12-26-02_w-1160.png 1160w, 2018/02/bildschirmfoto-2018-02-04-um-12-26-02_w-150.png 150w, 2018/02/bildschirmfoto-2018-02-04-um-12-26-02_w-300.png 300w, 2018/02/bildschirmfoto-2018-02-04-um-12-26-02_w-768.png 768w, 2018/02/bildschirmfoto-2018-02-04-um-12-26-02_w-1024.png 1024w" sizes="(max-width: 580px) 100vw, 580px"/></h3>
<h3>10. Durchschnittliche Engagement-Rate von Facebook-Posts</h3>
<h3><img data-attachment-id="3619" data-permalink="https://svenruoss.ch/2018/02/04/die-halbe-welt-ist-online-in-der-schweiz-gibt-es-nur-noch-11-offliner/bildschirmfoto-2018-02-04-um-12-26-15/" data-orig-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-26-15.png" data-orig-size="4942,2598" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2025-02-04 um 12.26.15" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-26-15.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-26-15.png?w=580" class="alignnone size-full wp-image-3619" style="font-size:16px;font-weight:400;" src="2018/02/bildschirmfoto-2018-02-04-um-12-26-15_w-580.png" alt="Bildschirmfoto 2025-02-04 um 12.26.15" srcset="2018/02/bildschirmfoto-2018-02-04-um-12-26-15_w-580.png 580w, 2018/02/bildschirmfoto-2018-02-04-um-12-26-15_w-1160.png 1160w, 2018/02/bildschirmfoto-2018-02-04-um-12-26-15_w-150.png 150w, 2018/02/bildschirmfoto-2018-02-04-um-12-26-15_w-300.png 300w, 2018/02/bildschirmfoto-2018-02-04-um-12-26-15_w-768.png 768w, 2018/02/bildschirmfoto-2018-02-04-um-12-26-15_w-1024.png 1024w" sizes="(max-width: 580px) 100vw, 580px"/></h3>
<h3>11. Smartphone Aktivitäten</h3>
<h3><img data-attachment-id="3618" data-permalink="https://svenruoss.ch/2018/02/04/die-halbe-welt-ist-online-in-der-schweiz-gibt-es-nur-noch-11-offliner/bildschirmfoto-2018-02-04-um-12-26-41/" data-orig-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-26-41.png" data-orig-size="4924,2616" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2025-02-04 um 12.26.41" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-26-41.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-26-41.png?w=580" class="alignnone size-full wp-image-3618" style="font-size:16px;font-weight:400;" src="2018/02/bildschirmfoto-2018-02-04-um-12-26-41_w-580.png" alt="Bildschirmfoto 2025-02-04 um 12.26.41" srcset="2018/02/bildschirmfoto-2018-02-04-um-12-26-41_w-580.png 580w, 2018/02/bildschirmfoto-2018-02-04-um-12-26-41_w-1160.png 1160w, 2018/02/bildschirmfoto-2018-02-04-um-12-26-41_w-150.png 150w, 2018/02/bildschirmfoto-2018-02-04-um-12-26-41_w-300.png 300w, 2018/02/bildschirmfoto-2018-02-04-um-12-26-41_w-768.png 768w, 2018/02/bildschirmfoto-2018-02-04-um-12-26-41_w-1024.png 1024w" sizes="(max-width: 580px) 100vw, 580px"/></h3>
<h3>12. E-Commerce Umsatz nach Kategorien</h3>
<h3><img data-attachment-id="3617" data-permalink="https://svenruoss.ch/2018/02/04/die-halbe-welt-ist-online-in-der-schweiz-gibt-es-nur-noch-11-offliner/bildschirmfoto-2018-02-04-um-12-26-59/" data-orig-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-26-59.png" data-orig-size="4936,2624" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2025-02-04 um 12.26.59" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-26-59.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-26-59.png?w=580" class="alignnone size-full wp-image-3617" style="font-size:16px;font-weight:400;" src="2018/02/bildschirmfoto-2018-02-04-um-12-26-59_w-580.png" alt="Bildschirmfoto 2025-02-04 um 12.26.59" srcset="2018/02/bildschirmfoto-2018-02-04-um-12-26-59_w-580.png 580w, 2018/02/bildschirmfoto-2018-02-04-um-12-26-59_w-1160.png 1160w, 2018/02/bildschirmfoto-2018-02-04-um-12-26-59_w-150.png 150w, 2018/02/bildschirmfoto-2018-02-04-um-12-26-59_w-300.png 300w, 2018/02/bildschirmfoto-2018-02-04-um-12-26-59_w-768.png 768w, 2018/02/bildschirmfoto-2018-02-04-um-12-26-59_w-1024.png 1024w" sizes="(max-width: 580px) 100vw, 580px"/></h3>
<h3>13. E-Commerce Wachstumsraten in der Schweiz</h3>
<h3><img data-attachment-id="3616" data-permalink="https://svenruoss.ch/2018/02/04/die-halbe-welt-ist-online-in-der-schweiz-gibt-es-nur-noch-11-offliner/bildschirmfoto-2018-02-04-um-12-27-07/" data-orig-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-27-07.png" data-orig-size="4928,2628" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2025-02-04 um 12.27.07" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-27-07.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/02/bildschirmfoto-2018-02-04-um-12-27-07.png?w=580" class="alignnone size-full wp-image-3616" style="font-size:16px;font-weight:400;" src="2018/02/bildschirmfoto-2018-02-04-um-12-27-07_w-580.png" alt="Bildschirmfoto 2025-02-04 um 12.27.07" srcset="2018/02/bildschirmfoto-2018-02-04-um-12-27-07_w-580.png 580w, 2018/02/bildschirmfoto-2018-02-04-um-12-27-07_w-1160.png 1160w, 2018/02/bildschirmfoto-2018-02-04-um-12-27-07_w-150.png 150w, 2018/02/bildschirmfoto-2018-02-04-um-12-27-07_w-300.png 300w, 2018/02/bildschirmfoto-2018-02-04-um-12-27-07_w-768.png 768w, 2018/02/bildschirmfoto-2018-02-04-um-12-27-07_w-1024.png 1024w" sizes="(max-width: 580px) 100vw, 580px"/></h3>
<p>Die <strong>komplette Studie</strong> kann bei https://digitalreport.wearesocial.com/ heruntergeladen werden.</p>
<p><strong>Globale Übersicht: 2018 Digital Yeahrbook (260 Slides)</strong></p>
<iframe src="slideshow/embed_code/86862930_ext_iframe/" width="580" height="475" sandbox="allow-popups allow-scripts allow-same-origin allow-presentation" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe>
<p><strong>Digital in 2018 in Western Europe (inkl. Switzerland, 284 Slides)</strong></p>
<iframe src="slideshow/embed_code/86864045_ext_iframe/" width="580" height="475" sandbox="allow-popups allow-scripts allow-same-origin allow-presentation" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe>
</div><!-- /.entry-content -->
<div class="post-meta">
<div class="row-fluid">
<div class="meta-date-cat-tags span9">
<span class="the-category">in <a href="tag/digitale-transformation/" rel="category tag">Digitale Transformation</a>, <a href="category/internet/" rel="category tag">Internet</a>, <a href="category/medien/" rel="category tag">Medien</a>, <a href="tag/mobile/" rel="category tag">Mobile</a>, <a href="tag/social-media/" rel="category tag">Social Media</a>, <a href="tag/werbung/" rel="category tag">Werbung</a></span>
<span class="the-tags"><a href="tag/digital/" rel="tag">Digital</a>, <a href="tag/hootsuite/" rel="tag">Hootsuite</a>, <a href="tag/internet/" rel="tag">Internet</a>, <a href="tag/schweiz/" rel="tag">Schweiz</a>, <a href="tag/smartphone/" rel="tag">Smartphone</a>, <a href="tag/social-media/" rel="tag">Social Media</a>, <a href="tag/switzerland/" rel="tag">Switzerland</a>, <a href="tag/we-are-social/" rel="tag">We are social</a></span>
</div><!-- /meta-date-cat-tags -->
<div class="meta-comment-link span3">
<a class="fademe pull-right post-link" href="2018/02/04/die-halbe-welt-ist-online-in-der-schweiz-gibt-es-nur-noch-11-offliner/" title="Permalink"><img src="wp-content/themes/premium/standard/images/icn-permalink.png" alt="Permalink"/></a>
<span class="the-edit-post"></span>
</div><!-- /meta-comment-link -->
</div><!--/row-fluid -->
</div><!-- /.post-meta -->
</div> <!-- /#post- -->
<div id="post-3606" class="post format-standard clearfix post-3606 type-post status-publish has-post-thumbnail hentry category-digitale-transformation category-internet tag-digital-switzerland tag-digital-transformation tag-digitale-dinosaurier tag-digitale-technologien tag-digitale-transformation tag-digitaler-reifegrad tag-hwz tag-schweizer-kmu">
<div class="post-header clearfix">
<div class="thumbnail alignleft">
<a class="thumbnail-link fademe" href="2018/01/04/im-land-der-digitalen-dinosaurier/" title="Im Land der digitalen Dinosaurier">
<img width="150" height="85" src="2018/01/bildschirmfoto-2018-01-04-um-20-25-21_w-150.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="2018/01/bildschirmfoto-2018-01-04-um-20-25-21_w-150.png 150w, 2018/01/bildschirmfoto-2018-01-04-um-20-25-21_w-300.png 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="3611" data-permalink="https://svenruoss.ch/2018/01/04/im-land-der-digitalen-dinosaurier/bildschirmfoto-2018-01-04-um-20-25-21/" data-orig-file="https://svenruoss.files.wordpress.com/2018/01/bildschirmfoto-2018-01-04-um-20-25-21.png" data-orig-size="2350,1330" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2025-01-04 um 20.25.21" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/01/bildschirmfoto-2018-01-04-um-20-25-21.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/01/bildschirmfoto-2018-01-04-um-20-25-21.png?w=580"/> </a>
</div> <!-- /.thumbnail -->
<div class="title-wrap clearfix">
<h2 class="post-title entry-title">
<a href="2018/01/04/im-land-der-digitalen-dinosaurier/" rel="bookmark" title="Im Land der digitalen Dinosaurier">Im Land der digitalen&nbsp;Dinosaurier</a>
</h2>
<div class="post-header-meta">
<span class="the-time updated">4. Januar 2018</span>
<span class="the-comment-link">&mdash;&nbsp;<a href="2018/01/04/im-land-der-digitalen-dinosaurier/#respond">Hinterlasse einen Kommentar</a></span>
</div><!-- /.post-header-meta -->
</div><!-- /.title-wrap -->
</div> <!-- /.post-header -->
<div id="content-3606" class="entry-content clearfix">
<p><strong>Vor über drei Jahren habe ich im Rahmen einer Masterthesis die Studie «Digital Switzerland» ins Leben gerufen und den Begriff «Digitale Dinsosaurier» erfunden. Heute wurden die Ergebnisse der zum dritten Mal durchgeführte Studie präsentiert. Doch leider gibt es auch heute noch in der Schweiz viel zu viele «Digitale Dinosaurier». Den Schweizer KMU fehlt es immer noch an digitalem Fachwissen. </strong></p>
<p>Die Studie «Digital Switzerland» von der HWZ Hochschule für Wirtschaft Zürich und localsearch (Swisscom Directories AG) zeigt, dass Schweizer KMU digitalen Nachholbedarf haben: 87% der Befragten sind als Digitale Dinosaurier einzustufen. Fehlende finanzielle Mittel, technische Ausstattung und Fachwissen sind für Mikrounternehmen dabei die grössten Herausforderungen.</p>
<p><img data-attachment-id="3607" data-permalink="https://svenruoss.ch/2018/01/04/im-land-der-digitalen-dinosaurier/bildschirmfoto-2018-01-04-um-20-17-53/" data-orig-file="https://svenruoss.files.wordpress.com/2018/01/bildschirmfoto-2018-01-04-um-20-17-53.png" data-orig-size="2642,1868" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2025-01-04 um 20.17.53" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/01/bildschirmfoto-2018-01-04-um-20-17-53.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/01/bildschirmfoto-2018-01-04-um-20-17-53.png?w=580" class="alignnone size-full wp-image-3607" src="2018/01/bildschirmfoto-2018-01-04-um-20-17-53_w-580.png" alt="Bildschirmfoto 2025-01-04 um 20.17.53" srcset="2018/01/bildschirmfoto-2018-01-04-um-20-17-53_w-580.png 580w, 2018/01/bildschirmfoto-2018-01-04-um-20-17-53_w-1160.png 1160w, 2018/01/bildschirmfoto-2018-01-04-um-20-17-53_w-150.png 150w, 2018/01/bildschirmfoto-2018-01-04-um-20-17-53_w-300.png 300w, 2018/01/bildschirmfoto-2018-01-04-um-20-17-53_w-768.png 768w, 2018/01/bildschirmfoto-2018-01-04-um-20-17-53_w-1024.png 1024w" sizes="(max-width: 580px) 100vw, 580px"/></p>
<p>Die zum dritten Mal durchgeführte KMU-Studie «Digital Switzerland» untersucht Ziele und Herausforderungen der digitalen Transformation für Schweizer Unternehmen und kommt zum Ergebnis, dass eine Mehrheit von 87% der Befragten als digitale Dinosaurier einzustufen sind. Die sogenannten digitalen Dinosaurier sind überproportional bei Mikrounternehmen (1–9 Mitarbeitende) vertreten. «Die Studie zeigt, dass viel Potenzial ungenutzt bleibt, aber gleichzeitig eben auch ein Ressourcenproblem besteht, um die digitale Transformation voranzutreiben», sagt Manuel Nappo, Leiter des Institute for Digital Business der HWZ, das die Studie verantwortet. Stefano Santinelli, CEO von localsearch überraschen die Studienergebnisse nicht: «Mit 40 Jahren Erfahrung kennt localsearch die KMUs in der Schweiz genau. Gerade Mikrounternehmen haben oft weder die Zeit noch das Know-how, um sich mit der Digitalisierung zu beschäftigen. Dabei drohen viele den Anschluss zu verlieren, denn: Wer heute online nicht präsent ist, wird schlicht nicht mehr wahrgenommen und die Konkurrenz ist nur einen Klick entfernt.»</p>
<h2>Fehlende Ressourcen sind zentrale Herausforderung</h2>
<p>Generelle Herausforderungen im Zuge der digitalen Transformation sind fehlende finanzielle Mittel, ungenügende technologische Ausstattung und Mangel an Fachwissen. Bei Unternehmen mit mehr als 100 Mitarbeitenden zählen neben fehlendem Fachwissen, eine nicht vorhandene Veränderungskultur und unklare Verantwortlichkeiten zu den grössten Herausforderungen.</p>
<p><img data-attachment-id="3610" data-permalink="https://svenruoss.ch/2018/01/04/im-land-der-digitalen-dinosaurier/bildschirmfoto-2018-01-04-um-20-18-25/" data-orig-file="https://svenruoss.files.wordpress.com/2018/01/bildschirmfoto-2018-01-04-um-20-18-25.png" data-orig-size="2512,1848" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2025-01-04 um 20.18.25" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/01/bildschirmfoto-2018-01-04-um-20-18-25.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/01/bildschirmfoto-2018-01-04-um-20-18-25.png?w=580" class="alignnone size-full wp-image-3610" src="2018/01/bildschirmfoto-2018-01-04-um-20-18-25_w-580.png" alt="Bildschirmfoto 2025-01-04 um 20.18.25" srcset="2018/01/bildschirmfoto-2018-01-04-um-20-18-25_w-580.png 580w, 2018/01/bildschirmfoto-2018-01-04-um-20-18-25_w-1160.png 1160w, 2018/01/bildschirmfoto-2018-01-04-um-20-18-25_w-150.png 150w, 2018/01/bildschirmfoto-2018-01-04-um-20-18-25_w-300.png 300w, 2018/01/bildschirmfoto-2018-01-04-um-20-18-25_w-768.png 768w, 2018/01/bildschirmfoto-2018-01-04-um-20-18-25_w-1024.png 1024w" sizes="(max-width: 580px) 100vw, 580px"/></p>
<h2>Ziel Kundenbindung und Kostenreduktion</h2>
<p>Als wichtigste Ziele der digitalen Transformation werden Kundenbindung, Kostenreduktion und erhöhte Reichweite für die Neukundenakquise angegeben. Bei Unternehmen mit mehr als 100 Mitarbeitenden spielt zudem das verbesserte Kundenerlebnis eine zentrale Rolle.</p>
<p><img data-attachment-id="3608" data-permalink="https://svenruoss.ch/2018/01/04/im-land-der-digitalen-dinosaurier/bildschirmfoto-2018-01-04-um-20-18-02/" data-orig-file="https://svenruoss.files.wordpress.com/2018/01/bildschirmfoto-2018-01-04-um-20-18-02.png" data-orig-size="2560,1858" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2025-01-04 um 20.18.02" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/01/bildschirmfoto-2018-01-04-um-20-18-02.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/01/bildschirmfoto-2018-01-04-um-20-18-02.png?w=580" class="alignnone size-full wp-image-3608" src="2018/01/bildschirmfoto-2018-01-04-um-20-18-02_w-580.png" alt="Bildschirmfoto 2025-01-04 um 20.18.02" srcset="2018/01/bildschirmfoto-2018-01-04-um-20-18-02_w-580.png 580w, 2018/01/bildschirmfoto-2018-01-04-um-20-18-02_w-1160.png 1160w, 2018/01/bildschirmfoto-2018-01-04-um-20-18-02_w-150.png 150w, 2018/01/bildschirmfoto-2018-01-04-um-20-18-02_w-300.png 300w, 2018/01/bildschirmfoto-2018-01-04-um-20-18-02_w-768.png 768w, 2018/01/bildschirmfoto-2018-01-04-um-20-18-02_w-1024.png 1024w" sizes="(max-width: 580px) 100vw, 580px"/></p>
<h2>Potenzial nicht ausgeschöpft</h2>
<p>Für die künftige Entwicklung der Unternehmen wird Digital Security von den Befragten am wichtigsten eingestuft, gefolgt von Social Media und digitalem Marketing. Nach Kenntnissen gefragt, geben die Umfrageteilnehmer an, dass sie sich vor allem mit Social Media, Wearables und E-Commerce auskennen.</p>
<p>Im Unternehmensalltag werden die digitalen Möglichkeiten aber noch kaum ausgeschöpft: so ist es bei 77% der Befragten Unternehmen mit terminierbaren Leistungen – wie Coiffeurebetrieben oder Physiotherapeuten – heute nicht möglich, online einen Termin zu buchen. 60% verfügen entsprechend auch nicht über eine Softwarelösung, um die Termine zu verwalten. Gerade die Mikrounternehmen tun sich schwer mit dem Online-Marketing: Nur etwa ein Drittel der Befragten kontaktiert die Kundinnen und Kunden online mit personalisierten Angeboten und gerade mal 11% setzen ein digitales Treuesystem ein. Im Bereich Social Media und Bewertungen sind ebenfalls noch Defizite vorhanden. 74% der Umfrageteilnehmer verfügen über keinen Mechanismus oder Ablauf, der sie über Online-Bewertungen informiert und lediglich 34% reagieren aktiv auf Bewertungen und Erfahrungsberichte im Internet. 78% verzichten daher auch darauf, Kundinnen und Kunden aktiv dazu aufzufordern, das Unternehmen, die Produkte oder die Dienstleistung online zu bewerten.</p>
<p><img data-attachment-id="3609" data-permalink="https://svenruoss.ch/2018/01/04/im-land-der-digitalen-dinosaurier/bildschirmfoto-2018-01-04-um-20-18-10/" data-orig-file="https://svenruoss.files.wordpress.com/2018/01/bildschirmfoto-2018-01-04-um-20-18-10.png" data-orig-size="2508,1840" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2025-01-04 um 20.18.10" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2018/01/bildschirmfoto-2018-01-04-um-20-18-10.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2018/01/bildschirmfoto-2018-01-04-um-20-18-10.png?w=580" class="alignnone size-full wp-image-3609" src="2018/01/bildschirmfoto-2018-01-04-um-20-18-10_w-580.png" alt="Bildschirmfoto 2025-01-04 um 20.18.10" srcset="2018/01/bildschirmfoto-2018-01-04-um-20-18-10_w-580.png 580w, 2018/01/bildschirmfoto-2018-01-04-um-20-18-10_w-1160.png 1160w, 2018/01/bildschirmfoto-2018-01-04-um-20-18-10_w-150.png 150w, 2018/01/bildschirmfoto-2018-01-04-um-20-18-10_w-300.png 300w, 2018/01/bildschirmfoto-2018-01-04-um-20-18-10_w-768.png 768w, 2018/01/bildschirmfoto-2018-01-04-um-20-18-10_w-1024.png 1024w" sizes="(max-width: 580px) 100vw, 580px"/></p>
<h2>Zur Studie</h2>
<p>Digital Switzerland wurde vom Institute for Digital Business der HWZ Hochschule für Wirtschaft Zürich und localsearch durchgeführt. Die Studie befasst sich mit der digitalen Transformation, deren aktuellem Stellenwert sowie Chancen und Gefahren für Schweizer Unternehmen. 1’294 Unternehmen haben an der Online-Befragung teilgenommen. Erhoben wurde von Oktober bis November 2017.</p>
<p>Weitere Informationen gibt es unter www.digital-switzerland.ch. Das Abstract der Studie finden Sie hier.</p>
</div><!-- /.entry-content -->
<div class="post-meta">
<div class="row-fluid">
<div class="meta-date-cat-tags span9">
<span class="the-category">in <a href="tag/digitale-transformation/" rel="category tag">Digitale Transformation</a>, <a href="category/internet/" rel="category tag">Internet</a></span>
<span class="the-tags"><a href="tag/digital-switzerland/" rel="tag">Digital Switzerland</a>, <a href="tag/digital-transformation/" rel="tag">Digital Transformation</a>, <a href="tag/digitale-dinosaurier/" rel="tag">Digitale Dinosaurier</a>, <a href="tag/digitale-technologien/" rel="tag">Digitale Technologien</a>, <a href="tag/digitale-transformation/" rel="tag">Digitale Transformation</a>, <a href="tag/digitaler-reifegrad/" rel="tag">Digitaler Reifegrad</a>, <a href="tag/hwz/" rel="tag">HWZ</a>, <a href="tag/schweizer-kmu/" rel="tag">Schweizer KMU</a></span>
</div><!-- /meta-date-cat-tags -->
<div class="meta-comment-link span3">
<a class="fademe pull-right post-link" href="2018/01/04/im-land-der-digitalen-dinosaurier/" title="Permalink"><img src="wp-content/themes/premium/standard/images/icn-permalink.png" alt="Permalink"/></a>
<span class="the-edit-post"></span>
</div><!-- /meta-comment-link -->
</div><!--/row-fluid -->
</div><!-- /.post-meta -->
</div> <!-- /#post- -->
<div id="post-3603" class="post format-standard clearfix post-3603 type-post status-publish has-post-thumbnail hentry category-generation-y category-job category-spass category-zitate tag-1820319 tag-2063728 tag-highlights tag-vorsaetze">
<div class="post-header clearfix">
<div class="thumbnail alignleft">
<a class="thumbnail-link fademe" href="2017/12/31/if-everything-seems-under-control-you-are-just-not-going-fast-enough/" title="«If everything seems under control, you are just not going fast enough»">
<img width="150" height="102" src="2017/12/bildschirmfoto-2017-12-31-um-15-49-26_w-150.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="2017/12/bildschirmfoto-2017-12-31-um-15-49-26_w-150.png 150w, 2017/12/bildschirmfoto-2017-12-31-um-15-49-26_w-300.png 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="3602" data-permalink="https://svenruoss.ch/bildschirmfoto-2017-12-31-um-15-49-26/" data-orig-file="https://svenruoss.files.wordpress.com/2017/12/bildschirmfoto-2017-12-31-um-15-49-26.png" data-orig-size="878,598" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2024-12-31 um 15.49.26" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2017/12/bildschirmfoto-2017-12-31-um-15-49-26.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2017/12/bildschirmfoto-2017-12-31-um-15-49-26.png?w=580"/> </a>
</div> <!-- /.thumbnail -->
<div class="title-wrap clearfix">
<h2 class="post-title entry-title">
<a href="2017/12/31/if-everything-seems-under-control-you-are-just-not-going-fast-enough/" rel="bookmark" title="«If everything seems under control, you are just not going fast enough»">«If everything seems under control, you are just not going fast&nbsp;enough»</a>
</h2>
<div class="post-header-meta">
<span class="the-time updated">31. Dezember 2017</span>
<span class="the-comment-link">&mdash;&nbsp;<a href="2017/12/31/if-everything-seems-under-control-you-are-just-not-going-fast-enough/#respond">Hinterlasse einen Kommentar</a></span>
</div><!-- /.post-header-meta -->
</div><!-- /.title-wrap -->
</div> <!-- /.post-header -->
<div id="content-3603" class="entry-content clearfix">
<p>Das Jahr 2017 neigt sich dem Ende zu. Für mich persönlich war 2017 ein spannendes und intensives Jahr. Im 2017 ist mir selber bewusst geworden, dass das Tempo insgesamt enorm erhöht wurde. Um im digitalen Zeitalter mitzukommen, muss man im Sprinttempo einen Ultra-Marathon rennen. Immer wenn ich das Gefühl bekommen habe, die Kontrolle zu verlieren, habe ich folgendes Quote von Mario Andretti in Erinnerung gerufen: <em><strong>«If everything seems under control, you are just not going fast enough». </strong></em>Im 2018 wird es vermutlich in einem ähnlich hohen oder noch höheren Tempo weitergehen. Auf schnelle Beine im 2018.</p>
<p><strong>Meine (beruflichen) Highlights im 2017: </strong></p>
<ul>
<li>Neue Funktion bei Ringier AG, neu <strong>Head of Product & Business Development bei der Blick-Gruppe </strong></li>
<li><strong>Doppelte Durchführung meines CAS Social Media Managements</strong> mit ingesamt 48 Studierenden (komplett ausgebucht) (geplant war lediglich eine einfache Durchführung)</li>
<li><strong>Über 10 gehaltene Keynotes zu «Digital Business» und «Social Media»</strong> für Unternehmen und Organisationen wie Mercedes-Benz, BAKOM, ASTRA, LIPO, Post, Sport.Forum, Stadt Zug, VEB, VSG/ASDB etc.</li>
<li>Meine <strong>monatliche Kolumne in der Werbewoche</strong></li>
<li><strong>Statements zu «Digital Business» und «Social Media» in verschiedensten Publikationen</strong> (u.a. SRF 10vor10, 20 Minuten, Handelszeitung, Aargauer Zeitung, Der Bund)</li>
<li><strong>Weitere deutliche Traffic-Steigerung auf meinem Blog svenruoss.ch</strong> von 17% ggü. Vorjahr bzw. um 60% ggü. dem Startjahr 2013</li>
<li><strong>Zürich Marathon 2017 unter 3 Stunden</strong> (in genau 2 Stunden 59 Minuten 59 Sekunden ;-))</li>
</ul>
<p><img data-attachment-id="3604" data-permalink="https://svenruoss.ch/2017/12/31/if-everything-seems-under-control-you-are-just-not-going-fast-enough/bildschirmfoto-2017-12-31-um-16-34-58/" data-orig-file="https://svenruoss.files.wordpress.com/2017/12/bildschirmfoto-2017-12-31-um-16-34-58.png" data-orig-size="1500,870" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2024-12-31 um 16.34.58" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2017/12/bildschirmfoto-2017-12-31-um-16-34-58.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2017/12/bildschirmfoto-2017-12-31-um-16-34-58.png?w=580" class="alignnone size-full wp-image-3604" src="2017/12/bildschirmfoto-2017-12-31-um-16-34-58_w-580.png" alt="Bildschirmfoto 2024-12-31 um 16.34.58" srcset="2017/12/bildschirmfoto-2017-12-31-um-16-34-58_w-580.png 580w, 2017/12/bildschirmfoto-2017-12-31-um-16-34-58_w-1160.png 1160w, 2017/12/bildschirmfoto-2017-12-31-um-16-34-58_w-150.png 150w, 2017/12/bildschirmfoto-2017-12-31-um-16-34-58_w-300.png 300w, 2017/12/bildschirmfoto-2017-12-31-um-16-34-58_w-768.png 768w, 2017/12/bildschirmfoto-2017-12-31-um-16-34-58_w-1024.png 1024w" sizes="(max-width: 580px) 100vw, 580px"/></p>
<p><strong>Meine 3 Vorsätze für 2018: </strong></p>
<ul>
<li><strong>52 Lunches</strong> mit Leuten, mit welchen ich bisher noch nie Mittagessen war</li>
<li><strong>12 Weekends</strong>, an welchen ich überhaupt nicht arbeite</li>
<li><strong>12 Bücher</strong> lesen</li>
</ul>
<p>Ich wünsche euch allen einen guten Rutsch und auf ein spannendes 2018.</p>
</div><!-- /.entry-content -->
<div class="post-meta">
<div class="row-fluid">
<div class="meta-date-cat-tags span9">
<span class="the-category">in <a href="tag/generation-y/" rel="category tag">Generation Y</a>, <a href="category/job/" rel="category tag">Job</a>, <a href="category/spass/" rel="category tag">Spass</a>, <a href="category/zitate/" rel="category tag">Zitate</a></span>
<span class="the-tags"><a href="tag/2017/" rel="tag">2017</a>, <a href="tag/2018/" rel="tag">2018</a>, <a href="tag/highlights/" rel="tag">Highlights</a>, <a href="tag/vorsaetze/" rel="tag">Vorsätze</a></span>
</div><!-- /meta-date-cat-tags -->
<div class="meta-comment-link span3">
<a class="fademe pull-right post-link" href="2017/12/31/if-everything-seems-under-control-you-are-just-not-going-fast-enough/" title="Permalink"><img src="wp-content/themes/premium/standard/images/icn-permalink.png" alt="Permalink"/></a>
<span class="the-edit-post"></span>
</div><!-- /meta-comment-link -->
</div><!--/row-fluid -->
</div><!-- /.post-meta -->
</div> <!-- /#post- -->
<div id="post-3597" class="post format-standard clearfix post-3597 type-post status-publish has-post-thumbnail hentry category-internet category-marketing category-medien category-mobile category-social-media category-werbung tag-facebook tag-instagram tag-internet tag-mobile tag-nutzerzahlen tag-social-media tag-wachstum tag-werbung">
<div class="post-header clearfix">
<div class="thumbnail alignleft">
<a class="thumbnail-link fademe" href="2017/12/04/facebook-lebt/" title="Facebook lebt">
<img width="150" height="115" src="2017/12/bildschirmfoto-2017-12-04-um-21-35-27_w-150.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="2017/12/bildschirmfoto-2017-12-04-um-21-35-27_w-150.png 150w, 2017/12/bildschirmfoto-2017-12-04-um-21-35-27_w-300.png 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="3600" data-permalink="https://svenruoss.ch/2017/12/04/facebook-lebt/bildschirmfoto-2017-12-04-um-21-35-27/" data-orig-file="https://svenruoss.files.wordpress.com/2017/12/bildschirmfoto-2017-12-04-um-21-35-27.png" data-orig-size="1082,826" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2024-12-04 um 21.35.27" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2017/12/bildschirmfoto-2017-12-04-um-21-35-27.png?w=300" data-large-file="https://svenruoss.files.wordpress.com/2017/12/bildschirmfoto-2017-12-04-um-21-35-27.png?w=580"/> </a>
</div> <!-- /.thumbnail -->
<div class="title-wrap clearfix">
<h2 class="post-title entry-title">
<a href="2017/12/04/facebook-lebt/" rel="bookmark" title="Facebook lebt">Facebook lebt</a>
</h2>
<div class="post-header-meta">
<span class="the-time updated">4. Dezember 2017</span>
<span class="the-comment-link">&mdash;&nbsp;<a href="2017/12/04/facebook-lebt/#respond">Hinterlasse einen Kommentar</a></span>
</div><!-- /.post-header-meta -->
</div><!-- /.title-wrap -->
</div> <!-- /.post-header -->
<div id="content-3597" class="entry-content clearfix">
<p>Immer wieder behaupten böse Zungen, Facebook sei tot. Das s<strong>tetige Wachstum in Punkto Erlöse, Gewinn und Nutzerzahlen</strong> jedoch spricht eine deutlich andere Sprache, was auch die kürzlich präsentierten Zahlen für das 3. Quartal 2017 unterstreichen.</p>
<p>Facebook zählt im dritten Quartal 2017 beinahe 2.1 Milliarden monatlich und knapp 1.4 Milliarden täglich aktive Nutzer. Der Anteil der täglich aktiven Nutzer liegt konstant bei sehr hohen 66%. USA und Europa haben weltweit die aktivsten Nutzer. Über drei Viertel der Nutzer aus den USA und Europa sind täglich auf Facebook. Auch die zu Facebook gehörige Foto- und Videoplattform Instagram bereitet Freude. Im dritten Quartal verzeichnet Instagram zum ersten Mal über 500 Mio. tägliche Nutzer.</p>
<p><strong>Facebook erzielte im dritten Quartal 2017 erstmals mehr als 10 Mrd. US-Dollar aus Werbung.</strong> Die Umsätze aus der Werbevermarktung stiegen um 47% gegenüber Vorjahr. Von diesen Umsätzen stammen bereits 88% aus mobiler Werbung. Die Mobile-Umsätze stiegen sogar überproportional um 56% gegenüber Vorjahr. Facebook investiert weiterhin kräftig in sein Wachstum. Die Kosten steigen auf Jahresbasis um 33%. Der grösste Kostenblock mit über 2 Mrd. Dollar-Kosten im 3. Quartal ist weiterhin Forschung und Entwicklung. Hier werden unter anderem Kosten für Data-Center und Traffic verbucht. Facebook zählte Ende September 2017 insgesamt über <strong>23’000 Mitarbeitende,</strong> was einem Zuwachs gegenüber Vorjahr von 47% entspricht. Mit 5.122 Milliarden Dollar als operativer Erlös konnte auch der höchste Quartalsgewinn in der Geschichte von Facebook ausgewiesen werden. <strong>Die operative Marge (EBIT-Marge) konnte auf 50% zulegen.</strong> Pro Benutzer erzielte Facebook im vergangenen Quartal einen Umsatz von über 5 Dollar. Die Unterschiede in den einzelnen Regionen sind sehr gross. Am besten monetarisiert werden die Benutzer aus den USA und Kanada mit 21.20 Dollar. Der durchschnittliche Umsatz pro Nutzer in Europa liebt bei knapp 7 Dollar. Facebook erzielt mit einem Nutzer aus den USA und Kanada einen dreifachen Umsatz im Verhältnis zu einem europäischen Nutzer. Der Anteil in der Region Asia-Pazific ist mit 2.3 Dollar und im Rest der Welt mit 1.6 Dollar noch deutlich geringer.</p>
<p><strong>Kurz und gut: Facebook präsentierte die stärksten Zahlen in der noch jungen Geschichte des blauen Riesen.</strong> Das Wachstum dürfte weitergehen. Insbesondere, wenn man die Produktpipeline anschaut. Facebook hat einen neuen Videodienst namens Watch als Konkurrenz zu Over-The-Top Videoangeboten wie YouTube, Netflix und Co. vorgestellt. Weiter startete das Unternehmen eine Kleinanzeige Plattform, in welcher Nutzer Dinge zum Verkauf anbieten und nach Artikeln suchen können, für die sie sich interessieren. Facebook bietet nun auch Visual Replys in Instagram Stories an. Mit Discover on Facebook wird die Orientierung und das Suchen nach Firmen und Diensten deutlich einfacher. WhatsApp geht mit Whatsapp Business einen ersten Schritt in die Monetarisierung über Paid Messages. Facebook bereitet einen Feldtest für Paywall auf Instant Articles vor. In den USA ist die neue Sektion «Movies» gestartet, mit welcher man in den Vertrieb von Kinotickets eindringt.</p>
<p>Die komplette Liste der neuen Produkte aus der Facebook-Familie würde den Rahmen dieser Seite deutlich sprengen. Die erwähnten Produkte jedoch sind ein deutliches Indiz dafür, dass wir 2018 neue Rekorde bei den Quartalszahlen sehen werden. Facebook lebt und die Facebook-Familie wird auch 2018 weiter wachsen.</p>
<p><img data-attachment-id="3599" data-permalink="https://svenruoss.ch/2017/12/04/facebook-lebt/bildschirmfoto-2017-12-04-um-21-33-42/" data-orig-file="https://svenruoss.files.wordpress.com/2017/12/bildschirmfoto-2017-12-04-um-21-33-42.png" data-orig-size="1770,2450" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bildschirmfoto 2024-12-04 um 21.33.42" data-image-description="" data-image-caption="" data-medium-file="https://svenruoss.files.wordpress.com/2017/12/bildschirmfoto-2017-12-04-um-21-33-42.png?w=217" data-large-file="https://svenruoss.files.wordpress.com/2017/12/bildschirmfoto-2017-12-04-um-21-33-42.png?w=580" class="alignnone size-full wp-image-3599" src="2017/12/bildschirmfoto-2017-12-04-um-21-33-42_w-580.png" alt="Bildschirmfoto 2024-12-04 um 21.33.42" srcset="2017/12/bildschirmfoto-2017-12-04-um-21-33-42_w-580.png 580w, 2017/12/bildschirmfoto-2017-12-04-um-21-33-42_w-1160.png 1160w, 2017/12/bildschirmfoto-2017-12-04-um-21-33-42_w-108.png 108w, 2017/12/bildschirmfoto-2017-12-04-um-21-33-42_w-217.png 217w, 2017/12/bildschirmfoto-2017-12-04-um-21-33-42_w-768.png 768w, 2017/12/bildschirmfoto-2017-12-04-um-21-33-42_w-740.png 740w" sizes="(max-width: 580px) 100vw, 580px"/></p>
<p><a title="werw_20171201_0_0_23" href=/>Werbewoche Kolumne «Facebook lebt»</a></p>
</div><!-- /.entry-content -->
<div class="post-meta">
<div class="row-fluid">
<div class="meta-date-cat-tags span9">
<span class="the-category">in <a href="category/internet/" rel="category tag">Internet</a>, <a href="tag/marketing/" rel="category tag">Marketing</a>, <a href="category/medien/" rel="category tag">Medien</a>, <a href="tag/mobile/" rel="category tag">Mobile</a>, <a href="tag/social-media/" rel="category tag">Social Media</a>, <a href="tag/werbung/" rel="category tag">Werbung</a></span>
<span class="the-tags"><a href="tag/facebook/" rel="tag">facebook</a>, <a href="tag/instagram/" rel="tag">Instagram</a>, <a href="tag/internet/" rel="tag">Internet</a>, <a href="tag/mobile/" rel="tag">Mobile</a>, <a href="tag/nutzerzahlen/" rel="tag">Nutzerzahlen</a>, <a href="tag/social-media/" rel="tag">Social Media</a>, <a href="tag/wachstum/" rel="tag">Wachstum</a>, <a href="tag/werbung/" rel="tag">Werbung</a></span>
</div><!-- /meta-date-cat-tags -->
<div class="meta-comment-link span3">
<a class="fademe pull-right post-link" href="2017/12/04/facebook-lebt/" title="Permalink"><img src="wp-content/themes/premium/standard/images/icn-permalink.png" alt="Permalink"/></a>
<span class="the-edit-post"></span>
</div><!-- /meta-comment-link -->
</div><!--/row-fluid -->
</div><!-- /.post-meta -->
</div> <!-- /#post- -->
<div id="post-nav">
<ul class="pager">
<li class="previous">
<a href="page/2/"><span class="nav-previous meta-nav"><i class="icon-chevron-left"></i> Älter</span></a> </li>
</ul><!-- /.pager -->
</div><!-- /#post-nav -->
</div><!-- /#main -->
<div id="sidebar" class="span4">
<div id="blog_subscription-3" class="widget widget_blog_subscription jetpack_subscription_widget"><h4 class="Blog folgen widget-title"><label for="subscribe-field">Blog über E-Mail folgen</label></h4>
<div class="wp-block-jetpack-subscriptions__container">
<form action="https://subscribe.wordpress.com/" method="post" accept-charset="utf-8" id="subscribe-blog">
<p>Gib deine E-Mail-Adresse ein, um diesem Blog zu folgen und per E-Mail Benachrichtigungen über neue Artikel zu erhalten.</p>
<p id="subscribe-email">
<label id="subscribe-field-label" for="subscribe-field" class="screen-reader-text">
E-Mail-Adresse: </label>
<input type="email" name="email" style="width: 95%; padding: 1px 10px" placeholder="E-Mail-Adresse" value="" id="subscribe-field"/> </p>
<p id="subscribe-submit">
<input type="hidden" name="action" value="subscribe"/>
<input type="hidden" name="blog_id" value="43895179"/>
<input type="hidden" name="source" value="https://svenruoss.ch/"/>
<input type="hidden" name="sub-type" value="widget"/>
<input type="hidden" name="redirect_fragment" value="subscribe-blog"/>
<input type="hidden" id="_wpnonce" name="_wpnonce" value="6019a64879"/> <button type="submit" class="wp-block-button__link">
Follow </button>
</p>
</form>
</div>
</div><div id="follow_button_widget-3" class="widget widget_follow_button_widget">
<a class="wordpress-follow-button" href="/" data-blog="43895179" data-lang="de" data-show-follower-count="true">Follow Sven Ruoss on WordPress.com</a>
<script type="text/javascript">(function(d){var f = d.getElementsByTagName('SCRIPT')[0], p = d.createElement('SCRIPT');p.type = 'text/javascript';p.async = true;p.src = 'platform.js';f.parentNode.insertBefore(p,f);}(document));</script>
</div><div id="media_image-3" class="widget widget_media_image"><h4 class="Bild widget-title">Wer nicht digital denkt, ist raus!</h4><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><div style="width: 210px" class="wp-caption alignnone"><img width="200" height="300" src="2019/06/sven-ruoss-portrait-5d4_3809_w-200.jpg" class="image wp-image-3667 attachment-200x300 size-200x300" alt="" decoding="async" loading="lazy" style="max-width: 100%; height: auto;" title="Wer nicht digital denkt, ist raus!" srcset="2019/06/sven-ruoss-portrait-5d4_3809_w-200.jpg 200w, 2019/06/sven-ruoss-portrait-5d4_3809_w-400.jpg 400w, 2019/06/sven-ruoss-portrait-5d4_3809_w-100.jpg 100w" sizes="(max-width: 200px) 100vw, 200px" data-attachment-id="3667" data-permalink="https://svenruoss.ch/about/sven-ruoss-4/" data-orig-file="https://svenruoss.files.wordpress.com/2019/06/sven-ruoss-portrait-5d4_3809.jpg" data-orig-size="1600,2400" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;partners in GmbH&quot;,&quot;camera&quot;:&quot;Canon EOS 5D Mark IV&quot;,&quot;caption&quot;:&quot;Foto: partners in gmbh | Stefan Weiss&quot;,&quot;created_timestamp&quot;:&quot;1558629270&quot;,&quot;copyright&quot;:&quot;info on partnersingmbh.ch\/copyright&quot;,&quot;focal_length&quot;:&quot;88&quot;,&quot;iso&quot;:&quot;640&quot;,&quot;shutter_speed&quot;:&quot;0.003125&quot;,&quot;title&quot;:&quot;Sven Ruoss&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Sven Ruoss" data-image-description="" data-image-caption="<p>Foto: partners in gmbh | Stefan Weiss</p>
" data-medium-file="https://svenruoss.files.wordpress.com/2019/06/sven-ruoss-portrait-5d4_3809.jpg?w=200" data-large-file="https://svenruoss.files.wordpress.com/2019/06/sven-ruoss-portrait-5d4_3809.jpg?w=580"/><p class="wp-caption-text">Foto: partners in gmbh | Stefan Weiss</p></div></div><div id="twitter-2" class="widget widget_twitter"><h4 class="Twitter widget-title">Meine Tweets</h4><ul class="tweets">
<li>
«Das Internet ist nur ein Hype.»
spiegel.de/lebenundlernen… https://t.co/1BpnIzAXmW 19&nbsp;hours&nbsp;ago
</li>
<li>
Cover von Facts aus dem Jahr 2000.
Facts wurde 2008 eingestellt. Das Internet gibt es heute immer noch. https://t.co/gB59NbYIat 1&nbsp;day&nbsp;ago
</li>
<li>
@DeniseGirardet Herzliche Gratulation. 2&nbsp;days&nbsp;ago
</li>
<li>
The role of social media in young people’s news behaviours
reutersinstitute.politics.ox.ac.uk/digital-news-r… https://t.co/JuIlNnSyhz 2&nbsp;days&nbsp;ago
</li>
<li>
Don’t underestimate how digital disrupts the nature
of competition.
Quelle: @McKinseyDigital https://t.co/lb3N6JuRWu 2&nbsp;days&nbsp;ago
</li>
</ul>Follow @svenruoss</div><div id="search-2" class="widget widget_search"><form role="search" method="get" id="searchform" action="/"><input type="text" value="Suchen..." name="s" id="s"/></form></div><div id="top-posts-2" class="widget widget_top-posts"><ul class="widgets-list-layout no-grav">
<li><a href="2015/06/21/teil-7-die-funf-geschaftsmodelltypen-in-der-digitalen-welt-content-commerce-context-connection-und-coordination/" title="Teil 7: Die fünf Geschäftsmodelltypen in der digitalen Welt: Content, Commerce, Context, Connection und Coordination" class="bump-view" data-bump-view="tp"><img width="40" height="40" src="2015/06/bildschirmfoto-2015-06-18-um-14-18-34_resize-40-40.png" alt="Teil 7: Die fünf Geschäftsmodelltypen in der digitalen Welt: Content, Commerce, Context, Connection und Coordination" data-pin-nopin="true" class="widgets-list-layout-blavatar"/></a><div class="widgets-list-layout-links">
<a href="2015/06/21/teil-7-die-funf-geschaftsmodelltypen-in-der-digitalen-welt-content-commerce-context-connection-und-coordination/" title="Teil 7: Die fünf Geschäftsmodelltypen in der digitalen Welt: Content, Commerce, Context, Connection und Coordination" class="bump-view" data-bump-view="tp">Teil 7: Die fünf Geschäftsmodelltypen in der digitalen Welt: Content, Commerce, Context, Connection und Coordination</a>
</div>
</li><li><a href="2020/09/08/myi-entertainment-neuer-beirat-mit-dominik-allemann-und-sven-ruoss/" title="MYI Entertainment: Neuer Beirat mit Dominik Allemann und Sven Ruoss" class="bump-view" data-bump-view="tp"></a><div class="widgets-list-layout-links">
<a href="2020/09/08/myi-entertainment-neuer-beirat-mit-dominik-allemann-und-sven-ruoss/" title="MYI Entertainment: Neuer Beirat mit Dominik Allemann und Sven Ruoss" class="bump-view" data-bump-view="tp">MYI Entertainment: Neuer Beirat mit Dominik Allemann und Sven Ruoss</a>
</div>
</li><li><a href="2013/03/03/werbung-lean-forward-medien-versus-lean-back-medien/" title="Werbung: Lean-Forward-Medien versus Lean-Back-Medien " class="bump-view" data-bump-view="tp"><img width="40" height="40" src="2013/01/bildschirmfoto-2013-01-07-um-22-26-03_resize-40-40.png" alt="Werbung: Lean-Forward-Medien versus Lean-Back-Medien " data-pin-nopin="true" class="widgets-list-layout-blavatar"/></a><div class="widgets-list-layout-links">
<a href="2013/03/03/werbung-lean-forward-medien-versus-lean-back-medien/" title="Werbung: Lean-Forward-Medien versus Lean-Back-Medien " class="bump-view" data-bump-view="tp">Werbung: Lean-Forward-Medien versus Lean-Back-Medien </a>
</div>
</li></ul>
</div><div id="wp_tag_cloud-2" class="widget wp_widget_tag_cloud"><h4 class="Schlagwort-Wolke widget-title">Schlagwörter-Wolke </h4><a href="tag/20-minuten/" class="tag-cloud-link tag-link-897372 tag-link-position-1" style="font-size: 9.3243243243243pt;" aria-label="20 Minuten (6 Einträge)">20 Minuten</a>
<a href="tag/blick/" class="tag-cloud-link tag-link-714064 tag-link-position-2" style="font-size: 9.3243243243243pt;" aria-label="Blick (6 Einträge)">Blick</a>
<a href="tag/buzzfeed/" class="tag-cloud-link tag-link-639079 tag-link-position-3" style="font-size: 15pt;" aria-label="Buzzfeed (13 Einträge)">Buzzfeed</a>
<a href="tag/cas-social-media-management/" class="tag-cloud-link tag-link-107364456 tag-link-position-4" style="font-size: 8pt;" aria-label="CAS Social Media Management (5 Einträge)">CAS Social Media Management</a>
<a href="tag/digital/" class="tag-cloud-link tag-link-24932 tag-link-position-5" style="font-size: 15pt;" aria-label="Digital (13 Einträge)">Digital</a>
<a href="tag/digitale-dinosaurier/" class="tag-cloud-link tag-link-233745045 tag-link-position-6" style="font-size: 9.3243243243243pt;" aria-label="Digitale Dinosaurier (6 Einträge)">Digitale Dinosaurier</a>
<a href="tag/digitale-transformation/" class="tag-cloud-link tag-link-17801275 tag-link-position-7" style="font-size: 19.72972972973pt;" aria-label="Digitale Transformation (24 Einträge)">Digitale Transformation</a>
<a href="tag/digitalisierung/" class="tag-cloud-link tag-link-1641709 tag-link-position-8" style="font-size: 12.162162162162pt;" aria-label="Digitalisierung (9 Einträge)">Digitalisierung</a>
<a href="tag/digital-transformation/" class="tag-cloud-link tag-link-17376654 tag-link-position-9" style="font-size: 13.675675675676pt;" aria-label="Digital Transformation (11 Einträge)">Digital Transformation</a>
<a href="tag/erfolgsfaktoren-von-mobilen-newsplattformen/" class="tag-cloud-link tag-link-220669522 tag-link-position-10" style="font-size: 10.27027027027pt;" aria-label="Erfolgsfaktoren von mobilen Newsplattformen (7 Einträge)">Erfolgsfaktoren von mobilen Newsplattformen</a>
<a href="tag/facebook/" class="tag-cloud-link tag-link-81819 tag-link-position-11" style="font-size: 12.162162162162pt;" aria-label="facebook (9 Einträge)">facebook</a>
<a href="tag/hansi-voigt/" class="tag-cloud-link tag-link-27473085 tag-link-position-12" style="font-size: 11.216216216216pt;" aria-label="Hansi Voigt (8 Einträge)">Hansi Voigt</a>
<a href="tag/hwz/" class="tag-cloud-link tag-link-860446 tag-link-position-13" style="font-size: 12.918918918919pt;" aria-label="HWZ (10 Einträge)">HWZ</a>
<a href="tag/internet/" class="tag-cloud-link tag-link-22 tag-link-position-14" style="font-size: 8pt;" aria-label="Internet (5 Einträge)">Internet</a>
<a href="tag/journalismus/" class="tag-cloud-link tag-link-228903 tag-link-position-15" style="font-size: 17.459459459459pt;" aria-label="Journalismus (18 Einträge)">Journalismus</a>
<a href="tag/marketing/" class="tag-cloud-link tag-link-175 tag-link-position-16" style="font-size: 8pt;" aria-label="Marketing (5 Einträge)">Marketing</a>
<a href="tag/medien/" class="tag-cloud-link tag-link-10884 tag-link-position-17" style="font-size: 18.594594594595pt;" aria-label="Medien (21 Einträge)">Medien</a>
<a href="tag/mobile/" class="tag-cloud-link tag-link-120 tag-link-position-18" style="font-size: 20.297297297297pt;" aria-label="Mobile (26 Einträge)">Mobile</a>
<a href="tag/newsportal/" class="tag-cloud-link tag-link-9845440 tag-link-position-19" style="font-size: 14.243243243243pt;" aria-label="Newsportal (12 Einträge)">Newsportal</a>
<a href="tag/ringier/" class="tag-cloud-link tag-link-646663 tag-link-position-20" style="font-size: 9.3243243243243pt;" aria-label="Ringier (6 Einträge)">Ringier</a>
<a href="tag/silicon-valley/" class="tag-cloud-link tag-link-49875 tag-link-position-21" style="font-size: 11.216216216216pt;" aria-label="silicon valley (8 Einträge)">silicon valley</a>
<a href="tag/social-media/" class="tag-cloud-link tag-link-49818 tag-link-position-22" style="font-size: 22pt;" aria-label="Social Media (32 Einträge)">Social Media</a>
<a href="tag/tamedia/" class="tag-cloud-link tag-link-1158644 tag-link-position-23" style="font-size: 14.243243243243pt;" aria-label="Tamedia (12 Einträge)">Tamedia</a>
<a href="tag/twitter/" class="tag-cloud-link tag-link-599182 tag-link-position-24" style="font-size: 8pt;" aria-label="Twitter (5 Einträge)">Twitter</a>
<a href="tag/watson/" class="tag-cloud-link tag-link-171638 tag-link-position-25" style="font-size: 19.351351351351pt;" aria-label="watson (23 Einträge)">watson</a></div><div id="linkcat-1356" class="widget widget_links"><h4 class="Links widget-title">Links</h4>
<ul class="xoxo blogroll">
<li>Digital-Business-Models.ch
Über die Digitalisierung unserer Realität </li>
<li>walkerproject ag
Business Engineers. Inspiration. Impact.</li>
<li>Förster & Kreuz
Zwei Business-Querdenker aus Leidenschaft</li>
<li>www.alleinr.de
Hier müssen Sie nichts tun.</li>
<li>CAS Social Media Management
Die Social Media Weiterbildung in der Schweiz </li>
</ul>
</div>
<div id="blog-stats-4" class="widget widget_blog-stats"><h4 class="Blogstatistik widget-title">Blogstatistik</h4> <ul>
<li>208.832 hits</li>
</ul>
</div><div id="wpcom_instagram_widget-3" class="widget widget_wpcom_instagram_widget"><h4 class="Instagram widget-title">Instagram</h4><p>Es wurden keine Instagram-Bilder gefunden.</p></div></div><!-- /#sidebar -->
</div><!-- /row -->
</div><!-- /container -->
</div> <!-- /#wrapper -->
<div id="footer" class="clearfix">
<div id="footer-widgets" class="clearfix">
<div class="container">
<div class="row">
<div id="left-footer-widgets" class="span4 clearfix">
<div id="follow_button_widget-2" class="widget widget_follow_button_widget">
<a class="wordpress-follow-button" href="/" data-blog="43895179" data-lang="de">Follow Sven Ruoss on WordPress.com</a>
<script type="text/javascript">(function(d){var f = d.getElementsByTagName('SCRIPT')[0], p = d.createElement('SCRIPT');p.type = 'text/javascript';p.async = true;p.src = 'platform.js';f.parentNode.insertBefore(p,f);}(document));</script>
</div> </div><!-- /#left-footer-widget -->
<div id="center-footer-widgets" class="span4 clearfix">
<div id="categories-2" class="widget widget_categories"><h4 class="Kategorien widget-title">Kategorien</h4><form action="/" method="get"><label class="screen-reader-text" for="cat">Kategorien</label><select name="cat" id="cat" class="postform">
<option value="-1">Kategorie auswählen</option>
<option class="level-0" value="111800">888&nbsp;&nbsp;(1)</option>
<option class="level-0" value="13799">Business Model&nbsp;&nbsp;(18)</option>
<option class="level-0" value="17801275">Digitale Transformation&nbsp;&nbsp;(48)</option>
<option class="level-0" value="9881">E-Commerce&nbsp;&nbsp;(8)</option>
<option class="level-0" value="1342">Education&nbsp;&nbsp;(12)</option>
<option class="level-0" value="183">Entrepreneurship&nbsp;&nbsp;(7)</option>
<option class="level-0" value="449">Experiment&nbsp;&nbsp;(19)</option>
<option class="level-0" value="89667">Generation&nbsp;&nbsp;(1)</option>
<option class="level-0" value="279006">Generation Y&nbsp;&nbsp;(46)</option>
<option class="level-0" value="22">Internet&nbsp;&nbsp;(145)</option>
<option class="level-0" value="1114">Job&nbsp;&nbsp;(19)</option>
<option class="level-0" value="228903">Journalismus&nbsp;&nbsp;(63)</option>
<option class="level-0" value="175">Marketing&nbsp;&nbsp;(41)</option>
<option class="level-0" value="10884">Medien&nbsp;&nbsp;(145)</option>
<option class="level-0" value="120">Mobile&nbsp;&nbsp;(69)</option>
<option class="level-0" value="2885">Motivation&nbsp;&nbsp;(10)</option>
<option class="level-0" value="61469513">Newsplattform&nbsp;&nbsp;(34)</option>
<option class="level-0" value="9845440">Newsportal&nbsp;&nbsp;(35)</option>
<option class="level-0" value="20968897">Niuws&nbsp;&nbsp;(1)</option>
<option class="level-0" value="16560120">Quantified Self&nbsp;&nbsp;(1)</option>
<option class="level-0" value="49818">Social Media&nbsp;&nbsp;(86)</option>
<option class="level-0" value="51531">Spass&nbsp;&nbsp;(54)</option>
<option class="level-0" value="462">TV&nbsp;&nbsp;(8)</option>
<option class="level-0" value="59485016">Watson&nbsp;&nbsp;(13)</option>
<option class="level-0" value="19950">Werbung&nbsp;&nbsp;(46)</option>
<option class="level-0" value="13444">Zitate&nbsp;&nbsp;(5)</option>
</select>
</form>
<script type="text/javascript">
/* <![CDATA[ */
(function() {
var dropdown = document.getElementById( "cat" );
function onCatChange() {
if ( dropdown.options[ dropdown.selectedIndex ].value > 0 ) {
dropdown.parentNode.submit();
}
}
dropdown.onchange = onCatChange;
})();
/* ]]> */
</script>
</div> </div><!-- /#center-footer-widget -->
<div id="right-footer-widgets" class="span4 clearfix">
<div id="widget_contact_info-2" class="widget widget_contact_info"><h4 class="Kontaktinfo &amp; Karte widget-title">Kontaktdaten</h4><div itemscope itemtype="http://schema.org/LocalBusiness"><iframe width="600" height="216" frameborder="0"
<br/>Bäckerstrasse 22
<br/>8004 Zürich
<br/>Switzerland</div><div class="confit-phone"><span itemprop="telephone">Privat</span></div><div class="confit-hours" itemprop="openingHours">Montag bis Sonntag, jeweils von 00.00 - 23.59 Uhr </div></div></div><div id="blog_subscription-2" class="widget widget_blog_subscription jetpack_subscription_widget"><h4 class="Blog folgen widget-title"><label for="subscribe-field-2">Follow Blog via Email</label></h4>
<div class="wp-block-jetpack-subscriptions__container">
<form action="https://subscribe.wordpress.com/" method="post" accept-charset="utf-8" id="subscribe-blog-2">
<p>Enter your email address to follow this blog and receive notifications of new posts by email.</p>
<p id="subscribe-email">
<label id="subscribe-field-2-label" for="subscribe-field-2" class="screen-reader-text">
E-Mail-Adresse: </label>
<input type="email" name="email" style="width: 95%; padding: 1px 10px" placeholder="E-Mail-Adresse" value="" id="subscribe-field-2"/> </p>
<p id="subscribe-submit">
<input type="hidden" name="action" value="subscribe"/>
<input type="hidden" name="blog_id" value="43895179"/>
<input type="hidden" name="source" value="https://svenruoss.ch/"/>
<input type="hidden" name="sub-type" value="widget"/>
<input type="hidden" name="redirect_fragment" value="subscribe-blog-2"/>
<input type="hidden" id="_wpnonce" name="_wpnonce" value="6019a64879"/> <button type="submit" class="wp-block-button__link">
Follow </button>
</p>
</form>
<div class="wp-block-jetpack-subscriptions__subscount">
Schließe dich 260 anderen Followern an </div>
</div>
</div> </div><!-- /#right-footer-widget -->
</div><!-- /row -->
</div><!-- /container -->
</div><!-- /#footer-widgets -->
<div id="sub-floor" class="clearfix">
<div class="container">
<div class="row">
<div id="footer-links" class="span7">
</div><!-- /#footer-links -->
<div id="credit" class="span5">
Bloggen auf WordPress.com.
</div><!-- /#credits -->
</div><!-- /row -->
</div><!-- /.container -->
</div><!-- /#sub-floor -->
</div><!-- /#footer -->
<script type="text/javascript">
var infiniteScroll = {"settings":{"id":"main","ajaxurl":"https:\/\/svenruoss.ch\/?infinity=scrolling","type":"click","wrapper":true,"wrapper_class":"infinite-wrap","footer":true,"click_handle":"1","text":"\u00c4ltere Beitr\u00e4ge","totop":"An den Anfang zur\u00fcckscrollen","currentday":"04.12.17","order":"DESC","scripts":[],"styles":[],"google_analytics":false,"offset":1,"history":{"host":"svenruoss.ch","path":"\/page\/%d\/","use_trailing_slashes":true,"parameters":""},"query_args":{"error":"","m":"","p":0,"post_parent":"","subpost":"","subpost_id":"","attachment":"","attachment_id":0,"name":"","pagename":"","page_id":0,"second":"","minute":"","hour":"","day":0,"monthnum":0,"year":0,"w":0,"category_name":"","tag":"","cat":"","tag_id":"","author":"","author_name":"","feed":"","tb":"","paged":0,"meta_key":"","meta_value":"","preview":"","s":"","sentence":"","title":"","fields":"","menu_order":"","embed":"","category__in":[],"category__not_in":[],"category__and":[],"post__in":[],"post__not_in":[],"post_name__in":[],"tag__in":[],"tag__not_in":[],"tag__and":[],"tag_slug__in":[],"tag_slug__and":[],"post_parent__in":[],"post_parent__not_in":[],"author__in":[],"author__not_in":[],"lazy_load_term_meta":false,"posts_per_page":10,"ignore_sticky_posts":false,"suppress_filters":false,"cache_results":false,"update_post_term_cache":true,"update_menu_item_cache":false,"update_post_meta_cache":true,"post_type":"","nopaging":false,"comments_per_page":"50","no_found_rows":false,"order":"DESC"},"query_before":"2024-10-07 05:49:28","last_post_date":"2024-12-04 20:39:52","body_class":"infinite-scroll","loading_text":"Neue Seite wird geladen\u00a0\u2026","stats":"blog=43895179&v=wpcom&tz=0&user_id=0&subd=svenruoss&x_pagetype=infinite-click"}};
</script>
<!-- -->
<script type="text/javascript">
window._tkq = window._tkq || [];
if ( Math.random() < 0.01 ) {
window._tkq.push( [
'recordEvent',
'wpcom_wordads_noad',
{"theme":"premium\/standard","blog_id":43895179,"reason_outbrain_unsupported_theme":1,"reason_blog_safe":1}
] );
}
</script><script src="js/gprofiles_ver-202240z.js" id="grofiles-cards-js"></script>
<script id="wpgroho-js-extra">
var WPGroHo = {"my_hash":""};
</script>
<script type="text/javascript" src="wp-content/mu-plugins/gravatar-hovercards/wpgroho_m-1610363240h.js"></script>
<script>
// Initialize and attach hovercards to all gravatars
( function() {
function init() {
if ( typeof Gravatar === 'undefined' ) {
return;
}
if ( typeof Gravatar.init !== 'function' ) {
return;
}
Gravatar.profile_cb = function ( hash, id ) {
WPGroHo.syncProfileData( hash, id );
};
Gravatar.my_hash = WPGroHo.my_hash;
Gravatar.init( 'body', '#wp-admin-bar-my-account' );
}
if ( document.readyState !== 'loading' ) {
init();
} else {
document.addEventListener( 'DOMContentLoaded', init );
}
} )();
</script>
<div style="display:none">
</div>
<script id="highlander-comments-js-extra">
var HighlanderComments = {"loggingInText":"Anmelden \u2026","submittingText":"Sende Kommentar \u2026","postCommentText":"Kommentar absenden","connectingToText":"Verbinde mit %s","commentingAsText":"%1$s: Du kommentierst mit Deinem %2$s-Konto. ","logoutText":"Abmelden","loginText":"Anmelden","connectURL":"https:\/\/svenruoss.wordpress.com\/public.api\/connect\/?action=request&domain=svenruoss.ch","logoutURL":"https:\/\/svenruoss.wordpress.com\/wp-login.php?action=logout&_wpnonce=74210b50e2","homeURL":"https:\/\/svenruoss.ch\/","postID":"3689","gravDefault":"identicon","enterACommentError":"Bitte gib einen Kommentar ein","enterEmailError":"Bitte hier deine E-Mail-Adresse eingeben","invalidEmailError":"Ung\u00fcltige E-Mail-Adresse","enterAuthorError":"Bitte hier deinen Namen eingeben","gravatarFromEmail":"Dieses Bild wird angezeigt, wenn Du einen Kommentar hinterl\u00e4sst. Klicken, um es anzupassen.","logInToExternalAccount":"Melde dich an, um Details von einem dieser Konten zu verwenden.","change":"\u00c4ndern","changeAccount":"Konto \u00e4ndern","comment_registration":"0","userIsLoggedIn":"","isJetpack":"","text_direction":"ltr"};
</script>
<script type="text/javascript" src="_static/--/wp-content/js/textarea-autosize.min_js-/wp-content/mu-plugins/highlander-comments/script_m-1663141412j.js"></script>
<!-- CCPA [start] -->
<script type="text/javascript">
( function () {
var setupPrivacy = function() {
// Minimal Mozilla Cookie library
// https://developer.mozilla.org/en-US/docs/Web/API/Document/cookie/Simple_document.cookie_framework
var cookieLib = window.cookieLib = {getItem:function(e){return e&&decodeURIComponent(document.cookie.replace(new RegExp("(?:(?:^|.*;)\\s*"+encodeURIComponent(e).replace(/[\-\.\+\*]/g,"\\$&")+"\\s*\\=\\s*([^;]*).*$)|^.*$"),"$1"))||null},setItem:function(e,o,n,t,r,i){if(!e||/^(?:expires|max\-age|path|domain|secure)$/i.test(e))return!1;var c="";if(n)switch(n.constructor){case Number:c=n===1/0?"; expires=Fri, 31 Dec 2024 23:59:59 GMT":"; max-age="+n;break;case String:c="; expires="+n;break;case Date:c="; expires="+n.toUTCString()}return"rootDomain"!==r&&".rootDomain"!==r||(r=(".rootDomain"===r?".":"")+document.location.hostname.split(".").slice(-2).join(".")),document.cookie=encodeURIComponent(e)+"="+encodeURIComponent(o)+c+(r?"; domain="+r:"")+(t?"; path="+t:"")+(i?"; secure":""),!0}};
// Implement IAB USP API.
window.__uspapi = function( command, version, callback ) {
// Validate callback.
if ( typeof callback !== 'function' ) {
return;
}
// Validate the given command.
if ( command !== 'getUSPData' || version !== 1 ) {
callback( null, false );
return;
}
// Check for GPC. If set, override any stored cookie.
if ( navigator.globalPrivacyControl ) {
callback( { version: 1, uspString: '1YYN' }, true );
return;
}
// Check for cookie.
var consent = cookieLib.getItem( 'usprivacy' );
// Invalid cookie.
if ( null === consent ) {
callback( null, false );
return;
}
// Everything checks out. Fire the provided callback with the consent data.
callback( { version: 1, uspString: consent }, true );
};
// Initialization.
document.addEventListener( 'DOMContentLoaded', function() {
// Internal functions.
var setDefaultOptInCookie = function() {
var value = '1YNN';
var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname;
cookieLib.setItem( 'usprivacy', value, 365 * 24 * 60 * 60, '/', domain );
};
var setDefaultOptOutCookie = function() {
var value = '1YYN';
var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname;
cookieLib.setItem( 'usprivacy', value, 24 * 60 * 60, '/', domain );
};
var setDefaultNotApplicableCookie = function() {
var value = '1---';
var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname;
cookieLib.setItem( 'usprivacy', value, 24 * 60 * 60, '/', domain );
};
var setCcpaAppliesCookie = function( applies ) {
var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname;
cookieLib.setItem( 'ccpa_applies', applies, 24 * 60 * 60, '/', domain );
}
var maybeCallDoNotSellCallback = function() {
if ( 'function' === typeof window.doNotSellCallback ) {
return window.doNotSellCallback();
}
return false;
}
// Look for usprivacy cookie first.
var usprivacyCookie = cookieLib.getItem( 'usprivacy' );
// Found a usprivacy cookie.
if ( null !== usprivacyCookie ) {
// If the cookie indicates that CCPA does not apply, then bail.
if ( '1---' === usprivacyCookie ) {
return;
}
// CCPA applies, so call our callback to add Do Not Sell link to the page.
maybeCallDoNotSellCallback();
// We're all done, no more processing needed.
return;
}
// We don't have a usprivacy cookie, so check to see if we have a CCPA applies cookie.
var ccpaCookie = cookieLib.getItem( 'ccpa_applies' );
// No CCPA applies cookie found, so we'll need to geolocate if this visitor is from California.
// This needs to happen client side because we do not have region geo data in our $SERVER headers,
// only country data -- therefore we can't vary cache on the region.
if ( null === ccpaCookie ) {
var request = new XMLHttpRequest();
request.open( 'GET', 'https://public-api.wordpress.com/geo/', true );
request.onreadystatechange = function () {
if ( 4 === this.readyState ) {
if ( 200 === this.status ) {
// Got a geo response. Parse out the region data.
var data = JSON.parse( this.response );
var ccpa_applies = data['region'] && data['region'].toLowerCase() === 'california';
// Set CCPA applies cookie. This keeps us from having to make a geo request too frequently.
setCcpaAppliesCookie( ccpa_applies );
// Check if CCPA applies to set the proper usprivacy cookie.
if ( ccpa_applies ) {
if ( maybeCallDoNotSellCallback() ) {
// Do Not Sell link added, so set default opt-in.
setDefaultOptInCookie();
} else {
// Failed showing Do Not Sell link as required, so default to opt-OUT just to be safe.
setDefaultOptOutCookie();
}
} else {
// CCPA does not apply.
setDefaultNotApplicableCookie();
}
} else {
// Could not geo, so let's assume for now that CCPA applies to be safe.
setCcpaAppliesCookie( true );
if ( maybeCallDoNotSellCallback() ) {
// Do Not Sell link added, so set default opt-in.
setDefaultOptInCookie();
} else {
// Failed showing Do Not Sell link as required, so default to opt-OUT just to be safe.
setDefaultOptOutCookie();
}
}
}
};
// Send the geo request.
request.send();
} else {
// We found a CCPA applies cookie.
if ( ccpaCookie === 'true' ) {
if ( maybeCallDoNotSellCallback() ) {
// Do Not Sell link added, so set default opt-in.
setDefaultOptInCookie();
} else {
// Failed showing Do Not Sell link as required, so default to opt-OUT just to be safe.
setDefaultOptOutCookie();
}
} else {
// CCPA does not apply.
setDefaultNotApplicableCookie();
}
}
} );
};
// Kickoff initialization.
if ( window.defQueue && defQueue.isLOHP && defQueue.isLOHP === 2020 ) {
defQueue.items.push( setupPrivacy );
} else {
setupPrivacy();
}
} )();
</script>
<!-- CCPA [end] -->
<div class="widget widget_eu_cookie_law_widget">
<div class="hide-on-button ads-active" data-hide-timeout="30" data-consent-expiration="180" id="eu-cookie-law" style="display: none">
<form method="post">
<input type="submit" value="Schließen und Akzeptieren" class="accept"/>
Datenschutz & Cookies: Diese Website verwendet Cookies. Wenn du die Website weiterhin nutzt, stimmst du der Verwendung von Cookies zu. <br/>
Weitere Informationen, beispielsweise zur Kontrolle von Cookies, findest du hier:
Cookie-Richtlinie
</form>
</div>
</div> <script type="text/javascript">
( function() {
function init() {
document.body.addEventListener( 'is.post-load', function() {
if ( typeof __ATA.insertInlineAds === 'function' ) {
__ATA.insertInlineAds();
}
} );
}
if ( document.readyState !== 'loading' ) {
init();
} else {
document.addEventListener( 'DOMContentLoaded', init );
}
} )();
</script> <div id="actionbar" style="display: none;" class="actnbr-premium-standard actnbr-has-follow">
<ul>
<li class="actnbr-btn actnbr-hidden">
<a class="actnbr-action actnbr-actn-follow " href="">
<svg class="gridicon gridicons-reader-follow" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M23 16v2h-3v3h-2v-3h-3v-2h3v-3h2v3h3zM20 2v9h-4v3h-3v4H4c-1.1 0-2-.9-2-2V2h18zM8 13v-1H4v1h4zm3-3H4v1h7v-1zm0-2H4v1h7V8zm7-4H4v2h14V4z"/></g></svg><span>Abonnieren</span>
</a>
<a class="actnbr-action actnbr-actn-following no-display" href="">
<svg class="gridicon gridicons-reader-following" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M23 13.482L15.508 21 12 17.4l1.412-1.388 2.106 2.188 6.094-6.094L23 13.482zm-7.455 1.862L20 10.89V2H2v14c0 1.1.9 2 2 2h4.538l4.913-4.832 2.095 2.176zM8 13H4v-1h4v1zm3-2H4v-1h7v1zm0-2H4V8h7v1zm7-3H4V4h14v2z"/></g></svg><span>Abonniert</span>
</a>
<div class="actnbr-popover tip tip-top-left actnbr-notice" id="follow-bubble">
<div class="tip-arrow"></div>
<div class="tip-inner actnbr-follow-bubble">
<ul>
<li class="actnbr-sitename">
<a href="/">
<img alt="" src="i/logo/wpcom-gray-white.png" class="avatar avatar-50" height="50" width="50"/> Sven Ruoss </a>
</li>
<form method="post" action="https://subscribe.wordpress.com/" accept-charset="utf-8" style="display: none;">
<div class="actnbr-follow-count">Schließe dich 260 Followern an</div>
<div>
<input type="email" name="email" placeholder="Gib deine E-Mail-Adresse ein" class="actnbr-email-field" aria-label="Gib deine E-Mail-Adresse ein"/>
</div>
<input type="hidden" name="action" value="subscribe"/>
<input type="hidden" name="blog_id" value="43895179"/>
<input type="hidden" name="source" value="https://svenruoss.ch/"/>
<input type="hidden" name="sub-type" value="actionbar-follow"/>
<input type="hidden" id="_wpnonce" name="_wpnonce" value="6019a64879"/> <div class="actnbr-button-wrap">
<button type="submit" value="Anmelden">
Anmelden </button>
</div>
</form>
<li class="actnbr-login-nudge">
<div>
Du hast bereits ein WordPress.com-Konto? Melde dich jetzt an. </div>
</li>
</ul>
</div>
</div>
</li>
<li class="actnbr-ellipsis actnbr-hidden">
<svg class="gridicon gridicons-ellipsis" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></g></svg> <div class="actnbr-popover tip tip-top-left actnbr-more">
<div class="tip-arrow"></div>
<div class="tip-inner">
<ul>
<li class="actnbr-sitename">
<a href="/">
<img alt="" src="i/logo/wpcom-gray-white.png" class="avatar avatar-50" height="50" width="50"/> Sven Ruoss </a>
</li>
<li class="actnbr-folded-customize">
<svg class="gridicon gridicons-customize" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M2 6c0-1.505.78-3.08 2-4 0 .845.69 2 2 2 1.657 0 3 1.343 3 3 0 .386-.08.752-.212 1.09.74.594 1.476 1.19 2.19 1.81L8.9 11.98c-.62-.716-1.214-1.454-1.807-2.192C6.753 9.92 6.387 10 6 10c-2.21 0-4-1.79-4-4zm12.152 6.848l1.34-1.34c.607.304 1.283.492 2.008.492 2.485 0 4.5-2.015 4.5-4.5 0-.725-.188-1.4-.493-2.007L18 9l-2-2 3.507-3.507C18.9 3.188 18.225 3 17.5 3 15.015 3 13 5.015 13 7.5c0 .725.188 1.4.493 2.007L3 20l2 2 6.848-6.848c1.885 1.928 3.874 3.753 5.977 5.45l1.425 1.148 1.5-1.5-1.15-1.425c-1.695-2.103-3.52-4.092-5.448-5.977z"/></g></svg> <span>Anpassen</span>
</li>
<li class="actnbr-folded-follow">
<a class="actnbr-action actnbr-actn-follow " href="">
<svg class="gridicon gridicons-reader-follow" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M23 16v2h-3v3h-2v-3h-3v-2h3v-3h2v3h3zM20 2v9h-4v3h-3v4H4c-1.1 0-2-.9-2-2V2h18zM8 13v-1H4v1h4zm3-3H4v1h7v-1zm0-2H4v1h7V8zm7-4H4v2h14V4z"/></g></svg><span>Abonnieren</span>
</a>
<a class="actnbr-action actnbr-actn-following no-display" href="">
<svg class="gridicon gridicons-reader-following" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M23 13.482L15.508 21 12 17.4l1.412-1.388 2.106 2.188 6.094-6.094L23 13.482zm-7.455 1.862L20 10.89V2H2v14c0 1.1.9 2 2 2h4.538l4.913-4.832 2.095 2.176zM8 13H4v-1h4v1zm3-2H4v-1h7v1zm0-2H4V8h7v1zm7-3H4V4h14v2z"/></g></svg><span>Abonniert</span>
</a>
</li>
<li class="actnbr-signup">Registrieren</li>
<li class="actnbr-login">Anmelden</li>
<li class="flb-report">Melde diesen Inhalt</li>
<li class="actnbr-reader">
Website im Reader anzeigen
</li>
<li class="actnbr-subs">
Abonnements verwalten
</li>
<li class="actnbr-fold"><a href="">Diese Leiste einklappen</a></li>
</ul>
</div>
</div>
</li>
</ul>
</div>
<script>
window.addEventListener( "load", function( event ) {
var link = document.createElement( "link" );
link.href = "wp-content/mu-plugins/actionbar/actionbar.css?v=20210915";
link.type = "text/css";
link.rel = "stylesheet";
document.head.appendChild( link );
var script = document.createElement( "script" );
script.src = "wp-content/mu-plugins/actionbar/actionbar_v-20220329.js";
script.defer = true;
document.body.appendChild( script );
} );
</script>
<div id="jp-carousel-loading-overlay">
<div id="jp-carousel-loading-wrapper">
<span id="jp-carousel-library-loading">&nbsp;</span>
</div>
</div>
<div class="jp-carousel-overlay" style="display: none;">
<div class="jp-carousel-container">
<!-- The Carousel Swiper -->
<div class="jp-carousel-wrap swiper-container jp-carousel-swiper-container jp-carousel-transitions" itemscope itemtype="https://schema.org/ImageGallery">
<div class="jp-carousel swiper-wrapper"></div>
<div class="jp-swiper-button-prev swiper-button-prev">
<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="maskPrev" mask-type="alpha" maskunits="userSpaceOnUse" x="8" y="6" width="9" height="12">
<path d="M16.2072 16.59L11.6496 12L16.2072 7.41L14.8041 6L8.8335 12L14.8041 18L16.2072 16.59Z" fill="white"/>
</mask>
<g mask="url(#maskPrev)">
<rect x="0.579102" width="23.8823" height="24" fill="#FFFFFF"/>
</g>
</svg>
</div>
<div class="jp-swiper-button-next swiper-button-next">
<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="maskNext" mask-type="alpha" maskunits="userSpaceOnUse" x="8" y="6" width="8" height="12">
<path d="M8.59814 16.59L13.1557 12L8.59814 7.41L10.0012 6L15.9718 12L10.0012 18L8.59814 16.59Z" fill="white"/>
</mask>
<g mask="url(#maskNext)">
<rect x="0.34375" width="23.8822" height="24" fill="#FFFFFF"/>
</g>
</svg>
</div>
</div>
<!-- The main close buton -->
<div class="jp-carousel-close-hint">
<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="maskClose" mask-type="alpha" maskunits="userSpaceOnUse" x="5" y="5" width="15" height="14">
<path d="M19.3166 6.41L17.9135 5L12.3509 10.59L6.78834 5L5.38525 6.41L10.9478 12L5.38525 17.59L6.78834 19L12.3509 13.41L17.9135 19L19.3166 17.59L13.754 12L19.3166 6.41Z" fill="white"/>
</mask>
<g mask="url(#maskClose)">
<rect x="0.409668" width="23.8823" height="24" fill="#FFFFFF"/>
</g>
</svg>
</div>
<!-- Image info, comments and meta -->
<div class="jp-carousel-info">
<div class="jp-carousel-info-footer">
<div class="jp-carousel-pagination-container">
<div class="jp-swiper-pagination swiper-pagination"></div>
<div class="jp-carousel-pagination"></div>
</div>
<div class="jp-carousel-photo-title-container">
<h2 class="jp-carousel-photo-caption"></h2>
</div>
<div class="jp-carousel-photo-icons-container">
<a href="#" class="jp-carousel-icon-btn jp-carousel-icon-info" aria-label="Sichtbarkeit von Fotometadaten ändern">
<span class="jp-carousel-icon">
<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="maskInfo" mask-type="alpha" maskunits="userSpaceOnUse" x="2" y="2" width="21" height="20">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.7537 2C7.26076 2 2.80273 6.48 2.80273 12C2.80273 17.52 7.26076 22 12.7537 22C18.2466 22 22.7046 17.52 22.7046 12C22.7046 6.48 18.2466 2 12.7537 2ZM11.7586 7V9H13.7488V7H11.7586ZM11.7586 11V17H13.7488V11H11.7586ZM4.79292 12C4.79292 16.41 8.36531 20 12.7537 20C17.142 20 20.7144 16.41 20.7144 12C20.7144 7.59 17.142 4 12.7537 4C8.36531 4 4.79292 7.59 4.79292 12Z" fill="white"/>
</mask>
<g mask="url(#maskInfo)">
<rect x="0.8125" width="23.8823" height="24" fill="#FFFFFF"/>
</g>
</svg>
</span>
</a>
<a href="#" class="jp-carousel-icon-btn jp-carousel-icon-comments" aria-label="Sichtbarkeit von Fotokommentaren ändern">
<span class="jp-carousel-icon">
<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="maskComments" mask-type="alpha" maskunits="userSpaceOnUse" x="2" y="2" width="21" height="20">
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.3271 2H20.2486C21.3432 2 22.2388 2.9 22.2388 4V16C22.2388 17.1 21.3432 18 20.2486 18H6.31729L2.33691 22V4C2.33691 2.9 3.2325 2 4.3271 2ZM6.31729 16H20.2486V4H4.3271V18L6.31729 16Z" fill="white"/>
</mask>
<g mask="url(#maskComments)">
<rect x="0.34668" width="23.8823" height="24" fill="#FFFFFF"/>
</g>
</svg>
<span class="jp-carousel-has-comments-indicator" aria-label="Dieses Bild verfügt über Kommentare."></span>
</span>
</a>
</div>
</div>
<div class="jp-carousel-info-extra">
<div class="jp-carousel-info-content-wrapper">
<div class="jp-carousel-photo-title-container">
<h2 class="jp-carousel-photo-title"></h2>
</div>
<div class="jp-carousel-comments-wrapper">
<div id="jp-carousel-comments-loading">
<span>Lade Kommentare&#160;&hellip;</span>
</div>
<div class="jp-carousel-comments"></div>
<div id="jp-carousel-comment-form-container">
<span id="jp-carousel-comment-form-spinner">&nbsp;</span>
<div id="jp-carousel-comment-post-results"></div>
<form id="jp-carousel-comment-form">
<label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Verfasse einen Kommentar&#160;&hellip;</label>
<textarea name="comment" class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea" id="jp-carousel-comment-form-comment-field" placeholder="Verfasse einen Kommentar …"></textarea>
<div id="jp-carousel-comment-form-submit-and-info-wrapper">
<div id="jp-carousel-comment-form-commenting-as">
<fieldset>
<label for="jp-carousel-comment-form-email-field">E-Mail (Erforderlich)</label>
<input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field"/>
</fieldset>
<fieldset>
<label for="jp-carousel-comment-form-author-field">Name (Erforderlich)</label>
<input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field"/>
</fieldset>
<fieldset>
<label for="jp-carousel-comment-form-url-field">Website</label>
<input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field"/>
</fieldset>
</div>
<input type="submit" name="submit" class="jp-carousel-comment-form-button" id="jp-carousel-comment-form-button-submit" value="Kommentar absenden"/>
</div>
</form>
</div>
</div>
<div class="jp-carousel-image-meta">
<div class="jp-carousel-title-and-caption">
<div class="jp-carousel-photo-info">
<h3 class="jp-carousel-caption" itemprop="caption description"></h3>
</div>
<div class="jp-carousel-photo-description"></div>
</div>
<ul class="jp-carousel-image-exif" style="display: none;"></ul>
<a class="jp-carousel-image-download" target="_blank" style="display: none;">
<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0" mask-type="alpha" maskunits="userSpaceOnUse" x="3" y="3" width="19" height="18">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.84615 5V19H19.7775V12H21.7677V19C21.7677 20.1 20.8721 21 19.7775 21H5.84615C4.74159 21 3.85596 20.1 3.85596 19V5C3.85596 3.9 4.74159 3 5.84615 3H12.8118V5H5.84615ZM14.802 5V3H21.7677V10H19.7775V6.41L9.99569 16.24L8.59261 14.83L18.3744 5H14.802Z" fill="white"/>
</mask>
<g mask="url(#mask0)">
<rect x="0.870605" width="23.8823" height="24" fill="#FFFFFF"/>
</g>
</svg>
<span class="jp-carousel-download-text"></span>
</a>
<div class="jp-carousel-image-map" style="display: none;"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://platform.twitter.com/widgets.js?ver=20111117" id="twitter-widgets-js"></script>
<link rel="stylesheet" id="all-css-0-3" href="css/p8Wle9bG/MDpMi-cssminify-yes.css" type="text/css" media="all"/>
<script id="coblocks-lightbox-js-extra">
var coblocksLigthboxData = {"closeLabel":"Galerie schlie\u00dfen","leftLabel":"Vorherige","rightLabel":"N\u00e4chste"};
</script>
<script id="jetpack-carousel-js-extra">
var jetpackSwiperLibraryPath = {"url":"wp-content/mu-plugins/jetpack-plugin/production/_inc/build/carousel/swiper-bundle.min.js"};
var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"de","ajaxurl":"/","nonce":"b0a21743cf","display_exif":"1","display_comments":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Kommentar","post_comment":"Kommentar absenden","write_comment":"Verfasse einen Kommentar\u00a0\u2026","loading_comments":"Lade Kommentare\u00a0\u2026","download_original":"Bild in Originalgr\u00f6\u00dfe anschauen <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Stelle bitte sicher, das du mit deinem Kommentar ein bisschen Text \u00fcbermittelst.","no_comment_email":"Bitte eine E-Mail-Adresse angeben, um zu kommentieren.","no_comment_author":"Bitte deinen Namen angeben, um zu kommentieren.","comment_post_error":"Dein Kommentar konnte leider nicht abgeschickt werden. Bitte versuche es sp\u00e4ter erneut.","comment_approved":"Dein Kommentar wurde genehmigt.","comment_unapproved":"Dein Kommentar wartet auf Freischaltung.","camera":"Kamera","aperture":"Blende","shutter_speed":"Verschlusszeit","focal_length":"Brennweite","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/svenruoss.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fsvenruoss.ch%2F2019%2F05%2F02%2Fsocial-media-bitte-nicht-belaecheln%2F","blog_id":"43895179","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=43895179&v=wpcom&tz=0&user_id=0&subd=svenruoss","is_public":"1"};
</script>
<script type="text/javascript" src="script/yCH4idFkvvj2Gs3oUsTJ3ep8KrNqI2q1KtQFbzqE3iqP8M3kWKav2RKNx0oHrRb33k12QLBVsHSLyXF9oQD04KSu-QXQy7JNyeUInxQdDA1Yg/OltQq8kO9PZ4s-le4EKNXs2XGcj9CT8q2TWrNLoUd7L738GaG4TyOZjCn5RtJs81I.js"></script>
<script type="text/javascript">
// <![CDATA[
(function() {
try{
if ( window.external &&'msIsSiteMode' in window.external) {
if (window.external.msIsSiteMode()) {
var jl = document.createElement('script');
jl.type='text/javascript';
jl.async=true;
jl.src='/';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jl, s);
}
}
}catch(e){}
})();
// ]]>
</script> <script type="text/javascript">
(function() {
var extend = function(out) {
out = out || {};
for (var i = 1; i < arguments.length; i++) {
if (!arguments[i])
continue;
for (var key in arguments[i]) {
if (arguments[i].hasOwnProperty(key))
out[key] = arguments[i][key];
}
}
return out;
};
extend( window.infiniteScroll.settings.scripts, ["mobile-useragent-info","rlt-proxy","jquery-core","jquery-migrate","jquery","bootstrap","fitvid","theme","cmp-script-stub","wpcom-actionbar-placeholder","grofiles-cards","wpgroho","textarea-autosize","highlander-comments","twitter-widgets","devicepx","eu-cookie-law-script","the-neverending-homepage","coblocks-lightbox","wpcom-masterbar-tracks-js","jetpack-carousel","tiled-gallery","carousel-wpcom"] );
extend( window.infiniteScroll.settings.styles, ["wpcom-smileys","eu-cookie-law-style","wordads-global","the-neverending-homepage","wp-block-library","mediaelement","wp-mediaelement","jetpack-layout-grid","jetpack-ratings","coblocks-frontend","wpcom-core-compat-playlist-styles","wpcom-bbpress2-staff-css","bootstrap","bootstrap-responsive","standard","jetpack-top-posts-widget","wpcom_instagram_widget","geo-location-flair","reblogging","h4-global","global-styles","jetpack-global-styles-frontend-style","highlander-comments","jetpack-carousel-swiper-css","jetpack-carousel","contact-info-map-css","tiled-gallery"] );
})();
</script>
<span id="infinite-aria" aria-live="assertive"></span>
<script src="w_63.js" defer></script> <script type="text/javascript">
_tkq = window._tkq || [];
</script>
<noscript><img src="b_v-noscript.gif" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt=""/></noscript>

if ( 'object' === typeof wpcom_mobile_user_agent_info ) {
wpcom_mobile_user_agent_info.init();
var mobileStatsQueryString = "";
if( false !== wpcom_mobile_user_agent_info.matchedPlatformName )
mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName;
if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )
mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName;
if( wpcom_mobile_user_agent_info.isIPad() )
mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views';
if( "" != mobileStatsQueryString ) {
new Image().src = document.location.protocol + 'https://pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random();
}
}
</script> </body>
</html>

Ads.Txt Alerts - A trading name of Red Volcano Limited

Waterloo Buildings, Second Floor Rear, 53 London Road, Southampton, Hampshire, United Kingdom, SO15 2AD

© Red Volcano 2020. All Rights Reserved.