/* ALGEMEEN */ 

*{
	border-width: border-box;
}

p
{
	font-family: Helvetica, sans-serif;
	color: #252525;
}

.hoofdTitels
{
	font-family: Helvetica, sans-serif;
	font-weight: lighter;
	color: white;
	text-align: center;
	text-shadow: 2px 2px 4px #000000;
}

.hoofdTitelsGroot
{
	font-size: 70px;
}

h3
{
	font-family: Helvetica, sans-serif;
	font-size: 50px;
	margin-top:0px;
}

/* MENU */ 

.menu 
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	position: sticky;
	top: 0;
	background-color: white;
	opacity: 0.9;
	overflow: hidden;
	z-index: 1;
	
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
  }
  
li 
{
	float: left;
	font-family: Helvetica, sans-serif;
	font-size: 1.5em; 
}
  
li a 
{
	display: block;
	color: #252525;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

li a:hover
{
	color: white;
	background-color: #252525;
	transition: .5s; 
}

.huidig
{
	text-decoration: underline;
}

.checkbtn
  {
	  font-size: 3em;
	  color: #252525;
	  float: right;
	  padding: 20px; 
	  display: none;
  }



  #check
  {
	display: none; 
  }

  @media screen and (max-width: 1250px) 
{
	.menu li 
	{
		float: none;
	}

	.checkbtn
	{
		display: block;
		background-color: #252525;
		float: left;
		z-index: 2;
	}

  .checkbtn:hover
  {
	color: white;
	background-color: #555;
	transition: .5s; 
  }



	ul
	{
		position: fixed;
		width: 100%;
		background: white;
		opacity: 0.9;
		top: 153px;
		left: -100%;
		z-index: 10;
		text-align: center;
		transition: all .5s;
	  }

	  nav ul li
	  {
		display: block;
		margin: 50px 0;
		line-height: 30px;
	  }

	  nav ul li a
	  {
		font-size: 20px;
	  }

	  a:hover,a.active
	  {
		background: none;
		color: #0082e6;
	  }

	  #check:checked ~ ul
	  {
		left: 0;
	  }

  }
  
  /* FOOTER */

  .footer
{
 	width: 80%;
 	margin-left: auto;
 	margin-right: auto;
	text-align: center;
	color: white;
	background-color: #be501a;
	padding-top: 30px;
	padding-bottom: 15px;
}

.footer a 
{
	color: white;
}

.footer p 
{
	color: white;
	margin: 0px;
}

.socials
{
	margin-right: 10px;
}

.likeButton
{
	width:175px;
	margin-top: 10px;
	
}
.socials{
	margin-left:10px;
}


  /**************************************************** index.html **********************************************************/


.containerIndex
{
 	width: 80%;
 	margin-left: auto;
	margin-right: auto;
	margin-top: 50px; 
	
}

.socialFeed{
  display: inline-block;
  width: 500px;
  left:0;
}

.containerIndex.clearfix{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 100px;
	flex-wrap: wrap;
}



.newsFeed
{
	width: calc(80vw - 600px);
	display: inline-block;
	margin-bottom: 50px;
}


.nieuwsItem, .nieuwsItemRood
{
  border-bottom: 1px solid #252525;
}

.nieuwsItem, .nieuwsItem a, .nieuwsItemRood, .nieuwsItemRood a    
{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
}

.nieuwsItem a  
{
  width: 100%;
  margin: .5% 0;
  border-bottom: none;
  flex-wrap: nowrap;
  color: #222;
  text-decoration: none;
  font-family: Helvetica, sans-serif;
  font-size: 1.5em;
}

.nieuwsItemRood a  
{
  width: 100%;
  margin: .5% 0;
  border-bottom: none;
  flex-wrap: nowrap;
  color:white;
  background-color: #6a0e0e;
  text-decoration: none;
  font-family: Helvetica, sans-serif;
  font-size: 1.5em;
}

.nieuwsPic
{
  color: white;
}

.nieuwsTitle 
{
  padding: 20px 50px;
  font-weight: bold;
}


.nieuwsContent
{
  font-weight: lighter;
  font-size: 0.7em;
  margin-top: 5px;
  word-wrap: normal;
}


.nieuwsItem a:hover, .nieuwsItemRood a:hover    
{
  width: 100%;
  margin: .5% 0;
  border-bottom: none;
  flex-wrap: nowrap;
  color: #fff;
  background-color: #be501a;
  text-decoration: none;
  font-family: Helvetica, sans-serif;
  font-size: 1.5em;
}

.nieuwsPic img{
	width: 200px;
}

@media screen and (max-width: 1753px) 
{
	.newsFeed 
	{
	width: 100%;
	}

	.socialFeed
	{
		margin:20px auto;
		display: inline-block;
	}
}

@media screen and (max-width: 1270px) 
{
	.newsFeed 
	{

	width: 100%;
	margin-right: 5%;
	margin-bottom: 50px;

	}

	.nieuwsTitle 
	{
	  padding: 20px 50px 20px 10px;
	  font-weight: bold;
	}
	
}

  /**************************************************** OverOns.html **********************************************************/

  .containerOverOnsPic
  {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px; 
  }

  .containerOverOns 
  {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px; 
  }

  .rightAlign
  {
	  width: 80%;
	  text-align: right;
	  width: 80%;
	  margin-left: auto;
  }


  /**************************************************** programma.html *****************************************************/

  .containerProgramma
  {
	width: 80%;
	/*height: 1000px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
  }

  .contentTitle
  {
	  padding-top: 20%;
	  padding-bottom: 25%;
  }

  .lineUp
  {
	  margin-top: 20px;
  }
.productieItem
{
	border-bottom: 1px solid #252525;
}

.productieItem, .productieItem a  
{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
}

.productieItem a  
{
	width: 100%;
    margin: .5% 0;
    border-bottom: none;
	flex-wrap: wrap;
	color: #222;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-size: 1.5em;
}

.date
{
	color: white;
	background-color: #252525 ;
	padding: 50px 50px;
	width: 10%;
	text-align: center;
}

.title 
{
	padding: 20px 50px;
	font-weight: bold;
}


.locatie
{
	font-weight: lighter;
	font-size: 0.7em;
	margin-top: 5px;
}


.productieItem a:hover  
{
	width: 100%;
    margin: .5% 0;
    border-bottom: none;
	flex-wrap: wrap;
	color: #fff;
	background-color: #6a0e0e;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-size: 1.5em;
}

  /**************************************************** PROJECTEN *****************************************************/


.videoleft 
{
	float: left;
}

@media screen and (max-width: 1270px) 
{
	.videoleft
	{
		float: none; 
		width: 100%;
	}

	.videoright
	{
		width: 100%;
	}
	
}

.slideshow {
	max-width: 50%;
	position: relative;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.mySlides {
	display: none;
  }

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
  }

  /* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
  }
  
  @keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
  }

  /**************************************************** showcases.html **********************************************************/

  .btnDoneerLink
  {
	font-family: Helvetica, sans-serif;
    text-align: center;
    border: 2px solid #f5f6f7;
    padding: 14px 20px;
    color: white;
    text-decoration: none;
    background-color: #821313;
  }

  .topicText 
  {
	  float: left;
	  margin-bottom: 50px;
	  margin-top: 40px;

  }

  .projectHeader
  {
	opacity: 0.8;
  }

  .projectHeader:hover
  {
	opacity: 1.0;
  }

  .gallery img {
	width: 20%;
	float: left;
	margin: 5px;
	height: auto;
  }


  /**************************************************** kaarthetaan.html **********************************************************/

  .containerKaart
  {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px; 
  }

  .leftSection
  {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px; 
  }

  .btnKaart
  {
	font-family: Helvetica, sans-serif;
    text-align: center;
    border: 2px solid #f5f6f7;
    padding: 14px 20px;
    color: white;
    text-decoration: none;
    background-color: #821313;
  }

  .interactieveKaart
  {
	  /* background-color: black; */ 
	  width: 50%;
	  margin-left: auto;
	  margin-right: auto;
  }
  
  .interactieveKaart :hover
  {
	  border: solid 2px  #252525;
  }

/**************************************************** contact.html **********************************************************/

.containerContact
{
	width: 80%;
 	margin-left: auto;
 	margin-right: auto;
	margin-bottom: 20px;
}

.contactForm 
{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px; 
	margin-bottom: 50px;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
	width: 100%; /* Full width */
	padding: 12px; /* Some padding */ 
	border: 1px solid #ccc; /* Gray border */
	box-sizing: border-box; /* Make sure that padding and width stays in place */
	margin-top: 6px; /* Add a top margin */
	margin-bottom: 16px; /* Bottom margin */
	resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }

  input[type=email], select, textarea {
	width: 100%; /* Full width */
	padding: 12px; /* Some padding */ 
	border: 1px solid #ccc; /* Gray border */
	box-sizing: border-box; /* Make sure that padding and width stays in place */
	margin-top: 6px; /* Add a top margin */
	margin-bottom: 16px; /* Bottom margin */
	resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  
  /* Style the submit button with a specific background color etc */
  input[type=submit] 
  {
	font-family: "Calibri";
	font-weight: 400;
	color: #252525;
	background-color: white;
	padding: 12px 20px;
	border: 2px solid #252525;
	cursor: pointer;
  }
  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
	background-color: #111;
	color: white;
  }
  
  #footerKaartje
  {
	  margin-left: 25%;
  }

  /**************************************************** steunbox.html **********************************************************/

  .formTitle 
  {
	font-weight: bolder;
  }

  ul.list {
	list-style-type: square;  
	margin-left: 50px;
	padding: 0;
	text-align: left;
	overflow: visible;
  }
  
li.listItem 
{
	float: none; 
	font-family: Helvetica, sans-serif;
	font-size: 1em; 
}

p.bevestiging
{
	font-size: 1.3em;
	text-align: center;
}