<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =General
-------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: transparent url(../images/patroon.png) repeat top center;
	background-attachment: fixed;
}
#wrapper, .wrapped {
	width: 914px;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 0 10px;
	margin: 0 auto;
    position: relative;
    background: #fff;
    overflow: hidden;
    margin-bottom: 100px;
}

/* =Typographic Elements
-------------------------------------------------------------- */
ol, ul {
    margin: 0;
	padding: 0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 32px;
	color: #000;
	line-height: 36px;
	margin: 0 0 18px 0;
    font-weight: normal;
    font-family: "Museo", 'Arial';
}
h2 {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 18px;
}
h3 {
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 16px;
}
h4, h5 {
    font-size: 13px;
    margin-bottom: 14px;
    line-height: 12px;
}
h6 {
    font-size: 11px;
    margin-bottom: 14px;
    line-height: 11px;
}
a:active,
a:focus {
	outline: none;
}
a,
a:visited {
	color: #e2031a;
	text-decoration: none;
}
a.blocklink {
    position: absolute;
	display: none;
}
.post-edit-link {
	background: no-repeat scroll right top transparent;
    float: right;
    height: 20px; width: 20px;
    text-indent: -99999em;
}
.red {
	/*color: #ff0006;*/
	/*color: #e62339;*/
	color: #e2031a;
}

/* =Buttons
-------------------------------------------------------------- */
a.button,
a.button span {
	border: none;
	color: #fff;
	font-size: 13px; font-weight: bold;
	padding: 0 0 0 4px;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	background-image: url(../images/button_bg.png);
	background-position: left -32px;
	background-repeat: no-repeat;
}
a.button span {
	padding: 0 10px 0 6px;
	background-position: right 0;
}
a.button:hover { background-position: left -96px;}
a.button:hover span { background-position: right -64px; }

/* =Intro
-------------------------------------------------------------- */
#intro {
	text-align: center;
	position: relative;
	min-height: 780px;
	float: left;
	clear: both;
}
#intro .logo {
	margin-top: 60px;
	cursor: pointer;
}
#intro .meta {
	margin-top: 30px;
	font-family: "Museo", 'Arial';
	font-size: 16px;
}
#intro .meta .mail {
	text-decoration: none;
	color: #000;
}
#intro a.lees_meer {
	background: transparent url(../images/lees_meer_red.png) no-repeat 0 0;
	display: block;
	width: 134px;
	height: 66px;
	position: absolute;
	bottom: 0;
	margin-left: -68px;
	left: 50%;
}

/* =Content
-------------------------------------------------------------- */
#menu {
	overflow: hidden;
	padding: 0 15px 30px;
	float: left;
	clear: both;
}
span.pipe {
	padding: 0 40px;
	display: inline-block;
}
.block {
	float: left;
	width: 100%;
}
.block .content {
	display: none;
	position: relative;
}
.block-close {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
}
.block-close a {
	display: block;
	background: transparent url(../images/close.png) no-repeat 0 0;
	width: 24px;
	height: 24px;
	float: right;
}
.block &gt; h2 {
	font-family: "Museo", 'Arial';
	color: #c8c9ca;
	margin: 0;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
}
.block &gt; h2:hover,
.block &gt; h2.active {
	color: #000;
}
.block &gt; h2:hover span.pipe,
.block &gt; h2.active span.pipe {
	color: #c8c9ca;
}
.block.televisie &gt; h2 {
	font-size: 194px;
	height: 174px; /* -20px */
	line-height: 194px;
}
.block.persoonlijk &gt; h2 {
	font-size: 135px;
	height: 115px;
	line-height: 135px;
}
.block.boek &gt; h2 {
	font-size: 345px;
	height: 285px;
	line-height: 315px;
}
.block.fotografie &gt; h2 {
	font-size: 146px;
	height: 116px;
	line-height: 126px;
}
.block.nieuws {
	display: inline-block;
	width: auto;
	overflow: hidden;
}
.block.nieuws &gt; h2 {
	font-size: 90px;
	height: 100px;
	line-height: 110px;
}
.block.nieuws .content {
	width: 884px;
}
.block.contact {
	display: inline-block;
	width: auto;
}
.block.contact &gt; h2 {
	font-size: 90px;
	height: 100px;
	line-height: 110px;
}
.telephone {
	float: left;
	clear: both;
	width: 100%;
	padding: 20px 0;
}
.telephone span {
	font-size: 17px;
	display: inline-block;
	margin-left: 152px;
}
.telephone span:first-child {
	margin-left: 0;
}

/* =Content
-------------------------------------------------------------- */
.inner.entry {
	font-size: 14px;
	line-height: 26px;
	overflow: hidden;
}
.inner.entry.museo {
	font-family: "Museo", 'Arial';
	font-size: 16px;
}
.inner.entry .top-header {
	margin-bottom: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Overlay
-------------------------------------------------------------- */
.overlay {
	display: none;
	background: #fff;
	position: relative;
}
.overlay .overlay-inner {
	padding: 40px 0;
	font-size: 13px;
	line-height: 22px;
}
.overlay .close {
	background: transparent url(../images/close.png) no-repeat 0 0;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 0;
}

/* =Televisie
-------------------------------------------------------------- */
.list .sub {
	float: left;
	text-align: center;
	border: 1px solid #ff0006;
}
.list .sub.recent {
	margin-right: 33px;
}
.list .sub.jaartal {
	float: right;
	margin: 0;
}
.list .sub h3 {
	font-size: 28px;
	color: #fff;
	cursor: pointer;
	width: 272px;
	height: 240px;
	line-height: 240px;
	background: #e2031a;
	margin-bottom: 0;
}
.list .sub .inner {
	display: none;
	padding: 10px 5px;
}
.list .sub h4 {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0;
}
.list .sub .inner a.open_overlay {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 252px;
	padding: 0 5px;
	height: 16px;
	white-space: nowrap;
	cursor: pointer;
	font-family: Arial;
	font-size: 12px;
	color: #000;
	height: 18px;
	line-height: 18px;
	text-align: left;
}
.list .sub .inner a.open_overlay:hover {
	background: #e2031a;
	color: #fff;
}

/* =Page
-------------------------------------------------------------- */
#page {
	padding: 40px 0;

}

/* =Fotografie
-------------------------------------------------------------- */
.content .flexslider ul {
	padding: 0;
}
.content .flexslider li {
	padding: 0;
	margin: 0;
	background: none;
}
.content ol.flex-control-nav {
	display: none;
	bottom: -50px;
	padding: 0;
}
.content ol.flex-control-nav li {
	margin: 0 10px !important;
}
.content .flexslider .flex-prev,
.content .flexslider .flex-next {
	display: block;
	width: 26px;
	height: 50px;
}
.content .flexslider .flex-prev {
	background: transparent url(../images/prev.png) no-repeat 0 0;
}
.content .flexslider .flex-next {
	background: transparent url(../images/next.png) no-repeat 0 0;
}

/* =Social
-------------------------------------------------------------- */
#social {
	position: fixed;
	left: 50%;
	top: 300px;
	margin-left: 474px;
}
#social a {
	display: block;
	width: 41px;
	height: 41px;
	margin: 0 0 5px 0;
}
#social a.twitter { background: transparent url(../images/icon-tw.png) no-repeat 0 0; }
#social a.facebook { background: transparent url(../images/icon-fb.png) no-repeat 0 0; }
#social a.linkedin { background: transparent url(../images/icon-li.png) no-repeat 0 0; }
#social a.cv { background: transparent url(../images/icon-cv.png) no-repeat 0 0; }

.twitter-timeline {
	float: right;
	width: 350px;
}

</pre></body></html>