<!DOCTYPE html>
<html lang="nl_NL">
<head profile="http://gmpg.org/xfn/11">
<meta name="google" value="notranslate">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Verbunt Verlinden</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" />
<!-- <link rel="stylesheet" href="https://www.verbuntverlinden.nl/wp-content/themes/verbunt/owl-carousel/owl.theme.css" /> -->
<!-- <link rel="stylesheet" href="https://www.verbuntverlinden.nl/wp-content/themes/verbunt/owl-carousel/owl.carousel.css" /> -->
<!-- <link rel="stylesheet" href="https://www.verbuntverlinden.nl/wp-content/themes/verbunt/style.css" /> -->
<!-- <link rel="stylesheet" href="https://www.verbuntverlinden.nl/wp-content/themes/verbunt/style-responsive.css" /> -->
<link rel="stylesheet" type="text/css" href="//www.verbuntverlinden.nl/wp-content/cache/wpfc-minified/lmt9visi/hjivq.css" media="all"/>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Ubuntu:400,500,700" rel="stylesheet">
<!-- <link rel="stylesheet" href="https://www.verbuntverlinden.nl/wp-content/themes/verbunt/js/slick/slick.css" /> -->
<link rel="shortcut icon" href="https://www.verbuntverlinden.nl/wp-content/uploads/2018/09/Icoontje_url.png" />
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//ajax.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<!-- This site uses the Google Analytics by MonsterInsights plugin v8.9.0 - Using Analytics tracking - https://www.monsterinsights.com/ -->
<script
src="//www.googletagmanager.com/gtag/js?id=UA-23874931-1"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
var mi_version = '8.9.0';
var mi_track_user = true;
var mi_no_track_reason = '';
var disableStrs = [
'ga-disable-UA-23874931-1',
];
/* Function to detect opted out users */
function __gtagTrackerIsOptedOut() {
for (var index = 0; index < disableStrs.length; index++) {
if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
return true;
}
}
return false;
}
/* Disable tracking if the opt-out cookie exists. */
if (__gtagTrackerIsOptedOut()) {
for (var index = 0; index < disableStrs.length; index++) {
window[disableStrs[index]] = true;
}
}
/* Opt-out function */
function __gtagTrackerOptout() {
for (var index = 0; index < disableStrs.length; index++) {
document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
window[disableStrs[index]] = true;
}
}
if ('undefined' === typeof gaOptout) {
function gaOptout() {
__gtagTrackerOptout();
}
}
window.dataLayer = window.dataLayer || [];
window.MonsterInsightsDualTracker = {
helpers: {},
trackers: {},
};
if (mi_track_user) {
function __gtagDataLayer() {
dataLayer.push(arguments);
}
function __gtagTracker(type, name, parameters) {
if (!parameters) {
parameters = {};
}
if (parameters.send_to) {
__gtagDataLayer.apply(null, arguments);
return;
}
if (type === 'event') {
parameters.send_to = monsterinsights_frontend.ua;
__gtagDataLayer(type, name, parameters);
} else {
__gtagDataLayer.apply(null, arguments);
}
}
__gtagTracker('js', new Date());
__gtagTracker('set', {
'developer_id.dZGIzZG': true,
});
__gtagTracker('config', 'UA-23874931-1', {"forceSSL":"true"} );
window.gtag = __gtagTracker;										(function () {
/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
/* ga and __gaTracker compatibility shim. */
var noopfn = function () {
return null;
};
var newtracker = function () {
return new Tracker();
};
var Tracker = function () {
return null;
};
var p = Tracker.prototype;
p.get = noopfn;
p.set = noopfn;
p.send = function () {
var args = Array.prototype.slice.call(arguments);
args.unshift('send');
__gaTracker.apply(null, args);
};
var __gaTracker = function () {
var len = arguments.length;
if (len === 0) {
return;
}
var f = arguments[len - 1];
if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
if ('send' === arguments[0]) {
var hitConverted, hitObject = false, action;
if ('event' === arguments[1]) {
if ('undefined' !== typeof arguments[3]) {
hitObject = {
'eventAction': arguments[3],
'eventCategory': arguments[2],
'eventLabel': arguments[4],
'value': arguments[5] ? arguments[5] : 1,
}
}
}
if ('pageview' === arguments[1]) {
if ('undefined' !== typeof arguments[2]) {
hitObject = {
'eventAction': 'page_view',
'page_path': arguments[2],
}
}
}
if (typeof arguments[2] === 'object') {
hitObject = arguments[2];
}
if (typeof arguments[5] === 'object') {
Object.assign(hitObject, arguments[5]);
}
if ('undefined' !== typeof arguments[1].hitType) {
hitObject = arguments[1];
if ('pageview' === hitObject.hitType) {
hitObject.eventAction = 'page_view';
}
}
if (hitObject) {
action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
hitConverted = mapArgs(hitObject);
__gtagTracker('event', action, hitConverted);
}
}
return;
}
function mapArgs(args) {
var arg, hit = {};
var gaMap = {
'eventCategory': 'event_category',
'eventAction': 'event_action',
'eventLabel': 'event_label',
'eventValue': 'event_value',
'nonInteraction': 'non_interaction',
'timingCategory': 'event_category',
'timingVar': 'name',
'timingValue': 'value',
'timingLabel': 'event_label',
'page': 'page_path',
'location': 'page_location',
'title': 'page_title',
};
for (arg in args) {
if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
hit[gaMap[arg]] = args[arg];
} else {
hit[arg] = args[arg];
}
}
return hit;
}
try {
f.hitCallback();
} catch (ex) {
}
};
__gaTracker.create = newtracker;
__gaTracker.getByName = newtracker;
__gaTracker.getAll = function () {
return [];
};
__gaTracker.remove = noopfn;
__gaTracker.loaded = true;
window['__gaTracker'] = __gaTracker;
})();
} else {
console.log("");
(function () {
function __gtagTracker() {
return null;
}
window['__gtagTracker'] = __gtagTracker;
window['gtag'] = __gtagTracker;
})();
}
</script>
<!-- / Google Analytics by MonsterInsights -->
<!-- <link rel='stylesheet' id='wp-block-library-css'  href='https://www.verbuntverlinden.nl/wp-includes/css/dist/block-library/style.min.css?ver=6.0.2' type='text/css' media='all' /> -->
<link rel="stylesheet" type="text/css" href="//www.verbuntverlinden.nl/wp-content/cache/wpfc-minified/dqstqiv4/hjivq.css" media="all"/>
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.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;}
</style>
<!-- <link rel='stylesheet' id='contact-form-7-css'  href='https://www.verbuntverlinden.nl/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.6.3' type='text/css' media='all' /> -->
<!-- <link rel='stylesheet' id='search-filter-plugin-styles-css'  href='https://www.verbuntverlinden.nl/wp-content/plugins/search-filter-pro/public/assets/css/search-filter.min.css?ver=2.5.13' type='text/css' media='all' /> -->
<link rel="stylesheet" type="text/css" href="//www.verbuntverlinden.nl/wp-content/cache/wpfc-minified/76qf4wr8/hjivq.css" media="all"/>
<script src='//www.verbuntverlinden.nl/wp-content/cache/wpfc-minified/ottkdc8/hjivq.js' type="text/javascript"></script>
<!-- <script type='text/javascript' src='https://www.verbuntverlinden.nl/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=8.9.0' id='monsterinsights-frontend-script-js'></script> -->
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/www.verbuntverlinden.nl","hash_tracking":"false","ua":"UA-23874931-1","v4_id":""};/* ]]> */
</script>
<script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js?ver=1.8.3' id='jquery-js'></script>
<script type='text/javascript' id='search-filter-plugin-build-js-extra'>
/* <![CDATA[ */
var SF_LDATA = {"ajax_url":"https:\/\/www.verbuntverlinden.nl\/wp-admin\/admin-ajax.php","home_url":"https:\/\/www.verbuntverlinden.nl\/","extensions":[]};
/* ]]> */
</script>
<script src='//www.verbuntverlinden.nl/wp-content/cache/wpfc-minified/8lczyrhg/hjivq.js' type="text/javascript"></script>
<!-- <script type='text/javascript' src='https://www.verbuntverlinden.nl/wp-content/plugins/search-filter-pro/public/assets/js/search-filter-build.min.js?ver=2.5.13' id='search-filter-plugin-build-js'></script> -->
<!-- <script type='text/javascript' src='https://www.verbuntverlinden.nl/wp-content/plugins/search-filter-pro/public/assets/js/chosen.jquery.min.js?ver=2.5.13' id='search-filter-plugin-chosen-js'></script> -->
<link rel="https://api.w.org/" href="https://www.verbuntverlinden.nl/wp-json/" /><link rel="alternate" type="application/json" href="https://www.verbuntverlinden.nl/wp-json/wp/v2/pages/2" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.verbuntverlinden.nl/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.verbuntverlinden.nl/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 6.0.2" />
<link rel="canonical" href="https://www.verbuntverlinden.nl/" />
<link rel='shortlink' href='https://www.verbuntverlinden.nl/' />
<link rel="alternate" type="application/json+oembed" href="https://www.verbuntverlinden.nl/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.verbuntverlinden.nl%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.verbuntverlinden.nl/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.verbuntverlinden.nl%2F&#038;format=xml" />
</head>
<body class="home page-template page-template-page-home page-template-page-home-php page page-id-2">
<header class="box-shadow header-top">
<div class="container">
<div class="logo-wrap clearfix">
<a class="logo left" href="https://www.verbuntverlinden.nl" title="64, 64, logo, logo.png, 29633, https://www.verbuntverlinden.nl/wp-content/uploads/2016/03/logo.png, https://www.verbuntverlinden.nl/logo/, , 1, , , logo, inherit, 0, 2016-03-15 14:41:52, 2016-03-15 14:41:52, 0, image/png, image, png, https://www.verbuntverlinden.nl/wp-includes/images/media/default.png, 278, 95, Array">
<img src="https://www.verbuntverlinden.nl/wp-content/themes/verbunt/images/verbunt_verlinden_logo.svg" alt="logo" height="auto" width="185">
</a>
</div>
<div class="nav-wrap round-corner-top clearfix">
<a class="toggle-nav fa fa-bars left" href="javascript:void(0)">
<span class="menu-name">Menu</span>
</a>
<a class="mobile b2b-button" href="http://www.bestellenbijverbunt.nl/customer/account/login/" target="_blank">
<span>Ga naar onze B2B shop</span>
</a>
<a class="fa fa-home home-icon-mobile right" href="https://www.verbuntverlinden.nl" title="64, 64, logo, logo.png, 29633, https://www.verbuntverlinden.nl/wp-content/uploads/2016/03/logo.png, https://www.verbuntverlinden.nl/logo/, , 1, , , logo, inherit, 0, 2016-03-15 14:41:52, 2016-03-15 14:41:52, 0, image/png, image, png, https://www.verbuntverlinden.nl/wp-includes/images/media/default.png, 278, 95, Array home">
<span class="menu-name">Home</span>
</a>
<ul class="navigation clearfix">
<li class="dropdown-arrow ">
<a class="dropdown-div round-corner"href="https://www.verbuntverlinden.nl/over-verbunt-verlinden/" title="Over Verbunt Verlinden">
Over Verbunt Verlinden                		</a>
<ul class="menu-dropdown round-corner box-shadow">
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/over-verbunt-verlinden/" title="Over Verbunt Verlinden">
Over Verbunt Verlinden                    				</a>
</li>
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/nieuws/" title="Nieuws">
Nieuws                    				</a>
</li>
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/over-ons/historie/" title="Historie">
Historie                    				</a>
</li>
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/over-ons/maatschappelijk-verantwoord-ondernemen/" title="Maatschappelijk Verantwoord Ondernemen">
Maatschappelijk Verantwoord Ondernemen                    				</a>
</li>
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/over-ons/distributie/" title="Distributie">
Distributie                    				</a>
</li>
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/over-ons/het-verbunt-verlinden-team/" title="Het team">
Het team                    				</a>
</li>
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/over-ons/vacatures/" title="Vacatures">
Vacatures                    				</a>
</li>
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/over-ons/services-van-verbunt-verlinden/" title="Services van Verbunt Verlinden">
Services van Verbunt Verlinden                    				</a>
</li>
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/over-ons/partners/" title="Partners">
Partners                    				</a>
</li>
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/over-verbunt-verlinden/levervoorwaarden/" title="Levervoorwaarden">
Levervoorwaarden                    				</a>
</li>
</ul>
</li>
<li class=" ">
<a class="round-corner"href="https://www.verbuntverlinden.nl/onze-wijnen/" title="Onze Wijnen">
Onze Wijnen                		</a>
</li>
<li class="dropdown-arrow ">
<a class="dropdown-div round-corner"href="https://www.verbuntverlinden.nl/onze-merken/" title="Onze Merken">
Onze Merken                		</a>
<ul class="menu-dropdown round-corner box-shadow">
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/onze-merken/salentein/" title="Salentein">
Salentein                    				</a>
</li>
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/onze-merken/laurent-miquel/" title="Laurent Miquel">
Laurent Miquel                    				</a>
</li>
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/onze-merken/ramon-bilbao/" title="Ramon Bilbao">
Ramon Bilbao                    				</a>
</li>
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/onze-merken/farina/" title="Farina">
Farina                    				</a>
</li>
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/onze-merken/yalumba/" title="Yalumba">
Yalumba                    				</a>
</li>
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/onze-merken/kendall-jackson/" title="Kendall-Jackson">
Kendall-Jackson                    				</a>
</li>
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/onze-merken/grahams-port/" title="Graham´s Port">
Graham´s Port                    				</a>
</li>
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/onze-merken/champagne-bollinger/" title="Champagne Bollinger">
Champagne Bollinger                    				</a>
</li>
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/onze-merken/" title="Alle merken">
Alle merken                    				</a>
</li>
</ul>
</li>
<li class="dropdown-arrow ">
<a class="dropdown-div round-corner"href="https://www.verbuntverlinden.nl/onze-klanten/" title="Onze klanten">
Onze klanten                		</a>
<ul class="menu-dropdown round-corner box-shadow">
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/onze-klanten/wijnkring/" title="Wijnkring">
Wijnkring                    				</a>
</li>
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/onze-klanten/slijters/" title="Slijters">
Slijters                    				</a>
</li>
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/onze-klanten/horeca/" title="Horeca">
Horeca                    				</a>
</li>
<li class="menu-dropdown-item">
<a href="https://www.verbuntverlinden.nl/onze-klanten/groothandel-national-accounts/" title="Groothandel & National accounts">
Groothandel & National accounts                    				</a>
</li>
</ul>
</li>
<li class=" ">
<a class="round-corner"href="https://www.verbuntverlinden.nl/over-wijn/" title="Over wijn">
Over wijn                		</a>
</li>
<li class=" ">
<a class="round-corner"href="https://www.verbuntverlinden.nl/contact/" title="Neem contact op">
Contact                		</a>
</li>
<li class=" last">
<a class="round-corner"href="https://www.bestellenbijverbunt.nl/customer/account/login/" title="B2B shop"  target="_blank">
<i class="fa fa-lock" aria-hidden="true"></i> B2B shop                		</a>
</li>
</ul>
</div>
</div>
</header>
<div class="header-fillup"></div>
<div class="owl-slider-wrap">
<div id="owl-slider" class="owl-carousel owl-theme ">
<div class="item fluid-img" style="background-image:url('https://www.verbuntverlinden.nl/wp-content/uploads/2022/05/Homepageslider-VV-flessen-1733x650.jpg');">
<div class="caption left">
<h2 class="main-font">Wie zijn wij?</h2>
<div class="info">
<p>Verbunt Verlinden is een toonaangevende Nederlandse wijnimporteur. Wij richten ons op groothandel, horeca, en onafhankelijke wijnspeciaalzaken. Mede door een intensieve samenwerking met zowel klanten als leveranciers zijn wij dé merkenleverancier van Nederland.</p>
<a class="button" href="https://www.verbuntverlinden.nl/over-verbunt-verlinden/" title="Wie zijn wij?">
Meer informatie							</a>
</div>
<ul class="slider-usp">
<li class="round-corner ">
<span class="decimal">6</span>
<span class="slider-usp-info">Verschillende<br>wijnsoorten</span>
</li>
<li class="round-corner ">
<span class="decimal">23</span>
<span class="slider-usp-info">Diverse<br>wijnmerken</span>
</li>
<li class="round-corner last">
<span class="decimal">842</span>
<span class="slider-usp-info">Prachtige<br>wijnen</span>
</li>
</ul>
</div>
</div>
<div class="item fluid-img" style="background-image:url('https://www.verbuntverlinden.nl/wp-content/uploads/2018/09/Slider2-Wijnmerken-1733x650.jpg');">
<div class="caption left">
<h2 class="main-font">De beste wijnmerken!</h2>
<div class="info">
<p>Van traditioneel tot innovatief en van toegankelijk tot vooraanstaand. Verbunt Verlinden heeft als missie om dé merkenleverancier van Nederland te worden en doet dit in samenwerking met verschillende wijnmerken rondom de hele wereld!</p>
<a class="button" href="https://www.verbuntverlinden.nl/onze-merken/" title="Onze merken">
Meer informatie!							</a>
</div>
<ul class="slider-usp">
</ul>
</div>
</div>
</div>
</div>
<section id="block" class="content-big-banners clearfix">
<ul class="big-banners-wrap container clearfix round-corner">
<a class="url" href="https://www.verbuntverlinden.nl/onze-klanten/" title="Klanten" >
<li class="item round-corner fluid-img " style="background-image: url('https://www.verbuntverlinden.nl/wp-content/uploads/2018/09/Homepage-blok-klanten-2018-358x370.jpg');">
<div class="caption blue round-corner-bottom">
<h3 class="text-shadow">Klanten</h3>
<div class="info">
Verbunt Verlinden werkt samen met verschillende klantgroepen door heel Nederland. Van horeca, groothandel tot zelfstandige slijters!					</div>
<div class="button button-small ">
Meer informatie					</div>
</div>
</li>
</a>
<a class="url" href="https://www.verbuntverlinden.nl/nieuws/" title="Nieuws" >
<li class="item round-corner fluid-img " style="background-image: url('https://www.verbuntverlinden.nl/wp-content/uploads/2018/09/Homepage-blok-nieuws-2018-358x370.jpg');">
<div class="caption blue round-corner-bottom">
<h3 class="text-shadow">Nieuws</h3>
<div class="info">
Op de hoogte blijven van het laatste Verbunt Verlinden nieuws?					</div>
<div class="button button-small ">
Meer informatie					</div>
</div>
</li>
</a>
<a class="url" href="https://www.verbuntverlinden.nl/over-ons/services-van-verbunt-verlinden/" title="Services" >
<li class="item round-corner fluid-img last" style="background-image: url('https://www.verbuntverlinden.nl/wp-content/uploads/2020/06/Homepage-blok-services.jpg');">
<div class="caption blue round-corner-bottom">
<h3 class="text-shadow">Digitale Services</h3>
<div class="info">
Verbunt Verlinden is toonaangevend op het gebied van digitale dienstverlening. Klanten kunnen onder meer online wijn bestellen en mailingen versturen naar hun klanten!					</div>
<div class="button button-small ">
Meer informatie					</div>
</div>
</li>
</a>
</ul>
</section>
<section id="block" class="content-quote gradient-right oker  clearfix">
<div class="section-head clearfix">
<h3 class="headtitle">Wat klanten over ons zeggen</h3>
</div>
<div class="quote-wrap container clearfix">
<div id="owl-slider-quote" class="owl-carousel owl-theme ">
<div class="quote round-corner equal-height ">
<span class="quote-icon">“</span>
<p>"Tot ons plezier levert de firma Verbunt Verlinden al 30 jaar naar volle tevredenheid ons gehele wijnassortiment. We waarderen in het bijzonder hun expertise betreffende wijn maar ook de 
servicegerichtheid en prijs-kwaliteit verhouding. We hopen nog lang in deze prettige sfeer zaken te kunnen doen."</p>
<span class="customer">Mieke en Walter Wubben van Restaurant De Wiemel</span>
</div>
<div class="quote round-corner equal-height right">
<span class="quote-icon">“</span>
<p>"Verbunt Verlinden is sinds 2010 leverancier van onze huiswijnen. Daarnaast schakelen wij als partycateraar regelmatig de expertise in van Verbunt Verlinden bij specifieke aanvragen, waarbij wijn en spijs op elkaar afgestemd worden. De gezamenlijke meerwaarde is onze accountmanager het verlengstuk is van onze cateringdiensten. Zowel onze sales als onze klant, wordt op gepassioneerde wijze meegenomen in de ontdekkingstocht en wetenswaardigheden rondom de fles en het glas. Verbunt Verlinden maakt het verschil en doet wat wij als klant van hen verwachten. Dat maakt ons partnership compleet. "</p>
<span class="customer">Henk de Boer van Willem de Boer Food & Events</span>
</div>
</div>
</div>
</section>
<section id="block" class="content-customers clearfix">
<span class="shadow-top"></span>
<div class="section-head clearfix">
<h3 class="headtitle">Onze klantgroepen</h3>
<h4 class="subtitle"></h4>
</div>
<ul class="small-banners-wrap container clearfix round-corner">
<li class="item round-corner fluid-img " style="background-image: url('https://www.verbuntverlinden.nl/wp-content/uploads/2018/09/Wijnkring-213x290.jpg');">
<a href="https://www.verbuntverlinden.nl/onze-klanten/wijnkring/" title="Wijnkring" title="Wijnkring">
<div class="caption blue round-corner-bottom">
<h3>Wijnkring</h3>
</div>
</a>
</li>
<li class="item round-corner fluid-img " style="background-image: url('https://www.verbuntverlinden.nl/wp-content/uploads/2018/09/Slijters-213x290.jpg');">
<a href="https://www.verbuntverlinden.nl/onze-klanten/slijters/" title="Slijters" title="Slijters">
<div class="caption blue round-corner-bottom">
<h3>Slijters</h3>
</div>
</a>
</li>
<li class="item round-corner fluid-img " style="background-image: url('https://www.verbuntverlinden.nl/wp-content/uploads/2018/09/Horeca-213x290.jpg');">
<a href="https://www.verbuntverlinden.nl/onze-klanten/horeca/" title="Horeca" title="Horeca">
<div class="caption blue round-corner-bottom">
<h3>Horeca</h3>
</div>
</a>
</li>
<li class="item round-corner fluid-img last" style="background-image: url('https://www.verbuntverlinden.nl/wp-content/uploads/2018/09/Groothandel-NA-213x290.jpg');">
<a href="https://www.verbuntverlinden.nl/onze-klanten/groothandel-national-accounts/" title="Groothandel & National accounts" title="Groothandel & National accounts">
<div class="caption blue round-corner-bottom">
<h3>Groothandel & National accounts</h3>
</div>
</a>
</li>
</ul>
</section>
<section id="block" class="content-brands clearfix">
<span class="shadow-top"></span>
<div class="section-head clearfix">
<h3 class="headtitle">Onze wijnmerken</h3>
<h4 class="subtitle"></h4>
</div>
<ul class="brands-wrap container clearfix">
<li class="item brand-item-1 round-corner">
<a href="javascript:void(0)" rel="1">
<img src="https://www.verbuntverlinden.nl/wp-content/uploads/2016/07/Salentein.jpg" alt="" width="175" height="94" />
</a>
</li>
<li class="item brand-item-2 round-corner">
<a href="javascript:void(0)" rel="2">
<img src="https://www.verbuntverlinden.nl/wp-content/uploads/2016/03/RB-154x94.jpg" alt="" width="154" height="94" />
</a>
</li>
<li class="item brand-item-3 round-corner">
<a href="javascript:void(0)" rel="3">
<img src="https://www.verbuntverlinden.nl/wp-content/uploads/2018/09/Bollinger-154x94.jpg" alt="" width="154" height="94" />
</a>
</li>
<li class="item brand-item-4 round-corner">
<a href="javascript:void(0)" rel="4">
<img src="https://www.verbuntverlinden.nl/wp-content/uploads/2016/03/brand-laurent.jpg" alt="" width="175" height="94" />
</a>
</li>
<li class="item brand-item-5 round-corner">
<a href="javascript:void(0)" rel="5">
<img src="https://www.verbuntverlinden.nl/wp-content/uploads/2016/03/brand-graham-s.jpg" alt="" width="175" height="94" />
</a>
</li>
<li class="item brand-item-6 round-corner">
<a href="javascript:void(0)" rel="6">
<img src="https://www.verbuntverlinden.nl/wp-content/uploads/2019/04/Yalumba-logo-154x94.jpg" alt="" width="154" height="94" />
</a>
</li>
<li class="item brand-item-7 round-corner">
<a href="javascript:void(0)" rel="7">
<img src="https://www.verbuntverlinden.nl/wp-content/uploads/2018/09/Farina-154x94.jpg" alt="" width="154" height="94" />
</a>
</li>
<li class="item brand-item-8 round-corner">
<a href="javascript:void(0)" rel="8">
<img src="https://www.verbuntverlinden.nl/wp-content/uploads/2018/03/KJ_logo-175x62.png" alt="" width="175" height="62" />
</a>
</li>
</ul>
<ul class="active-img-wrap">
<li class="item-active-img item-active-img-1 active">
<img src="https://www.verbuntverlinden.nl/wp-content/uploads/2021/04/Salentein_5fls-920x550.png" alt="" width="920" height="62" /><br>
<a href="http://www.salenteinshop.nl/" title="Bodegas Salentein"  target="_blank" class="button box-shadow">Bezoek hier <br>Salenteinshop.nl<br>
</a>
</li>
<li class="item-active-img item-active-img-2 ">
<img src="https://www.verbuntverlinden.nl/wp-content/uploads/2020/08/RB-920x550.png" alt="" width="920" height="62" /><br>
<a href="http://www.ramonbilbaoshop.nl/" title="Ramonbilbaoshop.nl"  target="_blank" class="button box-shadow">Bezoek hier <br>Ramonbilbaoshop.nl<br>
</a>
</li>
<li class="item-active-img item-active-img-3 ">
<img src="https://www.verbuntverlinden.nl/wp-content/uploads/2020/08/Bollinger_5fls-920x550.png" alt="" width="920" height="62" /><br>
<a href="https://www.bollingershop.nl" title="Bollingershop.nl"  target="_blank" class="button box-shadow">Bezoek hier <br>Bollingershop.nl<br>
</a>
</li>
<li class="item-active-img item-active-img-4 ">
<img src="https://www.verbuntverlinden.nl/wp-content/uploads/2020/08/LM-920x550.png" alt="" width="920" height="62" /><br>
<a href="http://www.laurentmiquelshop.nl/" title="Laurentmiquelshop.nl"  target="_blank" class="button box-shadow">Bezoek hier <br>Laurentmiquelshop.nl<br>
</a>
</li>
<li class="item-active-img item-active-img-5 ">
<img src="https://www.verbuntverlinden.nl/wp-content/uploads/2020/08/Grahams-920x550.png" alt="" width="920" height="62" /><br>
<a href="http://www.grahamsshop.nl/" title="Grahamsshop.nl"  target="_blank" class="button box-shadow">Bezoek hier <br>Grahamsshop.nl<br>
</a>
</li>
<li class="item-active-img item-active-img-6 ">
<img src="https://www.verbuntverlinden.nl/wp-content/uploads/2020/08/Yalumba-920x550.png" alt="" width="920" height="62" /><br>
<a href="https://www.wijnkring.nl/onze-wijnhuizen/australie/yalumba-winery" title="Wijnkring.nl/Yalumba"  target="_blank" class="button box-shadow">Bezoek hier <br>Wijnkring.nl/Yalumba<br>
</a>
</li>
<li class="item-active-img item-active-img-7 ">
<img src="https://www.verbuntverlinden.nl/wp-content/uploads/2020/08/Farina_5fls-920x550.png" alt="" width="920" height="62" /><br>
<a href="https://www.farinashop.nl/" title="Farinashop.nl"  target="_blank" class="button box-shadow">Bezoek hier <br>Farinashop.nl<br>
</a>
</li>
<li class="item-active-img item-active-img-8 ">
<img src="https://www.verbuntverlinden.nl/wp-content/uploads/2020/08/KJ_5fls-920x550.png" alt="" width="920" height="62" /><br>
<a href="https://www.kjshop.nl/" title="KJshop.nl"  target="_blank" class="button box-shadow">Bezoek hier <br>KJshop.nl<br>
</a>
</li>
</ul>
</section>
<section id="block" class="content-text-section gradient-right oker clearfix ">
<div class="section-head clearfix">
<h1 class="headtitle">De beste wijnmerken</h1>
<h2 class="subtitle">van Verbunt Verlinden</h2>
</div>
<ul class="content-text-wrap container clearfix">
<li class="text round-corner">
<p>Verbunt Verlinden presenteert als wijnimporteur een wereldwijd assortiment wijnen. Van toegankelijke schenkwijnen tot topwijnen van de meest vooraanstaande huizen. Van traditioneel tot innovatief en eigenzinnig.</p>
<p>Onze medewerkers doen er alles aan om de beste wijnen te leveren tegen de scherpste condities en met een gericht servicepakket. We leveren primair aan de traditionele afnemerskanalen horeca (groothandel) en wijnspeciaalzaak en streven naar een langdurig en inspirerend samenwerkingsverband met zowel klanten als leveranciers.</p>
</li>
</ul>
</section>
<footer>
<div class="footer-banners-wrap box-shadow">
<ul class="footer-banners container">
<li class="item ">
<a href="http://www.stiva.nl/alcoholcode/" title="Geen 18, geen alcohol" rel="nofollow" target="_blank">
<img src="https://www.verbuntverlinden.nl/wp-content/uploads/2018/08/Geen18.png" alt="" width="154" height="23" />
</a>
</li>
<li class="item ">
<a href="https://www.wineinmoderation.eu/en/home/list/" title="Wine in moderation" rel="nofollow" target="_blank">
<img src="https://www.verbuntverlinden.nl/wp-content/uploads/2020/03/WIM2.png" alt="" width="154" height="126" />
</a>
</li>
<li class="item ">
<a href="https://www.verbuntverlinden.nl/" title="Verbunt Verlinden">
<img src="https://www.verbuntverlinden.nl/wp-content/uploads/2018/09/Footer-webshops-VV-1.jpg" alt="" width="150" height="100" />
</a>
</li>
<li class="item last">
<a href="http://www.wijnkring.nl/" title="Wijnkring"  target="_blank">
<img src="https://www.verbuntverlinden.nl/wp-content/uploads/2021/01/WK-logo-footer-VV.nl_.png" alt="" width="174" height="50" />
</a>
</li>
<li class="item ">
<a href="https://www.kvnw.nl/" title="KVNW" rel="nofollow" target="_blank">
<img src="https://www.verbuntverlinden.nl/wp-content/uploads/2018/08/KVNW_registerwijnhandelaar.png" alt="" width="199" height="142" />
</a>
</li>
</ul>
</div>
<section id="block" class="content-socialmedia clearfix">
<ul>
<span class="shadow-top"></span>
<li class="column">
<section id="block" class="content-socialmedia clearfix">
<div class="section-head clearfix">
<h1 class="headtitle">Contactgegevens</h1>
<h2 class="subtitle"></h2>
</div>
013 549 84 00 		<br>
<a href="mailto:info@verbuntverlinden.nl">info@verbuntverlinden.nl</a>
</section>
</li>
<li class="column">
<div class="section-head clearfix">
<h1 class="headtitle">Social media</h1>
<h2 class="subtitle">Volg ons op social media</h2>
</div>
<ul class="social-icons">
<li>
<a class="round fa fa-facebook " target="_blank" rel="nofollow" href="https://www.facebook.com/Verbunt-Wijnkopers-143121265761826/?fref=ts"></a>
</li>	
<li>
<a class="round fa fa-youtube " target="_blank" rel="nofollow" href="https://www.youtube.com/channel/UC-6fdz_zM_ef3zBqGUUfshA/videos"></a>
</li>	
<li>
<a class="round fa fa-linkedin " target="_blank" rel="nofollow" href="https://www.linkedin.com/company/verbunt-verlinden/"></a>
</li>	
<li>
<a class="round fa fa-instagram last" target="_blank" rel="nofollow" href="https://www.instagram.com/verbuntverlinden/"></a>
</li>	
</ul>
</li>
</ul>
</section>
<div class="footer-bottom">
<div class="container">
&copy; 2023 - Verbunt Verlinden  		- Alle rechten voorbehouden | Powered by <a class="powered-by round-corner" href="http://www.webelephant.nl" title="Uw no nonsense E-commerce specialist" target="_blank" rel="nofollow">Webelephant</a>
</div>
</div>
</footer>
<a href="javascript:void(0)" class="scroll-top round-corner fa fa-arrow-circle-up"></a>
<div class="cookie-law">
<a href="javascript:void(0)" class="cookie-control box-shadow">
<span>Cookies</span>
</a>
<div class="cookie-control-info box-shadow round-corner">
<p>Wij maken gebruik van cookies die essentieel zijn om de website goed te laten functioneren en het gebruik van de website en/of diensten vergemakkelijkt. Daarnaast wordt door middel van Cookies informatie verzameld over het gebruik van onze website. Cookies zijn kleine stukjes informatie die uw browser automatisch opslaat op uw computer. Zo kunnen wij u herkennen bij een volgend bezoek. De cookies identificeren alleen computers. Ze worden dus niet gebruikt om personen te herkennen.</p>
<a class="button button-small button-grey" href="https://www.verbuntverlinden.nl/cookies/">
Lees meer
</a>
<a href="javascript:void(0)" class="close-cookie-info fa fa-times round"></a>
</div>
</div>
<script type='text/javascript' src='https://www.verbuntverlinden.nl/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.6.3' id='swv-js'></script>
<script type='text/javascript' id='contact-form-7-js-extra'>
/* <![CDATA[ */
var wpcf7 = {"api":{"root":"https:\/\/www.verbuntverlinden.nl\/wp-json\/","namespace":"contact-form-7\/v1"}};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.verbuntverlinden.nl/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.6.3' id='contact-form-7-js'></script>
<script type='text/javascript' src='https://www.verbuntverlinden.nl/wp-includes/js/jquery/ui/core.min.js?ver=1.13.1' id='jquery-ui-core-js'></script>
<script type='text/javascript' src='https://www.verbuntverlinden.nl/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.1' id='jquery-ui-datepicker-js'></script>
<script type='text/javascript' id='jquery-ui-datepicker-js-after'>
jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Sluiten","currentText":"Vandaag","monthNames":["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],"monthNamesShort":["jan","feb","mrt","apr","mei","jun","jul","aug","sep","okt","nov","dec"],"nextText":"Volgende","prevText":"Vorige","dayNames":["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],"dayNamesShort":["zo","ma","di","wo","do","vr","za"],"dayNamesMin":["Z","M","D","W","D","V","Z"],"dateFormat":"d MM yy","firstDay":1,"isRTL":false});});
</script>
<script src="https://www.verbuntverlinden.nl/wp-content/themes/verbunt/owl-carousel/owl.carousel.js"></script>
<script src="https://www.verbuntverlinden.nl/wp-content/themes/verbunt/js/slick/slick.min.js"></script>
<script src="https://www.verbuntverlinden.nl/wp-content/themes/verbunt/js/scripts.js"></script>
<script src="https://www.verbuntverlinden.nl/wp-content/themes/verbunt/js/voorjaarsproeverij.js"></script>
</body>
</html><!-- WP Fastest Cache file was created in 0.15807294845581 seconds, on 29-06-23 5:01:24 --><!-- via php -->