/*BALKSPUL BEGIN*/

.bovenbalk {
  background-color: #b5fffa;
  display: grid;
  grid-template-columns: 250px auto;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  padding: 1em 2em;
}

.onderbalk {
  background-color: #fff64e;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  padding: 1em 2em;
}

.balkrand {
  display: flex;
  align-items: center;
  max-width: 250px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
}

.balkteken {
  max-height: 75px;
  object-fit: contain;
}

.balkmenu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  padding: 1em;
  gap: 2em;
  list-style-type: none;
  font-weight: bold;
  font-size: 20px;
  text-decoration: red;
  background-color: #fff64e;
  border-color: #fff64e;
  border: solid;
  border-width: 5px;
}

.hier {
 text-decoration: underline double black;
}

.opsi {
  margin: 0px 5px;
  }
/*BALKSPUL INJ*/

/*INTRO BEGINTJ*/
.intro {
  background-color: #f3fffe;
  vertical-align: top;
  justify-content: center;
  padding: 18px 18px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1em;
}

.kiku {
  background-color: #ffffff;
  border: 5px solid #09c1b4;
  padding: 1em 1em;
  max-width: 275px;
  flex: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  }

/*INJ INTRO*/

/*SIJELO O OPEN*/
.sijelo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 2em;
  gap: 2em;
}

.sijelo>div {
  padding: 1em 1em;
  background-color: #f3fffe;
  max-width: 750px;
  vertical-align: top;
  border: solid;
  border-width: 5px;
  border-color: #09c1b4;
}

.inhoudstafel {
  background-color: #fff64e;
  border: solid;
  border-width: 5px;
  border-color: #000;
  font-size: 20px;
}

.centered {
  text-align: center;
}
/*PINI SIJELO*/