* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* GENERAL */
section {
  font-size: 1.5rem;
  text-indent: 20px;
  font-family: "EB Garamond", serif;
  text-align: justify;
  /* display: flex; */
  /* justify-content: center; */
}

.titel h1 {
  font-family: "Abril Fatface", serif;
  font-variant: small-caps;
}

section h2 {
  font-family: "Abril Fatface", serif;
}

.p {
  font-size: 1.3rem;
  text-indent: 20px;
}

/* KOP */
.kop {
  margin-top: 150px;
  display: flex;
  margin-bottom: 20px;
}

.kop h2 {
  font-size: 2rem;
  color: rgb(52, 52, 236);
  font-weight: bold;
  font-variant: small-caps;

}

.kop h3 {
  font-size: 1.5rem;
  font-style: italic;
}

.custom-bg-row-1 {
  background: url('../trim_2/assets/images/Lesson01.jpg') no-repeat center center / cover;
  /* Add padding to the row so content is not pressed against the edges */
  padding-top: 50px;
  padding-bottom: 50px;
  /* Optional: ensure a minimum height if content is short */
  min-height: 300px;
}


.custom-bg-row-6 {
  background: url('../trim_1/images/Lesson06.jpg') no-repeat center center / cover;
  /* Add padding to the row so content is not pressed against the edges */
  padding-top: 50px;
  padding-bottom: 50px;
  /* Optional: ensure a minimum height if content is short */
  min-height: 300px;
}

.custom-bg-row-7 {
  background: url('../trim_1/images/Lesson07.jpg') no-repeat center center / cover;
  /* Add padding to the row so content is not pressed against the edges */
  padding-top: 50px;
  padding-bottom: 50px;
  /* Optional: ensure a minimum height if content is short */
  min-height: 300px;
}

.custom-bg-row-8 {
  background: url('../trim_1/images/Lesson06.jpg') no-repeat center center / cover;
  /* Add padding to the row so content is not pressed against the edges */
  padding-top: 50px;
  padding-bottom: 50px;
  /* Optional: ensure a minimum height if content is short */
  min-height: 300px;
}

.custom-bg-row-9 {
  background: url('../trim_1/images/Lesson06.jpg') no-repeat center center / cover;
  /* Add padding to the row so content is not pressed against the edges */
  padding-top: 50px;
  padding-bottom: 50px;
  /* Optional: ensure a minimum height if content is short */
  min-height: 300px;
}

.custom-bg-row-10 {
  background: url('../trim_1/images/Lesson06.jpg') no-repeat center center / cover;
  /* Add padding to the row so content is not pressed against the edges */
  padding-top: 50px;
  padding-bottom: 50px;
  /* Optional: ensure a minimum height if content is short */
  min-height: 300px;
}

.custom-bg-row-11 {
  background: url('../trim_1/images/Lesson06.jpg') no-repeat center center / cover;
  /* Add padding to the row so content is not pressed against the edges */
  padding-top: 50px;
  padding-bottom: 50px;
  /* Optional: ensure a minimum height if content is short */
  min-height: 300px;
}

.custom-bg-row-12 {
  background: url('../trim_1/images/Lesson06.jpg') no-repeat center center / cover;
  /* Add padding to the row so content is not pressed against the edges */
  padding-top: 50px;
  padding-bottom: 50px;
  /* Optional: ensure a minimum height if content is short */
  min-height: 300px;
}

.custom-bg-row-13 {
  background: url('../trim_1/images/Lesson06.jpg') no-repeat center center / cover;
  /* Add padding to the row so content is not pressed against the edges */
  padding-top: 50px;
  padding-bottom: 50px;
  /* Optional: ensure a minimum height if content is short */
  min-height: 300px;
}

.dia {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}


.dag h3 {
  font-size: 2rem;
  color: rgb(52, 52, 236);
  font-weight: bold;
  font-variant: small-caps;
}

.dag h4 {
  font-size: 1.5rem;
  font-style: italic;
}

.para1 {
  text-indent: 0px;
  text-align: justify;
  font-size: 1.5rem;
}

.para1:first-letter {
  font-size: 3.1em;
  float: left;
  padding: 0px 2px;
  margin: 0px;
  line-height: 1em;
  font-weight: bold;
  color: #0D6EFD;
}



/* MEDIAQUERY */
@media (max-width: 768px) {}