html {
/*  scroll-behavior: smooth;*/
  scroll-padding-top: 90px;

}

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

h1, h2 {
  font-family: 'Abril Fatface', sans-serif;
}

b {
  color: var(--accent_color);
}

:root {
  --accent_color: /*rgb(1,62,98)*/rgb(175 134 72);
}

.text-color {
  color: var(--accent_color);
}

.underline {
  position: relative;
}
.underline:hover::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  color: var(--accent_color);
  background-color: var(--accent_color);
  left: 0;
  top: 30px;
}


/* MENU */
.icon-bar {
  width: 22px; 
  height: 2px;
  background-color: #000;
  display: block;
  transition: all 0.2s;
  margin-top: 4px
}
 
.navbar-toggler {
  border: none;
  background: transparent !important;
}

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

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
.navbar-toggler .middle-bar {
  opacity: 0;
}
 
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
/* END OF MENU */

/* BUTTONS */
.btn-primary {
  border: 2px solid #000 !important;
}
.btn-primary:hover {
  background-color: transparent !important;
  color: #000 !important;
  border: 2px solid #000;
}

.btn-color {
  background-color: var(--accent_color);
  color: #fff !important;
}
.btn-color:hover {
  background-color: #c69851;
}

.btn-trans {
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
  font-weight: 500;
}
.btn-trans:hover {
  background-color: #000;
  color: #fff;
}

.btn-trans-c {
  background-color: transparent;
  color: var(--accent_color);
  border: 2px solid var(--accent_color);
  font-weight: 500;
}
.btn-trans-c:hover {
  background-color: var(--accent_color);
  color: #fff;
}
/* END OF BUTTONS */

.mb-none{margin-bottom:0px!important;}


.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  font-weight: 600;
  color: ;
  font-family: 'Raleway', sans-serif;
}

.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link.active {
  color: var(--accent_color) !important;
}

.navbar-expand-lg .navbar-nav .nav-link:focus {
 color: rgba(0,0,0,.55) !important;
}

.dropdown-menu {
  min-width: 12rem;
}

.dropdown-menu li a {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: var(--accent_dark);
  padding: 0 1rem;
}

.dropdown-menu li a:hover {
  color: var(--accent_light);
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: -0.1em;
    content: "\f107";
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 300;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
/* START OF SUBMENU */
.dropdown-submenu{ position: relative; }

.dropdown-submenu>.dropdown-menu{
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}

.dropdown-submenu>a:after{
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
  border-left-color:#555;
}
.dropdown-submenu.pull-left{ float: none; }
.dropdown-submenu.pull-left>.dropdown-menu{
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.navbar-brand {
/*  height: auto !important;*/
}

.header-title {
  font-size: 4rem;
  line-height: 1;
  color: var(--accent_color);
  z-index: 20;
  position: relative;
}



/* END OF SUBMENU*/

.shadow-liese {
  height: 440px;
  width: 500px;
  border-radius: 84% 16% 68% 32% / 69% 70% 30% 31%;
  z-index: -1;
  background-color: var(--accent_color);
  bottom: -24px;
  right:60px;
}

/* DIENSTEN */
.card .bg-icon {
  opacity: .3;
}
.card {
  box-shadow: 0px 0px 20px 0px #d8d8d8;
  border: none;
  border-radius: 20px !important;
}
.card ul li::marker {
  color: var(--accent_color);
}
/* END DIENSTEN */


/* CONTACTFORM */
.form-group {
  margin-bottom: 1rem;
}

.form-control {
  border: none;
  border-bottom: 2px solid #CCC;
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.form-control:focus {
  border-bottom: 2px solid var(--accent_color);
}

.form-group > label {
  display: none !important;
}

.form-check {
  margin-left: 2.5rem;
  margin-top: 1.5rem;
}

.form-check-input {
  margin-left: -3rem;
}

.form-group textarea {
  min-height: 80px;
}
/* END OF CONTACTFORM */


/* CAROUSEL */
  .carousel-img {
    position: relative;
  }
  .carousel-img::before {
    content: "\f067";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    margin-top: calc(50% - 10px);
    margin-left: calc(50% - 8px);
    font-size: 1.4rem;
    color: #fff;
    z-index: 99;
    opacity: 0;
    transition: opacity .3s ease;
  }
  .carousel-img:hover::before {
    opacity: 1;
  }
  .carousel-img:hover::after {
    background-color: #af864857;
  }
  .carousel-img::after {
    content: "";
    position: absolute;
    height: 250px;
    width: 100%;
    transition: background-color 0.3s ease;
  }
/* END OF CAROUSEL */

/* BLOG */
.tag {
  margin-bottom: .2rem;
}
/* END OF BLOG */

/* FOOTER */
footer li, footer li a {
  color: #fff !important;
  text-decoration: none;
  line-height: 2;
  font-weight: 400;
  position: relative;
}

footer li a:hover::after{
  content: "";
  position: absolute;
  height: 1px;
  color: #fff;
  background-color: #fff;
  width: 100%;
  bottom: 0;
  left: 0;
}

.f-legal > li + li::before  {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 12px;
    left: -13px;
    position: absolute;
    top: 46%;
    transform: translateY(-35%);
    width: 1px;
}

.f-legal > li + li {
    margin-left: 24px;
}

.social li a:hover::after{
  content: unset;
}

.social-footer {
  color: #fff !important;
  font-size: 1rem;

}

a:hover .social-footer {
  color: #000 !important;
  text-decoration: none !important;
}
/* END OF FOOTER */
@media (max-width: 1200px) { 

}
@media (max-width: 992px) { 
  html {
    scroll-padding-top: 260px;
  }
  .shadow-liese {
    right:80px;
  }
}
@media (max-width: 768px) { 
  .header-img, .header-shadow {
    height: 400px!important;
  }
  .header-title {
    font-size: 3.6rem;
  }
}
@media (max-width: 480px) { 
  .header-title {
    font-size: 2.8rem;
  }
  .shadow-liese {
    height: 340px;
    width: 370px;
    border-radius: 84% 16% 68% 32% / 69% 70% 30% 31%;
    z-index: -1;
    background-color: var(--accent_color);
    bottom: -24px;
    right:0;
  }
}
