/*
Theme Name: Den Braber Webdesign
Author: Aart den Braber
Author URI: http://denbraberwebdesign.nl

*/

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

}

/* ------------------------------------------------------------------------------
    G E N E R A L
--------------------------------------------------------------------------------- */
body {
	font: 15px/170% 'Montserrat', 'Calibri', 'Droid Sans', Sans-Serif;
	color: #555;
	margin: 0; padding: 0;
	overflow-x: hidden;
}
/* links */
a:link, a:visited {
	text-decoration: none;
	color: #999;
}
a:hover { color: #D20A11; }
a:link.more, a:visited.more {
	float: left;
	margin-top: 20px;
	margin-right: 5px;
	padding: 6px 8px;
	border: 1px solid #2177A5;
	background-color: #227bad;
    text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
a:hover.more {
	border: 1px solid #FF2B95;
	background-color: #FF3399;
}

/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em 'Thin Design', Verdana, Sans-Serif;
	color: #555;
	margin: 8px 25px;
}
h1 { font-size: 3.7em; font-weight: normal;  }
h2 { font-size: 2.8em; font-weight: normal; }
h3 { font-size: 2.2em; font-weight: normal; }
h4 { font-size: 1.5em; }

/* lists */
ul, ol {
	margin: 10px 25px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #1980AF;	
}
dd {
  padding-left: 20px;
}

p, dl { margin: 10px 25px; }

/* images */
img.alignright {
	float: right;
}
img.alignleft {
	float: left;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin: 0 auto !important;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

code {
  	margin: 3px 0;
  	padding: 20px;
  	text-align: left;
  	display: block;
  	overflow: auto;
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
  	/* white-space: pre; */
  	border: 1px solid #F0F0F0;
	background: #F8F8F8;
	color: #555;
}
acronym {
	cursor: help;
  	border-bottom: 1px dotted #777;
}
blockquote {
  	margin: 10px 25px;
  	padding: 10px 20px 10px 32px;
  	border: 1px solid #F0F0F0;
  	background: #f8f8f8 url(images/quote.gif) no-repeat 12px 12px;
  	font-weight: normal;
  	font-size: 17px;
  	line-height: 1.5em;
  	font-style: italic;
  	font-family: Georgia, 'Times New Roman', Times, Serif;
  	color: #555;
}
strong { font-weight: bold; }

/* table */
table {
	width: 100%;
}
tr { background: #FFF; }
th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
th {
  	padding: .8em 1em;
  	font: 150% 'Thin Design', Verdana, Sans-Serif;
	font-weight: bold;
	text-align: center;
  	border-bottom-width: 0px;
}
td, th {
	border-color: #E9E9E9;
	padding: .7em 1em;
}

/* cursussen-table on homepage */
div#home-cursussen {
	margin-left: 17px;
}
table.home-cursussen {
	margin: 5px;
}
table.home-cursussen th, table.home-cursussen td {
	cursor: pointer;
}
table.home-cursussen th {
	height: 50px !important;
}
table.highlight th {
	color: #fff;
	background-color: #d20a11;
	border-color: #d20a11;
}
table.home-cursussen td h3.read-more a {
	float: right;
	text-align: right;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #777777;
}
table.highlight td h3 a {
	color: #d20a11 !important;
}
table.highlight td {
	border-color: #d20a11;
}

/* cursussen */
table.cursussen  {
	width: 100%;
	margin-bottom: 20px;
	padding-left: 25px;
}

table.cursussen {
	display: none;
}
table.cursussen p {
	margin: 0px;
	padding: 0px;
}
table.curssussen div > iframe {
	margin: 0 auto;
	display: block;
}

ul.cursuslist {
	list-style-type: none;
	margin: 0; padding: 0;
}
ul.cursuslist li {
	display: inline;
	margin: 0; padding: 0;
}
ul.cursuslist li:after {
	content: '|';
}
ul.cursuslist li:last-child:after, ul.cursuslist li:first-child:after {
	content: '';
}
ul.cursuslist li a:hover {
	color: #D20A11 !important;
}

div.prijzen {
	font-size: 1.5em;
	text-align: right;
}

/* trainingstijden */
table.trainingstijden {
	width: 100%;
	table-layout: fixed;
	border-spacing: 20px 0px;
	margin-bottom: 10px;
}
table.trainingstijden span.times {
	font-weight: bold;
	float: left;
}
table.trainingstijden span.activity {
	float: right;
}

/* trainingstijden-new */
#trainingstijden {
	width: 100%;
	padding: 10px 25px;
	box-sizing: border-box;
}
.two-cols {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 2%;
	box-sizing: border-box;
}
table.trainingstijden-new {
	table-layout: fixed;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	width: 49%;
	float: left;
	box-sizing: border-box;
}
.trainingstijden-new:first-child {
	margin-right: 2%;
}
table.trainingstijden-new tr td:first-child {
	text-align: right;
}
table.trainingstijden-new tr td a {
	display: block;
}
table.trainingstijden-new .invisible {
	border: none;
}

#trainingsvoorwaarden {
	width: 100%;
}


/* form elements */
form {
	margin: 10px 25px 10px 25px;
	padding: 10px 25px 25px 25px;
    background: #F3F4F5;
    border: 1px solid #E2E4E7;
	width: 60%;
}
form p, form table td {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #2C76A6;
}
form table, form table tr, form table td {
	margin: 0; padding: 0;
	background: none;
	border: none;
}
form table {
	width: 20%;
}
label {
	font-weight: bold;
	color: #666666;
}
input, select, textarea {
	margin: 5px 0;
	padding: 7px 6px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
textarea {
	width: 100%;
}
input:focus, select:focus, textarea:focus {
	color: #19465D;
	background: #EEF8FB;
}
#author, #email, #comment, #url {
	width: 100%;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	background: #2C76A6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #86BBDF #245F86 #245F86 #86BBDF;
	cursor: pointer;
}

/* ------------------------------------------------------------------------------
    L A Y O U T
--------------------------------------------------------------------------------- */

/* header */
#header-wrap {
  float: left;
  min-height: 60px;
  width: 100%;
  background: white;
  vertical-align: text-top;
}
#header {
  position: relative;
  box-sizing: border-box;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}

#header h1#logo-text { margin: 0; padding: 0; }
#header h1#logo-text a img {
	display: block;
	margin: 0; padding: 0;
	float: left;
	color: #727272;
	text-decoration: none;
	font-family: 'Thin Design', Verdana, Sans-Serif;
	font-size: 60px;
	height: 100px;
	width: auto;
	padding: 10px 0;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding:  0 5px 0 0;
	font-family: 'Calibri', 'Droid Sans', Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.8em;
	font-style: normal;
	letter-spacing: -.5px;
	color: #0d6684;

	/* change the values of top and left to adjust the position */
	top: 142px; left: 30px;
}


/* Quick Search */
form#quick-search {
  	position: absolute;
  	top: 95px; right: 12px;
  	background: transparent;
  	border: none;
  	margin: 0; padding: 0;
  	width: 250px;
}
fieldset.search {
	border: none;
   width: 250px; height: 40px;
   padding: 0; margin: 0;
   background: url(images/search.gif) no-repeat;
}
.search input {
  	border: none;
  	float: left;
 	padding: 0; margin: 0;
}
.search button {
  	border: none;
  	float: right;
  	padding: 0; margin: 0;
}
.search label { display: none; }
.search input.tbox {
  	color: #7d8285;
  	font-weight: bold;
  	margin: 15px 0 10px 10px;
  	background: transparent;
  	width: 200px;
}
.search button.btn {
  	width: 40px;
  	height: 40px;
  	cursor: pointer;
  	text-indent: -9999px;
  	background: #fbc900 url(images/search.gif) no-repeat top right;
}

/*  navigation  */
#header #nav {
	display:block;
	float: right;
	min-height: 50px;
	padding: 0; margin: 0;
	margin-top: 45px;
	text-align: right;
}
#header #nav ul {
	float: left;	
	list-style: none;
	margin: 0; padding: 0;
}
#header #nav ul li {
	float: left;
	margin: 0; padding: 0;			
}
#header #nav ul li a {
	float:left;
	margin: 0;
	padding: 0 15px 0 15px;
	color: #727272;
	font: 30px 'Thin Design', Verdana, Sans-Serif;
}
#header #nav ul li a:hover, 
#header #nav ul li a:active {
	border: none;
	color: #d20a11;
}
#header #nav ul li.current_page_item a {
	color: #d20a11;
}

/* content */
#content-wrap {
	clear: both;
  	margin: 0; padding: 0;
   background: #fff;
   width: 100%;
   float: left;
}
#content {
   width: 80%;
   max-width: 1200px;
   margin: 0 auto;
   padding: 0 0 5% 0;
   background: #FFF;
   box-sizing: border-box;
}
#content img {
	margin: 5px;
}

/* slider */
#top-slider {
	width: 100%;
	background: #1caddc;
	margin: 0 auto;
	overflow: hidden;
}

/* testimonials */
#testimonials-wrap {
	//height: 100px;
	background: #292929;
	width: 100%;
}
#testimonials {
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   padding: 0 0 20px 0;
}
#testimonials p {
	text-align: center;
	font-size: 1.6em;
	color: white;
	padding: 20px 25px 10px;
	margin: 0;
}
/*
  #testimonials {
  	width: 100%;
    max-width: 1400px;
    height: 100px;
  	margin: 0 auto;
  	overflow: hidden;
    vertical-align: middle;
  }
  #testimonials p {
    height: 100px;
    vertical-align: middle;
    text-align: center;
  }*/
/* columns */
#main {
	float: left;
   margin: 0;
   padding: 25px 0 0 0;
	width: 100%;
}
#sidebar {
	width: 245px;
	float: right;
   margin: 0;
   padding: 15px 0;
   font-size: .95em;
}

#main h2 {
   color: #333;
	margin-bottom: 0;
	padding-bottom: 0;
}
#main h2 a { color: #333; }
#sidebar h3 {
	margin-left: 10px;
   color: #333;
}
#sidebar h3, #sidebar p {
	margin-left: 10px;
}
#sidebar img { padding: 8px; }


/* sidemenu */
.sidemenu ul {
	text-align: left;
	margin: 10px 15px 10px 8px;
   padding: 0;
	border-top: 1px solid #EFEFEF;
}
.sidemenu ul li {
	list-style: none;
	font-size: 11px;
	margin: 0;
	padding: 7px 5px;
	border-bottom: 1px solid #EFEFEF;
}
* html body .sidemenu ul li {	height: 1%; }
.sidemenu ul li a:link,
.sidemenu ul li a:visited {
   color: #33799B;
	padding-left: 0;
	font-weight: bold;
   text-transform: uppercase;
}
.sidemenu ul li a span {
	color: #959595;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}
.sidemenu ul li a:hover { color: #000; }
.sidemenu ul ul { margin: 0 0 0 5px; padding: 0; }
.sidemenu ul ul li { border: none; }

/* popular */
.popular ul {
	text-align: left;
	margin: 10px 15px 10px 8px;
    padding: 0;
	border-top: 1px solid #EFEFEF;
}
.popular ul li {
	list-style: none;
	border-bottom: 1px solid #EFEFEF;
    font-size: 12px;
	line-height: 1.5em;
	padding: 8px 5px 8px 20px;
	margin: 0;
	background: url(images/document.gif) no-repeat 3px 11px;
}
* html body .popular ul li { height: 1%; }
.popular ul li a:link,
.popular ul li a:visited {
   color: #33799B;
	padding-left: 0;
	font-weight: bold;
   text-transform: none;
}
.popular ul li span {
	color: #888;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1.7em;
}
.popular ul li a:hover { color: #000; }

/* footer */
#footer-outer {
	clear: both;
	text-align: left;
	width: 100%;
	color: #fff;
	border-top: #1a5d8a;
	background: #292929;
}
#footer-wrap {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	font-size: 1.3em;
}
#footer-wrap a:link,
#footer-wrap a:visited { color: #fff; text-decoration: underline; }
#footer-wrap a:hover { color: #99CCFF; }
#footer-wrap h3 {
    margin-bottom: 5px;
	color: #fff;
	font-size: 3em;
	font-weight: bold;
}

/* gallery */
#footer-wrap #gallery {
	padding: 0 0 10px 0;
   	margin: 0;
   	width: 100%;
	background: url(images/footer-line.gif) repeat-x left bottom;

	/* border-bottom: 1px solid #326B8D;  */
}
#footer-wrap #gallery h3 {
  float: left;
  display: inline;
  width: 200px;
  margin: 30px 0 0 20px;
  padding: 0;
}
#footer-wrap #gallery p.thumbs {
  float: right;
  display: inline;
  width: 730px;
  margin: 20px 0 0 0;
  padding: 0;
}
p.thumbs img {
	position: relative;
	padding: 8px;
	margin: 10px 10px 10px 0;
	background: #FAFAFA;
   border: 1px solid #EDEDED;
}

/* footer columns */
#footer-wrap .col-a {
	float: left;
	max-width: 750px;
}
#footer-wrap .col-b {
	float: right;
	min-width: 200px;
}

/* recent comments */
.recent-comments ul {
	text-align: left;
	margin-left: 20px;
   padding: 0;
	background: url(images/footer-line.gif) repeat-x left top;
}
.recent-comments ul li {
	list-style: none;
	font-size: 12px;
	line-height: 1.5em;
	padding: 7px 5px 7px 20px;
	background: url(images/speech_bubble.gif) no-repeat 3px 11px;
}
* html body .recent-comments ul li { height: 1%; }
.recent-comments ul li a:link,
.recent-comments ul li a:visited { padding-left: 0; }
.recent-comments ul li cite {
	font-size: .9em;
	font-style: normal;
}

/* footer-list */
.footer-list ul {
	background: url(images/footer-line.gif) repeat-x left top;
	list-style: none;
	padding: 0;
	margin-left: 20px;
}
.footer-list ul li { border-bottom: 1px solid #326B8D; }
.footer-list ul li a:link,
.footer-list ul li a:visited {
	display: block;
	width: 98%;
	line-height: 2em;
	padding: 5px 0 5px 5px;
	margin-left: 0;
	color: #fff;
}
.footer-list ul li a:hover { color: #99CCFF; }
.footer-list p {
	margin-top: -20px;
	padding-bottom: 20px;
}

/* subscribe stuff */
ul.subscribe-stuff {
  list-style: none;
  margin: 0 0 0 20px; padding: 0;
}
ul.subscribe-stuff li {
  float: left;
  margin: 0 3px 0 0; padding: 0;
}
ul.subscribe-stuff li img {
  padding: 0; margin: 0;
  border: none;
  background: none;
}

/* footer-bottom */
#footer-bottom {
	clear: both;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
	font-family: 'Thin Design', Verdana, sans-serif;
	font-size: 2em;
	color: #292929;
	overflow: hidden;
	background: white;
}
#footer-bottom a { color: #292929; }
#footer-bottom a:hover { color: #999; }

#footer-bottom {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.footer-bottom-item {
	box-sizing: border-box;
	width: 33%;
	
}
.bottom-left {
	display: inline-block;
	padding: 10px;
	float: left;
}
.social-media {
	display: inline-block;
	padding: 10px;
	width: 30%;
	margin: 0 auto;
	text-align: center;
}
#footer-bottom .social-media img {
	height: 30px;
}
#footer-bottom .social-media a:hover {
	opacity: 0.9;
}
.bottom-right {
	display: inline-block;
	float: right;
	padding: 10px;
}

/* ------------------------------------------------------------------------------
		B L O G   P O S T
--------------------------------------------------------------------------------- */
.post {
   margin: 5px 0 20px 0;
   padding: 0 0 20px 0;
   width: 740px;
   overflow: hidden;
   border-bottom: 1px solid #eee;
}
.right {
	width: 560px;
   float: right;
   display: inline;
   padding-right: 15px;
}
.left {
    position: relative;
    width: 150px;
    float: right;
    display: inline;
}
.right .image-section {
	clear: both;
	display: block;
	margin: 25px 0 10px 20px;
	padding: 0;
}
.right .image-section img {
	background: #F3F4F5;
   border: 1px solid #E2E3E7;
	padding: 12px;
}
.right h2 { margin-top: 0; }

/* share */
.right .share-box {
   margin: 20px 12px 0 20px;
	padding: 0 10px 10px 20px;
   background: #FAFAFA;
   border: 1px solid #EAECEE;
	overflow: hidden;
	width: 494px;
}
.right .share-box h4 {
 margin-left: 0;
}
.right .share-box ul {
  list-style: none;
  margin: 0; padding: 0;
}
.right .share-box ul li {
  float: left;
  margin-right: 5px;
}
.right .share-box ul li a:hover { cursor: pointer; }
.right .share-box ul li img {
  margin: 0;
  padding: 5px;
  background: #fff;
}

/* dateinfo */
.left p.dateinfo {
  background: url(images/date-bg.gif) no-repeat;
  height: 83px;
  width: 68px;
  margin: 12px 0 0 70px;
  padding: 8px 0 0 1px;
  font: bold 15px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.left p.dateinfo span {
  font: bold 30px Arial, Helvetica, sans-serif;
  display: block;
  color: #555;
  margin: 8px 0 0 0;
  padding: 0;
  letter-spacing: 0;
}

/* post meta */
.left .post-meta {
    width: 140px;
    font-size: .9em;
    margin: 5px 0 20px 0;
    padding: 0;
}
.left .post-meta h4 {
   text-align: right;
   margin: 0 5px 10px 5px;
   padding: 0;
   color: #555;
}
.left .post-meta ul {
   list-style: none;
   margin: 0; padding: 0;
   border-top: 1px solid #F1F1F1;
}
.left .post-meta ul li {
	list-style: none;
	border-bottom: 1px solid #F1F1F1;
   padding: 3px 5px;
	margin: 0;
   text-align: right;
	color: #147DB6;
}
* html body .left .post-meta ul li { height: 1%; }

.left .post-meta ul.tags li { background: url(images/tag.gif) no-repeat 2px center; }
.left .post-meta ul li.user { background: url(images/user.gif) no-repeat 2px center; }
.left .post-meta ul li.time { background: url(images/clock.gif) no-repeat 2px center; }
.left .post-meta ul li.comment { background: url(images/comment.gif) no-repeat 2px center; }
.left .post-meta ul li.permalink { background: url(images/permalink.gif) no-repeat 2px center; }

.left .post-meta ul li a { color: #147DB6; }
.left .post-meta ul li a:hover { color: #333; }

/* post bottom */
.post-bottom-section {
   position: relative;
	margin: 10px 0 20px 0;
   padding: 0 0 20px 0;
   width: 740px;
   overflow: hidden;
   border-bottom: 1px solid #eeeeee;
}
.post-bottom-section h4 {
   position: absolute;
   left: 0px; top: 5px;
   text-align: right;
	width: 135px;
}
.post-bottom-section .right form {
	position: relative;
	top: 15px; left: 20px;
	margin: 0 0 20px 0 ;
}

/* post info */
.post-info { margin-top: 3px; }
.post .post-info a:link,
.post .post-info a:visited {
  	color: #1372a8;
  	border: none;
  	font-size: .9em;
}

/* comments list */
ol.commentlist {
	margin: 12px 12px 12px 20px;
	padding: 0;
   background: #FAFAFA;
   border-top: 1px solid #EAECEE;
}
.commentlist li {
	list-style: none;
	margin: 0;
	padding: 12px 0 0 0;
	border: 1px solid #EAECEE;
   border-width: 0 1px 1px 1px;
	overflow: hidden;
}
.commentlist li a:link,
.commentlist li a:visited {
  color: #227bad;
}
.commentlist li .comment-info {
	width: 99%;
	margin: 0; padding: 0;
	overflow: hidden;
}
.commentlist li .comment-info img {
	float: right;
	margin: 3px 13px 0 0;
   background: #fff;
	border: 1px solid #E8EAEC;
	display: inline;
}
.commentlist li .comment-info cite {
	display: block;
	margin: 0; padding: 5px 65px 5px 20px;
	font-style: normal;
	font-weight: bold;
}
.commentlist li .comment-info cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0 20px 25px 20px;
}
.commentlist li .comment-text p {
	margin:  5px 0 20px 0;
	padding: 0;
}
.commentlist li .comment-text .reply a {
	padding: 5px;
   border: 1px solid #2177A5;
	background-color: #227bad;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}
.commentlist li ul.children { margin:0; padding: 0; }
.commentlist li ul.children li.depth-2,
.commentlist li ul.children li.depth-3 {
	margin-left: 40px;
	border-style: solid;
	border-color: #E1E6E8;
	border-width: 1px 0 0 1px;
}
.commentlist li.thread-alt {
	background: #F3F4F5;
   border-color: #E2E4E7;
}

/* ------------------------------------------------------------------------------
    A R C H I V E S
--------------------------------------------------------------------------------- */
ul.archive {
	margin: 10px 30px 10px 20px;
	padding: 0;
	border-top: 1px solid #eeeeee;
}
ul.archive li {
	margin: 0;
	padding: 12px 5px;
	border-bottom: 1px solid #eeeeee;
	list-style: none;
}
ul.archive li .post-title {
	margin: 0;	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}
ul.archive li .post-title a:link,
ul.archive li .post-title a:visited {
	color: #444;
}
ul.archive li .post-title a:hover {
	border: none;
	color: #000;
}
ul.archive li .post-details {
	margin-left: 0;
	margin-top: 0;
	font-size: .9em;
}
ul.archive li .post-details a:link,
ul.archive li .post-details a:visited {
   color: #1372a8;
}

/* pagenavigation */
.navigation {
	margin: 10px 20px; padding: 0;
	width: 560px;
}
.navigation a:link,
.navigation a:visited {
	float: left;
	display: block;
	margin: 10px 10px 0 0;
	padding: 5px 7px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #2C76A6;
	border-width: 1px;
  	border-style: solid;
  	border-color: #86BBDF #245F86 #245F86 #86BBDF;
}
.navigation a:hover {
   background: #FF3399;
   border-width: 1px;
  	border-style: solid;
	border-color: #FF75BA #EA0075 #EA0075 #FF75BA;
}

/* ------------------------------------------------------------------------------
		M I S C
--------------------------------------------------------------------------------- */

/* alignment classes & additional classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }
.no-bg {	background: none; }

/* clearing */
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.clear {	display:inline-block; }
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: " ";
} 
.blogroll a { display: block; }

.clear {
	clear: both;
}

@media all and (max-width: 1070px) {
	#header {
		padding: 0 10px;
	}
	#header, #content {
		width: 100%;
	}
}

@media all and (max-width: 830px) {
	#header #nav {
		margin-right: 13px;
	}
	#header #nav ul li a {
		padding: 0 8px;
	}
	.col-a {
		display: none;
	}
	.col-b {
		width: 50%;
	}
}

@media all and (max-width: 760px) {
	.footer-bottom-item {
		display: block;
		width: 100%;
		float: none;
		text-align: center;
	}
}

@media all and (max-width: 730px) {
	#header h1#logo-text a img {
		float: none;
		margin: 0 auto;
	}
	#header #nav {
		width: 100%;
		margin: 15px 0;
		float: none;
		min-height: 40px;
	}
	#header #nav ul {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}
	#header #nav ul li {
		float: none;
		clear: both;
		text-align: center;
	}
	
}
@media all and (max-width: 600px) {
	.col-b {
		width: 100%;
	}
	.two-cols {
		margin:0;
	}
	table.trainingstijden-new {
		width: 100%;
		margin:0;
		margin-bottom: 15px;
	}
}