/*###################################
VERSION: 4.0.5
DATE: 03 Jul 2025
PROJECT: Geboortelijst.be v4
                          ___                                   
        __               /\_ \                                  
 _____ /\_\   __  _    __\//\ \     ___ ___      __      ___    
/\ '__`\/\ \ /\ \/'\ /'__`\\ \ \  /' __` __`\  /'__`\  /' _ `\  
\ \ \L\ \ \ \\/>  <//\  __/ \_\ \_/\ \/\ \/\ \/\ \L\.\_/\ \/\ \ 
 \ \ ,__/\ \_\/\_/\_\ \____\/\____\ \_\ \_\ \_\ \__/.\_\ \_\ \_\
  \ \ \/  \/_/\//\/_/\/____/\/____/\/_/\/_/\/_/\/__/\/_/\/_/\/_/
   \ \_\                                                        
    \/_/                                                        

CSS & web design & frontend web dev by Pixelman
###################################*/
/* Variables */
/* Tools styles */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
.hideme {
  display: none !important;
}

.showTab {
  display: block !important;
}

.spacer {
  display: block;
  width: 100%;
  height: 1rem;
}

.text-color-white {
  color: rgb(255, 255, 255) !important;
}

.text-color-black {
  color: rgb(29, 29, 27) !important;
}

.text-color-green {
  color: rgb(0, 121, 66) !important;
}

.text-bright-pink-color {
  color: rgb(255, 200, 234) !important;
}

.bg-color-white {
  background-color: rgb(255, 255, 255) !important;
}

.bg-color-black {
  background-color: rgb(29, 29, 27) !important;
}

.bg-bright-pink-color {
  background-color: rgb(255, 200, 234) !important;
}

.bg-green-color {
  background-color: rgb(0, 121, 66) !important;
}

.move-up {
  margin-top: -5rem;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.border-left {
  border-left: 1px rgb(253.5, 253.5, 253.5) solid;
}

.border-bottom-grey {
  border-bottom: solid 1px rgb(253.5, 253.5, 253.5);
}

.spacer {
  display: block;
  width: 100%;
  height: 1rem;
}

.padding-left-1col {
  padding-left: 5vw;
}

.poweredby {
  max-width: 11rem;
}

/* Main typography */
@font-face {
  font-family: "hk_groteskregular";
  src: url("../fonts/hkgrotesk-regular-webfont.woff2") format("woff2"), url("../fonts/hkgrotesk-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hk_grotesksemibold";
  src: url("../fonts/hkgrotesk-semibold-webfont.woff2") format("woff2"), url("../fonts/hkgrotesk-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
p {
  font-family: "hk_groteskregular", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: rgb(29, 29, 27);
}

a {
  font-size: 1rem;
  color: inherit;
  transition: all 0.3s;
}

h1 {
  color: rgb(0, 121, 66);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 103%;
  font-family: "Bricolage Grotesque", serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

h2 {
  color: rgb(0, 121, 66);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 103%;
  font-family: "Bricolage Grotesque", serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

h3 {
  color: rgb(29, 29, 27);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 103%;
  font-family: "Bricolage Grotesque", serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

h4 {
  color: rgb(29, 29, 27);
  font-family: "Bricolage Grotesque", serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
}

h6 {
  color: rgb(0, 121, 66);
  font-family: "Bricolage Grotesque";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* Base styles */
html {
  /*base rem size: change to scale site */
  font-size: 1rem;
}

body {
  color: rgb(29, 29, 27);
  -webkit-font-smoothing: antialiased; /* make typo less bold */
  box-sizing: content-box;
}

main {
  position: relative;
  top: 70vh;
  z-index: 0;
}

#what-top {
  background-image: url("../images/bg-curve-pink.svg");
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 8vw 0 3vw 0;
  pointer-events: none;
}

/* Bootstrap icons */
/* slideshow styles */
.slideshow01 .carousel2 {
  display: block;
  width: 100%;
}

.slideshow01 .carousel-cell {
  width: 100%;
  margin-right: 10px;
}

.slideshow01 img {
  width: 100%;
}

.slideshow02 .carousel2 {
  display: block;
  width: 100%;
}

.slideshow02 .carousel-cell {
  width: 70%;
  margin-right: 10px;
}

.slideshow02 img {
  width: 100%;
}

/* Banner01 styles - video banner homepage */
.carousel-dark-blend {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  /* background: rgb(0,0,0); */
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 0;
  pointer-events: none;
}

.banner01-text {
  transform: translateY(-10vh);
}

#banner01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgb(29, 29, 27);
  background-size: cover;
  background-position-x: center;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: -3;
}

#banner01 video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  z-index: -1;
  top: 0;
  left: 0;
}

#banner01 h1 {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 9vw;
  font-style: normal;
  font-weight: 500;
  line-height: 102.2%;
  font-family: "Bricolage Grotesque", serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

#banner01 h5 {
  font-family: "Bricolage Grotesque", serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-size: 1.1rem;
  font-size: 4vw;
  font-weight: 500;
  word-wrap: break-word;
}

.banner-left {
  background-image: none;
}

.banner-right {
  padding-left: 2rem;
}

#scroll-down {
  position: absolute;
  top: -50px;
  left: 49.2%;
  z-index: 200;
  transition: all 0.3s;
}

#scroll-down:hover {
  opacity: 0.5;
  transform: scale(1.5);
  transition: all 0.3s;
}

.stars {
  transform: translateX(-20px);
  transform: translateY(-15vh);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #banner01 h1 {
    font-size: 3.5vw;
  }
  #banner01 h5 {
    font-size: 1.5vw;
  }
  .banner-left {
    background-image: url("../images/dotted-v-line.svg");
    background-repeat: repeat-y;
    background-position: right center;
  }
  #scroll-down {
    top: 0;
    left: 49.2%;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #scroll-down {
    top: -5vw;
    left: 49.2%;
  }
}
/* Large devices (desktops, 992px and up) */
/* Nav-bar styles translucent - white color  */
#nav-bar {
  padding: 0.6rem 0;
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  border-bottom: none;
  z-index: 0;
  position: fixed;
  width: 100%;
  padding: 1.25rem 2rem;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed rgb(245, 245, 245);
  margin: 40px 0;
}

/* logo stuff */
.logo {
  display: flex;
  justify-content: center;
  width: 36px;
  height: 35px;
  background-image: url("../images/logo-geboortelijst-white-no-text.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  opacity: 1;
}

.logo:hover {
  opacity: 0.5;
}

/* menu ico */
.sidebar-btn {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0.55rem 0.45rem;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
}

#nav-bar.nav-bar-black .sidebar-btn {
  background-image: url("../images/ico-menu-white.svg");
}

#nav-bar.nav-bar-white .sidebar-btn {
  background-image: url("../images/ico-menu-black.svg");
}

/* nav-box stuff */
#nav-box {
  padding: 0.4rem 0.5rem 0.65rem 0.5rem;
  border-radius: 0.875rem;
  margin: 0;
  display: flex;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 4.4px 0px rgba(0, 0, 0, 0.25);
  align-items: flex-start;
  gap: 0.625rem;
  font-family: "hk_grotesksemibold", sans-serif;
  transform: translateX(15px);
}

#nav-box li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav-box a {
  color: rgb(29, 29, 27);
  font-size: 1rem;
  font-weight: 700;
  padding: 0.1rem 0.5rem 0.3rem 0.5rem;
  margin: 0;
  line-height: 0;
  text-decoration: none;
  transition: all 0.3s;
  text-transform: capitalize;
}

#nav-box a:hover {
  background-color: #ECECEC;
  border-radius: 0.5rem;
}

#nav-box a.active {
  color: rgb(0, 121, 66);
  border-radius: 0.5rem;
}

/* nav-user stuff */
#nav-user {
  color: rgb(255, 255, 255);
}

#nav-lang {
  margin-right: 1rem;
}

#nav-lang li a {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: HK Grotesk;
  font-weight: 500;
  text-transform: uppercase;
  word-wrap: break-word;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  display: none;
  line-height: 2.4rem;
}

#nav-lang li a:hover {
  opacity: 0.5;
}

#nav-lang li a.active {
  display: block;
}

#user i {
  line-height: 2.2rem;
  font-size: 1.5rem;
}

#user i:hover {
  opacity: 0.5;
}

/* Nav-bar styles white - black logo and text color  */
#nav-bar.nav-bar-white {
  padding: 0.8rem 0;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 0;
  border-bottom: 1px rgb(222, 221, 222) solid;
  z-index: 997;
  position: relative;
  width: 100%;
  padding: 1.25rem 2rem;
}

/* logo black stuff */
.nav-bar-white .logo {
  display: flex;
  justify-content: center;
  width: 36px;
  height: 35px;
  background-image: url("../images/logo-geboortelijst-black-no-text.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  opacity: 1;
}

.nav-bar-white .logo:hover {
  opacity: 0.5;
}

/* nav-box stuff */
.nav-bar-white #nav-box {
  background-color: rgb(255, 255, 255);
  box-shadow: none;
}

/* nav-user stuff */
.nav-bar-white #nav-user {
  color: rgb(29, 29, 27);
}

.nav-bar-white #nav-lang li a {
  text-shadow: none;
}

#nav-lang li a {
  font-family: "hk_groteskregular", sans-serif;
}

#nav-lang li a:hover {
  opacity: 0.5;
}

#nav-lang li a.active {
  display: block;
}

#user i {
  line-height: 2.2rem;
  font-size: 1.5rem;
}

#user i:hover {
  opacity: 0.5;
}

/* subnav styles */
#subnav {
  position: fixed;
  left: 2rem;
  top: 35vh;
  z-index: 1000;
}

#subnav a {
  color: rgb(29, 29, 27);
  font-family: "hk_groteskregular", sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7rem;
  margin: 0;
  padding: 0;
  opacity: 0.6;
  text-transform: capitalize;
}

#subnav a:hover,
#subnav a.active {
  color: rgb(3, 157, 88);
  opacity: 1;
}

/* Button styles */
.btn-primary {
  --bs-btn-bg: $green-color;
  --bs-btn-border-color: $green-color;
  --bs-btn-hover-bg: $green-color;
  --bs-btn-hover-border-color: $green-color;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-bg: $green-color;
  --bs-btn-active-border-color: $green-color;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-bg: $green-color;
  --bs-btn-disabled-border-color: $green-color;
}

.btn-primary {
  display: inline-flex;
  padding: 0.7rem 1.1rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.9375rem;
  background: rgb(0, 121, 66);
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: "hk_groteskregular", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.btn-primary:hover {
  background: rgb(47, 63, 146);
}

.btn-dark {
  display: inline-flex;
  padding: 0.7rem 1.1rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.9375rem;
  background: rgb(29, 29, 27);
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: "HK Grotesk";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.btn-dark:hover {
  background: rgb(47, 63, 146);
}

.btn-outline {
  display: inline-flex;
  padding: 0.7rem 1.1rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.9375rem;
  background: transparent;
  text-transform: uppercase;
  color: rgb(29, 29, 27);
  text-align: center;
  font-family: "hk_groteskregular", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: solid 2px rgb(29, 29, 27);
}

.btn-outline:hover {
  border: solid 2px rgb(222, 221, 222);
  color: rgb(222, 221, 222);
}

/* Item styles */
.item {
  margin: 0 0 1rem 0;
  gap: 1rem;
}

.item-box {
  background-color: rgb(255, 255, 255);
  padding: 2vw 1vw 1vw 1vw;
  border-radius: 2rem;
  margin: 0;
}

.item-icon {
  position: relative;
  width: 2.2rem;
  margin-right: 1rem;
}

.item h3 {
  color: rgb(0, 121, 66);
  font-family: "Bricolage Grotesque";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
}

.item p {
  color: rgb(29, 29, 27);
  font-family: "hk_groteskregular", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}

/* What styles */
.bg-pattern-white {
  position: relative;
  background-image: url("../images/bg-banner.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

#info-box {
  padding: 0 0 !important;
}

@media (max-width: 575.98px) {
  #info-box {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  #info-box {
    padding: 0 6rem;
    margin: 0 4rem;
  }
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  #info-box {
    padding: 0 6rem;
    margin: 0 6rem;
  }
}
/* Who styles */
#who {
  background-color: rgb(255, 255, 255);
  background-image: url("../images/baby-parent-02.jpg");
  min-height: 50vw;
  background-position: right bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  #who {
    background-image: url("../images/baby-parent-02.jpg");
    background-position: right 0vh;
    background-size: 60%;
  }
}
.accordion-header {
  color: rgb(0, 121, 66);
  font-family: "Bricolage Grotesque";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.accordion-header button {
  color: rgb(0, 121, 66);
  font-family: "Bricolage Grotesque";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#who .accordion-item {
  margin-bottom: 1.5rem;
  background-color: rgba(255, 255, 255, 0.7);
}

#who .accordion-item:first-of-type,
#who .accordion-item:last-of-type {
  border-top-left-radius: 1.5625rem;
  border-top-right-radius: 1.5625rem;
}

#who .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 1.5625rem;
  border-top-right-radius: 1.5625rem;
}

#who .accordion-button {
  background-color: rgba(255, 255, 255, 0.3);
}

#who .accordion-button:not(.collapsed) {
  color: rgb(29, 29, 27);
  background-color: transparent;
  box-shadow: none;
  border-radius: 1.5625rem;
  font-family: "Bricolage Grotesque";
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 1px solid rgba(255, 255, 255, 0);
}

.accordion-item:first-of-type {
  border-bottom: 1px solid rgb(222, 221, 222);
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgb(222, 221, 222);
}

.accordion-item:last-of-type,
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0px;
  box-shadow: none;
}

#who .accordion-item {
  background-color: rgb(255, 255, 255);
  border: 0;
  border-radius: 1.5625rem;
}

#who .accordion-button.collapsed {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px;
  border-radius: 1.5625rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  font-family: "Bricolage Grotesque";
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#who .accordion-button:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 1.5625rem;
}

#who .accordion-button:not(.collapsed) {
  color: rgb(29, 29, 27);
  background-color: transparent;
  box-shadow: none;
  border-radius: 1.5625rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-family: "Bricolage Grotesque";
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 1px solid rgb(255, 255, 255);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#who .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 1.5625rem;
  border-top-right-radius: 1.5625rem;
}

#who .accordion-item {
  margin-bottom: 1.5rem;
  background-color: rgba(255, 255, 255, 0.7);
}

#who .accordion-collapse {
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 1.5625rem;
  border-bottom-right-radius: 1.5625rem;
}

/* Why styles */
#why {
  background-color: rgb(0, 121, 66);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#why .row {
  padding: 0.5rem 3rem;
}

#why h3 {
  font-family: "Bricolage Grotesque", serif;
  line-height: 1.2;
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

#why h4 {
  font-family: "hk_grotesksemibold", sans-serif;
  line-height: 1.2;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  #why .row {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 768px) {
  #why .row {
    padding: 0.5rem 3rem;
  }
}
/* method styles */
#method {
  background-color: rgb(255, 255, 255);
  padding-top: 3rem;
  padding-bottom: 5rem;
}

#steps .row {
  padding: 0 0 0 0;
}

#steps {
  width: 100%;
}

#steps .carousel {
  padding: 0 0 2rem 0;
}

.step {
  width: 100%;
  padding-bottom: 5rem;
}

.step h3 {
  color: rgb(0, 121, 66);
  font-size: 2.25rem;
  font-weight: 400;
  font-family: Bricolage Grotesque;
  word-wrap: break-word;
  margin: 0 0 0 0;
}

.step h4 {
  color: rgb(0, 121, 66);
  font-size: 1.5rem;
  font-weight: 400;
  font-family: Bricolage Grotesque;
  word-wrap: break-word;
  margin: 0 0 1rem 0;
}

.step-col {
  flex: 1;
  background-size: cover;
  background-position: top center;
}

.step-col img {
  width: 100%;
  /*height: 100%;*/
}

.step-right {
  padding: 3rem;
  background: linear-gradient(0deg, var(--F5F5F5, #f0f0f0) 0%, var(--FFFFFF, #FFF) 100%);
}

#steps .carousel-cell {
  margin: 0 0 0 0;
  min-height: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
}

#steps-nav .button {
  border: none;
  background: none;
  margin-right: 0.5rem;
  color: rgb(29, 29, 27);
  opacity: 0.3;
  text-align: center;
  font-family: "Bricolage Grotesque", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#steps-nav .button.is-selected {
  background-color: transparent;
  color: rgb(29, 29, 27);
  opacity: 1;
}

.carousel-cell.step {
  padding-bottom: 0;
}

.carousel-cell.step.is-selected {
  padding-bottom: 0;
}

@media screen and (min-width: 767px) {
  #steps .carousel-cell {
    min-height: 100%;
    height: 30vw;
    flex-direction: row;
  }
  .step {
    padding-bottom: 0;
  }
}
/* Pricing styles */
#pricing {
  background-color: rgb(245, 245, 245);
  /* padding: 5rem; */
  padding-top: 3rem;
  padding-bottom: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

#pricing .accordion-item {
  background-color: rgb(255, 255, 255);
  border: 0;
  border-radius: 1.5625rem;
}

#pricing .accordion-button.collapsed {
  background-color: rgb(245, 245, 245);
  border: solid 1px;
  border-radius: 1.5625rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  font-family: "Bricolage Grotesque";
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#pricing .accordion-button:hover {
  background-color: rgb(255, 255, 255);
  border-radius: 1.5625rem;
}

#pricing .accordion-button:not(.collapsed) {
  color: rgb(29, 29, 27);
  background-color: transparent;
  box-shadow: none;
  border-radius: 1.5625rem;
  font-family: "Bricolage Grotesque";
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid rgb(255, 255, 255);
}

#pricing .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 1.5625rem;
  border-top-right-radius: 1.5625rem;
}

#pricing .accordion-item {
  margin-bottom: 1.5rem;
  background-color: rgba(255, 255, 255, 0.7);
}

/* Medium devices (tablets, 768px and up) */
/* CTA styles (call to action) */
#cta {
  background-color: rgb(255, 200, 234);
  padding: 3rem 0 2rem 0;
}

#cta .row {
  background-image: url("../images/stars-white.svg");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 50% 50%;
  background-size: 4rem;
}

/* Medium devices (tablets, 768px and up) */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #cta .row {
    background-image: url("../images/stars-white.svg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 50% 50%;
    background-size: 4rem;
  }
}
@media (min-width: 768px) {
  #cta .row {
    background-image: url("../images/stars-white.svg"), url("../images/stars-white.svg"), url("../images/stars-white.svg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 26% 50%, 59% 50%, 80% 50%;
    background-size: 2rem, 2rem, 2rem;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #cta .row {
    background-image: url("../images/stars-white.svg"), url("../images/stars-white.svg"), url("../images/stars-white.svg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 24% 50%, 50% 50%, 75% 50%;
    background-size: 2rem, 2rem, 2rem;
  }
}
#cta .col {
  text-align: center;
}

#cta .col a {
  text-decoration: none;
  display: block;
  border-bottom: solid 1px rgb(29, 29, 27);
  margin: 0 1rem 0 1rem;
  display: inline-block;
}

#cta .col a:hover {
  opacity: 0.5;
}

#cta p {
  color: rgb(29, 29, 27);
  text-align: center;
  font-family: "HK Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
}

/* map styles */
#map-shops {
  position: relative;
  width: 100%;
}

#map {
  height: 60vh;
  max-height: 500px;
  width: 100%;
}

/* search styles */
#search {
  position: relative;
  margin-top: -3.5rem;
}

.tab-content {
  background-color: rgb(255, 200, 234);
}

.tab-pane {
  padding-top: 2rem;
}

.nav-tabs {
  display: inline-flex;
}

.nav-tabs #search01-tab.active {
  color: rgb(29, 29, 27);
  background-color: rgb(255, 200, 234);
  border-radius: 0;
  border: 0;
}

.nav-tabs #search02-tab.active {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 121, 66);
  border-radius: 0;
  border: 0;
}

.nav-tabs #search02-tab {
  font-family: "hk_grotesksemibold", sans-serif;
  color: rgb(255, 200, 234);
  background-color: rgb(0, 121, 66);
  border-radius: 0;
  border: 0;
}

.nav-tabs #search01-tab {
  font-family: "hk_grotesksemibold", sans-serif;
  color: rgb(86, 86, 86);
  background-color: rgb(255, 200, 234);
  border-radius: 0;
  border: 0;
}

#search01 {
  background-color: rgb(255, 200, 234);
}

#search02 {
  background-color: rgb(0, 121, 66);
}

/* benefits styles */
#benefits {
  background-color: rgb(255, 255, 255);
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: linear-gradient(180deg, var(--FFFFFF, #FFF) 0%, var(--F5F5F5, #F5F5F5) 100%);
}

#benefits .row {
  padding: 0.5rem 0;
}

#benefits h3 {
  font-family: "Bricolage Grotesque", serif;
  line-height: 1.2;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

#benefits h4 {
  font-family: "hk_grotesksemibold", sans-serif;
  line-height: 1.2;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.benefits-img img {
  width: 100%;
}

/* featured styles */
#featured {
  background-color: rgb(255, 255, 255);
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.featured-title h2 {
  text-align: center;
  transform: translateX(50px);
}

.shop {
  margin-right: 1rem;
  margin-left: 1rem;
}

.shop a {
  text-decoration: none;
  cursor: pointer;
}

.shop img {
  width: 20vw;
  height: 20vw;
  width: 290px;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
  filter: grayscale(100%); /* greyscale */
  opacity: 0.7;
  transition: all 0.3s;
}

.shop a:hover img {
  filter: grayscale(0); /* greyscale */
  opacity: 1;
}

.shop h3 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.shop h4 {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
}

/* CTA2 styles link to https: //winkels.geboortelijst.be/ */
#cta2 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: linear-gradient(180deg, var(--FFFFFF, #F5F5F5) 0%, var(--F5F5F5, #FFFFFF) 100%);
}

/* position dots in carousel */
/* white circles */
.flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  margin: 0 4px 4px 4px;
  background: #cacaca;
  border: 0;
  opacity: 0.55;
  opacity: 1;
  /* border: 2px solid #7a7a7a;  */
}

.flickity-page-dots .dot:hover {
  background: #fff;
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: rgb(0, 121, 66);
  border: 4px solid rgb(0, 121, 66) !important;
  position: relative;
  bottom: -1px;
  opacity: 1;
}

/* list speciaalzaken styles */
#speciaalzaken-list {
  background-color: rgb(245, 245, 245);
}

.card {
  border-radius: 0;
  border-top: none;
  border-right: 1px rgb(222, 221, 222) solid;
  border-bottom: 2px rgb(222, 221, 222) solid;
  border-left: none;
  border-radius: 0;
  opacity: 1;
  aspect-ratio: 1/1;
  margin: 0;
}

.card a:hover {
  opacity: 0.6;
}

.card-title {
  font-family: "Bricolage Grotesque";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: rgb(0, 121, 66);
  padding-top: 1rem;
}

.card-shop-logo {
  width: 100%;
  aspect-ratio: 1/0.7;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}

.card-location {
  width: 100%;
  padding-bottom: 1rem;
}

/* shop styles */
.shop-logo {
  background-size: 48%;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px; /* for mobile */
}

/* sidebar styles */
#sidebar {
  position: fixed;
  width: 28rem;
  top: 0;
  left: -28rem;
  height: 100%;
  padding: 1rem;
  z-index: 2000;
  background: rgb(255, 255, 255);
  color: rgb(29, 29, 27);
  transition: all 0.3s;
}

#sidebar a {
  text-decoration: none;
}

#sidebar.active {
  left: 0;
}

#sidebar #lang-nav {
  display: block;
  position: relative;
  margin-left: 2rem;
  margin-top: 2rem;
}

/* close butt */
#dismiss {
  position: absolute;
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  background-image: url("../images/ico-close-dark.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  top: 2rem;
  right: 2rem;
}

#dismiss:hover {
  opacity: 1;
  cursor: pointer;
}

/* overlay styles - black overlay */
.overlay {
  display: none;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1999;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar .sidebar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  overflow: scroll;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  color: rgb(0, 121, 66);
}

#sidebar ul li.active > a,
a[aria-expanded=true] {
  color: rgb(0, 121, 66);
}

a[data-toggle=collapse] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#sidebar .main-nav {
  margin: 0.5rem 0 0.5rem 2rem;
  padding: 0;
}

#sidebar .main-nav li {
  display: block;
  margin: 0;
  padding: 0 0 0 3rem;
  background-repeat: no-repeat;
  background-position: 0.35rem center;
  background-size: 5%;
}

#sidebar .main-nav li a {
  font-family: "hk_grotesksemibold", sans-serif;
  line-height: 2rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.88rem;
  font-weight: 100;
  color: rgb(29, 29, 27);
  display: inline-block;
  border-bottom: solid 2px rgb(255, 255, 255);
  transition: none;
}

#sidebar .main-nav li.active a {
  display: inline-block;
  border-bottom: solid 2px rgb(0, 121, 66);
}

#sidebar .main-nav li a:hover {
  display: inline-block;
  border-bottom: solid 2px rgb(255, 255, 255);
  color: rgb(0, 121, 66);
}

#sidebar .sidebar-login {
  padding-left: 3rem;
  padding-right: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0;
}

#sidebar .admin-nav {
  background-color: rgb(216.75, 234.9, 226.65);
}

#sidebar .main-nav li.girl,
#sidebar .main-nav li.boy {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#sidebar .main-nav li.girl a,
#sidebar .main-nav li.boy a,
#sidebar .main-nav li.ouders a {
  border-bottom: 0;
}

#sidebar .main-nav li.girl a,
#sidebar .main-nav li.boy a {
  color: rgb(0, 121, 66);
}

#sidebar ul ul li {
  margin: 0;
  padding: 0;
}

#sidebar ul ul a {
  display: inline-block;
  font-size: 1.5rem !important;
  line-height: 1.5rem !important;
  padding-left: 1.25rem !important;
  border-bottom: 0 !important;
}

#admin-girl,
#admin-boy {
  padding-bottom: 1rem;
}

.sidebar-btn {
  opacity: 1;
  transition: all 0.3s;
}

.sidebar-btn:hover {
  opacity: 0.5;
  cursor: pointer;
}

/* lang-nav styles sidebar */
#sidebar #lang-nav {
  display: block;
  position: relative;
  margin-left: 2rem;
  margin-top: 2rem;
}

#sidebar #lang-nav ul {
  padding: 0;
  margin: 0;
}

#sidebar #lang-nav li {
  display: inline-block;
  padding: 0.5rem 0.5rem;
  border-radius: 10rem !important;
  padding: 0;
  margin: 0;
  background-color: rgb(255, 255, 255);
}

#sidebar #lang-nav a {
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  color: rgb(29, 29, 27);
  font-size: 0.88rem !important;
  font-weight: normal;
  font-family: "hk_grotesksemibold", sans-serif;
  line-height: 1rem;
  padding: 10px 3px 10px 3px;
  font-size: 1.1em;
  display: block;
}

#sidebar #lang-nav .active a {
  display: inline-block;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 0 0;
  color: rgb(255, 255, 255);
  font-size: 0.88rem !important;
  font-weight: normal;
  font-family: "hk_grotesksemibold", sans-serif;
  line-height: 1rem;
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar #lang-nav .active {
  display: inline-block;
  background-color: rgb(29, 29, 27);
  margin: 0 3px 0 0;
}

#sidebar #lang-nav .active a {
  color: rgb(255, 255, 255) !important;
}

#sidebar #lang-nav li a:hover {
  color: rgb(0, 121, 66) !important;
}

#sidebar #lang-nav .active a:hover {
  color: rgb(255, 255, 255) !important;
  background-color: transparent;
}

#sidebar #lang-nav.lang-nav-position {
  margin-left: 1.3rem;
}

/* footer styles */
footer {
  background-color: rgb(29, 29, 27);
  padding: 3rem 0 8rem 0;
  color: rgb(255, 255, 255);
  background-image: url("../images/bg-footer.png");
  background-position: bottom center;
  background-size: 1200px;
  background-repeat: no-repeat;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  footer {
    background-size: cover;
    padding: 5rem 0 15rem 0;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  footer {
    background-size: cover;
    padding: 5rem 0 15rem 0;
  }
}
footer p {
  color: rgb(255, 255, 255);
  font-family: "Bricolage Grotesque", serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2163rem;
}

footer p a:hover {
  color: rgb(0, 121, 66);
}

#socialmedia-nav {
  text-align: center;
}

#socialmedia-nav ul {
  margin: 0 0 14px 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
}

#socialmedia-nav li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

#socialmedia-nav a {
  margin: 0 0.5rem 0 0;
  padding: 0;
  display: block;
  border: solid 2px rgb(255, 255, 255);
  width: 2.31rem;
  height: 2.31rem;
  background-repeat: no-repeat;
  border-radius: 5rem;
  opacity: 1;
}

#socialmedia-nav a:hover {
  border: solid 2px rgb(0, 121, 66);
}

.instagram {
  background-image: url(../images/ico-instagram-white.svg);
  background-size: 45%;
  background-position: center;
}

.facebook {
  background-image: url(../images/ico-facebook-white.svg);
  background-size: 32%;
  background-position: center;
}

.linkedin {
  background-image: url(../images/ico-linkedin-white.svg);
  background-size: 45%;
  background-position: center;
}

.logo2 {
  display: inline-block;
}

.logo2 img {
  height: 2rem;
}

.socialmedia-box {
  display: inline-block;
}

/* modals styles */
.modal-header {
  padding: 2rem 1rem 2rem 1rem;
  border-bottom: 1px rgb(235.95, 235.95, 235.95) solid;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-content {
  background-color: rgb(255, 255, 255);
  border: none;
  border-radius: 0 !important;
  padding: 2rem;
}

.close {
  position: absolute;
  opacity: 1;
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  top: 2rem;
  right: 2rem;
  background-image: url("../images/ico-close-dark.svg");
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: center;
}

.poweredby {
  width: 100%;
}

body {
  background-color: rgb(255, 255, 255);
  font-family: "hk_groteskregular", sans-serif;
}

.nogblshop {
	opacity:0.3;
}

@media (min-width: 768px) {
	.shop-logo {
		min-height:100px;
	}
}

/* X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/* X-Large devices (large desktops, 1200px and up) */
/* XX-Large devices (larger desktops, 1400px and up) */
