{"id":2,"date":"2026-07-21T09:21:21","date_gmt":"2026-07-21T09:21:21","guid":{"rendered":"https:\/\/hausy-web.de\/?page_id=2"},"modified":"2026-08-31T20:23:53","modified_gmt":"2026-08-31T20:23:53","slug":"start","status":"publish","type":"page","link":"https:\/\/hausy-web.de\/","title":{"rendered":"Home"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* -------------------------------------------------<br \/>\n     Base layout \u2013 full width, side\u2011by\u2011side on large screens<br \/>\n  ------------------------------------------------- *\/<br \/>\n@media (max-width: 767px)<br \/>\n  .content {<br \/>\n    display: flex;<br \/>\n    gap: 1.5rem;<br \/>\n    align-items: flex-start;   \/* top\u2011align on wide screens *\/<br \/>\n    width: 100%;               \/* take all horizontal space *\/<br \/>\n    min-height: 100vh;         \/* optional \u2013 make the block at least the full viewport height *\/<br \/>\n    padding: 1rem;<br \/>\n    box-sizing: border-box;<br \/>\n  }<br \/>\n}<\/p>\n<p>  \/* -------------------------------------------------<br \/>\n     Text column \u2013 40\u202f%<br \/>\n  ------------------------------------------------- *\/<br \/>\n  .text {<br \/>\n    flex: 0 0 40%;<br \/>\n  }<\/p>\n<p>  \/* -------------------------------------------------<br \/>\n     Gallery column \u2013 60\u202f%<br \/>\n  ------------------------------------------------- *\/<br \/>\n  .gallery {<br \/>\n    flex: 0 0 60%;<br \/>\n    display: grid;<br \/>\n    grid-template-columns: repeat(3, 1fr);<br \/>\n    grid-template-rows: repeat(2, auto);<br \/>\n    gap: 1rem;<br \/>\n  }<\/p>\n<p>  \/* -------------------------------------------------<br \/>\n     Image wrapper \u2013 4:3 aspect ratio<br \/>\n  ------------------------------------------------- *\/<br \/>\n  .gallery a {<br \/>\n    position: relative;<br \/>\n    display: block;<br \/>\n    width: 100%;<br \/>\n    padding-top: 75%;                 \/* 4\u202f:\u202f3 ratio *\/<br \/>\n    overflow: hidden;<br \/>\n    background: #f0f0f0;<br \/>\n    border-radius: 4px;<br \/>\n  }<\/p>\n<p>  .gallery img {<br \/>\n    position: absolute;<br \/>\n    inset: 0;<br \/>\n    width: 100%;<br \/>\n    height: 100%;<br \/>\n    object-fit: cover;<br \/>\n    display: block;<br \/>\n  }<\/p>\n<p>  .gallery .caption {<br \/>\n    position: absolute;<br \/>\n    left: 50%;<br \/>\n    bottom: 0.5rem;<br \/>\n    transform: translateX(-50%);<br \/>\n    color: #fff;<br \/>\n    background: rgba(0,0,0,0.5);<br \/>\n    padding: 0.2rem 0.6rem;<br \/>\n    border-radius: 3px;<br \/>\n    font-size: 0.9rem;<br \/>\n    white-space: nowrap;<br \/>\n  }<\/p>\n<p>  \/* -------------------------------------------------<br \/>\n     Responsive behaviour<br \/>\n  ------------------------------------------------- *\/<br \/>\n  \/* \u2264 1199\u202fpx \u2013 stack the two columns *\/<br \/>\n  @media (max-width: 1199px) {<br \/>\n    .content {<br \/>\n      flex-direction: column;<br \/>\n      align-items: stretch;          \/* full\u2011width children *\/<br \/>\n    }<br \/>\n    .text,<br \/>\n    .gallery {<br \/>\n      flex-basis: 100%;<br \/>\n      width: 100%;<br \/>\n    }<br \/>\n  }<\/p>\n<p> \/* \u2264900\u202fpx \u2013 change gallery to 2\u202f\u00d7\u202f3 *\/<br \/>\n  @media (max-width:900px){<br \/>\n    .gallery{<br \/>\n      grid-template-columns:repeat(2,1fr);  \/* 2 columns *\/<br \/>\n      grid-template-rows:repeat(3,auto);   \/* 3 rows *\/<br \/>\n    }<br \/>\n  }<\/p>\n<p>  \/* >= 768\u202fpx \u2013 also vertically centre the text block *\/<br \/>\n  @media (min-width: 768px) {<br \/>\n    .content {<br \/>\n      \/* make the container a column\u2011flexbox that centers its children *\/<br \/>\n      flex-direction: column;<br \/>\n      justify-content: center;      \/* vertical centering *\/<br \/>\n    }<br \/>\n    .text {<br \/>\n      \/* allow the text block to shrink\/grow while staying centred *\/<br \/>\n      margin: 0 auto;<br \/>\n      align-self: center;<br \/>\n    }<br \/>\n  }<\/p>\n<p>\/* -------------------------------------------------<br \/>\n     LINK<br \/>\n  ------------------------------------------------- *\/<\/p>\n<p>.link {<br \/>\n   \/* RESET *\/<br \/>\n   margin-bottom: 40px;<br \/>\n   text-decoration: none;<br \/>\n   line-height: 1;<\/p>\n<p>   position: relative;<br \/>\n   z-index: 0;<br \/>\n   display: inline-block;<br \/>\n   padding: 10px 12px;<br \/>\n   overflow: hidden;<br \/>\n   color: #333;<br \/>\n   vertical-align: bottom;<br \/>\n   transition: color .3s ease-out;<br \/>\n}<\/p>\n<p>.link::before {<br \/>\n   content: \"\";<br \/>\n   position: absolute;<br \/>\n   z-index: -1;<br \/>\n   top: 0;<br \/>\n   left: 0;<br \/>\n   transform: translateY(calc(100% - 4px));<br \/>\n   width: 100%;<br \/>\n   height: 100%;<br \/>\n   background-image: linear-gradient(60deg, #a8a39a 0%, #e7e1da 100%);<br \/>\n   transition: transform .25s ease-out;<br \/>\n}<\/p>\n<p>.link:hover {<br \/>\n   color: #fff;<br \/>\n}<br \/>\n.link:hover::before {<br \/>\n   transform: translateY(0);<br \/>\n   transition: transform .25s ease-out;<br \/>\n}<br \/>\n<\/style>\n\n\n\n<style data-wp-block-html=\"css\">\n\/* -------------------------------------------------<br \/>\n     Base layout \u2013 full width, side\u2011by\u2011side on large screens<br \/>\n  ------------------------------------------------- *\/<br \/>\n@media (max-width: 767px)<br \/>\n  .content {<br \/>\n    display: flex;<br \/>\n    gap: 1.5rem;<br \/>\n    align-items: flex-start;   \/* top\u2011align on wide screens *\/<br \/>\n    width: 100%;               \/* take all horizontal space *\/<br \/>\n    min-height: 100vh;         \/* optional \u2013 make the block at least the full viewport height *\/<br \/>\n    padding: 1rem;<br \/>\n    box-sizing: border-box;<br \/>\n  }<br \/>\n}<\/p>\n<p>  \/* -------------------------------------------------<br \/>\n     Text column \u2013 40\u202f%<br \/>\n  ------------------------------------------------- *\/<br \/>\n  .text {<br \/>\n    flex: 0 0 40%;<br \/>\n  }<\/p>\n<p>  \/* -------------------------------------------------<br \/>\n     Gallery column \u2013 60\u202f%<br \/>\n  ------------------------------------------------- *\/<br \/>\n  .gallery {<br \/>\n    flex: 0 0 60%;<br \/>\n    display: grid;<br \/>\n    grid-template-columns: repeat(3, 1fr);<br \/>\n    grid-template-rows: repeat(2, auto);<br \/>\n    gap: 1rem;<br \/>\n  }<\/p>\n<p>  \/* -------------------------------------------------<br \/>\n     Image wrapper \u2013 4:3 aspect ratio<br \/>\n  ------------------------------------------------- *\/<br \/>\n  .gallery a {<br \/>\n    position: relative;<br \/>\n    display: block;<br \/>\n    width: 100%;<br \/>\n    padding-top: 75%;                 \/* 4\u202f:\u202f3 ratio *\/<br \/>\n    overflow: hidden;<br \/>\n    background: #f0f0f0;<br \/>\n    border-radius: 4px;<br \/>\n  }<\/p>\n<p>  .gallery img {<br \/>\n    position: absolute;<br \/>\n    inset: 0;<br \/>\n    width: 100%;<br \/>\n    height: 100%;<br \/>\n    object-fit: cover;<br \/>\n    display: block;<br \/>\n  }<\/p>\n<p>  .gallery .caption {<br \/>\n    position: absolute;<br \/>\n    left: 50%;<br \/>\n    bottom: 0.5rem;<br \/>\n    transform: translateX(-50%);<br \/>\n    color: #fff;<br \/>\n    background: rgba(0,0,0,0.5);<br \/>\n    padding: 0.2rem 0.6rem;<br \/>\n    border-radius: 3px;<br \/>\n    font-size: 0.9rem;<br \/>\n    white-space: nowrap;<br \/>\n  }<\/p>\n<p>  \/* -------------------------------------------------<br \/>\n     Responsive behaviour<br \/>\n  ------------------------------------------------- *\/<br \/>\n  \/* \u2264 1199\u202fpx \u2013 stack the two columns *\/<br \/>\n  @media (max-width: 1199px) {<br \/>\n    .content {<br \/>\n      flex-direction: column;<br \/>\n      align-items: stretch;          \/* full\u2011width children *\/<br \/>\n    }<br \/>\n    .text,<br \/>\n    .gallery {<br \/>\n      flex-basis: 100%;<br \/>\n      width: 100%;<br \/>\n    }<br \/>\n  }<\/p>\n<p> \/* \u2264900\u202fpx \u2013 change gallery to 2\u202f\u00d7\u202f3 *\/<br \/>\n  @media (max-width:900px){<br \/>\n    .gallery{<br \/>\n      grid-template-columns:repeat(2,1fr);  \/* 2 columns *\/<br \/>\n      grid-template-rows:repeat(3,auto);   \/* 3 rows *\/<br \/>\n    }<br \/>\n  }<\/p>\n<p>  \/* >= 768\u202fpx \u2013 also vertically center the text block *\/<br \/>\n  @media (min-width: 768px) {<br \/>\n    .content {<br \/>\n      \/* make the container a column\u2011flexbox that centers its children *\/<br \/>\n      flex-direction: column;<br \/>\n      justify-content: center;      \/* vertical centering *\/<br \/>\n    }<br \/>\n    .text {<br \/>\n      \/* allow the text block to shrink\/grow while staying centred *\/<br \/>\n      margin: 0 auto;<br \/>\n      align-self: center;<br \/>\n    }<br \/>\n  }<\/p>\n<p>\/* -------------------------------------------------<br \/>\n     LINK<br \/>\n  ------------------------------------------------- *\/<\/p>\n<p>.link {<br \/>\n   \/* RESET *\/<br \/>\n   margin-bottom: 20px;<br \/>\n   text-decoration: none;<br \/>\n   line-height: 1;<\/p>\n<p>   position: relative;<br \/>\n   z-index: 0;<br \/>\n   display: inline-block;<br \/>\n   padding: 10px 8px;<br \/>\n   overflow: hidden;<br \/>\n   color: #333;<br \/>\n   vertical-align: bottom;<br \/>\n   transition: color .3s ease-out;<br \/>\n}<\/p>\n<p>.link::before {<br \/>\n   content: \"\";<br \/>\n   position: absolute;<br \/>\n   z-index: -1;<br \/>\n   top: 0;<br \/>\n   left: 0;<br \/>\n   transform: translateY(calc(100% - 4px));<br \/>\n   width: 100%;<br \/>\n   height: 100%;<br \/>\n   background-image: linear-gradient(60deg, #6b6865 0%, #dad4ce 100%);<br \/>\n   transition: transform .25s ease-out;<br \/>\n}<\/p>\n<p>.link:hover {<br \/>\n   color: #fff;<br \/>\n}<br \/>\n.link:hover::before {<br \/>\n   transform: translateY(0);<br \/>\n   transition: transform .25s ease-out;<br \/>\n}<br \/>\n<\/style>\n\n\n\n<style data-wp-block-html=\"css\">\n\/* -------------------------------------------------\n     Base layout \u2013 full width, side\u2011by\u2011side on large screens\n  ------------------------------------------------- *\/\n@media (max-width: 767px)\n  .content {\n    display: flex;\n    gap: 1.5rem;\n    align-items: flex-start;   \/* top\u2011align on wide screens *\/\n    width: 100%;               \/* take all horizontal space *\/\n    min-height: 100vh;         \/* optional \u2013 make the block at least the full viewport height *\/\n    padding: 1rem;\n    box-sizing: border-box;\n  }\n}\n\n  \/* -------------------------------------------------\n     Text column \u2013 40\u202f%\n  ------------------------------------------------- *\/\n  .text {\n    flex: 0 0 40%;\n  }\n\n  \/* -------------------------------------------------\n     Gallery column \u2013 60\u202f%\n  ------------------------------------------------- *\/\n  .gallery {\n    flex: 0 0 60%;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    grid-template-rows: repeat(2, auto);\n    gap: 1rem;\n  }\n\n  \/* -------------------------------------------------\n     Image wrapper \u2013 4:3 aspect ratio\n  ------------------------------------------------- *\/\n  .gallery a {\n    position: relative;\n    display: block;\n    width: 100%;\n    padding-top: 75%;                 \/* 4\u202f:\u202f3 ratio *\/\n    overflow: hidden;\n    background: #f0f0f0;\n    border-radius: 4px;\n  }\n\n  .gallery img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  .gallery .caption {\n    position: absolute;\n    left: 50%;\n    bottom: 0.5rem;\n    transform: translateX(-50%);\n    color: #fff;\n    background: rgba(0,0,0,0.5);\n    padding: 0.2rem 0.6rem;\n    border-radius: 3px;\n    font-size: 0.9rem;\n    white-space: nowrap;\n  }\n\n  \/* -------------------------------------------------\n     Responsive behaviour\n  ------------------------------------------------- *\/\n  \/* \u2264 1199\u202fpx \u2013 stack the two columns *\/\n  @media (max-width: 1199px) {\n    .content {\n      flex-direction: column;\n      align-items: stretch;          \/* full\u2011width children *\/\n    }\n    .text,\n    .gallery {\n      flex-basis: 100%;\n      width: 100%;\n    }\n  }\n\n \/* \u2264900\u202fpx \u2013 change gallery to 2\u202f\u00d7\u202f3 *\/\n  @media (max-width:900px){\n    .gallery{\n      grid-template-columns:repeat(2,1fr);  \/* 2 columns *\/\n      grid-template-rows:repeat(3,auto);   \/* 3 rows *\/\n    }\n  }\n\n  \/* >= 768\u202fpx \u2013 also vertically centre the text block *\/\n  @media (min-width: 768px) {\n    .content {\n      \/* make the container a column\u2011flexbox that centers its children *\/\n      flex-direction: column;\n      justify-content: center;      \/* vertical centering *\/\n    }\n    .text {\n      \/* allow the text block to shrink\/grow while staying centred *\/\n      margin: 0 auto;\n      align-self: center;\n    }\n  }\n\n\n\n\n\n\/* -------------------------------------------------\n     LINK\n  ------------------------------------------------- *\/\n\n\n.link {\n   \/* RESET *\/\n   margin-bottom: 20px;\n   text-decoration: none;\n   line-height: 1;\n   \n   position: relative;\n   z-index: 0;\n   display: inline-block;\n   padding: 10px 8px;\n   overflow: hidden;\n   color: #333;\n   vertical-align: bottom;\n   transition: color .3s ease-out;\n}\n\n.link::before {\n   content: \"\";\n   position: absolute;\n   z-index: -1;\n   top: 0;\n   left: 0;\n   transform: translateY(calc(100% - 4px));\n   width: 100%;\n   height: 100%;\n   background-image: linear-gradient(60deg, #6b6865 0%, #dad4ce 100%);\n   transition: transform .25s ease-out;\n}\n\n.link:hover { \n   color: #fff; \n}\n.link:hover::before {\n   transform: translateY(0);\n   transition: transform .25s ease-out;\n}\n<\/style>\n\n<div>\n<center>\n<div class=\"content\">\n  <!-- ---------- Text (40\u202f%) ---------- -->\n  <section class=\"text\">\n    <h2>Fotografie f\u00fcr Sie &amp; Ihre Liebsten.<\/h2>\n    <p>Suchen Sie sich Ihr passendes Angebot aus.<\/p>\n    <a class=\"link\" href=\"https:\/\/hausy-web.de\/?page_id=288\">Mehr erfahren<\/a>\n  <\/section>\n\n  <!-- ---------- Gallery (60\u202f%) ---------- -->\n  <section class=\"gallery\">\n    <a href=\"https:\/\/hausy-web.de\/?page_id=433\"><img decoding=\"async\" src=\"https:\/\/hausy-web.de\/wp-content\/uploads\/2026\/08\/portrait-600x450.jpg\" alt=\"Image 1\"><span class=\"caption\">Portrait- und Paarfotos<\/span><\/a>\n    <a href=\"https:\/\/hausy-web.de\/?page_id=496\"><img decoding=\"async\" src=\"https:\/\/hausy-web.de\/wp-content\/uploads\/2026\/08\/tier-600x400.jpg\" alt=\"Image 2\"><span class=\"caption\">Tierfotografie<\/span><\/a>\n    <a href=\"https:\/\/hausy-web.de\/?page_id=498\"><img decoding=\"async\" src=\"https:\/\/hausy-web.de\/wp-content\/uploads\/2026\/08\/angebot.jpg\" alt=\"Image 3\"><span class=\"caption\">Im Angebot<\/span><\/a>\n    <a href=\"https:\/\/hausy-web.de\/?page_id=500\"><img decoding=\"async\" src=\"https:\/\/hausy-web.de\/wp-content\/uploads\/2026\/08\/stadtland-600x400.jpg\" alt=\"Image 4\"><span class=\"caption\">Stadt &amp; Land<\/span><\/a>\n    <a href=\"https:\/\/hausy-web.de\/?page_id=502\"><img decoding=\"async\" src=\"https:\/\/hausy-web.de\/wp-content\/uploads\/2026\/08\/forgottenrealms.png\" alt=\"Image 5\"><span class=\"caption\">Forgotten Realms<\/span><\/a>\n    <a href=\"https:\/\/hausy-web.de\/?page_id=504\"><img decoding=\"async\" src=\"https:\/\/hausy-web.de\/wp-content\/uploads\/2026\/08\/experimental.jpg\" alt=\"Image 6\"><span class=\"caption\">Experimental<\/span><\/a>\n  <\/section>\n<\/div>\n<\/center>\n<\/div>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:32px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Fotografie f\u00fcr Sie &amp; Ihre Liebsten. Suchen Sie sich Ihr passendes Angebot aus. Mehr erfahren Portrait- und Paarfotos Tierfotografie Im Angebot Stadt &amp; Land Forgotten Realms Experimental<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-no-title","meta":{"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/hausy-web.de\/index.php?rest_route=\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hausy-web.de\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hausy-web.de\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hausy-web.de\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hausy-web.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2"}],"version-history":[{"count":186,"href":"https:\/\/hausy-web.de\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":664,"href":"https:\/\/hausy-web.de\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions\/664"}],"wp:attachment":[{"href":"https:\/\/hausy-web.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}