*{
    margin:0%;
    padding:0%;
}

#background_grad
{
    height:100vh;
    width:100vw;
    background: linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,0.45),rgba(0,0,0,0.35),rgba(0,0,0,0));
    position:absolute;
}

body
{
    /*background: url(Bilder/catering/FB_IMG_1653131908454.jpg)fixed;
    background-size:cover;
    background-position:center;*/
    font-family:'Roboto', sans-serif;
    overflow-x:hidden;
    overflow-y:scroll;

}

.container 
{
    height: 100%; 
    position: absolute;
    width: 100%;
}
  
.container .slide 
{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    
    top: 0;
    transition: opacity 2s ease-in-out;
    width: 100%;
    z-index: -1;
}
  
.container .slide.show 
{
    opacity: 1;
}


.barmanu
{
    width:100%;
    height:7%;
    padding-top:1%;/*55px;*/
    border:none solid black;
    background-color:#000;
    position: absolute;
    box-shadow: 12px 20px 90px;
    opacity: 0.9;
}

i
{
    color: white;
    opacity: 0.6;
}

#zertifikat img
{
    position:fixed;
    bottom:8px;
    right:8px;
}

.icons
{
    margin-left: 10px;
    word-spacing: 28px;
    font-size: 3vh;/*calc( 1vh + 1vw );*/
    position:absolute;
    top:1vh;
    left: 8px;
}

i:hover
{
    opacity:1;
    cursor: pointer;
}

.list_badendorf
{
    display:flex;
    flex-direction:row;
    position:absolute;
    right:20px;
    width:45vw;
    top:15%;
    font-size:calc(30% + .6vw);
}

.list_badendorf li
{
    float:right;
    color:white;
    width:100%;
    text-align:center;
    font-weight:100;
    opacity:0.6;
    list-style-type: none;
}

.list_badendorf li:hover
{
    opacity:1;
    cursor:pointer;
}

.list_rosenheim
{
    display:flex;
    flex-direction:row;
    position:absolute;
    right:20px;
    width:45vw;
    top:50%;
    font-size:calc(30% + 0.6vw);
}

.list_rosenheim li
{
    float:right;
    color:white;
    width:100%;
    text-align:center;
    font-weight:100;
    opacity:0.6;
    list-style-type: none;
}

.list_rosenheim li:hover
{
    opacity:1;
    cursor:pointer;
}

.dark
{
    background:#000;
    width:102%;
    height:100%;
    position:absolute;
    top:100%;
    opacity:0.7;
    animation:2s dark none;
}

@keyframes dark
{
    0%
    {
        transform: tanslateY(-60px);
        opacity:0;
    }
    50%
    {
        transform:none;
        opacity:0;
    }
    100%
    {
        transform:none;
        opacity:0.7;
    }
}

.menu
{
    /*font-size:1vw;/*100%;*/
    position:absolute;
    top:130%;
    left:1%;/*2.5%;*/
    animation:2s menu none;
}
@keyframes menu
{
    0%
    {
        transform:translate3dmatrix(200px);
        opacity:0;
    }
    50%
    {
        transform:none;
        opacity:0;
    }
    100%
    {
        transform:none;
        opacity:1;
    }
}

ul
{
    float:left;
}

.m
{
    width:90%;/*200%;*/
    text-align:center;
    display:flex;
}

.m li
{
    float:left;
    width:18vw;/*15vw;/*200%;/*150px;*/
    font-size:calc(40% + 0.6vw);
    list-style-type:none;
    line-height:175%;/*55px;*/
    text-transform:capitalize;
}
.m li a
{
    text-decoration: none;
    color:white;
}
.m li a:hover
{
    color:#ff4c4c;
}

font
{
    color:#ff4c4c;
}
.sub
{
    text-align: left;
    width:50%;/*130px;*/
    margin-left:25%;
    background:#000;
    border-radius:5px;
    opacity:0.7;
    font-size:calc(40% + 0.6vw);
}
.sub:hover
{
    opacity:1;
}
.sub li
{
    color:white;
    line-height:150%;/*30px;*/
    padding:5%;/*10px;*/
    border-radius:5px;/*5px;*/
    display:none;
}
ul li:hover ul li
{
    display: block;
    cursor: pointer;
}
.sub li:hover
{
    background-color:#ff4c4c;
    width:90%;/*110px;*/
}



.content
{
    border:1px solid black;
    width:25%;
    border-radius: 3%;
    position: absolute;
    left:4%;
    top: 300%;/*400%;*/
    padding-bottom: 2%;
    padding-left: 2%;
    padding-top: 2%;
    padding-right: 2%;
    background:#000;
    opacity: 1;
    box-shadow:0px 15% 15%;
    animation:3s content none;
}

.logo
{
    /*padding:1%;*/
    width:100%; 
    height:auto;
    opacity:.85;
}

.content h1
{
    text-align:center;
    margin-top:5%;
    font-weight:100;
    font-size:1.6vw;
    opacity:0.8;
    color:white;
}

.content h2
{
    text-align:center;
    width:100%;
    font-size:1vw;
    /*text-align:justify;*/
    text-transform:capitalize;
    color:white;/*red;*/
    font-weight:100;
    line-height:150%;/*25px;*/
    letter-spacing:normal;/*0.15px;*/
    opacity:0.5;
}

.h_be
{
    margin-bottom:25px;
}

button
{
    margin:0 auto;
    display: block;
    margin-top:15%;
    padding:.5vw;
    background:#ff4c4c;
    color:white;
    font-size:1.5vw;
    font-weight:100;
    border:none;
    font-family:'Roboto',sans-serif;
    border-radius:.5vw;
    outline:none;
}

button:hover
{
    background-color: #ed5565;
    cursor:pointer;
}


@media screen and (max-width:600px)
{
    .content
    {
        border:1px solid black;
        width:82%;
        border-radius: 3%;
        position: absolute;
        left:5%;
        top: 300%;/*400%;*/
        padding-bottom: 4%;
        padding-left: 4%;
        padding-top: 4%;
        padding-right: 4%;
        background:#000;
        opacity: 1;
        box-shadow:0px 15% 15%;
        animation:3s content none;
    }

    .logo
    {
        /*padding:1%;*/
        width:100%; 
        height:auto;
        opacity:.85;
    }

    .content h1
    {
        text-align:center;
        margin-top:5%;
        font-weight:100;
        font-size:200%;
        opacity:0.8;
        color:white;
    }

    .content h2
    {
        text-align:center;
        width:100%;
        font-size:120%;
        /*text-align:justify;*/
        text-transform:capitalize;
        /*color:red;*/
        font-weight:100;
        line-height:150%;/*25px;*/
        letter-spacing:normal;
        opacity:0.5;
    }

    button
    {
        margin:0 auto;
        display: block;
        margin-top:15%;
        padding:1.5%;
        background:#ff4c4c;
        color:white;
        font-size:200%;
        font-weight:100;
        border:none;
        font-family:'Roboto',sans-serif;
        border-radius:5px;
        outline:none;
    }
}


@keyframes content
{
    0%
    {
        transform: translateY(80px);
        opacity: 0;
    }
    50%
    {
        transform: translateY(80px);
        opacity:0;
    }
    100%
    {
        transform: none;
        opacity:1;
    }
}


section 
{
    padding: 1em;
}
  
.lead 
{
    font-weight: 600;
    color: #777;
}
  
.gallery 
{
    /*margin-top:150px;*/
    position:absolute;
    top:180px;
    left:1px;
    display: flex;
    flex-wrap: wrap;
    /*height:2000px;*/
}

.gallery-item 
{
    flex: 1 1 auto;
    flex-basis: 175px;
    margin: .5em;
    max-width: 530px;
    max-height: 300px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.gallery-item.item-2x3 
{
    flex-basis: calc(175px * 0.666);
}

.gallery-item.item-3x4 
{
    flex-basis: calc(175px * 0.75);
}
  
.gallery-item.item-1x1 
{
    flex-basis: 175px;
}

.gallery-item.item-4x3 
{
    flex-basis: calc(175px * 1.333);
}
  
.gallery-item.item-3x2
{
    flex-basis: calc(175px * 1.5);
}

.gallery-item.item-8x5 
{
    flex-basis: calc(175px * 1.6);
}

.gallery-item.item-2x1 
{
    flex-basis: calc(175px * 2);
}

.gallery-item::after 
{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 13.75C4.5 8.64137 8.64137 4.5 13.75 4.5C18.8586 4.5 23 8.64137 23 13.75C23 18.8586 18.8586 23 13.75 23C8.64137 23 4.5 18.8586 4.5 13.75ZM13.75 0C6.15609 0 0 6.15609 0 13.75C0 21.3439 6.15609 27.5 13.75 27.5C16.3774 27.5 18.8327 26.7631 20.9205 25.4846L30.4906 35.0547C31.7509 36.3151 33.7944 36.3151 35.0547 35.0547C36.3151 33.7944 36.3151 31.7509 35.0547 30.4906L25.4846 20.9205C26.7631 18.8327 27.5 16.3774 27.5 13.75C27.5 6.15609 21.3439 0 13.75 0Z' fill='white'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 1.85rem;
    background-repeat: no-repeat;
    transition: opacity 250ms;
    z-index: 10;
}

.gallery-item .caption 
{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em 0;
    line-height: 1em;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translateY(4em);
    transition: transform 250ms;
    z-index: 20;
}

.gallery-item .caption span 
{
    display: inline-block;
    max-width: calc(100% - 2em);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.gallery-item:hover .thumb 
{
    transform: scale(1.05);
}

@media (hover: hover) 
{
    .gallery-item:hover::after 
    {
        opacity: 1;
    }

    .gallery-item:hover .caption 
    {
        transform: translateY(0);
    }
}

.gallery-item .thumb 
{
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: unset;
    text-align: center;
    background-color: #333;
    transition: filter 500ms, transform 500ms;
}

.ie-fix .gallery-item .thumb 
{
    width: auto;
}

.gallery-item .placeholder 
{
    filter: blur(20px);
}
  
.lightbox-wrapper 
{
    display: none;
    background-color: #2e2e35;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
  
.lightbox 
{
    display: flex;
    flex-direction: column;
    height: 100%;
    color: white;
}

.lightbox .lightbox-header 
{
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    height:10%;
    padding: 1em;
    font-weight: 600;
    text-align: center;
}

.lightbox .lightbox-header > * 
{
    opacity: .75;
}

.lightbox .lightbox-close 
{
    position: relative;/*relative;*/
    height: 1.85rem;
    width: 1.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
}

.lightbox .lightbox-close::before, .lightbox .lightbox-close::after 
{
    position: absolute;
    content: "";
    height: 4px;
    width: 80%;
    background-color: #fff;
}

.lightbox .lightbox-close::before 
{
    transform: rotate(-45deg);
}

.lightbox .lightbox-close::after 
{
    transform: rotate(45deg);
}

.lightbox .lightbox-close:hover 
{
    opacity: 1;
}

.lightbox .lightbox-slides-wrapper 
{
    flex-grow: 1;
    display: flex;
    overflow: hidden;
    position: relative;
}

.lightbox .lightbox-arrow 
{
    position: absolute;
    top: 50%;
    width: 4rem;
    height: 4rem;
    padding: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5em;
    opacity: .75;
    cursor: pointer;
    filter: drop-shadow(0 0 7px #000);
}

.lightbox .lightbox-arrow:hover 
{
    opacity: 1;
}

.lightbox .lightbox-arrow.arrow-left 
{
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 26.5L27.3171 0L32 4.54286L9.36585 26.5L32 48.4571L27.3171 53L0 26.5Z' fill='white'/%3E%3C/svg%3E");
}

.lightbox .lightbox-arrow.arrow-right 
{
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32 26.5L4.68293 53L0 48.4571L22.6341 26.5L3.83911e-06 4.54286L4.68293 0L32 26.5Z' fill='white'/%3E%3C/svg%3E");
}

.lightbox .lightbox-slide 
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    transition: all 0ms ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.lightbox .lightbox-slide[data-state="prev"] 
{
    transform: translateX(-100%);
    opacity: 0;
}

.lightbox .lightbox-slide[data-state="next"] 
{
    transform: translateX(100%);
    opacity: 0;
}
  
.lightbox .lightbox-image 
{
    display: none;
    max-width: 100%;
    max-height: 100%;
}

.lightbox .spinner 
{
    display: none;
}

.maps
{
    /*margin-top:150px;*/
    position:absolute;
    top:25%;
    left:10px;
    display:flex;
    flex-wrap: wrap;
    /*height:2000px;*/
}

.bahnhofstraße
{
    margin-right:160px;  
    margin-bottom:20px;

    background-clip:padding-box, padding-box;
    background-color:#000;
    
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    
    border-radius: 10px;
}

.bahnhofstraße div
{
    color: #fff;
    text-align:center;

    margin-top:10px;
    margin-bottom:60px;
}

.bahnhofstraße iframe
{
    width:360px;
    height:300px;
}

.kufsteinerstraße
{
    margin-bottom:20px;

    background-clip:padding-box, content-box;
    background-color:#000;
    
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
  
    border-radius: 10px;
}

.kufsteinerstraße div
{
    color:#fff;
    text-align:center;

    margin-top:10px;
    margin-bottom:60px;
}

.kufsteinerstraße iframe
{
  width:360px;
  height:300px;
}

@media screen and (max-width:600px)
{
    .bahnhofstraße iframe
    {
        width:300px;
        height:280px;
    }

    .kufsteinerstraße iframe
    {
      width:300px;
      height:280px;
    }
}

/* STYLE_ÜBER_UNS */

.gründung
{
    position:relative;
    top:240px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top:15px;
    padding-bottom:15px;
    margin-left:15px;
    margin-right:15px;
    background-color: rgba(0, 0, 0, 0.493);
    color: white;
    margin-bottom:50px;
    border-radius: 15px;
}

.gründung_überschrift
{
    text-align:center;
    font-weight: bolder;
    font-size:x-large;
    margin-bottom:10px;
    padding-top:10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.493);
    border-radius: 15px;
}

.gründung_text
{
    font-size:large;
    text-align: justify;
    padding-left:25px;
    padding-right:25px;
    background-color: rgba(0, 0, 0, 0.493);
    padding-top:15px;
    padding-bottom:15px;
    border-radius: 15px;
}

.essen 
{
    position:relative;
    top:240px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top:15px;
    padding-bottom:15px;
    margin-left:15px;
    margin-right:15px;
    background-color: rgba(0, 0, 0, 0.493);
    color: white;
    border-radius: 15px;
}

.essen_überschrift
{
    text-align:center;
    font-weight: bolder;
    font-size:x-large;
    margin-bottom:10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.493);
    border-radius: 15px;
}

.essen_text
{
    font-size:large;
    text-align: justify;
    padding-left:25px;
    padding-right:25px;
    background-color: rgba(0, 0, 0, 0.493);
    padding-top:15px;
    padding-bottom:15px;
    border-radius: 15px;
}