* {
    margin: 0;
    padding: 0;
} 





html, body { 
font-family: arial, sans-serif;
background-color: antiquewhite}

body
{ background-color: white;
}
 /*@media only screen and (max-width: 40em) {

    body {
    background-color:   yellow;
} */ 



header {
    height: 200px;
    color: white;
    background-color: rgb(255,255,255);
    
    vertical-align: top;
    font-family: arial sans-serif;
    text-align: center;

    background-position: top right;
    background-size: 600px 200px;
    background-image: url(woodwork.png);
    background-repeat: no-repeat;
    background-position: center; 
    
 }

header p {
    font-size: 2.8em;
    padding: 10px 10px 40px 120px;
    
}

nav {background-color: rgb(253,198,139);
}

nav ul{
    padding: 0;
    text-align: center;
    }

nav li {
    font: arial;
    font-size: 14px;
    
    list-style-type: none;
    display: inline-block;
    height: 1.5em;
    line-height: 1.5em;
    border-right: black 1px solid;
    padding: 0 2em;

    
}

nav a {
    color: black;
    text-decoration: none;
}
nav a:hover{
    text-decoration: underline
}


.video
{text-align: center;
    padding: 20px 20px;
    background-color: burlywood;
  
}

.projektbilder
{text-align: center;
    align-items: center;
    padding: 20px 20px;
    background-color: white;
  
}

h1 {font-size: 20px;
    font-family: sans-serif;
    padding: 20px;
    margin-left: 50px;   
}
h2 {font-size: 16px;
    font-family: sans-serif;
    padding: 20px;
    margin-left: 50px;
}
h3 {font-size: 16px;
    font-family: sans-serif;
    padding: 20px;
    margin-left: 65px;   
}
h4 {font-size: 16px;
    font-family: sans-serif;
    padding: 20px;
    margin-left: 75px;
}



p { 
font-family: sans-serif;
font: arial;
padding: 20px;
 margin-left: 80px;   
}

.liste {
font-family: sans-serif;
font: arial;
    padding-left:20px;
    margin-left: 150px;
    list-style-type: square;
    line-height: 1.5em;
    color: black;
    text-decoration: none;
    a:hover
    text-decoration: underline
        
}
    

.keinrahmen {
    border-right: 0;
    
}


footer{
    background-color: rgb(253,198,139);
    font-family: sans-serif;
    font-size: 20 px;
    text-align: center;
}


.schatten{
    background-color: rgb(144,86,69);
    background-image: url(images/schatten.png);
    height: 6px
}

article {
    margin: 20px 40px; 
    padding: 20px;
}