@font-face {
    font-family: 'Vapiano';
    src: url('/fonts/Vapiano.eot');
    src: url('/fonts/Vapiano.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Vapiano_hu.ttf') format('truetype'),
         url('/fonts/Vapiano.woff2') format('woff2'),
         url('/fonts/Vapiano.woff') format('woff'),
         url('/fonts/Vapiano.svg#Vapiano') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINCompPro-Light';
    src: url('/fonts/DINCompPro-Light.eot');
    src: url('/fonts/DINCompPro-Light.eot?#iefix') format('embedded-opentype'),
         url('/fonts/DINCompPro-Light.woff2') format('woff2'),
         url('/fonts/DINCompPro-Light.woff') format('woff'),
         url('/fonts/DINCompPro-Light.ttf') format('truetype'),
         url('/fonts/DINCompPro-Light.svg#DINCompPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Medium';
    src: url('/fonts/DINPro-Medium_13936.eot');
    src: url('/fonts/DINPro-Medium_13936.eot?#iefix') format('embedded-opentype'),
         url('/fonts/DINPro-Medium_13936.woff2') format('woff2'),
         url('/fonts/DINPro-Medium.woff') format('woff'),
         url('/fonts/DINPro-Medium.ttf') format('truetype'),
         url('/fonts/DINPro-Medium.svg#DINPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Regular';
    src: url('/fonts/DINPro-Regular_13937.eot');
    src: url('/fonts/DINPro-Regular_13937.eot?#iefix') format('embedded-opentype'),
         url('/fonts/DINPro-Regular_13937.woff2') format('woff2'),
         url('/fonts/DINPro-Regular.woff') format('woff'),
         url('/fonts/DINPro-Regular.ttf') format('truetype'),
         url('/fonts/DINPro-Regular.svg#DINPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IcoMoon';
    src: url('/fonts/icomoon.eot');
    src: url('/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
         url('/fonts/icomoon.woff2') format('woff2'),
         url('/fonts/icomoon.woff') format('woff'),
         url('/fonts/icomoon.ttf') format('truetype'),
         url('/fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: sans-serif;
    background-color: #f8f9fa;
}

.header-logo {
    max-height: 40px;
    width: auto;
    display: inline-block;
}

.borlap-text-container {
    margin-bottom: 1.5rem;
}

.borlap-text {
    font-family: 'DINPro-Regular', sans-serif;
    font-size: 1.5rem;
    color: #343a40;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.establishment-name {
    font-family: 'DINPro-Regular', sans-serif;
    font-size: 1rem;
    margin-bottom: 1rem;
}

/* Establishment selector cards */
.establishment-card .card {
    transition: box-shadow 0.2s, transform 0.2s;
    border: 1px solid #dee2e6;
}

.establishment-card .card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.establishment-card .card-title {
    font-family: 'DINPro-Regular', sans-serif;
    color: #343a40;
    margin-bottom: 0.25rem;
}

/* Language switcher */
.language-switcher.sticky-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f8f9fa;
    padding: 0.75rem 0;
    text-align: center;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    z-index: 1030;
    display: flex;
    justify-content: center;
    align-items: center;
}

.language-switcher.sticky-bottom-menu a {
    margin: 0 0.5rem;
}

/* Accordion categories */
.accordion-button {
    font-family: 'DINPro-Regular', sans-serif !important;
    color: #767667 !important;
    font-size: 1.1rem;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e9ecef;
}

.accordion-body h4 {
    font-family: 'Vapiano', sans-serif !important;
    color: #a02013 !important;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
}

/* Wine cards */
.wine-card {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    margin-bottom: 1rem;
    background-color: #fff;
}

.wine-card .card-body {
    padding: 1rem;
}

.wine-card .wine-name {
    font-family: 'DINPro-Regular', sans-serif !important;
    color: #767667 !important;
    font-size: 1.2rem;
    font-weight: bold;
}

.wine-card .wine-origin {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.wine-card .wine-description {
    font-family: 'IcoMoon', serif !important;
    color: #767667 !important;
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}

.wine-card .wine-image {
    max-width: 70px;
    height: auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
}

.wine-card .wine-price {
    font-size: 1.1rem;
    font-weight: bold;
    color: #28a745;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
}

/* Touch targets */
.accordion-button,
.language-switcher a {
    padding: 0.75rem 1.25rem;
    min-height: 44px;
    min-width: 44px;
}
