@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Jockey+One');
@font-face {
	font-family: 'NewsGothicBT-BoldExtraCondensed';
	src: url('font/NewsGothicBT-BoldExtraCondensed_gdi.eot');
	src: url('font/NewsGothicBT-BoldExtraCondensed_gdi.eot?#iefix') format('embedded-opentype'), url('font/NewsGothicBT-BoldExtraCondensed_gdi.woff') format('woff'), url('font/NewsGothicBT-BoldExtraCondensed_gdi.ttf') format('truetype'), url('font/NewsGothicBT-BoldExtraCondensed_gdi.svg#NewsGothicBT-BoldExtraCondensed') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: condensed;
 unicode-range: U+0020-25CA;
}
@font-face {
	font-family: 'Arial italic';
	src: url('font/Arial Italic.eot');
	src: url('font/Arial Italic.eot?#iefix') format('embedded-opentype'), url('font/Arial Italic.woff2') format('woff2'), url('font/Arial Italic.woff') format('woff'), url('font/Arial Italic.svg#Arial Italic') format('svg');
	font-weight: 400;
	font-style: italic;
	font-stretch: normal;
 unicode-range: U+0020-02DC;
}
@font-face {
	font-family: 'Arial';
	src: url('font/Arial.eot');
	src: url('font/Arial.eot?#iefix') format('embedded-opentype'), url('font/Arial.woff2') format('woff2'), url('font/Arial.woff') format('woff'), url('font/Arial.svg#Arial') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-02DC;
}
@font-face {
	font-family: 'Arial bold';
	src: url('font/Arial Bold.eot');
	src: url('font/Arial Bold.eot?#iefix') format('embedded-opentype'), url('font/Arial Bold.woff2') format('woff2'), url('font/Arial Bold.woff') format('woff'), url('font/Arial Bold.svg#Arial Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-02DC;
}
@font-face {
	font-family: 'Arial Rounded MT Bold';
	src: url('font/Arial Rounded MT Bold.eot');
	src: url('font/Arial Rounded MT Bold.eot?#iefix') format('embedded-opentype'), url('font/Arial Rounded MT Bold.woff2') format('woff2'), url('font/Arial Rounded MT Bold.woff') format('woff'), url('font/Arial Rounded MT Bold.svg#Arial Rounded MT Bold') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-02DC;
}
@font-face {
	font-family: 'Conpacta';
	src: url('font/T Bold.eot');
	src: url('font/T Bold.eot?#iefix') format('embedded-opentype'), url('font/T Bold.woff2') format('woff2'), url('font/T Bold.woff') format('woff'), url('font/T Bold.svg#T Bold') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: condensed;
 unicode-range: U+0020-02DC;
}
@font-face {
	font-family: 'Syntha Ultra';
	src: url('font/Syntha-Ultra.eot');
	src: url('font/Syntha-Ultra.eot?#iefix') format('embedded-opentype'),  url('font/Syntha-Ultra.woff2') format('woff2'),  url('font/Syntha-Ultra.woff') format('woff'),  url('font/Syntha-Ultra.ttf') format('truetype'),  url('font/Syntha-Ultra.svg#Syntha-Ultra') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Syntha';
	src: url('font/Syntha.eot');
	src: url('font/Syntha.eot?#iefix') format('embedded-opentype'),  url('font/Syntha.woff2') format('woff2'),  url('font/Syntha.woff') format('woff'),  url('font/Syntha.ttf') format('truetype'),  url('font/Syntha.svg#Syntha') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Adelle Rg';
	src: url('font/Adelle-Bold.woff2') format('woff2'),  url('font/Adelle-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
.clear {
	clear: both;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.b-wit
{
	background-color:#FFF !important;
}
html, body {
	margin: 0;
	padding: 0;
	color: #000;
}
.zwart {
	color: #000;
}
video {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px !important;
	margin-bottom: -1px !important;
	padding: 0px !important;
	outline: 0 !important;
}
.schaduw-video {
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-box-shadow: inset 0px 11px 8px -10px rgba(0,0,0,0.8), inset 0px -11px 8px -10px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0px 11px 8px -10px rgba(0,0,0,0.8), inset 0px -11px 8px -10px rgba(0,0,0,0.8);
	box-shadow: inset 0px 11px 8px -10px rgba(0,0,0,0.8), inset 0px -11px 8px -10px rgba(0,0,0,0.8);
	top: 0;
	left: 0;
}
#backToTop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #C278A3; 
    color: white;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 12px; /* Iets ronder vierkant, of 50% voor cirkel */
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

#backToTop i {
    font-size: 20px;
}

#backToTop:hover {
    background-color: #FCE9F3; 
    color: #C278A3;
    transform: translateY(-5px); /* Klein hupje omhoog bij hover */
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
}

hr {
	margin-top: 10px;
	margin-bottom: 40px;
	height: 1px;
	background: #e5e5e5;
	font-size: 0;
	border: 0;
}
img {
	width: 100% !important;
	height: auto !important;
	display: block;
}
p {
	margin-top: 0px;
}
body {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	width: 100%;
	line-height: normal;
	color: #000;
	background-color: #FFF;
	font-size: 17px;
	line-height: 29px;
}
.iso {
	text-align: center;
	width: 100%;
	max-width: 160px;
	display: block;
	margin: auto;
}
i, em {
	font-family: 'Arial italic';
}
b, strong {
	font-family: 'Arial bold';
}
a {
	color: #068bc6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.container_top {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 80px; 
}

.container_logo {
    position: relative;
	padding:12px 0 0 0;
    margin: 0 auto;
    max-width: 1640px;
    height: 60px;
}

.logo_wrapper {
    position: absolute;
    
    filter: drop-shadow(0px 10px 15px rgba(0,0,0,0.1));
    z-index: 6;
    transition: all 0.4s ease-in-out;
}

.logo_left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 180px;
    background-color: #FFFFFF;
    
    border-radius: 0 0 150px 100px / 0 0 60px 40px;
    
    transition: all 0.4s ease-in-out;
    padding-bottom: 20px;
}

.logo_left img {
    display: block;
    width: 100%;
    max-width: 130px !important; 
    height: auto;
    transition: transform 0.4s ease;
}


.search-container {
	position: absolute;
	top: 14px;
	right: 20px;
	z-index: 10;
}

.mobile-search {
	display: none;
	padding: 15px 25px;
	background: #111; 
	border-bottom: 1.4px solid #222;
}
.search-container form {
	display: flex;
	background: #FFFF; 
	border-radius: 12px;
	padding: 6px 12px;
	border: 1px solid #BBB;
}
.search-container input {
	border: none;
	background: transparent;
	outline: none;
	padding: 8px 5px 8px 4px;
	font-size: 14px;
	width: 150px; 
	transition: width 0.3s ease;
}

.search-container input:focus {
	width: 200px;
}
.search-container button {
	background: none;
	border: none;
	cursor: pointer;
	color: #633991;
	font-size: 14px;
}
.hero-section {
    position: relative;
    min-height: 650px;
    background-color: #FCE9F3;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.photo-side-mirrored {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/header.jpg') no-repeat center center;
    background-size: cover;
    transform: scaleX(-1);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 6;
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end; 
    padding: 0 60px; 
    box-sizing: border-box;
}
.hero-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: scaleX(-1); 
}


.hero-bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.hero-bg-slide.active {
    opacity: 1 !important;
    display: block !important;
}
a.content-inner {
    width: 45%; 
    max-width: 650px; 
    background-color: rgba(255, 255, 255, 0.95); 
    padding: 35px 40px;
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    gap: 12px; 
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a.content-inner:hover {
    text-decoration: none;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    transform: translateY(-5px);
}
.content-inner h1 {
    font-family: 'Adelle Rg';
    font-size: 33px; 
    line-height: 1.28;
    margin: 0;
    color: #000;
}
.content-inner h1 span {
	font-family: 'Syntha';
	text-transform:lowercase;
		font-weight: normal;
	display: inline-block;
	line-height: 42px!important;
	padding-top: 0px;
	font-size: 28px !important;
	color: #AE4A84 !important;
}
.content-inner p {

    line-height: 1.5;
    color: #333;
    margin: 0; 
}


.wave-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 5; 
    pointer-events: none;
}

.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
}

.wave-top {
    bottom: 20px; 
    opacity: 0.8;
}

.wave-bottom {
    bottom: 0;
}



.subpage-header-balk .wave-container {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100px;
    line-height: 0;
    z-index: 1;
}

.subpage-header-balk .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.subpage-header-balk .wave-top {
    transform: scaleX(-1) scaleY(1.15);
    transform-origin: bottom center;
    opacity: 0.9; 
}

.subpage-header-balk .wave-bottom {
    transform: scaleY(1);
    transform-origin: bottom center;
}

.subpage-header-balk {
    position: relative;
    background-color: #FCE9F3; 
    padding-top: 90px;
    padding-bottom: 110px; 
    width: 100%;
}

.header-gradient-fade {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(215, 165, 193, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 2;
    pointer-events: none;
}



.subpage-header-balk h1 {
    font-family: 'Syntha';
    text-transform: lowercase;
    color: #000;
    font-size: 34px;
    line-height: 45px;
    font-weight: 500;
    position: relative;
    padding: 0 20px 15px 20px;
    margin-bottom: 30px;
    text-align: left;
    z-index: 3;
}

.subpage-header-balk h1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 60px;
    height: 4px;
    background-color: #C278A3;
    border-radius: 2px;
}


h2 {
	line-height:35px;
}

h2.custom-title {
		font-family: 'Syntha';
		text-transform:lowercase;
	color: #000;
	font-size: 30px;
	font-weight: 500;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
	text-align: center;
}
h2.custom-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	background-color: #C278A3;
	border-radius: 2px;
}
.btn {
	display: inline-flex;
	align-items: center;
	background-color: #330066;
	color: white;
	text-decoration: none;
	padding: 14px 35px 12px 35px;
	border-radius: 8px;
	font-family: 'Syntha';
		text-transform:lowercase;
		font-weight:600;
	font-size: 18px;
	transition: background-color 0.3s ease, transform 0.3s ease;
	margin-top: 0px;
}
.btn:hover {
	background-color: #4b2b6d;
	text-decoration: none;
	transform: translateY(-5px);
}
.btn i {
	transition: transform 0.3s ease;
	margin-left: 10px;
	font-size: 14px;
}
.btn:hover i {
	transform: translateX(8px);
}

.btn-center {
    display: table;
    margin: 40px auto;
    background-color: #330066;
    color: white;
    text-decoration: none;
	padding: 14px 35px 12px 35px;
	border-radius: 8px;
	font-family: 'Syntha';
		text-transform:lowercase;
		font-weight:200;
    font-size: 14px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.btn-center:hover {
	background-color: #4b2b6d;
	text-decoration: none;
	transform: translateY(-5px);
}
.btn-center i {
	transition: transform 0.3s ease;
	margin-left: 10px;
	font-size: 14px;
}
.btn-center:hover i {
	transform: translateX(5px);
}
.content-paginas a[href$=".pdf"] {
    display: inline-flex;
    align-items: center;
    background-color: #330066;
    color: white !important; 
    text-decoration: none !important;
    padding: 14px 35px 12px 35px;
    border-radius: 8px;
    font-family: 'Syntha';
   text-transform:lowercase;
		font-weight:200;
    font-size: 14px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 15px; 
}

.content-paginas a[href$=".pdf"]:hover {
    background-color: #4b2b6d;
    text-decoration: none !important;
    transform: translateY(-5px);
}

/* Voeg automatisch een Font Awesome PDF-icoontje toe aan de rechterkant */
.content-paginas a[href$=".pdf"]::after {
    content: '\f1c1'; /* Font Awesome PDF icoon code */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    font-size: 14px;
    transition: transform 0.3s ease;
}

/* Laat het icoontje naar rechts schuiven bij hover, net als je originele i-tag */
.content-paginas a[href$=".pdf"]:hover::after {
    transform: translateX(8px);
}
.container-tegels {
   max-width: 100%;
	background-color:#C278A3;
    position: relative;
    z-index: 1;
	min-height:50px;
    border-radius: 0 0 50% 50% / 0 0 140px 140px;
}
.services-tiles {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 100%;
    margin-top: -100px;
    margin-bottom: 120px;
    position: relative;
    z-index: 7;

    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.tile {
    flex: 0 1 250px;
    height: 180px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    
    /* Subtiele, professionele rondingen voor de tegels */
    border-radius: 25px 45px 30px 50px; 
}

.tile:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
	text-decoration:none;
}

.tile-accent {
    background-color: #FCE9F3; 
}

.tile-icon {
    font-size: 30px;
    color: #C278A3;
    margin-bottom: 12px;
}

.tile h3 {
    font-family: 'Syntha', sans-serif;
    color: #000;
	text-transform:lowercase;
    font-size: 17px;
	font-weight:200;
	letter-spacing:0.3px;
    margin: 0;
    line-height: 1.4;
}
.tile:hover h3 {
	color: #C278A3;
}
.ctr-small {
	max-width: 800px !important; /* Pas dit aan naar de gewenste small breedte */
	margin: 0 auto;
}
.ctr-980
{
	max-width:980px;
	margin:0 auto;
}
.ctr-1240
{
	max-width:1240px;
	margin:0 auto;
}
.flex-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 70px;
}
.intro-tekst {
	flex: 1;
}
.intro-img {
	flex: 0 0 480px;
}


section.page-content-wrapper {
    padding-top: 60px !important; 
    padding-bottom: 60px !important;
    padding-left: 20px !important;  
    padding-right: 20px !important; 
    box-sizing: border-box;
}


.ctr-small {
    max-width: 850px !important;
    margin: 0 auto;
}


.page-content-wrapper .flex-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap; 
}

.page-content-wrapper .intro-tekst {
    flex: 1;
    min-width: 300px;
}

.page-content-wrapper .intro-img {
    flex: 0 0 450px;
    order: 2; 
}
.page-content-wrapper .content-paginas ul {
    list-style: none; 
    padding-left: 5px;
    margin: 20px 0;
}

.page-content-wrapper .content-paginas ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px; 
    line-height: 28px;
    color: #333;
}


.page-content-wrapper .content-paginas ul li::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f00c"; 
    position: absolute;
    left: 0;
    top: 0;
    color: #C278A3; 
    font-size: 16px;
}
.page-content-wrapper .sidebar-rechts {
    flex: 0 0 350px; 
    display: flex;
    flex-direction: column;
    gap: 30px; 
}


.subpage-sidebar-menu {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(194, 120, 163, 0.08); 
    border: 1px solid #FCE9F3;
}

.subpage-sidebar-menu h3 {
    font-size: 18px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 2px solid #FCE9F3;
    padding-bottom: 10px;
}


.subpage-sidebar-menu ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.subpage-sidebar-menu ul li {
    position: relative !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.subpage-sidebar-menu ul li::before {
    display: none !important; 
}

.subpage-sidebar-menu ul li a {
    display: block;
    padding: 10px 15px;
    color: #555555;
    text-decoration: none;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.2s ease-in-out;
}

.subpage-sidebar-menu ul li a i {
    font-size: 12px;
    margin-right: 8px;
    color: #C278A3;
    transition: transform 0.2s;
}


.subpage-sidebar-menu ul li a:hover {
    background-color: #FCE9F3;
    color: #C278A3;
    padding-left: 18px;
}

.subpage-sidebar-menu ul li a:hover i {
    transform: translateX(3px);
}


.subpage-sidebar-menu ul li.active a {
    background-color: #C278A3;
    color: #ffffff;
    font-weight: 500;
}

.subpage-sidebar-menu ul li.active a i {
    color: #ffffff;
}
.ctr-padding
{
padding:0px 20px 60px 20px;	
}
.video-media-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-top: 20px;
}

.video-media-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.video-wrapper {
    width: 100%;

    margin: 0px auto;
    padding: 0 ;
    box-sizing: border-box;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


.team-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.team-title {
    text-align: center;
    color: #333;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.team-subtitle {
    text-align: center;
    color: #666;
    font-size: 16px;
    margin-bottom: 40px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

.team-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(194, 120, 163, 0.1);
    display: flex;
    flex-direction: column;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(194, 120, 163, 0.15);
}

.team-image-wrapper {
    width: 100%;
    height: 280px;
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden;
}

.team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.team-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f5edf2 0%, #e8d0e0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-placeholder i {
    font-size: 64px;
    color: #C278A3;
    opacity: 0.7;
}

.team-info {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.team-name {
    font-size: 20px;
    color: #333;
    margin: 0 0 6px 0;
    font-weight: 700;
}

.team-role {
    font-size: 13px;
    color: #C278A3;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 15px 0;
}

.team-contact {
    margin-top: auto;
    border-top: 1px solid #f5f5f5;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-link {
    font-size: 14px;
    color: #555;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: color 0.2s ease;
}

.contact-link i {
    color: #C278A3;
    font-size: 13px;
}

.contact-link:hover {
    color: #000;
    text-decoration: underline;
}

.team-category-section {
    margin-bottom: 50px;
}

.category-heading {
    color: #330066;
    font-family: 'Syntha', sans-serif;
	text-transform:lowercase;
	text-align:center;
    font-size: 25px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(194, 120, 163, 0.2);
}

.vacatures-container {

    width: 100%;
}

.vacature-grid {
    display: grid;
    gap: 30px;
    width: 100%;
}

.vacature-grid-multi {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

.vacature-grid-single {
    grid-template-columns: 1fr;
}

.vacature-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(194, 120, 163, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.vacature-title {
    color: #330066;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.vacature-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

.vacature-label {
    background-color: #FCE9F3;
    color: #C278A3;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.vacature-body {
    color: #444;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

.vacature-footer {
    border-top: 1px solid #f5f5f5;
    padding-top: 20px;
}

.vacature-btn {
    background-color: #C278A3;
    color: #fff;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.2s ease;
}

.vacature-btn:hover {
    background-color: #330066;
    color: #fff;
}

.vacature-empty-box {
    text-align: center;
    background-color: #FCE9F3;
    border-radius: 14px;
    padding: 50px 30px;
    border: 1px dashed rgba(194, 120, 163, 0.4);
}

.vacature-empty-icon {
    font-size: 48px;
    color: #C278A3;
    margin-bottom: 15px;
}

.vacature-empty-box h4 {
    color: #330066;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.vacature-empty-box p {
    color: #666;
    font-size: 15px;
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.6;
}
.contact-intro {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
	
    margin: 40px 0;
    width: 100%;
    box-sizing: border-box;
}

.info-card {
    background: #f4f3f5;
    border-radius: 12px;
    border: 1px solid rgba(194, 120, 163, 0.15);

	 box-shadow: 0 10px 30px rgba(194, 120, 163, 0.08); 
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    border-bottom: 2px solid rgba(194, 120, 163, 0.1);
    padding-bottom: 12px;
}

.card-header h3 {
	font-family: 'Syntha', sans-serif;
    font-size: 20px;
	text-transform:lowercase;
    color: #330066;
    margin: 0;
	letter-spacing:-1px;
    font-weight: 500;
}

.card-icon {
    font-size: 20px;
    color: #C278A3;
}

.card-body {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

.card-body p {
    margin: 0 0 12px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.card-body p:last-child {
    margin-bottom: 0;
}

.card-body p i {
    color: #C278A3;
    margin-top: 4px;
    width: 20px;
    text-align: left;
    flex-shrink: 0;
}

.card-body p span {
    display: inline-block;
    line-height: 1.5;
}

.card-body a {
    color: #330066;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.card-body a:hover {
    color: #C278A3;
}

.contact-person {
    font-size: 15px;
    color: #333;
}

.availability {
    font-size: 13px;
    color: #666;
    font-style: italic;
    line-height: 1.4;
    margin-top: 15px !important;
}

.indent {
    display: inline-block;
    margin-left: 0px;
}

.contact-form-container {
    margin-top: 40px;
    width: 100%;
    box-sizing: border-box;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(194, 120, 163, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    padding: 35px;
    box-sizing: border-box;
    width: 100%;
}

.form-group-row {
    display: flex;
    gap: 20px;
}

.form-group-row .form-group {
    flex: 1;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-group label {
    font-size: 16px;
    font-weight: 600;
    color: #330066;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea {
    width: 100%;
    padding: 14px 15px;
    border: 2.8px solid rgba(194, 120, 163, 0.25);
    border-radius: 8px;
    font-family: inherit;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 20px;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #C278A3;
    box-shadow: 0 0 0 3px rgba(194, 120, 163, 0.12);
}

.form-group textarea {
    resize: vertical;
}
.form-group div {
    display: flex;
    gap: 25px;
    margin-top: 8px;
    align-items: center;
}

.form-group div label {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #333 !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    user-select: none;
}

.form-group div input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #C278A3;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(194, 120, 163, 0.6);
    border-radius: 50%;
    display: grid;
    place-content: center;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}


.form-group div input[type="radio"]::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.15s ease-in-out;
    background-color: #C278A3;
}


.form-group div input[type="radio"]:checked {
    border-color: #C278A3;
    box-shadow: 0 0 0 3px rgba(194, 120, 163, 0.15);
}

.form-group div input[type="radio"]:checked::before {
    transform: scale(1);
}


.form-group div input[type="radio"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(194, 120, 163, 0.15);
}

.form-group div label:hover input[type="radio"] {
    border-color: #C278A3;
}
.contact-submit-btn {
margin: 10px auto 0 auto; 
    display: flex;
    width: fit-content; 
    
    background-color: #C278A3;
    color: #fff;
    border: none;
    padding: 16px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    align-items: center;
    gap: 10px;
    transition: background-color 0.2s ease;
}

.contact-submit-btn:hover {
    background-color: #330066;
}

.form-alert {
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.5;
}

.form-alert.success {
    background-color: #e6f4ea;
    color: #137333;
    border: 1px solid #ceead6;
}

.form-alert.error {
    background-color: #fce8e6;
    color: #c5221f;
    border: 1px solid #fad2cf;
    margin-top: 15px;
    margin-bottom: 0;
}


form .evaluatie-grid, 
div.evaluatie-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 15px !important;
    margin-top: 15px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.evaluatie-card {
    border: 1px solid #e1dbe3;
    border-radius: 8px;
    padding: 16px 12px;
    font-size: 14px;
    color: #444444;
    cursor: pointer;
    text-align: center;
    background-color: #ffffff;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    line-height: 1.4;
    box-sizing: border-box;
    word-break: break-word; 
    width: 100%; /* Zorgt dat de kaart de volledige breedte van de grid-kolom vult */
}

.evaluatie-card:hover {
    border-color: #c278a3;
    background-color: #faf9fb;
}

.evaluatie-card.active {
    border-color: #330066;
    background-color: #f3eff9;
    color: #330066;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(51, 0, 102, 0.08);
}

.evaluatie-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
}


#gevonden_via_anders_container {
    display: none;
    margin-top: 15px;
    width: 100%;
}


#gevonden_via_toelichting {
    width: 100%;
    padding: 12px;
    border: 1px solid #e1dbe3;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

#gevonden_via_toelichting:focus {
    border-color: #330066;
    outline: none;
}
.ctr-naw-home {
    width: 100%;
    background-color: #C278A3;
    overflow: hidden;
    position: relative;
    border: none;
    padding:  30px 0 85px 0;
}

.naw-grid {
    display: flex;
    min-height: 400px;
    position: relative;
}

.naw-brand {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    z-index: 2;
}

.footer-logo {
    width: 100%;
    max-width: 160px; 
    height: auto;
    margin-bottom: 25px;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    color: #C278A3;
    background: #FFED00;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    transform: scale(1.15) translateY(-3px);
    background: #330066;
    color: white;
	text-decoration:none;
}

.naw-info {
    flex: 1;
    background-color: white;
    padding: 60px 100px 60px 120px;
    display: flex;
    gap: 100px;
    margin-left: -100px;
    border-radius: 120px 0 0 120px / 50% 0 0 50%;
    position: relative;
    z-index: 1;
    box-shadow: -15px 0 35px rgba(0, 0, 0, 0.05);
}

.info-column h4 {
    font-family: 'Syntha', sans-serif;
    color: #330066;
    font-size: 22px;
    margin-bottom: 25px;
    font-family: 'Syntha';
		text-transform:lowercase;
		font-weight:500;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    color: #333;
}

.contact-item i {
    color: #C278A3;
    background: #FCE9F3;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% 30% 50% 40%;
    font-size: 18px;
    flex-shrink: 0;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 20px;
}

.footer-links li a {
    font-family: 'Adelle Rg', serif;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.footer-links li a i {
    font-size: 20px;
    color: #C278A3;
    background-color: #FCE9F3;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 12px 18px 14px 20px;
    transition: all 0.4s ease;
}

.footer-links li a:hover i {
    background-color: #330066;
    color: white;
    transform: rotate(-10deg) scale(1.1);
    border-radius: 50%;
}

.main-footer {
    background-color: #FCE9F3;
    padding: 80px 20px 60px 20px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    border-radius: 60px 60px 0 0;
    margin-top: -55px; 
    z-index: 5;
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.footer-col h4 {
    color: #330066;
    font-size: 20px;
    margin-bottom: 25px;
     font-family: 'Syntha';
		text-transform:lowercase;
		font-weight:500;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #C278A3;
    border-radius: 2px;
}

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

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    color: #555;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    transition:ease-in-out 0.3s;
}

.footer-col ul li a i {
    font-size: 12px;
    color: #C278A3;
    margin-top: 9px;
    flex-shrink: 0;
}
.footer-col ul li a i:hover {
	text-decoration:none !important;
}
.footer-col ul li a:hover {
color:#C278A3;
text-decoration:underline;
}
.sub-footer {
    background-color: #FFF;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #EEE;
}

.sub-footer-center {
    display: flex;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
}

.sub-section {
    flex: 1;
    display: flex;
    align-items: center;
}

.sub-links {
    justify-content: flex-start; 
    gap: 25px;
}

.sub-realisatie {
    justify-content: center; 
    gap: 10px;
	margin-top:5px;
    white-space: nowrap;
}

.sub-spacer {
    justify-content: flex-end; 
}

.sub-links a {
    color: #888;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.sub-links a:hover {
    color: #C278A3;
}

.sub-realisatie span {
    font-size: 13px;
    color: #888;
}

.dev-logo {
    height: auto; 
    max-width: 90px;
    display: block;
}
@media (max-width: 1255px) {
.services-tiles {
	gap: 15px;
}
}
@media (max-width: 1200px) {
    .logo_wrapper {
        position: fixed !important;
        top: 0;
        left: 0px;
        z-index: 20 !important;
        filter: drop-shadow(0px 15px 10px rgba(0,0,0,0.2)) !important;
        transition: all 0.4s ease-in-out;
    }

    .logo_left {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 220px;
        height: 100px;
        background-color: #FFFFFF;
        border-radius: 0 0 150px 100px / 0 0 60px 40px;
        transition: all 0.4s ease-in-out;
        padding-bottom: 20px;
    }

    .logo_left img {
        margin: 0px auto 10px auto !important;
        padding: 20px 0 0 0;
        max-width: 70px !important;
        transition: all 0.4s ease-in-out;
    }
	.hero-section
	{
		margin:-12px 0 0 0;
	}
.subpage-header-balk {
	margin:-12px 0 0 0;
        padding-top: 90px;
        padding-bottom: 90px;
    }
	.subpage-header-balk h1{
		font-size:30px;
	}
    
    .subpage-header-balk .wave-container {
        height: 80px; 
    }
    .content{
        padding-top: 90px;
    }
	.content-paginas {
        padding: 0;
    }
	section.page-content-wrapper {
        padding-top: 20px !important; 
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box;
    }
	

    .page-content-wrapper .flex-container {
        flex-direction: column;
        gap: 35px;
    }


    .page-content-wrapper .intro-img {
        flex: 0 0 auto;
        width: 100%;
        order: 2; 
    }

    .page-content-wrapper .intro-tekst {
        width: 100%;
    }
	.page-content-wrapper .sidebar-rechts {
        flex: 0 0 100%;
        width: 100%;
        order: 2; 
    }
	   .contact-info-grid {
        grid-template-columns: repeat(2, 1fr); 
    }
	
    .naw-grid {
        flex-direction: column;
        align-items: center;
    }

    .naw-brand {
        width: 100%;
        padding: 40px 20px;
        text-align: center;
        box-sizing: border-box;
    }

    .naw-info {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        padding: 60px 40px;
        border-radius: 60px 60px 0 0;
        flex-direction: row;
        justify-content: space-around;
        box-sizing: border-box;
        clip-path: none;
    }

    .footer-logo {
        margin: 0 auto 20px auto;
    }

    .social-icons {
        justify-content: center;
    }
}

@media screen and (max-width: 1100px) {
    .hero-content {
        justify-content: center;
        padding: 80px 0px;
    }

    .hero-section {
        display: flex;
        flex-direction: column;
        height: auto;
        background-color: #FCE9F3; 
    }

    .content {
        order: 1;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        background-color: #C278A3;
        padding: 100px 40px 80px 20px;
        z-index: 5;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0% 100%);
        margin-bottom: 0;
    }

    a.content-inner {
        width: 90%; 
        margin: 0 auto; 
        box-sizing: border-box;
    }

    .photo-side {
        order: 2;
        position: relative;
        width: 100%;
        height: 380px;
        margin-top: -50px; 
        z-index: 1;
        clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 20px), 0% calc(100% - 20px));
    }

    .diagonal-box {
        display: none;
    }

    .services-tiles {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px; 
        padding: 0 15px 40px 15px;
        margin: -40px auto 60px auto; 
        box-sizing: border-box;
    }

    .tile {
        flex: 1 1 calc(50% - 25px); 
        max-width: 100%;
        box-sizing: border-box;
    }

    .tile h3 {
        font-size: 16px !important;
        line-height: 1.2;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
    }
}

@media (max-width: 992px) {
    .subpage-header-balk {
        padding-top: 90px;
        padding-bottom: 80px; 
    }

    .subpage-header-balk .wave-container {
        height: 70px;
    }

    .header-gradient-fade {
        height: 45px;
    }
	.contact-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .naw-info {
        flex-direction: column; 
        padding: 60px 20px;    
        gap: 40px;
    }

    .naw-info > div {
        flex: none;
        width: 100%;
    }

    .footer-logo {
        max-width: 160px;
    }
}
@media screen and (max-width: 860px) {
  .contact-info-grid {
        grid-template-columns: 1fr; 
        gap: 20px;
    }
	}
@media screen and (max-width: 768px) {
    .subpage-header-balk h1 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .vacature-grid-multi {
        grid-template-columns: 1fr;
    }
    
    .vacature-card {
        padding: 20px;
    }

    .naw-info {
        align-items: flex-start;
        border-radius: 0;
    }

    .footer-grid {
        text-align: left;
        padding-left: 20px;
    }

    .sub-footer-center {
        flex-direction: column;
        gap: 15px;
    }

    .contact-form {
        padding: 20px;
    }

    .form-group-row {
        flex-direction: column;
        gap: 20px;
    }


form .evaluatie-grid, 
    div.evaluatie-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .info-card {
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {
    a.content-inner {
        width: 95%;
        padding: 25px 20px; 
        border-radius: 30px;
    }

    .content-inner h1 {
        font-size: 26px; 
    }
}

@media screen and (max-width: 550px) {
    .footer-grid {
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-section {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .subpage-header-balk {
        padding-top: 80px;
        padding-bottom: 65px;
    }

    .subpage-header-balk .wave-container {
        height: 55px;
    }
.subpage-header-balk h1 {
    font-size: 25px;
    line-height: 45px;
	letter-spacing:-1px;

    }

    .tile {
        flex: 0 0 100%;
        width: 100%;
        max-width: 300px;
        height: 160px;
    }

    section.page-content-wrapper {
        padding-top: 40px !important; 
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
form .evaluatie-grid, 
    div.evaluatie-grid {
        grid-template-columns: 1fr; 
        gap: 10px; 
    }
    .team-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .team-image-wrapper {
        height: 320px;
    }
}