@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
  color: #333;
  line-height: 1.6;
}

header {
  background-color: #008080;
  color: white;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  animation: slideDown 1s ease;
}
header img {
  height: 50px;
  margin-right: 15px;
}

nav {
  background-color: #006666;
  padding: 12px;
  text-align: center;
}
nav a {
  color: white;
  text-decoration: none;
  margin: 0 20px;
  font-weight: bold;
  transition: color 0.3s;
}
nav a:hover {
  color: #d4f1f4;
}

main {
  max-width: 960px;
  margin: auto;
  padding: 30px;
  animation: fadeIn 1s ease;
}

footer {
  background-color: #008080;
  color: white;
  text-align: center;
  padding: 20px;
  margin-top: 40px;
}

img.hero {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.button {
  display: inline-block;
  background-color: #008080;
  color: white;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 6px;
  margin: 10px 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.button:hover {
  background-color: #006666;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}
.dienst {
  margin-bottom: 15px;
}

.dienst-knop {
  width: 100%;
  background-color: #008080;
  color: white;
  border: none;
  padding: 12px;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.dienst-knop:hover {
  background-color: #006666;
}

.dienst-uitleg {
  display: none;
  padding: 10px 15px;
  background-color: #f2f2f2;
  border-left: 4px solid #008080;
  border-radius: 0 0 6px 6px;
  margin-top: -6px;
}
.contact-persoon {
  text-align: center;
  margin-top: 40px;
}

.contact-persoon img.portret {
  max-width: 200px;
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  margin-bottom: 10px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  padding: 40px 20px;
}

.team-box {
  background-color: #f0fbf9;
  border: 2px solid #cdeeea;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.team-box img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.team-box h3 {
  margin: 10px 0 8px;
  color: #007f77;
  font-size: 1.3rem;
}

.team-box ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0 auto 10px;
  text-align: left;
  display: inline-block;
}

.team-box a {
  text-decoration: none;
  color: #006666;
  font-weight: bold;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  padding: 40px 20px;
}

.team-box {
  background-color: #f0fbf9;
  border: 2px solid #cdeeea;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.team-box img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.team-box h3 {
  margin: 10px 0 8px;
  color: #007f77;
  font-size: 1.3rem;
}

.team-box ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0 auto 10px;
  text-align: left;
  display: inline-block;
}

.team-box a {
  text-decoration: none;
  color: #006666;
  font-weight: bold;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  padding: 40px 20px;
}

.team-box {
  background-color: #f0fbf9;
  border: 2px solid #cdeeea;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.team-box img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.team-box h3 {
  margin: 10px 0 6px;
  color: #007f77;
  font-size: 1.3rem;
}

.team-box a {
  text-decoration: none;
  color: #006666;
  font-weight: bold;
}
.top-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 10px;
  background-color: #f5faff;
  border-bottom: 2px solid #ddeeff;
  flex-wrap: wrap;
}

.top-button {
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.top-button.review {
  background-color: #e0f0ff;
  color: #004080;
  border: 1px solid #b0d0ff;
}

.top-button.review:hover {
  background-color: #d0e8ff;
}

.top-button.bereikbaar {
  background-color: #e7ffe7;
  color: #205020;
  border: 1px solid #a0d0a0;
}

.top-button.bereikbaar:hover {
  background-color: #d5ffd5;
}
.subtitle {
  font-size: 1rem;
  font-weight: 500;
  color: #007f77;
  margin-top: -6px;
  margin-bottom: 10px;
}
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.slide {
  display: none;
}

.slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}
@media (max-width: 700px) {
  .slide img {
    height: 250px;
  }
}

.fade {
  animation: fadeEffect 1s ease-in-out;
}

@keyframes fadeEffect {
  from {opacity: 0.4} 
  to {opacity: 1}
}

nav ul li a.tarieven-link {
  background-color: #006666;
  color: white;
  padding: 8px 14px;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

nav ul li a.tarieven-link:hover {
  background-color: #004d4d;
  text-decoration: none;
}
