@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Lato", sans-serif; }

.header {
  text-align: center; }

.cursus-blok {
  display: flex;
  padding: 2rem 0;
  gap: 2rem; }

.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 400px;
  background-size: cover;
  color: #fff;
  padding: 2rem; }
  .hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .hero-section .hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 2rem; }
  .hero-section .hero-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem; }
  .hero-section .hero-subtitle {
    font-size: 1.2rem;
    line-height: 1.5; }

.sidebar {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 2rem; }

.categorie h3,
.overige-cursussen h3,
.tags h3 {
  margin-bottom: 1rem; }

.categorie ul,
.overige-cursussen ul,
.tags ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .categorie ul li,
  .overige-cursussen ul li,
  .tags ul li {
    margin-bottom: 0.5rem;
    color: #fff; }

.overige-cursussen .cursus-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: center; }
  .overige-cursussen .cursus-item img {
    width: 50px;
    height: 50px;
    background-color: #7289da;
    border-radius: 8px; }
  .overige-cursussen .cursus-item p,
  .overige-cursussen .cursus-item span {
    color: #fff; }

.tags .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem; }
  .tags .tag-list .tag {
    background-color: #fff;
    color: #072c3e;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem; }

.video img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  background-color: #7289da; }

.dynamische-categorie {
  font-weight: bold;
  color: #E72168; }

.categorie-link {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease; }
  .categorie-link:hover {
    color: #E72168;
    text-decoration: underline; }

.content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem; }

.hero-image img,
.image-grid img,
.video img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  background-color: #7289da; }

.article {
  margin-bottom: 2rem;
  line-height: 1.7; }
  .article h4,
  .article h6 {
    color: #E72168;
    margin-bottom: 0.5rem; }
  .article p {
    line-height: 1.6; }

blockquote {
  font-style: italic;
  color: #000;
  border-left: 5px solid #E72168;
  padding-left: 1rem;
  margin: 2rem 0; }

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem; }

.categorie,
.tags,
.overige-cursussen {
  background-color: #072c3e;
  color: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }

.upcoming-courses {
  text-align: center;
  padding: 2rem;
  background-color: #fff; }
  .upcoming-courses h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    color: #333; }
  .upcoming-courses .course-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    justify-items: center; }
    .upcoming-courses .course-cards .course-card {
      background-color: #a8c3f0;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      width: 300px;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      text-align: center;
      color: #fff; }
      .upcoming-courses .course-cards .course-card .course-image {
        background-color: #7289da;
        border-radius: 8px;
        width: 100%;
        height: 150px;
        object-fit: cover;
        margin-bottom: 1rem; }
      .upcoming-courses .course-cards .course-card .course-info {
        margin-bottom: 1rem; }
      .upcoming-courses .course-cards .course-card .course-date {
        font-size: 0.9rem;
        color: #fff;
        margin-bottom: 0.5rem; }
      .upcoming-courses .course-cards .course-card .course-title {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 0.5rem; }
      .upcoming-courses .course-cards .course-card .course-link {
        color: #fff;
        text-decoration: underline;
        font-size: 0.9rem; }
      .upcoming-courses .course-cards .course-card .course-actions {
        display: flex;
        justify-content: center;
        gap: 1rem;
        font-size: 1.2rem;
        color: #fff; }

@media screen and (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .footer-column {
    width: 100%;
    margin-bottom: 1rem; }
  .top-bar {
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .top-bar-center ul {
    flex-direction: column;
    align-items: center; }
  .sidebar {
    width: 100%; }
  .cursus-blok {
    flex-direction: column; }
  .hero-title {
    font-size: 2rem; }
  .hero-subtitle {
    font-size: 1rem; } }
