html {
    box-sizing: border-box;
    display: block;
    
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.clear::after {
    clear: both;
}
.clear::before,
.clear::after {
    display: block;
    content: "";
}
.pgs-list.display {
    display: block;
}
h1, h2, h3, h4, p, a, div, ul, li {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;

}
img {
  vertical-align: top;
  width: 100%;
}
ul {
    list-style: none;
}
body{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
main a{
    display: inline;
}
.display-button{
    cursor: pointer;
    width: 50px;
    margin-right: 30px;
    padding: 7px 0px 3px 10px;
    border: 1px solid #88888834;
    border-radius: 5px;
    float: right;
  }
  .display-button span{
    background-color:#888;
    display: block;
    height: 3px;
    margin-bottom: 5px;
    width: 27px;
    border-radius: 1px;
  }
  .topbar{
    background-color:#f8f8f8 ;
    border:1px solid #e7e7e7 ;
    width: 95%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .logo a{
    color: #777;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 20px;
    width: 50px;
    float: left;
    cursor: pointer;
  }
  .nav-list{
    margin-left: 20px;
    padding-bottom: 10px;
    display: none;
  }
  .nav-list.show{
    display: block;
  }
  .nav-list li{
    color: #777;
    font-size: 14px;
    padding-top: 15px;
    cursor: pointer;
  }
  .nav-list a{
    display: block;
    color: #777;
    
}
.nav-list li:hover{
    color: #000;
}
.nav-list a:hover{
    color: #000;
}
.container{
    text-align: center;
    width: 90%;
    margin: 30px auto;
    max-width: 815px;
}
.container img{
    margin-top: 30px;
}
.container p{
    text-align: left;
    color: #333;
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 5px;
    line-height: 22px;
}
.container i{
    text-align: left;
}
.container h3{
    color: #333;
    text-align: left;
    font-size: 20px;
    padding-top: 10px;
}
.container h2{
    font-size: 32px;
    color: #333;
    margin-top: 80px;
}
.space{
    height: 1px;
    background: url(/images/ortie.jpg);
    margin-top: 40px;
}
.photo1{
    background: url(/images/1.jpg);
    background-size: cover;
    background-position: center;
    width: 450px;
    height: 350px;
    margin: 0 auto;
}
.photo2{
    background: url(/images/2.jpg);
    background-size: cover;
    background-position: center;
    width: 450px;
    height: 350px;
    margin: 0 auto;
}
.photo3{
    background: url(/images/3.jpg);
    background-size: cover;
    background-position: center;
    width: 450px;
    height: 350px;
    margin: 0 auto;
}
.photo4{
    background: url(/images/4.jpg);
    background-size: cover;
    background-position: center;
    width: 450px;
    height: 350px;
    margin: 0 auto;
}
.orte h2{
    color: #333;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 5px;
}
.content{
    width: 90%;
    color: #333;
    margin: 0 auto;
    max-width:  815px;
}
.content h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    padding-top: 50px;
}
.content h2{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding-top: 15px;
}
.content p{
    padding-top: 15px;
    font-size: 14px;
    line-height: 22px
}
footer{
    background: url(/images/ortie.jpg);
    background-size: cover;
    padding-top: 1px;
    margin-top: 50px;
}
footer p{
    color: #fff;
    margin-top: 15px;
    margin-left: 30px;
}
footer img{
    margin-top: -10px;
}
.second{
    width: 95%;
    margin: 0 auto;
    max-width: 785px;
    margin-top: 50px; 
    color: #333;
}

.second h1{
    font-size: 28px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    padding-top: 30px;
}
.second p{
    line-height: 22px;
    font-size: 14px;
    padding-top: 15px;
}
.second h2{
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 30px;
    padding-top: 15px;
}











@media (min-width:800px){
    .display-button{
        display: none;
    }
    .nav-list{
        display: block;
        width: 620px;
        float: left;
    }
    .nav-list li{
        float: left;
        padding-left: 15px;
        padding-top: 12px;
    }
.wrapper{
    width: 800px;
    margin: 0 auto;
}
.free{
    display: none;
}
.cent{
    width: 770px;
    margin:0 auto;

}

.photo1{
    width: 190px;
    float: left;
}
.photo2{
    width: 190px;
    float: left;
}
.photo3{
    width: 190px;
    float: left;
}
.photo4{
    width: 190px;
    float: left;
}


}