* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

h1 {
	background-color: gray;
	text-align: center;
	padding: 20px;
	position: sticky;
	top: 0;
	z-index: 1000;
}

nav {
	background-color: lightgray;
	padding: 10px;
	font-weight: bold;
	font-size: large;
	position: sticky;
	top: 77px;
	z-index: 999;
}

nav ul {
	display: flex;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
}

nav a {
	text-decoration: none;
	color: black;
}

main {
	width: 90%;
	margin: 0 auto;
}
#home {
	position: relative;
	background-color: white;
	padding: 80px;
	
	
}

#home h2 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px;
}

#over {
	position: relative;
	background-color: #ffffff;
	padding: 220px 20px;
	text-align: center;
	font-family: 'Helvetica', Arial, sans-serif;
}

#over h2 {
	font-size: 32px;
	color: #222;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#over .content {
	max-width: 700px;
	margin: 0 auto;
}

#over p {
	font-size: 18px;
	line-height: 1.6;
	color: #444;
	margin-bottom: 20px;
}

#contact {
	width: 100%;
	position: relative;
	background-color: gray;
	padding: 355px;
}

#contact h2 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px;
}

.wrapper {
	display: flex;
	gap: 20px;
}

.container1,
.container2,
.container3 {
	background-color: #bab8b8;
	width: 300px;
	height: 300px;
}

.container div {
	width: 100%;
}

.container div img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.titel {
	font-size: 20px;
	font-weight: bold;
}

.titel2 {
	color: white;
}

html {
	scroll-behavior: smooth;
}

section {
	scroll-margin-top: 0px;
}

#contact {
	position: relative;
	background-color: #bab8b8;
	padding: 100px 20px;
	text-align: center;
	font-family: 'Helvetica', Arial, sans-serif;
}

#contact h2 {
	position: relative;
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 50px;
	color: #222;
}

.contact-wrapper {
	display: flex;
	max-width: 900px;
	margin: 0 auto;
	gap: 50px;
	text-align: left;
	background: white;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-info {
	flex: 1;
}

.contact-info h3 {
	margin-bottom: 15px;
	font-size: 24px;
}

.contact-details {
	list-style: none;
	padding: 0;
	margin-top: 20px;
}

.contact-details li {
	margin-bottom: 10px;
	color: #444;
}

.contact-form {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-family: inherit;
}

.contact-btn {
	background-color: #222;
	color: white;
	padding: 12px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.3s;
}

.contact-btn:hover {
	background-color: #444;
}

.contact-wrapper {
	flex-direction: column;
	padding: 20px;
}

.homebutton {
	background-color: #4caf50;
	padding: 10px;
	font-size: 15px;
	border: none;
	margin-left: 200px;
	margin-top: 30px;
	transition: background-color 0.5s;
	border-radius: 6px;
	
}
.homebutton:hover {
	background-color: gold;
}

.reclame {
	float: left;
	max-width: 260px;
	/* margin-right: 20px; */
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 8px;
	text-align: center;
	font-family: Arial, sans-serif;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.reclame h2 {
	font-size: 1.5rem;
	color: #333;
	margin-bottom: 15px;
}

.reclame h3 {
	font-size: 1.1rem;
	color: #555;
	margin: 15px 0 10px 0;
}

.reclame-afbeelding {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	transition: transform 0.3s ease;
}

.reclame-afbeelding:hover {
	transform: scale(1.05);
}

.reclame p {
	font-size: 0.9rem;
	line-height: 1.4;
	color: #666;
	margin-bottom: 20px;
}

.reclame button {
	background-color: #e63946;
	color: white;
	border: none;
	padding: 12px 25px;
	font-size: 1rem;
	font-weight: bold;
	border-radius: 25px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.reclame button:hover {
	background-color: #c12a36;
}

.reclame-link {
	text-decoration: none;
}

.reclame::after {
	content: '';
	display: table;
	clear: both;
}
