/*AGENDA*/

.container{
	
}


.general-button{
	border-radius:4000px;
	background:#FFFFFF;
	width:30px;
	height:30px;
	display:block;
	position:relative;
	
	}
	

	
.general-button div{
	margin-left:13px;
	padding-top:2px;
	}

#arrowleft{
	border-radius:4000px;
	background:#E45C10;
	width:30px;
	height:30px;
	display:block;
	position:relative;
	
	}
	
#arrowleft div{
	margin-left:1px;
	padding-top:6px;
	color:white;
	}

#arrowright{
	border-radius:4000px;
	background:#E45C10;
	width:30px;
	height:30px;
	display:block;
	position:relative;
	
	}
	
#arrowright div{
	margin-left:3px;
	padding-top:6px;
	color:white;
	
	}	
	

.placeholder-agenda-items{
	width:800px;
	min-height:300px;
	float:left;
	margin-right:50px;
	}


	
.placeholder-agenda-item{
	width:100%;
	height:50px;
	background:#E35C10;
	float:left;
	}

.agendaitemclicked{
	cursor:pointer;
	}
	
.placeholder-agenda-datum{
	float:left;
	padding-left:10px;
	min-width:200px;
	}
	
.placeholder-agenda-titel{
	float:left;
	}

.placeholder-agenda-button{
	float:right;
	padding-top:10px;
	padding-right:10px;
	}
	
.placeholder-agenda-beschrijving{
	float:left;
	display:none;
	
	width:100%;
	padding-left:10px;
	max-width:790px;

	}
.placeholder-agenda-beschrijving:hover{
	background:#EEEFF3;
	}	
	
.no-background{
	background:transparent;
	color:black !important;
	}
	
	
	
.teams-placeholder{
	width:800px;
	float:left;
	margin-right:50px;
	
	}
	
.team-p-tag{
	min-width:200px;
	display:inline-block;
	height:10px;
	
	}	
	
.team-placeholder{
	float:left;
	width:210px;
	height:210px;
	background:rgba(0,0,0,.2);
	margin-right:25px;
	margin-bottom:25px;
	
	
	}
	
.placeholder-team-naam{
	text-align:center;
	background:#E45C10;
	padding:5px;
	color:white;
	}
	
.placeholder-team-details{
	width:100%;
	
}

.team-details{
	
	}
		
.placeholder-team-foto-details{
	width:600px;
	height:400px;
	}	
	
.placeholder-team-foto{
	width:100%;
	height:147px;
	}
	
	
	
.team-foto{
	width:100%;
	height:100%;
	}
	
/*NIEUWS*/

.placeholder-nieuwsberichten{
	width:800px;
	float:left;
	margin-right:50px;
	
	}
	
.placeholder-nieuwsbericht{
	margin-top:30px;
	min-height:205px;
	position:relative;

	}
	
.placeholder-nieuwsbericht-titel{
	background:#E45C10;
	padding:15px 10px;
	font-size:22px;
	font-weight:300;
	color:white;
	}
	
	
.placeholder-nieuwsbericht-foto{
	margin-top:5px;
	margin-bottom:22px;
	margin-right:15px;
	float:left;
	}
	
.placeholder-submit-lid{
  font-size: 12px;
  width: 150px;
  color: white;
  height: 40px;
  border: 0;
  position: absolute;
  right: 0px;
  background:#E45C10;
  cursor: pointer;
}



.box_rotate {
  -webkit-transform: rotate(90deg);  /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(90deg);  /* Firefox 3.5-15 */
      -ms-transform: rotate(90deg);  /* IE 9 */
        -o-transform: rotate(90deg);  /* Opera 10.50-12.00 */
         transform: rotate(90deg);  /* Firefox 16+, IE 10+, Opera 12.50+ */
}

.box_transition {
  -webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}


.box_rotate_back {
  -webkit-transform: rotate(0deg);  /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(0deg);  /* Firefox 3.5-15 */
      -ms-transform: rotate(0deg);  /* IE 9 */
        -o-transform: rotate(0deg);  /* Opera 10.50-12.00 */
         transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera 12.50+ */
}

.box_transition_back {
  -webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}

.agendaitemclicked{
	cursor:pointer;
	}
	
