body {
  display: flex;
  flex-direction: column;
  background: url('/assets/images/element/map.svg') no-repeat fixed center;
}

footer {
 margin-top: auto;           /* Footer height */
}

.weglot_switcher {
  margin-top: -5px !important; 
  margin-left: 10px !important;
}

aside.country-selector.weglot_switcher.default .wgcurrent:after {
    height: 43.9px !important;
    background-size: 9.45px;
}

/* Voor Webkit browsers zoals Chrome, Safari, etc. */
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Voor Mozilla Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.navbar-nav .show > .nav-link, .navbar-nav .nav-link.active {
    color: #b7241a !important;
}

.centered-list.position-relative {
    cursor: crosshair;
}

.my-photo {
    display: block; /* zorg ervoor dat de img zich gedraagt als een blok-element voor maskering */
    position: relative;
}

.my-photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #2d8edc);
    pointer-events: none; /* zorgt ervoor dat de gradient overlay de klikbaarheid van de onderliggende elementen niet belemmert */
}

.wg-drop.country-selector .wgcurrent a {
    padding-right: 20px !important;
}

.bg-whitelabel {
    background-color: #a552a7;
}

.bg-whitelabel2 {
  background-color: #c52c66;
}

.weglot_switcher {
  margin-top: 0.5rem;
}
.wg-drop.country-selector .wgcurrent {
  border: none !important;
}

.wg-li a {
  color: #747579 !important;
}

.wg-drop.country-selector.closed .wgcurrent:after {
    color: #747579 !important;
}

.wg-flags a img.wg-flag {
  margin-top: 2px;
  height: 15px !important;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -72%);
}
.centered time {
  display: inline-block;
  width: 100%;
  color: rgb(255, 255, 255);
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
.centered time > span {
  display: none;
}
.centered time > .day {
  display: block;
  font-size: 56pt;
  font-weight: 100;
  line-height: 1;
}
.centered time > .month {
  display: block;
  font-size: 24pt;
  font-weight: 900;
  line-height: 1;
}
.centered time > .year {
  display: block;
  font-size: 24pt;
  font-weight: 900;
  line-height: 1;
}

.centered-list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
}
.centered-list time {
  display: inline-block;
  width: 100%;
  color: rgb(255, 255, 255);
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
.centered-list time > span {
  display: none;
}
.centered-list time > .day {
  display: block;
  font-size: 65pt;
  font-weight: 100;
  line-height: 1;
}
.centered-list time > .month {
  display: block;
  font-size: 24pt;
  font-weight: 900;
  line-height: 1;
}
.centered-list time > .year {
  display: block;
  font-size: 24pt;
  font-weight: 900;
  line-height: 1;
}

.nav-main {
  color: #000;
}
.fs--6 {
  font-size: 6px !important; }

.fs--8 {
  font-size: 8px !important; }

.fs--10 {
  font-size: 10px !important; }

.fs--11 {
  font-size: 11px !important; }

.fs--12 {
  font-size: 12px !important; }

.fs--13 {
  font-size: 13px !important; }

.fs--14 {
  font-size: 14px !important; }

.fs--15 {
  font-size: 15px !important; }

.fs--16 {
  font-size: 16px !important; }

.fs--17 {
  font-size: 17px !important; }

.fs--18 {
  font-size: 18px !important; }

.fs--19 {
  font-size: 19px !important; }

.fs--20 {
  font-size: 20px !important; }

.fs--25 {
  font-size: 25px !important; }

.fs--30 {
  font-size: 30px !important; }

.fs--35 {
  font-size: 35px !important; }

.fs--40 {
  font-size: 40px !important; }

.fs--45 {
  font-size: 45px !important; }

.fs--50 {
  font-size: 50px !important; }

.fs--55 {
  font-size: 52px !important; }

.fs--60 {
  font-size: 60px !important; }

/* If the screen size is 1200px wide or more, set the font-size to 80px */
  @media (min-width: 1200px) {
    h1.responsive-font-example {
      font-size: 40px;
    }
  }
  /* If the screen size is smaller than 1200px, set the font-size to 80px */
  @media (max-width: 1199.98px) {
    h1.responsive-font-example {
      font-size: 30px;
    }
  }

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
  }
  
  .input-group-text {
    border: 1px solid #dfdfe3 !important;
  }
  
  