{"id":235,"date":"2026-04-20T15:40:05","date_gmt":"2026-04-20T13:40:05","guid":{"rendered":"https:\/\/stallingrasmussen.com\/tarife\/"},"modified":"2026-04-21T09:24:58","modified_gmt":"2026-04-21T07:24:58","slug":"tarife","status":"publish","type":"page","link":"https:\/\/stallingrasmussen.com\/de\/tarife\/","title":{"rendered":"Tarife"},"content":{"rendered":"<h1>Unsere Einstellpreise<\/h1>\n<div>\n<p><strong>Berekenen Sie ganz einfach Ihren Tarif<\/strong><br \/>M\u00f6chten Sie wissen, was es kostet, Ihren Wohnwagen, Ihr Wohnmobil, Ihr Boot oder Ihren Faltcaravan sicher unterzustellen? Mit dem Tarifrechner von Stalling Rasmussen berechnen Sie in nur wenigen Schritten direkt Ihre Unterstellkosten. Schnell, \u00fcbersichtlich und unkompliziert.<\/p>\n<p>So erhalten Sie sofort Einblick in den Tarif und wissen genau, woran Sie sind. Suchen Sie einen zuverl\u00e4ssigen Stellplatz f\u00fcr Ihren Wohnwagen oder Ihr Wohnmobil in der Region? Dann sind Sie bei Stalling Rasmussen genau richtig.<\/p>\n<\/div>\n<p><p>\n        <a href=\"https:\/\/account.stallingrasmussen.com\/book\/407\">Jetzt direkt reservieren<\/a>\n    <\/p>\n<\/p>\n<div><!DOCTYPE html><br \/>\n<html lang=\"de\"><br \/>\n<head><br \/>\n<meta charset=\"UTF-8\"><br \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n<title>Preisrechner Fahrzeugeinlagerung<\/title><\/p>\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>  .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(--primary-bg);\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>  .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>  .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>  .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  }<\/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-de\">\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>Preisrechner Einlagerung<br \/>\n        <span>Berechnen Sie direkt die j\u00e4hrlichen Einlagerungskosten f\u00fcr Ihr Fahrzeug<\/span><br \/>\n      <\/h2>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- Schritt 1 --><\/p>\n<div class=\"stalcalc-section-label\">Schritt 1 \u2014 Fahrzeugtyp w\u00e4hlen<\/div>\n<div class=\"stalcalc-types\" id=\"stalcalc-de-types\">\n<p>    <button class=\"stalcalc-type-btn\" data-type=\"wohnwagen\" 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=\"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\">Wohnwagen<\/div>\n<div class=\"type-rate\">\u20ac99,00\/m\/Jahr<\/div>\n<p>    <\/button><\/p>\n<p>    <button class=\"stalcalc-type-btn\" data-type=\"wohnmobil\" 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\">Wohnmobil<\/div>\n<div class=\"type-rate\">\u20ac122,50\/m\/Jahr<\/div>\n<p>    <\/button><\/p>\n<p>    <button class=\"stalcalc-type-btn\" data-type=\"faltcaravan\" 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\">Faltcaravan<\/div>\n<div class=\"type-rate\">\u20ac99,00\/m\/Jahr<\/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\/Jahr<\/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\/Jahr<\/div>\n<p>    <\/button><\/p>\n<p>    <button class=\"stalcalc-type-btn\" data-type=\"anhaenger\" 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\">Anh\u00e4nger<\/div>\n<div class=\"type-rate\">\u20ac99,00\/m\/Jahr<\/div>\n<p>    <\/button><\/p>\n<p>    <button class=\"stalcalc-type-btn\" data-type=\"motorrad\" 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\">Motorrad<\/div>\n<div class=\"type-rate\">\u20ac260,00\/Jahr<\/div>\n<p>    <\/button><\/p><\/div>\n<p>  <!-- Schritt 2 --><\/p>\n<div class=\"stalcalc-length-section\" id=\"stalcalc-de-lengthsec\">\n<div class=\"stalcalc-section-label\">Schritt 2 \u2014 L\u00e4nge eingeben (Meter)<\/div>\n<div class=\"stalcalc-input-row\">\n<div class=\"stalcalc-input-wrap\">\n        <input type=\"number\" id=\"stalcalc-de-length\" min=\"1\" max=\"20\" step=\"0.1\" value=\"\" placeholder=\"z.B. 6,5\"><br \/>\n        <span class=\"unit\">Meter<\/span>\n      <\/div>\n<div class=\"stalcalc-stepper\">\n        <button id=\"stalcalc-de-minus\" aria-label=\"Weniger\">\u2212<\/button><br \/>\n        <button id=\"stalcalc-de-plus\" aria-label=\"Mehr\">+<\/button>\n      <\/div>\n<\/p><\/div>\n<div class=\"stalcalc-input-hint\">Bitte geben Sie die Gesamtl\u00e4nge Ihres Fahrzeugs ein, einschlie\u00dflich Deichsel oder Anh\u00e4ngerkupplung.<\/div>\n<\/p><\/div>\n<p>  <!-- Schritt 3 \/ Ergebnis --><\/p>\n<div class=\"stalcalc-section-label\">Schritt 3 \u2014 Ihr berechneter Preis<\/div>\n<div id=\"stalcalc-de-result\">\n<div class=\"stalcalc-empty\">Bitte w\u00e4hlen Sie zuerst einen Fahrzeugtyp, um den Preis zu berechnen.<\/div>\n<\/p><\/div>\n<\/div>\n<p><script>\n(function() {\n  const types = document.querySelectorAll('#stalcalc-de-types .stalcalc-type-btn');\n  const lengthInput = document.getElementById('stalcalc-de-length');\n  const lengthSec = document.getElementById('stalcalc-de-lengthsec');\n  const resultEl = document.getElementById('stalcalc-de-result');\n  const minusBtn = document.getElementById('stalcalc-de-minus');\n  const plusBtn = document.getElementById('stalcalc-de-plus');<\/p>\n<p>  let selectedType = null;<\/p>\n<p>  function fmt(n) {\n    return new Intl.NumberFormat('de-DE', { style: 'currency', currency: 'EUR' }).format(n);\n  }<\/p>\n<p>  function calculate() {\n    if (!selectedType) {\n      resultEl.innerHTML = '<\/p>\n<div class=\"stalcalc-empty\">Bitte w\u00e4hlen Sie zuerst einen Fahrzeugtyp, um den Preis zu berechnen.<\/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\">Bitte geben Sie die L\u00e4nge Ihres Fahrzeugs ein, um den Preis zu berechnen.<\/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;\n    const lenStr = len.toFixed(1).replace('.', ',');<\/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\">Ihr berechneter Einlagerungspreis \u2014 ${name}${!isFlat ? ` (${lenStr} Meter)` : ''}<\/div>\n<div class=\"stalcalc-result-price\">${fmt(annual)}<\/div>\n<div class=\"stalcalc-result-sub\">pro Jahr (Inneneinlagerung)<\/div>\n<div class=\"stalcalc-result-monthly\">ca. ${fmt(monthly)} pro Monat<\/div>\n<p>`;<\/p>\n<p>    if (onetime > 0) {\n      html += `<\/p>\n<div class=\"stalcalc-result-onetime\"><span class=\"badge\">+ ${fmt(onetime)}<\/span> einmalige Anmeldegeb\u00fchr bei Vertragsabschluss<\/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><br \/>\n<\/body><br \/>\n<\/html>\n<\/div>\n<h2>Ma\u00dfe berechnen<\/h2>\n<div>\n<p>Mit der Fahrzeugl\u00e4nge ist immer die Gesamtl\u00e4nge des Fahrzeugs gemeint. Sollte Ihr Fahrzeug \u00fcber eine Deichsel verf\u00fcgen, muss diese zur Gesamtl\u00e4nge addiert werden.<\/p>\n<\/div>\n<h3>Wie lauten die Ma\u00dfe meines Fahrzeugs?<\/h3>\n<div>\n<p>Stalling Rasmussen arbeitet mit einem Mietpreis, der auf der Anzahl der laufenden Meter (L\u00e4nge Ihres Fahrzeugs), der Anzahl der erforderlichen Quadratmeter oder einem Festpreis pro Zeitraum basiert. Daher ist es wichtig, dass die L\u00e4nge und Breite Ihres Fahrzeugs ehrlich und stets nach der gleichen Methode gemessen werden.<\/p>\n<\/div>\n<h2>Abmessungen selbst ausmessen<\/h2>\n<div>\n<p>Mit der Fahrzeugl\u00e4nge ist immer die Gesamtl\u00e4nge des Fahrzeugs gemeint. Sollte Ihr Fahrzeug \u00fcber eine Deichsel verf\u00fcgen (Wohnwagen, Anh\u00e4nger, Faltcaravan, Trailer o. \u00c4.), muss diese zur Gesamtl\u00e4nge addiert werden. Gleiches gilt f\u00fcr einen Fahrradtr\u00e4ger an Ihrem Wohnwagen oder Wohnmobil; auch dieser muss in die Gesamtl\u00e4nge eingerechnet werden.<\/p>\n<\/div>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/caravanstalling-lengte.webp\" alt=\"caravanstalling lengte\"><\/p>\n<h2>Fahrzeugma\u00dfe online abrufen<\/h2>\n<div>\n<p>M\u00f6chten Sie die exakten Ma\u00dfe Ihres Fahrzeugs online abrufen? In Deutschland k\u00f6nnen Sie dies am besten \u00fcber die Website des Herstellers oder \u00fcber Portale wie Autoampel oder ADAC Autodatenbank tun. Hierzu ben\u00f6tigen Sie meist die HSN- und TSN-Nummern aus Ihrem Fahrzeugschein (Felder 2.1 und 2.2).<\/p>\n<\/div>\n<h2>Preise Hallenstellplatz<\/h2>\n<ul>\n<li>\n<h3>Wohnwagen<\/h3>\n<div>\n<p>Ab 99,00 \u20ac pro Meter\/Jahr<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>Wohnmobil<\/h3>\n<div>\n<p>Ab 122,50 \u20ac pro Meter\/Jahr<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>Faltcaravan<\/h3>\n<div>\n<p>Ab 99,00 \u20ac pro Meter\/Jahr<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>Auto<\/h3>\n<div>\n<p>Ab 105,00 \u20ac pro Meter \/ Jahr<br \/>Einmalige Geb\u00fchr: 30,00 \u20ac<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>Boot<\/h3>\n<div>\n<p>Ab 110,95 \u20ac pro Meter \/ Jahr<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>Anh\u00e4nger<\/h3>\n<div>\n<p>Ab 99,00 \u20ac pro Meter \/ Jahr<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>Motorrad<\/h3>\n<div>\n<p>Ab 260,00 \u20ac pro Jahr<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>Garagenbox (12 x 4,4 Meter)<\/h3>\n<div>\n<p>3.900,00 \u20ac pro Jahr<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>Garagenbox (8 x 4,4 Meter)<\/h3>\n<div>\n<p>2.600,00 \u20ac pro Jahr<\/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\":\"Unsere Einstellpreise\",\"image_align\":\"left\",\"image_margin\":\"xsmall\",\"title_element\":\"h1\"}},{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<p><strong>Berekenen Sie ganz einfach Ihren Tarif<\/strong><br \/>M\u00f6chten Sie wissen, was es kostet, Ihren Wohnwagen, Ihr Wohnmobil, Ihr Boot oder Ihren Faltcaravan sicher unterzustellen? Mit dem Tarifrechner von Stalling Rasmussen berechnen Sie in nur wenigen Schritten direkt Ihre Unterstellkosten. Schnell, \u00fcbersichtlich und unkompliziert.<\/p>\n\n\\n\n\n<p>So erhalten Sie sofort Einblick in den Tarif und wissen genau, woran Sie sind. Suchen Sie einen zuverl\u00e4ssigen Stellplatz f\u00fcr Ihren Wohnwagen oder Ihr Wohnmobil in der Region? Dann sind Sie bei Stalling Rasmussen genau richtig.<\/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\":\"Jetzt direkt reservieren\",\"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\",\"link_aria_label\":\"Jetzt direkt reservieren\",\"link_title\":\"Jetzt direkt reservieren\"}},{\"type\":\"button_item\",\"props\":{\"button_style\":\"secondary\",\"content\":\"Bereken je tarief\",\"dialog_layout\":\"modal\",\"dialog_offcanvas_flip\":true,\"icon\":\"chevron-double-right\",\"icon_align\":\"left\",\"link\":\"tarieven\/\",\"link_aria_label\":\"Bereken je tarief\",\"link_title\":\"Bereken je tarief\",\"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\":\"<!DOCTYPE html>\\n<html lang=\\\"de\\\">\\n<head>\\n<meta charset=\\\"UTF-8\\\">\\n<meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n<title>Preisrechner Fahrzeugeinlagerung<\/title>\\n\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  .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(--primary-bg);\\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  .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  .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  .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  }\\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-de\\\">\\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>Preisrechner Einlagerung\\n        <span>Berechnen Sie direkt die j\u00e4hrlichen Einlagerungskosten f\u00fcr Ihr Fahrzeug<\/span>\\n      <\/h2>\n\n\\n    <\/div>\n\n\\n  <\/div>\n\n\\n\\n  <!-- Schritt 1 -->\\n  <\/p>\n<div class=\\\"stalcalc-section-label\\\">Schritt 1 \u2014 Fahrzeugtyp w\u00e4hlen<\/div>\n<p>\\n  <\/p>\n<div class=\\\"stalcalc-types\\\" id=\\\"stalcalc-de-types\\\">\\n\\n    <button class=\\\"stalcalc-type-btn\\\" data-type=\\\"wohnwagen\\\" 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=\\\"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\\\">Wohnwagen<\/div>\n<p>\\n      <\/p>\n<div class=\\\"type-rate\\\">\u20ac99,00\/m\/Jahr<\/div>\n<p>\\n    <\/button>\\n\\n    <button class=\\\"stalcalc-type-btn\\\" data-type=\\\"wohnmobil\\\" 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\\\">Wohnmobil<\/div>\n<p>\\n      <\/p>\n<div class=\\\"type-rate\\\">\u20ac122,50\/m\/Jahr<\/div>\n<p>\\n    <\/button>\\n\\n    <button class=\\\"stalcalc-type-btn\\\" data-type=\\\"faltcaravan\\\" 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\\\">Faltcaravan<\/div>\n<p>\\n      <\/p>\n<div class=\\\"type-rate\\\">\u20ac99,00\/m\/Jahr<\/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\/Jahr<\/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\/Jahr<\/div>\n<p>\\n    <\/button>\\n\\n    <button class=\\\"stalcalc-type-btn\\\" data-type=\\\"anhaenger\\\" 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\\\">Anh\u00e4nger<\/div>\n<p>\\n      <\/p>\n<div class=\\\"type-rate\\\">\u20ac99,00\/m\/Jahr<\/div>\n<p>\\n    <\/button>\\n\\n    <button class=\\\"stalcalc-type-btn\\\" data-type=\\\"motorrad\\\" 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\\\">Motorrad<\/div>\n<p>\\n      <\/p>\n<div class=\\\"type-rate\\\">\u20ac260,00\/Jahr<\/div>\n<p>\\n    <\/button>\\n\\n  <\/div>\n<p>\\n\\n  <!-- Schritt 2 -->\\n  <\/p>\n<div class=\\\"stalcalc-length-section\\\" id=\\\"stalcalc-de-lengthsec\\\">\\n    <\/p>\n<div class=\\\"stalcalc-section-label\\\">Schritt 2 \u2014 L\u00e4nge eingeben (Meter)<\/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-de-length\\\" min=\\\"1\\\" max=\\\"20\\\" step=\\\"0.1\\\" value=\\\"\\\" placeholder=\\\"z.B. 6,5\\\">\\n        <span class=\\\"unit\\\">Meter<\/span>\\n      <\/div>\n<p>\\n      <\/p>\n<div class=\\\"stalcalc-stepper\\\">\\n        <button id=\\\"stalcalc-de-minus\\\" aria-label=\\\"Weniger\\\">\u2212<\/button>\\n        <button id=\\\"stalcalc-de-plus\\\" aria-label=\\\"Mehr\\\">+<\/button>\\n      <\/div>\n<p>\\n    <\/p><\/div>\n<p>\\n    <\/p>\n<div class=\\\"stalcalc-input-hint\\\">Bitte geben Sie die Gesamtl\u00e4nge Ihres Fahrzeugs ein, einschlie\u00dflich Deichsel oder Anh\u00e4ngerkupplung.<\/div>\n<p>\\n  <\/p><\/div>\n<p>\\n\\n  <!-- Schritt 3 \/ Ergebnis -->\\n  <\/p>\n<div class=\\\"stalcalc-section-label\\\">Schritt 3 \u2014 Ihr berechneter Preis<\/div>\n<p>\\n  <\/p>\n<div id=\\\"stalcalc-de-result\\\">\\n    <\/p>\n<div class=\\\"stalcalc-empty\\\">Bitte w\u00e4hlen Sie zuerst einen Fahrzeugtyp, um den Preis zu berechnen.<\/div>\n<p>\\n  <\/p><\/div>\n<p>\\n<\/p><\/div>\n<p>\\n\\n<script>\\n(function() {\\n  const types = document.querySelectorAll('#stalcalc-de-types .stalcalc-type-btn');\\n  const lengthInput = document.getElementById('stalcalc-de-length');\\n  const lengthSec = document.getElementById('stalcalc-de-lengthsec');\\n  const resultEl = document.getElementById('stalcalc-de-result');\\n  const minusBtn = document.getElementById('stalcalc-de-minus');\\n  const plusBtn = document.getElementById('stalcalc-de-plus');\\n\\n  let selectedType = null;\\n\\n  function fmt(n) {\\n    return new Intl.NumberFormat('de-DE', { style: 'currency', currency: 'EUR' }).format(n);\\n  }\\n\\n  function calculate() {\\n    if (!selectedType) {\\n      resultEl.innerHTML = '<\/p>\n<div class=\\\"stalcalc-empty\\\">Bitte w\u00e4hlen Sie zuerst einen Fahrzeugtyp, um den Preis zu berechnen.<\/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\\\">Bitte geben Sie die L\u00e4nge Ihres Fahrzeugs ein, um den Preis zu berechnen.<\/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    const lenStr = len.toFixed(1).replace('.', ',');\\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\\\">Ihr berechneter Einlagerungspreis \u2014 ${name}${!isFlat ? ` (${lenStr} 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\\\">pro Jahr (Inneneinlagerung)<\/div>\n<p>\\n      <\/p>\n<div class=\\\"stalcalc-result-monthly\\\">ca. ${fmt(monthly)} pro Monat<\/div>\n<p>`;\\n\\n    if (onetime > 0) {\\n      html += `<\/p>\n<div class=\\\"stalcalc-result-onetime\\\"><span class=\\\"badge\\\">+ ${fmt(onetime)}<\/span> einmalige Anmeldegeb\u00fchr bei Vertragsabschluss<\/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<\/body>\\n<\/html>\\n&#8220;,&#8220;margin_bottom&#8220;:&#8220;default&#8220;,&#8220;margin_top&#8220;:&#8220;default&#8220;}}]}]}]},{&#8222;type&#8220;:&#8220;section&#8220;,&#8220;props&#8220;:{&#8222;image_position&#8220;:&#8220;center-center&#8220;,&#8220;style&#8220;:&#8220;default&#8220;,&#8220;title_breakpoint&#8220;:&#8220;xl&#8220;,&#8220;title_position&#8220;:&#8220;top-left&#8220;,&#8220;title_rotation&#8220;:&#8220;left&#8220;,&#8220;vertical_align&#8220;:&#8220;middle&#8220;,&#8220;width&#8220;:&#8220;default&#8220;},&#8220;children&#8220;:[{&#8222;type&#8220;:&#8220;row&#8220;,&#8220;children&#8220;:[{&#8222;type&#8220;:&#8220;column&#8220;,&#8220;props&#8220;:{&#8222;image_position&#8220;:&#8220;center-center&#8220;,&#8220;position_sticky_breakpoint&#8220;:&#8220;m&#8220;},&#8220;children&#8220;:[{&#8222;type&#8220;:&#8220;headline&#8220;,&#8220;props&#8220;:{&#8222;content&#8220;:&#8220;Ma\u00dfe berechnen&#8220;,&#8220;image_align&#8220;:&#8220;left&#8220;,&#8220;image_margin&#8220;:&#8220;xsmall&#8220;,&#8220;title_element&#8220;:&#8220;h2&#8243;}},{&#8222;type&#8220;:&#8220;text&#8220;,&#8220;props&#8220;:{&#8222;column_breakpoint&#8220;:&#8220;m&#8220;,&#8220;content&#8220;:&#8220;<\/p>\n<p>Mit der Fahrzeugl\u00e4nge ist immer die Gesamtl\u00e4nge des Fahrzeugs gemeint. Sollte Ihr Fahrzeug \u00fcber eine Deichsel verf\u00fcgen, muss diese zur Gesamtl\u00e4nge addiert werden.<\/p>\n<p>&#8222;,&#8220;margin_bottom&#8220;:&#8220;default&#8220;,&#8220;margin_top&#8220;:&#8220;default&#8220;}},{&#8222;type&#8220;:&#8220;headline&#8220;,&#8220;props&#8220;:{&#8222;content&#8220;:&#8220;Wie lauten die Ma\u00dfe meines Fahrzeugs?&#8220;,&#8220;image_align&#8220;:&#8220;left&#8220;,&#8220;image_margin&#8220;:&#8220;xsmall&#8220;,&#8220;title_element&#8220;:&#8220;h3&#8243;,&#8220;title_style&#8220;:&#8220;h2&#8243;}},{&#8222;type&#8220;:&#8220;text&#8220;,&#8220;props&#8220;:{&#8222;column_breakpoint&#8220;:&#8220;m&#8220;,&#8220;content&#8220;:&#8220;<\/p>\n<p>Stalling Rasmussen arbeitet mit einem Mietpreis, der auf der Anzahl der laufenden Meter (L\u00e4nge Ihres Fahrzeugs), der Anzahl der erforderlichen Quadratmeter oder einem Festpreis pro Zeitraum basiert. Daher ist es wichtig, dass die L\u00e4nge und Breite Ihres Fahrzeugs ehrlich und stets nach der gleichen Methode gemessen werden.<\/p>\n<p>&#8222;,&#8220;margin_bottom&#8220;:&#8220;default&#8220;,&#8220;margin_top&#8220;:&#8220;default&#8220;}}]}]},{&#8222;type&#8220;:&#8220;row&#8220;,&#8220;children&#8220;:[{&#8222;type&#8220;:&#8220;column&#8220;,&#8220;props&#8220;:{&#8222;image_position&#8220;:&#8220;center-center&#8220;,&#8220;position_sticky_breakpoint&#8220;:&#8220;m&#8220;},&#8220;children&#8220;:[{&#8222;type&#8220;:&#8220;fragment&#8220;,&#8220;props&#8220;:{&#8222;margin_bottom&#8220;:&#8220;default&#8220;,&#8220;margin_top&#8220;:&#8220;default&#8220;},&#8220;children&#8220;:[{&#8222;type&#8220;:&#8220;row&#8220;,&#8220;props&#8220;:{&#8222;layout&#8220;:&#8220;3-5,2-5&#8243;},&#8220;children&#8220;:[{&#8222;type&#8220;:&#8220;column&#8220;,&#8220;props&#8220;:{&#8222;image_position&#8220;:&#8220;center-center&#8220;,&#8220;position_sticky_breakpoint&#8220;:&#8220;m&#8220;,&#8220;vertical_align&#8220;:&#8220;middle&#8220;,&#8220;width_medium&#8220;:&#8220;3-5&#8243;},&#8220;children&#8220;:[{&#8222;type&#8220;:&#8220;headline&#8220;,&#8220;props&#8220;:{&#8222;content&#8220;:&#8220;Abmessungen selbst ausmessen&#8220;,&#8220;image_align&#8220;:&#8220;left&#8220;,&#8220;image_margin&#8220;:&#8220;xsmall&#8220;,&#8220;title_element&#8220;:&#8220;h2&#8243;}},{&#8222;type&#8220;:&#8220;text&#8220;,&#8220;props&#8220;:{&#8222;column_breakpoint&#8220;:&#8220;m&#8220;,&#8220;content&#8220;:&#8220;<\/p>\n<p>Mit der Fahrzeugl\u00e4nge ist immer die Gesamtl\u00e4nge des Fahrzeugs gemeint. Sollte Ihr Fahrzeug \u00fcber eine Deichsel verf\u00fcgen (Wohnwagen, Anh\u00e4nger, Faltcaravan, Trailer o. \u00c4.), muss diese zur Gesamtl\u00e4nge addiert werden. Gleiches gilt f\u00fcr einen Fahrradtr\u00e4ger an Ihrem Wohnwagen oder Wohnmobil; auch dieser muss in die Gesamtl\u00e4nge eingerechnet werden.<\/p>\n<p>&#8222;,&#8220;margin_bottom&#8220;:&#8220;default&#8220;,&#8220;margin_top&#8220;:&#8220;default&#8220;}}]},{&#8222;type&#8220;:&#8220;column&#8220;,&#8220;props&#8220;:{&#8222;image_position&#8220;:&#8220;center-center&#8220;,&#8220;position_sticky_breakpoint&#8220;:&#8220;m&#8220;,&#8220;width_medium&#8220;:&#8220;2-5&#8243;},&#8220;children&#8220;:[{&#8222;type&#8220;:&#8220;image&#8220;,&#8220;props&#8220;:{&#8222;image&#8220;:&#8220;wp-content\/uploads\/2026\/04\/caravanstalling-lengte.webp&#8220;,&#8220;image_alt&#8220;:&#8220;caravanstalling lengte&#8220;,&#8220;image_svg_color&#8220;:&#8220;emphasis&#8220;,&#8220;margin_bottom&#8220;:&#8220;default&#8220;,&#8220;margin_top&#8220;:&#8220;default&#8220;}}]}]}]}]}]}]},{&#8222;type&#8220;:&#8220;section&#8220;,&#8220;props&#8220;:{&#8222;image_position&#8220;:&#8220;center-center&#8220;,&#8220;style&#8220;:&#8220;default&#8220;,&#8220;title_breakpoint&#8220;:&#8220;xl&#8220;,&#8220;title_position&#8220;:&#8220;top-left&#8220;,&#8220;title_rotation&#8220;:&#8220;left&#8220;,&#8220;vertical_align&#8220;:&#8220;middle&#8220;,&#8220;width&#8220;:&#8220;default&#8220;},&#8220;children&#8220;:[{&#8222;type&#8220;:&#8220;row&#8220;,&#8220;children&#8220;:[{&#8222;type&#8220;:&#8220;column&#8220;,&#8220;props&#8220;:{&#8222;image_position&#8220;:&#8220;center-center&#8220;,&#8220;position_sticky_breakpoint&#8220;:&#8220;m&#8220;,&#8220;style&#8220;:&#8220;card-secondary&#8220;},&#8220;children&#8220;:[{&#8222;type&#8220;:&#8220;headline&#8220;,&#8220;props&#8220;:{&#8222;content&#8220;:&#8220;Fahrzeugma\u00dfe online abrufen&#8220;,&#8220;image_align&#8220;:&#8220;left&#8220;,&#8220;image_margin&#8220;:&#8220;xsmall&#8220;,&#8220;title_element&#8220;:&#8220;h2&#8243;,&#8220;title_style&#8220;:&#8220;h3&#8243;}},{&#8222;type&#8220;:&#8220;text&#8220;,&#8220;props&#8220;:{&#8222;column_breakpoint&#8220;:&#8220;m&#8220;,&#8220;content&#8220;:&#8220;<\/p>\n<p>M\u00f6chten Sie die exakten Ma\u00dfe Ihres Fahrzeugs online abrufen? In Deutschland k\u00f6nnen Sie dies am besten \u00fcber die Website des Herstellers oder \u00fcber Portale wie Autoampel oder ADAC Autodatenbank tun. Hierzu ben\u00f6tigen Sie meist die HSN- und TSN-Nummern aus Ihrem Fahrzeugschein (Felder 2.1 und 2.2).<\/p>\n<p>&#8222;,&#8220;margin_bottom&#8220;:&#8220;default&#8220;,&#8220;margin_top&#8220;:&#8220;default&#8220;}}]}]}]},{&#8222;type&#8220;:&#8220;section&#8220;,&#8220;props&#8220;:{&#8222;image_position&#8220;:&#8220;center-center&#8220;,&#8220;style&#8220;:&#8220;primary&#8220;,&#8220;title_breakpoint&#8220;:&#8220;xl&#8220;,&#8220;title_position&#8220;:&#8220;top-left&#8220;,&#8220;title_rotation&#8220;:&#8220;left&#8220;,&#8220;vertical_align&#8220;:&#8220;middle&#8220;,&#8220;width&#8220;:&#8220;default&#8220;},&#8220;children&#8220;:[{&#8222;type&#8220;:&#8220;row&#8220;,&#8220;props&#8220;:{&#8222;layout&#8220;:&#8220;1-2,1-2&#8243;},&#8220;children&#8220;:[{&#8222;type&#8220;:&#8220;column&#8220;,&#8220;props&#8220;:{&#8222;image_position&#8220;:&#8220;center-center&#8220;,&#8220;position_sticky_breakpoint&#8220;:&#8220;m&#8220;,&#8220;width_medium&#8220;:&#8220;1-2&#8243;},&#8220;children&#8220;:[{&#8222;type&#8220;:&#8220;headline&#8220;,&#8220;props&#8220;:{&#8222;content&#8220;:&#8220;Preise Hallenstellplatz&#8220;,&#8220;image_align&#8220;:&#8220;left&#8220;,&#8220;image_margin&#8220;:&#8220;xsmall&#8220;,&#8220;title_element&#8220;:&#8220;h2&#8243;}},{&#8222;type&#8220;:&#8220;description_list&#8220;,&#8220;props&#8220;:{&#8222;column_breakpoint&#8220;:&#8220;m&#8220;,&#8220;layout&#8220;:&#8220;grid-2&#8243;,&#8220;list_element&#8220;:&#8220;ul&#8220;,&#8220;list_style&#8220;:&#8220;divider&#8220;,&#8220;meta_align&#8220;:&#8220;below-content&#8220;,&#8220;meta_style&#8220;:&#8220;text-meta&#8220;,&#8220;show_content&#8220;:true,&#8220;show_link&#8220;:true,&#8220;show_meta&#8220;:true,&#8220;show_title&#8220;:true,&#8220;title_element&#8220;:&#8220;div&#8220;,&#8220;title_grid_column_gap&#8220;:&#8220;large&#8220;,&#8220;title_grid_row_gap&#8220;:&#8220;small&#8220;,&#8220;title_grid_width&#8220;:&#8220;medium&#8220;},&#8220;children&#8220;:[{&#8222;type&#8220;:&#8220;description_list_item&#8220;,&#8220;props&#8220;:{&#8222;content&#8220;:&#8220;<\/p>\n<p>Ab 99,00 \u20ac pro Meter\/Jahr<\/p>\n<p>&#8222;,&#8220;title&#8220;:&#8220;Wohnwagen&#8220;}},{&#8222;type&#8220;:&#8220;description_list_item&#8220;,&#8220;props&#8220;:{&#8222;content&#8220;:&#8220;<\/p>\n<p>Ab 122,50 \u20ac pro Meter\/Jahr<\/p>\n<p>&#8222;,&#8220;title&#8220;:&#8220;Wohnmobil&#8220;}},{&#8222;type&#8220;:&#8220;description_list_item&#8220;,&#8220;props&#8220;:{&#8222;content&#8220;:&#8220;<\/p>\n<p>Ab 99,00 \u20ac pro Meter\/Jahr<\/p>\n<p>&#8222;,&#8220;title&#8220;:&#8220;Faltcaravan&#8220;}},{&#8222;type&#8220;:&#8220;description_list_item&#8220;,&#8220;props&#8220;:{&#8222;content&#8220;:&#8220;<\/p>\n<p>Ab 105,00 \u20ac pro Meter \/ Jahr<br \/>Einmalige Geb\u00fchr: 30,00 \u20ac<\/p>\n<p>&#8222;,&#8220;title&#8220;:&#8220;Auto&#8220;}},{&#8222;type&#8220;:&#8220;description_list_item&#8220;,&#8220;props&#8220;:{&#8222;content&#8220;:&#8220;<\/p>\n<p>Ab 110,95 \u20ac pro Meter \/ Jahr<\/p>\n<p>&#8222;,&#8220;title&#8220;:&#8220;Boot&#8220;}},{&#8222;type&#8220;:&#8220;description_list_item&#8220;,&#8220;props&#8220;:{&#8222;content&#8220;:&#8220;<\/p>\n<p>Ab 99,00 \u20ac pro Meter \/ Jahr<\/p>\n<p>&#8222;,&#8220;title&#8220;:&#8220;Anh\u00e4nger&#8220;}},{&#8222;type&#8220;:&#8220;description_list_item&#8220;,&#8220;props&#8220;:{&#8222;content&#8220;:&#8220;<\/p>\n<p>Ab 260,00 \u20ac pro Jahr<\/p>\n<p>&#8222;,&#8220;title&#8220;:&#8220;Motorrad&#8220;}},{&#8222;type&#8220;:&#8220;description_list_item&#8220;,&#8220;props&#8220;:{&#8222;content&#8220;:&#8220;<\/p>\n<p>3.900,00 \u20ac pro Jahr<\/p>\n<p>&#8222;,&#8220;title&#8220;:&#8220;Garagenbox (12 x 4,4 Meter)&#8220;}},{&#8222;type&#8220;:&#8220;description_list_item&#8220;,&#8220;props&#8220;:{&#8222;content&#8220;:&#8220;<\/p>\n<p>2.600,00 \u20ac pro Jahr<\/p>\n<p>&#8222;,&#8220;title&#8220;:&#8220;Garagenbox (8 x 4,4 Meter)&#8220;}}]}]},{&#8222;type&#8220;:&#8220;column&#8220;,&#8220;props&#8220;:{&#8222;image_position&#8220;:&#8220;center-center&#8220;,&#8220;position_sticky_breakpoint&#8220;:&#8220;m&#8220;,&#8220;width_medium&#8220;:&#8220;1-2&#8243;}}]}]}],&#8220;version&#8220;:&#8220;5.0.28&#8243;} &#8211;><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Unsere Einstellpreise Berekenen Sie ganz einfach Ihren TarifM\u00f6chten Sie wissen, was es kostet, Ihren Wohnwagen, Ihr Wohnmobil, Ihr Boot oder Ihren Faltcaravan sicher unterzustellen? Mit dem Tarifrechner von Stalling Rasmussen berechnen Sie in nur wenigen Schritten direkt Ihre Unterstellkosten. Schnell, \u00fcbersichtlich und unkompliziert. So erhalten Sie sofort Einblick in den Tarif und wissen genau, woran [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":281,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"","_seopress_titles_title":"Tarife Wohnwagenlagerung | Stalling Rasmussen","_seopress_titles_desc":"Berechnen Sie direkt die Kosten f\u00fcr die Lagerung Ihres Wohnwagens, Wohnmobils, Boots oder Anh\u00e4ngers. Transparent, \u00fcbersichtlich und schnell geregelt.","_seopress_robots_index":"","footnotes":""},"class_list":["post-235","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/stallingrasmussen.com\/de\/wp-json\/wp\/v2\/pages\/235","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stallingrasmussen.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/stallingrasmussen.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/stallingrasmussen.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/stallingrasmussen.com\/de\/wp-json\/wp\/v2\/comments?post=235"}],"version-history":[{"count":10,"href":"https:\/\/stallingrasmussen.com\/de\/wp-json\/wp\/v2\/pages\/235\/revisions"}],"predecessor-version":[{"id":284,"href":"https:\/\/stallingrasmussen.com\/de\/wp-json\/wp\/v2\/pages\/235\/revisions\/284"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/stallingrasmussen.com\/de\/wp-json\/wp\/v2\/media\/281"}],"wp:attachment":[{"href":"https:\/\/stallingrasmussen.com\/de\/wp-json\/wp\/v2\/media?parent=235"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}