<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	display: block;
}

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

body {
	padding: 0;
	margin: 0;
	line-height: 1.7;
	color: #123359;
	font-size: 1rem;
	background: rgba(234,240,242,0.1);
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
@media (min-width: 992px) {
body {
	background: rgb(234,240,242);
	background: linear-gradient(90deg, rgba(234,240,242,1) 0%, rgba(234,240,242,0.1) 35%, rgba(234,240,242,0.1) 100%);
}
}

a {
	color: #D1007C;
	text-decoration: underline;
}

a:hover {
	color: #BD0070;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	line-height: 1.3;
}

h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1.2rem;
}

h3 {
	font-size: 1.1em;
}

p, ul, ol, table, blockquote {
	margin: 0 0 20px;
}

ul, ol {
	padding: 0 0 0 20px;
}

img {
	max-width: 100%;
	height: auto;
}

.banner {
	padding: 1.21rem 0 0.01rem 0;
	background-color: #ffffff;
	position: relative;
	border-bottom: 1px solid rgb(18 51 89 / 10%);
}

.banner .row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	align-items: center;
}

.banner .row &gt; * {
	flex-shrink: 0;
    max-width: 100%;
    padding: 0 10px;
    width: 100%;
}

.banner .col {
	flex: 1 0 0%;
}

.banner .col-12 {
	flex: 0 0 100%;
    max-width: 100%;
}

.banner .col-auto {
	flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.banner p {
	margin-bottom: 1.2rem;
}

.brand {
	display: inline-block;
	text-decoration: none;
	margin-bottom: 1.2rem;
}

.brand img {
	display: block;
	width: 200px;
	height: 47px;
	max-width: none;
}
@media (min-width: 992px) {
.brand img {
	width: 250px;
	height: 59px;
}
}

.slogan {
	display: none;
    font-style: italic;
}
@media (min-width: 992px) {
.slogan {
	display: block;
}
}

nav {
	background: #087FA5;
	border-radius: 15px;
	padding: 15px;
	position: relative;
	margin-bottom: 1.2rem;
}

#menu-toggle-content {
	display: none;
}
#menu-toggle-content.is-active {
	display: block;
}
@media (min-width: 992px) {
#menu-toggle-content {
	display: none !important;
}
}

#container, 
.container {
	margin: 0 auto;
	padding: 0 15px;
}
@media (min-width: 375px) {
#container, 
.container {
	padding: 0 25px;
}
}
@media (min-width: 576px) {
#container, 
.container {
	max-width: 540px;
}
}
@media (min-width: 768px) {
#container, 
.container {
	max-width: 720px;
}
}
@media (min-width: 992px) {
#container, 
.container {
	max-width: 960px;
}
}
@media (min-width: 1440px) {
#container, 
.container {
	max-width: 1060px;
}
}

#content {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
}

#content &gt; * {
	flex-shrink: 0;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.content-info {
	text-align: center;
	font-size: 0.85em;
	padding: 2.2rem 0 1rem;
}

.content-info a {
	color: #123359;
	text-decoration: none;
}

.content-info a:hover {
	text-decoration: underline;
}

#menu {
	background: #087FA5;
	border-radius: 15px;
	padding: 15px;
	display: none;
	position: relative;
}
@media (max-width: 991px) {
#menu {
	
}
}
@media (min-width: 992px) {
#menu {
	display: block !important;
	flex: 0 0 20%;
    max-width: 20%;
    order: -2;
}
}

#menu.is-active {
	display: block;
}

nav a,
#menu a {
	color: #ffffff;
}

nav a:hover,
#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}

nav ul,
#menu ul,
#sider ul,
#sider_gedichten ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

nav ul li,
#menu ul li,
#sider ul li,
#sider_gedichten ul li {
	border-bottom: 1px solid rgb(18 51 89 / 10%);
}

nav ul li:last-child,
#menu ul li:last-child,
#sider ul li:last-child,
#sider_gedichten ul li:last-child {
	border-bottom: none;
}

nav ul li a,
#menu ul li a,
#sider ul li a,
#sider_gedichten ul li a {
	display: block;
	padding: 11px 0;
	line-height: 1.3;
	font-size: 1.25rem;
	text-decoration: none;
}
@media (min-width: 992px) {
nav ul li a,
#menu ul li a,
#sider ul li a,
#sider_gedichten ul li a {
	display: inline-block;
	padding: 8px 0;
	font-size: 0.95rem;
}
}

nav ul li,
#menu ul li {
	border-color: rgb(255 255 255 / 10%);
}

#text {
	padding: 15px 0;
    position: relative;
}
@media (min-width: 992px) {
#text {
	padding: 15px 35px;
    flex: 0 0 60%;
    max-width: 60%;
    order: -2;
}
}

#textunder {
	clear: both;
	padding-top: 25px;
}

#sider,
#sider_gedichten {
	order: 3;
	background: #eaf0f2;
	background: linear-gradient(180deg, rgba(234,240,242,1) 0%, rgba(234,240,242,0) 100%);
	border-radius: 15px;
	padding: 15px;
	font-size: 15px;
	position: relative;
}
@media (min-width: 992px) {
#sider,
#sider_gedichten {
	flex: 0 0 20%;
    max-width: 20%;
    order: -1;
}
}


/*#banner {
	border-top: 1px solid #1fcffb;
	margin-top: 50px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: center;
	
}*/

.box_center {
	padding: 20px;
	background: rgb(234,240,242);
	background: linear-gradient(180deg, rgba(234,240,242,1) 0%, rgba(234,240,242,0) 100%);
	border-radius: 15px;
	display: flex;
	text-align: center;
	margin: 30px 0;
	flex-wrap: wrap;
}

.box_center font[size="2"] {
	font-size: 1rem;
}

.box_center ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box_center ul li {
	border-bottom: 1px solid rgb(18 51 89 / 10%);
}
@media (min-width: 540px) {
.box_center ul li {
	border-bottom: none;
}
}

.box_center ul li:last-child {
	border-bottom: none;
}

.box_center ul li a {
	display: block;
	padding: 11px 0;
	line-height: 1.3;
	font-size: 1.25rem;
	text-decoration: none;
}
@media (min-width: 992px) {
.box_center ul li a {
	display: inline-block;
	padding: 8px 0;
	font-size: 1rem;
}
}

.box_left {
	width: 100%;
}
@media (min-width: 540px) {
.box_left {
	width: 50%;
}
}

.box_right {
	width: 100%;
}
@media (min-width: 540px) {
.box_right {
	width: 50%;
}
}

.gedichten_links,
.gedichten_rechts {
	text-align: center;
	font-size: 1.1em;
	letter-spacing: 0.01em;
}

.gedichtenbundels_links {

	text-align: left;
}
.gedichtenbundels_rechts {

	text-align: left;
}


.gedichtpagina_links {
	padding: 30px 20px;
	background: rgb(234,240,242);
	background: linear-gradient(180deg, rgba(234,240,242,1) 0%, rgba(234,240,242,0) 100%);
	border-radius: 15px;
	text-align: center;
	margin: 0 0 30px;
	text-align: center;
	font-size: 1.1em;
	letter-spacing: 0.01em;
}
.gedichtpagina_rechts {

}


#text .gedichtpagina_rechts p {
	color: #123359;
	margin: 0;
}
#text .gedichtpagina_rechts p b {
	display: block;
	margin: 10px 0;
}
#text .gedichtpagina_rechts p a {
	color: #123359;
	text-decoration: none;
}
#text .gedichtpagina_rechts p a img {
	margin-right: 5px;
	vertical-align: middle;
}


.navigeer p {
	color: #AAAAAA !important;
}
.navigeer a {
	color: #D1007D !important;
	text-decoration: underline !important;
}


.gedichtpagina_rechts form {
	max-width: 180px;
}
.gedichtpagina_rechts form .inputRadio{
	float: left;
}
.gedichtpagina_rechts form .labelsmall{
	float: left;
	width: 15px;
}

.gedichtpagina_rechts img, .gedichtpagina_rechts a{
	border: 0px;
}


.gedichtenbundels_lijn {
	float: left;
	width: 100%;
	text-align: left;
}


#pages {
	text-align: center;
	text-decoration: none;
	clear: both;
	margin: 30px 0;
	background: #eaf0f2;
	border-radius: 15px;
	padding: 10px 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border: 1px solid rgb(18 51 89 / 15%);
}

#pages a {
	padding: 2px 8px;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid transparent;
	color: #123359;
}

#pages a:hover {
	border: 1px solid #dae4e5;
	background: #dae4e5;
	color: #D1007C;
}

#pages a.current, #pages a.current:hover{
	border: 1px solid #D1007C;
	background: #D1007C;
	color: #FFFFFF;
	text-decoration: none;
}

#decoration {
	display: none;
}


.box_filters {
	font-size: 15px;
}
.box_filters span {
	display: block;
}


.blocks .box_left {
	text-align: left; width: 100%;
}
.blocks .box_left .identifier {
	float: left;
	margin-bottom: 8px;
    width: 100%;
}
.blocks .box_left ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}
.blocks .box_left ul li {
	float: left; 
	width: 165px;
	font-weight: normal;
	list-style-image: none !important;
	padding: 0;
	margin: 0;
	font-size: 0.97em;
}


a.naargedicht {
	text-decoration: none;
	margin: 0 0 20px;
	padding: 10px;
	display: inline-block;
}

a.naargedicht:after {
	content: "\2192";
	display: inline-block;
	height: 28px;
	width: 28px;
	background: #eaf0f2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid rgb(18 51 89 / 15%);
}


@media (max-width: 991px) {
.menu-toggle {
	margin-bottom: 1.2rem;
	cursor: pointer;
	display: block !important;
}
}

.hamburger .line {
	width: 32px;
	height: 3px;
	background-color: #123359;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.hamburger .line:nth-child(2) {
	margin: 9px 0;
}
.hamburger.is-active {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hamburger.is-active .line {
	background-color: #123359;
}
.hamburger.is-active .line:nth-child(2) {
	width: 0px;
}
.hamburger.is-active .line:nth-child(1) {
	-webkit-transform: translateY(12px);
	-ms-transform: translateY(12px);
	-o-transform: translateY(12px);
	transform: translateY(12px);
}
.hamburger.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-12px) rotate(90deg);
	-ms-transform: translateY(-12px) rotate(90deg);
	-o-transform: translateY(-12px) rotate(90deg);
	transform: translateY(-12px) rotate(90deg);
}

.ads-banner {
	text-align: center;
	min-height: 280px;
}
.google-auto-placed {
	margin: 20px 0;
}
</pre></body></html>