.row{
    --bs-gutter-x: 0;
}
.dl-logo img{
    max-height: 80px;
}
.dl-tel a{
    color: #FFEFCD;
}
li.active a.g-menu-item-container,
li.active{
    color: white;
}
a.g-menu-item-container:hover{
    color: white;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: none;
  background: none;
  border-radius: 0.25rem;
  margin: -0.3rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
ul.g-sublevel{
    background: #4C8C4A;
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
    border-radius: 4px;
}
.g-main-nav .g-sublevel > li {
    margin: 0.3125rem 0;
    padding: 0 0 0.2345rem 0;
}
.g-main-nav .g-sublevel > li a{
    color: white;
}
li.g-menu-item-type-separator:hover{
    color: white;
}
header#g-header{
    min-height: 300px;
}
section#g-navigation .g-grid{
    line-height: normal;
    display: flex;
    align-items: center;      /* vertikal zentrieren */
    justify-content: center;  /* optional: horizontal zentrieren */  
    font-size: 1.2rem; 
}
section#g-navigation .g-social{
    white-space: nowrap;
}
section#g-navigation .g-social a{
    color: #FFEFCD;
    padding: 0;
}
section#g-features .g-content{
    margin-top: 0;
}
header{
    display: flex;
    align-items: center;      /* vertikal zentrieren */
    justify-content: center;  /* optional: horizontal zentrieren */
}
header h3{
    font-size: 4.0rem;
    font-size: 900;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    line-height: normal;
    display: inline-block;
    margin: 0;
}
header p{
    font-size: 1.5rem;
    font-size: 900;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    line-height: normal;
    margin: 0.5rem 0 0 0;
}
table{
    border: none;
}
td{
    padding: 0;
}
td:nth-child(2) {
  text-align: right;
  white-space: nowrap;
}
footer#g-footer ul{
    margin-left: auto;
}
.hinweis .g-content,
footer#g-footer .g-content{
    margin-left: 0.75rem!important;
    margin-right: 0.75rem!important;
}
.one{
    order: 1;
}
.two{
    order: 2;
}
.three{
    order: 3;
}
.four{
    order: 4;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #3c4c26;
}
h1{
    line-height: 2.9rem;
}
h2,h3{
    line-height: 2.6rem;
}
h1{
    margin-bottom: 3.0rem;
}
main#g-mainbar h3{
    margin-bottom: 0.2rem;
}
.com-content-article .item-image {
    float: right;
    margin-left: 30px;
    margin-bottom: 15px;
}
.com-content-article .item-image img {
    width: 25rem;
    height: 25rem;
    object-fit: cover;
    border-radius: 50%;
    border: 15px solid #3c4c26;
}

/* SPEISE */
.menu-item {
    padding: 12px 0;
    border-bottom: 1px dotted #595548;
}

/* ZEILE 1 */
.menu-header {
    display: flex;
    gap: 6px;
    align-items: baseline;
}

/* Nummer */
.menu-number {
    font-weight: 600;
    min-width: 36px;
}

/* Titel */
.menu-title {
    font-weight: 600;
}

/* Beschreibung */
.menu-desc {
    margin-top: 4px;
    color: #666;
    font-size: 0.9em;
    line-height: 1.4;
}

/* Zusatzstoffe */
.menu-additives {
    margin-left: 4px;
    white-space: nowrap;
}

/* Preise */
.menu-prices {
    margin-top: 6px;
    display: flex;
    gap: 12px;
    font-weight: 600;
    justify-content: flex-end;
}

footer ul li.nav-item{
    padding-top: 0!important;
    display: block!important;
    margin-bottom: 0!important;
}

footer ul {
    display: block!important;
}

/* DESKTOP */
@media (min-width: 769px) {

    .menu-item {
        display: flex;
        flex-direction: column;
    }

    .menu-header {
        display: flex;
        align-items: baseline;
    }

    span.g-separator{
        padding: 0 0 0 1.0rem;
    }

    a.g-menu-item-container{
        color: #a3c7a2;
        padding: 0.4rem 1.0rem!important;
    }

    footer#g-footer a{
        color: #FFEFCD;
        margin-left: 10px;
    }

    .moduletable.speisen,
    .moduletable.team{
        margin-top: 1.6rem;
    }
}

/* MOBILE */
@media (max-width: 768px) {
    .menu-dots {
        display: none;
    }

    .menu-line {
        flex-wrap: wrap;
    }

    .menu-right {
        width: 100%;
        justify-content: flex-end;
    }
    .one{
        order: 2;
    }
    .two{
        order: 1;
    }
    .three{
        order: 3;
    }
    .m-nomargin .g-content{
        margin-top: 0;
        margin-bottom: 0;
    }
    section#g-navigation .align-left{
        text-align: center!important;
    }
    section#g-navigation .align-right{
        text-align: center!important;
    }
    figure {
        margin: 0;
    }
    .com-content-article .item-image {
        float: right;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .com-content-article .item-image img {
        width: auto;
        height: auto;
        border-radius: 0;
        border: none;
    }
    main#g-mainbar{
        padding: 1rem 0;
    }
    section#g-features{
        padding: 1rem 0;
    }
    section#g-navigation .g-grid{
        font-size: 1rem;
    }
    .dl-tel{
        font-size: 1.7rem;
    }
    .dl-tel .g-content{
        padding-top: 0.2rem;
    }
    footer#g-footer ul{
        margin-left: 0;
    }
    section#g-navigation .g-social {
        position: absolute;
        top: -5px;
        right: 15px;

        display: flex;
        gap: 10px;

        z-index: 999;
    }
    section#g-intro{
        display: none;
    }
    footer#g-footer a{
        color: #FFEFCD;
        margin-right: 10px;
    }
}




.team-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.team-member {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    padding-top: 2.5rem;
}

.team-image img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: block;
}

.team-content {
    flex: 1;
}

.team-name {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 700;
}

.team-role {
    margin-bottom: 12px;
    color: #b8860b;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-description {
    line-height: 1.7;
    font-size: 16px;
}

/* MOBILE */

@media (max-width: 768px) {

    .team-member {
        flex-direction: column;
    }

    .team-image img {
        width: 100%;
        height: auto;
    }

    .team-name {
        font-size: 24px;
    }

    a.g-menu-item-container:hover{
        color: white;
        background: #4C8C4A;
    }

    #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
        background: #4C8C4A;
    }
}

ul.mod-articlescategories{
    border: none!important;
    padding: 0!important;
}

.speisen .catflex {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.speisen .catflex-item {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.speisen .cat-image {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.speisen .cat-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.speisen .cat-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    padding: 15px;

    background: rgba(0,0,0,0.55);
}

.cat-overlay h3 {
    margin: 0;
    color: #fff;
    font-size: 1.3rem;
}

.speisen .cat-card {
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    border-radius: 2px;
}

.speisen .cat-image {
    position: relative;
    height: 260px;
    overflow: hidden;
    border-radius: 2px;
}

/* Hover Zoom */
.cat-card:hover .cat-image img {
    transform: scale(1.08);
}

/* Mobile */
@media (max-width: 768px) {

    .speisen .catflex-item {
        width: 100%;
    }

}

/* Mobile */
@media (max-width: 768px) {

    .catgrid {
        grid-template-columns: 1fr;
    }

}



/* =========================================
   TEAM IMAGE
========================================= */

.team .catflex-item {
    width: 100%;
}

.team .cat-card {
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}

.team .cat-image {
    position: relative;
    overflow: hidden;
}

.team .cat-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;

    transition:
        transform 0.8s ease,
        filter 0.8s ease;
}

.team .cat-card:hover img {
    transform: scale(1.03);
}

.team .cat-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    padding: 20px;

    background: rgba(0,0,0,0.45);
}

/* Mobile Optimierung */
@media (max-width: 768px) {

    .team .cat-image {
        height: auto;
    }

    .team .cat-image img {
        height: auto;
        object-fit: contain;
    }

}



.map-section{
  max-width:1100px;
}

.map-header{
  text-align:center;
  margin-bottom:24px;
}

.map-header h2{
  font-size:34px;
  margin-bottom:10px;
  color:#222;
}

.map-wrapper{
  position:relative;
  overflow:hidden;
  box-shadow:0 15px 45px rgba(0,0,0,0.16);
}

.map-image{
  width:100%;
  height:300px;
  object-fit:cover;
  display:block;
  filter:
      blur(1.8px)
      brightness(0.85)
      contrast(1.05);

    transform:scale(1.04);
}

.map-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(
    to bottom,
    rgba(0,0,0,0.2),
    rgba(0,0,0,0.55)
  );
}

.map-card{
  text-align:center;
  padding:20px;
  max-width:520px;
}

.map-card p{
  margin-bottom:24px;
  line-height:normal;
}

.map-btn{
  display:inline-block;
  padding:14px 28px;
  border-radius:999px;
  background:#c62828;
  color:white;
  text-decoration:none;
  font-weight:bold;
  transition:all .3s ease;
}

.map-btn:hover{
  background:#e53935;
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(0,0,0,.25);
}

@media(max-width:768px){

  p,span{
    font-size: 1.2rem;
  }

  .map-header{
    text-align:left;
    margin-bottom:24px;
  }

  .map-image{
    height:300px;
  }

  .map-card{
    margin:0;
    padding:0;
  }

  .map-card h3{
    font-size:26px;
  }

  .map-card p{
    padding: 0 20px;
  }

}