@font-face {
font-family: "Rosario";
src: url("../fonts/rosario/Rosario-VariableFont_wght.woff2") format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Rosario";
src: url("../fonts/rosario/Rosario-VariableFont_wght.woff2") format("woff2");
font-weight: 300;
font-style: norm;
font-display: swap;
}
@font-face {
font-family: "Rosario";
src: url("../fonts/rosario/Rosario-VariableFont_wght.woff2") format("woff2");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Rosario";
src: url("../fonts/rosario/Rosario-Italic-VariableFont_wght.woff2") format("woff2");
font-weight: 400;
font-style: italic;
font-display: swap;
}
:root {
--bg-color-blue: #e4edf0;
--button-blue: #dbe7eb;
--accent-blue: #d3dfe3;
--bg-color-roze: #f0e4ee;
--button-roze: #ebdbe8;
--accent-roze: #e3d3e0;
--bg-color: #f0eae4;
--button-color: #ebe2da;
--button-color-dark: #e2d9d1;
--accent: #d9cdc3;
--accent-light: #e4dbd3;
--accent-light-dark: #dbd2ca;
--black: #212121;
--text-color: #333;
--head-color: #333;
--soft-color: #696969;
--link-color: #80634d;
--font-main: "Rosario", sans-serif;
--font-sub: "Rosario", sans-serif;
--nav-height: 3.25rem;
--transition: 294ms ease-out;
}
html {
background-color: var(--bg-color);
font-family: var(--font-main);
font-weight: 400;
font-size: 18px;
color: var(--text-color);
line-height: 1.6;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-y: scroll;
}
body {
margin: 0;
background-image: url(../images/bg.png);
background-size: cover;
background-repeat: repeat-y;
}
body.blue {
background-color: var(--bg-color-blue);
}
body.roze {
background-color: var(--bg-color-roze);
}
p {
margin: 0;
}
a {
color: var(--font-main);
text-decoration: none;
transition: color var(--transition), background-color var(--transition);
cursor: pointer;
outline: transparent;
}
main {
margin-bottom: 3rem;
}
.blog main, .roman main {
margin-bottom: 4rem;
}
.content-blog a, .content-roman a {
text-decoration: underline;
}
a.no-link-color {
color: var(--text-color);
}
* {
-webkit-tap-highlight-color: transparent;
}
a:active, button:active {
outline: transparent;
}
img {
height: auto;
max-width: 100%;
margin: 1.5rem 0 1rem;
}
ul {
display: block;
list-style-type: none;
margin: 0 0 1.5rem 0;
padding-inline-start: 0;
}
li {
display: list-item;
}
button {
appearance: none;
background: none;
border: none;
cursor: pointer;
font-family: inherit;
font-size: 1rem;
padding: 0;
}
.container {
width: 100%;
margin: 0 auto;
position: relative;
max-width: 705px;
}
.section {
padding: 1rem;
display: block;
}
h1, h2, h3, h4, h5, h6, .title {
color: var(--head-color);
font-family: var(--font-main);
font-weight: 700;
line-height: 1.2;
word-break: break-word;
margin-top: 0;
}
h1 {
font-size: 2rem;
}
h2 {
font-size: 1.3rem;
}
.title h1, .list h2 {
margin: 0 0 .3rem;
}
.title.solitair {
margin-top: 3rem;
}
.subtitle {
background-color: rgba(0,0,0,.04);
font-family: var(--font-sub);
color: var(--text-color);
font-size:  1rem;
font-weight: 400;
padding: 1rem 3.9rem 1rem;
text-align: center;
}
.chapter {
text-align: center;
font-size: 3rem;
margin-bottom: 1rem;
}
.rubriek {
font-family: var(--font-sub);
font-weight: 300;
font-size: 1.2rem;
line-height: 1.3;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.1rem;
margin: 0 0 1rem;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
h1.rubriek {
margin: 0;
}
.divider-wrapper {
display: block;
text-align: center;
clear: both;
margin: 0 0 4rem;
}
.divider { width: 8%; }
.section.list {
hyphens: auto;
margin: 1rem 0;
}
.content-blog p {
margin-bottom: .7rem;
}
.content-roman {
hyphens: auto;
}
.content-roman p:not(:first-child) {
text-indent: 3rem;
}
.section.meta {
font-family: var(--font-sub);
font-size:  1rem;
padding: 0 1rem;
margin-top: 3rem;
}
.section.meta a {
text-decoration: underline;
}
.komma {
margin-right: .3rem;
}
.blog-date, .folder-name {
font-family: var(--font-sub);
display: block;
font-size:  1rem;
font-weight: 400;
}
.blog .blog-date, .zoekresultaten .blog-date, .roman .blog-date {
border-top: 1px solid #aaa;
padding-top: .4rem;
margin-top: .5rem;
}
.blog-category {
display: inline;
}
.blog * .blog-date {
margin-bottom: 0;
}
.sup {
vertical-align: top;
position: relative;
top: -.5rem;
}
.tag-list {
display: flex;
line-height: 1.6;
}
.tag-list a {
white-space: nowrap;
}
.section.featured-image {
padding: 0 1rem;
text-align: center;
}
.featured-image img {
margin: 0;
}
.section.no-padding-top {
padding-top: 0;
}
.center {
text-align: center;
}
.section.prev-next {
background-color: rgba(0,0,0,.04);;
}
.prev-next {
display: flex;
justify-content: space-between;
}
.prev-next-divider {
border-top: 1px solid #aaa;
padding-top: .5rem;
margin-top: .5rem;
}
.prev-next {
flex-direction: column;
}
.btn-prev.last-btn {
width: 100%;
}
.prev-next {
font-family: var(--font-sub);
font-weight: 400;
font-size:  1rem;
}
.btn {
display: flex;
align-items: center;
justify-content: center;
font-size:  1rem;
}
.btn-prev, .btn-next {
display: flex;
}
.btn-prev {
justify-content: flex-end;
}
.btn-next {
justify-content: flex-start;
}
.footnotes {
font-size: .9rem;
letter-spacing: .3px;
margin: 0 0 2rem 1rem;
}
.footnotes a {
text-decoration: underline;
}
.btn-next a.btn {
text-align: right;
}
.rotate-180 {
rotate: 180deg;
display: inline-block;
}
.rotate-90 {
rotate: -90deg;
display: inline-block;
}
.m-l-1r {
margin-left: 1rem;
}
.m-r-1r {
margin-right: 1rem;
}
.m-l-4r {
margin-left: 4rem;
}
.m-r-4r {
margin-right: 4rem;
}
img.arrow {
width: 1rem;
height: 1rem;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.footer-wrapper {
background-color: rgba(0,0,0,.04);
}
footer.section {
padding: 2rem 1rem;
}
footer p {
font-family: var(--font-sub);
font-size:  1rem;
margin-bottom: 1rem;
}
footer a {
text-decoration: underline;
}
.share, .socials {
font-family: var(--font-sub);
font-size:  1rem;
}
.share > a, .socials > a {
margin: 0 0.5rem;
display: flex;
}
.share svg, .socials svg {
display: block;
}
.socials {
display: flex;
flex-wrap: wrap;
align-content: flex-start;
}
.credits {
margin-top: 2rem;
}
.navbar-wrapper {
background-color: rgba(0,0,0,.04);
margin-bottom: 6rem;
}
.blog-item .navbar-wrapper {
margin-bottom: 6rem;
}
.roman-item .title {
margin-bottom: 6rem;
padding: 1rem 5rem;
}
#target {
scroll-margin-top: -59px;
}
.navbar {
font-family: var(--font-sub);
font-weight: 400;
font-size:  1rem;
background-color: transparent;
min-height: var(--nav-height);
position: relative;
z-index: 30;
display: flex;
justify-content: center;
}
.navbar > .container {
display: flex;
align-items: stretch;
width: 100%;
}
.navbar-brand {
display: flex;
align-items: stretch;
flex-shrink: 0;
}
.navbar-brand > .navbar-item {
padding-right: 1.2rem;
}
.navbar-item {
display: flex;
align-items: center;
padding: 0.5rem 0.75rem;
color: var(--font-main);
line-height: 1.5;
}
.navbar-burger {
display: block;
position: relative;
width: 2.5rem;
height: 2.5rem;
margin-left: auto;
margin-right: 6px;
align-self: center;
}
.navbar-burger span {
background-color: currentColor;
display: block;
height: 2px;
width: 20px;
position: absolute;
left: calc(50% - 10px);
transition: var(--transition);
}
.navbar-burger span:nth-child(1) { top: calc(51% - 7px); }
.navbar-burger span:nth-child(2) { top: calc(50% - 1px); }
.navbar-burger span:nth-child(3) { top: calc(51% + 4px); }
.navbar-burger.is-active span:nth-child(1) { transform: rotate(-45deg); top: calc(50% - 1px); }
.navbar-burger.is-active span:nth-child(2) { transform: rotate(45deg); }
.navbar-burger.is-active span:nth-child(3) { opacity: 0;
}
.navbar-menu {
display: none;
}
.pagination {
font-family: var(--font-sub);
font-size:  1rem;
list-style: none;
padding: 0;
margin: 3rem 0 3rem;
text-align: center;
}
.pagination li {
display: inline-block;
}
.pagination a, .pagination span {
display: inline-block;
padding: 4px 15px;
background-color: var(--button-color);
}
.blue .pagination a {
background-color: var(--button-blue);
}
.roze .pagination a {
background-color: var(--button-roze);
}
.pagination li a:hover {
background-color: var(--accent-light);
}
.blue .pagination li a:hover {
background-color: var(--accent-blue);
}
.roze .pagination li a:hover {
background-color: var(--accent-roze);
}
.pagination span.active {
background-color: var(--soft-color);
}
.pagination * .active {
color: var(--bg-color);
}
.blue .pagination * .active {
color: var(--bg-color-blue);
}
.roze .pagination * .active {
color: var(--bg-color-roze);
}
.error p {
text-align: center;
}
.inhoudsopgave {
font-family: var(--font-sub);
display: flex;
justify-content: space-between;
}
.inhoudsopgave a {
text-decoration: none;
}
.rubrieken, .trefwoorden, .socials {
flex: 1;
}
.inhoudsopgave * .tag-list {
margin-bottom: 2rem;
flex-direction: column;
}
.inhoudsopgave * .tag-list a {
font-size:  1rem;
margin-left: 0;
margin-right: .5rem;
}
@media screen and (min-width: 1024px) {
.navbar-burger { display: none;
}
.navbar-menu {
display: flex;
align-items: center;
}
.navbar-start {
display: flex;
justify-content: flex-start;
margin-right: auto;
}
}
@media screen and (max-width: 1023px) {
.navbar {
display: block;
}
.navbar > .container {
display: block;
}
.navbar-brand .navbar-item {
display: flex;
align-items: center;
}
.navbar-menu.is-active {
display: block;
position: absolute;
left: 0;
width: 100%;
background-color: rgba(240, 234, 228, .9);
box-shadow: 0 4px 10px rgba(0,0,0,0.2);
padding: 0.5rem 0;
}
.navbar-item {
display: block;
padding: 1rem;
}
.navbar-start {
text-align: center;
}
}
@media screen and (max-width: 768px) {
html {
font-size: 16px;
}
#target {
scroll-margin-top: -69px;
}
.navbar-wrapper, .blog-item .navbar-wrapper {
margin-bottom: 4rem;
}
.navbar {
margin-top: 0;
padding: 0 1rem;
}
h1 {
font-size: 1.5rem;
padding: 0;
}
h2 {
font-size: 1rem;
padding: 0;
}
.rubriek {
margin: 0 0 1rem;
}
.subtitle {
padding: 1rem;
}
main {
margin-bottom: 2rem;
}
.content-blog p {
margin-bottom: .5rem;
}
.divider-wrapper {
margin: 0 0 1rem;
}
.section {
padding: 1rem 2rem;
}
.section.featured-image {
padding: 0;
}
.section.list {
border: none;
padding: 1rem 2rem 0;
}
.section.list:hover {
border: none;
}
.section.meta {
margin-top: 4rem;
padding: 0 2rem;
}
.tag-list {
display: block;
}
.tag-list, .meta p {
line-height: 2rem;
}
footer.section {
margin-top: 1rem;
padding: 2rem 2rem;
}
.inhoudsopgave {
flex-direction: column;
}
.credits {
width: 100%;
}
.m-l-4r {
margin-left: 1rem;
}
.m-r-4r {
margin-right: 1rem;
}
}