.shophaedline {
    font-family: 'Sorts Mill Goudy';
    font-size: 4rem;
}


.studiotext p,
.studiotext ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
}

.zentrum {
    text-align: center;
}

.zitat {
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 2.4rem;
    font-style: italic;
    padding: 0;
}

.preis {
    text-align: right;
}

.shopnavi {
    background-color: #EEEEEE;
    position: fixed;
    top:15vh;
    width: 100vw;
}

.shophero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply;height: 70vh;
    color: #fff;
    text-align: center;
}

.briefkastenhero {
background-image: url("../images/blumenkasten.png");
background-size: 100vw auto;
background-position-y: center;

margin-top: 15vh;
}

.schafeshophero {
    background-image: url("../images/ostfriesische_milchschafe_morgenlandhof_waigolshausen.JPG");
background-size: 100vw auto;
background-position-y: center;
height: 70vh;
color: #fff;
text-align: center;
}

.wieseshophero {
    background-image: url("../images/unsereWiese.jpg");
}

.kaninchenshophero {
   background-image: url("../images/kaninchen_morgenlandhof_waigolshausen_felle.JPG");
}

.briefkastenhero {
background-image: url("../images/blumenkasten.png");
}

.briefkastenhero h2, .schafeshophero h2, .wieseshophero h2, .kaninchenshophero h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 8rem;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 25vh;
}

.briefkastenhero p, .schafeshophero p, .wieseshophero p, .kaninchenshophero p {
    font-family: 'Montserrat', sans-serif;
    font-size: 5rem;
    font-weight: 300;
    padding-top: 5vh;
}

.shop_overview_img {
    width:20vw;
    height: 20vw;
    object-fit: cover;
}

.col {
    width:21vw;
    flex: 1 0 21vw;
}

.productoverview:hover {
    border: 1px solid #eeeeee;
    box-shadow: 0px 10px 13px -7px #eeeeee;
}

.productoverview a {
    color: #000;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .shopnavi {
    top:7vh;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    align-items: start;
    }

    .shophaedline {
    font-size: 2rem;
}

.burger-shop {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.wieseshophero, .kaninchenshophero, .briefkastenhero {
height: 30vh;

}
.briefkastenhero h2, .schafeshophero h2, .wieseshophero h2, .kaninchenshophero h2 {
    font-size: 3rem;
    padding-top: 15vh;
}

.briefkastenhero p, .schafeshophero p, .wieseshophero p, .kaninchenshophero p {
    font-size: 2rem;
    padding-top: 2vh;
}

.shop_overview_img {
    width:70vw;
    height: 70vw;
}
    
}
