:root {
  --universal-border-radius: 0.4rem;
}

img {
  border-radius: var(--universal-border-radius);
}

body {
  background: #c9e8fa;
  background: url("/static/bg.png") no-repeat;
  background-size: cover;
}

label.button {
  background: #BFD7CD;
}

.smallborder {
  border: 1px solid #666;
}

.day {
  padding: 7px;
}

.center {
  text-align: center;
}

.weersymbool {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.btn-nummer {
  width: 25px;
  text-align: center;
}

.today {
  background-color: #ffbf00;
  background-color: #EBBE97;
}

.selected_dagindeling {
  outline: thick solid #1976d2;
}

.dagaanduiding {
  height: 50px;
}

.daglijn {
  background: #BFD7CD;
}

.daglijn .daglijnitem {
  max-width: 120px;
  min-width: 120px;
}

.dayimage {
  width: 140px;
  height: 140px;
}

.day {
  align-self: flex-start;
}

span.icon-trash {
  background-image: url("/static/feather/trash-2.svg");
}

span.icon-edit {
  background-image: url("/static/feather/edit.svg");
}

.weersymbool.admin {
  width: 90px;
  height: 90px;
  background: none !important;
}

.scholen {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem 3rem;
}

.school {
  background: #87c2e5;
  color: #333;
  border-radius: 10px;
  border: 1px solid #87c2e5;
  margin: 10px;
  width: 300px;
}

.klas {
  background: #c9e8fa;
  width: 260px;
  padding: .5rem;
  border-radius: 10px;
  margin: 10px auto;
  cursor: pointer;
}

.home-titel {
  color: #ffa600;
  width: 100%;
  padding: 1rem 0;
}

.klas-titel {
  /* Abs positioning makes it not take up vert space */
  position: absolute;
  top: -1em;
  left: 0.2em;

  background: #BFD7CD;
  color: #333;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding: 0 .25em;
  margin: 0;
  border-radius: 4px;

  /* Rotate from top left corner (not default) */
  transform-origin: bottom left;
  transform: rotate(90deg);
}

.klas-admin {
  position: fixed ;
  right: 0;
  bottom: 0;
  width: 2rem;
  padding: 1rem;
}