/*TEKST CONTAINERS*/

.tekstvakeentaal {
  float: left;
  width: 70%;
}

.tekstvaktweetalen1 {
  float: left;
  width: 50%;
}

.tekstvaktweetalen2 {
  float: left;
  width: 50%;
}

/*mobiele adaptatie*/
@media screen and (max-width: 1000px) {
  .tekstvakeentaal {
    width: 95%;
    float: none;
  }

  .tekstvaktweetalen1 {
    width: 95%;
    float: none;
  }

  .tekstvaktweetalen2 {
    width: 95%;
    float: none;
  }

    body {
    padding-left: 10px;
    padding-right: 10px;

  }
}

/* Clear floats after the columns */
.tekstvakcontainer:after {
  content: "";
  display: table;
  clear: both;
}



/*TEKST*/

.tekstp {
  font-family: "Times New Roman", Times, serif;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  max-width: 100%;
}

.tcitaat {
  font-family: "Times New Roman", Times, serif;
  /*font-size: 18px;*/
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 30px;
  margin-right: 10px;
  max-width: 100%;
}


.metadatawaarde {
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  font-style: oblique;
  margin-top: -15px;
  margin-bottom: 0px;
  margin-right: 0px;
  display: inline;
}

.metadatacat {
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  font-style: normal;
  argin-top: -15px;
  margin-bottom: 20px;
  margin-right: 0px;
  margin-left: 10px;
}


.teksth2 {
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 0px;
  /*margin-top: 0px;
  padding-top: 0px;*/
  max-width: 100%;
}

.tekstcategorie {
  color: black;
  display: inline;
}

.fototeksteentaal {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: oblique;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 20px;
  max-width: 55%;
  /*max-width: 610px;*/
}

.fototeksttweetalen {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: oblique;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 20px;
  max-width: 70%;
  /*max-width: 610px;*/
}


/*AFBEELDINGEN*/

.tekstfotoeentaal {
  width: 60%; 
  height: auto;
  margin-left: 15px;
}

.tekstfototweetalen {
  width: 70%; 
  height: auto;
  margin-left: 15px;
}