{"id":1385,"date":"2025-09-18T10:08:52","date_gmt":"2025-09-18T10:08:52","guid":{"rendered":"https:\/\/rethinkrotor.tech\/?page_id=1385"},"modified":"2025-09-18T10:12:16","modified_gmt":"2025-09-18T10:12:16","slug":"testpage2","status":"publish","type":"page","link":"https:\/\/rethinkrotor.tech\/en\/testpage2\/","title":{"rendered":"testpage2"},"content":{"rendered":"<div class=\"wp-block-group alignfull has-background has-global-padding is-layout-constrained wp-block-group-is-layout-constrained gtfy-2\" style=\"background-color:#b5bdbc78;padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)\">\n<div class=\"people-carousel-container gtfy-1\">\n  <button class=\"carousel-btn left\">&#10094;<\/button>\n  <div class=\"people-carousel-wrapper\">\n    <div class=\"people-carousel\">\n\n      <div class=\"person\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/GuntherSchuh_042-12x18-Kopie.jpeg\" alt=\"Schuh\">\n        <div class=\"person-title\">Prof. Dr.-Ing. G\u00fcnther Schuh<\/div>\n        <div class=\"person-desc\">Direktor des WZL, des Fraunhofer IPT und des FIR der RWTH Aachen &#8211; Mitglied der acatech: Deutsche Akademie der Technikwissenschaften<\/div>\n      <\/div>\n\n      <div class=\"person\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/GuntherSchuh_042-12x18-Kopie.jpeg\" alt=\"Schuh\">\n        <div class=\"person-title\">Prof. Dr.-Ing. G\u00fcnther Schuh<\/div>\n        <div class=\"person-desc\">Direktor des WZL, des Fraunhofer IPT und des FIR der RWTH Aachen &#8211; Mitglied der acatech: Deutsche Akademie der Technikwissenschaften<\/div>\n      <\/div>\n\n      <div class=\"person\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/GuntherSchuh_042-12x18-Kopie.jpeg\" alt=\"Schuh\">\n        <div class=\"person-title\">Prof. Dr.-Ing. G\u00fcnther Schuh<\/div>\n        <div class=\"person-desc\">Direktor des WZL, des Fraunhofer IPT und des FIR der RWTH Aachen &#8211; Mitglied der acatech: Deutsche Akademie der Technikwissenschaften<\/div>\n      <\/div>\n\n      <div class=\"person\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/GuntherSchuh_042-12x18-Kopie.jpeg\" alt=\"Schuh\">\n        <div class=\"person-title\">Prof. Dr.-Ing. G\u00fcnther Schuh<\/div>\n        <div class=\"person-desc\">Direktor des WZL, des Fraunhofer IPT und des FIR der RWTH Aachen &#8211; Mitglied der acatech: Deutsche Akademie der Technikwissenschaften<\/div>\n      <\/div>\n\n      <div class=\"person\">\n        <img decoding=\"async\" src=\"https:\/\/rethinkrotor.tech\/wp-content\/uploads\/2025\/09\/Person_Image_Placeholder-square.png\" alt=\"Person 7\">\n        <div class=\"person-title\">Person 7<\/div>\n        <div class=\"person-desc\">Some description about this person<\/div>\n      <\/div>\n\n      <div class=\"person\">\n        <img decoding=\"async\" src=\"https:\/\/rethinkrotor.tech\/wp-content\/uploads\/2025\/09\/Person_Image_Placeholder-square.png\" alt=\"Person 8\">\n        <div class=\"person-title\">Person 8<\/div>\n        <div class=\"person-desc\">Another short description<\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n  <button class=\"carousel-btn right\">&#10095;<\/button>\n<\/div>\n\n<style>\n\n.carousel-btn {\n  background: transparent;\n  border: none;\n  font-size: 100px;\n  color: #888;\n  cursor: pointer;\n  transition: color 0.2s;\n}\n\n.carousel-btn:hover {\n  color: #555;\n}\n\n\n.people-carousel-container {\n  display: flex;\n  align-items: center;\n  width: 100%;           \/* \u2705 full width across the page *\/\n  max-width: 1200px;     \/* optional: cap it for large screens *\/\n  margin: 0 auto;        \/* center it *\/\n  position: relative;\n}\n\n.people-carousel-wrapper {\n  overflow-x: auto;\n  flex: 1;\n  scroll-behavior: smooth;\n  scrollbar-width: none; \/* Firefox *\/\n  -ms-overflow-style: none; \/* IE 10+ *\/\n\n  \/* \u2705 make wrapper taller\/wider *\/\n  max-width: 100%;       \/* use full width of container *\/\n  padding: 0 10px;       \/* small side padding so content doesn\u2019t stick to arrows *\/\n  box-sizing: border-box;\n}\n\n.people-carousel-wrapper::-webkit-scrollbar {\n  display: none;\n}\n\n.people-carousel {\n  white-space: nowrap;\n}\n\n.person {\n  display: inline-block;\n  width: 330px;       \/* wider card *\/\n  margin-right: 30px;\n  vertical-align: top;\n  text-align: center;\n}\n\n.person img {\n  height: 300px;      \/* bigger image *\/\n  width: auto;\n  border-radius: 8px;\n  object-fit: cover;\n  display: block;\n  margin: 0 auto;\n}\n\n.person-title {\n  font-size: 18px;    \/* bigger title *\/\n  font-weight: 600;\n  color: #111;\n  margin-top: 10px;\n  text-align: center;\n}\n\n.person-desc {\n  font-size: 14px;\n  color: #555;\n  line-height: 1.5;\n  margin-top: 6px;\n  text-align: left;   \/* description left-aligned *\/\n  word-wrap: break-word;\n  white-space: normal;\n}\n<\/style>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n  const carousel = document.querySelector('.people-carousel');\n  const wrapper = document.querySelector('.people-carousel-wrapper');\n  const leftBtn = document.querySelector('.carousel-btn.left');\n  const rightBtn = document.querySelector('.carousel-btn.right');\n\n  const scrollAmount = 240; \/\/ match card width + margin\n\n  const tolerance = 1; \/\/ allow tiny rounding differences\n\n  rightBtn.addEventListener('click', () => {\n    if (wrapper.scrollLeft + wrapper.clientWidth >= carousel.scrollWidth - tolerance) {\n      wrapper.scrollLeft = 0; \/\/ loop to start\n    } else {\n      wrapper.scrollLeft += scrollAmount;\n    }\n  });\n\n  leftBtn.addEventListener('click', () => {\n    if (wrapper.scrollLeft <= tolerance) {\n      wrapper.scrollLeft = carousel.scrollWidth - wrapper.clientWidth; \/\/ loop to end\n    } else {\n      wrapper.scrollLeft -= scrollAmount;\n    }\n  });\n});\n<\/script>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>&#10094; Prof. Dr.-Ing. G\u00fcnther Schuh Direktor des WZL, des Fraunhofer IPT und des FIR der RWTH Aachen &#8211; Mitglied der acatech: Deutsche Akademie der Technikwissenschaften Prof. Dr.-Ing. G\u00fcnther Schuh Direktor des WZL, des Fraunhofer IPT und des FIR der RWTH Aachen &#8211; Mitglied der acatech: Deutsche Akademie der Technikwissenschaften Prof. Dr.-Ing. G\u00fcnther Schuh Direktor des [&hellip;]<\/p>","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-1385","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/rethinkrotor.tech\/en\/wp-json\/wp\/v2\/pages\/1385","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rethinkrotor.tech\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rethinkrotor.tech\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rethinkrotor.tech\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/rethinkrotor.tech\/en\/wp-json\/wp\/v2\/comments?post=1385"}],"version-history":[{"count":2,"href":"https:\/\/rethinkrotor.tech\/en\/wp-json\/wp\/v2\/pages\/1385\/revisions"}],"predecessor-version":[{"id":1387,"href":"https:\/\/rethinkrotor.tech\/en\/wp-json\/wp\/v2\/pages\/1385\/revisions\/1387"}],"wp:attachment":[{"href":"https:\/\/rethinkrotor.tech\/en\/wp-json\/wp\/v2\/media?parent=1385"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}