var ms_grabbing_curosr='https://www.rhb.nl/wp-content/plugins/masterslider/public/assets/css/common/grabbing.cur',ms_grab_curosr='https://www.rhb.nl/wp-content/plugins/masterslider/public/assets/css/common/grab.cur';
(function(url){
if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; }
var addEvent = function(evt, handler) {
if (window.addEventListener) {
document.addEventListener(evt, handler, false);
} else if (window.attachEvent) {
document.attachEvent('on' + evt, handler);
}
};
var removeEvent = function(evt, handler) {
if (window.removeEventListener) {
document.removeEventListener(evt, handler, false);
} else if (window.detachEvent) {
document.detachEvent('on' + evt, handler);
}
};
var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' ');
var logHuman = function() {
if (window.wfLogHumanRan) { return; }
window.wfLogHumanRan = true;
var wfscr = document.createElement('script');
wfscr.type = 'text/javascript';
wfscr.async = true;
wfscr.src = url + '&r=' + Math.random();
(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr);
for (var i = 0; i < evts.length; i++) {
removeEvent(evts[i], logHuman);
}
};
for (var i = 0; i < evts.length; i++) {
addEvent(evts[i], logHuman);
}
})('//www.rhb.nl/en/?wordfence_lh=1&hid=F006C2ABAC4D1DB9FAF404D6239232E5');
RHB Project Cargo, Heavy Lift & Breakbulk Stevedoring Terminal Rotterdam.
On this page you will read all about RHB. At RHB Stevedoring & Warehousing, we have specialist expertise in the fields of Project Cargo, Heavy Lifts, Wind Equipment and Breakbulk. With over ninety years of experience, we are one of the leading firms in the Port of Rotterdam. And as a private, independent terminal, we are not only distinguished by our long-standing expertise, but also by our unrivalled flexibility, short lines of communication and 100% pure stevedoring services.
Lifting your cargoes faster!
We offer extensive knowledge of the market and our own range of facilities like two unique, 208-tonne high-speed heavy lift mobile cranes and the availability of floating cranes. Combined with our experienced, knowledgeable, skilled and quality-minded team, this ensures that we can handle all your out-of-gauge and valuable cargo securely, competent and swiftly, and with exemplary care and expertise. When you work with RHB, you are sure that your cargo is in safe hands!
Stevedoring
As a pure stevedoring company, we load and unload liners, semi-liners, charter vessels, inland vessels, trucks, railway wagons and containers at our private terminal with 730 metres of quay on Waalhaven Noordzijde in the Port of Rotterdam. Where required, we can also store cargo on your behalf at our secure AEO- and ISPS–certified site or in one of our warehouses.
Flexible, independent & forwarders friendly
Many of our clients work in freight forwarding. Besides offering flexibility, we are also preferred by these parties because we stay away from ‘logistics activities’ like chartering ships or booking freight. We are 100% independent – meaning that there are no conflicts of interest. This is one of the reasons why when you work with us, you can count on full transparency, and on the confidential handling of your freight details or cargo documents.
Project & General Cargo Forwarders, Heavy Lift Operators, Industrial Companies, Offshore Companies, Ship Owners, Importers, Exporters and their agents. All use our private terminal in the Port of Rotterdam for the transhipment and storage of cargo with single weights from 1 to 2.200 m/ton. Incl. Lashing & Securing, Unlashing, Welding, Unwelding by professional Partners.
History
RHB was established on the 1st of April 1930 as a Rotterdam-based pure stevedoring company, under the name ‘Rotterdamsch Havenbedrijf’. Today, we operate under the international trading name RHB Stevedoring & Warehousing.
Rates and questions
For rates, questions about RHB and services please ask for Jan Flach, Mike van der Pluijm or Peter van der Pluijm at office@rhb.nl, or telephone +31 (0)10 4299433.
Our advantages
Excellent location + facilities – Since 1930
All berths in quiet, calm, sweet water harbour basin
730 metres deep sea quay length with direct sea connection without bridges or locks
2 x 208 tons + 144 tons high speed heavy lift harbour mobile cranes, > 300 tons tandem – twin lift
saving in transhipment time of up to 50 percent!
6 high speed multi-purpose electrical cranes up to 55 tons capacity + handling heavy lifts up to 2.200 tons or more – No expensive mobilisation expenses at our berth.
100% pure stevedoring – 100% independent!
Skilled, professional, experienced and very importantly, flexible labour
Warehouse doors up to 10 metres width
Project cargo and heavy lift -heavy duty– storage space, fenced and paved
Warehouse space, heavy lift centre, Brexit goods, L.M.E. quality
Lashing & Securing, LSD, Welding, Grinding by professional partners
Optimized truck exit for a.o. Windmill Blades and Windmill Towers
Weighbridge Waalhaven for weighing containers acc. to SOLAS/VGM, next to our terminal
Customs VAT Transit + Entrepot Warehouse & Storage space
// Wacht tot de DOM volledig geladen is
document.addEventListener('DOMContentLoaded', () => {
// Selecteer de checkbox en de swiper-container
const checkbox = document.querySelector('#make-gallery-fullscreen');
const swiperContainer = document.querySelector('#mySwiper2');
const body = document.querySelector('body');
// Controleer of de elementen bestaan
if (!checkbox) {
console.error("Checkbox met ID '#make-gallery-fullscreen' niet gevonden.");
return;
}
if (!swiperContainer) {
console.error("Swiper-container met ID '#mySwiper2' niet gevonden.");
return;
}
// Functie om de attributen te verwijderen
function enableFullscreenMode() {
if (swiperContainer.hasAttribute('slides-per-view')) {
swiperContainer.removeAttribute('slides-per-view');
}
if (swiperContainer.hasAttribute('grid-rows')) {
swiperContainer.removeAttribute('grid-rows');
}
}
// Functie om de attributen terug te zetten
function disableFullscreenMode() {
swiperContainer.setAttribute('slides-per-view', '5');
swiperContainer.setAttribute('grid-rows', '5');
}
// Event listener toevoegen aan de checkbox
checkbox.addEventListener('change', () => {
if (checkbox.checked) {
enableFullscreenMode();
} else {
disableFullscreenMode();
}
});
function bodyAddLock() {
body.classList.add('fancybox-lock');
body.classList.add('swiper-fullscreen-active');
}
function bodyRemoveLock() {
body.classList.remove('fancybox-lock');
body.classList.remove('swiper-fullscreen-active');
}
checkbox.addEventListener('change', () => {
if (checkbox.checked) {
bodyAddLock();
} else {
bodyRemoveLock();
}
});
});