/* 
    Created on : 10.08.2026, 09:03:19
    Author     : Dieter Kahl
*/

/* Die Schriften ---------------------------------------------------------------------------*/
/* Lato */
@font-face {
    font-family: 'latosemibold';
    src: url('../fonts/lato/lato-semibold-webfont.woff2') format('woff2'),
        url('../fonts/lato/lato-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato/lato-regular-webfont.woff2') format('woff2'),
        url('../fonts/lato/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato/lato-light-webfont.woff2') format('woff2'),
        url('../fonts/lato/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Cinzel */
@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/cinzel/Cinzel-Medium.woff2') format('woff2'),
        url('../fonts/cinzel/Cinzel-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-sans: 'latoregular', Arial, sans-serif;
}

/* Variablen: Schriften & Farben -----------------------------------------------------------*/
:root {
    --font-euro:         'eurostile', Arial, sans-serif;
    --font-sans:         'atkinson', Arial, sans-serif;

    --cornish_white:     rgb(255, 255, 255);
    --cornish_black:     rgb(0, 0, 0);
    --caritas_blue:      rgb(44, 125, 193);
    --caritas_light_blue:rgb(74, 175, 228);
    --caritas_box_blue:  rgb(219, 237, 247);
    --caritas_red:       rgb(227, 6, 19);
    --caritas_yellow:    rgb(255, 218, 0);
    --cornish_gold:      rgb(143, 124, 73);
}

/* Basis ---------------------------------------------------------------------------------*/
html {
    width: 100%;
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--cornish_black);
    background-color: var(--cornish_white);
    font-family: var(--font-sans);
    font-weight: 400;
}

/* Die Überschriften ---------------------------------------------------------------------*/
h1,
h2 {
    font-family: 'Cinzel', Georgia, serif;
    color: var(--cornish_gold);
    font-weight: 500;
}

/* Die Links -----------------------------------------------------------------------------*/
.container_main a {
    color: var(--cornish_gold);
    font-weight: 600;
    text-decoration: none;
}

.container_main a:hover {
    color: var(--cornish_black);
}

/* Die Navigation ------------------------------------------------------------------------*/
.container_header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: var(--cornish_white);
}

.menu_1 {
    padding-left: 0;
}

.menu_1 li {
    display: inline;
    padding-right: 12px;
}

.menu_1 li a {
    text-decoration: none;
    font-family: 'Cinzel', Georgia, serif;
    font-weight: 500;
    color: var(--cornish_gold);
}

.menu_1 li a:hover {
    color: var(--cornish_black);
}

/* Der Container auf voller Breite -------------------------------------------------------*/
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/* Die Bilder ----------------------------------------------------------------------------*/
.ce-image img {
    max-width: 100%;
    height: auto;
}

.container_headerpic {
    padding-left: 0;
    padding-right: 0;
}

.container_headerpic img {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* Der Footer ----------------------------------------------------------------------------*/
footer {
    background: var(--cornish_white);
    color: var(--cornish_gold);
    /*    padding: 0 1rem 2rem;*/
    margin-top: 1.5rem;
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
}

footer a {
    font-family: 'Cinzel', Georgia, serif;
    font-weight: 500;
    text-decoration: none;
    color: var(--cornish_gold);
}

footer a:hover {
    color: var(--cornish_black);
}

footer .container {
    padding-left: 0;
    padding-right: 0;
}

/* Listen ---------------------------------------------------------------------------------*/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* Die Darstellung der Dreispaltigkeit ---------------------------------------------------*/
.row_3_cols {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-bottom: 1.5rem;
}

.row_3_cols img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.row_3_cols .col_3 {
    flex: 1 1 0;
    min-width: 0;
}



/* Diverses ------------------------------------------------------------------------------*/
.container_headerpic_mob {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
    margin-top: 30vw;
}

.container_headerpic_mob ce-image img {
    width: 100% !important;
}

.nav_mobile .row {
    background: var(--cornish_white);
}

/*Die Tabellen mit den Speisen und Getraenken*/
table {
    width: 100%;
}

table tr {
    border-color: #dddddd !important;
}

table td {
    padding-top: 8px;
    vertical-align: top;
}

table tr td:last-child {
    white-space: nowrap;
    padding-left: 16px;
    text-align: right;
    font-weight: 600;
}

/*Die  Google-Karte =============================================================*/
.google-map-consent {
    width: 100%;
    height: 600px;
    background: #f2f2f2;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
}

.google-map-consent-inner {
    max-width: 600px;
    padding: 40px;
}

.google-map-consent-inner p {
    margin: 0 0 20px;
}

.google-map-load {
    padding: 12px 25px;
    border: 0;
    background: var(--cornish_gold);
    color: var(--cornish_white);;
    font-size: 16px;
    cursor: pointer;
}

.google-map-load:hover {
    background: #000;
}

.google-map-privacy {
    margin-top: 15px !important;
    font-size: 13px;
}

.google-map-privacy a {
    color: var(--cornish_gold);
    font-size: 1rem;
}

.google-map-consent iframe {
    display: block;
    width: 100%;
    height: 600px;
}

.diet-icon {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    margin-inline: 0.15em;
    vertical-align: -0.2em;
}


/* Die Media-Queries =====================================================================*/

@media (max-width: 768px) {

    h1 {
        font-size: 2rem !important;
    }

    h2 {
        font-size: 1.4rem;
    }

    .header_mobile_fixed .col-9 img{
        width: 100%;
        height: auto;
        padding: 10px 0 10px 10px;
    }

    .container-fluid {
        margin-top: 20vw;
    }

    .nav_container_mob .menu_1 li {
        font-size: 1.3rem;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .frame-space-before-medium,
    .frame-space-after-medium {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .header_mobile_fixed .col-9 img{
        width: 90%;
        height: auto;
        padding: 16px 0 12px 16px;
    }

    .container-fluid {
        margin-top: 20vw;
    }

    .nav_container_mob .menu_1 {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .menu_1 li {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .menu_1 li a {
        font-size: 1.5rem;
    }

}

@media (max-width: 992px) {
    .nav_mobile {
        display: block;
    }

    .nav_pc {
        display: none;
    }

    .nav_container_mob {
        background: var(--cornish_white);
        border-top: 1px solid var(--cornish_gold);
        border-bottom: 1px solid var(--cornish_gold);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .nav_container_mob.open {
        max-height: 500px;
    }

    .header_mobile_fixed {
        position: fixed;
        top: 0;
        z-index: 9999;
        width: 100%;
    }

    .nav_container_mob .menu_1 {
        padding-left: 2rem;
    }

    .nav_container_mob .menu_1 li {
        display: block;
    }

    /* Die Darstellung der Zweispaltigkeit ---------------------------------------------------*/
    .row_2_cols {
        flex-direction: column;
        gap: 0;
        max-width: 100%;
    }

    .row_2_cols .col_2:first-child,
    .row_2_cols .col_2:last-child {
        flex: 1 1 100%;
        max-width: 100%;
    }
    
    .container_main {
        margin-bottom: 35px;
    }

}

@media (min-width: 992px) {
    .nav_mobile {
        display: none;
    }

    .nav_pc {
        display: block;
    }

    .nav-container,
    .logo_header_pc {
        text-align: center;
    }


    .logo_header_pc img{
        height: 90px;
        width: auto;
        margin-top: 12px;
        margin-bottom: 10px;
    }

    .menu_1 li a {
        font-size: 1.2rem;
    }

    /* Die Darstellung der Zweispaltigkeit ---------------------------------------------------*/
    .row_2_cols {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
    }

    .row_2_cols .col_2:first-child {
        flex: 0 0 calc(48% - 10px);
    }

    .row_2_cols .col_2:last-child {
        flex: 0 0 calc(48% - 10px);
    }

    .container_main {
        margin-bottom: 75px;
    }
    
    .container-fluid {
        padding-top: 150px;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-top: 150px;
    }
    
    .menu_1 li a {
        font-size: 1.4rem;
    }
}

@media (min-width: 1400px) {
    .container-fluid {
        padding-top: 150px;
    }


}
