/* ==========================================================================
   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;
}

.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: center;
}
.subfooter-link {
  display: flex;
  justify-content: center;
    margin-right: 25px;
}
.subfooter-link ul li a{
    color: #fff;
}

/* ==========================================================================
   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-icon ul {
    text-align: right;
}

.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;
  margin: 29% 39% 0 0;
}
/* ==========================================================================
   footer-link css end here
   ========================================================================== */



.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('/site/computer/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;}