/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

.icon-columns {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-top: 2rem;
}

.icon-block {
	flex: 1 1 45%;
}

.flexhome2>div>div.flex_cell_inner {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

#full_slider_1 .av-section-color-overlay {
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.fit-wrapper {
	display: flex;
	justify-content: center;
	align-items: stretch;
	padding: 1rem;
	width: 100%;
}

.fit-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1 100%;
	max-width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
}

.fit-box-inner {
	padding: 1.5rem;
}

.fit-box-header {
	background-color: #be1e2d;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 1rem;
	line-height: 1.3;
}

.fit-box-subtitle {
	color: #be1e2d;
	font-size: 1rem;
	font-weight: bold;
}

.fit-box p {
	color: #003c50;
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 1rem;
	flex-grow: 1;
}

.fit-button {
	display: inline-block;
	margin-top: 1.5rem;
	padding: 0.75rem 1.25rem;
	background-color: #be1e2d;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9rem;
	align-self: flex-start;
	transition: background-color 0.3s ease;
}

.fit-button:hover {
	background-color: #a61a28;
}

.fit-wrapper a {
	color: #FFFFFF!important;
}

.fit-box-header strong {
	color: #FFFFFF!important;
}

.container_wrap {
	border: none;
}

/* Kernwaarden ------------------------------------------------------------------------------------------- */

.kernwaarden-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
}

.kernwaarden .blok {
	flex: 1 1 300px;
	max-width: 350px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
}

.kernwaarden .blok i {
	font-size: 2.8rem;
	color: #bd1f2d;
	margin-right: 0.5rem;
}

.kernwaarden .blok h3 {
	font-size: 1.2rem;
	font-weight: 800;
	color: #062737;
	line-height: 1.3;
	margin: 0;
}

.kernwaarden .blok p {
	font-size: 1rem;
	color: #062737;
	line-height: 1.5;
	margin: 0;
}

.kernwaarden .blok a {
	display: inline-flex;
	align-items: center;
	margin-top: 0.5rem;
	color: #bd1f2d;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
}

.kernwaarden .blok a::after {
	content: "\f105"; /* Font Awesome right arrow */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.4em;
	font-size: 0.85rem;
}

.kernwaarden .header-wrap {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}




/* Kernwaarden ------------------------------------------------------------------------------------------- */

.socials .avia_codeblock  {
	display: flex;
    justify-content: center;
	margin-top:10px;
}

.socials .avia_codeblock h2 {
	color:#FFFFFF;
}

.logo-content img {
	scale: 1.5;
    top: -25px;
}

.weight900 {
	font-weight: 900;
}


@media (max-width: 768px) {
	.fit-box {
		padding: 1rem;
	}

	.fit-box-header {
		font-size: 1.2rem;
		padding: 0.75rem;
	}

	.fit-button {
		width: 100%;
		text-align: center;
	}
}

.img-wf .avia-image-container-inner {
	width: 100%;
}

.avia-image-container-inner img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: top;
	border-radius: 0px!important;
}


.tekstpagina img {
	height: 500px;
}

.img-wf .avia-button {
	width: 100%;
	border-radius: 0px;
}

.img-wf .flex_column section {
	padding: 0px 10px 0px 10px;
	margin: 0!important;
}

.img-wf .flex_column section h2 {
	margin: 30px 0 0 0!important;
}



.max-width-640 {
	max-width:550px;
}



#footer {
	background:#002A36;
	border:none;
}

#socket span.copyright {
	display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.footer-flex,
.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem;
	padding: 2rem 3rem;
	background-color: #002A36;
	color: #fff;
}

.footer-col {
	flex: 1 1 200px;
	min-width: 150px;
}

.footer-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-col li {
	margin-bottom: 0.5rem;
}

.footer-col h4 {
	color: #c72f3f;
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	font-weight: 800;
	text-transform: uppercase;
}

.footer-col p {
	margin: 0;
	line-height: 1.6;
}

.footer-col table td {
	padding: 0.2rem 0.8rem 0.2rem 0;
	color: #fff;
}

.footer-image {
	text-align: right;
}

.footer-image img {
	max-height: 150px;
	width: auto;
}

.footer-col-last {
	/* bewust leeg gelaten, vult op */
}

@media (max-width: 768px) {
	.footer-flex,
	.footer-bottom {
		flex-direction: column;
		padding: 2rem;
	}

	.footer-image {
		text-align: center;
		margin-bottom: 1rem;
	}
}


/*Add your own styles here:*/