@charset "UTF-8";
/* CSS Document */

html, body {
	outline:none;
	margin: 0;
	padding: 0;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	line-height: 1.75;
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
  min-width: 1024px;    /* minimale breedte */
  min-height: 700px;
}

h2 {
	font-weight: 300;
	font-size: 32px;
	line-height: 42px;
}

#top {
	display: flex;
	justify-content: space-between;
	margin: 10vh 10vh 0px;
}

#logo {
	margin: 15vh 0 20vh;
	text-align: center;
}

#logo img {
	width: 300px;
}

#images {
	display: flex;
	justify-content: space-between;
}

#images img {
	width: 29vw;
	height: 100%;
}

#images .first, #images .last {
	margin-top: 160px;
}

#actions_wrapper {
	display: flex;
	justify-content: center;
	margin-top: 20vh;
	scroll-margin-top: 10vh; /* Offset in pixels */
}

#actions {
	width: 40vw;
}

.black-button {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 400;           
  cursor: pointer;             
  transition: background-color 0.3s ease;
  margin-right: 10px;
  margin-bottom: 10px; 
  text-decoration: none;
}

.black-button:hover {
  background-color: #555;
}

.fb {
  display: inline-block;	
  background-color: #000;
  color: #fff;
  border: none;
  padding: 12px 22px;
  border-radius: 999px;          
  cursor: pointer;             
  transition: background-color 0.3s ease; 
  position: relative;
}


.fb:hover {
  background-color: #555;
}

.insta {
  display: inline-block;	
  background-color: #000;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 999px;          
  cursor: pointer;             
  transition: background-color 0.3s ease; 
  position: relative;
  margin-left: 10px;
}

.insta:hover {
  background-color: #555;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;            /* Ruimte tussen telefoon en mail */
  font-family: Inter, Arial, sans-serif;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 14px;             /* Ruimte tussen icoon en tekst */
  font-size: 16px;
  color: #000;
}

.contact-item i {
  color: #000;          /* Icoon kleur */
  font-size: 16px;      /* Icoon grootte */
}

.contact-item a {
  line-height: 1.4;
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease; 
}

.contact-item a:hover {
  color: #afafaf;
}

.sep {
	margin-top: 100px;
	margin-bottom: 90px;
}

.note {
  font-size: 12px;
  font-style: italic;
  margin-top: 20px;
  opacity: 0.4;
}

#footer {
	background-color: #F3F3F3;
	height: 100%;
	padding: 10vh;
  	margin-top: 20vh;
}

#footer_flex {
  	display: flex;
	justify-content: space-between;
}

.footer_sep {
	margin-top: 50px;
	margin-bottom: 55px;
  color:#000;
  opacity: 0.2;
}

#footer_copyright {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.footer_logo {
  width: 280px;
  height: 57px;
  margin-bottom: 20px;
}

.footer_table {
  width: 494px;
  height: 346px;
}

.footer_contact {
  font-size: 28px;
  font-weight: 300;
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease; 
}

.footer_contact:hover{
  color: #afafaf;
}

.footer_address {
  font-size: 20px;
  margin-bottom: 38px;
  display:block;
}

#copy_left .trans {
  opacity: 0.4;
}

#copy_left a {
  text-decoration: none;
  color: #000;
  transition: opacity 0.3s ease; 
  opacity: 0.4;
}

#copy_left a:hover{
  opacity: 1;
}

#footer h5 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 44px;
  margin-bottom: 20px;
  opacity: 0.4;
}

#footer_right h5 {
  margin-top: 110px;
  margin-bottom: 40px;
  opacity: 0.4;
}

.created_by_link {
  transition: opacity 0.3s ease; 
  opacity: 0.4;
}
.created_by_link:hover{
  opacity: 1;
}

.created_by{
  width: 75px;
  height: 17px;
}


/* iPad Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {

  	.footer_table {
		width: 380px;
	  	height: 266px;
		}
	  
	.footer_contact {
  		font-size: 20px;
		}
	  
	.footer_address {
  		font-size: 18px;
		}
	#footer h5 {
  		font-size: 10px;
		}	  
	#footer_right h5 {
  		margin-top: 130px;
  		margin-bottom: 20px;
  		opacity: 0.4;
		}
	.footer_address {
  		margin-bottom: 18px;
		}
	.footer_sep {
		margin-top: 70px;
		margin-bottom: 70px;
		}
	#logo {
		margin: 13vh 0 13vh;
		}
}

/* iPad Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {

	.footer_table {
		width: 420px;
	  	height: 294px;
		}
	  
	.footer_contact {
  		font-size: 24px;
		}
	  
	.footer_address {
  		font-size: 19px;
		}
	  
	#footer_right h5 {
  		margin-top: 130px;
  		margin-bottom: 20px;
  		opacity: 0.4;
		}
	 .footer_address {
  		margin-bottom: 20px;
		}
	  
	  #logo {
		margin: 12vh 0 12vh;
		}
}

@media only screen 
  and (max-device-width: 812px) 
  and (orientation: portrait) {
	  
	#top {
		margin: 5vh 5vh 0px;
		flex-direction: column;
		text-align: center;
		gap: 24px;
	}
	  
	#left {
		text-align: center;  
	}
	  
	.contact-info {
		text-align: center;	  
	}
	  
	#logo {
		margin: 10vh 0 12vh;
	}
	  
	#logo img {
		width: 50vw;
	}
	  
	.contact-item {
  		font-size: 32px;
		display: inline-block;
	}
	  
	 .contact-item i {
  		font-size: 32px;
	}
	  
	.contact-info {
  		flex-direction: column-reverse;
  		gap: 10px;
	}
	  
	#images {
		justify-content: center;
	}
	
	#actions_wrapper{
		margin-top: 10vh;
		text-align: center;
	}
	 
	#actions {
		width: 75vw;
	}
	  
	#actions h2 {
	font-size: 64px;
	line-height: 76px;
	padding: 0 48px;
	}
	  
	#actions .last-button {
		margin-top: 16px;  
	}
	
	#actions p {
		font-size: 28px;	  
	}  
	  
	#images img {
		width: 75vw;
		height: 100%;
	}

	#images .first, #images .last {
		display: none;
	}
	 
	.black-button {
  		font-size: 32px;
		padding: 24px 48px;
	}
	  
	.fb {
  		padding: 34px 44px;         
	}
	  
	.insta {
  		padding: 34px 40px;         
	}
	  
	.fb i, .insta i {
		font-size: 32px;
	}
	  
	#footer {
		margin-top: 10vh;
	}  
	  
	#footer_copyright {
		flex-direction: column;
		text-align: center;
		font-size: 18px;
		margin: 0 45px;
	}
	  
	#footer {
		padding: 7vh;
	}
	  
	#footer_flex {
		text-align: center;
		flex-direction: column;
	}
	  
	.footer_logo {
  		width: 560px;
  		height: 114px;
  		margin-bottom: 24px;
	}
	  
	.created_by{
  		width: 150px;
  		height: 34px;
		margin-top: 24px;
	}

	  
	#footer h5 {
  		font-size: 15px;
	}
	  
	.footer_contact {
  		font-size: 36px;
	}
	  
	.footer_address {
  		font-size: 36px;
	 }
	  
	 .footer_table {
  		width: 750px;
  		height: 525px;
	}
}

@media only screen 
  and (max-device-width: 812px) 
  and (orientation: landscape) {
  /* CSS voor iPhones in landscape */
  
	.footer_contact {
  		font-size: 24px;
	}
	  
	.footer_address {
  		font-size: 24px;
	}
	  
	#footer h5 {
  		font-size: 13px;
		margin-bottom: 20px;
	}
	  
	#footer_right h5 {
		margin-top: 130px;
  		margin-bottom: 20px;
	}
	.footer_table {
  		width: 460px;
  		height: 322px;
	}
	#footer_copyright {
		font-size: 11px;
	}
}