/*!
Theme Name: Praktijkopleidersdagen 2020
Author: Innouveau
*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
html body {
  margin: 0;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
html body .content__container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 100px);
  overflow: auto;
  background: #bfbfbf;
  background: linear-gradient(180deg, #bfbfbf 0%, #ffffff 100%);
  margin-top: 100px;
}
html body .content__container .content {
  padding-top: 6px;
}
.pagewrap {
  width: 996px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 996px) {
  .pagewrap {
    width: 100%;
    margin: 0;
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  html body .content__container {
    margin-top: 130px;
    height: calc(100% - 130px);
  }
  html body.home .content__container {
    margin-top: 176px;
    height: calc(100% - 176px);
  }
}
.menu ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.menu ul li {
  list-style: none;
}
.menu ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 12px;
}
.page-content {
  background: #fff;
}
.page-template-default,
.post-template-default {
  font-size: 15px;
  line-height: 1.4;
}
.page-template-default .page-content,
.post-template-default .page-content {
  padding-left: 180px;
  padding-right: 180px;
}
.page-template-default .page-content h3,
.post-template-default .page-content h3 {
  font-weight: 700;
  font-size: 16px;
  color: #FFD150;
  margin: 30px 0 -10px 0;
}
.page-template-default .page-content p a,
.post-template-default .page-content p a {
  color: #000;
}
.page-template-default .page-content ul,
.post-template-default .page-content ul,
.page-template-default .page-content ol,
.post-template-default .page-content ol {
  padding-left: 15px;
}
.page-template-default .page-content .wp-block-separator,
.post-template-default .page-content .wp-block-separator {
  border: 0;
  border-bottom: 1px solid #FFD150;
}
.page-template-default .page-content.single-event,
.post-template-default .page-content.single-event {
  padding: 20px 70px 100px 70px;
}
@media (max-width: 767px) {
  .page-template-default .pagewrap,
  .post-template-default .pagewrap {
    padding: 0;
  }
  .page-template-default .pagewrap .page-content,
  .post-template-default .pagewrap .page-content {
    padding: 12px;
  }
}
body {
  font-family: 'Frutiger', sans-serif;
  font-size: 13px;
  line-height: 1.3;
}
strong {
  font-weight: 700;
}
a.big-link {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}
.event-calendar {
  text-align: center;
  padding: 16px;
  height: 100%;
}
.event-calendar .event-calendar__location {
  font-size: 24px;
  font-weight: 900;
  color: #FFD150;
  height: 32px;
}
.event-calendar .calendar {
  background: #fff;
  margin: 0 16px 16px 16px;
  height: calc(100% - 48px);
}
.event-calendar .calendar .calendar__header {
  background: #FFD150;
  height: 48px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
}
.event-calendar .calendar .calendar__page {
  color: #000;
  font-weight: 700;
  height: calc(100% - 48px);
  background-image: url(assets/img/patterns/calendar.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.event-calendar .calendar .calendar__page .calendar__day {
  font-size: 112px;
  height: calc(100% - 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  padding-top: 40px;
}
.event-calendar .calendar .calendar__page .calendar__month {
  font-size: 30px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: lowercase;
}
.collapse {
  cursor: pointer;
  margin-bottom: 8px;
}
.collapse .collapse__head {
  background: #FFD150;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 2px 18px 0;
  font-weight: 700;
  font-size: 16px;
}
.collapse .collapse__body {
  overflow: hidden;
  transition: max-height 0.1s ease-out;
  max-height: 0;
}
.collapse .collapse__body .collapse__content {
  border: 1.5px solid #FFD150;
  padding: 20px;
  font-size: 15px;
  line-height: 1.4;
}
.collapse .collapse__body .collapse__content p:first-child {
  margin-top: 0;
}
.header {
  height: 100px;
  background: #000;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000000;
}
.header .header__fill-left {
  width: calc(50% - 492px);
  height: 100%;
}
.header .header__pagewrap {
  width: 996px;
  height: 100%;
  display: flex;
}
.header .header__pagewrap .identity {
  height: 100%;
  padding: 10px;
  width: 40%;
  display: flex;
  align-items: center;
}
.header .header__pagewrap .identity img {
  height: 50px;
}
.header .header__pagewrap .header__right-panel {
  width: 60%;
  height: 100%;
  background-color: #FFD150;
  background-image: url(assets/img/patterns/filter.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 6px 20px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.header .header__pagewrap .header__right-panel .header__home {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  margin-top: 15px;
}
.header .header__fill-right {
  width: calc(50% - 492px);
  height: 100%;
  background: #FFD150;
}
@media (max-width: 996px) {
  .header .header__fill-left,
  .header .header__fill-right {
    display: none;
  }
  .header .header__pagewrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header {
    height: auto;
  }
  .header .header__pagewrap {
    display: block;
  }
  .header .header__pagewrap .identity {
    height: auto;
    width: 100%;
  }
  .header .header__pagewrap .identity a {
    display: block;
    width: 100%;
  }
  .header .header__pagewrap .identity a img {
    width: 100%;
    height: auto;
  }
  .header .header__pagewrap .header__right-panel {
    width: 100%;
    height: auto;
    min-height: 40px;
  }
  .header .header__pagewrap .header__right-panel .header__home {
    margin-top: 0;
  }
}
.footer__container .footer {
  padding: 30px 0;
  background-color: #FFD150;
  background-image: url(assets/img/patterns/footer.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
}
.footer__container .footer .footer__intro {
  font-size: 14px;
  width: 490px;
  max-width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .footer__container .footer {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.menu {
  margin-top: 20px;
}
.menu > ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.menu > ul > li {
  list-style: none;
  position: relative;
}
.menu > ul > li > a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 6px 12px;
  font-weight: 300;
}
.menu > ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background: #ddd;
  padding: 0 8px;
  z-index: 10;
  display: none;
}
.menu > ul > li .sub-menu li {
  list-style: none;
  display: flex;
  border-bottom: 1px solid #fff;
  height: 32px;
  align-items: center;
}
.menu > ul > li .sub-menu li a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 300;
  padding-top: 2px;
}
.menu > ul > li .sub-menu li:last-child {
  border-bottom: 0;
}
.menu > ul > li .sub-menu li:hover a,
.menu > ul > li .sub-menu li.current-menu-item a {
  font-weight: 400;
}
.menu > ul > li:hover .sub-menu {
  display: block!important;
}
.menu > ul > li:hover > a,
.menu > ul > li.current-menu-item > a,
.menu > ul > li.current-menu-ancestor > a {
  color: #ddd;
}
.menu .menu__close {
  display: none;
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  text-align: center;
  opacity: 0.9;
}
.menu .menu__close:before,
.menu .menu__close:after {
  position: absolute;
  left: 11px;
  top: 2px;
  content: ' ';
  height: 22px;
  width: 2px;
  background-color: #fff;
}
.menu .menu__close:before {
  transform: rotate(45deg);
}
.menu .menu__close:after {
  transform: rotate(-45deg);
}
.menu .menu__close:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .menu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    padding: 12px;
    background: #000;
    margin-top: 0;
    padding-top: 60px;
  }
  .menu .menu__close {
    display: block;
  }
  .menu.menu--active {
    display: block!important;
  }
  .menu .menu-menu-1-container > ul {
    display: block;
  }
  .menu .menu-menu-1-container > ul > li {
    border-top: 1px solid #fff;
    padding: 6px 0;
  }
  .menu .menu-menu-1-container > ul > li > a {
    padding: 0;
    border-bottom: 1px solid transparent;
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }
  .menu .menu-menu-1-container > ul > li .sub-menu {
    position: relative;
    top: 0;
    background: transparent;
    padding: 0 0 0 10px;
    display: block!important;
    width: auto!important;
  }
  .menu .menu-menu-1-container > ul > li .sub-menu li {
    height: 24px;
    border-bottom: 0;
  }
  .menu .menu-menu-1-container > ul > li .sub-menu li a {
    border-bottom: 1px solid transparent;
    margin: 4px 0;
    padding: 0 0 1px 0;
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
  }
  .menu .menu-menu-1-container > ul > li .sub-menu li.current-menu-item a {
    font-weight: 700;
  }
  .menu .menu-menu-1-container > ul > li:hover > a,
  .menu .menu-menu-1-container > ul > li.current-menu-item > a,
  .menu .menu-menu-1-container > ul > li.current-menu-ancestor > a {
    color: #fff;
    font-weight: 700;
  }
}
.filter .filter__container .filter__button {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.filter .filter__container .filter__button .filter__radio {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 6px;
  background: #fff;
  padding: 2px;
}
.filter .filter__container .filter__button .filter__radio .filter__radio-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #000;
  display: none;
}
.filter .filter__container .filter__button .filter__label {
  font-size: 12px;
  font-weight: 700;
}
.filter .filter__container .filter__button.filter__button--active .filter__radio .filter__radio-inner {
  display: block;
}
.partners {
  display: flex;
  align-items: center;
}
.partners a {
  display: block;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .partners {
    display: block;
  }
  .partners img {
    margin: 0 0 12px 0;
  }
}
.tiles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.tiles .tile {
  width: calc(100% / 3 - 12px);
  transition: transform 0.2s ease-in, width 0.4s ease;
  transform: scale(1);
  margin: 6px;
  overflow: hidden;
}
.tiles .tile .tile__content {
  height: 0;
  padding-bottom: 90%;
  position: relative;
}
.tiles .tile .tile__content .tile__rotor {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.7s ease;
  -webkit-perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.tiles .tile .tile__content .tile__rotor .tile__front,
.tiles .tile .tile__content .tile__rotor .tile__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tiles .tile .tile__content .tile__rotor .tile__front {
  z-index: 2;
  text-decoration: none;
  background: #eee;
  position: relative;
  display: block;
}
.tiles .tile .tile__content .tile__rotor .tile__front .tile__front-main {
  position: absolute;
  left: 16px;
  top: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 80px);
}
.tiles .tile .tile__content .tile__rotor .tile__front .tile__front-sub {
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: calc(100% - 32px);
  height: 32px;
  font-size: 13px;
  padding: 8px 16px;
}
.tiles .tile .tile__content .tile__rotor .tile__front .tile__front-sub P {
  margin: 0;
}
.tiles .tile .tile__content .tile__rotor .tile__back {
  z-index: 1;
  padding: 16px;
  transform: rotateY(180deg) translateZ(1px);
  transition: all 800ms ease;
  position: absolute;
}
.tiles .tile .tile__content .tile__rotor .tile__back p:first-child {
  margin-top: 0;
}
.tiles .tile .tile__content .tile__rotor .tile__back .tile__link {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.tiles .tile .tile__content .tile__rotor .tile__back .tile__link a {
  text-decoration: none;
  padding: 7px 12px 5px 12px;
  color: inherit;
  display: block;
}
.tiles .tile.tile--picture .tile__content .tile__front .tile__front-main,
.tiles .tile.tile--video .tile__content .tile__front .tile__front-main,
.tiles .tile.tile--partner .tile__content .tile__front .tile__front-main {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.tiles .tile.tile--picture .tile__content .tile__back,
.tiles .tile.tile--video .tile__content .tile__back,
.tiles .tile.tile--partner .tile__content .tile__back {
  background: #000;
  color: #fff;
}
.tiles .tile.tile--picture .tile__content .tile__back strong,
.tiles .tile.tile--video .tile__content .tile__back strong,
.tiles .tile.tile--partner .tile__content .tile__back strong,
.tiles .tile.tile--picture .tile__content .tile__back b,
.tiles .tile.tile--video .tile__content .tile__back b,
.tiles .tile.tile--partner .tile__content .tile__back b {
  color: #FFD150;
}
.tiles .tile.tile--partner .tile__content .tile__front .tile__front-main {
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 64px);
}
.tiles .tile.tile--partner .tile__content .tile__front .tile__front-sub {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
}
.tiles .tile.tile--partner .tile__content .tile__back {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.tiles .tile.tile--picture .tile__content .tile__front {
  background: #fff;
}
.tiles .tile.tile--picture .tile__content .tile__front .tile__front-sub {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
}
.tiles .tile.tile--picture .tile__content .tile__back {
  background-color: #000;
  background-image: url(assets/img/patterns/tile-photo-back.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.tiles .tile.tile--picture .tile__content .tile__back .tile__link {
  background: #FFD150;
  color: #000;
}
.tiles .tile.tile--video .tile__content .tile__front {
  background: #FFD150;
}
.tiles .tile.tile--video .tile__content .tile__front .tile__front-main {
  position: relative;
  cursor: pointer;
  display: block;
  overflow: hidden;
}
.tiles .tile.tile--video .tile__content .tile__front .tile__front-main iframe {
  width: 100%;
}
.tiles .tile.tile--video .tile__content .tile__front .tile__front-sub {
  background: #000;
  color: #fff;
  height: 48px;
}
.tiles .tile.tile--quote .tile__content .tile__front {
  background-color: #FFD150;
  background-image: url(assets/img/patterns/tile-quote-front.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.tiles .tile.tile--quote .tile__content .tile__front .tile__front-main {
  background: #000;
  color: #fff;
  padding: 16px;
  font-size: 22px;
  line-height: 1.2;
}
.tiles .tile.tile--quote .tile__content .tile__back {
  background: #FFD150;
  background-image: url(assets/img/patterns/tile-quote-back.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.tiles .tile.tile--quote .tile__content .tile__back .tile__link {
  background: #fff;
  color: #000;
}
.tiles .tile.tile--event .tile__content .tile__front {
  background: #000;
}
.tiles .tile.tile--event .tile__content .tile__back {
  background-color: #fff;
  background-image: url(assets/img/patterns/tile-event-back.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.tiles .tile.tile--event .tile__content .tile__back .tile__information {
  line-height: 1.5;
}
.tiles .tile.tile--event .tile__content .tile__back .tile__information .tile__label {
  font-weight: 700;
  color: #FFD150;
}
.tiles .tile.tile--event .tile__content .tile__back .tile__link {
  background: #000;
  color: #fff;
}
.tiles .tile.tile--rotatable {
  cursor: pointer;
}
.tiles .tile.tile--rotated .tile__rotor {
  transform: rotateY(180deg);
}
.tiles .tile.tile--rotated .tile__rotor .tile__back {
  z-index: 3;
}
.tiles .tile.tile--hidden {
  transform: scale(0);
}
@media (max-width: 996px) {
  .tiles .tile {
    width: calc(100% / 2 - 12px);
  }
}
@media (max-width: 767px) {
  .tiles .tile {
    width: calc(100% - 12px);
  }
  .tiles .tile .tile__content .tile__rotor .tile__front .tile__front-sub {
    font-size: 14px;
    line-height: 1.2;
  }
  .tiles .tile .tile__content .tile__rotor .tile__back {
    font-size: 15px;
  }
}
.privacy-statement {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .privacy-statement {
    padding-right: 12px;
  }
}
.program .program__item {
  border-bottom: 1px solid #FFD150;
  padding: 12px 0;
}
.program .program__item .program__item-head {
  display: flex;
  font-weight: 700;
  font-size: 18px;
}
.program .program__item .program__item-head .program__time {
  color: #FFD150;
  width: 72px;
}
.program .program__item .program__item-body {
  padding-left: 72px;
}
.program .program__item:last-child {
  border-bottom: 0;
}
.workshops .workshop__item {
  border-bottom: 1px solid #FFD150;
  padding: 12px 0;
}
.workshops .workshop__item .workshop__item-head {
  display: flex;
  font-weight: 700;
  font-size: 18px;
}
.workshops .workshop__item .workshop__item-head .workshop__code {
  color: #FFD150;
  width: 36px;
  flex-grow: 0;
  flex-shrink: 0;
}
.workshops .workshop__item .workshop__item-body {
  padding-left: 36px;
}
.workshops .workshop__item:last-child {
  border-bottom: 0;
}
.keynote-speaker .keynote-speaker__content {
  margin-bottom: 20px;
}
.keynote-speaker .keynote-speaker__image img {
  max-width: 100%;
}
.single-event {
  display: flex;
}
.single-event .single-event__left,
.single-event .single-event__right {
  width: 120px;
}
.single-event .single-event__left h3,
.single-event .single-event__right h3 {
  margin-top: 10px;
  font-size: 16px;
  color: #FFD150;
}
.single-event .single-event__main {
  width: calc(100% - 240px);
}
.single-event .single-event__main .single-event__head {
  padding-bottom: 6px;
  border-bottom: 2px solid #FFD150;
  margin-bottom: 6px;
  line-height: 1.5;
  position: relative;
}
.single-event .single-event__main .single-event__head h1 {
  margin: 0 0 8px 0;
  line-height: 1.2;
}
.single-event .single-event__main .single-event__head h1 .month {
  text-transform: lowercase;
}
.single-event .single-event__main .single-event__head .single-event__location-address {
  font-size: 18px;
  line-height: 1.3;
}
.single-event .single-event__main .single-event__head .single-event__location-address .single-event__location {
  font-weight: 700;
}
.single-event .single-event__main .single-event__head .single-event__subscribe {
  position: absolute;
  right: 0;
  bottom: 6px;
  background: #000;
  color: #FFD150;
  display: block;
  padding: 7px 20px 4px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
.single-event .single-event__main .single-event__intro p {
  font-size: 16px;
}
.single-event .single-event__main .single-event__intro p:first-child {
  font-weight: 700;
}
@media (max-width: 767px) {
  .single-event {
    display: block;
  }
  .single-event .single-event__left,
  .single-event .single-event__main {
    width: 100%;
  }
  .single-event .single-event__left {
    margin-bottom: 12px;
  }
  .single-event .single-event__right {
    display: none;
  }
  .single-event .single-event__main .single-event__head {
    border-bottom: 0;
  }
  .single-event .single-event__main .single-event__head .single-event__subscribe {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 12px;
  }
}
