<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/********************************* XS = DEFAULT *********************************/
/*********************** COMMON ***********************/
body {
	font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666666;
	background: url('../images/bg_header.png') center top repeat-x;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.left {
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
}

.right, .left.special {
	float: right;
	display: inline;
	padding: 0;
	margin: 0;
}

.left.special {
	display: block;
	margin: 0 auto;
	float: left;
	width: 100%;
	text-align: center;
	z-index: 100;
	position: relative;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	color: #8EC63F;
	font-weight: 600;
	line-height: 1.1;
}

h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

input, select, textarea, input[type="text"], input[type="password"] {
	display: inline-block;
	padding: 8px;
	font-size: 14px;
	font-weight: normal;
	color: #555555;
	vertical-align: middle;
	font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

input.searchInput {
	width: 200px;
	margin: 5px 0px 0 0;
}

form {
	padding: 0;
	margin: 0;
}

.wrapper {
	position: relative;
	width: 960px;
	padding: 0;
	margin: 0 auto;
}

#content .wrapper {
	padding-top: 10px;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.backlink:hover, .backlink:focus {
	background: none;
}

.backlink i {
	display: inline;
}

.btn {
	background: none;
	border-radius: 0;
	border: none;
	font-weight: bold;
	padding: 0;
	text-align: left;
}

.btn:hover, .btn:focus {
	text-decoration: underline;
	background: none;
	border: none;
}

.mijnschool .btn {
	padding: 6px 12px;
	text-align: center;
}

.btn i.buttonicon {
	display: inline-block;
}

.form-control.btn {
	box-shadow: none;
}

.title a {
	text-decoration: none;
}

.title a:hover, .title a:focus {
	text-decoration: underline;
}

/*********************** CONTAINERS ***********************/
.contentcontainer {
	background: none;
}

.container {
	padding-left: 0;
	padding-right: 0;
}

#content .container {
	padding-top: 40px;
	background-color: #ffffff;
}

#content .contentRight {
	overflow-x: hidden;
}

#content .contentRight div.basic {
	padding: 0px 0px 20px 25px;
}

#content .contentLeftInside ul {
	padding: 20px 0 20px 20px;
	margin: 0;
}

#content .contentLeftInside ul.subnavi .submenucontainer .submenu {
	padding-top: 0;
	padding-bottom: 0;
}

#content .contentRightInside {
	padding: 0px 20px 20px 20px;
	border-left: 1px solid #dddddd;
}
/*********************** HEADER ***********************/
#header .logocontainer {
	padding: 0;
}

#header #logo {
	background: url("../images/bg_logo_xs.png") no-repeat scroll center top;
	padding: 2px 40px 40px;
	margin-left: 10px;
}

#header .navSearchHolder .right {
	margin-right: 0px;
	float: right;
}

#header #ringen, #subheader #ringen {
	position: relative;
}

#header #ringen .car, #subheader #ringen .car {
	display: none;
	position: absolute;
}

#header #ringen .car img, #subheader #ringen .car img {
	position: absolute;
	top: 0;
	left: 0;
}

#subheader {
	z-index: 1;
	display: none;
	background-position: center -100px;
	background-repeat: repeat-x;
}

#header .menuwrapper .headerSearchContainer input {
	border: 1px solid #aaaaaa;
	border-right: none;
}

#header .menuwrapper .headerSearchContainer button {
	border: 1px solid #aaaaaa;
	border-left: none;
}

/*********************** FOOTER ***********************/
#footer {
	width: 100%;
	background-position: center bottom;
	padding-top: 30px;
}

#footer h1, #footer h2, #footer h3 {
	color: #EF8F1C;
}

#footer #footerLogoContainer {
	text-align: center;
	margin: 6px 0 0;
	padding-bottom: 6px;
}

#footer #footerLogoContainer a {
	display: inline-block;
}

#footer #footerWrapper {
	width: 100%;
	margin: 0 auto;
	border-radius: 25px;
	border: 1px solid #f0f0f0;
	background-color: rgba(255, 255, 255, 0.8);
}

#footer #footerWrapper, #footer #footerWrapper a {
	color: #666666;
}

#footerWrapper div.inner {
	padding: 30px 25px 20px;
}

/*** Blocks ***/
#footer .blok {
	float: left;
	width: 100%;
	margin: 0;
	min-height: 100px;
}

#footer div.blok ul li a {
	color: #666666;
	font-size: 14px;
}

#footer .dubbelblok {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

#footer h2 {
	font-size: 20px;
}

#footer .footlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .footlist li:before {
	content: "\00B7 \0020";
}

#footer #footerO2g2 {
	width: 100%;
	padding: 0;
	margin: 0;
}

#footer #footerO2g2Wrapper {
	width: 100%;
	height: 50px;
	padding: 0px 20px;
	margin: 0 auto;
	text-align: center;
}

#footer .footerbottom .footerlogo {
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}

#footer .copyright p {
	display: inline;
}

#footer #o2g2 {
	padding-right: 35px;
	background: url('../images/logo_o2g2.png') no-repeat right center;
	color: #999999;
	width: auto;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	line-height: 40px;
	vertical-align: middle;
	margin-top: 5px;
}

#footer #o2g2 a {
	color: #999999
}

#footerleft, #footermid, #footerright {
	width: 300px;
	float: left;
}

#footermid {
	margin: 0 30px;
}
/*********************** MENUS ***********************/
/*** Main menu ***/
.mainmenu ul li {
	margin-bottom: 0;
}

.mainmenu ul li a {
	font-size: 18px;
	text-decoration: none;
}

/*** Submenu ***/
#content .contentLeftInside ul.subnavi {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

#content .contentLeftInside ul.subnavi li {
	padding: 0;
	margin: 0 0 5px 0;
}

#content .contentLeftInside ul.subnavi li a {
	display: block;
	padding: 12px 0 10px 10px;
	background: #3EBAEB;
	color: #ffffff;
	text-decoration: none;
}

#content .contentLeftInside ul.subnavi li a:hover, #content .contentLeftInside ul.subnavi li a.active, #content .contentLeftInside ul.subnavi li a.subselected {
	background: #F48117;
	color: #ffffff;
}

/*** Mobilemenu ***/
.mobilemenu ul li .text {
	text-shadow: 0 0 4px #000000;
}
/*********************** HOMEPAGE ***********************/
/*** Teachers ***/
#teachers h2 {
	color: #3EBAEB;
}

#teachers .carousel {
	height: 450px;
}

#teachers .carousel .carouselframe {
	background-image: url('../images/bg_teacher_photo_holder_bottom.png');
	background-size: 100% 100%;
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 10;
	top: 0;
}

#teachers .carousel .carousel-inner&gt;.item&gt;.photowrapper {
	z-index: 25;
	width: 100%;
	height: 200px;
	background-size: 75%;
	position: absolute;
	height: 200px;
}

#teachers .carousel .carousel-inner&gt;.item&gt;.photowrapper&gt;.imageoverlay {
	display: none;
}

#teachers .carousel .carousel-inner&gt;.item&gt;.description {
	padding: 240px 30px 0 35px;
	z-index: 20;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-image: url('../images/bg_teacher_photo_holder_bottom.png');
	background-size: 100% 100%;
}

#teachers .carousel .carousel-inner&gt;.item&gt;.description a {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

#teachers .carousel .carousel-inner&gt;.item:nth-child(5n-1) {
	background-color: #8EC63F;
}

#teachers .carousel .carousel-inner&gt;.item:nth-child(5n) {
	background-color: #3EBAEB;
}

#teachers .carousel .carousel-inner&gt;.item:nth-child(5n+1) {
	background-color: #EE2324;
}

#teachers .carousel .carousel-inner&gt;.item:nth-child(5n+2) {
	background-color: #F38118;
}

#teachers .carousel .carousel-inner&gt;.item:nth-child(5n+3) {
	background-color: #FFD912;
}

#teachers .carousel .carousel-inner&gt;.item:nth-child(5n+3)&gt;.description a {
	color: #666666;
}

/*** Infoblock ***/
.homepage .infoblock h1, .homepage .infoblock h2, .homepage .infoblock h3, .homepage .infoblock h4 {
	display: none;
}

/*** Ringen ***/
.homepage #header #ringen {
	height: 385px;
}

.homepage #header #ringen #ring1 {
	top: 4px;
	right: 2%;
	display: block;
}

.homepage #header #ringen #ring1, .homepage #header #ringen #ring1 img {
	width: 244px;
	height: 244px;
}

.homepage #header #ringen #ring3 {
	top: 165px;
	left: 3%;
}

.homepage #header #ringen #ring3, .homepage #header #ringen #ring3 img {
	width: 221px;
	height: 221px;
}

/*** Calendar ***/
.homepage #calendar {
	margin-bottom: 30px;
}

.homepage #calendar .inner .activity {
	margin-bottom: 10px;
}

.homepage .calendaroverview .activity .date, .homepage .calendardetail .newsdate {
	font-style: normal;
}

.homepage .calendaroverview .btn {
	float: left;
}

/*********************** COMPONENTS ***********************/
/*** Calendar ***/
#calendar .activity {
	font-size: 16px;
	line-height: 1.4em;
}

#calendar .activity .date .longdate {
	display: none;
}

#calendar .activity .date .shortdate {
	display: block;
}

/*** Infoblock ***/
div.infoblock {
	margin-bottom: 20px;
}

div.infoblock h1, div.infoblock h2, div.infoblock h3, div.infoblock h4 {
	color: #666666;
}

/*** News ***/
.newsoverview .item {
	margin-bottom: 20px;
}

.homepage .newsoverview h2, .homepage .newsoverview .item h3 a, .homepage .newsoverview a.leesmeer {
	color: #EE2324
}

.homepage .newsoverview a.leesmeer {
	font-size: 14px;
	font-weight: 600;
}

/*** Other ***/
.planner h2, .compleet h2 {
	color: #8EC63F;
	margin: 0 0 20px 0;
	padding: 0;
}

div.detailimgwrap.leftfloat img {
	margin: 10px 20px 20px 0px;
}

body.cleft div.planner div.date, body.cright div.planner div.date {
	color: #8EC63F;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3em;
}

div.planner div.date, div#planner h2 {
	color: #8EC63F;
}

/******************************************* SMALL (SM) *******************************************/
@media ( min-width : 650px) {
	/*********************** CONTAINERS ***********************/
	/*********************** HEADER ***********************/
	#header .menuwrapper {
		padding-left: 320px;
	}
	#subheader .container {
		padding-bottom: 0;
	}

	/*** Ringen ***/
	#subheader {
		background-position: center -300px;
	}
	#subheader #ringen {
		height: 270px;
	}
	#subheader #ringen #ring1 {
		top: 6px;
		right: 7%;
		display: block;
	}
	#subheader #ringen #ring1, #subheader #ringen #ring1 img {
		width: 244px;
		height: 244px;
	}
	#subheader #ringen #ring3 {
		left: 12%;
		display: block;
		top: 28px;
	}
	#subheader #ringen #ring3, #subheader #ringen #ring3 img {
		width: 221px;
		height: 221px;
	}

	/*** Ringen ***/
	#subheader #ringen {
		height: 290px;
	}
	/*********************** FOOTER ***********************/
	#footer .dubbelblok .blok {
		width: 50%;
	}
	/*********************** MENUS ***********************/
	/*********************** HOMEPAGE ***********************/
	.homepage #header {
		background-position: center bottom;
	}
	.homepage #header #ringen #ring1 {
		top: 50px;
		right: 8%;
	}
	.homepage #header #ringen #ring3 {
		left: 12%;
		display: block;
		top: 28px;
	}
	.homepage .newsoverview .item .textcontainer&gt;div {
		margin-bottom: 0;
	}

	/*** Teachers ***/
	#teachers .carousel {
		height: 320px;
		width: 460px;
	}
	#teachers .carousel .carouselframe {
		background-image: url('../images/bg_teacher_photo_holder_right.png');
	}
	#teachers .carousel .carousel-inner&gt;.item&gt;.photowrapper {
		height: 200px;
		width: 200px;
		background-position: left top;
		background-size: 90% 90%;
		background-position: left top;
	}
	#teachers .carousel .carousel-inner&gt;.item&gt;.description {
		padding: 80px 70px 5px 195px;
		height: 100%;
		width: 100%;
		background-image: url('../images/bg_teacher_photo_holder_right.png');
	}

	/*********************** OTHER ***********************/
}
/******************************************* MEDIUM (MD) *******************************************/
@media ( min-width : 992px) {
	/*********************** CONTAINERS ***********************/
	/*********************** HEADER ***********************/
	#header .logocontainer {
		top: 0;
		margin-bottom: -30px;
		margin-top: -75px;
	}
	#header #logo {
		background-image: url('../images/bg_logo.png');
		padding: 90px 40px 35px;
		background-size: contain;
	}
	#header .menuwrapper .headerSearchContainer {
		position: absolute;
		right: 0;
		top: 65px;
		z-index: 20;
	}

	/*** subheader ***/
	#subheader {
		/*display: block;*/
		background-position: center -300px;
	}
	/*** Ringen ***/
	#subheader #ringen {
		height: 550px;
	}
	#subheader #ringen #ring1 {
		left: 320px;
		top: 6px;
	}
	#subheader #ringen #ring2 {
		top: 50px;
		left: 555px;
		display: block;
	}
	#subheader #ringen #ring2, #subheader #ringen #ring2 img {
		width: 366px;
		height: 366px;
	}
	#subheader #ringen #ring3 {
		left: 1%;
		top: 175px;
	}
	#subheader #ringen #ring4 {
		top: 235px;
		left: 215px;
		display: block;
	}
	#subheader #ringen #ring4, #subheader #ringen #ring4 img {
		width: 295px;
		height: 295px;
	}
	#subheader #ringen #ring5 {
		left: 500px;
		top: 370px;
		display: block;
	}
	#subheader #ringen #ring5, #subheader #ringen #ring5 img {
		width: 180px;
		height: 180px;
	}
	/*********************** FOOTER ***********************/
	#footer {
		background-position: center -65px;
		padding-top: 100px;
	}
	#footer #footerWrapper {
		width: 960px;
	}
	/*** Blocks ***/
	#footer .dubbelblok {
		width: 66%;
	}
	#footer .blok {
		width: 33%;
	}
	#footerWrapper div.inner {
		margin-left: 60px;
		padding: 30px 0 20px 0;
	}
	#footerO2g2Wrapper {
		width: 920px;
	}
	/*********************** MENUS ***********************/
	#header .menuwrapper .mainmenu {
		margin-top: 5px;
	}
	.mainmenu ul li a {
		padding: 17px 10px;
	}
	/*********************** HOMEPAGE ***********************/
	.homepage #header .menuwrapper .mainmenu {
		width: 100%;
		display: block;
		padding-left: 280px;
		margin-top: 0px;
	}
	.homepage #header .menuwrapper .headerSearchContainer {
		top: 55px;
	}
	.homepage #header .logocontainer {
		display: block;
		margin-bottom: -235px;
		margin-top: -30px;
	}
	.homepage #header #logo {
		padding: 100px 50px 45px;
	}
	#subheader {
		background-position: center -25px;
	}
	/*********************** OTHER ***********************/
}
/******************************************* LARGE (LG) *******************************************/
@media ( min-width : 1200px) {
	/*********************** CONTAINERS ***********************/
	#content .contentRightInside {
		padding: 0px 20px 20px 20px;
		border-left: 1px solid #dddddd;
	}
	/*********************** HEADER ***********************/
	#header .menuwrapper .headerSearchContainer {
		top: 65px;
	}
	/*** Ringen ***/
	#subheader #ringen #ring1 {
		top: 6px;
		left: 410px;
	}
	#subheader #ringen #ring1 {
		top: 6px;
		left: 480px;
	}
	#subheader #ringen #ring2 {
		top: 95px;
		left: 760px;
	}
	#subheader #ringen #ring3 {
		top: 225px;
		left: 60px;
	}
	#subheader #ringen #ring4 {
		top: 235px;
		left: 300px;
	}
	#subheader #ringen #ring5 {
		top: 365px;
		left: 610px;
	}
	/*********************** FOOTER ***********************/
	/*********************** MENUS ***********************/
	/*********************** HOMEPAGE ***********************/
	.homepage #header .menuwrapper .headerSearchContainer {
		top: 65px;
	}
	/*********************** OTHER ***********************/
}</pre></body></html>