@charset "utf-8";
/* CSS Document */


body
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	margin:0px;
	padding:0px;
	/*overflow: hidden;*/

}

#titlebanner
{
	color: #fff;
	background-color: #000;
	padding: 30px 0px;
	border-bottom: solid #9BD811;
	width: 100%;
	margin:auto;
	
	text-align: center;
}

#title
{
	font-family: "Georgia", serif;
	font-size: 36px;
	
}

#intro
{
	font-size: 16px;
	padding:0px 200px;
    font-weight: lighter;
	
    margin-top: 10px;

}

#intro a
{
	color: #fff;
}

#logo
{
	background-image: url("COB_logo2018_padded-right.png");
	background-size: 214px 140px;
	background-position: center right;
	background-repeat: no-repeat;

	height: 140px;
	margin-top: -40px;
	margin-bottom: -100px;
	
	position: relative;
	z-index: 99;
}

#container
{
	

}

#achtergrondplaat
{
	
}



.lightbox {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}



.lightbox-content {
	display: block;

	width: 500px;
	background-color: #FFF;
	padding: 20px;
	margin: auto;
	max-width: 80%;
	max-height: 80%;
	margin-top: 10%;

	cursor: text;
}

.LB-B
{
	/*background-color: #FF9600;*/

}

.LB-N
{
	/*background-color: #79EB4B;*/

}

.LB-NB
{
	/*background-color: #05C4FF;*/

}


.phaseName
{

	text-transform: uppercase;
	font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;

}

.itemName
{

	font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;


}

.introText
{
	margin-bottom: 20px;


}

.recomList
{
	margin-top:0px;



}

.recomList li
{
	margin-top:5px;

}





.close {
	position: absolute;
	top: 20px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}