/*!
Theme Name: circatwee
Author: Circa Twee
Author URI: http://www.circa2.nl
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: circatwee

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

circatwee is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

b,
strong {
	font-weight: 600;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

button,
input {
	/* 1 */
	overflow: visible;
}

button,
select {
	/* 1 */
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: flex;
	width: 100%;
	justify-content: flex-end;
	margin-bottom: 27px;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	/*float: left;*/
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	padding: 11px;
	margin: 0 -11px;
	display: block;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	/*float: left;*/
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-weight: 600;
	color: #000;
	margin-right: 10px;
	font-size: 0.85em;
}

.menu-hoofdmenu-container .menu-item a:hover {
	padding-bottom: 8px;
	border-bottom: 3px solid #999;
}

.current_page_item a:hover {
	border-bottom: 3px solid #000;
}

.homebutton:hover {
	opacity: 0.6;
}

.home .homebutton:hover {
	opacity: 1 !important;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 100px 0 70px 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}


.hamburger {
	display: block;
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 11;
	-webkit-user-select: none;
	user-select: none;
}

.hamburger-container {
	width: 100%;
	max-width: 1140px;
	padding: 0 15px;
	margin: 0 auto;
	display: block;
	position: relative;
}

.hamburger-icon {
	float: right;
}

.hamburger span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #000000;
	border-radius: 1px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		opacity 0.55s ease;
}

.hamburger span:first-child {
	transform-origin: 0% 0%;
}

.hamburger span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

.hamburgerchecked span {
	opacity: 1;
	transform: rotate(45deg) translate(-13px, -13px);
	background: #232323;
}

.hamburgerchecked span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

.hamburgerchecked span:nth-last-child(2) {
	transform: rotate(-45deg) translate(-6px, 7px);
}



.komermaarin {
	width: 100vw !important;
	right: 0 !important;
}


.custom-logo-link {
	margin-top: 60px;
}

.custom-logo-link img {
	height: auto;
	max-width: 100%;
	width: 262px;
}

.content-area {
	background: #DEDEDE;
}

.site-footer {
	background: #DEDEDE;
	padding: 50px 0;
}

.homebutton {
	float: right;
}

.menu-hoofdmenu-container {
	float: right;
	position: relative;
	top: 6px;
	left: 30px;
}

.col-logo {
	margin-top: 60px;
	max-width: 180px;
	display: block;
}

.col-menu {
	padding-top: 42px;
}


.current-menu-item a {
	border-bottom: 3px solid #000;
	padding-bottom: 8px;
}

.homebutton {
	display: none;
	border-bottom: 3px solid #000;
	padding: 0 14px;
	margin-right: 11px;
}

.container-uitgelicht {
	padding: 100px 0;
}

.col-uitgelicht h3 {
	font-weight: 700;
	font-size: 0.8em;
	margin-bottom: 3px;
}

.col-uitgelicht .img-uitgelicht {
	border-top: 5px solid #000;
	margin-bottom: 25px;
}

.col-uitgelicht h2 {
	font-size: 1.2em;
	margin-bottom: 25px;
}

.col-uitgelicht p {
	line-height: 1.8em;
	font-size: 0.85em;
}

.col-uitgelicht-inner {
	position: absolute;
	bottom: 0;
	border-bottom: 5px solid #000;
	right: 15px;
	left: 15px;
}

.col-uitgelicht {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 60px;
}

.site-header {
	background: #dedede;
}

.container-collectie:nth-of-type(odd) {
	background: #dedede;
}

.container-collectie:nth-of-type(odd) .container-collectie-width .row,
.container-collectie:nth-of-type(odd) .container-collectie-small .row {
	flex-direction: row-reverse;
}

.container-collectie {
	position: relative;
}

.container-collectie-small {
	position: relative;
	z-index: 10;
}

.col-bg-100 {
	height: 90vh;
	background-position: center;
	background-size: cover;
}

.col-vertcent {
	height: 90vh;
	display: flex;
	align-items: center;
}

.container-collectie-width {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}

h1 {
	margin: 100px 0 70px 0;
	font-family: 'Inter', sans-serif;
	font-size: 1.5em;
	font-weight: 700;
}

h1 span {
	font-size: 1.25rem;
	font-weight: 300;
}

h2 {
	font-family: 'Inter', sans-serif;
	font-size: 1.5em;
	font-weight: 700;
}

.meerpijl:hover {
	opacity: 0.7;
}

.container-collectie p {
	font-size: 1.1rem;
	line-height: 1.75em;
}

.sub-menu {
	padding-top: 11px;
	background: #dedede;
}

.menu-item-has-children a:hover+.sub-menu {
	padding-top: 0;
}

.current_page_item a:hover+.sub-menu {
	padding-top: 11px;
}

.sub-menu a {
	border: 0;
	padding-bottom: 0 !important;
}

.sub-menu a:hover {
	text-decoration: underline;
	border: 0;
}

.sub-menu .current-menu-item a {
	border: 0;
}

.backarrow {
	position: absolute;
	bottom: 100px;
	font-weight: 600;
}

.backarrow img {
	margin-top: -3px;
}

.entry-content {
	min-height: 130px;
}

.container-overzicht {
	background: #dedede;
	padding-top: 100px;
	padding-bottom: 30px;
}

.featherlight span {
	display: none;
}

.featherlight .featherlight-content .caption {
	color: #000 !important;
	padding: 10px;
	font-family: 'Inter';
	white-space: break-spaces !important;
	font-size: 0.75em !important;
	/*left: 10px;
	right: 10px;
	bottom: 8px;
	background: rgba(255,255,255,0.7);*/
	background: #fff;
	position: relative !important;
}

.featherlight .featherlight-content .caption strong {
	float: right;
}

.facetwp-type-radio {
	display: flex;
}

.facetwp-radio {
	background: none !important;
	padding-left: 0 !important;
	padding-right: 25px;
	font-weight: 600;
	color: #666;
}

.checked {
	color: #000;
}

.facetwp-facet-jaartallen {
	display: flex;
}

.facetwp-slider-wrap {
	width: calc(100% - 150px);
	padding-right: 15px;
	margin-top: 17px !important;
}

.facetwp-slider-label {
	width: 150px;
}

.noUi-connect {
	background: #000 !important;
	height: 4px !important;
}

.noUi-target {
	background: none !important;
	border-radius: 0 !important;
	border: 0 !important;
}

.noUi-handle {
	border: 0 !important;
	border-radius: 0 !important;
	background: #000 !important;
}

.noUi-base {
	background: #666;
	height: 4px !important;
}

.noUi-horizontal .noUi-handle {
	top: -8px !important;
}

.facetwp-facet {
	margin-bottom: 10px !important;
}

.container-collectie-items {
	margin-top: 20px;
}

.container-collectie-items .col-uitgelicht {
	margin-bottom: 50px;
}

.container-collectie-items p {
	margin-bottom: 0.5em;
}

.jaartal {
	float: left;
	margin-right: 20px;
}

.facetwp-load-more {
	border: 0;
	margin: 30px auto;
	display: block;
	background: none;
	font-size: 1em;
	font-weight: 600;
	border-radius: 0;
	color: #000;
	padding: 10px;
	position: relative
}

.facetwp-load-more:after {
	content: url("assets/arrowdown.svg");
	position: absolute;
	top: 35px;
	left: calc(50% - 8px);
}

.facetwp-slider-reset,
.search-submit {
	border: 2px solid #000 !important;
	background: none;
	color: #000;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-weight: 600;
	font-size: 0.74em;
	text-transform: uppercase;
	padding: 6px 10px !important;
	position: relative;
	top: -2px;
	transition: all 0.5s ease
}

.facetwp-slider-reset:hover {
	background: #000;
	color: #dedede;
}

.search-field {
	border: 0 !important;
	border-radius: 0 !important;
	font-size: 0.7em !important;
}

.search-submit {
	margin-left: -6px;
	padding: 8px !important;
}

.col-search {
	text-align: right;
}

.content-grey {
	background: #dedede;
}

.col-personen {
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 30px 0 30px 20px;
}

.container-main {
	line-height: 1.8em;
	font-size: 0.8em;
}

.diw-related-item .diw-image-container {
	overflow: hidden;
}

.single .attachment-post-thumbnail {
	margin: 100px 0 70px 0;
}

.menu-secundair-menu-container {
	position: relative;
	top: 6px;
	left: 30px;
}

.menu-secundair-menu-container a {
	font-size: 0.75em;
}

#secundair-menu {
	display: block;
	justify-content: end;
}

.sub-menu a:hover {
	border-bottom: 0 !important;
}

.moberlay {
	background: rgba(255, 255, 255, 0.8);
    padding: 20px;
}