/* reset css */
@import url('reset.css');
@import url('backend.css'); 

/* font awesome solid pack */
:host,:root{
	--fa-style-family-classic:"Font Awesome";
	--fa-font-solid:normal 900 1em/1 "Font Awesome"}
	@font-face{font-family:"Font Awesome";font-style:normal;font-weight:900;font-display:block;src:url(fonts/fa-solid-900.woff2) format("woff2"),url(fonts/fa-solid-900.ttf) format("truetype")}
	.fa-solid,.fas{font-weight:900}
	

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.ttf") format("truetype"); }	
	
/*
.fa {
  font-family: var(--fa-style-family, "Font Awesome");
  font-weight: var(--fa-style, 900); }

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }
*/
/*
html {
	scroll-behavior: smooth;
}
*/

.entry-content {
	overflow-x:hidden;
	min-height:500px
}

figure {
	margin:0px
}
/*
body {
	font-size:16px
}
*/
body {
	background:#fff
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}
/*
h1 {
    font-size: 42px;
}

h2 {
    font-size: 35px;
}

h3 {
	font-size:29px;
}
h4 {
	font-size:24px
}
h5 {
	font-size:20px
}
h1,h2,h3 {
	margin-bottom:20px;
	line-height:1.2em;
	font-weight:400;
	text-transform:none
}
h4,h5,h6{
	margin-bottom:20px
}
*/

a {

	text-decoration:underline;
	text-decoration-thickness: 1px; /* lijn wordt anders dikker bij grotere sizes */
    text-underline-offset: 5px;	
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;

}

/* container breedtes */

.wp-block-video {
	margin:0px !important;
	margin-left:auto !important;
	margin-right:auto !important
}

.alignfull {

	max-width:none /* misschien niet nodig */
}

/* container breedtes */

.wp-block-group {
    display: block;
    clear: both;
    display: flow-root;
}


ul {

	padding:0;
	list-style:circle
}
.entry-content ul {
	padding-left:20px
}

#header ul,
#footer ul {
	list-style:none
}


a.icon {
	padding:10px;

	display:inline-block
}
/* sticky header */

/* sticky van normaal naar fixed */
/*
@media only screen and (min-width: 782px) {

	.sticky {
	  position: absolute;
	  top: 0;
	  width: 100%;
	  z-index:999;
	  display:flex
	  
	}

}
*/
/*
.sticky2 #header {

	position:fixed  


}
*/
/* sticky header */

/* header */

#header {
	
}

#header #logo {
	
}

#header .wrapper {
	line-height:1
}

#header #headercontent {
	line-height:inherit
}

#header .wrapper,
#footer .wrapper {


}

#footer #kolommen {
	display:flex;
	flex-wrap: wrap;		
}


#header #logo a,
#footer #logo a {
	text-decoration:none;
	border:none
	
}



/* header */


.marginnul {
	margin-top:0px !important;
	margin-bottom:0px !important
}

.lineheightnul {
	line-height:0
	
}
?>