{"id":334,"date":"2026-04-23T18:11:27","date_gmt":"2026-04-23T18:11:27","guid":{"rendered":"https:\/\/drivingpermits.de\/?page_id=334"},"modified":"2026-05-04T20:34:41","modified_gmt":"2026-05-04T20:34:41","slug":"buy-motorbike-licence","status":"publish","type":"page","link":"https:\/\/drivingpermits.de\/en\/motorrad-fuhrerschein-kaufen\/","title":{"rendered":"motorcycle"},"content":{"rendered":"<style>\n  \/* ==========================================================================\n     #dp-moto-hero-ice - Scoped Styles for Motorcycle Hero (Ice Break Style)\n     ========================================================================== *\/\n  #dp-moto-hero-ice {\n    --dp-navy: #0A192F;\n    --dp-blue: #172A45;\n    --dp-gold: #D4AF37;\n    --dp-gold-hover: #B5952F;\n    --dp-white: #F8F9FA;\n    --dp-muted: #A8B2D1;\n    --dp-glass-bg: rgba(255, 255, 255, 0.03);\n    --dp-glass-border: rgba(255, 255, 255, 0.08);\n    \n    background-color: var(--dp-navy);\n    padding: clamp(4rem, 8vw, 8rem) 0;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--dp-white);\n    width: 100%;\n    position: relative;\n    overflow: hidden;\n  }\n\n  \/* Abstract Glow \/ Ice Effect *\/\n  #dp-moto-hero-ice::before {\n    content: '';\n    position: absolute;\n    top: -20%;\n    left: -10%;\n    width: 60vw;\n    height: 60vw;\n    background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 60%);\n    z-index: 0;\n  }\n\n  #dp-moto-hero-ice .dp-container {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 1.5rem;\n    position: relative;\n    z-index: 1;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 4rem;\n    align-items: center;\n  }\n\n  @media (min-width: 992px) {\n    #dp-moto-hero-ice .dp-container {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  \/* Left: Main Card Content *\/\n  #dp-moto-hero-ice .dp-main-card {\n    background: var(--dp-glass-bg);\n    backdrop-filter: blur(16px);\n    -webkit-backdrop-filter: blur(16px);\n    border: 1px solid var(--dp-glass-border);\n    border-radius: 24px;\n    padding: clamp(2rem, 5vw, 4rem);\n    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);\n    position: relative;\n  }\n\n  #dp-moto-hero-ice .dp-badge {\n    display: inline-block;\n    background: rgba(212, 175, 55, 0.1);\n    color: var(--dp-gold);\n    border: 1px solid rgba(212, 175, 55, 0.3);\n    padding: 0.5rem 1.25rem;\n    border-radius: 50px;\n    font-size: 0.85rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    margin-bottom: 1.5rem;\n  }\n\n  #dp-moto-hero-ice .dp-title {\n    font-size: clamp(2.25rem, 4vw, 3.5rem);\n    font-weight: 800;\n    line-height: 1.15;\n    margin-bottom: 1.25rem;\n    color: var(--dp-white);\n    letter-spacing: -0.5px;\n  }\n\n  #dp-moto-hero-ice .dp-title span {\n    color: var(--dp-gold);\n  }\n\n  #dp-moto-hero-ice .dp-desc {\n    font-size: 1.1rem;\n    color: var(--dp-muted);\n    line-height: 1.6;\n    margin-bottom: 2.5rem;\n  }\n\n  \/* CTAs *\/\n  #dp-moto-hero-ice .dp-btn-group {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1rem;\n  }\n\n  #dp-moto-hero-ice .dp-btn {\n    padding: 1rem 2rem;\n    font-size: 1rem;\n    font-weight: 700;\n    border-radius: 12px; \/* Clean, slightly rounded edges *\/\n    text-decoration: none;\n    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  #dp-moto-hero-ice .dp-btn-primary {\n    background-color: var(--dp-gold);\n    color: var(--dp-navy);\n    border: 2px solid var(--dp-gold);\n  }\n\n  #dp-moto-hero-ice .dp-btn-primary:hover {\n    background-color: var(--dp-white);\n    border-color: var(--dp-white);\n    transform: translateY(-3px);\n    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);\n  }\n\n  #dp-moto-hero-ice .dp-btn-secondary {\n    background-color: transparent;\n    color: var(--dp-white);\n    border: 2px solid var(--dp-glass-border);\n  }\n\n  #dp-moto-hero-ice .dp-btn-secondary:hover {\n    background-color: var(--dp-glass-bg);\n    border-color: var(--dp-gold);\n    transform: translateY(-3px);\n  }\n\n  \/* Right: Stacked Ice Cards Grid *\/\n  #dp-moto-hero-ice .dp-stacked-cards {\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n    position: relative;\n  }\n\n  #dp-moto-hero-ice .dp-class-card {\n    background: linear-gradient(135deg, rgba(23, 42, 69, 0.8) 0%, rgba(10, 25, 47, 0.9) 100%);\n    backdrop-filter: blur(12px);\n    border: 1px solid var(--dp-glass-border);\n    border-radius: 16px;\n    padding: 1.5rem 2rem;\n    display: flex;\n    align-items: center;\n    gap: 1.5rem;\n    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);\n    cursor: default;\n  }\n\n  #dp-moto-hero-ice .dp-class-card:hover {\n    transform: translateX(-10px);\n    border-color: rgba(212, 175, 55, 0.4);\n    background: linear-gradient(135deg, rgba(23, 42, 69, 0.9) 0%, rgba(10, 25, 47, 1) 100%);\n    box-shadow: 0 20px 40px rgba(0,0,0,0.5);\n  }\n\n  \/* Offset for visual depth on Desktop *\/\n  @media (min-width: 992px) {\n    #dp-moto-hero-ice .dp-class-card:nth-child(2) {\n      margin-left: 2rem;\n    }\n    #dp-moto-hero-ice .dp-class-card:nth-child(3) {\n      margin-left: 4rem;\n    }\n  }\n\n  #dp-moto-hero-ice .dp-card-icon {\n    width: 60px;\n    height: 60px;\n    background: rgba(212, 175, 55, 0.1);\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--dp-gold);\n    flex-shrink: 0;\n    font-size: 1.5rem;\n    font-weight: 800;\n    border: 1px solid rgba(212, 175, 55, 0.2);\n  }\n\n  #dp-moto-hero-ice .dp-card-text h3 {\n    font-size: 1.25rem;\n    font-weight: 800;\n    color: var(--dp-white);\n    margin: 0 0 0.25rem 0;\n  }\n\n  #dp-moto-hero-ice .dp-card-text p {\n    font-size: 0.9rem;\n    color: var(--dp-muted);\n    margin: 0;\n    line-height: 1.5;\n  }\n\n  @media (max-width: 640px) {\n    #dp-moto-hero-ice .dp-btn-group {\n      flex-direction: column;\n    }\n    #dp-moto-hero-ice .dp-btn {\n      width: 100%;\n      justify-content: center;\n    }\n    #dp-moto-hero-ice .dp-main-card {\n      padding: 2rem 1.5rem;\n    }\n  }\n<\/style>\n\n<section id=\"dp-moto-hero-ice\" aria-label=\"Motorcycle driving license assistance\">\n  <div class=\"dp-container\">\n    \n    <div class=\"dp-main-card\">\n      <span class=\"dp-badge\">Class A \u2022 A1 \u2022 A2<\/span>\n      <h1 class=\"dp-title\">Your legal path to <span>Two-wheeled freedom<\/span><\/h1>\n      <p class=\"dp-desc\">\n        Avoid bureaucratic hurdles at the traffic authorities. We provide legally compliant and efficient assistance with obtaining a new license, upgrading your license (e.g., from A2 to A), or converting foreign motorcycle licenses.\n      <\/p>\n      \n      <div class=\"dp-btn-group\">\n        <a href=\"https:\/\/wa.me\/447384092913\" target=\"_blank\" rel=\"noopener\" class=\"dp-btn dp-btn-primary\">\n          WhatsApp consultation\n          <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z\"><\/path><\/svg>\n        <\/a>\n        <a href=\"https:\/\/drivingpermits.de\/en\/buy-driving-licence-contact\/\" class=\"dp-btn dp-btn-secondary\">\n          View categories\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"dp-stacked-cards\">\n      \n      <article class=\"dp-class-card\">\n        <div class=\"dp-card-icon\">A1<\/div>\n        <div class=\"dp-card-text\">\n          <h3>light motorcycles<\/h3>\n          <p>Up to 125 cc and 11 kW. The ideal entry point from age 16 or via B196 extension without a full test.<\/p>\n        <\/div>\n      <\/article>\n\n      <article class=\"dp-class-card\">\n        <div class=\"dp-card-icon\">A2<\/div>\n        <div class=\"dp-card-text\">\n          <h3>Medium-weight motorcycles<\/h3>\n          <p>Up to 35 kW. We will assist you with the official registration process from the age of 18 for a direct start.<\/p>\n        <\/div>\n      <\/article>\n\n      <article class=\"dp-class-card\">\n        <div class=\"dp-card-icon\" style=\"background: rgba(255,255,255,0.1); color: var(--dp-white); border-color: rgba(255,255,255,0.2);\">A<\/div>\n        <div class=\"dp-card-text\">\n          <h3>Heavy motorcycles<\/h3>\n          <p>Unrestricted performance. Assistance with direct entry from age 24 or upgrade exam from class A2.<\/p>\n        <\/div>\n      <\/article>\n\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n\n<style>\n  \/* ==========================================================================\n     #dp-moto-upgrades-v4 - Scoped Styles for Motorcycle Upgrades\n     ========================================================================== *\/\n  #dp-moto-upgrades-v4 {\n    --dp-bg-light: #F8F9FA;\n    --dp-pure-white: #FFFFFF;\n    --dp-deep-navy: #0A192F;\n    --dp-deep-blue: #172A45;\n    --dp-accent-yellow: #D4AF37;\n    --dp-text-main: #333333;\n    --dp-text-muted: #666666;\n    --dp-border: rgba(10, 25, 47, 0.08);\n    \n    background-color: var(--dp-bg-light);\n    padding: clamp(5rem, 8vw, 8rem) 0;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--dp-text-main);\n    width: 100%;\n    position: relative;\n    overflow: hidden;\n  }\n\n  \/* Decorative Background Element *\/\n  #dp-moto-upgrades-v4::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    right: 0;\n    width: 40vw;\n    height: 100%;\n    background: linear-gradient(90deg, rgba(248,249,250,0) 0%, rgba(212,175,55,0.03) 100%);\n    z-index: 0;\n    pointer-events: none;\n  }\n\n  #dp-moto-upgrades-v4 .dp-container {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 1.5rem;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* Header *\/\n  #dp-moto-upgrades-v4 .dp-header {\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto 4rem auto;\n  }\n\n  #dp-moto-upgrades-v4 .dp-badge {\n    display: inline-block;\n    background: rgba(23, 42, 69, 0.05);\n    color: var(--dp-deep-blue);\n    padding: 0.5rem 1.25rem;\n    border-radius: 50px;\n    font-size: 0.875rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    margin-bottom: 1.5rem;\n    border: 1px solid var(--dp-border);\n  }\n\n  #dp-moto-upgrades-v4 .dp-title {\n    font-size: clamp(2rem, 4vw + 1rem, 3.5rem);\n    font-weight: 800;\n    line-height: 1.2;\n    color: var(--dp-deep-navy);\n    margin-bottom: 1.25rem;\n    letter-spacing: -0.5px;\n  }\n\n  #dp-moto-upgrades-v4 .dp-title span {\n    color: var(--dp-accent-yellow);\n  }\n\n  #dp-moto-upgrades-v4 .dp-desc {\n    font-size: 1.125rem;\n    color: var(--dp-text-muted);\n    line-height: 1.6;\n  }\n\n  \/* Grid Layout for Upgrades *\/\n  #dp-moto-upgrades-v4 .dp-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 2.5rem;\n  }\n\n  @media (min-width: 992px) {\n    #dp-moto-upgrades-v4 .dp-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  \/* Upgrade Cards *\/\n  #dp-moto-upgrades-v4 .dp-card {\n    background: var(--dp-pure-white);\n    border-radius: 16px;\n    padding: 3rem 2rem;\n    box-shadow: 0 10px 30px rgba(10, 25, 47, 0.04);\n    border: 1px solid var(--dp-border);\n    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);\n    position: relative;\n    display: flex;\n    flex-direction: column;\n    height: 100%;\n  }\n\n  \/* Top Border Accent *\/\n  #dp-moto-upgrades-v4 .dp-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 4px;\n    background: var(--dp-accent-yellow);\n    border-radius: 16px 16px 0 0;\n    transform: scaleX(0);\n    transform-origin: left;\n    transition: transform 0.4s ease;\n  }\n\n  #dp-moto-upgrades-v4 .dp-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 25px 50px rgba(10, 25, 47, 0.08);\n  }\n\n  #dp-moto-upgrades-v4 .dp-card:hover::before {\n    transform: scaleX(1);\n  }\n\n  \/* Card Icon *\/\n  #dp-moto-upgrades-v4 .dp-icon-box {\n    width: 64px;\n    height: 64px;\n    background: rgba(23, 42, 69, 0.03);\n    border-radius: 16px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--dp-deep-navy);\n    margin-bottom: 2rem;\n    border: 1px solid var(--dp-border);\n    transition: all 0.4s ease;\n  }\n\n  #dp-moto-upgrades-v4 .dp-card:hover .dp-icon-box {\n    background: var(--dp-deep-navy);\n    color: var(--dp-accent-yellow);\n  }\n\n  \/* Card Content *\/\n  #dp-moto-upgrades-v4 .dp-card-tag {\n    font-size: 0.85rem;\n    font-weight: 700;\n    color: var(--dp-accent-yellow);\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 0.5rem;\n    display: block;\n  }\n\n  #dp-moto-upgrades-v4 .dp-card-title {\n    font-size: 1.35rem;\n    font-weight: 800;\n    color: var(--dp-deep-navy);\n    margin-bottom: 1rem;\n    line-height: 1.3;\n  }\n\n  #dp-moto-upgrades-v4 .dp-card-desc {\n    font-size: 1rem;\n    color: var(--dp-text-muted);\n    line-height: 1.6;\n    flex-grow: 1;\n    margin-bottom: 2rem;\n  }\n\n  \/* Action Link *\/\n  #dp-moto-upgrades-v4 .dp-action-link {\n    display: inline-flex;\n    align-items: center;\n    color: var(--dp-deep-blue);\n    font-weight: 700;\n    text-decoration: none;\n    font-size: 0.95rem;\n    transition: color 0.3s ease;\n    padding-top: 1rem;\n    border-top: 1px solid var(--dp-border);\n  }\n\n  #dp-moto-upgrades-v4 .dp-action-link svg {\n    margin-left: 8px;\n    transition: transform 0.3s ease;\n  }\n\n  #dp-moto-upgrades-v4 .dp-card:hover .dp-action-link {\n    color: var(--dp-accent-yellow);\n  }\n\n  #dp-moto-upgrades-v4 .dp-card:hover .dp-action-link svg {\n    transform: translateX(5px);\n  }\n<\/style>\n\n<section id=\"dp-moto-upgrades-v4\" aria-labelledby=\"dp-moto-upgrades-heading\">\n  <div class=\"dp-container\">\n    \n    <div class=\"dp-header\">\n      <span class=\"dp-badge\">Upgrades &amp; Level Up<\/span>\n      <h2 id=\"dp-moto-upgrades-heading\" class=\"dp-title\">Use your <span>existing classes<\/span><\/h2>\n      <p class=\"dp-desc\">Save yourself unnecessary checks. We will assess your individual requirements and initiate the official bureaucratic process for your motorcycle license extension.<\/p>\n    <\/div>\n\n    <div class=\"dp-grid\">\n      \n      <article class=\"dp-card\">\n        <div class=\"dp-icon-box\">\n          <svg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 16H9m10 0h3v-3.15a1 1 0 0 0-.84-.99L16 11l-2.7-3.6a2 2 0 0 0-1.6-.8H8.3a2 2 0 0 0-1.6.8L4 11l-5.16.86a1 1 0 0 0-.84.99V16h3\"><\/path><circle cx=\"6.5\" cy=\"16.5\" r=\"2.5\"><\/circle><circle cx=\"16.5\" cy=\"16.5\" r=\"2.5\"><\/circle><\/svg>\n        <\/div>\n        <div>\n          <span class=\"dp-card-tag\">B to A1 (key number 196)<\/span>\n          <h3 class=\"dp-card-title\">The B196 extension<\/h3>\n          <p class=\"dp-card-desc\">Ride 125cc motorcycles without any theory or practical tests. If you meet the requirements, we will handle the official registration of key number 196 with the driver's license authority based on your rider training.<\/p>\n        <\/div>\n        <a href=\"\/en\/buy-driving-licence-contact\/\" class=\"dp-action-link\">\n          Request a consultation\n          <svg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>\n        <\/a>\n      <\/article>\n\n      <article class=\"dp-card\">\n        <div class=\"dp-icon-box\">\n          <svg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"13 2 13 9 20 9\"><\/polyline><path d=\"M13 2L20 9\"><\/path><line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"12\"><\/line><polyline points=\"9 15 12 12 15 15\"><\/polyline><\/svg>\n        <\/div>\n        <div>\n          <span class=\"dp-card-tag\">The official ascent<\/span>\n          <h3 class=\"dp-card-title\">From class A2 to A<\/h3>\n          <p class=\"dp-card-desc\">After holding an A2 license for two years, you only need to pass a practical upgrade test to ride unrestricted motorcycles. We will coordinate the paperwork and your test appointment at T\u00dcV\/DEKRA.<\/p>\n        <\/div>\n        <a href=\"\/en\/buy-driving-licence-contact\/\" class=\"dp-action-link\">\n          make an appointment\n          <svg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>\n        <\/a>\n      <\/article>\n\n      <article class=\"dp-card\">\n        <div class=\"dp-icon-box\">\n          <svg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"><\/line><path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"><\/path><\/svg>\n        <\/div>\n        <div>\n          <span class=\"dp-card-tag\">International exchange<\/span>\n          <h3 class=\"dp-card-title\">Foreign licenses<\/h3>\n          <p class=\"dp-card-desc\">Do you hold a motorcycle license from a non-EU country? We will review the legal conversion guidelines (e.g., Annex 11 of the German Driving License Regulations) and guide you through the official recognition process.<\/p>\n        <\/div>\n        <a href=\"\/en\/buy-eu-driving-licence\/\" class=\"dp-action-link\">\n          For EU exchange\n          <svg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>\n        <\/a>\n      <\/article>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<style>\n  \/* ==========================================================================\n     #dp-moto-requirements-cta-v5 - Scoped Styles for Checklist & CTA\n     ========================================================================== *\/\n  #dp-moto-requirements-cta-v5 {\n    --dp-bg-white: #FFFFFF;\n    --dp-bg-light: #F8F9FA;\n    --dp-navy: #0A192F;\n    --dp-blue: #172A45;\n    --dp-gold: #D4AF37;\n    --dp-gold-hover: #B5952F;\n    --dp-text-main: #333333;\n    --dp-text-muted: #666666;\n    --dp-border: rgba(10, 25, 47, 0.1);\n    \n    background-color: var(--dp-bg-white);\n    padding: clamp(5rem, 8vw, 8rem) 0;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    width: 100%;\n    position: relative;\n    border-top: 1px solid var(--dp-border);\n  }\n\n  #dp-moto-requirements-cta-v5 .dp-container {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 1.5rem;\n  }\n\n  \/* Split Layout *\/\n  #dp-moto-requirements-cta-v5 .dp-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 4rem;\n    align-items: center;\n  }\n\n  @media (min-width: 992px) {\n    #dp-moto-requirements-cta-v5 .dp-grid {\n      grid-template-columns: 1.2fr 1fr;\n    }\n  }\n\n  \/* --- Left Column: Checklist --- *\/\n  #dp-moto-requirements-cta-v5 .dp-checklist-col {\n    padding-right: clamp(0px, 4vw, 3rem);\n  }\n\n  #dp-moto-requirements-cta-v5 .dp-badge {\n    display: inline-block;\n    background: rgba(212, 175, 55, 0.1);\n    color: var(--dp-gold);\n    border: 1px solid rgba(212, 175, 55, 0.3);\n    padding: 0.5rem 1.25rem;\n    border-radius: 50px;\n    font-size: 0.875rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    margin-bottom: 1.5rem;\n  }\n\n  #dp-moto-requirements-cta-v5 .dp-title {\n    font-size: clamp(2rem, 3.5vw, 3rem);\n    font-weight: 800;\n    line-height: 1.15;\n    color: var(--dp-navy);\n    margin-bottom: 1.25rem;\n    letter-spacing: -0.5px;\n  }\n\n  #dp-moto-requirements-cta-v5 .dp-title span {\n    color: var(--dp-gold);\n  }\n\n  #dp-moto-requirements-cta-v5 .dp-desc {\n    font-size: 1.125rem;\n    color: var(--dp-text-muted);\n    line-height: 1.6;\n    margin-bottom: 2.5rem;\n  }\n\n  \/* The List *\/\n  #dp-moto-requirements-cta-v5 .dp-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 1.25rem;\n  }\n\n  #dp-moto-requirements-cta-v5 .dp-list-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 1rem;\n    background: var(--dp-bg-light);\n    padding: 1.25rem 1.5rem;\n    border-radius: 12px;\n    border: 1px solid var(--dp-border);\n    transition: transform 0.3s ease, border-color 0.3s ease;\n  }\n\n  #dp-moto-requirements-cta-v5 .dp-list-item:hover {\n    transform: translateX(5px);\n    border-color: var(--dp-gold);\n  }\n\n  #dp-moto-requirements-cta-v5 .dp-check-icon {\n    color: var(--dp-gold);\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  #dp-moto-requirements-cta-v5 .dp-item-text h4 {\n    font-size: 1.05rem;\n    font-weight: 700;\n    color: var(--dp-navy);\n    margin: 0 0 0.25rem 0;\n  }\n\n  #dp-moto-requirements-cta-v5 .dp-item-text p {\n    font-size: 0.95rem;\n    color: var(--dp-text-muted);\n    margin: 0;\n    line-height: 1.5;\n  }\n\n  \/* --- Right Column: Premium CTA Card --- *\/\n  #dp-moto-requirements-cta-v5 .dp-cta-card {\n    background: linear-gradient(145deg, var(--dp-navy) 0%, var(--dp-blue) 100%);\n    border-radius: 24px;\n    padding: 3rem 2rem;\n    box-shadow: 0 25px 50px rgba(10, 25, 47, 0.2);\n    border: 1px solid rgba(212, 175, 55, 0.2);\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  #dp-moto-requirements-cta-v5 .dp-cta-card::before {\n    content: '';\n    position: absolute;\n    top: -50px;\n    right: -50px;\n    width: 200px;\n    height: 200px;\n    background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n    border-radius: 50%;\n  }\n\n  #dp-moto-requirements-cta-v5 .dp-cta-content {\n    position: relative;\n    z-index: 1;\n  }\n\n  #dp-moto-requirements-cta-v5 .dp-cta-title {\n    font-size: 1.75rem;\n    font-weight: 800;\n    color: #FFFFFF;\n    margin-bottom: 1rem;\n    line-height: 1.2;\n  }\n\n  #dp-moto-requirements-cta-v5 .dp-cta-desc {\n    font-size: 1rem;\n    color: #A8B2D1;\n    margin-bottom: 2.5rem;\n    line-height: 1.6;\n  }\n\n  \/* CTA Buttons *\/\n  #dp-moto-requirements-cta-v5 .dp-btn {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    width: 100%;\n    padding: 1.25rem;\n    border-radius: 12px;\n    font-size: 1.05rem;\n    font-weight: 700;\n    text-decoration: none;\n    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\n    margin-bottom: 1rem;\n  }\n\n  #dp-moto-requirements-cta-v5 .dp-btn:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* WhatsApp Button *\/\n  #dp-moto-requirements-cta-v5 .dp-btn-wa {\n    background-color: var(--dp-gold);\n    color: var(--dp-navy);\n    border: 2px solid var(--dp-gold);\n  }\n\n  #dp-moto-requirements-cta-v5 .dp-btn-wa:hover {\n    background-color: #FFFFFF;\n    border-color: #FFFFFF;\n    transform: translateY(-3px);\n    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3); \/* Subtle WA green glow *\/\n  }\n\n  #dp-moto-requirements-cta-v5 .dp-btn-wa:hover svg {\n    stroke: #25D366;\n  }\n\n  \/* Email Button *\/\n  #dp-moto-requirements-cta-v5 .dp-btn-email {\n    background-color: rgba(255, 255, 255, 0.05);\n    color: #FFFFFF;\n    border: 1px solid rgba(255, 255, 255, 0.1);\n  }\n\n  #dp-moto-requirements-cta-v5 .dp-btn-email:hover {\n    background-color: rgba(255, 255, 255, 0.1);\n    border-color: var(--dp-gold);\n    transform: translateY(-3px);\n  }\n\n  #dp-moto-requirements-cta-v5 .dp-secure-note {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 6px;\n    margin-top: 1.5rem;\n    font-size: 0.8rem;\n    color: #A8B2D1;\n  }\n  \n  #dp-moto-requirements-cta-v5 .dp-secure-note svg {\n    color: var(--dp-gold);\n  }\n<\/style>\n\n<section id=\"dp-moto-requirements-cta-v5\" aria-label=\"Required documents and contact\">\n  <div class=\"dp-container\">\n    <div class=\"dp-grid\">\n      \n      <div class=\"dp-checklist-col\">\n        <span class=\"dp-badge\">Checklist<\/span>\n        <h2 class=\"dp-title\">Required documents for <span>Your application<\/span><\/h2>\n        <p class=\"dp-desc\">\n          In order to initiate the official process for your motorcycle license smoothly and legally, we require some official documents from you in advance.\n        <\/p>\n\n        <ul class=\"dp-list\">\n          <li class=\"dp-list-item\">\n            <svg class=\"dp-check-icon\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n            <div class=\"dp-item-text\">\n              <h4>Valid identification document<\/h4>\n              <p>A valid identity card or passport (including proof of residence) to verify your identity at the driver's license office.<\/p>\n            <\/div>\n          <\/li>\n          \n          <li class=\"dp-list-item\">\n            <svg class=\"dp-check-icon\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n            <div class=\"dp-item-text\">\n              <h4>Biometric photograph<\/h4>\n              <p>A recent, biometric passport photo for printing your official EU document.<\/p>\n            <\/div>\n          <\/li>\n\n          <li class=\"dp-list-item\">\n            <svg class=\"dp-check-icon\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n            <div class=\"dp-item-text\">\n              <h4>Eye test &amp; First aid<\/h4>\n              <p>State-recognized certificate of an eye test and completion of a first aid course. (We are happy to assist with coordination).<\/p>\n            <\/div>\n          <\/li>\n\n          <li class=\"dp-list-item\">\n            <svg class=\"dp-check-icon\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n            <div class=\"dp-item-text\">\n              <h4>Previous driving licence (if applicable)<\/h4>\n              <p>For upgrade tests (A2 to A) or international conversions, we require a scan of your current driving licence.<\/p>\n            <\/div>\n          <\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"dp-cta-card\">\n        <div class=\"dp-cta-content\">\n          <h3 class=\"dp-cta-title\">Do you have your documents ready? Get started now.<\/h3>\n          <p class=\"dp-cta-desc\">\n            Send us your documents or any questions you may have via our secure WhatsApp channel. We will review your case immediately and free of charge.\n          <\/p>\n\n          <a href=\"https:\/\/wa.me\/447384092913\" target=\"_blank\" rel=\"noopener\" class=\"dp-btn dp-btn-wa\">\n            <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z\"><\/path><\/svg>\n            Free WhatsApp consultation\n          <\/a>\n\n          <a href=\"mailto:info@drivingpermits.de\" class=\"dp-btn dp-btn-email\">\n            <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"><\/path><polyline points=\"22,6 12,13 2,6\"><\/polyline><\/svg>\n            Send documents via email\n          <\/a>\n\n          <div class=\"dp-secure-note\">\n            <svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"><\/rect><path d=\"M7 11V7a5 5 0 0 1 10 0v4\"><\/path><\/svg>\n            Your data will be treated with 100% confidentiality.\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-blank.php","meta":{"footnotes":""},"class_list":["post-334","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.5 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Motorrad - Driving Permits<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/drivingpermits.de\/en\/buy-motorbike-licence\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Motorrad\" \/>\n<meta property=\"og:url\" content=\"https:\/\/drivingpermits.de\/en\/buy-motorbike-licence\/\" \/>\n<meta property=\"og:site_name\" content=\"Driving Permits\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-04T20:34:41+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/drivingpermits.de\\\/motorrad-fuhrerschein-kaufen\\\/\",\"url\":\"https:\\\/\\\/drivingpermits.de\\\/motorrad-fuhrerschein-kaufen\\\/\",\"name\":\"Motorrad - Driving Permits\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/drivingpermits.de\\\/#website\"},\"datePublished\":\"2026-04-23T18:11:27+00:00\",\"dateModified\":\"2026-05-04T20:34:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/drivingpermits.de\\\/motorrad-fuhrerschein-kaufen\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/drivingpermits.de\\\/motorrad-fuhrerschein-kaufen\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/drivingpermits.de\\\/motorrad-fuhrerschein-kaufen\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/drivingpermits.de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Motorrad\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/drivingpermits.de\\\/#website\",\"url\":\"https:\\\/\\\/drivingpermits.de\\\/\",\"name\":\"Driving Permits\",\"description\":\"Help\",\"publisher\":{\"@id\":\"https:\\\/\\\/drivingpermits.de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/drivingpermits.de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/drivingpermits.de\\\/#organization\",\"name\":\"Driving Permits\",\"url\":\"https:\\\/\\\/drivingpermits.de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/drivingpermits.de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/drivingpermits.de\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/drivingpermits-icon-.jpg\",\"contentUrl\":\"https:\\\/\\\/drivingpermits.de\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/drivingpermits-icon-.jpg\",\"width\":512,\"height\":512,\"caption\":\"Driving Permits\"},\"image\":{\"@id\":\"https:\\\/\\\/drivingpermits.de\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Motorrad - Driving Permits","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/drivingpermits.de\/en\/buy-motorbike-licence\/","og_locale":"en_GB","og_type":"article","og_title":"Motorrad","og_url":"https:\/\/drivingpermits.de\/en\/buy-motorbike-licence\/","og_site_name":"Driving Permits","article_modified_time":"2026-05-04T20:34:41+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/drivingpermits.de\/motorrad-fuhrerschein-kaufen\/","url":"https:\/\/drivingpermits.de\/motorrad-fuhrerschein-kaufen\/","name":"Motorrad - Driving Permits","isPartOf":{"@id":"https:\/\/drivingpermits.de\/#website"},"datePublished":"2026-04-23T18:11:27+00:00","dateModified":"2026-05-04T20:34:41+00:00","breadcrumb":{"@id":"https:\/\/drivingpermits.de\/motorrad-fuhrerschein-kaufen\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/drivingpermits.de\/motorrad-fuhrerschein-kaufen\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/drivingpermits.de\/motorrad-fuhrerschein-kaufen\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/drivingpermits.de\/"},{"@type":"ListItem","position":2,"name":"Motorrad"}]},{"@type":"WebSite","@id":"https:\/\/drivingpermits.de\/#website","url":"https:\/\/drivingpermits.de\/","name":"Driving Permits","description":"Help","publisher":{"@id":"https:\/\/drivingpermits.de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/drivingpermits.de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/drivingpermits.de\/#organization","name":"Driving Permits","url":"https:\/\/drivingpermits.de\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/drivingpermits.de\/#\/schema\/logo\/image\/","url":"https:\/\/drivingpermits.de\/wp-content\/uploads\/2026\/05\/drivingpermits-icon-.jpg","contentUrl":"https:\/\/drivingpermits.de\/wp-content\/uploads\/2026\/05\/drivingpermits-icon-.jpg","width":512,"height":512,"caption":"Driving Permits"},"image":{"@id":"https:\/\/drivingpermits.de\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/drivingpermits.de\/en\/wp-json\/wp\/v2\/pages\/334","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/drivingpermits.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/drivingpermits.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/drivingpermits.de\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/drivingpermits.de\/en\/wp-json\/wp\/v2\/comments?post=334"}],"version-history":[{"count":5,"href":"https:\/\/drivingpermits.de\/en\/wp-json\/wp\/v2\/pages\/334\/revisions"}],"predecessor-version":[{"id":708,"href":"https:\/\/drivingpermits.de\/en\/wp-json\/wp\/v2\/pages\/334\/revisions\/708"}],"wp:attachment":[{"href":"https:\/\/drivingpermits.de\/en\/wp-json\/wp\/v2\/media?parent=334"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}