html                                  {}
body                                  {color:#444; font-size:18px; font-weight: 400; font-family: 'Roboto', sans-serif; -webkit-text-size-adjust: 100%; -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;} 

h1, h2, h3, h4, .h1, .h2, .h3, .h4    	{word-wrap:break-word; line-height: 1em; font-family: 'Neuton', serif;}
h1, .h1                               	{font-size: 70px; font-weight: 400; color: #000; margin-bottom: 15px;}
h2, .h2                               	{font-size: 30px; font-weight: 700; color: #9A1821; margin-bottom: 10px;}
h3, .h3                               	{font-size: 24px; font-weight: 400; color: #000; margin-bottom: 10px;}

strong                                	{font-weight: 700; font-style: inherit;}
em                                    	{font-style: italic; font-weight: inherit;}

/* fundementals */

#startPage, #startPage body {height: 100%;}
#startPage body {display: flex; flex-direction: column;}

.anchor {position: relative; top: -120px;}

header 															{position: relative;}

.basicContainer 												{max-width: 1280px; margin: 0px auto; padding: 110px 25px 90px 25px; text-align: center;}
.basicContainer.small 											{max-width: 820px; text-align: left;}
.basicContainer.small.textAlignCenter 							{text-align: center;}
.basicContainer.textAlignCenter .partButtonContentContainer 	{justify-content: center;}
.basicContainer.textAlignCenter .partButtonContentContainer .partButton {margin-left: 7.5px; margin-right: 7.5px;}

.basicContainer.small .partContentFileImageGallery.single, #leftContainer .partContentFileImageGallery.single {margin-bottom: 30px;}

#introContainer 												{background-color: rgba(242, 233, 189, 0.4);}
#introContainer .basicContainer 								{padding-top: 50px; padding-bottom: 50px; text-align: left;}
#introContainer + * .basicContainer 							{padding-top: 50px;}
	
	/* white container */
	.whiteContainer 												{background-color: #fff;}

	/* light container */
	.lightContainer 												{background-color:#f2e9bd;}
	.lightContainer .partContentText p 								{color: #222;}

	/* color container */
	.colorContainer 												{background-color: #9A1821;}
	.colorContainer h1, .colorContainer .h1							{color: #fff;}
	.colorContainer .partContentText 								{color: #fff;}

/* social share */
.socialShareContainer 							{display:flex; align-items:center; flex-wrap: wrap; margin-bottom: 30px; background-color: rgba(242, 233, 189, 0.4); border:solid 1px #f2e9bd; padding:30px; padding-bottom: 10px;}
	.socialShareLabel                       		{font-weight: 700; color: #000; margin-bottom: 20px; margin-right: 20px;}
	.socialShareContainer a 	             		{margin-right: 15px; margin-bottom: 20px; display: flex; justify-content: center; align-items: center; height: 16px; width: 16px;}
	.socialShareContainer a:last-child 				{margin-right: 0px;}

	.socialShareContainer a svg.partSvg             {fill:#000; flex: 1 1 auto; max-height:16px; max-width: 16px; transition:fill 0.3s ease;}  
	.socialShareContainer a:hover svg.partSvg       {fill:#9A1821;}

/* top bar */
#topBar.stickyScroll              									{width: 100%; background-color: #fff; position: fixed; left: 0; top: 0; z-index: 1003; box-shadow: 4px 4px 10px 0 rgba(0,0,0,.05);}

.stickyScrollGhost   												{height:130px;}

	/* phone, email and socials */
	#topBarSmall 												{background-color: #9A1821;}
	#topBarSmall .basicContainer 								{height: 30px; padding-top: 0; padding-bottom: 0; font-size: 14px; display: flex; justify-content: flex-end; align-items: center;}

			#topBarSmallPhoneEmail										{display: flex; align-items: center; font-weight: 500;}
			#topBarSmallPhoneEmail a 									{color: #fff; margin-left: 20px; display: flex; align-items: center; text-decoration: none;}
			#topBarSmallPhoneEmail a:first-child 						{margin-left: 0;}
				#topBarSmallPhoneEmail a svg.partSvg 						{fill:#fff; width: 12px; max-height:12px; flex: 1 1 auto; display: flex; justify-content: center; align-items: center; transition: fill ease 0.3s; margin-right: 5px;}
				#topBarSmallPhoneEmail a span 								{transition: color ease 0.3s; margin-bottom: 1px; /* FF bug icon */}
				#topBarSmallPhoneEmail a:hover svg.partSvg 					{fill: #fff;;}
				#topBarSmallPhoneEmail a:hover span 						{color: #fff;}
				
				#topBarSmall .socialContainer  								{display: flex; align-items: center; margin-left: 20px;}
					#topBarSmall .socialContainer a 							{margin-left: 10px; display: flex; justify-content: center; align-items: center; height: 12px; width: 12px;}
					#topBarSmall .socialContainer a svg.partSvg 				{fill:#fff; flex: 1 1 auto; max-height:12px; max-width: 12px; transition: fill ease 0.3s;}
					#topBarSmall .socialContainer a:hover svg.partSvg 			{fill:#fff;}
        #logo 														{margin-right: auto; background-color: #f2e9bd; align-self: flex-start; margin-top: -30px; padding:10px; box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.05);}	
        #logo img 													{display: block; height:125px; transition: height ease 0.3s;}
        #topBar.scrolled #logo img 									{height: 85px;}

	/* logo & navigation */
	#topBarLogoMenu 												{}
		#topBarLogoMenu .basicContainer 								{height: 100px; display: flex; align-items: center; transition: height ease 0.3s; padding-top: 0; padding-bottom: 0; font-size: 18px; font-weight: 600; justify-content: flex-end;}
		#topBar.scrolled #topBarLogoMenu .basicContainer     			{height: 60px;}
			

/* parallax images  */
.parallaxContainer 																							{position: relative;}
.parallaxContainer .partContentFileImageGallery figure .imagePlaceholderContainer .simpleParallax 			{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.parallaxContainer .partContentFileImageGallery figure .imagePlaceholderContainer img 						{display: none;}
.parallaxContainer .partContentFileImageGallery figure .imagePlaceholderContainer .simpleParallax img 		{display: block;}
.parallaxContainer.simpleParallaxIE11 .partContentFileImageGallery figure .imagePlaceholderContainer img 	{display: block;}
.parallaxContainer .headerContainer .h1 																	{margin-bottom: 0;}

.headerContainer 												{position: absolute; top:0; left:0; bottom:0; right:0; padding-left: 90px; padding-right: 90px; background-color: rgba(0,0,0,0.25); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;} 
.headerContainer .h1 											{color: #fff; max-width: 1400px; padding:0px; text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); margin-bottom: 60px; font-size: 90px;}

/* column blocks */
.basicContainerflexItems 										{}
.basicContainerflexItems h1, .basicContainerflexItems > .partContentText {max-width: 820px; margin-left: auto; margin-right: auto;}

	.flexContainer 													{display: flex; justify-content: center; flex-wrap: wrap; padding:30px 0px 0px 0px; width: calc(100% + 30px); margin-left: -15px; margin-right: -15px;}
		
		.flexItem 														{position: relative; background-color: #fff; margin:0px 15px 30px 15px; text-decoration: none; display: flex; flex-direction: column; box-shadow: 0 9px 15px -5px rgba(50,50,83,.1),0 8px 8px -12px rgba(0,0,0,.1),0 -6px 16px -6px rgba(0,0,0,.01);} 
		.flexItem:last-child 											{margin-right: auto;}
		
		.flexItem .partContentFileImageGallery.single  					{margin-bottom: 30px; overflow: hidden;}
		
		.flexItem h2 													{margin-left: 20px; margin-right: 20px; margin-bottom: 20px;}
		.flexItem h2 a													{color: #000; text-decoration: none; transition: color ease 0.3s;}
		.flexItem h2 a:hover 											{color: #9a1821;}
		
		.flexItem .partContentText  									{font-size: 16px; margin-left: 20px; margin-right: 20px; color: inherit;}
		.flexItem .partContentText p  									{margin-bottom: 20px;}
		
		.flexItem .partButton 											{align-self: center;}

			.flexContainerColumns2 .flexItem 								{width: calc(50% - 30px);} 					
			.flexContainerColumns3 .flexItem								{width: calc(33.33% - 30px);} 	
			.flexContainerColumns4 .flexItem								{width: calc(25% - 30px);} 	

		
/* services */
#services 																	{}
#services .flexItem															{}
#services .flexItem .partButton   											{margin-top: auto;}
#services .flexItem .partContentFileImageGallery.single .contentFileImage {transition: transform 0.3s, opacity 0.3s;}
#services .flexItem .partContentFileImageGallery.single:hover .contentFileImage {transform: scale(1.08); opacity: 0.8;} 

/* usp's, benefits */
#iconsAndText 																{background-color: #f2e9bd;}
#iconsAndText .flexItem  													{padding:30px;}
#iconsAndText .flexItem h3 													{font-weight: 700;}
#iconsAndText .flexItem .partContentFileImageGallery.single					{margin-bottom: 20px;}
#iconsAndText .flexItem .partContentText p 									{margin-bottom: 0;}

/* news */
#news 																	{}
#news .flexItem .partContentFileImageGallery.single .contentFileImage 	{transition: transform 0.3s, opacity 0.3s;}
#news .flexItem .partContentFileImageGallery.single:hover .contentFileImage {transform: scale(1.08); opacity: 0.8;} 
#news .flexItem .newsDate 													{margin-top: auto;}
.newsDate 																	{margin-bottom: 15px; align-self: center; margin-top: 8px; font-size: 14px; padding-left: 17px; display: inline-block; color: #777; background: url('/images/style/icon-clock.svg') left center no-repeat; background-size: 12px 12px; position: relative;}
.newsDate:first-letter 														{text-transform: uppercase;}
h1 + .newsDate 																{margin-top: 0; display: inline-block; margin-bottom: 30px;}
#news .basicContainerSmall .newsDate 												{margin-bottom: 30px;}

/* Actie / agenda - wordt ook op home gebruikt */
#actie {}
#actieListContainer {max-width: 780px; padding-top: 30px; margin:0px auto;}
	.actieItem 				{margin-bottom: 30px; padding: 30px; padding-bottom: 5px; background-color: #fff; text-align: left; border:solid 1px rgba(0, 0, 0, 0.1); box-shadow: 0 9px 15px -5px rgba(50,50,83,.1),0 8px 8px -12px rgba(0,0,0,.1),0 -6px 16px -6px rgba(0,0,0,.01);}
		.actieItem h2  			{margin-bottom: 10px;}
		.actieItem h2 a 		{text-decoration: none; color: #9A1821;}
		.actieItem h2 a:hover 	{text-decoration: underline; color: #000;}
		
		.actieDate 	{line-height: 1.3em; margin-bottom: 30px; display: inline-block;}
		.actieDate .actieStartdate, .actieDate .actieExpiringDate {font-weight: 400; color: #000; font-size: 16px;}


/* about, team */
#about 																		{}
#about .flexContainer .flexItem 											{}
#about .partContentFileImageGallery 										{border-radius: 50%; width: 150px; margin:30px auto 0px auto; overflow: hidden; margin-bottom: 30px;}

	.teamLinkContainer 															{display: flex; margin-bottom: 30px; margin-top: auto; justify-content: center;}
	.teamLinkContainer a {display: flex; justify-content: center; align-items: center; background-color: #f2e9bd; height: 36px; width: 36px; margin-bottom: 30px; border-radius: 3px; margin:10px 5px 0px 5px;}
	.teamLinkContainer svg.partSvg {flex: 1 1 auto; fill: #000; max-height: 18px; max-width: 18px; transition: fill ease 0.3s;}
	.teamLinkContainer a:hover svg.partSvg {fill: #9a1821;}

/* references */
#references 																{}
#references .basicContainer 												{max-width: 850px; margin-left: auto; margin-right: auto;}
#references .flexItem 														{text-align: left; border:solid 1px #9A1821; padding:30px; padding-bottom: 10px;}
#references .flexItem:before 												{content: '\201D'; font-size:100px; font-family: "Trebuchet MS"; color: #f2e9bd; display: block; position: relative; margin-top: -10px; margin-left: -5px; height:65px; overflow: hidden;}
#references .flexItem .partContentText 										{margin-left: 0; margin-right: 0; margin-top: 0;}
#references .flexItem  h2													{margin-left: 0; margin-right: 0; color: #000; margin-bottom: 5px;}

/* content page with sidebar */
.basicContainerTwoColumns 	{display: flex; justify-content: space-between; align-items: flex-start;}
	#leftContainer 				{flex:1 1 auto; width: 100%; max-width: 840px; text-align: left; padding-right: 60px;}
	#leftContainer h2 			{margin-bottom: 20px;}
	#rightContainer 			{flex:1 1 auto; width: 100%; max-width: 400px; text-align: left; position: -webkit-sticky; position: sticky; top: 120px; font-weight: 400; font-size: 16px;}
		
		/* text with button */
		#callToActionContainer 		{background-color: #f2e9bd; padding:20px 30px; padding-bottom: 0px; margin-bottom: 30px; border:solid 1px #9A1821;}
		#callToActionContainer h2 	{font-weight: 400; color: #000; margin-bottom: 10px;}
		#callToActionContainer .partContentText 	{font-size: 16px;}
		#callToActionContainer .partContentText p 	{margin-bottom: 15px;}
		#callToActionContainer .partButton 			{margin-bottom: 20px;}

		/* navigation */
		#rightContainerNavigation 	{margin-bottom: 30px;}
		#rightContainerNavigation h2 	{font-weight: 400; color: #fff; padding:20px 30px; padding-top: 13px; margin-bottom: 0; background-color: #9A1821;}
	
/* footer */
footer 															{color: #fff; background-color: #9A1821;}
footer .basicContainer   										{display: flex; flex-wrap: wrap; align-items: flex-start;}
	.footerColumn 													{line-height: 1.4em; font-size: 16px; width: 50%;}
	.footerColumnLeft 												{padding-right: 50px;}
	.footerColumnRight 												{text-align: left; padding-left: 50px;}

	.footerColumn a 												{color: #fff; text-decoration: none; transition: color ease 0.3s;}
		
		#mailTelContainer li 										{margin-bottom: 30px; display: flex; justify-content: flex-end;}
		#mailTelContainer li a 										{font-size: 28px;}
		#mailTelContainer li a svg.partSvg 							{fill:#fff; height: 18px; max-width: 18px; transition: fill 0.3s; margin-right: 6px; flex:0 0 auto;}
		#mailTelContainer li a span 								{transition: color 0.3s; font-weight: 400; flex:0 0 auto;}
		#mailTelContainer li a:hover span 							{color: #f2e9bd;}
		#mailTelContainer li a:hover svg 							{fill:#f2e9bd;}

		.footerColumn .socialContainer  							{display: flex; justify-content: flex-end;}
		.footerColumn .socialContainer a 							{margin-left: 20px; height: 20px; width: 20px; display: flex; justify-content: center; align-items: center;}
		.footerColumn .socialContainer a:first-child 				{margin-left: 0;}
		.footerColumn .socialContainer a svg.partSvg 				{fill:#fff; flex: 1 1 auto; max-width: 20px; max-height: 20px; transition: fill ease 0.3s;}
		.footerColumn .socialContainer a:hover svg.partSvg 			{fill:#f2e9bd;}

	.footerColumnRight ul  										{}
	.footerColumnRight ul li 									{margin-bottom: 10px;}
	.footerColumnRight ul li a 									{text-decoration: underline; font-weight: 400; color: #fff; transition: color ease 0.3s;}
	.footerColumnRight ul li a:hover 							{color: #f2e9bd;}

/* form */
#formContact {max-width: 560px;}

/* mobile toggle menu */
body.mobileMenuToggleActive                               {position: fixed; /* prevents scrolling bug at the bottom of the screen  */ }

#mobileMenuToggle                                         {font-size: inherit; font-weight: inherit; font-family: inherit; position:relative; z-index: 1002; display:none; align-items:center; cursor: pointer; background-color: transparent; text-decoration: none; outline: 0; -webkit-appearance: none; align-items: center; white-space: nowrap; overflow: hidden; border: none; padding:0px;}

#mobileMenuToggle .mobileMenuButtonLabel                        {margin-left:5px;}
#mobileMenuToggle .mobileMenuButtonHamburger 					{width: 20px; height:20px; display:flex; flex-direction:column; justify-content:center;}
#mobileMenuToggle .mobileMenuButtonHamburger span 				{width: 20px; height: 2px; background-color: #000; margin: 2px 0px; transition: all 0.3s ease-in-out;}
#mobileMenuToggle .mobileMenuButtonHamburger span:nth-child(2) 	{width: 15px;}

#mobileMenuToggle.active .mobileMenuButtonHamburger span 				      {background-color: #9a1821;}
#mobileMenuToggle.active .mobileMenuButtonHamburger span:nth-child(1) {transform: translateY(6px) rotate(45deg);}
#mobileMenuToggle.active .mobileMenuButtonHamburger span:nth-child(2) {opacity: 0;}
#mobileMenuToggle.active .mobileMenuButtonHamburger span:nth-child(3) {transform: translateY(-6px) rotate(-45deg);}

	/* menu overlay */
	#mobileMenuToggleContainer 			{left: 0%; top: 90px; width: 100%; height: 100%; position: fixed; background-color:#fff; z-index: 1002; display: none;}
	body.mobileMenuToggleActive #mobileMenuToggleContainer 	{display: block;} 

	#mobileMenuToggleContainerScroll                      {overflow-y: auto; height: calc(100% - 90px);}

	@media screen and (min-width: 1023px){
		body.mobileMenuToggleActive 							{position: static;}
		body.mobileMenuToggleActive #mobileMenuToggleContainer  {display: none;}
	}

	@media (max-width: 1023px){
		#mobileMenuToggleContainerScroll {overflow-y:scroll; -webkit-overflow-scrolling: touch;}
	}

/* menu */
.menuList 													{margin-bottom: 30px;}
	.menuItem 												{display: flex; margin-top:10px; border-top: solid 1px rgba(0, 0, 0, 0.15); padding-top: 15px;}
		.menuNumber 											{font-size: 16px; margin-bottom: 5px; margin-top: 1px; margin-right: 10px; color: #999; width: 20px; font-weight: 400;}
		.menuTextContainer 										{margin-right: 30px; margin-right: auto;}
		.menuItem h3 											{font-family: 'Roboto', sans-serif; color: #000; font-weight: 700; font-size: 18px; margin-bottom: 5px;}
		.menuItem.vega h3:after 								{content: ''; display: inline-block; background:url('/images/style/icon-vegetarian.svg') no-repeat; background-size: contain; width: 15px; height: 16px; margin-left: 4px;}
		.menuItem .partContentText 								{font-size: 16px; font-style:italic;}
		.menuItem .partContentText p 							{line-height: 1.4em; margin-bottom: 0;}
		.menuPhoto 												{}
			#leftContainer .menuPhoto .partContentFileImageGallery.single  		{width: 60px; margin-bottom: 0;}
		.menuPrice 												{font-family: 'Neuton', serif; color: #000; font-weight: 700; font-size: 20px; width: 75px; text-align: right; flex: 0 0 auto;}

	.partContentText.remark 								{font-size: 16px; border: solid 1px rgba(0, 0, 0, 0.1); padding:30px; padding-top: 25px; padding-bottom: 0; margin-bottom: 30px;}

/* start page */

#startPage 		{display: flex; flex-direction: column;}

	#topBarHome                                            {box-shadow: 4px 4px 10px 0 rgba(0,0,0,.05); background-color:#9a1821; flex: 0 0 auto;}
	#topBarHome .basicContainer 							{height: 30px; padding-top: 0; padding-bottom: 0; display: flex; justify-content: center;}
	#topBarHome #logo                                      {margin-right: 0; margin-top: 0; z-index: 1;}
	#topBarHome #logo img                                  {height:150px;}

	#locationContainer {background: #9a1821 url(/images/style/background-startpage.jpg) no-repeat center; background-size: cover; flex: 1 1 auto; display: flex; justify-content: center; align-items: center; }
		#locationContainer .basicContainer {padding-top: 150px; padding-bottom: 0;}
			#locationListContainer {display:flex; justify-content: center;}
				.locationItem {background-color:#fff; padding: 40px 50px 20px 50px; display: flex; flex-direction: column; align-items: center; box-shadow: 0 9px 15px -5px rgba(50,50,83,.1), 0 8px 8px -12px rgba(0,0,0,.1), 0 -6px 16px -6px rgba(0,0,0,.01);}
				.locationItem:first-child {margin-right: 15px;}
				.locationItem:last-child {margin-left: 15px;}
				.locationItem .partContentText a {font-weight: 700;}
				.locationItem h2 {font-size: 40px;}
				.locationItem h2 a {color: #000; text-decoration: none;}
				.locationItem h2 a:hover {color: #9a1821; text-decoration: underline;}

	#startPage footer {flex: 0 0 auto;}


/* bottom footer */
	#footerBottomContainer 			{background-color: #f2e9bd; font-size: 14px;}
		#footerBottomContainer .basicContainer {padding-top: 10px; padding-bottom: 0;}
		#footerBottomContainer ul  	{display: flex; flex-wrap: wrap; justify-content: center; line-height: 1.3em; margin:0 auto;}
			#footerBottomContainer ul li  	{margin:0 15px 10px 15px;}
				#footerBottomContainer ul li a  	{color: #000; text-decoration: none;}
                #footerBottomContainer ul li a:hover {text-decoration: underline;}
                
