﻿/* FIRST RESETTING STYLES FOR INDEX WEBPAGES */

html, body {margin:0px; border:0px;	padding:0px; font-family:Verdana, Geneva, Tahoma, sans-serif; font-size: x-small}

table; tr, th, td,  { display: table; border-collapse:collapse; border-spacing:0px; height:6px; border:0px; padding:0px; margin:0px; text-align:left ;vertical-align: top }


img {border:0px; padding:0px;	margin:0px;}

div, span, blockquote, iframe; h1, h2, h3, h4, h5, h6, ul; ol, li, p, a, { display:block; border: 0px; padding:0px;	margin:0px; vertical-align: top; font-size: x-small}

a:link {color: #FFFFFF; text-decoration: none}

article, blockquote, aside, figure, footer, header, section {display:block;} 

/* SETTING STYLES FOR INDEX WEB PAGE #F6B84F   */ 

/* universeel, voorkomt onverwachte boxgrootte door padding/border */

*, *::before, *::after {
  box-sizing: border-box;
}

/* GLOBAL WEBPAGE STYLES  Mijn oranje #FF9148  licht grijs #E4E4E4 */    

body {background-color: #E4E4E4;}

section {background-color:#FF9148;}

div {background-color: inherit;}
	
hr {background-color:inherit;}

div a {overflow:auto }
	
div p {overflow:auto }


/* de definities voor: de stijl van een vak, en de stijl van tekst, is apart */

/* kleurencodes:  groen: #26A69A #3D8148 #00796B #056772 #3D8148  blauw: #056772  #006CBD  #398145  grijs:  #4D5A75 */



/*  ANIMATIES  */

/* The animation effect */

@keyframes Starflash {
  from {color:white; font-size:medium;}
  to {color:yellow; font-size:21px;}
}

/* The animation class */

.Eventacties { 
	animation: Starflash 7s ease-in-out 3s 2 alternate;
	/* animation-fill-mode: none,  default CSS stijl behouden na afloop */	
}


/* LEGE RUIMTES TUSSEN TEKSTEN OF PICTOGAMMEN  <span class="spacer-X"></span> */

* {
  box-sizing: border-box;  /* in de width zijn margin padding inbegrepen - betere controle */

}

.betweenspacer-2  { display:inline-block; width:2%; } 
.betweenspacer-3  { display:inline-block; width:3%; }
.betweenspacer-4  { display:inline-block; width:4%; }
.betweenspacer-5  { display:inline-block; width:5%; }
.betweenspacer-6  { display:inline-block; width:6%; }
.betweenspacer-7  { display:inline-block; width:7%; }
.betweenspacer-8  { display:inline-block; width:8%; }
.betweenspacer-9  { display:inline-block; width:9%; }
.betweenspacer-10  { display:inline-block; width:10%; }
.betweenspacer-11  { display:inline-block; width:11%; }
.betweenspacer-12  { display:inline-block; width:12%; }
.betweenspacer-13  { display:inline-block; width:13%; }
.betweenspacer-14  { display:inline-block; width:14%; }
.betweenspacer-15  { display:inline-block; width:15%; }
.betweenspacer-16  { display:inline-block; width:16%; }
.betweenspacer-17  { display:inline-block; width:17%; }
.betweenspacer-18  { display:inline-block; width:18%; }
.betweenspacer-19  { display:inline-block; width:19%; }
.betweenspacer-20  { display:inline-block; width:20%; }


.around-icon-2 {
  margin: 0 2%;   /* links en rechts ruimte */
  vertical-align: middle;
}

.around-icon-3 {
  margin: 0 3%;   /* links en rechts ruimte */
  vertical-align: middle;
}

.around-icon-4 {
  margin: 0 4%;   /* links en rechts ruimte */
  vertical-align: middle;
}



/* HIERARCHIC HEADINGS @ INDEX */

h1 { 
	font-family:Pristina;
	font-size:48px;
	letter-spacing:5px;
	font-stretch:expanded;
	font-weight:bold;
	font-style:normal;
	color:#576F57;
	line-height:1.20;
	text-align: center;
	margin:0px;
	padding-top:12px; /* schuift naar beneden */
	padding-bottom:9px;
}


h2 {
	font-family: "Trebuchet MS";
	font-size: 21px;
	letter-spacing: 1px;
	font-weight: bold;
	font-style: normal;
	color: #006CBD;
	line-height:115%;
	}


h3 { 
	font-family: "Book Antiqua";
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: bold;
	font-style:normal;
	color:#362D39;
	line-height:112%;
	}


h4 {
	font-family: "Trebuchet MS";
	font-size: 19px;
	letter-spacing: 1px;
	font-stretch:semi-expanded;
	font-weight: normal;
	font-style: normal;
	color: #81F08A;
	line-height:115%;
	margin: 0;
	padding:9px;
}



/* TEXT CONTAINERS */

.attention {
  display: flex;
  justify-content: space-between;
  padding: 9px 18px;   /* vervangt margin-top/bottom/left/right */
  margin: 0;           /* geen marges meer */
}

.info-tekst {
  font-size: 12px;
  color: #362D39; /* of een kleur die contrasteert met de gradient */
}


.bedrijfsnaam {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 9px 0;           /* regelbare ruimte boven/onder */
  box-sizing: border-box;    /* in de width zijn margin padding inbegrepen */
  background-color:transparent;
}


.banner {
	width: 100%;
	text-align: center;
	margin: 0;                /* geen externe marge */
	padding: 9px 0;          /* ruimte binnen de gradient en binnen width */
	background: transparent;  
}


/* Voor headings met meerdere segmenten (bv. h2 of h3) */

.aanbodgamma {
	width: 100%;			/* met border-box is dit de totale breedte */
	padding: 0 6%;             /* extra lucht links/rechts */
	margin: 0;                 /* geen transparante marges */ 
	line-height: 1.3;          /* regelafstand binnen de tekst */
	text-align: center;        /* tekst binnen de spans centreren */
}

.aanbodgamma span {
  white-space: nowrap;            /* voorkomt afbreken binnen segment */
  display: inline-block;          /* zorgt voor nette uitlijning */
}


.statement {
  width: 100%;
  text-align: center;
  vertical-align:middle;
  margin: 0;                     /* geen transparante marges */
  padding-top:3px;
  padding-bottom:0px;            /* regelbare ruimte boven/onder */
}


/* DE POPUP LIJN */

.popupbuttons {
  width: 100%;
  height: auto;
  vertical-align:middle;
  text-align: center;
  font-size: medium;
  font-family: "Comic Sans MS";
  letter-spacing: 1px;
  margin: 0;
  padding: 6px 0 18px 0;  
}


/* WRAPPERS DIE EEN KLEUR GRADIENT HEBBEN    rgba(93, 58, 155, 0.7) rgba(129, 0, 255, 0.4)  */



.wrapper-gradient-S {     
  background: conic-gradient(
	at 50% 0%,
	/* Oranje tussenruimte */
	#FF9148 0deg 106deg,	
	/* Straal 1 */
	rgba(255, 234, 151, 0.7) 110deg 114deg,
	/* Oranje tussenruimte */
	#FF9148 120deg 123deg,
	/* Straal 2 */
	rgba(255, 234, 151, 0.5) 137deg 213deg,
	/* Oranje tussenruimte */
	#FF9148 222deg 233deg,
	/* Straal 3 */
	rgba(255, 234, 151, 0.7) 239deg 250deg,
	/* Oranje tussenruimte */
	#FF9148 256deg 360deg
	);
}


.wrapper-gradient-C {
    background: radial-gradient(circle, rgba(255,140,66,0.5),rgba(117,60,159, 0.65), rgba(117,60,159, 0.70), rgba(255,140,66,0.5));
}

.legal-gradient-1 {
    background: radial-gradient(circle, rgba(255,140,66,0.5),rgba(117,60,159, 0.65), rgba(117,60,159, 0.70), rgba(255,140,66,0.5));
}

.legal-gradient-2 {
    background: radial-gradient(circle, rgba(255,140,66,0.9), rgba(93,111,84, 0.9), rgba(255,140,66,0.9));
}

.bestel-gradient {
    background: radial-gradient(circle, rgba(153,93,196,1.0), rgba(129,15,222,1.0), rgba(153,93,196,1.0));  
}


/* ID-CONTAINERS om navigatie menu's en iframe  */

/* structuur van twee kolommen sidebar en framevenster vertikaal naast elkaar houden en beide even hoog */


.col-container {
		display: flex;
		overflow: hidden; 
		width: 100%;		
		margin:0;		
		}

.col {
 	 vertical-align:top; 
 	 }


#sidebar {
	float:left;
	width:100%;
	vertical-align:top;	
	}
	

.navigatie_side { 
	width: 99%;
	text-align: left;
	vertical-align:top;
	padding:0;
	margin:0;	
	}


h5 {
	font-family: "Trebuchet MS";
	font-size: 21px;
	letter-spacing: 1px;
	font-weight: bold;
	font-style: normal;
	color: #006CBD;
	line-height:112%;
	margin-left:18px;
	margin-top:0px;
	margin-bottom:0px;
	}	


ul li {
	vertical-align:top;
	color:#FFFFFF;
	margin-top:-12px;
	margin-right:0px;
	margin-bottom:-12px;
	margin-left:0px;
	}


h6 {
	font-family: "Trebuchet MS";
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 110%;
	}


/* Thema-kleuren per navigatie blok volgens onderwerp ! nog robuster kan het met: #sidebar .navigatie_side:nth-of-type(x) { … } */


/* 1: bovenste blok – blijft oranje, geen extra accent nodig */

#sidebar .navigatie_side:nth-of-type(1) {
  background: linear-gradient(to bottom,
    #FF9148 0%,   /* pastel geel bovenaan */
    #FF974F 30%,  /* basis oranje */
    #FF974F 90%,  /* oranje blijft dominant */
    #FFF9C4 100%  /* zachte pastel groen voor overgang naar blok 2 */
  );
}


/* 2: confituur & services – pastel geel */
#sidebar .navigatie_side:nth-of-type(2) {
  background: linear-gradient(to bottom,
    #FFF9C4 0%,   /* pastel geel bovenaan */
    #FF9148 30%,  /* basis oranje */
    #FF9148 90%,  /* oranje blijft dominant */
    #B4EDB4 100%  /* zachte pastel groen voor overgang naar blok 3 */
  );
}

/* 3: pluk / diepvries – pastel groen */
#sidebar .navigatie_side:nth-of-type(3) {
  background: linear-gradient(to bottom,
    #B4EDB4 0%,   /* pastel groen bovenaan */
    #FF9148 45%,
    #FF9148 90%,
    #D8C9FF 100%  /* pastel paars voor overgang naar blok 4 */
  );
}

/* 4: jam maken – pastel paars */
#sidebar .navigatie_side:nth-of-type(4) {
  background: linear-gradient(to bottom,
    #D8C9FF 0%,   /* pastel paars bovenaan */
    #FF9148 45%,
    #FF9148 90%,
    #B2EBF2 100%  /* pastel turquoise voor overgang naar blok 5 */
  );
}

/* 5: gezondheid – pastel turquoise */
#sidebar .navigatie_side:nth-of-type(5) {
  background: linear-gradient(to bottom,
    #B2EBF2 0%,   /* pastel turquoise bovenaan */
    #FF9148 35%,
    #FF9148 90%,
    #F9C60F 100%  /* eindigt met kleur in volgend blok */
  );
}

/* 6: presentaties – formulatiehulp */
#sidebar .navigatie_side:nth-of-type(6) {
  background: linear-gradient(to bottom,
    #F9C60F 0%,   /* pastel turquoise bovenaan */
    #FF9148 45%,
    #FF9148 90%,
    #FF9148 100%  /* eindigt terug in basis oranje */
  );
}



/* structuur van section 2 met horizontale navigatie balk */

.winkelmenu { 
    width: 100%;    
    text-align: center;
    vertical-align: top;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -6px;
    margin-bottom: 6px;
}

.winkelmenu h6 {
    color: #5D6F54;	 /* padding en margin in lokale styles voor meer flexibiliteit  */
    line-height: 1.4; /* Verhoog de line-height voor meer verticale ruimte tussen afgebroken zinnen */
}


/* iFRAME voor de tabellen */

.iframeview {
  flex-grow: 1;           /* Laat het element meegroeien binnen een flex-container */
  flex-shrink: 0;         /* Voorkomt dat het element krimpt */
  min-height: 0;          /* Voorkomt overflow in flex-layouts */
  background-color: #FF9148; /* Oranje achtergrondkleur */
  margin: 1px;            /* Kleine marge rondom */
  color: #000080;         /* Donkerblauwe tekstkleur */
  line-height: normal;    /* Standaard regelhoogte */
  text-align: center;     /* Centreert de tekst horizontaal */
  text-indent: inherit;   /* Neemt inspringing over van ouderelement */
  white-space: normal;    /* Laat tekst normaal afbreken */
  word-spacing: normal;   /* Standaard woordafstand */
  letter-spacing: normal; /* Standaard letterafstand */
  position: relative;     /* Maakt positionering mogelijk van child-elementen */
}



/* LINKS & MOUSE OVER IN NAVIGATIE */
		
/* If the link is unvisited you see this color*/


a:link {
        color: #FFFFFF;
        text-decoration: none;
        }
  
    
/* If the link is being visited you see this color*/

a:active {
        background-color:#5D705A;		
        }


/* On placing mouse over the link */
      
a:hover {
        background-color:#75FF75;
        color:#003FFF;
	 	padding:0px 0px 3px 0px; 
        }
  

/* If the link is visited you see this color #75FF75 */


a:visited {
  		color: #FFFFFF;
  		text-decoration: none;
		}


a.current {
     background-color:#51FF51 ;
     color:#FFFFFF;
	 padding:0px 0px 3px 0px;
}


/* DE FOOTER */


footer { 
	background-color:#FF9148;
	text-align:center;
	padding:3px;
	font-family: Cambria;
	font-size: medium;
	color:aliceblue;	
	line-height:135%;
	height:auto;
	}


/* FOTO's & DIASHOW */

	