.dienst-blok {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  gap: 30px;
  align-items: center;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.dienst-blok--reverse {
  flex-direction: row-reverse;
}

.dienst-afbeelding {
  flex: 1 1 50%;
}

.dienst-thumbnail {
  width: 100%;
  height: auto;
	max-height: 530px;
    object-fit: cover;
}

.dienst-content {
  flex: 1 1 50%;
}

.dienst-titel {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.dienst-samenvatting {
  margin-bottom: 20px;
}

.dienst-knop {
  display: inline-block;
  padding: 10px 20px;
  background-color: #004aad;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.dienst-knop:hover {
  background-color: #00317a;
}

.diensten-paginatie {
  text-align: center;
  margin-top: 40px;
}

.geen-diensten {
  text-align: center;
  margin-top: 40px;
  font-style: italic;
}

.dienst_blok_inner {
  display: flex;
  gap: 5%;
  align-items: center;
  padding: 0px 0 90px;
}

header.diensten-archive-header {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 5px;
}

.projecten_divider {
	    height: 2px;
    background: #8A2422;
    border: none;
    margin-bottom: 1.5rem;
    max-width: 150px;
    min-width: 80px;
}

header.diensten-archive-header h1 {
  font-family: "ClashDisplay", sans-serif;
  margin-top: 30px;
  font-weight: 600;
  text-align: left;
  font-size: 44px;
}

main.container {
  margin: 0 30px;
}

.dienst-content h2 {
  font-family: "ClashDisplay", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.dienst-content p {
  font-size: 20px;
  font-family: "ClashDisplay", sans-serif;
  margin-bottom: 30px;
  margin-top: 15px;
}

.dienst-knop {
  background: #8A2422;
  font-family: "ClashDisplay", sans-serif;
  padding: 12px 30px 10px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  transition: 0.3s all;
  border-radius: unset;
}
.dienst-knop svg {
  fill: white;
  max-width: 16px;
  width: 100%;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.dienst-knop:hover {
  background-color: black;
  transition: 0.3s all;
  text-decoration: unset;
}

.dienst-blok.dienst-blok--reverse .dienst_blok_inner {
  flex-direction: unset;
}

.dienst-blok .dienst_blok_inner {
  flex-direction: row-reverse;
}

.diensten-paginatie {
  padding-bottom: 80px;
  padding-top: 20px;
}

.page-numbers {
  padding: 12px 18px;
  background-color: #8A2422;
  color: #ffffff;
  font-family: "ClashDisplay", sans-serif;
  border: 1px solid #8A2422;
  transition: 0.3s;
}
.page-numbers.current {
  background-color: transparent;
  border: 1px solid #8A2422;
  color: #8A2422;
}
.page-numbers:hover {
  background-color: transparent;
  border: 1px solid #8A2422;
  color: #8A2422;
  transition: 0.3s;
  text-decoration: unset;
}

@media only screen and (max-width: 1200px) and (min-width: 800px) {
  .dienst-content p {
    font-size: 18px;
  }
  .dienst-content h2 {
    font-size: 24px;
  }
  .dienst-knop {
    font-size: 16px;
  }
}
@media only screen and (max-width: 799px) and (min-width: 500px) {
  .dienst-content p {
    font-size: 18px;
  }
  .dienst-content h2 {
    font-size: 24px;
  }
  .dienst-knop {
    font-size: 16px;
  }
  .dienst_blok_inner {
    flex-direction: column !important;
    padding-bottom: 60px;
    gap: 30px;
  }
}
@media only screen and (max-width: 499px) and (min-width: 300px) {
  .dienst-content p {
    font-size: 18px;
  }
  .dienst-content h2 {
    line-height: 30px;
    font-size: 24px;
  }
  .dienst-knop {
    font-size: 16px;
  }
  .dienst_blok_inner {
    flex-direction: column !important;
    padding-bottom: 40px;
    gap: 15px;
  }
  header.diensten-archive-header h1 {
    font-size: 28px;
    margin-bottom: 0;
    text-align: left;
  }
  .dienst-blok {
    padding-bottom: 50px;
  }
}/*# sourceMappingURL=archive_dienst.css.map */