{"id":913,"date":"2021-05-31T12:19:29","date_gmt":"2021-05-31T12:19:29","guid":{"rendered":"https:\/\/new.all-in.lu\/?page_id=913"},"modified":"2026-01-29T14:01:30","modified_gmt":"2026-01-29T13:01:30","slug":"reservierung","status":"publish","type":"page","link":"https:\/\/www.all-in.lu\/de\/reservierung\/","title":{"rendered":"Reservierung"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"913\" class=\"elementor elementor-913\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-56a8e25 e-flex e-con-boxed e-con e-parent\" data-id=\"56a8e25\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-172e362 elementor-widget elementor-widget-html\" data-id=\"172e362\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n.allin-reservation {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 40px 20px;\n}\n\n.allin-reservation * {\n  box-sizing: border-box;\n}\n\n.allin-header {\n  text-align: center;\n  margin-bottom: 50px;\n}\n\n.allin-header h2 {\n  font-size: 42px;\n  font-weight: 700;\n  color: #1f2937;\n  margin: 0 0 15px 0;\n}\n\n.allin-header p {\n  font-size: 18px;\n  color: #6b7280;\n  margin: 0;\n}\n\n.allin-cards {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 30px;\n  margin-bottom: 40px;\n}\n\n@media (max-width: 768px) {\n  .allin-cards {\n    grid-template-columns: 1fr;\n  }\n  .allin-header h2 {\n    font-size: 32px;\n  }\n}\n\n.allin-card {\n  background: #fff;\n  border-radius: 20px;\n  box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n  overflow: hidden;\n  transition: all 0.3s ease;\n  border: 2px solid transparent;\n}\n\n.allin-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 8px 30px rgba(0,0,0,0.12);\n}\n\n.allin-card.bowling:hover {\n  border-color: #fb923c;\n}\n\n.allin-card.van:hover {\n  border-color: #60a5fa;\n}\n\n.allin-card-header {\n  padding: 25px;\n  color: #fff;\n  display: flex;\n  align-items: center;\n  gap: 15px;\n}\n\n.allin-card.bowling .allin-card-header {\n  background: linear-gradient(135deg, #f97316, #ef4444);\n}\n\n.allin-card.van .allin-card-header {\n  background: linear-gradient(135deg, #3b82f6, #2563eb);\n}\n\n.allin-card-icon {\n  width: 56px;\n  height: 56px;\n  background: rgba(255,255,255,0.2);\n  border-radius: 12px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n\n.allin-card-icon svg {\n  width: 28px;\n  height: 28px;\n  stroke: #fff;\n  fill: none;\n  stroke-width: 2;\n}\n\n.allin-card-header-text span {\n  font-size: 13px;\n  opacity: 0.85;\n  display: block;\n  margin-bottom: 4px;\n}\n\n.allin-card-header-text h3 {\n  font-size: 22px;\n  font-weight: 700;\n  margin: 0;\n}\n\n.allin-card-content {\n  padding: 25px;\n}\n\n.allin-card-content > p {\n  color: #6b7280;\n  line-height: 1.6;\n  margin: 0 0 20px 0;\n}\n\n.allin-features {\n  list-style: none;\n  padding: 0;\n  margin: 0 0 25px 0;\n}\n\n.allin-features li {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  color: #374151;\n  padding: 8px 0;\n}\n\n.allin-features li span.emoji {\n  font-size: 20px;\n}\n\n.allin-price-box {\n  background: #eff6ff;\n  border: 1px solid #dbeafe;\n  border-radius: 12px;\n  padding: 20px;\n  margin-bottom: 25px;\n}\n\n.allin-price-box .price {\n  font-size: 32px;\n  font-weight: 700;\n  color: #2563eb;\n  margin: 0 0 15px 0;\n}\n\n.allin-price-box .price span {\n  font-size: 16px;\n  font-weight: 400;\n  color: #6b7280;\n}\n\n.allin-price-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.allin-price-list li {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  font-size: 14px;\n  color: #374151;\n  padding: 5px 0;\n}\n\n.allin-price-list li svg {\n  width: 16px;\n  height: 16px;\n  stroke: #22c55e;\n  stroke-width: 3;\n  flex-shrink: 0;\n}\n\n.allin-price-list li.info {\n  border-top: 1px solid #bfdbfe;\n  margin-top: 10px;\n  padding-top: 12px;\n}\n\n.allin-price-list li.info svg {\n  stroke: #3b82f6;\n  stroke-width: 2;\n}\n\n.allin-btn {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  width: 100%;\n  padding: 16px 24px;\n  border-radius: 12px;\n  font-size: 16px;\n  font-weight: 600;\n  text-decoration: none;\n  color: #fff;\n  transition: all 0.2s ease;\n  border: none;\n  cursor: pointer;\n}\n\n.allin-btn svg {\n  width: 18px;\n  height: 18px;\n  stroke: currentColor;\n  stroke-width: 2.5;\n  fill: none;\n}\n\n.allin-btn.orange {\n  background: linear-gradient(135deg, #f97316, #ef4444);\n}\n\n.allin-btn.orange:hover {\n  background: linear-gradient(135deg, #ea580c, #dc2626);\n  box-shadow: 0 4px 15px rgba(249, 115, 22, 0.4);\n}\n\n.allin-btn.blue {\n  background: linear-gradient(135deg, #3b82f6, #2563eb);\n}\n\n.allin-btn.blue:hover {\n  background: linear-gradient(135deg, #2563eb, #1d4ed8);\n  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);\n}\n\n.allin-birthday {\n  background: linear-gradient(135deg, #fffbeb, #fff7ed);\n  border: 1px solid #fcd34d;\n  border-radius: 20px;\n  padding: 30px;\n  margin-bottom: 30px;\n  display: flex;\n  align-items: center;\n  gap: 25px;\n  flex-wrap: wrap;\n}\n\n.allin-birthday-emoji {\n  font-size: 50px;\n}\n\n.allin-birthday-text {\n  flex: 1;\n  min-width: 200px;\n}\n\n.allin-birthday-text h4 {\n  font-size: 20px;\n  font-weight: 700;\n  color: #1f2937;\n  margin: 0 0 8px 0;\n}\n\n.allin-birthday-text p {\n  color: #6b7280;\n  margin: 0;\n  line-height: 1.5;\n}\n\n.allin-btn-outline {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 12px 24px;\n  background: #fff;\n  border: 2px solid #fdba74;\n  border-radius: 12px;\n  color: #ea580c;\n  font-weight: 600;\n  text-decoration: none;\n  transition: all 0.2s ease;\n  white-space: nowrap;\n}\n\n.altml-btn-outline:hover {\n  background: #fff7ed;\n  border-color: #f97316;\n}\n\n.allin-btn-outline svg {\n  width: 16px;\n  height: 16px;\n  stroke: currentColor;\n  stroke-width: 2.5;\n  fill: none;\n}\n\n.allin-contact {\n  background: #fff;\n  border: 1px solid #e5e7eb;\n  border-radius: 20px;\n  padding: 30px;\n  text-align: center;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n}\n\n.allin-contact h4 {\n  font-size: 18px;\n  font-weight: 600;\n  color: #1f2937;\n  margin: 0 0 25px 0;\n}\n\n.allin-contact-btns {\n  display: flex;\n  justify-content: center;\n  gap: 15px;\n  flex-wrap: wrap;\n}\n\n.allin-contact-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  padding: 12px 24px;\n  background: #f3f4f6;\n  border-radius: 12px;\n  color: #374151;\n  font-weight: 500;\n  text-decoration: none;\n  transition: all 0.2s ease;\n}\n\n.allin-contact-btn:hover {\n  background: #e5e7eb;\n}\n\n.allin-contact-btn svg {\n  width: 20px;\n  height: 20px;\n  stroke: #f97316;\n  stroke-width: 2;\n  fill: none;\n}\n\n.allin-footer-text {\n  text-align: center;\n  color: #9ca3af;\n  font-size: 14px;\n  margin-top: 20px;\n}\n<\/style>\n\n<div class=\"allin-reservation\">\n  \n  <!-- Header -->\n  <div class=\"allin-header\">\n    <h2>Reservierung<\/h2>\n    <p>W\u00e4hlen Sie Ihren Service und buchen Sie einfach online oder telefonisch<\/p>\n  <\/div>\n\n  <!-- Cards -->\n  <div class=\"allin-cards\">\n    \n    <!-- Bowling Card -->\n    <div class=\"allin-card bowling\">\n      <div class=\"allin-card-header\">\n        <div class=\"allin-card-icon\">\n          <svg viewBox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n            <circle cx=\"12\" cy=\"8\" r=\"1.5\" fill=\"white\"\/>\n            <circle cx=\"8.5\" cy=\"13\" r=\"1.5\" fill=\"white\"\/>\n            <circle cx=\"15.5\" cy=\"13\" r=\"1.5\" fill=\"white\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"allin-card-header-text\">\n          <span>Freizeit & Gastronomie<\/span>\n          <h3>Bowling, Kegeln & Restaurant<\/h3>\n        <\/div>\n      <\/div>\n      <div class=\"allin-card-content\">\n        <p>Reservieren Sie Ihre Bowling- oder Kegelbahn oder einen Tisch in unserem Restaurant \u2013 alles einfach online \u00fcber unser Buchungssystem.<\/p>\n        \n        <ul class=\"allin-features\">\n          <li><span class=\"emoji\">\ud83c\udfb3<\/span> Bowling ab 45\u20ac\/Stunde (max. 7 Pers.)<\/li>\n          <li><span class=\"emoji\">\ud83c\udf7d\ufe0f<\/span> Restaurant-Reservierung verf\u00fcgbar<\/li>\n          <li><span class=\"emoji\">\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc66<\/span> Ideal f\u00fcr Familien & Gruppen<\/li>\n          <li><span class=\"emoji\">\ud83d\udcc5<\/span> Online-Reservierung 24\/7<\/li>\n        <\/ul>\n        \n        <a href=\"http:\/\/booking.all-in.lu\" target=\"_blank\" class=\"allin-btn orange\">\n          Online reservieren\n          <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Van Card -->\n    <div class=\"allin-card van\">\n      <div class=\"allin-card-header\">\n        <div class=\"allin-card-icon\">\n          <svg viewBox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <rect x=\"1\" y=\"6\" width=\"15\" height=\"10\" rx=\"2\"\/>\n            <path d=\"M16 8h4l3 4v4h-7\"\/>\n            <circle cx=\"5.5\" cy=\"18\" r=\"2\"\/>\n            <circle cx=\"18.5\" cy=\"18\" r=\"2\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"allin-card-header-text\">\n          <span>Vermietung<\/span>\n          <h3>Transporter<\/h3>\n        <\/div>\n      <\/div>\n      <div class=\"allin-card-content\">\n        <p>Unser praktischer Transporter steht Ihnen f\u00fcr Umz\u00fcge, Materialtransporte oder Veranstaltungen zur Verf\u00fcgung.<\/p>\n        \n        <div class=\"allin-price-box\">\n          <p class=\"price\">65\u20ac <span>pro Tag<\/span><\/p>\n          <ul class=\"allin-price-list\">\n            <li>\n              <svg viewBox=\"0 0 24 24\"><path d=\"M5 13l4 4L19 7\"\/><\/svg>\n              Verf\u00fcgbar von 10:00 bis 21:00 Uhr\n            <\/li>\n            <li>\n              <svg viewBox=\"0 0 24 24\"><path d=\"M5 13l4 4L19 7\"\/><\/svg>\n              200 km inklusive\n            <\/li>\n            <li>\n              <svg viewBox=\"0 0 24 24\"><path d=\"M5 13l4 4L19 7\"\/><\/svg>\n              Zus\u00e4tzlicher km: 0,25\u20ac\n            <\/li>\n            <li class=\"info\">\n              <svg viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M12 16v-4M12 8h.01\"\/><\/svg>\n              Kaution: 250\u20ac\n            <\/li>\n          <\/ul>\n        <\/div>\n        \n        <a href=\"https:\/\/www.all-in.lu\/van?lang=de\" target=\"_blank\" class=\"allin-btn blue\">\n          Online reservieren\n          <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <!-- Birthday Notice -->\n  <div class=\"allin-birthday\">\n    <div class=\"allin-birthday-emoji\">\ud83c\udf82<\/div>\n    <div class=\"allin-birthday-text\">\n      <h4>Planen Sie eine Geburtstagsfeier?<\/h4>\n      <p>F\u00fcr Geburtstagsfeiern und Gruppenveranstaltungen beraten wir Sie gerne pers\u00f6nlich.<\/p>\n    <\/div>\n    <a href=\"https:\/\/www.all-in.lu\/kgb-booking\/?lang=de\" class=\"allin-btn-outline\">\n      Mehr erfahren\n      <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\n    <\/a>\n  <\/div>\n\n  <!-- Contact Footer -->\n  <div class=\"allin-contact\">\n    <h4>Fragen? Wir helfen Ihnen gerne!<\/h4>\n    <div class=\"allin-contact-btns\">\n      <a href=\"tel:+35226889328\" class=\"allin-contact-btn\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72 12.84 12.84 0 00.7 2.81 2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45 12.84 12.84 0 002.81.7A2 2 0 0122 16.92z\"\/><\/svg>\n        +352 26-88-93-28\n      <\/a>\n      <a href=\"mailto:info@all-in.lu\" class=\"allin-contact-btn\">\n        <svg viewBox=\"0 0 24 24\"><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\"\/><polyline points=\"22,6 12,13 2,6\"\/><\/svg>\n        info@all-in.lu\n      <\/a>\n    <\/div>\n    <p class=\"allin-footer-text\">All In Family Fun Center \u00b7 Heiderscheid, Luxemburg<\/p>\n  <\/div>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Reservierung W\u00e4hlen Sie Ihren Service und buchen Sie einfach online oder telefonisch Freizeit &#038; Gastronomie Bowling, Kegeln &#038; Restaurant Reservieren Sie Ihre Bowling- oder Kegelbahn oder einen Tisch in unserem Restaurant \u2013 alles einfach online \u00fcber unser Buchungssystem. \ud83c\udfb3 Bowling ab 45\u20ac\/Stunde (max. 7 Pers.) \ud83c\udf7d\ufe0f Restaurant-Reservierung verf\u00fcgbar \ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc66 Ideal f\u00fcr Familien &#038; Gruppen \ud83d\udcc5 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-913","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.all-in.lu\/de\/wp-json\/wp\/v2\/pages\/913","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.all-in.lu\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.all-in.lu\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.all-in.lu\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.all-in.lu\/de\/wp-json\/wp\/v2\/comments?post=913"}],"version-history":[{"count":45,"href":"https:\/\/www.all-in.lu\/de\/wp-json\/wp\/v2\/pages\/913\/revisions"}],"predecessor-version":[{"id":3838,"href":"https:\/\/www.all-in.lu\/de\/wp-json\/wp\/v2\/pages\/913\/revisions\/3838"}],"wp:attachment":[{"href":"https:\/\/www.all-in.lu\/de\/wp-json\/wp\/v2\/media?parent=913"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}