/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: rgba(0,97,7,0.5);
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#social-fix {
	top: 50%;
	right: 0;
	margin-top: -100px;
	position: fixed;
	height: 120px;
	width: 40px;
	z-index: 9999;
}

 .fb, .tw, .is {
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	opacity: 0.2;
}

.fb { 	background: url(../layout/icons/facebook.png); 	background-size: cover; background-color: #3B5998; }
.tw { 	background: url(../layout/icons/twitter.png); 	background-size: cover; background-color: #00ACED; }
.is { 	background: url(../layout/icons/instagram.png); 	background-size: cover; background-color: #D79F00;}

 .fb:hover, .tw:hover, .is:hover {
	opacity: 1;
}

a { 
	text-decoration: none;
	color: white;
}

.arrow {
	font-size: 0.8em;
	margin-right: 5px;
}

p a {
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
p a:link { text-decoration: none; }
p a:hover {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}

section {
	overflow: hidden;
}

main {
	margin: 0 auto;
	margin-top: 480px;
	width: 73.206442%; /* 1000px / 1366px */
	height: auto;
	min-width: 800px;
	max-width: 1000px;
}

.box {
	margin-right: 5%; /* 50px / 10000px */
	width: 30%;
	height: 300px;
	display: inline-block;
	float: left;
}

.box:last-child {
	margin: 0;
}

.nelom-stats {
	margin-top: -300px;
	margin-left: 150px;
	position: relative;
}

.box figure img:hover, #media img:hover {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	cursor: pointer;
}

.duo1 {
	width: 47.5%;
	float: left;
	margin-right: 5%;
}

.duo2 {
	width: 47.5%;
	float: right;
	margin-right: 0;
}

.single img {
	width: 100%;
	margin-top: 15px;
}

/* PROFIEL */

#profiel {
	background: url(../layout/bg/bg-verloop.png);
}

#profile-box {
	width: 100%;
	height: 200px;
	background: url(../layout/header/profiel-data-header.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.data-col1 {
	width: 120px;
	height: auto;
	margin: 30px 30px 0 50px;
	position: relative;
	float: left;
}

.data-col1 ul li {
	color: white;
	text-align: left;
	text-transform: uppercase;
}

.data-col2 {
	width: 250px;
	height: auto;
	margin: 30px 30px 0 0;
	position: relative;
	float: left;
	font-weight: bold;
}

.data-col2 ul li {
	color: white;
	text-align: left;
	text-transform: uppercase;
}

#profiel figure img {
	width: 230px;
	margin-top: -80px;
	position: relative;
}


#profiel p {
	color: white;
	text-align: left;
	margin: 50px 0 50px 50px;
	width: 600px;
}

#profiel h1 {
    margin-top: -50px;
    margin-left:  50px;
    text-align: left;
    text-transform: uppercase;
}

/* CARRIERE */


#carriere .banner {
	width: 100%;
	height: 50px;
	background-color: darkgreen;
	padding: 10px 0 0 0;
	position: relative;
}

.dotted-line {
	margin: 0 auto;
	width: 2px;
	height: 1200px;
	background-image: url(../layout/deco/dotted-line.png);
	background-repeat: repeat-y;
	background-size: contain;
	overflow: visible;
	position: absolute;
	left: 50%;
	z-index: -1;
}

#carriere h1 {
	text-transform: uppercase;
}

.timeline-wrapper {
	margin: 0 auto;
	width: 300px;
	height: 100%;
	overflow: visible;
}

.timeline-wrapper h2 {
	font-size: 1.2em;
	color: white;
	text-transform: uppercase;
}

.timeline-wrapper p {
	font-size: 1em;
	color: white;
}

.timeline-box-left {
	margin-top: 50px;
	margin-left: -200px;
	padding-right: 100px;
	width: 500px;
	height: 100px;
	box-sizing: border-box;
	text-align: right;
	
	/* Effect */
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -ms-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
	
    transition-delay: 300ms;
}
.timeline-box-right {
	margin-top: 50px;
	padding-left: 100px;
	width: 500px;
	height: 100px;
	box-sizing: border-box;
	text-align: left;
	
	/* Effect */
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -ms-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;    
	
	transition-delay: 300ms;
}

/* Show object visibility */

.faden.triggeredCSS3 { 
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

/* END // Show object visibility */

.carreer-circle-left {
	width: 100px;
	height: 100px;
	position: relative;
	border-radius: 50%;
	border: 2px solid white;
	background-size: cover;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}
.carreer-circle-right {
	width: 100px;
	height: 100px;
	position: relative;
	border-radius: 50%;
	border: 2px solid white;
	background-size: cover;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.timeline-7-jun-2013-bg { background-image: url(../layout/timeline/timeline-7-jun-2013-bg.png); }
.timeline-23-aug-2012-bg { background-image: url(../layout/timeline/timeline-23-aug-2012-bg.png); }
.timeline-8-nov-2011-bg  { background-image: url(../layout/timeline/timeline-8-nov-2011-bg.png); }
.timeline-1-jul-2011-bg { background-image: url(../layout/timeline/timeline-1-jul-2011-bg.png); }

.timeline-spacer {
	clear: both;
	height: 50px;
	position: relative;
}

/* MEDIA */

#media h1 {
    text-align: left;
    text-transform: uppercase;
	margin-bottom: 30px;
}

#media {
	background: url(../layout/bg/bg-media.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px;
}

#media .wrapper-foto, #media .wrapper-video, #media .wrapper-wallpaper {
	margin: 0 auto;
	width: 90%; /* 1000px / 1366px = 73.206442% */
	height: auto; 
	/* max-width: 1000px; */
	min-width: 676px;
	text-align: left;
}

#media .wrapper-video {
	margin-top: 50px;
}

.wrapper-wallpaper h1 {
	margin-top: 50px;
}

#media a img {
	width: 15%; /* 235px / 1000px = 23.5% */
	height: auto;
	display: inline-block;
	margin: 0 1% 1% 0; /* 20px / 1000px = 2% */
}

#media figcaption {
	color: white;
}

/* VOLG MIJ */

#volg-mij {
	background: url(../layout/bg/bg-volgmij.png);
	background-size: cover;
}

.wrapper-volgmij {
	width: 90%; /* 1266 / 1366 = 92.679356% */
	height: auto;
	margin: 0 auto;
}

#volg-mij h2 {
	color: white;
    text-align: left;
    text-transform: uppercase;
	margin-bottom: 20px;
	min-width: 250px;
}

.left-box {
	width: 23.696682%; /* 300 / 1266px = 23.696682% */
	height: auto;
	text-align: left;
	display: inline-block;
	float: left;
	max-width: 300px;
	min-width: 180px;
	overflow: visible;
}

.social-tiles {
	width: 100%;
}

.tiles {
	width: 46.666667%; /* 140 / 300px = 46.666667% */
	padding-bottom: 50%;
	display: inline-block;
	float: left;
	margin-bottom: 6.666667%; /* 20 / 300px = 6.666667% */
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.tiles:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.facebook-tile { background: url(../layout/icons/facebook.png) #3b5998; 	background-size: cover; 	margin-right: 6.666667%; /* 20 / 300px = 6.666667% */ }
.twitter-tile { background: url(../layout/icons/twitter.png) #00aced; background-size: cover; }
.instagram-tile { background: url(../layout/icons/instagram.png) #d79f00; background-size: cover; margin-right: 6.666667%; /* 20 / 300px = 6.666667% */ }
.youtube-tile { background: url(../layout/icons/youtube.png) #bb0000; background-size: cover; }

#volg-mij h3 {
	color: white;
	text-transform: uppercase;
	font-size: 0.7em;
}

.contact-mail {
	float: left;
	margin-top: 30px;
}

.left-box a span {
	color: white;
	font-size: 1.5em;
	font-weight: 300;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.left-box a span:hover {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}

.right-box {
	width: 60%; /* 600 / 1266 = 47.393365% */
	float: right;
	display: inline-block;
	max-width: 800px;
}

.event-wrapper {
	width: 100%;
}

.event {
	width: 25%;
	height: 200px;
	display: inline-block;
	float: left;
	margin: 0;
}

.event p {
	font-size: 1.5em;
	font-weight: 300;
	padding-top: 100px;
	margin: 0;
}

.shover {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	cursor: pointer;
}

.shover:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}


.event-raften { background: url(../../media/events/tiles/tile-raften.png); background-size: cover; }
.event-blijdorp { background: url(../../media/events/tiles/tile-blijdorp.png); background-size: cover; }

/* STATISTIEKEN */

#statistieken {
	background: url(../layout/bg/bg-mn-stats-silhouet.png) no-repeat;
	background-position: top right;
	background-color: #080808;
}

#statistieken h1 {
    text-align: left;
    text-transform: uppercase;
	margin-bottom: 50px;
}

#statistieken h2 {
	border-bottom: 1px solid white;
	font-size: 1.2em;
	width: 100%;
	text-align: left;
	color: white;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 20px;
}

.wrapper-stats {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.current-stats ul li {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

.current-stats, .past-stats {
	width: 550px;
	height: 300px;
	text-align: left;
}

.cards {
	width: 100px;
	height: auto;
	margin-left: -20px;
	margin-right: 20px;
	display: inline-block;
	float: left;
}

.cards img {
	width: 100%;
}

.col-stats-1 {
	width: auto;
	height: auto;
	margin-right: 20px;
	display: inline-block;
	float: left;
	margin-top: 20px;
}

.col-stats-1a {
	width: 140px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	float: left;
}
.col-stats-1b {
	width: 30px;
	height: auto;
	display: inline-block;
	float: left;
	text-align: right;
}

.col-stats-2 {
	width: auto;
	height: auto;
	display: inline-block;
	float: right;
	margin-top: 20px;
}

.col-stats-2a {
	width: 130px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	float: left;
}
.col-stats-2b {
	width: 30px;
	height: auto;
	display: inline-block;
	float: left;
	text-align: right;
}

/* Tabel voor alle seizoenen */


.table-scroll {
	width: 100%;
}

.table-wrapper {
	width: 100%;
	height: auto;
	min-width: 500px;
}

.table-wrapper ul li {
	color: white;
	text-transform: none;
}

.past-stats p {
	color: black;
	font-size: 0.5em;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	background: rgba(255,255,255,0.4);
	padding: 3px 0 1px 3px;
	font-weight: bold;
	width: 90px;
	text-align: center;
}

.table-wrapper ul li:first-child {
	text-transform: uppercase;
	font-weight: bold;
}

.table-col-1, .table-col-2, .table-col-3, .table-col-4, .table-col-5 {
	height: auto;
	display: inline-block;
	margin: 0;
	box-sizing: border-box;
}

/*.table-col-1 { width: 20%; }
.table-col-2 { width: 20%; }
.table-col-3 { width: 15%; }
.table-col-4 { width: 15%; }*/
.table-col-5 { float: right; }

.table-col-3, .table-col-4 {
	text-align: right;
}

.table-col-2,
.table-col-3,
.table-col-4 {
	margin-left: 5%;
}

/* FOOTER */

footer {
	width: 100%;
	height: 50px;
	background-color: #232323;
	background: url(../layout/header/profiel-data-header.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 17px 10px 0 30px;
	box-sizing: border-box;
}

footer p {
	color: white;
	text-align: left;
	font-size: 0.8em;
	margin: 0;
}

.signature {
	float: left;
	height: auto;
	width: 220px;
	display: inline-block;
}

.social-media {
	width: 110px;
	float: right;
	display: inline-block;
}

.facebook-share, .twitter-share {
	width: 30px;
	height: 30px;
	display: inline-block;
	float: right;
	margin-top: -25px;
	z-index: 10;
	-webkit-transition: transform ease 0.1s;
	-moz-transition: transform ease 0.1s;
	-ms-transition: transform ease 0.1s;
	-o-transition: transform ease 0.1s;
	transition: transform ease 0.1s;
}

.facebook-share:hover,
.twitter-share:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.twitter-share {
	background: url(../layout/icons/twitter.png) no-repeat;
	background-size: 80%;
	background-position: center;
}

.facebook-share {
	background: url(../layout/icons/facebook.png) no-repeat;
	background-size: 85%;
	background-position: center;
}

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

/* MEDIA */

#media a img {
	width: 22.5%; /* 235px / 1000px = 23.5% */
	margin: 0 2% 2% 0; /* 20px / 1000px = 2% */
}

/* VOLG MIJ */

.event {
	width: 33.333333%;
	height: 200px;
}
}

@media only screen and (max-width: 1024px) {
main {
	margin-top: 340px;
}
}

@media only screen and (max-width: 940px) {
#profiel p {
	width: 500px;
}


/* VOLG MIJ */

.event {
	height: 150px;
}

.event p {
	font-size: 1.2em;
	padding-top: 70px;
}
}

@media only screen and (max-width: 856px) {
main {
	margin-top: 280px;
	width: 78.125%; /* 600px / 768px */
	min-width: 500px;
	max-width: 600px;
}

.box {
	margin-right: 8.333333%; /* 50px / 600px */
	width: 45.833333%; /* 275px / 600px */
	height: auto;
	display: inline-block;
	float: left;
}

.box:nth-child(2) {
	margin: 0;
}

.box:nth-child(3) {
	width: 100%;
	margin: 0;
	margin-top: 0;
}
}

@media only screen and (min-width: 768px) { /* min-width */
.play1 {
	display: block;
}

.play2 {
	display: none;
}
}

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

/* PROFIEL */

.data-col1 {
	margin: 30px 30px 0 85px;
}

#profiel p {
	margin: 50px 0 50px 85px;
}

#profiel h1 {
    margin-left:  85px;
}

#profiel figure img {
	margin-left: -150px;
}

#profiel p {
	width: 400px;
}


/* MEDIA */

#media .wrapper-foto, #media .wrapper-video, #media .wrapper-wallpaper {
	width: 88.020833%; /* 676px / 768px */
	max-width: 676px;
	min-width: 300px;
}


#media a img {
	width: 29%; /* 212px / 768px = 31.360947% */
	margin: 0 2.95858% 2.95858% 0; /* 20px / 1000px = 2.95858% */
}

/* VOLG MIJ */

#volg-mij h2 {
	font-size: 1.3em;
}

.contact-mail {
	margin-top: 50px;
}

.left-box a span {
	font-size: 1.2em;
}
}

@media only screen and (max-width: 767px) {
.play1 {
	display: none;
}
}

@media only screen and (max-width: 700px) {
#profiel figure img {
	width: 130px;
	margin-top: -80px;
	margin-left: -100px;
}

/* VOLG MIJ */

.right-box {
	width: 50%;
	margin-right: 30px;
}

.event-wrapper {
	width: 100%;
}

.event {
	width: 50%;
	height: 140px;
}

.contact-mail {
	margin-top: 175px;
}
}

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

/* PROFIEL */

#profiel p {
	margin: 50px 0 5% 5%;
	width: 90%
}

.data-col1 {
	margin: 30px 30px 0 5%;
}

.data-col2 {
	margin: 30px 5% 0 0;
	width: 200px;
}
    
#profiel h1 {
    margin-left:  30px;
}

/* CARRIERE */

.timeline-wrapper {
	width: 100px;
}

.timeline-wrapper h2 {
	font-size: 1.1em;
}

.timeline-wrapper p {
	font-size: 0.8em;
}

.timeline-box-left {
	padding-right: 0;
	width: 300px;
	height: 100px;
}
.timeline-box-right {
	padding-left: 0;
	width: 300px;
	height: 100px;
}

/* VOLG MIJ */

.event {
	width: 50%;
	height: 120px;
}

#volg-mij h2 {
	font-size: 1.2em;
}

/* STATISTIEKEN */

.current-stats, .past-stats {
	width: 95%;
}

.contact-mail {
	margin-top: 120px;
}
}

@media only screen and (max-width: 550px) {
	
/* STATISTIEKEN */

.wrapper-stats {
	width: auto;
	height: auto;
	margin: 0 auto;
	margin-left: 20px;
}

.current-stats {
	width: 95%;
	height: 480px;
	text-align: left;
}

.cards {
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 40px;
	display: block;
}

.cards img {
	width: 150px;
}
}


@media only screen and (max-width: 568px) {
main {
	margin: 0 auto;
	margin-top: 300px;
	width: 100%;
	min-width: 320px;
	max-width: 568px;
}

.box {
	margin: 5%;
	width: 90%;
	display: block;
	float: left;
}

.box:nth-child(2), .box:nth-child(3) {
	width: 90%;
	margin: 5%;
}

.nelom-stats {
	margin-top: -300px;
	position: relative;
}

.single img {
	margin-top: 25px;
}

/* PROFIEL */
    
#profiel h1 {
    margin-left:  5%;
}
}

@media only screen and (max-width: 545px) {
.table-scroll {
	overflow-x: scroll;
	overflow-y: hidden;
}

/* VOLG MIJ */

.wrapper-volgmij {
	width: 90%;
	margin: 0 auto;
}

.left-box,
.right-box {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin: 0;
}

.tiles {
	width: 23.5%;
	padding-bottom: 23.5%;
	margin-bottom: 0%;
}

.facebook-tile { margin-right: 2%; }
.twitter-tile { margin-right: 2%; }
.instagram-tile { margin-right: 2%; }

.contact-mail {
	margin: 40px 0 60px 0;
}

.event {
	width: 33.333333%;
	height: 150px;
}

.event p {
	font-size: 1.5em;
	padding-top: 60px;
}

.left-box a span {
	font-size: 1.5em;
}
}

@media only screen and (max-width: 430px) {
	
/* STATISTIEKEN */

.current-stats {
	height: 580px;
}

.current-stats ul li {
	background-color: rgba(0,0,0,0.2);
	margin: 5px 0 5px 0;
	padding: 3px 5px 0 5px;
}

.cards {
	margin-bottom: 20px;
}

.cards img {
	width: 140px;
}

.col-stats-1 {
	width: 100%;
	margin-right: 0;
	display: block;
}

.col-stats-1a {
	width: 90%;
	margin-right: 0;
}
.col-stats-2 {
	width: 100%;
	display: block;
	float: left;
	margin-top: 25px;
}

.col-stats-2a {
	width: 90%;
	margin-right: 0;
	float: left;
}
.col-stats-1b, .col-stats-2b {
	width: 10%;
}
}

@media only screen and (max-width: 480px) {
.single img {
	margin-top: 15px;
}

/* PROFIEL */

#profiel figure img {
	display: none;
}

/* CARRIERE */

.timeline-wrapper {
	width: auto;
}

.timeline-wrapper h2 {
	display: block;
	margin-top: 20px;
}

.timeline-wrapper p {
	font-size: 0.8em;
	color: white;
	display: inline-table;
}

.timeline-box-left {
	margin-left: 0;
	padding-right: 0;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: black;
	padding-top: 20px;
	padding-bottom: 20px;
}
.timeline-box-right {
	padding-left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: black;
	padding-top: 20px;
	padding-bottom: 20px;}

.carreer-circle-left {
	float: none;
	margin-left: 0;
	margin-bottom: 0;
	display: inline-table;
}
.carreer-circle-right {
	float: none;
	margin-right: 0;
	margin-bottom: 0;
	display: inline-table;
}
}

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

main {
	margin-top: 150px;
}

.data-col1 {
	margin: 30px 0 0 5%;
}

.data-col2 {
	margin: 30px 0 0 15px;
	width: 160px;
}

/* MEDIA */

#media h1 {
	font-size: 1.5em;
}

/* VOLG MIJ */

.event {
	width: 50%;
	height: 140px;
}

/* FOOTER */
.signature {
	display: none;
}
}

@media only screen and (max-width: 377px) {
.box .nelom-stats {
	margin-left: 200px;
}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
