body {
  font-family: "Poppins";
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.bg-hover-dark:hover{
  background: #000000!important;
  border-color:#000000!important;
}
.bg-hover-dark:hover a, a.bg-hover-dark:hover{
  color: #FFFFFF!important;
}
.text-dark-hover-white {
  color: #343a40!important;
}
.text-dark-hover-white:hover {
  color: #FFF!important;
}
/* HAMBURGER ICON ANIMATION */
.icon-bar {
  width: 22px; 
  height: 2px;
  background-color: #B6B6B6;
  display: block;
  transition: all 0.2s;
  margin-top: 4px
}
 
.navbar-toggler {
  border: none;
  background: transparent !important;
}

.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);
}
/* HAMBURGER ICON ANIMATION */

.ml-min-15 { margin-left:-15px!important; }
.mr-min-15 { margin-right:-15px!important; }

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

.border-1 { border-width:1px !important; }
.border-2 { border-width:2px !important; }
.border-3 { border-width:3px !important; }
.border-4 { border-width:4px !important; }
.border-5 { border-width:5px !important; }
.border-10 { border-width:10px !important; }

.border-hover-1:hover { border-width:1px !important; }
.border-hover-2:hover { border-width:2px !important; }
.border-hover-3:hover { border-width:3px !important; }
.border-hover-4:hover { border-width:4px !important; }
.border-hover-5:hover { border-width:5px !important; }
.border-hover-10:hover { border-width:10px !important; }

.border-radius-top-left-05 { border-top-left-radius: 0.5rem!important; }
.border-radius-top-right-05 { border-top-right-radius: 0.5rem!important; }
.border-radius-bottom-left-05 { border-bottom-left-radius: 0.5rem!important; }
.border-radius-bottom-right-05 { border-bottom-right-radius: 0.5rem!important; }

.fs-3 { font-size: 3rem!important; }
.fs-4 { font-size: 4rem!important; }

.rotate {
  transform: rotate(90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.bg-instagram {
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}


/*.bg-shop-online {
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5));
  transition: background 1s ease-in-out;
}
.bg-shop-online:hover {
  background: linear-gradient(rgba(25, 25, 5, 0.6), rgba(255, 255, 255, 0.9));
}*/

.zoom-container { overflow: hidden;
    position: relative;
    cursor: pointer; }

.bg-zoom-hover {
  transition: transform 0.5s;
}

.bg-zoom-hover:hover {
  transform: scale(1.03);
}

.bg-shop-online {
  position: relative;
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
  z-index: 1;
}

.bg-shop-online::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(25, 25, 5, 0.2), rgba(23, 25, 5, 0.1));
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}

.bg-shop-online:hover::before {
  opacity: 1;
}

/* 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;
}
/* END OF SUBMENU*/

/* PROJECTS BRANDS*/

.brands-box {
  position: relative;
  height: auto;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.brands-box:hover .image {
  opacity: 0.3;
}

.brands-box:hover .middle {
  opacity: 1;
}

.text {
  color: black;
  font-family: "Poppins";
}

.text:hover {
  color: black;
  text-decoration: none;
}

/* PROJECTS MODELS s*/

.models-box {
  position: relative;
  height: 220px;
}

.models-box:hover .image {
  opacity: 0.3;
}

.models-box:hover .middle {
  opacity: 1;
}

/* CONTACTFORM */

#ccms_form_contact label {
  display: none;
}

#ccms_form_contact textarea {
  height: 8em;
}

/* END OF CONTACTFORM*/


@media (min-width: 768px) { 

}
@media (min-width: 992px) { 

}
@media (min-width: 1200px) { 

}

/* website css */
body{
    font-family: 'Lato', sans-serif;
}
.fw-900 {
  font-weight: 900;
}
.fs-36 {
  font-size: 34px;
}
.fs-20{
  font-size: 20px;
}
.bg-blue-gradient{
    /* background: linear-gradient(145deg, rgba(255,255,255,1) 0%, rgba(24,212,247,1) 100%); */
    background: #D1F6FD;
}
@-webkit-keyframes rotate-90-cw {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes rotate-90-cw {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes rotate-neg-90-cw {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes rotate-neg-90-cw {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/* .samenveilig:hover svg */
.heart-svg[data-spin-me=true] {
  -webkit-animation: spinMe 1s forwards;
  animation: spinMe 1s forwards
}

@-webkit-keyframes spinMe {
  to {
      transform: rotate(2turn)
  }
}

@keyframes spinMe {
  to {
      transform: rotate(2turn)
  }
}

.headerlogo{
  margin-top: -50px;
}

.bg-blue {
    background: #00BCFD;
}
.bg-green {
    background: #23D2B5;
}
.text-blue {
    color: #00AAFF;
}
.events-heading-container{
  position: absolute;
  top: 180px;
}

.personeelsfeest:hover svg,
.sinterklaasfeest:hover svg{
  -webkit-animation: rotate-neg-90-cw 0.5s cubic-bezier(0.5, 0.08, 0.38, 0.75) 4 alternate-reverse both;
  animation: rotate-neg-90-cw 0.5s cubic-bezier(0.5, 0.08, 0.38, 0.75) 4 alternate-reverse both;
}

.fietsopleiding:hover svg,
.communicatiedagen:hover svg{
  -webkit-animation: rotate-90-cw 0.5s cubic-bezier(0.5, 0.08, 0.38, 0.75) 4 alternate-reverse both;
  animation: rotate-90-cw 0.5s cubic-bezier(0.5, 0.08, 0.38, 0.75) 4 alternate-reverse both;
}
.top-heading, .footer-heading, .events-heading {
    font-weight: 800;
    font-size: 4.4rem;
    line-height: 0.69;
}
.overflow-hidden {
  overflow: hidden;
}
.fietsopleiding, .personeelsfeest, .sinterklaasfeest, .communicatiedagen {
    cursor: pointer;
}
.fietsopleiding, .personeelsfeest, .sinterklaasfeest, .samenveilig, .communicatiedagen{
  max-width: 305px;
  z-index: 1;
}

.comminicatie-svg, .heart-svg, .bike-svg {
  max-width: 200px; 
  top: -110px; 
  right: -250px;
}
.music-svg,  .gift-svg {
  max-width: 200px; 
  top: -110px; 
  left: -250px;
}
.bike-svg .cls-1 {
    fill: none;
}
.bike-svg .cls-2 {
    clip-path: url('.bike-svg  #clip-path');
}
.bike-svg .cls-3 {
    fill: #fbdb3c;
}
.bike-svg .cls-4 {
    clip-path: url('.bike-svg  #clip-path-2');
}
.bike-svg  .cls-5 {
    fill: #fff;
}
.bike-svg  .cls-6 {
    clip-path: url('.bike-svg  #clip-path-3');
}
.bike-svg  .cls-7 {
    fill: #0af;
}
.music-svg .cls-1 {
    fill: none;
}
.music-svg .cls-2 {
    clip-path: url('.music-svg #clip-path');
}
.music-svg .cls-3 {
    fill: #1f106d;
}

.music-svg .cls-4 {
    clip-path: url('.music-svg #clip-path-2');
}
.music-svg .cls-5 {
    fill: #fff;
}

.music-svg .cls-6 {
    clip-path: url('.music-svg #clip-path-3');
}
.music-svg .cls-7 {
    fill: #0af;
}

.comminicatie-svg .cls-1 {
    fill: none;
}

.comminicatie-svg .cls-2 {
    clip-path: url('.comminicatie-svg #clip-path');
}

.comminicatie-svg .cls-3 {
    fill: #f78a31;
}

.comminicatie-svg .cls-4 {
    clip-path: url('.comminicatie-svg #clip-path-2');
}

.comminicatie-svg .cls-5 {
    fill: #fff;
}

.comminicatie-svg .cls-6 {
    clip-path: url('.comminicatie-svg #clip-path-3');
}
.comminicatie-svg .cls-7 {
    fill: #0af;
}

.gift-svg .cls-1 {
    fill: none;
}

.gift-svg .cls-2 {
    clip-path: url('.gift-svg #clip-path');
}
.gift-svg .cls-3 {
    fill: #e74a50;
}

.gift-svg .cls-4 {
    clip-path: url('.gift-svg #clip-path-2');
}
.gift-svg .cls-5 {
    fill: #fff;
}

.gift-svg .cls-6 {
    clip-path: url('.gift-svg #clip-path-3');
}

.gift-svg .cls-7 {
    fill: #0af;
}
.heart-svg .cls-1 {
    fill: none;
}
.heart-svg .cls-2 {
    clip-path: url('.heart-svg #clip-path');
}

.heart-svg .cls-3 {
    fill: #23d2b5;
}

.heart-svg .cls-4 {
    clip-path: url('.heart-svg #clip-path-2');
}

.heart-svg .cls-5 {
    fill: #fff;
}

.heart-svg .cls-6 {
    clip-path: url('.heart-svg #clip-path-3');
}
.engielogo{
    max-width: 250px;
}
.engielogo .cls-1 {
    fill: none;
}
.engielogo .cls-2 {
    clip-path: url('.engielogo #clip-path');
}

.engielogo .cls-3 {
    clip-path: url('.engielogo #clip-path-2');
}

.subscriptionform .modal-header{
  border-bottom: none;
}
.subscriptionform .modal-footer{
  border-top: none;
}
.subscriptionform .modal-body {
  padding: 1rem 1rem 0rem 1rem;
}

.subscriptionform .modal-body .alert.alert-danger{
  flex: 1; 
  padding: .375rem .75rem;
  background: white;
  border-radius: 0;
}
.subscriptionform .modal-body .form-control{
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
}
.subscriptionform .modal-body .form-control:hover,
.subscriptionform .modal-body .form-control:focus,
.subscriptionform .modal-footer .btn:hover,
.subscriptionform .modal-footer .btn:focus{
  box-shadow: none;
  outline: none;
}
.subscriptionform .modal-footer .btn {
  background-color: #00AAFF;
  color: #fff;
}
.subscriptionform .btn-close:hover,
.subscriptionform .btn-close:focus{
  outline: none;
  box-shadow: none;
}
.subscriptionform .select2-container--default .select2-selection--single {
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
}
.footer-bike .bike-svg {
  left: -50px;
  max-width: 130px;
  top: 5px;
}
.footer-music .music-svg {
  left: auto;
  right: -65px;
  max-width: 130px;
  top: 5px;
}
.footer-comminicatie .comminicatie-svg {
  left: -60px;
  max-width: 130px;
  top: 10px;
}
.footer-sinterklaas .gift-svg {
  left: auto;
  right: -65px;
  max-width: 130px;
  top: 5px;
}
#fietsopleidingform form select#location,
#fietsopleidingform form  select#time-slot{
  display: inline-block;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
#fietsopleidingform form  select#location:focus ,
#fietsopleidingform form  select#time-slot:focus{
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

#location:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.backgroundbolttop {
    right: 630px;
    top: 450px;
    z-index: 0;
    display: flex;
    justify-content: center;
}

.backgroundbolt svg{
    width: 137px;
    height: auto;
    position: relative;
}
.backgroundbolttop svg{
    width: 225px;
    height: auto;
    position: absolute;
}

.backgroundbolttop svg.bolt1 {
  top: 30%;
  right: calc(50% - 112px);
}
.backgroundbolttop svg.bolt2 {
  top: 60%;
  right: calc(50% - 48px);
}

.backgroundbolt svg.bolt2 {
  top: 105px
}
.backgroundbolt svg .cls-1,
.backgroundbolttop svg .cls-1{
  fill: none;
}

.backgroundbolt svg .cls-2,
.backgroundbolttop svg .cls-2{
  clip-path: url('.backgroundbolt svg #clip-path');
}

.backgroundbolt svg .cls-3{
  fill: #0af;
}
.backgroundbolttop svg .cls-3 {
  fill: #00BCFD;
}

@media only screen and (max-width: 1200px) {
  .events-heading, .footer-heading{
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .top-heading {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 992px) {
  .events-heading-container{
    position: static;
  }
  .backgroundbolttop svg.bolt2 {
    top: 55%;
  }
}
@media only screen and (max-width: 600px) {
    .headerlogo{
      margin-top: -25px;
    }
    .top-heading{
        font-weight: 700;
        font-size: 25px;
    }
    .footer-heading {
        font-weight: 700;
        font-size: 25px;
    }
    .events-heading {
      font-weight: 700;
      font-size: 25px;
    }
    .events-heading-container{
      position: relative;
      top: 0;
    }
    .fs-36 {
      font-size: 24px;
    }
    .fietsopleiding, .personeelsfeest, .communicatiedagen, .sinterklaasfeest, .samenveilig{
        max-width: 100%;
        width: 100%;
    }
    .fietsopleiding p, .personeelsfeest p, .communicatiedagen p, .sinterklaasfeest p, .samenveilig p{
        width: 50%
    }
    .personeelsfeest p, .sinterklaasfeest p{
        margin-left: auto;
    }
    .bike-svg {
      max-width: 165px;
      top: -70px;
      right: 0px;
    }
    .music-svg {
      max-width: 150px;
      top: 0px;
      left: 0px;
    }
    .comminicatie-svg {
      max-width: 165px;
      top: -13px;
      right: 0px;
    }
    .gift-svg {
      width: 150px;
      top: 0px;
      left: 0px;
    }
    .heart-svg { 
      max-width: 150px;
      top: -13px;
      right: 0px;
    }
    .engielogo{
        max-width: 200px;
        
    }
    .footerenfielogo{
      width: 200px;
    }
    .subscriptionform.show {
      display: flex !important;
    }
    .subscriptionform .modal-dialog {
      margin-top: auto;
      margin-bottom: auto;
    }
    .backgroundbolttop svg.bolt2 {
      right: calc(50% - 59px);
    }
}
@media only screen and (max-width: 350px){
  .fs-20{
    font-size: 18px;
  }
  .top-heading, .footer-heading, .fs-36, .events-heading{
    font-size: 22px;
  }
  
  .bike-svg {
    max-width: 135px;
    top: -70px;
    right: 0px;
  }
  .music-svg {
    max-width: 135px;
    top: 0px;
    left: 0px;
  }
  .comminicatie-svg {
    max-width: 135px;
    top: -13px;
    right: 0px;
  }
  .gift-svg {
    width: 135px;
    top: 0px;
    left: 0px;
  }
  .heart-svg { 
    max-width: 135px;
    top: -13px;
    right: 0px;
  }
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .samenveilig{
      margin-top: 3rem;
    }
    .heart-svg {
      top: -50px;
    }
}