*{
    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
{
    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%;
    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
{
    position:absolute;
    top:130%;
    left:1%;
    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%;
    text-align:center;
    display:flex;
}

.m li
{
    float:left;
    width:18vw;
    font-size:calc(40% + 0.6vw);
    list-style-type:none;
    line-height:175%;
    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%;
    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%;
    padding:5%;
    border-radius:5px;
    display:none;
}
ul li:hover ul li
{
    display: block;
    cursor: pointer;
}
.sub li:hover
{
    background-color:#ff4c4c;
    width:90%;
}

.catering_header
{
    position: relative;
    color:white;
    top:175px;
    text-align:center;
    background-color:rgba(48, 139, 83, 0.774);
    border-color:rgba(15, 43, 26, 0.753);
    border-left-style: groove;
    border-right-style: groove;
    border-bottom-style: dotted;
    border-top-style: groove;
    font-size:xx-large;
    font-weight:bolder;
    padding-top:10px;
    padding-bottom:10px;
    
    margin-left:15px;
    margin-right:15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.catering_text
{
    position:relative;
    color:white;
    top:175px;
    text-align:center;
    background-color:rgba(29, 83, 50, 0.616);
    border-color:rgba(15, 43, 26, 0.753);
    border-left-style: groove;
    border-right-style: groove;
    border-bottom-style: dotted;
    border-top-style: hidden;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:4vw;
    padding-right:4vw;
    font-size:large;
    font-weight:500;
    text-align:justify;

    margin-left:15px;
    margin-right:15px;
}

.catering_gallerie
{
    position:relative;
    color:white;
    top:175px;
    display:flex;
    background-color:rgba(22, 63, 38, 0.616);
    border-color:rgba(15, 43, 26, 0.753);
    border-left-style: groove;
    border-right-style: groove;
    border-bottom-style: groove;
    border-top-style: hidden;
    flex-flow:row wrap;

    margin-left:15px;
    margin-right:15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.catering_gallerie_wrap
{
    text-align:center;
    border-style: dotted;
    border-color:rgba(15, 43, 26, 0.753);
    margin-bottom:15px;
    margin-top:15px;
    margin-left:15px;
    margin-right:15px;
    padding:5px;
}
.catering_gallerie_bild
{
    height:350px;
    width:280px;
    object-fit:cover;
    padding:3px;
    background-color: rgba(11, 32, 20, 0.753);
    
}

.catering_gallerie_überschrift
{
    font-weight: 600;
    margin:10px;
    padding-left:7px;
    padding-right:7px;
    padding-top:3px;
    padding-bottom:3px;
    border-radius: 5px;
    background-color: rgba(11, 32, 20, 0.753);
}