{"id":313,"date":"2026-04-20T15:40:05","date_gmt":"2026-04-20T13:40:05","guid":{"rendered":"https:\/\/stallingrasmussen.com\/rates\/"},"modified":"2026-04-24T16:17:42","modified_gmt":"2026-04-24T14:17:42","slug":"rates","status":"publish","type":"page","link":"https:\/\/stallingrasmussen.com\/en\/rates\/","title":{"rendered":"Rates"},"content":{"rendered":"<h1>Rates for our storage<\/h1>\n<div>\n<p><strong>Easily calculate the rate for your storage<\/strong><br \/>Want to know what it costs to safely store your caravan, camper, boat or folding trailer? With the Stalling Rasmussen rate calculator, you can calculate your storage costs in just a few steps. Fast, clear and hassle-free.<\/p>\n<p>This gives you immediate insight into the rate and you know exactly what to expect. Looking for reliable caravan or camper storage in the region? Then Stalling Rasmussen is the right place.<\/p>\n<\/div>\n<p><p>\n        <a href=\"https:\/\/account.stallingrasmussen.com\/book\/407\">Reserve a spot directly<\/a>\n    <\/p>\n<\/p>\n<div>\n<style>\n  :root {\n    --primary: #8a1c1c;\n    --primary-light: #a83030;\n    --primary-bg: #f5eaea;\n    --primary-border: #d9b8b8;\n    --navy: #1c2b39;\n    --cream: #f8f2ea;\n    --text: #1c2b39;\n    --text-muted: #7a6a5e;\n    --white: #ffffff;\n    --radius: 10px;\n    --shadow: 0 2px 14px rgba(28,43,57,0.10);\n  }<\/p>\n<p>  .stalcalc * { box-sizing: border-box; margin: 0; padding: 0; }<\/p>\n<p>  .stalcalc {\n    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n    background: var(--white);\n    border: 1.5px solid var(--primary-border);\n    border-radius: 16px;\n    padding: 36px 40px 40px;\n    max-width: 720px;\n    color: var(--text);\n    box-shadow: var(--shadow);\n  }<\/p>\n<p>  .stalcalc-header {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin-bottom: 28px;\n    padding-bottom: 20px;\n    border-bottom: 1.5px solid var(--primary-border);\n  }<\/p>\n<p>  .stalcalc-header-icon {\n    width: 46px; height: 46px;\n    background: var(--primary);\n    border-radius: 12px;\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0;\n  }<\/p>\n<p>  .stalcalc-header-icon svg { width: 26px; height: 26px; fill: white; }<\/p>\n<p>  .stalcalc h2 {\n    font-size: 1.35rem;\n    font-weight: 700;\n    color: var(--navy);\n    line-height: 1.2;\n  }<\/p>\n<p>  .stalcalc h2 span {\n    display: block;\n    font-size: 0.85rem;\n    font-weight: 400;\n    color: var(--text-muted);\n    margin-top: 3px;\n  }<\/p>\n<p>  .stalcalc-section-label {\n    font-size: 0.78rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    color: var(--primary);\n    margin-bottom: 12px;\n  }<\/p>\n<p>  \/* Vehicle type grid *\/\n  .stalcalc-types {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(138px, 1fr));\n    gap: 10px;\n    margin-bottom: 28px;\n  }<\/p>\n<p>  .stalcalc-type-btn {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 8px;\n    padding: 14px 10px 12px;\n    background: var(--white);\n    border: 1.5px solid var(--primary-border);\n    border-radius: var(--radius);\n    cursor: pointer;\n    transition: all 0.18s ease;\n    text-align: center;\n  }<\/p>\n<p>  .stalcalc-type-btn:hover {\n    border-color: var(--primary-light);\n    background: var(--cream);\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(138,28,28,0.12);\n  }<\/p>\n<p>  .stalcalc-type-btn.active {\n    border-color: var(--primary);\n    background: var(--primary-bg);\n    box-shadow: 0 0 0 3px rgba(138,28,28,0.12);\n  }<\/p>\n<p>  .stalcalc-type-btn svg {\n    width: 42px; height: 28px;\n    display: block;\n  }<\/p>\n<p>  .stalcalc-type-btn .type-name {\n    font-size: 0.82rem;\n    font-weight: 600;\n    color: var(--navy);\n    line-height: 1.2;\n  }<\/p>\n<p>  .stalcalc-type-btn .type-rate {\n    font-size: 0.70rem;\n    color: var(--text-muted);\n    line-height: 1.2;\n  }<\/p>\n<p>  .stalcalc-type-btn.active .type-name { color: var(--primary); }<\/p>\n<p>  \/* Length input *\/\n  .stalcalc-length-section {\n    margin-bottom: 24px;\n    transition: opacity 0.2s, height 0.2s;\n  }<\/p>\n<p>  .stalcalc-length-section.hidden {\n    opacity: 0;\n    pointer-events: none;\n    height: 0;\n    overflow: hidden;\n    margin-bottom: 0;\n  }<\/p>\n<p>  .stalcalc-input-row {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n  }<\/p>\n<p>  .stalcalc-input-wrap {\n    position: relative;\n    flex: 1;\n    max-width: 220px;\n  }<\/p>\n<p>  .stalcalc-input-wrap input {\n    width: 100%;\n    padding: 12px 50px 12px 16px;\n    font-size: 1.05rem;\n    font-family: inherit;\n    font-weight: 600;\n    color: var(--navy);\n    border: 1.5px solid var(--primary-border);\n    border-radius: var(--radius);\n    background: var(--white);\n    outline: none;\n    transition: border-color 0.15s;\n    -moz-appearance: textfield;\n  }<\/p>\n<p>  .stalcalc-input-wrap input::-webkit-inner-spin-button,\n  .stalcalc-input-wrap input::-webkit-outer-spin-button { -webkit-appearance: none; }<\/p>\n<p>  .stalcalc-input-wrap input:focus { border-color: var(--primary); }<\/p>\n<p>  .stalcalc-input-wrap .unit {\n    position: absolute;\n    right: 14px;\n    top: 50%;\n    transform: translateY(-50%);\n    font-size: 0.82rem;\n    font-weight: 600;\n    color: var(--text-muted);\n    pointer-events: none;\n  }<\/p>\n<p>  .stalcalc-input-hint {\n    font-size: 0.76rem;\n    color: var(--text-muted);\n    margin-top: 6px;\n  }<\/p>\n<p>  \/* Stepper buttons *\/\n  .stalcalc-stepper {\n    display: flex;\n    gap: 6px;\n  }<\/p>\n<p>  .stalcalc-stepper button {\n    width: 36px; height: 36px;\n    border: 1.5px solid var(--primary-border);\n    border-radius: 8px;\n    background: var(--white);\n    color: var(--primary);\n    font-size: 1.2rem;\n    cursor: pointer;\n    display: flex; align-items: center; justify-content: center;\n    transition: all 0.15s;\n    font-weight: 700;\n    line-height: 1;\n  }<\/p>\n<p>  .stalcalc-stepper button:hover {\n    background: var(--primary-bg);\n    border-color: var(--primary);\n  }<\/p>\n<p>  \/* Result box *\/\n  .stalcalc-result {\n    background: linear-gradient(135deg, #1c2b39 0%, #2d4259 100%);\n    border-radius: var(--radius);\n    padding: 24px 28px;\n    color: white;\n    transition: opacity 0.25s, transform 0.25s;\n    opacity: 0;\n    transform: translateY(6px);\n  }<\/p>\n<p>  .stalcalc-result.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }<\/p>\n<p>  .stalcalc-result-label {\n    font-size: 0.78rem;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    opacity: 0.8;\n    margin-bottom: 6px;\n  }<\/p>\n<p>  .stalcalc-result-price {\n    font-size: 2.2rem;\n    font-weight: 800;\n    line-height: 1;\n    margin-bottom: 4px;\n    letter-spacing: -0.01em;\n  }<\/p>\n<p>  .stalcalc-result-sub {\n    font-size: 0.88rem;\n    opacity: 0.85;\n    margin-bottom: 0;\n  }<\/p>\n<p>  .stalcalc-result-onetime {\n    margin-top: 12px;\n    padding-top: 12px;\n    border-top: 1px solid rgba(255,255,255,0.25);\n    font-size: 0.83rem;\n    opacity: 0.9;\n    display: flex;\n    align-items: center;\n    gap: 7px;\n  }<\/p>\n<p>  .stalcalc-result-onetime .badge {\n    background: rgba(255,255,255,0.2);\n    padding: 2px 8px;\n    border-radius: 20px;\n    font-weight: 700;\n    font-size: 0.82rem;\n    white-space: nowrap;\n  }<\/p>\n<p>  .stalcalc-result-monthly {\n    font-size: 0.82rem;\n    opacity: 0.75;\n    margin-top: 2px;\n  }<\/p>\n<p>  .stalcalc-empty {\n    background: var(--cream);\n    border: 1.5px dashed var(--primary-border);\n    border-radius: var(--radius);\n    padding: 22px 28px;\n    color: var(--text-muted);\n    font-size: 0.88rem;\n    text-align: center;\n  }<\/p>\n<p>  @media (max-width: 520px) {\n    .stalcalc { padding: 24px 18px 28px; }\n    .stalcalc-types { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px; }\n    .stalcalc-result-price { font-size: 1.8rem; }\n  }\n<\/style>\n<p><\/head><br \/>\n<body><\/p>\n<div class=\"stalcalc\" id=\"stalcalc-nl\">\n<div class=\"stalcalc-header\">\n<div class=\"stalcalc-header-icon\">\n      <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9 1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\"\/><\/svg>\n    <\/div>\n<div>\n<h2>Storage price calculator<br \/>\n        <span>Calculate your annual storage costs instantly<\/span><br \/>\n      <\/h2>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- Step 1 --><\/p>\n<div class=\"stalcalc-section-label\">Step 1 \u2014 Choose your vehicle type<\/div>\n<div class=\"stalcalc-types\" id=\"stalcalc-nl-types\">\n<p>    <button class=\"stalcalc-type-btn\" data-type=\"caravan\" data-rate=\"99\" data-flat=\"0\" data-onetime=\"0\"><br \/>\n      <!-- Caravan SVG --><br \/>\n      <svg viewBox=\"0 0 60 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <rect x=\"2\" y=\"8\" width=\"52\" height=\"20\" rx=\"4\" fill=\"#8a1c1c\" opacity=\".18\"\/>\n        <rect x=\"2\" y=\"8\" width=\"52\" height=\"20\" rx=\"4\" stroke=\"#8a1c1c\" stroke-width=\"2\" fill=\"none\"\/>\n        <rect x=\"10\" y=\"13\" width=\"9\" height=\"7\" rx=\"1.5\" fill=\"#8a1c1c\" opacity=\".5\"\/>\n        <rect x=\"24\" y=\"13\" width=\"9\" height=\"7\" rx=\"1.5\" fill=\"#8a1c1c\" opacity=\".5\"\/>\n        <line x1=\"54\" y1=\"18\" x2=\"58\" y2=\"18\" stroke=\"#8a1c1c\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n        <circle cx=\"12\" cy=\"30\" r=\"4\" fill=\"#8a1c1c\"\/>\n        <circle cx=\"12\" cy=\"30\" r=\"2\" fill=\"white\"\/>\n        <circle cx=\"42\" cy=\"30\" r=\"4\" fill=\"#8a1c1c\"\/>\n        <circle cx=\"42\" cy=\"30\" r=\"2\" fill=\"white\"\/>\n      <\/svg><\/p>\n<div class=\"type-name\">Caravan<\/div>\n<div class=\"type-rate\">\u20ac99,00\/m\/jaar<\/div>\n<p>    <\/button><\/p>\n<p>    <button class=\"stalcalc-type-btn\" data-type=\"camper\" data-rate=\"122.5\" data-flat=\"0\" data-onetime=\"0\"><br \/>\n      <svg viewBox=\"0 0 60 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <rect x=\"6\" y=\"7\" width=\"46\" height=\"21\" rx=\"4\" fill=\"#8a1c1c\" opacity=\".18\"\/>\n        <rect x=\"6\" y=\"7\" width=\"46\" height=\"21\" rx=\"4\" stroke=\"#8a1c1c\" stroke-width=\"2\" fill=\"none\"\/>\n        <rect x=\"38\" y=\"10\" width=\"10\" height=\"10\" rx=\"1.5\" stroke=\"#8a1c1c\" stroke-width=\"1.5\" fill=\"#8a1c1c\" opacity=\".35\"\/>\n        <rect x=\"12\" y=\"11\" width=\"20\" height=\"10\" rx=\"1.5\" fill=\"#8a1c1c\" opacity=\".35\"\/>\n        <rect x=\"2\" y=\"16\" width=\"6\" height=\"8\" rx=\"2\" fill=\"#8a1c1c\" opacity=\".5\"\/>\n        <circle cx=\"14\" cy=\"30\" r=\"4\" fill=\"#8a1c1c\"\/>\n        <circle cx=\"14\" cy=\"30\" r=\"2\" fill=\"white\"\/>\n        <circle cx=\"44\" cy=\"30\" r=\"4\" fill=\"#8a1c1c\"\/>\n        <circle cx=\"44\" cy=\"30\" r=\"2\" fill=\"white\"\/>\n      <\/svg><\/p>\n<div class=\"type-name\">Camper<\/div>\n<div class=\"type-rate\">\u20ac122,50\/m\/jaar<\/div>\n<p>    <\/button><\/p>\n<p>    <button class=\"stalcalc-type-btn\" data-type=\"vouwwagen\" data-rate=\"99\" data-flat=\"0\" data-onetime=\"0\"><br \/>\n      <svg viewBox=\"0 0 60 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <rect x=\"4\" y=\"14\" width=\"44\" height=\"12\" rx=\"3\" fill=\"#8a1c1c\" opacity=\".18\"\/>\n        <rect x=\"4\" y=\"14\" width=\"44\" height=\"12\" rx=\"3\" stroke=\"#8a1c1c\" stroke-width=\"2\" fill=\"none\"\/>\n        <path d=\"M8 14 L20 7 L40 7 L52 14\" stroke=\"#8a1c1c\" stroke-width=\"1.5\" fill=\"none\" stroke-linecap=\"round\"\/>\n        <line x1=\"52\" y1=\"20\" x2=\"56\" y2=\"20\" stroke=\"#8a1c1c\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n        <circle cx=\"12\" cy=\"28\" r=\"4\" fill=\"#8a1c1c\"\/>\n        <circle cx=\"12\" cy=\"28\" r=\"2\" fill=\"white\"\/>\n        <circle cx=\"40\" cy=\"28\" r=\"4\" fill=\"#8a1c1c\"\/>\n        <circle cx=\"40\" cy=\"28\" r=\"2\" fill=\"white\"\/>\n      <\/svg><\/p>\n<div class=\"type-name\">Folding trailer<\/div>\n<div class=\"type-rate\">\u20ac99,00\/m\/jaar<\/div>\n<p>    <\/button><\/p>\n<p>    <button class=\"stalcalc-type-btn\" data-type=\"auto\" data-rate=\"105\" data-flat=\"0\" data-onetime=\"30\"><br \/>\n      <svg viewBox=\"0 0 60 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <path d=\"M6 22 L10 13 Q12 9 16 9 L44 9 Q48 9 50 13 L54 22 L54 28 Q54 30 52 30 L8 30 Q6 30 6 28 Z\" fill=\"#8a1c1c\" opacity=\".18\"\/>\n        <path d=\"M6 22 L10 13 Q12 9 16 9 L44 9 Q48 9 50 13 L54 22 L54 28 Q54 30 52 30 L8 30 Q6 30 6 28 Z\" stroke=\"#8a1c1c\" stroke-width=\"2\" fill=\"none\"\/>\n        <rect x=\"13\" y=\"12\" width=\"13\" height=\"8\" rx=\"1.5\" fill=\"#8a1c1c\" opacity=\".4\"\/>\n        <rect x=\"34\" y=\"12\" width=\"13\" height=\"8\" rx=\"1.5\" fill=\"#8a1c1c\" opacity=\".4\"\/>\n        <circle cx=\"16\" cy=\"30\" r=\"5\" fill=\"#8a1c1c\"\/>\n        <circle cx=\"16\" cy=\"30\" r=\"2.5\" fill=\"white\"\/>\n        <circle cx=\"44\" cy=\"30\" r=\"5\" fill=\"#8a1c1c\"\/>\n        <circle cx=\"44\" cy=\"30\" r=\"2.5\" fill=\"white\"\/>\n      <\/svg><\/p>\n<div class=\"type-name\">Auto<\/div>\n<div class=\"type-rate\">\u20ac105,00\/m\/jaar<\/div>\n<p>    <\/button><\/p>\n<p>    <button class=\"stalcalc-type-btn\" data-type=\"boot\" data-rate=\"110.95\" data-flat=\"0\" data-onetime=\"0\"><br \/>\n      <svg viewBox=\"0 0 60 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <path d=\"M4 24 Q10 14 18 12 L38 12 Q48 12 56 20 L56 24 Q40 30 20 30 Q10 30 4 24Z\" fill=\"#8a1c1c\" opacity=\".18\"\/>\n        <path d=\"M4 24 Q10 14 18 12 L38 12 Q48 12 56 20 L56 24 Q40 30 20 30 Q10 30 4 24Z\" stroke=\"#8a1c1c\" stroke-width=\"2\" fill=\"none\"\/>\n        <line x1=\"28\" y1=\"12\" x2=\"28\" y2=\"5\" stroke=\"#8a1c1c\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n        <path d=\"M28 5 L44 10 L28 12 Z\" fill=\"#8a1c1c\" opacity=\".5\"\/>\n      <\/svg><\/p>\n<div class=\"type-name\">Boot<\/div>\n<div class=\"type-rate\">\u20ac110,95\/m\/jaar<\/div>\n<p>    <\/button><\/p>\n<p>    <button class=\"stalcalc-type-btn\" data-type=\"aanhanger\" data-rate=\"99\" data-flat=\"0\" data-onetime=\"0\"><br \/>\n      <svg viewBox=\"0 0 60 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <rect x=\"6\" y=\"16\" width=\"44\" height=\"10\" rx=\"3\" fill=\"#8a1c1c\" opacity=\".18\"\/>\n        <rect x=\"6\" y=\"16\" width=\"44\" height=\"10\" rx=\"3\" stroke=\"#8a1c1c\" stroke-width=\"2\" fill=\"none\"\/>\n        <line x1=\"50\" y1=\"21\" x2=\"56\" y2=\"21\" stroke=\"#8a1c1c\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n        <circle cx=\"14\" cy=\"28\" r=\"4\" fill=\"#8a1c1c\"\/>\n        <circle cx=\"14\" cy=\"28\" r=\"2\" fill=\"white\"\/>\n        <circle cx=\"42\" cy=\"28\" r=\"4\" fill=\"#8a1c1c\"\/>\n        <circle cx=\"42\" cy=\"28\" r=\"2\" fill=\"white\"\/>\n      <\/svg><\/p>\n<div class=\"type-name\">Trailer<\/div>\n<div class=\"type-rate\">\u20ac99,00\/m\/jaar<\/div>\n<p>    <\/button><\/p>\n<p>    <button class=\"stalcalc-type-btn\" data-type=\"motor\" data-rate=\"0\" data-flat=\"260\" data-onetime=\"0\"><br \/>\n      <svg viewBox=\"0 0 60 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <circle cx=\"15\" cy=\"24\" r=\"8\" stroke=\"#8a1c1c\" stroke-width=\"2\" fill=\"#8a1c1c\" opacity=\".1\"\/>\n        <circle cx=\"15\" cy=\"24\" r=\"4\" fill=\"#8a1c1c\" opacity=\".5\"\/>\n        <circle cx=\"45\" cy=\"24\" r=\"8\" stroke=\"#8a1c1c\" stroke-width=\"2\" fill=\"#8a1c1c\" opacity=\".1\"\/>\n        <circle cx=\"45\" cy=\"24\" r=\"4\" fill=\"#8a1c1c\" opacity=\".5\"\/>\n        <path d=\"M23 24 L24 16 L36 14 L37 16 L40 18 L37 24\" stroke=\"#8a1c1c\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n        <path d=\"M24 16 L30 20 L37 16\" stroke=\"#8a1c1c\" stroke-width=\"1.5\" fill=\"none\"\/>\n        <rect x=\"26\" y=\"8\" width=\"8\" height=\"6\" rx=\"2\" fill=\"#8a1c1c\" opacity=\".4\"\/>\n      <\/svg><\/p>\n<div class=\"type-name\">Motorcycle<\/div>\n<div class=\"type-rate\">\u20ac260,00\/jaar<\/div>\n<p>    <\/button><\/p><\/div>\n<p>  <!-- Step 2 --><\/p>\n<div class=\"stalcalc-length-section\" id=\"stalcalc-nl-lengthsec\">\n<div class=\"stalcalc-section-label\">Step 2 \u2014 Enter the length (meters)<\/div>\n<div class=\"stalcalc-input-row\">\n<div class=\"stalcalc-input-wrap\">\n        <input type=\"number\" id=\"stalcalc-nl-length\" min=\"1\" max=\"20\" step=\"0.1\" value=\"\" placeholder=\"e.g. 6.5\"><br \/>\n        <span class=\"unit\">meter<\/span>\n      <\/div>\n<div class=\"stalcalc-stepper\">\n        <button id=\"stalcalc-nl-minus\" aria-label=\"Decrease\">\u2212<\/button><br \/>\n        <button id=\"stalcalc-nl-plus\" aria-label=\"Increase\">+<\/button>\n      <\/div>\n<\/p><\/div>\n<div class=\"stalcalc-input-hint\">Enter the total length of your vehicle, including tow bar or hitch.<\/div>\n<\/p><\/div>\n<p>  <!-- Step 3 \/ Result --><\/p>\n<div class=\"stalcalc-section-label\">Step 3 \u2014 Your calculated price<\/div>\n<div id=\"stalcalc-nl-result\">\n<div class=\"stalcalc-empty\">First select a vehicle type to calculate the price.<\/div>\n<\/p><\/div>\n<\/div>\n<p><script>\n(function() {\n  const types = document.querySelectorAll('#stalcalc-nl-types .stalcalc-type-btn');\n  const lengthInput = document.getElementById('stalcalc-nl-length');\n  const lengthSec = document.getElementById('stalcalc-nl-lengthsec');\n  const resultEl = document.getElementById('stalcalc-nl-result');\n  const minusBtn = document.getElementById('stalcalc-nl-minus');\n  const plusBtn = document.getElementById('stalcalc-nl-plus');<\/p>\n<p>  let selectedType = null;<\/p>\n<p>  function fmt(n) {\n    return new Intl.NumberFormat('nl-NL', { style: 'currency', currency: 'EUR' }).format(n);\n  }<\/p>\n<p>  function calculate() {\n    if (!selectedType) {\n      resultEl.innerHTML = '<\/p>\n<div class=\"stalcalc-empty\">First select a vehicle type to calculate the price.<\/div>\n<p>';\n      return;\n    }\n    const rate = parseFloat(selectedType.dataset.rate);\n    const flat = parseFloat(selectedType.dataset.flat);\n    const onetime = parseFloat(selectedType.dataset.onetime);\n    const isFlat = flat > 0;\n    const len = parseFloat(lengthInput.value);<\/p>\n<p>    if (!isFlat && (!len || len < 1)) {\n      resultEl.innerHTML = '\n\n<div class=\"stalcalc-empty\">Enter the length of your vehicle to calculate the price.<\/div>\n<p>';\n      return;\n    }<\/p>\n<p>    const annual = isFlat ? flat : Math.round(rate * len * 100) \/ 100;\n    const name = selectedType.querySelector('.type-name').textContent;<\/p>\n<p>    const monthly = Math.round(annual \/ 12 * 100) \/ 100;<\/p>\n<p>    let html = `<\/p>\n<div class=\"stalcalc-result visible\">\n<div class=\"stalcalc-result-label\">Your calculated storage price \u2014 ${name}${!isFlat ? ` (${len.toFixed(1).replace('.', ',')} meter)` : ''}<\/div>\n<div class=\"stalcalc-result-price\">${fmt(annual)}<\/div>\n<div class=\"stalcalc-result-sub\">per year (binnenstalling)<\/div>\n<div class=\"stalcalc-result-monthly\">ca. ${fmt(monthly)} per maand<\/div>\n<p>`;<\/p>\n<p>    if (onetime > 0) {\n      html += `<\/p>\n<div class=\"stalcalc-result-onetime\"><span class=\"badge\">+ ${fmt(onetime)}<\/span> one-time registration fee at the start<\/div>\n<p>`;\n    }<\/p>\n<p>    html += `<\/p><\/div>\n<p>`;\n    resultEl.innerHTML = html;\n  }<\/p>\n<p>  types.forEach(btn => {\n    btn.addEventListener('click', () => {\n      types.forEach(b => b.classList.remove('active'));\n      btn.classList.add('active');\n      selectedType = btn;<\/p>\n<p>      const isFlat = parseFloat(btn.dataset.flat) > 0;\n      if (isFlat) {\n        lengthSec.classList.add('hidden');\n        lengthInput.value = '';\n      } else {\n        lengthSec.classList.remove('hidden');\n      }\n      calculate();\n    });\n  });<\/p>\n<p>  lengthInput.addEventListener('input', calculate);<\/p>\n<p>  minusBtn.addEventListener('click', () => {\n    const cur = parseFloat(lengthInput.value) || 5;\n    const next = Math.max(1, Math.round((cur - 0.5) * 10) \/ 10);\n    lengthInput.value = next.toFixed(1);\n    calculate();\n  });<\/p>\n<p>  plusBtn.addEventListener('click', () => {\n    const cur = parseFloat(lengthInput.value) || 4.5;\n    const next = Math.min(20, Math.round((cur + 0.5) * 10) \/ 10);\n    lengthInput.value = next.toFixed(1);\n    calculate();\n  });\n})();\n<\/script>\n<\/div>\n<h2>Calculate dimensions<\/h2>\n<div>\n<p>The vehicle length always refers to the total length of the entire vehicle. If your vehicle has a tow bar, it must be included in the total length.<\/p>\n<\/div>\n<h3>What are the dimensions of my vehicle?<\/h3>\n<div>\n<p>Stalling Rasmussen uses pricing based on linear meters (lengte van jouw voertuig), het aantal noodzakelijke vierkante meters of een vaste prijs per periode. It is important that the length and width of your vehicle are measured consistently and accurately.<\/p>\n<\/div>\n<h2>Manually calculate length\/width<\/h2>\n<div>\n<p>The vehicle length always refers to the total length of the entire vehicle. Wanneer jouw voertuig een dissel heeft (caravan, aanhanger, vouwwagen, trailer, e.d.) dient deze dus bij de totale lengte te worden opgeteld. Hetzelfde geldt bij een fietsenrek op jouw caravan of camper, deze dient ook bij de totale lengte opgeteld te worden.<\/p>\n<\/div>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/caravanstalling-lengte.webp\" alt=\"caravanstalling lengte\"><\/p>\n<h2>Find your vehicle dimensions online<\/h2>\n<div>\n<p><span>Easily find the exact length of your vehicle? Dit kan ook via de databank van de <a href=\"https:\/\/ovi.rdw.nl\/\" target=\"_blank\" rel=\"noopener\">RDW<\/a><\/span><span>. Enter your license plate here to view known vehicle data online. De afmetingen van jouw voertuig vind je onder het tabblad \u2018technisch\u2019.<\/span><\/p>\n<\/div>\n<h2>Indoor storage prices<\/h2>\n<ul>\n<li>\n<h3>Caravan<\/h3>\n<div>\n<p>From \u20ac99,00 per meter per year<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>Camper<\/h3>\n<div>\n<p>From \u20ac122,50 per meter per year<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>Folding trailer<\/h3>\n<div>\n<p>From \u20ac99,00 per meter per year<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>Auto<\/h3>\n<div>\n<p>From \u20ac105,00 per meter per year<br \/>eenmalig \u20ac30,00<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>Boot<\/h3>\n<div>\n<p>From \u20ac110,95 per meter per year<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>Trailer<\/h3>\n<div>\n<p>From \u20ac99,00 per meter per year<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>Motorcycle<\/h3>\n<div>\n<p>From \u20ac260,00 per year<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>Boxen (12 x 4.4 meter)<\/h3>\n<div>\n<p>\u20ac3.900,00 per year<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>Boxen (8 x 4.4 meter)<\/h3>\n<div>\n<p>\u20ac2.600,00 per year<\/p>\n<\/div>\n<\/li>\n<\/ul>\n<p><!--more--><br \/>\n<!-- {\"type\":\"layout\",\"children\":[{\"type\":\"section\",\"props\":{\"image_position\":\"center-center\",\"style\":\"muted\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"props\":{\"column_gap\":\"large\",\"height\":\"viewport\",\"height_viewport\":60,\"layout\":\"1-2,1-2\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"vertical_align\":\"middle\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"Rates for our storage\",\"image_align\":\"left\",\"image_margin\":\"xsmall\",\"title_element\":\"h1\"}},{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<p><strong>Easily calculate the rate for your storage<\/strong><br \/>Want to know what it costs to safely store your caravan, camper, boat or folding trailer? With the Stalling Rasmussen rate calculator, you can calculate your storage costs in just a few steps. Fast, clear and hassle-free.<\/p>\n\n\\n\n\n<p>This gives you immediate insight into the rate and you know exactly what to expect. Looking for reliable caravan or camper storage in the region? Then Stalling Rasmussen is the right place.<\/p>\n\n\",\"margin_bottom\":\"default\",\"margin_top\":\"default\"}},{\"type\":\"button\",\"props\":{\"blend\":false,\"grid_column_gap\":\"small\",\"grid_row_gap\":\"small\",\"margin_bottom\":\"default\",\"margin_top\":\"default\"},\"children\":[{\"type\":\"button_item\",\"props\":{\"button_style\":\"primary\",\"content\":\"Reserve a spot directly\",\"dialog_layout\":\"modal\",\"dialog_offcanvas_flip\":true,\"icon\":\"calendar\",\"icon_align\":\"left\",\"image_focal_point\":\"top-center\",\"image_height\":\"1000\",\"image_width\":\"600\",\"lightbox\":true,\"link\":\"https:\/\/account.stallingrasmussen.com\/book\/407\"}},{\"type\":\"button_item\",\"props\":{\"button_style\":\"secondary\",\"content\":\"Calculate your rate\",\"dialog_layout\":\"modal\",\"dialog_offcanvas_flip\":true,\"icon\":\"chevron-double-right\",\"icon_align\":\"left\",\"link\":\"tarieven\/\",\"link_aria_label\":\"Calculate your rate\",\"link_title\":\"Calculate your rate\",\"status\":\"disabled\"}}],\"name\":\"CTA buttons\"}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<style>\\n  :root {\\n    --primary: #8a1c1c;\\n    --primary-light: #a83030;\\n    --primary-bg: #f5eaea;\\n    --primary-border: #d9b8b8;\\n    --navy: #1c2b39;\\n    --cream: #f8f2ea;\\n    --text: #1c2b39;\\n    --text-muted: #7a6a5e;\\n    --white: #ffffff;\\n    --radius: 10px;\\n    --shadow: 0 2px 14px rgba(28,43,57,0.10);\\n  }\\n\\n  .stalcalc * { box-sizing: border-box; margin: 0; padding: 0; }\\n\\n  .stalcalc {\\n    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\\n    background: var(--white);\\n    border: 1.5px solid var(--primary-border);\\n    border-radius: 16px;\\n    padding: 36px 40px 40px;\\n    max-width: 720px;\\n    color: var(--text);\\n    box-shadow: var(--shadow);\\n  }\\n\\n  .stalcalc-header {\\n    display: flex;\\n    align-items: center;\\n    gap: 14px;\\n    margin-bottom: 28px;\\n    padding-bottom: 20px;\\n    border-bottom: 1.5px solid var(--primary-border);\\n  }\\n\\n  .stalcalc-header-icon {\\n    width: 46px; height: 46px;\\n    background: var(--primary);\\n    border-radius: 12px;\\n    display: flex; align-items: center; justify-content: center;\\n    flex-shrink: 0;\\n  }\\n\\n  .stalcalc-header-icon svg { width: 26px; height: 26px; fill: white; }\\n\\n  .stalcalc h2 {\\n    font-size: 1.35rem;\\n    font-weight: 700;\\n    color: var(--navy);\\n    line-height: 1.2;\\n  }\\n\\n  .stalcalc h2 span {\\n    display: block;\\n    font-size: 0.85rem;\\n    font-weight: 400;\\n    color: var(--text-muted);\\n    margin-top: 3px;\\n  }\\n\\n  .stalcalc-section-label {\\n    font-size: 0.78rem;\\n    font-weight: 700;\\n    text-transform: uppercase;\\n    letter-spacing: 0.08em;\\n    color: var(--primary);\\n    margin-bottom: 12px;\\n  }\\n\\n  \/* Vehicle type grid *\/\\n  .stalcalc-types {\\n    display: grid;\\n    grid-template-columns: repeat(auto-fill, minmax(138px, 1fr));\\n    gap: 10px;\\n    margin-bottom: 28px;\\n  }\\n\\n  .stalcalc-type-btn {\\n    display: flex;\\n    flex-direction: column;\\n    align-items: center;\\n    gap: 8px;\\n    padding: 14px 10px 12px;\\n    background: var(--white);\\n    border: 1.5px solid var(--primary-border);\\n    border-radius: var(--radius);\\n    cursor: pointer;\\n    transition: all 0.18s ease;\\n    text-align: center;\\n  }\\n\\n  .stalcalc-type-btn:hover {\\n    border-color: var(--primary-light);\\n    background: var(--cream);\\n    transform: translateY(-2px);\\n    box-shadow: 0 4px 12px rgba(138,28,28,0.12);\\n  }\\n\\n  .stalcalc-type-btn.active {\\n    border-color: var(--primary);\\n    background: var(--primary-bg);\\n    box-shadow: 0 0 0 3px rgba(138,28,28,0.12);\\n  }\\n\\n  .stalcalc-type-btn svg {\\n    width: 42px; height: 28px;\\n    display: block;\\n  }\\n\\n  .stalcalc-type-btn .type-name {\\n    font-size: 0.82rem;\\n    font-weight: 600;\\n    color: var(--navy);\\n    line-height: 1.2;\\n  }\\n\\n  .stalcalc-type-btn .type-rate {\\n    font-size: 0.70rem;\\n    color: var(--text-muted);\\n    line-height: 1.2;\\n  }\\n\\n  .stalcalc-type-btn.active .type-name { color: var(--primary); }\\n\\n  \/* Length input *\/\\n  .stalcalc-length-section {\\n    margin-bottom: 24px;\\n    transition: opacity 0.2s, height 0.2s;\\n  }\\n\\n  .stalcalc-length-section.hidden {\\n    opacity: 0;\\n    pointer-events: none;\\n    height: 0;\\n    overflow: hidden;\\n    margin-bottom: 0;\\n  }\\n\\n  .stalcalc-input-row {\\n    display: flex;\\n    align-items: center;\\n    gap: 14px;\\n  }\\n\\n  .stalcalc-input-wrap {\\n    position: relative;\\n    flex: 1;\\n    max-width: 220px;\\n  }\\n\\n  .stalcalc-input-wrap input {\\n    width: 100%;\\n    padding: 12px 50px 12px 16px;\\n    font-size: 1.05rem;\\n    font-family: inherit;\\n    font-weight: 600;\\n    color: var(--navy);\\n    border: 1.5px solid var(--primary-border);\\n    border-radius: var(--radius);\\n    background: var(--white);\\n    outline: none;\\n    transition: border-color 0.15s;\\n    -moz-appearance: textfield;\\n  }\\n\\n  .stalcalc-input-wrap input::-webkit-inner-spin-button,\\n  .stalcalc-input-wrap input::-webkit-outer-spin-button { -webkit-appearance: none; }\\n\\n  .stalcalc-input-wrap input:focus { border-color: var(--primary); }\\n\\n  .stalcalc-input-wrap .unit {\\n    position: absolute;\\n    right: 14px;\\n    top: 50%;\\n    transform: translateY(-50%);\\n    font-size: 0.82rem;\\n    font-weight: 600;\\n    color: var(--text-muted);\\n    pointer-events: none;\\n  }\\n\\n  .stalcalc-input-hint {\\n    font-size: 0.76rem;\\n    color: var(--text-muted);\\n    margin-top: 6px;\\n  }\\n\\n  \/* Stepper buttons *\/\\n  .stalcalc-stepper {\\n    display: flex;\\n    gap: 6px;\\n  }\\n\\n  .stalcalc-stepper button {\\n    width: 36px; height: 36px;\\n    border: 1.5px solid var(--primary-border);\\n    border-radius: 8px;\\n    background: var(--white);\\n    color: var(--primary);\\n    font-size: 1.2rem;\\n    cursor: pointer;\\n    display: flex; align-items: center; justify-content: center;\\n    transition: all 0.15s;\\n    font-weight: 700;\\n    line-height: 1;\\n  }\\n\\n  .stalcalc-stepper button:hover {\\n    background: var(--primary-bg);\\n    border-color: var(--primary);\\n  }\\n\\n  \/* Result box *\/\\n  .stalcalc-result {\\n    background: linear-gradient(135deg, #1c2b39 0%, #2d4259 100%);\\n    border-radius: var(--radius);\\n    padding: 24px 28px;\\n    color: white;\\n    transition: opacity 0.25s, transform 0.25s;\\n    opacity: 0;\\n    transform: translateY(6px);\\n  }\\n\\n  .stalcalc-result.visible {\\n    opacity: 1;\\n    transform: translateY(0);\\n  }\\n\\n  .stalcalc-result-label {\\n    font-size: 0.78rem;\\n    text-transform: uppercase;\\n    letter-spacing: 0.08em;\\n    opacity: 0.8;\\n    margin-bottom: 6px;\\n  }\\n\\n  .stalcalc-result-price {\\n    font-size: 2.2rem;\\n    font-weight: 800;\\n    line-height: 1;\\n    margin-bottom: 4px;\\n    letter-spacing: -0.01em;\\n  }\\n\\n  .stalcalc-result-sub {\\n    font-size: 0.88rem;\\n    opacity: 0.85;\\n    margin-bottom: 0;\\n  }\\n\\n  .stalcalc-result-onetime {\\n    margin-top: 12px;\\n    padding-top: 12px;\\n    border-top: 1px solid rgba(255,255,255,0.25);\\n    font-size: 0.83rem;\\n    opacity: 0.9;\\n    display: flex;\\n    align-items: center;\\n    gap: 7px;\\n  }\\n\\n  .stalcalc-result-onetime .badge {\\n    background: rgba(255,255,255,0.2);\\n    padding: 2px 8px;\\n    border-radius: 20px;\\n    font-weight: 700;\\n    font-size: 0.82rem;\\n    white-space: nowrap;\\n  }\\n\\n  .stalcalc-result-monthly {\\n    font-size: 0.82rem;\\n    opacity: 0.75;\\n    margin-top: 2px;\\n  }\\n\\n  .stalcalc-empty {\\n    background: var(--cream);\\n    border: 1.5px dashed var(--primary-border);\\n    border-radius: var(--radius);\\n    padding: 22px 28px;\\n    color: var(--text-muted);\\n    font-size: 0.88rem;\\n    text-align: center;\\n  }\\n\\n  @media (max-width: 520px) {\\n    .stalcalc { padding: 24px 18px 28px; }\\n    .stalcalc-types { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px; }\\n    .stalcalc-result-price { font-size: 1.8rem; }\\n  }\\n<\/style>\n\n\\n<\/head>\\n<body>\\n\\n\n\n<div class=\\\"stalcalc\\\" id=\\\"stalcalc-nl\\\">\\n  \n\n<div class=\\\"stalcalc-header\\\">\\n    \n\n<div class=\\\"stalcalc-header-icon\\\">\\n      <svg viewBox=\\\"0 0 24 24\\\" xmlns=\\\"http:\/\/www.w3.org\/2000\/svg\\\"><path d=\\\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9 1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\\\"\/><\/svg>\\n    <\/div>\n\n\\n    \n\n<div>\\n      \n\n<h2>Storage price calculator\\n        <span>Calculate your annual storage costs instantly<\/span>\\n      <\/h2>\n\n\\n    <\/div>\n\n\\n  <\/div>\n\n\\n\\n  <!-- Step 1 -->\\n  <\/p>\n<div class=\\\"stalcalc-section-label\\\">Step 1 \u2014 Choose your vehicle type<\/div>\n<p>\\n  <\/p>\n<div class=\\\"stalcalc-types\\\" id=\\\"stalcalc-nl-types\\\">\\n\\n    <button class=\\\"stalcalc-type-btn\\\" data-type=\\\"caravan\\\" data-rate=\\\"99\\\" data-flat=\\\"0\\\" data-onetime=\\\"0\\\">\\n      <!-- Caravan SVG -->\\n      <svg viewBox=\\\"0 0 60 36\\\" fill=\\\"none\\\" xmlns=\\\"http:\/\/www.w3.org\/2000\/svg\\\">\\n        <rect x=\\\"2\\\" y=\\\"8\\\" width=\\\"52\\\" height=\\\"20\\\" rx=\\\"4\\\" fill=\\\"#8a1c1c\\\" opacity=\\\".18\\\"\/>\\n        <rect x=\\\"2\\\" y=\\\"8\\\" width=\\\"52\\\" height=\\\"20\\\" rx=\\\"4\\\" stroke=\\\"#8a1c1c\\\" stroke-width=\\\"2\\\" fill=\\\"none\\\"\/>\\n        <rect x=\\\"10\\\" y=\\\"13\\\" width=\\\"9\\\" height=\\\"7\\\" rx=\\\"1.5\\\" fill=\\\"#8a1c1c\\\" opacity=\\\".5\\\"\/>\\n        <rect x=\\\"24\\\" y=\\\"13\\\" width=\\\"9\\\" height=\\\"7\\\" rx=\\\"1.5\\\" fill=\\\"#8a1c1c\\\" opacity=\\\".5\\\"\/>\\n        <line x1=\\\"54\\\" y1=\\\"18\\\" x2=\\\"58\\\" y2=\\\"18\\\" stroke=\\\"#8a1c1c\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\"\/>\\n        <circle cx=\\\"12\\\" cy=\\\"30\\\" r=\\\"4\\\" fill=\\\"#8a1c1c\\\"\/>\\n        <circle cx=\\\"12\\\" cy=\\\"30\\\" r=\\\"2\\\" fill=\\\"white\\\"\/>\\n        <circle cx=\\\"42\\\" cy=\\\"30\\\" r=\\\"4\\\" fill=\\\"#8a1c1c\\\"\/>\\n        <circle cx=\\\"42\\\" cy=\\\"30\\\" r=\\\"2\\\" fill=\\\"white\\\"\/>\\n      <\/svg>\\n      <\/p>\n<div class=\\\"type-name\\\">Caravan<\/div>\n<p>\\n      <\/p>\n<div class=\\\"type-rate\\\">\u20ac99,00\/m\/jaar<\/div>\n<p>\\n    <\/button>\\n\\n    <button class=\\\"stalcalc-type-btn\\\" data-type=\\\"camper\\\" data-rate=\\\"122.5\\\" data-flat=\\\"0\\\" data-onetime=\\\"0\\\">\\n      <svg viewBox=\\\"0 0 60 36\\\" fill=\\\"none\\\" xmlns=\\\"http:\/\/www.w3.org\/2000\/svg\\\">\\n        <rect x=\\\"6\\\" y=\\\"7\\\" width=\\\"46\\\" height=\\\"21\\\" rx=\\\"4\\\" fill=\\\"#8a1c1c\\\" opacity=\\\".18\\\"\/>\\n        <rect x=\\\"6\\\" y=\\\"7\\\" width=\\\"46\\\" height=\\\"21\\\" rx=\\\"4\\\" stroke=\\\"#8a1c1c\\\" stroke-width=\\\"2\\\" fill=\\\"none\\\"\/>\\n        <rect x=\\\"38\\\" y=\\\"10\\\" width=\\\"10\\\" height=\\\"10\\\" rx=\\\"1.5\\\" stroke=\\\"#8a1c1c\\\" stroke-width=\\\"1.5\\\" fill=\\\"#8a1c1c\\\" opacity=\\\".35\\\"\/>\\n        <rect x=\\\"12\\\" y=\\\"11\\\" width=\\\"20\\\" height=\\\"10\\\" rx=\\\"1.5\\\" fill=\\\"#8a1c1c\\\" opacity=\\\".35\\\"\/>\\n        <rect x=\\\"2\\\" y=\\\"16\\\" width=\\\"6\\\" height=\\\"8\\\" rx=\\\"2\\\" fill=\\\"#8a1c1c\\\" opacity=\\\".5\\\"\/>\\n        <circle cx=\\\"14\\\" cy=\\\"30\\\" r=\\\"4\\\" fill=\\\"#8a1c1c\\\"\/>\\n        <circle cx=\\\"14\\\" cy=\\\"30\\\" r=\\\"2\\\" fill=\\\"white\\\"\/>\\n        <circle cx=\\\"44\\\" cy=\\\"30\\\" r=\\\"4\\\" fill=\\\"#8a1c1c\\\"\/>\\n        <circle cx=\\\"44\\\" cy=\\\"30\\\" r=\\\"2\\\" fill=\\\"white\\\"\/>\\n      <\/svg>\\n      <\/p>\n<div class=\\\"type-name\\\">Camper<\/div>\n<p>\\n      <\/p>\n<div class=\\\"type-rate\\\">\u20ac122,50\/m\/jaar<\/div>\n<p>\\n    <\/button>\\n\\n    <button class=\\\"stalcalc-type-btn\\\" data-type=\\\"vouwwagen\\\" data-rate=\\\"99\\\" data-flat=\\\"0\\\" data-onetime=\\\"0\\\">\\n      <svg viewBox=\\\"0 0 60 36\\\" fill=\\\"none\\\" xmlns=\\\"http:\/\/www.w3.org\/2000\/svg\\\">\\n        <rect x=\\\"4\\\" y=\\\"14\\\" width=\\\"44\\\" height=\\\"12\\\" rx=\\\"3\\\" fill=\\\"#8a1c1c\\\" opacity=\\\".18\\\"\/>\\n        <rect x=\\\"4\\\" y=\\\"14\\\" width=\\\"44\\\" height=\\\"12\\\" rx=\\\"3\\\" stroke=\\\"#8a1c1c\\\" stroke-width=\\\"2\\\" fill=\\\"none\\\"\/>\\n        <path d=\\\"M8 14 L20 7 L40 7 L52 14\\\" stroke=\\\"#8a1c1c\\\" stroke-width=\\\"1.5\\\" fill=\\\"none\\\" stroke-linecap=\\\"round\\\"\/>\\n        <line x1=\\\"52\\\" y1=\\\"20\\\" x2=\\\"56\\\" y2=\\\"20\\\" stroke=\\\"#8a1c1c\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\"\/>\\n        <circle cx=\\\"12\\\" cy=\\\"28\\\" r=\\\"4\\\" fill=\\\"#8a1c1c\\\"\/>\\n        <circle cx=\\\"12\\\" cy=\\\"28\\\" r=\\\"2\\\" fill=\\\"white\\\"\/>\\n        <circle cx=\\\"40\\\" cy=\\\"28\\\" r=\\\"4\\\" fill=\\\"#8a1c1c\\\"\/>\\n        <circle cx=\\\"40\\\" cy=\\\"28\\\" r=\\\"2\\\" fill=\\\"white\\\"\/>\\n      <\/svg>\\n      <\/p>\n<div class=\\\"type-name\\\">Folding trailer<\/div>\n<p>\\n      <\/p>\n<div class=\\\"type-rate\\\">\u20ac99,00\/m\/jaar<\/div>\n<p>\\n    <\/button>\\n\\n    <button class=\\\"stalcalc-type-btn\\\" data-type=\\\"auto\\\" data-rate=\\\"105\\\" data-flat=\\\"0\\\" data-onetime=\\\"30\\\">\\n      <svg viewBox=\\\"0 0 60 36\\\" fill=\\\"none\\\" xmlns=\\\"http:\/\/www.w3.org\/2000\/svg\\\">\\n        <path d=\\\"M6 22 L10 13 Q12 9 16 9 L44 9 Q48 9 50 13 L54 22 L54 28 Q54 30 52 30 L8 30 Q6 30 6 28 Z\\\" fill=\\\"#8a1c1c\\\" opacity=\\\".18\\\"\/>\\n        <path d=\\\"M6 22 L10 13 Q12 9 16 9 L44 9 Q48 9 50 13 L54 22 L54 28 Q54 30 52 30 L8 30 Q6 30 6 28 Z\\\" stroke=\\\"#8a1c1c\\\" stroke-width=\\\"2\\\" fill=\\\"none\\\"\/>\\n        <rect x=\\\"13\\\" y=\\\"12\\\" width=\\\"13\\\" height=\\\"8\\\" rx=\\\"1.5\\\" fill=\\\"#8a1c1c\\\" opacity=\\\".4\\\"\/>\\n        <rect x=\\\"34\\\" y=\\\"12\\\" width=\\\"13\\\" height=\\\"8\\\" rx=\\\"1.5\\\" fill=\\\"#8a1c1c\\\" opacity=\\\".4\\\"\/>\\n        <circle cx=\\\"16\\\" cy=\\\"30\\\" r=\\\"5\\\" fill=\\\"#8a1c1c\\\"\/>\\n        <circle cx=\\\"16\\\" cy=\\\"30\\\" r=\\\"2.5\\\" fill=\\\"white\\\"\/>\\n        <circle cx=\\\"44\\\" cy=\\\"30\\\" r=\\\"5\\\" fill=\\\"#8a1c1c\\\"\/>\\n        <circle cx=\\\"44\\\" cy=\\\"30\\\" r=\\\"2.5\\\" fill=\\\"white\\\"\/>\\n      <\/svg>\\n      <\/p>\n<div class=\\\"type-name\\\">Auto<\/div>\n<p>\\n      <\/p>\n<div class=\\\"type-rate\\\">\u20ac105,00\/m\/jaar<\/div>\n<p>\\n    <\/button>\\n\\n    <button class=\\\"stalcalc-type-btn\\\" data-type=\\\"boot\\\" data-rate=\\\"110.95\\\" data-flat=\\\"0\\\" data-onetime=\\\"0\\\">\\n      <svg viewBox=\\\"0 0 60 36\\\" fill=\\\"none\\\" xmlns=\\\"http:\/\/www.w3.org\/2000\/svg\\\">\\n        <path d=\\\"M4 24 Q10 14 18 12 L38 12 Q48 12 56 20 L56 24 Q40 30 20 30 Q10 30 4 24Z\\\" fill=\\\"#8a1c1c\\\" opacity=\\\".18\\\"\/>\\n        <path d=\\\"M4 24 Q10 14 18 12 L38 12 Q48 12 56 20 L56 24 Q40 30 20 30 Q10 30 4 24Z\\\" stroke=\\\"#8a1c1c\\\" stroke-width=\\\"2\\\" fill=\\\"none\\\"\/>\\n        <line x1=\\\"28\\\" y1=\\\"12\\\" x2=\\\"28\\\" y2=\\\"5\\\" stroke=\\\"#8a1c1c\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\"\/>\\n        <path d=\\\"M28 5 L44 10 L28 12 Z\\\" fill=\\\"#8a1c1c\\\" opacity=\\\".5\\\"\/>\\n      <\/svg>\\n      <\/p>\n<div class=\\\"type-name\\\">Boot<\/div>\n<p>\\n      <\/p>\n<div class=\\\"type-rate\\\">\u20ac110,95\/m\/jaar<\/div>\n<p>\\n    <\/button>\\n\\n    <button class=\\\"stalcalc-type-btn\\\" data-type=\\\"aanhanger\\\" data-rate=\\\"99\\\" data-flat=\\\"0\\\" data-onetime=\\\"0\\\">\\n      <svg viewBox=\\\"0 0 60 36\\\" fill=\\\"none\\\" xmlns=\\\"http:\/\/www.w3.org\/2000\/svg\\\">\\n        <rect x=\\\"6\\\" y=\\\"16\\\" width=\\\"44\\\" height=\\\"10\\\" rx=\\\"3\\\" fill=\\\"#8a1c1c\\\" opacity=\\\".18\\\"\/>\\n        <rect x=\\\"6\\\" y=\\\"16\\\" width=\\\"44\\\" height=\\\"10\\\" rx=\\\"3\\\" stroke=\\\"#8a1c1c\\\" stroke-width=\\\"2\\\" fill=\\\"none\\\"\/>\\n        <line x1=\\\"50\\\" y1=\\\"21\\\" x2=\\\"56\\\" y2=\\\"21\\\" stroke=\\\"#8a1c1c\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\"\/>\\n        <circle cx=\\\"14\\\" cy=\\\"28\\\" r=\\\"4\\\" fill=\\\"#8a1c1c\\\"\/>\\n        <circle cx=\\\"14\\\" cy=\\\"28\\\" r=\\\"2\\\" fill=\\\"white\\\"\/>\\n        <circle cx=\\\"42\\\" cy=\\\"28\\\" r=\\\"4\\\" fill=\\\"#8a1c1c\\\"\/>\\n        <circle cx=\\\"42\\\" cy=\\\"28\\\" r=\\\"2\\\" fill=\\\"white\\\"\/>\\n      <\/svg>\\n      <\/p>\n<div class=\\\"type-name\\\">Trailer<\/div>\n<p>\\n      <\/p>\n<div class=\\\"type-rate\\\">\u20ac99,00\/m\/jaar<\/div>\n<p>\\n    <\/button>\\n\\n    <button class=\\\"stalcalc-type-btn\\\" data-type=\\\"motor\\\" data-rate=\\\"0\\\" data-flat=\\\"260\\\" data-onetime=\\\"0\\\">\\n      <svg viewBox=\\\"0 0 60 36\\\" fill=\\\"none\\\" xmlns=\\\"http:\/\/www.w3.org\/2000\/svg\\\">\\n        <circle cx=\\\"15\\\" cy=\\\"24\\\" r=\\\"8\\\" stroke=\\\"#8a1c1c\\\" stroke-width=\\\"2\\\" fill=\\\"#8a1c1c\\\" opacity=\\\".1\\\"\/>\\n        <circle cx=\\\"15\\\" cy=\\\"24\\\" r=\\\"4\\\" fill=\\\"#8a1c1c\\\" opacity=\\\".5\\\"\/>\\n        <circle cx=\\\"45\\\" cy=\\\"24\\\" r=\\\"8\\\" stroke=\\\"#8a1c1c\\\" stroke-width=\\\"2\\\" fill=\\\"#8a1c1c\\\" opacity=\\\".1\\\"\/>\\n        <circle cx=\\\"45\\\" cy=\\\"24\\\" r=\\\"4\\\" fill=\\\"#8a1c1c\\\" opacity=\\\".5\\\"\/>\\n        <path d=\\\"M23 24 L24 16 L36 14 L37 16 L40 18 L37 24\\\" stroke=\\\"#8a1c1c\\\" stroke-width=\\\"2\\\" fill=\\\"none\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"\/>\\n        <path d=\\\"M24 16 L30 20 L37 16\\\" stroke=\\\"#8a1c1c\\\" stroke-width=\\\"1.5\\\" fill=\\\"none\\\"\/>\\n        <rect x=\\\"26\\\" y=\\\"8\\\" width=\\\"8\\\" height=\\\"6\\\" rx=\\\"2\\\" fill=\\\"#8a1c1c\\\" opacity=\\\".4\\\"\/>\\n      <\/svg>\\n      <\/p>\n<div class=\\\"type-name\\\">Motorcycle<\/div>\n<p>\\n      <\/p>\n<div class=\\\"type-rate\\\">\u20ac260,00\/jaar<\/div>\n<p>\\n    <\/button>\\n\\n  <\/div>\n<p>\\n\\n  <!-- Step 2 -->\\n  <\/p>\n<div class=\\\"stalcalc-length-section\\\" id=\\\"stalcalc-nl-lengthsec\\\">\\n    <\/p>\n<div class=\\\"stalcalc-section-label\\\">Step 2 \u2014 Enter the length (meters)<\/div>\n<p>\\n    <\/p>\n<div class=\\\"stalcalc-input-row\\\">\\n      <\/p>\n<div class=\\\"stalcalc-input-wrap\\\">\\n        <input type=\\\"number\\\" id=\\\"stalcalc-nl-length\\\" min=\\\"1\\\" max=\\\"20\\\" step=\\\"0.1\\\" value=\\\"\\\" placeholder=\\\"e.g. 6.5\\\">\\n        <span class=\\\"unit\\\">meter<\/span>\\n      <\/div>\n<p>\\n      <\/p>\n<div class=\\\"stalcalc-stepper\\\">\\n        <button id=\\\"stalcalc-nl-minus\\\" aria-label=\\\"Decrease\\\">\u2212<\/button>\\n        <button id=\\\"stalcalc-nl-plus\\\" aria-label=\\\"Increase\\\">+<\/button>\\n      <\/div>\n<p>\\n    <\/p><\/div>\n<p>\\n    <\/p>\n<div class=\\\"stalcalc-input-hint\\\">Enter the total length of your vehicle, including tow bar or hitch.<\/div>\n<p>\\n  <\/p><\/div>\n<p>\\n\\n  <!-- Step 3 \/ Result -->\\n  <\/p>\n<div class=\\\"stalcalc-section-label\\\">Step 3 \u2014 Your calculated price<\/div>\n<p>\\n  <\/p>\n<div id=\\\"stalcalc-nl-result\\\">\\n    <\/p>\n<div class=\\\"stalcalc-empty\\\">First select a vehicle type to calculate the price.<\/div>\n<p>\\n  <\/p><\/div>\n<p>\\n<\/p><\/div>\n<p>\\n\\n<script>\\n(function() {\\n  const types = document.querySelectorAll('#stalcalc-nl-types .stalcalc-type-btn');\\n  const lengthInput = document.getElementById('stalcalc-nl-length');\\n  const lengthSec = document.getElementById('stalcalc-nl-lengthsec');\\n  const resultEl = document.getElementById('stalcalc-nl-result');\\n  const minusBtn = document.getElementById('stalcalc-nl-minus');\\n  const plusBtn = document.getElementById('stalcalc-nl-plus');\\n\\n  let selectedType = null;\\n\\n  function fmt(n) {\\n    return new Intl.NumberFormat('nl-NL', { style: 'currency', currency: 'EUR' }).format(n);\\n  }\\n\\n  function calculate() {\\n    if (!selectedType) {\\n      resultEl.innerHTML = '<\/p>\n<div class=\\\"stalcalc-empty\\\">First select a vehicle type to calculate the price.<\/div>\n<p>';\\n      return;\\n    }\\n    const rate = parseFloat(selectedType.dataset.rate);\\n    const flat = parseFloat(selectedType.dataset.flat);\\n    const onetime = parseFloat(selectedType.dataset.onetime);\\n    const isFlat = flat > 0;\\n    const len = parseFloat(lengthInput.value);\\n\\n    if (!isFlat && (!len || len < 1)) {\\n      resultEl.innerHTML = '\n\n<div class=\\\"stalcalc-empty\\\">Enter the length of your vehicle to calculate the price.<\/div>\n<p>';\\n      return;\\n    }\\n\\n    const annual = isFlat ? flat : Math.round(rate * len * 100) \/ 100;\\n    const name = selectedType.querySelector('.type-name').textContent;\\n\\n    const monthly = Math.round(annual \/ 12 * 100) \/ 100;\\n\\n    let html = `<\/p>\n<div class=\\\"stalcalc-result visible\\\">\\n      <\/p>\n<div class=\\\"stalcalc-result-label\\\">Your calculated storage price \u2014 ${name}${!isFlat ? ` (${len.toFixed(1).replace('.', ',')} meter)` : ''}<\/div>\n<p>\\n      <\/p>\n<div class=\\\"stalcalc-result-price\\\">${fmt(annual)}<\/div>\n<p>\\n      <\/p>\n<div class=\\\"stalcalc-result-sub\\\">per year (binnenstalling)<\/div>\n<p>\\n      <\/p>\n<div class=\\\"stalcalc-result-monthly\\\">ca. ${fmt(monthly)} per maand<\/div>\n<p>`;\\n\\n    if (onetime > 0) {\\n      html += `<\/p>\n<div class=\\\"stalcalc-result-onetime\\\"><span class=\\\"badge\\\">+ ${fmt(onetime)}<\/span> one-time registration fee at the start<\/div>\n<p>`;\\n    }\\n\\n    html += `<\/p><\/div>\n<p>`;\\n    resultEl.innerHTML = html;\\n  }\\n\\n  types.forEach(btn => {\\n    btn.addEventListener('click', () => {\\n      types.forEach(b => b.classList.remove('active'));\\n      btn.classList.add('active');\\n      selectedType = btn;\\n\\n      const isFlat = parseFloat(btn.dataset.flat) > 0;\\n      if (isFlat) {\\n        lengthSec.classList.add('hidden');\\n        lengthInput.value = '';\\n      } else {\\n        lengthSec.classList.remove('hidden');\\n      }\\n      calculate();\\n    });\\n  });\\n\\n  lengthInput.addEventListener('input', calculate);\\n\\n  minusBtn.addEventListener('click', () => {\\n    const cur = parseFloat(lengthInput.value) || 5;\\n    const next = Math.max(1, Math.round((cur - 0.5) * 10) \/ 10);\\n    lengthInput.value = next.toFixed(1);\\n    calculate();\\n  });\\n\\n  plusBtn.addEventListener('click', () => {\\n    const cur = parseFloat(lengthInput.value) || 4.5;\\n    const next = Math.min(20, Math.round((cur + 0.5) * 10) \/ 10);\\n    lengthInput.value = next.toFixed(1);\\n    calculate();\\n  });\\n})();\\n<\/script>\\n&#8221;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;}}]}]}]},{&#8220;type&#8221;:&#8221;section&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;style&#8221;:&#8221;default&#8221;,&#8221;title_breakpoint&#8221;:&#8221;xl&#8221;,&#8221;title_position&#8221;:&#8221;top-left&#8221;,&#8221;title_rotation&#8221;:&#8221;left&#8221;,&#8221;vertical_align&#8221;:&#8221;middle&#8221;,&#8221;width&#8221;:&#8221;default&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;headline&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;Calculate dimensions&#8221;,&#8221;image_align&#8221;:&#8221;left&#8221;,&#8221;image_margin&#8221;:&#8221;xsmall&#8221;,&#8221;title_element&#8221;:&#8221;h2&#8243;}},{&#8220;type&#8221;:&#8221;text&#8221;,&#8221;props&#8221;:{&#8220;column_breakpoint&#8221;:&#8221;m&#8221;,&#8221;content&#8221;:&#8221;<\/p>\n<p>The vehicle length always refers to the total length of the entire vehicle. If your vehicle has a tow bar, it must be included in the total length.<\/p>\n<p>&#8220;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;}},{&#8220;type&#8221;:&#8221;headline&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;What are the dimensions of my vehicle?&#8221;,&#8221;image_align&#8221;:&#8221;left&#8221;,&#8221;image_margin&#8221;:&#8221;xsmall&#8221;,&#8221;title_element&#8221;:&#8221;h3&#8243;,&#8221;title_style&#8221;:&#8221;h2&#8243;}},{&#8220;type&#8221;:&#8221;text&#8221;,&#8221;props&#8221;:{&#8220;column_breakpoint&#8221;:&#8221;m&#8221;,&#8221;content&#8221;:&#8221;<\/p>\n<p>Stalling Rasmussen uses pricing based on linear meters (lengte van jouw voertuig), het aantal noodzakelijke vierkante meters of een vaste prijs per periode. It is important that the length and width of your vehicle are measured consistently and accurately.<\/p>\n<p>&#8220;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;}}]}]},{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;fragment&#8221;,&#8221;props&#8221;:{&#8220;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;props&#8221;:{&#8220;layout&#8221;:&#8221;3-5,2-5&#8243;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;,&#8221;vertical_align&#8221;:&#8221;middle&#8221;,&#8221;width_medium&#8221;:&#8221;3-5&#8243;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;headline&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;Manually calculate length\/width&#8221;,&#8221;image_align&#8221;:&#8221;left&#8221;,&#8221;image_margin&#8221;:&#8221;xsmall&#8221;,&#8221;title_element&#8221;:&#8221;h2&#8243;}},{&#8220;type&#8221;:&#8221;text&#8221;,&#8221;props&#8221;:{&#8220;column_breakpoint&#8221;:&#8221;m&#8221;,&#8221;content&#8221;:&#8221;<\/p>\n<p>The vehicle length always refers to the total length of the entire vehicle. Wanneer jouw voertuig een dissel heeft (caravan, aanhanger, vouwwagen, trailer, e.d.) dient deze dus bij de totale lengte te worden opgeteld. Hetzelfde geldt bij een fietsenrek op jouw caravan of camper, deze dient ook bij de totale lengte opgeteld te worden.<\/p>\n<p>&#8220;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;}}]},{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;,&#8221;width_medium&#8221;:&#8221;2-5&#8243;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;image&#8221;,&#8221;props&#8221;:{&#8220;image&#8221;:&#8221;wp-content\/uploads\/2026\/04\/caravanstalling-lengte.webp&#8221;,&#8221;image_alt&#8221;:&#8221;caravanstalling lengte&#8221;,&#8221;image_svg_color&#8221;:&#8221;emphasis&#8221;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;}}]}]}]}]}]}]},{&#8220;type&#8221;:&#8221;section&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;style&#8221;:&#8221;default&#8221;,&#8221;title_breakpoint&#8221;:&#8221;xl&#8221;,&#8221;title_position&#8221;:&#8221;top-left&#8221;,&#8221;title_rotation&#8221;:&#8221;left&#8221;,&#8221;vertical_align&#8221;:&#8221;middle&#8221;,&#8221;width&#8221;:&#8221;default&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;,&#8221;style&#8221;:&#8221;card-secondary&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;headline&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;Find your vehicle dimensions online&#8221;,&#8221;image_align&#8221;:&#8221;left&#8221;,&#8221;image_margin&#8221;:&#8221;xsmall&#8221;,&#8221;title_element&#8221;:&#8221;h2&#8243;,&#8221;title_style&#8221;:&#8221;h3&#8243;}},{&#8220;type&#8221;:&#8221;text&#8221;,&#8221;props&#8221;:{&#8220;column_breakpoint&#8221;:&#8221;m&#8221;,&#8221;content&#8221;:&#8221;<\/p>\n<p><span>Easily find the exact length of your vehicle? Dit kan ook via de databank van de <a href=\\\"https:\/\/ovi.rdw.nl\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">RDW<\/a><\/span><span>. Enter your license plate here to view known vehicle data online. De afmetingen van jouw voertuig vind je onder het tabblad \u2018technisch\u2019.<\/span><\/p>\n<p>&#8220;,&#8221;margin_bottom&#8221;:&#8221;default&#8221;,&#8221;margin_top&#8221;:&#8221;default&#8221;}}]}]}]},{&#8220;type&#8221;:&#8221;section&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;style&#8221;:&#8221;primary&#8221;,&#8221;title_breakpoint&#8221;:&#8221;xl&#8221;,&#8221;title_position&#8221;:&#8221;top-left&#8221;,&#8221;title_rotation&#8221;:&#8221;left&#8221;,&#8221;vertical_align&#8221;:&#8221;middle&#8221;,&#8221;width&#8221;:&#8221;default&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;row&#8221;,&#8221;props&#8221;:{&#8220;layout&#8221;:&#8221;1-2,1-2&#8243;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;,&#8221;width_medium&#8221;:&#8221;1-2&#8243;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;headline&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;Indoor storage prices&#8221;,&#8221;image_align&#8221;:&#8221;left&#8221;,&#8221;image_margin&#8221;:&#8221;xsmall&#8221;,&#8221;title_element&#8221;:&#8221;h2&#8243;}},{&#8220;type&#8221;:&#8221;description_list&#8221;,&#8221;props&#8221;:{&#8220;column_breakpoint&#8221;:&#8221;m&#8221;,&#8221;layout&#8221;:&#8221;grid-2&#8243;,&#8221;list_element&#8221;:&#8221;ul&#8221;,&#8221;list_style&#8221;:&#8221;divider&#8221;,&#8221;meta_align&#8221;:&#8221;below-content&#8221;,&#8221;meta_style&#8221;:&#8221;text-meta&#8221;,&#8221;show_content&#8221;:true,&#8221;show_link&#8221;:true,&#8221;show_meta&#8221;:true,&#8221;show_title&#8221;:true,&#8221;title_element&#8221;:&#8221;div&#8221;,&#8221;title_grid_column_gap&#8221;:&#8221;large&#8221;,&#8221;title_grid_row_gap&#8221;:&#8221;small&#8221;,&#8221;title_grid_width&#8221;:&#8221;medium&#8221;},&#8221;children&#8221;:[{&#8220;type&#8221;:&#8221;description_list_item&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;<\/p>\n<p>From \u20ac99,00 per meter per year<\/p>\n<p>&#8220;,&#8221;title&#8221;:&#8221;Caravan&#8221;}},{&#8220;type&#8221;:&#8221;description_list_item&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;<\/p>\n<p>From \u20ac122,50 per meter per year<\/p>\n<p>&#8220;,&#8221;title&#8221;:&#8221;Camper&#8221;}},{&#8220;type&#8221;:&#8221;description_list_item&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;<\/p>\n<p>From \u20ac99,00 per meter per year<\/p>\n<p>&#8220;,&#8221;title&#8221;:&#8221;Folding trailer&#8221;}},{&#8220;type&#8221;:&#8221;description_list_item&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;<\/p>\n<p>From \u20ac105,00 per meter per year<br \/>eenmalig \u20ac30,00<\/p>\n<p>&#8220;,&#8221;title&#8221;:&#8221;Auto&#8221;}},{&#8220;type&#8221;:&#8221;description_list_item&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;<\/p>\n<p>From \u20ac110,95 per meter per year<\/p>\n<p>&#8220;,&#8221;title&#8221;:&#8221;Boot&#8221;}},{&#8220;type&#8221;:&#8221;description_list_item&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;<\/p>\n<p>From \u20ac99,00 per meter per year<\/p>\n<p>&#8220;,&#8221;title&#8221;:&#8221;Trailer&#8221;}},{&#8220;type&#8221;:&#8221;description_list_item&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;<\/p>\n<p>From \u20ac260,00 per year<\/p>\n<p>&#8220;,&#8221;title&#8221;:&#8221;Motorcycle&#8221;}},{&#8220;type&#8221;:&#8221;description_list_item&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;<\/p>\n<p>\u20ac3.900,00 per year<\/p>\n<p>&#8220;,&#8221;title&#8221;:&#8221;Boxen (12 x 4.4 meter)&#8221;}},{&#8220;type&#8221;:&#8221;description_list_item&#8221;,&#8221;props&#8221;:{&#8220;content&#8221;:&#8221;<\/p>\n<p>\u20ac2.600,00 per year<\/p>\n<p>&#8220;,&#8221;title&#8221;:&#8221;Boxen (8 x 4.4 meter)&#8221;}}]}]},{&#8220;type&#8221;:&#8221;column&#8221;,&#8221;props&#8221;:{&#8220;image_position&#8221;:&#8221;center-center&#8221;,&#8221;position_sticky_breakpoint&#8221;:&#8221;m&#8221;,&#8221;width_medium&#8221;:&#8221;1-2&#8243;}}]}]}],&#8221;version&#8221;:&#8221;5.0.29&#8243;} &#8211;><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Rates for our storage Easily calculate the rate for your storageWant to know what it costs to safely store your caravan, camper, boat or folding trailer? With the Stalling Rasmussen rate calculator, you can calculate your storage costs in just a few steps. Fast, clear and hassle-free. This gives you immediate insight into the rate [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":312,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"","_seopress_titles_title":"Caravan Storage Rates in Breda and Roosendaal","_seopress_titles_desc":"View the rates for caravan storage, motorhome storage and private storage units. Easily calculate your annual price and request a space right away.","_seopress_robots_index":"","footnotes":""},"class_list":["post-313","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/stallingrasmussen.com\/en\/wp-json\/wp\/v2\/pages\/313","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stallingrasmussen.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/stallingrasmussen.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/stallingrasmussen.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/stallingrasmussen.com\/en\/wp-json\/wp\/v2\/comments?post=313"}],"version-history":[{"count":1,"href":"https:\/\/stallingrasmussen.com\/en\/wp-json\/wp\/v2\/pages\/313\/revisions"}],"predecessor-version":[{"id":314,"href":"https:\/\/stallingrasmussen.com\/en\/wp-json\/wp\/v2\/pages\/313\/revisions\/314"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/stallingrasmussen.com\/en\/wp-json\/wp\/v2\/media\/312"}],"wp:attachment":[{"href":"https:\/\/stallingrasmussen.com\/en\/wp-json\/wp\/v2\/media?parent=313"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}