@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');

.recept2 {
    position: relative;
}

.recept2 .hero {
    min-height: 60vh;
    position: relative;
    margin-bottom: 50px;
}

.recept2 .hero .extra-info img {
    max-width: 300px;
    max-height: 300px;
    margin-bottom: 40px;
}

.recept2 .hero .main-image {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 1;
}

.recept2 .container {
    position: relative;
    z-index: 12;
}

.recept2 .type-title {
    position: absolute;
    bottom: 20px;
    z-index: 12;
	pointer-events: none !imporant;
}

.aan-de-slag {
    display: flex;
    align-items: center;
}

.extra-info {
    font-weight: bold;
    position: absolute;
    right: 0px;
    display: inline;
    z-index: 10;
    padding: 40px;
    background-color: #CCD622;
    max-width: 30vw;
}

.extra-info-passport{
    margin: 5vh;
    font-weight: bold;
    position: absolute;
    right: 0px;
    display: inline;
    z-index: 10;
    padding: 40px;
    width: 45vh;
	    background-size: contain;

    height: 80vh;
    background-image: url('/img/interview/paspoort.png?2');
    background-repeat: no-repeat;
}

.extra-info-passport .title{
    width: 100%;
    text-align: center;
    left:0px;
    top:20%;
    font-size: 25px;
    right:10%;
    position: absolute;
}
.extra-info-passport .stempel{
    width: 25%;
    top:30%;
    opacity:0.6;
    right:10%;
    position: absolute;
}
.extra-info-passport .stempel img{
    width: 100%;
    height: 100%;
}

.extra-info-passport .photo{
    width: 36%;
    border: 4px solid black;
    position: absolute;
    top: 44%;
    height: 29%;
    left: 8%;

}

.extra-info-passport .text{
    width: 36%;
    position: absolute;
    top: 44%;
    height: 29%;
    left: 48%;

}
.extra-info-passport .photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.extra-info .title,
.extra-info-mobile .title {
    font-size: 35px;
    margin-bottom:20px;
    font-weight: bold;
    font-family: 'Caveat' !important;
}

.extra-info .intro,
.extra-info-mobile .intro {
    margin-bottom: 40px;
    font-size: 18px
}

.extra-info:before {
    position: absolute;
    content: '';
    width: calc(100% + 20px);
    height: 40px;
    background-color: #CCD622;
    bottom: -39.4px;
   left:-20px;
    clip-path: polygon(100% 0, 0 0, 100% 30px);
}

.extra-info:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 100%;
    background-color: #CCD622;
    left: -29.5px;
    top: 0px;
    clip-path: polygon(58% 100%, 100% 3%, 100% 100%);
}


.recept2 .instructions .list {
    background-color: #f5f5f5;
    position: relative;
}
.recept2 .instructions{
    position: relative;
}
.recept2 .instructions .icon-container{
    position: absolute;
    z-index: 100;
    width: 100%;;
    bottom: -50px;;
}
.recept2 .instructions .icon-container .container{
display: flex;
justify-content: end;
}
.recept2 .instructions .icon-container .icon{
    height:120px;
    width:120px;
    transform: rotate(-4deg);
}

.recept2 .instructions .list:before {
    content: '';
    position: absolute;
    height: 51px;
    width: 100%;
    left: -30px;
    bottom: -51px;
    background-position: left bottom;
    background-image: url('https://fairtrade.preview.themindoffice.nl/img/recept/bottom_left.png');
}

.recept2 .instructions .list:after {
    content: '';
    position: absolute;
    height: 51px;
    width: 100%;
    right: -10px;
    background-position: right bottom;
    background-image: url('https://fairtrade.preview.themindoffice.nl/img/recept/bottom_right.png');
}

.recept2 .instructions .list .list-header {
    background-color: #CCD622;
    padding: 25px
}

.recept2 .instructions .list .list-body {
    padding: 25px;
}

.recept2 .farmer {
    background-color: #0FC0FC;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ingredient {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ingredient.bg-blue {
    background-color: #0FC0FC !important;
}

.farmer .person {
    margin-top: 70px;
    margin-bottom: 50px;
}

.farmer .person img {
    transform: rotate(4deg);
}

.type-title {
    width: 100%;
    margin-bottom: -65px;
}

.type-title .type {
    background-color: #CCD622;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    padding: 12px;
    position: relative;
    margin-bottom: 20px;
}

.type-title .type .icon {
    margin-right: 15px;
    margin-left: 10px;
    height: 30px;
}

.type-title .type:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 100%;
    background-color: #CCD622;
    right: -19.5px;
    top: 0px;
    clip-path: polygon(20% 100%, 0 0, 0 100%);
}

.type-title .type:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 100%;
    background-color: #CCD622;
    left: -19.5px;
    top: 0px;
    clip-path: polygon(58% 100%, 100% 3%, 100% 100%);
}

.type-title .type span:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 8px;
    background-color: #CCD622;
    top: -7.5px;
    left: 0px;
    clip-path: polygon(100% 100%, 2% 8%, 0 100%);
}


.type-title .title {
    background-color: #001b6e;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    padding: 12px;
    position: relative;
}

.type-title .title:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 100%;
    background-color: #001b6e;
    right: -14.6px;
    top: 0px;
    clip-path: polygon(0 100%, 100% 0, 0 0);
}

.type-title .title:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 100%;
    background-color: #001b6e;
    left: -14.5px;
    top: 0px;
    clip-path: polygon(100% 100%, 100% 0, 0 0);
}

.type-title .title span:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 8px;
    background-color: #001b6e;
    bottom: -7.5px;
    left: 0px;
    clip-path: polygon(99.5% 100%, 100% 0, 0 0);

}

.type-title .type.light-blue, .type-title .type.light-blue:after, .type-title .type.light-blue:before , .type-title .type.light-blue span:after, .type-title .type.light-blue span:before{
    background-color: #0FC0FC !important;;
}

.type-title .type.orange, .type-title .type.orange:after, .type-title .type.orange:before , .type-title .type.orange span:after, .type-title .type.orange span:before{
    background-color: #FF8000 !important;;
}

.type-title .type.purple, .type-title .type.purple:after, .type-title .type.purple:before , .type-title .type.purple span:after, .type-title .type.purple span:before{
    background-color: #7B1DAB !important;;
}

.type-title .type.pink, .type-title .type.pink:after, .type-title .type.pink:before , .type-title .type.pink span:after, .type-title .type.pink span:before{
    background-color: #F04372 !important;;
}

.type-title .type.green, .type-title .type.green:after, .type-title .type.green:before , .type-title .type.green span:after, .type-title .type.green span:before{
    background-color: #CCD622 !important;;
}




.type-title .container {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    pointer-events: none;
}

.intro .text {
    font-family: "Alegreya Sans" !important;
    font-size: 20px;
    font-weight: bold;
}
.intro .text a{
    color:#4DC0FC;
    font-family: "Alegreya Sans" !important;
    font-size: 24px;
    font-weight: bold;
}

.instructions .steps li {
    margin-bottom: 20px;
}

.list-steps ol {
    margin-left: 15px;
    margin-top: 40px;
    list-style: none;
    margin-bottom: 20px;
    position: relative;
    counter-reset: li;

}

.list-steps li {
    margin-bottom: 20px;
    font-size: 18px;
    counter-increment: li;
}

.list-steps li:before {
    content: counter(li);
    background-color: #CCD622;
}

.list-steps li:before {
    content: counter(li);
    background-color: #0FC0FC;
    border-radius: 50%;
    width: 35px;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 35px;
    font-family: "Alegreya Sans" !important;
    font-size: 26px;
    padding-bottom: 4px;
    display: inline-flex;
    position: absolute;
    margin-left: -50px;
}

.instructions .counter {
    display: flex;
    align-items: center;
    background-color: #FFF;
    padding: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
}



.instructions .counter:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 100%;
    background-color: #FFF;
    right: -7.5px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.instructions .counter:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 100%;
    background-color: #FFF;
    left: -7px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);

}

.instructions .counter input {
    position: relative;
    width: 50px;
    text-align: center;
    border: 0px;
    font-size: 28px;
    font-weight: bold;
}

.instructions .minus,
.instructions .plus {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 28px;
    cursor: pointer;
}

.instructions .title {
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
    font-family: "Alegreya Sans" !important;
}

.quote {
    font-size: 40px;
    font-family: 'Caveat' !important;
}

.extra {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F2ECEC !important;
}

.list-body li.Kop {
    list-style: none;
}

.list-body li {
    font-size: 18px;
    margin-bottom: 4px;
}

.list-body li.Kop {
    margin-top: 30px;
    margin-left: -40px;
}

.farmer .person .name {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -30px;
    margin-left: -30px;
}

.farmer .person .name .inner {
    position: relative;
    color: #FFFFFF;
    ;
    font-size: 28px;
    font-weight: bold;
    background-color: #CCD622;
    margin: 0 auto;
    display: inline-block;
    padding: 8px;
}

.farmer .person .name .inner:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 100%;
    background-color: #CCD622;
    left: -12px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.farmer .person .name .inner:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 100%;
    background-color: #CCD622;
    right: -7.5px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.farmer .person .name .inner span:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 7px;
    background-color: #CCD622;
    bottom: -6.5px;
    left: 0px;
    clip-path: polygon(0 0, 100% 0, 99.6% 100%);
}

.farmer h2 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}

.farmer p {
    font-size: 20px;
    margin-bottom: 40px;
}

.ingredient p {
    font-size: 18px;
    margin-bottom: 40px;
}


@media screen and (max-width: 961px) {
    .ingredient .images:before {
        position: absolute;
        content: '';
        width: calc(100% + 20px);
        height: 50px;
        margin-top: -49.6px;
        background-color: #CCD622;
        clip-path: polygon(2px 100%, 0 0, 100% 100%);
    }

    .ingredient .images:after {
        position: absolute;
        content: '';
        width: calc(100% + 20px);
        height: 50px;
        bottom: -49.6px;
        background-color: #CCD622;
        clip-path: polygon(0 0, 100% 100%, 100% 0);
    }

    .ingredient {
        padding-bottom: 0px;
        position: relative;
    }

    .ingredient .images {

        border-bottom: 20px solid #CCD622;
        margin-top: 30px;
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .ingredient .images .img-01 img , .ingredient .images .img-01 video{
        border-top: 50px solid #CCD622;
        width: 100%;
        border-bottom: 50px solid #CCD622;
        height: 70vw;
        object-fit: cover;
    }

    .ingredient .images .img-02 img  ,  .ingredient .images .img-02 video{
        width: 100%;
        height: 70vw;
        object-fit: cover
    }
}

@media screen and (min-width: 961px) {

    .ingredient .images .img-01 img,
    .ingredient .images .img-01 video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ingredient .images .img-02 img,
    .ingredient .images .img-02 video {
        position: absolute;
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .ingredient .images .img-01 {
        position: relative;
        border: 10px solid #CCD622;
        border-bottom: 20px solid #CCD622;
        width: 65%;
        margin-left: 5%;
        top: 0px;
        object-fit: cover;
    }

    .ingredient .images .img-02 {
        border: 10px solid #CCD622;
        transform: scale(1.25);
        height: 125%;
        top: -10%;
        width: 40%;
        right: -10%;
        position: absolute;
        object-fit: cover;
    }


    .img-01:after {
        position: absolute;
        content: '';
        width: 20px;
        height: calc(100% + 20px);
        background-color: #CCD622;
        top: -9.5px;
        left: -29.5px;
        clip-path: polygon(100% 0, 0 0, 100% 100%);
    }

    .img-01:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 30px;
        background-color: #CCD622;
        top: -39px;
        left: -32px;
        clip-path: polygon(2px 100%, 0 0, 100% 100%);
    }

    .img-02:after {
        position: absolute;
        content: '';
        width: calc(100% + 40px);
        height: 20px;
        background-color: #CCD622;
        top: -28.5px;
        left: -9.5px;
        clip-path: polygon(0 100%, 0 0, 100% 100%);
    }

    .img-02:before {
        position: absolute;
        content: '';
        width: 20px;
        height: 100%;
        background-color: #CCD622;
        right: -29px;
        top: -10px;
        clip-path: polygon(0 100%, 0 0, 100% 1px);
    }

    .img-02 span:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 20px;
        background-color: #CCD622;
        right: -10px;
        bottom: -30px;
        clip-path: polygon(0 0, 100% 0, 99.8% 100%);
    }
}

.extra {
    padding-top: 120px;
}

.extra p {
    font-size: 22px;
    margin-bottom: 40px;
}

.btn-ingredient:hover {
    transform: scale(1.02);
    text-decoration: none;
}

.btn-ingredient {
    background-color: #CCD622;
    padding: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #FFF !important;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    font-family: "Alegreya Sans" !important;
}

.btn-ingredient svg {
    fill: #FFF;
    margin-left: 15px;
    height: 21px;
    margin-top: -5px;
}

.btn-ingredient:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 100%;
    left: -13.5px;
    top: 0px;
    background-color: #CCD622;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.btn-ingredient:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 100%;
    left: 100%;
    top: 0px;
    background-color: #CCD622;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}


.btn-uitgelicht:hover{

    text-decoration: none !important;
}

.btn-uitgelicht:hover svg{
   transform: translate(5px);
}

.btn-uitgelicht{
    margin-right: 50px;
    background-color: #FFF;
    padding: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #000 !important;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    font-family: "Alegreya Sans" !important;
    text-transform: uppercase;
}

.btn-uitgelicht svg {
    transition: all 0.1s ease-out;

    fill: #FFF;
    margin-left: 15px;
    height: 21px;
    margin-top: -5px;
}

.btn-uitgelicht:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 100%;
    left: -13.5px;
    top: 0px;
    background-color: #FFF;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.btn-uitgelicht:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 100%;
    right:-13.5px;
    top: 0px;
    background-color: #FFF;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}








.btn-farmer:hover {
    transform: scale(1.02);
    text-decoration: none;
}

.btn-farmer {
    background-color: #FFF;
    padding: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #0FC0FC !important;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    font-family: "Alegreya Sans" !important;
}

.btn-farmer svg {
    margin-left: 15px;
    height: 18px;
    margin-top: -5px;
}

.btn-farmer:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 100%;
    left: -13.5px;
    top: 0px;
    background-color: #FFF;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.btn-farmer:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 100%;
    right: -13.5px;
    top: 0px;
    background-color: #FFF;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

body {
    padding-top: 70px;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

.nav-icon {
    display: none;
}

.recepten-nav {

    top: 0px !important;
    position: fixed;
    background-color: #FFFFFF;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 99999;
    align-items: center;
    -webkit-box-shadow: 5px 0px 16px 5px rgba(0,0,0,0.24);
    box-shadow: 5px 0px 16px 5px rgba(0,0,0,0.24);
}


.recepten-nav {
    text-transform: uppercase;

}

.recepten-nav a:hover {
    text-decoration: none;
    color: #000;
}

.recepten-nav a.prev svg {
    transform: scaleX(-1);
}

.recepten-nav a.prev:hover svg {
    transform: translate(-5px) scaleX(-1);
    ;
}

.recepten-nav a.next:hover svg {
    transform: translate(5px);
}

.recepten-nav svg {
    height: 15px;
    transition: all 0.1s ease-out;

}

.recepten-nav .menu-recepten:hover img {
    transform: rotate(360deg);
    transition: all 0.7s ease-in-out;
}


.recepten-nav a {
    font-weight: bold;
    font-size: 16px;
}

.extra-info-mobile {
    display: none;
    margin-top: -50px;
    padding: 50px;
    padding-top: 100px;
    background-color: #CCD622;
}

.extra-info-mobile img {
    max-width: 50%;
    margin-bottom: 50px;

}

.list-steps h2 {
    font-size: 50px;
    font-weight: bold;
}

.text-info-recept {
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 961px) {
    .extra-info {
        display: none;
    }

    .extra-info-mobile {
        display: block;
    }

    .recepten-nav span {
        display: none;
    }

    .aan-de-slag {
        flex-grow: grow;
        width: 100%;
        ;
    }

    .text-info-recept {
        font-size: 15px;
        font-weight: bold;
    }

}

.intro h1 {
    display: none;
}

@media print {
    .intro h1 {
        display: block;
    }

    .hero {
        display: none;
    }

    .col-md-8,
    .col-md-4 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .recepten-nav {
        display: none;
    }

    .recept2 .instructions .list .list-header {
        display: none !important;
    }

    .farmer,
    .ingredient,
    .footer,
    .extra {
        display: none !important;
    }

    .list-steps h2 {
        display: none !important;
    }

    .list-steps li {
        margin-bottom: 10px;
    }
}


.all-recepten {
    display: flex;
    gap: 20px;
    padding: 20px;
    padding-top: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.all-recepten li a{
    font-size:20px;
    font-family: "Alegreya Sans" !important;
}

.all-recepten .categorie {
    min-width: 250px;
    width: calc(20% - 20px) !important;
}

@media screen and (max-width: 1900px) {
    .all-recepten .categorie {
        min-width: 450px;
        width: calc(20% - 20px) !important;
    }
}



.bg-orange,
.bg-orange:before,
.bg-orange span:before,
.bg-orange:after {
    background-color: #FF8000;
}

.all-recepten .categorie {
    width: 100%;
    padding: 20px;
}

.all-recepten .categorie .inner {
    background-color: #FFF;
    height: 100%;
    padding: 10px;
    ;
}

.bg-pink,
.bg-pink:before,
.bg-pink span:before,
.bg-pink:after {
    background-color: #F04372;
}

.bg-green,
.bg-green:before,
.bg-green span:before,
.bg-green:after {
    background-color: #CCD622;
}

.bg-purple,
.bg-purple:before,
.bg-purple span:before,
.bg-purple:after {
    background-color: #7B1DAB;
}

.bg-light-blue,
.bg-light-blue:before,
.bg-light-blue span:before,
.bg-light-blue:after {
    background-color: #4DC0FC;
}

.all-recepten .categorie .title .naam {
    padding: 6px;
    margin-bottom: 20px;
    padding-left: 13px;
    padding-right: 20px;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: "Alegreya Sans" !important;
    position: relative;
}

.all-recepten .categorie .title .naam:after {
    position: absolute;
    content: '';
    width: 6px;
    right: -5.5px;
    height: 100%;
    top: 0px;
    clip-path: polygon(100% 100%, 0 100%, 0 0);

}

.all-recepten .categorie .title .naam img {
    margin-right: 15px;
    margin-top: -8px;
    height: 25px;
}

.all-recepten .categorie .title .naam:before {
    position: absolute;
    content: '';
    width: 6px;
    left:-5.5px;
    height: 100%;
    top: 0px;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

.all-recepten .categorie .title .naam span:before {
    position: absolute;
    content: '';
    width: 100%;
    bottom: 100%;
    left: 0px;
    height: 6px;
    top: -5.6px;
    clip-path: polygon(1px 0, 0% 100%, 100% 100%);
}

.all-recepten li a:hover {
    color: #000;
}

.all-recepten li {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.card .inner {
    position: relative;
}

.card .inner span.lines:before,
.card .inner span.lines:after,
.card .inner:before,
.card .inner:after {
    position: absolute;
    content: '';
    background-color: white;
}

.card .inner span.lines {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    display: block;
    height: 100%;
    pointer-events: none;

}

.card .inner:before {
    width: 100%;
    bottom: 100%;
    left: 0px;
    height: 12px;
    top: -11.5px;
}

.card .inner:after {
    width: 12px;
    bottom: 100%;
    left: -10.5px;
    height: calc(100% + 12px);
    top: -12px;
}

.card .inner span.lines:before {
    height: 20px;
    width: 100%;
    background-color: #FFF;
    content: '';
     bottom:-19.5px
}

.card .inner span.lines:after {
    width: 20px;
    height: 100%;
    background-color: #fff;
    content: '';
    top: 0px;
    right: -19.5px;
}


.card-1 .inner:before {
    clip-path: polygon(0.7px 0, 0% 100%, 100% 100%);
}

.card-1 .inner:after {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.card-1 .inner span.lines:before {
    clip-path: polygon(0 0, 100% 0, 1px 100%);
}

.card-1 .inner span.lines:after {
    clip-path: polygon(0 0, 100% 0, 2% 100%);
}

.card-2 .inner:before {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.card-2 .inner:after {
    top: 0px;
    height: 100%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.card-2 .inner span.lines:before {
    clip-path: polygon(1% 0, 100% 0, 100% 100%);
    left: -12px;
    width: calc(100% + 12px);
}

.card-2 .inner span.lines:after {
    clip-path: polygon(1% 0, 100% 100%, 0 100%);
    width: 5px;
    right: -4.5px;
    top: 20px;
    bottom: -12px;
}

.share {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 961px) {
    .share {
        flex-direction: column;

    }

    .share .title {
        margin-bottom: 20px;
    }
}

.share .title {
    font-weight: bold;
    font-family: "Alegreya Sans" !important;
    font-size: 24px;
    margin-right: 10px;
}

.share .icons {
    display: flex;
}

.share .icons a:hover {
    text-decoration: none;
    transform: scale(1.2);
}

.share .icons a {
    font-size:28px;
    width: 48px;
    height: 48px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    margin-right: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    &:nth-child(1) {
        background-image: url('/assets/img/icon_bg_1.svg');
    }

    &:nth-child(2) {
        background-image: url('/assets/img/icon_bg_2.svg');
    }

    &:nth-child(3) {
        background-image: url('/assets/img/icon_bg_3.svg');
    }

    &:nth-child(4) {
        background-image: url('/assets/img/icon_bg_4.svg');
    }

    &:nth-child(5) {
        background-image: url('/assets/img/icon_bg_5.svg');
    }
}
.footer-all .share .icons{margin-left: 20px;}
.footer-all .share .icons a {
    font-size: 30px
}

.footer-all .share .icons a {
    &:nth-child(1) {
        background-image: url('/assets/img/icon_bg_1_white.svg');
    }

    &:nth-child(2) {
        background-image: url('/assets/img/icon_bg_2_white.svg');
    }

    &:nth-child(3) {
        background-image: url('/assets/img/icon_bg_3_white.svg');
    }

    &:nth-child(4) {
        background-image: url('/assets/img/icon_bg_4_white.svg');
    }

    &:nth-child(5) {
        background-image: url('/assets/img/icon_bg_5_white.svg');
    }
}
.uitgelicht-container{
    display: flex;
    align-items: center;
}
.all-recepten .title svg {
    display: none !important;
}
@media screen and (max-width: 961px) {

    .all-recepten .title svg {
        display: block !important;
    }
    .all-recepten .categorie .title .naam {
        padding-left: 14px;
        padding-right: 20px;
    }
    .all-recepten li{
        text-align: left;
    }
    .all-recepten .categorie{
        padding: 0px;
    }
    .all-recepten ul{
        padding-left: 20%;
        padding-right: 5%;
        display: none;
    }

    .all-recepten ul.show{
        display: block !important;
    }

    .all-recepten .title.active svg {
        transform: rotate(-90deg) !important;
    }
    .all-recepten .title .naam {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }
    .all-recepten .title .naam  svg{
        height: 20px;
        transition: all 0.3s ease-out;
        transform: rotate(90deg);
        margin-left: 20px;
    }
    .all-recepten .title{
        text-align: center;
    }
    .footer-all{
        margin-top: 50px !important;
    }
    .btn-uitgelicht{
        margin: 0px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .uitgelicht-container{
        flex-direction: column;
        margin-bottom: 50px;
    }
    .footer-all{
        flex-direction: column;
        padding: 10px !important;
    }
    .all-recepten .categorie {
        min-width: inherit;
        background-color: #FFF;
        width: 100% !important;
    }

    .all-recepten {
        gap:0px;
        padding: 0px;
        margin-top: 40px;
    }
}




.uitgelichte-recepten {
    padding: 20px;
    padding-top: 0px;
    height: calc(100vh - 180px);

}

.uitgelichte-recepten .card {
    display: block;

    padding: 20px;
}
.uitgelichte-recepten .card .inner{
height: 100%;
    background-color: #FFF;
    padding:20px;
    width: 100%;
}
.uitgelichte-recepten .card-big .title {

    padding: 20px;
    margin-top: -4.5vw;
    z-index: 100;
    position: relative;
}

.uitgelichte-recepten .button{
    position: relative;
    display: inline-block;
    margin-left: 30px;
    margin-top: 20px;
    background-color: red;
    padding: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    color:#FFF;
    font-family: "Alegreya Sans" !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px
}



.uitgelichte-recepten .button:hover {
    transform: scale(1.02);
    text-decoration: none;
}



.uitgelichte-recepten .button svg {
    fill: #FFF;
    margin-left: 15px;
    height: 15px;
    margin-top: -5px;
}

.uitgelichte-recepten .button:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 100%;
    left: -13.4px;
    top: 0px;
    background-color: red;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.uitgelichte-recepten .button:before {
    content: '';
    position: absolute;
    width: 14px;
    height: calc(100% + 3.4px);
    right: -13.4px;
    top: -3.4px;
    background-color: red;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}
.uitgelichte-recepten .button span:before {
    content: '';
    position: absolute;
    width: 100%;
    height:4px;
    left: 0px;
    top: -3.4px;
    background-color: red;
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
}


.uitgelichte-recepten .card .title .type  img{
    margin-left: 8px;
    margin-right: 16px !important;
}

.uitgelichte-recepten .card .title .type {
    background-color: #FF8000;
    color: #FFF;
    font-size: 0.9vw;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.3vw;
    padding-bottom: 0.1vw;
    padding-top: 0.1vw;
    margin-left: 15px;
    padding-left: 14px;
    padding-right: 0.9vw;
    display: inline-block;
    position: relative;
    margin-bottom: 0.6vw;
    font-family: "Alegreya Sans" !important;
    padding:9px;
}

.uitgelichte-recepten .card .title .type:before,
.uitgelichte-recepten .card .title .type:after,
.uitgelichte-recepten .card .title .type span:after {
    content: '';
    position: absolute;
    background-color: #FF8000;
}

.uitgelichte-recepten .card .title .type span:after {
    width: 100%;
    left: 1px;
    height: 3px;
    top: -3px;
    clip-path: polygon(1px 0, 0% 100%, 100% 100%);
}


.uitgelichte-recepten .card .title .type:after {
    width: 8px;
    left: calc(100% - 0.5px);
    height: 100%;
    top: 0px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.uitgelichte-recepten .card .title .type:before {
    width: 12px;
    right: calc(100% - 0.5px);
    height: 100%;
    top: 0px;
    clip-path: polygon(100% 3%, 0% 100%, 100% 100%);
}


.uitgelichte-recepten .card .title .name {
    background-color: #001B6E;
    color: #FFF;
    font-size: 1.2vw;
    padding: 0.2vw;

    font-family: "Alegreya Sans" !important;
    line-height: 1.1;
    font-weight: bold;
    padding-left: 0.9vw;
    padding-right: 0.9vw;
    display: inline-block;
    position: relative;
}

.uitgelichte-recepten .card .title .name:before,
.uitgelichte-recepten .card .title .name:after {
    content: '';
    position: absolute;
    background-color: #001B6E;
}

.uitgelichte-recepten .card .title .name:after {
    width: 12px;
    left: calc(100% - 0.5px);
    height: 100%;
    top: 0px;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}

.uitgelichte-recepten .card .title .name:before {
    width: 12px;
    right: calc(100% - 0.5px);
    height: 100%;
    top: 0px;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.uitgelichte-recepten .card{
    text-decoration: none !important;
}

.uitgelichte-recepten  .info .desc{
    font-size: 1.4vh;
}
.uitgelichte-recepten .card-big .info .desc {
    margin-top: 1vh;
    margin-bottom: 1vh;
    max-height: 20vh;
    padding-left: 30px;
    padding-right: 30px;
    text-overflow: ellipsis;
    overflow: hidden;

    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    color:#000 !important;

}

.uitgelichte-recepten .card .image {
    position: relative;
}

.uitgelichte-recepten .card .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-big {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-big .image {
    height: 50%;
}

.card-big .info {
    height: 50%;
}


.mid-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.card-small .inner{
    display: flex;
}

.mid-col .title .name{
	margin-left:3.8vw;
}

@media screen and (max-height: 1200px) {
    .uitgelichte-recepten .card-small  .desc {
        display: none !important;
    }
    .uitgelicht-title {
        font-size: 40px !important;
    }
}
@media screen and (min-width: 961px) {
    .card-small {
        height: 100%;
        display: flex !important;
    }

    .card-small .image {
        width: 45% !important;
    }

    .card-small .info {
        width: 55% !important;
    }



    .uitgelichte-recepten .card-small .title {

        padding: 20px;
        left: 40%;
        z-index: 100;
        margin-left: -6vw;

    }

    .uitgelichte-recepten .card-small .desc {
        padding: 20px;
        padding-top: 0px;
        color:#000;
        height: 9vh;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    .uitgelichte-recepten .card .time {
        padding-left: 25px;
        padding-top: 20px;
        color:#000;
        font-size: 1.4vh;
        font-weight: bold;
    }
    .uitgelichte-recepten .card-big .time {
        margin-bottom: 20px;
    }

    .uitgelichte-recepten .card-small .title .name {
        display: inline-table;
    }
}

.uitgelicht-title{

    height: 70px;
    text-align: center;
    font-family: 'Caveat' !important;
    font-size: 70px;
    margin-top: 25px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media screen and (max-width: 961px) {

    .type-title .type .icon{
        height: 27px;
    }

    .type-title .type{
        font-size:17px;
    }
    .type-title .title{
        font-size: 26px;
    }

    .type-title .title{
        font-size: 26px;
    }
    .uitgelichte-recepten {
        height: inherit;

    }

    .uitgelichte-recepten .card .image {
       height:220px;
    }



    .uitgelichte-recepten .card .title .name {
        font-size: 6vw;
        padding: 10px;
        margin-bottom: 8px;
    }

    .uitgelichte-recepten .card .inner .time{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .uitgelichte-recepten .card .title .type {
        font-size: 4vw;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 10px !important;
    }

    .uitgelichte-recepten  .title {
        padding-top: 0px !important;
        margin-top: -18.5vw !important;

    }

    .card-big{
        height: inherit;
    }
    .uitgelichte-recepten .card .inner{
        padding: 15px;
    }
    .uitgelichte-recepten  .info .desc{
        overflow: inherit !important;
        font-size: 18px;
        padding: 0px !important;
        max-height: inherit !important;
    }
    .uitgelichte-recepten .button{
        font-size: 20px;
    }
    .card-small {
        height: 100%;
        display: block !important;
    }

    .uitgelichte-recepten .card-big .info .desc {
        height: inherit
    }
    .uitgelicht-title{
        font-size: 40px;
    }
    .text-info-recept-tijd{
        display: none;
    }
    .instructions .title{
        line-height: 1;
    }

    .card-small .inner{
        display: block;
    }
}




.card-light-blue .title .type, .card-light-blue .title .type:after, .card-light-blue .title .type:before , .card-light-blue .title .type span:after, .card-light-blue .button , .card-light-blue .button:before, .card-light-blue .button:after , .card-light-blue .button span:before{
    background-color: #4DC0FC !important;
}


.card-orange .title .type, .card-orange .title .type:after, .card-orange .title .type:before , .card-orange .title .type span:after,  .card-orange .button:before, .card-orange .button:after , .card-orange .button, .card-orange .button span:before , .btn-orange .button {
    background-color: #FF8000 !important;
}

.card-pink .title .type, .card-pink .title .type:after, .card-pink .title .type:before , .card-pink .title .type span:after , .card-pink .button:before, .card-pink .button:after , .card-pink .button span:before , .card-pink .button{
    background-color: #F04372 !important;
}

.card-purple .title .type, .card-purple .title .type:after, .card-purple .title .type:before , .card-purple .title .type span:after , .card-purple .button:before, .card-purple .button:after , .card-purple .button span:before  , .card-purple .button{
    background-color: #7B1DAB !important;
}


.card-green .title .type, .card-green .title .type:after, .card-green .title .type:before , .card-green .title .type span:after , .card-green .button:before, .card-green .button:after , .card-green .button span:before  , .card-green .button{
    background-color: #CCD622 !important;
}

.home-2{
    width: 40%;
    height: calc(100vh - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-2 .block{
    background-color: #0FC0FC;

    margin-left: 10%;
    padding:50px;
    position: relative;
    max-width: 700px;
}

.home-2 .block img.title{
    width: 100%;
}
.home-2 .block:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 100%;
    left: -33.6px;
    top: 0px;
    background-color: #0FC0FC;
    clip-path: polygon(0 0, 100% 100%, 100% 0);

}

.home-2  .block:before {
    content: '';
    position: absolute;
    width: 34px;
    height: calc(100% + 14px);
    right: -33.5px;
    top: -4px;
    background-color: #0FC0FC;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}
.home-2 .block span:before {
    content: '';
    position: absolute;
    width: calc(100% + 33.5px);
    height:24px;
    left: 0px;
    top: -23.6px;
    background-color: #0FC0FC;
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.home-2 .block span:after {
    content: '';
    position: absolute;
    width: 100%;
    height:24px;
    left: 0px;
    bottom: -23.5px;
    background-color: #0FC0FC;
    clip-path: polygon(0 0, 100% 100%, 100% 0);

}
.home-2 .quote{
    font-size: 2vw;
    margin-top: 90px;
    margin-bottom: 50px;
    color:#FFFFFF;
    text-align: center;
    line-height: 1;
}

.button-container{

    width: 100%;
    left:0px;
    bottom: -40px;
    position: absolute;
    display: flex;
    justify-content: center;
}
.home-2 .button{
    background-color: #FF8000;
    padding:15px;
    padding-top: 8px;
    padding-bottom: 8px;
    color:#FFF;
    font-family: "Alegreya Sans" !important;
    font-size: 30px;

    position: relative;
    font-weight: bold;
    text-decoration: none !important;
}

.home-2 .button:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 100%;
    left: -24px;
    top: 0px;
    background-color: #FF8000;
    clip-path: polygon(0 0, 100% 100%, 100% 0);

}

.home-2  .button:before {
    content: '';
    position: absolute;
    width: 34px;
    height: 100%;
    right: -33.5px;
    top: 0px;
    background-color: #FF8000;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.label-container{
    position: absolute;
    top:-70px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 10;
    left: 0px;
}

.home-image{
    display: none;
    height: 50vh;
    position: absolute;
    top:0px;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 961px) {


    .farmer h2{
        font-size:22px;
    }

    .farmer .person {
        margin-top: 20px;
    }
    .farmer p{
        font-size:18px;
    }

    .intro .text {
        font-size: 20px;
    }

    .list-body li, .list-steps li {
        font-size: 16px;
    }

    .quote{
        font-size: 30px;
    }

    .recept2 .hero .extra-info img {
        max-height: inherit;
        max-width: inherit;
    }

    .list-steps h2 {
        font-size: 40px
    }

    .ingredient p {
        font-size: 20px;
    }

    .recept2 .hero {
        min-height: 40vh;
    }

    .list-steps ol {
        margin-left: 8px;
    }

    .all-recepten .categorie .title .naam {
        font-size: 20px;
    }

    .all-recepten .categorie .title .naam .icon {
        height: 26px;
        margin-bottom: -4px;
    }

    .home-2 .block {
        margin-left: 0%;
        padding-bottom: 20px;
    }

    .home-2 {
        margin-top: 120px;
        width: 100%;
    }

    .home-2 .quote {
        font-size: 9vw;
    }

    .home-2 .quote {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .home-image {
        display: block;
    }

    .home-2 .button {
        font-size: 20px;
    }

    .farmer .person .name .inner {
        font-size: 22px;
    }
    .btn-farmer{
        font-size:18px;
    }

}

.scroll-more-ingredient{
    font-size: 18px;
}
@media screen and (max-width: 961px) {
    .uitgelichte-recepten .card-small .desc {

        display: block !important;
        margin-top: 15px;
    }
}

.paspoort-icon{
    position: absolute; width: 8vw; height: 8vw; margin-top: -8.5vw; margin-left: calc(50% - 4vw);
}

@media (max-width: 768px) {
    .paspoort-icon{
        width: 26vw; height: 26vw; margin-top: -30.5vw; margin-left: calc(50% - 13vw);
    }
}
.paspoort-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}