
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

@font-face {
    font-family: 'Bernadette';
    src: url('../fonts/bernadette.woff2') format('woff2'),
         url('../fonts/bernadette.woff') format('woff'),
         url('../fonts/bernadette.ttf') format('truetype');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
	}

/* groen: #b5cd3d */
/* lichtgroen: #e0e895 */

body{
	font-family: 'Roboto', sans-serif; 
	height: 100%;
	}

.hp-visual-bg, .hp-visual-text {
	height: 70vh;
	}

.brinkman-page-hero {
    position: relative;
    height: 50vh;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #000;
	}

.brinkman-page-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: .9;
	}

.brinkman-page-hero-title {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0 1.5rem;
    font-family: 'Bernadette', 'Brush Script MT', cursive;
    font-size: clamp(3.5rem, 8vw, 7rem);
    line-height: 1;
    font-weight: normal;
    color: #fff;
    text-align: center;
	}

img{
	max-width: 100%;
	height: auto;
	}

.background-groen {
	background-color: #b5cd3d; 
	}

.background-lichtgroen {
	background-color: #e0e895; 
	}

.chevron {
	height: 50px;
	}

/* fix safari stretchen img t.o.v. tekst */

.responsive-img-container {
    aspect-ratio: 4 / 3; /* of 16 / 9 etc. afhankelijk van je layout */
    width: 100%;
    overflow: hidden;
    display: flex;
	}

.responsive-img-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
	}

/* end fix safari */

.cky-btn-revisit-wrapper {
	/*display: none !important;*/
	}

.scrolling-wrapper {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: #212529;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.scrolling-text {
	display: inline-block;
	padding-left: 100%; /* Begin buiten beeld */
	animation: scroll-left 10s linear infinite;
	color: white;
	font-size: 1.4rem;
	}

@keyframes scroll-left {
  0% {
	transform: translateX(0%);
  }
  80% {
	transform: translateX(-100%);
  }
  100% {
	transform: translateX(-100%); /* extra ruimte = pauze */
  }
}

.container {
	/*display: table;*/
	}

.navbar {
	width: 100%;
	background-color: #e0e895;
	background-color: white;
	}

.custom-navbar .container-fluid {
    padding-left: 0;
    padding-right: 0;
	}

.nav-link:active,
.nav-item .nav-link:active {
	background-color: transparent !important;
	color: inherit !important; /* Of je gewenste kleur */
	}

.dropdown-item.active, .dropdown-item:active {
	background-color: #b5cd3d !important;
	}

.offcanvas {
	background-color: #e0e895 !important;
	}

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

.custom-logo {
	width: 215px;
	display: block;
	}

.logo img {
	width: 100%;
	}

.fancy-heading {
    font-family: 'Bernadette', 'Brush Script MT', cursive;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
	color: white;
	padding: 1rem;
	font-size: 2.5rem;
	-webkit-text-shadow: 0px 0px 30px rgba(0,0,0,1);
	-moz-text-shadow: 0px 0px 30px rgba(0,0,0,1);
	text-shadow: 0px 0px 30px rgba(0,0,0,1);
	}

.bernadette  {
    font-family: 'Bernadette', 'Brush Script MT', cursive;
	}

html.fonts-loaded .fancy-heading {
    opacity: 1;
	}

.small-devices {
	display: block;
	visibility: visible;
	}

.big-devices {
	display: none;
	visibility: hidden;
	}

a {
	color: #212529;
	}

a:link {
	color: #212529;
	}

a:visited {
	color: #212529;
	}

a:hover {
	color: black;
	}

a:active {
	color: #212529;
	}

.breadcrumb-row {
	/*background-color: #e0e895;*/
	width: 100%;
	height: 35px;
	display: table;
	}

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

/* BOTTOM MENU */

.footer li {
	margin-right: 25px;
	list-style-type: none;
	margin-bottom: 5px;
	}

.footer ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.footer a:link {
	color: white;
	}

.footer a:visited {
	color: white;
	}


.footer a:hover {
	color: rgba(255, 255, 255, 0.75);
	}

.footer a:active{
	color: white;
	}

/* navigatie footer klein */

.nav-small li {
	margin-right: 20px;
	list-style-type: none;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.8rem;
	margin-bottom: 5px;
	}

.nav-small ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.nav-small a:link {
	color: rgba(255, 255, 255, 0.5);
	}

.nav-small a:visited {
	color: rgba(255, 255, 255, 0.5);
	}


.nav-small a:hover {
	color: rgba(255, 255, 255, 0.25);
	}

.nav-small a:active{
	color: rgba(255, 255, 255, 0.5);
	}


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


.btn-top {
	background-color: rgba(181, 205, 51, 0.5);
	border-radius: 0.25rem;
	}

.btn-top:hover {
	background-color: rgba(181, 205, 51, 1);
	}

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

/* Wrapper voor de afbeelding aan de rechterkant */
.banner-image {
    position: absolute;
    top: 0rem;
    bottom: 0rem;
    right: 0;
    width: calc(100vw - 50%); /* vult alles rechts van de 50% kolom */
    overflow: hidden;
    z-index: 0;
    }

/* Afbeelding zelf */
.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }

.breadcrumb {
    font-size: 0.85rem;
}

.breadcrumb a {
  color: #5a6d00; /* jouw gewenste kleur */
  text-decoration: none; /* optioneel: geen onderstreping */
}

.breadcrumb a:hover {
  color: #3e4d00; /* donkerdere variant voor hover */
  text-decoration: underline; /* optioneel: bij hover onderstrepen */
}

.breadcrumb .breadcrumb-item.active {
  color: #333;
  font-weight: 500;
}

/* C O N T A C T F O R M */

.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-form label {
	display: block;
	width: 100%;
	margin-bottom: 0.5em; /* optioneel voor ruimte tussen label en input */
	}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
	box-sizing: border-box;
	display: block;
	}

.wpcf7-form-control-wrap {
	width: 100%;
	display: block;
	}



.wpcf7-submit {
    color: #fff;
    background-color: #b5cd3d;
	-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;
	}

/*.wpcf7-response-output {
	color: #ffb900;
	color: #46b450;
	}*/

.btn-primary:link {
	color: white !important;
  -webkit-appearance: none;
	}

.btn-dark:link {
	color: white !important;
  -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;
	}


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

.responsive-img {
	aspect-ratio: 4 / 3;
	}

.responsive-img-news {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
	height: auto;
	display: block;
	}


.cky-btn-revisit-wrapper {
	background: #b5cd3d !important;
	background-color: rgb(181, 205, 61) !important;
	}

.woosh-primary-small {
	visibility: visible;
 	display: block;
	}

.woosh-primary-big {
	width: 0%;
	height: 0;
 	display: none;
	visibility: hidden;
	}

/* =========================================================
   SITE-WIDE RESPONSIVE OVERRIDES (LEGACY)
   ---------------------------------------------------------
   Dit zijn bestaande algemene regels. De nieuwe componenten
   Carousel en Intro staan hieronder ieder compleet bij elkaar,
   inclusief hun eigen mobile-first breakpoints.
   ========================================================= */


/* iPAD PORTRAIT 40em */


@media screen and (min-width: 576px) {
	
	.hp-visual-bg, .hp-visual-text {
		height: 80vh;
		}
	
	.footer li {
		display: inline;
		}
	
	.scrolling-text {
		animation: scroll-left 12s linear infinite;
		}
	
}

@media screen and (min-width: 768px) {
  
	.scrolling-text {
		animation: scroll-left 15s linear infinite;
		}
	
	.fancy-heading {
		font-size: 4rem;
		}
	
	.small-devices {
		display: none;
		visibility: hidden;
		}

	.big-devices {

		display: block;
		visibility: visible;
		}
	
	.chevron {
		height: 107px;
	}
	
	.responsive-img {
		aspect-ratio: 4 / 3;
	}
	
	.responsive-img-news {
		aspect-ratio: 16 / 9;
	}
}	

/* iPAD LANDSCAPE */

@media screen and (min-width: 1024px) {
	
	.scrolling-text {
		animation: scroll-left 20s linear infinite;
		}
}	


@media screen and (min-width: 1280px) {

	.scrolling-text {
		animation: scroll-left 24s linear infinite;
		}		
}

@media screen and (min-width: 1920px) {

	.scrolling-text {
		animation: scroll-left 30s linear infinite;
		}

}




/* =========================================================
   BRINKMAN CAROUSEL
   Mobile first
   ========================================================= */

.bd-carousel-section {
    background-color: #fff;
}


/* Titel
--------------------------------------------------------- */

.bd-carousel-title {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 400;
    color: #212529;
}


/* Navigatie
--------------------------------------------------------- */

.bd-carousel-navigation {
    position: relative;
    z-index: 5;
}

.bd-carousel-button {
    width: 40px;
    height: 40px;

    border: 0;
    border-radius: 50%;

    background-color: #b5cd3d;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1rem;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease,
        opacity 0.2s ease;
}

.bd-carousel-button:hover:not(:disabled) {
    background-color: #a5bd32;
    transform: scale(1.05);
}

.bd-carousel-button:focus {
    outline: none;
    box-shadow: none;
}

.bd-carousel-button:disabled {
    opacity: 0.35;
    cursor: default;
}


/* Carousel
--------------------------------------------------------- */

.bd-carousel .carousel-inner {
    overflow: hidden;
}


/*
 * Extra ruimte rondom de inhoud.
 *
 * Dit is belangrijk tijdens de Bootstrap transition:
 * de inkomende slide komt hierdoor nooit direct met
 * zijn afbeelding/tekst tegen de uitgaande slide aan.
 */

.bd-carousel-slide {
    padding-left: 1rem;
    padding-right: 1rem;
}


/* Slide layout
--------------------------------------------------------- */

.bd-carousel-slide-layout {
    display: grid;
    grid-template-columns: 1fr;
}


/*
 * Op mobiel wordt het tekstblok "opengevouwen".
 * Hierdoor krijgen we:
 *
 * kopje
 * afbeelding
 * tekst
 */

.bd-carousel-copy {
    display: contents;
}


/* Kop
--------------------------------------------------------- */

.bd-carousel-heading {
    order: 1;

    margin: 0 0 1.5rem;

    color: #b5cd3d;

    font-size: 1.75rem;
    line-height: 1.15;
    font-weight: 700;
}


/* Afbeelding
--------------------------------------------------------- */

.bd-carousel-image {
    order: 2;

    width: 100%;

    aspect-ratio: 16 / 9;

    overflow: hidden;

    margin-bottom: 1.5rem;
}

.bd-carousel-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* Tekst
--------------------------------------------------------- */

.bd-carousel-body {
    order: 3;

    font-size: 0.95rem;
    line-height: 1.5;
}

.bd-carousel-body p {
    margin-bottom: 1.25rem;
}

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


/* Quote
--------------------------------------------------------- */

/* Quote
--------------------------------------------------------- */

.bd-carousel-quote {
    display: flex;

    align-items: flex-start;
    gap: 1rem;

    /*
     * Zelfde horizontale ruimte als de slide.
     * Daardoor loopt de quote mooi mee met het
     * overige carousel-content.
     */
    margin: 2.5rem 1rem 0;

    color: #b5cd3d;
}

.bd-carousel-quote-mark {
    flex: 0 0 auto;

    font-family: Georgia, serif;

    font-size: 5rem;
    line-height: 0.65;
    font-weight: 700;
}

.bd-carousel-quote-content {
    flex: 1;
}

.bd-carousel-quote p {
    margin: 0 0 0.5rem;

    font-size: 1.15rem;
    line-height: 1.4;

    font-style: italic;
}

.bd-carousel-quote span {
    font-size: 0.85rem;
}


/* Pagination
--------------------------------------------------------- */

.bd-carousel-indicators {
    position: static;

    margin: 2rem 0 0;

    display: flex;

    justify-content: center;
    align-items: center;

    gap: 6px;
}

.bd-carousel-indicators [data-bs-target] {
    width: 25px;
    height: 3px;

    margin: 0;

    border: 0;

    opacity: 1;

    background-color: #e0e895;

    transition:
        background-color 0.2s ease,
        width 0.2s ease;
}

.bd-carousel-indicators .active {
    background-color: #b5cd3d;
}


/* =========================================================
   TABLET
   ========================================================= */

@media screen and (min-width: 576px) {

    .bd-carousel-title {
        font-size: 1.75rem;
    }

    .bd-carousel-button {
        width: 44px;
        height: 44px;

        font-size: 1.1rem;
    }

    .bd-carousel-slide {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .bd-carousel-image {
        aspect-ratio: 16 / 9;
    }

    .bd-carousel-heading {
        font-size: 2rem;
    }

}


/* =========================================================
   DESKTOP
   ========================================================= */

@media screen and (min-width: 992px) {

    .bd-carousel-title {
        font-size: 2rem;
    }

    .bd-carousel-navigation {
        margin-bottom: 3rem !important;
    }

    .bd-carousel-slide {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    /*
     * Desktop:
     *
     * ┌───────────────┬───────────────┐
     * │               │               │
     * │    tekst      │               │
     * │    verticaal  │    vierkant   │
     * │    gecentreerd│    beeld      │
     * │               │               │
     * └───────────────┴───────────────┘
     */

    .bd-carousel-slide-layout {
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
    }

    .bd-carousel-copy {
        display: flex;

        flex-direction: column;
        justify-content: center;

        padding-right: 2rem;
    }

    .bd-carousel-heading {
        margin-bottom: 1rem;

        font-size: 2.25rem;
    }

    .bd-carousel-body {
        font-size: 1rem;
    }

    .bd-carousel-image {
        aspect-ratio: 1 / 1;

        margin-bottom: 0;
    }

    .bd-carousel-quote {
        margin: 3rem 2rem 0;
    }

    .bd-carousel-quote-mark {
        font-size: 8rem;
    }

    .bd-carousel-quote p {
        font-size: 1.5rem;
    }

    .bd-carousel-quote span {
        font-size: 0.9rem;
    }

}


/* =========================================================
   EXTRA BREED DESKTOP
   ========================================================= */

@media screen and (min-width: 1200px) {

    .bd-carousel-slide {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .bd-carousel-quote {
        margin-left: 15%;
        margin-right: 15%;
    }

}


/* =========================================================
   BRINKMAN INTRO
   Mobile first
   ========================================================= */

.brinkman-intro {
    overflow: hidden;
}


/* =========================================================
   DONKER BLOK
   ========================================================= */

.brinkman-intro-left {
    position: relative;

    background-color: #212529;
    color: #fff;

    overflow: hidden;
}


/* Grote kop */

.brinkman-intro-left-content {
    position: relative;
    z-index: 2;
    padding: 4rem 1.5rem 2rem;
}


.brinkman-intro-left h2 {
    max-width: 9em;
    margin: 0 auto;
	color: #b5cd3d;
    font-size: clamp(2.75rem, 11vw, 4rem);
    line-height: 1.05;
    font-weight: 700;
    text-align: left;
	}


/* =========================================================
   SCHUINE OVERGANG
   Mobile first
   ========================================================= */


/* MOBIELE VARIANT
--------------------------------------------------------- */

.brinkman-intro-angle-mobile {
    display: block;

    width: 100%;

    margin-top: -1px;

    line-height: 0;

    pointer-events: none;
}

.brinkman-intro-angle-mobile svg {
    display: block;

    width: 100%;
    height: auto;

    /*
     * Geen vervorming!
     * De 90 graden hoek blijft hierdoor exact behouden.
     */
}

.brinkman-intro-angle-mobile polygon {
    fill: #b5cd3d;

    /* voorkomt het bekende anti-aliasing naadje */
    stroke: #b5cd3d;
    stroke-width: 2px;
}


/* Desktop standaard uit */

.brinkman-intro-angle-desktop {
    display: none;
}



/* =========================================================
   GROEN BLOK
   ========================================================= */

.brinkman-intro-right {
    background-color: #b5cd3d;
    color: #fff;
}


.brinkman-intro-right-content {
    padding: 1rem 1.5rem 3.5rem;
}


.brinkman-intro-right-content p {
    margin-bottom: 1.5rem;

    font-size: 1rem;
    line-height: 1.55;
}


.brinkman-intro-right-content p:last-child {
    margin-bottom: 0;
}


.brinkman-intro-highlight {
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
    font-weight: 700;
}


/* =========================================================
   SM
   ========================================================= */

@media screen and (min-width: 576px) {

    .brinkman-intro-left-content {
        padding: 5rem 2.5rem 2rem;
    }


    .brinkman-intro-left h2 {
        max-width: 8em;

        font-size: 4rem;
    }

    .brinkman-intro-right-content {
        padding: 1rem 2.5rem 4rem;
    }


    .brinkman-intro-highlight {
        font-size: 1.4rem !important;
    }

}


/* =========================================================
   MD
   ========================================================= */

@media screen and (min-width: 768px) {

    .brinkman-intro-left-content {
        padding-left: 4rem;
        padding-right: 4rem;
    }


    .brinkman-intro-right-content {
        padding-left: 4rem;
        padding-right: 4rem;
    }

}


/* =========================================================
   DESKTOP
   ========================================================= */

@media screen and (min-width: 992px) {

    .brinkman-intro-left,
    .brinkman-intro-right {
        min-height: 520px;
    }

    .brinkman-intro-left {
        position: relative;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .brinkman-intro-left-content {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 4rem 7rem 4rem 3rem;
    }

    .brinkman-intro-left h2 {
        max-width: 7em;
        margin: 0 0 0 auto;
        font-size: clamp(3.75rem, 4.5vw, 5.25rem);
        line-height: 1.02;
    }
	

    /* Mobiele schuine vorm uit */

    .brinkman-intro-angle-mobile {
        display: none;
    }


    /* Desktopvariant aan */

    .brinkman-intro-angle-desktop {
        display: block;

        position: absolute;

        top: 0;
        right: 0;
        bottom: 0;

        height: 100%;

        /*
         * Originele Illustrator-verhouding.
         * De hoek blijft dus exact intact.
         */
        aspect-ratio: 195.73 / 660.88;

        z-index: 1;
        pointer-events: none;
    }

    .brinkman-intro-angle-desktop svg {
        display: block;

        width: 100%;
        height: 100%;

        overflow: visible;
    }

    .brinkman-intro-angle-desktop polygon {
        fill: #b5cd3d;
        stroke: #b5cd3d;
        stroke-width: 2px;
    }


    /* Groene helft */

    .brinkman-intro-right {
        display: flex;
        align-items: center;
    }


    .brinkman-intro-right-content {
        width: 100%;
        max-width: 650px;

        padding: 4rem 3rem 4rem 5rem;
    }


    .brinkman-intro-right-content p {
        font-size: 1rem;
    }


    .brinkman-intro-highlight {
        font-size: 1.4rem !important;
    }

}


/* =========================================================
   XL
   ========================================================= */

@media screen and (min-width: 1200px) {

    .brinkman-intro-left,
    .brinkman-intro-right {
        min-height: 560px;
    }


    .brinkman-intro-left-content {
        padding-right: 9rem;
    }

    .brinkman-intro-right-content {
        padding-left: 6rem;
    }

}


/* =========================================================
   XXL
   ========================================================= */

@media screen and (min-width: 1400px) {

    .brinkman-intro-left-content {
        padding-left: 4rem;
        padding-right: 10rem;
    }


    .brinkman-intro-right-content {
        padding-left: 7rem;
    }

}



/* =========================================================
   BRINKMAN CTA
   Mobile first
   ========================================================= */

.brinkman-cta {
    position: relative;
    overflow: hidden;

    background-color: #212529;
    background-image: url("../images/b-pattern.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    color: #fff;
}

/* Content boven pattern
--------------------------------------------------------- */

.brinkman-cta-inner {
    position: relative;
    z-index: 2;
    width: 100%;
}


/* =========================================================
   CTA FOTO
   Mobile first
   ========================================================= */

/* Foto
--------------------------------------------------------- */

.brinkman-cta-image-wrap {
    width: 100%;
}

.brinkman-cta-image-svg {
    width: 100%;
    height: auto;
}

/* Tekst
--------------------------------------------------------- */

.brinkman-cta-content {
    padding: 1.5rem 1.5rem 3rem;
}

.brinkman-cta-title {
    margin-bottom: 2rem;

    font-size: clamp(1.35rem, 5vw, 1.75rem);
    line-height: 1.35;
    font-weight: 700;
}

.brinkman-cta-text {
    margin-bottom: 1.5rem;

    font-size: clamp(1.15rem, 4.5vw, 1.5rem);
    line-height: 1.35;
    font-weight: 700;
}


/* Button
--------------------------------------------------------- */

.brinkman-cta-button {
    display: block;

    width: 100%;

    padding: .9rem 1.25rem;

    border: 0;
    border-radius: .35rem;

    background-color: #b5cd3d;
    color: #fff;

    font-size: 1.1rem;
    font-weight: 700;

    text-align: center;
    text-decoration: none;
}

.brinkman-cta-button:hover {
    background-color: #a5bd32;
    color: #fff;
}

/* =========================================================
   CTA - DESKTOP
   ========================================================= */

@media screen and (min-width: 992px) {

    .brinkman-cta-inner {
        display: flex;
        align-items: center;

        width: 100%;
        max-width: 1320px;

        margin-inline: auto;
    }

    .brinkman-cta-image-wrap {
        flex: 0 0 57%;
        width: 57%;
    }

    .brinkman-cta-content {
        flex: 0 0 43%;

        display: flex;
        flex-direction: column;
        justify-content: center;

        padding: 2rem 3rem;
    }

}

@media screen and (min-width: 1200px) {

    .brinkman-cta-content {
        padding: 3rem 4rem;
    }

}