@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, em, img, ins, kbd, q, s, samp,
small,
figcaption, strike, strong, sub, sup, tt, var,
b, u, i, 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: inherit;
  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 {
  color: rgba(1,0,0,1.0);
  }

i {
		font-style: italic
	}
em {
		font-style: italic
	}

ol {
  list-style: none; }

.col-1-1 ul {
	margin-bottom: 22px;
}
.col-1-1 li {
  	font-size: 22px;line-height: 26px;
    color: #252525;
    padding-left: 30px;
    list-style: none;
    background-image: url('/wp-content/themes/sqba-theme/assets/svg/arrow-next-2.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 10px;
  }


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

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

blockquote p::before {
    content: '\201C';
    color: rgba(1,0,0,1.0);
}
blockquote p::after {
    content: '\201D';
    color: rgba(1,0,0,1.0);
}
blockquote p {
    	font-family: 'Agipo Regular';
		font-size: 28px;
		line-height: 32px;
    	color: rgba(1,0,0,1.0);
    	margin-bottom: 20px;
		text-align: center;
}



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

strong {
			font-weight:bold;
		}

a {
    color: rgba(153,139,149, 1.0);
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    cursor: pointer;
     color: rgba(1,0,0, 1.0);
    text-decoration: underline;
}

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(255,255,0,0.8); }

::selection {
  background: rgba(255,255,0,0.8); }

::-moz-selection {
  background: rgba(255,255,0,0.8); }

html {
  							scroll-behavior: smooth;
						}
						
html,
body {
  font: normal 20px 'Agipo Regular';
  color: rgba(1,0,0, 1.0);
  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%;
		padding-right:110px;
		z-index:7;
		max-width:1440px;
	}
	.mainpage {
		margin-top: 120px;
		}
	.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%; }

.col-2-3 {
  width: 66.66%; }

.col-1-3 {
  width: 33.33%; }

.col-1-2 {
  width: 50%; }

.col-1-4 {
  width: 25%; }

.col-1-8 {
  width: 12.5%; }

@media (max-width: 568px) {
  .col-xs-1-1 {
    width: 100%; }
  .col-xs-2-3 {
    width: 66.66%; }
  .col-xs-1-3 {
    width: 33.33%; }
  .col-xs-1-2 {
    width: 50%; }
  .col-xs-1-4 {
    width: 25%; }
  .col-xs-1-8 {
    width: 12.5%; } }

@media (min-width: 569px) {
  .col-sm-1-1 {
    width: 100%; }
  .col-sm-2-3 {
    width: 66.66%; }
  .col-sm-1-3 {
    width: 33.33%; }
  .col-sm-1-2 {
    width: 50%; }
  .col-sm-1-4 {
    width: 25%; }
  .col-sm-1-8 {
    width: 12.5%; } }

@media (min-width: 768px) {
  .col-md-1-1 {
    width: 100%; }
  .col-md-2-3 {
    width: 66.66%; }
  .col-md-1-3 {
    width: 33.33%; }
  .col-md-1-2 {
    width: 50%; }
  .col-md-1-4 {
    width: 25%; }
  .col-md-3-4 {
    width: 75%; }
  .col-md-1-8 {
    width: 12.5%; } }

@media (min-width: 1200px) {
  .col-lg-1-1 {
    width: 100%; }
  .col-lg-2-3 {
    width: 66.66%; }
  .col-lg-1-3 {
    width: 33.33%; }
  .col-lg-1-2 {
    width: 50%; }
  .col-lg-1-4 {
    width: 25%; }
  .col-lg-3-4 {
    width: 75%; }
  .col-lg-1-8 {
    width: 12.5%; } }

@media (min-width: 1500px) {
  .col-xl-1-1 {
    width: 100%; }
  .col-xl-2-3 {
    width: 66.66%; }
  .col-xl-1-3 {
    width: 33.33%; }
  .col-xl-1-2 {
    width: 50%; }
  .col-xl-1-4 {
    width: 25%; }
  .col-xl-1-8 {
    width: 12.5%; } }

@media (max-width: 568px) {
  .hide-xs {
    display: none !important; } }

@media (min-width: 569px) {
  .hide-sm {
    display: none !important; } }

@media (min-width: 768px) {
  .hide-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidelg {
    display: none !important; } }



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

p  {
	font-family: 'Agipo Regular';
	font-weight: normal;
	letter-spacing: 0em;
	margin-bottom: 30px;
	font-size: 22px;line-height: 26px;
	color: #252525;
	}


h1,
h2,
h2,
h3,
h4,
h5 {
	font-family: "Poppins", serif;
  	font-weight: 800;
	margin-top: 10px;
	margin-bottom: 10px;
  	color: rgba(1,0,0, 1.0);
 		-webkit-hyphens: none;
      	-ms-hyphens: none;
          	hyphens: none; }
h1 {
  	font-size: 52px;
  	line-height: 48px;
  	margin-bottom: 20px;
  	margin-top: 40px;
  }

h2 {
  	font-size: 36px;
  	line-height: 48px;
	margin-top: 0px;
    font-weight: normal;
    }
    
h3 {
	font-family: 'Agipo Regular';
  	font-size: 36px;
    line-height: 42px;
    font-weight: normal;
    margin-bottom: 18px;}

h4 {
  	font-size: 28px;
    line-height: 34px;
    font-weight: normal;
    margin-bottom: 20px;
    }
  
h5 {
  	font-size: 20px;
    line-height: 24px;
    font-weight: normal; }

h6 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.8rem;
	margin-top: 0.3rem;
	margin-bottom: 0.7rem;
	letter-spacing: 0.05em;
  	color: rgba(1,0,0, 1.0); }

h7 {
	font-weight: normal;
    font-size: 15px;
    margin-top: 19px;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
    color: rgba(1,0,0, 1.0);
    }

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

.block p, .block .modal-content ul, .modal-content .block ul, .block .modal-content ol, .modal-content .block ol {
    font-family: 'Agipo Regular';
    font-weight: normal;
	font-size: 22px;line-height: 26px;
}


.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/sqba-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/sqba-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: rgba(1,0,0, 1.0);
					 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;
	
			}
	
	
	
	
	.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/sqba-theme/assets/images/zoeken.svg;");
			background-repeat: no-repeat;
			background-size: 9%;
			background-position: right center;
	}
	.searchinputarrow {
			
			background-image: url("/wp-content/themes/sqba-theme/assets/images/arrow-field.svg;");
			background-repeat: no-repeat;
			background-size: 9%;
			background-position: right center;
	}
	




		 /* ==================================================
			7. Responsive Media Queries
		 ================================================== */
		 
		 
		 @media (min-width: 1200px) {body.boxed .is-sticky .full-width-menu{width:1080px;}
		 			 	
		 											
		 					}
		 											
		 @media (min-width: 992px) and (max-width: 1199px) {
									
											
		 }

		 @media only screen 
		 and (min-device-width : 768px) 
		 and (max-device-width : 1024px) 
		 and (orientation : landscape) { /* STYLES GO HERE */

							 
		 }


		 @media (max-width: 1680px){
		 
							
															
		 }
		 @media (max-width: 1580px){
		 
							
															
		 }
		 @media (max-width: 1480px){
		 
							
															
		 }
		 @media (max-width: 1280px){
		 
							
															
		 }
		 @media (max-width: 1200px){
									
						h1 {
								 font-size: 42px;
								 line-height: 43px;
							   }
	

						h2 {
  								font-size: 26px;
  								line-height: 38px;
							}
												
		 }

		 @media only screen and (max-width: 992px) {
						
														
		}
		
		
		@media only screen and (max-width: 767px) {
		
		 }
		 
		 @media only screen and (min-width: 320px) and (max-width: 480px) {



		 }





