article,
aside,
nav,
details,
footer,
header,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    background-color: #fff!important;
}

* {
    margin: 0;
    padding: 0;
}

::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls-enclosure {
    display: none !important;
}

body {
    font-family: 'Fondamento', cursive;
    font-family: 'Junge', serif!important;   
}

.fettschrift {
    font-weight: bold;
}

#logo_container {
    font-family: 'Pinyon Script', cursive; 
    color: #111;
    text-align: center;
    font-size: 2em;
    margin-top: 30px;
}

.logo_schrift {
    font-size: 1.6em;
    line-height: 1em;
}

header {
    position: fixed;
    float: left;
    width: 350px;
    height: 100%;
    min-height: 800px!important;
    background: #fff;
    opacity: 1;
    box-shadow: 2px 1px 6px 0px rgba(0, 0, 0, 0.75);
    z-index: 999!important;
    font-size: .9em;
}

header img {
    position: absolute;
    margin-top: 40px;
    margin-left: 40px;
    width: 250px;
    height: auto;
}

#navigationStr {
    display: none;
}

nav {
    width: 220px;
    position: relative;
    margin: 0 auto;
    top: 120px;
    float: right;
    margin-right: 40px;
    height: auto;
    padding-top: 10px;
}

nav li {
    display: inline-block;
    width: 140px;
    height: auto;
    float: right;
    list-style-type: none;
    line-height: 1.4em;
    padding: 0px 0px 0px 45px;
    font-size: 1.3em;
    text-align: right;
}

nav li a {
    text-decoration: none;
    color: #111!important;
    cursor: pointer!important;
    z-index: 999!important;
}

nav li a:hover {
    color: #555;
    text-shadow: .1px 0.1px #aaa;
}

nav .active {
    color: #111;
}

nav .active + li.underline {
    background: #111;
    margin-top: -1px;
    height: 1px;
    padding-bottom: 1px;
}

nav li:hover + li.underline {
    background: #C2C2C2;
    margin-top: -1px;
    height: 1px;
    padding-bottom: 1px;
}

li.underline {
    display: block;
    float: right;
    /*margin-bottom: 0px;*/
    margin-right: 0px;
    width: 15px!important;
    margin-left: 100px;
    padding-left: 0px!important;
    padding-right: 0px;
    padding-top: 0px;
    height: 2px!important;
}

#adresse, #adresse_impressionen {
    position: absolute;
    bottom: 40px;
    width: 300px;
    height: auto;
    text-align: right!important;
    right: 40px;
    font-size: 1.2em;
    line-height: 1.4em;
    color: #111;
}

#adresse a, #adresse_impressionen a {
    text-decoration: none;
    color: #111;
}

#section, #section_speisekarte, #section_kontakt, #section_impressionen {
    position: fixed;
    width: 100%;
    height: 100%;
    margin-left: 350px;
    background-image: url("../bilder/home.jpg");
    background-repeat: no-repeat;
    background-position: no-repeat center center;
    background-size: 100% auto;    
    background-attachment: fixed!important;
}

#section_speisekarte {
background-image: url("../bilder/karten.jpg");
    background-repeat: no-repeat;
    background-position: no-repeat center center;
    background-size: 100% auto;    
    background-attachment: fixed;    
}

#section_kontakt {
background-image: url("../bilder/kontakt.jpg");
    background-repeat: no-repeat;
    background-position: no-repeat center center;
    background-size: 100% auto;    
    background-attachment: fixed;      
}

#section_impressionen {
background-image: url("../bilder/impressionen.jpg");
    background-repeat: no-repeat;
    background-position: no-repeat center center;
    background-size: 100% auto;    
    background-attachment: fixed;   
}

#themen_home {
    position: relative;
    float: left;
    margin-left: 0px;
    width: 30%;
    height: 100%!important;
    background: #111;
    color: white;
    opacity: .8;
    box-shadow: 2px 1px 6px 0px rgba(0, 0, 0, 0.75);
    z-index: 99!important;    
	transition: all 1s ease-in-out;
    animation: move 1s ease-in-out;
}

@keyframes move {
    0%   {left:0px; top:0px; color:#111;}
  
    50%  {left:-40%; top:0px; color:#111;}
     
    100% {left:0px; top:0px; color: inherit;}
}

#themen_home a {
    position: absolute;
    top: 40px;
    right: 10px;
    text-decoration: none!important;
}

.normal-link {
    position: initial!important;
    top: unset;
    right: unset;
    margin-top:0;
    margin-left:0;
    padding:0;
    color: inherit;
    text-decoration:underline;
}

#themen_home h1 {
    position: absolute;
    float: left;
    margin-left: 50px;
    width: 60%;
    opacity: 1;
    transition: all 2s ease-in-out;
}

.fa {
    color: #fff!important;
}

.fa-angle-right {
    display: none!important;
}

#themen_home:target {
    width: 35px;
}

#themen_home:target .fa-angle-left {
    display: none;
}

#themen_home:target .fa-angle-right {
    display: inherit!important;
}

#themen_home:target h1 {
    opacity: 0;
}

#inhalt {
    position: absolute;
    margin-top: 158px;
    padding: 80px;
    font-size: 1.1em;
    width: 70%;
    height: auto;
    opacity: 1;
    transition: all 0.5s ease-in-out;     
}

#themen_home:target p {
    opacity: 0!important; 
    width: 400px!important;
    border: 1px solid red;
}

#themen_home ul {
    position: absolute;
    margin-top: 160px;
    padding: 80px;
    font-size: 1.4em;
    width: 70%;
    height: auto;
    opacity: 1;
    transition: all 0.5s ease-in-out;      
}

#themen_home:target ul {
    opacity: 0;
}

#themen_home ul li {
    display: inline-block;
    float: left;
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
}

#themen_home ul li a {
    position: relative;
    margin-left: 20px;
    color: #111;
    text-transform:uppercase;
}

iframe {
    position: absolute;
    margin-top: 250px;
    margin-left: 15%;
    width: 70%;  
    height: 30%;
    transition: all 0.5s ease-in-out;
}

#themen_home:target iframe {
    opacity: 0;
}

#slider1 img {
    position: relative;
    margin: 0 auto!important;
    width: 90%!important;
    margin-top: 50%!important;
    height: auto;
}

#oeffnungszeiten {
    position: relative;
    width: 70%;
    margin-left: 15%;
    top: 75%;
}

#oeffnungszeiten h3 {
    margin-bottom: 5px;
}

#betriebsferien a {
    position: relative;
    top: 10px;
    left: 0%;
    color: #fff!important;
    padding: 2px 10px 2px 10px;
    border: 1px solid #fff;
}

/* === MOBILE PORTRAIT === */


@media only screen and (max-width : 980px) {
    #section {
        position: fixed;
        float: left;
        background: none;
        margin-left: 0px!important;
        margin-top: 340px;
        color: #333!important;
        z-index: 999!important;
    }   
    
#section, #section_speisekarte, #section_kontakt, #section_impressionen {
    position: fixed;
        float: left;
        background: none;
        margin-left: 0px!important;
        margin-top: 340px;
        color: #333!important;
        z-index: 999!important;
}

  #oeffnungszeiten {
    position: relative;
    width: 70%;
    margin-left: 10%;
    top: 75%;
}
  
    #logo_container {
    font-family: 'Pinyon Script', cursive; 
    color: #111;
    text-align: center;
    font-size: 2.5em;
    margin-top: 30px;
}
    nav {
    width: 220px;
    position: relative;
    margin: 0 auto;
    top: 40px;
    float: right;
    margin-right: 40px;
    height: auto;
    padding-top: 10px;
        font-size: 1.2em;
    }
    nav li {
    display: inline-block;
    width: 170px;
    height: 40px;
    float: right;
    list-style-type: none;
    line-height: 1.4em;
    padding: 0px 0px 0px 45px;
    font-size: 1.3em;
    text-align: right;
}
    
    .fa-angle-left, .fa-angle-right {
        display: none!important;
    }
    #themen_home {
    position: absolute;
    margin-top: 80px;
    margin-left: 0px;
    width: 100%;
    height: 1020px!important;
    background: #111;
    color: white;
    opacity: 1;
    box-shadow: none;
    z-index: 99!important;    
	transition: none!important;
    animation: none!important;        
    }
    
    #section_speisekarte #themen_home {
     position: absolute;
    margin-top: 80px;
    margin-left: 0px;
    width: 100%;
    height: 860px!important;
    background: #111;
    color: white;
    opacity: 1;
    box-shadow: none;
    z-index: 99!important;    
	transition: none!important;
    animation: none!important;        
    }

    #section, #section_speisekarte, #section_kontakt, #section_impressionen {
    position: absolute;
    width: 100%;
        margin-top: 390px;
    /*height: auto;*/
}
    
    #section_speisekarte {
    background-image: none;
    }

    #section_kontakt {
    background-image: none;
    }
    
    #section_impressionen {
    background-image: none;
    }
    
    #themen_home ul {
    position: relative;
    margin: 0 auto;
    font-size: 1.4em;
    width: 70%;
    left: -20px;
    height: auto;
    opacity: 1;
    transition: all 0.5s ease-in-out;      
}

#themen_home:target ul {
    opacity: 0;
}

#themen_home ul li {
position: relative;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    height: 180px;
    margin-bottom: 60px;
    text-align: center;
    background: #fff;
}

#themen_home ul li a {
    position: relative;
    margin: 0 auto;
    top: 75px;
    padding-top: 90px;
    padding-bottom: 90px;
    color: #111;
    text-transform:uppercase;
}
    
    #section_impressionen #themen_home {
    position: absolute;
    margin-top: 80px;
    margin-left: 0px;
    width: 100%;
    height: 420px!important;
    background: #111;
    color: white;
    opacity: 1;
    box-shadow: none;
    z-index: 99!important;    
	transition: none!important;
    animation: none!important;    
    }
    
    #inhalt {
    position: absolute;
    margin-top: 0px;
    padding: 40px;
        
    font-size: 1.3em;
    width: 80%;
    opacity: 1;
    transition: none;     
    }
    
    header {
    position: absolute;
    float: left;
    width: 100%;
    height: 1300px;
    background: #fff;
    opacity: 1;
    box-shadow: none;
    z-index: 999!important;
    font-size: .9em;
}
    .head_impressionen {
     position: absolute;
    float: left;
    width: 100%;
    height: auto!important;
    background: #fff;
    opacity: 1;
    box-shadow: none;
    z-index: 999!important;
    font-size: .9em;       
    }
    
    #adresse {
    position: absolute;
    top: 1550px;
    width: 320px;
    height: 200px!important;
    text-align: right!important;
    right: 40px;
    font-size: 1.3em;
    line-height: 1.4em;
    color: #111;
}
    #adresse_impressionen {
    position: absolute;
    top: 940px;
    width: 320px;
    height: 200px!important;
    text-align: right!important;
    right: 40px;
    font-size: 1.3em;
    line-height: 1.4em;
    color: #111;        
    }
    
    iframe {
    position: absolute;
    margin-top: 80px;
    margin-left: 10%;
    width: 80%;  
    height: 65%;
    transition: none;
}
    #slider1 {
        position: relative;
        margin-top: 40px!important;
        transition: all 0.5s ease-in-out;  
    }
    
    
        #slider1 img {
    position: relative;
    margin: 0 auto!important;
    width: 90%!important;
    margin-top: 0%!important;
            left: 5%;
    height: auto;
}
    
    #themen_home:target #slider1 {
        opacity: 0!important;
    }    
}


@media only screen and (max-width : 600px) {
    #section {
        position: fixed;
        float: left;
        background: none;
        margin-left: 0px!important;
        margin-top: 340px;
        color: #333!important;
        z-index: 999!important;
    }   
    
#section, #section_speisekarte, #section_kontakt, #section_impressionen {
    position: fixed;
        float: left;
        background: none;
        margin-left: 0px!important;
        margin-top: 340px;
        color: #333!important;
        z-index: 999!important;
}

    
    #logo_container {
    font-family: 'Pinyon Script', cursive; 
    color: #111;
    text-align: center;
    font-size: 2.5em;
    margin-top: 30px;
}
    nav {
    width: 220px;
    position: relative;
    margin: 0 auto;
    top: 40px;
    float: right;
    margin-right: 40px;
    height: auto;
    padding-top: 10px;
        font-size: 1.2em;
    }
    nav li {
    display: inline-block;
    width: 170px;
    height: 40px;
    float: right;
    list-style-type: none;
    line-height: 1.4em;
    padding: 0px 0px 0px 45px;
    font-size: 1.3em;
    text-align: right;
}
    
    .fa-angle-left, .fa-angle-right {
        display: none!important;
    }
    #themen_home {
    position: absolute;
    margin-top: 80px;
    margin-left: 0px;
    width: 100%;
    height: 1020px!important;
    background: #111;
    color: white;
    opacity: 1;
    box-shadow: none;
    z-index: 99!important;    
	transition: none!important;
    animation: none!important;        
    }
    
    #section_speisekarte #themen_home {
     position: absolute;
    margin-top: 80px;
    margin-left: 0px;
    width: 100%;
    height: 860px!important;
    background: #111;
    color: white;
    opacity: 1;
    box-shadow: none;
    z-index: 99!important;    
	transition: none!important;
    animation: none!important;        
    }

    #section, #section_speisekarte, #section_kontakt, #section_impressionen {
    position: absolute;
    width: 100%;
        margin-top: 390px;
    /*height: auto;*/
}
    
    #section_speisekarte {
    background-image: none;
    }

    #section_kontakt {
    background-image: none;
    }
    
    #section_impressionen {
    background-image: none;
    }
    
    #themen_home ul {
    position: relative;
    margin: 0 auto;
    font-size: 1.4em;
    width: 70%;
    left: -20px;
    height: auto;
    opacity: 1;
    transition: all 0.5s ease-in-out;      
}

#themen_home:target ul {
    opacity: 0;
}

#themen_home ul li {
position: relative;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    height: 180px;
    margin-bottom: 60px;
    text-align: center;
    background: #fff;
}

#themen_home ul li a {
    position: relative;
    margin: 0 auto;
    top: 75px;
    padding-top: 90px;
    padding-bottom: 90px;
    color: #111;
    text-transform:uppercase;
}
    
    #section_impressionen #themen_home {
    position: absolute;
    margin-top: 80px;
    margin-left: 0px;
    width: 100%;
    height: 420px!important;
    background: #111;
    color: white;
    opacity: 1;
    box-shadow: none;
    z-index: 99!important;    
	transition: none!important;
    animation: none!important;    
    }
    
    #inhalt {
    position: absolute;
    margin-top: 0px;
    padding: 40px;
        
    font-size: 1.3em;
    width: 80%;
    opacity: 1;
    transition: none;     
    }
    
    header {
    position: absolute;
    float: left;
    width: 100%;
    height: 1300px;
    background: #fff;
    opacity: 1;
    box-shadow: none;
    z-index: 999!important;
    font-size: .9em;
}
    .head_impressionen {
     position: absolute;
    float: left;
    width: 100%;
    height: auto!important;
    background: #fff;
    opacity: 1;
    box-shadow: none;
    z-index: 999!important;
    font-size: .9em;       
    }
    
    #adresse {
    position: absolute;
    top: 1550px;
    width: 320px;
    height: 200px!important;
    text-align: right!important;
    right: 40px;
    font-size: 1.3em;
    line-height: 1.4em;
    color: #111;
}
    #adresse_impressionen {
    position: absolute;
    top: 940px;
    width: 320px;
    height: 200px!important;
    text-align: right!important;
    right: 40px;
    font-size: 1.3em;
    line-height: 1.4em;
    color: #111;        
    }
    
    iframe {
    position: absolute;
    margin-top: 80px;
    margin-left: 10%;
    width: 80%;  
    height: 65%;
    transition: none;
}
    #slider1 {
        position: relative;
        margin-top: 40px!important;
        transition: all 0.5s ease-in-out;  
    }
    
    
        #slider1 img {
    position: relative;
    margin: 0 auto!important;
    width: 90%!important;
    margin-top: 0%!important;
            left: 5%;
    height: auto;
}
    
    #themen_home:target #slider1 {
        opacity: 0!important;
    }    

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { 

}

