/*
* Theme Name: Vossebelt
* Theme URI: http://www.vossebelt.nl
* Description: Vossebelt
* Version: 1.0
* Author: Webba
*/

/** EXTRA **/
html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

@media screen and (max-width: 991px) {
  html:has(.navbar-collapse.show) {
    overflow: hidden;
  }
}

body {
  font-family: "RobotoRegular";
  overflow-x: hidden !important;

  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul {
  padding-left: 0;
}

main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.mail-filler {
  flex-grow: 1;
}

* {
  transition: all 0.1s ease-in-out;
  outline: none !important;
  box-shadow: none !important;
}

hr {
  width: 100px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.padding-0 {
  padding: 0 !important;
}

.container-p {
  padding: 160px 15px 80px;
}

#sidenav .active ul li a:hover {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4 {
  font-family: "RobotoMedium";
  word-break: break-word;
}

.form__header {
  margin-top: 50px;
}

a {
  text-decoration: none !important;
}

/* -- FONTS -- */
@font-face {
  font-family: "RobotoBold";
  src: url("fonts/Roboto-Bold.eot");
  src: url("fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Roboto-Bold.woff2") format("woff2"),
    url("fonts/Roboto-Bold.woff") format("woff"),
    url("fonts/Roboto-Bold.ttf") format("truetype"),
    url("fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "RobotoRegular";
  src: url("fonts/Roboto-Regular.eot");
  src: url("fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/Roboto-Regular.woff2") format("woff2"),
    url("fonts/Roboto-Regular.woff") format("woff"),
    url("fonts/Roboto-Regular.ttf") format("truetype"),
    url("fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoMedium";
  src: url("fonts/Roboto-Medium.eot");
  src: url("fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/Roboto-Medium.woff2") format("woff2"),
    url("fonts/Roboto-Medium.woff") format("woff"),
    url("fonts/Roboto-Medium.ttf") format("truetype"),
    url("fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

/** SCROLLBAR **/
::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: #888;
}

::-webkit-scrollbar-thumb {
  background: #535353;
}

::-webkit-scrollbar-thumb:hover {
  background: #535353;
}

/** BACKGROUNDS **/
.grey {
  background: #f4f4f4;
}

.dark-grey {
  background: #241f20;
}

/** BUTTONS **/
.btn {
  padding: 0px 25px;
  font-weight: 600;
  border-radius: 35px;
  height: 48px;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

@media screen and (min-width: 1200px) {
  .w-66 {
    width: 66%;
  }
}

.t-btn {
  border: 1px solid #d1d1d1;
}

.t-btn:hover {
  background: #ff5f00;
  color: white;
  border: 1px solid #ff5f00;
}

.t-btn .fa-long-arrow-left {
  padding: 0px 15px 0px 0px;
}

.t-btn:hover .fa-long-arrow-left {
  margin-right: 15px;
}

.t-btn .fa-route {
  color: #ff5f00;
  padding: 0px 15px 0px 0px;
}

.t-btn:hover .fa-route {
  color: white;
  margin-right: 15px;
}

.white-btn {
  background: white;
  border: 2px solid #ffffff;
}

.white-btn:hover {
  background: #ff5f00;
  color: white;
  border: 2px solid #ff5f00;
}

.orange-btn {
  background: #ff5f00;
  color: white;
  border: 2px solid #ff5f00;
}

.orange-btn:hover {
  background: #ffffff;
  color: #ff5f00;
  border: 2px solid #ff5f00;
}

.orange-btn .fa-long-arrow-down {
  padding: 0px 0px 0px 15px;
}

.orange-btn:hover .fa-long-arrow-down {
  transform: rotate(-90deg);
  padding: 0px;
  margin-left: 15px;
}

.footer-phone {
  font-family: "RobotoMedium";
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
}

.footer-btn {
  border: 2px solid #f1f1f1;
  color: white;
}

.footer-btn:hover {
  background: #ffffff;
  color: #ff5f00;
  border: 2px solid #ffffff;
}

/** TITLES **/
.white-title {
  font-weight: 600;
  color: white;
  font-family: "RobotoBold";
}

.title-stripe:before {
  content: "";
  position: absolute;
  border: 0.5px solid #ffffff;
  width: 165px;
  opacity: 0.2;
  top: 40px;
  font-family: "RobotoBold";
}

.black-title {
  font-weight: 600;
  color: black;
  font-family: "RobotoBold";
}

.orange-title {
  color: #ff5f00;
  font-weight: 600;
  font-family: "RobotoBold";
}

.home-shape {
  clip-path: polygon(0% 15%, 0 100%, 100% 100%, 100% 0%);
}

.category-title {
  font-weight: 600;
  color: #ff5f00;
  font-family: "RobotoBold";
}

.orange-text {
  width: 400px;
  margin: 10px auto 20px;
}

/** NAVBAR **/
.navbar {
  background: white;
  z-index: 9999;
  height: 80px;
  padding: 0rem 1rem;
  border-bottom: 1px solid #e8e8e8;
}

.nav {
  padding: 0px 50px;
  font-weight: 600;
  align-items: center;
}

.menu-item {
  padding: 0px 12px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1400px) {
  .menu-item {
    padding: 0px 25px;
  }
}

.nav-link {
  color: black !important;
  border-bottom: 2px solid transparent !important;
}

.navbar .active > .nav-link {
  border-bottom: 2px solid #ff5f00 !important;
}

@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    padding: 1.6875rem 0.5rem;
  }

  .navbar .navbar-nav .nav-link:hover {
    color: #ff5f00 !important;
  }
}

/** VACATURES **/
.aantal-vacatures {
  margin-left: -170px;
  margin-top: -24px;
  font-size: 12px;
  padding: 2px 7px;
  background: #ff5f00;
  border-radius: 100%;
  color: white;
  font-weight: 600;
}

@media screen and (min-width: 1400px) {
  .aantal-vacatures {
    margin-left: -205px;
  }
}

/** CONTACT BUTTON **/
.menu-item-259 {
  background: #ff5f00;
  /*padding: 0px 15px;*/
  border-radius: 35px;
  font-weight: 600;
  color: white !important;
  border: 2px solid #ff5f00;
  height: 48px;
}

.menu-item-259 a {
  color: white !important;
}

.menu-item-259:hover {
  background: white;
  border: 2px solid #ff5f00;
  color: #ff5f00;
}

.menu-item-259 a:hover {
  color: #ff5f00 !important;
}

/** MOBILE **/
.responsive-mobile {
  display: none;
}

.mobile {
  position: absolute;
  right: 130px;
  padding: 5px 15px;
  color: #cbcbcb;
  display: grid;
  height: 48px;
}

.mobile:hover {
  background: #ff5f00;
  padding: 5px 15px;
  color: white;
  border-radius: 35px;
}

.mobile a {
  color: black;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mobile:hover a {
  color: white !important;
  gap: 1.5rem;
}

.mobile a:hover {
  text-decoration: none;
}

.mobile p {
  margin-bottom: 0;
}

.navbar-brand {
  height: 100%;
}

.navbar-brand img {
  height: 100%;
}

.nav-toggle {
  display: none;
}

/** TALEN **/
.talen {
  position: absolute;
  right: 30px;
  cursor: pointer;
  margin: 0;
  padding: 0 0 5px !important;
}

.talen > li > ul.sub-menu {
  margin-top: 0;
  /* padding-top: 5px !important; */
}

.talen:hover > li > ul.sub-menu {
  display: flex !important;
}

.wpml-ls-item {
  padding: 0 !important;
}

.wpml-ls-current-language {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px 10px !important;
  border-radius: 20px;
}

.wpml-ls-current-language:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078" !important;
  margin-left: 10px;
}

.talen .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  padding: 10px 20px !important;
  border-radius: 20px;
  flex-direction: column;
  gap: 0.5rem;
}

.talen .sub-menu.active {
  display: flex !important;
}

.responsive-talen {
  display: none;
}

/** ------------------------------------ HEADER ------------------------------------ **/
.header-img {
  height: 950px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: flex;
  align-items: center;
  position: relative;
}

#video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

/** TITLES **/
.header-title {
  position: absolute;
  margin-left: 15%;
  width: 50rem;
}

.header-title h1 {
  font-size: 3.5rem;
}

/** VIDEO **/
.video-small {
  position: absolute;
  top: 130px;
  right: 50px;
  background: white;
}

.c-video {
  height: 150px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-video .fa-play {
  visibility: visible;
  opacity: 1;
  background: white;
  color: #ff5f00;
  padding: 20px 21px;
  border-radius: 100%;
  cursor: pointer;
}

#video-s {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-transition: all 0.3s ease-in-out;
  min-width: 1000px;
  max-width: 1000px;
  height: 600px !important;
  position: fixed;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: none;
}

#video-s.active {
  display: block;
  transition: all 0.4s ease-in-out;
}

.video-dismiss {
  position: absolute;
  top: 130px;
  right: 50px;
  cursor: pointer;
  background: white;
  border-radius: 100%;
  padding: 15px 22px;
  z-index: 9999;
  color: #ff5f00;
  display: none;
  opacity: 0.4;
}

.video-dismiss:hover {
  opacity: 1;
}

.video-dismiss.active {
  display: block;
}

.video-small .fa-video {
  color: #ff5f00;
}

.video-text {
  opacity: 1;
}

.header-arrow {
  border: none;
}

.header-arrow {
  padding: 15px 35px;
  position: absolute;
  left: 16%;
  bottom: 90px;
  animation: arrow 1s ease-in-out infinite;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

@keyframes arrow {
  0%,
  100% {
    transform: translate(0, -10px);
  }

  50% {
    transform: translate(0, 10px);
  }
}

/** AANGENAAM **/
.aangenaam:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 35px;
  background: #ff5f00;
  margin-top: 5px;
}

.aangenaam-history {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  min-height: 275px;
}

/** OWL CAROUSEL **/
.dienst-card {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 300px;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dienst-card:hover {
  margin-top: -30px;
  transition: margin 0.3s;
}

.dienst-card .fa-play {
  font-size: 3.5rem;
  color: #ff5f00;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s, opacity 0.3s;
}

.dienst-card:hover .fa-play {
  opacity: 1;
  visibility: visible;
}

/*.services {
    display: none !important;
}*/

.services .owl-item:nth-child(odd) {
  margin-top: 30px;
}

.services .owl-item:nth-child(even) {
  margin-top: 80px;
}

.dienst-title {
  color: white;
  font-weight: 600;
  position: absolute;
  bottom: 50px;
}

/** DIENSTEN **/
.o-line:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 35px;
  background: #ff5f00;
  margin-top: 5px;
  margin-left: -17px;
}

/** NIEUWS **/
.container-news {
  padding: 160px 15px 80px;
}

.news-container {
  padding: 80px 15px 80px;
}

.b-line:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 35px;
  background: #000000;
  margin-top: 5px;
  margin-left: -17px;
}

.news-carousel a:hover {
  text-decoration: none;
}

.nieuws-card {
  width: 100%;
  height: 200px;
  background: white;
}

.nieuws-card:hover {
  border-top: 1px solid #ff5f00;
}

.col-md-6 a:hover {
  text-decoration: none;
  color: black;
}

.nieuws-card a {
  text-decoration: none;
}

.news-img {
  width: 100%;
  height: 200px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  clip-path: polygon(0% 0%, 0 100%, 90% 100%, 100% 0%);
}

/** VACATURE **/

.vacature {
  padding: 15px;
  background: #f4f4f4;
  margin-top: 5px;
  color: black;
}

.vacatures a {
  text-decoration: none !important;
  color: black !important;
}

.fa-file-spreadsheet {
  font-size: 2rem;
  padding: 0px 30px 0px 30px;
}

.vacature .fa-long-arrow-right {
  position: absolute;
  right: 30px;
  padding-right: 10px;
}

.vacature:hover .fa-long-arrow-right {
  right: 20px;
}

/** ------------------------------------ OVER VOSSEBELT ------------------------------------ */

/** VOSSEBELT VIDEO #2 **/
#vossebelt-video {
  width: 115%;
  height: 500px;
  margin-left: -100px;
  object-fit: cover;
}

/** OVER VOSSEBELT **/
.main-container {
  padding: 160px 15px 80px;
}

.info {
  font-size: 1.1rem;
}

/** GALLERY **/

.gallery {
  margin-top: 15px;
}

.gallery-image {
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.gallery .fa-long-arrow-left,
.gallery .fa-long-arrow-right {
  background: white !important;
  padding: 20px !important;
}

.gallery .owl-prev,
.gallery .owl-next {
  margin-top: -200px;
  position: absolute;
}

.gallery .owl-prev {
  left: 0;
}

.gallery .owl-next {
  right: 0;
}

/** HISTORY **/
.history .owl-stage-outer {
  overflow: visible !important;
}

.history .owl-item {
  opacity: 0.2 !important;
  z-index: -9999 !important;
  pointer-events: none !important;
  cursor: grab;
}

.history .owl-item.active {
  opacity: 1 !important;
  pointer-events: visible !important;
}

.history .item {
  height: 500px;
  width: 380px;
}

.history-image {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.history-content {
  background: #383838;
  padding: 15px;
  color: white;
  overflow-y: scroll;
  max-height: 250px;
}

.history-content ul {
  margin-top: 10px;
  padding: 0px 18px;
}

.history p {
  margin: 0;
}

.history-date {
  color: white;
  margin-top: 30px;
}

.history-content::-webkit-scrollbar {
  width: 5px;
}

.history-content::-webkit-scrollbar-track {
  background: transparent;
}

.history-content::-webkit-scrollbar-thumb {
  background: #535353;
  border-radius: 30px;
}

.history-content::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.history .owl-nav {
  position: absolute;
  top: -85px;
  right: 0;
}

.history .fa-long-arrow-left,
.history .fa-long-arrow-right {
  background: white !important;
  padding: 20px !important;
}

.history .owl-prev,
.history .owl-next {
  position: absolute;
}

.history .owl-prev {
  right: 10px;
}

.history .disabled .fas {
  background: #383838 !important;
  color: #8b8b8b;
}

/** ------------------------------------ FOOTER ------------------------------------ **/
.footer-wrapper {
  background: #ff5f00;
  padding: 50px 15px;
  color: white !important;
  clip-path: polygon(0% 15%, 0 100%, 100% 100%, 100% 0%);
  margin-top: -45px;
}

footer .logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
@media screen and (min-width: 500px) {
  footer .logos {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

footer .logos li {
  list-style: none;
  padding: 8px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .logos li img {
  width: 100%;
  border: 0;
}

footer .logo_title {
  margin: 30px 0px 10px;
  font-weight: 600;
}

.logo__link {
  text-decoration: none;
}

.logo__link:hover {
  text-decoration: none;
}

.bottom {
  padding: 20px 15px;
  clip-path: polygon(0% 0%, 0 100%, 100% 100%, 100% 0%);
  border-top: 1px solid rgba(211, 211, 211, 0.5);
}

.bottom a {
  color: white !important;
}

.bottom a:hover {
  text-decoration: none;
}

.bottom:hover {
  text-decoration: none;
}

/** ------------------------------------ DIENSTEN ARCHIVE ------------------------------------ **/
.archive-card {
  margin: 0px 0px 20px;
  height: 250px;
}

@media screen and (min-width: 992px) {
  .archive-card .short-text {
    min-height: 100px;
  }
}

.dienst-img {
  width: 100%;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.dienst-img img {
  min-height: 100%;
}

.dienst-card-archive {
  background: white;
  color: black;
  padding: 0px 15px;
}

.dienst-card-content {
  padding: 25px;
}

.pages {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.pages .current,
.pages .inactive {
  padding: 10px 18px;
  border-radius: 35px;
  margin: 20px 5px;
}

.pages .current,
.pages .page-numbers {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 10px 18px;
  border-radius: 35px;
  margin: 20px 5px;
  background: white;
  color: black;
}

.pages .current {
  background: #ff5f00;
  color: white;
}

.pages .current:hover {
  text-decoration: none;
}

.pages .inactive:hover {
  text-decoration: none;
}

.pages .prev,
.pages .next {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
}

/** ------------------------------------ SINGLE ------------------------------------ **/
.single-title {
  margin-bottom: 30px;
}

.single-header {
  height: 300px;
  width: 85%;
  margin: auto;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.single-content img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.single-content ul {
  padding: 0px 20px;
}

.single-b-line:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 35px;
  background: #000000;
  margin-top: 25px;
  margin-left: 80px;
}

.news-container img {
  width: 100%;
  object-fit: cover;
}

/** ------------------------------------ VACATURES ------------------------------------ **/
#sidebar {
  min-width: 600px;
  max-width: 600px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -800px;
  z-index: 9999;
  background: white;
  padding: 100px 40px 0px 60px;
  clip-path: polygon(5% 0%, 0 100%, 100% 100%, 100% 0%);
}

#sidebar.active {
  right: 0;
  overflow: visible;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 998;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  top: 0;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#dismiss {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 25px;
  right: 15px;
  cursor: pointer;
}

.vacature {
  margin: 1.5rem 0;
}

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

/** ------------------------------------ OPEN SOLLICITATIE ------------------------------------ **/
#open-sollicitatie {
  min-width: 600px;
  max-width: 600px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -800px;
  z-index: 9999;
  background: white;
  padding: 100px 40px 0px 60px;
  clip-path: polygon(5% 0%, 0 100%, 100% 100%, 100% 0%);
}

#open-sollicitatie.active {
  right: 0;
  overflow: visible;
}

/** ------------------------------------ FORM ------------------------------------ **/
label {
  font-weight: 300 !important;
}

input,
textarea {
  width: 100% !important;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  background: white;
  margin-bottom: 0 !important;
}

/** ------------------------------------ CONTACT PAGE ------------------------------------ **/
.form-container {
  padding: 80px 15px;
}

.small-title {
  font-size: 1.5rem;
}

.address {
  background: #ffffff;
  padding: 25px 15px 15px;
  transform: translateY(100%);
  margin-top: 28px;
  clip-path: polygon(0% 0%, 0 100%, 100% 100%, 100% 5%);
  display: flex;
  flex-direction: column;
}

/** E-MAIL **/
.e-mail {
  padding: 25px;
}

.e-mail ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.e-mail ul li a {
  color: black;
  text-decoration: underline;
}

.e-mail ul li a:hover {
  color: #ff5f00;
}

/** OPENING HOURS **/
.opening-hours {
  padding: 25px;
  border-left: 1px solid #e3e3e3;
}

.opening-hours ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

/** -- GOOGLE MAPS -- */

.google-maps {
  margin-top: 25px;
  height: 400px;
}

.maps-overlay {
  background: red;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.google-maps img {
  max-width: inherit !important;
}

/** -------------------------------------------------------- 1200 -------------------------------------------------------- **/
@media only screen and (max-width: 1200px) {
  .mobile {
    display: none;
  }
}

/** -------------------------------------------------------- 990 -------------------------------------------------------- **/
@media only screen and (max-width: 991px) {
  /** TITLES **/
  .header-title h1 {
    font-size: 3rem;
  }

  .orange-text {
    width: 100%;
  }

  /** NAVBAR **/
  .nav {
    padding: 120px 50px 120px;
    align-items: flex-start;
  }

  .nav-container {
    max-width: 100vw;
    background: #ff5f00;
  }

  .nav-toggle {
    -webkit-user-select: none;
    -mos-user-select: none;
    user-select: none;
    cursor: pointer;
    right: 15px;
    height: 65px;
    width: 65px;
    padding: 13px 14px;
    background: #ff5f00;
    z-index: 9999;
    border-radius: 100%;
    border: 2px solid #ff5f00;
    display: block;
    position: absolute;
    right: 15px;
  }

  .nav-toggle .nav-toggle-bar {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #ffffff;
    height: 3px;
    z-index: 9;
    margin: 6px 0px;
  }

  .nav-toggle .top-bar {
    width: 30px;
  }

  .nav-toggle .middle-bar {
    width: 20px;
  }

  .nav-toggle .bottom-bar {
    width: 30px;
  }

  .nav-toggle.open {
    background: white;
  }

  .nav-toggle.open .top-bar {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    background: #ff5f00;
  }

  .nav-toggle.open .middle-bar {
    background: transparent;
  }

  .nav-toggle.open .bottom-bar {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 23px;
    background: #ff5f00;
  }

  .navbar-collapse .collapse .navbar-toggler {
    background: white;
  }

  .navbar-collapse {
    position: fixed;
    z-index: 50;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px 30px 30px;
    visibility: hidden;
    transition: visibility 0.3s, opacity 0.3s;
    opacity: 0;
    top: 0;
    left: 0;
    background: #ff5f00;
    height: 95vh;
    min-width: 100vw;
    clip-path: polygon(0% 0%, 0 100%, 100% 95%, 100% 0%);
  }

  .show {
    opacity: 1;
    visibility: visible;
  }

  .menu-item {
    font-size: 2rem;
  }

  .nav-link {
    color: white !important;
  }

  .responsive-talen {
    display: block;
    position: fixed;
    right: 110px;
    width: 30px;
    margin-left: 0;
    padding-left: 0;
    bottom: 10vh;
  }

  .responsive-talen .wpml-ls-current-language:after {
    content: "\f077" !important;
  }

  .responsive-talen > li {
    background-color: white;
  }

  .responsive-talen .wpml-ls-current-language {
    height: 50px;
    width: 95px;
    display: flex;
    justify-content: center;
  }

  .responsive-talen .wpml-ls-current-language:after {
    font-size: 1rem;
  }

  .responsive-talen .wpml-ls-menu-item .wpml-ls-flag {
    width: 30px;
    height: 20px;
  }

  .responsive-talen .sub-menu {
    /*left: 38px;*/
    width: 95px;
    position: absolute;
    bottom: 100%;
    z-index: 1000;
    display: none;
    float: left;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    padding: 10px 20px !important;
    border-radius: 20px;
    flex-direction: column;
    gap: 0.5rem;
  }

  .responsive-talen .sub-menu.active {
    display: flex;
  }

  .responsive-talen .sub-menu .wpml-ls-item {
    display: flex;
    justify-content: center;
  }

  .talen {
    display: none;
  }

  .mobile {
    display: none;
  }

  .responsive-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    border-radius: 100%;
    position: absolute;
    right: 95px;
    height: 65px;
    width: 65px;
    padding: 13px 14px;
  }

  .responsive-mobile a {
    color: white;
    font-size: 1.5rem;
  }

  #sidebar {
    min-width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 9999;
    background: white;
    padding: 100px 60px 0px 60px;
    clip-path: polygon(0% 0%, 0 100%, 100% 100%, 100% 0%);
  }

  .menu-item-17 {
    padding: 0px 20px !important;
    background: transparent !important;
  }

  /** HEADER **/
  .header-img {
    height: 100vh;
  }

  .header-title {
    margin-left: 2%;
  }

  .header-arrow {
    right: 15px;
    left: inherit;
    bottom: 30px;
  }

  .video-small {
    background: transparent !important;
    right: 25px !important;
  }

  .c-video {
    top: 30px;
    background: transparent !important;
  }

  .video-text {
    display: none;
  }

  #video-s {
    width: 75%;
    min-width: 75%;
    max-width: 75%;
    height: 500px !important;
  }

  .video-dismiss {
    right: 25px !important;
    top: 110px;
    opacity: 1;
  }

  /** AANGENAAM **/
  .aangenaam-history {
    min-height: 400px;
  }

  /** NIEUWS **/
  .news-container {
    padding: 60px 15px 150px;
  }

  .news-carousel .owl-stage-outer {
    overflow: visible !important;
  }

  .news-carousel .owl-stage-outer {
    overflow: visible !important;
  }

  .news-carousel .owl-item {
    opacity: 0.2 !important;
    z-index: -9999 !important;
    pointer-events: none !important;
  }

  .news-carousel .owl-item.active {
    opacity: 1 !important;
    pointer-events: visible !important;
  }

  .news-img {
    clip-path: polygon(0% 0%, 0 100%, 100% 100%, 100% 0%) !important;
  }

  .card-info {
    background: white;
    padding: 15px;
    min-height: 100px;
    max-height: 100px;
  }

  /** OVER VOSSEBELT **/
  #vossebelt-video {
    width: 100%;
    margin-left: 0;
  }

  /** DIENSTEN ARCHIEF **/
  .archive-card {
    height: auto;
  }

  .dienst-img {
    height: 200px;
  }

  /** DIENSTEN SINGLE **/
  .single-header {
    width: 100%;
  }

  /** NIEUWS ARCHIEF **/
  .container-news {
    padding: 160px 15px 150px;
  }

  .gform_body .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
  }

  /** FOOTER **/
  .footer-wrapper {
    clip-path: polygon(0% 8%, 0 100%, 100% 100%, 100% 0%);
  }

  /** FORMS  **/
  /* .gform_fields li {
    display: flex;
    align-items: center;
  }

  ul.gform_fields .gfield_label {
    width: 20%;
  }

  ul.gform_fields .ginput_container,
  ul.gform_fields .ginput_container_textarea {
    width: 80%;
  } */

  /** VACATURE FORM */
  #field_1_1 .gfield_label {
    position: relative;
    left: 0px;
    top: 0px;
  }

  #field_1_2 .gfield_label {
    position: relative;
    left: 0px;
    top: 0px;
  }

  #field_1_3 .gfield_label {
    position: relative;
    left: 0px;
    top: 0px;
  }

  #field_1_4 .gfield_label {
    position: relative;
    left: 0px;
    top: 0px;
  }

  /** CONTACTFORM */
  #field_2_1 .gfield_label {
    position: relative;
    left: 0px;
    top: 0px;
  }

  #field_2_2 .gfield_label {
    position: relative;
    left: 0px;
    top: 0px;
  }

  #field_2_3 .gfield_label {
    position: relative;
    left: 0px;
    top: 0px;
  }

  .e-mail,
  .opening-hours {
    text-align: center;
  }
}

/** -------------------------------------------------------- 768 -------------------------------------------------------- **/
@media only screen and (max-width: 768px) {
  /** TITLES **/
  .header-title {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .header-title h1 {
    font-size: 2.5rem;
  }

  /** HISTORY **/
  .history .owl-nav {
    display: none;
  }

  /** SMALL VIDEO **/
  #video-s {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    top: 250px;
    height: 400px !important;
  }

  .video-dismiss {
    top: 130px;
  }

  /** FOOTER **/
  footer .footer-logos {
    margin-top: 50px;
  }
}

/** -------------------------------------------------------- 480 -------------------------------------------------------- **/
@media only screen and (max-width: 480px) {
  .header-title h1 {
    font-size: 2rem;
  }

  .display-none {
    display: none;
  }

  #video-s {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    height: 300px !important;
    top: 250px;
  }
}

/** -------------------------------------------------------- UNDER CONSTRUCTION -------------------------------------------------------- **/
.underconstruction .left {
  background: #ff5f00;
  height: 100vh;
  display: flex;
  align-items: center;
  color: white;
  text-align: center;
  padding: 15px;
}

.underconstruction .right {
  height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 15px;
}

.underconstructionlogo img {
  width: 300px;
  margin-bottom: 30px;
}

.underconstruction ul {
  padding: 0 !important;
}

.underconstruction li {
  list-style: none;
}

.uc-btn {
  background: white;
  border: 2px solid #ffffff;
}

.uc-btn:hover {
  background: #ffffff;
  color: black;
  border: 2px solid #ffffff;
}

.uc-btn .fa-long-arrow-left {
  padding: 0px 15px 0px 0px;
}

.uc-btn:hover .fa-long-arrow-left {
  margin-right: 15px;
}

@media only screen and (max-width: 991px) {
  .left,
  .right {
    height: 60vh !important;
  }

  .single-content .row {
    justify-content: center !important;
  }
}

.e-mail li .contact {
  min-width: 100px;
  display: inline-block;
}

.gap-3 {
  gap: 0.75rem;
}
@media screen and (min-width: 992px) {
  .gap-3 {
    gap: 2rem;
  }
}
