@font-face {
  font-family: HyperionBold;
  src: url("../webfonts/Hyperion Bold.woff");
}
.navbar {
  transition: all 0.3s ease-in-out;
}

a.nav-link:hover {
  color: var(--bs-primary);
}

.navbar-sticky {
  background: #000;
  opacity: 0.8;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.btn-outline-secondary {
  color: var(--bs-secondary);
}

.btn-outline-secondary:hover {
  color: #fff;
}

.xl-text {
  font-size: 60px;
}

.header {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 60%, rgb(0, 0, 0) 80%), url("../images/header-background.jpg") 200px center no-repeat;
  background-size: cover;
  height: 600px;
}

.hyperion {
  font-family: HyperionBold;
}

.vertical-decoration {
  top: 12%;
  width: 24px;
}

.details .vertical-decoration {
  top: 0;
  left: 0;
  width: 24px;
}

.details-2 .vertical-decoration {
  top: 5%;
  right: 0;
  width: 24px;
}

.producten {
  padding-top: 5%;
  padding-bottom: 5%;
}
.producten .vertical-decoration {
  top: 5%;
  right: 0;
  width: 24px;
}

.team {
  background-color: rgb(53, 53, 58);
}

/*Profile Card*/
.profile-card {
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  float: left;
  overflow: hidden;
  /*width: 100%;*/
  text-align: center;
  border: none;
}
.profile-card .background-block {
  /*float: left;*/
  height: 200px;
}
.profile-card .background-block .background {
  width: 100%;
  vertical-align: top;
  opacity: 0.9;
  filter: blur(0.5px);
}
.profile-card .card-content {
  width: 100%;
  padding: 15px 25px;
  color: #eee;
  background: #0c0c0e;
  /*height:50%;*/
  border-radius: 0 0 5px 5px;
  position: relative;
}
.profile-card .profile {
  border-radius: 50%;
  position: absolute;
  top: 115px;
  left: 50%;
  max-width: 120px;
  opacity: 1;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, 0%);
  z-index: 999;
}
.profile-card h2 {
  margin: 30px 0 5px;
}
.profile-card h2 small {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}

.contact {
  background: url("../images/contact.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.contact .container {
  z-index: 10;
}

.to-top-btn {
  position: fixed;
  z-index: 20;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 30px;
  outline: none;
  background-color: var(--bs-primary);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.to-top-btn:hover {
  background-color: #1d1d21;
}

.to-top-btn img {
  margin-bottom: 0.25rem;
  width: 18px;
}

.show {
  opacity: 1;
}

.welkom {
  font-size: large;
}

@media (max-width: 992px) {
  .xl-text {
    font-size: 2rem;
  }
  .header {
    text-align: center;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgb(0, 0, 0) 100%), url("../images/header-background.jpg") center center no-repeat;
  }
}
#beleidAccordion .accordion-item {
  background-color: #e9ecef;
  color: #000;
}

.blog-card {
  border-left: 6px solid var(--bs-secondary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.blog-date {
  font-size: 0.9em;
  color: #888;
}

.blog-title {
  color: var(--bs-primary);
}

.blog-readmore {
  color: var(--bs-secondary);
  text-decoration: underline;
}

:root {
  --me-yellow: #FFD600;
}

.accent-yellow {
  color: var(--me-yellow) !important;
}