body {
    font-family: 'Work Sans', sans-serif;
}

@media (max-width: 992px){
  #nav-item-link{
    margin-right: 0;
  }
  a.nav-link::before{
    display: none;
  }
  .nav-link.dropdown-toggle{
    padding-bottom: 0px;
  }
}

.tile-light ul li a:hover{
  color: #213363;
}

#cookie-message {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(255,255,255,1.0);
    width: 420px;
    max-width: calc( 100% - 70px );
    padding: 15px;
    z-index: 999;
    /*border-radius: 6px;*/
    box-shadow: -2px -2px 10px #eee;
    border: 2px solid #e3e3e3;
    display:none;
}
#cookie-message p {
    margin: 0;
    padding: 10px 0 5px 0;
}
#cookie-message h4 {
    margin: 0;
    padding: 0;
}
#cookie-message a {
    display: block;
}
#cookie-message span {
    position: absolute;
    top: 0px;
    right: 20px;
    cursor: pointer;
    font-size: 33px;
}
#cookie-message span:hover {
    color: #ccc;
}

/* Navigation */
.navbar-brand {
    padding: 10px 0;
}
.navbar-brand h1 {
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 900;
    color: #354169;
    letter-spacing: -1.84px;
    line-height: 25px;
    padding: 0;
    margin: 0;
}
.navbar-brand h1 span {
    color: #2582BC;
}
.navbar-brand p {
    font-size: 19px;
    color: #354169;
    line-height: 37px;
    letter-spacing: -0.27px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

a.nav-link {
    color: #2582BC!important;
    font-size: 18px;
    letter-spacing: -0.23px;
    line-height: 21px;
    font-weight: 900;
    text-transform: uppercase;
    margin-right: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 20px;
    padding-right: 12px!important;
    padding-left: 4px !important;
}
a.nav-link::before {
    content: '/';
    color: #354169;
    position: relative;
    left: -12px;
}
.nav-item:first-of-type .nav-link::before {
    content: unset;
    color: transparent;
    position: relative;
    left: -8px;
}
a.nav-link:hover {
    background: #2582BC;
    color: #fff!important;
}
a.nav-link:hover::before {
    color: transparent;
}
.dropdown:hover .dropdown-toggle {
    background-color: #2582BC;
    color: #fff!important;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: inherit;
    vertical-align: unset;
    content: "";
    border: unset;
}
.navbar-nav .dropdown-item {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
}
.navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:hover {
    color: #adf;
    text-decoration: none;
    background-color: #2582BC;
}
.nav-link.dropdown-toggle:hover {
    background: unset;
    color: #2582BC!important;
}
.nav-link.dropdown-toggle:hover {
    background: #2582BC;
    color: #fff!important;
}
.navbar-nav li:hover > a.nav-link::before {
    color: transparent;
}
.navbar-nav li:hover > .dropdown-menu {
    display: block;
}
.nav-link.dropdown-toggle {
    padding-bottom: 20px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.dropdown-menu {
    margin-top: 0;
    border: unset;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0;
    border-radius: 0px 0px 4px 4px;
    border-top-left-radius: 0;
    background: #2582BC;
}
.dropdown-item.active {
    background-color: unset;
    font-weight: 500;
}
.nav-item .btn {
    margin-top: 20px;
    line-height: 21px;
}
/* Helpers */
.btn {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn-dark {
    background-color: #354169;
    color: #fff;
}
.btn-primary {
    background-color: #2582BC;
    color: #fff;
}
.btn-primary:hover {
    background-color: #374266;
    border-color: #2c3657;
}
.btn-link:hover b {
    color: #ffffff;
    text-decoration: underline;
}
/* Homepage */
.tvg-hero {
    background-repeat: no-repeat;
    background-position: center left;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 610px;
    position: relative;
}
#homepageCarousel .tvg-hero-inner {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    padding: 20px 120px 20px 145px;
    color: #fff;
    -webkit-clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0 100%);
}
#homepageCarousel .tvg-hero-inner span {
    font-weight: 600;
    line-height: 25px;
    font-size: 22px;
    padding: 0;
    letter-spacing: -0.28px;
    margin-top: 164px;
    display: block;
    margin-bottom: 10px;
}
#homepageCarousel .tvg-hero-inner h1 {
    max-width: 420px;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: -0.77px;
    line-height: 52px;
    display: block;
    margin-bottom: 25px;
}
.tile-light ul{
  margin: 0;
  padding: 0;
}

.list-item-bullet{
  font-weight: bold;
  font-size: 20px;
  color: #2582BC;
}
#homepageCarousel .tvg-hero-inner .btn-primary {
    font-size: 16px;
    padding: 13px 32px;
}
#homepageCarousel .tvg-hero-inner .btn-link {
    color: #fff;
    font-size: 22px;
}
#homepageCarousel .tvg-hero-inner .btn-link:hover {
    text-decoration: none;
    /*color: #ddd;*/
}
#homepageCarousel .tvg-hero-inner .btn-link i {
    font-size: 33px;
    display: inline;
    vertical-align: middle;
}
#pageCarousel .tvg-hero-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(10,10,10,.3);
}
#pageCarousel .tvg-hero-inner h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 54px;
    padding: 32px 0;
  }

.tvg-tile {
    padding: 50px 20px;
    color: #fff;
}

.homepage-tile{
  padding-left: 100px;
}
.tvg-tile p {
    font-size: 18px;
    line-height: 26px;
}
.tvg-tile h3 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 800;
    line-height: 42px;
}
.tvg-tile h3 span {
    display: block;
}
.tile-dark {
    background-color: #000;
    background-image: url(https://www.taksvangils.nl/images/europa.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.tile-dark h3 span {
    color: #2582BC;
}
.tile-blue {
    background-color: #2582BC;
    background-image: url(https://www.taksvangils.nl/images/blokjes.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.tile-light {
    background-color: #ffffff;
    color: #213363;
}
.tile-light h3, .tile-light p {
    color: #213363;
}
.tile-light h3 span {
    color: #2582BC;
}
.tile-light ul {
      margin: 20px 0px 30px 20px;
}

.tile-light li{
  font-size: 27px;
  list-style-type: disc;
  color: #213363
}

.tile-light ul li a {
    vertical-align: text-bottom;
    font-size: 20px;
    font-weight: 800;
    color: #2582BC;
}
.tvg-tile .btn {
    font-weight: 700;
    font-size: 16px;
    padding: 10px 20px;
}
.tvg-tile .btn::after {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    float: right;
    margin-left: 20px;
}

.tvg-cta-1{
  padding-top: 100px;
}

#no-landing{
  display: none;
}

.tvg-cta-1 p {
    font-size: 22px;
    line-height: 25px;
    color: #213363;
}
.tvg-cta-1 h5 {
    font-size: 60px;
    font-weight: 800;
    letter-spacing: -0.77px;
    line-height: 52px;
    color: #213363;
}
.tvg-cta-1 h5 span {
    color: #2582BC;
}
.tvg-cta-1 h5 span.green {
    color: #498E58;
}
.tvg-cta-1 .btn::after {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    float: right;
    margin-left: 20px;
}
.tvg-cta-1 .btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    padding: 15px 20px 15px 20px;
}
/*.tvg-usps {*/
    /*background-color: #213363;*/
/*}*/
.tvg-usps img {
    vertical-align: top;
    margin-right: 20px;
}
.usp-details {
    max-width: 70%;
    /*color: #fff;*/
}
.tvg-usps img, .usp-details {
    display: inline-block;
}
.usp-details h3 {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
}
.usp-details p {
    font-size: 18px;
    line-height: 26px;
}
.tvg-cta-2 .container {
    padding: 100px 15px;
}
.tvg-cta-2 p {
    font-size: 36px;
    margin-bottom: 0;
    line-height: 48px;
    color: #213363;
}
.tvg-cta-2 a {
    color: #2582BC;
    font-weight: 800;
    text-decoration: underline;
    display: inline-block;
}
.tvg-cta-2 a:hover {
    /*text-decoration: none;*/
    color: #374266;
}
.tvg-articles {
    background-color: #ffffff;
    color: #213363;
}
.tvg-articles h6 {
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 42px;
}
.tvg-articles span.date {
}

#trucker-img{
  background-image: url(https://www.taksvangils.nl/images/uploads/eyecatchers/lean_and_green_1.png);
  background-repeat: no-repeat;
  height: 396px;
  background-position: center top;
}

.text-sm-right {
    text-align: right!important;
    max-width: 40%;
}

.tvg-articles p {
    font-size: 18px;
    line-height: 26px;
    margin: 30px 0;
    max-width: 80%;
}
.tvg-articles .btn {
    font-size: 16px;
    font-weight: 700;
}
.tvg-articles .btn::after {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    float: right;
    margin-left: 25px;
}
.tvg-body p, .tvg-body ul{
    font-size: 18px;
    line-height: 32px;
}
.tvg-body h1, .tvg-body h2, .tvg-body h3, .tvg-body h4, .tvg-body h5, .tvg-body h6 {
    text-transform: uppercase;
    font-weight: 600;
}
.text-center{
  text-align: center!important;
}

#map {
    min-height: 300px;
}
.tvg-footer {
    background-color: #213363;
    padding: 80px 0;
    overflow: hidden;
}
.tvg-footer h5 {
    color: #2582BC;
    font-size: 32px;
    font-weight: 800;
    line-height: 38px;
    text-transform: uppercase;
    padding: 10px 0px 30px 0px;
}
.footer-left p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 13px;
}
.footer-left a {
    display: block;
    color: #fff!important;
    font-size: 22px;
    margin: 5px 0px;
}
.footer-left a span {
    display: inline-block;
    width: 100px;
    vertical-align: -webkit-baseline-middle;
    color: #2582BC;
    margin-top: -5px;
}
.footer-left span i {
    font-size: 32px;
}
span.kvk {
    font-size: 23px;
    font-weight: 800;
    font-family: 'Exo', sans-serif;
}
.footer-right {
    color: #fff;
    font-size: 22px;
    position: relative;
    z-index: 2;
}
.footer-right strong, .footer-right span {
    display: block;
}
.footer-right strong {
    text-transform: uppercase;
}

.footer-right::before{
  display: block;
  content: '';
  width: 1000px;
  height: 600px;
  background-color: rgba(0,0,0,.3);
  position: absolute;
  z-index: -1;
  top: -80px;
  left: -180px;
  clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0 100%);
}

@media(max-width: 992px){
  .footer-right::before{
    display: none;
  }
}

.bg-blue {
    background-color: #213363;
    color: #fff;
}
.bg-gray {
    background-color: #F1F1F1;
    color: #213363;
}

/* socialmediafooter */

.tvg-social-link{
  font-size: 24px;
  background-color: #213363;
  color: white;
  padding: 5px 7px;
  border-radius: 50%;
}

.tvg-social-link:hover{
  color:#2582BC;
}

.tvg-socials{
  margin: 20px 0px 40px 0px
}

#small-icon{
  padding: 5px 11px;
}

.tvg-footer-link{
  color: #213363;
  font-size: 18px;
}

#disclaimer-bar{
  margin: 0px 10px;
}

/*inputs*/
/*.form-style-6{*/
    /*font: 95% Arial, Helvetica, sans-serif;*/
    /*max-width: 400px;*/
    /*margin: 10px auto;*/
    /*padding: 16px;*/
    /*background: #F7F7F7;*/
/*}*/
/*.form-style-6 h1{*/
    /*background: #43D1AF;*/
    /*padding: 20px 0;*/
    /*font-size: 140%;*/
    /*font-weight: 300;*/
    /*text-align: center;*/
    /*color: #fff;*/
    /*margin: -16px -16px 16px -16px;*/
/*}*/
.contact h1 {
    padding: 20px 0;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
}
.contact h4 {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
}
.contact table a {
    font-weight: 600;
    color: #2582BC;
}
.contact table a:hover {
    color: #374266;
}
label {
    text-transform: uppercase;
}
input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="tel"],
textarea,
select
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="time"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
select:focus
{
    box-shadow: 0 0 5px #2582BC;
    padding: 3%;
    border: 1px solid #2582BC;
}

/* submenu */

.sub-menu h3{
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 800;
  line-height: 42px;
  color: #213363;
  margin-bottom: 10px;
}

.sub-menu ul{
  list-style-type: none;
  padding: 0;
}

.sub-menu a{
  vertical-align: text-bottom;
  font-size: 20px;
  font-weight: 800;
  line-height: 42px;
  text-transform: uppercase;
  color: #2582BC;
}


@media (max-width: 1034px) {

}
@media (max-width: 989.98px) {
  .footer-right{
    margin-top: 55px;
  }
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

}

@media (max-width: 767.98px) {
    #pageCarousel .tvg-hero-inner h1 {
        padding-left: 0;
        font-size: 38px;
    }
    #homepageCarousel .tvg-hero-inner {
        left: 0;
        padding: 0;
        padding-left: 20px;
        clip-path: unset;
    }
}

/*Medium devices (tablets, 768px and up)*/


@media (max-width: 1210px){
  .col-md-6 {
      -ms-flex: none;
      flex: none;
      max-width: 100%;
}
@media (max-width: 992px){
  .col-md-6 {
      -ms-flex: none;
      flex: none;
      max-width: 100%;
}
@media (max-width: 768px){
  .col-md-6 {
      -ms-flex: none;
      flex: none;
      max-width: 100%;
}

@media (max-width: 1505px){
  .tvg-tile .btn::after{
    margin-left: 25px;
  }
}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .tvg-tile {
        padding: 30px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 770px) {
  #trucker-img{
    background-position: right top;
  }
}
