    
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 3.4vw;
    margin: 0 auto;
    color: rgb(75,75,75);
}
@media (min-width:750px){
body{
    font-size: 2.8vw;
}
}
@media (min-width:1200px){
body{
    font-size: 22px;
    line-height: 34px;

}
}
.border{
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.baskerville{
    font-family: 'Libre Baskerville', serif;
    font-size: 3.3vw;
}
@media (min-width:1200px){
.baskerville{
    font-size: 25px;
    line-height: 40px;
}
}

.bold{
    font-weight: 700;
}

#top{
    min-height: 3vw;
}
@media (min-width:1200px){
#top{
    min-height: 2rem;
}
}
#top > img{
    height: 10rem;
    margin: 2rem auto 0;
    display: block;
}
@media (min-width:1200px){
#top > img{
    height: 20rem;
    margin: 0 auto;
}
}
.salmon{
    background-color: #FFCDCD;
}
.lightyellow{
    background-color: #FFF9F3;
}
.white{
    background-color: white;
}

#menu, #footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*font-size: 2.8vw;*/
    font-size: 5vw;
    padding: 3vw;
    line-height: 8vw;
}
@media (max-width:750px){
    #footer{
        font-size: 4.5vw;
    }
}
#menu{
    flex-wrap: wrap;
    display: none;
}
@media (min-width:1200px){
#menu{
    display: flex;
}
}
#mobileMenu{
    display: flex;
    justify-content: space-between;
    padding: 3vw;
    font-size: 4.5vw;
}
#mobileMenu img, #menu img{
    height: 1.5em;
}
#menu img{
    margin-left: -75px;
}
#mobileMenuBody{
    display: none;
    background-color: rgba(255,255,255,0.5);
    flex-direction: column;
    position: absolute;
    width: 100%;
    padding: 3vw;
    line-height: 8vw;
    font-size: 4.5vw;
    box-sizing: border-box;
}
#burger{
    width: 6vw;
    height: 2vw;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    margin-top: 1.8vw;
}
@media (min-width:1200px){
#mobileMenu{
    display: none;
}
}
.language{
    display: flex;
}
.breaker{
    flex-basis: 100%;
}
@media (min-width:750px){
.breaker{
    flex-basis: 0;
    display: none;
}
}
@media (min-width:750px){
#menu, #footer{
    justify-content: space-around;
    font-size: 22px;
    padding: 2rem 0;
    flex-wrap: nowrap;
}
}

#footer{
    justify-content: center;
    padding: 6vw 0;
}
@media (min-width:1200px){
#footer{
    padding: 6rem 0;
}
}

#menu > div{
    display: flex;
}

#menu a, #footer a{
    color: black;
    text-decoration: none;
    text-align: center;
}
#mobileMenu a, #mobileMenuBody a{
    color: black;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
}
#mobileMenu > a{
    margin-left: 8vw;
}
#mobileMenuBody a:hover{
    color: rgb(255,0,255)
}


#menu a::before, #footer a::before{
    content: attr(title);
    display: block;
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
#menu a.active, #footer a.active{
    font-weight: bold;
}

#menu a:hover, #footer a:hover{
    font-weight: bold;
}

#footer a:first-child{
    margin-right: 4rem;
}


img.fullImage{
    width: 100%;
}
img{
    display: block;
}

#content p{
    padding: 6vw;
    text-align: center;
    margin: 0;
}
@media (min-width:1200px){
#content p{
    padding: 4rem 4rem;
}
}

.largeText{
    font-size: 4.9vw;
}
@media (min-width:1200px){
.largeText{
    font-size: 45px;
    line-height: 56px;
}
}
.mediumText{
    font-size:3.7vw;
    line-height: 1.8em;
}
@media (min-width:1200px){
.mediumText{
    font-size: 32px;
    line-height: 52px;
}
}

.halfed{
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    flex-direction: row;
}
@media (max-width:750px){
    .mobileColumn{
        align-items: flex-start;
        flex-direction: column !important;
        justify-content: flex-start;
    }
}
}
@media (min-width:750px){
.halfed{
}
}
@media (max-width:750px){
    .mobileNoFlex{
        max-width: 100% !important;
        flex-basis: 100% !important;
        align-self: flex-start !important;
        height: auto;
        max-height: 100vw;
        object-fit: contain;
    }
}
.halfImage, .halfText{
    max-width: 50%;
    flex-basis: 50%;
    height: auto;
    object-fit: contain;
}
@media (max-width:750px){
    .halfImage, .halfText{
        max-height: 100vw;
        margin: auto;
    }
    .mobileFirst{
        order: 1;
    }
    .mobileSecond{
        order: 2;
    }
    .mobileSerif{
        font-family: 'Libre Baskerville', serif;
    }
}

#special1{
    padding: 1rem !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
@media (min-width:1200px){
#special1{
    padding: 4rem !important;
    margin-left: 6rem !important;
}
}
#special2{
    margin-bottom: 4rem;
    margin-left: 45%;
    width: 50%;
}
@media (min-width:750px){
#special2{
    margin-top: -4rem !important;
    width: auto;
    margin-left: 0;
}
}
@media (min-width:1200px){
#special2{
    margin-right: 2rem !important;
}
}

#special3{
    margin-left: 2vw !important;
}
@media (min-width:1200px){
#special3{
    margin-left: 6rem !important;
}
}
#special4{
    position: absolute;
    right: 9vw;
    bottom: -39vw;
    width: 33vw;
    z-index: 2;
}
@media (min-width:750px){
#special4{
    bottom: -8vw;
}
}
@media (min-width:1200px){
#special4{
    right: 6rem;
    bottom: -5rem;
    width: 28rem;
    padding: 2rem !important;
}
}

#special5{
    position: relative;
}
#special6{
    position: absolute;
    width: 65vw;
    right: 0;
    bottom: 0;
}
@media (min-width:1200px){
#special6{
    width: 36rem;
    right: 3rem;
    bottom: 4rem;
}
}

#special7{
    position: relative;
}

.productImage{
    position: relative;
}

#product1{
    position: absolute;
    left: 62vw;
    top: 25%;
    text-align: center;
    color: white;
}
@media (min-width:500px){
#product1{
    left: 67vw;
}
}
@media (min-width:1200px){
#product1{
    top: 34%;
    right: 19%;
    left: unset;
}
}
#product2{
    position: absolute;
    color: white;
    padding: 0 !important;
    right: 13vw;
    bottom: 6vw;
    width: 39vw;
    line-height: 1em;
}
@media (min-width:1200px){
#product2{
    right: 5rem;
    bottom: 7rem;
    width: 32rem;
    line-height: 52px;
}
}
#orderForm2{
    position: absolute;
    bottom:31vw;
    right: 13vw;
    width: 39vw;
    text-align: center;
}
@media (min-width:1200px){
#orderForm2{
    right: 5rem;
    bottom: 21rem;
    width: 32rem;
}
}
#product3{
    position: absolute;
    left: 0.5vw;
    top: 5vw;
    color: white;
    padding: 0 !important;
    text-align: center;
}

#special8{
    position: relative;
}

#special9{
    position: absolute;
    top: 5%;
    left: 0;
}
@media (min-width:1200px){
#special9{
    top: 25%;

}
}
#product4{
    text-align: center;
    padding: 5.5vw;
}
@media (min-width:1200px){
#product4{
    padding: 8rem 8rem;
}
}
#special10{
    text-align: center;
    padding: 10.5vw;
}
@media (min-width:1200px){
#special10{
    padding: 8rem 8rem;
}
}
#special11{
    flex-basis: 60%;
    max-width: 60%;
    margin-top: 5vw;
    max-height: 155vw;
}
#special12{
    flex-basis: 60%;
    max-width: 60%;
}
#special13{
    background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(255,116,116,0.3) 100%); 
    line-height:2.6em;
    font-size: 4vw;
}
#special13 a{
    color: rgb(75,75,75);
    text-decoration: none;
}
@media (min-width:1200px){
#special13{
    font-size: 22px;
}
}
#special14{
    font-family: 'Libre Baskerville', serif;
    font-size: 27px;
    color: red;
    font-size: 3.5vw;
}
@media (min-width:1200px){
#special14{
    font-size: 27px;
}
}
.relative{
    position: relative;
}

#special15{
    position:absolute;
    top: 0;
    left: 7vw;
    width: 50vw;
    height: 40vw;
    background-color: white;

}
#special16{
    width: 90%;
}
#special17{
    position: absolute;
    bottom: 2vw;
    right: 2vw;
}
#special18{
    margin-left: 4vw;
    margin-top: -4vw;

}
#special19{
    margin-left: 45%;
}
@media (max-width:750px){
#special19{
    margin-left: 30%;
    max-width: 65%;
}
}
@media (min-width:750px){
#special19{
    margin-top: -10rem;
    margin-left: 0;
}
}
@media (min-width:750px){
#special20{
    margin-top: 13rem;
}
}
#special21{
    max-width: calc(50% - 4vw);
}
@media (min-width:750px){
#special21{
    margin-top: -8vw;
}
}

@media (min-width:750px){
#special22{
    margin-top: -6rem;
}
}


video{
    max-width: 100%;
}

#impressum img{
    max-width: 9em;
    margin: auto;
}
#impressum p{
    margin: 0;
    padding: 0;
}
#impressum a{
    color: rgb(75,75,75);
    text-decoration: none;
}
