/* Start: Voor de algemene layout van o.a. footer */
#content-wrap {
  padding-bottom: 5.5rem;    /* Footer height */
}
#page-container {
  position: relative;
  min-height: 100vh;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5.5rem;            /* Footer height */
}
/* Eind: Voor de algemene layout van o.a. footer */

h1, h2, h3  {
  color: #006400;
}
a.image-text-link {
  color: #003380;
  text-decoration: none;
}

a.image-text-link:hover {
  color: #003380;
  text-decoration: none;
}
a:link, a:visited {
  color: #006400;
  text-decoration: none;
}

a:hover, a:active {
  color: #006400;
  text-decoration: underline;
}

hr.LijnDot{
	border-top: 2px dashed #af504c;
	border-bottom: none;
}


.image-text-in-image-header {
  position: absolute;
  bottom: 8px;
  color: white;
}

.image-text-in-image {
  position: absolute;
  bottom: 18px;
  padding: 4px;
  color: white;
}
.image-text-white  {
  color: white;
}
.image-container{
  position: relative;
  color: white;
}

.txt-background {
  padding:6px;
  margin-right:10px;
  background-color: rgba(0, 0, 0, 0.3);
}

/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/*Start breadcrumbs */

li.breadcrumb {
color: #af504c;
}

/* Style the list */
ul.breadcrumb {
  padding-left: 12px ;
  list-style: none;
  background-color: #ffffff;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  background-color: #ffffff;

}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 0px;
  color: #006400;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #006400;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #af504c;
  text-decoration: underline;
}

/*Eind breadcrumbs */

/*Start Contactformulier*/
.containerContact {

  border-radius: 5px;
  background-color: #f5f8f8;
  padding: 20px;
}

input.contactform[type=text], textarea {
  width: 100%; 
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  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) */
}

.mrbBerekenenfoutmelding {
	position: static;
	padding: 10px 10px 5px 15px;
	float:left;
	border: 1px solid #c76385;
	width: 100%;
	min-width: 200px;
	min-height: 50px;
	background: #fff2f5;

        border-radius: 10px;
	color: #c76385;
}

.mrbBerekenenresultaat {
	position: static;
	padding: 10px 10px 5px 15px;
	float:left;
	border: 1px solid #6385C7;
	width: 100%;
	min-width: 200px;
	min-height: 50px;
	background: #f2f5ff;

        border-radius: 10px;
	color: #6385C7;
}

input[type=button], input[type=submit], input[type=reset] {
  background-color: #4caf50;
  font-family: "Poppins", sans-serif;
  border: none;
  color: #ffffff;
  padding: 10px 10px;
  text-decoration: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #af504c;	

}

div.mySubmit {
	right: 10px;
	position: absolute;
  	bottom: 10px;

}

/*Eind Contactformulier*/

/*Start pagination*/

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

.centerPagination {
  text-align: center;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

/*Eind pagination*/


