@font-face {
  font-family: "Foco";
  font-style: normal;
  font-weight: normal;
  src: local("Foco"), url("FOCO.woff") format("woff");
  font-display:swap;
}

@font-face {
  font-family: "Foco Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Foco Bold"), url("FOCOBOLD.woff") format("woff");
  font-display:swap;
}
@font-face {
  font-family: "knockouthtf28-juniorfeatherwt";
  src: url("knockout-htf28-juniorfeatherwt-webfont.woff2") format("woff2"),
    url("knockout-htf28-juniorfeatherwt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
@font-face {
  font-family: "knockouthtf26-juniorflyweight";
  src: url("knockout-htf26-juniorflyweight-webfont.woff2") format("woff2"),
    url("knockout-htf26-juniorflyweight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-weight:400;
  font-size: 1.4rem;
  line-height: 1.6em;
}
strong {
  font-weight: 700;
}
#loader {
  position:fixed;
  width:100vw;
  height:100vh;
  transition: opacity 1s ease-out;
  opacity: 1;
  background-color:#FFF;
  color:#FF0000;
  font-family: "knockouthtf28-juniorfeatherwt";
  font-size: 10rem;
  text-transform: uppercase;
  text-align: center;
  display:grid;
  justify-content: center;
  align-content: center;
  z-index:99999;
}

header {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: #fff;
  z-index: 9999;
}

.content-center {
  position: relative;
  margin: auto;
  width: 103rem;
}
.content {
  position: relative;
  margin: auto;
  width: 80rem;
  text-align:justify;
  font-size:1.6rem;
}
.ap-logo {
  margin-top: 2rem;
}
.menuHolder {
  position: absolute;
  right: 0rem;
  top: 1rem;
  text-align: right;
  font-family: "Foco";
  font-size: 1.8rem;
}
.menuHolder a, .menuHolder a:visited, .menuHolder a:active {
  color: #372e2e;
  padding-left: 1.5rem;
  text-decoration: none;
}
.menuHolder a:hover {
  color:#FF0000;
}
main {
  padding-top: 8rem;
  margin-bottom: 4rem;
}
.headerIMG {
  width:100%;
  padding-bottom:30px;
}
h1,
h2 {
  font-family: "knockouthtf28-juniorfeatherwt";
  text-transform: uppercase;
  text-align: center;
  font-size: 10rem;
  line-height: 1.5em;
}
h1 {
  color: #FF0000;
}
.when {
  font-family: "knockouthtf28-juniorfeatherwt";
  text-transform: uppercase;
  text-align: center;
  font-size: 8rem;
  line-height: 1.5em;
  color: #FF0000;
  margin-bottom:0;
}
.wip {
  font-family: "knockouthtf28-juniorfeatherwt";
  text-transform: uppercase;
  text-align: center;
  font-size: 4rem;
  line-height: 1.2em;
  color: #FF0000;
  margin-bottom: 4rem;
}
h2 {
  font-size: 8rem;
 /*padding-bottom:2rem;
  padding-top:4rem;*/
}
h3 {
  font-family: "knockouthtf26-juniorflyweight";
  font-size: 6rem;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
}
h4 {
  font-family: "knockouthtf26-juniorflyweight";
  text-align: center;
  font-size: 6rem;
  line-height: 1em;
  text-transform: uppercase;
}
h5 {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1em;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
h6{
  text-align: center;
  font-size: 1.4rem;
  line-height: 1em;
  /*padding-top: 1rem;*/
  padding-bottom: 2rem;
}
a,
a:active,
a:visited {
  color: #FF0000;
  text-decoration: none;
}
.boeva {
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:4rem;
  padding-top:4rem;
}
.boeva-img img {
  width:100%;
}
.dive-in {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr ;/*1fr ;*/
  gap: 2rem;
  margin-bottom:8rem;
  margin-top:3rem;
}
.workshop {
  background-color: #FF0000;
  aspect-ratio: 1;
  border-radius:5px;
  overflow:hidden;
}

.workshop img {
  width: 100%;
}
.agenda {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding-bottom: 4rem;
}
.agenda-full {
  grid-column: 1 / 3;
}
.agenda-hours {
  padding: 10px;
  text-align:center;
}
.agenda-item {
  color: #000;
}
.agenda-item img {
  width: 100%;
  padding-bottom: 2rem;
}
.agendaButton, .sendme, .fullhouse {
  background-color:#FF0000;
  color:#FFF;
  padding:1rem;
  border:0;
  border-radius:6px;
  font-size:14px;
}
.aponlyButton {
  background-color:#FFF;
  color:#FF0000;
  padding:1rem;
  border:0;
  border-radius:6px;
  display:block;
  margin-top:1rem;
  margin-bottom:0.5rem;
  border:1px solid #FF0000;
  display:inline-block
}
.calendar {
  margin-bottom:6rem;
}
.calendar-item {
  display: grid;
  grid-template-columns: 0.3fr 8.7fr 3fr;
  gap: 4px;
  border-bottom:1px solid #FF0000;
  color:#FF0000;
  min-height:5rem;
}
.day {
  font-weight:900;
  text-align:center;
  font-size:3.6rem;
  padding-top:1rem;
  padding-bottom:1rem;
}
.calendar-title {
  text-align:left;
  padding-top:1rem;
  padding-bottom:1rem;
  font-size:1.6rem;
}
.day a, .calendar-title a {
  text-decoration:none;
  color:#FF0000;
}
.tix {
  text-align:right;
  display:flex;
  align-items: center;
}
.tix .agendaButton {
  margin-top:0.7rem;
}

.sendme {
  background-color:#000;
}
.agendaButton:hover, .sendme:hover {
  cursor:pointer;
}
.agendaLink:hover div {
  background-color:#FEE !important;
}

.workshopButtonSlides {
  background-color:#FFF;
  color:#FF0000;
  padding:1rem;
  border:0;
  border-radius:6px;
  display:block;
  margin-top:1rem;
  margin-bottom:0.5rem;
}
.workshopButtonSlides:hover {
  cursor:pointer;
}

#workshopInfo a:not(.workshopButtonSlides),
#workshopInfo a:not(.workshopButtonSlides):active,
#workshopInfo a:not(.workshopButtonSlides):visited,
#workshopInfo a:not(.workshopButtonSlides):hover,
#workshopInfo a:not(.workshopButtonSlides):focus {
  color:#FFF;
  text-decoration: underline;
}

.workshopButton {
  background-color:#FFF;
  color:#FF0000;
  padding:1rem;
  border:0;
  border-radius:6px;
  display:block;
  margin-top:1rem;
  margin-bottom:0.5rem;
}
.workshopButton:hover {
  cursor:pointer;
}
p {
  margin-bottom: 1.5em;
}
b {
  font-weight: 800;
}
.success {
  width:600px;
  margin:auto;
  margin-top:20rem;
  color:#FFF;
  text-align:center;
}
#map {
  width: 100%;
  height: 100%;
}
footer {
  position: relative;
  padding: 4rem;
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #e60006;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../img/footer-skew-bg.svg);
  color: #fff;
}
.ap-footer {
  width: 22rem;
}
.footer-top {
  padding-bottom: 2rem;
}
.footer-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b30105;
  color: #fff;
}

.footer-up {
  float: right;
  text-align: right;
}
.footer-up a {
  text-decoration: none;
  color: #fff;
}
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.8);
  overflow:scroll;
}
#registerForm {
  background-color: rgba(255, 0, 0, 0.8);
}
.fade-in {
  animation: fadeIn 0.5s;
  display: block;
}
.fade-out {
  animation: fadeOut 0.3s;
  display: none;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none !important;
  }
}

#contact-form {
  display:block;
  margin:auto;
  width:60rem;
  margin-top:140px;

}
#contact-form h4  {
color:#FFF;
}
#contact-form input, #programma-form input {
  margin-bottom:2rem;
  width:100%;
  border-radius:6px;
  background-color:#FFF;
  padding:1rem;
  border:0;
}
select {
  width: 100%;
  padding:1rem;
  border: none;
  border-radius:6px;
  background-color: #FFF;
  color: #000;
  /*appearance: none; /* Remove default arrow in some browsers */
  margin-bottom: 2rem;
}

/* Style the options within the select */
select option {
  background-color: #f9f9f9;
  color: #333;
}

/* Style the select element when it's focused */
select:focus {
  border-color: #007bff;
}
#contact-form p {
  color:#FFF;
}
.parallelogram {
  position: relative;
  top: 25vh;
  /*min-height: 65vh;*/
}
.parallelogram:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 6rem solid #FF0000;
  /*border-left: 29px solid transparent;*/
  border-right: 3rem solid transparent;
}
.parallelogram:after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: -12rem;
  left: 0;
  border-top: 6rem solid #FF0000;
  /*border-left: 29px solid transparent;*/
  border-left: 3rem solid transparent;
}
.parallelogram-content {
  position: relative;
  top: 6rem;
  width: 100%;
  /*height: calc(65vh - (2 * 6rem));*/
  background-color: #FF0000;
  color: #fff;
  padding: 4rem;
  padding-top:0;
  z-index:99;
}
.close {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 120px;
  right: 3rem;
  z-index:99999;
}
.close:hover {
  cursor: pointer;
}
.close:after {
  content: "";
  height: 30px;
  border-left: 2px solid #fff;
  position: absolute;
  transform: rotate(45deg);
  left: 11px;
}

.close:before {
  content: "";
  height: 30px;
  border-left: 2px solid #fff;
  position: absolute;
  transform: rotate(-45deg);
  left: 11px;
}
#map {
  min-height: 30rem;
}
.agenda-item ul, .boekentips ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: disc;
}
.agenda-item ul li, .boekentips ul li {
  margin-bottom: 0.5rem;
}
.agenda-item i {
  font-style: italic;
}
.boekentips h3 {
  text-align: left;
}

@media (max-width: 1030px) {
  h2 {
    font-size: 6rem;
  }
  .content-center {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .menuHolder {
    right: 2rem;
  }
  .parallelogram:before {
    left: 2rem;
    width: calc(100% - 4rem);
  }
  .parallelogram:after {
    left: 2rem;
    width: calc(100% - 4rem);
  }
  .dive-in {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .boeva {
    grid-template-columns:  1fr;
}
.menuHolder {
  position: relative;
  right: 0rem;
  top: 1rem;
  text-align: center;
  width:100%;
  padding-bottom:20px;
  background-color:#FFF;
}
main {
  padding-top:14rem;
}
.content {
  width:100%;
}
  .dive-in {
    grid-template-columns: 1fr 1fr;
  }
  #map {
    min-height: 30vh;
  }
  .agenda {
    grid-template-columns: 1fr;
  }
  .agenda-full {
    grid-column: 1 / 2;
  }
  .calendar-item {
    grid-template-columns: 1fr 8fr;
  }
  .tix {
    display:none;
  }
  .parallelogram {
  top: 160px;
  min-height: 80vh;
}
  .parallelogram-content {
    /*height: calc(80vh - (2 * 6rem));*/
    padding: 4rem;
  }
  .calendar {
    display:grid;
    grid-template-columns: 1fr;
  }
  .agendaLink {
    position:relative;
    display:block;
  }
  .calendar-item {
    height:auto;
    padding-top:10px;
    padding-bottom:10px;
  }
}
