@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --tck-blauw: rgba(30, 90, 168, 1);
  --oranje: rgba(255, 123, 8, 1);
  --lichtgrijs: rgba(183, 183, 183, 1);
  --wit: #ffffff;
  --donkerblauw: rgba(30, 90, 168, 0.3);
  --wit-grijs: #f6f6f6;
  --donkergrijs: #616060;
  --zwart: #000000;
  --blauw-opacity: rgba(30, 90, 168, 0.6);
}

body {
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  color: var(--donkergrijs);
}

h1,
h2,
h3 {
  color: var(--tck-blauw);
  font-weight: 700;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  color: var(--oranje);
  text-decoration: none;
}

a:hover {
  color: var(--oranje);
  text-decoration: underline;
}

select.form-select {
--bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
}

/* filter */
.intro-filter {
  margin-bottom: 5%;
  margin-left: 2%;
}

.intro-filter ul {
  display: flex;
  margin-top: 5%;
}

.intro-filter ul li {
  list-style: none;
  background: var(--wit-grijs);
  padding: 8px 20px;
  margin: 5px;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  color: var(--donkergrijs);
  font-weight: 700;
  border-radius: 25px;
}

.intro-filter ul li a {
  color: var(--donkergrijs);
  text-decoration: none;
}
.intro-filter p {
  font-weight: 700;
  color: var(--lichtgrijs);
}

.list.active {
  background: var(--oranje) !important;
  color: var(--wit);
}

.list.active a {
  color: var(--wit);
}

.news_anchor {
  top: -100px;
  position: relative;
}

/* Menu */

nav {
  background-color: rgba(30, 90, 168, 0.8);
  height:66px;
}

.navbar {
  flex-wrap: nowrap;
}

.navbar-toggler {
  border: none;
  color: var(--wit);
}

.navbar-toggler-icon {
  background-image: url("/img/list.svg");
}

.navbar-toggler:focus {
  box-shadow: unset;
}

.nav-link, .nav-link:hover {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--zwart) !important;
  font-size: 1rem;
  text-align: center;
}

.nav-link:hover {
  text-decoration: none;
  color: var(--oranje) !important;
}

.nav-link.active {
  color:var(--oranje) !important;
}

.navbar-nav {
  background: var(--wit);
  border: 0px;
}

.btn-dealer-portal {
  background-color: var(--oranje);
  color: var(--wit);
  text-transform: uppercase;
}

.btn-dealer-portal, .btn-dealer-portal:hover {
  background-color: var(--oranje);
  color: var(--wit) !important;
  text-transform: uppercase;
  text-decoration: none;
}

.dropdown-menu {
  border: none;
}

.dropdown button {
  background: unset;
}

.dropdown-item, .dropdown-item:hover {
  color: var(--zwart) !important;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.dropdown-item:hover {
  color: var(--oranje) !important;
  text-decoration: none;
}



.dropdown-item.active, .dropdown-item:active {
  background-color: unset;
}

@media screen and (max-width: 990px) {

.dropdown-item:focus, .dropdown-item:hover {
  background-color: unset;
}
}

@media screen and (min-width: 990px) {
  .navbar-nav {
    background: none;
    border: 0px;
  }

  .nav-link {
    position: relative;
    color: var(--wit) !important;
  }

  .nav-link:hover,
  .nav-link:active {
    color: var(--wit);
    text-decoration: none;
  }

  .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: var(--oranje);
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }

  .nav-link:hover::before {
    width: 100%;
    visibility: visible;
  }

  .nav-link:hover::before,
  .nav-link.active::before {
    width: 100%;
    visibility: visible;
  }
  
  .nav-link.active {
    color:var(--wit) !important;
  }
}
/*taalkeuze */

/*taalkeuze */
.languages {
  position:absolute;
  width:100%;
  top:66px;
  z-index:999;
}

.talen a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--wit);
  font-size: 1.25rem;
  font-weight: 600;
  padding-left:5px;
}

.talen a:hover {
  color: var(--oranje);
}

.talen .active {
  color: var(--oranje) !important;
}

/* grote banner */
.hero-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}
.hero-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}

.hero-section .hero-background {
  position: relative;
  background: var(--blauw-opacity);
  top: 25%;
  max-width: 100vh;
}

.hero-section .hero-text {
  position: relative;
  padding:5%;
  height:100%
}

.display-3 {
  color: var(--wit);
  text-transform: uppercase ;
}

.display-6 {
  color: var(--wit);
}

@media screen and (max-width: 1930px) {

  .display-3 {
    font-size: 3rem;
  }
  
  .display-6 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 990px) {

  .display-3 {
    font-size: 6vw;
  }
  
  .display-6 {
    font-size: 4vw;
  }
}
  

/* Intro home */

/* .intro-text {
  margin-bottom: 2%;
} */

.intro-text h1 {
  margin-top:3%;
  text-transform: uppercase;
}

.intro-text h2 {
  margin-top:5%;
}

.intro-text-usp {
  background-color: var(--wit-grijs);
  color: #000000;
}

.intro-text-usp li {
  padding: 2%;
  list-style: none;
  list-style-position: inside;
}

.fa-li {
  margin-top: 10px;
}


.next-4 {
  width: 50%;
}
.intro-text-usp i {
  padding: 2%;
}

/* werelden logo's */

.intro-text-wereld {
  display: block;
  margin-top: 8%;
}

.wereld h1 {
  color: var(--tck-blauw);
}

.logo-werelden {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8%;
  text-align: center;
}

.logo-txt {
  text-transform: uppercase;
  padding: 5%;
}

.bg-wereld {
  display: block;
  width: 240px;
  height: 240px;
  text-align: center;
  background-color: #fbfbfb;
  border: 1px solid var(--oranje);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.wereld-logo {
  margin-top: 16%;
}

.ski-wer .wereld-logo {
  margin-top: 7%;
  margin-left: 17%;
  height: 90%;
}

@media screen and (max-width: 1400px) {
  .logo-werelden {
    flex-wrap: wrap;
    text-align: center;
    margin-top: 0%;
    justify-content: center;
  }
  .outdoor-wer {
    padding: 1%;
  }
  .ski-wer {
    padding: 1%;
  }
  .multi-wer {
    padding: 1%;
  }
  .bike-wer {
    padding: 1%;
  }
}

@media screen and (max-width: 1024px) {
  .logo-werelden {
    flex-wrap: wrap;
    text-align: center;
    margin-top: 0%;
    justify-content: center;
  }
  .outdoor-wer {
    padding-top: 2%;
  }
  .ski-wer {
    padding-top: 2%;
  }
  .multi-wer {
    padding-top: 2%;
  }
  .bike-wer {
    padding-top: 2%;
  }
}

/* locaties */

.intro-text-loc {
  display: block;
  margin-top: 3%;
}

.img-loc {
  border-radius: 30px;
}

.image__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 4%;
  margin-top: 2%;
  color: var(--tck-blauw);
}

.image__description {
  font-size: 1rem;
  margin-left: 4%;
  margin-top: 2%;
  color: var(--donkergrijs);
  font-weight: 600;
}
.bt-locaties .btn {
  border: 1px solid var(--oranje);
  color: var(--wit);
  text-align: left;
  width: 50%;
  margin-left: 4%;
  margin-top: 8%;
  padding: 2%;
}

.btn:first-child:hover,
:not(.btn-check) + .btn:hover {
  border-color: var(--oranje);
}

.adressen {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  text-align: left;
}

.adressen p {
  color: var(--lichtgrijs);
  font-weight: 700;
}

.pijl {
  margin-left: 5%;
}

@media screen and (max-width: 1400px) {
  .image__title {
    font-size: 1.25em;
    font-weight: bold;
    margin-left: 4%;
  }

  .image__description {
    font-size: 1em;
    margin-left: 4%;
  }
  .bt-locaties .btn {
    width: 25%;
    margin-top: 0px;
    padding: 1%;
    color: var(--lichtgrijs);
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .img-loc {
    max-width: 350px;
  }

  .text-locaties {
    width: 100%;
    padding: 5%;
    text-align: center;
  }

  .image__title {
    text-align: center;
  }

  .image__description {
    text-align: center;
  }

  .bt-locaties .btn {
    width: 25%;
    margin-top: 0px;
    margin-left: 0;
    padding: 1%;
    color: var(--lichtgrijs);
    text-align: center;
  }
}

/* merken carousel */

.merken-carousel {
  margin-top: 3%;
  margin-bottom: 5%;
}

.item-logo-home {
  object-fit: cover;
  object-position: 100%;
  padding:25px;
  vertical-align: middle;
  text-align: center;
}

.logo-home {
  text-align: center;
}

.logo-home img {
  max-height:50px;
  max-width: 200px;
  text-align: center;

}


.owl-carousel {
  margin-top: 5%;
}

/* partner detail */

.partner-det {
  position: relative;
  width: 100%;
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--wit-grijs);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.partner-det-info {
  margin-top: 2%;
  margin-bottom: 1%;
}

.partner-det-img {
  max-width: 1920px;
  margin-top: 2%;
}

.partner-img-para {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  overflow: hidden;
}

.partner-img-para img {
  width: 100%;
}

.partner-img {
  border-radius: 25px;
  background-position: center !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
}

.partner-txt {
  min-height: 400px;
}

@media screen and (max-width: 1024px) {
  .partner-det-img {
    margin-top: 0;
  }

  .partner-img-para {
    height: auto;
  }

  .partner-det-info {
    margin-bottom: 2%;
  }
  .partner-txt {
    min-height: 100px;
  }
}

/* Event page */

.intro-text-event {
  margin-top: 8%;
  margin-bottom: 2%;
}

.event-det {
  position: relative;
  width: 100%;
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--wit-grijs);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.event-det-info {
  margin-top: 2%;
  margin-bottom: 3%;
}

.event-det-info-1 {
  margin-bottom: 1%;
}

.event-det-img {
  max-width: 1920px;
  margin-top: 2%;
}

.event-img-para {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  overflow: hidden;
}

.event-img-para img {
  width: 100%;
}

.event-img {
  height: 400px;
  border-radius: 25px;
  background-position: center !important;
  background-size: cover !important;
}

.event-txt {
  min-height: 400px;
}

@media screen and (max-width: 1024px) {
  .intro-text-event {
    margin-top: 25%;
  }
  .event-det-info-1 {
    margin-bottom: 1%;
  }
  .event-det-img {
    margin-top: 0;
  }

  .event-img-para {
    height: auto;
  }

  .event-det-info {
    margin-bottom: 2%;
  }

  .event-txt {
    min-height: 100px;
  }

  .event-img {
    padding: 2%;
  }
}
/* footer */

.home-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tck-blauw);
  height: 100px;
}

.footer-menu {
  text-align: center;
  color: var(--wit);
}

.footer-menu a {
  color: var(--wit);
  text-decoration: none;
}

.grecaptcha-badge {
  display:none;
}

.fa-brands, .fab {
font-size: 1.25rem;
}

/* merken-pagina */

.brands {
  width: 1200px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brand-col {
  margin-bottom: 10%;
}

.item-box {
  position: relative;
  height: 350px;
  margin-bottom: 5%;
  transition: 0.3s ease-out;
  box-shadow: 0 2px 8px rgb(0 0 0 / 39%);
  border-radius: 25px;
}

.card1 .imgbox {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.imgbox {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 25px;
}

.card1 .brand-logo {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  padding: 5%;
  background: rgba(30, 90, 168, 0.7);
  transition: all 0.5s cubic-bezier(0.48, -0.28, 0.41, 1.4);
  box-sizing: border-box;
  overflow: hidden;
  line-height: 100%;
  border-radius: 0px 0px 25px 25px;
}

.card1 .brand-logo img {
  margin-bottom: 10%;
  max-width: 50%;
  max-height: 100%;
}

.card1:hover .brand-logo {
  width: 100%;
  height: 30%;
  left: 0;
  bottom: 0;
  border-radius: 0px 0px 28px 28px;
}

.brand-content {
  margin-bottom: 15%;
}

.brand-text {
  margin-left: 5%;
  line-height: 0.5;
}
.brand-title {
  height: 60px;
  margin-left: 5%;
}
.brand-title h5 {
  color: var(--tck-blauw);
  font-weight: 700;
}

.brand-usp {
  color: var(--zwart);
}

.link-brand {
  text-decoration: none;
  color: var(--tck-blauw);
  font-weight: 700;
}

/* brand-detail */

.brand-header {
  max-width: 100%;
  height: 450px!important;
  object-fit: cover;
  position: relative;
}

.brand-det-header {
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
}

.brand-det-slide {
  width: 100% !important;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-afd {
  position: relative;
}

.swiper-pagination-bullet {
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.9) !important;
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 15px)
  );
  height: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 15px)
  );
  background: var(--donkergrijs);
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-bullet-active-color, #ff7b08);
}

.intro-text-brand-det {
  margin-top: 2%;
}

.intro-text-brand-det h1 {
  color: var(--zwart);
}

.brand-social {
  width: 50px;
}

.brand-btn-web {
  margin: 2% 0 2% 0;
  padding: 1%;
  background: var(--wit-grijs);
  border-style: none;
  text-decoration: none !important;
  color: var(--tck-blauw);
  font-weight: 700;
  -webkit-box-shadow: 5px 0px 18px -3px rgba(0, 0, 0, 0.54);
  box-shadow: 5px 0px 18px -3px rgba(0, 0, 0, 0.54);
}

.brand-btn-web .btn:first-child:hover,
:not(.btn-check) + .btn:hover {
  background: var(--oranje);
}

@media screen and (min-width: 1280px) {
  .brand-header {
    max-width: 100%;
    height: 650px!important;
    object-fit: cover;
    position: relative;
  }
}

/* slider highlights */

.highlight-title {
  margin-top: 5%;
  margin-bottom: 5%;
}

.highligth-swiper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.highlight-wrapper {
  margin-bottom: 10%;
}

.highlight-slide {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 350px;
  border-style: solid;
  border-color: var(--wit-grijs);
  border-radius: 15px;
}

.highlight-wrapper > .swiper-slide-active {
  height: 350px !important;
  width: 250px;
}

.highlight-slide-text {
  width: 100%;
  position: absolute;
  left: 3%;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 1)
  );
  color: var(--zwart);
}

/* .article {
    padding: 3%;
    position: absolute;
    bottom: 8%;
  }

.assortment {
    padding: 3%;
    position: absolute;
    bottom: 1%;
  } */

.swiper-slide-shadow-left {
  background: none !important;
}

.swiper-slide-shadow-right {
  background: none !important;
}

.highlight-pagination {
  margin-bottom: 5%;
}

/* mediaqueries */

@media screen and (max-width: 1400px) {
  .brands {
    width: unset;
  }
  .item-box {
    position: relative;
    margin-bottom: 10%;
  }
  .itembox .brand-text img {
    max-width: 50%;
    margin-bottom: 0%;
  }

  .itembox .brand-text {
    line-height: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .item-box {
    margin-bottom: 3%;
    min-height: 300px;
  }

  .item-box {
    padding: 0;
  }

  .brand-title,
  .brand-usp {
    display: none;
  }

  .itembox .brand-logo {
    width: 100%;
    height: 25%;
    padding: 5%;
    line-height: 100%;
    border-radius: 0px 0px 25px 25px;
    transition: unset;
  }

  .itembox:hover .brand-logo {
    pointer-events: none;
  }

  .itembox .brand-logo img {
    max-width: 100%;
    padding: 5%;
  }

  .link-brand {
    display: none;
  }

  .filter {
    flex-wrap: wrap;
    text-align: center;
    margin-top: 0px;
    justify-content: center;
    padding: 4%;
  }
}

/* about */

.about {
  margin-top: 0;
  margin-bottom: 2%;
}

.about-p1 {
  /* margin-top: 5%; */
  margin-bottom: 2%;
}

.about-p2 {
  margin-top: 5%;
  margin-bottom: 2%;
}
.afbeelding-about {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  overflow: hidden;
}

.afbeelding-about img {
  width: 100%;
}

/* afdeling slider */
.afdelingen-swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 5%;
}

.afdeling-wrapper {
  margin-bottom: 5%;
}
.afd-card {
  text-align: center;
  font-size: 1.2rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.afd-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.afd-card {
  flex: 0 0 auto;
  height: 350px;
  background-size: cover !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 25px;
  box-shadow:  inset 0 0 0 59vw rgb(20 90 168 / 80%);
  position: relative;
}

.afd-title {
  color: var(--wit);
}

.afd-body {
    height:300px;
    width: 100%;
    color: var(--wit);
    margin-top: 0;
    padding: 2%;
   
}

.afd-text {
    height: 200px;
}

.afd-title a {
  color: var(--oranje);
}

@media screen and (min-width: 765px) {
  .afd-text {
    height: 200px;
}
}


/* about-dirk-pepijn-Ramon */

.iso-info {
  background: var(--wit-grijs);
  margin-top: 2%;
}

/* dirk */

.dirk-info-text {
  margin-top: 12%;
  margin-right: 5%;
}

.dirk-info-text p {
  color: var(--donkergrijs);
}

.dirk-img {
  max-height: 500px;
}

/* pepijn */

.pepijn-info-text {
  margin-top: 12%;
  margin-left: 5%;
}

.pepijn-info-text p {
  color: var(--donkergrijs);
}

.pepijn-img {
  max-height: 500px;
}

/* iso */

.iso-info-text {
  margin-top: 12%;
  margin-left: 5%;
}

.iso-info-text p {
  color: var(--donkergrijs);
}

.iso-image-container {
  position: relative;
}

.ramon-img {
  position: absolute;
  bottom: 0px;
  max-height: 500px;
}

.iso-info-mob {
  display: none;
}

@media screen and (max-width: 990px) {
  .iso-info-ramon {
    display: none;
  }

  .iso-info {
    display: none;
  }

  .iso-info-mob {
    display: block;
  }
  .iso-info-text-mob {
    text-align: center;
    background: var(--wit-grijs);
    width: 100%;
    padding: 2%;
    margin-top: 5%;
    z-index: -1;
  }

  .iso-info-text-mob p {
    padding-top: 2%;
    padding-left: 2%;
    text-align: start;
    color: var(--donkergrijs);
  }
}

/* department */
.head-img-dep {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  overflow: hidden;
  max-width: 1920px;
  margin-top: 2%;
  margin-bottom: 2%;
  margin: 0 auto;
}

.head-img-dep img {
  width: 80%;
  margin-top: 3%;
}

.dep-text-2 {
  margin-top: 2%;
  margin-bottom: 3%;
}

.col-afd {
  text-align: center;
}

.afb-bin {
  width: 150px;
  height: 150px;
  text-align: center;
  background-color: #fbfbfb;
  border: 1px solid var(--oranje);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 auto;
  background-size: cover;
  background-position: top center;
}

.bin-nm {
  font-size: 1.25rem;
  margin-top: 3%;
}

/* geschiedenis slider */

.history-swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 5%;
}

.swiper-wrapper {
  margin-bottom: 5%;
}

.ges-card {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ges-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ges-card {
  flex: 0 0 auto;
  height: 350px;
  background-size: cover !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 25px;
  box-shadow: inset 0 0 0 59vw rgb(0 0 0 / 60%);
  position: relative;
}

.ges-title {
  color: var(--oranje);
}

.ges-body {
    height:300px;
    width: 100%;
    color: var(--wit);
    margin-top: 0;
    padding: 2%;
   
}

.ges-text {
    height: auto;
}

.ges-title a {
  color: var(--oranje);
}

/* contact */

.contact-info {
  margin-top: 2%;
  margin-bottom: 2%;
  position: relative;
  justify-content: center;
}

.contact-intro-text {
  margin-top: 5%;
  margin-bottom: 5%;
}

.contact-intro-text h1 {
  font-size: 2rem;
  margin-top: 2%;
  margin-bottom: 2%;
}

.contact-intro-text p {
  margin-top: 1%;
  margin-bottom: 1%;
  font-size: 1.25rem;
}

.contact-intro-text a {
  font-size: 1.25rem;
  margin-top: 2%;
  text-decoration: none;
  color: var(--oranje);
}

.contact-intro-text-row {
  margin-top: 5%;
}

.contact-text {
  margin-left: 2%;
}

.contact-text h3 {
  font-size: 1.25rem;
  margin-top: 2%;
}

.contact-text h4 {
  font-size: 1.1rem;
  margin-top: 2%;
}

.contact-afb {
  text-align: center;
  background-color: #fbfbfb;
  border: 1px solid var(--donkerblauw);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.contact-form {
  background: var(--tck-blauw);
  border-radius: 20px;
  box-shadow: 11px 4px 22px -7px rgba(0, 0, 0, 0.33);
}

.contact-form h3 {
  color: var(--wit);
  font-size: 1.5rem;
  padding: 3%;
}

.contact-form .btn {
  background: var(--oranje);
  margin-bottom: 5%;
  color: var(--wit);
}

.contact-form .btn:hover {
  color: var(--tck-blauw);
}

@media screen and (max-width: 1024px) {
  .contact-info {
    text-align: center;
  }
  .contact-afb {
    max-width: 150px;
    text-align: center;
    background-color: #fbfbfb;
    border: 1px solid var(--donkerblauw);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
  }

  .contact-intro-text {
    text-align: center;
  }

  .contact-text {
    margin-left: 0;
  }

  .contact-form {
    margin-top: 15% !important;
  }
}

/*nieuws*/

.news-tck {
  margin-top: 2%;
}

.text-news {
  height: 250px;
  position: relative;
  overflow: hidden;
}

.text-news-p {
  display: -webkit-box;
  max-width: 800px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-news-rm {
  height: 25px;
}

.text-news-rm a {
  text-decoration: none;
  font-weight: 700;
  color: var(--tck-blauw);
}

.news-tck-afb {
  height: 237px;
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 25px;
}

.news-tck-afb-gr {
  height: 230px;
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 25px;
}

.news-tck-text {
  margin-top: 2%;
  margin-bottom: 2%;
}

.news-header h3 {
  color: var(--tck-blauw);
}

.img-col-news {
  height: 291px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 25px;
}

.text-news a {
  text-decoration: none;
  font-weight: 700;
  color: var(--tck-blauw);
}

.tag-news {
  width: 200px;
  height: 30px;
  background: var(--tck-blauw);
  border-color: transparent;
  color: var(--wit);
  margin-bottom: 2%;
  margin-top: 2%;
}

.news-brands {
  margin-top: 1%;
}

.btn-news {
  border-color: var(--oranje);
}

.btn-news:hover {
  background-color: var(--tck-blauw) !important;
  border-color: var(--oranje);
}

.btn-news a {
  color: var(--zwart);
  text-decoration: none;
}

.btn-news a:hover {
  color: var(--wit);
}

.nav-pag {
  background-color: unset;
  display: flex;
  align-items: center;
  min-height: 8vh;
}

.pagination {
  position: relative;
  margin-top: 5%;
  margin-bottom: 5%;
  user-select: none;
}

.pagination-news {
    position: relative;
    background-color: unset!important;
}

.pagination-sm {
  --bs-pagination-padding-x: 1rem;
  --bs-pagination-padding-y: 0.5rem;
  --bs-pagination-font-size: 1rem;
}

.page-link-news {
  color: var(--wit);
  background-color: var(--tck-blauw);
  margin:5px;
  border-radius: 5px;
}

.page-item-news {
  padding:5px 10px 5px 10px;
}

.page-link-news  {
  text-decoration: none;
  
}

.page-link-news:hover {
  background-color: var(--oranje);
  color: var(--wit);
}

.page-link-news:active {
  background-color: var(--oranje);
  color: var(--wit);
}

.page-link-news.active {
  background-color: var(--oranje);
  color: var(--wit);
}

@media screen and (max-width: 1024px) {

.pagination {
  margin-top: 10%;
}
}

@media screen and (min-width: 850px) {
  .news-tck-afb-gr {
    height: 390px;
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 25px;
  }

  .news-brand-afb {
    width: 100%;
  }
}

/* news detail */

.news-det-header,
.news-det-img {
  max-height: 788px;
  margin-bottom: 2%;
  overflow: hidden;
}
/*
.news-det-header .img-fluid,
.news-det-img .img-fluid {
  top: 25%;
  transform: translate(0, -25%);
}
*/

.news-video {
  margin-left: calc((100vw - (100vh * 1.7)) / 2);
  margin-right: calc((100vw - (100vh * 1.7)) / 2);
  min-height: 100vh;
  min-width: 100vw;
}

.intro-text-news {
  margin-top: 20px !important;
}

.intro-text-news h1 {
  color: var(--tck-blauw);
}

.intro-text-department {
  margin-top: 3% !important;
  margin-bottom: 3% !important;
  margin: 0 auto;
}

.intro-text-department h1 {
  margin-top: 2%;
}

.news-header h3 {
  color: var(--zwart);
}

.news-det-link {
  text-decoration: none;
  font-weight: 700;
  color: var(--tck-blauw);
}

.tag-news-det {
  width: 200px;
  height: 30px;
  background: var(--tck-blauw);
  border-color: transparent;
  color: var(--wit);
  margin-top: 6%;
}

.social-list ul {
  display: flex;
  list-style: none;
}

.social-list li {
  padding: 1%;
}

.brand-btn {
  background: var(--tck-blauw);
}

.brand-btn:hover {
  background-color: var(--oranje);
}

@media screen and (max-width: 1024px) {
  .news-det-header {
    width: unset;
    height: unset;
  }


  .news-det-header .img-fluid,
  .news-det-img .img-fluid {
    top: 0%;
    transform: translate(0, -0%);
  }
}

/*vacatures */

.vacancies {
  background: var(--wit-grijs);
  min-height: 50vh;
}

.vacancy {
  max-width: 1400px;
  height: auto;
  border-radius: 15px;
  background: var(--wit);
  padding: 2%;
  box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 20%);
}

.vacancy h2 {
  font-size: 1.5rem;
  /*color:var(--oranje)!important;*/
}

.vacancy-text {
  margin-top: 2%;
}

.vacancy-text h2 {
  color: var(--oranje);
}

.vacancy .btn-outline-dark {
  border-color: var(--oranje) !important;
}

.vacancy .btn-outline-dark:hover {
  background: transparent;
  color: var(--donkergrijs);
}

.vacancy-info h1 {
  margin-top: 2%;
}

.vacancytext-1 b {
  color: var(--oranje);
}

.vacancytext-1 h3 {
  color: var(--oranje);
  font-size: 1rem;
}

/* .filter-vacancy {
    margin-left: 0px;
    margin-bottom: 1%;
}

.filter-vacancy ul li {
    border-width: 1px;
    border-style: solid;
    border-color: var(--oranje);
    background: transparent;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 10px;
    color: var(--zwart);
    padding: 6px 15px;
    margin: 8px;

}

.filter-vacancy ul li.active {
    color:var(--zwart);
} */

.btn-vacancy {
  float: right;
  margin-right: 2%;
}

.btn-vacancy a {
  text-decoration: none;
  color: var(--tck-blauw);
  font-weight: 700;
}

.vacancy-type {
  text-align: center;
  min-width: 150px;
  color: var(--zwart);
  background: var(--wit-grijs);
}

.vacancy-type {
  border: transparent;
  cursor: text !important;
}

@media screen and (max-width: 1024px) {
  .vacancy {
    top: 0;
  }

  .filter-vacancy ul li {
    margin: 5px;
  }
}

/* vacature */

.header-1-nav {
  position: relative !important;
}
.default-1-nav {
  background: var(--blauw-opacity);
}

.vacancytext {
  position: relative;
  min-height: 150vh;
  max-width: 1920px;
  background: var(--wit-grijs);
  padding: 5%;
}

.vacancytext-1 {
  top: 5%;
  left: 15%;
  padding: 2%;
  max-width: 1200px;
  border-radius: 15px;
  background: var(--wit);
  box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 20%);
}

.vacancytext-1 h2 {
  color: var(--oranje);
  font-size: 1.75rem;
}

.foto-vacancy {
  width: 60%;
  border: 1px solid var(--donkergrijs);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #fbfbfb;
  margin-bottom: 6%;
}

.info-man-vac {
  text-align: center;
}

.info-man-vac h4 {
  color: var(--tck-blauw) !important;
  font-weight: 700;
}

.contact-hr {
  margin-top: 2%;
}

.contact-hr-1 {
  margin-top: -5%;
}

.info-joyce h4 {
  color: var(--tck-blauw) !important;
  text-align: center;
  font-weight: 700;
}

.email-hr {
  color: var(--donkergrijs);
}

.email-hr:hover {
  color: var(--oranje);
}
.tel-hr {
  color: var(--donkergrijs);
}

.tel-hr:hover {
  color: var(--oranje);
}

@media screen and (max-width: 1024px) {
  .vacancytext-1 {
    padding: 0;
    margin-left: 3%;
  }

  .foto-vacancy {
    margin-left: 1%;
    width: 30%;
  }

  .contact-hr-1 {
    margin-top: 0%;
    margin-bottom: 5%;
    text-align: center;
  }
}

/* dealer-portal */

.bg-dealer {
  width: 100%;
  position: relative;
  justify-content: left;
  background-image: url("/img/dirk-schaffrath-5.jpg");
  background-color: var(--donkerblauw);
  background-size: cover;
  overflow: hidden;
}

.bg-dealer-login {
  background-color: white;
  margin-top: 10%;
  margin-bottom: 20%;
  z-index: 1;
  box-shadow: 5px 5px 11px 0px rgba(0, 0, 0, 0.35);
}

.sign-up-dp {
  height: 42vh;
  background-color: var(--tck-blauw);
}

.sign-up-dp h1 {
  font-size: 2.25rem;
  color: var(--wit);
  text-transform: uppercase;
  padding: 5%;
  margin-top: 10%;
}

.dealerp-p {
  padding: 0% !important;
  margin-left: 5%;
  margin-bottom: 9%;
  color: var(--wit);
}

.dealerp-p-2 {
  margin-top: 8%;
  padding: 5%;
  color: var(--wit);
}

/* .dp-pasword-new {
    width: 20vh;
    height: 5vh;
    border-radius: 30px;
    margin-left: 3%;
    margin-top: 2%;
    border-style: none;
    color: var(--tck-blauw);
    font-weight: 700;
    box-shadow: 5px 5px 11px 0px rgba(0,0,0,0.35);
} */

.backto-btn {
  width: 20vh;
  height: 5vh;
  border-radius: 30px;
  margin-top: 2%;
  border-style: none;
  color: var(--tck-blauw);
  font-weight: 700;
  box-shadow: 5px 5px 11px 0px rgba(0, 0, 0, 0.35);
}

.backto-btn a {
  text-decoration: none;
  color: var(--tck-blauw);
}

.dealerp-h1-2 {
  font-size: 2.25rem;
  margin-left: 10%;
}

.login input {
  height: 5vh;
  border-radius: 10px;
  border-color: var(--donkergrijs);
  margin-top: 2%;
  padding: 2%;
  color: var(--donkergrijs);
  font-size: 1.25rem;
  border-width: 1px;
}

.dp-log-in {
  width: 15vh;
  height: 5vh;
  background: var(--oranje);
  margin-top: 2%;
  border-radius: 30px;
  border-style: none;
  color: var(--wit);
  font-weight: 700;
  box-shadow: 5px 5px 11px 0px rgba(0, 0, 0, 0.35);
}

.dp-user-new {
  height: 5vh;
  border-radius: 30px;
  margin-top: 2%;
  border-style: none;
  color: var(--tck-blauw);
  font-weight: 700;
  box-shadow: 5px 5px 11px 0px rgba(0, 0, 0, 0.35);
}

.pasword-dp {
  display: none;
}

.user-dp {
  display: none;
}

.pasword input {
  max-width: 30vh;
  height: 5vh;
  border-radius: 10px;
  border-color: var(--donkergrijs);
  margin-top: 2%;
  margin-left: 10%;
  padding: 2%;
  color: var(--donkergrijs);
  font-size: 1.25rem;
  border-width: 1px;
}

.dp-pasword {
  width: 15vh;
  height: 5vh;
  background: var(--oranje);
  border-radius: 30px;
  margin-left: 50%;
  border-style: none;
  color: var(--wit);
  font-weight: 700;
  box-shadow: 5px 5px 11px 0px rgba(0, 0, 0, 0.35);
}

.user input {
  max-width: 40vh;
  height: 5vh;
  border-radius: 10px;
  border-color: var(--donkergrijs);
  margin-top: 2%;
  margin-left: 10%;
  padding: 2%;
  color: var(--donkergrijs);
  font-size: 1.25rem;
  border-width: 1px;
}

.dp-user {
  width: 15vh;
  height: 5vh;
  background: var(--oranje);
  margin-top: 2%;
  border-radius: 30px;
  border-style: none;
  color: var(--wit);
  font-weight: 700;
  box-shadow: 5px 5px 11px 0px rgba(0, 0, 0, 0.35);
}

.dealerp-h3-2 {
  margin-left: 10%;
}

@media screen and (max-width: 1400px) {
  .bg-dealer-login {
    max-width: 80%;
  }

  .dealerp-p-2 {
    margin-top: 5%;
  }

  .sign-up-dp h1 {
    margin-top: 5%;
    padding: 5%;
  }

  .dealerp-h1-2 {
    margin-left: 10%;
    margin-top: 5%;
  }
  .log-in-dp,
  .user-dp {
    margin-bottom:2vh;
  }

  .log-in-dp h1,
  .user-dp h1 {
    margin-top: 5%;
  }
}

@media screen and (max-width: 992px) {
  .bg-dealer-login {
    margin-top: 18%;
    height: 60vh;
  }

  .dealerp-p {
    padding: 0% !important;
    margin-left: 5%;
    margin-top: 5%;
    margin-bottom: 3%;
    color: var(--wit);
  }

  .dealerp-p-2 {
    margin-top: 3%;
  }

  .sign-up-dp h1 {
    margin-top: 2%;
    padding-bottom: 2%;
  }

  .dealerp-h1-2 {
    margin: 5%;
  }

  .sign-up-dp {
    height: 15vh;
  }

  .user input {
    max-width: 30vh;
  }
}

@media screen and (max-width: 575px) {
  .dp-log-in,
  .dp-user-new,
  .dp-user,
  .backto-btn {
    width: 100%;
  }
}

/* werelden */

.world-navigation {
  width: 400px;
  height: 70px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  float: right;
}

.world-navigation ul {
  display: flex;
  width: 350px;
}

.world-navigation ul li {
  list-style: none;
  position: relative;
  width: 70px;
  height: 70px;
  z-index: 1;
}

.world-navigation ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.world-navigation ul li a .icon-world-menu {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  transition: 0.5s;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.world-navigation ul li:hover a .icon-world-menu {
  transform: translateY(-30px);
  height: 70px;
  text-align: center;
  background-color: #fbfbfb;
  border: 1px solid var(--oranje);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.wereld-logo-menu {
  margin-top: 25%;
  height: 50%;
}

.wereld-logo-menu-snow {
  height: 65%;
  margin-left: 5%;
  margin-top: 17%;
}

.world-contact {
  margin-bottom: 5%;
}

.brand-world-h4 {
  text-align: center;
  color: var(--tck-blauw);
  font-weight: 700;
}

.world-afb-intro h4 {
  color: var(--tck-blauw);
  font-size: 1.25rem;
  font-weight: 700;
}

.world-afb-sm {
  width: 150px;
  height: 150px;
  text-align: center;
  background-color: #fbfbfb;
  border: 1px solid var(--donkergrijs);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.item-logo-world {
  max-width: 300px;
  object-fit: cover;
  object-position: 100%;
  margin-left: 25%;
  margin-top: 5%;
}

.logo-world {
  height: 100px;
}

.owl-nav {
  font-size: 1.75rem;
  color: var(--oranje);
  font-weight: 700;
}

/* mediaqueries */

@media screen and (max-width: 1024px) {
  .brand-world-h4 {
    margin-top: 10% !important;
    text-align: left;
  }

  .item-logo-world {
    margin-left: 2%;
  }

  .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    text-align: left;
  }
}

.alert-success {
  color: #fff;
}

.alert-danger {
  color: var(--oranje);
}

/* Page events - Ambassadors - MVO - Partnerships */

.page-container {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 150px;
}

.page-main-intro {
  margin-bottom: 20px;
}

.page-main-intro h1 {
  margin-bottom: 20px;
}

.page-sticky {
  position: fixed;
}

.page-links {
  background: #b7b7b733 0% 0% no-repeat padding-box;
  border-radius: 17px;
  opacity: 1;
  padding: 10px 10px 10px 10px;
  margin-bottom: 20px;
  width: 100%;
}

.page-links a {
  text-decoration: none !important;
}

.page-links-title {
  color: #1e5aa8;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 10px;
}

.page-link {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 17px;
  opacity: 1;
  margin-bottom: 15px;
  padding: 10px 10px 10px 15px;
  text-decoration: none !important;
  color: #b7b7b7;
}

.page-link i {
  float: right;
  color: #b7b7b7;
  padding-top: 3px;
  vertical-align: middle;
}

.page-link span {
  text-decoration: none !important;
}

.page-link-active {
  background: #1e5aa8 0% 0% no-repeat padding-box;
  border-radius: 17px;
  opacity: 1;
  margin-bottom: 15px;
  padding: 10px 10px 10px 15px;
  text-decoration: none !important;
  color: #ffffff;
}

a:hover .page-link {
  background: #1e5aa8 0% 0% no-repeat padding-box;
  border-radius: 17px;
  opacity: 1;
  margin-bottom: 15px;
  padding: 10px 10px 10px 15px;
  text-decoration: none !important;
  color: #ffffff;
}

a:hover .page-link i {
  float: right;
  color: #f47b20;
  padding-top: 3px;
  vertical-align: middle;
}

.page-link-active i {
  float: right;
  color: #f47b20;
  padding-top: 3px;
  vertical-align: middle;
}

.page-link-active span {
  text-decoration: none !important;
}

.page-contact {
  background: var(---1e5aa8) 0% 0% no-repeat padding-box;
  background: #1e5aa8 0% 0% no-repeat padding-box;
  border-radius: 17px;
  padding: 20px 10px 10px 10px;
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
  font-size: 1.3em;
}

.page-contact-call {
  background: var(---f47b20) 0% 0% no-repeat padding-box;
  background: #f47b20 0% 0% no-repeat padding-box;
  border-radius: 17px;
  opacity: 1;
  color: #ffffff;
  padding: 20px 10px 10px 10px;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-contact-call a {
  text-decoration: none;
  color:var(--wit);
}

.page-item-title-sub h2 {
  padding-top: 10px;
}

.page-item-title-sub h3 {
  padding-top: 10px;
  font-size: 1.2rem;
}

.page-item-text-sub {
  margin-bottom: 30px;
}

.page-item-usps {
  background: #b7b7b71a 0% 0% no-repeat padding-box;
  border-radius: 17px;
  opacity: 1;
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
}

.page-item-usp {
  padding: 5px;
  color: #f47b20;
  padding-left: 30px;
}
.page-item-usp i {
  color: #f47b20;
}

.page-item-image img {
  width: 100%;
  border-radius: 17px;
  margin-bottom: 15px;
}

.page-item-image-sub {
  border-radius: 17px;
  margin-bottom: 25px;
}

.page-item-image-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 17px;
}

.page-item-link {
  color: #1e5aa8;
  margin-bottom: 30px;
}

.page-item-link h4 {
  font-size: 1.2rem;
  font-weight: bold;
}

.page-item-quote {
  background: #b7b7b733 0% 0% no-repeat padding-box;
  border-radius: 17px;
  opacity: 1;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  padding: 20px;
}

.page-item-quote-text {
  color: #1e5aa8;
  font-size: 1.4em;
  font-weight: bold;
}
.page-item-quote-by {
  color: #b7b7b7;
  font-size: 1em;
}

.page-item-corner-left {
  border-left: 4px solid #f47b20;
  border-top: 4px solid #f47b20;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-left: 5px;
  left: 5px;
  top: 5px;
  position: absolute;
}

.page-item-corner-right {
  border-right: 4px solid #f47b20;
  border-bottom: 4px solid #f47b20;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  right: 5px;
  bottom: 5px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .page-item-quote-text {
    font-size: 1em;
  }
  .page-item-quote-by {
    font-size: 0.8em;
  }
}

.afd-btn {
  position: absolute;
  bottom: -10px;
  margin:0 auto;
  right:calc(50% - 48px);
}

.afd-body {
  position: relative;
}

.intro-text-custom {
  width:1400px;
}


@media screen and (max-width: 992px) {
  .intro-text-news {
      margin-top: 60px !important;
  }
}