﻿/* CSS-reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, aul, ali, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { border: 0; font-size: 100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
a {color: inherit;}

@font-face {
    font-family: 'NeuePower';
    src: url('fonts/NeuePower.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

:root {
  --lightblue: #83d2e2;
  --lightgrey: #e9e9ea;
  --darkgrey: #6c6e5f;
}

/*************/
/* Global    */
/*************/
body { background: #fff; font-family: Arial, Helvetica, sans-serif; font-weight: 300; font-style: normal; font-size: 16px; color: #333 }
#container { height: 100vh;  margin: 0 auto; width: calc(100% - 20px); padding: 10px 0; }
.itemcontainer{max-width:1200px;margin:0 auto;}
h1 {font-size: 65px;  font-weight: 600;  line-height: 55px;font-family: 'NeuePower',Arial, Helvetica, sans-serif;margin-bottom:25px}
h2 { margin-bottom: 15px;font-size: 50px;  font-weight: 600; line-height:45px; font-family: 'NeuePower',Arial, Helvetica, sans-serif ;}
h3 {  font-size: 15px;  text-align: left;  margin-bottom: 10px;) }
    h3 em { color: #333; }
h4 { font-size: 16px; font-weight: 800; }
h2 strong, h3 strong { color: #01bdb1; }
.backcolor1 > span { background-color: #eaeaea; color: #333; padding: 15px; }
.backcolor2 > span { background-color: var(--lightblue); color: #fff; padding: 15px; }
.textcolor1 h2 { color: var(--lightblue); }
.backlightgrey {  background-color: var(--lightgrey);color:#333}
.backblue{  background-color: var(--lightblue);color:#fff}
.backgrey {  background-color: var(--darkgrey);color:#fff}
.backgreylogo {  background-color: var(--darkgrey);color:#fff; background-image: url("backgroundLogoblue.svg"); background-repeat: no-repeat;  background-position: left bottom;background-size: 50%;fill:var(--lightblue)}
.backwhitelogo {  background-color: #fff;color:#333; background-image: url("backgroundLogoblue.svg"); background-repeat: no-repeat; background-position: left bottom;  background-size: 35%;fill:var(--lightblue)}
.backwhite {  background-color: #fff;color:#333; }
.backwhite h2,.backwhite h3,.backwhitelogo  h2,.backwhitelogo h3{color: var(--lightblue);}
.photomargin.textblock>div>span img{padding:60px 40px;width:calc(100% - 80px)}


.heading-icon {  width: 30px !important;  height: auto;padding:0!important}
.imgblock {margin: -5px 0}
.imgblock img{width:100%}
.imgblock.photomargin img{padding:40px;width:calc(100% - 80px)}




.header {    display: grid;  grid-template-columns: 1fr 1fr;   position: relative;  margin: 0 auto;  padding: 2rem;align-items: start; }
.header .headertitle {   grid-column: 1;    grid-row: 1;  z-index: 2;  align-self: start; margin-top:60px}
.header .headerimage {grid-column: 1 / -1;       grid-row: 1;       display: flex;  justify-content: center;     align-items: center;          z-index: 1;  pointer-events: none;       }
.header .headerimage img {  width: 80%;  height: auto;  margin-left: 15%;}



/*************/
/*  Menubar  */
/*************/

.logo {  background: url("Logo_parkwachter.svg") no-repeat;  display: inline-block;  width: 150px;  height: 48px;  background-size: contain;   }

.navbar { display: flex; justify-content: space-between; align-items: center; background: white; padding: 5px 30px; width: 100%; width: calc(100% - 60px); z-index: 10; position: relative;font-size:14px}
.navbar .rounded{margin-top:-5px}

/* Complete menu */
@media only screen and (min-width: 950px) {
    .navbar .touch { display: none; line-height: 30px; }
    .navbar .menu, .navbar .menu ul { list-style: none; display: flex; gap: 20px; padding: 0; margin: 0; }
        .navbar .menu li { position: relative; }
            .navbar .menu li:hover .submenu { display: block; }
        .navbar .menu a { text-decoration: none; color: black; font-family: Arial, sans-serif;font-weight:600 }
        .navbar .menu .active a, .navbar .menu li:hover > a { color: var(--lightblue); }
        .navbar .menu .submenu { display: none; position: absolute; top: 100%; left: 0; background: var(--lightblue); padding: 10px; border-radius: 5px; white-space: nowrap; }
            .navbar .menu .submenu a { color: white; display: block; padding: 5px 10px; }
}
/**/
@media only screen and (max-width: 950px) {
    .navbar .touch { display: flex; line-height: 30px }
        .navbar .touch .hamburgermenu { width: 40px; display: block; position: relative }
            .navbar .touch .hamburgermenu > span { margin: 7px; display: block; height: 2px; background: #333; }
    .navbar .menu { position: absolute; top: 25px; padding: 0; display: none; width: 100%; top: 42px; display: none; width: calc(100% - 20px); left: 0px; }
        .navbar .menu li { padding: 0; left: 0px; display: block; border-top: 1px solid var(--lightblue); padding-left: 4%; width: 100%; background: #fff; }
        .navbar .menu > li.active a { color: var(--lightblue)}
        .navbar .menu li > a { text-decoration: none; line-height: 30px; color: #333 }
}

/* Vimeo */
.embed-container { position: relative; aspect-ratio: 16/9; height: 0; overflow: hidden; max-width: 100%; height: auto; }
    .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*************/
/* Banner    */
/*************/
.banner { position: relative; max-width: 1200px; width: 100%; height: 500px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .banner img { width: auto; height: 100%; min-width: 100%; object-fit: cover; }
    .banner .content { position: absolute; bottom: 10%; left: 5%; color: white; font-family: Montserrat, sans-serif; }
        .banner .content h1 { font-size: 2.5rem; font-weight: normal; margin: 0; line-height: 0.9; }
        .banner .content a { display: inline-block; margin-top: 15px; padding: 12px 24px; border: 2px solid white; border-radius: 30px; color: white; text-decoration: none; font-size: 1rem; }
            .banner .content a:hover { background: rgba(255, 255, 255, 0.2); }

@media (max-width: 700px) {
    .banner .content h1 { font-size: 1.5rem; }
    .banner .content a { font-size: 0.75rem; }
}

/*************/
/* TextBlock */
/*************/
.textblock>div { display: flex;  flex-wrap: wrap;  gap: 20px;    width: 100%;position:relative}
.textblock >div > span {  display: block; min-width: 330px;}
.textblock >div  > span.textitem{flex: 0 0 calc(40% - 10px);  }
.textblock  >div > span.maintext{  flex: 0 0 calc(60% - 10px);   }
.textblock.reverse >div {flex-direction: row-reverse;}

.textblock.textimagecombi span.photoitem,.textblock.textimagecombi   span.maintext,.textblock.textimagecombi  span.textitem {  flex: 0 0 calc(50% - 20px);   }
.textblock .maintext.texttopmargin  .scaletxt{padding-top:150px}
.textblock.textimagecombi  h2{font-size: 35px; line-height:35px}
.textblock .photoitem img {  display: block;  width: 100%;  height: auto;}
.textblock.photomargin .photoitem img {  width: calc(100% - 80px);}
.textblock .textitem .scaletxt ,.textblock .maintext .scaletxt{  display: block;  padding: 60px 60px 60px 40px;  box-sizing: border-box;line-height:22px}
.textblock .vertcenter{margin:auto}

.textblock.reverse .scaletxt{padding:60px 80px 60px 80px}

/* Rounded link button */
   .rounded { display: inline-block; margin-top: 15px; padding: 10px 16px; beorder: 2px solid var(--lightblue); border-radius: 30px; color: var(--lightblue); text-decoration: none;  }
        .rounded:hover { border: 2px solid #333;} 
 .rounded.blue{background: var(--lightblue);color:#fff}
 .rounded.white{background: #fff;color:#333}


ul.linelogo { list-style: none; padding-left: 10px; }
ul.linelogo li {position: relative;    padding-left: 30px; }
ul.linelogo li::before {content: "";position: absolute;left: 0;top: 50%;width: 20px; height: 20px;transform: translateY(-50%);   background: url('logoline.svg') no-repeat center; background-size: contain;}


@media (max-width: 850px) {
.textblock .maintext.texttopmargin .scaletxt{padding-top:0}
.textblock > div > span.maintext{flex:auto}
.textblock.photomargin .photoitem img{padding:30px 20px;width:calc(100% - 40px)}
.textblock.textimagecombi  .textitem .scaletxt, .textblock .maintext .scaletxt{padding:60px 20px 60px 20px}
}
/* (Optioneel) Responsive stapelen */
@media (max-width: 700px) {
.textblock.textimagecombi  span.photoitem, .textblock.textimagecombi   span.maintext, .textblock.textimagecombi  span.textitem{flex:1}
 .imgblock.photomargin img{padding:0;width:100%}

  .textblock.textimagecombi.photomargin .photoitem img { margin: 0;padding:0; width: 100%;  }
.textblock .textitem .scaletxt, .textblock .maintext .scaletxt{padding:20px 40px 60px 40px}
.textblock .maintext.texttopmargin .scaletxt{padding-top:0}
.textblock  span.maintext{flex:0}
.textblock.textimagecombi .textitem .scaletxt, .textblock .maintext .scaletxt{padding:20px 20px 60px 20px}
}



/* Switch to 2 columns for medium screens */
@media (max-width: 1024px) {
    .textblock.col4 >div> span { flex: 1 1 calc(50% - 40px);}
}

@media only screen and (min-width: 700px) {
    .textblock.col1.headerleft { max-width: 90%; display: flex; flex-wrap: initial }
        .textblock.col1.headerleft h2 { width: 50%; text-align: left; font-size: 40px; line-height: 0.9; }
        .textblock.col1.headerleft p { width: 50%; text-align: right; }

}

/*  Slider */
.slider {  overflow: hidden;  aspect-ratio: 16 / 9;  background: #000;   position: relative;}
.slides {  position: relative;  width: 100%;  height: 100%;}
.slides img {  position: absolute;  inset: 0;  width: 100%;  height: 100%;  object-fit: cover; opacity: 0;  animation-name: fade;  animation-timing-function: ease-in-out;  animation-iteration-count: infinite;}
@keyframes fade {  0%   { opacity: 0; }  8%   { opacity: 1; }  50%  { opacity: 1; }  58%  { opacity: 0; }  100% { opacity: 0; }}
 .slider:hover .slides img { animation-play-state: paused; } */
@media (prefers-reduced-motion: reduce) {  .slides img { animation: none !important; opacity: 1; }  .slides img:not(:first-child) { display: none; }}

/* accordion */
.faqIDfaq { list-style: none; padding: 0; width: 100% ;max-width: 800px;  margin: auto;}
    .faqIDfaq h3 { margin-bottom: 0;  text-align: left; font-size: 18px; }
    .faqIDfaq li.q { cursor: pointer;  padding: 10px; margin: 5px 0; font-weight: bold; display: flex; justify-content: space-between; align-items: center; position: relative; }
        .faqIDfaq li.q::after { content: "▼"; font-size: 16px; transition: transform 0.3s ease-in-out; }
        .faqIDfaq li.q:hover h3 { coldor: #fff }
    .faqIDfaq li.a { display: none; padding: 10px; border-left: 4px solid var(--lightblue); margin-bottom: 5px;text-align:left }
        .faqIDfaq li.a a { border: none; padding: 0; font-weight: normal; text-decoration: underline }

/* Footer */



.footer { background: #fff; color: #333; padding: 15px; margin-bottom: 0; width: calc(100% - 30px); }
.footer > div {  width: 70%;  margin: 30px auto;  display: block;text-align:center }
.footer .logo_roozenvanhoppe {  background: url("Logo_roozenVanHoppe.svg") no-repeat;   width: 110px;  height: 38px;  background-size: contain;  margin: 0 auto;
  display: block;  }
.footerbar {padding-bottom:50px;display: block;  margin: 0 auto;width:70%}
.footerbar>span {position:relative;width: 100%;  display: block;}
.footerbar a{text-decoration:none;color:#333;right:0;position:absolute}