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

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

.maps
{
    position:absolute;
    top:25%;
    left:10px;
    display:flex;
    flex-wrap: wrap;
}

.bahnhofstraße
{
    margin-right:5vw;
    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)
{   
    .maps
    {
        top:20%;
    }

    .bahnhofstraße iframe
    {
        width:320px;
        height:280px;
    }

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