/* animations ------------------------------------------------------------------------------------------------*/
@keyframes fade{
    0% { opacity: 0; height: 0;}
    100% {opacity: 1; height: 99vh;}
}

@keyframes fadeIn{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

/* general ------------------------------------------------------------------------------------------------*/
body{
    background-color: black;
    padding: 0;
    margin: 0;
    color: white;
    font-family: din-condensed,sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width:100%;
}

h1{
    font-family: hwt-geometric-shopworn,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    font-size: 10vw;

}
h2{
    font-family: hwt-geometric-shopworn,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    margin-top:10px

}

h3{
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    margin-top:0 ;
}

p{
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

.invisibleheader{
    height: 144px;
    position: relative;
    top: 0;
    left: 0;

    width: 100%;
    z-index: -1;

}

/* index ------------------------------------------------------------------------------------------------*/

img.spoorpark{
    height:70vh;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

img.moniemateright{
    height:80vh;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

img.moniemateleft{
    height:60vh;
    position: absolute;
    top: 100px;
    left: 40px;
}

img.digimarina{
    width:70%;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.slide{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: fixed;
    background-color: black;
    width:100%;
    transition: 0.5s;
}

section.slides a:first-child{
    z-index:1;
}

/* spoorpark ------------------------------------------------------------------------------------------------*/
/* spoorpark sprints ------------------------------------------------------------------------------------------------*/
section.bescrijvingspoorpark{
    width: calc(100% - 300px);
    padding: 20px 150px 20px 150px;
    min-height: 100px;
}

section.drawing-area{
    position: absolute;
    max-width: 80%;
    height: 400px;
    margin-left: 10%;
    margin-top: 60px;
}

svg{
    position: absolute;
    vertical-align: bottom;
    bottom: 0px;
}

table {
    border-collapse: collapse;
    width: 80%;
    position: relative;
    margin-top: 20px;
    margin-left: 10%;
  }
  
  td{
    text-align: left;
    padding: 8px;
    height: 100px;
    width: 50%;
  }
  
  td:nth-child(even) {
    border-left: 2px solid #ffffff
  }

  table a{
      margin-left: 70px;
      text-decoration: none;
      color: #ffffff;
      font-family: hwt-geometric-shopworn,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    font-size: 50px;
    margin-top:10px
  }


/*chapters ------------------------------------------------------------------------------------------------*/
.chapter{
    overflow: auto;
    width: calc(80% - 40px);
    margin-left: 10%;
    margin-top: 20px;
    padding: 40px;
}

.chapter:nth-child(odd) {
    border-left: 1px solid #ffffff;
}

.chapter:nth-child(even) {
    border-right: 1px solid #ffffff;
    text-align: right
}

.chapter p a{
    color: #e400ea;
    margin-left: 20px
}

.chapter p a:hover{
    color: #ffffff;
    margin-left: 20px
}

a.onderzoek{
    display: inline-block;
    padding-left: 30px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #e400ea;
    text-decoration: none;
    color: white;
    transition: 0.5s;
}

a.onderzoek:hover{
    background-color: #e400ea;
    color: #ffffff
}

.next{
    height: 100vh;
    vertical-align: bottom;
    background-color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000000;
    position: relative;
    text-decoration: none;
    margin-top: 40px;
}

.next img.spoorpark{
    height:70vh;
    bottom: 40px;
    right: 40px;
    vertical-align: bottom;
    
}
.next h1{
    margin-bottom: 5px;
    z-index: 1;
    text-decoration: none;
}

.next a{
    color: #000000;
    text-decoration: none;
}
/*progressbar width slider ------------------------------------------------------------------------------------------------*/
.fullbar{
    width: 50%;
    border: 1px solid white;
    height: 5px;
    border-radius: 2.5px;
    display: inline-block
}

.progress{
    background-color: white;
    height: 100%;
    border-radius: 2.5px;
}

.progressslide{
    min-width: 80%;
    min-height: 10px;
    overflow: auto;
    left: calc(10% + 40px);
    min-height: 200px;
}

.slideorder{
    position: relative;
    width: calc(50% + 20px);
    min-height: 10px;
    float: left;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    z-index: 500000;
}

.slidenext{
    overflow: auto;
    float: right;
    right: calc(10%);
    margin-top: 0;
    cursor: default;
}


.slideprev{
    overflow: auto;
    left: calc(50% + 20px);
    margin-top: 0;
    cursor: default;
}

.progressslide{
    position: absolute;
    background-color: black;
    margin-bottom: 20px;
    right: 10% ;
}

section.slidearea section.progressslide:first-child{
    z-index:1;
}

/* slideshow random placement on hover ------------------------------------------------------------------------------------*/
div.slidesfilter{
    height: 475px;
    position: relative;
    margin-top: 60px;
    width: 300px;
    float: right;
    margin-right: 30px;
}

div.slidesfilter:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

div.slidesfilter img{
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s, box-shadow 0.5s;
    width: 300px;
}



div.slidesfilter img:first-child{
    z-index:1;
}

div.slidesposter{
    height: 475px;
    position: relative;
    margin-top: 60px;
    width: 300px;
    float: right;
    margin-right: 30px;
}

div.slidesposter:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

div.slidesposter img{
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s, box-shadow 0.5s;
    width: 300px;
}



div.slidesposter img:first-child{
    z-index:1;
}


/*-----------------------------contact form-----------------------------------------*/
#fcf-form {
    display:block;
    width: 80%;
    margin-left:10%;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}


.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #e400ea;;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #e400ea;;
}

.fcf-btn-primary:hover {
    color: #fff;
    background-color: #e400ea;;
    border:0px;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: #000000;
    border-color: #e400ea;;
    box-shadow: none;
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}
