@media only screen and (max-width: 600px) {
    body {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 0px 0px;
        grid-template-areas:
            "Banner"
            "Content"
            "Footer";
    }

    .Banner {
        width: 100vw;
        height: 60vh;
        position: relative;
    }

    .sliderImage {
        width: 100%;
        height: calc(60vh - 0.5rem);
        object-fit: cover;
        z-index: 0;
    }

    .sliderImageSubPage {
        width: 100%;
        height: calc(60vh - 0.5rem);
        object-fit: cover;
        z-index: 0;
    }

    .Content {
        width: 100vw;
    }

    .headerContainer {
        background-color: #fff;
        position: fixed;
        width: 100vw;
        z-index: 99;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-bottom: 2px solid var(--gray);
    }

    .contentSection {
        width: 100vw;
    }
    
    .navContainer {

    }
    .logoContainer {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .logoContainer img {
        display: block;
        height: 35px;
    }

    .logoContainer h1 {
        font-size: 2rem;
        padding-left: 1em;
        letter-spacing: .1rem;
        display: block;
        color: #fff;
    }

    #navItemLogo {
        display: block;
        width: 20px;
        height: 20px;
    }

    #navItemLogo img {
        width: 25px;
        height: 25px;
    }

    #navItemLogo h1 {
        font-size: 10px;
        color: #000;
        margin-left: 1rem;
    }

    .showOnlyDesktop {
        display: none;
    }

    .sectionWelcome {
        width: 95%;
        padding: 2rem;
    }

    .sectionWelcome80 {
        width: 100%;
        padding: 2rem;
    }

    .sectionWelcome100 {
        width: 100%;
        padding: 2rem;
    }

    .columContainer {
        display: flex;
        gap: 5rem;
        flex-direction: column;
        align-items: center;
    }
    
    .columnText {
        flex: 0 1 calc(100% - 1rem);
        width: 100%;
    }
    .columnText p {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .columnImage {
        display: flex;
        height: 100%;
        flex: 0 1 calc(100% - 1rem);
        justify-content: center;
        align-items: center;
    }

    .columnImage img {
        width: 100%;
        object-fit: cover; 
        height: 300px;
    }

    .speisekarteContainer {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 0px 0px;
        grid-template-areas:
            "Column1 Column2";
    }

    .speisekarteContainerImageWrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

    .speisekarteContainerImageWrapper img {
        width: 40rem;
    }

    .Column1 {
        grid-area: Column1; 
    }

    .Column2 {
        grid-area: Column2; 
    }

    .tableMittagstisch {
        width: 100%;
    }

    .tableMittagstisch tr {
        font-size: 2rem;
        text-align: left;
        height: 4rem;
    }

    .tableMittagstisch tr:nth-child(even) {
        background-color: #f7f7f7;
    }
    .tableMittagstisch tr:nth-child(odd) {
        background-color: #f0f0f0;
    }

    .tableMittagstisch th {
        font-size: 2rem;
        text-align: left;
    }

    .tableMittagstisch td {
        font-size: 2rem;
        text-align: left;
    }

    .imageGalerie-container {
        margin-bottom: 2rem;

        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .imageGalerie-item {
        padding: 15px;
        flex: 0 1 calc(33.3%);
    }

    .imageGalerie-item img {
        width: 100%;
        height: 300px;;
        object-fit: cover;
    }

    .imageGalerie-item2 {
        padding: 3px;
        flex: 0 1 calc(50%);
    }

    .imageGalerie-item2 img {
        width: 100%;
        height: 150px;;
        object-fit: cover;
    }

    .footerContainer {
        width: 70%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .footerColumn {
        flex: 0 1 calc(33.3%);
        display: flex;
        flex-direction: column;
    }

    .footerColumn p {
        width: 100%;
        color: #878787;
        margin-bottom: 1rem;;
    }

    .module h1 {
        color: #000;
        text-align: center;
        font-weight: 100;
        margin-bottom: 2rem;
    }

    .footerColumn h1 {
        margin-top: 1rem;
        color: whitesmoke;
    }

    .footerColumn a {
        color: #878787;
        font-size: 2rem;
    }

    .footerColumn ul {
        list-style: none;
        padding: 0;
    }

    .footerColumn li {
    }

    .footerColumn li:before {
    }

    .footerColumn li a {
        color: #878787;
        font-size: 2rem;
        font-weight: normal;
    }

    .footerColumn li a:hover {
        font-weight: bold;
        transition: color 1s;
        color: whitesmoke;
    }

    .footerColumn i {
        color: #878787;
        font-size: 2rem;
        margin-right: 1rem;
    }

    .footerLogo {
        width: 250px;
    }

    .footerContainer {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 4rem;
        padding-bottom: 4rem;
        text-align: center;
    }

    .footerLogo {
        width: 100%;
    }

    .footerColumn {
        flex: 0 1 calc(100%);
        width: 80%;
        display: flex;
        flex-direction: column;
    }

    .footerColumn p {
        width: 100%;
        color: #878787;
        margin-bottom: 1rem;;
    }

    .footerColumn h1 {
        margin-top: 1rem;
        color: whitesmoke;
    }

    .footerColumn a {
        color: #878787;
        font-size: 2rem;
    }

    .footerColumn ul {
        list-style: none;
        padding: 0;
    }

    .footerColumn li {
    }

    .footerColumn li:before {
    }

    .footerColumn li a {
        color: #878787;
        font-size: 2rem;
        font-weight: normal;
    }

    .footerColumn li a:hover {
        font-weight: bold;
        text-shadow: 2px 4px var(--primary);
        margin-left: 1rem;
        transition: margin-left 2s;
    }

    .footerColumn i {
        color: #878787;
        font-size: 2rem;
        margin-right: 1rem;
    }

    .zitat {
        font-size: 3.3rem;
    }

    .sectionFilalen {
        width: 70%;
        margin: 0 auto;
    }

    .filalenContainer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .image {
        height: 200px;
        overflow: hidden;
        transition: all .2s ease-in-out;
    }

    .image:hover,
    .card:hover .image {
        height: 300px;
        opacity: 1;
    }

    .text {        
        position: relative;
        padding: 20px;
        min-height: 200px;
    }

    .text p {
        margin-bottom: 0px;

    }

    .flexContainerFilialen {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        flex-wrap: wrap;
    }

    .cardFilale {
        position: relative;
        flex: calc(33.3% - 5rem);
        display: flex;
        flex-direction: column;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
        background: #FFF;
        align-self: stretch;
        background: var(--primary);
        height: 250px;
    }

    .cardFilale:hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
        cursor: pointer;
    }

    .cardFilale h3 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        color: whitesmoke;
        background: rgba(0,0,0,0.5);
        text-align: center;
        padding: 1rem;
        border-bottom: 1px solid #b0b0b0;
        border-top: 1px solid #b0b0b0;
    }

    .cardFilale img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .readmoreButton {
        position: absolute;
        right: 2rem;
        top: 2rem;
    }

    .infoButtonContainer {
        display: flex;
        width: 100%;
        flex-direction: row;
        margin-top: 6rem;
        justify-content: space-around;
        align-items: center;
    }

    .infoButtonCard {
        flex: 0 1 calc(33.3% - 1rem);
        height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
        background: #FFF;
        text-align: center;
    }

    .infoButtonCard:hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }

    .infoButtonCard h3 {
        padding: 2rem;
    }

    .infoButtonCard .image {
        height: 200px;
        overflow: hidden;
        transition: all .2s ease-in-out;
    }

    .containerAngebote {
        display: flex;
        width: 100%;
        flex-direction: row;
        margin-top: 2rem;
        justify-content: space-around;
        align-items: center;
        gap: 1rem;
    }

    .mittagsangebotCard {
        flex: 0 1 calc(33.3% - 1rem);
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #FFF;
        padding: 1rem;
        text-align: center;
        align-self: stretch;
    }

    .mittagsangebotCard:hover {
    }

    .mittagsangebotCard h3 {
        margin-top: 2rem;
    }

    .mittagsangebotCard.thumb {
        height: 200px;
        overflow: hidden;
        transition: all .2s ease-in-out;
    }

    .mittagsangebotCard p {
        margin: 0rem;
        padding: 1rem;
    }

    #kontaktFormular {
        width: 100%;
        padding: 3rem;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    }

    .referenzFlexContainer {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .referenzFlexItem {
        position: relative;
        flex: calc(100% - 1rem);
        display: flex;
        flex-direction: column;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
        background: #ededed;
        align-self: stretch;
    }

    .referenzFlexItem img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .referenzFlexItem img:hover {
        -webkit-filter: blur(3px);
        filter: blur(3px);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        cursor: pointer;
    }

    .referenzFlexItemDescription {
        position: absolute;
        width: 100%;
        padding: 1rem;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        text-align: center;
        color: #fff;
    }

    .partnerContainer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .partnerCard {
        flex: 0 1 calc(100% - 1rem);
    }

    .partnerCard img {
        width: 100%;
        height: 150px;
        object-fit: contain;
        filter: grayscale(100%);
    }

    .partnerCard img:hover {
        animation: giveColor 3s ease;
    }

    .takeOffLogo {
        width: 100%;
    }

    .referenzFlexItemMini {
        position: relative;
        flex: calc(25% - 2rem);
        display: flex;
        flex-direction: column;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
        background: #ededed;
        align-self: stretch;
    }

    .referenzFlexItemMini img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

    .referenzFlexItemMini img:hover {
        -webkit-filter: blur(3px);
        filter: blur(3px);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        cursor: pointer;
    }

    .leistungWrapper {
        display: flex;
        flex-direction: column;
        gap: 5rem;
        background: #fff;
    }

    .leistung-flex-item-description {
        flex: 0 1 calc(100% - 1rem);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 3rem;
        background: #fff;
    }

    .leistung-flex-item-description h1 {
        text-align: center;
    }

    .leistung-flex-item-description .seperator {
        margin: 0 auto;
        border-bottom:  2px solid var(--primary);
        width: 100%;
    }

    .leistung-flex-item-image {
        flex: 0 1 calc(100% - 1rem);
    }

    .leistung-flex-item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .bannerDescription {
        position: absolute;
        z-index: 98;
        background: rgba(0,0,0,0.7);
        padding: 1rem;
        max-width: 70rem;
    }

    .bannerDescription_left {
        position: absolute;
        bottom: 15%;
        left: 10%;
        z-index: 98;
        background: rgba(0,0,0,0.5);
        padding: 1rem;
    }

    .bannerDescription h1 {
        color: #fff;
        font-size: 2rem;
        padding: 0;
        margin: 0;
    }

    .bannerDescription h2 {
        margin-top: 1.5rem;
        font-size: 1.5rem;
        color: #b0b0b0;
    }
}

