@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 {
  }

ol {
  list-style: none; }

ol li {
	list-style-type: decimal !important;
    margin: 5px 0px 0px 25px !important;
  }
ol li strong {
  margin: 25px 0px 18px 25px !important;
  line-height: 33px !important;
  width: 100%;
  display: inline-block;
  }


ul {
	margin-left: 22px;
}
li {
  	font-family: 'bop_titles';
	font-size: 20px;line-height: 21px;
	letter-spacing: 0.05em;
	
    list-style: disc;
  }


blockquote {
  margin: 02px; }
  
blockquote, q {
  quotes: none; }

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

blockquote p::before {
	font-size: 32px;
    content: '\201C';
   	color: #fff;
   	
}
blockquote p::after {
	font-size: 32px;
    content: '\201D';
   	color: #fff;
}
blockquote p {
    font-size: 20px !important;
    line-height: 32px !important;
    color: rgba(255,255,255,1.0) !important;
    margin-bottom: 20px !important;
}



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

strong {
			 font-family: 'eurostyle_medium';
		}
		b {
			 font-family: 'eurostyle_medium';
		}
		em {
			 font-style: italic !important;
			 font-weight: 900 !important;
		}
		
		

a {
    color: rgba(255,0,0, 1.0);
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    cursor: pointer;
    color: rgba(255,0,0, 1.0);
    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(255,255,255, 0.5); }

::selection {
  background: rgba(255,255,255, 0.5); }

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

html {
  							scroll-behavior: smooth;
						}
						
html,
body {
  font: normal 20px "eurostyle_medium";
  color: rgba(1,0,0, 1.0);
  overflow-x: hidden;
				
  }
  

	.main {
		position:relative;
  		clear: both;
		width: 100%;
		z-index:7;
		max-width:1240px;
		padding-top: 0px;
		margin: 0 auto;
	}
	.mainhome {
		position:fixed;
  		clear: both;
		width: 100%;
		z-index:1;
		max-width:100%;
		height:100vh;
		padding-top: 0px;
		margin: 0 auto;
		background-color: rgba(255,255,255,1.0);
	}
	.mainpage {
		margin-top: 0px;
		max-width:100%;
		}
	.mainpagefilter {
		margin-top: 160px;
		}
		
	.mainpagesingle {
		}
		
	.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; } }



@font-face {
    font-family: 'eurostyle_medium';
    src: url('./letters/eurostile_medium-webfont.woff2') format('woff2'),
         url('./letters/eurostile_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'eurostyle_bold';
    src: url('./letters/eurostile_bold-webfont.woff2') format('woff2'),
         url('./letters/eurostile_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bop_titles';
    src: url('./letters/optimaltstd-medium.woff2') format('woff2'),
         url('./letters/optimaltstd-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



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

p  {
	font-family: 'eurostyle_medium';
	font-size: 20px;line-height: 21px;
	letter-spacing: 0.05em;
	color: rgba(255,0,0, 1.0);
	margin-bottom: 16px;
	}
	

p a {
	
	color: rgba(220,221,212, 1.0);
    text-decoration: underline !important;
	}


p a:hover {
	color: rgba(255,0,0, 1.0);
    text-decoration: underline;
	}
	
h1,
h2,
h2,
h3,
h4,
h5 {
	font-family: 'bop_titles';
	letter-spacing: 0.05em;
	font-style: normal;
	margin-bottom: 0px;
  	color: rgba(255,0,0, 1.0);
  	font-weight: 100;
  	
 	-webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }
h1 {
  	font-size: 34px;
	line-height: 40px;
	margin-bottom: 20px;
  }

h2 {
	font-size: 34px;
    line-height: 33px;
    margin-bottom: 17px;
    }
    
h3 {
	font-size: 19px;
	line-height: 23px;
    margin: 11px 0 21px 0px;
	}
h4 {
  	font-weight: normal;
	font-size: 21px;
    line-height: 26px;
    }
  
h5 {
  	font-family: 'bop_titles';
  	font-size: 18px;
    line-height: 24px;
    font-weight: normal; }

h6 {
	font-family: 'bop_titles';
  	
  	font-size: 14px;
    line-height: 17px;
    font-weight: normal; }




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

.block p, .block .modal-content ul, .modal-content .block ul, .block .modal-content ol, .modal-content .block ol {
    font-family: 'eurostyle_medium';
    font-weight: normal;
	font-size: 20px;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/birds-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/birds-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: rgba(255,255,255, 0.5);
	}
	.barparts {
			position:relative;
			float:left;
			display:block;
			width:33.3333%;
			background-color: rgba(255,255,255, 0.5);
			padding: 2rem 1rem 2.5rem 2rem;
	}
	.bmiddle {
			padding: 2rem 1rem 2.5rem 1rem;
			background-color: rgba(255,255,255, 0.5);
	}
	.bright {
			padding: 2rem 2rem 2.5rem 1rem;
			background-color: rgba(255,255,255, 0.5);
	}
	.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/birds-theme/assets/images/zoeken.svg;");
			background-repeat: no-repeat;
			background-size: 9%;
			background-position: right center;
	}
	.searchinputarrow {
			
			background-image: url("/wp-content/themes/birds-theme/assets/images/arrow-field.svg;");
			background-repeat: no-repeat;
			background-size: 9%;
			background-position: right center;
	}
	



/* ==================================================
			7. Responsive Media Queries
================================================== */
		 
		 
		@media only screen and (min-width: 1350px){
		 
								
		 }
		 @media (max-width: 1280px){
								
		 	}
		 @media (max-width: 1180px){
										
		 	}
		 @media (max-width: 992px){
		 
		 	}
		 @media (max-width: 892px){
		 
		 	}
		 @media (max-width: 767px){
					
							
    				h1,
					h2,
					h2,
					h3,
					h4,
					h5 {
						 }	
					
					h1 {
    					word-break: break-word;
    				}
    				h2 {
    					word-break: break-word;
    					font-size: 25px;
						line-height: 25px;
						margin-bottom: 13px;
					 
    				}		
		 }

		@media only screen and (max-width: 767px) {

							
					
		 }




