/* mobilemenu / submenu */

.outsidewrapper {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.outsidewrapper.active {
    position: fixed;
}
.mobilemenu * {
    /*	display: none; */
}
.mobilemenu.active * {
    /*	display: block; */
}
.mobilemenubutton,
.mobilemenuclosebutton {
    display: none;
    float: left;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    color: #F2B150;
    background: url('../images/bg_button_mobilemenu.png') center 0 no-repeat #8bcc4e;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 100;
}
.mobilemenuclosebutton {
    display: block;
    background-position: center -50px;
}
.mobilemenu {
    position: fixed;
    right: -310px;
    width: 85%;
    max-width: 310px;
    height: 100%;
    transition: right 0.4s;
    background: rgba(255,255,255,0.90);
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x: hidden;
    /*	-webkit-overflow-scrolling: touch; */
    z-index: 99;
}
.mobilemenu.active {
    right: 0;
    box-shadow: 0 -10px 20px 0 rgba(0,0,0,0.4);
}
.mobilemenu ul,
.mobilemenu li,
.mobilemenu a {
    float: left;
    width: 100%;
}
.mobilemenu ul.level1 {
    padding: 15px;
}
.mobilemenu li.level1 {
    border-bottom: 1px dotted #ccc;
}
.mobilemenu li.level2,
.mobilemenu li.level3 {
    border-top: 1px dotted #ccc;
}
.mobilemenu a {
    font-size: 18px !important;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mobilemenu li.hassub a,
.mobilemenu li.selected a {
    padding-right: 45px;
}
.mobilemenu li.hassub,
.mobilemenu li.selected {
    position: relative;
}
.mobilemenu ul.level2,
.mobilemenu ul.level3 {
    display: none;
}
.mobilemenu span.show_sub {
    position: absolute;
    right: 0;
    top: 4px;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 26px;
    font-size: 24px;
    color: #71ae39;
    text-align: center;
    border: 1px solid #71ae39;
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
}
.mobilemenu span.show_sub::after {
    content: '+';
}
.mobilemenu span.show_sub.active::after {
    content: '-';
}
.mobilemenu a.level1 {
    border-color:  rgba(243,177,81,0.5);
}
.mobilemenu a.level2 {
    padding-left: 15px;
}
.mobilemenu a.level3 {
    padding-left: 30px;
}
.mobilemenu .languagemenu {
    float: left;
    width: 100%;
    padding: 15px;
    background: rgba(0,0,0,0.15);
}
@media screen and (max-width: 1750px) {
    .container.recipes .block_2 header {
        font-size: 100%;
    }
    .container.recipes .recipe_list .item,
    .container.recipes .news-list-item,
    .blocks_4_cols .block {
        padding-bottom: 0;
        height: 380px;
        height: 450px;
    }
    .about .beter_leven .ce-textpic .ce-bodytext h1,
    .about .beter_leven .ce-textpic .ce-bodytext h2,
    .about .beter_leven .ce-textpic .ce-bodytext h3,
    .about .beter_leven .ce-textpic .ce-bodytext h4,
    .about .beter_leven .ce-textpic .ce-bodytext h5,
    .about .beter_leven .ce-textpic .ce-bodytext h6 {
        font-size: 300%;
    }
    .farm p {
        width: 60%;
        margin-left: 20%;
    }
}
@media screen and (max-width: 1600px) {
    body {
        font-size: 90%;
    }
    .about .block_1 .ce-textpic,
    .about .block_3 .ce-textpic {
        bottom: 0;
    }
    .about .beter_leven .ce-textpic .ce-bodytext h1,
    .about .beter_leven .ce-textpic .ce-bodytext h2,
    .about .beter_leven .ce-textpic .ce-bodytext h3,
    .about .beter_leven .ce-textpic .ce-bodytext h4,
    .about .beter_leven .ce-textpic .ce-bodytext h5,
    .about .beter_leven .ce-textpic .ce-bodytext h6 {
        font-size: 250%;
    }
}
@media screen and (max-width: 1400px) {
    .menuheader h1 {
        font-size: 400%;
    }
    .menuheader .ce-textpic .ce-gallery img {
        width: 50%;
        margin-left: 25%;
    }
    .container.farm {
        height: 600px;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 1300px) {
    .menuheader  {
        font-size: 90%;
    }
    .menuheader .ce-textpic {
        display: none;
    }
    .v3g_company {
        left: 1.5%;
    }
    .topheader .othericons {
        right:  auto;
        left: 22.5%;
    }
    .topheader .socialicons {
        width: auto;
        right: 15%;
    }
    .topheader .languagemenu {
        right: 1.5%;
    }
    .about .blocks_3_cols {
        text-align: center;
    }
    .about .blocks_3_cols,
    .about .blocks_3_cols .block {
        float: none;
        display: inline-block;
    }
    .about .blocks_3_cols .block {
        width: 49.5%;
        padding-bottom: 34.5%;
    }
}
@media screen and (max-width: 1200px) {
    .mainmenu,
    .topheader .languagemenu {
        display: none;
    }
    .mobilemenubutton {
        display: block;
    }
    .menuheader {
        padding-bottom: 12.5%;
        height: 0;
    }
    .home .menuheader {
        height: 0;
        padding-bottom: 30%;
    }
    .menuheader h1 {
        margin-top: 160px;
    }
    .container.recipes .recipe_list .item,
    .container.recipes .news-list-item,
    .blocks_4_cols .block {
        width: 33.3%;
    }
    .container.recipes .recipe_list .item:nth-child(3),
    .container.recipes .news-list-item:nth-child(3) {
        display: none;
    }
    .farm .csc-header-n2 {
        width: 70%;
        font-size: 200%;
    }
}
@media screen and (max-width: 1024px) {
    .container.farm {
        padding-bottom: 60%;
    }
    .farm p {
        width: 90%;
        margin-left: 5%;
    }
    .news-list-image a::after {
        height: 30%;
    }
    .farm_list .news-list-item .news-list-text {
        opacity: 1;
    }
}
@media screen and (max-width: 1000px) {
    .farm_search .ce-textpic .ce-gallery {
        display: none;
    }
    .footer .logo {
        display: none;
    }
    .footer .about,
    .footer .contact,
    .footer .socialicons {
        width: 28.3%;
        margin: 100px 5% 0 0;
    }
    .maincontent h1 {
        font-size: 240%;
    }
    .tx-recipes-search input[type=text],
    .tx-recipes-search select,
    .tx-recipes-search input[type=submit] {
        font-size: 100%;
    }
}
@media screen and (max-width: 900px) {
    .v3g_company,
    .topheader .socialicons,
    .topheader .othericons {
        display: none;
    }
    .menuheader h1 {
        margin-top: 100px;
        font-size: 300%;
    }
    .footer .about ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .contentcontainer {
        width: 95%;
        margin: 0 2.5%;
    }
    .container.recipes .recipe_list .item,
    .container.recipes .news-list-item,
    .blocks_4_cols .block {
        width: 50%;
    }
    .container.recipes .recipe_list .item:nth-child(1),
    .container.recipes .recipe_list .item:nth-child(2),
    .container.recipes .news-list-item:nth-child(1),
    .container.recipes .news-list-item:nth-child(2) {
        height: 0;
        padding-bottom: 50%;
    }
    .container.recipes .recipe_list .item:nth-child(3),
    .container.recipes .news-list-item:nth-child(3) {
        display: block;
    }
    .container.farm {
        padding-bottom: 75%;
    }
    .maincontent .farm_list .news-list-item,
    .realnews .news-list-item,
    .recipe_list .recipes li,
    .maincontent .farm_list .news-list-item:nth-child(3n+2),
    .realnews .news-list-item:nth-child(3n+2),
    .recipe_list .recipes li:nth-child(3n+2) {
        width: 48.5%;
        padding-bottom: 32%;
        margin: 0 3% 20px 0;
    }
    .maincontent .farm_list .news-list-item,
    .maincontent .farm_list .news-list-item:nth-child(3n+2) {
        padding-bottom: 42%;
    }
    .maincontent .farm_list .news-list-item:nth-child(2n),
    .realnews .news-list-item:nth-child(2n),
    .recipe_list .recipes li:nth-child(2n) {
        margin: 0 0 20px 0;
    }
    .about .block_1 .ce-textpic,
    .about .block_3 .ce-textpic {
        display: none;
    }
    .subfooter .blocks_3_cols .news-list-item {
        width: 47%;
        padding-bottom: 32%;
    }
    .subfooter .blocks_3_cols .news-list-item:nth-child(3) {
        margin: 20px 26.5% 0 26.5%;
    }
}
@media screen and (max-width: 820px) {
    .logo {
        height: 135px;
        min-width: 100px;
        padding-bottom: 0;
    }
    .farm_search .contentcontainer {
        background-size: 150px auto, auto auto;
    }
    .container.farm {
        font-size: 80%;
        height: 450px;
    }
    .farm .contentcontainer > .frame:nth-child(2) header,
    .farm p {
        width: 90%;
        margin-left: 5%;
    }
    .footer .about,
    .footer .contact,
    .footer .socialicons {
        width: 45%;
    }
    .footer .socialicons {
        margin: 25px 5% 0 0;
    }
    .recept .width75,
    .recept .width25.rightcol {
        float: left;
        width: 100%;
    }
    .recept .width25.rightcol {
        column-count: 3;
        padding-bottom: 20px;
    }

}
@media screen and (max-width: 700px) {
    body {
        font-size: 100%;
    }
    /*.tx-recipes-search input[type=text],*/
    /*.tx-recipes-search select,*/
    /*.tx-recipes-search input[type=submit] {*/
    /*    width: 49%;*/
    /*    margin-left: 0;*/
    /*    margin-bottom: 15px;*/
    /*}*/
    /*.tx-recipes-search input[type=text] {*/
    /*    margin-right: 2%;*/
    /*}*/
    /*.tx-recipes-search input[type=submit] {*/
    /*    margin-left: 2%;*/
    /*}*/
    .width66,
    .width33 {
        width: 100%;
    }
    .rightcol.width33 {
        margin-left: 0;
    }
    div[data-ce-columns="3"] .ce-row {
        float: none;
        overflow: visible;
    }
    div[data-ce-columns="3"] .ce-column {
        max-width: calc(50% - 10px);
    }
    div[data-ce-columns="3"] .ce-column:last-child {
        margin-right: 10px;
    }
    .ce-gallery figcaption {
        min-height: 75px;
    }
    .recipes_block .news-list-container {
        text-align: center;
    }
    .recipes_block .news-list-container .news-list-item {
        float: none;
        display: inline-block;
        width: calc(50% - 25px);
        padding-bottom: 32%;
        margin: 0 10px 20px 10px !important;
    }
}
@media screen and (max-width: 640px) {
    body {
        font-size: 110%;
        line-height: 175%;
    }
    .contentcontainer {
        width: 90%;
        margin: 0 5%;
    }
    .menuheader h1 {
        margin-top: 70px;
    }
    .container.recipes,
    .container.recipes.blocks_4_cols .block .frame:first-child,
    .farm_search,
    .farm_search .container {
        position: static;
        height: auto;
    }
    .blocks_4_cols .block {
        width: 100%;
        height: auto;
    }
    .container.recipes .recipe_list .item,
    .container.recipes .recipe_list .item:nth-child(1),
    .container.recipes .recipe_list .item:nth-child(2),
    .container.recipes .news-list-item,
    .container.recipes .news-list-item:nth-child(1),
    .container.recipes .news-list-item:nth-child(2) {
        width: 33.3%;
        height: 0;
        padding-bottom: 33.3%;
    }
    .farm_search .contentcontainer {
        background: none;
        padding-bottom: 20px;
    }
    .farm_search .ce-textpic,
    .farm_search header:first-child,
    .farm_search form,
    .farm_search .frame:nth-of-type(3) p {
        float: left;
        position: static;
        width: 80%;
        max-width: 80%;
        margin-left: 10%;
        margin-bottom: 20px;
    }
    .special_banner {
        display: none;
    }
    .farm_search header:first-child,
    .subfootertitle header * {
        font-size: 200%;
    }
    .farm_search header {
        position: static;
    }
    .container.farm {
        height: 550px;
    }
    .about .blocks_3_cols .block {
        float: left;
        width: 100%;
        padding-bottom: 60%;
    }
    .about .block_1 iframe,
    .about .block_3 iframe {
        box-shadow: none;
    }
    .leftcol.normalcontent.width50,
    .rightcol.normalcontent.width50 {
        float: left;
        width: 100%;
        margin: 0 0 25px 0;
    }
    .footer .copyright {
        width: 100%;
        margin: 25px 0 0 0;
    }
    .footer .copyright .frame,
    .footer .copyright .ce-gallery,
    .footer .copyright .ce-textpic .ce-bodytext {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 0 25px 0;
    }
    .footer .exxtra {
        position: static;
        float: left;
        width: 100%;
    }

    .footer .row2 .app_block_left,
    .footer .row2 .app_block_right {
        width: calc(50% - 20px);
        margin: 0 10px;
        padding-bottom: 20px;
    }
    .footer .row2 .app_block_mid {
        display: none;
    }

    .recept .width25.rightcol {
        column-count: 2;
    }
    .recept .image_container .news-single-img,
    .recept .image_container .image,
    .recept .image_container .recipe_properties {
        width: 100%;
    }
    .recept .image_container .recipe_properties {
        padding: 20px;
    }
    .recept .image_container .recipe_properties .cell {
        width: 50%;
    }
    .socialicons .frame a {
        transform: scale(1.25);
        margin: 0 30px 30px 0;
    }
    .recipe_list .f3-widget-paginator li {
        width: 42px;
        height: 42px;
        line-height: 42px;
    }
    .recipe_list .f3-widget-paginator li.current,
    .recipe_list .f3-widget-paginator li a,
    .tx-ttnews-browsebox td a {
        width: 42px;
        height: 42px;
        line-height: 42px;
        border-radius: 21px;
    }
    ul.f3-widget-paginator li.last::before {
        margin: 0 -5px 0 5px;
    }
    .menuheader h1,
    .recipes header *,
    .farm_search header *,
    .about .beter_leven .ce-textpic .ce-bodytext h3,
    .farm header h1 {
        font-size: 7.5vw;
    }
    .farm_list .news-list-item .news-list-text h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 540px) {
    .container.recipes .recipe_list .item:nth-child(1),
    .container.recipes .recipe_list .item:nth-child(2),
    .container.recipes .news-list-item:nth-child(1),
    .container.recipes .news-list-item:nth-child(2) {
        width: 50%;
        padding-bottom: 50%;
    }
    .container.recipes .recipe_list .item:nth-child(3),
    .container.recipes .news-list-item:nth-child(3) {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .maincontent .farm_list .news-list-item,
    .maincontent .farm_list .news-list-item:nth-child(3n+2),
    .realnews .news-list-item,
    .recipe_list .recipes li,
    .recipes_block .news-list-container .news-list-item,
    .subfooter .blocks_3_cols .news-list-item,
    .realnews .news-list-item:nth-child(3n+2),
    .recipe_list .recipes li:nth-child(3n+2) {
        width: 100%;
        padding-bottom: 66.6%;
        margin: 0 0 20px 0 !important;
    }
    .maincontent .farm_list .news-list-item,
    .maincontent .farm_list .news-list-item:nth-child(3n+2) {
        padding-bottom: 80%;
    }
    .wide .news-single-item .leftcol.width50,
    .wide .news-single-item .rightcol.width50 {
        float: left;
        width: 100%;
        margin: 0 0 25px 0;
    }
    div[data-ce-columns="3"] .ce-row {
        text-align: center;
    }
    div[data-ce-columns="3"] .ce-column {
        display: inline-block;
        float: none;
        max-width: 100%;
        margin: 0 0 20px 0 !important;
    }
    .ce-gallery figcaption {
        min-height: unset;
    }
}
@media screen and (max-width: 480px) {
    .logo {
        left: 0;
        margin: 0;
    }
    .home .menuheader {
        padding: 0;
        height: 120px;
    }
    .menuheader {
        height: 55px;
        padding: 0;
    }
    .menuheader h1 {
        margin-top: 70px;
    }
    .about.blocks_3_cols .block_2 {
        padding-bottom: 60%;
    }
    .footer .about {
        width: 100%;
        margin: 70px 0 0 0;
    }
    .footer .contact,
    .footer .socialicons {
        width: 100%;
        margin: 25px 0 0 0;
    }
    ul.f3-widget-paginator li {
        display: none;
    }
    ul.f3-widget-paginator li.previous,
    ul.f3-widget-paginator li.current,
    ul.f3-widget-paginator li.last,
    ul.f3-widget-paginator li.next {
        position: relative;
        display: block;
    }
    /*
    ul.f3-widget-paginator li.last {
        border: none;
        border-radius: 0;
    }
    ul.f3-widget-paginator li.last a {

    }
    */
    ul.f3-widget-paginator li.last::before {
        content: ' / ';
        float: left;
        display: block;
        padding: 3px;
    }
    .contentcontainer {
        width: 80%;
        margin: 0 10%;
    }
}
@media screen and (max-width: 440px) {
    .about.blocks_3_cols .block_2 {
        padding-bottom: 80%;
    }
    .recept .width25.rightcol {
        column-count: 1;
    }
    .container.recipes .recipe_list .item:nth-child(1),
    .container.recipes .recipe_list .item:nth-child(2),
    .container.recipes .recipe_list .item:nth-child(3),
    .container.recipes .news-list-item:nth-child(1),
    .container.recipes .news-list-item:nth-child(2),
    .container.recipes .news-list-item:nth-child(3) {
        display: block;
        width: 90%;
        padding-bottom: 90%;
        margin: 5% 5% 0 5% !important;
    }
    .recept .image_container .recipe_properties .cell {
        width: 100%;
    }
}
@media screen and (max-width: 360px) {
    .about.blocks_3_cols .block_2 {
        padding-bottom: 100%;
    }
}
