/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.header-home {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-home h1 {
	font-size: 36px;
	color: black
}

.button-primary {
	border-radius: 5px;
	border: 1px solid black;
}

.button-primary:hover {
	background: white !important;
	border: 1px solid black;
	color: black;
}

.section-what-can-we-do-for-each-other li {
    list-style: none;
    position: relative;
    padding-left: 25px; /* Ruimte voor het checkmark */
}

/* Checkmark */
.section-what-can-we-do-for-each-other li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #30b9c1;  /* Kleur van de checkmark */
}

.card .icon {
	width: 16px !important;
}

.card .title {
	color: black;
	font-size: 18px;
	font-weight: bolder;
}

.card-container {
	margin-top: 128px;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1rem;
}

.card-title-wrapper {
	display: flex;
	gap: 16px;
}

@media (min-width: 768px) {
	.card-container {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.header-home  img {
	border-radius: 5px;
}

.hero-about-us img {
	border-radius: 5px;
}
.hero-teamwork img {
	border-radius: 5px;
}

.organizations-container {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 2rem;
	margin-top: 75px;
}

@media (min-width: 768px) {
	.organizations-container {
		grid-template-columns: repeat(3, 1fr);
	}
}

.section-our-organizations {
	margin-top: 60px;
}

.organizations-container {
	display: grid;
	gap: 2rem;
}

.organization {
	background: white;
	border-radius: 5px;
	border: 1px solid #30b9c1;
	padding: 1.5rem;
	height: 100%;
}

.organization > div {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.organization .logo {
	width: 100%;
	height: 120px; /* Fixed height for consistent image sizes */
	margin-bottom: 1.5rem;
	object-fit: contain;
	display: block;
}

.organization .title {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 1rem;
	color: #333;
	min-height: 70px
}

.organization .organizations-content-wrapper {
	flex-grow: 1;
	margin-bottom: 1.5rem; /* Add spacing before the button */
}

.organization .organizations-content {
	color: #666;
	line-height: 1.5;
	margin: 0; /* Remove default paragraph margins */
}

.organization .cta {
	display: inline-block;
	background-color: #30b9c1;
	color: white;
	text-decoration: none;
	padding: 0.75rem 1.5rem;
	border-radius: 5px;
	text-align: center;
	margin-top: auto; /* Push button to bottom */
	width: 100%; /* Make button full width */
}

.cta {
	display: inline-block;
	padding: 0.35rem 1.2rem;
	background-color: #30b9c1;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.2s;
	margin-top: 12px;
	text-align: center;
}

.cta:hover {
	background-color: #2D9CA1FF; 
	color: white;
}

#gform_submit_button_1 {
	background-color: #30b9c1 !important;
}

#gform_submit_button_1:hover {
	background-color: #2D9CA1FF !important; 
}

.header-search {
	display: none !important;
}

.header-button-1 {
	display: none !important;
}

.header-button > .button {
	width: 100%
}

.header-social-icons {
	display: none !important;
}

.header-main > .container {
	padding-left: 48px !important;
	padding-right: 58px !important;
}

.section-projects-of-geboorteketen {
	margin-top: 128px;
}

.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
	box-shadow: none !important;
}

.nav-right {
	padding-right: 2px;
}

.column-image-home {
	padding: 0;
}

.working-together a {
	color: green !important;
}