@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Playfair+Display');*/

body {
    display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 100vh;
    overflow: hidden;
    /*background-color: rgba(0, 0, 0, 0.05);*/
    background: #f6f5ee;
    opacity: 0;
    transition: opacity 1.5s ease-in;
}

.uitleg {
    padding-top: 40px;
    padding-left: 6px;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 0.7em;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    letter-spacing: 3px;
}

#overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100.5%;
    z-index: 7;
    overflow: hidden;
}
#infopaneel {
   position: absolute;
   top: 0px;
   left: 0px;
   display: block;
   background: rgba(44, 40, 19, 0.95);
   z-index: 100;
   min-height: 100%;
   min-width: 100.5%;
   /*padding: 25vh 0 1.5rem;*/
   visibility: hidden;
   opacity: 0;
   transition: visibility 1s, opacity 1s ease-in-out;
   -moz-transition: visibility 1s, opacity 1s ease-in-out;
   -webkit-transition: visibility 1s, opacity 1s ease-in-out;
   /*transition: background 0s 1s, color 0.6s; */
   cursor: pointer;
   text-align: center;
   overflow: hidden;
}
.zwart {
    color: #413b23;
}
.fonthaiku {
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
}
.fontnaam {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 1.3em;
    color: rgba(233, 227, 207, 0.65);
    font-weight: 300;
    letter-spacing: 2px;
}
.lijntje1 {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100px;
  border-style: solid;
  border-width: 3px 0px 0px 0px;
  border-color: #ae9a64;
}
.lijntje2 {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100px;
  border-style: solid;
  border-width: 3px 0px 0px 0px;
  border-color: #ae9a64;
}
.lijntje3 {
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 50px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #2c2813;
}
.tekst {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 85%;
    margin-bottom: 30px;
    /*font-size: clamp(0.94rem, 1.25vw, 1.25rem);
    color: rgba(255, 255, 255, 0.7);*/
}

.container {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    text-align: center;
    width: 50%;
    z-index: 10;
}

.logo {
    position: absolute;
    display: flex;
    margin-bottom: 400px;
    width: 450px;
    height: auto;
    cursor: pointer;
}

.knoppen {
    margin-top: 300px;
    margin-bottom: 70px;
    font-size: 1em;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    letter-spacing: 3px;
    color: #ae9a64;
    font-weight: 700;
    line-height: 1.8;
}
.reeks1 {
    margin-left: 10px;
    margin-bottom: 20px;
}
.knop1 {
    display: inline-block;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 1.3em;
    letter-spacing: 7px;
    color: #999;
    font-weight: 300;
    cursor: pointer;
}
.knop1:hover {
    color: #ae9a64;
}

.knop2 {
    display: inline-block;
    cursor: pointer;
}
.knop2:hover {
    color: #413b23;
}
.dot {
    display: inline-block;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 1em;
    color: #413b23;
    font-weight: 400; 
}
.streepje {
    display: inline-block;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 2em;
    color: #ae9a64;
    font-weight: 200; 
}
.veer {
    display: inline-block;
    margin: 0px -20px -5px 10px;
}
.logoveer {
    width: 50px;
    height: auto;
}

@media(hover: none) {
    .knoppen {
        margin-bottom: 50px;
    }
    .knop {
        font-weight: 400;
    }
    .fonthaiku {
        font-size: 30px;
    }
    .fontnaam {
        font-size: 1.3em;
    }
    .tekst {
        margin-bottom: 50px;
    }
}

@media(hover: none) and (orientation: portrait) {
    .container {
        width: 90%;
    }
    .logo {
        margin-bottom: 400px;
        width: 350px;
    }
    .knoppen {
        margin-top: 300px;
        margin-bottom: 70px;
        font-size: 0.8em;
        line-height: 1.8;
    }
}

@media(hover: none) and (orientation: landscape) {
    .container {
        width: 90%;
    }
    .logo {
        margin-bottom: 400px;
        width: 300px;
    }
    .knoppen {
        margin-top: 200px;
        margin-bottom: 50px;
        font-size: 0.8em;
        line-height: 1.8;
    }
}