/* ==========================================================================
   common css start here
========================================================================== */
:root {
    --user-font-size: 1rem;
}

body {
    font-size: var(--user-font-size) !important;
}

html, body {
    font-size: 16px; /* Geen !important, zodat JS dit kan overschrijven */
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.6;
}

a{
    display: inline-block;
    text-decoration: none;
}
a:hover{
    display: inline-block;
    text-decoration: none;
    color: #1b9cd3;
}
ul li{
    list-style: none;
}
/* ==========================================================================
   common css end here
   ========================================================================== */


/* ==========================================================================
   Header css start here
   ========================================================================== */

.navbar-nav .nav-link {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff !important;
    text-transform: uppercase;
}
.navbar-nav .nav-link:hover {
    color: #000 !important;
}

/* Keep header/top links readable on yellow navbar and dark status bar */
#header-id .navbar .nav-link.btn {
    color: #0f1724 !important;
}
#header-id .navbar .nav-link.btn.btn-success,
#header-id .navbar .nav-link.btn.btn-success i {
    color: #ffffff !important;
}
#header-id .navbar .nav-link.btn.btn-warning,
#header-id .navbar .nav-link.btn.btn-warning i {
    color: #0f1724 !important;
}
#header-id .navbar .nav-link.btn:hover,
#header-id .navbar .nav-link.btn:focus {
    text-decoration: none;
}
#marquee-section .status-message a,
#marquee-section .status-message a:visited {
    color: #fef3c7;
    text-decoration: underline;
}
#marquee-section .status-message a:hover,
#marquee-section .status-message a:focus {
    color: #ffffff;
}

.offcanvas {
    transition: transform 0.3s ease-in-out;
}
.navbar-custom{
    padding: 0;
    margin: 0;
}

#header-id .navbar .navbar-brand img{
    margin: 0px;
}
.icon-bar{
color:#fff;
}
#header-id .menu{
    margin: 20px 40px;
}
#header-id .menu ul li a{
    color: #fff;
}
#header-id .menu ul li a:hover{
    background: unset;
    border-bottom: 1px solid red;
    
}

#header-id .slider-content{
    margin: 15% 0;
}
#header-id .slider-content h1{
    color: #fff;
    font-size: 56px;
    font-weight: bold;
    line-height: 72px;
    text-transform: uppercase;
}
#header-id .slider-content p{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-transform: capitalize;
    margin: 10px 0;
    color: #f8fafc;
}
#header-id .slider-content .digital{
    color: #f4ba18;
}
#header-id .slider-content a {
  background: #f4ba18;
  border: 1px solid #f4ba18;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  padding: 11px 20px;
    transition: .6s;
}
#header-id .slider-content a:hover{
    text-decoration: none;
    background-color: #000;
    border: 1px solid #f4ba18;
    color: #f4ba18;
}

.overlay{
    background-color: rgba(0,0,0,.7);
    width: 100%;
}
/* ==========================================================================
   Header css end here
   ========================================================================== */



/* ==========================================================================
   Marquee-section  Start here
   ========================================================================== */
#marquee-section{
    background-color: #000;
    padding: 10px 0;
}
#marquee-section p{
    color: #f4ba18;
    font-size: 16px;
    text-align: center;
    margin: 0;
}
/* ==========================================================================
   Marquee-section  Start here
   ========================================================================== */



/* ==========================================================================
   menu-section css start here
   ========================================================================== */
#main-section{
    padding: 10px 0;
    overflow: hidden;
}
.main-part {

  padding: 0 30px;
  background: #fff;
  color: #000;

}
.left-main-part-top h1{
    padding: 5px 10px;
}
.left-main-part-top p{
    padding: 5px 10px;
}
.left-main-part-top a{
    
}
.custom-button{
    margin-left: 20%;
}
.custom-button a {
  background: #f4ba18 none repeat scroll 0 0;
  border: 2px solid #f4ba18;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  padding: 11px 13px;
  transition: all 0.6s ease 0s;
}
.custom-button a:hover{
    text-decoration: none;
    background-color: #000 ;
    border: 2px solid #f4ba18;
    color: #f4ba18 ;
}

.left-main-part-midle img {
  display: block;
  margin: 0 auto;
}
.all-header h3{
    font-size: 30px;
    font-weight: bold;
    padding: 0 0 30px;
}
.custom-row{
    padding: 10px 0;
    border-bottom: 2px solid #bfbfbf;
}
/* ==========================================================================
   menu-section css end here
   ========================================================================== */


/* ==========================================================================
   service section css start here
   ========================================================================== */
#service-section{
    padding: 30px 0;
}


/* ==========================================================================
   service section css end here
   ========================================================================== */


/* ==========================================================================
   linker-section css start here
   ========================================================================== */



#linker-section {
  overflow: hidden;
}
.well{
    background: #fff;
    
color: #000;

}
.heading h4{
    font-size: 25px;
    padding: 10px 30px;
    text-align: justify;
}
.heading p{
    text-align: justify;
    
}
.four-content h4 {
  font-size: 28px;
  font-weight: 700;
}
/* ==========================================================================
   linker-section css end here
   ========================================================================== */

/* ==========================================================================
   sub-footer css start here
   ========================================================================== */
#subfooter-section{
    background-color:#121212;
    color: #fff;
    padding: 50px 0;
}
.subfooter-header > h4 {
    color: #fff;
    text-align: left;
    font-size: 18px;
    margin: 0 0 10px;
}
.subfooter-link {
    display: block;
    margin-right: 0;
}
.subfooter-link ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.subfooter-link ul li{
    margin: 0 0 6px;
}
.subfooter-link ul li a{
    color: #fff;
    opacity: .9;
}
.subfooter-link ul li a:hover{
    opacity: 1;
    text-decoration: underline;
}

/* ==========================================================================
   sub-footer css end here
   ========================================================================== */

/* ==========================================================================
   footer-link css start here
   ========================================================================== */
#footer{
    background-color:#000;
    color: #fff;
    padding: 10px;
	clear: both;
}
#footer h5{
    margin-top: 20px;
}
#footer p a{
    color: #f4ba18;
}
.footer-icon ul {
    text-align: right;
    margin: 14px 0 0;
    padding: 0;
}

.footer-icon ul li {
    display: inline-block;
    margin-top: 2%;
}

.footer-icon ul li a {
    background: #f4ba18;
    border: 1px solid #f4ba18;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    margin-left: 25%;
    transition: all 0.6s ease 0s;
    width: 40px;
}

.footer-icon ul li a:hover {
    background: #000;
    color: #f4ba18;
    border: 1px solid #f4ba18;
}
.footer-icon ul li a i {
  font-size: 14px;
  line-height: 40px;
  margin: 0;
  display: block;
  text-align: center;
}
/* ==========================================================================
   footer-link css end here
   ========================================================================== */

/* ==========================================================================
   CMS homepage polish
   ========================================================================== */
#main-section .cms-block {
    margin-bottom: 18px;
}

#main-section .cms-block + .cms-block {
    border-top: 1px solid #edf1f6;
    padding-top: 12px;
}

#main-section .cms-block:nth-child(even) .left-main-part-midle {
    background-color: #fcfdff;
}

.cms-card-item {
    border-color: #dfe7f2;
    box-shadow: 0 4px 14px rgba(14, 33, 54, 0.06);
}

.cms-card-content {
    gap: 2px;
}

.cms-card-title {
    font-size: 1.1rem;
}

.cms-cta-panel {
    border: 1px solid #e3e9f2;
    border-radius: 12px;
    background: linear-gradient(180deg, #fcfeff 0%, #f6f9ff 100%);
    padding: 20px 16px;
}

.cms-cta-button + .cms-cta-button {
    margin-left: 8px;
}

.cms-cta-button--secondary {
    background: #ffffff;
    color: #1c3250;
    border: 1px solid #c7d4e6;
}

.cms-news-panel {
    border: 1px solid #e3e9f2;
    border-radius: 12px;
    background: #fbfdff;
    padding: 14px 16px;
}

.cms-news-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.cms-news-heading::after {
    content: "";
    flex: 1 1 auto;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #f4ba18 0%, #dbe6f7 100%);
}

.cms-news-item {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 10px;
    padding: 10px 12px;
}

.cms-news-date {
    font-size: .78rem;
    letter-spacing: .01em;
}

.cms-news-intro {
    color: #425671;
}

.cms-news-readmore {
    display: inline-block;
    margin-top: 4px;
    font-weight: 600;
}

.cms-news-all {
    margin-top: 14px;
}

.cms-news-all-link {
    padding: 8px 14px;
}

.cms-split-text-panel,
.cms-split-media {
    border: 1px solid #e3e9f2;
    border-radius: 12px;
}

.cms-split-text-panel {
    padding: 14px 16px;
}

@media (max-width: 767px) {
    .cms-news-panel,
    .cms-split-text-panel {
        padding: 12px 14px;
    }
}

.cms-split-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

/* ==========================================================================
   CMS rich text / prose styling (scope only inside CMS content)
   ========================================================================== */
#main-section .cms-prose {
    line-height: 1.72;
    color: #1f2f46;
}

#main-section .cms-prose p {
    margin: 0 0 1rem;
}

#main-section .cms-prose ul,
#main-section .cms-prose ol {
    margin: 0 0 1rem;
    padding-left: 1.45rem;
}

#main-section .cms-prose ul {
    list-style-type: disc;
}

#main-section .cms-prose ol {
    list-style-type: decimal;
}

#main-section .cms-prose ul ul {
    list-style-type: circle;
}

#main-section .cms-prose ol ol {
    list-style-type: lower-alpha;
}

#main-section .cms-prose li {
    list-style: inherit;
    margin: 0 0 .4rem;
}

#main-section .cms-prose li:last-child {
    margin-bottom: 0;
}

#main-section .cms-prose h2,
#main-section .cms-prose h3,
#main-section .cms-prose h4 {
    color: #13243b;
    line-height: 1.28;
    margin: 1.25rem 0 .65rem;
}

#main-section .cms-prose h2 {
    font-size: 1.6rem;
}

#main-section .cms-prose h3 {
    font-size: 1.32rem;
}

#main-section .cms-prose h4 {
    font-size: 1.12rem;
}

#main-section .cms-prose blockquote {
    margin: 1rem 0;
    padding: .65rem 1rem;
    border-left: 4px solid #f4ba18;
    background: #f8fbff;
    color: #354d6b;
}

#main-section .cms-prose a {
    color: #0b63ce;
    text-decoration: underline;
    text-underline-offset: 2px;
}

#main-section .cms-prose a:hover {
    color: #074da0;
}

#main-section .cms-prose strong {
    font-weight: 700;
}

#main-section .cms-prose > :first-child {
    margin-top: 0;
}

#main-section .cms-prose > :last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .cms-cta-button + .cms-cta-button {
        margin-left: 0;
        margin-top: 8px;
    }
}



.grid_3
{
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	width:175px;
	height:134px;
}

.grid_3 p
{
	margin-left: 22px;
	text-align: justify;
}
.grid_3 h3:before {
    content: url('/afbeeldingen/arrow.png');
}

.grid_2
{
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	width:140px;
}


.testimonial 
{ 
	margin: 0; 
	background: #fcf7c3;
	padding: 10px 50px;
	position: relative;
	font-family: Georgia, serif;     
	color: #666;     
	border-radius: 5px;     
	font-style: italic;     
	text-shadow: 0 1px 0 #ECFBFF;     
	background-image: linear-gradient(#fcf7c3, #fcf7c3); 
} 

.testimonial:before, .testimonial:after 
{     
	content: "\201C";     
	position: absolute;     
	font-size: 80px;     
	line-height: 1;     
	color: #999;     
	font-style: normal; 
} 

.testimonial:before 
{     
	top: 0;     
	left: 10px; 
} 

.testimonial:after 
{     
	content: "\201D";     
	right: 10px;     
	bottom: -0.5em; 
}

.formborder
{
	padding-left: 2%;
	padding-bottom: 2%;
	border-style: solid;
	border-width: medium;
	border-radius: 10px;
}


.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 10px 20px;
    border: 1px solid #a12727;
    border-radius: 8px;
    background: #ffb74a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb74a), to(#992727));
    background: -moz-linear-gradient(top, #ffb74a, #992727);
    background: linear-gradient(to bottom, #ffb74a, #992727);
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 16px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    background: #ffdc59;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffdc59), to(#b62f2f));
    background: -moz-linear-gradient(top, #ffdc59, #b62f2f);
    background: linear-gradient(to bottom, #ffdc59, #b62f2f);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #996e2c;
    background: -webkit-gradient(linear, left top, left bottom, from(#996e2c), to(#982727));
    background: -moz-linear-gradient(top, #996e2c, #982727);
    background: linear-gradient(to bottom, #996e2c, #982727);
}

div#WGbnootnjn
{
	z-index: 99999999;
	height: 45px;
	line-height: 45px;
	bottom: 0px;
	background-color: #ffffff;
	border-top: 0px solid #000;
	opacity:0.9; filter:alpha(opacity=90);
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	font-family:Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	position: fixed; 
	width: 100%; 
	text-align: center; 
	display: table-cell; 
	vertical-align: top;
}

.navbar-toggler {
    border: 2px solid white; /* Zorgt voor een witte rand */
    background-color: rgba(255, 255, 255, 0.2); /* Een lichte achtergrondkleur */
}

.navbar-toggler-icon {
    filter: invert(1); /* Maakt het icoon wit, zodat het beter zichtbaar is */
}

@media (max-width: 991px) {
    .navbar-brand {
        width: auto;
        flex-grow: 1; /* Zorgt ervoor dat het logo links blijft en het menu niet naar beneden schuift */
    }

    .navbar-toggler {
        margin-left: auto; /* Zorgt ervoor dat de menuknop naar rechts opschuift */
    }

    .offcanvas {
        width: 75%; /* Zorgt ervoor dat de offcanvas menu niet te breed is op mobiel */
    }
}

/* Mobiele weergave fix */
@media (max-width: 768px) {
    #accessibility-toggle {
        bottom: 80px;
        left: 10px;
    }
    .accessibility-container {
        bottom: 130px;
        left: 10px;
        padding: 10px;
        font-size: 12px;
    }
}



div#WGbnootnjn a:visited,div#WGbnootnjn a:active,div#WGbnootnjn a:link{text-decoration:underline; font-size: 24px; color: #000000; font-weight: bold; font-family:Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif; vertical-align: top;}
div#WGbnootnjn a#WGbnootnjnbutton:visited,div#WGbnootnjn a#WGbnootnjnbutton:active,div#WGbnootnjn a#WGbnootnjnbutton:link{text-decoration:none; font-size: 24px; color: #7a7a7a; font-weight: bold; font-family:Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif; text-decoration:underline; vertical-align: top; margin: 0px 0px 0px 10px;}
/* PR-10 baseline accessibility improvements */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: #000;
    color: #fff;
    padding: 10px 14px;
    z-index: 10000;
}

.skip-link:focus,
.skip-link:focus-visible {
    left: 10px;
    top: 10px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.nav-link:focus-visible {
    outline: 3px solid #1b9cd3;
    outline-offset: 2px;
    border-radius: 4px;
}

.navbar .nav-link,
.navbar .btn,
button,
input[type="submit"] {
    min-height: 44px;
}

/* CTA contrast fix: no blue text on orange buttons inside CMS content */
.button,
.cms-block .left-main-part-midle a.button,
.cms-cta-panel .button,
.cms-cta-panel .cms-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1d2430 !important;
    text-shadow: none;
    border-color: #c78818;
    background: linear-gradient(180deg, #f7c44d 0%, #efa526 100%);
    min-height: 46px;
    line-height: 1.2;
    margin: 0 6px !important;
    vertical-align: middle;
}

.button:hover,
.button:focus,
.cms-block .left-main-part-midle a.button:hover,
.cms-block .left-main-part-midle a.button:focus,
.cms-cta-panel .button:hover,
.cms-cta-panel .button:focus {
    color: #161c25 !important;
    background: linear-gradient(180deg, #ffd46a 0%, #f3b13a 100%);
}

.button:active,
.cms-block .left-main-part-midle a.button:active,
.cms-cta-panel .button:active {
    color: #111722 !important;
    background: linear-gradient(180deg, #de9b22 0%, #cb8613 100%);
}

.cms-cta-panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
}

@media (max-width: 767px) {
    .cms-cta-panel {
        gap: 8px;
    }
    .cms-cta-panel .button,
    .cms-cta-panel .cms-cta-button {
        width: 100%;
        margin: 0 !important;
    }
}
