/* =============================================================================
  #RESET
============================================================================= */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0;margin:0 0 1em}


/* =============================================================================
  #TOOLS
============================================================================= */
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
/* =============================================================================
  #GENERAL
============================================================================= */
* {
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}

html {
  min-height: 100%;
  height: 100%;

  font-size: 16px;
  font-size: 62.5%;
}

body {
  font-family: 'Lato', sans-serif;
  color: #333;
  font-size: 16px; font-size: 1.6rem;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

  background-color: #000000;
}

/* Container */
.container {
  padding: 0 15px;
}

/* Reset skel-layers-wrapper */
#skel-layers-wrapper { bottom: 0 !important; }


/* =============================================================================
  #UTILITIES
============================================================================= */
.hide {
  display: none;
}

/* Text aligns */
.ta-left { text-align: left; }
.ta-center { text-align: center; }
.ta-right { text-align: right; }


/* Put this on the wrapping div you want to clear */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after { clear: both; }

/* Responsive video - put the iFrame in a div containg this class */
.videoWrapper {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

/* table styling */
.table {
  border-collapse: collapse;
  width: 100%;
}

.small .table {
   overflow-x:auto;
}

.table th{
   background: #549fd7;
   color: white;
}

.table th, .table td {
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #cecece;
}


.table tr:nth-child(even) {background-color: #f2f2f2;}

/* =============================================================================
  #TYPOGRAPHY
============================================================================= */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;

  line-height: 1.1;
}

/* Add margin top to heading when it comes after another piece of content */
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 60px;
}

html.small * + h1, html.small * + h2, html.small * + h3, html.small * + h4, html.small * + h5, html.small * + h6 {
  margin-top: 30px;
}


/* Heading 1 */
h1 {
  margin-bottom: 24px;
  font-size: 36px; font-size: 3.6rem;
  overflow-wrap: break-word;
}

html.small h1 { font-size: 28px; font-size: 2.8rem; }


/* Heading 2 */
h2 {
  margin-bottom: 10px;

  font-size: 32px; font-size: 3.2rem;
}

html.small h2 { font-size: 24px; font-size: 2.4rem; }

/* Heading 3 */
h3 {
  font-size: 24px; font-size: 2.4rem;
}

html.small h3 { font-size: 18px; font-size: 1.8rem; }


p {
  margin-bottom: 2rem;
}

  p:last-child {
    margin-bottom: 0;
  }

.lead {
  font-size: 120%;
}

a {
  color: #549fd7;
}

strong {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

.ol,
.ul {
  margin-bottom: 18px;
  padding-left: 30px;
}

.ul {
  list-style: disc;
}

.ol {
  list-style: decimal;
}


/* =============================================================================
  #PROGRAM MODULE
============================================================================= */
/* Program item */
.program li {
  position: relative;
  padding-left: 200px; /* Change to give more or less spacing to the time */
}

html.small .program li { padding-left: 0; }


.program li + li {
  margin-top: 10px; /* Add spacing between program items */
}

  .program__time,
  .program__title {
    display: block;
  }

  .program__time {
    position: absolute;
    top: 0;
    left: 0;
  }

  html.small .program__time {
    position: relative;

    font-size: 15px; font-size: 1.5rem;
  }


  .program__title {}


/* =============================================================================
  #ELEMENTS
============================================================================= */
img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
}

img[width],
img[height] {
  max-width: none;
}

hr {
  margin: 30px 0;

  height: 1px;

  background-color: #e6e6e6;
  border: none;
}


/* =============================================================================
  #BUTTONS
============================================================================= */
.btn {
  display: inline-block;
  padding: 10px;
  min-width: 300px;

  color: #ffffff;
  text-decoration: none;
  text-align: center;

  cursor: pointer;

  background-color: #DB0C16;
  border: 2px solid #DB0C16;
  border-radius: 4px;

  text-transform: uppercase;
  font-weight: 700;

  transition: .3s all ease-out;
}

#add_new_holder {
  margin-top: 16px;
}

.introductie__section + .introductie__section {
  margin-top: 16px;
}

html.small .btn {
  display: block;
  width: 100%;
}

.btn:hover {
  border-color: #ffffff;
}

/* Button modifiers */
.btn--block {
  display: block;
  width: 100%;
}


/* =============================================================================
  #MESSAGES
============================================================================= */
/* Messages */
.message {
  display: block;
  margin: 15px 0;
  padding: 8px 10px;

  color: #ffffff;
  font-size: 16px; font-size: 1.6rem;
  font-weight: 700;

  border-radius: 4px;
}

  /* No margin on last item in message */
  .message *:last-child {
    margin-bottom: 0;
  }

  .message--error   { background-color: #e23c3c; }
  .message--warning { background-color: #df920d; }
  .message--success { background-color: #71b62c; }
  .message--info    { background-color: #3484cf; }


/* =============================================================================
  #FORM STYLING
============================================================================= */
/* FORM LABEL BLOCK */
.form__section {
  margin-bottom: 30px;
}

.form__section:last-child {
  margin-bottom: 0;
}


/* Form button */
.form__section .btn {
  /* min-width: 320px */
}


/* Labels */
.form__label {
  display: block;
  margin-bottom: 4px;
  margin-right: 0;

  font-weight: 700;
}

.form__label-radio {
  display: block;
  margin: 0;
}

.form__label-radio + .form__label-radio {
  margin-top: 10px;
}

label + label {
	margin-left: 30px;
}

.form__label + label {
	margin-left: 0;
}


/* Default */
select,
input {
  font-size: 18px; font-size: 1.8rem;
}

select,
textarea,
input:focus {
   outline: none;
}


/* Radio and checkbox input */
input[type="radio"],
input[type="checkbox"] {
   margin-right: 8px;
}


/* General text inputs */
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"] {
  display: block;
  padding: 10px 14px;
  width: 100%;
  /* max-width: 320px; */

  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px; font-size: 1.8rem;
  line-height: 1.4;

  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .05), 0 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #c8c8c8;

  transition: box-shadow 150ms ease-in-out;
}

html.xsmall textarea,
html.xsmall input[type="text"],
html.xsmall input[type="tel"],
html.xsmall input[type="email"],
html.xsmall input[type="password"],
html.xsmall input[type="number"] {
  max-width: 100%;
  width: 100%;
}

textarea:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus {
   border: 1px solid #549fd7;
   box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0), 0 2px 2px 0 rgba(0, 0, 0, .05);
}


/* Textarea */
textarea {
  min-height: 140px;
  max-width: 360px;
  width: 100%;
}


/* Select input */
select {
  /* height: 42px; */
  width: 100%;

  padding: 12px;

  border: none;
  background-color: #f3f3f3;

  cursor: pointer;
}


/* Error input */
textarea.error,
input[type="text"].error,
input[type="tel"].error,
input[type="email"].error,
input[type="password"].error,
input[type="number"].error {
  border: 1px solid #e23c3c;
}

.field-error.hide {
  display: none;
}

.form--login label.error,
.field-error {
  display: block;
  margin-top: 10px;
  margin-left: 0 !important;

  font-size: 16px; font-size: 1.6rem;
  color: #e23c3c;
}


/* ##FLEXBOX FORM =========================================================== */
.form--flex  .form__section{
  display: flex;
  flex-wrap: wrap;
}

  .form--flex .form__section input {
    flex: 0 0 calc(100% - 150px);
  }

  .form--flex .form__label {
    flex: 0 0 150px;
    margin: 4px 0 4px 0;
    align-self: center;
  }

  .form--flex .form__section .message {
    margin-left: 150px;
    flex: 0 0 calc(100% - 150px);
  }

  .form--flex .form__section--no-label .message {
    margin-left: 0;
    flex: 0 0 calc(100%);
  }


/* =============================================================================
	#PHOTO ALBUM
============================================================================= */
.fancybox {
  float: left;
  padding: 5px;
  width: 20%;
  transform: translateY(0);

  transition: transform 150ms ease-in-out;
}

.fancybox:hover {
  transform: translateY(-2px);
}

/* Thumbnail widths on smaller devices */
html.large .fancybox  { width: 25%; }
html.medium .fancybox { width: 33%; }
html.small .fancybox  { width: 50%; }


  .fancybox .thumbnail {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;

    background-size: cover;
    background-color: #ededed;
    /* border-radius: 4px; */
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15); */

    transition: box-shadow 150ms ease-in-out;
  }

  .fancybox:hover .thumbnail {
    /* box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .45); */
  }


	/* Color overlay */
  .fancybox .thumbnail::before {
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;

    background-color: #105190; /* Change overlay color */
    opacity: 0;

    transition: opacity 150ms ease-in-out;
  }

  .fancybox:hover .thumbnail::before {
    opacity: .65;
  }


  /* Icon overlay */
  .fancybox .thumbnail::after {
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    transform: translateY(25%) scale(.25);

    background-image: url('../images/layout/icon-zoom.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 44px auto;
    opacity: 0;

    transition: all 350ms ease-in-out;
  }

  .fancybox:hover .thumbnail::after {
    transform: translateY(0) scale(1);
    opacity: 1;
  }







/* ==========================================================================
	#FOOTER
========================================================================== */
.credit-footer {
  background-color: #ffffff;
  padding: 60px 0px;
  text-align: center;

  border-top: 2px solid #BEBEBE;
}

html.small .credit-footer {
  padding: 40px 0px;
}

  .credit-footer__img {
    margin-bottom: 16px;
  }

  .credit-footer__img img {
    width: 230px;
    height: auto;
  }

  .credit-footer__logos {
    background-color: #ffffff!important;
  }

.footer {
  width: 100%;
  height: 200px;
  bottom: 0;
  padding-bottom: 60px;

  background-color: #000000;
}

.footer__logos {
  background-color: #ffffff;
  padding-bottom: 60px;
}

html.medium .footer,
html.small .footer {
  position: relative;
  height: auto;
  /* padding: 40px 0; */
  padding-bottom: 40px;
}

  .footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  html.large .footer .container,
  html.medium .footer .container,
  html.small .footer .container {
    flex-wrap: wrap;
    justify-content: center;
  }

/* Footer content */
.footer__item {
  margin-right: 30px;
  color: #ffffff;
}

html.medium .footer__item + .footer__item,
html.small .footer__item + .footer__item {
  margin-top: 20px;
}

  .footer__item p a {
    color: #ffffff;
    font-weight: normal;
    text-decoration: underline;
  }

  .footer__item .logo {
    width: 195px;
    height: auto;
  }

  html.medium .footer__item .logo {
    width: 200px;
  }

  /* ==========================================================================
  	#HEADER
  ========================================================================== */
  .spacer { height: 100px; }

  .header {
    position: fixed;
    z-index: 10000;

    top: 0;
    left: 0;
    right: 0;

    width: 100%;
    height: 100px;

    display: flex;
    align-items: center;

    /* padding: 20px 0; */

    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
  }

  /* Logo */
  .header .logo {
    width: auto;
  }

.logo__img{
   height: 60px;
   width: auto;
}

html.small .logo__img {
  height: 45px;
}

  /* Navigation */
  .nav {
    display: inline-block;

    margin-left: 40px;
  }

    .nav a {
      display: inline-block;
      padding: 10px 15px;

      margin-right: 30px;

      color: #444748;
      font-size: 14px; font-size: 1.4rem;
      font-weight: 700;
      text-decoration: none;
      text-transform: uppercase;

      border-radius: 3px;

      transition: 2s all;
    }

    .nav a:last-child {
      margin-right: 0;
    }

    /* Nav item hover */
    .nav a:hover {
      background-color: #eee;
    }

    /* Active nav item */
    .nav a.active {
      background-color: #dadadb;
    }

  /* Mobile navigation */

  html.small .nav {
    position: fixed;
    z-index: 1000;
    transform: translateX(120%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 100px;
    margin-left: 0;

    border-top: 1px solid #e6e6e6;
    background-color: #ffffff;
    background: linear-gradient(90deg, rgba(245, 245, 245, 1) 51%, rgba(255,255,255,1) 100%);

    transition: transform 350ms ease-in-out;
  }


  html.small .menu-is-open .nav {
    transform: translateX(0);
  }


    html.small .nav a {
      display: block;
      padding: 10px;

      text-shadow: 0 1px 0 #ffffff;

      border-bottom: 1px solid #e6e6e6;
    }


    html.small .nav a + a {
      border-top: 1px solid #ffffff;
    }


    html.small .nav a:last-child {
      border-bottom: none;
    }


    html.small .nav a:hover {
      transform: translateY(0);
    }






/* =============================================================================
	#ACCORDION
============================================================================= */
.accordion {
  margin-bottom: 40px;
}

  .accordion__item + .accordion__item {
    margin-top: 1px;
  }


/* Accordion heading */
.accordion__heading {
  position: relative;
  padding: 14px 56px 14px 20px;

  color: #ffffff;
  font-size: 20px; font-size: 2rem;
  text-decoration: none;

  background-color: #4d4e53;

  cursor: pointer;

  transition: background-color 150ms ease-in-out;
}

.accordion__heading:hover {
  background-color: #003057;
}

/* Toggle icon */
.accordion__heading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 56px;

  background-image: url('../images/layout/icon-next.svg');
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: auto 24px;

  transition: transform 150ms ease-in-out;
}

.accordion__item--open .accordion__heading::after {
  transform: rotate(90deg);
}


/* Accordion body */
.accordion__body {
  display: none;
  padding: 14px 20px;

  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.accordion__item--open .accordion__body {
  display: block;
}


/* Larger text */
.accordion--large,
.accordion--large p {
  font-size: 120%;
}


/* =============================================================================
	#NAVIGATION
============================================================================= */
/* ##DESKTOP NAVIGATION ===================================================== */
.navigation {
  background-color: #ffffff;
}

  .navigation a {
    display: inline-block;
    padding: 15px;

    color: #000000;
    text-decoration: none;
  }

  .navigation a.active {
    font-weight: 700;
  }

  /* Logout link */
  .navigation a[href*="logout.php"] {
    float: right;
  }

.login .nav,
.login .burger,
.no-nav .nav {
  display: none;
}


/* NIEUW TOEGEVOEGD DOOR JJ, 'OPMAAK' VOORSTEL MENU */

/* LOGO & MENU styling */
.navigation .container{
   display: -webkit-flex;
   display: flex;
}
.logo{
   margin-right: auto;
   width: 250px;
   display:inline-block;
}
.logo a{
   display: block;
}
.menu{
   display: flex;
   align-items: center;
   justify-content: center;
}
/* EINDE */


/* ##MOBILE NAVIGATION ====================================================== */
/* .toggle {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 40px;
  width: 40px;

  background: #000000 url('../images/layout/icon-toggle.png') center center no-repeat;
  background-size: 60px 60px;
}


.no-nav .toggle {
  display: none;
}


#navPanel {
  z-index: 1000000 !important;
  padding-top: 10px;

  color: #ffffff;

  background-color: #000000;
}

  #navPanel a {
    display: block;
    padding: 15px;

    font-size: 16px; font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
  } */


/* =============================================================================
  #HERO
============================================================================= */
.hero {
  position: relative;
  padding: 10% 0;

  color: #ffffff;

  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  background-image: url('../images/layout/banner.jpg');
}

html.small .hero {
  padding: 60px 0;
}

.hero__title {
  display: inline-block;
  background-color: rgba(60, 60, 60, 0.65);

  padding: 32px;
}

html.small .hero__title {
  width: 100%;
}

.no-btn .hero__title .btn {
  display: none;
}

.no-btn .hero__title p {
  margin-bottom: 0;
}

  .hero__title h1 {
    font-size: 20px; font-size: 2.0rem;
    font-weight: 700;

    margin-bottom: 16px;
    text-transform: uppercase;
  }

  html.small .hero__title h1 {
    font-size: 20px; font-size: 2.0rem;
    margin-bottom: 16px;
  }

  /* Background image dark overlay */
  /* .hero > * {
    position: relative;
    z-index: 1000;
  }

  .hero::before {
    position: absolute;
    z-index: 500;
    content: "";
    top: 0; right: 0; bottom: 0; left: 0;

    background-color: rgba(0, 0, 0, .65);
  } */


/* =============================================================================
	#MAIN CONTENT
============================================================================= */
.main {
  padding: 60px 0px;
  background-color: #ffffff;
}

html.small .main {
  padding: 40px 0px;
}

  /* .main__container {
    padding: 0 120px;
  }

  html.large .main__container {
    padding: 0 100px;
  }

  html.small .header .main__container,
  html.xsmall .header .main__container {
    padding: 0 0px;
  }

  html.medium .main__container {
    padding: 0 60px;
  }

  html.small .main__container {
    padding: 0 15px;
  } */

/* ==========================================================================
	#PHOTO ALBUM
========================================================================== */
.photo-heading h2 {
  float: left;
}

.photo-heading .btn {
  float: right;
}

html.small .photo-heading h2,
html.small .photo-heading .btn {
  float: none;
}

html.small .photo-heading .btn {
  margin-bottom: 20px;
}


.fancybox {
  float: left;
  padding: 5px;
  width: 20%;
  transform: translateY(0);

  transition: transform 150ms ease-in-out;
}

.fancybox:hover {
  transform: translateY(-2px);
}

/* Thumbnail widths on smaller devices */
html.large .fancybox { width: 25%; }
html.medium .fancybox { width: 33%; }
html.small .fancybox { width: 50%; }


.fancybox .thumbnail {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;

  background-size: cover;
  background-color: #ededed;
  /* border-radius: 4px; */
  /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15); */

  transition: box-shadow 150ms ease-in-out;
}

.fancybox:hover .thumbnail {
  /* box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .45); */
}


/* Color overlay */
.fancybox .thumbnail::before {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;

  background-color: #000; /* Change overlay color */
  opacity: 0;

  transition: opacity 150ms ease-in-out;
}

.fancybox:hover .thumbnail::before {
  opacity: .65;
}


/* Icon overlay */
.fancybox .thumbnail::after {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  transform: translateY(25%) scale(.25);

  background-image: url('../images/layout/icon-zoom.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 44px auto;

  opacity: 0;

  transition: all 350ms ease-in-out;
}

.fancybox:hover .thumbnail::after {
  transform: translateY(0) scale(1);

  opacity: 1;
}


/* =============================
   Upload photo
   ============================= */
.form--upload {
  margin: 0 auto;
  max-width: 520px;
}

.form--upload textarea,
.form--upload .btn {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Wrapper */
.photo-upload {
  position: relative;
  margin-bottom: 20px;
}

/* Upload label */
.photo-upload__label {
  display: block;
  padding: 22% 15px;

  cursor: pointer;
  text-align: center;

  background-color: #f4f4f4;
  border: 2px dashed #d5d5d5;
  border-radius: 10px;
}

.photo-upload__label span {
  font-size: 18px; font-size: 1.8rem;
  font-weight: bold;
}

.photo-upload__label img {
  transform: scale(.8);
  transition: transform 250ms ease-in-out;
}

.photo-upload__label:hover img {
  transform: scale(1);
}


/* Upload preview */
.photo-upload__form {
  margin: 0 0 0 0;
  position: absolute;

  cursor: pointer;

  border-radius: 10px;
}

.photo-upload__form input {
  position: absolute;
  height: 0;
  width: 0;
}



/* ==========================================================================
	#HAMBURGER TOGGLE
========================================================================== */
html.xlarge .burger,
html.large .burger,
html.medium .burger {
  display: none;
}

.burger {
  float: right;
  /* margin-top: 6px; */
  height: 3em;
  width: 3em;
  position: relative;
  font-size: 8px;
  cursor: pointer;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  -webkit-tap-highlight-color: transparent; }
  .burger .burger-lines:after {
    left: 0;
    top: -1em; }
  .burger .burger-lines:before {
    left: 1em;
    top: 1em; }
  .burger:after {
    content: '';
    display: block;
    position: absolute;
    height: 150%;
    width: 150%;
    top: -25%;
    left: -25%; }
  .burger .burger-lines {
    top: 50%;
    margin-top: -0.125em; }
    .burger .burger-lines, .burger .burger-lines:after, .burger .burger-lines:before {
      pointer-events: none;
      display: block;
      content: '';
      width: 100%;
      border-radius: 0.25em;
      background-color: black;
      height: 0.25em;
      position: absolute;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
    .burger .burger-lines:after {
      left: 0;
      top: -1em; }
    .burger .burger-lines:before {
      left: 1em;
      top: 1em; }
.burger.burger-squeeze .burger-lines, .burger.burger-squeeze .burger-lines:after, .burger.burger-squeeze .burger-lines:before {
  -webkit-transition: .2s top .2s, .1s left, .2s transform, .4s background-color .2s;
  -o-transition: .2s top .2s, .1s left, .2s transform, .4s background-color .2s;
  transition: .2s top .2s, .1s left, .2s transform, .4s background-color .2s; }

.burger.burger-squeeze .burger-lines:after, .burger.burger-squeeze .burger-lines:before {
  width: 2em; }

.burger.burger-squeeze.open .burger-lines, .burger.burger-squeeze.open .burger-lines:after, .burger.burger-squeeze.open .burger-lines:before {
  -webkit-transition: .2s background-color, .2s top, .2s left, .2s transform .15s;
  -o-transition: .2s background-color, .2s top, .2s left, .2s transform .15s;
  transition: .2s background-color, .2s top, .2s left, .2s transform .15s; }

.burger.burger-squeeze.open .burger-lines {
  background-color: transparent; }

.burger.burger-squeeze.open .burger-lines:before, .burger.burger-squeeze.open .burger-lines:after {
  left: 0.5em;
  top: 0px; }

.burger.burger-squeeze.open .burger-lines:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.burger.burger-squeeze.open .burger-lines:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }



/* =============================================================================
  #SPEAKERS OVERVIEW
============================================================================= */
.speaker-overview {
  display: flex;
  padding-bottom: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.speaker-overview__item {
  padding-top: 20%;
  width: 20%;

  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .35);
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

html.small .speaker-overview__item {
  margin-bottom: 4%;
  padding-top: 48%;
  width: 48%;
}

.speaker-overview__item__name {
  display: block;
  padding: 10px;

  color: #ffffff;
  font-weight: 700;
  text-align: center;

  background-color: #ae1d00;
}


/* =============================================================================
  #SPEAKERS PAGE
============================================================================= */
.speakers {}

/* Speaker item */
.speakers__item {
  position: relative;
  padding-bottom: 40px;
}

.speakers__item + .speakers__item {
  padding-top: 40px;

  border-top: 2px solid #cccccc;
}

/* Speaker thumbnail photo */
.speakers__thumb {
  position: absolute;
  top: 40px;
  width: 200px;
  height: 200px;

  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .35);
}

html.small .speakers__thumb {
  width: 100px;
  height: 100px;

  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
}

.speakers__item:first-child .speakers__thumb {
  top: 0;
}

/* Speaker content */
.speakers__content {
  min-height: 220px;
}

.speakers__content *:last-child {
  margin-bottom: 0;
}

/* Speaker name */
.speakers__content h3 {
  color: #ae1d00;
  font-size: 32px; font-size: 3.2rem;
}

/* Speaker subtitle */
.speakers__subheading {
  margin-top: 10px;

  font-size: 120%;
  font-weight: 700;
}


/* Flip sides */
.speakers__item:nth-child(odd) { padding-left: 240px; }
html.small .speakers__item:nth-child{ padding-left: 0px!important; }
/* html.small .speakers__item:nth-child(odd) { padding-left: 120px; } */
.speakers__item:nth-child(odd) .speakers__thumb { left: 0; }

.speakers__item:nth-child(even) { padding-right: 240px; text-align: right;}
html.small .speakers__item:nth-child(even) { padding-right: 120px; text-align: right;}
.speakers__item:nth-child(even) .speakers__thumb { right: 0; }


.more{
   transition: all .3s ease;
   overflow:hidden;

}
.more a{
   width: 100%;
   /* z-index: -1000000000; */
   height: 0px;
   text-decoration: none;
   position: absolute;
   top: -61px;
   display: block;
   border: 1px solid red;
}
