.page-template-page-cta .footer,
.page-template-page-cta .header {
    display: none;
}

.page-cta {
    margin-top:0 !important;
    height:100vh;
}

.page-cta .slide,
.page-cta .cta-slider,
.page-cta #main-content,
.page-cta #et-main-area,
.page-cta .et-boc,
.page-cta #page-container,
.page-cta body {
    height:100vh;
}

.page-cta #wpadminbar {
    display: none !important;
}


.woning-images {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2px;
    grid-template-areas:
      "thumb1 thumb1 thumb2"
      "thumb1 thumb1 thumb3";  */
}
/* .woning-image:nth-child(1) { grid-area: thumb1; }
.woning-image:nth-child(2) { grid-area: thumb2; }
.woning-image:nth-child(3) { grid-area: thumb3; } */

.woning-image img {
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.slide {
    display: flex;
    flex-direction: column;
    width:100%;
}

.slide-topbar {
    display: flex;
    justify-content: space-evenly;
    width:100%;
    height:15px;
}

.slide-topbar-bg {
    height:inherit;
    width:100%;
}

.slide-topbar-bg:nth-child(1) {
    background-color:#db0812;
}
.slide-topbar-bg:nth-child(2) {
    background-color:#af1280;
}
.slide-topbar-bg:nth-child(3) {
    background-color:#0097bd;
}
.slide-topbar-bg:nth-child(4) {
    background-color:#66aa58;
}
.slide-topbar-bg:nth-child(5) {
    background-color:#ec6608;
}

.slide-content {
    flex-grow:1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
}

.slide-content-object {
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
}

.slide-bottombar {
    width:100%;
    height:90px;
    background-color:#fff;
    padding:10px 30px 10px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slide-bottombar-info {
    font-size: 28px;
    font-family: sans-serif;
    line-height:1.1;
    font-weight:500;
    margin-top:5px;
}

.slide-bottombar-logo img {
    height:70px;
    width:auto;
    display: block;
}

.slide-bottombar-status {
    position: absolute;
    background-color:#0097bd;
    bottom:90px;
    right:0;
    width:400px;
    font-size:28px;
    line-height:1.1;
    color:#fff;
    border-radius:15px 0 0 0;
    padding:20px;
    font-weight:600;
}

.slide-bottombar-name {
    font-family: sans-serif;
    text-transform: uppercase;
    font-size:65px;
    line-height:1;
    margin-top: 10px;
    font-weight:700;
}

.slide-title {
    padding:0;
    font-family: sans-serif;
    text-transform: uppercase;
    line-height:1.1;
    font-weight:700;
}