/* ============ Rooney Sans font ============ */
@font-face {
  font-family: 'Rooney Sans';
  src: url('fonts/RooneySansRegular.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Rooney Sans';
  src: url('fonts/RooneySansBold.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Rooney Sans';
  src: url('fonts/RooneySansItalic.OTF') format('opentype');
  font-weight: 400;
  font-style: italic;
}

:root{
  --bm-text:#111;            
  --bm-muted:#6b6b6b;
  --bm-green:#006633;        
}

html { font-size: 16px; }    

p{ margin-bottom: 1rem; font-size: 1.3rem; }            
.small, small{ font-size: .875rem; line-height: 1.5;} 
.lead{ font-size: 1.25rem; line-height: 1.6; }       

h1, h2, h3, h4, h5, h6{
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .2px;
  margin: 0 0 .75rem 0;
  color: var(--bm-text);
}

h1{ font-size: clamp(2rem, 1.2rem + 3vw, 3.25rem); }

h2{ font-size: clamp(1.75rem, 1.1rem + 2.2vw, 2.5rem); }

h3{ font-size: clamp(1.5rem, 1rem + 1.6vw, 2rem); }

h4{ font-size: clamp(1.25rem, .9rem + 1vw, 1.75rem); }

h5{ font-size: 1.6rem; }   

h6{ font-size: 1.5rem; } 

.divheadgreen,
h1.divheadgreen, h2.divheadgreen, h3.divheadgreen,
h4.divheadgreen, h5.divheadgreen, h6.divheadgreen{
  color: var(--bm-green);
}

.eyebrow{
  font-size: .8125rem;         
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--bm-muted);
  margin-bottom: .35rem;
  display: block;
}

ul, ol{ padding-left: 1.25rem; margin-bottom: 1rem; }
li{ margin: .25rem 0; }
blockquote{
  margin: 0 0 1rem;
  padding: .75rem 1rem;
  border-left: 4px solid var(--bm-green);
  background: #f7faf8;
  font-size: 1.05rem;
}

@media (min-width: 1200px){
  p{ font-size: 1rem; }
}

body {
	font-family: 'Rooney Sans', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	background-color: #fdf5ec;
	background-image:
	radial-gradient(
	ellipse farthest-side at bottom center,
	#fff 0%,
	#fff 60%,
	transparent 61% 
	);
	background-repeat: no-repeat;
	background-position: 120% bottom;
	background-size: 150% 600px;	
	line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header {
	position: relative;
	background-color: transparent;
	overflow: visible;
}

header::after {
	content: "";
	position: absolute;
	bottom: -500px;
	left: 70%;
	transform: translateX(-50%);
	overflow: visible;
	width: 150%;
	height: 600px;
	pointer-events: none;

	background: radial-gradient(
		ellipse farthest-side at top center, 
		#fff 0%, 
		#fff 60%, 
		transparent 61%
	);
	z-index: -1;
}
a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline; 
}
.opening1{
	font-size: 2.2rem;
	color:#a71930;
	font-weight: bold;
}

.tekst1{
	margin-left: 20%;
	margin-right: 20%;
}

.footer { 
	background-color: #a71930; 
	color: #fff; 
	padding: 1rem 0; 
	text-align: center; 
	margin-top: 2rem;
}

.image-container {
	position: relative;
	width: 100%;
	height: 100vh; 
	overflow: hidden; 
}
.image-containerPages {
	position: relative;
	width: 100%;
	height: 37vh;
	display: flex;
  align-items: center;   
  justify-content: center; 
	overflow: hidden; 
}

.image-container img {
	display: block;
	width: 100%;
 	height: 100%;
	object-fit: cover; 
	object-position: center top; 
	display: block;
}

.image-container .overlay {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	pointer-events: none;
	z-index: 1;
}

.image-container .heroTekst {
	position: absolute;
	bottom: 8rem;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	color: #fff;
	text-align: center;
	z-index: 2;
}

.image-container .heroTekst h1 {
	font-size: 6rem;  
	margin-bottom: 0.5rem;
	color: #fff;
	
}
.image-container .heroTekst p {
	font-size: 1.5rem;
	margin: 0;
	line-height: 1.4;
	word-spacing: 0.2rem;
}


#singleBloemHoog img {
	max-width: 300px; 
	width: 50%;      
	height: auto;
}

.tekstDiv {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  color: #000;
}

.tekstDiv.afbeelding.rechts {
  transform: translate(-20%, 25%);
  position: relative;
  z-index: 0; 
}
.tekstDiv.afbeelding.links {
  transform: translate(20%, 25%);
  position: relative;
  z-index: 0; 
}
.tekstDiv.afbeelding.center {
  position: relative;
}

.tekstDiv.tekst {
  position: relative;
  z-index: 1; 
}
.div-image {
  width: 100%;
  height: 100%;
  object-fit: cover;   
  border-radius: 12px; 
  display: block;
}
.divheadgreen {
  font-size: 1.6rem;   
  font-weight: 700;    
  color: #006633;      
  margin-bottom: .75rem;
}

.review{
	color: #a71930;
}

@media (max-width: 768px) {
  .image-container {
    height: 80vh; /* eventueel iets lager/hoger tunen */
  }

  .image-container img {
    object-position: 58% center; 
    /* 80% = meer naar rechts. 
       Speel met 70–90% om het perfecte punt te vinden */
  }

  .image-container .heroTekst {
    bottom: 3rem;        /* was 8rem → lager op het scherm */
    width: 95%;
    padding: 0 1rem;
  }

  .image-container .heroTekst h1 {
    font-size: 2.6rem;   /* kleiner dan 6rem */
    line-height: 1.1;
  }

  .image-container .heroTekst p {
    font-size: 1.1rem;   /* iets kleiner */
    line-height: 1.4;
  }
  .tekst1{
	  margin-left: 5%;
	  margin-right: 5%;
  }
  p {
	  font-size: 1rem;
  }
}
