
  @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;400;700&display=swap');



*::before,
*::after,
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* _______________________
01 Root
02 Navigation Desktop
03 Navigation Mobile
04 Header Home
05 Home Abschnitt Fleisch
06 Home Abschnitt Philosophie
08 Abschnitt Preise 
07 Angebot
08 Abschnitt Preise 
09 Hauptteil Angebot
10 Ergebnis-Suche
11 Bestellungen
12 Kontakt
13 Hofladen
14 Footer

15 Breakpoints
16 1200px
17 992px
18 768px
19 576px
20 380px
_______________________ */


/* ------------------
 01 Root
------------------ */

:root {
    --hell-braun: #8b8b8b;
    --orange: #dbb574;
    --dunkel-grau: #1a1a1a;
    --dunkel-orange: #b98156;
    --weiss: #fff;
}

body {
    background-color: var(--weiss);
}

body h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

body h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.5rem;
    font-weight: 200;
}

body h3 {
    font-family: 'Raleway', sans-serif;
    color: var(--dunkel-braun);
    font-weight: 400;
    padding-top: 1rem;
    line-height: 1.8rem;
    font-size: 1.1rem;
}

body h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: calc(0.5rem + 1.3vw);
    color: var(--weiss);
}

body h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: calc(0.1rem + 1.1vw);
    color: var(--weiss);
}

body h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: calc(0.1rem + 0.8vw);
    color: var(--weiss);
}

body p {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 1.125rem;

}


/* ----------------
02 Navigation Desktop
---------------- */

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background-color: var(--dunkel-grau);
    color: var(--weiss);
    text-transform: uppercase;
    position: relative;
    padding: 2rem 0 2rem 0;
}

.main-nav img{
    width: 12%;
    position: absolute;
    right: 0;
    padding: 0 3rem 0 0 ;
    z-index: 22222;
}

.main-nav ul {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.main-nav li {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    padding-left: 2rem;
    cursor: pointer;
}

.main-nav li:hover {
    color: var(--orange);
}

.menu {
    font-size: 1.5rem;
    display: flex;
    justify-content: end;
    padding: 0 2rem 0 0 ;
    display: none;
}
  

/* ----------------
03 Navigation Mobile
---------------- */

.main-nav-mobile {
    position: absolute;
    left: 0%;
    top: 0%;
    color: var(--weiss);
    background: var(--dunkel-grau);
    z-index: 888888;
    height: 100%;
    display: none;
}

.main-nav-mobile ul{
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
}

.main-nav-mobile li {
    display: flex;
    flex-direction: column;
    margin: 3rem 3rem 0 3rem;
    text-transform: uppercase;
}

.kreuz {
    font-size: 2rem;
    padding: 0 2rem 0 0 ;
    margin: 2rem 0 0 2rem;
}

.main-nav-mobile li:active {
    color: var(--orange);
  }


/* --------------
04 Header Home
-------------- */

.main-header {
    background: linear-gradient(to bottom, rgba(35, 35, 35, 0.2) 0%, rgba(30, 30, 30, 0.2) 100%), url("../00_bilder/01_home/background-home.webp") 50% 0;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    z-index: 0;
}

.info-main-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.titel-main {
    position: absolute;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.685);
    font-weight: 700;
    transform: translate(-700px);
}

.titel-main h1 {
    font-size: 12rem;
}

.button-hell {
    color: var(--weiss);
    border-radius: 1.5rem;
    padding: 1rem 1rem;
    border: solid 2px var(--orange);
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;  
    letter-spacing: 4px;
    width: 50%;
    margin-top: 3rem;
    transition: 0.2s ease-out;
    margin: 3rem 0 0 0rem;
}

.button-hell:hover {
    background: var(--dunkel-orange);
    border: solid 2px var(--dunkel-orange);
}

.main-header h3 {
    width: 100%;
    padding: 0 0 0 5rem;
}

.header-info {
    width: 40%;
}

.header-info button{
    margin: 3rem 0 0 5rem;
}

.home-img {
    width: 60%;
    margin-top: 15rem;
}

.home-img img {
    width: 90%;
    margin: 2rem 5rem 8rem 0;
}


/* ----------------
05 Home Abschnitt Fleisch
---------------- */

.abschnitt-fleisch {
    display: flex;
    flex-direction: row;
}

.titel-fleisch {
    position: absolute;
    right: 0;
    overflow: hidden;
}

.titel-fleisch h1{
    font-size: 10rem;
    color: #1a1a1a66 !important;
}

.info-fleisch h2 {
    color: var(--dunkel-grau);
}

.bilder-fleisch {
    width: 50%;
    display: flex;
    flex-direction: row;
    padding: 10rem 0 10rem 5rem;
}

.bilder-fleisch .ein-bild{
    width: 40%;
    margin-top: 40%;
    padding-right: 2rem;
}

.bilder-fleisch .zwei-bild {
    width: 50%;
}

.bilder-fleisch .zwei-bild img {
    padding-top: 2rem;
}

.info-fleisch {
    width: 40%;
    padding: 23rem 0rem 0 0;
    text-align: end;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.button-dunkel {
    color: var(--dunkel-grau);
    border-radius: 1.5rem;
    padding: 1rem 1rem;
    border: solid 2px var(--orange);
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;  
    letter-spacing: 4px;
    width: 100%;
    margin-top: 3rem;
    transition: 0.2s ease-out;
    margin: 3rem 0 0 0rem;
}

.button-dunkel:hover {
    background: var(--dunkel-orange);
    border: solid 2px var(--dunkel-orange);
}

.info-fleisch button {
    width: 100%;
}

.striche-zwei {
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding: 4rem 4rem 2rem 2rem;
}

.striche-zwei .strich-grau {
    background-color: rgb(109, 109, 109);
    width: 6rem;
    height: 0.4rem;
    margin: 0 1rem ;
}


/* ----------------
06 Home Abschnitt Philosophie
---------------- */

.abschnitt-philosophie {
    background: linear-gradient(to bottom, rgba(120, 120, 120, 0.2) 0%, rgba(220, 220, 220, 0.2) 100%), url('../00_bilder/01_home/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-room-wall.webp');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
}

.titel-zwei {
    position: absolute;
    left: 0;
}

.titel-zwei h1 {
    color: rgba(255, 255, 255, 0.574);
    font-size: 11rem;
}

.info-philosophie h3 {
    color: var(--weiss);
}

.info-philosophie h2 {
    color: var(--weiss);
}

.info-philosophie {
    width: 40%;
    padding: 22rem 0 10rem 10rem;
}

.info-philosophie button {
    width: 60%;
}

.bilder-philosophie {
    width: 50%;
    padding: 22rem 0 10rem 10rem;
}

.bilder-philosophie img {
    border: solid 3px var(--weiss);
    width: 90%;
}

.striche-weiss {
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-top: -3rem;
    margin-bottom: 2rem;
    margin-left: 3rem;
}

.striche-weiss .strich-weiss {
    background-color: var(--weiss);
    width: 6rem;
    height: 0.2rem;
    margin: 0 1rem ;
}


/* -------------------------------------
07 Angebot
------------------------------------- */

.header-angebot h1 {
    font-size: 12rem;
}

#titel-angebot {
    transform: translate(-700px); 
}

.box-preise h1 {
    font-size: calc(100% + 7rem);
}

.header-angebot {
    background: url('../00_bilder/02_angebot/background-angebot.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200vh;
}

.info-angebot {
    width: 40%;
    padding: 0 0 0 5rem;
}

.info-angebot a {
    scroll-behavior: smooth;
}


/* ----------------
08 Abschnitt Preise 
---------------- */

.abschnitt-preise {
    display: flex;
    flex-direction: row;
    margin-top: -40rem;
}

.box-preise {
    position: absolute;
    right: 0;
    transform: translateY(-100%);
}

.stimmungsbild {
    width: 50%;
    padding: 4rem 4rem 10rem 4rem;
}   

.info-preise {
    width: 50%;
    padding: 8rem 10rem 4rem 4rem;
    text-align: end;
}

.info-preise h3, h2 {
    color: var(--weiss);
}

.info-preise, h1 {
    color: rgba(255, 255, 255, 0.584) !important;
    
}

.striche-preise {
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-top: -6rem;
    margin-bottom: 2rem;
}

.striche-preise .strich-weiss {
    background-color: var(--weiss);
    width: 6rem;
    height: 0.2rem;
    margin: 0 1rem ;
}


/* --------------
09 Hauptteil Angebot
-------------- */

.haupt-angebot {
    background-color: var(--dunkel-grau);    
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 2rem;
    padding: 10rem 5rem;
}

.angebot-cards {
    border: solid 1px var(--weiss);
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: 0.5s;
    border-radius: 0.4rem;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.527);
}

.angebot-cards img {
    border-radius: 0.4rem;
    width: 100%;
}

.cont-suche {
    background-color: var(--dunkel-grau);
    padding: 1rem 0;
}

.suchen {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: var(--dunkel-grau);
    padding: 4rem 0 0 0;
}

.input {
    padding-left: 1rem;
    width: 40%;
}

.cont-suche input:focus, input:active{
    border-color: transparent;
    border: 3px solid var(--orange)
}

.senden {
    margin-left: 1rem;
    color: var(--weiss);
    border: 1px solid var(--weiss);
    border-radius: 1rem;
    padding: 0.5rem 2rem;
    transition: 1s;
}

.senden:hover {
    color: var(--dunkel-grau);
    background-color: var(--weiss);
}

.ergebnis-suche{
    background-color: var(--dunkel-grau);
    color: var(--weiss);
}

.cards-bild {
    width: 100%;
}

.angebot-info {
    margin: 2rem 1.5rem 4rem 1.5rem ;
    text-align: start;
    height: 20rem;
}

.angebot-info h5 {
    padding: 1rem 0 0 0;
}

.angebot-info h6 {
    padding: 2rem 0 0 0;
    justify-content: space-between;
}

.angebot-info p {
    font-weight: 100;
    font-size: 0.8rem;
}

.angebot-cards button{
    background-color: var(--orange);
    color: var(--weiss);
    padding: 0.5rem 1.5rem;
    align-self: center;
    border-radius: 1rem;
    margin-bottom: 2rem;
    cursor: pointer;
}

.angebot-cards button:hover {
    background-color: #b98156;
}

.angebot-cards:hover {
    background-color: #b9815667;
}


/* --------------------
10 Ergebnis-Suche
--------------------- */

.ergebnis-angebot-cards {
    background-color: var(--dunkel-grau); 
    display: flex;
    justify-content: center; 
}

.ergebnis-cards {
    width: 40%;
    border: solid 1px var(--weiss);
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: 0.5s;
    border-radius: 0.4rem;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.527);
    margin-top: 2rem;
}

.ergebnis-cards img {
    padding-top: 3rem;
}

.ergebnis-button {
    background-color: var(--orange);
    color: var(--weiss);
    padding: 0.5rem 1.5rem;
    align-self: center;
    border-radius: 1rem;
    margin-bottom: 2rem;
    cursor: pointer;
}


/* ------------------
11 Bestellungen
------------------ */

.bestellung-header {
    background: url("../00_bilder/03_bestellung/hg-bestellung.png");
    background-position: center;
}

.bestellung-header h1{
    padding-top: 3rem;
    color: #1a1a1a5c !important;
    font-size: 9rem;
}

#titel-bestellung {
    transform: translate(-700px); 
}

.bestellung-header .untertitel {
    position: absolute;
    top: 0;
    transform: translateY(550%);
    font-size: 2em;
    padding: 0 0 0 6rem;
}

.bestellung-text {
    width: 50%;
    padding-left: 8rem;
    padding-top: 5%;
    padding-bottom: 13rem;
}

.drei-vertikal {
    position: absolute;
    right: 0;
    transform: translateY(-110%);
    padding: 0 2rem 0 0;
}

.drei-vertikal .weiss-verti {
    background-color: var(--weiss);
    width: 0.3rem;
    height: 5rem;
    margin: 2rem 0 0 0;    
}

.bestell-formular {
    background: url("../00_bilder/01_home/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-room-wall.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.formular h1 {
    color: var(--dunkel-grau) !important;
    font-size: 2rem;
}

.formular {
    background-color: var(--weiss);
    border-radius: 2rem;
    padding: 4rem;
    margin: 3rem 0;
    width: 50%;
}

.formular label{
   color: var(--dunkel-grau);
   margin-top: 1rem;
}

.formular input {
    background-color: #8b8b8b81;
    width: 100%;
    height: 2rem;
    margin-top: 0.6rem;
    outline: none;
    border-radius: 0.4rem;
    padding: 0.4rem;
}

.formular .anrede input {
    margin-left: 3rem;
    margin-right: 0.5rem;
}

.formular .anrede    {
    width: 20%;
}

.anrede input {
    margin-top: 0.4rem;
}

.formular .anrede   {
    margin: 0.4rem 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: end;
    padding: 1rem 0 0 0 ;
}

.formular textarea {
    background-color: #8b8b8b81;
    width: 100%;
    outline: none;
    border-radius: 0.4rem;
    margin-top: 0.6rem;
    padding: 0.4rem;
}

.formular input:focus, input:active{
    border-color: transparent;
    border: 3px solid var(--orange)
}

.formular textarea:focus, textarea:active{
    border-color: transparent;
    border: 3px solid var(--orange)
}

.fehlermeldung-bestellen {
    color: red;
    margin-top: 2rem;
}

.formular button {
    background: var(--orange);
    color: var(--weiss);
    border-radius: 1rem;
    width: 50%;
    padding: 0.6rem 0;
    margin: 2rem auto 0rem auto;
}

.formular button:hover {
    background: var(--dunkel-orange);
}

.name{
    display: flex;
    flex-direction: row;
}

.form .nachname {
    margin: 0.6rem 0 0 2rem;
}

.nachname label{
    margin: 1rem 0 0 2rem;
}

#nr {
    width: 35%;
}


/* ----------------
12 Kontakt
---------------- */

.kontakt-header {
    background: url("../00_bilder/04_kontakt/background-kontakt.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 150vh;
    position: relative;
}

.kontakt-header h1 {
    font-size: 12rem;
}
 
#titel-kontakt {
    transform: translate(-700px); 
}

.kontakt-header h3{
    width: 50%;
    padding: 3rem 0 0 10rem;
    line-height: 2rem;
}

.kontakt-header .offen {
    padding: 3rem 0 0 10rem;
}

.kontakt-box {
    background-color: var(--weiss);
    border: solid 1px black;
    width: 40%;

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

    position: absolute;
    bottom: 0;
    transform: translateY(120%);
    margin: 0 0 0 5rem;
    padding: 2rem 0 3rem 0;
}

.striche-zwei {
    position: absolute;
    transform: translateY(-130%);
    right: 0;
}


/* ---------------
13 Hofladen
--------------- */

.hofladen-header {
    background: url("../00_bilder/05_hofladen/background-hofladen.jpg");
    background-position: center;
}

.hofladen-header h1 {
    font-size: 12rem;
}

.titel-hofladen {
    transform: translate(-700px); 
}

.abschnitt-produkte h1 {
    font-size: 10rem;
    color: #1a1a1a4d !important;
}

.info-hofladen {
    width: 40%;
    padding: 2rem 0 0 10rem;
}

.info-hofladen h3{
    padding: 5rem 0 25rem 0 ;
}

.titel-produkte {
    position: absolute;
    right: 0;
    transform: translateY(-25%);
}

.untertitel-produkte {
    position: absolute;
    right: 0;
    transform: translateY(100%);
    font-size: 3rem;
    margin: 0 8rem 0 0 ;
}

.abschnitt-produkte {
    display: flex;
    flex-direction: row;
}

.bilder-hofladen {
    width: 45%;
    display: flex;
    flex-direction: row;
    margin: 5rem 0 0 8rem;
}

.bilder-hofladen .drei-bilder {
    width: 30%;
}

.bilder-hofladen .zwei-bilder {
    width: 50%;
    padding: 5rem 0 0 0;
    margin: 0 0 5rem 2rem;
}

.info-produkte {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2rem 0 2rem;
}

.bilder-hofladen img {
    padding-top: 2rem;
}


/* -------------
14 Footer
-------------- */

.footer-grid {
    background-color: var(--dunkel-grau);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    color: var(--weiss);
    padding: 4rem 1rem 2rem 1rem;
    line-height: 2.5rem;
}

footer  ul{
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 1.125rem; 
}

.logo img {
    width: 80%;
}

footer h3 {
    color: var(--weiss);
}

footer .strich {
    background-color: var(--weiss);
    height: 0.15rem;
    width: 80%;
    margin: 1rem 0;
}

.footer-bottom {
    background-color: #1a1a1a;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    padding-bottom: 2rem;
    padding-left: 2rem;
}

.copyright {
    color: var(--weiss);
    font-size: 0.8rem !important;
}

footer  a {
    padding-left: 0.3rem;
    cursor: pointer;
    color: var(--orange);
}



/* ------------------
15 Breakpoints
------------------ */


/* ---------------------------------------------------------------------------
16 1200px
---------------------------------------------------------------------------- */


/* --------------------
Schrift
-------------------- */

@media (max-width: 1200px) {
    .titel-main h1 {
        font-size: 9rem;
    }

    .titel-fleisch h1{
        font-size: 9rem;
    }

    .abschnitt-philosophie h1 {
        font-size: 9rem;
    }

    .header-angebot h1 {
        font-size: 9rem;
    }

    .box-preise h1 {
        font-size: calc(100% + 6rem);
    }
    
    .bestellung-header h1{
        font-size: 7rem;
    }

    .kontakt-header h1 {
        font-size: 9rem;
    }

    .hofladen-header h1 {
        font-size: 9rem;
    }
    
    .abschnitt-produkte h1 {
        font-size: 9rem;
    }

    body h3 {
        font-size: 1rem;
    }

    body h4 {
        font-size: 1.5rem;
    }

    body h5 {
        font-size: 0.8rem;
    }

    body h6 {
        font-size: 0.9rem;
    }
}


/* ----------------------
Button
---------------------- */

@media (max-width: 1200px) {
    .home button, .angebot button, .bestellung button, .hofladen button, .kontakt button {
        font-size: 0.8rem;  
        width: 50%;
    }
}


/* ------------------
Header Main
------------------ */
@media (max-width: 1200px) {
    .header-info {
        width: 40%;
        margin-top: 0rem;
        margin-left: 0rem;
    }

    .home-img {
        width: 60%;
        margin-top: 15rem;
        padding-right: 3rem;
    }
    
    .home-img img {
        width: 100%;
        margin: 2rem 10rem 12rem 0;
    }
    
    .main-header h3 {
        width: 100%;
    }

    .main-header button {
        width: 50%;
    }

    .striche-eins {
        bottom: 0;
        transform: translateY(-100%);
    }
}


/* -------------------
Abschnitt Fleisch
------------------- */

@media (max-width: 1200px) {
    .bilder-fleisch {
        width: 50%;
        padding: 12rem 0 10rem 5rem;
    }

    .bilder-fleisch .ein-bild{
        padding-right: 1rem;
    }

    .bilder-fleisch .zwei-bild img {
        padding-top: 1rem;
    }

    .info-fleisch {
        padding: 15rem 0 0 5rem;
    }

    .info-fleisch button {
        font-size: 0.8rem;  
        width: 60%;
        margin: 2rem 0 0 5rem;
    }
}



/* ---------------------------
Home Abschnitt Philosophie
--------------------------- */

@media (max-width: 1200px) {
    .info-philosophie {
        width: 50%;
        padding: 18rem 0 10rem 5rem;
    }
    
    .bilder-philosophie {
        width: 50%;
        padding: 18rem 0 10rem 5rem;
    }
}


/* ---------------------------
ANGEBOT
---------------------------  */

/* ----------------
Abschnitt Preise 
---------------- */

@media (max-width: 1200px) {
    .haupt-angebot {
        background: linear-gradient(0% rgb(173, 173, 173) 100% rgb(59, 59, 59));
        background-repeat:initial;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 2rem;
        padding: 10rem 3rem;
    }
}


/* --------------------
Bestellung
-------------------- */

@media (max-width: 1200px) {
    .bestellung-header .untertitel {
        transform: translateY(490%);
    }

    .formular {
        width: 60%;
    }
}


/* -----------------------
Kontakt  
----------------------- */

@media (max-width: 1200px) {
    .kontakt-header {
        height: 140vh;
    }

    .kontakt-header h3{
        width: 70%;
        padding: 3rem 0 0 7rem;
        line-height: 1.5rem;
    }

    .kontakt-header .offen {
        padding: 3rem 0 0 7rem;
    }

}


/* -----------------------
Hofladen
----------------------- */

@media (max-width: 1200px) {
    .untertitel-produkte {
        font-size: 2.5rem;
    }
}


/* -----------------------------------------------------------
17 992px
------------------------------------------------------------- */

/* -----------------
Schrift
----------------- */

@media (max-width: 992px) {
    .titel-main h1 {
        font-size: 8rem;
    }

    .titel-fleisch h1{
        font-size: 7rem;
    }

    .abschnitt-philosophie h1 {
        font-size: 7rem;
    }

    .header-angebot h1 {
        font-size: 8rem;
    }

    .box-preise h1 {
        font-size: calc(100% + 5rem);
    }
    .bestellung-header h1{
        font-size: 6rem;
    }

    .kontakt-header h1 {
        font-size: 8rem;
    }

    .hofladen-header h1 {
        font-size: 8rem;
    }

    .abschnitt-produkte h1 {
        font-size: 7rem;
    }

    body h3 {
        font-size: 1rem;
    }

    body h4 {
        font-size: 1.5rem;
    }

    body h5 {
        font-size: 0.8rem;
    }

    body h6 {
        font-size: 0.9rem;
    }

    body li {
        font-size: 1rem;
    }
    body p {
        font-size: 1rem;
    }
}


/* ----------------------
Button
---------------------- */

@media (max-width: 992px) {
    .home button, .angebot button, .bestellung button, .hofladen button, .kontakt button {
        font-size: 0.7rem;  
        width: 60%;
        padding: 0.8rem 0.8rem;
    }
}


/* -------------------
Navigation
------------------- */

@media (max-width: 992px) {
    .main-nav img {
        width: 30%;
    }

    .main-nav .menu{
        display: block;
        margin-left: 2rem;
        margin-top: auto;
    }

    .main-nav>ul>li {
        display: none;
    }

    .main-nav img{
        width: 15%;
    }

    .menu {
        display: block;
    }
}


/* ------------------
Header
------------------ */

@media (max-width: 992px) {
    .home-img {
        margin-top: 20rem;
    }

    .home-img img {
        width: 100%;
        margin: 2rem 6rem 5rem 0;
    }

    .header-info {
        margin-top: 0;
    }
}


/* -------------------
Abschnitt Fleisch
------------------- */

@media (max-width: 992px) {

    .bilder-fleisch {
        width: 50%;
        padding: 12rem 0 9rem 2rem;
    }

    .info-fleisch {
        width: 40%;
        padding: 13rem 0 0 2rem;
    }
}



/* ---------------------------
Home Abschnitt Philosophie
--------------------------- */

@media (max-width: 992px) {
    .info-philosophie {
        width: 50%;
        padding: 15rem 0 10rem 5rem;
    }
    
    .bilder-philosophie {
        width: 50%;
        padding: 15rem 2rem 10rem 5rem;
    }
}


/* ---------------------------
ANGEBOT
---------------------------  */

/* ----------------
Abschnitt Preise 
---------------- */

@media (max-width: 992px) {
    .header-angebot {
        height: 180vh;
    }

    .stimmungsbild {
        width: 50%;
        padding: 4rem 0rem 15rem 4rem;
    }   
    
    .info-preise {
        width: 70%;
        padding: 3rem 2rem 8rem 3rem;
        text-align: end;
    }

    .haupt-angebot {
        background: linear-gradient(0% rgb(173, 173, 173) 100% rgb(59, 59, 59));
        background-repeat:initial;
        display: grid;
        grid-template-columns:  1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr ;
        padding: 6rem 5rem;
    }
}


/* --------------------
Bestellung
-------------------- */

@media (max-width: 992px) {
    .bestellung-header .untertitel {
        transform: translateY(450%);
    }

    .bestellung-text {
        padding-left: 5rem;
    }

    .formular {
        width: 70%;
    }
}


/* -----------------------
Hofladen
----------------------- */

@media (max-width: 992px) {
    .hofladen-header {
        background: url("../00_bilder/05_hofladen/background-hofladen-mobile.jpg");
        background-size: cover;
        background-position: center;
    }

    .info-hofladen {
        padding: 2rem 0 0 5rem;
    }

    .untertitel-produkte {
        font-size: 2.3rem;
    }

    .bilder-hofladen {
        width: 55%;
        margin: 5rem 0 0 3rem;
    }
    
    .bilder-hofladen img {
        padding-top: 1rem;
    }

    .bilder-hofladen .zwei-bilder {
        margin: 0 0 5rem 1rem;
    }

    .info-produkte {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 2rem 0 0rem;
    }
}


/* 
---------------------------
Footer
--------------------------- */

@media (max-width: 992px) {
    footer {
       
        line-height: 1.5rem;
    }
    
    .logo img {
        width: 90%;
    }
    
    footer h3 {
        color: white;
    }
    
    
    footer .strich {
        background-color: white;
        height: 0.1rem;
        width: 80%;
        margin: 1rem 0;
    }
    
}


/* ---------------------------------------------------- 
18 768px
-------------------------------------------------------- */

/* ---------------
Schrift
---------------- */

@media (max-width: 768px) {
    .titel-main h1 {
        font-size: 6rem;
    }

    .titel-fleisch h1{
        font-size: 5rem;
    }

    .abschnitt-philosophie h1 {
        font-size: 5rem;
    }

    .header-angebot h1 {
        font-size: 7rem;
    }

    .box-preise h1 {
        font-size: calc(100% + 3.5rem);
    }

    .bestellung-header h1{
        font-size: 4.5rem;
    }

    .kontakt-header h1 {
        font-size: 5rem;
    }

    .hofladen-header h1 {
        font-size: 6rem;
    }

    .abschnitt-produkte h1 {
        font-size: 5rem;
    }

    body h4 {
        font-size: 2.5rem;
    }

    body h3 {
        font-size: 1rem;
    }

    body h5 {
        font-size: 1rem;
    }

    body h6 {
        font-size: 1.4rem;
    }

    body p {
        font-size: 1rem;
    }
}


/* ----------------------
Button
---------------------- */

@media (max-width: 768px) {
    .home button, .angebot button, .bestellung button, .hofladen button, .kontakt button {
        font-size: 0.7rem;  
        width: 10rem;
        padding: 0.8rem 0.8rem;
    }
    
}


/* ------------------
Header
------------------ */

@media (max-width: 768px) {
    .main-header {
        display: flex;
        justify-content: center;
    }

    .titel-main {
        left: 0;
    }

    .info-main-header {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 0 0 0 0;
    }

    .home-img {
        width: 100%;
        margin-top: 0rem;
        padding-left: 3rem;
    }

    .home-img img {
        padding-top: 3rem;
    }

    .header-info {
        width: 60%;
        padding-top: 10rem;
        margin-left: 0rem;
    }
}


/* -------------------
Abschnitt Fleisch
------------------- */

@media (max-width: 768px) {
    .abschnitt-fleisch {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bilder-fleisch {
        width: 90%;
        padding: 0rem 0 2rem 2rem;
    }

    .bilder-fleisch .zwei-bild {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
      
    .info-fleisch {
        width: 70%;
        padding: 3rem 0 8rem 0;
    }

    .striche-zwei .strich-grau {
        height: 0.2rem;
    }
}


/*---------------------------
Home Abschnitt Philosophie
--------------------------- */

@media (max-width: 768px) {
    .abschnitt-philosophie {
        display: flex;
        flex-direction: column;
    }

    .info-philosophie {
        width: 100%;
        padding: 8rem 5rem 0rem 5rem;
    }
    
    .bilder-philosophie {
        width: 100%;
        padding: 5rem 2rem 8rem 5rem;
    }

    .striche-weiss .strich-weiss {
        background-color: rgb(255, 255, 255);
        width: 4rem;
        height: 0.1rem;
        margin: 0 0.5rem ;
    }
}


/* ---------------------------
ANGEBOT
---------------------------  */

/* ----------------
Abschnitt Preise 
---------------- */

@media (max-width: 768px) {

    .header-angebot {
        background: url('../00_bilder/02_angebot/background-angebot-mobile.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 200vh;
    }

    .abschnitt-preise {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .box-preise {
        position: absolute;
        right: 0;
        transform: translateY(-100%);
    }
    
    .stimmungsbild {
        width: 70%;
        padding: 3rem 0 0 0;
    }   
    
    .info-preise {
        width: 70%;
        padding: 3rem 0 2rem 0;
        text-align: end;
    }

    .haupt-angebot {
        background: linear-gradient(0% rgb(173, 173, 173) 100% rgb(59, 59, 59));
        background-repeat:initial;
        display: grid;
        grid-template-columns:  1fr ;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr ;
        padding: 6rem 4rem;
    }

    .ergebnis-cards {
        width: 60%;
    }
}


/* --------------------
Bestellung
-------------------- */

@media (max-width: 768px) {
    .bestellung-header {
        background: url(/00_bilder/03_bestellung/hg-bestellung-moblie.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bestellung-header .untertitel {
        transform: translateY(850%);
        font-size: 1rem;
    }

    .bestellung-text {
        width: 100%;
        padding-left: 5rem;
        padding-right: 5rem;
        padding-top: 5rem;
    }

    .drei-vertikal {
        padding: 0 1rem 0 0;
    }
    
    .drei-vertikal .weiss-verti {
        width: 0.1rem;
        height: 2rem;
        margin: 1rem 0 0 0;    
    }

    .formular {
        width: 80%;
    }

    .name{
        display: flex;
        flex-direction: column;
    }
    
    .form .nachname {
        margin: 0.6rem 0 0 0rem;
    }
    
    .nachname label{
        margin: 1rem 0 0 0rem;
    }
}


/* -----------------------
Hofladen
----------------------- */

@media (max-width: 768px) {
    .info-hofladen {
        width: 45%;
        padding: 4rem 0 0 5rem;
    }

    .info-hofladen h3{
        padding: 5rem 0 22rem 0 ;
    }
    
    .abschnitt-produkte {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .untertitel-produkte {
        font-size: 1.7rem;
        transform: translateY(90%);
    }
    
    .bilder-hofladen {
        width: 80%;
        margin: 5rem 0 0 0rem;
    }
    
    .bilder-hofladen img {
        padding-top: 1.5rem;
    }

    .bilder-hofladen .drei-bilder {
        width: 30%;
        margin-top: 5rem;
    }

    .bilder-hofladen .zwei-bilder {
        margin: 0 0 5rem 1rem;
        padding-top: 0;
    }

    .info-produkte {
        width: 80%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        text-align: end;
        margin: 0 0 5rem 0rem;
    }
}


/* ------------------------
Kontakt
------------------------ */
@media (max-width: 768px) {
    .kontakt-header {
        background: url("../00_bilder/04_kontakt/background-kontakt-mobile.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 150vh;
    }

    .kontakt-header h3{
        padding: 3rem 0 0 5rem;
    }
    
    .kontakt-header .offen {
        padding: 3rem 0 0 5rem;
    }
    
    .kontakt-box {
        width: 70%;
        bottom: 0;
        transform: translateY(120%);
    }
}


/* ---------------------------
Footer
--------------------------- */
@media (max-width: 768px) {
    .footer-grid {
        background-color: var(--dunkel-grau);
        display: grid;
        grid-template-columns: 1fr ;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        color: white;
        padding: 2rem 2rem 0rem 2rem;
        line-height: 1.6rem;    
    }
    
    footer .logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo img {
        width: 40%;
    }
    
    footer .navigation {
        text-align: center;
        margin-top: 2rem;
    }

    footer .kontakt {
        text-align: center;
        margin-top: 2rem;
    }

    footer .oeffnungszeiten {
        text-align: center;
        margin-top: 2rem;
    }

    footer h3 {
        color: white;
    }

    footer .strich {
        background-color: white;
        height: 0.01rem;
        width: 30%;
        margin: 1rem auto;
    }
    
    .footer-bottom {
        display: flex;
        justify-content: center;
        padding: 0 0 2rem 0;
    }
}


/* ---------------------------------------------------------------
19 576px
------------------------------------------------------------------ */

/* -------------------
Schrift
------------------- */

@media (max-width: 576px) {
    .titel-main h1 {
        font-size: 3.5rem;
    }

    .titel-fleisch h1{
        font-size: 3.5rem;
    }

    .abschnitt-philosophie h1 {
        font-size: 3.5rem;
    }

    .header-angebot h1 {
        font-size: 4.8rem;
    }


    .box-preise h1 {
        font-size: calc(100% + 2.4rem);
    }

    .bestellung-header h1{
        font-size: 3rem;
    }

    .kontakt-header h1 {
        font-size: 5rem;
    }

    .hofladen-header h1 {
        font-size: 4.2rem;
    }

    .abschnitt-produkte h1 {
        font-size: 4.2rem;
    }

    body h2 {
        font-size: 2rem;
    }

    body h3 {
        font-size: 1rem;
    }

    body h4 {
        font-size: 2rem;
    }

    body h5 {
        font-size: 0.8rem;
    }

    body h6 {
        font-size: 1rem;
    }

    body li {
        font-size: 0.8rem;
    }
    body p {
        font-size: 0.8rem;
    }
}


/* ----------------------
Button
---------------------- */

@media (max-width: 576px) {
    .home button, .angebot button, .bestellung button, .hofladen button, .kontakt button {
        font-size: 0.6rem;  
        width: 9rem;
        padding: 0.6rem 0.6rem;
        background-color: var(--orange
        )
    }
}


/* -------------------
Navigation
------------------- */

@media (max-width: 576px) {
    .main-nav img {
        width: 5rem;
        padding: 0.5rem 1rem 0 0;
        top: 0;
    }
}


/* ------------------
Header
------------------ */

@media (max-width: 576px) {

    .main-header h3 {
        width: 100%;
        padding: 1rem 0 0 2rem;
    }

    .titel-main {
        left: 0;
    }

    .home-img {
        width: 100%;
        margin-top: 0rem;
    }

    .home-img {
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .header-info {
        width: 60%;
        padding-top: 6rem;
        margin-left: 0rem;
    }

    .main-header button {
        margin: 2rem 0 0 2rem;
    }
}

    
/* -------------------
Abschnitt Fleisch
------------------- */

@media (max-width: 576px) {
    .abschnitt-fleisch {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bilder-fleisch {
        width: 100%;
        padding: 3rem 0 2rem 2rem;
    }

    .info-fleisch {
        width: 90%;
        padding: 2rem 1rem 6rem 0;
    }

    .striche-zwei {
        width: 60%;
        padding: 2rem 0.4rem 0.4rem 2rem;
    }
    
    .striche-zwei .strich-grau {
        height: 0.2rem;
        width: 6rem;
        margin: 0 0.3rem ;
    }
}


/* ---------------------------
Home Abschnitt Philosophie
--------------------------- */

@media (max-width: 576px) {

    .info-philosophie {
        padding: 7rem 5rem 0rem 2rem;
    }
    
    .bilder-philosophie {
        width: 100%;
        display: flex;
        align-items: flex-start;
        padding: 4rem 0 7rem 2rem;
    }

    .striche-weiss .strich-weiss {
        background-color: rgb(255, 255, 255);
        width: 3rem;
        height: 0.1rem;
        margin: 0 0.5rem ;
    }
}


/* ---------------------------
ANGEBOT
---------------------------  */

@media (max-width: 576px) {
    .info-angebot {
        min-height: 100vh;
    }
    .info-angebot {
        width: 50%;
        padding: 0rem 0 0 2rem;
        margin-top: 0rem;
    }

    .ergebnis-cards {
        width: 80%;
    }

    .ergebnis-cards img{
        border-radius: 0.4rem;
    }


/* ----------------
Abschnitt Preise 
---------------- */

@media (max-width: 576px) {
    .header-angebot {
        height: 170vh;
    }

    .abschnitt-preise {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: -45rem;
    }
    
    .haupt-angebot {
        grid-template-columns:  1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr ;
        padding: 4rem 2rem;
    }
    
    .box-preise {
        position: absolute;
        right: 0;
        transform: translateY(-0%);
    }
    
    .stimmungsbild {
        width: 80%;
        padding: 6rem 0 0 0;
    }   
    
    .info-preise {
        width: 90%;
        padding: 3rem 1rem 5rem 0;
    }
}


/* --------------------
Bestellung
-------------------- */

@media (max-width: 576px) {
    .bestellung-header {
        background: url('../00_bilder/03_bestellung/hg-bestellung-moblie.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bestellung-header .untertitel {
        transform: translateY(620%);
        padding-left: 2rem;
        font-size: 1rem;
    }

    .bestellung-text {
        width: 100%;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 4rem;
    }

    .drei-vertikal {
        padding: 0 1rem 0 0;
    }
    
    .drei-vertikal .weiss-verti {
        width: 0.1rem;
        height: 2rem;
        margin: 1rem 0 0 0;    
    }

    .formular {
        width: 90%;
        padding: 2rem;
    }
}


/* ---------------------------
Hofladen
--------------------------- */

@media (max-width: 576px) {
    
    .info-hofladen {
        width: 50%;
        padding: 2rem 0 0 2rem;
    }

    .info-hofladen h3{
        padding: 13rem 0 10rem 0 ;
    }
    
    .untertitel-produkte {
        font-size: 1.6rem;
        transform: translateY(70%);
    }

    .bilder-hofladen {
        margin: 4rem 0 0 0;
    }
}


/* ------------------------
Kontakt
------------------------ */

@media (max-width: 576px) {
    .kontakt-header {
        background: url("../00_bilder/04_kontakt/background-kontakt-mobile-2.jpg");
        background-position: left;
        background-size: cover;
        background-repeat: no-repeat;
        height: 120vh;
    }

    .kontakt-header h3{
        padding: 1rem 0 0 2rem;
    }
    
    .kontakt-header .offen {
        padding: 1rem 0 0 2rem;
    }
    
    .kontakt-box {
        width: 70%;
        bottom: 0;
        margin: 0;
        transform: translate(20% , 100%);
    }
}


/* --------------------
Footer 
-------------------- */

@media (max-width: 576px) {
    .footer-grid {
        background-color: var(--dunkel-grau);
        display: grid;
        grid-template-columns: 1fr ;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        color: white;
        padding: 0rem;
        line-height: 1.3rem;    
    }
    
    footer p {
        font-size: 0.8rem !important;
    }

    footer h3 {
        font-size: 1rem;
        color: white;
        padding: 0;
    }

    footer .logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo img {
        width: 40%;
    }
    
    footer .navigation {
        text-align: center;
        margin-top: 0rem;
    }

    footer .kontakt {
        text-align: center;
        margin-top: 2rem;
    }

    footer .oeffnungszeiten {
        text-align: center;
        margin-top: 2rem;
    }

    footer .strich {
        background-color: white;
        height: 0.01rem;
        width: 30%;
        margin: 1rem auto;
    }
    
    .copyright {
        font-size: 2rem;
    }
    .footer-bottom {
        display: flex;
        justify-content: center;
        padding: 0 0 2rem 0;
    }
}


/* ----------------------
20 380px
------------------------- */

@media (max-width: 380px) {
    .titel-main h1 {
        font-size: 3.5rem;
    }

    .titel-fleisch h1{
        font-size: 3rem;
    }

    .abschnitt-philosophie h1 {
        font-size: 3rem;
    }

    .header-angebot h1 {
        font-size: 3.5rem;
    }

    .box-preise h1 {
        font-size: calc(100% + 1.6rem);
    }


    .bestellung-header h1{
        font-size: 2.2rem;
    }

    .bestell-formular h1 {
        font-size: 1.7rem;
    }

    .kontakt-header h1 {
        font-size: 3.5rem;
    }

    .hofladen-header h1 {
        font-size: 3rem;
    }
    .abschnitt-produkte h1 {
        font-size: 3rem;
    }

    .abschnitt-preise {
        margin-top: -40rem;
    }

    .untertitel-produkte {
        font-size: 1.2rem;
        transform: translateY(70%);
        margin: 0 2rem 0 0 ;
    }




    .info-angebot {
        width: 60%;
    }
    .header-angebot {
        background-position: 30%;
        min-height: 200vh;
    }

    .info-preise {
        width: 90%;
        padding: 3rem 1rem 3rem 0;
    }

    .kontakt-header {
        background-position-y: 30%;
    }



    .kontakt-box {
        width: 90%;
        bottom: 0;
        transform: translate(5% , 100%);
    }

}

@media (max-width: 282px) {

    .angebot-cards {
        padding: 0;
    }

    .haupt-angebot {
        padding: 0 1rem;
    }

    .box-preise h1 {
        font-size: calc(100% + 1.3rem);
    }

    .stimmungsbild {
        padding: 6rem 0 0 0;
    }
}   
}