@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
	margin: 0 !important;
	padding: 0 !important;
	background-color: #000000 !important;
	font-family: "Montserrat", sans-serif !important;
	font-weight: normal !important;
	font-size: 14px !important;
	color: #ffffff;
}


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix { 
    display: inline-block; 
}

* html .clearfix { 
    height: 1%; 
}

.clearfix { 
    display: block;
}

h3 {
    font-family: "Montserrat", sans-serif !important;
   font-weight: 700 !important;
   color: #ffffff !important;
   font-size: 20px !important;
   margin: 0 !important;
   padding: 0 !important;
   margin-bottom: 15px !important;
   text-transform: uppercase !important;
}

.header {
	top: 0;
	width: 100%;
	max-width: 100%;
	background: #000000;
	height: 87px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
	border-top: 5px solid #81B6E3;
	position: fixed;
	z-index: 9999999;
}

 .header-search {
  display: none;
 }

.navbar-collapse {
    background: transparent;
    z-index: 9999;
    margin-top: -3px;
}

.navbar-brand {
	margin-left: -16px !important;
}

.navbar-toggler {
    border-radius: 100px  !important;
    color: #ffffff !important;
    border: none !important;
    margin-right: -18px !important;
    padding: 0 !important;
    margin-top: -9px !important;
}

button:focus { outline: none !important; }

.nav-link {
	color: #ffffff !important;
	font-family: "Montserrat", sans-serif !important;
	font-weight: bold !important;
	font-size: 13px !important;
	transition: .1s;
	border-top-left-radius: 15px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 0;
	margin: 5px;
	text-transform: uppercase !important;
}

.nav-link:hover {
	text-decoration: none !important;
	color: #ffffff !important;
	background-color: #81B6E3;
}

.dropdown-item {
	color: #ffffff !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	margin-bottom: 5px !important;
	text-transform: uppercase !important;
}

.dropdown-item:hover {
  background-color: #81B6E3 !important;
}

.dropdown-item:last-child {
	margin-bottom: 0px !important;
}


.dropdown-menu {
    border: 1px solid #212121 !important;
    background-color: #000000 !important;
    border-radius: 1px !important;
}

.close-menu {
    display: none; 
}

.nav-logo {
  width: 120px;
  display: none;
}

h3 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    margin-bottom: 5px !important;
}

.wa-ct {
    width: 100%;
    max-width: 100%;
    min-height: 50px;
    background-color: #ffffff;
    padding: 25px;
     -webkit-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.25);
    margin-bottom: 25px;
}

.wa-ct h3 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    margin-bottom: 10px !important;
}

.black-link {
    color: #000000;
    text-decoration: none;
}

 .login-box {
  width: 350px;
  min-height: 300px;
  padding: 25px 25px;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.14);
 }
 
 .login-box h3 {
  font-family: 'Raleway', sans-serif;
    font-weight: 700;
 	color: #33334f !important;
 	font-size: 30px !important;
 	margin: 0 !important;
 	padding: 0 !important;
 	margin-bottom: 10px !important;
 	text-align: left !important;
}

.lg-main {
 border: 1px solid #C01503;
 width: 100%;
 max-width: 100%;
 min-height: 10px;
 margin-bottom: 10px;
 background-color: #D41400;
 border-radius: 5px;
 padding: 6px;
}

 .reg-error-main {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px;
 	color: #F6F6F6 !important;
 	margin: 0 !important;
 	padding: 0 !important;
 	text-align: left !important;
 	margin-bottom: 5px !important;
 	line-height: 30px;
 	font-weight: bold;
 }
 
  .error-icon
{
    float: left;
    margin-right: 2px;
    margin-top: -2px;
}

.reg-error {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
 	color: #e74c3c !important;
 	font-size: 12px !important;
 	margin: 0 !important;
 	text-align: left !important;
 	margin-bottom: 5px !important;
 }
 
  .cd-login-txtfield {
 width: 100%;
 max-width: 100%;
 height: 50px;
 border-radius: 2px;
 padding: 0 15px;
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
 color: #33334f;
 font-size: 15px;
 border: 1px solid #dddfe2;
 margin-bottom: 15px;
  margin-top: 3px;
}

.cd-login-txtfield:focus {
    outline: none;
}

.cd-loginp-btn {
 background-color: #000000;
 color: #ffffff;
 width: 100%;
 max-width: 100%;
 height: 50px;
 border-radius: 2px;
 font-family: 'Raleway', sans-serif;
 font-weight: 700;
 font-size: 16px;
 border: 1px solid #161616;
 transition: .1s;
 cursor: pointer;
}

.cd-loginp-btn:hover {
 background-color: #161616;
}

.lgp-footer {
 font-family: 'Raleway', sans-serif;
 font-weight: 400;
 color: #212121 !important;
 font-size: 14px;
 margin-top: 35px;
}

.temp {
	width: 90%;
}

.temp i {
  font-family: "Montserrat", sans-serif !important;
	font-weight: normal !important;
	font-size: 14px !important;
}

.loader {
 	border: 16px solid #F3F3F3;
 	border-radius: 50%;
 	border-top: 16px solid #81B6E3;
 	width: 120px;
 	height: 120px;
 	-webkit-animation: spin 1s linear infinite;
 	animation: spin 1s linear infinite;
 }

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
 
  .tn-log-ms {
    color: #000000;
    margin-top: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 15px;
 	  text-transform: uppercase;
 }
 
 .navbar-nav {
   margin-right: -20px !important;
 }
 
 
 .header-search {
   width: 290px !important;
   margin: auto !important;
   margin-top: 15px !important;
   margin-left: 35px !important;
   position: relative !important;
   display: inline-block!important ;
 }

  .search-fld {
    width: 100%;
    height: 35px;
    border-radius: 35px;
    border: 2px solid #81B6E3;
    background-color: #34495e;
    padding: 12px;
    font-family: "Montserrat", sans-serif !important;
	  font-weight: 700 !important;
    font-size: 13px !important;
    color: #ffffff;
  }
  
  .search-fld::placeholder {
    color: #f6f6f6 !important;
  }
  
  input:focus,
  select:focus,
  textarea:focus,
  button:focus {
  outline: none;
}
.logout-icon {
  width: 24px;
  margin-top: -2px !important;
  margin-right: 2px !important;
}

.dash-icon {
  width: 22px;
  margin-top: -3px !important;
  margin-right: 2px !important;
}

.crown-ic {
  width: 24px;
  margin-top: -2px !important;
  margin-right: 2px !important;
}

.games-icon {
  width: 28px;
  margin-top: -2px !important;
  margin-right: 3px !important;
}

.scan-icon {
  width: 22px;
  margin-top: -2px !important;
  margin-right: 2px !important;
}

.calendar-icon {
  width: 20px;
  margin-top: -2px !important;
  margin-right: 2px !important;
}

.i-icon {
  width: 27px;
  margin-top: -2px !important;
  margin-right: 2px !important;
}

.groups-icon {
  width: 26px;
  margin-top: -2px !important;
  margin-right: 2px !important;
}

.admin-icon {
  width: 16px;
  margin-top: -2px !important;
  margin-right: 3px !important;
}

.account-icon {
  width: 22px;
  margin-top: -2px !important;
  margin-right: 3px !important;
}

.header-profile-pic {
  width: 28px;
  height: 28px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  margin-top: -3px;
  margin-right: 2px !important;
}


 .rcnt-icon {
   float: left;
   margin-top: -7px;
   margin-right:5px;
 }

 
 .navButtons-ct {
   display: none;
 }
 
 
 .tooltip {
    font-family: 'Raleway', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
 }
 

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 1;
}

.overlay .text {
    color: white;
    text-align: center;
}

.overlay h5 {
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    border-radius: 5px;
}

.overlay .btn {
    margin: 5px;
}


.footer {
    position: relative;
    padding: 40px 0;
    background-color: #161616!important;
    color: #ffffff;
}


.footer .container {
    position: relative;
    z-index: 2;
}

.footer a {
    color: #ddd;
    text-decoration: none;
}

.footer i {
    color: #ffffff!important;
}

.footer a:hover {
    text-decoration: underline;
}

ul.footer-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-nav li {
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.footer-nav li a {
    color: #f2f2f2;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-nav li a:hover {
    text-decoration: underline;
}

.copyright {
    width: 100%;
    min-height: 20px;
    background-color: #161616;
    border-top: 1px solid #000000;
}

.copyright-msg {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
}

.footer h3 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    color: #ffffff !important;
    margin-bottom: 15px !important;
}

.lang {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    margin-right: 5px;
}

.margin-15 {
    margin-bottom: 15px;
}

a.white-link {
    color: #ffffff;
    text-decoration: none;
}

a.white-link:hover {
    color: #F2F2F2;
    text-decoration: underline;
}

.footer i {
    color: #81B6E3;
}

#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #81B6E3;
    color: white;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    display: none;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s;
}

#scrollToTopBtn:hover {
    background-color: #5a9fda;
}

.hero-careers {
  padding: 50px 0!important;
  background: #81B6E3!important; 
  color: #fff!important;
}

.hero-careers h1 {
   font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 28px !important;
    color: #ffffff !important;
}

.hero-careers p {
   font-family: "Open Sans", sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #ddd !important;
}
.button {
  background-color: #ffffff !important;
  color: #175BBE !important;
  border-radius: 1px !important;
  border: 1px solid #f2f2f2 !important;
  font-family: "Poppins", system-ui!important;
  font-weight: 700 !important;
  font-size: 16px !important;
  transition: .1s!important;
  padding: 10px 20px !important;
  text-transform: uppercase!important;
}

.button:hover {
  background-color: #e4e4e4 !important;
  text-decoration: none!important;
}

.blue-button {
  background-color: #81B6E3 !important;
  color: #ffffff !important;
  border-radius: 2px !important;
  border: 1px solid #73adde !important;
  font-family: "Poppins", system-ui!important;
  font-weight: 700 !important;
  font-size: 16px !important;
  transition: .1s!important;
  padding: 8px 15px !important;
  text-transform: uppercase!important;
}

.blue-button:hover {
  background-color: #73adde !important;
  text-decoration: none!important;
}

.vacatures {
  padding: 50px 0!important;
}

.vacatures h2 {
   font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 28px !important;
    color: #81B6E3 !important;
    margin-bottom: 25px!important;
}

.werken-bij-uvr {
  padding: 50px 0 !important;
}

.werken-bij-uvr h2 {
  font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 28px !important;
    color: #ffffff !important;
    margin-bottom: 25px!important;
}

.werken-bij-uvr p {
   font-family: "Open Sans", sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #ddd !important;
    max-width: 53%!important;
    line-height: 1.6!important;
}

.vacature-card {
  background-color: #121212!important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1)!important;
  border: 1px solid #212121!important;
}

.vacature-card p {
  font-family: "Open Sans", sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #ddd !important;
    max-width: 99%!important;
    line-height: 1.6!important;
    margin-bottom: 25px!important;
}

.vacature-card h3 {
  font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #ffffff !important;
}

.vacature-detail {
    padding: 50px 0;
    background-color: #f8f9fa;
}
.vacature-detail h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.vacature-meta {
    margin-bottom: 30px;
}
.vacature-meta p {
    margin: 0;
    font-size: 1.1rem;
    color: #555;
}
.vacature-beschrijving {
    background: #fff;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-radius: 8px;
    margin-bottom: 40px;
}
.vacature-beschrijving p {
    line-height: 1.6;
    color: #333;
    font-size: 1.15rem;
}
.btn-solliciteer {
    background-color: #007bff!important;
    border-color: #007bff!important;
    padding: 12px 30px!important;
    font-weight: 700!important;
    font-size: 1.1rem!important;
    color: #fff!important;
    text-transform: uppercase!important;
    border-radius: 50px!important;
    transition: background-color 0.3s ease!important;
}
.btn-solliciteer:hover {
    background-color: #0056b3!important;
    border-color: #0056b3!important;
    color:#ffffff!important;
}

.sollicitatie-form {
    padding: 50px 0;
    background-color: #f8f9fa;
}
.sollicitatie-form h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 30px;
}
.sollicitatie-form form {
    background: #fff;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-radius: 8px;
}
.sollicitatie-form label {
    font-weight: bold;
}
.sollicitatie-form .form-control {
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
}
.sollicitatie-form .btn {
    background-color: #007bff;
    border-color: #007bff;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 700!important;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}
.sollicitatie-form .btn:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    color: #ffffff;
}

.uvr-authCK-tl1599-cookie-modal {
    position: fixed;
    z-index: 10000000; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.3); 
}

#uvr-authCK-tl1599-cookie-modal {
    display: block;
}

#uvr-authCK-tl1599-cookie-preferences-modal {
    display: none;
}

.uvr-no-scroll {
    overflow: hidden!important;
    height: 100%!important;
}

.cookie-info {
    font-size: 13px;
    color: #333;
}

.uvr-authCK-cmc-yj72837 {
  height: 400px; 
  overflow-y: auto;
  overflow-x: auto;
  padding: 10px 15px; 
  width: 100%;
  margin-top: 20px;
}

.uvr-authCK-js837626 {
  border-bottom: 1px solid #dddfe2;
  margin-bottom: 15px;
}

.uvr-authCK-js837626:last-child {
  border-bottom: none!important;
}

.uvr-authCK-tl1599-cookie-modal-content {
    background-color: #fff;
    margin: 5% auto; 
    padding: 20px 15px;
    border: 1px solid #888;
    width: 100%;
    max-width: 710px; 
    border-radius: 3px;
    font-family: Helvetica, Arial, sans-serif;
    color: #000000!important;
}

.uvr-authCK-tl1599-cookie-modal-content h2 {
    margin-top: 0!important;
    font-size: 1.5rem!important;
    font-size: 1.5rem!important;
    font-weight: 700!important;
}

.uvr-authCK-tl1599-cookie-modal-content p {
    font-size: .9375rem!important;
    line-height: 1.3333!important;
    font-weight: 400!important;
    word-break: break-word!important;
}

.uvr-authCK-tl1599-cookie-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}

.uvr-authCK-tl1599-btn {
    background-color: #007bff;
    border: none;
    color: white;
    padding: 6px 10px;
    margin: 5px;
    cursor: pointer;
    border-radius: 4px;
    font-family: Helvetica, Arial, sans-serif!important;
    font-size: 13px!important;
    font-weight: 700!important;
    width: 49%;
}

.uvr-authCK-tl1599-btn:hover {
  opacity: .9;
}

.uvr-authCK-tl1599-btn-accept {
    background-color: #81B6E3;
}

.uvr-authCK-tl1599-btn-decline {
    background-color: #EBEBEB;
    color: #000000;
}

.uvr-authCK-tl1599-btn-manage {
    background-color: #17a2b8;
}

.uvr-authCK-tl1599-btn-save {
    background-color: #28a745;
}

.uvr-authCK-tl1599-btn-cancel {
    background-color: #6c757d;
}

.uvr-authCK-tl1599-cookie-modal-content form label {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
    width: 100%;
    padding: 10px;
}

.uvr-authCK-tl1599-cookie-modal-content form label:hover {
    background-color: #EBEBEB!important;
}

.uvr-authCK-tl1599-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
  float: right;
}

.uvr-authCK-tl1599-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.uvr-authCK-tl1599-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 25px;
}

.uvr-authCK-tl1599-slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.uvr-authCK-tl1599-switch input:checked + .uvr-authCK-tl1599-slider {
  background-color: #2196F3;
}

.uvr-authCK-tl1599-switch input:checked + .uvr-authCK-tl1599-slider:before {
  transform: translateX(25px);
}

@media only screen and (max-width: 768px) {
  .navbar {
    border: transparent;
    background-color: transparent;
    padding: 0px 15px;
    width: 100%;
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    text-align: center;
  } 
     
 .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 80%;
    max-width: 400px;
    background: linear-gradient(to right, #f8cdda, #1c92d2);
    z-index: 2;
    transition: right 0.3s ease;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    padding-top: 70px;
    border-top: 5px solid #81B6E3;
    margin-top: 0;
  }

  .navbar-collapse.show {
    right: 0;
  }

  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;  
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  
  .nav-overlay.show {
    opacity: 1;
    visibility: visible;
  }
  
  .header-search {
   display: inline-block;
   width: 200px !important;
   margin-top: 10px !important;
   font-family: 'Raleway', sans-serif !important;
   font-size: 13px !important;
   margin-left: 3px !important;
  }
  
  .search-fld {
    width: 100% !important;
    padding: 20px !important;
  }
    
  .navbar-brand {
    margin-right: 25px !important;
    margin-top: 1px;
  }
    
  .navbar-toggler {
    margin-left: -25px !important;
    margin-top: -5px !important;
  }
    
  .navbar-toggler-icon {
    width: 2.4em !important;
    height: 2.4em !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }
  
   .close-menu {
    display: flex!important; 
    justify-content: center!important; 
    align-items: center!important; 
    position: absolute!important;
    top: 26px!important;
    right: 14px!important;
    background: #000000 !important;
    border: none!important;
    font-size: 1.8em !important;
    width: 38px !important;
    height: 38px !important;
    color: #ffffff!important;
    z-index: 1001!important;
    cursor: pointer!important;
    padding: 0 !important;
    text-align: center !important;
    border: 1px solid #01305e !important;
    border-radius: 50% !important; 
}

  .close-menu:focus {
    outline: none!important;
  }
  
  .nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
  }
  
 .nav-logo {
    width: 175px !important;
    margin-left: 12px;
    display: block;
    margin-top: -60px;
  }
    
  .nav-link {
    display: inline-block;
    padding: 15px 15px !important;
    border-radius: 0 !important;
    float: left !important;
    text-align: left !important;
    border-bottom: 1px solid #ffffff;
    width: 100% !important;
    margin:0 auto !important;
    background-color: #000000;
  }
  .nav-link:hover {
  	text-decoration: none !important;
  	color: #81B6E3 !important;
  	background-color: #000000 !important;
  }
    
  .dropdown-menu {
    justify-content: left important;
    text-align: left !important;
    border: 1px solid #ffffff !important;
    background-color: #81B6E3  !important;
    border-radius: 1px !important;
  }
      
  .navButtons-ct {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    width: 100%;
    background-color: #C93B3A;
    border-top: 1px solid #161616;
    height: 50px;
    text-align: center;
  }

  .navButton-icon {
    width: 22px;
    height: 22px;
    margin-top: 20px;
  }
    
  .navButton-title {
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #ffffff;
  }
    
  .footer-column {
    margin-bottom: 15px !important;
  }
  
  .footer-column:last-child {
    margin-bottom: 0 !important;
  }
  
  .footer h3 {
    margin-bottom: 15px !important;
  }
  #scrollToTopBtn {
    font-size: 18px;
  }
  .hero-careers p {
    max-width: 80%!important;
    font-size: 15px!important;
  }
  .werken-bij-uvr p {
    max-width: 90%!important;
    font-size: 15px!important;
  }
  .uvr-authCK-tl1599-cookie-modal-content {
        width: 100vw;
        height: 100vh;
        max-width: none;
        max-height: none;
        margin: 0;
        padding: 0;
        border-radius: 0;
        display: flex;
        flex-direction: column;
    }
    
    .uvr-authCK-cmc-yj72837 {
        flex: 1;
        overflow-y: auto;
        padding: 15px;
    }
    
    .uvr-authCK-tl1599-cookie-buttons {
        display: flex;
        flex-direction: column;
        gap: 5px; 
        padding: 15px;
        background: #fff;
        position: sticky;
        bottom: 0;
        z-index: 10;
    }
    
    .uvr-authCK-tl1599-btn {
        width: 100%;
        padding: 10px;
    }

 }
