kpk.fi Ads.txt file
<!DOCTYPE html>
<html lang="fi">
<head>
<meta name="robots" content="index, follow, noarchive, max-image-preview:large" />
<title>Etusivu | Keskipohjanmaa</title>
<meta name="description" content="Keski-Pohjanmaan tärkeimmät uutiset, tuoreimmat puheenaiheet ja katsotuimmat live-lähetykset" />
<meta name="keywords" content="Etusivu, Tuoreimmat, Paikalliset, Livet" /> <meta property="og:title" content="Etusivu | Keskipohjanmaa" />
<meta name="twitter:title" content="Etusivu | Keskipohjanmaa" />
<meta property="og:description" content="Keski-Pohjanmaan tärkeimmät uutiset, tuoreimmat puheenaiheet ja katsotuimmat live-lähetykset" />
<meta name="twitter:description" content="Keski-Pohjanmaan tärkeimmät uutiset, tuoreimmat puheenaiheet ja katsotuimmat live-lähetykset" />
<meta property="og:image" content="https://static.ew.hil.infomaker.io/wp-content/uploads/sites/26/2023/03/15153234/KEP_placeholder_image.png" />
<meta property="og:type" content="website" />
<link rel="canonical" href="https://www.keskipohjanmaa.fi/" />
<meta name="twitter:url" content="https://www.keskipohjanmaa.fi/" />
<meta property="og:url" content="https://www.keskipohjanmaa.fi/" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="format-detection" content="telephone=no">
<meta property="og:site_name" content="Keskipohjanmaa" />
<link rel="icon" href="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon/KEP-favicon-32.png" sizes="32x32" />
<link rel="icon" href="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon/KEP-favicon-128.png" sizes="128x128" />
<link rel="icon" href="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon/KEP-favicon-192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon/KEP-favicon-180.png" />
<meta name="msapplication-TileImage" content="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon/KEP-favicon-192.png" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"
/>
<script>
// Fix referer for SSO
// Restore original referer from sessionStorage
if (sessionStorage.getItem('originalReferer')) {
window.history.replaceState({originalReferer: sessionStorage.getItem('originalReferer')}, document.title, window.location.href);
sessionStorage.removeItem('originalReferer');
}
// Save referer to sessionStorage if referer is not current origin
if (document.referrer && document.referrer.indexOf(window.location.origin) === -1) {
sessionStorage.setItem('originalReferer', document.referrer);
setTimeout(function() {
// Clear if user is not redirected to SSO
sessionStorage.removeItem('originalReferer');
}, 2000);
}
// Override referer logic
window._referrer = document.referrer;
Object.defineProperty(document, "referrer", {get : function(){
return window.history.state?.originalReferer || window._referrer;
}});
</script>
<script>
// Get token from cookies
function getCookie(name) {
var re = new RegExp(name + "=([^;]+)");
var value = re.exec(document.cookie);
return (value != null) ? unescape(value[1]) : null;
}
// Get Payload object value from token
function parseJwt (token) {
token = token.trim();
if ( token !== null ) {
var base64Url = token.split('.')[1];
//console.log(base64Url);
if ( base64Url == null ) {
base64Url = token;
}
//console.log( base64Url );
var base64 = base64Url.replace(/-/g, '+').replace(/_/g, '/');
var jsonPayload = decodeURIComponent(window.atob(base64).split('').map(function(c) {
return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2);
}).join(''));
return JSON.parse(jsonPayload);
}
}
var nav_userdataLayerUserId = null;
var nav_userdataLayerUserSub = null;
//var nav_articleState = 'locked';
var nav_userdataLayer = getCookie("nw_session");
if( nav_userdataLayer ) {
console.log("has cookie:" + nav_userdataLayer);
var nav_userdataLayerArr = parseJwt(nav_userdataLayer);
nav_userdataLayerUserStatus = nav_userdataLayerArr['sts'];
console.log(nav_userdataLayerArr);
if(nav_userdataLayerUserStatus == 'loggedin')
{
nav_userdataLayerUserId = nav_userdataLayerArr['uid'];
nav_userdataLayerUserSub = nav_userdataLayerArr['subscriptions'];
//if(nav_userdataLayerUserSub.includes('KPM_web',0))
// nav_articleState = 'open';
}
}
window.dataLayer = window.dataLayer || [];
dataLayer.push({
'article.state' : null,
'article.type' : null,
'article.id' : null,
'article.title' : 'Etusivu',
'article.content_type' : null,
'article.sections' : [],
'article.category' : [],
'article.keywords' : [],
'article.authors' : [],
'article.publish_date' : null,
'article.modified_date' : null,
'article.publication' : 'Keskipohjanmaa',
'article.page_type' : 'page',
'user.id' : nav_userdataLayerUserId,
'user.products' : nav_userdataLayerUserSub,
});
</script>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//www.keskipohjanmaa.fi' />
<link rel='dns-prefetch' href='//static.ew.hil.infomaker.io' />
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 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;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='tulo-admin-css' href='https://www.keskipohjanmaa.fi/wp-content/plugins/payway-wordpress-sso2-main/public/css/tulo-public.css?ver=1.0.3' type='text/css' media='all' />
<link rel='stylesheet' id='richie-editions-wp-css' href='https://www.keskipohjanmaa.fi/wp-content/plugins/richie-editions-wordpress-main/public/css/richie-editions-wp-public.css?ver=1.1.0' type='text/css' media='all' />
<link rel='stylesheet' id='hil-style-css' href='https://static.ew.hil.infomaker.io/wp-content/themes/hilla-theme/assets/dist/css/style.min.css?ver=1756710778341' type='text/css' media='all' />
<script type="text/javascript" id="payway-wordpress-sso2-js-extra">
/* <![CDATA[ */
var tulo_params = {"url":"https:\/\/www.keskipohjanmaa.fi\/wp-admin\/admin-ajax.php"};
var tulo_settings = {"clientid":"","redirecturi":"","env":"prod","oid":"hilla"};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.keskipohjanmaa.fi/wp-content/plugins/payway-wordpress-sso2-main/public/js/wp-tulo.js?ver=1.0.3" id="payway-wordpress-sso2-js"></script>
<link rel="https://api.w.org/" href="https://www.keskipohjanmaa.fi/wp-json/" /><link rel="alternate" type="application/json" href="https://www.keskipohjanmaa.fi/wp-json/wp/v2/pages/6" />
<link rel="canonical" href="https://www.keskipohjanmaa.fi/" />
<link rel='shortlink' href='https://www.keskipohjanmaa.fi/' />
<link rel="alternate" type="application/json+oembed" href="https://www.keskipohjanmaa.fi/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.keskipohjanmaa.fi%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.keskipohjanmaa.fi/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.keskipohjanmaa.fi%2F&format=xml" />
<!-- Local Offers Begin -->
<script>!function(a,b,c,d,e,f,g,h){a[e]=a[e]||function(){(a[e].q=a[e].q||[]).push(arguments)},b.getElementById(e)||(f=b.createElement(c),g=b.getElementsByTagName(c)[0],f.async=1,f.id=e,f.src=d,g.parentNode.insertBefore(f,g))}(window,document,'script','https://deals.innocode.no/assets/widget-init.js','dealsWidget');dealsWidget('init','720',"dls-iframe-720-root");</script>
<!-- Local Offers End -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl+ '>m_auth=hckPVJZpM4uVqkNE4Sl4KQ>m_preview=env-1>m_cookies_win=x';f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-M9VMLFK');</script>
<!-- End Google Tag Manager -->
<!-- Voice preload Begin -->
<link rel="preload" href="https://static.voiceintuitive.com/widget.js" as="script">
<!-- Voice preload End -->
<!-- Stub Begin -->
<script>
var stubScriptTag = document.createElement('script');
stubScriptTag.innerHTML='"use strict";!function(){var e=function(){var e,t="__tcfapiLocator",a=[],n=window;for(;n;){try{if(n.frames[t]){e=n;break}}catch(e){}if(n===window.top)break;n=n.parent}e||(!function e(){var a=n.document,r=!!n.frames[t];if(!r)if(a.body){var s=a.createElement("iframe");s.style.cssText="display:none",s.name=t,a.body.appendChild(s)}else setTimeout(e,5);return!r}(),n.__tcfapi=function(){for(var e,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];if(!n.length)return a;if("setGdprApplies"===n[0])n.length>3&&2===parseInt(n[1],10)&&"boolean"==typeof n[3]&&(e=n[3],"function"==typeof n[2]&&n[2]("set",!0));else if("ping"===n[0]){var s={gdprApplies:e,cmpLoaded:!1,cmpStatus:"stub"};"function"==typeof n[2]&&n[2](s)}else a.push(n)},n.addEventListener("message",(function(e){var t="string"==typeof e.data,a={};try{a=t?JSON.parse(e.data):e.data}catch(e){}var n=a.__tcfapiCall;n&&window.__tcfapi(n.command,n.version,(function(a,r){var s={__tcfapiReturn:{returnValue:a,success:r,callId:n.callId}};t&&(s=JSON.stringify(s)),e&&e.source&&e.source.postMessage&&e.source.postMessage(s,"*")}),n.parameter)}),!1))};"undefined"!=typeof module?module.exports=e:e()}();'
document.head.appendChild(stubScriptTag);
</script>
<!-- Stub end-->
<!-- RegiOnline begin -->
<script>
window.addEventListener("message", function (event) {
if (event.data.source === "regionline")
document.getElementById("RegiOnlineBanner").style.height =
event.data.height + "px";
});
</script>
<!-- RegiOnline end -->
<!-- Relevant Audience begin -->
<script type="application/javascript" async src="https://apps-cdn.relevant-digital.com/static/tags/1353724157167369047.js"></script>
<!-- Relevant Audience end -->
<!-- Custobar begin -->
<script>
document.addEventListener('DOMContentLoaded', function() {
const form = document.getElementById('mailing-list-form');
form.addEventListener('submit', function(e) {
e.preventDefault();
const data = {};
const fields = form.elements;
for (let i = 0, f = fields[0]; i < fields.length; i += 1, f = fields[i]) {
if (f.name) {
data[f.name] = f.value;
}
}
window.cstbr.push(data);
});
});
</script>
<!-- Custobar end -->
<!-- Local Offers Begin -->
<script>!function(a,b,c,d,e,f,g,h){a[e]=a[e]||function(){(a[e].q=a[e].q||[]).push(arguments)},b.getElementById(e)||(f=b.createElement(c),g=b.getElementsByTagName(c)[0],f.async=1,f.id=e,f.src=d,g.parentNode.insertBefore(f,g))}(window,document,'script','https://deals.innocode.no/assets/widget-init.js','dealsWidget');dealsWidget('init','530',"dls-iframe-530-root");</script>
<!-- Local Offers End -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl+ '>m_auth=hckPVJZpM4uVqkNE4Sl4KQ>m_preview=env-1>m_cookies_win=x';f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-M9VMLFK');</script>
<!-- End Google Tag Manager -->
<!-- Voice preload Begin -->
<link rel="preload" href="https://static.voiceintuitive.com/widget.js" as="script">
<!-- Voice preload End -->
<!-- Stub Begin -->
<script>
var stubScriptTag = document.createElement('script');
stubScriptTag.innerHTML='"use strict";!function(){var e=function(){var e,t="__tcfapiLocator",a=[],n=window;for(;n;){try{if(n.frames[t]){e=n;break}}catch(e){}if(n===window.top)break;n=n.parent}e||(!function e(){var a=n.document,r=!!n.frames[t];if(!r)if(a.body){var s=a.createElement("iframe");s.style.cssText="display:none",s.name=t,a.body.appendChild(s)}else setTimeout(e,5);return!r}(),n.__tcfapi=function(){for(var e,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];if(!n.length)return a;if("setGdprApplies"===n[0])n.length>3&&2===parseInt(n[1],10)&&"boolean"==typeof n[3]&&(e=n[3],"function"==typeof n[2]&&n[2]("set",!0));else if("ping"===n[0]){var s={gdprApplies:e,cmpLoaded:!1,cmpStatus:"stub"};"function"==typeof n[2]&&n[2](s)}else a.push(n)},n.addEventListener("message",(function(e){var t="string"==typeof e.data,a={};try{a=t?JSON.parse(e.data):e.data}catch(e){}var n=a.__tcfapiCall;n&&window.__tcfapi(n.command,n.version,(function(a,r){var s={__tcfapiReturn:{returnValue:a,success:r,callId:n.callId}};t&&(s=JSON.stringify(s)),e&&e.source&&e.source.postMessage&&e.source.postMessage(s,"*")}),n.parameter)}),!1))};"undefined"!=typeof module?module.exports=e:e()}();'
document.head.appendChild(stubScriptTag);
</script>
<!-- Stub end-->
<!-- RegiOnline begin -->
<script>
window.addEventListener("message", function (event) {
if (event.data.source === "regionline")
document.getElementById("RegiOnlineBanner").style.height =
event.data.height + "px";
});
</script>
<!-- RegiOnline end -->
<!-- Relevant Audience begin -->
<script type="application/javascript" async src="https://apps-cdn.relevant-digital.com/static/tags/1355975956981046248.js"></script>
<!-- Relevant Audience end -->
<!-- Custobar begin -->
<script>
document.addEventListener('DOMContentLoaded', function() {
const form = document.getElementById('mailing-list-form');
form.addEventListener('submit', function(e) {
e.preventDefault();
const data = {};
const fields = form.elements;
for (let i = 0, f = fields[0]; i < fields.length; i += 1, f = fields[i]) {
if (f.name) {
data[f.name] = f.value;
}
}
window.cstbr.push(data);
});
});
</script>
<!-- Custobar end -->
<!-- Tulospalvelu begin -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src="https://vaalit.test.yle.fi/epv2024/tulospalvelu/static/web-components/iframeSizingContainerPage.js"></script>
<!-- Tulospalvelu End-->
<!-- InterQuest begin v3.0 KPM rekry -->
<script>
setTimeout(function(){
var t="script",d=document,e=d.createElement(t),f=d.getElementsByTagName(t)[0];
e.async=1;e.src="https://invite.leanlab.co/cgi/invite?id=983062430f7ca3bf&js20";
f.parentNode.insertBefore(e,f);},1);
</script>
<!-- InterQuest end --><script src='https://prod.ew.hil.infomaker.io/?dm=57c9b89633572b02cc3fff738d631684&action=load&blogid=26&siteid=1&t=798459914&back=https%3A%2F%2Fwww.keskipohjanmaa.fi%2F' type='text/javascript'></script>
<meta property="al:ios:app_store_id" content="1364393865" />
<meta property="al:android:package" content="fi.plana.keskipohjanmaa">
<!---Relevant Bootstrap-->
<script async src="https://apps-cdn.relevant-digital.com/static/tags/63a30f6a185fb534fbe4142b.js"></script>
<!---Smart Bootstrap-->
<script async src="https://ced.sascdn.com/tag/5020/smart.js"></script>
<!---Optional GPT load (for gpt passback)-->
<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
<script>
var desktop = '63b42f4a3b202410d6193f0e';
var mobile = '63b42f4b54f9e4df0d193f0f';
var cid;
if(window.innerWidth > 767){
cid = desktop;
} else {
cid = mobile;
}
function loadAds(noSlotReload) {
if ("" == "no") {
// Disable ads
var ads = document.querySelectorAll('[data-ad-unit-id]');
for (var i = 0; i < ads.length; i++) {
ads[i].setAttribute('data-disabled-ad', ads[i].getAttribute('data-ad-unit-id'));
ads[i].removeAttribute('data-ad-unit-id');
}
}
window.relevantDigital = window.relevantDigital || {};
relevantDigital.cmd = relevantDigital.cmd || [];
relevantDigital.cmd.push(function() {
relevantDigital.loadPrebid({
sasOptions: {
autoRender: true,
siteId: 676471,
pageId: 2017861,
callParams: {
target: 'subpage=Etusivu;keywordExample;keyExample=valueExample'
},
},
configId: cid,
noGpt: true,
manageAdserver: true,
noSlotReload: true,
});
});
}
</script>
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/fi_FI/sdk.js#xfbml=1&version=v15.0&appId=1427599217643906" nonce="0XM0aLmW"></script>
<script type='text/javascript'>
(function() {
/** CONFIGURATION START **/
var _sf_async_config = window._sf_async_config = (window._sf_async_config || {});
_sf_async_config.uid = 66912; //CHANGE THIS
_sf_async_config.domain = 'www.keskipohjanmaa.fi'; //CHANGE THIS
_sf_async_config.flickerControl = false;
_sf_async_config.useCanonical = true;
_sf_async_config.useCanonicalDomain = true;
/** CONFIGURATION END **/
})();
</script>
<script async src="//static.chartbeat.com/js/chartbeat_mab.js"></script>
<script type='text/javascript'>
var chartbeatUserType = 'anon';
if(nav_userdataLayerUserId)
{
if(nav_userdataLayerUserSub.includes('KPM_web',0))
var chartbeatUserType = 'paid';
else
var chartbeatUserType = 'lgdin';
}
console.log("chartbeatUserType:" + chartbeatUserType);
(function() {
/** CONFIGURATION START **/
var _sf_async_config = window._sf_async_config = (window._sf_async_config || {});
var _cbq = window._cbq = (window._cbq || []);
_cbq.push(['_acct', chartbeatUserType]);
/** CONFIGURATION END **/
function loadChartbeat() {
var e = document.createElement('script');
var n = document.getElementsByTagName('script')[0];
e.type = 'text/javascript';
e.async = true;
e.src = '//static.chartbeat.com/js/chartbeat.js';
n.parentNode.insertBefore(e, n);
}
loadChartbeat();
})();
</script>
<script src="https://code.jquery.com/jquery-3.6.2.min.js" integrity="sha256-2krYZKh//PcchRtd+H+VyyQoZ/e3EcrkxhM8ycwASPA=" crossorigin="anonymous"></script>
</head>
<body class="home page-template-default page page-id-6 keskipohjanmaa" data-device="desktop">
<header class="logo-area">
<div class="container">
<div class="row align-items-center">
<div class="col logo-header pr-0">
<a href="/">
<img
src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/logo/desktop/KEP.svg"
class="img-fluid logo-img d-none d-lg-block"
alt="logo"
/>
<img
src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/logo/mobile/KEP.svg"
class="img-fluid logo-img d-lg-none"
alt="logo"
/>
</a>
</div>
<div class="co-auto">
<a role="button" class="btn btn-light d-none d-lg-inline buy-ad-btn" href="https://mainostajalle.hillagroup.fi/jata-ilmoitus/?utm_source=web&utm_medium=topmenu_ilmoitus&utm_campaign=kpm_ostailmoitus" target="_blank">Osta ilmoitus</a>
</div>
<div class="col-auto divider-v d-none d-lg-block"></div>
<div class="col-auto d-none d-lg-block">
<div class="weather-embed">
<iframe class="header__weather__widget" src="https://static-content.hillagroup.fi/weather/weather_keskipohjanmaakokkola.html"></iframe>
</div>
</div>
<div class="col-auto divider-v d-none d-lg-block"></div>
<div class="col-auto">
<div class="header-actions">
<a role="button" style="display:none !important;" class="btn btn-light d-lg-none buy-ad-btn useradsubscriber" href="https://mainostajalle.hillagroup.fi/jata-ilmoitus/?utm_source=web&utm_medium=topmenu_ilmoitus&utm_campaign=kpm_ostailmoitus" id="nav-buy-ad" target="_blank">Osta ilmoitus</a>
<a role="button" style="display:none !important;" class="btn btn-light d-none d-sm-block d-lg-none buy-ad-btn useradnonsubscriber" href="https://mainostajalle.hillagroup.fi/jata-ilmoitus/?utm_source=web&utm_medium=topmenu_ilmoitus&utm_campaign=kpm_ostailmoitus" id="nav-buy-ad" target="_blank">Osta ilmoitus</a>
<a role="button" style="display:none !important;" href="https://tilaa.hillagroup.fi/kpm/tilaus/?utm_campaign=kpm_kampanjat&utm_medium=menu&utm_source=artikkeli" id="nav-login-subscribe" class="d-none d-sm-block btn btn-primary nav-subscribe-btn useradsubscriber">Tilaa</a>
<a role="button" style="display:none !important;" href="https://tilaa.hillagroup.fi/kpm/tilaus/?utm_campaign=kpm_kampanjat&utm_medium=menu&utm_source=artikkeli" id="nav-login-subscribe" class="btn btn-primary nav-subscribe-btn useradnonsubscriber">Tilaa</a>
<div id="nav-anon" style="display: none">
<a role="button" href="https://hilla.portal.worldoftulo.com/login/" id="nav-login-url" class="btn btn-light btn-login">
<span class="d-none d-lg-inline">Kirjaudu</span>
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_profile.svg" alt="" />
</a>
</div>
<div id="nav-loggedin" style="display: none">
<div class="dropdown btn-profile" tulo-notification="false">
<a class="btn btn-light" role="button" id="profileDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="d-none d-lg-inline">Tilini</span>
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_profile_active.svg" alt="" />
</a>
<div class="dropdown-menu dropdown-menu-right profile-dropdown" aria-labelledby="profileDropdown">
<div class="dropdown-content">
<h3>Hilla tili</h3>
<div class="divider"></div>
<a class="dropdown-item" href="#" onclick="nav_myaccount();return false;" tulo-notification="false">Omat tietoni</a>
<a class="dropdown-item" href="https://hilla.portal.worldoftulo.com/account/subscriptions" target="_blank">Tilaukseni</a>
<a class="dropdown-item" href="#" id="nav-login-out-url">Kirjaudu ulos</a>
</div>
<div class="arrow"></div>
</div>
</div>
</div>
<a role="button" href="/search" class="btn btn-light">
<span class="d-none d-lg-inline">Hae</span>
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_search.svg" alt="" />
</a>
</div>
</div>
</div>
</div>
<script>
var nav_tulopaywall_loginurl = "https://hilla.portal.worldoftulo.com/login/";
var nav_tulopaywall_shopurl = "https://tilaa.hillagroup.fi/kpm/tilaus/?utm_campaign=kpm_kampanjat&utm_medium=menu&utm_source=artikkeli";
var nav_tulopaywall_tulo_titlecode = "KPM";
var nav_tulopaywall_tulo_content = "";
var nav_tulopaywall_currenturl = location.protocol + '//' + location.host + location.pathname;
var nav_tulopaywall_text_loading = "Ladataan…";
var nav_tulopaywall_text_header = "Tapahtui virhe";
var nav_tulopaywall_text_description= "Noh, nytpä tapahtui yllättävä virhe järjestelmässä. Yritä kohta uudelleen. Jos virhe edelleen jatkuu, ota yhteyttä asiakaspalveluumme ja selvitetään ongelma.";
function nav_GetTuloPaywall_UrlParameters(ASource){
return (
"account_origin=" + nav_tulopaywall_tulo_titlecode
+ "&ref=" + nav_tulopaywall_tulo_content
+ "&source=" + ASource
+ "&utm_source=web"
+ "&utm_medium=" + ASource
+ "&utm_campaign=" + nav_tulopaywall_tulo_titlecode.toLowerCase()+"_digi"
+ "&utm_content=" + nav_tulopaywall_tulo_content
+ "&articleId=" + nav_tulopaywall_tulo_content
);
}
function nav_myaccount(){
window.open("https://hilla.portal.worldoftulo.com/Account/MyAccount", "_blank");
document.cookie = "nw_session=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;";
userFirstScroll = true;
window.onscroll = function (e) {
if(userFirstScroll){
userFirstScroll = false;
location.reload();
}
}
}
(function () {
// Get token from cookies
function getCookie(name) {
var re = new RegExp(name + "=([^;]+)");
var value = re.exec(document.cookie);
return (value != null) ? unescape(value[1]) : null;
}
// Get Payload object value from token
function parseJwt (token) {
token = token.trim();
if ( token !== null ) {
var base64Url = token.split('.')[1];
if ( base64Url == null ) {
base64Url = token;
}
//console.log( base64Url );
var base64 = base64Url.replace(/-/g, '+').replace(/_/g, '/');
var jsonPayload = decodeURIComponent(window.atob(base64).split('').map(function(c) {
return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2);
}).join(''));
return JSON.parse(jsonPayload);
}
}
var user = getCookie("nw_session");
var divId = "nav-anon";
if( user ) {
var UCookieArr = parseJwt(user);
userStatus = UCookieArr['sts'];
if(userStatus == 'loggedin')
divId = "nav-loggedin";
}
document.getElementById(divId).style.display = "block";
})();
</script>
</header>
<div class="page-wrapper">
<div class="navbar-wrapper sticky-top">
<nav class="navbar navbar-expand navbar-light">
<div class="container">
<ul
class="navbar-nav mr-auto flex-row navbar-nav-main multi-collapse collapse show"
aria-expanded="true"
>
<li class="nav-item active">
<a
class="nav-link"
href="/" >Etusivu</a
>
</li>
<li class="nav-item ">
<a
class="nav-link"
href="/tuoreimmat" >Tuoreimmat</a
>
</li>
<li class="nav-item ">
<a
class="nav-link"
href="/livelahetykset" >Livet</a
>
</li>
<li class="nav-item ">
<a
class="nav-link"
href="/nakoislehti" >Näköislehti</a
>
</li>
<li class="nav-item ">
<a
class="nav-link"
href="/uutisvinkki" >Uutisvinkki</a
>
</li>
<li class="nav-item ">
<a
class="nav-link"
href="/kokkola" >Kokkola-lehti</a
>
</li>
<li class="nav-item ">
<a
class="nav-link"
href="https://www.lounastori.fi" >Lounastori</a
>
</li>
<li class="nav-item ">
<a
class="nav-link"
href="https://www.keskipohjanmaa.fi/tapahtumat" >Tapahtumat</a
>
</li>
</ul>
<button
class="navbar-toggler collapsed"
type="button"
data-toggle="collapse"
data-target=".multi-collapse"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-text navbar-text-toggle openicon">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_menu.svg" />
</span>
<span class="navbar-text navbar-text-toggle closeicon">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_close.svg" />
</span>
</button>
</div>
</nav>
<div class="navbar-background position-absolute w-100">
<nav
class="navbar navbar-light navbar-extended multi-collapse collapse"
>
<div class="container">
<div class="row">
<div class="col-md-3">
<ul class="navbar-nav navbar-nav-parent">
<li class="nav-item p-0 d-flex nav-item-parent active">
<a class="nav-link" href="/" >Etusivu</a
>
</li>
<li class="nav-item p-0 d-flex nav-item-parent ">
<a class="nav-link" href="/nakoislehti" >Näköislehti</a
>
</li>
<li class="nav-item p-0 d-flex nav-item-parent ">
<a class="nav-link" href="/uutisvinkki" >Lähetä uutisvinkki</a
>
</li>
<li class="nav-item p-0 d-flex nav-item-parent ">
<a class="nav-link" href="https://www.keskipohjanmaa.fi/palaute" >Anna palautetta</a
>
</li>
<li class="nav-item p-0 d-flex nav-item-parent ">
<a class="nav-link" href="/vauvauutisia" >Vauvauutisia</a
>
</li>
<li class="nav-item p-0 d-flex nav-item-parent ">
<a class="nav-link" href="https://www.lounastori.fi" >Lounastori</a
>
</li>
<li class="nav-item p-0 d-flex nav-item-parent ">
<a class="nav-link" href="/tapahtumat" >Tapahtumakalenteri</a
>
</li>
<li class="nav-item p-0 d-flex nav-item-parent ">
<a class="nav-link" href="https://www.keskipohjanmaa.fi/artikkeli/toimituksen-yhteystiedot" >Toimituksen yhteystiedot</a
>
</li>
<li class="nav-item p-0 d-flex nav-item-parent ">
<a class="nav-link" href="https://www.keskipohjanmaa.fi/saa" >Sää</a
>
</li>
</ul>
</div>
<div class="col-md-3">
<ul class="navbar-nav navbar-nav-parent">
<li class="nav-item p-0 d-flex nav-item-parent ">
<h3 class="mb-md-2">Uutiset</h3>
<a class="nav-link nav-link-expand ml-auto d-md-none collapsed" aria-expanded="false" data-toggle="collapse" href="#submenu-id-335">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_up.svg" class="close-icon" alt="">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_down.svg" class="open-icon" alt="">
</a>
<ul class="navbar-nav collapse d-md-flex navbar-nav-child" id="submenu-id-335">
<li class="nav-item nav-item-child p-0 ">
<a class="nav-link" href="/paikallisuutiset">Paikallisuutiset</a>
</li>
<li class="nav-item nav-item-child p-0 ">
<a class="nav-link" href="/tuoreimmat">Tuoreimmat</a>
</li>
<li class="nav-item nav-item-child p-0 ">
<a class="nav-link" href="/kotimaa">Kotimaa</a>
</li>
<li class="nav-item nav-item-child p-0 ">
<a class="nav-link" href="/ulkomaat">Ulkomaat</a>
</li>
<li class="nav-item nav-item-child p-0 ">
<a class="nav-link" href="/urheilu">Urheilu</a>
</li>
<li class="nav-item nav-item-child p-0 ">
<a class="nav-link" href="/kulttuuri">Kulttuuri</a>
</li>
<li class="nav-item nav-item-child p-0 ">
<a class="nav-link" href="/talous">Talous</a>
</li>
</ul>
</li>
</ul>
</div>
<div class="col-md-3">
<ul class="navbar-nav navbar-nav-parent">
<li class="nav-item p-0 d-flex nav-item-parent ">
<h3 class="mb-md-2">Kuva ja ääni</h3>
<a class="nav-link nav-link-expand ml-auto d-md-none collapsed" aria-expanded="false" data-toggle="collapse" href="#submenu-id-336">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_up.svg" class="close-icon" alt="">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_down.svg" class="open-icon" alt="">
</a>
<ul class="navbar-nav collapse d-md-flex navbar-nav-child" id="submenu-id-336">
<li class="nav-item nav-item-child p-0 ">
<a class="nav-link" href="/livelahetykset">Livelähetykset</a>
</li>
<li class="nav-item nav-item-child p-0 ">
<a class="nav-link" href="/podcast">Podcast</a>
</li>
<li class="nav-item nav-item-child p-0 ">
<a class="nav-link" href="/videot">Videot</a>
</li>
</ul>
</li>
</ul>
<ul class="navbar-nav navbar-nav-parent">
<li class="nav-item p-0 d-flex nav-item-parent ">
<h3 class="mb-md-2">Mielipiteet</h3>
<a class="nav-link nav-link-expand ml-auto d-md-none collapsed" aria-expanded="false" data-toggle="collapse" href="#submenu-id-336">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_up.svg" class="close-icon" alt="">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_down.svg" class="open-icon" alt="">
</a>
<ul class="navbar-nav collapse d-md-flex navbar-nav-child" id="submenu-id-336">
<li class="nav-item nav-item-child p-0 ">
<a class="nav-link" href="/paakirjoitukset">Pääkirjoitukset</a>
</li>
<li class="nav-item nav-item-child p-0 ">
<a class="nav-link" href="/kolumnit">Kolumnit</a>
</li>
<li class="nav-item nav-item-child p-0 ">
<a class="nav-link" href="/mielipiteet">Mielipiteet</a>
</li>
</ul>
</li>
</ul>
</div>
<div class="col-md-3">
<ul class="navbar-nav navbar-nav-parent">
<li class="nav-item p-0 d-flex nav-item-parent ">
<h3 class="mb-md-2">Ihmiset & elämä</h3>
<a class="nav-link nav-link-expand ml-auto d-md-none collapsed" aria-expanded="false" data-toggle="collapse" href="#submenu-id-337">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_up.svg" class="close-icon" alt="">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_down.svg" class="open-icon" alt="">
</a>
<ul class="navbar-nav collapse d-md-flex navbar-nav-child" id="submenu-id-337">
<li class="nav-item nav-item-child p-0 ">
<a class="nav-link" href="/ihmiset">Ihmiset</a>
</li>
<li class="nav-item nav-item-child p-0 ">
<a class="nav-link" href="/ruoka">Ruoka</a>
</li>
<li class="nav-item nav-item-child p-0 ">
<a class="nav-link" href="/viihde">Viihde</a>
</li>
<li class="nav-item nav-item-child p-0 ">
<a class="nav-link" href="/hyvinvointi">Hyvinvointi</a>
</li>
<li class="nav-item nav-item-child p-0 ">
<a class="nav-link" href="/tapahtumajutut">Tapahtumajutut</a>
</li>
</ul>
</li>
</ul>
<ul class="navbar-nav navbar-nav-parent">
<li class="nav-item p-0 d-flex nav-item-parent ">
<a class="nav-link" href="/kokkola" >Kokkola-lehti</a
>
</li>
</ul>
<ul class="navbar-nav navbar-nav-parent">
<li class="nav-item p-0 d-flex nav-item-parent ">
<h3 class="mb-md-2">Ajanviete</h3>
<a class="nav-link nav-link-expand ml-auto d-md-none collapsed" aria-expanded="false" data-toggle="collapse" href="#submenu-id-337">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_up.svg" class="close-icon" alt="">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_down.svg" class="open-icon" alt="">
</a>
<ul class="navbar-nav collapse d-md-flex navbar-nav-child" id="submenu-id-337">
<li class="nav-item nav-item-child p-0 ">
<a class="nav-link" href="https://www.keskipohjanmaa.fi/artikkeli/koukutu-numeroihin-lumoudu-sanoihin-haasta-itsesi-keskipohjanmaan-alypeleilla">Sudoku ja Sana!</a>
</li>
<li class="nav-item nav-item-child p-0 ">
<a class="nav-link" href="/fingerpori">Fingerpori</a>
</li>
</ul>
</li>
</ul>
<ul class="navbar-nav navbar-nav-parent">
<li class="nav-item p-0 d-flex nav-item-parent ">
<a class="nav-link" href="https://www.keskipohjanmaa.fi/mainos" >Mainosartikkelit</a
>
</li>
</ul>
</div>
</div>
<div class="divider"></div>
<div class="row">
<div class="col-12">
<h2>Asiakaspalvelu ja info</h2>
</div>
</div>
<div class="row">
<div class="col-md-3">
<ul class="navbar-nav navbar-nav-parent">
<li class="nav-item p-0 d-flex nav-item-parent">
<h3 class="mb-md-2">Tilaajalle</h3>
<a class="nav-link nav-link-expand ml-auto d-md-none collapsed" aria-expanded="false" data-toggle="collapse" href="#submenu-id-374">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_up.svg" class="close-icon" alt="">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_down.svg" class="open-icon" alt="">
</a>
<ul class="navbar-nav collapse d-md-flex navbar-nav-child" id="submenu-id-374">
<li class="nav-item nav-item-child ">
<a class="nav-link" href="https://hilla-ssp.worldoftulo.com/SubscriptionAddress">Tee osoitteenmuutos</a>
</li>
<li class="nav-item nav-item-child ">
<a class="nav-link" href="https://hilla-ssp.worldoftulo.com/Intermission">Jakelunkeskeytys</a>
</li>
<li class="nav-item nav-item-child ">
<a class="nav-link" href="https://hilla.portal.worldoftulo.com/login/">Tee digitunnukset</a>
</li>
<li class="nav-item nav-item-child ">
<a class="nav-link" href="https://www.keskipohjanmaa.fi/edut">Tilajaaedut</a>
</li>
</ul>
</li>
</ul>
</div>
<div class="col-md-3">
<ul class="navbar-nav navbar-nav-parent">
<li class="nav-item p-0 d-flex nav-item-parent">
<h3 class="mb-md-2">Asiakaspalvelu</h3>
<a class="nav-link nav-link-expand ml-auto d-md-none collapsed" aria-expanded="false" data-toggle="collapse" href="#submenu-id-380">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_up.svg" class="close-icon" alt="">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_down.svg" class="open-icon" alt="">
</a>
<ul class="navbar-nav collapse d-md-flex navbar-nav-child" id="submenu-id-380">
<li class="nav-item nav-item-child ">
<a class="nav-link" href="https://asiakaspalvelu.hillagroup.fi/">Asiakaspalvelusivusto</a>
</li>
<li class="nav-item nav-item-child ">
<a class="nav-link" href="https://tilaa.hillagroup.fi/kpm/tilaus">Tee tilaus</a>
</li>
<li class="nav-item nav-item-child ">
<a class="nav-link" href="https://tilaa.hillagroup.fi/kpm/lahjatilaus">Tee lahjatilaus</a>
</li>
<li class="nav-item nav-item-child ">
<a class="nav-link" href="https://tilaa.hillagroup.fi/kpm/yritystilaus">Yritystilaus</a>
</li>
<li class="nav-item nav-item-child ">
<a class="nav-link" href="https://asiakaspalvelu.hillagroup.fi/lukijailmoitukset/">Jätä lukijailmoitus</a>
</li>
<li class="nav-item nav-item-child ">
<a class="nav-link" href="/palaute">Anna palautetta</a>
</li>
<li class="nav-item nav-item-child ">
<a class="nav-link" href="https://asiakaspalvelu.hillagroup.fi/yhteystiedot/">Yhteystiedot</a>
</li>
</ul>
</li>
</ul>
</div>
<div class="col-md-3">
<ul class="navbar-nav navbar-nav-parent">
<li class="nav-item p-0 d-flex nav-item-parent">
<h3 class="mb-md-2">Mediamyynti</h3>
<a class="nav-link nav-link-expand ml-auto d-md-none collapsed" aria-expanded="false" data-toggle="collapse" href="#submenu-id-385">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_up.svg" class="close-icon" alt="">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_down.svg" class="open-icon" alt="">
</a>
<ul class="navbar-nav collapse d-md-flex navbar-nav-child" id="submenu-id-385">
<li class="nav-item nav-item-child ">
<a class="nav-link" href="https://mainostajalle.hillagroup.fi/">Mainostajalle</a>
</li>
<li class="nav-item nav-item-child ">
<a class="nav-link" href="https://mainostajalle.hillagroup.fi/mediat/keskipohjanmaa/">Mediatiedot</a>
</li>
<li class="nav-item nav-item-child ">
<a class="nav-link" href="https://mainostajalle.hillagroup.fi/ratkaisumme/sisaltomarkkinointi/">Sisältömarkkinointi</a>
</li>
<li class="nav-item nav-item-child ">
<a class="nav-link" href="https://mainostajalle.hillagroup.fi/ota-yhteytta/">Yhteystiedot</a>
</li>
</ul>
</li>
</ul>
</div>
<div class="col-md-3">
<ul class="navbar-nav navbar-nav-parent">
<li class="nav-item p-0 d-flex nav-item-parent">
<h3 class="mb-md-2">Info</h3>
<a class="nav-link nav-link-expand ml-auto d-md-none collapsed" aria-expanded="false" data-toggle="collapse" href="#submenu-id-389">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_up.svg" class="close-icon" alt="">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_down.svg" class="open-icon" alt="">
</a>
<ul class="navbar-nav collapse d-md-flex navbar-nav-child" id="submenu-id-389">
<li class="nav-item nav-item-child ">
<a class="nav-link" href="/artikkeli/ohjeita-lukijoille">Ohjeita lukijoille</a>
</li>
<li class="nav-item nav-item-child ">
<a class="nav-link" href="https://hillagroup.fi/kayttoehdot/">Käyttöehdot</a>
</li>
<li class="nav-item nav-item-child ">
<a class="nav-link" href="https://hillagroup.fi/tilausehdot/">Tilausehdot</a>
</li>
<li class="nav-item nav-item-child ">
<a class="nav-link" href="https://hillagroup.fi/tietosuojalauseke/">Tietosuojalauseke</a>
</li>
<li class="nav-item nav-item-child ">
<a class="nav-link" href="https://hillagroup.fi/tietosuojakuvaus/">Tietosuojakuvaus</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="divider"></div>
<div class="row hilla-media">
<div class="col-12">
<h2>Hillan uutismediat</h2>
</div>
<div class="col-12">
<ul class="navbar-nav navbar-nav-parent">
<li class="nav-item p-0 d-flex flex-row nav-item-parent">
<h3 class="mb-md-2">Keski-Pohjanmaa, Pohjanmaa, Pohjois-Pohjanmaa</h3>
<a class="nav-link nav-link-expand ml-auto d-md-none collapsed" aria-expanded="false" data-toggle="collapse" href="#submenu-id-394">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_up.svg" class="close-icon" alt="">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_down.svg" class="open-icon" alt="">
</a>
<ul class="navbar-nav collapse d-md-flex flex-md-row navbar-nav-child" id="submenu-id-394">
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="http://www.keskipohjanmaa.fi">Keskipohjanmaa</a>
</li>
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="http://www.haapavesi-lehti.fi">Haapavesi-lehti</a>
</li>
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="https://www.kalajokilaakso.fi/kalajaska">Kalajaska</a>
</li>
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="http://www.kalajokiseutu.fi">Kalajokiseutu</a>
</li>
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="http://www.kalajokilaakso.fi">Kalajokilaakso</a>
</li>
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="http://www.kokkola-lehti.fi">Kokkola</a>
</li>
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="http://www.lestijoki.fi">Lestijoki</a>
</li>
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="http://www.nivala-lehti.fi">Nivala</a>
</li>
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="http://www.perhonjokilaakso.fi">Perhonjokilaakso</a>
</li>
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="http://www.pietarsaarensanomat.fi">Pietarsaaren Sanomat</a>
</li>
</ul>
</li>
</ul>
</div>
<div class="col-12">
<ul class="navbar-nav navbar-nav-parent">
<li class="nav-item p-0 d-flex flex-row nav-item-parent">
<h3 class="mb-md-2">Kainuu ja Koillismaa</h3>
<a class="nav-link nav-link-expand ml-auto d-md-none collapsed" aria-expanded="false" data-toggle="collapse" href="#submenu-id-395">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_up.svg" class="close-icon" alt="">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_down.svg" class="open-icon" alt="">
</a>
<ul class="navbar-nav collapse d-md-flex flex-md-row navbar-nav-child" id="submenu-id-395">
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="http://www.kainuunsanomat.fi">Kainuun Sanomat</a>
</li>
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="https://www.kainuunsanomat.fi/koti-kajaani">Koti-Kajaani</a>
</li>
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="http://www.kuhmolainen.fi">Kuhmolainen</a>
</li>
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="http://www.sotkamolehti.fi">Sotkamo-lehti</a>
</li>
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="http://www.ylakainuu.fi">Ylä-Kainuu</a>
</li>
</ul>
</li>
</ul>
</div>
<div class="col-12">
<ul class="navbar-nav navbar-nav-parent">
<li class="nav-item p-0 d-flex flex-row nav-item-parent">
<h3 class="mb-md-2">Lappi</h3>
<a class="nav-link nav-link-expand ml-auto d-md-none collapsed" aria-expanded="false" data-toggle="collapse" href="#submenu-id-396">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_up.svg" class="close-icon" alt="">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_arrow_down.svg" class="open-icon" alt="">
</a>
<ul class="navbar-nav collapse d-md-flex flex-md-row navbar-nav-child" id="submenu-id-396">
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="http://www.enontekionsanomat.fi">Enontekiön Sanomat</a>
</li>
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="http://www.inarilainen.fi">Inarilainen</a>
</li>
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="http://www.kittilalehti.fi/">Kittilälehti</a>
</li>
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="http://www.kotilappi.fi">Koti-Lappi</a>
</li>
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="http://www.luoteis-lappi.fi">Luoteis-Lappi</a>
</li>
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="http://www.meantornionlaakso.fi">Meän Tornionlaakso</a>
</li>
<li class="nav-item nav-item-child">
<a class="nav-link px-2" href="http://www.sompio.fi">Sompio</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</nav>
<a class="menu-expand-backdrop" data-toggle="collapse" data-target=".multi-collapse" href="#navbarToggleExternalContent" aria-expanded="false"></a>
</div>
</div>
<main class="container">
<section class="every_board"><div class="row align-items-stretch"><div class="col-12 col-xl-9 board-col-xs-12 board-col-sm-12 board-col-md-12 board-col-lg-9"><div class="rendered_board_linked_widget"><section class="every_board"><div class="row align-items-stretch upper-section"><div class="col-12 board-col-xs-12 board-col-sm-12 board-col-md-12 board-col-lg-9"><div class="rendered_board_template_widget"><section class="every_board"><div class="row align-items-stretch"><div class="col-12 board-col-xs-12 board-col-sm-12 board-col-md-12 board-col-lg-9"><div class="rendered_board_article content-size-xs-12 content-size-sm-12 content-size-md-12 content-size-lg-9"><div class="ticker ticker--brand "><a href="https://www.keskipohjanmaa.fi/artikkeli/kokkolalainen-outi-hakunti-kaipaa-avointa-puhetta-vaihdevuosista-elamanilon-ei-tarvitse-loppua-tie?source=ticker_news">
Kokkolalainen Outi Hakunti kaipaa avointa puhetta vaihdevuosista: ”Elämänilon ei tarvitse loppua tietyssä iässä”
</a></div>
</div><div class="rendered_board_article content-size-xs-12 content-size-sm-12 content-size-md-12 content-size-lg-9"><div class="ticker ticker--brand "><a href="https://www.keskipohjanmaa.fi/artikkeli/sahkoautojen-tyyppivika-ei-ole-hajonnut-akku-maan-tunnetuin-sahkoautoguru-jesse-haapala-paljastaa?source=ticker_news">
Sähköautojen tyyppivika ei ole hajonnut akku, maan tunnetuin sähköautoguru Jesse Haapala paljastaa – Katso sähköauton kolme ongelmakohtaa
</a></div>
</div></div></div></section></div><div class="rendered_board_template_widget"><section class="every_board"><div class="row align-items-stretch"><div class="col-12 board-col-xs-12 board-col-sm-12 board-col-md-12 board-col-lg-9"><div class="rendered_board_article content-size-xs-12 content-size-sm-12 content-size-md-12 content-size-lg-9"><div style="display: none;" class="ticker ticker--yellow usertickernonsubscriber" ><a href="https://tilaa.hillagroup.fi/kpm/kampanjat" class="adticker-link" >
Lunasta 40 € tai 100 € etuseteli 💶 Tilaa Kepari ja säästä »
</a></div><div style="display: none;" class="ticker ticker--light-pink usertickersubscriber" ><a href="https://tilaa.hillagroup.fi/kpm/lahjatilaus" class="adticker-link" >
Anna lahjaksi lukemattomia tarinoita. Tilaa 🎁 Kepari »
</a></div>
</div></div></div></section></div><div class="rendered_board_widget content-size-xs-12 content-size-sm-12 content-size-md-12 content-size-lg-9" id="custom_html-19"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><!-- Format : Hilla - Tikkeri (300x200) -->
<div data-ad-unit-id="134216"></div></div></div></div><div class="rendered_board_widget content-size-xs-12 content-size-sm-12 content-size-md-12 content-size-lg-9" id="custom_html-25"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><!-- Format : KM 10 - Digietusivu (desktop) (1x1) -->
<div data-ad-unit-id="134214"></div></div></div></div><div class="rendered_board_widget content-size-xs-12 content-size-sm-12 content-size-md-12 content-size-lg-9" id="custom_html-26"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><!-- Format : KM 11 - Digietusivu (mobiili) (1x1) -->
<div data-ad-unit-id="134239"></div></div></div></div><div class="rendered_board_widget content-size-xs-12 content-size-sm-12 content-size-md-12 content-size-lg-9" id="custom_html-20"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><!-- Format : KM 01 - Ylapaikka (desktop) (980x400) -->
<div data-ad-unit-id="134215"></div>
</div></div></div></div></div></section></div><div class="rendered_board_widget content-size-xs-12 content-size-sm-12 content-size-md-12 content-size-lg-9" id="custom_html-38"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><!-- Format : KM 07 - Ylapaikka (mobiili) 300x300/300x150 (300x300) -->
<div data-ad-unit-id="134240"></div></div></div></div><div class="rendered_board_linked_widget"><section class="every_board"><div class="row align-items-stretch row-with-sidebar"><div class="col-12 col-md-8 board-col-xs-12 board-col-sm-8 board-col-md-8 board-col-lg-6"><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><article data-uuid="ca259253-fe5b-433b-8d73-3c7bf8cdf7f3" class="teaser teaser--article-image-top h-100 teaser--with-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/tallainen-on-soiten-uusi-jaksohoitoyksikko-lahihoitajan-vastuu-on-kasvanut" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="3e3aa4bb-7028-5126-aa03-e706bf74f2d3"
data-width="7650"
data-height="5101"><img fetchpriority="high" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=3e3aa4bb-7028-5126-aa03-e706bf74f2d3&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84358&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=3e3aa4bb-7028-5126-aa03-e706bf74f2d3&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84358&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=3e3aa4bb-7028-5126-aa03-e706bf74f2d3&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84358&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=3e3aa4bb-7028-5126-aa03-e706bf74f2d3&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84358&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=3e3aa4bb-7028-5126-aa03-e706bf74f2d3&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84358&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=3e3aa4bb-7028-5126-aa03-e706bf74f2d3&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84358&x=0&y=0&width=7650&height=4303"
width="7650"
height="5101"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(66.67vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Tällainen on Soiten uusi jaksohoitoyksikkö: ”Lähihoitajan vastuu on kasvanut”</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
6:30
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-ca259253-fe5b-433b-8d73-3c7bf8cdf7f3"></span></span></div></div></a></article></div><div class="rendered_board_widget content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6" id="custom_html-10"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><!-- Format : Hilla - Digikokosivu (desktop) (620x891) -->
<div data-ad-unit-id="134217"></div>
<!-- Format : Hilla - Digikokosivu (mobile) (300x431) -->
<div data-ad-unit-id="134241"></div></div></div></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><article data-uuid="31d4e8f2-50df-431c-8514-52bda4eff897" class="teaser teaser--article-image-top h-100 teaser--with-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/kaikki-alkoi-karkkilakosta-marian-tarina-avaa-anoreksian-logiikkaa-uudella-tavalla" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="77699ed7-eb8e-5b71-90e6-5c16abbeba0d"
data-width="6000"
data-height="4000"><img decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=77699ed7-eb8e-5b71-90e6-5c16abbeba0d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=77699ed7-eb8e-5b71-90e6-5c16abbeba0d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=77699ed7-eb8e-5b71-90e6-5c16abbeba0d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=77699ed7-eb8e-5b71-90e6-5c16abbeba0d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=77699ed7-eb8e-5b71-90e6-5c16abbeba0d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=77699ed7-eb8e-5b71-90e6-5c16abbeba0d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=6000&height=3375"
width="6000"
height="4000"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(66.67vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Kaikki alkoi karkkilakosta – Marian tarina avaa anoreksian logiikkaa uudella tavalla</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
7:00
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-31d4e8f2-50df-431c-8514-52bda4eff897"></span></span></div></div></a></article></div><div class="rendered_board_template_widget"><section class="every_board"><div class="row align-items-stretch"><div class="col-6 board-col-xs-6 board-col-sm-4 board-col-md-4 board-col-lg-3"><div class="rendered_board_article content-size-xs-6 content-size-sm-4 content-size-md-4 content-size-lg-3"><article data-uuid="e2639686-6011-441a-84e2-59b41052b716" class="teaser teaser--article-image-top h-100 teaser--with-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/valtio-siirsi-rajusti-tyottomyyskuluja-kunnille-%e2%80%92-tyottomyys-tulee-kokkolalle-kalliiksi" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="b17549f7-93b4-5c14-9a6e-24785f1ee979"
data-width="4252"
data-height="2835"><img decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=b17549f7-93b4-5c14-9a6e-24785f1ee979&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=b17549f7-93b4-5c14-9a6e-24785f1ee979&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=b17549f7-93b4-5c14-9a6e-24785f1ee979&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=b17549f7-93b4-5c14-9a6e-24785f1ee979&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=b17549f7-93b4-5c14-9a6e-24785f1ee979&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=b17549f7-93b4-5c14-9a6e-24785f1ee979&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=4252&height=2392"
width="4252"
height="2835"
sizes="(min-width: 1380px) calc(345px - (32px)),(min-width: 1200px) calc(25.00vw - (32px)),(min-width: 992px) calc(33.33vw - (32px)),(min-width: 768px) calc(33.33vw - (32px)),calc(50.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Valtio siirsi rajusti työttömyyskuluja kunnille ‒ Työttömyys tulee Kokkolalle kalliiksi</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
8:00 | Päivitetty 9:16
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-e2639686-6011-441a-84e2-59b41052b716"></span></span></div></div></a></article>
</div></div><div class="col-6 board-col-xs-6 board-col-sm-4 board-col-md-4 board-col-lg-3"><div class="rendered_board_article content-size-xs-6 content-size-sm-4 content-size-md-4 content-size-lg-3"><article data-uuid="d702d5ed-1547-4746-abad-29c14e25de94" class="teaser teaser--article-image-top h-100 teaser--with-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/mita-ihmetta-kalajokinen-klaara-kivisto-bongasi-itse-tekemansa-korun-maailmanennatysmiehen-rant" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="b82ce34a-50d4-5d25-b256-b263c6c97c46"
data-width="5769"
data-height="3846"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=b82ce34a-50d4-5d25-b256-b263c6c97c46&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=b82ce34a-50d4-5d25-b256-b263c6c97c46&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=b82ce34a-50d4-5d25-b256-b263c6c97c46&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=b82ce34a-50d4-5d25-b256-b263c6c97c46&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=b82ce34a-50d4-5d25-b256-b263c6c97c46&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=b82ce34a-50d4-5d25-b256-b263c6c97c46&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=5769&height=3245"
width="5769"
height="3846"
sizes="(min-width: 1380px) calc(345px - (32px)),(min-width: 1200px) calc(25.00vw - (32px)),(min-width: 992px) calc(33.33vw - (32px)),(min-width: 768px) calc(33.33vw - (32px)),calc(50.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">”Mitä ihmettä!” – Kalajokinen Klaara Kivistö bongasi itse tekemänsä korun maailmanennätysmiehen ranteesta</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Urheilu
</div><div class="teaser__pubdate">
8.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-d702d5ed-1547-4746-abad-29c14e25de94"></span></span></div></div></a></article>
</div></div></div></section></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><article class="teaser teaser--article-image-right h-100 teaser--with-image teaser--advertorial"><a href="https://www.keskipohjanmaa.fi/artikkeli/yhdessa-enemman-eezy-rakentaa-menestystarinoita-yrityksille-ja-tyontekijoille" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="dbffd093-bd78-58be-a9f8-b6651c52d7bf"
data-width="2048"
data-height="1365"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=dbffd093-bd78-58be-a9f8-b6651c52d7bf&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84396&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=dbffd093-bd78-58be-a9f8-b6651c52d7bf&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84396&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=dbffd093-bd78-58be-a9f8-b6651c52d7bf&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84396&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=dbffd093-bd78-58be-a9f8-b6651c52d7bf&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84396&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=dbffd093-bd78-58be-a9f8-b6651c52d7bf&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84396&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=dbffd093-bd78-58be-a9f8-b6651c52d7bf&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84396&x=0&y=0&width=2048&height=1152"
width="2048"
height="1365"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(66.67vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Yhdessä enemmän - Näin Eezy rakentaa menestystarinoita yrityksille ja työntekijöille Kokkolassa ja Ylivieskassa</h3></div><div class="teaser__footer"><div class="teaser__kicker">
Mainos
</div><div class="teaser__author">Eezy Oyj</div></div></div></a></article></div><div class="rendered_board_template_widget"><section class="every_board"><div class="row align-items-stretch"><div class="col-6 board-col-xs-6 board-col-sm-4 board-col-md-4 board-col-lg-3"><div class="rendered_board_article content-size-xs-6 content-size-sm-4 content-size-md-4 content-size-lg-3"><article data-uuid="0ce0bd94-6acf-4e5f-83dc-59216db1b651" class="teaser teaser--article-image-top h-100 teaser--with-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/kadonneen-pekka-tuukkasen-tapauksen-tutkinta-eteni-krpssa-kesalla-todistajia-on-kuultu" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="1fa48230-370f-56ee-a2b6-367cb2d30faa"
data-width="4252"
data-height="2835"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=1fa48230-370f-56ee-a2b6-367cb2d30faa&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=1fa48230-370f-56ee-a2b6-367cb2d30faa&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=1fa48230-370f-56ee-a2b6-367cb2d30faa&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=1fa48230-370f-56ee-a2b6-367cb2d30faa&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=1fa48230-370f-56ee-a2b6-367cb2d30faa&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=1fa48230-370f-56ee-a2b6-367cb2d30faa&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=4252&height=2392"
width="4252"
height="2835"
sizes="(min-width: 1380px) calc(345px - (32px)),(min-width: 1200px) calc(25.00vw - (32px)),(min-width: 992px) calc(33.33vw - (32px)),(min-width: 768px) calc(33.33vw - (32px)),calc(50.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Kadonneen Pekka Tuukkasen tapauksen tutkinta eteni KRP:ssä kesällä: "Todistajia on kuultu"</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
8.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-0ce0bd94-6acf-4e5f-83dc-59216db1b651"></span></span></div></div></a></article>
</div></div><div class="col-6 board-col-xs-6 board-col-sm-4 board-col-md-4 board-col-lg-3"><div class="rendered_board_article content-size-xs-6 content-size-sm-4 content-size-md-4 content-size-lg-3"><article data-uuid="1bb26cb3-ffb0-43ec-8e4f-f5e4fb3b056e" class="teaser teaser--article-image-top h-100 teaser--with-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/oulaskankaan-yopaivystyksen-loppuminen-voi-ruuhkauttaa-oys-paivystyksen-ja-kuormittaa-ensihoitoa-p" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="ce2b6ff1-6b29-5534-a16a-c273a9ac9af1"
data-width="2312"
data-height="1042"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=ce2b6ff1-6b29-5534-a16a-c273a9ac9af1&function=cropresize&type=preview&source=false&q=75&crop_w=0.80123&crop_h=0.99999&x=0.09938&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=ce2b6ff1-6b29-5534-a16a-c273a9ac9af1&function=cropresize&type=preview&source=false&q=75&crop_w=0.80123&crop_h=0.99999&x=0.09938&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=ce2b6ff1-6b29-5534-a16a-c273a9ac9af1&function=cropresize&type=preview&source=false&q=75&crop_w=0.80123&crop_h=0.99999&x=0.09938&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=ce2b6ff1-6b29-5534-a16a-c273a9ac9af1&function=cropresize&type=preview&source=false&q=75&crop_w=0.80123&crop_h=0.99999&x=0.09938&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=ce2b6ff1-6b29-5534-a16a-c273a9ac9af1&function=cropresize&type=preview&source=false&q=75&crop_w=0.80123&crop_h=0.99999&x=0.09938&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=ce2b6ff1-6b29-5534-a16a-c273a9ac9af1&function=cropresize&type=preview&source=false&q=75&crop_w=0.80123&crop_h=0.99999&x=0.09938&y=0&width=2312&height=1301"
width="2312"
height="1042"
sizes="(min-width: 1380px) calc(345px - (32px)),(min-width: 1200px) calc(25.00vw - (32px)),(min-width: 992px) calc(33.33vw - (32px)),(min-width: 768px) calc(33.33vw - (32px)),calc(50.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Oulaskankaalta loppuu yöpäivystys ‒ Millaista ruuhkaa se voi aiheuttaa Oulussa?</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
8.9. | Päivitetty 9:36
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-1bb26cb3-ffb0-43ec-8e4f-f5e4fb3b056e"></span></span></div></div></a></article>
</div></div></div></section></div><div class="rendered_board_widget content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6" id="custom_html-9"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><!-- Format : KM 02 - Jattiboksi (desktop) 468x400 (468x400) -->
<div data-ad-unit-id="134219"></div>
<!-- Format : KM 08 - Keskipaikka (mobiili) 300x300/300x150 (300x300) -->
<div data-ad-unit-id="134242"></div></div></div></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><article data-uuid="1df4a439-15bc-4ef2-9bb7-71e6b33874b9" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/televisio-ja-radiolahetyksissa-katkoksia-tiistaina-syyna-huoltotyot-kruunupyyssa" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="3c8eeca6-54f0-5b2d-b283-230ce2e859df"
data-width="4000"
data-height="2252"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=3c8eeca6-54f0-5b2d-b283-230ce2e859df&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.99911&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=3c8eeca6-54f0-5b2d-b283-230ce2e859df&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.99911&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=3c8eeca6-54f0-5b2d-b283-230ce2e859df&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.99911&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=3c8eeca6-54f0-5b2d-b283-230ce2e859df&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.99911&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=3c8eeca6-54f0-5b2d-b283-230ce2e859df&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.99911&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=3c8eeca6-54f0-5b2d-b283-230ce2e859df&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.99911&x=0&y=0&width=4000&height=2250"
width="4000"
height="2252"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(66.67vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Televisio- ja radiolähetyksissä katkoksia tiistaina, syynä huoltotyöt Kruunupyyssä</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
10:00
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-1df4a439-15bc-4ef2-9bb7-71e6b33874b9"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><article data-uuid="5be29c39-b036-4ce4-8ac0-c1f863403112" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/pietarsaaren-suomenkielinen-ylakoulu-uudistuu-vuosikymmenia-vanha-julkisivu-saa-lahtopassit" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="5ea86c41-3e43-5e2c-85ca-18fd4b711ee1"
data-width="3253"
data-height="2190"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=5ea86c41-3e43-5e2c-85ca-18fd4b711ee1&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.83553&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=5ea86c41-3e43-5e2c-85ca-18fd4b711ee1&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.83553&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=5ea86c41-3e43-5e2c-85ca-18fd4b711ee1&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.83553&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=5ea86c41-3e43-5e2c-85ca-18fd4b711ee1&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.83553&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=5ea86c41-3e43-5e2c-85ca-18fd4b711ee1&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.83553&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=5ea86c41-3e43-5e2c-85ca-18fd4b711ee1&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.83553&x=0&y=0&width=3253&height=1830"
width="3253"
height="2190"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(66.67vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Pietarsaaren suomenkielinen yläkoulu uudistuu – vuosikymmeniä vanha julkisivu saa lähtöpassit</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
8.9. | Päivitetty 8.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-5be29c39-b036-4ce4-8ac0-c1f863403112"></span></span></div></div></a></article></div><div class="rendered_board_widget content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><script id="rp_script">
function initReadpeak(retryCount = 0) {
// Wait for the GDPR consent to be set (timeout and continue after 60 seconds)
if(!document.cookie.match(/TcString=([^;]*);/i) && retryCount < 4 * 60){
setTimeout(function(){
initReadpeak(retryCount + 1);
}, 250);
return;
}
var element = document.querySelector("#rp_script");
var rpScript = document.createElement('script');
rpScript.src = 'https://static.readpeak.com/js/rp-int.js';
rpScript.async = true;
element.parentNode.insertBefore(rpScript, element);
window.__rpplc = window.__rpplc || [];
window.__rpplc.push({
id: '72217648756a9a0d',
width: 700,
height: 500,
gdpr_consent: document.cookie.match(/TcString=([^;]*);/i)?.[1] || "",
cats: [],
tags: [],
numberOfAds: 2,
}, element);
}
initReadpeak(0);
</script></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><article class="teaser teaser--article-image-right h-100 teaser--with-image teaser--advertorial"><a href="https://www.keskipohjanmaa.fi/artikkeli/chydeniassa-juhlitaan-halonen-aukaisee-ovensa-ja-kaupan-ja-kulttuurin-yo-valtaa-keskustan" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="4c0e54d3-c1fb-54b8-82ec-29530ce8b8c9"
data-width="6000"
data-height="4000"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=4c0e54d3-c1fb-54b8-82ec-29530ce8b8c9&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=4c0e54d3-c1fb-54b8-82ec-29530ce8b8c9&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=4c0e54d3-c1fb-54b8-82ec-29530ce8b8c9&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=4c0e54d3-c1fb-54b8-82ec-29530ce8b8c9&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=4c0e54d3-c1fb-54b8-82ec-29530ce8b8c9&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=4c0e54d3-c1fb-54b8-82ec-29530ce8b8c9&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=6000&height=3375"
width="6000"
height="4000"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(66.67vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Chydeniassa juhlitaan tarjousten kera - Kaupan ja Kulttuurin yö valtaa keskustan</h3></div><div class="teaser__footer"><div class="teaser__kicker">
Mainos
</div><div class="teaser__author">Kauppakeskus Chydenia</div></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><article data-uuid="5cdc1f4e-882f-4ce7-94f6-4145c507156b" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/anttilan-tontilla-voisi-alkaa-tapahtua-vuonna-2026-kaavamuutos-oli-tarkoitus-hyvaksya-jo-vuosi-sit" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="720a898f-4ff7-599a-b3af-b493bea741ad"
data-width="4252"
data-height="2835"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=720a898f-4ff7-599a-b3af-b493bea741ad&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=720a898f-4ff7-599a-b3af-b493bea741ad&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=720a898f-4ff7-599a-b3af-b493bea741ad&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=720a898f-4ff7-599a-b3af-b493bea741ad&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=720a898f-4ff7-599a-b3af-b493bea741ad&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=720a898f-4ff7-599a-b3af-b493bea741ad&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=4252&height=2392"
width="4252"
height="2835"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(66.67vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Anttilan tontilla Kokkolassa voisi alkaa tapahtua vuonna 2026 – Kaavamuutos oli tarkoitus hyväksyä jo vuosi sitten </h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
8.9. | Päivitetty 8:17
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-5cdc1f4e-882f-4ce7-94f6-4145c507156b"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><article data-uuid="65b8ba96-5290-491d-a313-c9037ba31d17" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/koukutu-numeroihin-lumoudu-sanoihin-haasta-itsesi-keskipohjanmaan-alypeleilla" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="58b15eee-c9fb-5973-ab75-411e4f41fedb"
data-width="1320"
data-height="880"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=58b15eee-c9fb-5973-ab75-411e4f41fedb&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=58b15eee-c9fb-5973-ab75-411e4f41fedb&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=58b15eee-c9fb-5973-ab75-411e4f41fedb&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=58b15eee-c9fb-5973-ab75-411e4f41fedb&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=58b15eee-c9fb-5973-ab75-411e4f41fedb&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=58b15eee-c9fb-5973-ab75-411e4f41fedb&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1320&height=743"
width="1320"
height="880"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(66.67vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Päivittäin vaihtuvat pelit – Sana, Sudoku ja Ristikko</h3></div><div class="teaser__footer"><div class="teaser__kicker">
Ajanviete
</div><div class="teaser__pubdate">
14.6.2023 | Päivitetty 24.6.2024
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-65b8ba96-5290-491d-a313-c9037ba31d17"></span></span></div></div></a></article></div><div class="rendered_board_widget content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><div class="row align-items-stretch">
<div class="col-lg-12">
<br/>
</div>
</div></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><article data-uuid="5ae199c9-4a15-473e-baaf-640fbb584ab8" class="teaser teaser--article-image-top h-100 teaser--with-image teaser--group
teaser--content-paid
" ><h2 class="teaser__group-headline"></h2><a href="https://www.keskipohjanmaa.fi/artikkeli/paakirjoitus-suomalaisen-ruuan-puhtaus-on-vertaansa-vailla-kotimaista-alkutuotantoa-ei-tarvitse-p" class="teaser-link teaser__link"><div class="teaser__image"><div class="teaser__image"><figure class="figure" data-uuid="9f6d3614-cffe-541c-a0cf-a9e8b91b1b8e"
data-width="4252"
data-height="2835"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=9f6d3614-cffe-541c-a0cf-a9e8b91b1b8e&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=9f6d3614-cffe-541c-a0cf-a9e8b91b1b8e&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=9f6d3614-cffe-541c-a0cf-a9e8b91b1b8e&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=9f6d3614-cffe-541c-a0cf-a9e8b91b1b8e&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=9f6d3614-cffe-541c-a0cf-a9e8b91b1b8e&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=9f6d3614-cffe-541c-a0cf-a9e8b91b1b8e&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=4252&height=2392"
width="4252"
height="2835"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(66.67vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Pääkirjoitus: Suomalaisen ruuan puhtaus on vertaansa vailla – Kotimaista alkutuotantoa ei tarvitse piilotella</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Mielipiteet
</div><div class="teaser__pubdate">
8.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-5ae199c9-4a15-473e-baaf-640fbb584ab8"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><article data-uuid="05cad540-4d51-4fba-a325-f85695a7d114" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--group
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/katariina-porasen-kolumni-seurasin-stubbin-paivaa-kokkolassa-%e2%80%92-milta-kattely-tuntui" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="b748e527-f0ac-5438-8ee2-13bba1f4e703"
data-width="2835"
data-height="1890"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=b748e527-f0ac-5438-8ee2-13bba1f4e703&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=b748e527-f0ac-5438-8ee2-13bba1f4e703&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=b748e527-f0ac-5438-8ee2-13bba1f4e703&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=b748e527-f0ac-5438-8ee2-13bba1f4e703&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=b748e527-f0ac-5438-8ee2-13bba1f4e703&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=b748e527-f0ac-5438-8ee2-13bba1f4e703&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=2835&height=1595"
width="2835"
height="1890"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(66.67vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Katariina Porasen kolumni: Seurasin Stubbin päivää Kokkolassa ‒ ”Miltä kättely tuntui?”</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Mielipiteet
</div><div class="teaser__pubdate">
8.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-05cad540-4d51-4fba-a325-f85695a7d114"></span></span></div></div></a></article> </div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><article data-uuid="96b62cb6-f6e6-4d04-a0df-3063b0425e5c" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--group
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/lukijalta-oliko-vanha-maakuntavaltuusto-toimivaltainen-kasittelemaan-maakuntajohtajan-erottamista" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="f2803cc9-7f93-5447-be18-97e91a2f9846"
data-width="8256"
data-height="5504"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=f2803cc9-7f93-5447-be18-97e91a2f9846&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=f2803cc9-7f93-5447-be18-97e91a2f9846&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=f2803cc9-7f93-5447-be18-97e91a2f9846&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=f2803cc9-7f93-5447-be18-97e91a2f9846&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=f2803cc9-7f93-5447-be18-97e91a2f9846&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=f2803cc9-7f93-5447-be18-97e91a2f9846&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=8256&height=4644"
width="8256"
height="5504"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(66.67vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Lukijalta: Oliko vanha maakuntavaltuusto toimivaltainen käsittelemään maakuntajohtajan erottamista?</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Mielipiteet
</div><div class="teaser__pubdate">
8.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-96b62cb6-f6e6-4d04-a0df-3063b0425e5c"></span></span></div></div></a></article> </div></div><div class="col-12 col-md-4 board-col-xs-12 board-col-sm-4 board-col-md-4 board-col-lg-3"><div class="rendered_board_widget d-none d-md-block content-size-xs-12 content-size-sm-4 content-size-md-4 content-size-lg-3" id="custom_html-31"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><!-- Format : KM 03 - Boksi 1 (desktop) 300x250 (300x250) -->
<div data-ad-unit-id="134221"></div></div></div></div><div class="rendered_board_widget d-none d-md-block content-size-xs-12 content-size-sm-4 content-size-md-4 content-size-lg-3" id="custom_html-23"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><!-- Format : KM 05 - Boksi 2 (desktop) 300x250 (300x250) -->
<div data-ad-unit-id="134222"></div></div></div></div><div class="rendered_board_widget content-size-xs-12 content-size-sm-4 content-size-md-4 content-size-lg-3" id="ew-most-read-google-analytics-2"><div class="widget ew-most-read-google-analytics"><section class="ew-most-read-google-analytics ew-most-read-google-analytics__container"><header class="ew-most-read-google-analytics__header"><h2 class="ew-most-read-google-analytics__title"><a class="ew-most-read-google-analytics__link" href="https://www.keskipohjanmaa.fi/luetuimmat">Luetuimmat</a></h2></header><div class="ew-most-read-google-analytics__body"><ol class="ew-most-read-google-analytics__content"><li class="ew-most-read-google-analytics__item"><article data-uuid="44b69247-906a-4f23-be03-89da1153c32d" class="teaser teaser--article-notice h-100 teaser--without-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/sahkoautojen-tyyppivika-ei-ole-hajonnut-akku-maan-tunnetuin-sahkoautoguru-jesse-haapala-paljastaa" class="teaser-link teaser__link"><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Sähköautojen tyyppivika ei ole hajonnut akku, maan tunnetuin sähköautoguru Jesse Haapala paljastaa – Katso sähköauton kolme ongelmakohtaa</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
7.9.
</div></div></div></a></article></li><li class="ew-most-read-google-analytics__item"><article data-uuid="7c3c252d-886a-4741-80d4-9c5bd8b94823" class="teaser teaser--article-notice h-100 teaser--without-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/kokkolan-kaupunki-myy-lomahuoneistojaan-rukalta" class="teaser-link teaser__link"><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Kokkolan kaupunki myy lomahuoneistojaan Rukalta</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
6.9.
</div></div></div></a></article></li><li class="ew-most-read-google-analytics__item"><article data-uuid="8d211fca-cd7c-4f1c-b435-28b432db1bf4" class="teaser teaser--article-notice h-100 teaser--without-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/raakkutuhossa-hakatun-metsan-siirretaan-hossaan-lahopuuksi-tama-ei-ole-keksimalla-keksitty" class="teaser-link teaser__link"><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Raakkutuhossa hakatun metsän puut siirretään Hossaan lahopuuksi: ”Tämä ei ole keksimällä keksitty” </h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Kotimaa
</div><div class="teaser__pubdate">
7.9. | Päivitetty 7.9.
</div></div></div></a></article></li><li class="ew-most-read-google-analytics__item"><article data-uuid="9412813f-2901-41f6-a317-2f9aaaf69f47" class="teaser teaser--article-notice h-100 teaser--without-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/opintolaina-olisi-viimeinen-vaihtoehto-roosa-juola-on-sita-mielta-etta-opiskeluaikana-omia-unel" class="teaser-link teaser__link"><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">”Opintolaina olisi viimeinen vaihtoehto” – Roosa Juolan mielestä opiskeluaikana omia unelmia pitää siirtää tulevaisuuteen </h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
7.9. | Päivitetty 7.9.
</div></div></div></a></article></li><li class="ew-most-read-google-analytics__item"><article data-uuid="8a1644a5-2f25-4158-a1aa-9da6401777f3" class="teaser teaser--article-notice h-100 teaser--without-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/huolestunut-lapsi-soitti-hatakeskukseen-puuttuvasta-kaivonkannesta-koivuhaassa" class="teaser-link teaser__link"><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Huolestunut lapsi soitti hätäkeskukseen puuttuvasta kaivonkannesta Kokkolan Koivuhaassa</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
6.9. | Päivitetty 6.9.
</div></div></div></a></article></li></ol></div><footer class="ew-most-read-google-analytics__footer"></footer></section></div></div><div class="rendered_board_widget content-size-xs-12 content-size-sm-4 content-size-md-4 content-size-lg-3" id="custom_html-18"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><!-- Format : Hilla - Rekrykaruselli (300x300) -->
<div data-ad-unit-id="134224"></div></div></div></div><div class="rendered_board_widget content-size-xs-12 content-size-sm-4 content-size-md-4 content-size-lg-3" id="custom_html-2"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><iframe src="https://rekryboksi-v4.appspot.com/v4/keskipohjanmaa/index.html?s=6" loading="lazy" height="400" scrolling="no" width="300" frameborder="0" border="0"></iframe></div></div></div><div class="rendered_board_widget content-size-xs-12 content-size-sm-4 content-size-md-4 content-size-lg-3" id="custom_html-32"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div style="display: none;" class="useradnonsubscriber">
<a href="https://tilaa.hillagroup.fi/kpm/kampanjat?source=banner&utm_source=web&utm_medium=banner&utm_campaign=kpm_eitilaajabansku
">
<img decoding="async" src="https://static.ew.hil.infomaker.io/wp-content/uploads/sites/26/2025/08/18164231/KPM_etuseteli_300x300.gif" alt="">
</a>
</div>
<div style="display: none;" class="useradsubscriber">
<a href="https://asiakaspalvelu.hillagroup.fi/sovelluksen-lataaminen/">
<img decoding="async" src="https://static.ew.hil.infomaker.io/wp-content/uploads/sites/26/2025/06/04182834/KPM_lataasovellus_300x300.gif" alt="">
</a>
</div></div></div></div><div class="rendered_board_widget content-size-xs-12 content-size-sm-4 content-size-md-4 content-size-lg-3" id="custom_html-35"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div class="dls-iframe-720-root" style='width: 100%;height:500px;'></div>
</div></div></div></div></div></section></div></div><div class="col-12 col-xl-3 board-col-xs-12 board-col-sm-12 board-col-md-12 board-col-lg-3 d-none d-xl-block"><div class="rendered_board_linked_widget"><section class="every_board"><div class="row align-items-stretch"><div class="col-12 board-col-xs-12 board-col-sm-12 board-col-md-12 board-col-lg-3"><div class="rendered_board_widget content-size-xs-12 content-size-sm-12 content-size-md-12 content-size-lg-3" id="custom_html-17"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><!-- Format : Hilla - Pystyparaati (300x600) -->
<div data-ad-unit-id="134218"></div></div></div></div></div></div></section></div></div></div><div class="row align-items-stretch"><div class="col-12 board-col-xs-12 board-col-sm-12 board-col-md-12 board-col-lg-12"><div class="rendered_board_widget content-size-xs-12 content-size-sm-12 content-size-md-12 content-size-lg-12" id="ew-section-header-2"><div class="widget ew-section-header"><h2 class="section-headline">Viikon kohokohdat</h2></div></div><div class="rendered_board_template_widget"><section class="every_board"><div class="row align-items-stretch row-with-sidebar"><div class="col-12 col-md-8 col-lg-6 board-col-xs-12 board-col-sm-8 board-col-md-6 board-col-lg-6 section-template-1-large"><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-6 content-size-lg-6"><article data-uuid="7af8f2b4-0578-49b6-ab38-36be5b4ce3f7" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/tasavallan-presidentti-listasi-kolme-imartelevaa-pointtia-kokkolasta" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="a0ff4900-103f-5c4d-b5b3-985850e2713c"
data-width="4252"
data-height="2835"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=a0ff4900-103f-5c4d-b5b3-985850e2713c&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=a0ff4900-103f-5c4d-b5b3-985850e2713c&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=a0ff4900-103f-5c4d-b5b3-985850e2713c&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=a0ff4900-103f-5c4d-b5b3-985850e2713c&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=a0ff4900-103f-5c4d-b5b3-985850e2713c&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=a0ff4900-103f-5c4d-b5b3-985850e2713c&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=4252&height=2392"
width="4252"
height="2835"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(50.00vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Tasavallan presidentti listasi kolme imartelevaa pointtia Kokkolasta</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
5.9. | Päivitetty 5.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-7af8f2b4-0578-49b6-ab38-36be5b4ce3f7"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-6 content-size-lg-6"><article data-uuid="8cc31a67-954f-40c5-899e-009f1cad6601" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/kokkolalainen-veera-husseini-tilaa-valilla-temusta-mutta-tiedostaa-verkkokaupan-ongelmat-kylla-s" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="17521132-9dbb-5df9-9a42-7031057caa6f"
data-width="7904"
data-height="5269"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=17521132-9dbb-5df9-9a42-7031057caa6f&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=17521132-9dbb-5df9-9a42-7031057caa6f&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=17521132-9dbb-5df9-9a42-7031057caa6f&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=17521132-9dbb-5df9-9a42-7031057caa6f&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=17521132-9dbb-5df9-9a42-7031057caa6f&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=17521132-9dbb-5df9-9a42-7031057caa6f&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=7904&height=4446"
width="7904"
height="5269"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(50.00vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Kokkolalainen Veera Husseini tilaa välillä Temusta, mutta tiedostaa verkkokaupan ongelmat – ”Kyllä sitä tosi paljon punnitsee”</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
6.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-8cc31a67-954f-40c5-899e-009f1cad6601"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-6 content-size-lg-6"><article data-uuid="27a1acb3-818d-4c14-9e4d-9f463d01645e" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/kaarlelan-vpk-taytti-90-vuotta-ei-ole-itsestaanselvaa-etta-asiat-ovat-nykyaan-nain-hyvin" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="a0af694f-50f7-537a-a6c2-2ef2b9c9b3d4"
data-width="1840"
data-height="1380"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=a0af694f-50f7-537a-a6c2-2ef2b9c9b3d4&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.75&width=300&height=169&x=1.0E-5&y=0.15833 300w,https://imengine.public.prod.hil.infomaker.io?uuid=a0af694f-50f7-537a-a6c2-2ef2b9c9b3d4&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.75&width=600&height=338&x=1.0E-5&y=0.15833 600w,https://imengine.public.prod.hil.infomaker.io?uuid=a0af694f-50f7-537a-a6c2-2ef2b9c9b3d4&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.75&width=900&height=506&x=1.0E-5&y=0.15833 900w,https://imengine.public.prod.hil.infomaker.io?uuid=a0af694f-50f7-537a-a6c2-2ef2b9c9b3d4&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.75&width=1200&height=675&x=1.0E-5&y=0.15833 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=a0af694f-50f7-537a-a6c2-2ef2b9c9b3d4&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.75&width=1500&height=844&x=1.0E-5&y=0.15833 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=a0af694f-50f7-537a-a6c2-2ef2b9c9b3d4&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.75&width=1840&height=1035&x=1.0E-5&y=0.15833"
width="1840"
height="1035"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(50.00vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Kaarlelan VPK täytti 90 vuotta – ”Ei ole itsestäänselvää, että asiat ovat nykyään näin hyvin”</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
8.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-27a1acb3-818d-4c14-9e4d-9f463d01645e"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-6 content-size-lg-6"><article data-uuid="c7fe6afa-b9a2-46cb-a0a1-9bda57dcbc32" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/silmukoiden-valissa-on-paljon-rukousta-ja-kiitosta-eila-tuominiemi-90-teki-lahes-70-villapaita" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="2e3d0740-c765-5cbe-a073-1486082bb663"
data-width="7971"
data-height="5314"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=2e3d0740-c765-5cbe-a073-1486082bb663&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=2e3d0740-c765-5cbe-a073-1486082bb663&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=2e3d0740-c765-5cbe-a073-1486082bb663&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=2e3d0740-c765-5cbe-a073-1486082bb663&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=2e3d0740-c765-5cbe-a073-1486082bb663&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=2e3d0740-c765-5cbe-a073-1486082bb663&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=7971&height=4484"
width="7971"
height="5314"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(50.00vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">”Silmukoiden välissä on paljon rukousta ja kiitosta” – Eila Tuominiemi, 90, teki lähes 70 villapaitaa viidessä vuodessa</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Ihmiset
</div><div class="teaser__pubdate">
5.9. | Päivitetty 8.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-c7fe6afa-b9a2-46cb-a0a1-9bda57dcbc32"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-6 content-size-lg-6"><article data-uuid="55a59d92-21ed-4558-8bcd-454220dbec5e" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/presidentti-alexander-stubb-vierailee-perjantaina-kokkolassa-keskipohjanmaa-seuraa-paivan-kulkua" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="d48f3610-edbe-5517-91e6-fa845a069f9b"
data-width="4252"
data-height="2835"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=d48f3610-edbe-5517-91e6-fa845a069f9b&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=d48f3610-edbe-5517-91e6-fa845a069f9b&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=d48f3610-edbe-5517-91e6-fa845a069f9b&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=d48f3610-edbe-5517-91e6-fa845a069f9b&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=d48f3610-edbe-5517-91e6-fa845a069f9b&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=d48f3610-edbe-5517-91e6-fa845a069f9b&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=4252&height=2392"
width="4252"
height="2835"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(50.00vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Tasavallan presidentti Alexander Stubb veti torin täyteen Kokkolassa, katso kuvat ja videot</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
5.9. | Päivitetty 5.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-55a59d92-21ed-4558-8bcd-454220dbec5e"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-6 content-size-lg-6"><article data-uuid="92c0b2e2-ea22-44d4-8676-81d996514211" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/kokkolan-traktorihuolto-sillanpaa-oy-on-vuoden-yritys-alyttoman-hyva-tyoporukka-on-meidan-voimavar" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="559dd893-ba61-59d2-a58f-fb79e91a3c4a"
data-width="6615"
data-height="4429"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=559dd893-ba61-59d2-a58f-fb79e91a3c4a&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84013&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=559dd893-ba61-59d2-a58f-fb79e91a3c4a&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84013&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=559dd893-ba61-59d2-a58f-fb79e91a3c4a&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84013&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=559dd893-ba61-59d2-a58f-fb79e91a3c4a&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84013&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=559dd893-ba61-59d2-a58f-fb79e91a3c4a&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84013&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=559dd893-ba61-59d2-a58f-fb79e91a3c4a&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84013&x=0&y=0&width=6615&height=3721"
width="6615"
height="4429"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(50.00vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Kokkolan Traktorihuolto Sillanpää Oy on vuoden yritys: ”Älyttömän hyvä työporukka on meidän voimavara”</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
5.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-92c0b2e2-ea22-44d4-8676-81d996514211"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-6 content-size-lg-6"><article data-uuid="cd75e55d-fe2c-4675-81cd-247b65475dbf" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/nykyiset-toimenpiteet-eivat-riita-tukes-vaatii-kalajoen-kaupungilta-ja-leirintaalueelta-laajan-sel" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="1d29a2eb-7fc7-5a26-b164-07d7fc747a35"
data-width="7599"
data-height="5066"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=1d29a2eb-7fc7-5a26-b164-07d7fc747a35&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84428&width=300&height=169&x=1.0E-5&y=0.09193 300w,https://imengine.public.prod.hil.infomaker.io?uuid=1d29a2eb-7fc7-5a26-b164-07d7fc747a35&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84428&width=600&height=338&x=1.0E-5&y=0.09193 600w,https://imengine.public.prod.hil.infomaker.io?uuid=1d29a2eb-7fc7-5a26-b164-07d7fc747a35&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84428&width=900&height=506&x=1.0E-5&y=0.09193 900w,https://imengine.public.prod.hil.infomaker.io?uuid=1d29a2eb-7fc7-5a26-b164-07d7fc747a35&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84428&width=1200&height=675&x=1.0E-5&y=0.09193 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=1d29a2eb-7fc7-5a26-b164-07d7fc747a35&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84428&width=1500&height=844&x=1.0E-5&y=0.09193 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=1d29a2eb-7fc7-5a26-b164-07d7fc747a35&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84428&width=7599&height=4274&x=1.0E-5&y=0.09193"
width="7599"
height="4274"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(50.00vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Nykyiset toimenpiteet eivät riitä – Tukes vaatii Kalajoen kaupungilta ja leirintäalueelta laajan selvityksen Hiekkasärkkien turvallisuudesta</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
4.9. | Päivitetty 4.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-cd75e55d-fe2c-4675-81cd-247b65475dbf"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-6 content-size-lg-6"><article data-uuid="cfdece66-dd9d-470c-82a6-2dc08ded4ea8" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/ikaluokat-pienenevat-miten-kay-koulujen-kokkola-menettaa-yli-700-ala-ja-ylakoululaista-5-vuodessa" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="d5d37237-996d-5bef-af2f-4a84b80d2518"
data-width="7952"
data-height="5301"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=d5d37237-996d-5bef-af2f-4a84b80d2518&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=d5d37237-996d-5bef-af2f-4a84b80d2518&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=d5d37237-996d-5bef-af2f-4a84b80d2518&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=d5d37237-996d-5bef-af2f-4a84b80d2518&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=d5d37237-996d-5bef-af2f-4a84b80d2518&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=d5d37237-996d-5bef-af2f-4a84b80d2518&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=7952&height=4473"
width="7952"
height="5301"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(50.00vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Ikäluokat pienenevät, miten käy koulujen? Kokkola menettää yli 700 ala- ja yläkoululaista 5 vuodessa - Katso kuntakohtaiset luvut</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
4.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-cfdece66-dd9d-470c-82a6-2dc08ded4ea8"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-6 content-size-lg-6"><article class="teaser teaser--article-image-right h-100 teaser--with-image teaser--advertorial"><a href="https://www.keskipohjanmaa.fi/artikkeli/tiesitko-nama-5-syyta-miksi-paikallinen-mainos-toimii-edelleen" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="f5875301-2812-5181-bffd-31781bf8c7ee"
data-width="2384"
data-height="1257"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=f5875301-2812-5181-bffd-31781bf8c7ee&function=cropresize&type=preview&source=false&q=75&crop_w=0.93736&crop_h=0.99999&x=0.03132&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=f5875301-2812-5181-bffd-31781bf8c7ee&function=cropresize&type=preview&source=false&q=75&crop_w=0.93736&crop_h=0.99999&x=0.03132&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=f5875301-2812-5181-bffd-31781bf8c7ee&function=cropresize&type=preview&source=false&q=75&crop_w=0.93736&crop_h=0.99999&x=0.03132&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=f5875301-2812-5181-bffd-31781bf8c7ee&function=cropresize&type=preview&source=false&q=75&crop_w=0.93736&crop_h=0.99999&x=0.03132&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=f5875301-2812-5181-bffd-31781bf8c7ee&function=cropresize&type=preview&source=false&q=75&crop_w=0.93736&crop_h=0.99999&x=0.03132&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=f5875301-2812-5181-bffd-31781bf8c7ee&function=cropresize&type=preview&source=false&q=75&crop_w=0.93736&crop_h=0.99999&x=0.03132&y=0&width=2384&height=1341"
width="2384"
height="1257"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(50.00vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Tiesitkö nämä 5 syytä, miksi paikallinen mainos toimii edelleen?</h3></div><div class="teaser__footer"><div class="teaser__kicker">
Mainos
</div><div class="teaser__author">Hilla Logistiikka</div></div></div></a></article></div></div><div class="col-12 col-md-4 col-lg-3 board-col-xs-12 board-col-sm-4 board-col-md-3 board-col-lg-3"><div class="rendered_board_widget content-size-xs-12 content-size-sm-4 content-size-md-3 content-size-lg-3" id="custom_html-8"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><!-- Format : Hilla - Boksi 3 (desktop) (300x250) -->
<div data-ad-unit-id="134223"></div>
<!-- Format : Hilla - Keskipaikka 2 (mobiili) (320x320) -->
<div data-ad-unit-id="134244"></div></div></div></div><div class="rendered_board_widget content-size-xs-12 content-size-sm-4 content-size-md-3 content-size-lg-3" id="ew-article-list-2"><div class="widget ew-article-list"><section class="ew-article-list__container"><header class="ew-article-list__header"><h2 class="ew-article-list__title"><a class="ew-article-list__link" href="https://www.keskipohjanmaa.fi/tuoreimmat">Tuoreimmat</a></h2></header><div class="ew-article-list__body"><ol class="ew-article-list__content"><li class="ew-article-list__item"><article data-uuid="1df4a439-15bc-4ef2-9bb7-71e6b33874b9" class="teaser teaser--article-notice h-100 teaser--without-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/televisio-ja-radiolahetyksissa-katkoksia-tiistaina-syyna-huoltotyot-kruunupyyssa" class="teaser-link teaser__link"><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Televisio- ja radiolähetyksissä katkoksia tiistaina, syynä huoltotyöt Kruunupyyssä</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
10:00
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-1df4a439-15bc-4ef2-9bb7-71e6b33874b9"></span></span></div></div></a></article></li><li class="ew-article-list__item"><article data-uuid="e2639686-6011-441a-84e2-59b41052b716" class="teaser teaser--article-notice h-100 teaser--without-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/valtio-siirsi-rajusti-tyottomyyskuluja-kunnille-%e2%80%92-tyottomyys-tulee-kokkolalle-kalliiksi" class="teaser-link teaser__link"><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Valtio siirsi rajusti työttömyyskuluja kunnille ‒ Työttömyys tulee Kokkolalle kalliiksi</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
8:00 | Päivitetty 9:16
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-e2639686-6011-441a-84e2-59b41052b716"></span></span></div></div></a></article></li><li class="ew-article-list__item"><article data-uuid="31d4e8f2-50df-431c-8514-52bda4eff897" class="teaser teaser--article-notice h-100 teaser--without-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/kaikki-alkoi-karkkilakosta-marian-tarina-avaa-anoreksian-logiikkaa-uudella-tavalla" class="teaser-link teaser__link"><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Kaikki alkoi karkkilakosta – Marian tarina avaa anoreksian logiikkaa uudella tavalla</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
7:00
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-31d4e8f2-50df-431c-8514-52bda4eff897"></span></span></div></div></a></article></li><li class="ew-article-list__item"><article data-uuid="ca259253-fe5b-433b-8d73-3c7bf8cdf7f3" class="teaser teaser--article-notice h-100 teaser--without-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/tallainen-on-soiten-uusi-jaksohoitoyksikko-lahihoitajan-vastuu-on-kasvanut" class="teaser-link teaser__link"><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Tällainen on Soiten uusi jaksohoitoyksikkö: ”Lähihoitajan vastuu on kasvanut”</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
6:30
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-ca259253-fe5b-433b-8d73-3c7bf8cdf7f3"></span></span></div></div></a></article></li><li class="ew-article-list__item"><article data-uuid="5ae199c9-4a15-473e-baaf-640fbb584ab8" class="teaser teaser--article-notice h-100 teaser--without-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/paakirjoitus-suomalaisen-ruuan-puhtaus-on-vertaansa-vailla-kotimaista-alkutuotantoa-ei-tarvitse-p" class="teaser-link teaser__link"><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Pääkirjoitus: Suomalaisen ruuan puhtaus on vertaansa vailla – Kotimaista alkutuotantoa ei tarvitse piilotella</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Mielipiteet
</div><div class="teaser__pubdate">
8.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-5ae199c9-4a15-473e-baaf-640fbb584ab8"></span></span></div></div></a></article></li></ol></div><footer class="ew-article-list__footer" style="justify-content:start;"></footer></section></div></div></div></div></section></div></div></div><div class="row align-items-stretch"><div class="col-12 board-col-xs-12 board-col-sm-12 board-col-md-12 board-col-lg-12"><div class="rendered_board_widget content-size-xs-12 content-size-sm-12 content-size-md-12 content-size-lg-12" id="ew-section-header-3"><div class="widget ew-section-header"><h2 class="section-headline"><a href="/urheilu">Urheilu</a></h2></div></div><div class="rendered_board_template_widget"><section class="every_board"><div class="row align-items-stretch row-with-sidebar"><div class="col-12 col-md-8 col-xl-6 board-col-xs-12 board-col-sm-8 board-col-md-8 board-col-lg-6 section-template-2-top"><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><article data-uuid="d702d5ed-1547-4746-abad-29c14e25de94" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/mita-ihmetta-kalajokinen-klaara-kivisto-bongasi-itse-tekemansa-korun-maailmanennatysmiehen-rant" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="b82ce34a-50d4-5d25-b256-b263c6c97c46"
data-width="5769"
data-height="3846"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=b82ce34a-50d4-5d25-b256-b263c6c97c46&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=b82ce34a-50d4-5d25-b256-b263c6c97c46&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=b82ce34a-50d4-5d25-b256-b263c6c97c46&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=b82ce34a-50d4-5d25-b256-b263c6c97c46&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=b82ce34a-50d4-5d25-b256-b263c6c97c46&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=b82ce34a-50d4-5d25-b256-b263c6c97c46&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=5769&height=3245"
width="5769"
height="3846"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(66.67vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">”Mitä ihmettä!” – Kalajokinen Klaara Kivistö bongasi itse tekemänsä korun maailmanennätysmiehen ranteesta</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Urheilu
</div><div class="teaser__pubdate">
8.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-d702d5ed-1547-4746-abad-29c14e25de94"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><article data-uuid="869e1831-82e5-4e4d-9486-06acb48ef49e" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/kp-live-lahettaa-kaikki-kpvn-jatkosarjan-pelit-katso-miten-sarja-alkaa-lauantaina" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="43ef080a-ce3e-5a0f-bd20-dd9c6a6cc1e3"
data-width="1679"
data-height="944"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=43ef080a-ce3e-5a0f-bd20-dd9c6a6cc1e3&function=cropresize&type=preview&source=false&q=75&crop_w=0.99954&crop_h=0.99999&x=0.00023&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=43ef080a-ce3e-5a0f-bd20-dd9c6a6cc1e3&function=cropresize&type=preview&source=false&q=75&crop_w=0.99954&crop_h=0.99999&x=0.00023&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=43ef080a-ce3e-5a0f-bd20-dd9c6a6cc1e3&function=cropresize&type=preview&source=false&q=75&crop_w=0.99954&crop_h=0.99999&x=0.00023&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=43ef080a-ce3e-5a0f-bd20-dd9c6a6cc1e3&function=cropresize&type=preview&source=false&q=75&crop_w=0.99954&crop_h=0.99999&x=0.00023&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=43ef080a-ce3e-5a0f-bd20-dd9c6a6cc1e3&function=cropresize&type=preview&source=false&q=75&crop_w=0.99954&crop_h=0.99999&x=0.00023&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=43ef080a-ce3e-5a0f-bd20-dd9c6a6cc1e3&function=cropresize&type=preview&source=false&q=75&crop_w=0.99954&crop_h=0.99999&x=0.00023&y=0&width=1679&height=944"
width="1679"
height="944"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(66.67vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">KP Live lähettää kaikki KPV:n jatkosarjan pelit – Katso, miten sarja alkaa lauantaina</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Urheilu
</div><div class="teaser__pubdate">
8.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-869e1831-82e5-4e4d-9486-06acb48ef49e"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><article data-uuid="a744531f-0e81-4721-8740-4b505ed62d4a" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/kp-live-katso-tiistaina-keskipohjanmaasta-tiikereiden-harjoituspeli" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="ab3beae3-5015-593a-aebc-c64b86b76193"
data-width="5318"
data-height="3545"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=ab3beae3-5015-593a-aebc-c64b86b76193&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84383&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=ab3beae3-5015-593a-aebc-c64b86b76193&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84383&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=ab3beae3-5015-593a-aebc-c64b86b76193&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84383&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=ab3beae3-5015-593a-aebc-c64b86b76193&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84383&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=ab3beae3-5015-593a-aebc-c64b86b76193&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84383&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=ab3beae3-5015-593a-aebc-c64b86b76193&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84383&x=0&y=0&width=5318&height=2991"
width="5318"
height="3545"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(66.67vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">KP Live: Katso tiistaina Keskipohjanmaasta Tiikereiden harjoituspeli</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Urheilu
</div><div class="teaser__pubdate">
8.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-a744531f-0e81-4721-8740-4b505ed62d4a"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><article data-uuid="b561b099-7148-4e1e-b76b-3fb42637850e" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/tiikerit-ei-antanut-kiistolle-eraakaan-saimme-tarpeellisia-yhteisia-kokemuksia" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="ebcbfb8c-1b47-54d6-b902-a5ceda92eae2"
data-width="4252"
data-height="2835"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=ebcbfb8c-1b47-54d6-b902-a5ceda92eae2&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=ebcbfb8c-1b47-54d6-b902-a5ceda92eae2&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=ebcbfb8c-1b47-54d6-b902-a5ceda92eae2&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=ebcbfb8c-1b47-54d6-b902-a5ceda92eae2&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=ebcbfb8c-1b47-54d6-b902-a5ceda92eae2&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=ebcbfb8c-1b47-54d6-b902-a5ceda92eae2&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=4252&height=2392"
width="4252"
height="2835"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(66.67vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Tiikerit ei antanut Kiistolle erääkään – ”Saimme tarpeellisia yhteisiä kokemuksia”</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Urheilu
</div><div class="teaser__pubdate">
6.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-b561b099-7148-4e1e-b76b-3fb42637850e"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><article data-uuid="e4368430-e268-4450-b31e-5abd67043987" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/caia-ja-v-g-voitto-isojen-rahojen-arvoisia-kaustisen-t75-raveissa" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="199339c0-e7fc-5d28-be70-d09ce78c76f1"
data-width="6000"
data-height="4000"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=199339c0-e7fc-5d28-be70-d09ce78c76f1&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=199339c0-e7fc-5d28-be70-d09ce78c76f1&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=199339c0-e7fc-5d28-be70-d09ce78c76f1&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=199339c0-e7fc-5d28-be70-d09ce78c76f1&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=199339c0-e7fc-5d28-be70-d09ce78c76f1&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=199339c0-e7fc-5d28-be70-d09ce78c76f1&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=6000&height=3375"
width="6000"
height="4000"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(66.67vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Caia ja V.G. Voitto isojen rahojen arvoisia Kaustisen T75-raveissa</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Urheilu
</div><div class="teaser__pubdate">
6.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-e4368430-e268-4450-b31e-5abd67043987"></span></span></div></div></a></article></div></div><div class="col-12 col-md-4 col-xl-3 board-col-xs-12 board-col-sm-4 board-col-md-4 board-col-lg-3"><div class="rendered_board_widget content-size-xs-12 content-size-sm-4 content-size-md-4 content-size-lg-3" id="ew-article-list-4"><div class="widget ew-article-list"><section class="ew-article-list__container"><header class="ew-article-list__header"><h2 class="ew-article-list__title">
Urheilu
</h2></header><div class="ew-article-list__body"><ol class="ew-article-list__content"><li class="ew-article-list__item"><article data-uuid="4460f7e8-d97f-416f-8d1d-7fb18257710b" class="teaser teaser--article-notice h-100 teaser--without-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/tiikerit-jatkoi-harjoituspelejaan-olen-varma-etta-kolmikosta-ehdottomasti-tulee-olemaan-meille-pa" class="teaser-link teaser__link"><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Tiikerit jatkoi harjoituspelejään: ”Olen varma, että kolmikosta ehdottomasti tulee olemaan meille paljon iloa”</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Urheilu
</div><div class="teaser__pubdate">
4.9. | Päivitetty 5.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-4460f7e8-d97f-416f-8d1d-7fb18257710b"></span></span></div></div></a></article></li><li class="ew-article-list__item"><article data-uuid="7716a84d-f4c0-41b4-96c8-6667fe790f0b" class="teaser teaser--article-notice h-100 teaser--without-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/kp-live-katso-keskipohjanmaasta-kun-hermes-kohtaa-rokin-harjoituspelissa" class="teaser-link teaser__link"><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">KP Live – Katso tallenne Hermeksen ja RoKin harjoituspelistä</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Urheilu
</div><div class="teaser__pubdate">
1.9. | Päivitetty 3.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-7716a84d-f4c0-41b4-96c8-6667fe790f0b"></span></span></div></div></a></article></li><li class="ew-article-list__item"><article data-uuid="903c7499-2d6e-438c-ac6f-e459c6d06009" class="teaser teaser--article-notice h-100 teaser--without-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/hermes-karkasi-toisessa-erassa" class="teaser-link teaser__link"><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Hermes karkasi toisessa erässä</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Urheilu
</div><div class="teaser__pubdate">
3.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-903c7499-2d6e-438c-ac6f-e459c6d06009"></span></span></div></div></a></article></li><li class="ew-article-list__item"><article data-uuid="0089daab-4647-4086-93a1-9d583d2be49d" class="teaser teaser--article-notice h-100 teaser--without-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/ykkosen-ylemman-jatkosarjan-ohjelma-julkaistu-kpv-aloittaa-kotipelilla" class="teaser-link teaser__link"><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Ykkösen ylemmän jatkosarjan ohjelma julkaistu – KPV aloittaa kotipelillä</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Urheilu
</div><div class="teaser__pubdate">
3.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-0089daab-4647-4086-93a1-9d583d2be49d"></span></span></div></div></a></article></li><li class="ew-article-list__item"><article data-uuid="81c39b73-4680-47cd-9648-b27dcd5bdf20" class="teaser teaser--article-notice h-100 teaser--without-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/kuningas-saapuu-kaustiselle-nikulan-seiskavitosissa-satsataan-myos-lapsiperheisiin" class="teaser-link teaser__link"><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Kuningas saapuu Kaustiselle – Nikulan seiskavitosissa satsataan myös lapsiperheisiin</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Urheilu
</div><div class="teaser__pubdate">
3.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-81c39b73-4680-47cd-9648-b27dcd5bdf20"></span></span></div></div></a></article></li></ol></div><footer class="ew-article-list__footer" style="justify-content:start;"></footer></section></div></div></div></div></section></div></div></div><div class="row align-items-stretch"><div class="col-12 col-md-6 board-col-xs-12 board-col-sm-6 board-col-md-6 board-col-lg-6"><div class="rendered_board_widget content-size-xs-12 content-size-sm-6 content-size-md-6 content-size-lg-6" id="custom_html-12"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><!-- Format : Hilla - Jattiboksi 2 (desktop) (620x891) -->
<div data-ad-unit-id="134220"></div>
<!-- Format : KM 09 - Alapaikka (mobiili) 300x300/300x150 (300x300) -->
<div data-ad-unit-id="134243"></div>
</div></div></div></div><div class="col-12 col-md-6 board-col-xs-12 board-col-sm-6 board-col-md-6 board-col-lg-6"></div></div><div class="row align-items-stretch"><div class="col-12 board-col-xs-12 board-col-sm-12 board-col-md-12 board-col-lg-12"><div class="rendered_board_widget content-size-xs-12 content-size-sm-12 content-size-md-12 content-size-lg-12" id="ew-section-header-4"><div class="widget ew-section-header"><h2 class="section-headline"><a href="/mielipiteet">Mielipide</a></h2></div></div><div class="rendered_board_linked_widget"><section class="every_board"><div class="row align-items-stretch"><div class="col-12 col-lg-6 board-col-xs-12 board-col-sm-12 board-col-md-6 board-col-lg-6"><div class="rendered_board_template_widget"><section class="every_board"><div class="row align-items-stretch"><div class="col-6 board-col-xs-6 board-col-sm-6 board-col-md-3 board-col-lg-3"><div class="rendered_board_article content-size-xs-6 content-size-sm-6 content-size-md-3 content-size-lg-3"><article data-uuid="05cad540-4d51-4fba-a325-f85695a7d114" class="teaser teaser--article-image-top h-100 teaser--with-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/katariina-porasen-kolumni-seurasin-stubbin-paivaa-kokkolassa-%e2%80%92-milta-kattely-tuntui" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="b748e527-f0ac-5438-8ee2-13bba1f4e703"
data-width="2835"
data-height="1890"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=b748e527-f0ac-5438-8ee2-13bba1f4e703&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=b748e527-f0ac-5438-8ee2-13bba1f4e703&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=b748e527-f0ac-5438-8ee2-13bba1f4e703&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=b748e527-f0ac-5438-8ee2-13bba1f4e703&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=b748e527-f0ac-5438-8ee2-13bba1f4e703&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=b748e527-f0ac-5438-8ee2-13bba1f4e703&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=2835&height=1595"
width="2835"
height="1890"
sizes="(min-width: 1380px) calc(345px - (32px)),(min-width: 1200px) calc(25.00vw - (32px)),(min-width: 992px) calc(25.00vw - (32px)),(min-width: 768px) calc(50.00vw - (32px)),calc(50.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Katariina Porasen kolumni: Seurasin Stubbin päivää Kokkolassa ‒ ”Miltä kättely tuntui?”</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Mielipiteet
</div><div class="teaser__pubdate">
8.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-05cad540-4d51-4fba-a325-f85695a7d114"></span></span></div></div></a></article>
</div></div><div class="col-6 board-col-xs-6 board-col-sm-6 board-col-md-3 board-col-lg-3"><div class="rendered_board_article content-size-xs-6 content-size-sm-6 content-size-md-3 content-size-lg-3"><article data-uuid="76ee0964-9f08-41d3-be26-129ba70a037d" class="teaser teaser--article-image-top h-100 teaser--with-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/ensimmaiset-revontulet-ja-viimeiset-ruusut-lukijat-ovat-tallentaneet-kuviin-kesan-hiipumista-ja-sy" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="d871a82f-6642-522d-91c3-ca59e0761bb8"
data-width="2775"
data-height="4162"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=d871a82f-6642-522d-91c3-ca59e0761bb8&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.37469&width=300&height=169&x=1.0E-5&y=0.53789 300w,https://imengine.public.prod.hil.infomaker.io?uuid=d871a82f-6642-522d-91c3-ca59e0761bb8&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.37469&width=600&height=338&x=1.0E-5&y=0.53789 600w,https://imengine.public.prod.hil.infomaker.io?uuid=d871a82f-6642-522d-91c3-ca59e0761bb8&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.37469&width=900&height=506&x=1.0E-5&y=0.53789 900w,https://imengine.public.prod.hil.infomaker.io?uuid=d871a82f-6642-522d-91c3-ca59e0761bb8&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.37469&width=1200&height=675&x=1.0E-5&y=0.53789 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=d871a82f-6642-522d-91c3-ca59e0761bb8&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.37469&width=1500&height=844&x=1.0E-5&y=0.53789 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=d871a82f-6642-522d-91c3-ca59e0761bb8&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.37469&width=2775&height=1561&x=1.0E-5&y=0.53789"
width="2775"
height="1561"
sizes="(min-width: 1380px) calc(345px - (32px)),(min-width: 1200px) calc(25.00vw - (32px)),(min-width: 992px) calc(25.00vw - (32px)),(min-width: 768px) calc(50.00vw - (32px)),calc(50.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Ensimmäiset revontulet ja viimeiset ruusut — Lukijat ovat tallentaneet kuviin kesän hiipumista ja syksyn kauneutta</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Mielipiteet
</div><div class="teaser__pubdate">
8.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-76ee0964-9f08-41d3-be26-129ba70a037d"></span></span></div></div></a></article>
</div></div></div></section></div></div><div class="col-12 col-lg-6 board-col-xs-12 board-col-sm-12 board-col-md-6 board-col-lg-6"><div class="rendered_board_template_widget"><section class="every_board"><div class="row align-items-stretch"><div class="col-6 board-col-xs-6 board-col-sm-6 board-col-md-3 board-col-lg-3"><div class="rendered_board_article content-size-xs-6 content-size-sm-6 content-size-md-3 content-size-lg-3"><article data-uuid="5ae199c9-4a15-473e-baaf-640fbb584ab8" class="teaser teaser--article-image-top h-100 teaser--with-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/paakirjoitus-suomalaisen-ruuan-puhtaus-on-vertaansa-vailla-kotimaista-alkutuotantoa-ei-tarvitse-p" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="9f6d3614-cffe-541c-a0cf-a9e8b91b1b8e"
data-width="4252"
data-height="2835"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=9f6d3614-cffe-541c-a0cf-a9e8b91b1b8e&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=9f6d3614-cffe-541c-a0cf-a9e8b91b1b8e&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=9f6d3614-cffe-541c-a0cf-a9e8b91b1b8e&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=9f6d3614-cffe-541c-a0cf-a9e8b91b1b8e&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=9f6d3614-cffe-541c-a0cf-a9e8b91b1b8e&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=9f6d3614-cffe-541c-a0cf-a9e8b91b1b8e&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84365&x=0&y=0&width=4252&height=2392"
width="4252"
height="2835"
sizes="(min-width: 1380px) calc(345px - (32px)),(min-width: 1200px) calc(25.00vw - (32px)),(min-width: 992px) calc(25.00vw - (32px)),(min-width: 768px) calc(50.00vw - (32px)),calc(50.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Pääkirjoitus: Suomalaisen ruuan puhtaus on vertaansa vailla – Kotimaista alkutuotantoa ei tarvitse piilotella</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Mielipiteet
</div><div class="teaser__pubdate">
8.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-5ae199c9-4a15-473e-baaf-640fbb584ab8"></span></span></div></div></a></article>
</div></div><div class="col-6 board-col-xs-6 board-col-sm-6 board-col-md-3 board-col-lg-3"><div class="rendered_board_article content-size-xs-6 content-size-sm-6 content-size-md-3 content-size-lg-3"><article data-uuid="96b62cb6-f6e6-4d04-a0df-3063b0425e5c" class="teaser teaser--article-image-top h-100 teaser--with-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/lukijalta-oliko-vanha-maakuntavaltuusto-toimivaltainen-kasittelemaan-maakuntajohtajan-erottamista" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="f2803cc9-7f93-5447-be18-97e91a2f9846"
data-width="8256"
data-height="5504"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=f2803cc9-7f93-5447-be18-97e91a2f9846&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=f2803cc9-7f93-5447-be18-97e91a2f9846&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=f2803cc9-7f93-5447-be18-97e91a2f9846&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=f2803cc9-7f93-5447-be18-97e91a2f9846&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=f2803cc9-7f93-5447-be18-97e91a2f9846&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=f2803cc9-7f93-5447-be18-97e91a2f9846&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=8256&height=4644"
width="8256"
height="5504"
sizes="(min-width: 1380px) calc(345px - (32px)),(min-width: 1200px) calc(25.00vw - (32px)),(min-width: 992px) calc(25.00vw - (32px)),(min-width: 768px) calc(50.00vw - (32px)),calc(50.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Lukijalta: Oliko vanha maakuntavaltuusto toimivaltainen käsittelemään maakuntajohtajan erottamista?</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Mielipiteet
</div><div class="teaser__pubdate">
8.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-96b62cb6-f6e6-4d04-a0df-3063b0425e5c"></span></span></div></div></a></article>
</div></div></div></section></div></div></div></section></div></div></div><div class="row align-items-stretch internal-ads"><div class="col-6 col-lg-3 board-col-xs-6 board-col-sm-6 board-col-md-3 board-col-lg-3"><div class="rendered_board_widget content-size-xs-6 content-size-sm-6 content-size-md-3 content-size-lg-3" id="custom_html-27"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><!-- Format : Hilla - Sisäinen 1 (300x200) -->
<div data-ad-unit-id="134606"></div></div></div></div></div><div class="col-6 col-lg-3 board-col-xs-6 board-col-sm-6 board-col-md-3 board-col-lg-3"><div class="rendered_board_widget content-size-xs-6 content-size-sm-6 content-size-md-3 content-size-lg-3" id="custom_html-30"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><!-- Format : Hilla - Sisäinen 2 (300x200) -->
<div data-ad-unit-id="134607"></div></div></div></div></div><div class="col-6 col-lg-3 board-col-xs-6 board-col-sm-6 board-col-md-3 board-col-lg-3"><div class="rendered_board_widget content-size-xs-6 content-size-sm-6 content-size-md-3 content-size-lg-3" id="custom_html-29"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><!-- Format : Hilla - Sisäinen 3 (300x200) -->
<div data-ad-unit-id="134608"></div></div></div></div></div><div class="col-6 col-lg-3 board-col-xs-6 board-col-sm-6 board-col-md-3 board-col-lg-3"><div class="rendered_board_widget content-size-xs-6 content-size-sm-6 content-size-md-3 content-size-lg-3" id="custom_html-28"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><!-- Format : Hilla - Sisäinen 4 (300x200) -->
<div data-ad-unit-id="134609"></div></div></div></div></div></div><div class="row align-items-stretch"><div class="col-12 board-col-xs-12 board-col-sm-12 board-col-md-12 board-col-lg-12"><div class="rendered_board_widget content-size-xs-12 content-size-sm-12 content-size-md-12 content-size-lg-12" id="ew-section-header-5"><div class="widget ew-section-header"><h2 class="section-headline"><a href="/kulttuuri">Kulttuuri</a></h2></div></div><div class="rendered_board_template_widget"><section class="every_board"><div class="row align-items-stretch"><div class="col-12 col-md-8 col-xl-6 board-col-xs-12 board-col-sm-8 board-col-md-8 board-col-lg-6 section-template-2-top"><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><article data-uuid="abd9adb2-fb94-4fa6-a1d7-2cf041394822" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/kirja-arvio-pietarsarelaislahtoinen-quynh-tran-kertoo-mutta-ei-selita-aidista-ja-tyttaresta-pett" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="0169be86-2700-5787-9366-79aff850e55d"
data-width="950"
data-height="1478"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=0169be86-2700-5787-9366-79aff850e55d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.36145&width=300&height=169&x=1.0E-5&y=0.09639 300w,https://imengine.public.prod.hil.infomaker.io?uuid=0169be86-2700-5787-9366-79aff850e55d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.36145&width=600&height=338&x=1.0E-5&y=0.09639 600w,https://imengine.public.prod.hil.infomaker.io?uuid=0169be86-2700-5787-9366-79aff850e55d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.36145&width=900&height=506&x=1.0E-5&y=0.09639 900w,https://imengine.public.prod.hil.infomaker.io?uuid=0169be86-2700-5787-9366-79aff850e55d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.36145&width=1200&height=675&x=1.0E-5&y=0.09639 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=0169be86-2700-5787-9366-79aff850e55d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.36145&width=1500&height=844&x=1.0E-5&y=0.09639 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=0169be86-2700-5787-9366-79aff850e55d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.36145&width=950&height=534&x=1.0E-5&y=0.09639"
width="950"
height="534"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(66.67vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Kirja-arvio: Pietarsaarelaislähtöinen Quynh Tran kertoo mutta ei selitä – Äidistä ja tyttärestä, pettymyksistä ja huumasta</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Kulttuuri
</div><div class="teaser__pubdate">
4.9. | Päivitetty 4.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-abd9adb2-fb94-4fa6-a1d7-2cf041394822"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><article data-uuid="d272d759-fab7-4166-9ef2-039d1e045708" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/kaupungintalon-nayttely-esittelee-kokkolaa-monesta-kulmasta" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="22399247-f7ed-5016-bf12-21d623667b05"
data-width="7178"
data-height="4786"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=22399247-f7ed-5016-bf12-21d623667b05&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84363&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=22399247-f7ed-5016-bf12-21d623667b05&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84363&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=22399247-f7ed-5016-bf12-21d623667b05&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84363&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=22399247-f7ed-5016-bf12-21d623667b05&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84363&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=22399247-f7ed-5016-bf12-21d623667b05&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84363&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=22399247-f7ed-5016-bf12-21d623667b05&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84363&x=0&y=0&width=7178&height=4038"
width="7178"
height="4786"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(66.67vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Kaupungintalon näyttely esittelee Kokkolaa monesta kulmasta</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Kulttuuri
</div><div class="teaser__pubdate">
5.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-d272d759-fab7-4166-9ef2-039d1e045708"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><article data-uuid="499ef6cd-05b8-4884-9f89-bbc80b91a123" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/teatteriarvio-kokkolan-kaupunginteatterin-entisen-johtokaksikon-kuningatarnaytelma-jaa-komean-kuore" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="c5a88215-7d8f-503d-a9af-d2b8f401ef4a"
data-width="3500"
data-height="2334"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=c5a88215-7d8f-503d-a9af-d2b8f401ef4a&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84351&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=c5a88215-7d8f-503d-a9af-d2b8f401ef4a&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84351&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=c5a88215-7d8f-503d-a9af-d2b8f401ef4a&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84351&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=c5a88215-7d8f-503d-a9af-d2b8f401ef4a&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84351&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=c5a88215-7d8f-503d-a9af-d2b8f401ef4a&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84351&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=c5a88215-7d8f-503d-a9af-d2b8f401ef4a&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84351&x=0&y=0&width=3500&height=1969"
width="3500"
height="2334"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(66.67vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Teatteriarvio: Kokkolan kaupunginteatterin entisen johtokaksikon Kuningatarnäytelmä jää komean kuoren alla ontoksi</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Kulttuuri
</div><div class="teaser__pubdate">
4.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-499ef6cd-05b8-4884-9f89-bbc80b91a123"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><article data-uuid="8762a7ff-fb61-4f86-9785-be378130a2b5" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/teatteriarvio-niclas-pohjola-tekee-useita-rooleja-tuoreessa-helene-naytelmassa-jossa-keskioon-nous" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="b5d806aa-ee85-5f2a-9f4f-1283aa7916db"
data-width="2480"
data-height="1654"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=b5d806aa-ee85-5f2a-9f4f-1283aa7916db&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84341&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=b5d806aa-ee85-5f2a-9f4f-1283aa7916db&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84341&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=b5d806aa-ee85-5f2a-9f4f-1283aa7916db&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84341&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=b5d806aa-ee85-5f2a-9f4f-1283aa7916db&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84341&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=b5d806aa-ee85-5f2a-9f4f-1283aa7916db&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84341&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=b5d806aa-ee85-5f2a-9f4f-1283aa7916db&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84341&x=0&y=0&width=2480&height=1395"
width="2480"
height="1654"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(66.67vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Teatteriarvio: Nicklas Pohjola tekee useita rooleja tuoreessa Helene-näytelmässä, jossa keskiöön nousee taiteen vapaus</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Kulttuuri
</div><div class="teaser__pubdate">
3.9. | Päivitetty 3.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-8762a7ff-fb61-4f86-9785-be378130a2b5"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-8 content-size-lg-6"><article data-uuid="4a81ee69-53a2-4902-88f2-9db0898b77b6" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/kaustiselta-lahtoisin-oleva-muusikko-olli-seikkula-esiintyy-oulun-teatterin-monikulttuurisessa-esity" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="abbd295d-6b5a-5233-badc-f6ea1668b132"
data-width="3461"
data-height="2310"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=abbd295d-6b5a-5233-badc-f6ea1668b132&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84278&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=abbd295d-6b5a-5233-badc-f6ea1668b132&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84278&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=abbd295d-6b5a-5233-badc-f6ea1668b132&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84278&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=abbd295d-6b5a-5233-badc-f6ea1668b132&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84278&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=abbd295d-6b5a-5233-badc-f6ea1668b132&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84278&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=abbd295d-6b5a-5233-badc-f6ea1668b132&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84278&x=0&y=0&width=3461&height=1947"
width="3461"
height="2310"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(66.67vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Kaustiselta lähtöisin oleva muusikko Olli Seikkula esiintyy Oulun teatterin monikulttuurisessa esityksessä: ”Keskisarjan väitteet kuulostavat absurdilta”</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Kulttuuri
</div><div class="teaser__pubdate">
29.8.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-4a81ee69-53a2-4902-88f2-9db0898b77b6"></span></span></div></div></a></article></div></div><div class="col-12 col-md-4 col-xl-3 board-col-xs-12 board-col-sm-4 board-col-md-4 board-col-lg-3"><div class="rendered_board_widget content-size-xs-12 content-size-sm-4 content-size-md-4 content-size-lg-3" id="ew-article-list-5"><div class="widget ew-article-list"><section class="ew-article-list__container"><header class="ew-article-list__header"><h2 class="ew-article-list__title">
Kulttuuri
</h2></header><div class="ew-article-list__body"><ol class="ew-article-list__content"><li class="ew-article-list__item"><article data-uuid="b2919612-1be8-48d7-9634-25b1d259a10c" class="teaser teaser--article-notice h-100 teaser--without-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/kirja-arvio-hyvasti-ita-kuvaa-lapsen-kokemusta-lama-ajan-kainuussa-ja-rikkonaisessa-perheessa-poikk" class="teaser-link teaser__link"><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Kirja-arvio: Hyvästi itä kuvaa lapsen kokemusta lama-ajan Kainuussa ja rikkonaisessa perheessä poikkeuksellisen kauniisti</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Kulttuuri
</div><div class="teaser__pubdate">
29.8.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-b2919612-1be8-48d7-9634-25b1d259a10c"></span></span></div></div></a></article></li><li class="ew-article-list__item"><article data-uuid="51c99ad6-b7d7-41d1-8d58-4ea8b2b0111b" class="teaser teaser--article-notice h-100 teaser--without-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/perjantaisuositus-syyskuusta-samuraikuu-tulevan-sekiro-animen-ylla-velloo-tekoalykohu" class="teaser-link teaser__link"><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Perjantaisuositus: Syyskuusta samuraikuu – Tulevan Sekiro-animen yllä velloo tekoälykohu</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Kulttuuri
</div><div class="teaser__pubdate">
29.8.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-51c99ad6-b7d7-41d1-8d58-4ea8b2b0111b"></span></span></div></div></a></article></li><li class="ew-article-list__item"><article data-uuid="4c64dcb3-93db-4d19-a357-8054c21dede9" class="teaser teaser--article-notice h-100 teaser--without-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/kaustisen-kansanmusiikkijuhlat-ehdolla-vuoden-festivaaliksi" class="teaser-link teaser__link"><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Kaustisen kansanmusiikkijuhlat ehdolla vuoden festivaaliksi</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Kulttuuri
</div><div class="teaser__pubdate">
27.8.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-4c64dcb3-93db-4d19-a357-8054c21dede9"></span></span></div></div></a></article></li><li class="ew-article-list__item"><article data-uuid="2870dbec-64d3-4c95-9825-d992a43e8f6e" class="teaser teaser--article-notice h-100 teaser--without-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/peliarvostelu-elakoon-yksinkertaisuus-peak-oli-pelikesan-yllatyshitti" class="teaser-link teaser__link"><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Peliarvostelu: Eläköön yksinkertaisuus – Peak oli pelikesän yllätyshitti</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Kulttuuri
</div><div class="teaser__pubdate">
30.8.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-2870dbec-64d3-4c95-9825-d992a43e8f6e"></span></span></div></div></a></article></li><li class="ew-article-list__item"><article data-uuid="59359880-087f-45a4-b6a1-45795f279b54" class="teaser teaser--article-notice h-100 teaser--without-image
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/50-vuotta-tappajahaista-spielbergin-mestariteoksen-juhlajulkaisu-elokuvateattereihin" class="teaser-link teaser__link"><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">50 vuotta Tappajahaista – Spielbergin mestariteoksen juhlajulkaisu elokuvateattereihin</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Kulttuuri
</div><div class="teaser__pubdate">
27.8.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-59359880-087f-45a4-b6a1-45795f279b54"></span></span></div></div></a></article></li></ol></div><footer class="ew-article-list__footer" style="justify-content:start;"></footer></section></div></div></div></div></section></div></div></div><div class="row align-items-stretch"><div class="col-12 board-col-xs-12 board-col-sm-12 board-col-md-12 board-col-lg-12"><div class="rendered_board_widget content-size-xs-12 content-size-sm-12 content-size-md-12 content-size-lg-12" id="custom_html-3"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div class="widget ew-section-header microsite-3">
<a href="/kokkola">
<img decoding="async" src="https://static.ew.hil.infomaker.io/wp-content/uploads/sites/26/2023/03/16170008/kokkola-logo.png" alt="">
<h2 class="section-headline"><span>Uutisia ja kuulumisia Kokkolasta
</span></h2>
</a>
</div></div></div></div><div class="rendered_board_template_widget"><section class="every_board"><div class="row align-items-stretch"><div class="col-12 col-md-8 col-lg-6 board-col-xs-12 board-col-sm-8 board-col-md-6 board-col-lg-6 section-template-2-top"><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-6 content-size-lg-6"><article data-uuid="b2925f64-fa44-467c-aba3-ab1f65bd4a1e" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
teaser--microsite-3
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/kokkola-lehden-wanha-kuva-suntin-varren-halpa-jalle" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="486d6959-ceaf-5ecb-95f6-5788771abbde"
data-width="1969"
data-height="1313"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=486d6959-ceaf-5ecb-95f6-5788771abbde&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84354&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=486d6959-ceaf-5ecb-95f6-5788771abbde&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84354&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=486d6959-ceaf-5ecb-95f6-5788771abbde&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84354&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=486d6959-ceaf-5ecb-95f6-5788771abbde&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84354&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=486d6959-ceaf-5ecb-95f6-5788771abbde&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84354&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=486d6959-ceaf-5ecb-95f6-5788771abbde&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84354&x=0&y=0&width=1969&height=1108"
width="1969"
height="1313"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(50.00vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Kokkola-lehden wanha kuva: Suntin varren Halpa-Jalle </h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Kokkola-lehti
</div><div class="teaser__pubdate">
8.9. | Päivitetty 8.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-b2925f64-fa44-467c-aba3-ab1f65bd4a1e"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-6 content-size-lg-6"><article data-uuid="27a1acb3-818d-4c14-9e4d-9f463d01645e" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/kaarlelan-vpk-taytti-90-vuotta-ei-ole-itsestaanselvaa-etta-asiat-ovat-nykyaan-nain-hyvin" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="a0af694f-50f7-537a-a6c2-2ef2b9c9b3d4"
data-width="1840"
data-height="1380"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=a0af694f-50f7-537a-a6c2-2ef2b9c9b3d4&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.75&width=300&height=169&x=1.0E-5&y=0.15833 300w,https://imengine.public.prod.hil.infomaker.io?uuid=a0af694f-50f7-537a-a6c2-2ef2b9c9b3d4&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.75&width=600&height=338&x=1.0E-5&y=0.15833 600w,https://imengine.public.prod.hil.infomaker.io?uuid=a0af694f-50f7-537a-a6c2-2ef2b9c9b3d4&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.75&width=900&height=506&x=1.0E-5&y=0.15833 900w,https://imengine.public.prod.hil.infomaker.io?uuid=a0af694f-50f7-537a-a6c2-2ef2b9c9b3d4&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.75&width=1200&height=675&x=1.0E-5&y=0.15833 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=a0af694f-50f7-537a-a6c2-2ef2b9c9b3d4&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.75&width=1500&height=844&x=1.0E-5&y=0.15833 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=a0af694f-50f7-537a-a6c2-2ef2b9c9b3d4&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.75&width=1840&height=1035&x=1.0E-5&y=0.15833"
width="1840"
height="1035"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(50.00vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Kaarlelan VPK täytti 90 vuotta – ”Ei ole itsestäänselvää, että asiat ovat nykyään näin hyvin”</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
8.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-27a1acb3-818d-4c14-9e4d-9f463d01645e"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-6 content-size-lg-6"><article data-uuid="b8617867-b437-4149-b4a5-586962ce03ed" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/kokkola-tayttaa-tanaan-405-vuotta-mista-kaikki-alkoikaan" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="9dfc8d1a-013a-5492-9ad2-70eb57b441c3"
data-width="1969"
data-height="1291"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=9dfc8d1a-013a-5492-9ad2-70eb57b441c3&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.85791&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=9dfc8d1a-013a-5492-9ad2-70eb57b441c3&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.85791&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=9dfc8d1a-013a-5492-9ad2-70eb57b441c3&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.85791&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=9dfc8d1a-013a-5492-9ad2-70eb57b441c3&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.85791&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=9dfc8d1a-013a-5492-9ad2-70eb57b441c3&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.85791&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=9dfc8d1a-013a-5492-9ad2-70eb57b441c3&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.85791&x=0&y=0&width=1969&height=1108"
width="1969"
height="1291"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(50.00vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Kokkola täyttää tänään 405 vuotta – Mistä kaikki alkoikaan?</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
7.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-b8617867-b437-4149-b4a5-586962ce03ed"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-6 content-size-lg-6"><article data-uuid="51d44114-bd17-4f51-a18b-184c52d8adef" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/k-pn-pelastuslaitoksella-kiireinen-yo-poliisi-epailee-15-vuotiasta-mopoilijaa-rattijuoppoudesta-n" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="5f1262e5-cf18-5bda-b3d2-b83169eeda4d"
data-width="7892"
data-height="5261"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=5f1262e5-cf18-5bda-b3d2-b83169eeda4d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=5f1262e5-cf18-5bda-b3d2-b83169eeda4d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=5f1262e5-cf18-5bda-b3d2-b83169eeda4d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=5f1262e5-cf18-5bda-b3d2-b83169eeda4d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=5f1262e5-cf18-5bda-b3d2-b83169eeda4d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=5f1262e5-cf18-5bda-b3d2-b83169eeda4d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=7892&height=4439"
width="7892"
height="5261"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(50.00vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">K-P:n pelastuslaitoksella kiireinen yö – Poliisi epäilee 15-vuotiasta mopoilijaa rattijuoppoudesta Nivalassa</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
7.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-51d44114-bd17-4f51-a18b-184c52d8adef"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-6 content-size-lg-6"><article data-uuid="9caa2fc2-9a25-4ad5-9a10-608a1e22dc4b" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/pellolla-kavelija-loukkasi-itsensa-pudottuaan-ojaan-kalvialla-henkilo-kuljetettu-jatkohoitoon" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="92659ce9-2138-578d-bbda-140b7e9b0bfd"
data-width="7390"
data-height="4927"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=92659ce9-2138-578d-bbda-140b7e9b0bfd&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84369&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=92659ce9-2138-578d-bbda-140b7e9b0bfd&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84369&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=92659ce9-2138-578d-bbda-140b7e9b0bfd&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84369&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=92659ce9-2138-578d-bbda-140b7e9b0bfd&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84369&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=92659ce9-2138-578d-bbda-140b7e9b0bfd&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84369&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=92659ce9-2138-578d-bbda-140b7e9b0bfd&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84369&x=0&y=0&width=7390&height=4157"
width="7390"
height="4927"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(50.00vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Pellolla kävelijä loukkasi itsensä pudottuaan ojaan Kälviällä – Henkilö kuljetettu jatkohoitoon</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
6.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-9caa2fc2-9a25-4ad5-9a10-608a1e22dc4b"></span></span></div></div></a></article></div><div class="rendered_board_article content-size-xs-12 content-size-sm-8 content-size-md-6 content-size-lg-6"><article data-uuid="8a1644a5-2f25-4158-a1aa-9da6401777f3" class="teaser teaser--article-image-right h-100 teaser--with-image teaser--ct-article
teaser--content-paid
" ><a href="https://www.keskipohjanmaa.fi/artikkeli/huolestunut-lapsi-soitti-hatakeskukseen-puuttuvasta-kaivonkannesta-koivuhaassa" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="5f1262e5-cf18-5bda-b3d2-b83169eeda4d"
data-width="7892"
data-height="5261"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=5f1262e5-cf18-5bda-b3d2-b83169eeda4d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=5f1262e5-cf18-5bda-b3d2-b83169eeda4d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=5f1262e5-cf18-5bda-b3d2-b83169eeda4d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=5f1262e5-cf18-5bda-b3d2-b83169eeda4d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=5f1262e5-cf18-5bda-b3d2-b83169eeda4d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=5f1262e5-cf18-5bda-b3d2-b83169eeda4d&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8438&x=0&y=0&width=7892&height=4439"
width="7892"
height="5261"
sizes="(min-width: 1380px) calc(690px - (32px)),(min-width: 1200px) calc(50.00vw - (32px)),(min-width: 992px) calc(50.00vw - (32px)),(min-width: 768px) calc(66.67vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Huolestunut lapsi soitti hätäkeskukseen puuttuvasta kaivonkannesta Kokkolan Koivuhaassa</h3></div><div class="teaser__footer"><div class="teaser__kicker"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_content_paid.svg" alt=""/>
Paikallisuutiset
</div><div class="teaser__pubdate">
6.9. | Päivitetty 6.9.
</div><span class="teaser__comments" style="display:none;"><img decoding="async" src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/icon_comments.svg" alt="" /><span class="hil-coral-count" data-coral-id="KPM-8a1644a5-2f25-4158-a1aa-9da6401777f3"></span></span></div></div></a></article></div></div><div class="col-12 col-md-8 col-lg-3 board-col-xs-12 board-col-sm-8 board-col-md-3 board-col-lg-3"><div class="rendered_board_widget content-size-xs-12 content-size-sm-8 content-size-md-3 content-size-lg-3" id="custom_html-6"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"></div></div></div></div></div></section></div></div></div><div class="row align-items-stretch"><div class="col-12 col-md-6 col-lg-3 board-col-xs-12 board-col-sm-6 board-col-md-3 board-col-lg-3"><div class="rendered_board_widget content-size-xs-12 content-size-sm-6 content-size-md-3 content-size-lg-3" id="custom_html-7"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div class="widget ew-article-list">
<section class="ew-article-list__container">
<header class="ew-article-list__header">
<a href="https://www.regionline.fi/" target="_blank" rel="noopener">
<h2 class="ew-article-list__title">
<span>Myy ja osta -ilmoitukset</span>
</h2>
</a>
</header>
<div id="regionline-banner"></div>
<script
type="text/javascript"
src="https://www.regionline.fi/banner/keskipohjanmaa"
></script>
</section>
</div></div></div></div></div><div class="col-12 col-md-6 col-lg-3 board-col-xs-12 board-col-sm-6 board-col-md-3 board-col-lg-3"><div class="rendered_board_widget content-size-xs-12 content-size-sm-6 content-size-md-3 content-size-lg-3" id="ew-article-list-3"><div class="widget ew-article-list"><section class="ew-article-list__container"><header class="ew-article-list__header"><h2 class="ew-article-list__title"><a class="ew-article-list__link" href="https://www.keskipohjanmaa.fi/mainos">Kaupallinen yhteistyö</a></h2></header><div class="ew-article-list__body"><ol class="ew-article-list__content"><li class="ew-article-list__item"><article class="teaser teaser--article-image-right h-100 teaser--with-image teaser--advertorial"><a href="https://www.keskipohjanmaa.fi/artikkeli/yhdessa-enemman-eezy-rakentaa-menestystarinoita-yrityksille-ja-tyontekijoille" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="dbffd093-bd78-58be-a9f8-b6651c52d7bf"
data-width="2048"
data-height="1365"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=dbffd093-bd78-58be-a9f8-b6651c52d7bf&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84396&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=dbffd093-bd78-58be-a9f8-b6651c52d7bf&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84396&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=dbffd093-bd78-58be-a9f8-b6651c52d7bf&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84396&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=dbffd093-bd78-58be-a9f8-b6651c52d7bf&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84396&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=dbffd093-bd78-58be-a9f8-b6651c52d7bf&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84396&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=dbffd093-bd78-58be-a9f8-b6651c52d7bf&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84396&x=0&y=0&width=2048&height=1152"
width="2048"
height="1365"
sizes="(min-width: 1380px) calc(345px - (32px)),(min-width: 1200px) calc(25.00vw - (32px)),(min-width: 992px) calc(25.00vw - (32px)),(min-width: 768px) calc(50.00vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Yhdessä enemmän - Näin Eezy rakentaa menestystarinoita yrityksille ja työntekijöille Kokkolassa ja Ylivieskassa</h3></div><div class="teaser__footer"><div class="teaser__kicker">
Mainos
</div><div class="teaser__author">Eezy Oyj</div></div></div></a></article></li><li class="ew-article-list__item"><article class="teaser teaser--article-image-right h-100 teaser--with-image teaser--advertorial"><a href="https://www.keskipohjanmaa.fi/artikkeli/chydeniassa-juhlitaan-halonen-aukaisee-ovensa-ja-kaupan-ja-kulttuurin-yo-valtaa-keskustan" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="4c0e54d3-c1fb-54b8-82ec-29530ce8b8c9"
data-width="6000"
data-height="4000"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=4c0e54d3-c1fb-54b8-82ec-29530ce8b8c9&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=4c0e54d3-c1fb-54b8-82ec-29530ce8b8c9&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=4c0e54d3-c1fb-54b8-82ec-29530ce8b8c9&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=4c0e54d3-c1fb-54b8-82ec-29530ce8b8c9&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=4c0e54d3-c1fb-54b8-82ec-29530ce8b8c9&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=4c0e54d3-c1fb-54b8-82ec-29530ce8b8c9&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84375&x=0&y=0&width=6000&height=3375"
width="6000"
height="4000"
sizes="(min-width: 1380px) calc(345px - (32px)),(min-width: 1200px) calc(25.00vw - (32px)),(min-width: 992px) calc(25.00vw - (32px)),(min-width: 768px) calc(50.00vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Chydeniassa juhlitaan tarjousten kera - Kaupan ja Kulttuurin yö valtaa keskustan</h3></div><div class="teaser__footer"><div class="teaser__kicker">
Mainos
</div><div class="teaser__author">Kauppakeskus Chydenia</div></div></div></a></article></li><li class="ew-article-list__item"><article class="teaser teaser--article-image-right h-100 teaser--with-image teaser--advertorial"><a href="https://www.keskipohjanmaa.fi/artikkeli/tiesitko-nama-5-syyta-miksi-paikallinen-mainos-toimii-edelleen" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="f5875301-2812-5181-bffd-31781bf8c7ee"
data-width="2384"
data-height="1257"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=f5875301-2812-5181-bffd-31781bf8c7ee&function=cropresize&type=preview&source=false&q=75&crop_w=0.93736&crop_h=0.99999&x=0.03132&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=f5875301-2812-5181-bffd-31781bf8c7ee&function=cropresize&type=preview&source=false&q=75&crop_w=0.93736&crop_h=0.99999&x=0.03132&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=f5875301-2812-5181-bffd-31781bf8c7ee&function=cropresize&type=preview&source=false&q=75&crop_w=0.93736&crop_h=0.99999&x=0.03132&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=f5875301-2812-5181-bffd-31781bf8c7ee&function=cropresize&type=preview&source=false&q=75&crop_w=0.93736&crop_h=0.99999&x=0.03132&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=f5875301-2812-5181-bffd-31781bf8c7ee&function=cropresize&type=preview&source=false&q=75&crop_w=0.93736&crop_h=0.99999&x=0.03132&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=f5875301-2812-5181-bffd-31781bf8c7ee&function=cropresize&type=preview&source=false&q=75&crop_w=0.93736&crop_h=0.99999&x=0.03132&y=0&width=2384&height=1341"
width="2384"
height="1257"
sizes="(min-width: 1380px) calc(345px - (32px)),(min-width: 1200px) calc(25.00vw - (32px)),(min-width: 992px) calc(25.00vw - (32px)),(min-width: 768px) calc(50.00vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Tiesitkö nämä 5 syytä, miksi paikallinen mainos toimii edelleen?</h3></div><div class="teaser__footer"><div class="teaser__kicker">
Mainos
</div><div class="teaser__author">Hilla Logistiikka</div></div></div></a></article></li><li class="ew-article-list__item"><article class="teaser teaser--article-image-right h-100 teaser--with-image teaser--advertorial"><a href="https://www.keskipohjanmaa.fi/artikkeli/onko-lainojen-yhdistaminen-talousteko-asiantuntijalta-tarkea-viesti-suomalaisille" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="5beaacd5-7a9d-515c-bd41-d48b60cce9f7"
data-width="1920"
data-height="1080"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=5beaacd5-7a9d-515c-bd41-d48b60cce9f7&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.99999&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=5beaacd5-7a9d-515c-bd41-d48b60cce9f7&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.99999&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=5beaacd5-7a9d-515c-bd41-d48b60cce9f7&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.99999&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=5beaacd5-7a9d-515c-bd41-d48b60cce9f7&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.99999&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=5beaacd5-7a9d-515c-bd41-d48b60cce9f7&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.99999&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=5beaacd5-7a9d-515c-bd41-d48b60cce9f7&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.99999&x=0&y=0&width=1920&height=1080"
width="1920"
height="1080"
sizes="(min-width: 1380px) calc(345px - (32px)),(min-width: 1200px) calc(25.00vw - (32px)),(min-width: 992px) calc(25.00vw - (32px)),(min-width: 768px) calc(50.00vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Onko lainojen yhdistäminen talousteko? Asiantuntijalta tärkeä viesti suomalaisille</h3></div><div class="teaser__footer"><div class="teaser__kicker">
Mainos
</div><div class="teaser__author">Lainaluotsi</div></div></div></a></article></li><li class="ew-article-list__item"><article class="teaser teaser--article-image-right h-100 teaser--with-image teaser--advertorial"><a href="https://www.keskipohjanmaa.fi/artikkeli/temu-auttaa-suomessa-asuvaa-leipuria-palaamaan-juurilleen" class="teaser-link teaser__link"><div class="teaser__image"><figure class="figure" data-uuid="79666354-d271-531d-ad2b-87566cd3cb49"
data-width="777"
data-height="509"><img loading="lazy" decoding="async" class="figure-img img-fluid"
srcset="https://imengine.public.prod.hil.infomaker.io?uuid=79666354-d271-531d-ad2b-87566cd3cb49&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.85867&x=0&y=0&width=300&height=169 300w,https://imengine.public.prod.hil.infomaker.io?uuid=79666354-d271-531d-ad2b-87566cd3cb49&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.85867&x=0&y=0&width=600&height=338 600w,https://imengine.public.prod.hil.infomaker.io?uuid=79666354-d271-531d-ad2b-87566cd3cb49&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.85867&x=0&y=0&width=900&height=506 900w,https://imengine.public.prod.hil.infomaker.io?uuid=79666354-d271-531d-ad2b-87566cd3cb49&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.85867&x=0&y=0&width=1200&height=675 1200w,https://imengine.public.prod.hil.infomaker.io?uuid=79666354-d271-531d-ad2b-87566cd3cb49&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.85867&x=0&y=0&width=1500&height=844 1500w"
src="https://imengine.public.prod.hil.infomaker.io?uuid=79666354-d271-531d-ad2b-87566cd3cb49&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.85867&x=0&y=0&width=777&height=437"
width="777"
height="509"
sizes="(min-width: 1380px) calc(345px - (32px)),(min-width: 1200px) calc(25.00vw - (32px)),(min-width: 992px) calc(25.00vw - (32px)),(min-width: 768px) calc(50.00vw - (32px)),calc(100.00vw - (32px))"
alt=""/></figure></div><div class="teaser__container"><div class="teaser__content"><h3 class="teaser__headline">Temu auttaa Suomessa asuvaa leipuria palaamaan juurilleen</h3></div><div class="teaser__footer"><div class="teaser__kicker">
Mainos
</div><div class="teaser__author">Temu</div></div></div></a></article></li></ol></div><footer class="ew-article-list__footer" style="justify-content:start;"></footer></section></div></div></div><div class="col-12 col-md-6 col-lg-3 board-col-xs-12 board-col-sm-6 board-col-md-3 board-col-lg-3"></div><div class="col-12 col-md-6 col-lg-3 board-col-xs-12 board-col-sm-6 board-col-md-3 board-col-lg-3"></div></div><div class="row align-items-stretch"><div class="col-12 board-col-xs-12 board-col-sm-12 board-col-md-12 board-col-lg-12"><div class="rendered_board_widget content-size-xs-12 content-size-sm-12 content-size-md-12 content-size-lg-12" id="custom_html-5"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div class="widget ew-section-header pohjanmaa">
<a href="/tapahtumat">
<img decoding="async" src="https://static.ew.hil.infomaker.io/wp-content/uploads/sites/26/2023/03/16145956/tapahtumat-keskipohjanmaa-h62.png" alt="">
<h2 class="section-headline"><span>Keski-Pohjanmaan tapahtumat</span></h2>
</a>
</div></div></div></div></div><div class="col-12 col-lg-8 board-col-xs-12 board-col-sm-12 board-col-md-8 board-col-lg-8"><div class="rendered_board_widget content-size-xs-12 content-size-sm-12 content-size-md-8 content-size-lg-8" id="custom_html-4"><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><script type='text/javascript' src='https://keskipohjanmaa.ver5.eventz.today/widget-loader/63f35d23b17e2f1541687d15'></script><div id='EVENTZWIDGET-63f35d23b17e2f1541687d15'></div></div></div></div></div></div><div class="row align-items-stretch"><div class="col-12 board-col-xs-12 board-col-sm-12 board-col-md-12 board-col-lg-12"><div class="rendered_board_widget content-size-xs-12 content-size-sm-12 content-size-md-12 content-size-lg-12"><div class="widget ew-section-header">
<h2 class="section-headline"><a href="/fingerpori"><span>Fingerpori</span></a></h2>
</div></div><div class="rendered_board_widget content-size-xs-12 content-size-sm-12 content-size-md-12 content-size-lg-12"><div class="fingerpori-outer">
<div class="fingerpori-inner">
<img decoding="async" src="https://static-content.hillagroup.fi/fingerpori/fingerpori.gif" alt="">
</div>
</div></div></div></div></section>
<script>
temp_nav_tulopaywall_currenturl = nav_tulopaywall_currenturl;
if (nav_tulopaywall_currenturl.indexOf("?") > -1)
temp_nav_tulopaywall_currenturl += "&hashed=";
else
temp_nav_tulopaywall_currenturl += "?hashed=";
temp_nav_tulopaywall_currenturl += new Date().getTime();
(function () {
var nav_tulopaywall_urlparameters = nav_GetTuloPaywall_UrlParameters("topmenu");
var trysubcription = document.getElementById("nav-login-subscribe");
//logout
temp_nav_tulopaywall_logoutnurl = '/wp-content/plugins/payway-wordpress-sso2-main/landing-redirect.php?action=logout&r='
+ encodeURIComponent(temp_nav_tulopaywall_currenturl)
//login
temp_nav_tulopaywall_loginurl =
nav_tulopaywall_loginurl + "?continue=" + encodeURIComponent(
window.location.origin
+ '/wp-content/plugins/payway-wordpress-sso2-main/landing-redirect.php?action=loginstatus&r='
+ encodeURIComponent(temp_nav_tulopaywall_currenturl)
);
temp_nav_tulopaywall_loginurl += "&" + nav_tulopaywall_urlparameters;
//try
temp_nav_tulopaywall_tryurl =
nav_tulopaywall_shopurl.slice(0, nav_tulopaywall_shopurl.indexOf('/tilaus/')) + '/tilaus/';
temp_nav_tulopaywall_tryurl += "?returnUrl="
+ encodeURIComponent(
window.location.origin
+ '/wp-content/plugins/payway-wordpress-sso2-main/landing-redirect.php?action=loginstatus&r='
+ encodeURIComponent(temp_nav_tulopaywall_currenturl));
temp_nav_tulopaywall_tryurl += "&" + nav_tulopaywall_urlparameters;
document.getElementById("nav-login-out-url").href = temp_nav_tulopaywall_logoutnurl;
document.getElementById("nav-login-url").href = temp_nav_tulopaywall_loginurl;
if (typeof(trysubcription) != 'undefined' && trysubcription != null)
trysubcription.href = temp_nav_tulopaywall_tryurl;
})();
//add engange tulo parameter to adticker
var nav_adticker_links = document.querySelectorAll('.ticker a');
for(var i = 0; i < nav_adticker_links.length; i++)
{
if (nav_adticker_links[i].href.indexOf("tilaa.hillagroup.fi") > -1)
{
if (nav_adticker_links[i].href.indexOf("?") > -1)
nav_adticker_links[i].href += '&';
else
nav_adticker_links[i].href += '?';
nav_adticker_links[i].href += 'returnUrl='
+ encodeURIComponent(
window.location.origin
+ '/wp-content/plugins/payway-wordpress-sso2-main/landing-redirect.php?action=loginstatus&r='
+ encodeURIComponent(temp_nav_tulopaywall_currenturl)
);
nav_adticker_links[i].href += "&" + nav_GetTuloPaywall_UrlParameters("ticker_ad");
}
}
//show/hide ticker based on user status
var nav_adticker_divs = document.querySelectorAll('.usertickernonsubscriber');
if(nav_userdataLayerUserId)
if(nav_userdataLayerUserSub.includes('KPM_web',0))
nav_adticker_divs = document.querySelectorAll('.usertickersubscriber');
for(var i = 0; i < nav_adticker_divs.length; i++)
nav_adticker_divs[i].style.display = "block";
</script>
<script type="text/javascript">
function loadCommentsCount() {
var env = window.location.hostname.indexOf(".stage") > -1 || window.location.hostname.indexOf(".local") > -1 ? "stage" : "prod";
var apiUrl = env === "stage" ?
"https://hilla-data-api-staging.hillagroup.fi/api/v1/comments/count" :
"https://hilla-data-api.hillagroup.fi/api/v1/comments/count";
var commentCountElements = document.querySelectorAll(".hil-coral-count:not([data-loaded])");
var uuidList = [];
commentCountElements.forEach(function (element) {
var coralId = element.getAttribute("data-coral-id");
if (coralId) {
uuidList.push(coralId);
}
element.setAttribute("data-loaded", "true");
});
if (uuidList.length === 0) {
setTimeout(loadCommentsCount, 500);
return;
}
fetch(apiUrl, {
method: "POST",
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify(uuidList)
})
.then(response => response.json())
.then(data => {
commentCountElements.forEach(function (element) {
var coralId = element.getAttribute("data-coral-id");
var item = data.find(item => item.uuid === coralId);
if (item && item.count > 0) {
element.textContent = item.count;
element.parentElement.style.display = ""; // Show the comments count element
}
});
setTimeout(loadCommentsCount, 1000);
});
}
document.addEventListener("DOMContentLoaded", function () {
loadCommentsCount();
});
</script>
</main>
<footer> <div class="back-to-top">
<div class="container">
<button class="btn-back-to-top">Takaisin ylös</button>
</div>
</div>
<div class="footer">
<div class="container">
<div class="footer-container__widget">
<section class="every_board">
<div class="row align-items-stretch">
<div
class="col-12 col-md-3"
>
<div
class="rendered_board_widget"
>
<div class="widget_text widget widget_custom_html">
<div class="textwidget custom-html-widget">
<h3>Hilla Group Oyj</h3>
<p>
Rantakatu 10 / PL 45<br>
67101 Kokkola<br>
Puh: 020 750 4469
</p>
<ul>
<li class="footer-contact-link"><a href="/artikkeli/toimituksen-yhteystiedot">Toimituksen yhteystiedot</a></li>
<li class="footer-contact-link-branded"><a href="/artikkeli/tuottajan-yhteystiedot">Tuottajan yhteystiedot</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-3">
<div class="rendered_board_widget">
<div class="widget_text widget widget_custom_html">
<div class="textwidget custom-html-widget">
<h3>Mainostajalle</h3>
<ul>
<li><a href="https://mainostajalle.hillagroup.fi/palvelumme/nakyvyys/" class="">Mainostajalle</a></li>
<li><a href="https://mainostajalle.hillagroup.fi/aineisto-ohjeet-lehdet/" class="">Mediatiedot</a></li>
<li><a href="https://mainostajalle.hillagroup.fi/yhteystiedot/" class="">Yhteystiedot</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-3">
<div class="rendered_board_widget">
<div class="widget_text widget widget_custom_html">
<div class="textwidget custom-html-widget">
<h3>Lukijalle</h3>
<ul>
<li><a href="https://hillagroup.fi/kayttoehdot/" class="">Käyttöehdot</a></li>
<li><a href="https://hillagroup.fi/tilausehdot/" class="">Tilausehdot</a></li>
<li><a href="https://hillagroup.fi/tietosuojalauseke/" class="">Tietosuojalauseke</a></li>
<li><a href="https://hillagroup.fi/tietosuojakuvaus/" class="">Tietosuojakuvaus</a></li>
<li><a href="#" class="manageSettings">Tietosuoja-asetukset</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-3">
<div class="rendered_board_widget">
<div class="widget_text widget widget_custom_html">
<div class="textwidget custom-html-widget">
<h3>Sidosryhmille</h3>
<ul>
<li><a href="https://hillagroup.fi/sinulle/sijoittaja/" class="">Sijoittajalle</a></li>
<li><a href="https://hillagroup.fi/sinulle/tyonhakija/" class="">Työnhakijalle</a></li>
<li><a href="https://hillagroup.fi/sinulle/yhteistyokumppani/" class="">Yhteistyökumppanille</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="divider"></div>
<div class="row justify-content-center">
<div
class="col-auto d-flex align-items-center"
>
<div class="rendered_board_widget">
<div class="widget widget_media_image">
<a href="https://hillagroup.fi/" target="_blank">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/hilla_group_logo.png" class="image" alt="" loading="lazy" style="max-width: 100%; height: auto;">
</a>
</div>
</div>
</div>
<div
class="col-auto d-flex align-items-center journalism-logo"
>
<div class="rendered_board_widget">
<div class="widget widget_media_image">
<a href="https://vastuullistajournalismia.fi/" target="_blank">
<img src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/img/vastuullistajournalismia_musta.png" class="image" alt="" loading="lazy" style="max-width: 100%; height: auto;">
</a>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</footer>
<!-- Fiam Begin -->
<script src="https://sak.userreport.com/kpkyhtit/launcher.js?iab_consent=BOv_CmhOv_CmhAAABBENDAiAAAAYqABAMUA" async id="userreport-launcher-script"></script>
<!-- Fiam End -->
<!-- Voice Begin -->
<script>
(function (w, d, s, o, f, js, fjs) {
w[o] = w[o] || function () { (w[o].q = w[o].q || []).push(arguments) };
js = d.createElement(s), fjs = d.getElementsByTagName(s)[0];
js.id = o; js.src = f; js.async = 1; fjs.parentNode.insertBefore(js, fjs);
}(window, document, 'script', '_vi', 'https://static.voiceintuitive.com/widget.js'));
_vi('init');
</script>
<!-- Voice End -->
</div>
<script>
loadAds(); // This should be called when all <div data-ad-unit="??"> elements exists in DOM
</script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"
></script>
<script src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/js/body/opener.js"></script>
<script src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/js/main.js?version=20240431"></script>
<script src="https://www.keskipohjanmaa.fi/wp-content/themes/hilla-theme/assets/js/tulo-notifications.js?version=1.1"></script>
<script>
//console.log("after" + Date.now());
//show/hide ad based on user status
var nav_ads_divs = document.querySelectorAll('.useradnonsubscriber');
if(nav_userdataLayerUserId)
if(nav_userdataLayerUserSub.includes('KPM_web',0))
nav_ads_divs = document.querySelectorAll('.useradsubscriber');
for(var i = 0; i < nav_ads_divs.length; i++)
nav_ads_divs[i].style.display = "block";
</script>
<script type="text/javascript" src="/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=1&cb=303301248" async></script></body>
<!--Cached 2025-09-09 10:58:51.004885 -->
</html>