@media only screen and (min-width: 768px) {


	h1 {
		font-size: 100px;
	}

	h2 {
		font-size: 55px;
	}

	#caption {
		gap: 50px;
  font-family: 'Charlotte Southern', sans-serif;
  left: 50%;
  top: 50%;
  bottom: auto;
  width: 90%;
  transform: translate(-50%, -50%);
	}

.captionButton {
	margin: 0 -25px;
}
	.navmenupad {
		padding-right: 45px !important
	}
.captionText {
	visibility: visible;
}
	.signature {
		font-size: 60px;
	}

	.footerCol {
		width: 50%;
	}
.promoImg {
		width: 400px;
		padding: 0;
	}
	.promoText h2 {
  line-height: 100%;
  margin: 0;
  font-size: 60px;
}
.arrangementItem + .arrangementItem {
  margin-top: 0px;
}
	.gastenpasTable td {
  display: table-cell;
  text-align: left;
}
.gastenpasTable td:nth-of-type(2) {
  padding-bottom: 0px;
}
.gastenpasTable td:nth-of-type(1) {
	width: 50%;
}

.subItem {
	width: 50%;
}
	#caption img {
		width: 450px;
	}  
	.footerCol:nth-child(1) {
		order: 2
	}
	.footerCol:nth-child(2) {
		order: 3;
		margin-bottom: 0px;
	}
	.footerCol:nth-child(3) {
		order: 1;
		width: 100%;
	}
	#Borrel, #Kind {
		width: 575px;
	}
		

}