@charset "utf-8";
@import url('./gallerij.css');

html, body { 
  width: 100%; 
  height: 100%; 
  margin: 0; 
  padding: 0; 
  background-color: #333333;
  font-family: 'Encode Sans Expanded', sans-serif;
  scroll-behavior: smooth;
}

@media screen and (max-width: 700px) {
  #vanilla-indicators {left: 40%!important;}
}

.container1 {
  width: 100%;
  position: relative;
  margin-top: 100vh;
  background-color: #617d3c;
  z-index: 30;
  text-align: center;
  color: white;
  font-size: 1.5vh;
  padding-bottom: 3.5%;
}
.container1 h2 {
  font-size: 10px;
  margin-top: -15px;
  position: relative;
}
.container1 p {
  text-align: left;
}
.container1 h1 {
  font-family: 'Encode Sans Expanded';
  padding-top: 25px;
}

.text1 {
  width: 90%;
  max-width: 900px;
  position: relative;
  font-size:15px;
  font-family: 'Encode Sans Expanded';
  line-height: 1.5;
  margin: 0 auto;
  margin-bottom: 20px;
}

.textflow {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  justify-content: center;
  flex-grow: 0;
}

.container1img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media screen and (max-width: 1450px) {
  .container1img, .container1img2:not(h1) {
    display:none
  }
}

.introtext {
  position: absolute;
  z-index: 96;
  margin: 0;
  top: 50%;
  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;
  width: 45%;
  box-shadow: 0px 0px 1px 0px white;
  min-width: 45%;
  animation: 2s ease 0s 1 fadein
}
.introtext h1, h2 {padding: 0 5px;}

@keyframes fadein {
    0% {
		opacity: 0;
    }
    100% {
		opacity: 1;
    }
}

.introtext hq1 {
  font-family: sans-serif;
}


.kerkbox {
  width: 100%;
  position: relative;
  height:50%;
  background-image:url("images/kerk.jpg");
  background-attachment: fixed;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	.kerkbox, .box3 {
		background-attachment: scroll;
	}
}


.box2 {
	background-color: #617d3c;
	position: relative;
	text-align: center;
	margin-top: -25px;
}
.box2t {
	color: white;
	text-align: center;
	margin-top: 25px;
	font-family: 'Encode Sans Expanded', sans-serif;
}

#vanilla-slideshow-container { 
	width: 100%; 
	height: 100%; 
	position: relative; 
	text-align: center;
	position: fixed;
	top:0;
}

#vanilla-slideshow {
  height: 100%;
}

#vanilla-slideshow .vanilla-slide { 
	width: 100%; 
	height: 100%; 
	background-size: cover; 
	background-position: 50% 70%;
	background-repeat: no-repeat;
	position: absolute; 
	top: 0; 
	left: 0; 
	opacity: 0;
}

#vanilla-slideshow .vanilla-slide.vanilla-active { 
    opacity: 1;
}

#vanilla-slideshow .vanilla-slide img {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { 
  #vanilla-slideshow .vanilla-slide img {
    left: 50%;
    margin-left: -512px; 
  }
}
@media screen and (min-width: 700px) {
  #vanilla-slideshow-previous:not(:first-child) {display: none;}
}
@media screen and (min-width: 700px) {
  #vanilla-slideshow-next:not(:first-child) {display: none;}
}
@media screen and (min-width: 700px) {
  #vanilla-indicators:not{display: none;}
}
#vanilla-slideshow-previous {
	position: absolute;
	left: 10px;
	top: 50%;
	width: 48px;
	height: 40px;
	background-position: 0 100%;
	cursor: pointer; 
	opacity: 0.7;
	display: none;
	transition: .3s ease;
}

#vanilla-slideshow-next {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 48px;
	height: 50px;
	background-position: 100% 100%;
	cursor: pointer; 	
	opacity: 0.7;
	display: none;
	transition: .3s ease;
}

#vanilla-slideshow-previous:hover, #vanilla-slideshow-next:hover {
	opacity: 1;
}



#vanilla-indicators {
	display: inline-block;
	position: absolute;
	bottom: 35px;
	left: 47.5%;
	box-sizing: initial;
}

.vanilla-indicators {
	box-shadow: 0 0 10px #333333;
	width: 12px;
	height: 12px;
	border: 2px solid white;
	float: left;
	margin-right: 3px;
	cursor: pointer;
	box-sizing: inherit;
}

.vanilla-indicators.vanilla-active {
	background-color: rgba(255, 255, 255, 0.8);
}
	
#scrolltohuis {
	position: absolute;
	top: 213vh;
	width: 100%;
	height: 1%;
}
* {
  box-sizing: border-box;
}


	
.responsive {
  padding: 0 10px;
  float: left;
  width: 24.99999%;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1200px) {
  div.responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 600px) {
  div.responsive {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .gallerij {
    width: 100%;
	margin-left:0%!important;
  }
}
	
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.clearfixx::after {
  content: "";
  display: table;
  clear: both;
}

.gallerij {
	margin-top: 3%;
	padding: 0 20px;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: center*/
}
	
.box3 {
  background-image:url('images/kerk.jpg');
  background-attachment: fixed;
  background-size:cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50%;
  position: relative;
  width:100%;
}
@media screen and (max-width: 800px) {
	.box3, .kerkbox {
		background-attachment: scroll;
	}
	.introtext {
		width: 55%;
	}
}