@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@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=Bebas+Neue&display=swap');

html, body {
    overflow: hidden;
}
body {
  opacity: 1; /* geen fade op de hele body meer */
  /*opacity: 0;
  transition: opacity 1.5s ease-in;*/
}

.logo {
  opacity: 0;
  transition: opacity 1.5s ease-in;
}

body.zichtbaar .logo {
  opacity: 1;
}
body.zichtbaar .knoppen {
  opacity: 1;
}
body.no-scroll {
  overflow: hidden;
}
.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    text-align: center;
    width: 100%;
    height: 100%;
}

.knoppen {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -320px);*/
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    color: rgba(255, 0, 0, 1);
    margin-top: 40px;
    letter-spacing: 2px;
    line-height: 1;
    opacity: 0;
    transition: opacity 1.5s ease-in;
}
.knop:hover {
    color: rgba(0, 0, 0, 1);
}

.lijnknoppen {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    /* maakt de span blokvormig */
    width: 50px;          /* lengte van het lijntje */
    height: 1px;           /* dikte van het lijntje */
    background-color: #000;
    margin: 6px 0 9px 0;
}

.kader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    padding-bottom: 30px;
}

.logo {
    width: 60%;
    cursor: pointer;
}

/*img {
    width: clamp(25rem, 55vw, 55rem);
    cursor: pointer;
}*/

.link  {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
}
.link:hover  {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
	color: rgba(112, 30, 30, 0.8);
}

a:visited { color: rgba(112, 30, 30, 0.8); }

a:hover {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
}

a:focus,
a:active {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: rgba(0, 0, 0, 0.8);
}

#infopaneel {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   /*display: block;*/
   background: rgba(255, 255, 255, 0.95);
   z-index: 100;
   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;
   font-family: 'Lato', Arial, sans-serif;
   font-weight: 300;
   color: #fff;
   cursor: pointer;
   text-align: center;
}
.tekst {
    /*display: block;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    /*position: relative;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);*/
    line-height: 1.3;
    width: 75%;
    /*font-size: clamp(0.75rem, 1.25vw, 1.25rem);*/
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
}
.titelinfo {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 300;
    /*font-size: clamp(1.8rem, 2.5vw, 2.5rem);*/
    font-size: 45px;
    font-weight: 400;
    color: rgba(255, 0, 0, 1);
}
.tussentitel {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(112, 30, 30, 0.9);
}
.pijltjelink { color: rgba(151, 192, 14, 1); }

.ondertekenen {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    /*font-size: clamp(1.2rem, 1.7vw, 1.7rem);*/
    font-size: 35px;
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 70px;
}

.lijntje {
	margin: 0 auto;
    width: 100px;
	border-style: solid;
    border-width: 3px 0px 0px 0px;
	/*border-color: rgba(112, 189, 149, 1);*/
    border-color: rgba(0, 255, 255, 1);
}

@media(hover: none), (pointer: coarse) {
    /*img {
        width: clamp(20rem, 55vw, 55rem);
    }*/
    .logo {
        width: 350px;
        margin-top: 0px;
    }
    .tekst {
        font-size: 18px;
        width: 85%;
    }
    .titelinfo {
        font-size: 32px;
    }
    .ondertekenen  {
        font-size: 24px;
    }
    .knoppen {
        line-height: 1.5;
        letter-spacing: 1px;
        margin-top: 50px;
    }
    .lijnknoppen {
        margin: 6px 0 6px 0;
    }
    .kader {
        padding-bottom: 0px !important;
    }
}

@media(hover: none) and (orientation: landscape), (pointer: coarse) and (orientation: landscape) {
    /*img {
        width: clamp(25rem, 55vw, 55rem);
    }*/
    .logo {
        width: 85%;
        margin-top: 0px;
    }
    .tekst {
        font-size: 10px;
        width: 85%;
    }
    .knoppen {
        line-height: 1;
        margin-top: 10px;
    }
    .kader {
        padding-bottom: 0px !important;
    }
}