{"id":9041,"date":"2026-05-12T15:51:13","date_gmt":"2026-05-12T13:51:13","guid":{"rendered":"https:\/\/billroth73.at\/?p=9041"},"modified":"2026-05-12T15:54:09","modified_gmt":"2026-05-12T13:54:09","slug":"9041","status":"publish","type":"post","link":"https:\/\/billroth73.at\/index.php\/2026\/05\/12\/9041\/","title":{"rendered":"Vincent (2A) und Yichen (1D) gl\u00e4nzen beim K\u00e4nguru-Wettbewerb"},"content":{"rendered":"\n\n\n<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n<meta charset=\"UTF-8\">\n<style>\n  .kg-wrap * { box-sizing: border-box; margin: 0; padding: 0; }\n  .kg-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    color: #2d3748;\n    max-width: 900px;\n    margin: 0 auto;\n    line-height: 1.6;\n  }\n\n  \/* Hero *\/\n  .kg-hero {\n    background: linear-gradient(135deg, #1a5c38 0%, #2d8653 60%, #4aab73 100%);\n    border-radius: 14px;\n    padding: 48px 44px;\n    color: white;\n    margin-bottom: 32px;\n  }\n  .kg-hero-label {\n    font-size: 0.8rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    opacity: 0.8;\n    margin-bottom: 12px;\n  }\n  .kg-hero h1 { font-size: 2rem; font-weight: 800; color: #fff; letter-spacing: -0.5px; margin-bottom: 14px; line-height: 1.25; }\n  .kg-hero p { font-size: 1rem; opacity: 0.92; max-width: 600px; line-height: 1.7; }\n\n  \/* Gold badge *\/\n  .kg-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: rgba(255,215,0,0.22);\n    border: 1px solid rgba(255,215,0,0.5);\n    border-radius: 50px;\n    padding: 10px 20px;\n    color: #ffe87a;\n    font-size: 0.9rem;\n    font-weight: 700;\n    margin-top: 20px;\n  }\n\n  \/* Section title *\/\n  .kg-section-title {\n    font-size: 1.15rem;\n    font-weight: 700;\n    color: #1a5c38;\n    border-left: 4px solid #2d8653;\n    padding-left: 12px;\n    margin: 32px 0 16px;\n  }\n\n  \/* Highlight cards *\/\n  .kg-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 28px; }\n  .kg-highlight {\n    background: white;\n    border: 1px solid #d4eadb;\n    border-top: 4px solid #2d8653;\n    border-radius: 10px;\n    padding: 22px 24px;\n  }\n  .kg-highlight.gold { border-top-color: #d4a017; }\n  .kg-highlight .kh-name { font-size: 1.2rem; font-weight: 800; color: #1a5c38; margin-bottom: 2px; }\n  .kg-highlight.gold .kh-name { color: #b8860b; }\n  .kg-highlight .kh-class { font-size: 0.82rem; color: #6b7280; margin-bottom: 10px; font-weight: 600; }\n  .kg-highlight .kh-award {\n    font-size: 0.88rem;\n    color: #374151;\n    padding-top: 10px;\n    border-top: 1px dashed #d4eadb;\n    line-height: 1.5;\n  }\n  .kg-highlight.gold .kh-award { border-top-color: #f0d080; color: #7a5c00; font-weight: 600; }\n\n  \/* Text card *\/\n  .kg-card {\n    background: #f7faf8;\n    border: 1px solid #d4eadb;\n    border-radius: 12px;\n    padding: 24px 28px;\n    margin-bottom: 20px;\n    font-size: 0.95rem;\n    color: #374151;\n    line-height: 1.75;\n  }\n  .kg-card p + p { margin-top: 12px; }\n\n  \/* Photos *\/\n  .kg-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 32px; }\n  .kg-photo { border-radius: 12px; overflow: hidden; border: 1px solid #d4eadb; cursor: zoom-in; }\n  \n  \/* HIER IST DIE ANPASSUNG: object-position: top; hinzugef\u00fcgt *\/\n  .kg-photo img { width: 100%; height: 280px; object-fit: cover; object-position: top; display: block; transition: transform .3s; }\n  \n  .kg-photo:hover img { transform: scale(1.03); }\n  .kg-photo-caption {\n    padding: 10px 14px;\n    font-size: 0.78rem;\n    color: #6b7280;\n    background: #f7faf8;\n    line-height: 1.4;\n  }\n\n  \/* Info box *\/\n  .kg-info {\n    background: white;\n    border: 1px solid #d4eadb;\n    border-radius: 12px;\n    padding: 22px 26px;\n    font-size: 0.93rem;\n    color: #374151;\n    line-height: 1.7;\n    margin-bottom: 20px;\n  }\n\n  \/* Author *\/\n  .kg-author {\n    text-align: right;\n    font-size: 0.85rem;\n    color: #9bbdaa;\n    font-style: italic;\n    margin-top: 8px;\n  }\n\n  \/* Lightbox *\/\n  #kgLightbox {\n    display: none;\n    position: fixed;\n    inset: 0;\n    background: rgba(0,0,0,0.9);\n    z-index: 99999;\n    align-items: center;\n    justify-content: center;\n  }\n  #kgLightbox.active { display: flex; }\n  #kgLightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: 8px; }\n  #kgClose {\n    position: fixed; top: 18px; right: 26px;\n    font-size: 2.5rem; color: white; cursor: pointer;\n    font-weight: 300; opacity: 0.85;\n  }\n  #kgClose:hover { opacity: 1; }\n\n  @media (max-width: 660px) {\n    .kg-hero { padding: 30px 22px; }\n    .kg-hero h1 { font-size: 1.5rem; }\n    .kg-highlights, .kg-photos { grid-template-columns: 1fr; }\n    .kg-photo img { height: 220px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"kg-wrap\">\n\n  <!-- Hero -->\n  <div class=\"kg-hero\">\n    <div class=\"kg-hero-label\">K\u00e4nguru-Wettbewerb 2025<\/div>\n    <h1>Vincent und Yichen r\u00e4umen ab \u2013 wir sind so stolz auf euch!<\/h1>\n    <p>Vincent Massera aus der 2A hat beim diesj\u00e4hrigen K\u00e4nguru-Wettbewerb das beste Ergebnis aller Teilnehmer:innen in ganz \u00d6sterreich erreicht. Yichen Chen aus der 1D z\u00e4hlt zu den Top 5 Wiens. Eine au\u00dfergew\u00f6hnliche Leistung, auf die unsere ganze Schule unglaublich stolz ist!<\/p>\n    <div class=\"kg-badge\">Platz 1 in ganz \u00d6sterreich \u2013 Vincent Massera, 2A<\/div>\n  <\/div>\n\n  <!-- Highlights -->\n  <div class=\"kg-highlights\">\n    <div class=\"kg-highlight gold\">\n      <div class=\"kh-name\">Vincent Massera<\/div>\n      <div class=\"kh-class\">Klasse 2A<\/div>\n      <div class=\"kh-award\">Bester Teilnehmer ganz \u00d6sterreichs beim K\u00e4nguru-Wettbewerb 2025 \u2013 eine sensationelle Leistung!<\/div>\n    <\/div>\n    <div class=\"kg-highlight\">\n      <div class=\"kh-name\">Yichen Chen<\/div>\n      <div class=\"kh-class\">Klasse 1D<\/div>\n      <div class=\"kh-award\">Unter den Top 5 aller Wiener Teilnehmer:innen ihres Jahrgangs \u2013 herzlichen Gl\u00fcckwunsch!<\/div>\n    <\/div>\n  <\/div>\n\n  <!-- Fotos -->\n  <div class=\"kg-section-title\">Die Sieger:innen<\/div>\n  <div class=\"kg-photos\">\n    <div class=\"kg-photo\">\n      <img decoding=\"async\" src=\"https:\/\/billroth73.at\/wp-content\/uploads\/2026\/05\/2025-05-05-Kaenguru-1.jpg\" alt=\"Vincent Massera\">\n      <div class=\"kg-photo-caption\">Vincent Massera mit Dir. Mag.a Sabine Karajan<\/div>\n    <\/div>\n    <div class=\"kg-photo\">\n      <img decoding=\"async\" src=\"https:\/\/billroth73.at\/wp-content\/uploads\/2026\/05\/2025-05-05-Kaenguru-2.jpg\" alt=\"Yichen Chen\">\n      <div class=\"kg-photo-caption\">Prof. Dohlhofer, Yichen Chen und Dir. Mag.a Sabine Karajan<\/div>\n    <\/div>\n  <\/div>\n\n  <!-- Text -->\n  <div class=\"kg-section-title\">\u00dcber den Wettbewerb<\/div>\n  <div class=\"kg-card\">\n    <p>Der K\u00e4nguru-Wettbewerb ist einer der gr\u00f6\u00dften internationalen Mathematikwettbewerbe und findet einmal j\u00e4hrlich statt. Mit abwechslungsreichen Aufgaben \u2013 von kniffligen Denksportaufgaben bis hin zu kreativen Problemstellungen \u2013 weckt er Begeisterung f\u00fcr logisches Denken bei Sch\u00fcler:innen aller Leistungsstufen.<\/p>\n    <p>Die feierliche Preisverleihung fand im Festsaal der Bildungsdirektion Wien in der Wipplingerstra\u00dfe statt. Ausgezeichnet wurden die jeweils f\u00fcnf besten Sch\u00fcler:innen jedes Jahrgangs aus ganz Wien \u2013 eine Ehre, die zeigt, wie au\u00dfergew\u00f6hnlich die Leistungen unserer beiden Sch\u00fcler wirklich sind.<\/p>\n    <p>Neben den Urkunden erhielten die Preistr\u00e4ger:innen auch kleine Geschenke als Anerkennung \u2013 und nat\u00fcrlich das unvergessliche Foto mit dem Maskottchen des Wettbewerbs, einem kuscheligen Stoffk\u00e4nguru.<\/p>\n  <\/div>\n\n  <div class=\"kg-info\">\n    Wir gratulieren Vincent und Yichen von Herzen zu dieser tollen Leistung und freuen uns, solche Talente an unserer Schule zu haben. Ihr habt unsere Schule gro\u00dfartig vertreten!\n  <\/div>\n\n\n<\/div>\n\n<!-- Lightbox -->\n<div id=\"kgLightbox\">\n  <span id=\"kgClose\">&times;<\/span>\n  <img decoding=\"async\" id=\"kgLightboxImg\" src=\"\" alt=\"\">\n<\/div>\n\n<script>\n  var lb = document.getElementById('kgLightbox');\n  var lbImg = document.getElementById('kgLightboxImg');\n  function openLb(src) { lbImg.src = src; lb.classList.add('active'); }\n  function closeLb() { lb.classList.remove('active'); lbImg.src = ''; }\n  document.querySelectorAll('.kg-photo').forEach(function(el) {\n    el.addEventListener('click', function() { openLb(el.querySelector('img').src); });\n  });\n  document.getElementById('kgClose').addEventListener('click', closeLb);\n  lb.addEventListener('click', function(e) { if (e.target === lb) closeLb(); });\n  document.addEventListener('keydown', function(e) { if (e.key === 'Escape') closeLb(); });\n<\/script>\n\n<\/body>\n<\/html>\n\n\n","protected":false},"excerpt":{"rendered":"<p>K\u00e4nguru-Wettbewerb 2025 Vincent und Yichen r\u00e4umen ab \u2013 wir sind so stolz auf euch! Vincent Massera aus der 2A hat beim diesj\u00e4hrigen K\u00e4nguru-Wettbewerb das beste Ergebnis aller Teilnehmer:innen in ganz \u00d6sterreich erreicht. Yichen Chen aus der 1D z\u00e4hlt zu den Top 5 Wiens. Eine au\u00dfergew\u00f6hnliche Leistung, auf die unsere ganze Schule unglaublich stolz ist! Platz&hellip;<\/p>\n","protected":false},"author":10,"featured_media":5790,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","_links_to":"","_links_to_target":""},"categories":[1],"tags":[],"class_list":["post-9041","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-allgemein","category-1","description-off"],"_links":{"self":[{"href":"https:\/\/billroth73.at\/index.php\/wp-json\/wp\/v2\/posts\/9041","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/billroth73.at\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/billroth73.at\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/billroth73.at\/index.php\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/billroth73.at\/index.php\/wp-json\/wp\/v2\/comments?post=9041"}],"version-history":[{"count":8,"href":"https:\/\/billroth73.at\/index.php\/wp-json\/wp\/v2\/posts\/9041\/revisions"}],"predecessor-version":[{"id":9050,"href":"https:\/\/billroth73.at\/index.php\/wp-json\/wp\/v2\/posts\/9041\/revisions\/9050"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/billroth73.at\/index.php\/wp-json\/wp\/v2\/media\/5790"}],"wp:attachment":[{"href":"https:\/\/billroth73.at\/index.php\/wp-json\/wp\/v2\/media?parent=9041"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/billroth73.at\/index.php\/wp-json\/wp\/v2\/categories?post=9041"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/billroth73.at\/index.php\/wp-json\/wp\/v2\/tags?post=9041"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}