@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;500&family=Oswald:wght@400;500&display=swap');
#home {
    background: url('../img/home_fort_aanzicht.png');
    background-size: cover;
    background-position: center 80%;
    height: 90% !important;
}

* {
    outline: none;
}

input[type="date"] {
    font-family: 'Fira sans';
    font-weight: 200;
}

#hksm{
    display:flex;
    align-items:center;
    justify-content: center;
}

.infoblock{
    line-height:35px;
}

.infoblock.topright{
	position: absolute;
	right: 100px;
	top: 0;
	height: auto;
	z-index: 9999;
	width: 400px;
	background: #8e8148DF;
	padding: 60px;
	padding-top: 30px;
}

.infoblock.centerright{
	position: absolute;
    right:0;
    top:calc(50% - 125px);
	height: 250px;
	z-index: 9999;
	width: 750px;
	background: #6a7f48DF;
	padding: 60px;
	padding-top: 30px;
}

.infoblock.bottomleft{
	position: absolute;
    left:100px;
    bottom:0;
	height: auto;
	z-index: 9999;
	width: 400px;
	background: #262627DF;
	padding: 60px;
	padding-top: 30px;
    color:#FFF;
}

.infoblock.contactright{
	position: absolute;
    right:0;
    bottom:0;
    top:0;
	height: auto;
	z-index: 9999;
	width: 400px;
	background: #fff;
	padding: 60px;
	padding-top: 30px;
    color:#000;
}

.contactaddress{
    font-size:18px !important;
    line-height:24px !important;
    margin-top:50px;
}

.infoblock h2{
    color:#FFF;
    font-size:55px;
    line-height:60px;
}

.infoblock p{
    font-family:'Fira sans';
    font-size:20px;
    font-weight:300;
    line-height:30px;
}

.infoblock .boldtext{
    font-weight:400;
}

#hometext {
    width: 402px;
    height: calc(100% - 150px);
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
    background: rgba(30, 34, 37, 0.88);
    opacity: 1;
    position: absolute;
    top: 0; 
    right: 100px;
    z-index: 9999;
}

#logo {
    width: 260px;
}

#homecontent {
    opacity: 1;
    color: #FFF;
    font-family: 'Fira sans';
}

#homecontent>.title {
    width: 300px;
}

#mainmenu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 50px;
}

#mainmenu>li {
    border-bottom: 1px solid #FFF;
    font-size: 17px;
    line-height: 3vh;
    padding:1.5vh 0px;
    cursor: pointer;
    text-transform: uppercase;
}

#officiersvertrek {
    background: url('../img/officiersruimte_1.png');
    background-size: cover;
    background-position: center center;
}

#contactdetails {
    width: 100%;
    height: 50px;
    padding-top: 50px;
    opacity: 1;
    top: 0;
    right: 0;
    color: #FFF;
    font-family: 'Fira sans';
    text-align: center;
    font-size: 18px;
    font-weight: 200;
    z-index: 9999;
}

#officiersvertrek_footer {
    background: rgba(50, 48, 68, 0.66);
}

#officiersvertrek_extra {
    height: 250px !important;
    background: #787784;
    z-index: 9999;
    color: #FFF;
}

#manschappenverblijf {
    background: url('../img/manschappenverblijf_1.png');
    background-size: cover;
    background-position: center center;
}

#manschappenverblijf_footer {
    background: rgba(49, 66, 69, 0.66);
}

#manschappenverblijf_extra {
    height: 250px !important;
    background: #778385;
    z-index: 9999;
    color: #FFF;
}

#kanonkazemat {
    background: url('../img/kanonkazemat_1.png');
    background-size: cover;
    background-position: center center;
}

#kanonkazemat_footer {
    background: rgba(66, 82, 104, 0.66);
}

#kanonkazemat_extra {
    height: 250px !important;
    background: #838d9c;
    z-index: 9999;
    color: #FFF;
}

#reserveren_tussendoortje {
    background-color: #FFF;
    height: auto !important;
    color: #1E2225 !important;
}

#reserveren_tussendoortje_title {
    margin-left: 100px;
    padding: 0;
    margin-bottom: 0;
}

#extras {
    background: url('../img/versnaperingen_1.png');
    background-size: cover;
    background-position: center center;
}

#extras_footer {
    background: rgba(72, 87, 28, 0.66);
}

#extras_extra {
    height: 250px !important;
    background: #879069;
    z-index: 9999;
    color: #FFF;
}

#prizes {
    height: 100% !important;
}

#pricetables>table {
    margin-bottom: 50px;
}

#pricecontent {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 25px;
}

#pricetables {
    font-family: 'Fira sans';
    width: calc(100% - 200px);
    padding-bottom: 25px;
}

#pricetables>p {
    font-size: 17px;
    font-weight: 200;
    max-width: 60%
}

#contact {
    background: #828D9B;
}

#contact .title {
    margin-top: -20px;
    margin-bottom: 0px;
}

#contactform {
    width: calc(100% - 200px);
    margin-left: 100px;
    font-family: 'Fira sans';
}

#contactleft, #contactright {
    width: 47.5%;
    float: left;
}

#contactright {
    margin-left: 5%;
}

#contactleft>*, #contactright>*, #contactright>select, #bottompart>label {
    display: block;
    appearance: none;
    width: calc(100% - 50px);
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.14);
    border: 2px solid transparent;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 17px;
}

input {
    background: #828d9b;
    border: 0;
}

#contactform label {
    padding-left: 0;
    border: 0;
    background: #828d9b;
}

#bottompart {
    width: 100%;
    height: auto;
}

#messagearea {
    display: block;
    resize: none;
    width: calc( 100% - 50px);
    height: 75px;
    border: 2px solid transparent;
    background: rgba(255, 255, 255, 0.14);
    padding: 25px;
    font-size: 18px;
}

.checkbox {
    appearance: none;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: rgba(255, 255, 255, 0.14);
    margin-bottom: -5px;
    color: #FFF;
}

.checkbox:checked {
    background: url(../img/checkbox.svg);
    content: '✓';
    color: #FFF;
}

#bottompart>span {
    display: inline-block;
    font-size: 20px;
    margin-right: 25px;
}

#sendformbutton {
    appearance: none;
    font-family: 'Fira sans';
    background: #1E2225;
    color: #FFF;
    border: 0;
    padding: 25px;
    font-size: 20px;
    margin-top: 25px;
    cursor: pointer;
}

#photoalbum {
    width: calc(90% - 200px);
    height: calc(100% - 200px);
    overflow: hidden;
    overflow-y: scroll;
    margin: 0px auto;
}

#photoalbum a {
    display: inline-block;
    width: 33%;
}

#photoalbum img {
    width: 95%;
    margin: 0px auto;
    margin-bottom: 5%;
}

#foot {
    background: #1E2225;
    height: 400px !important;
}

#map {
    float: left;
}

#footercontact {
    float: left;
    padding-top: 125px;
}

.address {
    color: #FFF;
    font-family: 'Fira sans';
    font-weight: 200;
}

#backgroundSlider>img {
    position: absolute;
    left: 0;
    top: 0;
}

/* fullpage mods */

#fp-nav ul li a span {
    background: #1E2225;
    box-shadow: 0px 0px 0px 2px #1E2225;
}

/* Hide scrollbar for Chrome, Safari and Opera */

#pricecontent::-webkit-scrollbar, #photoalbum::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

#pricecontent, #photoalbum {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* REUSABLE */

.paragraph {
    font-family: 'Fira sans';
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
}

.title {
    font-size: 68px;
    line-height: 70px;
    font-weight: 500;
}

.title.secondary {
    color: #FFF;
    display: inline-block;
    font-weight: 400;
    font-size: 62px;
}

.fira {
    font-family: 'Fira sans';
}

.oswald {
    font-family: 'Oswald';
}

.pageFooter {
    height: 100px;
    position: relative;
    bottom: 0;
    top: calc(50% - 50px);
    z-index: 9999;
}

.pageFooter>.title {
    padding-left: 100px;
    margin-top: 10px;
}

.ruimte_extra_text {
    padding: 25px 100px;
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
}

.ruimte_extra_links {
    display: block;
    position: absolute;
    right: 200px;
    top: 20px;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    width: 300px;
}

.extra_link {
    display: block;
    width: 300px;
    margin-top: 10px;
    border-bottom: 1px solid #FFF;
    cursor: pointer;
}

.blackish {
    color: #1E2225 !important;
}

.minimalpadding {
    padding-top: 0;
}

.onehundredleft {
    margin-left: 100px;
}

table {
    width: 100%;
    height: auto !important;
    font-size: 17px;
}

tr {
    display: block;
    width: 101% !important;
    border-bottom: 1px solid #828D9B;
}

td b {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-top: 24px;
    padding-bottom: 12px;
}

td.blue_underline {
    font-weight: 200;
    display: inline-block;
    padding-left: 10px;
    padding-top: 24px;
    padding-bottom: 12px;
    width: calc(50% - 15px) !important;
}

.invisible {
    opacity: 0;
    color: transparent;
    border-color: transparent;
}

.button {
    appearance: none;
    font-family: 'Fira sans';
    background: #1E2225;
    color: #FFF;
    border: 0;
    padding: 25px;
    font-size: 20px;
    margin-top: -100px;
    margin-right: 200px;
    cursor: pointer;
}

.infobutton{
    padding-left: 10px;
}


/* CYCLER */

#backgroundSlider {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#backgroundSlider div {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: 20% !important;
}

#backgroundSlider div.active {
    z-index: 3
}

.mobile{
    display:none;
}




#fp-nav.fp-right {
	left: 17px;
}

#fp-nav ul li a span {
	background: transparent;
	box-shadow: 0px 0px 0px 2px #fff;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
	background-color: #fff;
}



#fp-nav.fp-right {
	left: 17px !important;
	width:100px !important;
}