ul, li {
    list-style: disc;
    margin-left: 12px;
}

.bg-gradient {
    background: url(/img/o55/bg-gradient1.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

sh1 {
    line-height: 1.2;
    letter-spacing: -1px;
}
.hero.-type-3 .hero__title {
    line-height: 1.1;
}

.searchForm.-type-1 .searchForm__form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.header__logo img {
    max-width: 280px;
}

.hero__subtitle{
    color: #333;
}

.color-white {
    color:#fff;
}

.info-list h4, .info-list h5 {
  margin-top:30px;
}
.info-list p {
  margin-top:5px;
  margin-bottom:5px;
}


.tourCard.-type-2 .tourCard__title  {
    font-size: 22px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .tourCard.-type-2 .tourCard__image.hidden {
        display: none;
    }
}

.tourCard.-type-2 .tourCard__image.hidden {
    width:0px;
}
.company-logo {
    text-align: center;
}
.company-logo img{
    max-height: 120px;
    max-width: 300px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .header__logo img {
        max-width: 180px;
    }

    .searchForm.-type-1 .searchForm__form {
        grid-template-columns: repeat(1, 1fr);
    }
    .shadow-1 {
        box-shadow: 0px -5px 40px 0px rgba(0, 0, 0, 0.2);
    }

    .shadow-1 {
        box-shadow: 0px -5px 40px 0px rgba(0, 0, 0, 0.2);
    }

    .overflow-hidden {
        overflow-x: hidden !important;
        overflow-y: visible !important;
    }

    .hero.-type-1.-min-2 {
        padding-top: 60px !important;
        padding-bottom: 50px !important;
    }

}

.searchForm.-type-1 .searchFormItemDropdown.-location .searchFormItemDropdown__list,
.searchForm.-type-1 .searchFormItemDropdown.-tour-type .searchFormItemDropdown__list {
    overflow-y: hidden;
}

#pagination svg {
    max-width: 25px;
}
#pagination div {
    text-align: center;
}

.contactForm .form-input label {
    position: relative;
    top: 15px;
    left: 20px;
}

.searchForm.-type-1 .searchFormItemDropdown.-tour-type .searchFormItemDropdown__container {
    width: 370px;
    padding: 10px;
}

.text-12 {
    font-size: 12px;
}
.text-11 {
    font-size: 11px;
}

.accordion__content {
    overflow: visible;
    max-height: none;
}

.js-accordion-item-active .accordion__content {
    overflow: visible;
    max-height: none !important;
}

footer{
    background-image: url('/img/hero/3/bg.jpg');
    background-size: cover;
    background-position: center;
}

.≈ {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white; /* Zorgt ervoor dat tekst altijd goed leesbaar blijft */
}

@media (max-width: 575px) {
    .hero {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .hero {
        padding-top: 120px;
    }
}
@media (max-width: 991px) {
    .hero {
        padding-top: 140px;
    }
}

.hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%; */
    height: 100%;
    background-image: url('/img/o55/apeldoorn1.jpg');
    background-size: cover;
    background-position: center;
}

.hero__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* 40% zwarte overlay */
}

.hero__content {
    position: relative;
    z-index: 2; /* Zorgt ervoor dat de tekst boven de overlay staat */
}

.hero__bg__home {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 175px;
    right: 0;
    left: 0;
    z-index: -1;
}

.hero__bg__company {
    border-radius: 10px;
    width: 100%;
    height:400px;
    background-size: cover;
    background-position: center;
}

.company-tags .company-tag {
    border-radius: 20px;
    background-color: var(--color-info-1) !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 10px;
    margin-right: 5px;
}
.company-tag-info {
    border-radius: 20px;
    background-color: var(--color-info-1) !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 10px;
    margin-right: 5px;
}

.company-tags .company-tag-xl {
    border-radius: 20px;
    background-color: var(--color-info-1) !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 14px;
    margin-right: 5px;
}

.company-tag-text-12 {
    font-size: 12px !important;
}


-------------------------------- */
.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}
.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}



.cd-title {
    position: relative;
    height: 160px;
    line-height: 230px;
    text-align: center;
  }
  .cd-title h1 {
    font-size: 2.4rem;
    font-weight: 700;
  }
  @media only screen and (min-width: 768px) {
    .cd-title {
      line-height: 250px;
    }
  }
  @media only screen and (min-width: 1170px) {
    .cd-title {
      height: 200px;
      line-height: 300px;
    }
    .cd-title h1 {
      font-size: 3rem;
    }
  }

  .cd-intro {
    width: 90%;
    max-width: 768px;
    text-align: center;
  }

  .cd-intro {
    margin: 4em auto;
  }
  @media only screen and (min-width: 768px) {
    .cd-intro {
      margin: 5em auto;
    }
  }
  @media only screen and (min-width: 1170px) {
    .cd-intro {
      margin: 6em auto;
    }
  }

  .cd-headline {
    font-size: 3rem;
    line-height: 1.2;
  }
  @media only screen and (min-width: 768px) {
    .cd-headline {
      font-size: 4.4rem;
      font-weight: 300;
    }
  }
  @media only screen and (min-width: 1170px) {
    .cd-headline {
      font-size: 6rem;
    }
  }

  .cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
  }
  .cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
  }
  .cd-words-wrapper b.is-visible {
    position: relative;
  }
  .no-js .cd-words-wrapper b {
    opacity: 0;
  }
  .no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
  }

/* Leesbare tekstbreedte voor contentpagina's (max 700px, gecentreerd op desktop) */
.content-narrow {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* Hero-afbeeldingen homepage: nieuwe uploads bijsnijden naar de vaste compositie-afmetingen
   (stadhuis 340x250, home-2 340x420, coach 340x620) zodat de lay-out intact blijft. */
.hero.-type-3 .hero__image img {
    object-fit: cover;
}
@media (min-width: 1200px) {
    .hero.-type-3 .hero__image > div:nth-child(1) > img:nth-child(1) { width: 340px; height: 250px; }
    .hero.-type-3 .hero__image > div:nth-child(1) > img:nth-child(2) { width: 340px; height: 420px; }
    .hero.-type-3 .hero__image > img:nth-child(2) { width: 340px; height: 620px; }
}
@media (max-width: 1199px) {
    .hero.-type-3 .hero__image > div:nth-child(1) > img:nth-child(1) { aspect-ratio: 340 / 250; }
    .hero.-type-3 .hero__image > div:nth-child(1) > img:nth-child(2) { aspect-ratio: 340 / 420; }
    .hero.-type-3 .hero__image > img:nth-child(2) { aspect-ratio: 340 / 620; }
}
