/* CSS Document */
.navigation{
	display : none;
}
#fotokader {
	align: center;
	margin-left : 10%;
	margin-bottom : 5%;
	height: 20%;
}

html { 
  background: url(../images/background.png); 
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

@font-face {
     font-family: TofinoBook;
  	src: url(../fonts/TofinoBook.otf)

	}
	@font-face {
    font-family: TofinoThin;
  	src: url(../fonts/TofinoThin.otf)

	}

@font-face {
	font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.otf)
/*	src: url(../fonts/Montserrat-regular-webfont.eot)*/
	}
	
	@font-face {
	font-family: Colab;
    src: url(../fonts/ColabLig.otf);
	src: url(../fonts/ColabLig-webfont.eot);
	src: url(../fonts/ColabLig-webfont.woff);
	}
	
	@font-face {
    font-family: Roboto;
  	src: url(../fonts/Roboto-Medium.ttf)

	}
	
	@font-face {
    font-family: RobotoReg;
  	src: url(../fonts/Roboto-Regular.ttf)
	}
	@font-face {
    font-family: RobotoThin;
  	src: url(../fonts/Roboto-Thin.ttf)

	}
	
	
a {
	text-decoration : none;
}

.logo{
	 width : 17%;
	 position: absolute;
	 left :21.8%;
	 top : 62%;
}
#content{	
	padding: 2%;
	padding-top: 1%;
	background-color: #FFFFFF;
	-moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
	min-height:60%;
	position : absolute;
	overflow-y: auto;
	overflow-x: hidden;
	word-wrap: break-word;
	display:block;
	top : 30%;
	width : 53%;
	left :22%;
	font-family: RobotoReg;
}
#bodyText{
	z-index:0;
	height: auto;
}
#menu_left{
	position :absolute;
	top:35%;
	right: 82%;
	height: 60%;
	max-height : 60%;
}

#menu_right{
	position :absolute;
	top:35%;
	left : 80%;
	height: 60%;	
}

#groep img{
	width:75%;
	height:75%;
	display: block;
    margin-left: auto;
    margin-right: auto
}

.menu_title_left{
	font-family:TofinoThin;
	font-size:20pt;
	margin-right:0%;
	margin-left : 13%;
	// padding-right:2%;
	color:#000000;
}

.menu_title_right{
	font-family:TofinoThin;
	font-size:20pt;
	margin-left : 7%;
	position: absolute;
	left:80%;
	top : 35%;
	color:#000000;
}
.menu_zwamber_title{
	font-family:TofinoThin;
	font-size:20pt;
	color:#000000;
}
.menu_documenten_title{
	font-family:TofinoThin;
	font-size:20pt;
	color:#000000;
}
.menu_sponsors_title{
	font-family:TofinoThin;
	font-size:20pt;
	color:#000000;
}
.groepsMenu{
	margin-left : 40%;
	margin-top : 10%;
}
.groepsMenuFirst{
	margin-left:40%;
}

#menu_left a:hover{
	text-decoration : none;
}

.takSelecterMenu{
	margin: 0em;
	color:#000000;
	margin:0em;
	font-family: RobotoReg;
	
}
.takSelecterMenu:hover{
	color:#666;
	margin:0em;
	text-decoration : none;
}
#zwamberMenu_maand{
	margin-left : 10%;
	margin-top : -10%;
}
 #documentMenu_docs{
	 margin-left : 10%;
	 margin-top : -10%;
 }
 #sponsorsMenu_docs{
	 margin-left : 10%;
	 margin-top : -10%;
 }
.zwamberItem{
	color:#000000;
	margin:0em;
	text-decoration : none;
	font-family: RobotoReg;
}
.takSelecterMenu:hover{
	color:#666;
	margin:0em;
	text-decoration : none;
}

#header{
	position:absolute;
	top: 0%;
	left: 0%;
	min-height:35%;
	background: url(../images/headers/header6.png) no-repeat;
	background-size:cover;
	-webkit-background-size: cover; /* For WebKit*/
    	-moz-background-size: cover;    /* Mozilla*/
    	-o-background-size: cover;      /* Opera*/
    	background-size: cover; 
	/*	background-position: 30% 50%; */
	width : 100%;
}
#headerMenu{
     filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
	vertical-align:middle;
	background:#1A1A1A;
	width : 100%;
	height : 40px;
}

#menuText{
	text-align:center;
	position :absolute;
	top:-2%;
	width : 100%;
	font-family:Roboto;
	font-size: 8.5pt;
	
}

.headerItem{
	display:inline;
	font-size: 1.3em;
	color: #FFFFFF;
	padding-right:2%;
	padding-left:2%;
	padding-left:1;
}

.headerItem:hover{
	color:#fff;
}
.nieuwtje{
	margin-bottom: 5%;
	margin-left:2%;
}

.nieuwtje .nieuwtjeDatum{
	display: inline-block;
	background: url(../images/nieuwtjesCircle.png) no-repeat center center;
	height : 50px;
	width :50px;
	background-size:100%;
	text-align: center;
	float:left;
}

.nieuwtje .nieuwtjeTekst{
	margin-left: 10%;
	display: block;
}
.nieuwtje .nieuwtjeAfbeelding{
	width: 87%;
}
.nieuwtje .nieuwtjeTitel{
	font-family: TofinoBook;
	font-size: 18pt;
}


#menu_right ul{
	list-style-type: none;
	position : absolute;
}
#menu_right ul li a{
		color:#000000;
		margin-top : 20%;
		
}
#menu_right ul li a:hover{
	color:#666;
	margin:0em;
	text-decoration : none;
}
.takHoofding{
	height:auto;
	overflow: hidden;
	vertical-align:middle;
	display: flex;
	align-items: center;
}
.takHoofding img{
	width : 15%;
	margin-left : 30%;
	margin-right : 1%;
	float:left;
}

.takContentMenuItem{
	text-align : center;
	border-right : 1px solid black;
	font-family:Roboto;
	font-size:13pt;
	margin-left : 2%;
	padding-right : 2%; 	
	color:#4C4C4C;
	cursor:pointer;
}


.takContentMenuItem:hover{
	color:#666;
	text-decoration : none;
	cursor:pointer;
}

.datumCijfers{
	font-family:RobotoReg;
	font-size: 20pt;
	color:#4D4D4D;
	margin-top: -2%;

}
.datumMaand{
	font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
	font-size: 11pt;
	color: #999999;
	margin-top: -50%;	
}
.leidingTak{
	overflow : hidden;
	float : left;
	width : 130px;
	margin-top: 5%;
	margin-right : 10%;
	text-align: justify;
	vertical-align: top;
    display: inline-block;
    /* To horizontally center images and caption */
    text-align: center;
}
.leidingTak .leidingNaam{
	display : inline-block;
}
.img-circle{
	display: table-cell;
	width:130px;
	border-radius: 150px;
	float:left;-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
}
.nieuwtjeTitel{
	font-weight: bold;
}
@media screen and (max-width: 1000px){
#menu_right{
	display : none;
	size: 50px;
}
#menu_left{
	display : none;
}
#content{
	position: absolute;
	left : 0%;
	word-wrap: break-word;
	display:block;
	top : 20%;
	width : 100%;
}
#menuText{
	display : none;
}
#headerMenu{
	display : none;
}
.takContentMenuItem{
	margin-left : 0%;
}
.logo{
	position: absolute;
	top : 0%;
	left : 12%;
	width : 40%;
}
.navigation {
    list-style: none;
	display : block;
    background: url(../images/background.png); 
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.navigation .nav-item a{
	color:#000000;
	font-family: RobotoReg;
}
.mCustomScrollbar{
	overflow-y : visible;
}
.site-wrap {
    /*min-height: 100%;*/
	display : block;
    position: absolute;
    top: 0;
    left: 0;
	bottom : 0;
    z-index: 1;
	padding : 50%;
    background-image: linear-gradient(135deg, 
                      rgb(254,255,255) 0%,
                      rgb(221,241,249) 35%,
                      rgb(160,216,239) 100%);
    background-size: 200%;
	overflow-x: hidden; 
}
#content{
	max-width : 100%;
	word-wrap: break-word;
	display:block;
	overflow-y : visible;
}
.nieuwtje{
	width : 98%;
}
.nieuwtje .nieuwtjeTekst{
	margin-left : 15%;
	display:block;
}
	
.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
label[for="nav-trigger"] {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}
label[for="nav-trigger"] {
    /* ... previous styles here... */
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
    background-size: contain;
}
.nav-trigger:checked + label {
    left: 215px;
}

.nav-trigger:checked ~ .site-wrap {
    left: 200px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
}
.nav-trigger + label, .site-wrap {
    transition: left 0.2s;
}
body,html {
	clear: both;
    overflow: hidden;
	width:100%;
}
}