.frontender {
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.frontender h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.frontender p {
  font-size: 20px;
  color: #777;
}

#frontender__form {
  margin-top: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 20px;
}

textarea.form-control {
  resize: vertical;
}

.btn {
  background-color: #2196f3;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 0;
  cursor: pointer;
  font-size: 20px;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #1976d2;
}

.welzijn-orange {
}

.spacer50 {
  height: 50px;
  overflow: hidden;
}

.welzijn-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  align-items: center top;
  height: 100vh;
}

.welzijn-vacature {
  height: 400px;
  min-height: 300px;
  clear: both;
}

.welzijn-organisatie-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.welzijn-organisatie-card {
  max-width: 300px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 2%;
  padding-bottom: 5%;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  border: thin solid #ccc;
  border-radius: 2px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}

.welzijn-organisatie-card-featured-image {
  height: 50%;
  background-size: cover; /* Updated property */
  background-position: center center; /* Center the image */
  position: relative;
}

.welzijn-organisatie-card-mytitle {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
}

.welzijn-organisatie-card-excerpt {
  padding: 10px;
  height: 100px;
  overflow: hidden;
  background-color: #f5f5f5;
  text-align: center;
  flex-grow: 1;
}

.welzijn-organisatie-card-excerpt p {
  font-size: 20px;
  color: #555;
  flex-grow: 1;
}

.welzijn-organisatie-card-permalink {
  padding: 10px;
  background-color: #f5f5f5;
  text-align: center;
  flex-grow: 1;
}

.welzijn_vacature_meta {
  margin-bottom: 20px;
}

/* vacature search results */

/* CSS for the search results container */
.flexbox-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row; /* Set the direction to "row" */
}

/* CSS for each search result item */
.flexbox-item {
  width: calc(100% / 3.33); /* Distribute items in three columns */
  margin: 10px;
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.flexbox-item:hover {
  transform: translateY(-5px); /* Add a slight lift on hover */
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

/* CSS for text content */
.flexbox-item h2 {
  font-size: 20px;
  margin: 0;
  padding-bottom: 10px;
}

/* CSS for meta info */
.meta-info {
  font-size: 14px;
  color: #888;
}

/* CSS for tags, categories, location, and duration */
.tags,
.categories,
.location,
.duration {
  margin-right: 10px;
  padding: 5px 10px;
  background: #007acc;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
}

/* CSS for excerpt text */
.excerpt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}

/* CSS for the featured image container */
.featured-image {
  max-width: 100%;
  height: auto;
}
