.breadcrumb,
#header.menu-side .social-icons .social-label,
#header.menu-side .social-icons .social-icon .fa-brands,
#languages,
#extraMenu,
#menu-search,
#wrapper .modeldetail #modelhashnav,
.menu-link-arrow,
.afterMenu,
.page-menu-list,
.menu-agency-switch,
.scrolldown,
#pageBlock0 .page-block-header-caption,
.page-block-page_image .page-block-header-caption,
.card-title,
.scrolltop,
#footer_links{
    display: none!important;
}
.page-block.with_page_image .page-block-subname, .page-block.with_page_image .page-block-name, .page-block.with_page_image .page-block-caption-head{
    display: block;
}
#header{
    padding: 0px; height: 56.25vw;
    background: url("../img/frame/header-background.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
#topbar{
    position: absolute; top: 0px; left: 0px; height: 100%; width: 100%;
}
.logo{
    z-index: 2;
    position: absolute; top: 0px; left: 0px; height: 100%; width: 100%;
    display: flex; justify-content: center; align-content: center; align-items: center;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.logo svg, .logo img{
    max-height: 30vw; max-width: none; width: 80vw;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.logo .st0{
    fill: #ffffff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.menu-default #mainsection, .menu-centered #mainsection{
    margin: 56.25vw 0px 0px 0px;
}
.navbar-toggle{
    top: 15px; position: fixed; z-index: 3; background: #ac8107;
}
.mainmenu{
    z-index: 1;
    margin-top: 0px; max-height: 100vh;
}
.mainmenu .navbar-nav{
    max-height: none; overflow: hidden; padding-top: 190px;
}
.navbar-nav li a{
    font-size: 1.2em;
}
.navbar-nav li.active a.menu-link{
    background:#ffffff; color:#002947;
}
#theBody.menuactive .logo{
    height: 180px;
}
#theBody.menuactive .logo svg, #theBody.menuactive .logo .logo img{
    max-height: 130px;
}
#theBody.menuactive .logo .cls-3,
#theBody.menuactive .logo .stLogo{
    fill: #002947;
}

#theBody{
    font-family: "minion-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

#pageBlock1 .page-block-txt p, #pageBlock1 .page-block-txt ul{
    font-weight: 600;
}

.menu-default .navbar-nav li a, .menu-centered .navbar-nav li a,
h1, h2, h3, h4, h5, h6,
.accordion .page-block-module .card .card-header h4 a{
    font-family: din-2014, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #ac8107;
    text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #ac8107!important;
}

.menu-centered .mainmenu ul.navbar-nav li.menu-link{
    order: 1;
}
.menu-centered .mainmenu ul.navbar-nav li.menu-link.menu-faq{
    order: 2;
}
.menu-centered .mainmenu ul.navbar-nav li.menu-link.menu-contact{
    order: 3;
}


@media (max-width: 767px){
    #header.menu-centered{
        height: 56.25vw; position: absolute;
    }
    
    #theBody.shrink #header.menu-centered{
        position: fixed; height: 70px;
    }
    #theBody.shrink .logo{
        height: 70px; margin-top: 10px; width: 90px; pointer-events: all;
    }
    #theBody.menuactive .logo{
        margin-top: 20px; pointer-events: none;
    }
    #theBody.shrink .logo svg, #theBody.menuactive .logo .logo img{
        max-height: 80px;
    }
    #theBody.menuactive {
        overflow:hidden; 
    }
    #theBody.menuactive .logo svg,
    #theBody.shrink.menu-active .logo svg{
        max-height: 180px;
    }
    #theBody.shrink .logo .cls-3,
    #theBody.shrink .logo .stLogo{
        opacity: 0;
    }
    #theBody.shrink .logo .st1{
        fill: #ffffff;
    }
    #theBody.menuactive.shrink .logo{
        height: 180px; width: 100%; margin-top: 20px;
    }
    #theBody.menuactive.shrink .logo svg, #theBody.menuactive .logo .logo img{
        max-height: 170px;
    }
    #theBody.menuactive.shrink .logo .cls-3,
    #theBody.menuactive.shrink .logo .stLogo{
        fill: #002947; opacity: 1
    }
    #theBody.menuactive.shrink .logo .st1{
        fill: #ac8107;
    }
    #theBody p{
        font-size: 16px;
    }
    
    .mainmenu .navbar-nav{
        padding-top: 240px;
    }
}
@media (min-width: 768px){
    #header.menu-centered{
        height: 56.25vw; position: absolute;
    }
    .menu-default .nav-container, .menu-centered .nav-container {
        position: absolute; top: auto; bottom: 0px; height: 50px;
    }
    .menu-centered .mainmenu .navbar-nav {
        margin: 0px 0px 0px 0px;
    }
    #header.menu-centered .logo{
        margin: 0px;
    }
    .menu-centered .navbar-nav li{
        height: 50px
    }
    
    #theBody.shrink #header.menu-centered{
        position: fixed; height: 130px;
    }
    #theBody.shrink .logo{
        height: 80px; margin-top: 15px;
    }
    #theBody.shrink .logo svg, #theBody.menuactive .logo .logo img{
        max-height: 100px;
    }
    #theBody.shrink .logo .st0{
        opacity: 0;
    }
    
    
    .menu-default .mainmenu .navbar-nav, .menu-centered .mainmenu .navbar-nav{
        background: #ac8107;
    }
    .menu-centered .navbar-nav li a{
        color: #ffffff; line-height: 50px; font-size: 14px; padding: 0px 15px; margin: 0px 0px;
    }
    .menu-centered .navbar-nav li a:hover{
        color: #002947;
    }
    .menu-centered .navbar-nav li a.active{
        color: #002947;
    }
    
}


#basicloadercontainerSVG{
    width: 200px; height: 200px;
}
#basicloadercontainerSVG #SVGLOADER #G1 .st0{
    -webkit-animation: SVGglowing1 1s infinite forwards ease-in-out;
    -moz-animation: SVGglowing1 1s infinite forwards ease-in-out;
    -ms-animation: SVGglowing1 1s infinite forwards ease-in-out;
    -o-animation: SVGglowing1 1s infinite forwards ease-in-out;
    animation: SVGglowing1 1s infinite forwards ease-in-out;
    transform-origin: center center;
    fill: #ac8107!important;
}
@keyframes SVGglowing1 {
  0% {
        fill-opacity:0;
  }
  25% {
        fill-opacity:1;
  }
  50% {
        fill-opacity:0;
  }
  100% {
        fill-opacity:0;
  }
}
#basicloadercontainerSVG #SVGLOADER #G2 .st0{
    -webkit-animation: SVGglowing2 1s infinite forwards ease-in-out;
    -moz-animation: SVGglowing2 1s infinite forwards ease-in-out;
    -ms-animation: SVGglowing2 1s infinite forwards ease-in-out;
    -o-animation: SVGglowing2 1s infinite forwards ease-in-out;
    animation: SVGglowing2 1s infinite forwards ease-in-out;
    transform-origin: center center;
    fill: #ac8107!important;
}
@keyframes SVGglowing2 {
  0% {
        fill-opacity:0;
  }
  25% {
        fill-opacity:0;
  }
  50% {
        fill-opacity:1;
  }
  75% {
        fill-opacity:0;
  }
  100% {
        fill-opacity:0;
  }
}
#basicloadercontainerSVG #SVGLOADER #G3 .st0{
    -webkit-animation: SVGglowing3 1s infinite forwards ease-in-out;
    -moz-animation: SVGglowing3 1s infinite forwards ease-in-out;
    -ms-animation: SVGglowing3 1s infinite forwards ease-in-out;
    -o-animation: SVGglowing3 1s infinite forwards ease-in-out;
    animation: SVGglowing3 1s infinite forwards ease-in-out;
    transform-origin: center center;
    fill: #ac8107!important;
}
@keyframes SVGglowing3 {
  0% {
        fill-opacity:0;
  }
  25% {
        fill-opacity:0;
  }
  50% {
        fill-opacity:0;
  }
  75% {
        fill-opacity:1;
  }
  100% {
        fill-opacity:0;
  }
}

@media (min-width: 991px){
    .menu-centered .navbar-nav li a{
        font-size: 16px;
    }
}

.logo svg, .logo img{
    opacity: 0;
}  
#theBody.DOMloaded .logo svg{
  animation-name: logoInSimple;
  animation-duration: 1.4s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
} 
@keyframes logoInSimple {
  0% {
        opacity: 0;
  }
  40% {
        opacity: 1;
  }
  75% {
        opacity: 1;
  }
  100% {
        opacity: 1;
  }
}
@media (min-width: 768px) and (max-height: 799px){
    #header.menu-centered{
        height: 100vh; position: fixed;
    }
    .logo svg, .logo img{
        height: 200px;
    }     
    .menu-centered .nav-container{
        bottom: -50px;
    }
    #theBody.DOMloaded .logo svg{
      animation-name: logoInSmall;
      animation-duration: 1.4s;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;
      opacity: 0;
    } 
    
    #theBody.DOMloaded .menu-centered .nav-container{
      animation-name: menuIn;
      animation-duration: 0.3s;
      animation-delay: 0.8s;
      animation-fill-mode: forwards;
    } 
    #theBody.DOMloaded #header.menu-centered{
      animation-name: headerInSmall;
      animation-duration: 0.5s;
      animation-delay: 1.9s;
      animation-fill-mode: forwards;
    } 
    #theBody.DOMloaded .logo{
      animation-name: logoContainerIn;
      animation-duration: 1.4s;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;
    }
    #theBody.DOMloaded .logo .st0{
      animation-name: logoTextOut;
      animation-duration: 1.4s;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;
    }
    .menu-default #mainsection, .menu-centered #mainsection{
        margin-top: 180px!important;
    }
}
@keyframes logoTextOut {
  0% {
  }
  40% {
  }
  75% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}
@keyframes logoContainerIn {
  0% {
  }
  40% {
  }
  75% {
        height: 100%; margin-top: 0px;
  }
  100% {
        height: 80px; margin-top: 15px;
  }
}
@keyframes logoInSmall {
  0% {
        opacity: 0;
  }
  40% {
        opacity: 1;
        height: 30vh;
  }
  75% {
        opacity: 1;
        height: 200px;
  }
  100% {
        opacity: 1;
        height: 100px;
  }
}
@keyframes headerInSmall {
  0% {
        height: 100vh;
  }
  100% {
        height: 130px;
  }
}

@media (min-width: 1200px) and (min-height: 800px){
    #header.menu-centered{
        height: 100vh; position: fixed;
    }
    .logo svg, .logo img{
        opacity: 0;
        width: auto; height: 30vh;
    }   
    .menu-centered .nav-container{
        bottom: -50px;
    }
    
    #theBody.DOMloaded .logo svg{
      animation-name: logoIn;
      animation-duration: 1.4s;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;
    } 
    
    #theBody.DOMloaded .menu-centered .nav-container{
      animation-name: menuIn;
      animation-duration: 0.3s;
      animation-delay: 0.8s;
      animation-fill-mode: forwards;
    } 
    
    #theBody.DOMloaded #header.menu-centered{
      animation-name: headerIn;
      animation-duration: 0.5s;
      animation-delay: 1.9s;
      animation-fill-mode: forwards;
    } 
    
    .menu-default #mainsection, .menu-centered #mainsection{
        margin-top: 220px!important;
    }
    .logo{
        height: 80%;
    }
    
    
    #theBody.DOMloaded.shrink #header.menu-centered{
        height: 220px!important;
    }
    #theBody.DOMloaded.shrink .logo{
        height: 80%!important; margin-top: 0px!important;
    }
    #theBody.DOMloaded.shrink .logo svg, #theBody.DOMloaded.menuactive .logo .logo img{
        max-height: 120px!important;
    }
    #theBody.DOMloaded.shrink .logo .st0{
        opacity: 1!important;
    }
}

@keyframes logoIn {
  0% {
        opacity: 0;
  }
  40% {
        opacity: 1;
        height: 30vh;
  }
  75% {
        opacity: 1;
        height: 32vh;
  }
  100% {
        opacity: 1;
        height: 120px;
  }
}
@keyframes menuIn {
  0% {
        bottom: -50px;
  }
  100% {
        bottom: 0px;
  }
}
@keyframes headerIn {
  0% {
        height: 100vh;
  }
  100% {
        height: 220px;
  }
}
@keyframes headerShrink {
  0% {
        height: 220px;
  }
  100% {
        height: 130px;
  }
}
.page-block{
    padding: 15px 0px;
}
#pageBlock1.page-block.with_page_image .page-block-caption,
.page-block.with_block_image .page-block-caption,
.page-block.with_page_image .page-block-caption,
.page-block .page-block-caption{
    padding: 30px 30px;
}
.page-block-page_image{
    display: flex; justify-content: center;
}
.page-block-page_image a{
    display: flex; justify-content: center; width: 100%;
}
.page-block-page_image img{
    width: 100%;
}

#pageBlock1{
    order:1;
}
#pageBlock1 .page-block-image{
    order:1;
}
#pageBlock1 .page-block-caption{
    order:2;
}
#pageBlock0{
    order:2;
}
#pageBlock2{
    order:3;
}
.page-block{
    order:4;
}

.page-block.default .page-block-page-image{
    order: 1;
}
.page-block.default .page-block-image{
    order: 3; padding-left: 30px; padding-right: 40%;
}
.page-block.default.medium .page-block-image{
    order: 3; padding-left: 0%;
}
.page-block.default .page-block-caption{
    order: 2;
}
.page-block.default .page-block-caption-head{
    padding-bottom: 0px;
}
.page-block.default .page-block-caption-content{
    padding-top: 0px; 
}


.light.page-block,
.medium.page-block{
    padding: 30px; margin: 45px 0px;
}
.light.page-block.with_page_image,
.medium.page-block.with_block_image {
    padding: 30px 30px 30px 30px;
}

.light.page-block .page-block-caption-head,
.light.page-block .page-block-caption,
.medium.page-block .page-block-caption-head,
.medium.page-block .page-block-caption{
    background: #ffffff;
}
.page-block.accordion .accordion .card .card-header h4 a::before{
    color: #ac8107; border: 0px; top: 15px;
}
.accordion .page-block-module .card .card-header{
    background: #ffffff;  border-bottom: 1px solid #ac8107; padding-right: 0px; padding-left: 0px;
}
.accordion .page-block-module .card .card-body{
    background: #f7f2e6; padding-bottom: 5px; padding-left: 45px;
}

.page-block.gallery.slideshow .page-block-module .carouselState,
.btn-primary, .btn-primary-grey, .btn-default, .btn-secondary, .btn-info, .btn-list, .btn-primary,
.page-block-intro p, .page-block-intro ul{
    font-family: din-2014, sans-serif;
    font-weight: 00;
    font-style: normal;
    color: #002947;
    text-transform: uppercase;
}
.btn-primary span, .btn-primary-grey span, .btn-default span, .btn-secondary span, .btn-info span, .btn-list span, .btn-primary span{
    font-size: 1.1em;
}

#appartement-a::before,
#appartement-b::before,
#appartement-c::before{
    position: relative; height: 150px; background: url("../img/frame/app A.svg"); background-repeat: no-repeat; background-position: center center; background-size: contain;width:100%;
    content: ''; display: flex;
    margin-top: 45px;
}
#appartement-b::before{
    background: url("../img/frame/app B.svg"); background-repeat: no-repeat; background-position: center center; background-size: contain;width:100%;
}
#appartement-c::before{
    background: url("../img/frame/app C.svg"); background-repeat: no-repeat; background-position: center center; background-size: contain;width:100%;
}

#appartement-b,
#appartement-b-gallery,
#appartement-b-plattegrond{
    background-color: rgba(172,129,7,0.1);
}
#appartement-a-plattegrond,
#appartement-b-plattegrond,
#appartement-c-plattegrond{
    padding-bottom: 75px!important;
}

.grapWrapper{
    margin-bottom: 0px;
}
.grapWrapper .grapCarousel{
    grid-template-columns: repeat(auto-fill,calc(((100vw - 60px) / 6) - 0px));
    grid-auto-columns: calc(((100vw - 60px) / 6) - 0px);
    grid-gap: 30px;
}
.grapCarousel .link-image, .grapCarousel .image-item {
    grid-column: span 4;
}
.lightbox-modal .close{
    display: flex; justify-content: center; align-content: center; align-items: center; text-decoration: none; 
}

.deckInformation{
    display: none!important;
}

.page-block.gallery.slideshow{
    padding: 0px 30px 30px 30px;
}
.page-block.gallery.slideshow .page-block-caption{
    padding: 0px;
}
.page-block.gallery.slideshow .page-block-module{
    padding: 0px;
}
.page-block.gallery.slideshow .page-block-module .carousel-indicators{
    padding-left: 0px; justify-content: center; background: none;
}
.page-block.gallery.slideshow .page-block-module .carouselState{
    bottom: -25px;
}

.page-block.cta{
    margin: 0px 30px;
}
.page-block.cta .page-block-caption{
    padding: 0px;
}
.page-block.cta{
    margin: 0px 0px;
}
.page-block.cta .page-block-ttl h2{
    font-size: 2em;
}

#contact #kolpa{
    margin: 30px 0px;
    width: 240px;
}

#contact #drieP{
    margin: 30px 0px;
    width: 240px;
}

#oostvoorne .page-block-caption{
    padding-bottom: 0px;
}

#map2{
    height: 75vw; width: 100%;
}
.gm-style-iw button:focus {
    outline: 0!important;
}

@media (hover: none) {
    .lightbox-modal .carousel-control-prev, .lightbox-modal .carousel-control-next{
        opacity: 0!important;
    }
}


@media (min-width: 768px){
    #pageBlock1 .page-block-image{
        display: flex; justify-content: center;
    }
    #pageBlock1 .page-block-image img{
        width: 500px;
    }
    #pageBlock1.page-block.with_page_image .page-block-caption,
    .page-block.with_page_image .page-block-caption,
    .page-block .page-block-caption{
        padding: 30px 60px;
    }
    .page-block.with_page_image .page-block-caption-head,
    .page-block .page-block-caption-head{
        padding-bottom: 0px;
    }
    .page-block.with_page_image .page-block-caption-content,
    .page-block .page-block-caption-content{
        padding-top: 0px;
    }
    .page-block.with_page_image .page-block-name{
        width: 100%; display: flex; justify-content: center;
        margin: 15px 0px;
    }
    .page-block.with_page_image .page-block-name h1{
        width: 50%; max-width: 650px;
    }
    .page-block.center .page-block-txt{
        display: flex; justify-content: center; flex-wrap: wrap;
    }
    .page-block.center .page-block-txt p{
        max-width: 590px; width: 100%;
    }
    .page-block-page_image img{
        width: 80%;
    }
    
    #locatie.page-block.default {
        align-items: flex-start; padding-top: 30px;    
    }
    #locatie.page-block.default .page-block-page_image{
        margin-top: 30px;
    }
    #locatie.page-block.default .page-block-image{
        padding: 45px 0px; width: 300px; order: 2;
    }
    #locatie.page-block.default .page-block-caption{
        width: calc(100% - 300px); order: 3; margin-top: 45px;
    }
    #locatie.page-block.default .page-block-caption-head{
        position: absolute; width: 100%!important; padding: 15px!important; padding-left: 10%!important; padding-right: 40%!important; margin: 0px; top:0px;
    }
    
    #oostvoorne{
        padding: 0px; justify-content: center;
    }
    #map2{
        height: 400px; width: 80%;
    }
    
    #faq.page-block,
    .light.page-block,
    .medium.page-block{
        width: 80%;
    }
    
    #faq.page-block .page-block-caption{
        padding: 30px 0px;
    }
    .light .page-block-page_image img,
    .medium .page-block-page_image img{
        width: 100%;
    }
    
    #contact.page-block.center .page-block-txt p{
        max-width: none; width: 100%!important;
    }
    
}
@media (min-width: 991px){
    #theBody{
        font-size: 16px;
    }
    #locatie.page-block.default {
        align-items: stretch;
    }
    #locatie.page-block.default .page-block-image{
        padding: 75px 0px; width: 50%;
    }
    #locatie.page-block.default .page-block-caption{
        width: 50%; margin-top: 0px; padding: 75px 60px; display: flex; align-content: center; align-items: center;
    }
    
    
    #faq.page-block,
    .light.page-block,
    .medium.page-block{
       margin: 90px 0px 0px 0px;
    }
    
    
    .medium.page-block .page-block-image{
        width: 40%!important; position: absolute; left: 30px!important; top: 30px; height: calc(100% - 60px)!important; z-index: 2;
    }
    .medium.page-block .page-block-image img{
        width: 100%; height: 100%; object-fit: cover;
    }
    .medium.page-block .page-block-caption{
        width: 100%; padding-left: 50%;
    }
    .medium.page-block .page-block-caption-head, .medium.page-block .page-block-caption{
        padding-left: calc( 40% + 90px); padding-right: 60px;
    }  
    .medium.page-block .page-block-caption-head{
        padding-top: 60px;
    }
    .medium.page-block .page-block-caption-content{
        padding-bottom: 60px;
    }  

}
@media (min-width: 1280px){
    .menu-centered .navbar-nav li a{
        margin: 0px 5px;
    }
}
@media (min-width: 1280px){
    #theBody{
        font-size: 18px;
    }
    .page-block-ttl h2{
        font-size: 2em;
    }
    #pageBlockPage{
        align-items: flex-start;
    }
    .page-block.with_page_image .page-block-name h1{
        width: 60%; max-width: 670px;
    }
    .page-block.center .page-block-txt p,
    #pageBlock1 .page-block-txt p, #pageBlock1 .page-block-txt ul{
        max-width: 800px;
    }
    .page-block-page_image img{
        width: 100%; max-width: 1080px;
    }
    #map2,
    #faq.page-block,
    .light.page-block,
    .medium.page-block,
    #locatie.page-block.default{
        width: 1080px;
    }
    .light.page-block{
        width: 500px;
    }
    .light.page-block .page-block-caption-head, .light.page-block .page-block-caption{
        padding-left: 45px; padding-right: 45px;
    }  
    .light.page-block .page-block-caption-head{
        padding-top: 45px;
    } 
    .light.page-block .page-block-caption-content{
        padding-bottom: 45px;
    } 
    .light.center.page-block .page-block-caption .page-block-txt{
        max-width: 100%; margin: 0px;
    }
    
    #faq.page-block{
        width: 490px; margin-left: 90px; margin-top: 180px;
    }  
    #faq.page-block::before{
        position: relative; height: 150px; background: url("../img/frame/3-icon-goudfazant g.png"); background-repeat: no-repeat; background-position: center center; background-size: contain; width:100%;
        content: ''; display: flex;
        margin-top: 45px;
    }
    #faq.page-block .page-block-caption .page-block-ttl h2{
        color: #ac8107;
    }
    .accordion .page-block-module .card .card-header h4{
        font-size: 0.9em;
    }
    .page-block.accordion .accordion .card .card-header h4 a::before,
    .accordion .page-block-module .card .card-header h4 a{
    color: #002947!important;
    }
    .page-block.accordion .accordion .card .card-header h4 a.collapsed::before,
    .accordion .page-block-module .card .card-header h4 a.collapsed{
    color: #ac8107!important;
    }
    .accordion .page-block-module .card .card-body{
        
        background: url("../img/frame/header-background.jpg"); background-repeat: no-repeat; background-position: center center; background-size: 1080px;
        background: #002947; padding-top: 45px; padding-bottom: 20px;
        
    }
    .accordion .page-block-module .card .card-body p{
        color: #ffffff;
    }
    
    
    #locatie.page-block.default .page-block-caption-head{
        padding-left: 0px!important;
        padding-right: 55%!important;
        top: 40px;
    }
    
    
    .medium.page-block .page-block-image{
        top: -140px;
    }
    .medium .page-block-caption .page-block-ttl h2{
        padding: 0px 50px;
    }
    .medium.page-block .page-block-image img{
        width: 100%; height: 100%; object-fit: cover;
    }
    .medium.page-block .page-block-caption-head, .medium.page-block .page-block-caption{
        width: 60%!important; margin: 0px!important; margin-left: calc(40% + 60px)!important;
        padding-left: calc( 60px); padding-right: 60px;
    }  
    .medium.page-block .page-block-caption-head{
        padding-top: 60px;
    }
    .medium.page-block .page-block-caption-content{
        padding-bottom: 60px;
    }  
    .medium.page-block.center .page-block-txt{
       max-width: 100%; margin: 0px;
    }  
    .medium.page-block .page-block-image::after{
        position: relative; height: 150px; background: url("../img/frame/3-icon-goudfazant w.png"); background-repeat: no-repeat; background-position: center center; background-size: contain; width:100%;
        content: ''; display: flex;
        margin-top: 20px;
    }
    
    .page-block-intro p, .page-block-intro ul{
        font-size: 1.4em;
    }
    .page-block .content-link, .page-block .page-block-link{
        margin: 30px 0px;
    }

    #appartement-a::before,
    #appartement-b::before,
    #appartement-c::before{
        height: 250px;
    }
    #appartement-a .page-block-caption .page-block-ttl h2{
        font-size: 2.6em;
    }
}

@media (min-width: 2100px){
    /*#de-architect{
        width: 960px; margin-left: 90px; margin-top: 240px;
    }  */
    #de-architect{
        width: 1080px; margin-left: calc(50% - 540px); margin-right: calc(50% - 540px);
    }    
}

#sfeergallery{
    display: flex; justify-content: center;
}
#sfeergallery .page-block-caption{
    max-width: 1440px;
}
#sfeergallery .page-block-module{
    max-width: 1440px!important; margin: 0px!important;
}
.footer{
    background: none; position: relative; 
}
/*
@media (min-width: 1440px){
    .page-block-page_image img{
        width: 800px;
    }
}*/ 


#het-plan .page-block-caption{
    order: 1;
}
#inbegrepen .page-block-caption{
    order: 1;
}

@media (max-width: 1279px){
#het-plan .page-block-caption p,
#inbegrepen .page-block-caption p{
    max-width: 580px;
}
}
#het-plan .page-block-page_image{
    order: 2;
}
#inbegrepen .page-block-page_image{
    order: 2;
}
#inbegrepen .btn-primary{
    margin-bottom: 5px;
}

#het-plan .page-block-page_image img,
#inbegrepen .page-block-page_image img{
    max-width: 800px;
}


