* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}
.grecaptcha-badge {
    display: none;
}
.remove {
    display: none;
}
.text-primary {
    font-family: 'PT Serif', serif;
    font-size: 32px;
    margin-bottom: 35px;
}
.recaptcha-disclaimer {
    font-size: 12px;
    color: #101010;
    text-align: center;
    margin-top: 20px;
}
.recaptcha-disclaimer a{
    text-decoration: underline;
    color: inherit;
}
.btn-primary:focus {
    background-color: initial;
    border-color: initial;
}
.recaptcha-disclaimer a:hover{
    text-decoration:none;
}
.text-secondary {
    font-size: 16px;
    color: #101010;
}
.text-white {
    color: #FDFCFB;
}
.recipe-container .text-secondary a {
    display: inline-block;
}
.text-red {
    color: #CB3E3E;
}
.text-gray {
    color: #8C9785;
}
.single-column ul {
    padding-left: 20px;
}
.text-lightgray {
    color: #E5E2D8;
}
.text-green {
    color: #405840;
}
.text-dark-green {
    color: #4D605A;
}
.font-48,
.column-header p.font-48 {
    font-size: 48px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-100 {
    margin-bottom: 100px;
}

body {
    background-color: #FDFCFB;
    padding-top: 122px;
    min-width: 320px;
}

header {
    width: 100%;
    height: 120px;
    background-color: #BF915E;
    margin-bottom: 2px;
    position: fixed;
    top: 0;
    z-index: 99;
    transition: height 0.5s ease-out;
}
.header-wrapper {
    max-width: 1380px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 0 50px;
    background-color: #BF915E;
}
.navigation-wrapper {
    width: auto;
    display: flex;
    align-items: center;
}
.photogallery-wrapper .slick-initialized .slick-slide {
    aspect-ratio: 1.3;
}
.slick-slide img {
    object-fit: cover;
    height: 100%;
}
.navigation-wrapper div {
    position: relative;
}
.navigation-wrapper p::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #E5E2D8;
    border-right: 2px solid #E5E2D8;
    transform: translateY(-60%) rotate(45deg);
    right: 0;
    top: 50%;
}

.navigation-wrapper .nav-opened p::after {
    transform: translateY(-30%) rotate(225deg);
}
.navigation-wrapper .nav-opened p {
    color: #CB3E3E;
}
.nav-opened p::after {
    border-color: #CB3E3E;
}
.navigation-wrapper ul {
    display: none;
    position: absolute;
    background-color: #FDFCFB;
    padding: 20px;
    list-style-type: none;
    left: -10px;
    top: 35px;
    width: max-content;
    min-width: 100%;
    border-radius: 16px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 2;
}
.navigation-wrapper ul::after{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    top: -5px;
    left: 15px;
    background-color: #FDFCFB;
    display: block;
}

.navigation-wrapper a,
.navigation-wrapper p {
    font-size: 16px;
    margin: 0 10px;
    color: #E5E2D8;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.navigation-wrapper p {
    padding-right: 20px;
}

.navigation-wrapper li a {
    color: #AF7C43;
    font-size: 14px;
}
.navigation-wrapper li {
    margin-bottom: 10px;
}
.navigation-wrapper a:hover,
.navigation-wrapper p:hover {
    color: #CB3E3E;
}
.navigation-wrapper a.active,
.navigation-wrapper p.active {
    color: #50664F;
}

.banner-wrapper {
    width: 100%;
    height: 750px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 100px;
    background-size: cover;
}
.banner-wrapper img {
    display: none;
}
.banner-overlay-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
    background: linear-gradient(rgba(191, 145, 94, 0.8) 70%, rgba(191, 145, 94, 0));
}
.banner-overlay-text {
    padding-left: 38%;
    padding-top: 50px;
}
.banner-overlay-text a {
    left: unset;
    transform: unset;
}
.sub-headline {
    color: #50664F;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 35px;
}
.banner-overlay-text .headline {
    font-size: 64px;
}
.post-headline {
    font-size: 16px;
    color: #E5E2D8;
    margin-bottom: 50px;
}
.btn-secondary,
.btn-primary {
    background-color: #E5E2D8;
    width: 180px;
    height: 48px;
    border-radius: 24px;
    display: block;
    text-align: center;
    line-height: 48px;
    color: #CB3E3E;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.btn-secondary:hover {
    background-color: #DACAB4;
    text-decoration: none;
    color: #CB3E3E;
}

.intro-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 100px;
}

.intro-container {
    width: 100%;
    max-width: 900px;
    background-color: rgba(253, 252, 251, 0.7);
    padding: 30px 50px 50px;
    margin: 50px auto;
    position: relative;
}
.red-line, .red-line-partial {
    position: relative;
}
.red-line::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #CB3E3E;
}
.red-line-partial::before,
.red-line-partial::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: calc(50% - 40px);
    height: 2px;
    border-radius: 1px;
    background-color: #CB3E3E;
}
.red-line-partial::after {
    right: 0;
}
.red-line-partial::before {
    left: 0;
}
.red-line-partial img {
    position: relative;
    z-index: 2;
    padding: 0 10px;
    left: 50%;
    transform: translateX(-50%);
}
.intro-text-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.intro-text-container p {
    text-align: center;
}
.intro-container img {
    margin: 10px auto 10px;
}
.intro-text-container .post-headline {
    color: #101010;
    line-height: 28px;
}
.intro-text-container .headline {
    font-size: 32px;
    color: #CB3E3E;
    padding: 0 50px;
}
.intro-text-container .sub-headline {
    text-transform: uppercase;
}

.btn-primary,
a.btn-primary:active,
a.btn-primary:focus,
a.btn-primary:active:focus {
    left: 50%;
    transform: translateX(-50%);
    background-color: #CB3E3E;
    color: #E5E2D8;
    position: relative;
}
.btn-primary:hover {
    background-color: #B1312B;
    text-decoration: none;
    color: #E5E2D8;
}
.btn-secondary {
    left: 50%;
    transform: translateX(-50%);
    background-color: #E5E2D8;
    color: #CB3E3E;
    position: relative;
    border: none;
}

.background-images {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    left: 50%;
    display: flex;
    justify-content: space-between;
    max-width: 2000px;
    
}
.background-images img:last-of-type {
    transform: scaleX(-1);
}
.summary-with-background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 100px;
}
.gray-yellow-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #CECBC3;
    opacity: 0.3;
}
.contact-form {
    position: relative;
    background-color: #DCBB67;
    padding: 100px;
    margin-bottom: 50px;
}
.contact-form form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 640px;
    width: 100%;
    margin: auto;
}
.contact-form p {
    width: 100%;
}
.contact-form input {
    width: 49%;
    height: 48px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    background-color: #E5E2D8;
    font-size: 16px;
    color: #101010;
    padding: 0 20px;
}
.contact-form textarea {
    width: 100%;
    height: 120px;
    resize: vertical;
    min-height: 120px;
    border: none;
    outline: none;
    background-color: #E5E2D8;
    font-size: 16px;
    color: #101010;
    padding: 20px;
    margin-bottom: 40px;
}
.white-line {
    width: 100%;
}
.white-line::after,
.white-line::before {
    background-color: #E5E2D8;
}
textarea:focus, input:focus {
    border: none;
    outline: none;
}
footer {
    width: 100%;
    padding: 50px 0 30px;
    background-color: #50664F;
}
.footer-main {
    width: 100%;
    max-width: 900px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.footer-main div {
    display: flex;
}

.footer-main a {
    font-size: 16px;
    padding: 0 10px;
    margin: 0 10px;
}
.footer-main div:last-of-type a {
    font-size: 11px;
}
.footer-main div:last-of-type a:hover {
    color: #8C9785;
}
.post-footer p{
    margin: auto;
    text-align: center;
}
footer a:hover {
    color: inherit;
}
.footer-main div:first-of-type a:hover {
    color: #E5E2D8;
}
.banner-overlay-center {
    display: flex;
    flex-flow: column;
    position: relative;
    width: 100%;
    max-width: 1000px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(191, 145, 94, 0.7);
    padding: 50px;
}
.banner-overlay-center p, .banner-overlay-center h1 {
    font-size: 28px;
    text-align: center;
    text-shadow: -1px 1px 4px #444;
    position: relative;
}
.banner-overlay-center h1 {
    font-family: 'PT Serif', serif;
    font-size: 98px;
    text-align: center;
}
.banner-overlay-center p:first-of-type::after {
    content: "";
    display: block;
    width: 40%;
    position: absolute;
    bottom: -10px;
    left: 30%;
    height: 2px;
    background-color: #E5E2D8;
}
.single-column,
.two-column-wrapper {
    max-width: 1180px;
    width: 100%;
    padding: 0 50px;
    margin: auto;
    margin-bottom: 100px;
}
.single-column .title,
.two-column .title {
    font-size: 32px;
    padding-left: 60px;
    position: relative;
    margin-bottom: 40px;
}

.single-column .title::before,
.two-column .title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 22px;
    width: 40px;
    height: 2px;
    background-color: #101010;
}

.two-column-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.two-column {
    width: 45%;
}
.discover-text-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}
.discover-text {
    padding: 60px 40px;
    width: 50%;
    background-color: rgba(191, 145, 94, 0.7);
}
.discover-text p {
    font-size: 20px;
    text-shadow: -1px 1px 4px #444;
    text-align: center;
}
.discover-text p:nth-of-type(2) {
    font-size: 32px;
    font-family: 'PT Serif', serif;
    margin-bottom: 50px;
}
.discover-text p:first-of-type {
    position: relative;
    margin-bottom: 50px;
    font-size: 16px;
}

.discover-text p:first-of-type::after {
    content: "";
    display: block;
    width: 30%;
    position: absolute;
    bottom: -10px;
    left: 35%;
    height: 2px;
    background-color: #E5E2D8;
}
.font-weight-bold {
    font-weight: bold;
}
.font-weight-medium {
    font-weight: 500;
}
.line-height-1-2 {
    line-height: 1.6;
}
.two-column a:hover, 
.single-column a:hover {
    color: #CB3E3E;
}
.column-header {
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
.column-header p {
    font-size: 36px;
    margin-top: 10px;
}
header + .column-header {
    margin-top: 100px;
}
.recipe-wrapper {
    display: flex;
    width: 100%;
    max-width: 1280px;
    padding: 50px 100px;
    margin: 30px auto;
    justify-content: space-between;
    background-color: rgba(224, 189, 104, 0.3);
    flex-flow: row-reverse;
    align-items: center;
}
.recipe-wrapper:hover {
    text-decoration: none;
}
.recipe-wrapper img {
    width: auto;
    max-width: 60%;
    max-height: 600px;
}
.recipe-container {
    width: 35%;
}
.recipe-container .text-secondary p {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.recipe-container a {
    display: block;
}
.recipe-container > a:hover .text-secondary,
.recipe-container > a:hover{
    text-decoration: none;
}

.recipe-container > a:hover .text-primary{
    text-decoration: underline;
}

.recipe-tags {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 20px;
    margin-top: 30px;
}
.recipe-tags::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 1px;
    background-color: #CB3E3E;
}

.recipe-tags a {
    font-weight: 600;
    font-size: 16px;
    margin-right: 20px;
}
.recipe-tags a:hover {
    color: #405840;
}

.recipe-wrapper:nth-of-type(2n){
    background-color: transparent;
    flex-flow: row;
}
.show-more {
    width: 320px;
    margin: 80px auto 100px;
    position: relative;
    padding-top: 20px;
}
.show-more button {
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 18px;
    margin: auto;
    display: block;
    padding-right: 30px;
    position: relative;
}
.show-more::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    height: 1px;
    background-color: #CB3E3E;
}

.show-more button:hover {
    text-decoration: underline;
}

.show-more button::after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #CB3E3E;
    border-left: 2px solid #CB3E3E;
    position: absolute;
    right: 0;
    top: 15%;
    transform: rotate(-45deg);
}

.safe-to-eat,
.unsafe-to-eat {
    padding-left: 40px;
    position: relative;
}
.safe-to-eat::before,
.unsafe-to-eat::before {
    content: url(/resources/35);
    display: block;
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    width: 30px;
}
.unsafe-to-eat::before {
    content: url(/resources/40);
}

.hamby {
    display: none;
    width: 60px;
    height: 50px;
    position: relative;
    justify-content: center;
    align-items: center;
    align-self: center;
    cursor: pointer;
    padding: 10px;
}
.hamby::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: #E5E2D8;
    height: 4px;
    border-radius: 2px;
    transition: transform 0.5s ease;
    transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
}
.hamby::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    background-color: #E5E2D8;
    height: 4px;
    border-radius: 2px;
    transition: transform 0.5s ease;
    transform-origin: top right;
    -webkit-transform-origin: top right;
}
.mobile-nav-active .hamby div{
    opacity: 0;
    transition: opacity 0.1s ease;
}
.mobile-nav-active .hamby::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.mobile-nav-active .hamby::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.hamby div {
    width: 100%;
    height: 4px;
    background-color: #E5E2D8;
    border-radius: 2px;
    opacity: 1;
    transition: opacity 0.5s ease;
}
.logo img {
    height: 90%;
}
.scrolling header{
    height: 90px;
}
.summary-with-background > img {
    display: none;
}

.homepage-recipe-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: auto;
    margin-bottom: 100px;
    width: 100%;
    max-width: 1580px;
    padding: 0 50px;
}
.recipe-menu-wrapper {
    background-color: #6B886A;
    border-bottom: 8px solid #405840;
    width: 24%;
    padding: 20px;
}

.recipe-menu-wrapper .headline {
    font-size: 32px;
    font-family: 'PT Serif', serif;
    margin-bottom: 30px;
    color: #E0BD68;
    padding: 20px 0;
    border-bottom: 2px solid #405840;
}
.recipe-menu-wrapper a {
    display: block;
    font-size: 20px;
    color: #E5E2D8;
    padding-left: 30px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
}

.recipe-menu-wrapper a::before {
    content: url(/resources/37);
    position: absolute;
    left: 0;
    top: 2px;
    transform: scale(0.8);
}

.recipe-menu-wrapper img:last-of-type {
    position: relative;
    left: 50%;
    width: 50%;
}

.recipe-listing {
    padding: 15px;
    background-color: #E5E2D8;
    border-bottom: 8px solid #CDC8B7;
    width: 24%;
}
.recipe-listing p:not(:first-of-type),
.recipe-container p p:not(:first-of-type) {
    display: none;
}
.recipe-listing img {
    width: 100%;
    aspect-ratio: 1.3;
    object-fit: cover;
}
.recipe-listing .headline {
    text-align: center;
    font-size: 24px;
    padding-top: 30px;
}
.recipe-listing .recipe-container {
    width: 90%;
    margin: auto;
}
.column-header p.title-category {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.title-category::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 160px;
    bottom: -10px;
    background-color: #CB3E3E;
    left: 50%;
    transform: translateX(-50%);
}
.recipe-summary .text-primary {
    font-size: 20px;
    font-weight: bold;
}
.recipe-head-wrapper {
    width: 100%;
    max-width: 1180px;
    padding: 0 50px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 70px;
}
.freeEditorial > .column-header {
    padding: 70px 0 0;
}

.freeEditorial > .column-header ~ .column-header {
    padding: 0;
}
.recipe-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.recipe-left {
    width: 60%;
}
.recipe-left img {
    width: auto;
    margin: auto;
    margin-bottom: 50px;
    display: flex;
    max-width: 100%;
    max-height: 600px;
}
.recipe-summary a:hover {
    color: #CB3E3E;
}
.recipe-right {
    width: 35%;
}
.recipe-right p {
    color: #405840;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
.recipe-summary {
    padding-left: 20px;
}
.recipe-summary .text-primary {
    font-family: 'Montserrat', sans-serif;
}

.recipe-right {
    border: 1px solid #E5E2D8;
    padding: 30px 20px;
}
.recipe-right .text-primary {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
.recipe-right ul {
    padding-left: 30px;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 40px;
}

.recipe-text-wrapper {
    width: 100%;
    margin: auto;
    max-width: 1180px;
    padding: 0 50px;
}
.recipe-text-container {
    display: flex;
    flex-flow: column;
    margin-bottom: 50px;
    border-bottom: 1px solid #E5E2D8;
    padding-bottom: 60px;
    padding-top: 40px;
}
.recipe-title {
    font-size: 20px;
    margin-bottom: 40px;
}
.recipe-text-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.recipe-text {
    flex: 1;
}
.recipe-text-box img {
    width: 36%;
    margin-left: 4%;
}
.recipe-text p{
    margin-bottom: 30px;
}
.search-more {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin: 100px 0;
}
.search-more-text {
    font-size: 16px;
}
.search-more .recipe-tags {
    margin-top: 15px;
}
.search-more .recipe-tags::before {
    left: 50%;
    transform: translateX(-50%);
}
.recipe-listing-carousel-wrapper .recipe-listing {
    margin: 0 20px;
}
.recipe-listing-carousel-wrapper {
    margin: 100px 0 100px;
}
.mushroom-head-wrapper .text-secondary {
    width: max-content;
    margin: auto;
}
.mushroom-head-wrapper {
    margin-bottom: 100px;
}
.mushroom-head-wrapper img {
    width: 100%;
    margin-top: 80px;
}
.mushroom-head-wrapper {
    width: 100%;
    max-width: 1180px;
    margin: auto;
    padding: 0 50px;
    margin-bottom: 100px;
}
.photogallery-wrapper {
    width: 100%;
    padding: 20px 0;
    background-color: #E5E2D8;
    margin-bottom: 100px;
}
.photogallery {
    width: 100%;
    max-width: 1080px;
    padding: 0 100px;
    margin: auto;
}
.photogallery a {
    margin: 0 20px;
}
.photogallery img {
    width: 100%;
}
a:focus {
    outline: none;
}
.slick-arrow {
    font-size: 0;
    background-color: transparent;
    border: none;
    border-left: 2px solid #868585;
    border-bottom: 2px solid #868585;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.slick-next {
    transform: translateY(-50%) rotate(-135deg);
    left: unset;
    right: 50px;
}
.slick-disabled {
    opacity: 0.2;
}
.slick-arrow:hover {
    border-color: #CB3E3E;
}
.social-media {
    padding: 15px 10px;
    background-color: rgba(253, 252, 251, 0.7);
    position: absolute;
    right: 30px;
    top: 360px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    z-index: 89;
    border-radius: 20px;
}
.social-media a {
    width: 40px;
    height: 40px;
    display: block;
    padding: 3px;
    position: relative;
    filter: grayscale(100%);
}
.social-media a:hover {
    filter: grayscale(0);
}
.social-media img {
    width: 100%;
}
.contact-succesfull {
    padding: 72px 112px;
    background-color: rgba(229, 226, 216, 0.4);
    font-size: 20px;
    line-height: 36px;
    max-width: 640px;
    margin: auto;
}
.text-secondary a,
.single-column a,
.cookies a,
.recipe-left a{
    color: #CB3E3E;
}
.filter-wrapper {
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
.filter-container {
    padding: 0 150px 50px;
    border-bottom: 2px solid #CB3E3E;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-bottom: 70px;
    justify-content: center;
}
.filter-element {
    margin: 0 7px 10px;
    padding: 10px 15px;
    display: flex;
    background-color: #6B886A;
    justify-content: space-between;
    align-items: center;
}
.filter-element:hover {
    background-color: #556c54;
}
.filter-element p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0 15px;
}
.cancel-filter {
    width: 25px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
.cancel-filter::before {
    content: "";
    position: absolute;
    top: -2px;
    right: 30%;
    width: 2px;
    bottom: 0;
    height: 25px;
    transform: rotate(-45deg);
    background-color: #fff;
}
.cancel-filter::after {
    content: "";
    position: absolute;
    top: -2px;
    right: 30%;
    bottom: 0;
    width: 2px;
    height: 25px;
    transform: rotate(45deg);
    background-color: #fff;
}
.cookie-wrapper {
    position: fixed;
    bottom: 0;
    left:0;
    right:0;
    background-color: #e5e2d8;
    box-shadow: 10px 0 10px gray;
    padding: 30px 50px;
    z-index: 999;
}
.cookies {
    max-width: 1580px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cookies p {
    font-size: 16px;
    color: #101010;
    margin-right: 30px;
}
.cookies button {
    font-weight: bold;
    text-transform: uppercase;
    padding:0 30px;
    border-radius: 24px;
    font-size: 18px;
    line-height: 48px;
    background-color: #cb3e3e;
    color:#e5e2d8;
    border: none;
}
.cookies button:hover {
    background-color: #d65151;
}
@media screen and (max-width: 1280px) {
    .banner-overlay-text {
        padding-left: 50px;
    }
    .banner-overlay-text .headline {
        font-size: 56px;
    }
    .background-images img {
        width: 30%;
    }
    .recipe-wrapper,
    .recipe-wrapper:nth-of-type(2n) {
        flex-flow: column;
    }
    .recipe-wrapper img {
        width: 100%;
    }
    .recipe-container {
        width: 90%;
        margin-top: 50px;
    }
    .column-header {
        padding: 0 50px;
    }
    .filter-container {
        padding: 0 30px 50px;
    }
    .discover-text {
        width: 80%;
        margin: auto;
    }
    .recipe-menu-wrapper,
    .recipe-listing {
        width: 30%;
    }
    .recipe-listing:last-of-type {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .hamby {
        display: flex;
    }
    .navigation-wrapper {
        display: flex;
        position: fixed;
        top: -100%;
        width: 100%;
        left: 0;
        right: 0;
        background-color: #BF915E;
        transition: top 2s ease;
        z-index: -1;
        flex-flow: column;
        padding: 30px 50px;
        justify-content: flex-start;
        align-items: flex-start;
        border-bottom: 1px solid #E5E2D8;
        border-top: 2px solid #E5E2D8
    }
    .mobile-nav-active.scrolling .navigation-wrapper  {
        top: 90px;
    }
    .mobile-nav-active .navigation-wrapper {
        top: 120px;
        transition: top 0.5s ease;
        box-shadow: 0 3px 6px rgba(0,0,0,0.5);
    }
    .navigation-wrapper div {
        width: 100%;
    }
    .navigation-wrapper p {
        width: fit-content;
        margin: 0;
    }
    .navigation-wrapper ul {
        position: relative;
        top: 0;
        left: -50px;
        right: -50px;
        padding: 15px 70px 5px;
        width: calc(100% + 100px);
        background-color: rgba(229, 226, 216, 0.15);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top: 1px solid #E5E2D8;
        border-bottom: 1px solid #E5E2D8;
    }
    .navigation-wrapper li a {
        color: #E5E2D8;
    }
    .navigation-wrapper > a,
    .navigation-wrapper div {
        display: block;
        margin: 5px 0;
    }
    .navigation-wrapper ul::after {
        display: none;
    }

    .recipe-menu-wrapper,
    .recipe-listing {
        width: 30%;
    }
    .recipe-listing:last-of-type {
        display: none;
    }
    .recipe-listing:nth-of-type(2) {
        margin-bottom: 50px;
    }
    
    .homepage-recipe-wrapper {
        flex-wrap: wrap;
        padding: 0 20px;
    }
    .recipe-menu-wrapper {
        margin-bottom: 50px;
    }
    .recipe-menu-wrapper,
    .recipe-listing {
        width: 100%;
    }
    .recipe-text-box {
        flex-flow: column-reverse;
    }
    .recipe-text-box img {
        margin: 0;
        margin-bottom: 40px;
        width: 100%;
    }
    .recipe-head {
        flex-flow: column;
    }
    .recipe-left,
    .recipe-right {
        width: 100%;
    }
    .recipe-right {
        margin-left: 20px;
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .recipe-text-wrapper {
        padding: 0 20px;
    }
}

@media screen and (max-width: 760px) {
    .banner-wrapper img {
        display: block;
        width: 100%;
    }
    .banner-overlay-left,
    .banner-overlay-center {
        position: relative;
        width: 100%;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
        background-color: #BF915E;
        padding: 30px 50px;
        transform: unset;
    }
    .banner-overlay-text .headline {
        font-size: 48px;
    }
    .banner-overlay-text {
        padding: 0;
    }
    .banner-wrapper {
        height: auto;
    }
    .intro-text-container .headline {
        padding: 0;
    }
    .footer-main {
        flex-flow: column;
    }
    .footer-main div {
        margin-bottom: 20px;
    }
    .contact-form input {
        width: 100%;
    }
    .contact-form {
        padding: 100px 50px;
    }
    
    .banner-overlay-center h1 {
        font-family: 'PT Serif', serif;
        font-size: 54px;
        text-align: center;
        padding-top: 20px;
    }
    .banner-overlay-center {
        padding: 50px;
    }
    .recipe-wrapper {
        padding: 50px;
    }
    header + .column-header {
        margin-top: 80px;
        margin-bottom: 30px;
    }
    .two-column {
        width: 100%;
    }
    .two-column:last-of-type {
        margin-top: 100px;
    }
    .summary-with-background {
        display: flex;
        flex-flow: column;
    }
    .summary-with-background > img {
        display: block;
        width: 100%;
    }
    .discover-text {
        width: 100%;
        background-color: #BF915E;
    }
    .social-media {
        position: fixed;
        right: -50px;
        padding-left: 20px;
        top: 200px;
        transition: right 1s ease;
    }
    .social-media.active {
        right: 20px;
        padding-left: 10px;
    }
    .contact-succesfull {
        padding: 30px 25px;
    }
    .cookies {
        flex-flow: column;
        align-items: flex-start;
    }
    .cookies p {
        margin-right:0;
        margin-bottom: 20px;
        font-size: 12px;
    }
    .cookie-wrapper {
        padding: 30px 20px;
    }
    .cookies button {
        font-size: 16px;
    }
    .banner-wrapper {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 550px) {
    .header-wrapper {
        padding-left: 0;
        padding-right: 20px;
    }
    header {
        height: 90px;
    }
    .mobile-nav-active .navigation-wrapper  {
        top: 92px;
    }
    body {
        padding-top: 92px;
    }
    .footer-main div {
        display: flex;
        flex-flow: column;
        align-items: center;
        margin-bottom: 40px;
    }
    .slick-next {
        right: 20px;
        width: 30px;
        height: 30px;
    }
    .slick-prev {
        left: 20px;
        width: 30px;
        height: 30px;
    }
    .footer-main div:first-of-type a {
        margin-bottom: 10px;
        display: block;
    }
    .footer-main div:last-of-type {
        flex-flow: row;
        justify-content: center;
        margin-bottom: 0;
    }
    .post-footer {
        padding: 0 20px;
    }
    .intro-container {
        padding: 30px 20px 50px;
    }
    .banner-overlay-left,
    .banner-overlay-center {
        padding: 30px 20px;
    }
    .recipe-wrapper {
        padding: 50px 20px;
    }
    .column-header {
        padding: 0 20px;
    }
    .two-column .title {
        font-size: 26px;
        padding-left: 40px;
    }
    .two-column .title::before {
        width: 30px;
        top: 18px;
    }
    .recipe-head-wrapper {
        padding: 0 20px;
    }
    .recipe-left,
    .recipe-right {
        width: 100%;
        margin-left: 0;
    }
    .recipe-summary {
        padding: 0;
    }
    .photogallery {
        padding: 0 30px;
    }
}