html {
    background-color: #313135;
}

body {
    margin: 0 auto;
    padding: 5em 2em 4em;
    max-width: 800px;
    max-height: 90%;
    font-family: "Garamond", serif;
    font-size: 16px;
    color: black;
    background-color: #313135;

}

h1, h2, h3, h4, h5, h6 {
    font-family: "Garamond", serif;
    color: black;
    text-align: center;
    font-weight: 300;
    line-height: 1.3em;
}

h1 {
    font-size: 3em;
    margin-top: -0.8em;   
}    

a {
    text-decoration: none;
    font-family:"Garamond", serif;
    color:black;
}

a:hover {
	color: white;
	text-decoration: none;
}

#navi1{
    height:50px;
    width: 800px;
    position:fixed;
    bottom:0px;
    margin:auto;
    padding:auto;    
    text-align: center;
    font-size: 1.2em;
    letter-spacing:0.07em;
    background-color: #313135;
    padding-top: 30px;
    padding-top: 50px;
}

#navi2{
    height:50px;
    width: 800px;
    position:fixed;
    top:0px;
    margin:auto;
    padding:auto;    
    text-align: center;
    font-size: 1.2em;
    letter-spacing:0.07em;
    background-color: #313135;
    padding-top: 30px;
    padding-top: 50px;
}

#button{
    display: inline;
    margin:auto 60px auto 60px;
    height: auto;
    width: 170px;
}

div div{
    display: inline;
    margin:auto 60px auto 60px;
    height: auto;
    width: 170px;
}

b, strong {
    font-weight: 600;
}

samp {
    /* Tutorial-Anweisungen verstecken, sodass diese nicht im Browser angezeigt werden 
    
        max-width: 95%;
    
    */
    display: none;
}

img {
    background: transparent;
    border-radius: 4px;
    display: block;
    margin: 1.4em auto 1.4em auto;
}

video {
    background: transparent;
    border-radius: 4px;
    display: inline;
    margin: 1.4em auto auto 6em;
}

#VideoSheet{
    background: transparent;
    border-radius: 4px;
    background-color: white;
    margin: 1.4em auto 1.4em auto;
    display:block;
    width:652px;
    height: 1007px; 
    
    
}


#Titel{
    margin: auto 0 0 6em;
    padding: 12em 0 0 0;
    font-style: bold;
    font-weight: 200;
    font-size: 1.2em;
    
    
}

