/* =================================
	Algemene css 	
=================================== */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

table { 
	border-collapse:collapse; border-spacing:0; 
}

html {
	font-size: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
}

body {
	font-family: 'klavikalight';
	font-size: 16px;
	height: 100%;
	margin: 0 0 50px; /* bottom = footer height */
	overflow-x: hidden;
	width: 100%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	transition: all 150ms linear 0s;
}

a, a:active, a:focus, a:hover {
	outline: medium none;
}

p {
	font-size: 1em;
	margin: 0 0 1em 0;
}

h1 {
	color: #2b2b2b;
	font-family: 'klavika_boldbold';
	font-size: 40px;
}

h2 {
}

h3 {
	color: #18a748;
	font-family: 'klavika_boldbold';
	font-size: 20px;
	margin-bottom: 6px;
}

h4 {
}

h5 {
}

h6 {
}

.col-tight {
	padding: 0px;
}

.btn.focus, .btn:focus, .btn:hover {
}

.btn.focus, .btn:focus, .btn:hover {
}

.btn.active.focus, .btn.active:focus,
.btn.focus, .btn.focus:active,
.btn:active:focus, .btn:focus {
	outline: none;
}

.btn.active, .btn:active {
}

.uppercase-none {
	text-transform: none !important;
}

::selection {
	background: #e5e3e3; /* WebKit/Blink Browsers */
}
::-moz-selection {
	background: #e5e3e3; /* Gecko Browsers */
}

.grecaptcha-badge{
	display: none;
}

/* =================================
	Background-color css
=================================== */

.bg-red {
	background-color: #e5271e;
}

.bg-green {
	background-color: #18a748;
}

.bg-gold {
	background-color: #bea060 !important;
}

.bg-light-gold {
	background-color: #f2ecdf;
}

.bg-dark-gray {
	background-color: #2b2b2b;
}

.bg-light-gray {
	background-color: #fcb424;
}

.bg-white {
	background-color: #ffffff;
}

.bg-facebook {
	background-color: #3c5193 !important;
}

.bg-twitter {
	background-color: #37a7df !important;
}

.bg-youtube {
	background-color: #cc2920 !important;
}

/* =================================
	Text-color css
=================================== */

.text-red {
	color: #e5271e;
}

.text-green {
	color: #18a748;
}

.text-gold {
	color: #bea060;
}

.text-dark-gray {
	color: #2b2b2b;
}

.text-white {
	color: #ffffff;
}

.text-gray {
	color: #6f6f6f;
}

/* =================================	
	Header classes
=================================== */
#header-top {
	font-family: 'klavika_regularregular';
	font-size: 15px;
	min-height: 32px;
	position: relative;
}

.logo {
	left: -15px;
	position: relative;
	top: -38px;
	z-index: 999;
}

#header-top .payoff {
	line-height: 32px;
	margin-left: 120px;
}

#header-top ul {
	text-align: right;
}

#header-top li {
	display: inline-block;
	margin-left: 5px;
}

#header-top li a {
	color: #ffffff;
	line-height: 32px;
}

#header-bottom {
	height: 48px;
}

#header-slider {
	height: 620px;
	position: relative;
}

#header-slider .bg-slider-image {
	background-position: center;
	background-size: cover;
	height: 620px;
}

#header-slider .bx-wrapper .bx-viewport {
	background-color: transparent;
	border: none;
	left: 0px;
}

#header-slider .chapeau {
	background-color: #e5271e;
	color: #ffffff;
	font-family: 'klavika_regularregular';
	font-size: 30px;
	padding: 10px 16px;
	position: absolute;
	top: 290px;
}

#header-slider .titel {
	background-color: #18a748;
	color: #ffffff;
	font-family: 'klavika_boldbold';
	font-size: 30px;
	padding: 10px 16px;
	position: absolute;
	top: 340px;
}

#header-slider a.read-more {
	background-color:rgba(0,0,0,0.5);
	border: 2px solid #ffffff;
	bottom: 50px;
	color: #ffffff;
	font-family: 'klavika_boldbold';
	font-size: 18px;
	padding: 15px 32px;
	position: absolute;
	text-decoration: none;
	-webkit-transition: all 150ms linear 0s;
	transition: all 150ms linear 0s;
}

#header-slider a.read-more:hover {
	background-color:rgba(24,167,72,0.5);
}

#header-slider .bx-wrapper .bx-next {
	background: rgba(0, 0, 0, 0) url("../images/nieuws-slider-arrow-right.jpg") no-repeat scroll center center / 40px auto;
	height: 40px;
	width: 40px;
}

#header-slider .bx-wrapper .bx-prev {
	background: rgba(0, 0, 0, 0) url("../images/nieuws-slider-arrow-left.jpg") no-repeat scroll center center / 40px auto;
	height: 40px;
	width: 40px;
}

.dubble-arrow {
	left: 50%;
	margin-left: -14px;
	margin-top: -41px;
	position: absolute;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
}

.spacer {
	margin: 70px 0;
}

/* =================================
	Hoofdsponsor classes
=================================== */
#hoofdsponsor {
	padding: 18px 16px;
}

#hoofdsponsor h2 {
	font-family: 'klavika_boldbold';
	font-size: 30px;
	margin-bottom: 20px;
}

#hoofdsponsor img {
	max-width: 250px;
}

/* =================================
	Game play classes
=================================== */
#game-play {
	min-height: 142px;
}

.game-play-container {
	margin-top: 32px;
}

.game-play-text {
	float: left;
	font-size: 21px;
	margin-right: 15px;
	margin-top: 10px;
	text-transform: uppercase;
}

.game-play-text span {
	font-family: 'klavika_boldbold';
}

.game-play-subject {
	text-align: center;
}

.timer {
	float: left;
	margin-right: 8px;
}

#game-play .block {
	background-color: #ffffff;
	border-radius: 4px;
	color: #caaf73;
	float: left;
	font-size: 42px;
	height: 60px;
	line-height: 56px;
	margin-bottom: 8px;
	margin-right: 5px;
	text-align: center;
	width: 48px;
}

/* =================================
	Blocks classes
=================================== */
.block-item-container {
	min-height: 90px;
	padding-bottom: 25px;
	padding-top: 25px;
}

a.block-item {
	background-color: #18a748;
	display: block;
	margin-bottom: 25px;
	height: 200px;
	overflow: hidden;
	position: relative;
}

a.block-item:hover {
	text-decoration: none;
}

a.block-item h2 {
	color: #ffffff;
	float: left;
	font-family: 'klavika_boldbold';
	font-size: 30px;
	padding: 18px 16px;
	position: relative;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	text-transform: uppercase;
	z-index: 999;
}

a.block-item h2 span {
	font-family: 'klavikalight';
}

a.block-item h4 {
	clear: both;
	color: #ffffff;
	float: left;
	font-family: 'klavika_boldbold';
	font-size: 18px;
	padding: 0px 16px;
	position: relative;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	z-index: 999;
}

.block-item .bg-image {
	background-position: center;
	background-size: 100%;
	height: 200px;
	position: absolute;
	-webkit-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
	width: 100%;
}

.block-item .bg-image:hover {
  	background-size: 105%;
}

.block-item .gradient {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	height: 200px;
    position: absolute;
    top: 0;
    width: 100%;
}

a.block-item-small {
	display: block;
	margin-bottom: 25px;
	height: 100px;
	overflow: hidden;
	position: relative;
}

a.block-item-small:hover {
	text-decoration: none;
}

	.block-item-small {
		color: #ffffff;
		display: block;
		margin-bottom: 25px;
		height: 100px;
		overflow: hidden;
		position: relative;
	}

	.block-item-small:hover {
		text-decoration: none;
	}

	.block-item-small h2 {
		color: #ffffff;
		float: left;
		font-family: 'klavika_boldbold';
		font-size: 21px;
		padding: 18px 16px;
		position: relative;
		text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
		text-transform: uppercase;
		z-index: 999;
	}

	.block-item-small h2 span {
		font-family: 'klavikalight';
	}

.block-item-small .bg-image {
	background-position: center;
	background-size: 100%;
	height: 200px;
	position: absolute;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 100%;
}

.block-item-small .bg-image:hover {
	background-size: 105%;
}

a.block-item-small h2 {
	color: #ffffff;
	float: left;
	font-family: 'klavika_boldbold';
	font-size: 30px;
	padding: 18px 16px;
	position: relative;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	text-transform: uppercase;
	z-index: 999;
}

a.block-item-small h2 span {
	font-family: 'klavikalight';
}

a.social-media-bericht.block-item h4 {
	clear: both;
	color: #ffffff;
	font-family: 'klavikalight';
	font-size: 18px;
	line-height: 22px;
	padding: 0px 16px;
	position: relative;
	text-shadow: none;
	z-index: 999;
}

a.social-media-bericht.block-item h2 {
	text-shadow: none;
}

a.social-media-bericht .datum {
	color: #ffffff;
	float: left;
	font-style: italic;
	padding: 18px 16px;
}

a.facebook-volgers {
	background-color: #3c5193;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	color: #ffffff;
	float: right;
	height: 100%;
	position: relative;
	text-align: center;
	-webkit-transition: all 150ms linear 0s;
	transition: all 150ms linear 0s;
	width: 100px;
}

a.facebook-volgers:hover {
	background-color: #18a748;
	text-decoration: none;
}

a.twitter-volgers {
	background-color: #37a7df;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	color: #ffffff;
	float: right;
	height: 100%;
	position: relative;
	text-align: center;
	-webkit-transition: all 150ms linear 0s;
	transition: all 150ms linear 0s;
	width: 100px;
}

a.twitter-volgers:hover {
	background-color: #18a748;
	text-decoration: none;
}

.volgers {
	font-family: 'klavika_boldbold';
	font-size: 18px;
	margin-top: 10px;
}

.volgers-icon {
	bottom: 20px;
	font-size: 20px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.facebook-button {
	bottom: 15px;
	left: 15px;
	position: absolute;
}

.twitter-button {
	bottom: 15px;
	left: 165px;
	position: absolute;
}

/* =================================
	Slider uitslagen home classes
=================================== */

#home-uitslag .bx-wrapper {
	margin: 0 auto;
}

#home-uitslag .bx-wrapper .bx-viewport {
	background-color: #f2ecdf;
	border: none !important;
	height: 200px;
	left: 0 !important;
}

#home-uitslag .bxslider li {
	height: 200px;
	padding: 20px;
}

#home-uitslag .bx-wrapper .bx-pager, #home-uitslag .bx-wrapper .bx-controls-auto {
	height: 40px;
	position: absolute;
	right: 15px;
	text-align: left;
	top: -5px;
	width: auto;
}

#home-uitslag .bx-wrapper .bx-pager.bx-default-pager a:hover, #home-uitslag .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #bea060 none repeat scroll 0 0;

}

#home-uitslag .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: transparent;
	border: 2px solid #bea060;
	border-radius: 30px;
	display: block;
	height: 15px;
	margin: 0 3px;
	outline: 0 none;
	text-indent: -9999px;
	width: 15px;
}

#home-uitslag .text-uitslag-wedstrijd {
	color: #18a748;
	font-family: 'klavika_boldbold';
	font-size: 22px;
	text-transform: uppercase;
}

#home-uitslag .text-uitslag-wedstrijd span {
	color: #2b2b2b;
}

#home-uitslag .tijd-wedstrijd {
	color: #bea060;
	margin-bottom: 18px;
	margin-top: 5px;
}

#home-uitslag .uitslag-container {
	height: 100px;
	margin: 0 auto;
	width: 90%;
}

#home-uitslag .tegenstander.uitslag-container {
	height: 100px;
	margin: 0 auto;
	width: 80%;
}

#home-uitslag .team-logo {
	width: 33.3%;
}

#home-uitslag .team-logo img {
	max-height: 100px;
	max-width: 120px;
	width: auto;
}

#home-uitslag .uitslag-wedstrijd {
	margin-top: 15px;
	width: 33.3%;
}

#home-uitslag .uitslag-wedstrijd h2 {
	color: #2b2b2b;
	font-family: 'klavika_boldbold';
	font-size: 54px;
}

#home-uitslag .tegenstander.uitslag-wedstrijd h2 {
	color: #2b2b2b;
	font-family: 'klavika_boldbold';
	font-size: 44px;
}

#home-uitslag .uitslag-wedstrijd h3 {
	color: #bea060;
	font-size: 16px;
}

/* =================================
	Actie-block classes
=================================== */
#actie-block .bx-wrapper {
	margin: 0;
}

#actie-block .bx-wrapper .bx-viewport {
	border: none;
	left: 0;
}

#actie-block .bx-wrapper .bx-pager, #actie-block .bx-wrapper .bx-controls-auto {
	height: 40px;
	position: absolute;
	right: 15px;
	text-align: left;
	top: -5px;
	width: auto;
}

#actie-block .bx-wrapper .bx-pager.bx-default-pager a:hover, #actie-block .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #bea060 none repeat scroll 0 0;

}

#actie-block .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: transparent;
	border: 2px solid #bea060;
	border-radius: 30px;
	display: block;
	height: 15px;
	margin: 0 3px;
	outline: 0 none;
	text-indent: -9999px;
	width: 15px;
}

/* =================================
	Agenda classes
=================================== */
#agenda .agenda-header {
	background-color: #2b2b2b;
	height: 40px;
	margin-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
}

#agenda .agenda-header h1 {
	color: #ffffff;
	font-family: 'klavika_boldbold';
	font-size: 20px;
	line-height: 40px;
}


#agenda .agenda-items a {
	text-decoration: none;
}


#agenda .agenda-header .maand {
	float: right;
	font-size: 18px;
	line-height: 40px;
}

#agenda .agenda-header .jaar {
	float: right;
	font-size: 18px;
	line-height: 40px;
}

#agenda .agenda-header .maand i {
	cursor: pointer;
	line-height: 40px;
	margin: 0 10px;
}

#agenda .agenda-header .jaar i {
	cursor: pointer;
	line-height: 40px;
	margin: 0 10px;
}

#agenda .bx-wrapper .bx-viewport {
	border: 0px;
	left: 0;
}

#agenda .agenda-item {
	text-align: center;
	min-height: 270px;
	position: relative;
}

#agenda .agenda-item .bg-slider-image {
	background-position: center;
	background-size: cover;
	height: 135px;
	position: absolute;
	width: 100%;
	z-index: 0;
}

#agenda .agenda-datum {
	margin-bottom: 16px;
	padding-top: 114px;
	position: relative;
	z-index: 10;
}

#agenda .agenda-datum > span {
	background-color: #ffffff;
	border-radius: 4px;
	display: inline-block;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	width: 30px;
}

#agenda .agenda-maand {
	color: #ffffff;
	font-family: 'klavika_boldbold';
	font-size: 18px;
	text-transform: uppercase;
}

#agenda .agenda-onderwerp {
	color: #ffffff;
	font-family: 'klavika_boldbold';
	font-size: 18px;
}

#agenda .agenda-tijd {
	bottom: 15px;
	color: #ffffff;
	font-family: "klavikalight";
	font-size: 18px;
	margin-top: 10px;
	position: absolute;
	text-align: center;
	width: 100%;
}

#agenda .slick-prev::before, #agenda .slick-next::before {
	color: #e5271e;
	font-size: 36px;
	opacity: 1;
}

#agenda .slick-prev, #agenda .slick-next {
	height: 35px;
	width: 35px;
	z-index: 9999;
}

#agenda .slick-slider {
	margin-bottom: 0;
}

/* =================================
	Sponsoren classes
=================================== */
#sponsoren {
	min-height: 535px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.sponsor-logos img {
	background: white none repeat scroll 0 0;
	margin-top: 14px;
}

#sponsoren h1 {
	color: #18a748;
	font-size: 38px;
	text-transform: uppercase;
}

/* =================================
	Content classes
=================================== */
#content-block p.intro {
	font-family: 'klavika_mediummedium';
	font-size: 20px;
	line-height: 26px;
	margin-top: 25px;
}

p.intro a {
	color: #18a748;
}

p.intro a:focus,
p.intro a:hover {
	color: #e5271e;
	text-decoration: none;
}

#content-block p {
	font-size: 18px;
	line-height: 24px;
}

#content-block p a,
#content-block li a {
	background: #b2b1b1 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	padding: 0 5px;
}

#content-block a:focus,
#content-block a:hover {
	background-color: #18a748;
	text-decoration: none;
}

#content-block ul {
	margin-bottom: 1em;
}

#content-block ul li {
	font-size: 18px;
	line-height: 24px;
	list-style: outside disc;
	margin-left: 30px;
}


#content-block ol {
	margin-bottom: 1em;
}

#content-block ol li {
	font-size: 18px;
	line-height: 24px;
	margin-left: 30px;
	list-style-type: decimal;
}


#content-block .table-striped th {
	font-family: 'klavika_boldbold';
}

.datum-block {
	margin: 22px 0 35px;
}

.image-block {
	margin-bottom: 35px;
	position: relative;
}

.image-block .bx-wrapper .bx-viewport {
	left: 0;
	border: 0;
}

.image-block .bxslider li {
	margin-left: 0 !important;
}

.image-block .bx-wrapper .bx-next {
	background: rgba(0, 0, 0, 0) url("../images/content-arrow-right.png") no-repeat scroll center center / 50px auto;
	height: 50px;
	left: 100px;
	width: 50px;
}

.image-block .bx-wrapper .bx-controls-direction a {
	bottom: 0;
}

.image-block .bx-wrapper .bx-next:hover {
	background: rgba(0, 0, 0, 0) url("../images/content-arrow-right.png") no-repeat scroll center center / 50px auto;
}

.image-block .bx-wrapper .bx-prev {
	background: rgba(0, 0, 0, 0) url("../images/content-arrow-left.png") no-repeat scroll center center / 50px auto;
	height: 50px;
	left: 0px;
	width: 50px;
}

.image-block .bx-wrapper .bx-prev:hover {
	background: rgba(0, 0, 0, 0) url("../images/content-arrow-left.png") no-repeat scroll center center / 50px auto;
}

.slide-teller {
	background-color: rgba(43, 43, 43, 0.9);
	bottom: 0px;
	color: #ffffff;
	font-family: 'klavika_mediummedium';
	font-size: 16px;
	left: 50px;
	line-height: 34px;
	height: 50px;
	padding: 10px;
	position: absolute;
	width: 50px;
}

.pdf ul {
	margin-bottom: 1em;
}

.pdf ul li::before {
	background-image: url("../images/pdf.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 30px;
	margin-left: -15px;
	width: 25px;
}

.pdf ul li img {
	margin-right: 5px;
}

.pdf ul li {
	font-weight: bold;
	line-height: 30px !important;
	list-style: none !important;
	margin-left: 0;
}

#content-block .pdf p a,
#content-block .pdf li a {
	background-color: transparent;
	color: #2b2b2b;
}

/* =================================
	Fotohoek classes
=================================== */
.fotohoek-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	height: 305px;
	margin-top: 25px;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 100%;
}

.fotohoek-image:focus,
.fotohoek-image:hover {
	background-size: 105%;
}

.fotohoek-beschrijving {
	background-color: rgba(24, 167, 72, 0.8);
	bottom: 0;
	color: #ffffff;
	font-size: 18px;
	height: 40px;
	line-height: 38px;
	padding-left: 15px;
	position: absolute;
	width: 100%;
}


/* =================================
	Footer classes
=================================== */
footer {
	font-size: 14px;
	min-height: 38px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.footer-copyright {
	float: left;
	line-height: 38px;
}

.footer-logo {
	bottom: 8px;
	left: 50%;
	margin-left: -24px;
	position: absolute;
}

.footer-menu {
	float: right;
}

.footer-menu li {
	display: inline-block;
	line-height: 38px;
	margin-left: 5px;
}

.footer-menu li a {
	color: #ffffff;
}


/* =================================
	News-items classes
=================================== */
.news-item {
	border: 1px solid #e5e3e3;
	display: block;
	height: 380px;
	margin-top: 25px;
	position: relative;
}

.news-item:focus,
.news-item:hover {
	background-color: #18a748;
	text-decoration: none;
}

.news-item:focus .news-item-title,
.news-item:hover .news-item-title,
.news-item:focus .datum-block,
.news-item:hover .datum-block {
	color: #ffffff;
}

.news-item-inner {
	padding: 20px;
}

.news-item-inner .datum-block {
	margin-bottom: 0;
	position: absolute;
	bottom: 20px;
}

.news-item-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 190px;
}

.news-item-title {
	color: #2b2b2b;
	font-family: 'klavika_boldbold';
	font-size: 30px;
}

.show-more-messages {
	background-color: #18a748;
	color: #ffffff;
	display: block;
	font-family: 'klavika_boldbold';
	font-size: 16px;
	margin-top: 25px;
	padding: 15px 0;
	text-align: center;
}

.show-more-messages:focus,
.show-more-messages:hover {
	background-color: #2b2b2b;
	color: #ffffff;
	text-decoration: none;
}

.pagination {
	float: right;
}

.pagination > li > a, .pagination > li > span {
	border-color: #e5e3e3;
	color: #18a748;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #18a748;
	border-color: #18a748;
}

/* =================================
	Formulieren classes
=================================== */

.aanmeldformulier h3 {
	margin-bottom: 10px;
}

form {
	background-color: #f0f2f1;
	border: 1px solid #18a748;
	margin-bottom: 2em;
	padding: 20px;
}

#inputfile {
	font-weight: bold;
	margin-bottom: 10px;
}

.form-control {
	border: 1px solid #e5e3e3;
	border-radius: 0;
	box-shadow: none;
}

.form-control:focus {
	border-color: #18a748;
	box-shadow: none;
}

.btn-default {
	background-color: #18a748;
	border: 0;
	border-radius: 0;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

.btn-default:focus,
.btn-default:hover {
	background-color: #e5271e;
	color: #ffffff;
}

.btn-gray {
	background-color: #2b2b2b;
	border: 0;
	border-radius: 0;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

.btn-gray:focus,
.btn-gray:hover {
	background-color: #e5271e;
	color: #ffffff;
}

.error-block {
	color: #e5271e;
	display: block;
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 5px;
}

form label p {
	float: left;
	margin-bottom: 0;
}

/* RADIO BUTTONS */
input[type="radio"] {
	display: none;
}

input[type="checkbox"],
input[type="radio"] + label {
	cursor: pointer;
	margin-bottom: 16px;
	margin-right: 30px;
}

input[type="radio"] + label span {
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	float: left;
	margin: -3px 8px 0 0;
	vertical-align: middle;
	width: 25px;
}

input[type="radio"] + label span {
	background-color: #ffffff;
	border: 1px solid #e5e3e3;
	float: left;
	margin-bottom: 12px;
}

input[type="radio"]:checked + label span{
	background-color: #18a748;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

/* =================================
	Contact classes
=================================== */
.contact-gegevens {
	margin-top: 25px;
}

.contact-form {
	background-color: #18a748;
	margin-top: 25px;
	padding-bottom: 40px;
	padding-top: 40px;
}

.contact-form h1 {
	color: #ffffff;
	margin-bottom: 25px;
}
.contact-form {
	color: #ffffff;
}

.contact-form form {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
}

.contact-form form .btn-gray {
	margin-top: 25px;
	padding-left: 12px;
}

.contact-form .form-control {
	font-size: 16px;
}

/* =================================
	Google Maps classes
=================================== */
#map {
	height: 360px;
}

.google-maps {
	height: 360px;
}

/* =================================
	Sponsoren classes
=================================== */
#sponsor-block h3 {
	margin-top: 25px;
}

.sponsor-item {
	border: 1px solid #e5e3e3;
	display: block;
	margin-top: 25px;
}

/* =================================
	Teampagina classes
=================================== */
.teampagina h1 {
	margin-bottom: 25px;
}

.teampagina h3 {
	font-family: 'klavikalight';
	font-size: 24px;
	margin-bottom: 20px;
}

.teampagina .teamfoto {
	margin-bottom: 25px;
}

.teampagina .sponsor-item {
	margin-top: 0;
}

.teaminfo {
	background-color: #e5e3e3;
	line-height: 20px;
	margin-top: 25px;
	padding: 16px 14px 1px;
}

.teaminfo .titel {
	font-family: 'klavika_boldbold';
	font-size: 18px;
}

.teaminfo p {
	font-style: 16px;
}

.teampagina .nav-tabs > li {
	margin-left: 0px !important;
	margin-right: 10px !important;
}

.teampagina .nav-tabs > li > a {
	border: 0 none !important;
	border-radius: 8px 8px 0 0;
	font-size: 16px;
	padding: 8px 10px 6px !important;
	text-transform: uppercase;
}

.teampagina .nav-tabs > li.active > a {
	background-color: #18a748 !important;
}

.teampagina .tab-content {
	padding-top: 25px;
}

.teampagina .table-striped a {
	color: #18a748;
	padding: 0 5px;
}

.teampagina .table-striped a:focus,
.teampagina .table-striped a:hover {
	color: #ffffff;
}

.teampagina th {
	font-family: 'klavika_boldbold';
}

/* =================================
	Wie is Wie classes
=================================== */
.wie-is-wie h1 {
	margin-bottom: 25px;
}

.wie-is-wie .intro {
	font-family: 'klavika_mediummedium';
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 35px;
	margin-top: 25px;
}

.wie-is-wie ul {
	margin-bottom: 25px;
}

.wie-is-wie li {
	list-style: none;
}

.wie-is-wie li.active a {
	background-color: #18a748;
	color: #ffffff;
	padding-left: 10px;
}

.wie-is-wie li.active a:focus,
.wie-is-wie li.active a:hover {
	color: #ffffff;
}

.wie-is-wie li a {
	color: #2b2b2b;
	display: block;
	font-family: 'klavika_boldbold';
	line-height: 30px;
}

.wie-is-wie li a:focus,
.wie-is-wie li a:hover {
	color: #18a748;
	text-decoration: none;
}

.wie-is-wie-block {
	line-height: 22px;
	margin-bottom: 25px;
	min-height: 420px;
	position: relative;
}

.wie-is-wie-block img {
	margin-bottom: 20px;
}

.wie-is-wie-block .naam {
	color: #18a748;
	font-family: 'klavika_boldbold';
}

.wie-is-wie-block .functie {
	font-style: italic;
}

.wie-is-wie-block .mail a {
	color: #18a748;
}

.wie-is-wie-block .mail a:focus,
.wie-is-wie-block .mail a:hover {
	background-color: transparent !important;
	color: #e5271e;
}

/* =================================
	Media Queries classes
=================================== */

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Medium devices (desktops, 1199px and down) */
@media (max-width: 1199px) {
	#sponsoren {
		min-height: 445px;
	}

	.fotohoek-image {
		height: 250px;
	}
}

/* Small devices (tablets, 991px and down) */
@media (max-width: 991px) {
	#header-top {
		font-size: 15px;
	}

	#header-top .payoff {
		margin-left: 96px;
	}

	.block-item .bg-image {
		background-size: cover;
	}

	.block-item .bg-image:hover {
		background-size: cover;
	}

	a.social-media-bericht.block-item {
		height: 100%;
	}

	#home-uitslag .team-logo img {
		max-height: 90px;
		width: auto;
	}

	#home-uitslag .uitslag-wedstrijd h2 {
		font-size: 32px;
		margin-bottom: 5px;
	}

	#sponsoren {
		min-height: 575px;
	}

	a.twitter-volgers,
	a.facebook-volgers {
		width: 80px;
	}

	#agenda .slick-prev {
		left: -8px;
	}

	#agenda .slick-next {
		right: -8px;
	}

	.fotohoek-image {
		height: 225px;
	}

	.wie-is-wie-block {
		min-height: 460px;
	}
}

/* Small devices (tablets, 768px and down) */
@media (max-width: 767px) {
	#header-slider {
		height: 460px;
	}

	#header-slider .bg-slider-image {
		height: 460px;
	}

	#header-slider .chapeau {
		font-size: 20px;
		top: 220px;
	}

	#header-slider .titel {
		font-size: 24px;
		top: 260px;
	}

	.dubble-arrow {
		display: none;
	}

	.game-play-text {
		margin-bottom: 10px;
		text-align: center;
		width: 100%;
	}

	#game-play {
		padding-bottom: 40px;
	}

	#game-play .block {
		margin-right: 4px;
		width: 40px;
	}

	.block-item-small {
		min-height: 160px;
	}

	.block-item-small h2 {
		width: 100%;
	}

	#home-uitslag {
		margin-bottom: 25px;
	}

	a.facebook-volgers,
	a.twitter-volgers {
		height: 100px;
		width: 50%;
	}
	
	.social-counter {
		min-height: 205px !important;
	}

	.footer-copyright {
		float: none;
		text-align: center;
	}

	.footer-menu {
		float: none;
		text-align: center;
	}

	#agenda .agenda-header {
		min-height: 80px;
	}

	#agenda .slick-prev {
		left: 2px;
	}

	#agenda .slick-next {
		right: 2px;
	}

	#agenda .agenda-header .maand {
		float: left;
	}

	#agenda .agenda-header .jaar {
		float: left;
	}
	.logo {
		left: 0;
		z-index: 999999;
	}
	.logo img {
		width: 80px;
	}
	.image-block .bx-wrapper .bx-next {
		background: rgba(0, 0, 0, 0) url("../images/content-arrow-right.png") no-repeat scroll center center / 30px auto;
		height: 30px;
		left: 80px;
		width: 30px;
	}

	.image-block .bx-wrapper .bx-controls-direction a {
		bottom: 0;
	}

	.image-block .bx-wrapper .bx-next:hover {
		background: rgba(0, 0, 0, 0) url("../images/content-arrow-right.png") no-repeat scroll center center / 30px auto;
	}

	.image-block .bx-wrapper .bx-prev {
		background: rgba(0, 0, 0, 0) url("../images/content-arrow-left.png") no-repeat scroll center center / 30px auto;
		height: 30px;
		left: 0px;
		width: 30px;
	}

	.image-block .bx-wrapper .bx-prev:hover {
		background: rgba(0, 0, 0, 0) url("../images/content-arrow-left.png") no-repeat scroll center center / 30px auto;
	}

	.slide-teller {
		background-color: rgba(43, 43, 43, 0.9);
		bottom: 0px;
		color: #ffffff;
		font-family: 'klavika_mediummedium';
		font-size: 16px;
		left: 30px;
		line-height: 12px;
		height: 30px;
		padding: 10px;
		position: absolute;
		width: 50px;
	}
	.news-item {
		height: 400px;
	}
	.contact-gegevens {
		text-align: center;
	}
	#content-block p a, #content-block li a {

	}
	.teampagina .nav-tabs > li {
		margin-right: 0;
		width: 100%;
	}
	.teampagina .nav-tabs > li > a {
		border-radius: 0;
		display: block;
		text-align: center;
		width: 100%;
	}
	.teampagina th,
	.teampagina td {
		display: block;
		text-align: center;
		width: 100%;
	}

	.fotohoek-image {
		height: 195px;
	}

	.sponsor-logos {
		float: left;
		height: auto;
		margin-bottom: 25px;
	}

	.data_tabel th, .data_tabel td {
		display: table-cell;
		width: 25%;
	}
}

/* Extra Small devices (mobile, 480px and down) */
@media (max-width: 480px) {
	.dagen {
		margin-left: 34px;
	}
}

/* Extra Small devices (mobile, 480px and down) */
@media (max-width: 374px) {
	.dagen {
		margin-left: 0px;
	}
}




.data_tabel {
	width: 100%;
	border: 1px solid #f2f2f2;
}

.competitienaam {
	font-weight:bold;
}

.poulestand tr.nadruk, .periodestand tr.nadruk, .pouleuitslagen tr.nadruk, .poule-programma tr.nadruk {
	font-weight: 700;
	background:#f5f5f5 !important;
}
.poulestand tr.nadruk td, .periodestand tr.nadruk td, .pouleuitslagen tr.nadruk td, .poule-programma tr.nadruk td {
	color: #000000 !important;
}

.poule-programma tr td span.nadruk, .pouleuitslagen tr td span.nadruk {
	font-weight: 700;
	color: #000000 !important;
}

/* Table */
.poulestand, .periodestand, .pouleuitslagen, .poule-programma {
	table-layout: auto;
}
/* Table head bg-color */
.poulestand thead th, .periodestand thead th, .pouleuitslagen thead th, .poule-programma thead th {
	background: #f5f5f5;
}
/* Table row even bg-color */
.poulestand tr:nth-child(even), .periodestand tr:nth-child(even), .pouleuitslagen tr:nth-child(even), .poule-programma tr:nth-child(even) {
	background: #f9f9f9;
}
/* Table row odd bg-color */
.poulestand tr:nth-child(odd), .periodestand tr:nth-child(odd), .pouleuitslagen tr:nth-child(odd), .poule-programma tr:nth-child(odd) {
	background: #ffffff;
}

/* Teamspecifiek */
/* Table th td span styling */
.poulestand tr th, .periodestand tr th, .pouleuitslagen tr th, .poule-programma tr th {
	padding:0.25rem 0.25rem;
	line-height: 1.5rem;
	font-size: .875rem;
}
.poulestand tr td, .periodestand tr td, .pouleuitslagen tr td, .poule-programma tr td {
	padding:0.25rem 0.25rem;
	line-height: 1.5rem;
}
.poulestand tr td span, .periodestand tr td span, .pouleuitslagen tr td span, .poule-programma tr td span {
	font-size: 16px;
}