/*
Theme Name: Studiosegers Architecten
Template: hello-elementor
Author: Muskedeer
Version: 3.4.7.1775827822
Updated: 2026-04-10 15:30:22

*/

.active-site a.elementor-item {
	color: #000 !important;
}
.ue_tags_terms {
    display: flex !important;
    flex-wrap: wrap !important;
}
.ue_tags_terms a {
    pointer-events: none;
    cursor: default;
}
.ue_tags_terms a:last-child {
    border-right: none !important;
}
.elementor-widget-text-editor p a {
	text-decoration: underline;
	color: inherit;
}
.elementor-widget-text-editor p a:hover {
	font-weight: 700;
}
.swiper-slide {
	margin-bottom: 30px !important;
}



/* 2 projecten: 1 breed, 1 smal */
.recenteprojecten .uc_post_grid_style_one_wrap,
.renovatie .uc_post_grid_style_one_wrap,
.interieurdesign .uc_post_grid_style_one_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.recenteprojecten .uc_post_grid_style_one_item:nth-child(2),
.renovatie .uc_post_grid_style_one_item:first-child,
.praktijk-zorg .uc_post_grid_style_one_item:first-child {
    grid-column: span 2;
}
@media (max-width: 767px) {
    .recenteprojecten .uc_post_grid_style_one_wrap,
	.renovatie .uc_post_grid_style_one_wrap,
	.praktijk-zorg .uc_post_grid_style_one_wrap {
        grid-template-columns: 1fr;
    }
    .recenteprojecten .uc_post_grid_style_one_item:first-child,
	.renovatie .uc_post_grid_style_one_item:first-child,
	.praktijk-zorg .uc_post_grid_style_one_item:first-child {
        grid-column: span 1;
    }
}

/* 2 projecten: 1 smal, 1 breed */
.interieurdesign .uc_post_grid_style_one_wrap,
.zakelijke-architectuur .uc_post_grid_style_one_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.interieurdesign .uc_post_grid_style_one_item:nth-child(2),
.zakelijke-architectuur .uc_post_grid_style_one_item:nth-child(2) {
    grid-column: span 2;
}
@media (max-width: 767px) {
	.interieurdesign .uc_post_grid_style_one_wrap,
	.zakelijke-architectuur .uc_post_grid_style_one_wrap {
        grid-template-columns: 1fr;
    }
	.interieurdesign .uc_post_grid_style_one_item:nth-child(2),
	.zakelijke-architectuur .uc_post_grid_style_one_item:nth-child(2) {
        grid-column: span 1;
    }
}


/* 5 projecten: 1 breed, 4 smal */
.nieuwbouw .uc_post_grid_style_one_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.nieuwbouw .uc_post_grid_style_one_item:nth-child(4) {
    grid-column: span 2;
}
/*.nieuwbouw .uc_post_grid_style_one_item:nth-child(5) {
    grid-column: 1 / span 1;
}*/
@media (max-width: 767px) {
    .nieuwbouw .uc_post_grid_style_one_wrap {
        grid-template-columns: 1fr;
    }

    .nieuwbouw .uc_post_grid_style_one_item {
        grid-column: span 1 !important;
    }
}
.nieuwbouw .uc_post_grid_style_one_item:nth-child(5) .uc_post_image img {
    width: 100%;
    height: auto;
}
.nieuwbouw .uc_post_grid_style_one_item:nth-child(5) .uc_content_inner {
    max-width: 400px; /* zelf kiezen, bv. breedte van normale card */
}
.nieuwbouw .uc_post_grid_style_one_item:nth-child(5) .uc_content_inner {
    margin: 0;
}


/* category page overview */
.versie-1 .uc_post_grid_style_one_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.versie-1 .uc_post_grid_style_one_item:first-child {
    grid-column: span 2;
}
@media (max-width: 767px) {
	.versie-1 .uc_post_grid_style_one_wrap {
        grid-template-columns: 1fr;
    }
	.versie-1 .uc_post_grid_style_one_item:first-child {
        grid-column: span 1;
    }
}
.versie-2 .uc_post_grid_style_one_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.versie-2 .uc_post_grid_style_one_item:nth-child(4n + 1) {
    grid-column: span 2;
}
.versie-2 .uc_post_grid_style_one_item:nth-child(4n) {
    grid-column: 2 / span 2;
}
@media (max-width: 767px) {
    .versie-2 .uc_post_grid_style_one_wrap {
        grid-template-columns: 1fr;
    }
    .versie-2 .uc_post_grid_style_one_item:nth-child(4n + 1),
    .versie-2 .uc_post_grid_style_one_item:nth-child(4n) {
        grid-column: span 1;
    }
}




.widget-image-caption {
	margin-right: 40px !important;
}
figcaption.widget-image-caption.wp-caption-text {
    display: table;
    margin-left: auto;
    position: relative;
    padding-top: 10px;
}
figcaption.widget-image-caption.wp-caption-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.8);
}


.swiper-pagination-bullet {
  width: 40px !important;
  height: 3px !important;
  border-radius: 0 !important;
}


#breadcrumbs > span {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}



.project-hero .swiper-pagination {
    position: absolute !important;
    right: 100px !important;
    left: auto !important;
    bottom: 160px !important;
    top: auto !important;

    transform: none !important;

    display: flex !important;
    flex-direction: row !important;
    gap: 16px !important;

    width: auto !important;
}

.project-hero .swiper-pagination-bullet {
    width: 40px !important;
 	height: 3px !important;
  	border-radius: 0 !important;
    background: #fff !important;
    opacity: .4 !important;
    margin: 0 !important;
}

.project-hero .swiper-pagination-bullet-active {
    opacity: 1 !important;
}
h2 {
	hyphens: auto !important;
	word-break: normal !important;
}

.uc_fbps_slide {
    position: relative !important;
}

.project-hero .owl-dots {
    position: absolute !important;
    right: 40px !important;
    bottom: 40px !important;
    z-index: 100 !important;
	gap: 16px !important;
}
.project-hero .owl-dots .owl-dot  {
	width: 40px !important;
 	height: 3px !important;
  	border-radius: 0 !important;
	background-color: #fff !important;
}
.project-hero .owl-dots .active {
	background-color: var(--e-global-color-2d7e109) !important;
}

/* Gravity forms */
.ginput_container_text input,
.ginput_container_email input {
	background: transparent !important;
	color: #fff !important;
	text-transform: uppercase !important;
	border-top: 0 !important;
	border-right: 0 !important;
	border-bottom: 2px solid !important;
	border-left: 0 !important;
	border-radius: 0 !important;
	font-family: var(--e-global-typography-04bceb3-font-family, Arial, sans-serif) !important;
	font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    letter-spacing: 2.4px !important;
}
.gform-field-label {
	color: #fff !important;
	font-family: var(--e-global-typography-04bceb3-font-family, Arial, sans-serif) !important;
	font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    letter-spacing: 2.4px !important;
}
.gfield-choice-input {
	background: transparent !important;
	border: 1px solid #fff !important;
	border-radius: 0 !important;
	font-family: var(--e-global-typography-04bceb3-font-family, Arial, sans-serif) !important;
	font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    letter-spacing: 2.4px !important;
}
.gfield-choice-input:before {
	color: #fff !important;
}
.gform-button {
	background: transparent !important;
	color: #fff !important;
	text-transform: uppercase !important;
	border: 1px solid #fff !important;
	border-radius: 0 !important;
	padding: 15px 20px !important;
	font-family: var(--e-global-typography-04bceb3-font-family, Arial, sans-serif) !important;
	font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    letter-spacing: 2.4px !important;
}
.gform-button:hover {
	background: var( --e-global-color-292a644 ) !important;
	color: #fff !important;
}
#field_submit {
    display: flex !important;
    justify-content: flex-end !important;
}


/* TEAM */
.team-overview .team-photo{
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
    position:absolute;
    inset:0;
}
.team-overview:has(.team-1:hover) .team-1-photo,
.team-overview:has(.team-2:hover) .team-2-photo,
.team-overview:has(.team-3:hover) .team-3-photo,
.team-overview:has(.team-4:hover) .team-4-photo,
.team-overview:has(.team-5:hover) .team-5-photo,
.team-overview:has(.team-6:hover) .team-6-photo,
.team-overview:has(.team-7:hover) .team-7-photo,
.team-overview:has(.team-8:hover) .team-8-photo,
.team-overview:has(.team-9:hover) .team-9-photo,
.team-overview:has(.team-10:hover) .team-10-photo {
    opacity:1;
    visibility:visible;
}
.team-images{
    position:relative;
    min-height:200px; /* aanpassen aan je foto's */
}


