*{
    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;
}

.popup
{
    z-index: 99999;
    background-color: #ffff;
    width: 25%;/*450px;*/
    min-width:340px;
    padding: 30px 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius:8px;
    display:none;
    border-color: #97820c;
    border-style: outset;
}

.popup button
{
    display: block;
    margin: 0 0 15px auto;
    background-color: transparent;
    font-size:30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}

.popup p
{
    font-size:14px;
    text-align: center;
    margin-top:25px;
    margin-bottom:50px;
}

.popup h1
{
    text-align:center;
    font-size:xx-large;
    font-weight: bolder;
}

.popup a
{
    font-weight: bold;
    width: 150px;
    position: relative;
    margin: auto;
    text-align:center;
    color:white;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
    outline-style: double;
    outline-color: #000;
}

#seite-betreten
{
    background-color: #0c9741;
    float:left;
}

#seite-verlassen
{
    background-color: #85380c;
    float:right;
}

.popup popup-flex 
{
    display:flex;
    flex-direction:column;
}

#popup-bg
{
    z-index: 99998;
    position:absolute;
    left:-1000px;
    top:-1000px;
    width:10000px;
    height:10000px;
    background-color: rgba(0, 0, 0, 0.712);
    display:none;
}


body
{
    font-family:'Roboto', sans-serif;
    overflow:hidden;
}

.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%;
}

.content
{
    border:1px solid black;
    width:25%;
    border-radius: 3%;
    position: absolute;
    left:4%;
    top: 300%;
    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
{
    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-transform:capitalize;
    color:white;
    font-weight:100;
    line-height:150%;
    letter-spacing:normal;
    opacity:0.5;
}

.h_be
{
    margin-bottom:25px;
}


@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
    {
        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-transform:capitalize;
        font-weight:100;
        line-height:150%;
        letter-spacing:normal;
        opacity:0.5;
    }
}


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