@media screen and (min-width: 1920px) {
    ul.gastronomymenu li {
        width: 12.5%;
        padding-bottom: 12.5%;
    }
}
@media screen and (max-width: 1600px) {
    .topimage header,
    .gastronomy .container.title header,
    .maincontent .frame:first-child header,
    .topslider header {
        font-size: 70%;
    }
    .quote {
        font-size: 85%;
    }
}
@media screen and (max-width: 1400px) {
    ul.gastronomymenu li {
        width: 20%;
        padding-bottom: 20%;
    }
}
@media screen and (max-width: 1100px) {
    .topimage header,
    .gastronomy .container.title header,
    .maincontent .frame:first-child header,
    .topslider header {
        font-size: 60%;
    }
    ul.gastronomymenu li {
        width: 25%;
        padding-bottom: 25%;
    }
}
@media screen and (max-width: 1024px) {
    ul.gastronomymenu li .image {
        cursor: pointer;
    }
    ul.gastronomymenu li .front {
        background: rgba(204,64,50,0.85);
        display: none;
    }
    ul.gastronomymenu li .country,
    ul.gastronomymenu li h3,
    ul.gastronomymenu li .restaurant {
        opacity: 1;
        display: none;
    }
    ul.gastronomymenu li.active .front,
    ul.gastronomymenu li.active .country,
    ul.gastronomymenu li.active h3,
    ul.gastronomymenu li.active .restaurant {
        display: block;
    }
}
@media screen and (max-width: 980px) {
    .topimage header,
    .gastronomy .container.title header,
    .maincontent .frame:first-child header,
    .topslider header {
        font-size: 40%;
    }
    .quote {
        font-size: 65%;
    }
    h2,
    h3 {
        font-size: 160%;
    }
    .pagemenu .item h3 {
        font-size: 2.75vw;
    }
    .recipe .title header :nth-child(2) {
        font-size: 150%;
    }
    .owl-controls .owl-buttons div.owl-prev {
        left: -50px;
        background-position: 20px 0;
    }
    .owl-controls .owl-buttons div.owl-next {
        background-position: -20px -100px;
        right: -50px;
    }
}
@media screen and (max-width: 800px) {
    .header {
        height: 125px;
    }
    ul.gastronomymenu li {
        width: 33.3%;
        padding-bottom: 33.3%;
    }
    .quote .contentcontainer {
        background-size: 32px 70px, 32px 70px;
        padding: 5% 50px;
    }
}
@media screen and (max-width: 699px) {
    .pagemenu .item h3 {
        font-size: 4vw;
    }
}
@media screen and (max-width: 600px) {
    .contentcontainer,
    .content .contentcontainer {
        width: 93%;
        margin: 0 3.5%;
    }
    .topimage,
    .topslider {
        padding-bottom: 50%;
    }
    .zoomimage {
        width: 40px;
        height: 40px;
    }
    .topimage header,
    .gastronomy .container.title header,
    .maincontent .frame:first-child header,
    .topslider header {
        font-size: 30%;
    }
    h2,
    h3 {
        font-size: 130%;
    }
    .recipe .title header :nth-child(2) {
        font-size: 120%;
    }
    .maincontent header h1.csc-firstHeader,
    .gastronomy .maincontent header h2 {
        font-size: 500%;
    }
    ul.gastronomymenu li a,
    ul.gastronomymenu li h3,
    ul.gastronomymenu li a h3 {
        font-size: 13px !important;
    }
}
@media screen and (max-width: 500px) {
    .topimage header,
    .maincontent .frame:first-child header,
    .gastronomy .container.title header,
    .topslider header {
        font-size: 25%;
    }
    .maincontent header h1.csc-firstHeader,
    .gastronomy .maincontent header h2 {
        font-size: 700%;
    }
    .header {
        height: 80px;
    }
    .logo {
        padding-bottom: 0;
        height: 65px;
    }
    ul.gastronomymenu li {
        width: 50%;
        padding-bottom: 50%;
    }
    .pathway a:first-of-type {
        display: none;
    }
    .pathway .current a:first-of-type {
        display: inline;
    }
}
@media screen and (max-width: 460px) {
    .pagemenu .item h3 {
        font-size: 8vw;
    }
}
@media screen and (max-width: 420px) {
    .mobilemenu ul.languagemenu {
        float: right;
        width: auto;
        margin-right: 20px;
    }
    .mobilemenu li a {
        padding: 5px 10px;
    }
    .maincontent {
        width: 100%;
        margin: 0;
    }
    .gastronomy.overview .maincontent .contenttable {
        width: 100%;
    }
    .gastronomy.overview .maincontent .contenttable th,
    .gastronomy.overview .maincontent .contenttable td {
        width: auto;
    }
    .recipe .title,
    .recipecontent {
        width: 100%;
        margin: 0;
    }
    .recipe .left,
    .recipe .right {
        width: 100%;
        margin: 0 0 25px 0;
        margin-right: 0;
    }
    .maincontent .csc-textpic-left .csc-textpic-imagewrap,
    .maincontent .csc-textpic-center .csc-textpic-imagewrap,
    .maincontent .csc-textpic-right .csc-textpic-imagewrap {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

