@import url(https://fonts.googleapis.com/css?family=Lato:300,400);

:root {
	--padding: 1.5rem;
	--color-code-black: 		#222;
	--color-code-blue:        	#3155a4;
	--color-code-red:			#b92b19;
	--color-code-body-bg:		#FFF;
	--color-code-grey: 			#aaa;
	--color-code-darkgrey: 		#666;
	--color-code-white: 		#fff;
	--color-code-light: 		rgba(155, 155, 155, 0.08);
	--color-code-nav-line:		var(--color-code-black);
	--color-skiplink-hover: 	#444;
	--color-code-tekst: 		var(--color-code-black);
	--icon-button-size:	 		1.2rem;
	--icon-button-height:	 	1.2rem;
	--xs-spacing: 				0.4rem;
    --s-spacing: 				0.8rem;
    --m-spacing: 				1.6rem;
    --l-spacing: 				2.0rem;
    --xl-spacing: 				2.4rem;
	--color-accordion-bottom: 	#ccc;
	--font-size-small:			1.3rem;
	--font-family-tekst: 		"Lato", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* # Start
---------------------------------------------------------------------------------------------------- */

.screenreader-only, .home h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  white-space: nowrap;
  border: 0;
  padding: 0 !important;
  margin: 0 !important;
  clip-path: inset(50%);
}

*:focus-visible, 
.focus-visible,
:focus,
a:focus,
.card:has(a:focus) {
	outline: 2px solid var(--color-code-red);
	outline-offset: .2rem;
}
.button:focus,
.button:hover {
	background-color: var(--color-code-red);
}	
.using-mouse :focus:not(:active) {
	outline: 0;
}

.hide {
	display:none;
}

html {
	font-family: var(--font-family-tekst);
	font-size: 62.5%;
	color: var(--color-code-black);
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
}

body {
	background-color: var(--color-code-body-bg);
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
	word-wrap: break-word;
}

/* site-container */
.site-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 810px) {
	.site-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

*,
:after,
:before {
    box-sizing: inherit;
}

a {
    color: var(--color-code-tekst);
}
main p a {
	color: var(--color-code-blue);
}	
a:hover,
a:focus,
main p a:hover {
	color: var(--color-code-red);
}
.lijst a, a:visited {
	color: var(--color-code-tekst);
}
#skiplinks a, #skiplinks a:hover, #skiplinks a:visited {
	position: fixed;
	top: -99.9rem;
	left: 50%;
	transform: translateX(-50%);
	width: .1rem;
	height: .1rem;
	overflow: hidden;
	padding: .2rem .8rem;
	border-radius: .2rem;
	color: var(--color-code-blue);
	font-size: 1.8rem;
}

#skiplinks a:focus {
	top: 2.8rem;
	width: auto;
	height: auto;
	overflow: visible;
	outline: 2px solid var(--color-code-blue);
	outline-offset: .2rem;
}

article,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol,
ul {
	margin-bottom: 1rem;
	margin-left: -8px;
}
i {
    font-style: italic;
}
label {
    cursor: pointer;
}

button { 
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
    padding: 0;
    white-space: normal;
}

.button {
    position: relative;
    opacity: .999999;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    flex-shrink: 0;
    overflow: hidden;
    padding: 1rem;
    border: 0;
    border-radius: 4px;
	background-color: var(--color-code-tekst);
	color: white;
	font-weight:400;
    text-decoration: none;
    font-size: var(--button-font-size);
    line-height: var(--button-line-height);
    --button-height: auto;
    --button-font-size: 1.6rem;
    --button-line-height: 1.2
}

.button__text {
    flex-grow: 1;
    display: block;
    color: white;
    text-align: left;
}

.button__icon+.button__text,
.button__text+.button__icon {
    margin-left: .7rem
}

.button__icon {
    flex-shrink: 0;
    width: var(--icon-button-size);
    height: var(--icon-button-size);
    fill: #222;
}
.button--fullwidth {
    width: 100%
}
/* font family margins en sizes */
h1,
h2,
h3 {
	font-family: var(--font-family-tekst);
}	
h1 {
    font-size: 2.4rem;
    font-weight: 300;
	padding: 0;
	margin-top: 0;
	margin-bottom: 6px;
}
h2 {
	font-size: 2.2rem;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 8px;
}
h2:not(.collapse), 
h3:not(.collapse) {
	padding: .6rem 0 0; 
}

p {
	font-size: 1.7rem;
	margin: 0.2rem 0 0.7rem;
}	
.site-branding p {
	margin-top: 0;
}
.lijst p {
	margin: 0.4rem 0 0 0;
}
div.verkocht {
	color: var(--color-code-red);
}
ul, li, ol, td {
	font-size: 1.7rem;
}
table {
	margin: 2rem 0;
	padding: 12px;
	background-color: var(--color-code-light);
}
tr td, tr th {
	padding: .3rem 4rem .3rem 0;
	border: none;
	text-align:left;
	vertical-align: top;
}
@media (max-width: 540px) {
	tr td, tr th {
        padding-right: 1.5rem;
    }
}
tr td:last-child {
	padding-right:0;
}

fieldset {
  display: block;
  margin-bottom: 2em;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  border: 0;
}	

/* site-title en tagline */
.site-branding {
	display: inline-block;
	line-height: 1.4;
	padding: 5px 0 20px 0;
	width: 69%;
	font-size: 2.7rem;
	font-weight: 400;
	text-transform: lowercase;
}
.site-branding a {
	text-decoration: none;
}
@media (max-width: 810px) {
	.site-branding {
		font-size: 2.2rem;
		padding-top: 1.8rem;
	}	
	button.btn_nav	{
		padding-top: 2rem;
	}	
}	

/* navigatie */	
nav {
	display: inline-flex;
	margin-top: 18px;
	color: var(--color-code-tekst);
}
button.btn_nav {
	display: none;
    justify-self: end;
	align-self: end;
}	
header .menu_icon {
    display: none;
    position: relative;
    height: 24px;
    width: 24px;
    cursor: pointer;
	vertical-align: middle;
}
header .menu_tekst {
    display: none;
	color: var(--color-code-black);
	vertical-align: middle;
	font-size: 1.4rem;
}	
.btn_nav[aria-expanded=true] .hamburger {
    display: none;
}
.btn_nav[aria-expanded=false] .kruis {
    display: none;
}

@media (max-width:810px) {
	button.btn_nav {
		display: block;
		float: right;
	}
    header .menu_icon,
		header .menu_tekst {
        display: inline-block;
    }
    header .nav {
        display: none;
		width: 100%;
		margin: 20px 0;
		padding: 10px;
		background-color: var(--color-code-light);
    }

}
nav ul {
    list-style: none;
    margin: 0;
}
nav ul li {
    display: inline-block;
	padding: 5px 0 5px 30px;
	text-transform: lowercase;
	font-size: 1.7rem;
	font-weight: 300;
}
nav ul li:first-child {
	padding: 5px 0 5px 0;
}
nav ul li a {
    color: var(--color-code-tekst);
    text-decoration: none;
    margin-bottom: 3px;
	border-bottom: 2px solid transparent;
    display: block;
}
nav ul li a {
	text-align: left;
}

nav ul li.current-menu-item a,
nav ul li:hover a {
	text-decoration: none;
	color: var(--color-code-red);
	border-bottom: 2px solid var(--color-code-red);
}
	
@media (max-width: 810px) {
    nav ul li {
        display: block;
    }
	nav ul li,
	nav ul li:first-child {
		padding: 5px 0 5px 3%;
	}
	nav ul li.current-menu-item a {
		color: var(--color-code-red);
		border-bottom-color: transparent;
		text-decoration: underline;
		line-height: 2;
	}	
}
/* main en footer */
main {
	padding-bottom: 40px;
}
footer {
	border-top: 1px solid var(--color-code-grey);
    padding: 4px 0 8px 0;
}
footer .left {
    text-align: left;
    float: left;
}
@media (max-width: 810px) {
    footer {
        height: auto;
    }
    footer .left {
        text-align: center;
        display: block;
        float: none;
        margin-bottom: 20px;
    }
}
footer .left span {
    display: block;
    margin-top: 5px;
    font-weight: 300;
	font-size: 1.6rem;
	color: var(--color-code-tekst);
}
	
/* article */ 
.page .article article,
.single .article article {
	width: 100%;
    vertical-align: top;
}
@media (max-width: 540px) {
    .page .article article,
    .single .article article {
        width: 100%;
        margin: 0;
    }
}
.lijst a {
	display:block;
}	
article a, 
.lijst a span {
	text-decoration: underline;
}
article a:hover {
	color: var(--color-code-red);
}	

/* uitklapper */
.collapse {
    padding-top: var(--xs-spacing);
    display: block;
    width: 100%;
    background-color: transparent;
    font-weight: 400;
    margin-bottom: var(--s-spacing)
}
.collapse::after {
    content: "";
    bottom: inherit;
    position: absolute;
    display: block;
    width: 100%;
	max-width: 1232px;
    padding-top: 2px;
    border-bottom: 1px transparent!important;
}
.collapse:focus-within:after,
.collapse:hover::after {
    border-bottom: 3px solid var(--color-code-red)!important;
}
.collapse button,
.collapse button:hover {
    background-color: transparent;
    outline: 0;
    border: 0;
    padding: var(--xs-spacing)
}
.collapse button svg,
.collapse button:hover svg {
    height: var(--icon-button-height);
    margin-right: var(--xs-spacing);
    color: var(--color-code-tekst);
}

.entry-content .collapse h2,
.entry-content .collapse h3 {
	margin-bottom:0!important;
}
.collapse p {
    margin: 0;
    padding-bottom: 0;
    padding-right: var(--m-spacing)
}

.collapse ul {
    margin-top: 1em
}

.collapse .panel {
	padding-top: var(--s-spacing);
    padding-bottom: var(--s-spacing);
    display: none
}

.collapse-heading {
    font-size: var(--font-size-collapse-heading)
}

[aria-expanded=true] .vert {
    display: none
}

[aria-expanded] rect {
    fill: currentColor
}

/* cards */
ul.cards {
	list-style-type: none!important;
}
.cards {
	display: grid;
	grid-template-columns: repeat(6 , minmax(0, 1fr));
	margin: 0 auto;
	row-gap: 30px;
	column-gap: 20px;
	margin-top: 30px;
}
.card .blok {
	min-height: 160px;
}
.card__picture img {
	max-width: 100%;
	height: auto;
}
.card__title {
	padding: .4rem 0;
	line-height: 1.2!important;
	font-weight: 300;
	font-size: var(--font-size-small);
}
.card:has(p) .card__title {
	padding-bottom: .2rem;
}	
article .card__title a {
	text-decoration: none;
	font-style: italic;
}
.card:hover {
	transform: scale(1.05);
	cursor: pointer;
}
a:focus img {
	border: 2px solid var(--color-code-red);
	padding: 2px;
}
.card a:focus img {
	border: none;
	padding: 0;
}	
.card a:focus {
	outline: none;
	outline-offset: 0;
}

@media (max-width: 810px) {
	.cards {
		grid-template-columns: repeat(3 , minmax(0, 1fr));
		text-align: left;
	}
}
@media (max-width: 540px) {
	.cards {
		grid-template-columns: repeat(1 , minmax(0, 1fr));
		text-align: left;
	}
	.card .blok {
		width: 100%;
	}
}

/* werk periodes */
.werken ul {
	margin-top: 8rem;
}
@media (max-width: 540px) {
	.werken ul {
	margin-top: 3rem;
	}
}
.periodes ul, .werken ul {
	list-style:none;
	padding: 0;
}
.periodes ul li, .werken ul li {
	display: inline-block;	
	padding-left: 10px;
}
.periodes ul li.current a, .werken ul li.current {
	color: var(--color-code-red);
}	

/* img, caption en align images */
.alignnone,
.alignleft {
	max-width: 100%!important;
}

img {
	max-width: 100%;
	height: auto;
}	
.wp-caption p.wp-caption-text, figcaption {
  color: var(--color-code-grey);
  font-size: 1.2rem;
  margin: 0 0 20px;
  float: right;
}
img.alignleft {
	margin-right: 20px;
}
@media (max-width: 810px) {
	.alignleft {
		float:none;
	}
	img.alignleft {
		margin-right: 0;
	}
}

/* kolom classes */
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin-left: 4.166666666%; /* 48px / 1152px */
	display: inline-block;
}
.one-sixth {
	margin-left: 2.4305556%; /* 28px / 1152px */
	margin-bottom: 1rem;
}


.expolijst .one-fourth, .expolijst .two-fifths, .expolijst .one-third  {
	margin-left:0
}
.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 14.583333%; /* 168px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}
/* formulier */
input:not(.button),
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 0 5px #ddd inset;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}

