.site-id-1 .flex-layout.home_hero-layout {
    background: linear-gradient(
        to bottom,
        #bee6ef 0%,
        rgba(190, 230, 239, 0.5) 50%
    );
}

.site-id-14 .flex-layout.home_hero-layout {
    background: linear-gradient(to bottom, #fcff99 0%, #fcff99 50%);
}

.home_hero-layout .pk-row-content.pk-grid-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.home_hero-layout {
    position: relative;
    overflow: hidden;
    /* min-height: 95dvh; */
}

.site-id-1 .flex-layout.home_hero-layout:after {
    content: "";
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #feb2ce;
    display: block;
    z-index: 1;
}

.site-id-14 .flex-layout.home_hero-layout:after {
    content: "";
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #e0d1fc;
    display: block;
    z-index: 1;
}

.home_hero-layout .hero-container {
    width: 100%;
}

.home_hero-layout .hero-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 80px 0;
}

.home_hero-layout .center-container {
	max-width: 305px;
	width: 100%;
}

.home_hero-layout .hero-images {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.home_hero-layout .hero-image img {
    display: block;
    object-fit: contain;
}

.home_hero-layout .hero-logo {
    flex-shrink: 0;
    max-width: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    margin-top: 55px;
    margin-top: 20px;
}

.home_hero-layout .rotating-logo {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.home_hero-layout .rotating-logo > img {
    width: 100%;
    height: 100%;
    animation: rotate 20s linear infinite;
}

.home_hero-layout .rotating-logo > img {
    width: 100%;
    height: 100%;
}

.home_hero-layout .rotating-logo .logo-inner-wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home_hero-layout .rotating-logo .logo-inner-wrap img {
    max-width: 35px;
    width: 100%;
}

.hero-image.hero-image-2 img {
    object-fit: contain;
    object-position: left;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Hero Personen Afbeeldingen */
.flex-layout.home_hero-layout .pk-col-right,
.flex-layout.home_hero-layout .pk-col-left {
    display: flex;
}

/* Afbeeldingen Links */
.flex-layout.home_hero-layout .pk-col-left .image-wrap-left {
    position: relative;
    right: -45px;
}

.site-id-14 .flex-layout.home_hero-layout .pk-col-left .image-wrap-left {
    right: -65px;
}

.flex-layout.home_hero-layout .pk-col-left .image-wrap-left .pk-hero-cloud {
    position: absolute;
	max-width: 125px;
    top: -10px;
    left: -70px;
}

.site-id-14
    .flex-layout.home_hero-layout
    .pk-col-left
    .image-wrap-left
    .pk-hero-cloud {
    top: 10px;
    left: -70px;
}

.flex-layout.home_hero-layout .pk-col-left .image-wrap-right {
    position: relative;
    z-index: 1;
}

.flex-layout.home_hero-layout .pk-col-left .image-wrap-right .pk-hero-cloud {
    position: absolute;
	max-width: 130px;
    bottom: 100px;
    right: -90px;
}

/* Afbeeldingen Rechts */
.flex-layout.home_hero-layout .pk-col-right .image-wrap-left {
    position: relative;
    z-index: 1;
}

.flex-layout.home_hero-layout .pk-col-right .image-wrap-left .pk-hero-cloud {
	max-width: 135px;
    position: absolute;
    top: -20px;
    left: -100px;
}

.site-id-14
    .flex-layout.home_hero-layout
    .pk-col-right
    .image-wrap-left
    .pk-hero-cloud {
		max-width: 130px;
    top: 0;
	left: -55px;
}

.flex-layout.home_hero-layout .pk-col-right .image-wrap-right {
    position: relative;
    left: -50px;
}

.flex-layout.home_hero-layout .pk-col-right .image-wrap-right .pk-hero-cloud {
    position: absolute;
    top: 0;
    right: -80px;
	max-width: 135px;
}

.site-id-14 .flex-layout.home_hero-layout .pk-col-right .image-wrap-right {
    position: relative;
    left: -70px;
    z-index: 1;
}

.site-id-14
    .flex-layout.home_hero-layout
    .pk-col-right
    .image-wrap-right
    .pk-hero-cloud {
    right: -105px;
	max-width: 135px;
}

/* Hover state */
.flex-layout.home_hero-layout .pk-hero-cloud {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.flex-layout.home_hero-layout .person-image:hover + .pk-hero-cloud {
    opacity: 1;
}

/* Load hero image on mobiel */
.hero-images-mobile {
    display: none;
}

/* Responsive styles */
@media (max-width: 768px) {
    .home_hero-layout .hero-images {
        flex-wrap: wrap;
        gap: 0px;
    }

    .site-id-1 .flex-layout.home_hero-layout:after {
        content: "";
        height: 130px;
    }
}

@media (max-width: 480px) {
    .home_hero-layout .hero-images {
        flex-direction: column;
    }

    .home_hero-layout .hero-image {
        flex: 0 0 auto;
        width: 100%;
        max-width: 300px;
    }

    .home_hero-layout .hero-logo {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 990px) {
    .flex-layout.home_hero-layout .pk-col-right,
    .flex-layout.home_hero-layout .pk-col-left {
        display: none;
    }

    /* Load hero image on mobiel */
    .hero-images-mobile {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .home_hero-layout .center-container .hero-image.hero-image-2 {
        margin-bottom: 40px;
    }
}

@media (max-width: 1360px) {
    .home_hero-layout .hero-titles {
        display: none;
    }
	.flex-layout.home_hero-layout  .pk-hero-cloud {
		display: none;
	}
}

@media (min-width:1199px){
	.home_hero-layout .hero-logo {
		margin-top: 50px;
	}
}