:root {
  --logo-size: 128px; /* Logo breedte/hoogte */
}

body{
	background-color: #212529;
	}

/* overgenomen oude css */

.logo {
	width: 225px;
	display: block;
	margin-top: 14px;
	margin-bottom: 10px;
	}

.plyr__video-wrapper {
	background: var(--plyr-video-background, var(--plyr-video-background, #f1f1f1)) !important;
	}

/* cookie sissel */

div#cookie_bar {
	display: block;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #007bff;
	color: black;
	min-height: 20px;
	background-color: #007bff;
	text-align: center;
	font-weight:  bold;
	-webkit-appearance: none;
	}

div#cookie_bar img.icon {
	/*float: left;*/
	margin: 0;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 15px;
	}

div#cookie_bar p {
	height: auto;
	margin: auto;
	max-width: 1280px;
	width: 94%;
	margin-top: 15px;
	margin-bottom: 15px;
	color: white;
	}

div#cookie_bar .button {
	/*float: right;*/
	/*margin: 0;
	width: auto;
	height: auto;
	display: inline-block;
	margin-right: 15px;*/
	}

button {
    color: #fff;
    background-color: #343a40;
    border-color: #1d2124;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	border: 0px;
	}

.deny {
	display: none;
	visibility: hidden;
	}

.cookie-save {
	-webkit-appearance: none;
	}

.breadcrumb-row {
	background-color: white;
	width: 100%;
	height: 35px;
	display: table;
	}

.breadcrumbs {
	background-color: white;
	height: 35px;
	padding: 0.4rem 0rem;
	font-size: 0.8rem;
	display: table;
	}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
	color: red;
	-webkit-appearance: none;
	}

.navbar-light .navbar-nav .nav-link, .menu-item {
	color: #007bff; /* VIN */
    font-family: 'Roboto', sans-serif; 
    margin-left: 5px;
	margin-right: 5px;
    padding-right: 0px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    zoom: 1;
    letter-spacing: 1px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #0056b3; /* VIN */
	}

.navbar-light .navbar-nav .nav-link.disabled {
  color: blue;
	}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: #0056b3; /* VIN */
	}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
	}


[aria-current]:not([aria-current="false"]) {
	font-weight: bold;
	color: #0056b3; /* VIN */
}

 .navbar-toggler:focus, .navbar-toggler:active {
    outline: none;
    box-shadow: none;
  }

.cookie-notice-container {
	padding: 25px 15px;
	font-weight: bold;
	}

.cn-buttons-container {
	width: 100%;
	display: table;
	}

#cookie-notice .cn-button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	}

.cn-text-container {
    font-size: 15px !important;
	}

.cn-button.bootstrap {
    color: #fff;
    background: #343a40 !important;
	}

.cn-button.bootstrap:hover {
    background-color: #23272b;
	color: lightgray;
	}

.navbar {
	width: 100%;
	font-family: 'Roboto', sans-serif; 
	padding: 0.5rem 0rem;
	}


#menu-main-navigation { 
	width: 100%;
	}

#toTop {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  z-index: 100;
}

.svg-top {
  width: 30px;
  margin: auto;
  text-align: center;
}

.btn-top {
  background-color: rgba(0, 139, 255, 0.5);
  border-radius: 0.25rem;
}

.btn-top:hover {
    background-color: var(--bs-primary) !important;
}

.wpcf7-form-control {
	display: table;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}

.wpcf7-submit {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
	-webkit-appearance: none;
	}

.wpcf7-submit:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
	-webkit-appearance: none;
	}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #f00;
	text-align: center;
	}

.wpcf7 textarea {
	min-height: 184px;
	}

.captcha-image {
    border: none !important;
    padding: 10px;
    display: inline-block;
    text-align: center;
}

.btn-dark:link {
  -webkit-appearance: none;
	}

.btn-dark:visited {
  -webkit-appearance: none;
	}

.btn-dark:hover {
  -webkit-appearance: none;
	}

.btn-dark:active {
  -webkit-appearance: none;
	}

.btn-light:link {
  -webkit-appearance: none;
	}

.btn-light:visited {
  -webkit-appearance: none;
	}

.btn-light:hover {
  -webkit-appearance: none;
	}

.btn-light:active {
  -webkit-appearance: none;
	}

/* end overgenomen oude CSS */
	
	
	
	

.container {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
	}

.hero {
	position: relative;
	width: 100vw;
	height: calc(60vh + var(--logo-size) / 2); /* ruimte maken voor halve logo onder container */
	overflow: visible; /* belangrijk! anders wordt onderste helft van logo gecropped */
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	background-color: white;
	}

.hero-client {
	position: relative;
	width: 100vw;
	height: calc(50vh + var(--logo-size) / 2); /* ruimte maken voor halve logo onder container */
	overflow: visible; /* belangrijk! anders wordt onderste helft van logo gecropped */
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	}

.hero-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	z-index: 0;
	/*max-width: 1920px;*/
	}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.lead-tight {
	line-height: 1.3;
}

/* ===== Logo ===== */
.hero-logo {
  position: absolute;
  left: 50%;
  bottom: 0; /* hart van logo op de onderkant van de video */
  transform: translateX(-50%) translateY(50%); /* helft van logo onder contentblok */
  width: var(--logo-size);
  height: var(--logo-size);
  border-radius: 50%;
  z-index: 2;
  background: white; /* optioneel als logo transparant is */
}

/* ==== OVER ONS ==== */

.hero-cah {
  position: relative;
  width: 100%;
  height: 55vh;
  overflow: visible;
  display: flex;
  align-items: center;
  background-color: #e9ecef;
}

.hero-cah .container .row > .col-12.col-lg-6.text-col {
  z-index: 2;
}

/* Video rechts */
.hero-client-video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.hero-client-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
}

/* Tekst desktop */
.hero-client-desktop h1 {
  font-size: 6rem;
  font-weight: 400;
}
.hero-client-desktop h2 {
  font-size: 2rem;
  text-transform: uppercase;
}
.hero-client-desktop h3 {
  font-weight: 300;
}

/* Logo desktop */
.hero-client-logo {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(50%);
  width: var(--logo-size);
  height: var(--logo-size);
  border-radius: 50%;
  background: white;
  z-index: 3;
}


/* Media-wrapper: video mobiel/tablet */
.hero-client-mobile-media {
  position: relative;
  width: 100%;
  overflow: visible;
}

.hero-client-mobile-media video {
  width: 100%;
  height: auto;
  display: block;
}

/* Witte balk mobiel/tablet */
.hero-client-mobile-logo-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(var(--logo-size)/2);
  background-color: #fff;
  z-index: 1;
}

/* Logo mobiel/tablet */
.hero-client-mobile .hero-client-mobile-logo {
  position: absolute;
  left: 50%;
  bottom: calc(var(--logo-size)/2);
  transform: translateX(-50%) translateY(50%);
  width: var(--logo-size);
  height: var(--logo-size);
  border-radius: 50%;
  background: white;
  z-index: 2;
}

/* ===== Contentblok ===== */
.content {
  background: #fff;
  padding: 6rem 2rem 10rem;
  text-align: center;
}

.nieuws-afbeelding-wrapper {
  border-radius: 0.75rem;
  overflow: hidden;
  width: 100%;
}

.rounded-custom {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.nieuws-afbeelding img {
  width: 100%;
  display: block;
}

.nieuws-afbeelding {
	z-index: 3;
	position: relative;
	overflow: hidden; /* zorgt dat img niet buitensteekt */
	}

.rounded-custom {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0; /* radius nu via parent */
}

.chevron-banner, .chevron-banner-grijs, .chevron-banner-blauw {
  width: 100%;
  height: 216px;
  height: 70px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1920 216'%3E%3Cpath fill='%23fff' d='M0,0h1920L1003.1,211c-29,6.6-58.2,6.6-87.2,0L0,0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%; /* rekt mee in beide richtingen */
  background-position: top;
  display: block;
}

.chevron-banner-grijs {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1920 216'%3E%3Cpath fill='%23e9ecef' d='M0,0h1920L1003.1,211c-29,6.6-58.2,6.6-87.2,0L0,0z'/%3E%3C/svg%3E");
	position: absolute;
	}

.chevron-banner-blauw {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1920 216'%3E%3Cpath fill='%230d6efd' d='M0,0h1920L1003.1,211c-29,6.6-58.2,6.6-87.2,0L0,0z'/%3E%3C/svg%3E");
	/*position: absolute;*/
	}

.woosh-blauw {
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1920 180'%3E%3Cpath fill='%230d6efd' d='M0,0h1920L412.8,176.9c-24.6,2.9-49.4,3.8-74.2,2.5C244.4,174.6,31,145.3,0,0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
  display: block;
  transform: scaleX(-1); /* alleen horizontaal spiegelen */
}

.woosh-blauw-negative {
  width: 100%;
 /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1920 180'%3E%3Cpath fill='%230d6efd' d='M412.8,176.9c-24.6,2.9-49.4,3.8-74.2,2.5C244.4,174.6,31,145.3,0,0v180h1920V0L412.8,176.9Z'/%3E%3C/svg%3E");*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1920 183'%3E%3Cg transform='scale(-1,1) translate(-1920,0)'%3E%3Cpath fill='%23ffffff' d='M412.8,176.9c-24.6,2.9-49.4,3.8-74.2,2.5C244.4,174.6,31,145.3,0,0v183h1920V0L412.8,176.9Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.woosh-wit {
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1920 180'%3E%3Cpath fill='%23fff' d='M0,0h1920L412.8,176.9c-24.6,2.9-49.4,3.8-74.2,2.5C244.4,174.6,31,145.3,0,0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
  display: block;
  transform: scaleX(-1); /* alleen horizontaal spiegelen */
}

.woosh-wit-mirrored {
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1920 180'%3E%3Cpath fill='%23fff' d='M0,0h1920L412.8,176.9c-24.6,2.9-49.4,3.8-74.2,2.5C244.4,174.6,31,145.3,0,0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
  display: block;
transform: scaleY(-1);
	z-index: 0;
}

.woosh-blauw, .woosh-blauw-mirrored, .woosh-grijs-mirrored, .woosh-grijs, .woosh-wit, .woosh-blauw-negative, .woosh-wit-mirrored  {
  height: 60px;
}

  .circle-icon {
    /* Maak de cirkel 2x de icoon-grootte */
    --icon-size: 2rem; /* Pas hier het icoonformaat aan */
    width: calc(var(--icon-size) * 2);
    height: calc(var(--icon-size) * 2);
    border-radius: 50%;
  }

  .circle-icon i {
    font-size: var(--icon-size);
  }

.bg-image-toepassing {
  background-size: cover;
  background-position: center center;
  border-radius: 1rem;
  width: 100%;
}

.video-client-border-mobile {
	background-color: black; 
	padding: 6px; 
	width: 80%;
	margin: auto;
	box-shadow: 10px 10px 18px 0px rgba(0,0,0,0.39);
	-webkit-box-shadow: 10px 10px 18px 0px rgba(0,0,0,0.39);
	-moz-box-shadow: 10px 10px 18px 0px rgba(0,0,0,0.39);
	}

/* Video-wrapper: zwarte behuizing, vierkant */
.video-border-wrapper {
  position: absolute;            /* boven de row/container */
  top: 50%;                      /* middelpunt van de row verticaal */
  left: 50%;                     /* horizontaal centreren over de container */
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: black;
  padding: 4px;                  /* dikte van de rand */
  width: 200px;                   /* vaste breedte */
  height: 360px;                  /* vaste hoogte (9/16 ratio) */
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
	box-shadow: 10px 10px 18px 0px rgba(0,0,0,0.39);
	-webkit-box-shadow: 10px 10px 18px 0px rgba(0,0,0,0.39);
	-moz-box-shadow: 10px 10px 18px 0px rgba(0,0,0,0.39);
}

.video-border-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0; /* vierkant */
}


footer a {
  color: white; /* standaard wit */
  transition: color 0.2s ease; /* mooi hover-effect */
}

footer a:hover {
  color: rgba(255, 255, 255, 0.7); /* lichtgrijs/wit transparant */
}

.logo-ca-footer {
	width: 50%;
	}

.linkedin {
	width: 15%;	
	visibility: hidden;
	display: none;
	}

.visual-client-static {
    height: 50vh;
    background-position: center center;
 	background-size: cover !important;
    position: relative;
    overflow: hidden;
	background-color: #e9ecef;
}

/* Blauwe woosh boven */
.woosh-blauw-mirrored {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1920 180'%3E%3Cpath fill='%230d6efd' d='M0,0h1920L412.8,176.9c-24.6,2.9-49.4,3.8-74.2,2.5C244.4,174.6,31,145.3,0,0Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: scaleX(-1); /* alleen horizontaal spiegelen */
    z-index: 2;
}

/* Witte woosh onder */
.woosh-grijs-mirrored {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1920 180'%3E%3Cpath fill='%23e9ecef' d='M0,0h1920L412.8,176.9c-24.6,2.9-49.4,3.8-74.2,2.5C244.4,174.6,31,145.3,0,0Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: scaleX(-1) rotate(180deg); /* horizontaal spiegelen én ondersteboven draaien */
    transform-origin: center; /* zorgt dat rotatie vanuit het midden gebeurt */
    z-index: 2;
}

/* nieuw */
.woosh-grijs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1920 180'%3E%3Cpath fill='%23e9ecef' d='M0,0h1920L412.8,176.9c-24.6,2.9-49.4,3.8-74.2,2.5C244.4,174.6,31,145.3,0,0Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: scaleY(-1) rotate(180deg); /* horizontaal spiegelen én ondersteboven draaien */
    transform-origin: center; /* zorgt dat rotatie vanuit het midden gebeurt */
    z-index: 0;
}

#impressieLightbox .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

#impressieLightbox .btn-close {
  z-index: 1056; /* net boven modal-content */
}

.logo-hover img {
  transition: opacity 0.3s ease;
}

.logo-hover:hover img {
  opacity: 0.75;
}

/* ===== Secondary & Tertiary Menu Styling ===== */

.footer-secondary,
.footer-tertiary {
    flex-direction: column !important;
    justify-content: flex-start !important;
    text-align: left !important;
    list-style: none;
}

.footer-secondary li,
.footer-tertiary li {
    display: block !important;
    margin-right: 0 !important;
    margin-bottom: 0.5rem;
}

.footer .linkedin-link {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: block;
    max-width: 100%;
    height: auto;
}

.footer .linkedin-link img {
    margin: 0 auto; 
    cursor: pointer;
	}


.footer .linkedin-link img:hover {
    opacity: 0.8; /* licht dim-effect bij hover */
    transition: opacity 0.2s ease-in-out; /* soepele overgang */
	}


/* Footer menu overrides */
.footer-secondary .menu-item,
.footer-tertiary .menu-item {
    font-family: inherit !important;     /* neem footer font */
    font-size: inherit !important;       /* overrule 13px */
    margin-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    letter-spacing: normal !important;
    margin-bottom: 0.5rem; /* mb-2 op mobiel */
    margin-right: 0 !important;
    text-decoration: underline !important; /* altijd onderstreept */
    color: inherit !important;             /* overrule oude CSS kleur */
    font-weight: normal !important;
    text-transform: none !important;
	}


/* Hover styling: blijft onderstreept */
.footer-secondary .menu-item a:hover,
.footer-tertiary .menu-item a:hover {
    text-decoration: underline !important;
    color: inherit !important;
}

/* Footer menu spacing & color */
.footer-secondary .menu-item,
.footer-tertiary .menu-item {
    display: inline-flex !important;       /* horizontaal naast elkaar */
    margin-right: 1rem !important;         /* spacing tussen items */
    margin-bottom: 0.5rem;                 /* stapelt op mobiel */
}

.footer-tertiary .menu-item:last-child {
    margin-right: 0 !important;
}

.footer-secondary .menu-item a,
.footer-tertiary .menu-item a {
    text-decoration: underline !important;  /* altijd underline */
    color: #ffffff !important;              /* kleur aanpassen naar visible op donkere bg */
    font-weight: normal !important;
    text-transform: none !important;
}

/* Hover blijft onderstreept */
.footer-secondary .menu-item a:hover,
.footer-tertiary .menu-item a:hover {
    text-decoration: underline !important;
	color: rgba(255, 255, 255, 0.7) !important;
}

.contact-info p {
  margin-bottom: 0.75rem; /* ruimte tussen regels */
}

.contact-info i {
  min-width: 1.5em;   /* zorgt dat alle iconen netjes uitlijnen */
  text-align: center;
  font-size: 1.1rem;
  margin-top: 0rem; /* kleine vertical tweak zodat het middelpunt van icoon beter uitlijnt met tekst */
}

.contact-info span {
  display: inline-block; /* voor nettere wrapping van tekst */
}

.client-logo img {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.client-logo:hover img {
    transform: scale(1.08);
}

.logo-fade-wrapper {
  position: relative;
  width: 100%;
  height: 80px;
}

.logo-fade-wrapper img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  width: auto;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}


/* Responsief: logo iets kleiner */
@media (max-width: 768px) {
  :root {
    --logo-size: 96px;
  }
  .hero {
    height: calc(50vh + var(--logo-size)/2);
  	}
	
    .footer-tertiary {
        display: flex !important;
        justify-content: flex-end !important;
    }
}

@media (min-width: 576px) {
    .footer-secondary,
    .footer-tertiary {
        flex-direction: row !important;
        justify-content: flex-start !important;
    	}

    .footer-secondary li,
    .footer-tertiary li {
        display: inline-flex !important;
        margin-bottom: 0 !important;
        margin-right: 1rem;
    	}
	
    .footer-secondary .menu-item,
    .footer-tertiary .menu-item {
        margin-right: 1rem;
		margin-bottom: 0 !important;
   	 	}

	}

@media (min-width: 768px) {

	.container {
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important;
		}
	
	.chevron-banner, .chevron-banner-grijs, .chevron-banner-blauw {
  		height: 100px;
		}

	.logo-ca-footer {
		width: 100%;
		}
	
    .footer-secondary {
        justify-content: flex-start !important; /* secondary links uitlijnen */
    	}
	
    .footer-tertiary {
        justify-content: flex-end !important;   /* tertiary rechts uitlijnen */
    	}
	

	.linkedin {
		width: 100%;
		visibility: visible;
		display: block;
		}
	.hero-cah {
	  height: 65vh;
	}
}

@media (min-width: 992px) {

	.woosh-blauw, .woosh-blauw-mirrored, .woosh-grijs-mirrored, .woosh-grijs, .woosh-wit, .woosh-blauw-negative, .woosh-wit-mirrored {
  		height: 125px;
		}
	
	.logo-ca-footer {
		width: 80%;
		}
	
	.visual-client-static {
		height: 70vh;
		background-position: center center;
		background-size: cover;
		position: relative;
		overflow: hidden;
		}
	}

@media (min-width: 1200px) {

	.woosh-blauw, .woosh-blauw-mirrored, .woosh-grijs-mirrored, .woosh-grijs, .woosh-wit, .woosh-blauw-negative, .woosh-wit-mirrored  {
  		height: 120px;
		}
	
	.logo-ca-footer {
		width: 70%;
		}
	
	.visual-client-static {
		height: 80vh;
		}
}

@media (min-width: 1400px) {
	
	.woosh-blauw, .woosh-blauw-mirrored, .woosh-grijs-mirrored, .woosh-grijs, .woosh-wit, .woosh-blauw-negative, .woosh-wit-mirrored  {
  		height: 140px;
		}
	
	.linkedin {
		width: 90%;	
		}
	
	.hero {
		height: calc(65vh + var(--logo-size) / 2); /* ruimte maken voor halve logo onder container */
		}
	
	.visual-client-static {
		height: 90vh;
		}
	}

@media (min-width: 1920px) {
		
	}