:root {
/* CSS HEX */
--honeydew: #f1fceeff;
--raisin-black: #171a21ff;
--cadet: #617073ff;
--cultured: #f2f5f7ff;
--maximum-blue-purple: #3f7482ff;
--hdred:  #c83737;
/*--actioncolor: #5bc0de;*/
--actioncolor: #fe4231;
}

/* mep */

#mep .whitebg, #mep2 .whitebg {
  stroke: var(--hdred) !important;
  stroke: var(--actioncolor) !important;
  stroke-width:2px;
  stroke-linejoin: round;
  fill: white !important;
  cursor: pointer;
}

#mep path:hover, #mep circle:hover, #mep2 path:hover, #mep2 circle:hover {
  stroke: white!important;
  stroke-width:4px;
  stroke-linejoin: round;
  /*fill: var(--hdred) !important;*/
  cursor: pointer;
}

#mep .mapselected, #mep2 .mapselected {
  stroke: var(--hdred)!important;
  stroke-width:2px;
  /*stroke-linejoin: round;*/
  fill: var(--honeydew) !important;
  cursor: pointer;
}

#path67 {
  fill: none !important;
  stroke: #A9A9A9 !important;
  cursor: default;
}

#info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  color: black;
  max-width: 250px;
}

svg {
  overflow: visible;
}

.alert-info {
  background-color: var(--cadet);
}
.search {
  background-color: var(--cultured);
}

.result p {
  margin-bottom: 1px;
}

a.ffkoekn {
  /*position: sticky;*/
  bottom: 2%;
  font-weight: 400;
}

a.ffkoekn,
a.ffkoekn:visited,
.ffkoekn i,
.ffkoekn:visited i {
  color: white;
}

.top32px {
  margin-top: 32px;
}

.mapsvgsmall {
  font-size: 70%;
  line-height: 1;
}

path {
  fill-opacity: 1;
  stroke: #ffffff;
  stroke-width: 0.46875;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-opacity: 1
}

/*.pcl1 {
  fill: <%- settings.color1 %>
}

.pcl2 {
  fill: <%- settings.color2 %>
}

.pcl3 {
  fill: <%- settings.color3 %>
}

.pcl4 {
  fill: <%- settings.color4 %>
}

.pcl5 {
  fill: <%- settings.color5 %>
}*/

/* /mep */

/* yaml */
body,
html,
.maincontent {
  height: 100%;
  padding-right: 0;
  padding-left: 0;
}


.btn-secondary {
  color: #222;
  background-color: #f6f6f6;
}

.btn-secondary:hover,
.meer:hover {
  color: white;
  background-color: darkgray;
}

.btn-warning,
.orange {
  background-color: #2c899f;
  border: none;
}

.btn-warning:hover,
.orange:hover {
  background-color: #256d7d;
}

.staleblue {
  color: #256d7d;
}

.bottombtn {
  border:  none;
  box-shadow: none;
}

.svgiconholder {
  position: fixed;
}

.svgicon {
  vertical-align: middle;
  width: 100%;
  max-width: 300px;
}

.svgiconsmall {
  width: 30%;
  vertical-align: middle;
}

.rfstitle {
  margin-top: 8px;
  margin-bottom: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 1.2;
  color: #115060;
  font-size: 2rem;
  text-shadow: 0.8px 0.8px 1px white;
}

@media (max-width: 1200px) {
  .rfstitle {
    font-size: calc(1rem + 0.5vw);
  }
}

.nowrap,
.custom-control-label {
  white-space: nowrap;
}

.custom-control-label {
  padding-top: 2px;
}

.subtitle {
  font-size: 1.6em;
  padding-top: 0;

  opacity: 0.8;
}

.settings.country,
.people {
  font-weight: bold;
}

#resultcontainer {
  padding-top: 47px;
  max-width: 1300px;
}

/*.index #resultcontainer {
  padding-top: 0;
}

*/
#resultcontainer p {
  margin-bottom: 0.21rem;
}

.icon {
  color: #5c5c5c;
}

.object-fit_fill {
  object-fit: fill
}

.object-fit_contain {
  object-fit: contain
}

.object-fit_cover {
  object-fit: cover
}

.object-fit_none {
  object-fit: none
}

.object-fit_scale-down {
  object-fit: scale-down
}

.limitedlength {
  white-space: nowrap;
  width: 99%;
  overflow: hidden;
  text-overflow: ellipsis !important;
}

@media (min-width: 768px) {
  .limitedlength {
    width: 95%;
  }
}

a:hover,
.btn:hover {
  cursor: pointer;
}

.frontinactive {
  height: 0;
  overflow-y: hidden;
}

.frontactive {
  height: 100%;
  overflow-y: inherit
}

.msg2user {
  position: fixed;
  top: 75px;
  z-index: 99999;
  right: 2%;
  min-width: 30%;
  max-width: 90%;
}

.msg2user .icon {
  vertical-align: middle;
  padding-right: 4px;
}

.zetop {
  z-index: 1024;
}
a.ffkoekn img.sold {
  z-index: 1024;
  object-fit: contain;
  position: absolute;
}

.zebottom,
.zebottom .btn-dark {
  vertical-align: middle;
  /*background-color: #333;*/
  box-shadow: none;
  border: none;
  height: 33px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .zebottom .col-2 {
    display: contents;
  }
}

.bg-lessdark,
.bg-lessdark .list-group-item {
  background-color: #444;
}

.bg-lightgray {
  background-color: #f6f6f6;
}

.bg-lightgray:hover {
  background-color: white;
}

.bg-graygreen {
  background-color: #6F918A;
}

.bigtext {
  font-size: calc(1.525rem + 0.5vw);
}

.modal .modal-title {
  font-weight: 300;
  line-height: 1.2;
}

@keyframes fade {
  0% {
    opacity: 0.33;
  }

  100% {
    opacity: 1;
  }
}

@keyframes complete {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.animationFade {
  animation-name: fade;
  animation-delay: 0s;
  animation-duration: 0.1s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}

.animationComplete {
  animation-name: complete;
  animation-delay: 0s;
  animation-duration: 0.1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.spinner-grow {
  vertical-align: middle;
}

.fw300 {
  font-weight: 300 !important;
}

.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

.numbersinfo {
line-height: 1;
  animation-delay: 1s;
  position: relative;
  /*top:  -3px;*/
}

.hitstitle {
  font-size: 125%;
  font-weight: bold;
}

.compute {
  font-size: 80%;
  font-weight: 100;
}

.portfolio-modal .modal-content {
  text-align: left;
}

#share-buttons img {
  width: 35px;
  padding: 5px;
  border: 0;
  box-shadow: none;
  display: inline;
}

#land,
.selection .nav-item .regionspd {
  font-size: 16px;
}

.orangenote {
  color: white;
  height: 300px;
  background-image: url('img/preview.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 15px;
  padding-right: 30px;
  width: 250px;
  position: relative;
  top: -40px;
  transform: rotate(4.5deg);
  /*transform: perspective(200px) rotateY(-2deg) skewY(-2deg);*/
  left: -100px;
  opacity: 0.9;
}

.lh1 {
  line-height: 1;
}

.btn-block h3 {
  margin-bottom: 0;
}

.blockheight {
  height: 38px;
}

.logologo,
.smalllogo {
  max-height: 30px;
}

@media (min-width: 768px) {

  .logologo,
  .smalllogo {
    max-height: 50px;
  }
}

.navbar-toggler {
  vertical-align: top;
}
.navbar {
  position: fixed;
  width: 100%;
  top: 0;
}

.itje {
  font-weight: 100;
  font-size: 11px;
  vertical-align: super;
  opacity: 0.4
}


h6 {
  font-weight: normal
}

.languagebtnholder {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1039;
}

.popover {
  background-color: #EEE;
}

.popover-header {
  background-color: #008CBA;
  color: white;
}

.popover .arrow::after {
  border-bottom-color: #008CBA;
}

.close-modal {
  z-index: 999;
}

.lowicon {
  height: 42px;
  position: relative;
  top: -50px
}

.selection .list-group-item {
  border: none;
}

.collapsing {
  transition: height 0.5s !important;
}

.smalltext {
  font-size: 50%
}

#infoModal .extrabg {
  background-color: #5b5b5b;
}

#infoModal .extrabgtop {
  color: white;
  background-color: #333;
}

#infoModal .card-footer {
  line-height: 1;
  font-size: 0.7rem;
}

#infoModal .peryear {
  line-height: 1;
  font-size: 0.7rem;
}

.effect-3,
.effect-3darker {
  position: relative;
}

.effect-3::before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #aaa;
  box-shadow: 0 15px 10px #aaa;
  transform: rotate(-3deg);
}

.effect-3darker::before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #aaa;
  box-shadow: 0 15px 15px #090909;
  transform: rotate(-3deg);
}

.firstbold::first-letter {
  font-size: 115%;
  margin-left: -0.1em;
}

.clickable:hover {
  font-weight: bold;
  cursor: pointer;
}

.btn-danger.btn-red {
  color: white;
  background-color: var(--maximum-blue-purple);
  border-color: var(--maximum-blue-purple);

}

red {
  color: var(--hdred);
}

/*  @media (min-width: 768px) {
    .search {
      max-width: 110px;
    }
  }
*/
@media (max-width: 768px) {
  .selection .nav-item .regionspd {
    font-size: 16px !important;
    border: none;
  }

  .iOS-device {
    font-size: 16px !important;
    border: none;
  }
}


/* ANIMATIONS */
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-ms-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.logointext {
  height:  20px;
}

.markergone {
  opacity:  0.1;
  transition:  opacity 0.3s;
}


/* 20250512
1. Define the logo's initial and final position */
.iconh {
  position: absolute;
  top: -100px; /* Start off-screen (above the viewport) */
  /* left: 50%; Center horizontally */
  left: 10px;
  /* transform: translateX(-50%); Adjust for perfect centering */
  opacity: 0; /* Initially hidden */
  transition: opacity 0.5s ease;
}

/* 2. Keyframe animation to move the logo */
@keyframes moveInFromTop {
  0% {
    top: -100px;
    opacity: 0;
  }
  100% {
    top: 10px; /* Adjust based on where you want the final position */
    opacity: 1; /* Make it visible */
  }
}

/* 3. Trigger animation when the class is added */
.animate-logo {
  animation: moveInFromTop 1s ease-out forwards; /* 1s duration */
}