@charset "UTF-8";
/**

/* @import must be at top of file, otherwise CSS will not work */


html, body, div, span, applet, object, iframe,
h1,
h2, h2, h3, h4, h5, h6, p, .modal-content ul, .modal-content ol, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small,
figcaption, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
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, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  margin: 0px;
  color: rgba(1,0,0,1.0) !important;
  }

ol, ul {
  list-style: none; }

blockquote {
  margin: 12px 0px 0px 0px; }
  
blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;}

blockquote p::before {
    content: '\201C';
    color: rgba(255,255,255,1.0);
  font-size: 55px;
  margin-top: 33px
}
blockquote p::after {
    content: '\201D';
    color: rgba(255,255,255,1.0);
  	font-size: 55px;
  	margin-top: 12px;
}
blockquote p {
    	font-family: 'Neutra2Text-Book';
		font-size: 38px;
		line-height: 44px;
    color: rgba(255,255,255,1.0);
    	margin-bottom: 20px;
		text-align: center;
}
blockquote h6 {
    margin-bottom: 12px;
    color: #b6e144 !important;
}


input {
    background-color:transparent;
    border: 0px solid;
}
input:focus {
    outline:none;
}

strong {
			font-weight:bold;
		}

a {
    color: #a2c614;
    cursor: pointer;
    text-decoration: none;
	font-size: 22px;line-height: 28px;
}
a:hover {
    	cursor: pointer;
     	color: #a2c614;
    	text-decoration: none;
}

a:focus {
		outline: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-moz-selection {
  background: rgba(162,198,2,0.1); }

::selection {
  background: rgba(162,198,2,0.1); }

::-moz-selection {
  background: rgba(162,198,2,0.1); }

html {
  							scroll-behavior: smooth;
						}
						
html,
body {
  font: normal 20px 'Neutra2Text-Book';
  color: #47084a;
  overflow-x: hidden; }
  @media (max-width: 568px) {
    html,
    body {
      font-size: 16px; } }
  @media (min-width: 569px) {
    html,
    body {
      font-size: 18px; } }
  @media (min-width: 768px) {
    html,
    body {
      font-size: 20px; } }

	.main {
		position: relative;
		clear: both;
		width: 100%;
		margin: 0;
		z-index: 7;
		}
	.mainpage {
		margin-top: 0px;
		}
	.mainpagesingle {
		padding-left: 110px;
		}
		
	.fn-grid {
		clear: both;
		margin: 46px auto;
		width: 80%;
		}
		
	
		
										   	

img {
  max-width: 100%;}

.nomargin {
				margin: 0px;
		}
.noborderleftright {
				border-left: 0px solid rgba(255,255,255, 0.0) !important;
    			border-right: 0px solid rgba(255,255,255, 0.0) !important;
		}

[class*='col-'] {
  float: left; }

.col-1-1 {
  	width: 100%; }

@media (max-width: 568px) {
  .col-xl-1-1 {
    width: 100%; }
    }

@media (min-width: 569px) {
  .col-xl-1-1 {
    width: 100%; }
    }

@media (min-width: 768px) {
  .col-xl-1-1 {
    width: 100%; }
    }
    
@media (min-width: 1200px) {
  .col-xl-1-1 {
    width: 100%; }
    }

@media (min-width: 1500px) {
  .col-xl-1-1 {
    width: 100%; }
    }



@font-face {
    font-family: 'centralesansbook';
    src: url('centralesansbook.woff2') format('woff2'),
         url('centralesansbook.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: "Neutra2Text-Book";
	src: url("./letters/Neutra2Text-Book.otf") format("opentype");
}
@font-face {
	font-family: "Neutraface2Text-Bold";
	src: url("./letters/Neutraface2Text-Bold.otf") format("opentype");
}

@import url('https://fonts.googleapis.com/css?family=Bilbo|Bilbo+Swash+Caps|Dr+Sugiyama|Euphoria+Script|Kristi|Mrs+Saint+Delafield|Qwigley|Satisfy|Tillana:400,500,600,700,800');


p:empty:before {
    content: "";
    display:none;
}

p  {
	font-family: 'Neutra2Text-Book';
	font-weight: normal;
	letter-spacing: 0em;
	margin-bottom: 10px;
	font-size: 22px;line-height: 29px;
	color: #47084a;
	}


h1,
h2,
h2,
h3,
h4,
h5 {
	font-family: 'Neutraface2Text-Bold';
	margin-top: 10px;
	margin-bottom: 10px;
  	color: #47084a;
  	word-break: break-word;
 	-webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }
h1 {
  	font-size: 42px;
  	line-height: 48px;
  	letter-spacing: 0.2px;
	margin-top: 12px;
	margin-bottom: 22px;
  }

h2 {
  	font-family: 'Neutra2Text-Book';
  	font-size: 42px;
  	line-height: 42px;
  	color: #47084a;
  	text-transform:uppercase;
  	letter-spacing: 0.2px;
	margin-top: 0px;
	margin-bottom: 0px;
    }
    
h3 {
	font-size: 28px;
    line-height: 38px;
    margin-bottom: 12px;}

h4 {
  	font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    margin-top: 12px;
    margin-bottom: 12px;
  	color: #47084a;
    }
  
h5 {
  	font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    margin-top: 12px;
    margin-bottom: 12px;
  	color: #b6e144;

h6 {
	font-family: 'Neutra2Text-Book';
	font-weight: normal;
	text-transform: uppercase;
  	font-size: 17px;
	margin-top: 0.3rem;
	margin-bottom: 0.7rem;
	letter-spacing: 0.05em;
  	color: #47084a; }

h7 {
	font-family: 'Neutra2Text-Book';
	font-weight: normal;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
  	color: #47084a; }

.blockmargin em {
    font-style: italic;
}

.block a {
    font-size: 22px;line-height: 28px;
}

.block p, .block .modal-content ul, .modal-content .block ul, .block .modal-content ol, .modal-content .block ol {
    font-family: 'Neutra2Text-Book';
    font-weight: normal;
	font-size: 22px;line-height: 28px;
}


.btn, .button, .wp-block-button a, a.button.close-responsive-search, button, input[type="button"], input[type="submit"] {
    padding: 8px 8px 0px 8px;
    
}

				 /* Turn on a 13x13 scrollbar */
				 .modal::-webkit-scrollbar {
					 width: 30px;
				 }
 
				 .modal::-webkit-scrollbar-button:vertical {
					 background-color: red;
				 }
 
				 /* Turn on single button up on top, and down on bottom */
				 .modal::-webkit-scrollbar-button:start:decrement,
				 .modal::-webkit-scrollbar-button:end:increment {
					 display: block;
				 }
 
				 /* Turn off the down area up on top, and up area on bottom */
				 .modal::-webkit-scrollbar-button:vertical:start:increment,
				 .modal::-webkit-scrollbar-button:vertical:end:decrement {
					 display: none;
				 }
 
				 /* Place The scroll down button at the bottom */
				 .modal::-webkit-scrollbar-button:vertical:increment {
					 background-color: #fff;
					 height: 38px;
					 background-image: url("/wp-content/themes/gabrielle-theme/assets/images/scroll-down.png;");background-repeat: no-repeat;background-position: center;
				 }
 
				 /* Place The scroll up button at the up */
				 .modal::-webkit-scrollbar-button:vertical:decrement {
					 background-color: #fff;
					 height: 38px;
					 background-image: url("/wp-content/themes/gabrielle-theme/assets/images/scroll-up.png;");background-repeat: no-repeat;background-position: center;
				 }
 
				 .modal::-webkit-scrollbar-track:vertical {
					 background-color: #fff;
				 }
 
				 /* Top area above thumb and below up button */
				 .modal::-webkit-scrollbar-track-piece:vertical:start {
					 border: 0px solid rgba(1,0,0, 1.0);
				 }
 
				 /* Bottom area below thumb and down button */
				 .modal::-webkit-scrollbar-track-piece:vertical:end {
				 }
 
				 /* Track below and above */
				 .modal::-webkit-scrollbar-track-piece {
					 background: rgba(255, 255, 255, 1.0);
				 }
 
				 /* The thumb itself */
				 .modal::-webkit-scrollbar-thumb:vertical {
					 height: 50px;
					 background-color: #47084a;
					 border-radius:0px;
				 }
 
				 /* Corner */
				 .modal::-webkit-scrollbar-corner:vertical {
					 background-color: black;
				 }
 
				 /* Resizer */
				 .modal::-webkit-scrollbar-resizer:vertical {
					 background-color: gray;
				 }

				
					  
				::-webkit-input-placeholder { /* Chrome/Opera/Safari */
				  color: rgba(255, 255, 255, 0.8);
				  opacity: 1;
										font-size: 17px;
				}
				::-moz-placeholder { /* Firefox 19+ */
				  color: rgba(255, 255, 255, 0.8);
				  opacity: 1;
										font-size: 17px;
				}
				:-ms-input-placeholder { /* IE 10+ */
				  color: rgba(255, 255, 255, 0.8);
				  opacity: 1;
										font-size: 17px;
				}
				:-moz-placeholder { /* Firefox 18- */
				  color: rgba(255, 255, 255, 0.8);
				  opacity: 1;
										font-size: 17px;
				}	 





	.searchmain {
			width:100%;
			margin-bottom: 2.5rem;
	}
	.searchbar {
			width:100%;
			height:auto;
			background-color: #f7d8dc;
	}
	.barparts {
			position:relative;
			float:left;
			display:block;
			width:33.3333%;
			background-color: #f7d8dc;
			padding: 2rem 1rem 2.5rem 2rem;
	}
	.bmiddle {
			padding: 2rem 1rem 2.5rem 1rem;
			background-color: #f7d8dc;
	}
	.bright {
			padding: 2rem 2rem 2.5rem 1rem;
			background-color: #f7d8dc;
	}
	.alignright {
			float: right !important;
			right: 0px;
			padding-left: 20px;
			padding-bottom: 20px;
			}
	
	
	
	
	.searchbar h3 {
			
			font-size: 1.7rem;
			
			line-height: 1;
			margin-top: 1.3em;
			margin-bottom: 0em;
			padding: 1.5rem 2rem 0rem 2rem;
			width:100%;
			height:70px;
			margin: 0px;


			}	
	.searchbar input {
			background-color: #fff;
			width:100%;
			height: 3.0rem;
			border:0px;
			border-right: 10px solid #fff;
			border-radius:0px;
			padding-right: 12px;
			font-size: 21px;
	}
	.searchinput {
			
			background-image: url("/wp-content/themes/gabrielle-theme/assets/images/zoeken.svg;");
			background-repeat: no-repeat;
			background-size: 9%;
			background-position: right center;
	}
	.searchinputarrow {
			
			background-image: url("/wp-content/themes/gabrielle-theme/assets/images/arrow-field.svg;");
			background-repeat: no-repeat;
			background-size: 9%;
			background-position: right center;
	}
	



