@font-face {
  font-family: "Maison Neue";
  src: url("/platform-content/themes/generic-2021/fonts/maisonneuebold-webfont.woff2") format("woff2"), url("/platform-content/themes/generic-2021/fonts/maisonneuebold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maison Neue";
  src: url("/platform-content/themes/generic-2021/fonts/maisonneuebook-webfont.woff2") format("woff2"), url("/platform-content/themes/generic-2021/fonts/maisonneuebook-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.tns-nav {
  text-align: center;
}
.tns-nav button {
  margin: 0 5px;
  background: #ccc;
  border: 0;
  width: 24px;
  height: 2px;
}
.tns-nav button.tns-nav-active {
  background: #2A96CE;
}

.block--agenda {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.block--agenda [react-clip] {
  width: 100%;
}
.block--agenda .agenda-container .filter label:not(.special) {
  position: relative;
  z-index: 10;
}
.block--agenda .react-toggle--checked .react-toggle-track {
  background-color: #15af97 !important;
}
[data-brand=remeha] .block--agenda .react-toggle--checked .react-toggle-track {
  background-color: #ffcf00 !important;
}
[data-brand=broetje] .block--agenda .react-toggle--checked .react-toggle-track {
  background-color: #da0a16 !important;
}
.block--agenda .agenda-container .entry-date {
  border-color: #15af97 !important;
}
[data-brand=remeha] .block--agenda .agenda-container .entry-date {
  border-color: #ffcf00 !important;
}
[data-brand=broetje] .block--agenda .agenda-container .entry-date {
  border-color: #da0a16 !important;
}
.block--agenda .agenda-container .entries .entry .star span {
  background-color: #15af97 !important;
}
[data-brand=remeha] .block--agenda .agenda-container .entries .entry .star span {
  background-color: #ffcf00 !important;
}
[data-brand=broetje] .block--agenda .agenda-container .entries .entry .star span {
  background-color: #da0a16 !important;
}

:root {
  --agenda-font-family-light: "FiraGO", Arial, Helvetica, sans-serif;
  --agenda-font-family-regular: "FiraGO", Arial, Helvetica, sans-serif;
  --agenda-font-family-medium: "FiraGO", Arial, Helvetica, sans-serif;
  --agenda-font-family-bold: "FiraGO", Arial, Helvetica, sans-serif;
  --agenda-font-weight-light: 300;
  --agenda-font-weight-regular: 400;
  --agenda-font-weight-medium: 500;
  --agenda-font-weight-bold: 600;
}

.agenda-container {
  position: relative;
  font-family: var(--agenda-font-family-regular);
  font-weight: var(--agenda-font-weight-regular);
}
.agenda-container.loading:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #f6f6f6 url("images/loading.gif") no-repeat 50%;
  background-size: 50px;
  z-index: 10;
}
.agenda-container .button {
  background: radial-gradient(circle at 100% 50%, #85e0ce, #e7e1a0);
  color: #3f454d;
  transition: all 0.2s ease-out;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1px;
  padding: 15px 40px;
  font-family: var(--agenda-font-family-regular);
  font-weight: var(--agenda-font-weight-regular);
  border: none;
  outline: 0;
}
.agenda-container .button:hover {
  background: #58d7be;
}
.agenda-container .button:hover {
  text-decoration: none;
}
.agenda-container .filter {
  position: relative;
  display: flex;
  padding: 10px 10px 10px 0;
  height: 120px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .agenda-container .filter {
    flex-wrap: wrap;
    padding-left: 20px;
  }
}
.agenda-container .filter strong {
  display: block;
  margin: 0 0 10px;
  font-family: var(--calendar-font-family-regular);
  font-weight: var(--calendar-font-weight-regular);
}
.agenda-container .filter label {
  flex-grow: 1;
  padding: 0 20px 0 0;
  min-width: 15%;
}
.agenda-container .filter label.simple {
  position: relative;
  display: flex;
  padding: 0;
  min-width: auto;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  .agenda-container .filter label.simple {
    margin-top: 20px;
    width: 50%;
    min-width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.agenda-container .filter label.special {
  position: relative;
  padding: 0;
  font-size: 12px;
  text-align: left;
  width: 130px;
  min-width: 130px;
  max-width: 130px;
  z-index: 10;
}
@media (max-width: 960px) {
  .agenda-container .filter label.special {
    position: absolute;
    top: 95px;
    padding: 0 0 0 10px;
    width: 50%;
    max-width: 50%;
    text-align: left;
  }
  .agenda-container .filter label.special br {
    display: none;
  }
}
.agenda-container .entries .entry {
  position: relative;
  display: block;
  color: #3f454d;
  text-decoration: none;
  background: #F6F6F6;
  border-bottom: 1px solid #E9E9E9;
  cursor: pointer;
}
.agenda-container .entries .entry:hover {
  background: white;
}
.agenda-container .entries .entry:hover .category {
  background: #01a39c;
}
.agenda-container .entries .entry.loading .star {
  background: #f6f6f6 url("images/loading.gif") no-repeat 50% !important;
  background-size: 100% !important;
  border-radius: 50% !important;
}
.agenda-container .entries .entry.hidden {
  display: none;
}
.agenda-container .entries .entry div {
  padding: 15px 10px 15px 130px;
  transition: 0.2s all;
}
.agenda-container .entries .entry strong {
  display: block;
}
.agenda-container .entries .entry .category {
  margin: 0 0 15px;
  padding: 5px 10px;
  height: 27px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  background: #3f454d;
  border-radius: 4px;
  box-sizing: border-box;
}
.agenda-container .entries .entry .title {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 35px;
  font-size: 14px;
  font-weight: bold;
}
.agenda-container .entries .entry .meta {
  margin: 0 0 25px;
  padding: 0 0 0 10px;
  font-size: 12px;
}
.agenda-container .entries .entry .star {
  position: absolute;
  top: -2px;
  left: 10px;
  width: 18px;
  height: 18px;
  background: url("images/star.svg") no-repeat 50%;
  background-size: 100%;
}
.agenda-container .entries .entry .star.active {
  background-image: url("images/star-active.svg");
}
.agenda-container .entries .entry .star:hover span {
  display: block;
}
.agenda-container .entries .entry .star span {
  display: none;
  position: absolute;
  bottom: -5px;
  background: #01A39C;
  color: white;
  text-indent: 0;
  font-size: 12px;
  left: 20px;
  border-radius: 3px;
  white-space: pre;
  padding: 5px 10px;
  border: 1px solid white;
}
.agenda-container .entries .entry em {
  position: absolute;
  top: 20px;
  left: 10px;
  font-style: normal;
  font-size: 13px;
}
.agenda-container .entries .entry ul {
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
  display: flex;
  flex-direction: row;
}
.agenda-container .entries .entry li {
  position: relative;
  margin: 0 15px 10px 0;
  padding: 0 0 0 12px;
  font-size: 12px;
}
.agenda-container .entries .entry li:first-child {
  padding-left: 0;
}
.agenda-container .entries .entry li:first-child:before {
  display: none;
}
.agenda-container .entries .entry li:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -2.5px 0 0;
  width: 5px;
  height: 5px;
  content: "";
  background: #333;
  border-radius: 50%;
}
.agenda-container .entry-date {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 10px 10px 0 130px;
  height: 75px;
  border-bottom: 2px solid #01a39c;
  box-sizing: border-box;
}
.agenda-container .entry-date:first-child {
  display: none;
}
.agenda-container .form-create {
  position: absolute !important;
  top: 110px;
  right: 0;
  padding: 0;
  width: 640px;
  height: 100%;
  max-height: 50vh;
  background: white;
  border: 2px solid #01a39c;
  border-radius: 4px;
  z-index: 9999999;
  box-sizing: border-box;
  overflow: hidden;
}
.agenda-container .form-create > div {
  height: 100%;
  max-height: 50vh;
  overflow: scroll;
}
.agenda-container .form-create .error-field strong {
  color: #DC5252;
}
.agenda-container .form-create.loading:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(255, 255, 255, 0.7);
  z-index: 1000;
}
.agenda-container .form-create.loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  content: "";
  background: #fff url("./images/loading.gif") no-repeat 50% 50%;
  background-size: 90%;
  border-radius: 99999em;
  z-index: 1000;
}
.agenda-container .form-create.success:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: white;
  z-index: 1000;
}
.agenda-container .form-create.success:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  content: "";
  background: url("./images/tick.svg") no-repeat 50% 50%;
  background-size: 100%;
  z-index: 1000;
}
.agenda-container .form-create .error {
  padding: 8px;
  color: white;
  background: #DC5252;
  border-radius: 3px;
}
.agenda-container .form-create .error.hide {
  display: none;
}
.agenda-container .form-create label {
  display: block;
  margin: 0 0 20px;
}
.agenda-container .form-create label.button-label {
  text-align: center;
}
.agenda-container .form-create label strong {
  display: block;
  margin-bottom: 10px;
}
.agenda-container .form-create .double > div strong {
  display: block;
  margin-bottom: 10px;
}
.agenda-container .form-create .simplebar-content {
  padding: 40px 20px !important;
}
.agenda-container .form-create .simplebar-placeholder {
  display: none !important;
}
.agenda-container .form-create .close {
  position: absolute;
  top: 5px;
  right: 3px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  text-indent: -99999em;
  background: #fff url("./images/x.svg") no-repeat 50% 50%;
  background-size: 50%;
  border-radius: 9999em;
  border: none;
  outline: 0;
  cursor: pointer;
  transition: 0.25s all;
  z-index: 9999999;
}
.agenda-container .form-create .close:hover {
  transform: scale(1.25);
}
.agenda-container .form-create input, .agenda-container .form-create textarea, .agenda-container .form-create select {
  padding: 10px 10px;
  width: 100%;
  font-family: var(--calendar-font-family-light);
  font-size: 16px;
  font-weight: var(--calendar-font-weight-light);
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-sizing: border-box;
}
.agenda-container .form-create .time {
  display: flex;
  flex-direction: row;
}
.agenda-container .form-create .time select {
  margin-right: 5px;
}
.agenda-container .form-create .time select:last-child {
  margin-left: 5px;
}
.agenda-container .form-create .double > div {
  margin: 0 0 20px;
}
.agenda-container .form-create .double .time {
  align-items: center;
  justify-content: space-between;
}
.agenda-container .form-create .double label {
  margin: 0;
  width: 48%;
}

.react-toggle--checked .react-toggle-track {
  background: #01a39c !important;
}

.react-toggle--checked .react-toggle-thumb {
  border-color: #01a39c !important;
}

.react-toggle {
  touch-action: pan-x;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.react-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.react-toggle--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  transition: opacity 0.25s;
}

.react-toggle-track {
  width: 50px;
  height: 24px;
  padding: 0;
  border-radius: 30px;
  background-color: #4d4d4d;
  transition: all 0.2s ease;
}

.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #000;
}

.react-toggle--checked .react-toggle-track {
  background-color: #19ab27;
}

.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #128d15;
}

.react-toggle-track-check {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  left: 8px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.react-toggle--checked .react-toggle-track-check, .react-toggle-track-x {
  opacity: 1;
  transition: opacity 0.25s ease;
}

.react-toggle-track-x {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 10px;
}

.react-toggle--checked .react-toggle-track-x {
  opacity: 0;
}

.react-toggle-thumb {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #4d4d4d;
  border-radius: 50%;
  background-color: #fafafa;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.react-toggle--checked .react-toggle-thumb {
  left: 27px;
  border-color: #19ab27;
}

.react-toggle--focus .react-toggle-thumb {
  box-shadow: 0 0 2px 3px #0099e0;
}

.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {
  box-shadow: 0 0 5px 5px #0099e0;
}