@import url('./gallerij.css');
html, body { 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	background-color: #333333;
	font-family: 'Encode Sans Expanded', sans-serif;
	color: white;
}
.foto {
  background-image:url("images/foto4.3.jpg");
  background-attachment: fixed;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size:cover;
  background-repeat: no-repeat;
  height: 50vh;
  width: 100%;
  background-position: center center;
}
@media screen and (max-width: 800px) {
	.foto {
		background-position: center center!important;
		background-size: cover!important;
		-o-background-size: cover!important;
    	-moz-background-size: cover!important;
    	-webkit-background-size:cover!important;
		background-attachment: scroll;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	.foto {
		background-position: center center!important;
		background-size: cover!important;
		-o-background-size: cover!important;
    	-moz-background-size: cover!important;
    	-webkit-background-size:cover!important;
		background-attachment: scroll;
	}
}

.container {
	width: 100%;
	background-color: #617d3c;
	position: relative;
	margin-top: -25px;
	text-align: center;
	padding-bottom: 50px;
}

.grabber {
  z-index:110;
  position: fixed;
  display: none;
  color: white;
}

.introtext {
  position: absolute;
  margin: 0;
  top: 27%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(0,0,0,0.2);
  font-family: 'Encode Sans Expanded', sans-serif;
  color: white;
  border: 3px solid white;
  max-width: 80%;
  box-shadow: 0px 0px 1px 0px white;
  min-width: 30%;
}
.introtext hq1 {
  font-family: sans-serif;
}
.introtext h1 {
  padding: 0 10px;
}

@media screen and (max-width: 700px) {
  .navbar a:not(h1){display: none; width: 20%;}
}
@media screen and (max-width: 700px) {
  .navbar p:not{display: none;}
}
@media screen and (max-width: 700px) {
  .navbar {height: 50px;}
}

@media screen and (max-width: 700px) {
    .Logo1 {
        right: 0%;
    }
}

.box2t {
  color: white;
  text-align: center;
  top: 25px;
  font-family: 'Encode Sans Expanded', sans-serif;
  position: relative;
  margin-top: 25px!important;
}

.box2t2 {
  color: white;
  text-align: left;
  top: 25px;
  font-family: 'Encode Sans Expanded', sans-serif;
  position: relative;
}
.box2t a {
	color: white;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 10px;
  float: left;
  width: 24.99999%;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1200px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 600px) {
  .responsive {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .gallerij {
    width: 100%;
	margin-left:0%!important;
	padding: 20px 20px!important;
  }
}
@media only screen and (max-width: 700px) {
  .gallerij {
	padding: 20px 20px!important;
  }
}


.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.gallerij {
	margin-top: 3%;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#1 a,p {
	text-decoration: none;
	color: #c7c7c7;
}
.lightboxrij {
	margin-top: 50px;
}

.gallerij__item2 {
    position: relative;
    display:flex;
    width: 100%;
	height:35vh;
    overflow:hidden;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.gallerij__item__image2 {
    transition: all 0.4s;
    position:absolute;
	top: 0;
	left: 0;
    z-index: 1;
    width:100%;
    height: 100%;
    background-image:url("images/haard.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
.gallerij__item__title2 {
    position: relative;
    z-index: 2;
    background-color: rgba(0,0,0,0.6);
    padding:20px;
    border: 1px solid white;
    line-height: 24px;
    height:65px;
    color: white;
}

table, th, td {
  border: 2px solid #283516;
  border-collapse: collapse;
  color: white;
}

th, td {
  padding-top: 20px;
  padding-bottom: 20px;
}

table#t1 {
  width: 70%; 
  margin: auto; 
  text-align: center; 
  margin-top: 40px;
  word-break: break-word;
}
@media screen and (max-width: 700px) {
  table#t1 {margin-left: 1%; margin-right: 1%; width:98%;}
}
@media screen and (max-width: 700px) {
  table#t1 th {font-size: .7em}
}

.bijinforij {
	padding-top: 20px;
	padding-bottom: 40px;
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}

.bijinfo {
  color: white;
  text-align: left;
  float: left;
  padding-right:20px;
  padding-bottom: 40px;
}
.bijinfo a {
  text-decoration: none;
  color: white;
}

.mapsa {
  background-color: #7da24b;
  padding: 6px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
  border: 2px solid #7da24b;
  transition: .3s ease;
  text-decoration: none;
  color: inherit;
}
.mapsa:hover {
  background-color: white;
  color: black;
}

.agenda {
  padding-bottom: 40px;
}
@media screen and (max-width: 700px) {
	.agenda {width: 95%;}
}

.googlemap {
  width: 100%;
  margin-bottom: -3px;
  padding-top: 30px;
  transition: 1s ease;
}
.googlemapsani {
  animation: 1s ease 0s 1 fade;
}
@keyframes fade {
    0% {
        height: 0px;
		opacity: 0;
    }
    100% {
        height: 450px;
		opacity: 1;
    }
}

.container2 {
  background-image:url("images/historie/oud6.jpg");
  background-size: auto 112%;
  background-repeat: no-repeat;
  height: 50vh;
  width: 100%;
  background-position: center center;
  position: relative;
  margin-top: 40%;
}
.gradient {
	height: 80%;
	width: 100%;
	margin-top: 50px;
	display:flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background: linear-gradient(140deg, rgba(3,42,0,1) 0%, rgba(97,125,60,1) 50%, rgba(166,204,116,1) 100%);
	/*#617d3c #526933*/
}

.gradient h1{
	font-size: 40px;
	z-index: 40;
}
.gradient h3 {
	color: white;
	font-weight: normal;
	z-index: 40;
}
.ngvndn {
	overflow-x: hidden;
	overflow-y: hidden;
}
@media screen and (max-width: 768px) {
	.ngvndn {
		overflow-y: inherit;
	}
}
.fototext {
	text-align: left;
	margin: 0 auto;
	max-width: 1300px;
	width: 90%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
	padding-bottom: 20px;
}
.fototext p {
	font-size: 17px;
}
.fototext p:first-child {
	margin-top: 0;
}

.links {
	width: 70%;
}
.links a {
	color: white;
}
.rechts {
	width: 30%;
	padding-left: 70px;
}
.rechtsfoto {
	height: 250px;
	max-width: 150%;
	object-fit: cover;
}
.rechtsfoto:not(:last-child) {
	margin-bottom: 50px;
}

@media screen and (max-width:1100px) {
	.fototext {
		flex-direction: column;
		align-content: center;
		width: 100%;
	}
	.links {
		width: 100%;
	}
	.rechts {
		width:auto;
		align-content: center;
		padding-left: 0px!important;
	}
	.rechtsfoto {
		padding-left: 30px;
		float: left;
		margin-bottom: 10px!important;
	}
	.volledig {
		width: 100%!important;
		margin-left:inherit!important;
		padding: 0 10px!important;
	}
}
@media screen and (max-width:730px) {
	.links {
		margin-left: 20px;
	}
	.rechts {
		margin-left: 10px;
	}
	.rechtsfoto {
		width: 100%;
		padding-right: 40px;
	}
}
.tussenfotos a {
	width:33%;
}

.tussenfotos {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.tussenfoto {
	height: 25vh;
	object-fit:cover;
	width: 100%;
	padding-right: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width:700px) {
	.tussenfoto {
		width: 100%;
		padding-top: 10px;
		padding-right: 10px;
	}
	.tussenfotos a {
		width: 100%;
	}
}
.tochrechts {
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.tochrechts p {
	width: 62%;
}
.tochrechts img {
	height: 200px;
	max-width: 150%;
	object-fit: cover;
	width: 100%;
	margin-left: 50px;
}
.tochrechts a {
	width: 30%;
}
@media screen and (max-width:1100px) {
	.tochrechts img {
		margin-left: 0px!important;
		height: 400px!important;
	}
	.tochrechts a {
		width: 100%;
	}
	.tochrechts p {
		width: 100%;
	}
}
.terug {
	padding-top: 40px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items:center;
	position: sticky!important;
	position: -webkit-sticky;
	-o-position: sticky;
  	-moz-position: sticky;
	top: 40px;
	text-decoration: none;
	color: white;
	z-index: 2;
	font-size: 1.1em;
	max-width: 0%;
	position: relative;
}
.terug p {
	margin:0;
}
.terugpijl {
  transition: transform .2s ease-in-out;
}

.arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  margin-left: 30px;
}

.terug:hover .terugpijl {
  transform: translateX(-5px);
}

.arrow-left {
  transform: rotate(-135deg);
}
@media screen and (max-width: 1300px) {
	.terug {
		display: none;
	}
	.box2t {
		left: 0!important;
		top: 25px!important;
		margin-top: 25px!important;
	}
	.fototext {
		margin-top: 50px!important;
	}
}
.topfix {
	top: -50px;
	margin-top: -50px;
}
.volledig {
	margin-left: 15%; 
	width: 70%;
}

.tijdlijn {
	position: relative;
	top: 30px;
	max-width: 1600px;
	margin: auto;
}
.tijdlijn::after {
	content:'';
	position: absolute;
	width: 6px;
	background-color: white;
	top: 0;
	bottom: 0;
	left: 90px;
	border-radius: 10px;
}
.tijdlijn section {
	margin-bottom: 30px;
}
.sectie {
	padding: 30px 40px;
  	position: relative;
  	background-color: white;
  	width: 80%;
	left: 140px;
	margin: 20px 0;
}

.sectie::after {
	content: " ";
	height: 0;
	position: absolute;
	top: 38px;
	width: 0;
	z-index: 1;
	left: -10px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
}
.extra_section {
	position: relative;
	left: 140px;
	text-align: left;
	width: 80%;
	height: 0;
	overflow: hidden;
}
.open {
	height: 100%;
}
.open .foto_container {
	margin-bottom: 20px;
}
.expand-extra {
	cursor: pointer;
	user-select: none;
	border-bottom: 1px solid transparent;
	transition: border-bottom .2s ease;
	width: fit-content;
	margin: 0 auto;
}
.expand-extra:hover {
	border-bottom: 1px solid white;
}

.foto_container {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(max(400px,24%),1fr));
	grid-template-rows: auto;
	gap: 20px;
	box-sizing: border-box;
}

.foto_container img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.subfoto {
	display: flex;
	flex-direction: column;
}
.subfoto a {
	height: 350px;
}
.info {
	background-color: rgba(255,255,255,0.80);
	color: black;
	padding: 0 20px;
	height: 100%;
}

.dot {
	position: absolute;
	background-color: #465f28;
    width: 25px;
    height: 25px;
    left: -59px;
    border: 3px solid white;
    border-radius: 50%;
    z-index: 1;
    top: 35px;
}
.dot p {
	position: relative;
	margin-top: 0;
	right: 47px;
	width: 100%;
}

.content {
	color: black;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.tekst {
	width: 70%;
	padding-right: 30px;
}
.tekst h2 {
	margin:0;
}
.fotos {
	width: 30%;
	align-self: center;
}
.fotos img {
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1000px) {
	.tekst {
		width: 100%;
		padding-right: 0px;
	}
	.fotos {
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
	.tijdlijn::after {
		left: 60px;
	}
	.sectie, .extra_section {
		left: 110px;
		width: 70%;
		padding: 30 30px;
	}
}