/* playfair-display-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/playfair-display-v37-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* playfair-display-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/playfair-display-v37-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* playfair-display-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/playfair-display-v37-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* playfair-display-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/playfair-display-v37-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* playfair-display-800italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/playfair-display-v37-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* playfair-display-900 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/playfair-display-v37-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  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;
    background-color: rgb(243, 241, 236);

}
main a{
    display: inline;
}
.logo img{
    width: 150px;
}
.logo {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 14px;
    width: 305px;
    margin: 0 auto;
    margin-left: 25%;
    float: left;
}
.display-button{
    cursor: pointer;
    width: 55px;
    height: 35px;
    padding-top: 7px;
    border-radius: 5px;
    margin-top: 30px;
    margin-right: 20px;
    float: right;
    margin-left: 20px;
    position: absolute;
    right: 0;

  }
  .display-button span{
    background-color:#333;
    display: block;
    height: 3px;
    margin-bottom: 5px;
    width: 30px;
    border-radius: 5px;
    
  }
  .nav-list{
    display: none;
  }
  .nav-list li{
    font-weight: 500;
    font-size: 14px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    padding-top: 15px;
    cursor: pointer;
}
.nav-list a{
    display: block;
    color: #000;
}
.nav-list.show{
    display: block;
}
.container{
    background: url(/images/342ac1_8f345f5e107d4c5e892d7cadd6226e18~mv2.jpg);
    text-align: center;
    color: #fff;
    padding-top: 20vh;
    padding-bottom: 20vh;
    margin-top: 50px;
    width: 90%;
    margin: 30px auto;
}
.container h2{
    font-size: 36px;
}
.classic{
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.classic p{
    font-weight: 500;
    font-size: 32px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 25px;
}
.unu{
    background-color:#fff ;
    font-family: 'Playfair Display';
    width: 383px;
    margin: 20px auto;
    padding-bottom: 1px;
}
.unu img{
    width: 383px;
    height: 510px;
    object-fit: cover;
    object-position: 50% 50%;

}
.unu p{
    width: 200px;
   margin: 30px auto;
   text-align: center;
   font-size: 20px;
   font-weight: 800;
   border: 1px solid #000;
   padding: 10px;
   cursor: pointer;
}
.unu p:hover{
    background-color: #000;
    color: #fff;
}
.photo{
    height: 100px;
    background: url(/images/8f1c88f021814992bb594fad760d432c.jpg);
    background-size: cover;
}
.andreas{
    margin-top: 80px;
}
.andreas p{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    margin-top: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.andreas h2{
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
}
.contact{
    background-color: #fff;
    margin-top: 80px;
    padding-bottom: 30px;
}
.contact h2{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding-top: 50px;
    font-weight: 500;
    padding-left: 20px;

}
.contact p{
    padding-top: 20px;
    font-size: 13px;
    padding-left: 20px;

}
.contact span{
    cursor: pointer;
}
footer{
    background-color: #fff;
    margin-top: 80px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
footer p{
    font-size: 13px;
    margin-top: 30px;
    line-height: 30px
}
footer i{
    cursor: pointer;
}
.second{
    background-color: #777;
    color: #fff;
    text-align: center;
    padding-bottom: 80px;
    margin-top: 80px;
}
.second h1{
    font-size: 60px;
    padding-top: 20px;
}
.doi p{
    background-color: #000;
    width:380px ;
    margin: 20px auto;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}
.doi p:hover{
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}
.content{
    width: 90%;
    margin: 0 auto;   
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    max-width: 800px;
}
.content h1{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding-top: 50px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
}
.content h2{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding-top: 50px;
    font-weight: 500;
    padding-top: 20px;
}
.content h3{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding-top: 50px;
    font-weight: 500;
    padding-top: 20px;
}









@media (min-width:900px){
.nav-list{
    display: block;
    float: right;
    width: 60%;
    max-width: 920px;
    margin-top: 20px;
}
.display-button{
    display: none;
}
.nav-list li{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 5px;
}
.topbar{
    width: 30%;
    float: left;
}
.active li{
    background-color: #333;
    color: #fff;
}
.active a{
    color: #fff;

}
.nav-list li:hover{
    background-color: #333;
    color: #fff;
}
.wrapper{
    width: 90%;
    margin: 0 auto;
}
.container{
    padding-top: 40vh;
    padding-bottom: 40vh;
    background-size: cover;
    background-attachment: fixed;
}
.container h2{
    font-size: 60px;
}
.classic{
    max-width: 900px;
}
.unu{
    width: 30%;
    float: left;
    margin-left: 3%;
}
.unu img{
    width: 100%;
}
.photo{
    height: 150px;
}
.contact{
    padding-bottom: 0;
}
.contact img{
    width: 50%;
    float: right;
    max-height: 420px;
}
.contact h2,.contact p{
    float: left;
    width: 40%;
}
.contact h2{
    padding-top: 160px;
}
.center{
    width: 850px;
    margin: 0 auto;
}
.doi{
    float: left;
    
}
.doi p{
    margin-left: 30px;
}






}
