* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 20px;
}
body {
  background-color: #fff;
  /* background-image: url("assets/img-1-web.jpg"); */
  /* background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
  font-family: helvetica, Arial, sans-serif;
  color: #444;
}
h1 {
  font-size: 40px;
  color: orange;
  margin-bottom: 13px;
  text-transform: uppercase;
}
/* Global stylesheet
======================================== */
.border-1 {
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 10px 0 5px;
}
.no-border {
  padding: 5px 10px;
  margin: 10px 0 5px;
}
section {
  margin-bottom: 25px;
}
hr {
  margin-bottom: 44px;
  border-color: orange;
  border-top: none;
  border-width: thick;
}
p {
  padding: 7px 0;
}
li {
  margin-left: 15px;
  list-style: auto;
  padding-bottom: 4px;
}
h2 {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1px;
}
u {
  text-decoration-line: underline;
  text-decoration-color: #EC7063;
  text-decoration-style: solid;
  color: #EC7063;
}
a {
  text-decoration: none;
  color: #FFBE33;
  transition: all .6s;
}
a:hover {
  color: orange;
  text-decoration: underline;
}
table {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 1040px) {
  table {
    width: 80%;
  }
}
th,
td {
  border-bottom: 2px solid rgba(243,214,117,1);
  padding: 5px 0;
}
th {
  border-top: 2px solid rgba(243,214,117,1);
}
td {
  text-align: center;
  font-weight: lighter;
}
td:first-child {
  text-align: left;
}
.row {
  width: 88vw;
  height: 100vh;
  margin: 0 6vw;
  background-color: ;
  padding: 10px;
  /* color: white; */
}
.row1 {

}
.header-top {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.header-top .logo,
.header-top .feed {
  flex: 1;
}
@media (max-width: 501px) {
  .row { width: 94vw;margin: 5px 3vw;margin-block-start: 0em;
    margin-block-end: 0em;}
  .header-top {
    flex-direction: column;
  }
  .feed {width: 100%;}
}
.logo img {
  max-width: 100%;
  padding-right: 10px;
}
/* ===================================
GRID GRID GRID GRID GRID GRID GRID GRID
========================================= */
main {
  display: grid;
  align-items:flex-start;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  /* margin-top: 25px;
  margin-bottom: 20px; */
}
.main-content {
  display: grid;
  align-items:flex-start;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
/* ======================================== GRID */
.feed
.feed__inhoud {
  margin: 5px 0;
}
.feed__inhoud {
  /* min-width: 45vw; */
}
.feed p {margin-top: 3px;}
.afwezig,
.lesverplaatsing,
.vakantie,
.activiteiten {
  /* width: 45%; */
  margin: 5px;
}
.courier li,
.feed li {
  list-style: none;
  padding-bottom: 4px;
  font-family: courier;
}
.afwezig__item {
  background-color: rgba(11, 156, 46, 0.2);
}
.lesverplaatsing__item {
  background-color: rgba(11, 156, 255, 0.2);
}
.vakantie__item {
  background-color: rgba(255, 255, 0, 0.2);
}
.activiteiten__item {
  background-color: rgba(255, 0, 0, 0.2);
}
.leraars {
  padding: 25px 0 45px;
}
.code-oranje,
.code-rood {
  padding: 8px;
}
/* tijdelijk, omdat we niet in code oranje, maar code rood zitten !!! */
.code-oranje {transform: matrix(.85, 0,0, .85, 0, -40);}
/* ------------------------------------------------------------------ */
.code-oranje__wrap {
  background-color: orange;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
}
.code-rood__wrap {
  background-color: red;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  position: relative;
}
.code-oranje__wrap h1,
.code-rood__wrap h1 {
  text-transform: uppercase;
  font-size: 2em;
}
.code-oranje__wrap h3,
.code-rood__wrap h3 {
  font-size: 1.3em;
  text-transform: uppercase;
  margin: 12px 0;
}
.code-oranje__wrap ul,
.code-rood__wrap ul {
  padding: 5px 8px;
  background-color: #000;
  border-radius: 6px;
}
.code-oranje__wrap li,
.code-rood__wrap li {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 4px;
}
.code-oranje__wrap li strong {color: orange;}
.code-rood__wrap li strong {color: #fff;text-decoration: underline;}
.code-rood__wrap li a {color: red;}
.code-rood__wrap li a:hover {color: hsla(0,100%,50%, .86);}

.code-rood-vraagteken {
  background-color: red;
  color: #fff;
  padding: 10px;
}


/* ====================================================
  ASSETSS--------------
  ===================================================== */
.opacity-3 {
  opacity: .3;
}
.tooltip {
  position: relative;
  /* display: inline-block; */
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgba(244,244,244,0.3);
  color: #000;
  text-align: center;
  border-top-right-radius: 11px;
  padding: 1px 0;
  border-left: 2px solid rgb(236, 112, 99);
  font-size: 12px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -2px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.feed > p {border-left: 2px solid rgba(236, 112, 99,0);}
.feed > p:hover {border-left: 2px solid #EC7063;}
/* .pijl li::after {
  content: " --- "
} */
.allert {
  color: Red;
}
/* ================================
  Nieuw sinds 30-05-21
  ================================= */
  .alert {
    background-color: red;
    color: #fff;
    padding: 5px;
  }
  .red {
    color: red;
    font-weight: bold;
  }
  .timeline img {
    width: 100%;
  }
  .column2 {
    column-count: 1;
  }
  .grid2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 16px;
  }
  @media screen and (min-width: 1024px) {
    .grid2 {
      grid-template-columns: 1fr 1fr;
    }
    .column2 {
      column-count: 2;
      column-gap: 10px;
    }
  }

  details {
    border: 1px solid orange;
    border-radius: 4px;
    padding: 7px;
  }
  summary {
    font-size: 26px;
    text-transform: uppercase;
    cursor: pointer;
  }
  summary {
    background-color: rgba(249,158,31,0.08);
    padding: 7px 5px;
    transition: all .3s;
  }
  summary:hover {
    background-color: rgba(249,158,31,0.22);
  }
  summary:focus {
    background-color: rgba(249,158,31,0.22);
    outline: none
  }
  details {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
  }
  @keyframes sweep {
    0%    {opacity: 0; margin-top: -10px}
    100%  {opacity: 1; margin-top: 0px}
  }
  .procedure {
    background-color: rgba(234,184,15, 1);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
  }
  .procedure a {
    color: #fff;
    background-color: #39B5A8;
    padding: 8px 20px;
    border-radius: 5px;
  }
  .procedure u {
    color: #fff;
    text-decoration: none;
  }
  .procedure__item {
    margin: 8px 0;
    border-bottom: 1px solid #fff;
  }
  .proefweek__uitleg {
    font-weight: lighter;
  }
  .lessen {
    width: 100%;
  }
  @media screen and (min-width: 1040px) {
    .lessen {
      width: 80%;
    }
  }
  .lessen span {
    display: inline-block;
    padding: 5px;
    margin: 5px 2px;
    color: #fff;
  }
  .lessen__blauw {
    background-color: #39B5A8;
  }
  .lessen__roze {
    background-color: rgb(239,62,112);
  }
  .lessen__orange {
    background-color: rgba(234,184,15, 1);
  }
  .lessen__groen {
    background-color: rgb(139,182,58);
  }
  footer {
    height: 40vh;
  }
.verwarring p,
.verwarring i {
  font-size: 14px;
  font-weight: lighter;
}
.verwarring strong i {
  font-size: 16px;
}
