/* Development by Netvibes - Online solutions */
/* www.netvibes.nl */

/* Import */
@import url("/3rdparty/global/css/global-v1.css");
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700;&display=swap');


* { box-sizing: border-box;}
*:focus { outline: none;}

:root {
   --primary: #747474;
   --secondary: #00a151;
   --heading: #333;
   --dark: #363839;
   --light: #e8e8e8;
}

html {
   font-family: "PT Sans", sans-serif;
   font-optical-sizing: auto;
   color: var(--primary);
   font-weight: 400;
   font-size: 16px;
   line-height: 1.4;
   font-style: normal;
}

h1,h2,h3,h4 {
   font-family: "Kumbh Sans", sans-serif;
   font-optical-sizing: auto;
   color: var(--heading);
   font-weight: 600;
   font-style: normal;
}

h1 {
   font-size: 2.5em;
   margin-bottom: 20px;
   line-height: 1.2;
}

h3 {
   font-size: 15px;
}

#content_home h1 {
   font-size: 60px;
   line-height: 1.5em;
   margin-bottom: 15px;
   color: var(--secondary);
}

#content_home h2 {
   font-size: 24px;
   line-height: 1.3em;
   color: var(--primary);
}

.content {
   background-color: #fff;
   margin-top: 580px;
   min-height: calc(100vh - 600px);
}

#header {
   width: 100%;
   padding: 0px 30px;
   position: fixed;
   top: 0px;
   z-index: 1;
   height: 80px;
   background-color: rgba(255, 255, 255, 1);
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
   transition: all 0.3s ease;
   background-color: rgba(255, 255, 255, 0.9);
   backdrop-filter: blur(8px); 
   -webkit-backdrop-filter: blur(8px); 
 
}


#header #logo img {
   height: 60px;
   margin: 10px 0px;
   transition: all 0.3s ease;
}

#header #menu {
   float: right;
   font-family: "Kumbh Sans", sans-serif;
}

#header #menu ul {
   margin: 0;
   padding: 0;
   list-style: none;
   height: 100%;
}

#header #menu ul li {
   margin-left: 20px;
   padding: 0;
   height: 80px;
   display: block;
   float: left;
}

#header #menu ul li a {
   text-decoration: none;
   transition: all 0.5s ease;
   font-weight: 400;
   color: var(--primary);
   height: 80px;
   line-height: 75px;
   display: block;
   border-top: 3px solid transparent;
   font-size: 16px;
}


#header #menu ul li a:hover,
#header #menu ul li.active a {
   color: var(--secondary);
   border-top: 3px solid var(--secondary);
   transition: all 0.5s ease;
}

.slider {
   width: 100%;
   height: 700px;
   position: fixed;
   left: 0;
   top: 0;
   z-index: -1;
}

.slider div {
   width: 100%;
   height: 100%;
   background-size: cover;
   background-position: center;
}

#content_home {
   text-align: center;
}

#maps_leden {
   width: 100%;
   height: 600px;
}

#intro_home { 
   padding: 75px 0;
}

#usp_home {
   padding: 75px 0;
   text-align: left;
   background-color: rgba(51, 161, 106, 0.05);
}

#usp_home h2,
#cta_block h2 {
   color: var(--heading);
   margin-bottom: 15px;
}

#usp_home .column-1-3 .grid-item-block {
   background-color: #fff;
   border-radius: 4px;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
   transition: all 0.3s ease;
}

#usp_home .column-1-3 .ratioimage {
   border-radius: 4px 4px 0 0;
}

#usp_home .grid-item:nth-child(2) {
   padding: 25px;
   padding-top: 20px;
   min-height: 340px;
}

#cta_block {
   padding: 75px 0;
   text-align: center;
}

#cta_block .column-3-4 {
   float: none;
   margin: 0 auto;
   margin-bottom: 0px;
}

.btn {
   background-color: var(--secondary);
   color: #fff;
   height: 40px;
   line-height: 36px;
   padding: 0 30px;
   border-radius: 4px;
   text-decoration: none;
   font-size: 16px;
   display: inline-block;
   transition: all 0.3s ease;
   margin-top: 25px;
   border: 2px solid var(--secondary);
}

.btn:hover {
   background-color: transparent;
   color: var(--secondary);
   transition: all 0.3s ease;
}

#staticpage {
   padding: 75px 0;
}

#footer {
   background-color: var(--dark);
   color: #fff;
   padding: 50px 0px;
   text-align: center;
   font-size: 14px;
   font-family: "PT Sans", sans-serif;
   font-weight: 400;
}

#footer a {
   color: var(--secondary);
   text-decoration: none;
   margin: 5px 10px;
   display: inline-block;
}

.fax {
   display: none;
}