/*
Theme Name: Locatieagina Mijnzwemschool.nl
Theme URI: http://www.mijnzwemschool.nl
Description: De template van de locatiepagina van de website www.mijnzwemschool.nl
Author: Hindrik Heerema (Solutit)
Author URI: http://www.solutit.nl
Version: 1.0
License: Commercial
*/

@font-face {
    font-family: 'texgyreheroscnbold';
    src: url('fonts/texgyreheroscn-bold-webfont.eot');
    src: url('fonts/texgyreheroscn-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreheroscn-bold-webfont.woff') format('woff'),
         url('fonts/texgyreheroscn-bold-webfont.ttf') format('truetype'),
         url('fonts/texgyreheroscn-bold-webfont.svg#texgyreheroscnbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'texgyreheros';
    src: url('fonts/texgyreheros-regular-webfont.eot');
    src: url('fonts/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreheros-regular-webfont.woff') format('woff'),
         url('fonts/texgyreheros-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyreheros-regular-webfont.svg#texgyreheros') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
.sprite{
	background: url('images/mzsprite.png');
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0px;
	width: 100%;
	z-index: -1;
	background: url('images/schaduwlinks.png') top left repeat-y;
}
#content {
	background: url('images/schaduwrechts.png') top right repeat-y;
}
#primary {
	float: right;
	width: 310px;
	margin: 5px 5px 0px 0px;
}
#secondary {
	float: right;
	overflow: hidden;
	width: 260px;
	margin: 47px 0px 0px 0px;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: tahoma, Arial;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
#voorkeurselectie,
#filterbalk,
#referentiecontainer{
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type="submit"] {
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Open Sans", "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: "Open Sans", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#wrapper,
#header,
#main,
#colophon{
	margin: 0 auto;
	width: 100%;
	max-width: 943px;
}
#wrapper {
	margin-top: 0px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 12px;
	font-style: italic;
	letter-spacing: -1px;
	margin-left: 15px;
}
#site-info a:link,
#site-info a:active,
#site-info a:hover,
#site-info a:visited {
	float: left;
	font-size: 11px;
	font-style: italic;
	color: #555;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {

}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	height: 120px;
	padding: 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding{
	position: relative;
	float: right;
	width: 170px;
	height: 110px;
	/* margin-bottom: -190px; */
	z-index: 4;
}
#logo {
	display: block;
	float: left;
	position: relative;
	z-index: 99999;
	margin: 8px 0px 0px 15px;
}
#locatieheader{
	float: left;
	width: 100%;
	margin: 9px 0px 0px 0px;
	text-align: center;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -2px;
}
#logo{
	float: left;
	margin-left: 10px;
}
#poppetjes{
  	margin: -9px 0px 0px 126px;
}
#locatietitel{
	float: right;
	width: 400px;
	height: 65px;
	margin: 27px 13px 5px 0px;
}
#tekstboven{
	float: right;
	width: 100%;
	line-height: 50px;
	font-size: 34px;
	margin: 4px 0px -6px 0px;
	color: #091656;
	font-family: 'Roboto Condensed';
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-align: right;
}
#logozwemschool{
	float: right !important;
	margin-right: 5px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: right;
	margin: 5px 15px 0px 0px;
	width: 350px;
	height: 82px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	width: 350px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: right;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 30px;
	width: 100px;
	height: 30px;
	padding: 52px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	background: #091656;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {

}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

.menu-item{
	background: #091656;
	margin-left: 5px;
}
#content .menu-item{
	float: left;
	background: none;
	margin-left: 5px;
	list-style-type: none;
}

/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
}

#contenttophr{
	width: 100%;
	height: 10px;
	background: url('images/schaduwboven.png') top right no-repeat;
}
#content {
	width: 100%;
}
#contentmargin{
	float: left;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 5px;
	background: #fff;
}
#content,
#content input,
#content textarea {
	float: left;
	color: #333;
	font-size: 15px;
	line-height: 24px;
}
#content textarea,
#content input {
	width: 570px;
	border-radius: 2px;
}
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
}

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #df2a84;
}
#content h1.entry-title{
	float: left;
	width: 903px;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #d6d5d2;
	border-bottom: 1px solid #d6d5d2;
	background: #f7f7f7;
	color: #091656;
	font-family: texgyreheroscnbold;
	font-size: 18px;
	padding-left: 10px;
}
#content .locatie-title {
	height: 30px;
	line-height: 30px;
	margin-bottom: 0;
	padding-left: 35px;
	font-size: 15px;
	background: url('images/arrowdown.png') 3px 3px no-repeat;
}
#content h2.locatie-title{
	font-size: 14px;
}
.locatie-title a:link,
.locatie-title a:visited,
.entry-title a:link,
.entry-title a:visited {
	color: #fff;
	text-decoration: none;
}
.locatie-title a:active,
.locatie-title a:hover,
.entry-title a:active,
.entry-title a:hover {
	color: #df2a84;
}
.entry-meta {
	color: #777;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 20px 10px 0px 10px;
	width: 580px;
	float: left;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content p {
	font-size: 15px;
	width: 100%;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0px;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.entry-content ul li {
	margin-left: 20px;
	font-size: 15px;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
#subitembox{
	float: left;
	width: 603px;
	margin: -20px 0px 20px -10px;
}

#subitembox a{
	float: left;
	width: 196px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	margin: 5px 5px 0px 0px;
	color: #fff;
	font-size: 14px;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
#content input[type="submit"] {
	background: #091656;
	border: none;
	width: 100%;
	margin: 10px 0px 10px 0px;
	border-radius: 2px;
	-webkit-appearance: none;
	outline: none;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	float: left;
	font-size: 17px;
	margin-top: 4px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
}
#main .widget-area ul ul {
	border: none;
	padding: 0;
}

/* Footer widget areas */
#footer-widget-area {
}
#sidebarcontainer{
	float:right;
	width:310px;
}
#kernwaarden li h3{
	font-family: texgyreheroscnbold;
}
#sidebarlocaties{
	float: left;
	width: 260px;
	list-style-type: none;
}
#sidebarlocaties li{

	margin-bottom: 5px;
	overflow: hidden;
}
#sidebarlocaties li a{
	float: left;
	width: 260px;
	color: #fff;
	line-height: 40px;
	background-color: #091656;
	font-size: 14px;
}
#sidebarlocaties li a:hover,
#sidebarlocaties li a.active{
	background-color: #df2a84;
	text-decoration: none;
}
#sidebarlocaties li a img{
	float: left;
	height: 40px;
	margin-right: 10px;
	overflow: hidden;
}
li#text-3 h3{
	/*color: #09a3e2;*/
	color: #091656;
	margin-left: 55px;
}
li#text-4 h3{
	/*color: #2fbb38;*/
	color: #091656;
	margin-left: 55px;
}
li#text-5 h3{
	/*color: #0763b2;*/
	color: #091656;
	margin-left: 55px;
}
li#text-6 h3{
	/*color: #00aaa9;*/
	color: #091656;
	margin-left: 55px;
}
li#text-3{
	width: 22%;
	background: url('images/nr1widget.jpg') 10px 0px no-repeat;
	margin-top: 24px;
}
li#text-4{
	width: 20%;
	background: url('images/nr2widget.jpg') 10px 0px no-repeat;
	margin-top: 24px;
}
li#text-5{
	width: 18%;
	background: url('images/nr3widget.jpg') 10px 0px no-repeat;
	margin-top: 24px;
}
li#text-6{
	width: 18%;
	background: url('images/nr4widget.jpg') 10px 0px no-repeat;
	margin-top: 24px;
}
#text-8 .textwidget{
	float: left;
	width: 300px;
	height: 30px;
}
#filterbalk{
	float: left;
	width: 100%;
	height: 40px;
	border-top: 1px solid #d6d5d2;
	border-bottom: 1px solid #d6d5d2;
	background: #f7f7f7;
	color: #091656;
}
#filterbalk p{
	float: left;
	padding-left: 10px;
	line-height: 40px;
	font-family: texgyreheroscnbold;
	font-size: 18px;
}

.category-locatie{
	float: left;
	width: 148px;
	height: 147px;
	margin: 5px 5px 0px 0px;
	overflow: hidden;
}

.category-locatie a img{
	float: left;
	width: 100%;
	height: auto;
}

#locatiecontainer{
	float: left;
	width: 913px;
	overflow: hidden;
}
#locatieoverflowcontainer{
	float: left;
	width: 920px;
}
#referentiecontainer{
	float: left;
	width: 301px;
	height: 147px;
	margin: 5px 0px 5px 0px;
	background: #df2a84;
	overflow: hidden;
	color: #fff;
}
#quote{
	float: left;
	width: 66px;
	height: 66px;
	margin: 15px;
	background-position: -164px 0px;
}
#quotebox{
	float: left;
	width: 200px;
	height: 130px;
	margin-top: 15px;
}
#quotebox h1{
	width: 200px;
	height: 72px;
	font-weight: lighter;
	font-size: 14px;
	font-style:italic;
	color: #fff;
	word-wrap:break-word;
	overflow: hidden;
	margin: 5px 0px 0px 0px;
}
#quotebox h1 p{
	margin-bottom: 0px;
}
#quotebox h3{
	font-family: texgyreheroscnbold;
	font-size: 18px;
	color: #fff;
}
#quotebox h5{
	width: 200px;
	height: 20px;
	line-height: 20px;
	font-weight: lighter;
	font-size: 14px;
	word-wrap:break-word;
	overflow: hidden;
	margin-bottom: 0px;
	color: #555;
}

#sloganbalk{
	/*float: left;
	width: 100%;*/
	height: 120px;
	margin: 5px 5px 0px 0px;
	color: #091656;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	float: left;
	width: 913px;
}
#sloganbalk p{
	float: left;
	padding-left: 10px;
	line-height: 40px;
}
#sloganbalk .widget-title{
	font-family: texgyreheroscnbold;
	margin: 20px 0px 0px 10px;
}
#golven{
	float: left;
	width: 25%;
	height: 100px;
	background-position: 0px 0px;
	margin-top: 17px;
}
#text-2{
	list-style: none;
	width: 70%;
	margin-top: 29px;
}
#voorkeurselectie ul{
	float: left;
	list-style: none;
	margin-left: 0px;
}
#voorkeurselectie ul li{
	float: left;
	width: 100%;
}
#voorkeurselectie ul li a{
	float: left;
	height: 71px;
	width: 100%;
	padding-left: 10px;
	line-height: 71px;
	font-size: 15px;
	color: #fff;
	background: #d6d5d2;
	text-decoration: none;
}
#allelocaties{
	margin-top: 5px;
}
#voorkeurselectie .selectieactive,
#voorkeurselectie ul li a:hover {
	background: #091656 url('images/driehoek.png') 95% 50% no-repeat;
}
#partners{
	float: left;
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 110px;
}
#partners a {
	float: right;
}
#partners img{
	float: right;
	margin: 15px 20px 0px 20px;
	vertical-align: middle;
}
#partnerstekst{
	float: left;
	height: 110px;
	line-height: 110px;
	width: 100px;
	font-family: texgyreheroscnbold, 'Open Sans';
	font-size: 16px;
	color: #777;
	margin-left: 5px;
}
#drieluik{
	float: left;
	width: 100%;
	height: 304px;
	overflow: hidden;
}
.footerblok{
	float: right;
	width: 310px;
	margin: 5px 5px 0px 0px;
	overflow: hidden;
}
#footermaps{
	height: 200px;
}
#mapsbox{
	float: right;
	width: 310px;
	padding-bottom: 15px;
	margin: 0px 5px 0px 0px;
	background: #08a3e0 url('images/pijl_omhoog.png') 15px 50%  no-repeat
}
#mapsbox h1{
	width: 200px;
	font-weight: lighter;
	font-size: 12px;
	color: #fff;
	word-wrap:break-word;
	overflow: hidden;
	margin: 0px 0px 0px 85px;
}
#mapsbox h1 p{
	margin-bottom: 0px;
}
#mapsbox h3{
	font-family: texgyreheroscnbold;
	font-size: 18px;
	color: #fff;
	margin: 10px 0px 0px 85px;
}
#mapsbox h5{
	width: 200px;
	height: 20px;
	line-height: 20px;
	font-weight: lighter;
	font-size: 14px;
	word-wrap:break-word;
	overflow: hidden;
	margin-bottom: 0px;
	color: #555;
}
#footerref{
	background: #e5302d;
}
#footerzb{
	float: left;
	width: 454px;
	height: 147px;
	margin: 5px 5px 0px 0px;
	overflow: hidden;
	background: #081655;
}
#footeragenda li{
	width: 100%;
	list-style: none;
	display: block;
}
#footeragenda li h3{
	display: none;
}
#text-8{
	float: left;
	width: 300px;
	color: #fff;
	font-family: 'open sans';
	font-style: italic;
	margin-top: 40px;
	list-style-type: none;
}
.wpcf7 p{
	float: left;
	margin: 10px 0px 0px 0px;
	font-family: "Open Sans";
	font-weight: bold;
	color: #091656;
}
.wpcf7-text {
		height: 30px;
}
#content input.wpcf7-not-valid{
	border: 2px solid red;
	border-radius: 2px;
}
#content .wpcf7-not-valid-tip{
	color: red;
	font-size: 10px;
	letter-spacing: -1px;
	margin-left: 3px;
}
#content .wpcf7-validation-errors{
	width: 554px;
	border: 1px solid red;
	border-radius: 2px;
	background: #f07070;
	color: #fff;
	font-size: 12px;
	float: left;
	margin: 0px;
}
#content input.wpcf7-submit{
	color: #fff;
}
div.wpcf7-mail-sent-ok {
	float: left !important;
}
.wpcf7-form-control-wrap {
  position: unset !important;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	float: left;
	width: 100%;
	height: 100px;
	background: #fff;
	margin-top: 40px;
}
#colophon {
	margin-top: -4px;
	overflow: hidden;
	padding: 3px 0;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
li#text-2 {
	float: left;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

.sidebarimage img{
  float: left;
  width: 100%;
  height: auto;
}
.sidebarimage {
  width: 100%;
  float: right;
  margin: 5px 5px 0px 0px;
}
#whatsappbox {
  float: right;
  width: 100%;
  height: 80px;
  line-height: 16px;
  margin: 0px 5px 0px 0px;
  background-color: #2ebb37;
  font-family: texgyreheroscnbold;
  font-size: 18px;
}
#whatsappbox img {
  float: left;
  margin: 16px;
}
.messagelink {
  float: left;
  margin: 23px 0px 0px 0px;
  width: 65%;
}
.messagelink a {
  color: #fff;
  text-decoration: none;
}
.whatsappsubtitle {
  float: left;
  width: 200px;
  color: #fff;
  font-size: 10px;
  font-weight: lighter;
  font-family: tahoma, Arial;
}

/*
	Background Stretcher jQuery Plugin
	� 2011 ajaxBlender.com
	For any questions please visit www.ajaxblender.com
	or email us at support@ajaxblender.com
*/

.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
	padding: 0;
}

.bgstretcher-page{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: URL('images/headerbg.png') top left repeat-x;
}

.bgstretcher-area{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

/*Een paar aanpassingen aan de slider
* Dit moet verplaatst worden naar meteor-slides.css:17*/

div.meteor-slides {
	float: left;
    height: 301px !important;
	line-height: 0;
	margin: 0px 5px 0px 0px;
	max-width: 100%;
	overflow: visible !important;
	padding: 0;
	position: relative;
	z-index: 1;
}
  /*Dit moet verplaatst worden naar meteor-slides.css:162*/

.meteor-slides .meteor-buttons {
	bottom: 15px;
	height: 9px;
	left: 50%;
	margin: 0;
	padding: 6px 0 0;
	position: absolute;
	width: 100%;
	z-index: 999;
}

#showpt h3{
	width: 250px;
	height: 40px;
	line-height: 40px;
	margin: 0px 0px 5px 0px;
	padding-left: 10px;
	background: #09a3e1;
	color: #fff;
	font-family: texgyreheroscnbold;
}

/* styles for desktop */
.tinynav { display: none }

#titelcontainer{
	float:left;
}
#accessmain{
	float: left;
	width: 420px;
}
#menu-main_menu{
	list-style-type: none;
}
#menu-main_menu .menu-item{
	float: left;
	margin: 0px 5px 5px 0px;
}
#menu-main_menu li a{
	float: left;
	width: 100px;
	height: 100px;
	margin: 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
}
#menu-main_menu li a:hover{
	background-color: #31afe2;
}
.donkerblauw a{
	background-color: #091656;
}
.blauw a{
	background-color: #0763b2;
}
.lichtblauw a,
a.lichtblauw{
	background-color: #09a3e1;
}
.rood a{
	background-color: #e5302d;
}
.geel a{
	background-color: #fae71a;
}
.groen a{
	background-color: #2fbb38;
}
.lichtgroen a{
	background-color: #25e71a;
}
.activiteiten a{
	background-image: url('images/activiteiten.png');
	background-repeat:no-repeat;
	background-position:50% 30px;
}
.baby a{
	background-image: url('images/baby.png');
	background-repeat:no-repeat;
	background-position:50% 30px;
}
.leslocaties a{
	background-image: url('images/leslocaties.png');
	background-repeat:no-repeat;
	background-position:45% 30px;
}
.tarieven a{
	background-image: url('images/tarieven.png');
	background-repeat:no-repeat;
	background-position:47% 30px;
}
.inschrijven a{
	background-image: url('images/inschrijven.png');
	background-repeat:no-repeat;
	background-position:50% 30px;
}
.leden a{
	background-image: url('images/leden.png');
	background-repeat:no-repeat;
	background-position:45% 30px;
}
.lestijden a{
	background-image: url('images/circular.png');
	background-repeat:no-repeat;
	background-position:50% 30px;
}
.zwemlessen a{
	background-image: url('images/zwemlessen.png');
	background-repeat:no-repeat;
	background-position:45% 30px;
}
.welkom a{
	background-image: url('images/welkom.png');
	background-repeat:no-repeat;
	background-position:50% 30px;
}
.informatie a{
	background-image: url('images/informatie.png');
	background-repeat:no-repeat;
	background-position:50% 30px;
}
.contact a{
	background-image: url('images/contact.png');
	background-repeat:no-repeat;
	background-position:50% 30px;
}
.facebook a{
	background-image: url('images/facebook.png');
	background-repeat:no-repeat;
	background-position:50% 30px;
}
.webshop a{
	background-image: url('images/webshop.png');
	background-repeat:no-repeat;
	background-position:50% 30px;
}
.zwemscore a{
	background-image: url('images/zwemscore.png');
	background-repeat:no-repeat;
	background-position:50% 30px;
}
.protocol a{
	background-image: url('images/protocol.png');
	background-repeat:no-repeat;
	background-position:50% 30px;
}
.vragen a{
	background-image: url('images/vragen.png');
	background-repeat:no-repeat;
	background-position:50% 30px;
}
.personeel a{
	background-image: url('images/personeel.png');
	background-repeat:no-repeat;
	background-position:50% 30px;
}
.agenda a{
	background-image: url('images/agenda.png');
	background-repeat:no-repeat;
	background-position:50% 30px;
}
.zeemeermin a{
	background-image: url('images/zeemeermin.png');
	background-repeat:no-repeat;
	background-position:50% 30px;
}
div#meteor-slideshow {
	margin-bottom: 5px;
}
#titelcontainer {
    float: left;
    margin-right: 5px;
}

/*Hier begint het responsive gedeelte*/

@media screen and (max-width: 950px) {

	#header{
		height: 103px;
	}
	#header,
	#colophon{
		width: 751px;
	}
	.bgstretcher-page {
		background: URL('images/headerbgmedium.png') top left repeat-x;
	}
	#main{
		width: 761px;
	}
	#locatieheader{
		margin: 0px;
	}
	#branding{
		height: 93px;
	}
	#logo{
		width: 200px;
		height: 63px;
		margin: 8px 0px 0px 10px;
	}
	#poppetjes{
		width: 83px;
		height: 70px;
	  	margin: 3px 0px 0px 28px;
	}
	#locatietitel{
		width: 290px;
		margin-top: 25px;
	}
	#tekstboven{
		font-size: 30px;
	}
	#access a {
		line-height: 32px;
		height: 28px;
		padding: 39px 30px 0px 30px;
		font-size: 12px;
	}
	#access .menu-item a {
		background-position: 50% 5px;
	}
	#accessmain {
		width: 735px;
	}
	#content {
		width: 761px;
	}
	#contentmargin{
		width: 735px;
		padding: 5px 0px 0px 5px;
	}
	#meteor-slideshow{
		/*float: left;
		width: 357px !important;
		margin-right: 5px;*/
		display: none;
	}
	#locatiecontainer{
		width: 720px;
	}
	#locatieoverflowcontainer {
		width: 725px;
	}
	.category-locatie {
		width: 140px;
	}
	#referentiecontainer {
		width: 100%;
	}
	#text-2 {
		width: 500px;
		margin-top: 0px;
	}
	#text-2 .widget-title{
		font-size: 16px;
		margin: 45px 0px 0px 2px;
	}
	#footerzb{
		margin-top: 0px;
		width: 430px;
	}
	#footermb,
	#footerrb{
		margin-top: 0px;
		width: 140px;
	}
	.footerblok {
		width: 100%;
	}
	#mapsbox {
		width: 100%;
	}
	#text-8{
		width: 280px;
	}
	#text-8 .textwidget {
		width: 200px;
		font-size: 12px;
	}
	#text-8 .widget-title{
		font-size: 16px;
	}
	#content h1.entry-title {
		width: 720px;
	}
	#kernwaarden .widget-title {
		font-size: 15px;
	}
	#content .hentry{
		width: 450px;
	}
	#secondary{
		width: 250px;
	}
	#showpt h3,
	#sidebarlocaties,
	#sidebarlocaties li a {
		width: 100%;
	}
	#socialcontainer,
	.extra-blokken,
	#footerlb{
		display: none;
	}
	#content textarea, #content input {
		width: 100%;
	}
	#content .wpcf7-validation-errors {
		width: 394px;
	}
	.entry-content, .entry-summary {
		width: 390px;
	}
	#sloganbalk{
		width: 730px;
	}
	#subitembox {
		width: 420px;
	}
	#subitembox a {
		width: 205px;
	}
}
@media screen and (max-width: 810px) {

	#header,
	#colophon{
		width: 655px;
	}
	#locatietitel {
		width: 240px;
		margin-left: 20px;
	}
	#access .menu-header{
		width: 200px;
	}
	#main{
		width: 655px;
	}
	#content {
		width: 656px;
	}
	#contentmargin{
		width: 630px;
	}
	#locatiecontainer{
		width: 567px;
	}
	#locatieoverflowcontainer {
		width: 572px;
	}
	.category-locatie {
		width: 138px;
	}
	#quotebox,
	#quotebox h1{
		width: 350px;
	}
	#accessmain {
		width: 630px;
	}
	.tinynav {
		display: none;
	}
	#text-2 {
		width: 100%;
	}
	#text-2 .widget-title{
		font-size: 12px;
		margin: 0px 0px 0px 2px;
	}
	#footerzb{
		width: 424px;
	}
	#footerrb{
		margin-top: 0px;
		width: 138px;
	}
	#text-8{
		width: 280px;
	}
	#text-8 .textwidget {
		width: 200px;
		font-size: 12px;
	}
	#text-8 .widget-title{
		font-size: 16px;
	}
	#content h1.entry-title {
		width: 615px;
	}
	#secondary{
		margin: 0;
	}
	#kernwaarden .widget-title {
		font-size: 13px;
	}
	#partnerstekst {
		display: none;
	}
	#sidebarcontainer {
		width: 625px;
	}
	#primary {
		width: 100%;
	}
	#content .hentry,
	#secondary,
	#showpt h3,
	#sidebarlocaties,
	#sidebarlocaties li a {
		width: 100%;
	}
	#socialcontainer,
	.extra-blokken,
	#sloganbalk,
	#golven,
	#footerlb,
	#footermb{
		display: none;
	}
	#content .wpcf7-validation-errors {
		width: 511px;
	}
	.entry-content, .entry-summary {
		width: 605px;
	}
	#subitembox {
		width: 630px;
	}
}


@media screen and (max-width: 700px) {

	#header,
	#colophon{
		width: 467px;
	}
	#access .menu-header{
		width: 200px;
	}
		#access{
		width: 290px;
		height: 28px;
		background: #fff;
		padding-top: 3px;
	}
	#tinynav1 {
		background: #fff url('images/responsive-menu-bg.png') right center no-repeat;
		background-size: 28px 22px;
		border: 1px solid #ccc;
		font: 14px 'Open Sans', sans-serif;
		text-transform: uppercase;
		color: #555;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		height: 22px;
		margin: 5px 0px 10px 0px;
	}
	#main{
		width: 465px;
	}
	#locatieheader{
		height: 95px;
	}
	#logozwemschool {
	  	margin: 16px 5px 0px 0px;
	 	width: 150px;
	  	height: auto;
	}
	#logo {
		width: 140px;
		height: 44px;
		margin: 20px 0px 0px 15px;
	}
	#poppetjes {
		margin: 3px 0px 0px 30px;
	}
	#locatietitel{
		width: 155px;
		margin-top: 24px;
	}
	#tekstboven {
		font-size: 20px;
	}
	#meteor-slideshow{
		display: block;
		width: 436px !important;
	}
	#content {
		width: 467px;
	}
	#contentmargin{
		width: 441px;
	}
	#locatiecontainer{
		width: 436px;
	}
	#locatieoverflowcontainer {
		width: 441px;
	}
	.category-locatie {
		width: 142px;
	}
	#quotebox,
	#quotebox h1{
		width: 190px;
	}
	#access{
		width: 270px;
	}
	.tinynav {
		display: block;
		width: 435px;
		margin-bottom: 8px;
	}
	#menu-main_menu {
		display: none;
	}
	#access select {
		background: #fff url('images/responsive-menu-bg.png') right center no-repeat;
		background-size: 28px 22px;
		border: 0 none;
		font: 14px 'Open Sans', sans-serif;
		text-transform: uppercase;
		color: #555;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		height: 22px;
	}
	#footerzb{
		width: 100%;
	}
	#text-8 .textwidget {
		width: 200px;
		font-size: 12px;
	}
	#text-8 .widget-title{
		font-size: 16px;
	}
	#content h1.entry-title {
		width: 426px;
	}
	#content .hentry,
	#showpt h3,
	#sidebarlocaties,
	#sidebarlocaties li a {
		width: 100%;
	}
	#socialcontainer,
	#branding,
	.extra-blokken,
	#sloganbalk,
	#golven,
	#footerlb,
	#footermb,
	#footerrb,
	#partners{
		display: none;
	}
	#content .wpcf7-validation-errors {
		width: 380px;
	}
	#sidebarcontainer {
		width: 436px;
	}
	#footerref {
		margin-bottom: 5px;
	}
	.entry-content, .entry-summary {
		width: 420px;
	}
	#subitembox {
		width: 442px;
	}
	#subitembox a {
		width: 216px;
	}
}

@media screen and (max-width: 480px) {
	#header{
		height: 55px;
	}
	#header,
	#colophon{
		width: 420px;
	}
	.bgstretcher-page {
		background: URL('images/headerbgsmall.png') top left repeat-x;
	}
	#access .menu-header{
		width: 200px;
	}
	#main{
		width: 400px;
	}
	#meteor-slideshow {
		width: 369px !important;
	}
	#locatieheader{
		height: 55px;
	}
	#logozwemschool {
		margin: 4px 5px 0px 0px;
		width: 98px;
		height: auto;
	}
	#logo {
		width: 100px;
		height: 30px;
		margin: 5px 0px 0px 30px;
	}
	#poppetjes {
		width: 35px;
		height: 30px;
		margin: 3px 0px 0px 30px;
	}
	#logozwemschool{
		margin-right: 25px !important;
	}
	#locatietitel {
		margin: 11px 22px 0px 0px;
		height: 40px;
		width: 112px;
	}
	#tekstboven {
		font-size: 14px;
		line-height: 25px;
	}
	#tekstonder {
		line-height: 12px;
		font-size: 12px;
		margin-top: 4px;
	}
	#content {
		width: 400px;
	}
	#contentmargin{
		width: 374px;
	}
	#sidebarcontainer {
		width: 369px;
	}
	#locatiecontainer{
		width: 369px;
	}
	#locatieoverflowcontainer {
		width: 374px;
	}
	.category-locatie {
		width: 182px;
	}
	#quotebox,
	#quotebox h1{
		width: 190px;
	}
	#access{
		width: 250px;
	}
	.tinynav {
		width: 369px;
	}
	#menu-header_menu {
		display: none;
	}
	#access select {
		background: #fff url('images/responsive-menu-bg.png') right center no-repeat;
		background-size: 28px 22px;
		border: 0 none;
		font: 14px 'Open Sans', sans-serif;
		text-transform: uppercase;
		color: #555;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		height: 22px;
	}
	#text-8{
		width: 200px;
	}
	#text-8 .textwidget {
		width: 200px;
		font-size: 12px;
	}
	#text-8 .widget-title{
		font-size: 16px;
	}
	#content h1.entry-title {
		width: 359px;
	}
	#content .hentry,
	#showpt h3,
	#sidebarlocaties,
	#sidebarlocaties li a {
		width: 100%;
	}
	#socialcontainer,
	.extra-blokken,
	#sloganbalk,
	#golven,
	#footerlb,
	#footermb,
	#footerrb,
	#partners{
		display: none;
	}
	#content .wpcf7-validation-errors {
		width: 313px;
	}
	.entry-content, .entry-summary {
		width: 349px;
	}
	#subitembox {
		width: 374px;
	}
	#subitembox a {
		width: 182px;
	}
}

@media screen and (max-width: 400px) {

	#header,
	#colophon{
		width: 320px;
	}
	.bgstretcher-page {
		background: URL('images/headerbgsmall.png') top left repeat-x;
	}
	#logo {
		width: 100px;
		height: 30px;
		margin: 5px 0px 0px 30px;
	}
	#access .menu-header{
		width: 180px;
	}
	#main{
		width: 320px;
	}
	#meteor-slideshow {
		width: 289px !important;
	}
	#content {
		width: 320px;
	}
	#contentmargin{
		width: 294px;
	}
	#locatieheader {
		width: 344px;
	}
	#locatieheader img {
		margin-left: 20px;
	}
	#locatietitel {
		width: 110px;
	}
	#locatiecontainer{
		width: 289px;
	}
	#logozwemschool{
		margin-right: 35px !important;
	}
	#locatietitel {
		margin-right: 38px;
	}
	#locatieoverflowcontainer {
		width: 294px;
	}
	#sidebarcontainer {
		width: 289px;
	}
	.category-locatie {
		width: 142px;
	}
	#quotebox,
	#quotebox h1{
		width: 190px;
	}
	#access{
		width: 180px;
	}
	.tinynav {
		width: 288px;
	}
	#menu-header_menu {
		display: none;
	}
	#access select {
		background: #fff url('images/responsive-menu-bg.png') right center no-repeat;
		background-size: 28px 22px;
		border: 0 none;
		font: 14px 'Open Sans', sans-serif;
		text-transform: uppercase;
		color: #555;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		height: 22px;
	}
	#quote {
		margin: 35px 10px 35px 10px;
	}
	#text-8 .textwidget {
		width: 200px;
		font-size: 12px;
	}
	#text-8 .widget-title{
		font-size: 16px;
	}
	#content h1.entry-title {
		width: 279px;
	}
	#content .hentry,
	#showpt h3,
	#sidebarlocaties,
	#sidebarlocaties li a {
		width: 100%;
	}
	#socialcontainer,
	.extra-blokken,
	#sloganbalk,
	#golven,
	#footerlb,
	#footermb,
	#footerrb,
	#partners{
		display: none;
	}
	#content .wpcf7-validation-errors {
		width: 234px;
	}
	.entry-content, .entry-summary {
		width: 269px;
	}
	#subitembox {
		width: 294px;
	}
	#subitembox a {
		width: 142px;
	}
}
@media screen and (max-width: 320px) {

	#header,
	#colophon{
		width: 270px;
	}
	.bgstretcher-page {
		background: URL('images/headerbgsmall.png') top left repeat-x;
	}
	#access{
		width: 110px;
		margin: 8px 10px 20px 0px;
		padding: 0;
	}
	#access .menu-header{
		width: 110px;
		padding: 0px;
		float: right;
	}
	#poppetjes{
		display: none;
	}
	.tinynav {
		width: 240px;
	}
	#main{
		width: 270px;
	}
	#meteor-slideshow{
		width: 240px !important;
	}
	#content {
		width: 270px;
	}
	#contentmargin{
		width: 245px;
	}
	#locatiecontainer{
		width:188px;
	}
	#locatieheader {
		width: 287px;
	}
	#locatieoverflowcontainer {
		width: 193px;
	}
	#sidebarcontainer {
		width: 240px;
	}
	.category-locatie {
		width: 188px;
	}
	#voorkeurselectie .selectieactive, #voorkeurselectie ul li a:hover {
		background-position: 100% 50%;
	}
	#referentiecontainer {
		height: 210px;
	}
	#quote
	{
		margin: 7px 85px;
	}
	#quotebox{
		margin: 5px 25px 0px 25px;
	}
	#quotebox,
	#quotebox h1,
	#quotebox h3,
	#quotebox h5{
		width: 188px;
		text-align: center;
	}
	#quotebox h5{
		font-weight: normal;
	}
	#menu-header_menu {
		display: none;
	}
	#access select {
		background: #fff url('images/responsive-menu-bg.png') right center no-repeat;
		background-size: 28px 22px;
		border: 0 none;
		font: 14px 'Open Sans', sans-serif;
		text-transform: uppercase;
		color: #555;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		height: 22px;
		float: right;
	}
	#footerzb{
		width: 188px;
	}
	#text-8{
		width: 188px;
		margin: 0;
	}
	#text-8 .widget-title{
		font-size: 16px;
	}
	#text-8 .textwidget {
		font-size: 12px;
	}
	#text-8 .textwidget,
	#text-8 .widget-title{
		width: 188px;
		text-align: center;
	}
	#content h1.entry-title {
		width: 230px;
	}
	#content .hentry,
	#showpt h3,
	#sidebarlocaties,
	#sidebarlocaties li a {
		width: 100%;
	}
	#socialcontainer,
	.extra-blokken,
	#sloganbalk,
	#golven,
	#footerlb,
	#footermb,
	#footerrb,
	#partners{
		display: none;
	}
	#content .wpcf7-validation-errors {
		width: 134px;
	}
	.entry-content, .entry-summary {
		width: 220px;
	}
	#locatietitel {
		width: 125px;
	}
	#subitembox {
		width: 245px;
	}
	#subitembox a {
		width: 240px;
	}
}

@media screen and (max-width: 240px) {

	#header,
	#colophon{
		width: 210px;
	}
	.bgstretcher-page {
		background: URL('images/headerbgsmall.png') top left repeat-x;
	}
	#access{
		width: 110px;
		margin: 8px 10px 20px 0px;
		padding: 0;
	}
	#access .menu-header{
		width: 110px;
		padding: 0px;
		float: right;
	}
	.tinynav {
		width: 180px;
	}
	#main{
		width: 210px;
	}
	#meteor-slideshow{
		width: 180px !important;
	}
	#content {
		width: 210px;
	}
	#contentmargin{
		width: 185px;
	}
	#locatiecontainer{
		width:188px;
	}
	#locatieheader {
		width: 217px;
	}
	#locatieoverflowcontainer {
		width: 193px;
	}
	#sidebarcontainer {
		width: 180px;
	}
	.category-locatie {
		width: 188px;
	}
	#voorkeurselectie .selectieactive, #voorkeurselectie ul li a:hover {
		background-position: 100% 50%;
	}
	#referentiecontainer {
		height: 210px;
	}
	#quote{
		margin: 10px 60px 0px 60px;
	}
	#quotebox{
		width: 130px;
		margin: 10px 0px 0px 0px;
	}
	#quotebox,
	#quotebox h1,
	#quotebox h3,
	#quotebox h5{
		width: 180px;
		text-align: center;
	}
	#quotebox h5{
		font-weight: normal;
	}
	#menu-header_menu {
		display: none;
	}
	#access select {
		background: #fff url('images/responsive-menu-bg.png') right center no-repeat;
		background-size: 28px 22px;
		border: 0 none;
		font: 14px 'Open Sans', sans-serif;
		text-transform: uppercase;
		color: #555;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		height: 22px;
		float: right;
	}
	#footerzb{
		width: 188px;
	}
	#text-8{
		width: 188px;
		margin: 0;
	}
	#text-8 .widget-title{
		font-size: 16px;
	}
	#text-8 .textwidget {
		font-size: 12px;
	}
	#text-8 .textwidget,
	#text-8 .widget-title{
		width: 188px;
		text-align: center;
	}
	#content h1.entry-title {
		width: 170px;
	}
	#content .hentry,
	#showpt h3,
	#sidebarlocaties,
	#sidebarlocaties li a {
		width: 100%;
	}
	#socialcontainer,
	.extra-blokken,
	#sloganbalk,
	#golven,
	#footerlb,
	#footermb,
	#footerrb,
	#partners{
		display: none;
	}
	#content .wpcf7-validation-errors {
		width: 134px;
	}
	.entry-content, .entry-summary {
		width: 160px;
	}
	#mapsbox{
		background-position: 60px 10px;
		height: 170px;
	}
	#mapsbox h1 {
		width: 180px;
		text-align: center;
		margin: 10px 0px 0px 0px;
	}
	#mapsbox h3 {
		margin: 75px 0px 0px 0px;
		text-align: center;
		width: 180px;
	}
	#tekstboven {
		font-size: 18px;
		line-height: 18px;
	}
	#tekstonder {
		line-height: 12px;
		font-size: 12px;
	}
	#locatietitel{
		width: 70px;
	}
	#subitembox {
		width: 185px;
	}
	#subitembox a{
		width: 180px;
	}
}
