{"id":4703,"date":"2026-08-17T10:24:04","date_gmt":"2026-08-17T10:24:04","guid":{"rendered":"https:\/\/hyend.de\/?page_id=4703"},"modified":"2026-08-22T21:33:49","modified_gmt":"2026-08-22T21:33:49","slug":"for-students-and-hobby-rocketeers","status":"publish","type":"page","link":"https:\/\/hyend.de\/index.php\/for-students-and-hobby-rocketeers\/","title":{"rendered":"For Students and Hobby-Rocketeers"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* ==================================================\n   HYEND \u2013 STUDENTS & HOBBY ROCKETEERS\n================================================== *\/\n\n.hyend-rocket-stats {\n  --hyend-orange: #ff8200;\n  --hyend-line: rgba(255, 255, 255, 0.14);\n  --hyend-soft-line: rgba(255, 255, 255, 0.08);\n  --hyend-soft-bg: rgba(255, 255, 255, 0.025);\n\n  position: relative;\n  width: 100%;\n\n  padding:\n    clamp(52px, 7vw, 75px)\n    clamp(16px, 3vw, 28px)\n    clamp(65px, 8vw, 90px);\n\n  background: transparent;\n  font-family: inherit;\n}\n\n.hyend-rocket-stats,\n.hyend-rocket-stats * {\n  box-sizing: border-box;\n}\n\n\n\/* ==================================================\n   HEADER\n================================================== *\/\n\n.hyend-stats-header {\n  width: min(100%, 820px);\n  margin: 0 auto clamp(38px, 6vw, 60px);\n  text-align: center;\n}\n\n.hyend-stats-header h2 {\n  margin: 0 0 clamp(14px, 2vw, 18px);\n\n  color: inherit;\n\n  font-size: clamp(2rem, 4vw, 3.1rem);\n  line-height: 1.08;\n  font-weight: 900;\n\n  text-wrap: balance;\n  text-align: center !important;\n}\n\n.hyend-stats-header p {\n  width: min(100%, 760px);\n  margin: 0 auto;\n\n  color: inherit;\n  font-size: inherit;\n  line-height: 1.65;\n  opacity: 0.78;\n\n  text-align: center !important;\n}\n\n\n\/* ==================================================\n   LIST\n================================================== *\/\n\n.hyend-stats-list {\n  width: min(100%, 1240px);\n  margin: 0 auto;\n  border-bottom: 1px solid var(--hyend-line);\n}\n\n\n\/* ==================================================\n   ITEM\n================================================== *\/\n\n.hyend-stat-item {\n  display: grid;\n\n  grid-template-columns:\n    minmax(300px, 0.9fr)\n    minmax(0, 1.1fr);\n\n  gap: clamp(32px, 5vw, 70px);\n  align-items: center;\n\n  padding: clamp(42px, 5vw, 58px) 0;\n\n  color: inherit;\n  border-top: 1px solid var(--hyend-line);\n}\n\n\n\/* ==================================================\n   IMAGE FRAME\n================================================== *\/\n\n.hyend-stat-image-wrap {\n  position: relative;\n\n  width: 100%;\n  min-width: 0;\n\n  padding: clamp(10px, 1.2vw, 14px);\n  overflow: hidden;\n\n  background:\n    linear-gradient(\n      180deg,\n      rgba(255, 255, 255, 0.045),\n      rgba(255, 255, 255, 0.015)\n    );\n\n  border: 1px solid var(--hyend-soft-line);\n\n  box-shadow:\n    0 14px 30px rgba(0, 0, 0, 0.16),\n    inset 0 1px 0 rgba(255, 255, 255, 0.03);\n}\n\n.hyend-stat-image-wrap::before {\n  content: \"\";\n\n  position: absolute;\n  top: -1px;\n  left: -1px;\n  z-index: 3;\n\n  width: clamp(42px, 5vw, 54px);\n  height: 3px;\n\n  background: var(--hyend-orange);\n}\n\n.hyend-stat-image-wrap::after {\n  content: \"\";\n\n  position: absolute;\n  inset: 7px;\n  z-index: 2;\n\n  border: 1px solid rgba(255, 255, 255, 0.05);\n\n  pointer-events: none;\n}\n\n\n\/* ==================================================\n   IMAGE\n================================================== *\/\n\n.hyend-stat-image {\n  position: relative;\n\n  width: 100%;\n  height: 420px;\n\n  overflow: hidden;\n\n  background: var(--hyend-soft-bg);\n}\n\n.hyend-stat-image img {\n  display: block;\n\n  width: 100%;\n  height: 100%;\n\n  object-fit: cover;\n  object-position: center;\n\n  transform: scale(1);\n\n  transition: transform 0.45s ease;\n}\n\n.hyend-stat-image::after {\n  content: \"\";\n\n  position: absolute;\n  inset: 0;\n\n  pointer-events: none;\n\n  background:\n    linear-gradient(\n      to bottom,\n      rgba(0, 0, 0, 0.02),\n      rgba(0, 0, 0, 0.12)\n    );\n}\n\n.hyend-stat-item:hover .hyend-stat-image img {\n  transform: scale(1.025);\n}\n\n\n\/* ==================================================\n   CLICKABLE CONTENT\n================================================== *\/\n\n.hyend-stat-content,\n.hyend-stat-content:link,\n.hyend-stat-content:visited {\n  display: block;\n\n  width: 100%;\n  min-width: 0;\n  max-width: 680px;\n\n  color: inherit !important;\n  text-decoration: none !important;\n  text-align: left !important;\n\n  transform: translateX(0);\n\n  transition:\n    transform 0.3s ease,\n    opacity 0.3s ease;\n}\n\n.hyend-stat-content:hover,\n.hyend-stat-content:active,\n.hyend-stat-content:focus {\n  color: inherit !important;\n  text-decoration: none !important;\n}\n\n\n\/* ==================================================\n   LABEL\n================================================== *\/\n\n.hyend-stat-label {\n  display: inline-block;\n\n  margin-bottom: 10px;\n\n  color: var(--hyend-orange);\n\n  font-size: inherit;\n  line-height: 1.25;\n  font-weight: 700;\n  letter-spacing: 0.06em;\n\n  text-transform: uppercase;\n  text-align: left !important;\n\n  transition:\n    opacity 0.3s ease,\n    letter-spacing 0.3s ease;\n}\n\n\n\/* ==================================================\n   HEADLINE\n================================================== *\/\n\n.hyend-stat-content h3 {\n  margin: 0 0 16px;\n\n  color: inherit;\n\n  font-size: clamp(1.5rem, 2.5vw, 2rem);\n  line-height: 1.12;\n  font-weight: 900;\n\n  overflow-wrap: break-word;\n  text-wrap: balance;\n\n  text-align: left !important;\n\n  transition:\n    color 0.3s ease,\n    opacity 0.3s ease;\n}\n\n\n\/* ==================================================\n   TEXT\n================================================== *\/\n\n.hyend-stat-content p {\n  margin: 0;\n\n  color: inherit;\n\n  font-size: inherit;\n  line-height: 1.65;\n\n  opacity: 0.78;\n\n  overflow-wrap: break-word;\n\n  text-align: left !important;\n\n  transition: opacity 0.3s ease;\n}\n\n.hyend-stat-content p + p {\n  margin-top: 12px;\n}\n\n\n\/* ==================================================\n   CTA\n================================================== *\/\n\n.hyend-stat-cta {\n  position: relative;\n\n  display: inline-flex;\n  align-items: center;\n  gap: 0.2em;\n\n  max-width: 100%;\n\n  margin-top: clamp(18px, 2.5vw, 22px);\n  padding: 0.5rem 0;\n\n  color: #ffffff;\n\n  font-size: clamp(1.05rem, 2vw, 1.5rem);\n  line-height: 1.2;\n  font-weight: 700;\n  letter-spacing: clamp(0.04em, 0.7vw, 0.08em);\n\n  text-transform: uppercase;\n\n  transform: translateX(0);\n\n  transition:\n    color 0.3s ease,\n    transform 0.3s ease;\n}\n\n.hyend-stat-cta::after {\n  content: \"\";\n\n  position: absolute;\n  right: 0;\n  bottom: -0.3rem;\n  left: 0;\n\n  height: 2px;\n\n  background: var(--hyend-orange);\n\n  transform: scaleX(1);\n  transform-origin: left;\n\n  transition: transform 0.3s ease;\n}\n\n.hyend-stat-cta span {\n  flex: 0 0 auto;\n\n  margin-left: 0.2em;\n\n  color: inherit;\n}\n\n\n\/* ==================================================\n   HOVER OVER COMPLETE TEXT AREA\n================================================== *\/\n\n@media (hover: hover) and (pointer: fine) {\n  .hyend-stat-content:hover {\n    transform: translateX(4px);\n  }\n\n  .hyend-stat-content:hover p {\n    opacity: 0.9;\n  }\n\n  .hyend-stat-content:hover .hyend-stat-label {\n    letter-spacing: 0.075em;\n  }\n\n  .hyend-stat-content:hover .hyend-stat-cta {\n    color: var(--hyend-orange);\n    transform: translateX(5px);\n  }\n\n  .hyend-stat-content:hover .hyend-stat-cta::after {\n    transform: scaleX(1.08);\n  }\n}\n\n\n\/* ==================================================\n   KEYBOARD FOCUS\n================================================== *\/\n\n.hyend-stat-content:focus-visible {\n  outline: 2px solid var(--hyend-orange);\n  outline-offset: 10px;\n}\n\n\n\/* ==================================================\n   SMALL DESKTOP\n================================================== *\/\n\n@media (max-width: 1050px) {\n  .hyend-stat-item {\n    grid-template-columns:\n      minmax(280px, 380px)\n      minmax(0, 1fr);\n\n    gap: clamp(28px, 4vw, 42px);\n  }\n\n  .hyend-stat-image {\n    height: 380px;\n  }\n}\n\n\n\/* ==================================================\n   TABLET\n================================================== *\/\n\n@media (max-width: 860px) {\n  .hyend-rocket-stats {\n    padding-top: 55px;\n    padding-bottom: 70px;\n  }\n\n  .hyend-stats-header {\n    margin-bottom: 42px;\n  }\n\n  .hyend-stat-item {\n    grid-template-columns: minmax(0, 1fr);\n\n    gap: 26px;\n\n    padding: 42px 0;\n  }\n\n  .hyend-stat-image-wrap {\n    width: min(100%, 680px);\n  }\n\n  .hyend-stat-image {\n    height: 360px;\n  }\n\n  .hyend-stat-content {\n    max-width: 680px;\n  }\n\n  .hyend-stat-content h3 {\n    font-size: clamp(1.55rem, 5vw, 2rem);\n  }\n}\n\n\n\/* ==================================================\n   MOBILE\n================================================== *\/\n\n@media (max-width: 520px) {\n  .hyend-rocket-stats {\n    padding-right: 16px;\n    padding-left: 16px;\n  }\n\n  .hyend-stats-header h2 {\n    font-size: clamp(1.9rem, 9vw, 2.5rem);\n  }\n\n  .hyend-stat-item {\n    gap: 22px;\n\n    padding: 34px 0;\n  }\n\n  .hyend-stat-image-wrap {\n    padding: 10px;\n  }\n\n  .hyend-stat-image-wrap::after {\n    inset: 5px;\n  }\n\n  .hyend-stat-cta {\n    font-size: clamp(1rem, 5vw, 1.2rem);\n    letter-spacing: 0.045em;\n  }\n}\n\n\n\/* ==================================================\n   SMALL MOBILE\n================================================== *\/\n\n@media (max-width: 430px) {\n  .hyend-stat-image {\n    height: 300px;\n  }\n\n  .hyend-stat-image-wrap::before {\n    width: 42px;\n  }\n}\n\n\n\/* ==================================================\n   REDUCED MOTION\n================================================== *\/\n\n@media (prefers-reduced-motion: reduce) {\n  .hyend-stat-image img,\n  .hyend-stat-content,\n  .hyend-stat-content h3,\n  .hyend-stat-content p,\n  .hyend-stat-label,\n  .hyend-stat-cta,\n  .hyend-stat-cta::after {\n    transition: none;\n  }\n\n  .hyend-stat-content:hover,\n  .hyend-stat-content:hover .hyend-stat-cta {\n    transform: none;\n  }\n}\n<\/style>\n\n<section id=\"hyend-rocket-stats\" class=\"hyend-rocket-stats\" aria-labelledby=\"hyend-rocket-stats-title\">\n  <header class=\"hyend-stats-header\">\n    <h2 id=\"hyend-rocket-stats-title\">\n      Get hands-on with rocketry\n    <\/h2>\n\n    <p>\n      Rocketry is what brought us together \u2014 and we want to make it\n      accessible to others. Whether you are taking your first steps into\n      rocketry, looking for a launch opportunity for your experiment, or\n      developing your own propulsion project, we are happy to share our\n      experience and support you where possible.\n    <\/p>\n  <\/header>\n\n  <div class=\"hyend-stats-list\">\n\n    <!-- Model Rocket Workshop -->\n\n    <article class=\"hyend-stat-item\">\n      <div class=\"hyend-stat-image-wrap\">\n        <div class=\"hyend-stat-image\">\n          <img decoding=\"async\" src=\"https:\/\/hyend.de\/wp-content\/uploads\/2026\/08\/Rocket-Building-Workshop.jpg\" alt=\"Model rocket workshop\" loading=\"lazy\">\n        <\/div>\n      <\/div>\n\n      <div class=\"hyend-stat-content\">\n        <span class=\"hyend-stat-label\">\n          Workshop\n        <\/span>\n\n        <h3>\n          Build &amp; Launch Your Own Model Rocket\n        <\/h3>\n\n        <p>\n  Building your own model rocket is a great way to get started with\n  rocketry \u2014 and it does not have to be complicated. Designed for school\n  classes, youth groups, student groups and anyone curious about rocketry,\n  our three- to four-hour workshop requires no previous experience and no\n  special equipment. Simple materials such as paper, cardboard, glue, a few\n  basic tools and a commercially available rocket motor are all you need to\n  build a functional model rocket. Participants work in small teams and are\n  guided through the complete assembly process.\n<\/p>\n\n<p>\n  Along the way, we introduce the essential components of a rocket\n  and explain the basic principles of aerodynamics, stability,\n  propulsion and recovery.\n<\/p>\n\n<p>\n  At the end of the workshop, the completed rockets are launched\n  together \u2014 turning simple materials and a few hours of teamwork into\n  a real flight experience.\n<\/p>\n\n\n        <a class=\"hyend-stat-cta\" href=\"https:\/\/hyend.de\/index.php\/contact-us\/?your-subject=%5BRocket%20Workshop%5D\">\n          Ask about a workshop\n          <span aria-hidden=\"true\">\u2192<\/span>\n        <\/a>\n      <\/div>\n    <\/article>\n\n\n    <!-- CanSat Launcher -->\n\n    <article class=\"hyend-stat-item\">\n      <div class=\"hyend-stat-image-wrap\">\n        <div class=\"hyend-stat-image\">\n          <img decoding=\"async\" src=\"https:\/\/hyend.de\/wp-content\/uploads\/2026\/08\/CanSatLauncher-1-scaled.jpg\" alt=\"HyEnD CanSat Launcher\" loading=\"lazy\">\n        <\/div>\n      <\/div>\n\n      <div class=\"hyend-stat-content\">\n        <span class=\"hyend-stat-label\">\n          CanSat Launch\n        <\/span>\n\n        <h3>\n          Launch Your Experiment with Us\n        <\/h3>\n\n        <p>\n          Our CanSat Launcher can carry small experiments approximately the\n          size of a beverage can to an altitude of around 300\u2013400 metres and\n          deploy them during flight. Up to two CanSats can be carried on a\n          single launch.\n        <\/p>\n\n        <p>\n          This gives student teams, schools and hobby projects the\n          opportunity to test sensors, telemetry, recovery systems and\n          complete experiments under real flight conditions.\n        <\/p>\n\n        <p>\n          Thanks to the launcher\u2019s simple design, several launches can be\n          carried out in quick succession, making it possible to repeat\n          tests or fly different experiments within the same launch\n          campaign.\n        <\/p>\n\n        <a class=\"hyend-stat-cta\" href=\"https:\/\/hyend.de\/index.php\/contact-us\/?your-subject=%5BCanSat%5D\">\n          Fly with us\n          <span aria-hidden=\"true\">\u2192<\/span>\n        <\/a>\n      <\/div>\n    <\/article>\n\n\n    <!-- Development Support -->\n\n    <article class=\"hyend-stat-item\">\n      <div class=\"hyend-stat-image-wrap\">\n        <div class=\"hyend-stat-image\">\n          <img decoding=\"async\" src=\"https:\/\/hyend.de\/wp-content\/uploads\/2026\/08\/EngineConstruction-scaled.jpg\" alt=\"Rocket engine development at HyEnD\" loading=\"lazy\">\n        <\/div>\n      <\/div>\n\n      <div class=\"hyend-stat-content\">\n        <span class=\"hyend-stat-label\">\n          Development Support\n        <\/span>\n\n        <h3>\n          Support for Your Rocket Engine Project\n        <\/h3>\n\n        <p>\n          Are you developing your own rocket engine and looking for\n          experienced feedback?\n        <\/p>\n\n        <p>\n          With many years of hands-on experience in the development,\n          manufacturing and testing of rocket propulsion systems, HyEnD can\n          provide advice to student teams and hobby rocketeers working on\n          their own propulsion projects.\n        <\/p>\n\n        <p>\n          Depending on the project, we can review your concept, discuss\n          testing and instrumentation approaches, and share practical\n          experience from developing and operating our own rocket engines.\n        <\/p>\n\n        <a class=\"hyend-stat-cta\" href=\"https:\/\/hyend.de\/index.php\/contact-us\/?your-subject=%5BDevelopment%20Support%5D\">\n          Tell us about your project\n          <span aria-hidden=\"true\">\u2192<\/span>\n        <\/a>\n      <\/div>\n    <\/article>\n\n  <\/div>\n<\/section>\n\n\n\n<style data-wp-block-html=\"css\">\n.hyend-cta {\n  max-width: 850px;\n  margin: 55px auto 25px;\n  padding: 42px 35px;\n  text-align: center;\n\n  background: rgba(255, 255, 255, 0.035);\n  border: 1px solid rgba(255, 255, 255, 0.10);\n  border-top: 3px solid #ff8200;\n  border-radius: 8px;\n}\n\n.hyend-cta h3 {\n  margin: 0 0 14px;\n  color: #ffffff;\n  font-size: 30px;\n  line-height: 1.2;\n  font-weight: 700;\n}\n\n.hyend-cta p {\n  max-width: 720px;\n  margin: 0 auto 25px;\n  color: #e2e2e2;\n  font-size: 18px;\n  line-height: 1.6;\n}\n\n\n\/* Contact button *\/\n.hyend-contact-button {\n  display: inline-block;\n  padding: 12px 28px;\n\n  background: #ff8200;\n  color: #ffffff !important;\n\n  font-size: 16px;\n  font-weight: 600;\n  text-decoration: none !important;\n\n  border-radius: 4px;\n\n  transition:\n    transform 0.2s ease,\n    background-color 0.2s ease;\n}\n\n.hyend-contact-button:hover {\n  background: #e97500;\n  color: #ffffff !important;\n  transform: translateY(-2px);\n}\n\n\n\/* Social section *\/\n.hyend-social {\n  margin-top: 30px;\n}\n\n.hyend-social > span {\n  display: block;\n  margin-bottom: 13px;\n\n  color: #bfc3ca;\n  font-size: 14px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n\n\n\/* Icons *\/\n.hyend-social-links {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  gap: 12px;\n}\n\n.hyend-social-links a {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  width: 42px;\n  height: 42px;\n\n  background: rgba(255, 255, 255, 0.08);\n  border: 1px solid rgba(255, 255, 255, 0.12);\n  border-radius: 50%;\n\n  color: #ffffff !important;\n  font-size: 18px;\n  text-decoration: none !important;\n\n  transition:\n    background-color 0.2s ease,\n    border-color 0.2s ease,\n    transform 0.2s ease;\n}\n\n.hyend-social-links a:hover {\n  background: #ff8200;\n  border-color: #ff8200;\n  color: #ffffff !important;\n  transform: translateY(-2px);\n}\n\n\n\/* Mobile *\/\n@media (max-width: 600px) {\n\n  .hyend-cta {\n    margin-top: 35px;\n    padding: 32px 20px;\n  }\n\n  .hyend-cta h3 {\n    font-size: 25px;\n  }\n\n  .hyend-cta p {\n    font-size: 16px;\n  }\n}\n<\/style>\n\n<div style=\"text-align:center; margin-top:30px;\">\n\n  <p style=\"margin-bottom:14px;\">\n    Interested in working with us, launching an experiment, or just have an idea you\u2019d like to talk about?<br>\n    Get in touch through our <a href=\"https:\/\/hyend.de\/index.php\/contact-us\/\">contact form<\/a>\n    \u2014 we\u2019d love to hear from you.\n  <\/p>\n\n  <p style=\"margin:0 0 12px 0;\">\n    Or follow us on social media:\n  <\/p>\n\n  <div class=\"hyend-social-links\">\n\n    <a href=\"https:\/\/www.facebook.com\/Hybridtriebwerk\/\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Facebook\">\n      <i class=\"fab fa-facebook-f\"><\/i>\n    <\/a>\n\n    <a href=\"https:\/\/www.instagram.com\/hyend_uni_stuttgart\/\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Instagram\">\n      <i class=\"fab fa-instagram\"><\/i>\n    <\/a>\n\n    <a href=\"https:\/\/www.linkedin.com\/company\/hyend\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"LinkedIn\">\n      <i class=\"fab fa-linkedin-in\"><\/i>\n    <\/a>\n\n    <a href=\"https:\/\/www.youtube.com\/@HybridEngineDevelopment\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"YouTube\">\n      <i class=\"fab fa-youtube\"><\/i>\n    <\/a>\n\n  <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Get hands-on with rocketry Rocketry is what brought us together \u2014 and we want to make it accessible to others. &hellip; <a href=\"https:\/\/hyend.de\/index.php\/for-students-and-hobby-rocketeers\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">For Students and Hobby-Rocketeers<\/span><\/a><\/p>\n","protected":false},"author":1045,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4703","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/hyend.de\/index.php\/wp-json\/wp\/v2\/pages\/4703","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hyend.de\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hyend.de\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hyend.de\/index.php\/wp-json\/wp\/v2\/users\/1045"}],"replies":[{"embeddable":true,"href":"https:\/\/hyend.de\/index.php\/wp-json\/wp\/v2\/comments?post=4703"}],"version-history":[{"count":68,"href":"https:\/\/hyend.de\/index.php\/wp-json\/wp\/v2\/pages\/4703\/revisions"}],"predecessor-version":[{"id":4804,"href":"https:\/\/hyend.de\/index.php\/wp-json\/wp\/v2\/pages\/4703\/revisions\/4804"}],"wp:attachment":[{"href":"https:\/\/hyend.de\/index.php\/wp-json\/wp\/v2\/media?parent=4703"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}