.theReturn {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1, h2, h3, h4, p, a, li {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'Lato';
  src: url("../assets/lato/Lato-Bold.ttf");
  font-weight: 600; }
@font-face {
  font-family: 'Lato';
  src: url("../assets/lato/Lato-Regular.ttf");
  font-weight: 400; }
@font-face {
  font-family: 'Archivo';
  src: url("../assets/archivo-narrow/ArchivoNarrow-BoldItalic.otf"); }
h1, h2, h3 {
  font-family: 'Lato';
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px; }

h4 {
  font-family: 'Archivo';
  font-size: 32px; }

p {
  line-height: 1.5em;
  letter-spacing: 0.5pt; }

.margb50 {
  margin-bottom: 50px; }

.margb25 {
  margin-bottom: 25px; }

.margtb50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.margtb25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.padlr20 {
  padding-left: 20px;
  padding-right: 20px; }

.padlr50 {
  padding-left: 50px;
  padding-right: 50px; }

.padtb25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.nopad {
  padding: 0; }

.nopadlr {
  padding-left: 0;
  padding-right: 0; }

.nopadtb {
  padding-top: 0;
  padding-bottom: 0; }

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

.js-red {
  background-color: #e3241f; }

.js-orange {
  background-color: #ff7700; }

.js-blue {
  background-color: #5798ff; }

.js-purple {
  background-color: #8637a0; }

.js-green {
  background-color: #5798ff; }

.js-gray {
  background-color: #333333; }

.flex-row {
  display: flex;
  flex-direction: row; }

.bgcover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.headtitle {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 12px 0 15px 0; }
  .headtitle h3 {
    text-align: center;
    font-size: 38px;
    margin: 0;
    padding: 0; }
  .headtitle .lines {
    width: 120px;
    height: inherit;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 5px solid #333333;
    border-bottom: 5px solid #333333; }

.jsf-menu {
  height: 60px;
  width: 100%;
  background: #e3241f;
  position: fixed;
  z-index: 1000;
  overflow: hidden; }
  .jsf-menu button.burger {
    border: 0;
    height: 23px;
    width: 30px;
    background: url("../assets/boggle.svg") no-repeat;
    position: absolute;
    left: 15px;
    top: 18px;
    transition-duration: 1s; }
  .jsf-menu button.burger.eaten {
    top: 68px;
    transition-duration: 1s; }
  .jsf-menu button.cross {
    border: 0;
    height: 23px;
    width: 30px;
    background: url("../assets/koggle.svg") no-repeat;
    position: absolute;
    left: 18px;
    top: -32px;
    transition-duration: 1s; }
  .jsf-menu button.cross.crossed {
    top: 18px;
    transition-duration: 1s; }
  .jsf-menu .logo {
    height: 40px;
    width: 40px;
    background: url("../assets/jsonly.svg") no-repeat;
    position: absolute;
    right: 20px;
    top: 12px; }
  .jsf-menu .flagspace {
    height: 60px;
    width: 80px;
    float: right; }
  .jsf-menu .flag {
    height: 60px;
    width: 40px;
    float: right;
    transform: skewX(-12deg);
    overflow: hidden;
    transition: ease-in-out 0.5s;
    opacity: 0.4; }
    .jsf-menu .flag:hover {
      width: 100px;
      transition: ease-in-out 0.5s;
      opacity: 1; }
    .jsf-menu .flag .en, .jsf-menu .flag .es {
      background-size: 100px;
      background-position: center;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%; }
    .jsf-menu .flag .en {
      background-image: url("../assets/flag-en.svg"); }
    .jsf-menu .flag .es {
      background-image: url("../assets/flag-es.svg"); }
    .jsf-menu .flag.active {
      animation: waving-flag;
      animation-delay: 3s;
      animation-duration: 1s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: 1;
      animation-fill-mode: backwards; }

@keyframes waving-flag {
  0% {
    opacity: 1;
    width: 100px; }
  100% {
    opacity: 0.4;
    width: 40px; } }
.menu-extended {
  z-index: 900;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5); }
  .menu-extended ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0; }
    .menu-extended ul li {
      font-family: 'Archivo';
      font-size: 48px;
      color: white;
      text-align: center;
      list-style: none;
      margin: 50px 0 50px 0; }
      .menu-extended ul li:first-child {
        margin: 0 0 50px 0; }
      .menu-extended ul li:last-child {
        margin: 50px 0 0 0; }
      .menu-extended ul li .selector {
        position: relative;
        display: inline-block;
        padding: 0 30px; }
        .menu-extended ul li .selector .rubar {
          z-index: -1;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 0%;
          background-color: #e3241f;
          transition: 1s ease-out; }
      .menu-extended ul li .selector:hover > .rubar {
        width: 100%;
        transition: 0.8s ease-out 0.2s; }
  .menu-extended.hidden {
    transition: 1s;
    background-color: rgba(0, 0, 0, 0);
    animation: hidden 1s forwards; }
    .menu-extended.hidden ul li, .menu-extended.hidden ul a {
      transition: 0.5s;
      color: rgba(255, 255, 255, 0); }
      .menu-extended.hidden ul li .selector .rubar, .menu-extended.hidden ul a .selector .rubar {
        display: none; }
  .menu-extended.exposed {
    transition: 1s;
    background-color: rgba(0, 0, 0, 0.5); }
    .menu-extended.exposed ul li, .menu-extended.exposed ul a {
      transition: 1s;
      color: white; }
  .menu-extended a {
    text-decoration: none;
    color: inherit; }
    .menu-extended a:link {
      color: white; }

@keyframes hidden {
  0% {
    z-index: 900; }
  100% {
    z-index: -1; } }
#intro {
  height: 100vh;
  width: 100%;
  background-image: url("../afbeeldingen/lekkerman.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000; }
  #intro .linetext {
    position: absolute;
    overflow: hidden;
    width: 200px;
    top: 100px;
    color: #ffffff;
    border-left: 5px solid #e3241f;
    padding: 0 10px 0 10px; }
    #intro .linetext h2 {
      position: relative; }
    #intro .linetext h2.the {
      animation-delay: 1s; }
    #intro .linetext h2.power {
      animation-delay: 1.5s; }
    #intro .linetext h2.of {
      animation-delay: 2s; }
    #intro .linetext h2.your {
      animation-delay: 1s; }
    #intro .linetext h2.infl {
      animation-delay: 1.5s; }
    #intro .linetext h2.uence {
      animation-delay: 2.2s; }
    #intro .linetext h2.influence {
      animation-name: texty;
      animation-duration: 20s;
      animation-direction: normal;
      animation-iteration-count: infinite;
      animation-fill-mode: both;
      animation-timing-function: ease-in-out; }
    #intro .linetext h2.absence {
      animation-name: ytxet;
      animation-duration: 20s;
      animation-direction: normal;
      animation-iteration-count: infinite;
      animation-fill-mode: both;
      animation-timing-function: ease-in-out; }

@keyframes texty {
  0% {
    left: -400px; }
  10% {
    left: 0px; }
  40% {
    left: 0px; }
  50% {
    left: -400px; }
  100% {
    left: -400px; } }
@keyframes ytxet {
  0% {
    left: -400px; }
  50% {
    left: -400px; }
  60% {
    left: 0px; }
  90% {
    left: 0px; }
  100% {
    left: -400px; } }
.jsf-card {
  margin-bottom: 25px;
  color: white; }
  .jsf-card .img-card {
    height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .jsf-card .img-card.pic1 {
    background-image: url("../assets/klein/luis-quintero-1209358-unsplash.jpg"); }
  .jsf-card .img-card.pic2 {
    background-image: url("../assets/klein/bruce-mars-556415-unsplash.jpg"); }
  .jsf-card .pic3 {
    background-image: url("../assets/klein/bruce-mars-554384-unsplash.jpg"); }
  .jsf-card .pic4 {
    background-image: url("../assets/klein/bruce-mars-558835-unsplash.jpg"); }
  .jsf-card .text-card {
    padding: 20px;
    background: #333333; }
  .jsf-card .jsf-button {
    position: relative;
    overflow: hidden;
    height: 60px;
    width: 100%;
    color: #ffffff; }
    .jsf-card .jsf-button .red, .jsf-card .jsf-button .green {
      height: 60px;
      width: 100%;
      border-top: 60px solid #e3241f;
      border-right: 30px solid transparent;
      position: absolute;
      left: 0px;
      top: 0px; }
      .jsf-card .jsf-button .red h4, .jsf-card .jsf-button .green h4 {
        display: inline-block;
        font-size: 28px;
        position: absolute;
        top: -47px;
        padding: 0; }
      .jsf-card .jsf-button .red h4.left, .jsf-card .jsf-button .green h4.left {
        left: 20px; }
      .jsf-card .jsf-button .red h4.right, .jsf-card .jsf-button .green h4.right {
        right: 5px; }
    .jsf-card .jsf-button .green {
      width: 0%;
      border-top: 60px solid #38bb57;
      border-right: 0px solid transparent; }
      .jsf-card .jsf-button .green h4 {
        display: block;
        width: 120px;
        opacity: 0; }
    .jsf-card .jsf-button a {
      color: #fff; }

.jsf-intro .green {
  animation: gogreen forwards normal 0.5s ease-out; }
  .jsf-intro .green h4 {
    animation: gotext forwards 0.5s;
    animation-delay: 0.2s; }

.jsf-outro .green {
  animation: gored forwards normal 0.5s ease-out; }
  .jsf-outro .green h4 {
    animation: notext forwards 0.5s; }

@keyframes gogreen {
  0% {
    width: 0%;
    border-right: 0px solid transparent; }
  10% {
    border-right: 30px solid transparent; }
  100% {
    width: 100%;
    border-right: 30px solid transparent; } }
@keyframes gored {
  0% {
    width: 100%;
    border-right: 30px solid transparent; }
  10% {
    border-right: 30px solid transparent; }
  100% {
    width: 0%;
    border-right: 0px solid transparent; } }
@keyframes gotext {
  0% {
    opacity: 0;
    left: -100px; }
  100% {
    opacity: 1; } }
@keyframes notext {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    left: -100px; } }
#hours {
  display: none; }
  #hours .day {
    text-align: left; }

.time, .day {
  position: relative;
  padding: 3px 5px 5px 5px;
  font-size: 14px;
  font-family: 'Lato'; }
  .time p, .day p {
    margin: 0;
    color: #fff; }
  .time .info, .day .info {
    z-index: -1;
    position: absolute;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    padding: 5px;
    opacity: 0;
    transition: 0.6s; }
    .time .info .down-tri, .day .info .down-tri {
      position: absolute;
      bottom: -30px;
      left: 50%;
      transform: translateX(-50%) rotate(90deg); }
  .time:hover > .info, .day:hover > .info {
    z-index: 10;
    opacity: 1;
    bottom: 60px;
    transition: 0.3s; }

.down-tri {
  width: 2rem; }

.time {
  flex-grow: 1;
  background-color: #3c3c3c;
  margin: 5px;
  max-width: 100%; }
  .time p.spacer {
    width: 100px; }
  .time p {
    display: inline-block; }

.day {
  width: 200px;
  flex-grow: 2;
  margin: 5px;
  background-color: #3c3c3c;
  text-align: center; }

.core {
  background-color: #ff7700;
  fill: #ff7700; }

.hiit {
  background-color: #e3241f;
  fill: #e3241f; }

#about {
  margin-top: 25px;
  background-color: #333333; }
  #about h1, #about h2, #about h3, #about h4, #about p, #about li {
    color: #ffffff; }
  #about .headtitle .lines {
    border-top: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff; }
  #about .profile {
    position: relative;
    height: 300px;
    max-width: 475px;
    overflow: hidden;
    margin-bottom: 25px; }
    #about .profile .diag-frame {
      z-index: 200;
      position: relative;
      height: 300px; }
      #about .profile .diag-frame img {
        position: relative;
        height: 100%;
        left: 50%;
        transform: translateX(-50%); }
    #about .profile .diag-lines, #about .profile .one, #about .profile .two, #about .profile .three {
      z-index: 100;
      overflow: hidden;
      position: absolute;
      top: -210px;
      left: 50%;
      height: 200%;
      width: 40px;
      background-color: black;
      transform: rotate(75deg); }
      #about .profile .diag-lines .effec, #about .profile .one .effec, #about .profile .two .effec, #about .profile .three .effec {
        position: absolute;
        top: 60%;
        left: 0;
        width: 600px;
        height: 200%;
        transition-duration: 1s;
        transform: rotate(-75deg);
        background-color: #e3241f; }
      #about .profile .diag-lines .effec.go, #about .profile .one .effec.go, #about .profile .two .effec.go, #about .profile .three .effec.go {
        top: -40%;
        transform: rotate(-75deg);
        transition-duration: 1s; }
    #about .profile .two {
      top: -155px; }
    #about .profile .three {
      top: -100px; }
  #about .explanation .lil-line {
    height: 5px;
    width: 120px;
    background-color: #ffffff;
    margin: 20px 0 20px 0;
    display: inline-block; }
  #about .right {
    text-align: right; }
  #about .right.explanation {
    background-image: url("../afbeeldingen/groot/jesper-aggergaard-KcPmKh9cWlk-unsplash.jpg"); }
  #about .bgcolor {
    background-color: rgba(0, 0, 0, 0.65); }

form.jsform label {
  display: none; }
form.jsform label#Message {
  display: inline;
  font-family: 'Archivo';
  font-size: 28px;
  margin-bottom: 10px; }
form.jsform input {
  font-family: 'Archivo';
  font-size: 28px;
  border-top: 0;
  border-bottom: 5px solid #333333;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding: 0; }
  form.jsform input::placeholder {
    color: rgba(0, 0, 0, 0.5); }
  form.jsform input::focus {
    outline: none;
    outline-width: 0; }
form.jsform textarea {
  font-family: 'Lato';
  font-weight: 400;
  border-top: 5px solid #333333;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding: 10px 0 0 0;
  margin-top: 10px; }
  form.jsform textarea::focus {
    outline: none;
    outline-width: 0; }
form.jsform .form-group {
  margin-bottom: 50px; }
form.jsform button {
  background-color: #38bb57;
  font-family: 'Archivo';
  font-size: 28px;
  margin-bottom: 50px;
  border-radius: 0px;
  border: 0;
  width: 100%; }
  form.jsform button:hover {
    background-color: #2e9a47; }
  form.jsform button::focus {
    outline: none;
    outline-width: 0; }

.ty {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }
  .ty img {
    max-width: 100%;
    margin-bottom: 25px; }

@media (min-width: 768px) {
  #about .right.dream {
    text-align: left; }

  #hours-mob {
    display: block; } }
.pauperblok {
  height: 250px;
  width: 250px;
  background-color: blue; }

@media (min-width: 992px) {
  .pauperblok {
    display: none; }

  #intro {
    height: 100vh;
    width: 100%;
    background-image: url("../assets/images/lekkerman.jpg");
    background-size: 70vh;
    background-position: 420px 0px; }
    #intro .linetext {
      position: absolute;
      width: 350px;
      top: 150px;
      left: 100px;
      color: #ffffff;
      border-left: 5px solid #e3241f;
      padding: 0 10px 0 10px; }
      #intro .linetext h2 {
        font-size: 64px; }

  #hours {
    display: block; }

  #hours-mob {
    display: none; }

  #about .profile {
    position: absolute;
    right: 20px;
    width: 475px;
    margin-top: 25px; }
  #about .explanation .padlr20.padtb25.bgcolor {
    padding-left: 50px;
    padding-right: 50px; }

  .jsf-card {
    margin-bottom: 50px; }
    .jsf-card .img-card {
      height: 200px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .jsf-card .img-card.pic1 {
      background-image: url("../assets/images/middel/luis-quintero-1209358-unsplash.jpg"); }
    .jsf-card .img-card.pic2 {
      background-image: url("../assets/images/middel/bruce-mars-556415-unsplash.jpg"); }
    .jsf-card .pic3 {
      background-image: url("../assets/images/middel/bruce-mars-554384-unsplash.jpg"); }
    .jsf-card .pic4 {
      background-image: url("../assets/images/middel/bruce-mars-558835-unsplash.jpg"); }

  .es-sh {
    height: 275px; } }
@media (min-width: 1200px) {
  .es-sh {
    height: 385px; } }

/*# sourceMappingURL=stillo.css.map */
