@media(max-width: 1200px){
.recipe-highlight button{
    margin-top: 20px;
}
p{
    font-size: 14px;
}
}

@media(max-width: 1050px){
header img{
    height: 52px;
}
#navigation{
    gap: 10px;
    margin-top: 48px;
}
.recipe-highlight img{
    width: 460px;
    height: 280px;
}
h2{
    font-size: 20px;
}
p{
    font-size: 14px;
}
.recipe-highlight button{
    height: 36px;
    width: 180px;
    font-size: 16px;
    margin-top: 20px;
}
.receipe-news-single img{
    width: 180px;
    height: 180px;
}
.article-image img{
    width: 180px;
    height: 180px;
}
.footer_logo {
    height: 48px;
}
.text-container{
    display: none;
}
.social-buttons a img{
    width: 18px;
    height: 18px;
    object-fit: contain;
    padding: 2px 0 0 0;  
}
.social-buttons{
    gap: 0;
}
}

@media(max-width: 980px){
.recipe-highlight img{
    width: 440px;
    height: 260px;
}
header img{
    margin-top: 10px;
    height: 44px;
}
.recipe-highlight button{
    height: 26px;
    width: 120px;
    font-size: 12px;
    margin-top: 18px;
}
p{
    font-size: 12px;
}
.footer .limited-width-container {
    padding: 0 100px;
}
}

@media(max-width: 880px){
#navigation{
    gap: 10px;
    margin-top: 40px;
}
.recipe-highlight button{
    height: 24px;
    width: 100px;
    font-size: 12px;
    margin-top: 10px;
}
.recipe-highlight img{
    width: 100%;
    height: 220px;
}
.receipe-news-single img{
    width: 160px;
    height: 160px;
}
.article-image img{
    width: 160px;
    height: 160px;
}
h3{
    font-size: 14px;
}
.footer_logo {
    height: 44px;
}
}

@media(max-width: 840px){
.mobile-main{
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    gap: 16px;
    padding-bottom: 20px;
    align-items: center;
}
.article .limited-width-container{
    padding-bottom: 20px;
}
.article h2{
    padding-top: 30px;
    padding-bottom: 24px;
}
h2{
    justify-self: center;
}
.article-text p{
    margin-top: 0;
    margin-bottom: 6px;
}
p{
    text-align: justify;
}
}

@media(max-width: 800px){
.receipe-news-single{
    display: flex;
    flex-direction: column;
}
.receipe-news-single h3{
    font-size: 16px;
    margin-bottom: 32px;
}
.receipe-news-single img{
    width: 100%;
    height: 200px;
    margin-bottom: 8px;
}
.main-content .limited-width-container{
    padding-bottom: 40px;
}
.article-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.article-text{
    width: 100%;
}
.article-image img{
    width: 100%;

}
}

@media(max-width: 700px){
header nav a {
    display: none;
}
}
.footer_logo{
    height: 36px;
}
.social-buttons a img{
    width: 14px;
    height: 14px; 
}
header .limited-width-container {
    padding: 0 70px; 
}
.limited-width-container{
    padding: 0 70px; 
}
.footer .limited-width-container{
    padding: 0 70px;
}


@media(max-width: 600px){
.footer_logo{
    height: 30px;
}
.social-buttons a img{
    width: 12px;
    height: 12px; 
}
h2{
    font-size: 16px;
}
.receipe-news-single h3{
    font-size: 14px;
}
p{
    font-size: 12px;
}
}

@media(max-width: 450px){
header .limited-width-container {
    padding: 0 50px; 
}
.limited-width-container{
    padding: 0 50px; 
}
.footer .limited-width-container{
    padding: 0 50px;
}
}

@media(max-width: 400px){  
header img {
    margin-top: 10px;
    height: 36px;
}
    
.recipe-highlight img {
    width: 100%;
    height: 180px;
}
.receipe-news-single img {
    width: 100%;
    height: 180px;
    margin-bottom: 8px;
}
.article h2 {
    padding-top: 24px;
    padding-bottom: 16px;
}
.main-content .limited-width-container {
    padding-bottom: 0;
    padding-top: 10px;
}
h2{
    font-size: 14px;
    padding-bottom: 24px;
}
.recipe-news h2 {
    padding-top: 10px;
}
.receipe-news-single h3{
    font-size: 12px;
    margin-bottom: 24px;
}
p{
    font-size: 10px;
}
.mobile-footer{
    display: flex;
    flex-direction: column;
}
.footer_logo{
    padding-top: 10px;
}
.social-buttons{
    padding-top: 10px;
    padding-bottom: 10px;
}
}

@media(max-width: 400px){
header .limited-width-container {
    padding: 0 30px; 
}
.limited-width-container{
    padding: 0 30px; 
}
.footer .limited-width-container{
    padding: 0 30px;
}    
}




@media(max-width: 700px){
.inputportionen{
    font-size: 16px;
}
.inputportionen .inputrecipe{
    height: 30px;
    width: 160px;
    font-size: 16px;  
}
.inputportionen .btnrecipe{
    height: 36px;
    width: 160px;
    font-size: 16px;   
}
.recipedetails{
    margin-right: 20px;
}
}

@media(max-width: 600px){
.inputportionen{
    font-size: 14px;
}

.inputportionen .inputrecipe{
    height: 24px;
    width: 140px;
    font-size: 14px;
}
.inputportionen .btnrecipe{
    height: 30px;
    width: 140px;
    font-size: 14px;   
}    
}
@media(max-width: 550px){
.inputportionen{
    font-size: 12px;
}

.inputportionen .inputrecipe{
    height: 24px;
    width: 110px;
    font-size: 12px;
}
.inputportionen .btnrecipe{
    height: 30px;
    width: 110px;
    font-size: 12px;  
}
}

@media(max-width: 470px){
.inputportionen .inputrecipe{
    height: 20px;
    width: 100px;
}
.inputportionen .btnrecipe{
    height: 26px;
    width: 100px; 
}
}

@media(max-width: 370px){
.inputportionen{
    font-size: 10px;
}

.inputportionen .inputrecipe{
    height: 20px;
    width: 80px;
    font-size: 10px;
}
.inputportionen .btnrecipe{
    height: 26px;
    width: 80px; 
    font-size: 10px;
}
}