{"id":21,"date":"2026-02-26T07:06:20","date_gmt":"2026-02-26T07:06:20","guid":{"rendered":"https:\/\/aylinholzer.studentsweb.at\/?page_id=21"},"modified":"2026-06-11T06:10:10","modified_gmt":"2026-06-11T06:10:10","slug":"ueber-mich","status":"publish","type":"page","link":"https:\/\/aylinholzer.studentsweb.at\/?page_id=21","title":{"rendered":"\u00dcber mich"},"content":{"rendered":"\n<style>\n    \/* Hauptcontainer f\u00fcr den \u00dcber-mich-Bereich *\/\n    .premium-about-section {\n        width: 100% !important;\n        max-width: 100% !important;\n        background-color: #ffffff !important;\n        padding-top: 100px !important;\n        padding-bottom: 60px !important;\n        box-sizing: border-box;\n        font-family: sans-serif;\n    }\n\n    .premium-about-inner {\n        max-width: 1150px;\n        margin: 0 auto;\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        gap: 60px;\n        padding: 0 20px;\n    }\n\n    \/* Linke Textspalte *\/\n    .premium-about-text {\n        flex: 1.2;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n    }\n\n    .premium-about-text .sub {\n        font-family: 'Playfair Display', serif;\n        color: #dca36e !important;\n        font-size: 18px;\n        font-style: italic;\n        margin: 0 0 10px 0;\n        letter-spacing: 0.5px;\n    }\n\n    .premium-about-text h2 {\n        font-family: 'Playfair Display', serif;\n        font-size: clamp(32px, 4.5vw, 46px);\n        color: #111111 !important;\n        font-weight: 700;\n        margin: 0 0 30px 0;\n        line-height: 1.2;\n    }\n\n    .premium-about-text p {\n        font-size: 16px;\n        line-height: 1.75;\n        color: #444444 !important;\n        margin: 0 0 35px 0;\n    }\n\n    \/* Eleganter, dunkler Button *\/\n    .premium-about-btn {\n        align-self: flex-start;\n        display: inline-block;\n        padding: 15px 38px;\n        background-color: #111111 !important;\n        color: #ffffff !important;\n        text-decoration: none;\n        border-radius: 30px;\n        font-size: 13px;\n        font-weight: 600;\n        letter-spacing: 1px;\n        text-transform: uppercase;\n        transition: all 0.3s ease;\n        box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n    }\n\n    .premium-about-btn:hover {\n        background-color: #dca36e !important;\n        transform: translateY(-2px);\n        box-shadow: 0 8px 20px rgba(220, 163, 110, 0.2);\n    }\n\n    \/* Rechte Bildspalte *\/\n    .premium-about-image {\n        flex: 0.9;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n    }\n\n    .premium-about-image img {\n        width: 100%;\n        max-width: 420px;\n        height: auto;\n        border-radius: 20px;\n        box-shadow: 0 20px 40px rgba(0,0,0,0.04);\n    }\n\n    \/* --- KORREKTUR: margin-top von 100px auf 160px erh\u00f6ht f\u00fcr deutlich mehr Abstand --- *\/\n    .bakery-about-details {\n        max-width: 1150px;\n        margin: 160px auto 0 auto !important; \/* Hier entsteht der riesige Zwischenraum *\/\n        padding: 0 20px !important;\n        box-sizing: border-box;\n    }\n\n    .bakery-about-headline {\n        text-align: center;\n        margin-bottom: 50px;\n    }\n\n    .bakery-about-headline h3 {\n        font-family: 'Playfair Display', serif;\n        font-size: clamp(24px, 3vw, 32px);\n        color: #111111 !important;\n        margin-bottom: 10px;\n        font-weight: 700;\n    }\n\n    .bakery-about-headline p {\n        font-size: 15px;\n        color: #dca36e !important;\n        font-family: 'Playfair Display', serif;\n        font-style: italic;\n        margin: 0;\n    }\n\n    .bakery-about-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 30px;\n    }\n\n    .bakery-about-card {\n        background-color: #fdfcfb;\n        padding: 40px 30px;\n        border-radius: 15px;\n        text-align: center;\n        border: 1px solid #f1eeea;\n        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n    }\n\n    .bakery-about-card:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 15px 30px rgba(220, 163, 110, 0.06);\n        border-color: #dca36e;\n    }\n\n    .bakery-about-badge {\n        width: 45px;\n        height: 45px;\n        line-height: 45px;\n        background-color: #ffffff;\n        border: 1px solid #dca36e;\n        color: #dca36e;\n        border-radius: 50%;\n        display: inline-block;\n        font-family: 'Playfair Display', serif;\n        font-weight: 700;\n        font-size: 16px;\n        margin-bottom: 20px;\n    }\n\n    .bakery-about-card h4 {\n        font-family: 'Playfair Display', serif;\n        font-size: 20px;\n        color: #111111 !important;\n        margin: 0 0 12px 0;\n        font-weight: 600;\n    }\n\n    .bakery-about-card p {\n        font-size: 14px;\n        color: #555555 !important;\n        line-height: 1.6;\n        margin: 0;\n    }\n\n    \/* Responsive Anpassung f\u00fcr Tablets & Smartphones *\/\n    @media (max-width: 768px) {\n        .premium-about-inner {\n            flex-direction: column-reverse;\n            gap: 40px;\n        }\n        .premium-about-text {\n            text-align: center;\n        }\n        .premium-about-btn {\n            align-self: center;\n        }\n        .premium-about-image img {\n            max-width: 280px;\n        }\n        \/* Mobil verringern wir den Abstand etwas, damit man nicht ewig scrollen muss *\/\n        .bakery-about-details {\n            margin: 80px auto 0 auto !important;\n        }\n    }\n<\/style>\n\n<div class=\"premium-about-section\">\n    \n    <!-- Oberer Teil: Text & Portr\u00e4t -->\n    <div class=\"premium-about-inner\">\n        \n        <div class=\"premium-about-text\">\n            <p class=\"sub\">Sch\u00f6n, dass du hier bist!<\/p>\n            <h2>\u00dcber mich \ud83d\ude09<\/h2>\n            <p>\n                Hallo, ich bin Aylin \ud83d\udc69\u200d\ud83c\udf73 Backen ist f\u00fcr mich mehr als nur ein Hobby \u2013 es ist meine Art, Kreativit\u00e4t und Genuss zu verbinden. Schon seit meiner Kindheit liebe ich es, neue Rezepte auszuprobieren und Klassiker neu zu interpretieren. Hier findest du s\u00fc\u00dfe Inspirationen, gelingsichere Schritt-f\u00fcr-Schritt-Anleitungen und jede Menge Ofenfrische zum Nachbacken!\n            <\/p>\n            <a href=\"https:\/\/aylinholzer.studentsweb.at\/?page_id=23\" class=\"premium-about-btn\">Zu meinen Rezepten<\/a>\n        <\/div>\n\n        <div class=\"premium-about-image\">\n            <img decoding=\"async\" src=\"https:\/\/aylinholzer.studentsweb.at\/wp-content\/uploads\/2026\/06\/f3356b4766c2e0e2223a055cd3211fc0.jpg\" alt=\"Aylin - Home Bakery\">\n        <\/div>\n\n    <\/div>\n\n    <!-- Unterer Teil: Die Philosophie-Boxen mit extra viel Abstand -->\n    <div class=\"bakery-about-details\">\n        \n        <div class=\"bakery-about-headline\">\n            <h3>Was mir beim Backen am Herzen liegt<\/h3>\n            <p>Meine Philosophie hinter den Rezepten<\/p>\n        <\/div>\n\n        <div class=\"bakery-about-grid\">\n            \n            <div class=\"bakery-about-card\">\n                <span class=\"bakery-about-badge\">\u2764<\/span>\n                <h4>Liebe zum Detail<\/h4>\n                <p>F\u00fcr mich ist Backen Entschleunigung. Jede Zutat wird bewusst ausgew\u00e4hlt, jeder Teig mit Geduld geknetet. Das schmeckt man am Ende in jedem einzelnen Kr\u00fcmel.<\/p>\n            <\/div>\n\n            <div class=\"bakery-about-card\">\n                <span class=\"bakery-about-badge\">\ud83d\udca1<\/span>\n                <h4>Einfach verst\u00e4ndlich<\/h4>\n                <p>Komplizierte Profi-Techniken breche ich so herunter, dass sie in jeder normalen K\u00fcche funktionieren. Bei mir gibt es keine Geheimnisse \u2013 jeder Handgriff wird geteilt.<\/p>\n            <\/div>\n\n            <div class=\"bakery-about-card\">\n                <span class=\"bakery-about-badge\">\u2728<\/span>\n                <h4>Echter Geschmack<\/h4>\n                <p>K\u00fcnstliche Aromen oder fertige Backmischungen haben Hausverbot. Wir backen mit echten, unverf\u00e4lschten Lebensmitteln, Fr\u00fcchten der Saison und viel Leidenschaft.<\/p>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Sch\u00f6n, dass du hier bist! \u00dcber mich \ud83d\ude09 Hallo, ich bin Aylin \ud83d\udc69\u200d\ud83c\udf73 Backen ist f\u00fcr mich mehr als nur ein Hobby \u2013 es ist meine Art, Kreativit\u00e4t und Genuss zu verbinden. Schon seit meiner Kindheit liebe ich es, neue Rezepte auszuprobieren und Klassiker neu zu interpretieren. Hier findest du s\u00fc\u00dfe Inspirationen, gelingsichere Schritt-f\u00fcr-Schritt-Anleitungen und&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","wprm-recipe-roundup-name":"","wprm-recipe-roundup-description":"","_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"default","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-21","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"wprm-metadata-1_1":false,"wprm-metadata-4_3":false,"wprm-metadata-16_9":false},"uagb_author_info":{"display_name":"\u3164","author_link":"https:\/\/aylinholzer.studentsweb.at\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"Sch\u00f6n, dass du hier bist! \u00dcber mich \ud83d\ude09 Hallo, ich bin Aylin \ud83d\udc69\u200d\ud83c\udf73 Backen ist f\u00fcr mich mehr als nur ein Hobby \u2013 es ist meine Art, Kreativit\u00e4t und Genuss zu verbinden. Schon seit meiner Kindheit liebe ich es, neue Rezepte auszuprobieren und Klassiker neu zu interpretieren. Hier findest du s\u00fc\u00dfe Inspirationen, gelingsichere Schritt-f\u00fcr-Schritt-Anleitungen und...","_links":{"self":[{"href":"https:\/\/aylinholzer.studentsweb.at\/index.php?rest_route=\/wp\/v2\/pages\/21","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aylinholzer.studentsweb.at\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aylinholzer.studentsweb.at\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aylinholzer.studentsweb.at\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aylinholzer.studentsweb.at\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=21"}],"version-history":[{"count":21,"href":"https:\/\/aylinholzer.studentsweb.at\/index.php?rest_route=\/wp\/v2\/pages\/21\/revisions"}],"predecessor-version":[{"id":549,"href":"https:\/\/aylinholzer.studentsweb.at\/index.php?rest_route=\/wp\/v2\/pages\/21\/revisions\/549"}],"wp:attachment":[{"href":"https:\/\/aylinholzer.studentsweb.at\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=21"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}