/*
	wit			= #FFFFFF rgba(255, 255, 255, 1.00);
	groen		= #008837 rgba(0, 136, 55, 1.00);
	blauw		= #13007C rgba(19, 0, 124, 1.00);
	grijs text	= #333333 rgba(51,51,51)
	grijs back	= #434343 rgba(67,67,67)
*/


/* @import url("01.marquee.css"); */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

/* Empty CSS file for your own CSS html,  */

body {
	height: 710px;
	overflow: hidden;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
.container {
	height: 720px;
	overflow: hidden;
	width: 1280px;
}
.fill {
	width: 1280px;
	height: 720px;
	min-height: 720px;
	background-color: #ffffff;
	overflow: hidden;
}

/* header */

#ddhc>a>span {
	color: #ffffff;
	font-size: 25px;
}

#headerbar {
	background-color: #13007C;
	height: 75px;
	background-image: url("../images/ddhc_064.png");
	background-repeat: no-repeat;
	background-position-x: 10px;
	background-position-y: center;
}
#CastSponsor {
	/*
	background-color: #13007C;
	height: 75px;
	background-image: url("../images/graphicall.png");
	background-repeat: no-repeat;
	background-position: center right;
	*/
	font-size: 35px;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
div.alv, h1.alv {
	font-size: 300%;
	color: #ff0000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 0;
}
#ddhc {
	font-size: 55px;
	color: #ffffff;
	font-weight : bold;
}
#headerbar>div>div {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
}
.time.text-center {
	font-size: 55px;
	color: #ffffff;
}
.blink_me {
	animation: blinker 1s linear infinite;
	display: inline-block;
	padding-right: 5px;
	color: #ffffff;
}
@keyframes blinker {
	0% {
		opacity: 1.0;
	}
	30% {
		opacity: 1.0;
	}
	50% {
		opacity: 0.5;
	}
	70% {
		opacity: 1.0;
	}
	100% {
		opacity: 1.0;
	}
}
div.bui.txt {
	color: #000000;
	font-size: 18px;
}
div.bui.txt>a {
	color: #000000;
	text-decoration: none;
}
.row.content {
	padding: 10px 0 10px 0;
	height: 580px;
}
#footerbar {
	background-color: #008837;
	height: 85px;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 30px;
}

/* marquee */

.marquee {
	width: 300px;
	overflow: hidden;
	border: 1px solid #ccc;
	background: #ccc;
}
#footerbar>div>marquee>p {
	text-align: center;
}

/* marquee */

/* scheidsrechter */

#myCarousel>div>div.item.active.left>img, #myCarousel>div>div.item.active.next.left>img, #myCarousel>div>div.item.active.next.right>img, #myCarousel>div>div.item.active.right>img {
	/* height : 550px; */
	width: 394px;
}
#myCarousel>div>div.item.active>img, #myCarousel>div>div>img {
	/* height : 550px; */
	width: 380px;
}

/* scheidsrechter */


/* nieuws */

#nieuws>div>div.media-right>img {
	height: 140px;
	float: right;
	margin-left: 15px;
}
#nieuws>div>div.media-left>img {
	height: 140px;
	float: left;
	margin-right: 15px;
}
#nieuws>div>div>h4 {
	color: #008837;
	font-size: 20px;
	font-weight: bold;
}
#nieuws>div>div>small {
	font-size: 20px;
}

/* nieuws */


/* knipper afgelasting */


/* The animation code */

.knipper {
	opacity: 0;
	animation: knipknip 1s linear infinite;
	color: #ff0000;
}
@keyframes knipknip {
	from, 24% {
		opacity: 0;
	}
	25%, to {
		opacity: 1;
	}
}

/* knipper afgelasting */