{"id":33,"date":"2025-09-06T17:28:53","date_gmt":"2025-09-06T15:28:53","guid":{"rendered":"https:\/\/fachschaft.wirtschaft.fhnw.ch\/?page_id=33"},"modified":"2025-09-13T16:39:01","modified_gmt":"2025-09-13T14:39:01","slug":"33-2","status":"publish","type":"page","link":"https:\/\/fachschaft.wirtschaft.fhnw.ch\/","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Fachschaft Wirtschaft FHNW<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f8f9fa;\n        }\n\n        .hero-section {\n            background: #FFD700;\n            color: #333333;\n            text-align: center;\n            padding: 80px 20px 100px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1200 300\"><circle cx=\"200\" cy=\"150\" r=\"120\" fill=\"rgba(255,255,255,0.03)\"\/><circle cx=\"800\" cy=\"100\" r=\"150\" fill=\"rgba(255,255,255,0.02)\"\/><circle cx=\"1000\" cy=\"200\" r=\"100\" fill=\"rgba(255,255,255,0.03)\"\/><\/svg>') no-repeat;\n            background-size: cover;\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 2;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .hero-title {\n            font-size: 3.5em;\n            font-weight: 700;\n            margin-bottom: 30px;\n            letter-spacing: -1px;\n        }\n\n        .hero-subtitle {\n            font-size: 1.3em;\n            font-weight: 300;\n            opacity: 0.9;\n            max-width: 800px;\n            margin: 0 auto;\n            line-height: 1.5;\n        }\n\n        .main-content {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 60px 20px 80px;\n            position: relative;\n            z-index: 3;\n        }\n\n        .section-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .section-tag {\n            display: none;\n        }\n\n        .section-title {\n            font-size: 2.5em;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 20px;\n        }\n\n        .section-description {\n            font-size: 1.2em;\n            color: #6c757d;\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n\n        .schools-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 30px;\n            margin-top: 40px;\n        }\n\n        .school-card {\n            background: white;\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            transition: all 0.3s ease;\n            text-decoration: none;\n            color: inherit;\n            display: block;\n        }\n\n        .school-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);\n            text-decoration: none;\n            color: inherit;\n        }\n\n        .card-header {\n            height: 200px;\n            position: relative;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n        }\n\n        .card-header.olten {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n        }\n\n        .card-header.basel {\n            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);\n        }\n\n        .card-header.brugg {\n            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);\n        }\n\n        .card-title {\n            font-size: 2.5em;\n            font-weight: 700;\n            color: white;\n            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);\n        }\n\n        .card-content {\n            padding: 30px;\n        }\n\n        .card-description {\n            color: #6c757d;\n            font-size: 1em;\n            line-height: 1.6;\n            margin-bottom: 20px;\n        }\n\n        .card-link {\n            color: #007bff;\n            font-weight: 500;\n            font-size: 0.95em;\n            text-decoration: none;\n            display: inline-flex;\n            align-items: center;\n            transition: color 0.3s ease;\n        }\n\n        .card-link:hover {\n            color: #0056b3;\n            text-decoration: none;\n        }\n\n        .card-link::after {\n            content: '\u2192';\n            margin-left: 8px;\n            transition: transform 0.3s ease;\n        }\n\n        .school-card:hover .card-link::after {\n            transform: translateX(5px);\n        }\n\n        @media (max-width: 768px) {\n            .hero-title {\n                font-size: 2.5em;\n            }\n\n            .hero-subtitle {\n                font-size: 1.1em;\n            }\n\n            .section-title {\n                font-size: 2em;\n            }\n\n            .schools-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n\n            .card-header {\n                height: 150px;\n            }\n\n            .card-title {\n                font-size: 2em;\n            }\n\n            .card-content {\n                padding: 25px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .hero-section {\n                padding: 60px 20px 80px;\n            }\n\n            .hero-title {\n                font-size: 2em;\n            }\n\n            .main-content {\n                margin-top: -30px;\n            }\n\n            .schools-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"hero-section\">\n        <div class=\"hero-content\">\n            <h1 class=\"hero-title\">Fachschaft Wirtschaft FHNW<\/h1>\n            <p class=\"hero-subtitle\">\n                Deine zentrale Anlaufstelle f\u00fcr Events, Support und Community an allen Wirtschafts-Standorten der FHNW.\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <main class=\"main-content\">\n        <div class=\"section-header\">\n            <div class=\"section-tag\">Unsere Standorte<\/div>\n            <h2 class=\"section-title\">Drei Standorte, ein Netzwerk<\/h2>\n            <p class=\"section-description\">\n                Entdecke die Fachschaft an deinem Campus und profitiere vom Netzwerk aller FHNW Wirtschafts-Standorte.\n            <\/p>\n        <\/div>\n\n        <div class=\"schools-grid\">\n            <a href=\"https:\/\/fwolten.ch\" class=\"school-card\" target=\"_blank\">\n                <div class=\"card-header olten\">\n                    <h3 class=\"card-title\">Olten<\/h3>\n                <\/div>\n                <div class=\"card-content\">\n                    <p class=\"card-description\">\n                        Entdecke die Fachschaft am Standort Olten und alle Angebote f\u00fcr Studierende der Hochschule f\u00fcr Wirtschaft.\n                    <\/p>\n                    <span class=\"card-link\">Zur Fachschaft Olten<\/span>\n                <\/div>\n            <\/a>\n\n            <a href=\"https:\/\/fwbasel.ch\" class=\"school-card\" target=\"_blank\">\n                <div class=\"card-header basel\">\n                    <h3 class=\"card-title\">Basel<\/h3>\n                <\/div>\n                <div class=\"card-content\">\n                    <p class=\"card-description\">\n                        Entdecke die Fachschaft am Standort Basel und alle Angebote f\u00fcr Studierende der Hochschule f\u00fcr Wirtschaft.\n                    <\/p>\n                    <span class=\"card-link\">Zur Fachschaft Basel<\/span>\n                <\/div>\n            <\/a>\n\n            <a href=\"https:\/\/www.fhnw.ch\/de\/die-fhnw\/standorte\/brugg-windisch\" class=\"school-card\" target=\"_blank\">\n                <div class=\"card-header brugg\">\n                    <h3 class=\"card-title\">Brugg<\/h3>\n                <\/div>\n                <div class=\"card-content\">\n                    <p class=\"card-description\">\n                        Entdecke die Fachschaft am Standort Brugg und alle Angebote f\u00fcr Studierende der Hochschule f\u00fcr Wirtschaft.\n                    <\/p>\n                    <span class=\"card-link\">Zur Fachschaft Brugg<\/span>\n                <\/div>\n            <\/a>\n        <\/div>\n    <\/main>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Fachschaft Wirtschaft FHNW Fachschaft Wirtschaft FHNW Deine zentrale Anlaufstelle f\u00fcr Events, Support und Community an allen Wirtschafts-Standorten der FHNW. Unsere Standorte Drei Standorte, ein Netzwerk Entdecke die Fachschaft an deinem Campus und profitiere vom Netzwerk aller FHNW Wirtschafts-Standorte. Olten Entdecke die Fachschaft am Standort Olten und alle Angebote f\u00fcr Studierende der Hochschule f\u00fcr Wirtschaft. Zur [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"fhnw-landingpage","meta":{"footnotes":""},"class_list":["post-33","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/fachschaft.wirtschaft.fhnw.ch\/index.php\/wp-json\/wp\/v2\/pages\/33","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fachschaft.wirtschaft.fhnw.ch\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fachschaft.wirtschaft.fhnw.ch\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fachschaft.wirtschaft.fhnw.ch\/index.php\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/fachschaft.wirtschaft.fhnw.ch\/index.php\/wp-json\/wp\/v2\/comments?post=33"}],"version-history":[{"count":13,"href":"https:\/\/fachschaft.wirtschaft.fhnw.ch\/index.php\/wp-json\/wp\/v2\/pages\/33\/revisions"}],"predecessor-version":[{"id":53,"href":"https:\/\/fachschaft.wirtschaft.fhnw.ch\/index.php\/wp-json\/wp\/v2\/pages\/33\/revisions\/53"}],"wp:attachment":[{"href":"https:\/\/fachschaft.wirtschaft.fhnw.ch\/index.php\/wp-json\/wp\/v2\/media?parent=33"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}