body{
color:#000;
font-display: optional;
 font-family: "Outfit", sans-serif;
font-optical-sizing: auto;
font-style: normal;
overflow-x:hidden;

}

.paddinghead{
    padding-top:80px;
}

.shadow {
  -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  /* Similar syntax to box-shadow */
}

.btn{
border-radius:0px;
padding-top:10px;
padding-bottom:10px;
padding-left:20px;
padding-right:20px;
font-size:1.1rem;
}

.btn-primary-faq{
background-color:#000;
border:1px solid #000;
color:#fff;
border-radius:0px;
}

.btn-primary{
background-color:#000;
border:3px solid #000;
color:#fff;
border-radius:50px !important;
}

.btn-inschrijven{
 background-color:#e74010;
 color:#fff !important;
 border:0px solid #e74010;
 font-size:1.2rem;
 transition: all 0.5s ease;
 border-radius:50px;
}

.btn-inschrijven:focus,
.btn-inschrijven:hover{
    background-color:#000;
    border:0px solid #f2c463;
    color:#fff !important;
    border:0px solid #000;
}

.btn-inschrijven i{
    margin-left:-20px;
    margin-right:20px;
    transition: all 0.5s ease;
}

.btn-inschrijven:hover i{
    margin-left:0px;
    margin-right:0px;
}


.btn-primary-faq:focus,
.btn-primary:hover{
background-color:transparent;
color:#000;
border:1px solid #000;
}

.btn-primary:focus,
.btn-primary:hover{
background-color:#00843c;
color:#fff;
border:3px solid #00843c;
}

.btn-outline-default{
    color:#000;
    border-color:#000;
}

.btn-outline-secondary:hover,
.btn-outline-primary:hover,
.btn-outline-default:hover{
    color:#fff;
    border-color:#000;
    background-color:#000;
}

.btn-outline-secondary{
    color:#000;
    border-color:#000;
}



.btn-outline-primary{
border-color:#fff;
color:#fff;
}

.navbar-light{
background-color:#fff !important;
}

.navbar-light .navbar-nav .nav-link,
.nav-item a{
color:#fff;
font-size:22px;
}

.toplink{
text-transform:uppercase;
font-weight:bolder;
}

.contact-top{
color:#fff;
}

.contact-top a{
color:#fff;
text-decoration:none;
transition: color .15s ease-in-out;
}
.contact-top a:hover{
color:#c8b18a;
}

.login-top{
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
background-color:#99866e;
color:#fff !important;
text-decoration:none !important;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.login-top:hover{
    background-color:#a59584 !important;
}

.mainlink-mobiel{background-color:#E84017;border:0px !important; margin-top:5px !important;border-radius:20px !important; }


.display-6{
font-size: 2rem;
}

.footer{
    background-image:  linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('/media/oezbwm1g/background.jpg');    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.footer ul{
padding:0px;
margin:0px;
}

.footer b{
    font-size:1.4rem;
    
}

.footer li{
padding:3px 0px;
margin:0px;
list-style-type:none;
}

.footer li a{
color:#000;
text-decoration:none;
font-size:1.1rem;
}

.footer li a.all,
a.all{
color:#fff;
margin-top:10px;
display:inline-block;
text-decoration:none;
}

.top-bar{
background-color:#142f4e;
}

.top-header{
background-color:#bfd6ee;
}

.h1-header{
color:#fff; 
font-weight:700 !important;
}

.sub-header{
color:#fff;
font-size:2rem;
font-weight:300 !important;
}

.bg-round-white{
background-color:#fff;
border-radius:20px !important;
}

.bg-round-lightbrown{
background-color:#f2f2f2;
border-radius:0px;
}

.bg-blue{
background-color:#e5f0fc;
}

.bg-white{
background-color:#fff;
}

.bg-purple-light{
background-color:#698aac;
}

.bg-white {
    background-color: #fff;
    color: #000;
}

    .bg-white .bi {
    font-size:1.5rem;
    }

.bg-round-purple{
background-color:#698aac;
border-radius:0px;
}

.answer a{
    color:#e74011;
    text-decoration:none;
}

.text-container{font-size:1.1rem;}

.text-container a,
.bg-round-white a{
color:#e74011;text-decoration:none;
transition: color .15s ease-in-out,
background-color .15s ease-in-out,
border-color .15s ease-in-out,
padding-left .15s ease-in-out,
box-shadow .15s ease-in-out; 
}

.bg-round-white a:hover{
color:#000;text-decoration:none;
}


.h2-small-blue{
font-size:1.7rem;
color:#00A6E0;
}

.h2-small-white{
font-size:1.7rem;
color:#fff;
}

@media screen and (max-width: 770px) {
	.login-top{
	width:100%;
	}
}	

@media screen and (max-width: 992px) {
    
    .h1-header{
    color:#fff; 
    font-weight:700 !important;
    font-size:2.3rem;
    }

    .btn-top{
        width:100%;
    }

	.nav-link{
	padding:10px 0px;
	border-bottom:1px solid #f2f2f2;	
	border-radius:0px;
	}

	.nav-link::after {
		float:right;
		content: "\f138";
		display: inline-block;
		font-family: bootstrap-icons !important;
		font-style: normal;
		font-weight: normal !important;
		font-variant: normal;
		text-transform: none;
		line-height: 1.6;
		vertical-align: -.125em;
	}
	
	.dropdown-menu {
        background-color: #e0f0e5;
        border-radius: 0px;
        box-shadow: none !important;
        border: 0px solid grey;
        padding: 10px;
    }

    .column img{
        margin:1rem 0;
    }
    
    .nav-link:focus,
.nav-link:active,
.nav-link:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

}

a[href^="tel"] {
  color: inherit; 
  text-decoration: none;  
}

.iframe-maps{
border:0;
border-radius:0px;
min-height:300px;
}

.text-white{
color:#fff;
}

.text-blue{
color:#00A6E0;
}

.br-20{
border-radius:0px;
}

h2 strong{
color:#c8b18a;
}

.lightbrown{
color:#c8b18a;
font-weight:500;
}

.white{
color:#fff;
}

.contact-icon{
width:60px;
height:60px;
background-color:#fff;
color:#c8b18a;
border-radius:50%;
font-size:1.8rem;
padding-top:7px;
}

.dropdown-menu{
background-color:#fff;
border-radius:0px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
border:0px solid grey;
padding:10px;
}

.dropdown-item {
	font-size: 17px !important;
}

/* Navbar initial state */
    .navbar {
      transition: background-color 0.3s, box-shadow 0.3s;
    }
    
    .navbar.transparent {
      background-color: transparent;
      box-shadow: none;
    }
    
    .navbar.scrolled {
      background-color: white;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    
    .navbar.scrolled .navbar-nav .nav-link{
        color:#000 !important;
        font-size:22px;
    }

    .navbar a {
      transition: color 0.3s;
    }
    

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
	content: "\f282";
	display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
}

.dropdown-item{
color:#000;
border-radius:0px;
}

.dropdown-item:hover{
background-color:#f2f2f2;
color:#000 !important;
border-radius:0px;
}

.umb-grid img{
width:100%;
height:auto;
border-radius:0px;
}

.btn-vraag {
	border-bottom: 0px solid black;
	background-color: #fff;
	color: #000;
	font-size:1.2em;
}

.btn-vraag:focus,
.btn-vraag:hover,
.btn-vraag:active {
background-color: #000;
color: #fff;
}

.btn-contact {
	color:#fff !important;
}

.btn {
    box-shadow: none !important;
}

/*Pakketten*/
.pricing-card ul
{
    position: relative!important;
    padding-left: 0;
    list-style: none;
    margin-bottom: 3rem!important;
}

.pricing-card ul li {
    margin-bottom: 0.5rem;
    font-size: 14px;
    display: flex;    
}

.pricing-card ul li::before {        
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    content: "\f633";
    display: flex;
    font-size: 30px;  
    padding-right:10px;
}

.pricing-divider {
    border-radius: 20px;
    background: #C64545;
    padding: 1em 0 4em;
    position: relative;
}

.pricing-card ul li a:hover{
    background-color:#fff !important;
    color:#000 !important;
    border:1px solid #000;
}

.border-20{
    border-radius: 20px;
}

.pricing-divider-img {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80px;
}

.deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.btn-custom {
    background: #000;
    color: #fff !important;
    border-radius: 0px;
    border:0px solid black;
}

.btn-custom:hover {
  border:1px solid #000 !important;
  color:#000 !important;
  background-color:#fff !important;
}

.img-float {
    width: 50px;
    position: absolute;
    top: -3.5rem;
    right: 1rem
}

.princing-item {
    transition: all 150ms ease-out;
}

.princing-item:hover {
    transform: scale(1.05);
}

.princing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}
.princing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

.card-body {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.perwerknemer {
    font-size: 10px;
}

.pricing-divider h3 {
    font-size: 38px;
}

.pricing-divider h4 {
    font-size: 16px;
}

.table-responsive table td,.table-responsive table th{
color:#000 !important;   
}

tbody, td, tfoot, th, thead, tr {
    border-color: #cfbdca;
    border-style: solid;
    border-width: 0;
}

/*Hamburger*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  
  .scrolled .hamburger-inner,.scrolled .hamburger-inner::before,.scrolled .hamburger-inner::after {
      background-color: #000 !important;
  }
  
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
  }
    
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
    
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }


/* Slider Reverse */

.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }
    
    .umbraco-forms-submitmessage{
    color: #0f5132;
    background-color: #d1e7dd;
    display: block!important;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 0px solid transparent;
    border-radius: 0.25rem;
    }


.umb-grid  a{
    color:#000;
}


.cat-blauw {
    background: #000;
    background: linear-gradient(135deg, #374f9e 0%, #374f9e 25%, #374f9e 50%, #374f9e 75%, #374f9e 100%);
    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    max-width: 100vw;
    max-height: 100vh;
    color: #fff;
    cursor: pointer;
    transition: 0.5s all;
    background-position: 100% 100%;
}

.cat-geel {
    background: #000;
    background: linear-gradient(135deg, #d65214 0%, #d65214 25%, #d65214 50%, #d65214 75%, #d65214 100%);
    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    max-width: 100vw;
    max-height: 100vh;
    color: #fff;
    cursor: pointer;
    transition: 0.5s all;
    background-position: 100% 100%;
}

.cat {
    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    max-width: 100vw;
    max-height: 100vh;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: 0.5s all;
    background-position: 100% 100%;
}

.cat-rood {
    background: #000;
    background: linear-gradient(135deg, #e11815 0%, #e11815 25%, #e11815 50%, #e11815 75%, #e11815 100%);
    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    max-width: 100vw;
    max-height: 100vh;
    color: #fff;
    cursor: pointer;
    transition: 0.5s all;
    background-position: 100% 100%;
}

.cat-donkerblauw-24{
    background: #000;
    background: linear-gradient(135deg, #4974a4 0%, #4974a4 25%, #4974a4 50%, #4974a4 75%, #4974a4 100%);
    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    max-width: 100vw;
    max-height: 100vh;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: 0.5s all;
    background-position: 100% 100%;
    border:0px solid #000;
}

.cat-kijken-25{
    background: #000;
    background: linear-gradient(135deg, #4c9e7d 0%, #4c9e7d 25%, #4c9e7d 50%, #4c9e7d 75%, #4c9e7d 100%);
    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    max-width: 100vw;
    max-height: 100vh;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: 0.5s all;
    background-position: 100% 100%;
    border:0px solid #000;
}

.cat-kijken-25:hover {
    background: #000;    
    background: linear-gradient(135deg, #398868 0%, #4c9e7d 25%, #4c9e7d 50%, #4c9e7d 75%, #4c9e7d 100%);
    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    max-width: 100vw;
    max-height: 100vh;
    color: #fff;
    cursor: pointer;
    transition: 0.2s all;
    background-position: 0% 0%;
}

.cat-doen-25{
 background:#4c9e7d;
    background-repeat: no-repeat;
    display: flex;
    max-width: 100vw;
    max-height: 100vh;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: 0.5s all;
    background-position: 100% 100%;
    border:2px solid #4c9e7d;
}


.cat-doen-25:hover {
    background: #000;
    background: linear-gradient(135deg, #dd5e30 0%, #dd5e30 25%, #d7501f 50%, #d7501f 75%, #d7501f 100%);
    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    max-width: 100vw;
    max-height: 100vh;
    color: #fff;
    cursor: pointer;
    transition: 0.5s all;
    background-position: 0% 0%;
}

@media screen and (max-width: 1000px) {
    .image-home {
        position: absolute;
        left: 0;
        top: 0;
        background-color: #000;
        background: #000 url(/media/ts3hspfb/bannerhome-mob.jpg) no-repeat center center !important;
        background-size: cover !important;
        z-index: 1;
        width: 100%;
        height: 100%;
        opacity: 0.75;
        mix-blend-mode: screen;
    }
}	

.image-home {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    background: #000 url(/media/4mmdv2ls/bannerhome.jpg) no-repeat center center;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-height:527px;
    max-height:1232px;
    opacity: 0.75;
    mix-blend-mode: screen;
    background-size: cover !important;
}

.image {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent no-repeat center center;
    background-size: cover;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    mix-blend-mode: screen;
}

.cat-blauw:hover {
    background: #000;
    background: linear-gradient(135deg, #000 0%, #374f9e 25%, #374f9e 50%, #374f9e 75%, #374f9e 100%);
     background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    max-width: 100vw;
    max-height: 100vh;
    color: #fff;
    cursor: pointer;
    transition: 0.5s all;
	background-position: 0% 0%;
}
/*Donker lichter licht donker*/

.cat-overig-25 {
    background: #000;
    background: linear-gradient(135deg, #a7b4aa 0%, #a7b4aa 25%, #a7b4aa 50%, #a7b4aa 75%, #a7b4aa 100%);
    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    max-width: 100vw;
    max-height: 100vh;
    color: #fff;
    cursor: pointer;
    transition: 0.5s all;
    background-position: 100% 100%;
    border:0px solid #000;
}

.cat-oranje-25:hover {
    background: #000;    
    background: linear-gradient(135deg, #d56c16 0%, #e7791e 25%, #e7791e 50%, #e7791e 75%, #e7791e 100%);
       background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    max-width: 100vw;
    max-height: 100vh;
    color: #fff;
    cursor: pointer;
    transition: 0.5s all;
    background-position: 0% 0%;
}

.text {
    position: relative;
    z-index: 10;
}

.inschrijfbtn, inschrijfbtn::after {
    display: block;
    max-width: 380px;
    font-size: 26px;
    background: linear-gradient(45deg, transparent 5%, #FF013C 5%);
    border: 0;
    color: #fff;
    letter-spacing: 3px;
    padding: 10px 0px;
    box-shadow: 6px 0px 0px #00E6F6;
    outline: transparent;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.inschrijfbtn::after {
    --slice-0: inset(50% 50% 50% 50%);
    --slice-1: inset(80% -6px 0 0);
    --slice-2: inset(50% -6px 30% 0);
    --slice-3: inset(10% -6px 85% 0);
    --slice-4: inset(40% -6px 43% 0);
    --slice-5: inset(80% -6px 5% 0);
    content: 'AVAILABLE NOW';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #FF013C 5%);
    text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
    clip-path: var(--slice-0);
}
/*
.inschrijfbtn:hover::after {
    animation: 1s glitch;
    animation-timing-function: steps(2, end);
}*/

@keyframes glitch {
  0% {
    clip-path: var(--slice-1);
    transform: translate(-20px, -10px);
  }
  10% {
    clip-path: var(--slice-3);
    transform: translate(10px, 10px);
  }
  20% {
    clip-path: var(--slice-1);
    transform: translate(-10px, 10px);
  }
  30% {
    clip-path: var(--slice-3);
    transform: translate(0px, 5px);
  }
  40% {
    clip-path: var(--slice-2);
    transform: translate(-5px, 0px);
  }
  50% {
    clip-path: var(--slice-3);
    transform: translate(5px, 0px);
  }
  60% {
    clip-path: var(--slice-4);
    transform: translate(5px, 10px);
  }
  70% {
    clip-path: var(--slice-2);
    transform: translate(-10px, 10px);
  }
  80% {
    clip-path: var(--slice-5);
    transform: translate(20px, -10px);
  }
  90% {
    clip-path: var(--slice-1);
    transform: translate(-10px, 0px);
  }
  100% {
    clip-path: var(--slice-1);
    transform: translate(0);
  }
}

.card {
    /*border-radius:50px !important;*/
    border-radius:0px;
    box-shadow: 0 !important;
    background-color:#fff !important;
        
}

.card .btn {
    width:100% !important;
}

.corner-straight:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 40px solid transparent;
    border-left: 40px solid white;
    width: 0;
}

.corner-straight-black:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 40px solid transparent;
    border-left: 40px solid #000;
    width: 0;
}

.bg-dark{
    background-color:#000 !important;
}

.bg-danger{
    background-color:#e74011 !important;
}

.text-container ul{
    padding:0px;
    margin:0px;
}

/*.text-container ul li::marker {
    font-family: bootstrap-icons !important;
    content: "\f138   ";
    font-size:20px;
    line-height:-1px;
}*/

.text-container ul li{
list-style: none;    
}


.text-container ul li::before{
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height:1.5;
    vertical-align: -0.2em;
    -webkit-font-smoothing: antialiased;
    content: "\f138";
    font-size: 30px;
    padding-right: 10px;
}

#timerdiv {
    background-image: url('/media/qx2dbpm1/background-groen.jpg');   
    background-repeat: no-repeat;
    width: 100%;
    background-color: #00944f; /* Base background color */
    background-size: cover;
    background-position: center;
}

.achtergrond-licht {
    background-image:  linear-gradient(rgba(255, 255, 255, 0.8), rgba(255,255, 255, 0.8)), url('/media/oezbwm1g/background.jpg');    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-color: #fff; /* Base background color */
    background-size: cover;
    background-position: center;
}

.achtergrond-rood{
    background-image: url('/media/zbqoydxa/background-rood.jpg');   
    background-repeat: no-repeat;
    width: 100%;
    background-color: #da3c07; /* Base background color */
    background-size: cover;
    background-position: center;
}

.achtergrond-groen{
    background-image: url('/media/qx2dbpm1/background-groen.jpg');   
    background-repeat: no-repeat;
    width: 100%;
    background-color: #00944f; /* Base background color */
    background-size: cover;
    background-position: center;
}


    #timer div {
      line-height: 1;
      font-size: 3rem;
      font-weight:700;
    }
    
     #timer div span {
      display: block;
      font-size: 0.6rem;
      color: white;
      margin-top:10px;
      background-color:#e74010;
      padding:5px;
      border-radius:50px;
    }
    
     #days {
      color: #fff;
    }
    
    #hours {
      color: #fff;
    }
    
    #minutes {
      color: #fff;
    }

    #seconds {
      color: #fff;
    }
    
    #timerdiv2 {
    background-color: #437c64; /* Base background color */
    background: #437c64 url('/media/zzog3e3z/passie-beleef-je-samen-wit-outline.svg') no-repeat center center; 
    background-size: max(350px, 90%); /* Ensures SVG doesn’t get too big */
    background-position: 50% center;
}
    
    @media screen and (min-width: 800px) {
        #timerdiv2 {
            background-color: #437c64; /* Base background color */
            background: #437c64 url('/media/zzog3e3z/passie-beleef-je-samen-wit-outline.svg') no-repeat center center; 
            background-size: max(700px, 90%); /* Ensures SVG doesn’t get too big */
            background-position: 50% center;
        }

        #timer div {
        line-height: 1;
        font-size: 8rem;
        font-weight:700;
        }
        
         #timer div span {
        display: block;
        font-size: 1.1rem;
        color: white;
        margin-top:20px;
        padding:10px;
      
        }
    
   
    }	
   


.swiper-container {
    width: 100%;
    height: 100vh;
    max-height:480px;
}

.slider-logos{
    margin-top:200px;
    max-width:1050px;
}

@media screen and (min-width: 600px) {

    .slider-logos{
        margin-top:100px;
        max-width:1050px;
    }
}


@media screen and (min-width: 800px) {
    .swiper-container {
        width: 100%;
        height: 100vh;
        max-height:650px;
    }
    
    .slider-logos{
        margin-top:170px;
        max-width:1050px;
    }
}

@media screen and (min-width: 992px) {
    .slider-logos{
    margin-top:275px;
    max-width:1050px;
}

    .swiper-container {
        width: 100%;
        height: 100vh;
        max-height:831px;
    }
}

.swiper-slide {
    position: relative;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    width:100%;
}

.swiper-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
    
.swiper-pagination-bullet {
  background-color: gray  !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #cf5123  !important;
  opacity: 1  !important;
}

@media (max-width: 768px) {
    .navbar-collapse {
        max-height: 70vh; /* Adjust this based on how much space you want to allocate */
        overflow-y: auto; /* Enable scrolling if the content exceeds the height */
        overfow-x:hidden;
    }
}

.border-radius-50{
    border-radius:50px;
}

.banner {
  margin-top:106px;
  width: 100%;
  height: 450px; /* Adjust height based on your design */
  background-color: #333; /* Dark background for contrast */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  font-size: 2rem;
}


.h1-home{
    font-size: calc(2rem + 1.0vw) !important;
	font-weight: 800 !important;
	line-height:calc(2rem + 1.0vw) !important;
}

.fs-2{
    	line-height:calc(1.5rem + 1.0vw) !important;
}

.fs-1,
.h1-small{
    font-size: calc(2rem + 1.0vw) !important;
	font-weight: 800 !important;
	line-height:calc(2rem + 1.0vw) !important;
}


.border-black{
 border-top: 2px solid black; 
}

.inner-shadow {
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Banner container */
.bannernew {
    min-height: 400px;       /* mobile min height */
    width: 100%;
    position: relative;
    overflow: hidden;        /* crop overflow */
}

/* Make the image fill the banner completely */
.banner-img {
    position: absolute;      /* position relative to .banner */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;       /* fill and crop */
    object-position: center; /* keep center visible */
}


/* Optional: taller hero on larger screens */
@media (min-width: 768px) {
    .bannernew {
        min-height: 400px;
    }
}

@media (min-width: 1200px) {
    .bannernew {
        min-height: 400px;
    }
}

/**umb_name:Heading 2*/
h2 {
	font-family: "Outfit", sans-serif;
	font-weight:bold;
	font-size:30px;
	margin:0px;
}

/**umb_name:Heading 3*/
h3 {
	font-family: "Outfit", sans-serif;
	font-weight:normal;
	font-size:25px;
	margin:0px;
}

/**umb_name:Heading home*/
h4 {
	font-family: "Outfit", sans-serif;
	font-weight:bolder;
	font-size:30px;
	margin:0px;
}
