body {
  font-family: "Roboto", Sans-serif;
	font-weight: 300;
	margin:0;
	padding:0;
}

.container-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: url("../images/huisartsenpraktijk-valthermond.jpg");
  background-size: cover; /* Belangrijk: vult de hele container */
  background-position: center center;
  background-repeat: no-repeat;
  border-top-left-radius: 200px; /* Pas de waarde aan naar wens */
  margin-left:200px;
  width: 100% !important;
  height: 35vh;
}

/* Als scherm smaller wordt, verlaag de hoogte */
@media (max-width: 768px) {
	
	.site-header .container {
	 flex-direction: column;
    align-items: flex-start; /* of 'center' als je het wil centreren */
    text-align: left; /* of 'center' */
}
	
	.site-header {
  background: #ffffff;
  padding: 2rem 0;
}
	
  .container-main {
    height: 300px;
	width: 100%!important;
	  margin-left:10px;
  }

/* buttons komen onder elkaar te staan buiten de hero box */
	
.buttons {
    flex-direction: column;
    align-items: center;
	padding-bottom: 20px;
  }
  .btn {
    width: 80%;
  display: inline-block;
  background: #4474a0;
	font-size: 18px;
  color: white;
  padding: 1.0rem 2.0rem;
  margin: 0.5rem;
  text-decoration: none;
	  text-align:center;
  }
	.btn:hover {
      background-color: #0f6570; /* Groen */
}
	
	.container-boxen {
      flex-direction: column;
	  align-items: center;
      gap: 0px;
      justify-content: center;
	padding-top:0px;
		margin-top:0px;
    }
	
	.middle-box {
	margin-top:100px;
}
	
	.site-footer .container {
	flex-direction: column;
		width:90%; 
}
	
	.copyright {
	width:60%;
	color:white;
	font-size:11px;
	text-align:center;
	padding: 30px 20px;
}
	
	.container-boxen {
      display: flex;
      gap: 0px;
      justify-content: center;
	padding-top:50px!important;
	padding-bottom:20px!important;
	margin-left:0px!important;
    }
	
	.hero {
   margin: 0 auto;
  text-align: center;
  padding: 1rem;
  width: 200px; /* of geef een vaste breedte */
}

.hero .buttons .btn {
  display: inline-block;
  background: #4474a0;
	font-size: 24px;
  color: white;
  padding: 1.0rem 2.0rem;
  margin: 0.5rem;
  text-decoration: none;
	width: 30vw;
	border-radius: 20px; /* Pas de waarde aan naar wens */

}

.hero .buttons .btn:hover {
      background-color: #0f6570; /* Groen */
}
	
	.info-panels {
	padding-bottom:20px;
	background-color: #d7eeed;
	padding-left:20px;
	padding-right:20px;
}
}

/* END MOBIEL */

.buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.btn:hover {
      background-color: #0f6570; /* Groen */
}

.container {
  max-width: 1200px;
  margin: auto;
}
.site-header {
  background: #ffffff;
  height: 50px;
	padding-left:20px;
	padding-right:20px;
}

.site-header .container {
	display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
	height:50px;
	margin:0;
	padding:0;
}

.headertekst {
	font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 500;
	color:#4474a0;
}

nav a {
  text-decoration: none;
  color: #0073e6;
}

.hero {
   margin: 0 auto;
  text-align: center;
  padding: 1rem;
  width: fit-content; /* of geef een vaste breedte */
}

.hero .buttons .btn {
  display: inline-block;
  background: #4474a0;
	font-size: 24px;
  color: white;
  padding: 1.0rem 2.0rem;
  margin: 0.5rem;
  text-decoration: none;
	width: 30vw;
	border-radius: 20px; /* Pas de waarde aan naar wens */

}

.hero .buttons .btn:hover {
      background-color: #0f6570; /* Groen */
}

.info-panels {
	padding-bottom:100px;
	background-color: #d7eeed;
	padding-left:20px;
	padding-right:20px;
}

.container-boxen {
      display: flex;
      gap: 50px;
      justify-content: left;
	padding-top:100px;
	margin-left:190px;
    }

.box {
      position: relative;
      background: white;
      width: 384px;
      overflow: hidden;
      border-radius: 20px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      cursor: pointer;
    }

.box:hover {
      transform: translateY(0px);
    }

.box-content {
      position: relative;
      z-index: 2;
      padding: 40px;
      color: #7a7a7a;
      transition: color 0.3s ease;
	  letter-spacing: 0.05em;
	  font-size: 15px;
	  line-height:1.4em;
    }

.box-content h3 {
	color: #0f6570;
	font-weight: 400;
	font-size: 21px;
}


.box-logo {
      max-width: 100%;
      margin-bottom: 15px;
    }


.searchbox {
	border: 1px solid #666;
	color: #7a7a7a;
	letter-spacing: 0.05em;
	font-size: 16px;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
}

.searchbutton {
	width:100%;
	border-radius: 20px;
	background-color: #4474a0;
	color:white;
	border:0;
	padding: 15px 0px 15px 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 200!important;
	margin-top:10px;
}

.searchbutton:hover {
	background-color: #0f6570; /* Groen */;
	color: #fff;
}

.aanmeldbutton {
	width:60%;
	border-radius: 20px;
	background-color: #4474a0;
	color:white;
	border:0;
	padding: 15px 0px 15px 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 200!important;
	margin-top:10px;
}

.aanmeldbutton:hover {
	background-color: #0f6570; /* Groen */;
	color: #fff;
}

.site-footer {
	background: #0f6570; /* Groen */
	color:white;
	padding-top: 50px;
	

}

.site-footer .container {
	display: flex;
  gap: 10px;
	padding-left: 30px;
}

.footer-links {
  text-align: left;
  color: white;
  line-height: 2.2em;
  padding-left: 0;
  list-style: none;
}

.footer-links a {
  color: white;
  text-decoration: none;
}

.footer-map {
	 width: 90%;
  min-height: 300px;
  border: 0;
}

.item {
  flex: 1; /* zorgt dat ze gelijk breed zijn */
  padding: 0;
  text-align: left;
}

.item h4 {
  color: white;
  font-size: 21px;
  line-height: 1.8em;
  text-decoration: none;
  /* text-align: left is al geërfd van .item, dus niet nodig */
}

.lijn {
  width: 120px;
  height: 1px; /* of 1px, afhankelijk van hoe dun je de lijn wilt */
  background-color: #fff; /* kies je eigen kleur */
  margin-bottom:20px;
}

.copyright {
	width:90%;
	color:white;
	font-size:14px;
	text-align:center;
	padding: 30px 0;
	margin: 0 auto;
}
.copyright a {
  color: white;
  text-decoration: none;
}