*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #c9b08b;
        font-family: 'Lato', sans-serif;
}
img {
 
    display: block;
     width: 100%;
    height: auto;
}

p.address{
    margin-top: 16px;
    text-transform: uppercase;
       font-size: 18px;
         letter-spacing: 4px;
    
}


nav ul.menu{
    display: flex;
    flex-direction: row;
    list-style-type: none;
    padding: 10px 20px 0 0;
    justify-content: flex-end;
}
nav ul.menu a{

    color: #272521;
    text-transform: uppercase;
    padding: 10px;
}
header{
    display: flex;
    height: 98vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.71); 
box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.71); */
}
section {
    display: flex;
    align-items: center;
    justify-content: center;

}
section figure {
    width: 40vw;
    height: 40vw;
    border:12px solid #272521;
}
section figure img{
    width: 100%;
    height: auto;
    
}

header h1{
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 5px;
    text-align: center;
    padding-top: 0px;
}
 h1 span{
    display: block;
    /* color: rgb(170, 170, 170); */
     padding-top: 16px;
     line-height: 36px;
}
h2{
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 100px;
    text-transform: uppercase;
    color: #61584b;
    color: #272521;
}
h2 span{
    display: block;
     margin-top: 16px;
}

footer{
    color: #61584b;
    color: #272521;
    height: 98vh;
    /* background-color: darkgrey; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
footer a{
    font-display: block;
       color: #61584b;
       color: #272521;
       text-decoration: none;
       font-size: 18px;
         letter-spacing: 1px;
}
footer a:nth-of-type(1){
    margin: 16px 0 8px 0;
       
    
}
figure{
    width: 30vw;
   
}

@media (max-width: 720px ) {  
	figure{
    width: 60vw;  
    }  

    footer a{
   
    
         letter-spacing: 1px;
}
footer a:nth-of-type(1){
    margin: 16px 0 8px 0;
       
    
} 

section figure {
    width: 92vw;
    height: 92vw;
    border:10px solid #272521;
    display: block;
}
section figure img {
 
    display: block;
}


}


@media (max-width: 400px ) {  

    section figure{
        display: block;
    }
     section figure img{
        display: block;
    }


	figure{
    width: 70vw;  
    }  

    p.address, h2, p, footer a{
  
    font-size: 16px;
    letter-spacing: 2px;
     
}

#adrese-teilen{
    display: block;
    padding-bottom: 16px;
  
}


}