    *{    
        background-position: center;
        background-size: cover;
    }

    h1{    
        font-size: 10vw;
    }

    h2{
        font-size: 8vw;
    }

    .BiggerH3OnMobile{        
        font-size: 7vw !important;
    }

    p {
    font-size: 1.8vh;
    }

    .CloseFloatingButton{
        position:  fixed;
        z-index: 40;
        right: 0;
        margin-top: -50px;
        margin-right: 30px;
        font-size: 8vw;
    }

    .newspostPhotos{
        display: none !important;
    }

    .CloseFloatingButton img{
        width: 27px;
    }

    #Linkpage{
        display: none;
        z-index: 40;
        position: fixed;
        overflow-y: scroll;
        height: 100%;
        width: 100%;
        background-color: #f2f2f2;
    }

    #LinkPageContent{
        margin: 120px 30px;
    }

    #subPageContent img{
        width: 100%;
    }

    #LoadingScreen {
        background-color: white;
        position: fixed;
        width: 100%;
        height: 100%;
        opacity: 1;
        z-index: 88;
        pointer-events: all;
    }
    
    #LoadingScreenImage {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25%;
        width: 10%;
        opacity: 0;
        -webkit-animation: spin 4s linear infinite;
        -moz-animation: spin 4s linear infinite;
        animation: spin 4s linear infinite;
    }

    .OpenMenuButton{
        z-index: 50;
        margin-top: 0;
        vertical-align: top;
        margin-left: 5vw;
        height: 13vw;
        width:  13vw;
        position: fixed;
        transition: .5s;
    }

    .OpenMenuButtonIcon{
        pointer-events: none;
        margin-top: 6px;
        height: 8vw;
        width:  8vw;
        margin-left: 7.5vw;
    }

    #subPage{
        opacity: 0;
        transition: .5s;
        height: 100%;
        position: fixed;
        z-index: 123;
        overflow:auto;
        pointer-events: all;
        width: 100%;
    }

    #ScrollablePage{
        min-height: 100%;
        padding: 80px 25px;
        scroll-behavior: auto;
    }

    #ScrollpageIndicator{
        width: 4.5vw;
        position: fixed;
        bottom: 0;
        left: 50%;
        height: 87px;
    }

    #ScrollpageIndicatorBackground{
        width: 100%;
        bottom: 0;
        position: absolute;
    }

    #ScrollpageIndicatorArrows{
        bottom: 0;
        width: 50%;
        margin-left: 25%;
        position: absolute;
        animation: bounce 2s infinite;
    }
    
    @keyframes bounce {
        0% { bottom: 20%; }
        50% { bottom: 15%; }
        100% { bottom: 20%; }
    }

    .Logo{
        width: 180px !important;
        margin: 20px;
    }

    .tableImg{        
      width: 100px !important;    
      margin: 0px 20px;  
    }

    .table {
      border-collapse: collapse;
      width: 75%;
      border-collapse:separate;
      border-spacing:0 25px;
    }
    
    .table td, .table th {
      padding: 8px;
    }
    
    .table tr:nth-child(even){background-color: #f2f2f2;}
    
    .table th {
      padding-top: 12px;
      padding-bottom: 12px;
      text-align: left;
      background-color: #F6F3EC;
      color: black;
    }
    
    .blueParagraf {
        color: #21365B;
    }    

    .FullImagePage{      
        width: 100%;
        height: 100%;  
        display: flex;
    }

    /* Spacing on left side for the sidebar */ 
    .LeftColumnSmall{
        flex: 0 0 450px;
    }

    .WhitePage{
        background-color: #ffffff;
    }

    .StandardSubPage{        
        background-color: #f8f6f2;
    }

    .DikTromSideBannerColor{
        background-color: #F6F3EC;
    }

    .DikTromSubPage{        
        background-color: #F8F0CC;
    }

    .DikTromSubPage h1{        
        font-family: "Suez One";
        font-weight: light;
        font-size: 2em;      
        text-transform: none;
        font-style: normal;
        margin: 0;
        padding: 20px 0px;
        color: #C1272D;
    }

    .DikTromSubPage h3{
        font-size: 1.5em;      
        color: #C1272D;
    }

    .HideOnMobile{
        display: none;
    }

    .BlueboxRightSide{        
        background-color: #21365B;
    }

    .MobileHeader{
        width: 100%;
        top:0;
        height: 100%;
    }

    .HeaderPhoto{
        z-index: -5;
        width: 100vw;
    }

    .TitleFloatRight{
        position: fixed;
        line-height: 5vw;
        margin: 20vw 50px;
        right:0;
        font-size: 8vw;
        color: white;
    }

    .MobileContent{
        margin: 20px 40px 240px 40px;
        z-index: 2;
    }

    .MobileContent img{
        width: 100%;
    }

    .HeaderWave{
        top:0;
        width: 100%;
        height: auto;
        position: absolute;
        z-index: 1;
        pointer-events: none;
    }   

    .HeaderWaveSpacingVideo{        
        margin-top: 30vw;
    }

    .HeaderWaveSpacingPhoto{        
        margin-top: 60vw;
    }

    /* Rest of the page content */ 
    .RightsidePage{
        flex: 1;
        height: 100%;
    }
    
    #topButtons {
        display: flex;
        justify-content: space-between; 
        margin: 0px 5px;
    }
    
    .navBarIcon {
        height: 35px;
        transition: .5s;
        cursor: pointer;
    }
    
    .bottomRightSide {
        left: 5px;
        position: fixed;
        bottom: 0;
    }
    
    #navigationSideBar {
        transition: .5s;
        background-color: #21365B;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 70px;
        z-index: 3;
    }
    
    #navigationSideBar button {
        margin: 20px 2%;
        padding: 0px;
        outline: none;
    }

    /*Home page*/
    #HomePageVideoPlayer{
        width: 100%;
    }

    #meerNieuwsHomepageButton {
        display: inline-block;
        width: 150px;
        height: 50px;
        background-size: 100% 100%;
        margin: 0.15em;
        vertical-align: middle;
        background-image: url('../img/MeerNieuws.png');
        outline: none;
        border: none;
    }
    
    #meerNieuwsHomepageButton:active {
        background-image: url('../img/MeerNieuwsPressed.png');
    }    
    
    #mapPanel {
        left: -100%;
        top: 0;
        height: 100%;
        width: 100%;
        position: fixed;
        background-color: white;
        transition: .5s;
        z-index: 2;
        overflow: scroll;
    }
    
    .BorderlessButton {
        background-color: transparent;
        color: transparent;
        cursor: pointer;
        padding: 3px;
        margin: 0;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
    }
    
    .whiteH4 {
        color: #ffffff;
        font-size: 5vw;
    }
    
    .darkH4 {
        color: #21365b;
        font-size: 5vw;
    }

    .smallLinkButton  H4{
        font-weight: normal;
        font-size: 4vw;
    }
    
    .BorderlessButton :hover {
        color: #21365b;
    }
    
    .collapseContent {
        width: 110%;
        padding: 0 0px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
    
    .arrowImage {
        transform: rotate(-);
        transition: 0.2s ease-out;
        margin: -18px 0px;
        float: right;
        width: 20px;
        height: 12px;
    }
    
    .active .arrowImage {
        transform: rotate(180deg);
    }
    
    h4 {
        padding: 0px;
        margin: 0px;
        font-size: 4vw;
    }

    h5{
        font-size: 4vw;
    }
    
    .SideBannerContent {
        margin: 20px;
    }
    
    .SplitLine {
        width: 330px;
        height: 1px;
    }

    .PageTitle{
        opacity: 0;
        transition: .5s;
        position: fixed;
        float: left;
        margin-left: 320px;
        z-index: 5;
        font-size: small;
    }
    
    .infoPanel {
        width: 90%;
        left: 0px;
        top: 0;
        height: 100%;
        width: 450px;
        position: fixed;
        transition: .5s;
        z-index: 2;
    }

    .floatingPanels{
        height: 30px;
        padding: 20px 20px 20px 40px;
        min-width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .FloatingButton{
        all: unset;
        cursor: none;
        font-family: "Suez One";
        background-color: #478178;
        color: white;
        font-size: 1em;
        text-align: center;
        vertical-align: center;
        padding: 3px 4vw;
        margin-right: 20px;
        border-radius: 25px 25px 0px 25px;
        z-index: 2;
        display: inline-block;
    }

    .FloatingSpacer{
        all: unset;
        cursor: none;
        padding: 3px 4vw;
        margin-right: 20px;
        border-radius: 25px 25px 0px 25px;
        z-index: 2;
        display: inline-block;
    }

    /* Kaart */  
    #openMapPanelButton{
        position: absolute;
        bottom: 0;
        z-index: 1;
        margin: 90px 10px;
        height: 40px;
    }

    .mapplic-tooltip-title{
        font-size: 15px !important;
    }

    .mapplic-tooltip-description{
        font-size: 10px !important;
    }

    .hasImage{
        margin-left:0px !important;
    }

    .mapplic-image{
        display: none !important;
    }
    
    .mapplic-zoom-buttons{
        display: none;
    }

    #Pagina_Kaart {
        background-color: #f8f6f2;
    }

    #Pagina_Kaart #MapContent{      
        height: 100%;
    }

    /* Mini museum*/
    .MiniMuseumColor{
        background-color: #478178;
        fill: #478178;
    }

    #MiniMuseumTitleTop{
        color: #4DB488;
        font-size: 6vw;
        margin-top: 50px;
    }

    #MiniMuseumTitleBottom{
        margin-top: -60px;
        font-size: 2vw;
        font-weight: normal;
        color: #21365B;        
    }

    #Pagina_MiniMuseum .RightsidePage{
        background-image: url('../img/Homepage_BigImage/MiniMuseum.png');
    }

    /* Dik trom*/
    .DikTromColor{
        background-color: #9BA95B ;
        fill: #9BA95B ;
    }

    #DikTromTitleTop{
        color: black;
        font-size: 4vw;
        margin-top: 50px;
    }

    #DikTromTitleBottom{
        font-family: 'Fredoka One', cursive;
        margin-top: -50px;
        font-size: 5vw;
        margin-left: 255px;
        font-weight: normal;
        color: #C1272D;     
        -webkit-text-stroke: 3px black; /* width and color */
        border-color: black;        
    }

    #Pagina_DikTrom .RightsidePage{
        background-image:url('../img/Homepage_BigImage/DikTrom_ezel_illustratie.png'),url('../img/Homepage_BigImage/DikTrom_Schooltje_illustratie.png'),  url('../img/Homepage_BigImage/DikTromLandschap.png');
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: bottom 2vw left 2vw, bottom 7vw right 2vw, bottom left;
        background-size: 25vw, 40vw, cover;
    }

    /* Polder molen*/
    .PolderMolenColor{
        background-color: #7F7615;
        fill: #7F7615;
    }

    #PolderMolenTitle{
        color: #4F5F5F;
        line-height: 70px;
        font-size: 6vw;
        margin-top: 50px;
        margin-left: 60px;
    }
    
    #Pagina_PolderMolen .RightsidePage{
        background-image: url('../img/Homepage_BigImage/Molen.png');
    }

    /* Expeditie*/
    .ExpeditieEtersheimColor{
        background-color: #4F5F5F;
        fill: #4F5F5F;
    }

    #ExpeditieEtersheimTitleTop{
        color: #4DB488;
        font-size: 5vw;
        margin-top: 50px;
    }

    #ExpeditieEtersheimTitleBottom{
        margin-top: -60px;
        margin-left: 70px;
        font-size: 4vw;
        font-weight: normal;
        color: #21365B;        
    }

    #Pagina_ExpeditieEtersheim .RightsidePage{
        background-image: url('../img/Homepage_BigImage/Expeditie.png');
    }

    /*Contact*/    
    #ContactFlex{    
        margin: 40px;
    }

    #ContactContentIntro h2{
        font-size: 90px;
        color: #70A8B1;
    }
    
    .ContactBlock{
        display: flex;
        flex-direction: row;
        height: 130px;
        margin-bottom: 20px;
    }

    .ContactBlockImage{
        float: left;
        width: 20%;
    }

    .ContactBlockImage img{
        width: 23vw;
    }

    .ContactBlockText{
        margin-left: 50px;
        float: left;
    }

    .noPointerEvents{
        pointer-events: none !important;
    }

    .transparentBackground{
        background-color: none !important;
    }
    
    .GridImages img{
        width: 30% !important;
        margin: 10px;
        vertical-align: top;
    }

    #DikTromArchief{
        margin-left: -25px;
        margin-top: -80px;
        width: 100%;
        height: 100%;
        position: fixed;
    }

    #navBarBackButtonParent{
        text-decoration: none;
        transition: 1s;
        top:0;
        margin: 30px -50px;
        position: fixed;
        z-index: 9988;
    }

    #navBarBackButton{
        pointer-events: none;
    }
    
    /* Lightbox */
    .LightBoxClickable:hover{
        cursor: pointer;
        -webkit-filter: brightness(120%);
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
    }

    .lightbox {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
      }
      
      .lightbox img {
        max-width: 80%;
        max-height: 80%;
      }      
      
      .lightbox.active {
        visibility: visible;
        opacity: 1;
      }
    
      .ViewInPortrait{
          display: none;
          background-color: white;
          position:absolute;
          top:0;
          left:0;
          width:100%;
          height:100%;
          z-index:1000;
          text-align: center;
          background-color: #f2f2f2;
      }
      
      .ViewInPortrait h3{
          text-align: center;
          font-size: 2.5em !important;
      }