/*
Theme Name: Savory Child
Theme URI: https://savory.qodeinteractive.com
Description: A child theme of Savory Theme
Author: Elated Themes
Author URI: https://themeforest.net/user/elated-themes
Version: 1.0.3
Template: savory
Text Domain: savory
*/

@media only screen and (max-width: 480px) {
    h1, h2, h3, h4, h5, h6 {
        hyphens: auto;
        word-wrap: break-word;
    }
}


.services-box .eltd-iwt-icon-holder img {
    height: 230px;
}

[data-alias='main-slider'] .sr7-arrows {
    display: none !important;
}

.wochenkarte .wpb_wrapper a {
    transform: translateX(-50%);
    left: 50%;
}

.info-box .eltd-ib-bottom-holder {
    opacity: 1 !important;
    visibility: visible !important;
}

.imagetext-app .eltd-section-inner-margin {
    display: flex;
    align-items: center;

    @media only screen and (max-width: 768px) {
        flex-direction: column;
    }
}

.imagetext-app-content {
    @media only screen and (max-width: 768px) {
        order: 2;
    }

    h3 {
        @media only screen and (max-width: 768px) {
            text-align: center;
        }
    }
}

.food-spots-image img {
    height: 450px !important;
    object-fit: cover;

    @media only screen and (max-width: 768px) {
        height: 300px !important;
    }
}

.imagetext-app-phone {
    @media only screen and (max-width: 768px) {
        order: 1;
    }
}

.imagetext-pos .eltd-section-inner-margin {
    display: flex;
    align-items: center;

    @media only screen and (max-width: 768px) {
        flex-direction: column;
    }
}

.imagetext-app .eltd-section-inner-margin img {
    height: 70vh;
    object-fit: contain;

    @media only screen and (max-width: 768px) {
        height: unset;
    }
}

.imagetext-pos .eltd-section-inner-margin img {
    height: 70vh;
    object-fit: cover;

    @media only screen and (max-width: 768px) {
        height: unset;
    }
}

.imagetext-pos-image {
    @media only screen and (max-width: 768px) {
        order: 2;
    }
}

.imagetext-pos-content {
    @media only screen and (max-width: 768px) {
        order: 1;
    }
}

.contact-map iframe {
    width: 100vw;
    left: calc((100% - 100vw) / 2);
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 500px;
    max-width: unset;
}

.mp-speisekarte-outer .mp-speisekarte-inner {
    display: flex;
    justify-content: center;
}
.mp-speisekarte-outer .mp-speisekarte-inner .mp-speisekarte {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin: 50px 0;
    width: 60%;

    @media only screen and (max-width: 768px) {
        width: 100%;
    }
}

.mp-speisekarte-outer .mp-speisekarte-inner .mp-speisekarte .mp-speisekarte--download {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.speisekarte-page .mp-speisekarte-outer .mp-speisekarte-inner .mp-speisekarte {
    width: 70%;
}

@media only screen and (max-width: 768px) {
    .speisekarte-page .mp-speisekarte-outer .mp-speisekarte-inner .mp-speisekarte {
        width: 100%;
    }
}

.speisekarte-page .mp-speisekarte-outer .mp-speisekarte-inner .mp-speisekarte .speisekarte-title {
    display: none;
}


.job-archive .job-listings {
    margin-bottom: 60px;
}

.job-archive .job-listings .job-post {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 20px;

    @media only screen and (max-width: 768px) {
        overflow: auto;
        white-space: nowrap;
        margin-bottom: 20px;
    }
}

.job-archive .job-listings .job-post:nth-child(even) {
    background-color: #E8E8E7;
}

.job-archive .job-listings .job-post .job-title {
    font-size: 30px;
    font-weight: bold;
    color: black;
    line-height: 40px;
    padding-right: 20px;

    @media only screen and (max-width: 768px) {
        font-size: 20px;
    }
}

.job-archive .job-listings .job-post .job-title .text {
    font-size: 18px;
    font-weight: normal;

    @media only screen and (max-width: 768px) {
        font-size: 16px;
    }
}

.job-archive .job-listings .job-post .job-location {
    font-size: 22px;
    color: black;
    text-align: center;
    padding-right: 20px;

    @media only screen and (max-width: 768px) {
        font-size: 18px;
    }
}

.job-archive .job-listings .job-post .job-art {
    font-size: 22px;
    color: black;
    text-align: center;
    padding-right: 20px;

    @media only screen and (max-width: 768px) {
        font-size: 18px;
    }
}

.job-archive .job-listings .job-post .job-date {
    font-size: 22px;
    color: black;
    text-align: right;

    @media only screen and (max-width: 768px) {
        font-size: 18px;
    }
}


.job-single .job-facts {
    margin-bottom: 50px;
}
.job-single .job-facts .job-facts--list {
    display: flex;
    justify-content: space-between;

    @media only screen and (max-width: 768px) {
        flex-direction: column;
    }
}
.job-single .job-facts .job-facts--list .job-facts--list-item {
    margin-bottom: 20px;
}
.job-single .job-facts .job-facts--list .job-facts--list-item h4 {
    margin: 0;
    font-weight: bold;
}

.job-single .job-facts .job-facts--list .job-facts--list-item p {
    margin: 0;
}

.job-single .job-wirbieten,
.job-single .job-deineaufgaben,
.job-single .job-deinprofil {
    padding: 30px 0;
    position: relative;
}
.job-single .job-wirbieten:before {
    content: "";
    position: absolute;
    left: calc((100% - 100vw) / 2);
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #ab2d31;
    z-index: -1;
    opacity: 0.1;
}

.job-single .job-deineaufgaben:before {
    content: "";
    position: absolute;
    left: calc((100% - 100vw) / 2);
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #5f6229;
    z-index: -1;
    opacity: 0.1;
}

.job-single .job-deinprofil:before {
    content: "";
    position: absolute;
    left: calc((100% - 100vw) / 2);
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #c75f37;
    z-index: -1;
    opacity: 0.1;
}

.eltd-portfolio-list-holder-outer.eltd-ptf-gallery article .eltd-portfolio-link,
.eltd-ptf-centered .eltd-portfolio-list-holder article .eltd-item-title,
.eltd-ptf-centered .eltd-portfolio-list-holder article .eltd-ptf-category-holder {
    display: none;
}

.go-to-wochenkarte {
    background-size: cover;
    width: 100vw;
    left: calc((100% - 100vw) / 2);
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.go-to-wochenkarte .eltd-section-title {
    color: white;
    text-shadow: 0 0 1px black, 0 0 0 black, 0 0 0.2em black;
    text-align: center;

    @media only screen and (max-width: 768px) {
        font-size: 38px !important;
    }
}

.eltd-title {
    background-size: cover;
}

.full-width {
    width: 100vw;
    left: calc((100% - 100vw) / 2);
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-size: cover;
}

.full-width .eltd-full-section-inner {
    max-width: 80%;
    transform: translateX(-50%);
    left: 50%;
    position: relative;

    @media only screen and (max-width: 768px) {
        max-width: 100%;
    }
}

sr7-slide sr7-txt .eltd-btn {
    padding: 26px 36px 30px;

    @media only screen and (max-width: 768px) {
        padding: 16px 36px 20px;
    }
}

h3 {
    @media only screen and (max-width: 768px) {
        line-height: 38px !important;
        word-break: break-word;
        hyphens: auto;
    }
}

.job-post .grid-head {
    display: none;
    border-bottom: 1px solid;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-size: 20px;

    @media only screen and (max-width: 768px) {
        display: block;
    }
}
.job-post:first-child .grid-head {
    display: block;
}

[data-alias="main-slider"] .hungryheads-button--outer {
    display: flex !important;
    gap: 30px !important;
    align-items: center !important;
    justify-content: center !important;
}
[data-alias="main-slider"] .hungryheads-button {
    width: 180px !important;
    height: 75px !important;
    position: unset !important;
}

[data-alias="main-slider"] .hungryheads-button a {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media only screen and (max-width: 480px) {
    [data-alias="main-slider"] .hungryheads-button--outer {
        flex-direction: column !important;
    }
    [data-alias="main-slider"] .hungryheads-button {
        width: 160px !important;
        height: 70px !important;
    }
}

.services-box .eltd-iwt-title-holder h5 span.bigger {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    font-family: "Cormorant", serif;
    margin-top: 20px;
}

.services-box .services-box--item .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-box .services-box--item .wpb_wrapper a {
    margin-top: 20px;
}

.mp-custom-gallery .eltd-image-gallery .eltd-image-gallery-grid.eltd-gallery-columns-4 .eltd-gallery-image {
    height: 190px;
}

.mp-custom-gallery .eltd-image-gallery .eltd-gallery-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}