@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&family=Parisienne&family=Raleway:wght@300;400;500;700&display=swap'); .decker-cat * { box-sizing: border-box; margin: 0; padding: 0; } .decker-cat { font-family: 'Raleway', system-ui, sans-serif; background: #0d0a08; color: #ffffff; -webkit-font-smoothing: antialiased; line-height: 1.55; } .decker-cat img { max-width: 100%; display: block; } .decker-cat a { color: inherit; text-decoration: none; } .decker-cat .container { width: min(1100px, 92%); margin: 0 auto; } .decker-cat .hero { position: relative; min-height: 92vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; } .decker-cat .hero::before { content: ""; position: absolute; inset: 0; background: url("https://ml0ookznvzvg.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://deckermetzger.de/wp-content/uploads/2026/05/hero.jpg") center/cover no-repeat; z-index: 0; } .decker-cat .hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.55) 35%, rgba(0,0,0,0.85) 100%); z-index: 1; } .decker-cat .hero-inner { position: relative; z-index: 2; padding: 60px 24px; } .decker-cat .brand-stamp { font-family: 'Oswald', sans-serif; font-weight: 700; letter-spacing: 0.20em; font-size: clamp(34px, 5vw, 54px); text-transform: uppercase; color: #fff; } .decker-cat .seit { margin-top: 8px; font-family: 'Raleway', sans-serif; font-weight: 700; letter-spacing: 0.32em; font-size: 12px; text-transform: uppercase; } .decker-cat .seit::before, .decker-cat .seit::after { content: " — "; opacity: 0.7; } .decker-cat .stars { color: #C0392B; letter-spacing: 0.25em; font-size: 14px; margin-top: 6px; } .decker-cat .kicker { font-family: 'Raleway', sans-serif; font-weight: 400; letter-spacing: 0.32em; text-transform: uppercase; font-size: 10px; color: rgba(255,255,255,0.78); margin: 28px 0 4px; } .decker-cat .script-title { font-family: 'Parisienne', cursive; font-size: clamp(64px, 12vw, 130px); line-height: 1.0; color: #fff; margin-bottom: 20px; font-weight: 400; } .decker-cat .accent-bar { width: 48px; height: 2px; background: #C0392B; margin: 16px auto 22px; border: 0; } .decker-cat .hero-tagline { font-family: 'Parisienne', cursive; font-size: clamp(18px, 2.4vw, 26px); margin-top: 10px; } .decker-cat .cta-row { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; } .decker-cat .btn { display: inline-block; padding: 14px 28px; font-family: 'Raleway', sans-serif; font-weight: 700; letter-spacing: 0.18em; font-size: 12px; text-transform: uppercase; border: 1.5px solid #fff; border-radius: 0; cursor: pointer; color: #fff; background: transparent; transition: all 0.2s ease; } .decker-cat .btn:hover { background: #fff; color: #0d0a08; } .decker-cat .btn-primary { background: #C0392B; border-color: #C0392B; } .decker-cat .btn-primary:hover { background: #a32e22; border-color: #a32e22; color: #fff; } .decker-cat .sec { padding: 90px 0; } .decker-cat .sec-head { text-align: center; margin-bottom: 48px; } .decker-cat .sec-kicker { font-family: 'Raleway', sans-serif; font-weight: 400; letter-spacing: 0.32em; text-transform: uppercase; font-size: 11px; color: rgba(255,255,255,0.78); margin-bottom: 12px; } .decker-cat .sec-title { font-family: 'Parisienne', cursive; font-size: clamp(40px, 6vw, 64px); line-height: 1.1; color: #fff; font-weight: 400; } .decker-cat .highlights { background: #1a120c; border-top: 1px solid rgba(255,255,255,0.18); border-bottom: 1px solid rgba(255,255,255,0.18); } .decker-cat .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; } .decker-cat .highlight { text-align: center; padding: 20px; } .decker-cat .highlight .num { font-family: 'Oswald', sans-serif; font-weight: 700; color: #C0392B; font-size: 26px; letter-spacing: 0.06em; margin-bottom: 12px; } .decker-cat .highlight h3 { font-family: 'Oswald', sans-serif; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; font-size: 16px; margin-bottom: 10px; color: #fff; } .decker-cat .highlight p { color: rgba(255,255,255,0.78); font-size: 15px; line-height: 1.65; } @media (max-width: 720px) { .decker-cat .grid-3 { grid-template-columns: 1fr; } } .decker-cat .categories ul { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 32px; max-width: 760px; margin: 0 auto; padding: 0 20px; } .decker-cat .categories li { font-family: 'Raleway', sans-serif; font-size: 16px; color: rgba(255,255,255,0.78); border-bottom: 1px dotted rgba(255,255,255,0.18); padding: 10px 0; display: flex; justify-content: space-between; gap: 16px; } .decker-cat .categories li .cat { color: #fff; font-weight: 500; } .decker-cat .categories li .price { color: rgba(255,255,255,0.55); font-variant-numeric: tabular-nums; } .decker-cat .categories .note { text-align: center; margin-top: 28px; color: rgba(255,255,255,0.55); font-style: italic; font-size: 14px; } @media (max-width: 600px) { .decker-cat .categories ul { grid-template-columns: 1fr; gap: 6px 0; } } .decker-cat .form-section { background: #1a120c; } .decker-cat form#decker-anfrage { max-width: 700px; margin: 0 auto; display: grid; gap: 16px; } .decker-cat .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } @media (max-width: 600px) { .decker-cat .row-2 { grid-template-columns: 1fr; } } .decker-cat label { display: block; font-family: 'Raleway', sans-serif; font-weight: 500; letter-spacing: 0.06em; font-size: 12px; text-transform: uppercase; color: rgba(255,255,255,0.78); margin-bottom: 6px; } .decker-cat input, .decker-cat select, .decker-cat textarea { width: 100%; padding: 13px 14px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.18); border-radius: 0; color: #fff; font-family: 'Raleway', sans-serif; font-size: 15px; } .decker-cat input:focus, .decker-cat select:focus, .decker-cat textarea:focus { outline: none; border-color: #C0392B; background: rgba(255,255,255,0.07); } .decker-cat textarea { resize: vertical; min-height: 110px; } .decker-cat .form-hint { color: rgba(255,255,255,0.55); font-size: 13px; text-align: center; margin-top: 16px; } .decker-cat .form-hint a { color: #C0392B; text-decoration: underline; } .decker-cat .contact { text-align: center; } .decker-cat .contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 800px; margin: 0 auto; } @media (max-width: 720px) { .decker-cat .contact-grid { grid-template-columns: 1fr; } } .decker-cat .contact-grid .lbl { font-family: 'Raleway', sans-serif; font-weight: 700; letter-spacing: 0.22em; font-size: 11px; text-transform: uppercase; color: rgba(255,255,255,0.78); margin-bottom: 6px; } .decker-cat .contact-grid .val { font-family: 'Oswald', sans-serif; font-weight: 500; font-size: 18px; color: #fff; } .decker-cat .qr-block { display: flex; flex-direction: column; align-items: center; margin-top: 30px; } .decker-cat .qr-block img { width: 140px; height: 140px; background: #fff; padding: 8px; } .decker-cat .qr-block small { font-family: 'Raleway', sans-serif; letter-spacing: 0.08em; font-size: 11px; color: rgba(255,255,255,0.55); margin-top: 8px; } .decker-cat footer { text-align: center; padding: 50px 20px 36px; border-top: 1px solid rgba(255,255,255,0.18); color: rgba(255,255,255,0.55); font-size: 13px; } .decker-cat footer .brand { font-family: 'Oswald', sans-serif; font-weight: 700; letter-spacing: 0.20em; color: #fff; font-size: 22px; margin-bottom: 6px; }
DECKER
SEIT 1680
★ ★ ★ ★ ★
FÜR IHREN BESONDEREN ANLASS

Catering


Aus dem Schwarzwald — auf Ihren Tisch.
UNSER VERSPRECHEN

Handwerk, das man schmeckt

01

Hausgemacht

Vom Strohschwein-Braten bis zum Dessertglas — alles aus unserer Metzgerei in Hausach. In der 11. Generation.

02

Individuell zusammengestellt

Wir planen Ihr Menü mit Ihnen. Klassisch oder kreativ, deftig oder leicht — und immer abgestimmt auf Anlass und Personenzahl.

03

Mit Service & Lieferung

Wir liefern in den ganzen Schwarzwald, stellen Porzellan und Besteck und bringen das Spanferkel direkt zu Ihrem Fest.

EIN AUSZUG AUS UNSERER KARTE

Was bei Ihnen auf den Tisch kommt

  • Strohschweinab 5,00 €
  • Spanferkel vom Grillab 9,90 €
  • Kalb & Rindab 10,50 €
  • Deckers Currywurst mit Brötchen4,50 €
  • Maultaschen, hausgemacht5,40 €
  • Vegetarische Köstlichkeitenab 5,00 €
  • Beilagen, Saucen & Salatab 1,50 €
  • Dessert im Glasab 3,50 €

Die vollständige Catering-Karte erhalten Sie auf Anfrage — alle Preise pro Person, inkl. MwSt.

UNVERBINDLICH ANFRAGEN

Wir melden uns persönlich.

Bitte wählen …HochzeitFirmenfeier / JubiläumGeburtstagFamilienfestTrauerfeierAnderer Anlass

Oder direkt anrufen: 07831 7138 · E-Mail: hallo@deckermetzger.de

SO ERREICHEN SIE UNS

Familie Decker, Hausach

Telefon
E-Mail
Anschrift
Gartenstraße 2
77756 Hausach