/*D86827*/
/*438d91 -35818b- */
.header {
  min-height: 130px;
  position: relative;
}
.header .visible-xs {
  position: fixed;
  z-index: 400;
  cursor: pointer;
}
.header .search form {
  position: relative;
}
.header .search button {
  background: transparent;
  border: 0px;
  box-shadow: none;
  position: absolute;
  right: 7px;
  top: -1px;
}
.header .search input {
  margin-top: 2px;
  width: 100%;
  padding: 2px 6px;
  height: auto;
  border: 0px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.top-menu {
  height: 40px;
  background-color: #007dc6;
}
.top-menu > div {
  padding-top: 5px;
}
.top-menu .facebook {
  height: 30px;
  overflow: hidden;
  padding-top: 3px;
  vertical-align: middle;
  display: inline-block !important;
  width: auto;
}
.top-menu a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  margin-right: 20px;
  display: inline-block;
}
.top-menu a:hover {
  color: #93d7ff;
}
.top-menu a.border-style {
  border: 2px solid white;
  padding: 0px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.top-menu a.border-style:hover {
  border-color: #93d7ff;
}
.menu {
  background-color: white;
  position: relative;
  z-index: 90;
  width: 100%;
  min-height: 90px;
  transition: all 200ms ease-in-out;
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
  font-decoration: none;
  font-family: 'Montserrat';
  border-bottom: 0px solid #e4e4e4;
}
.menu .logo {
  width: 100px;
  height: 100px;
  padding-top: 5px;
  display: block;
  background-color: #62b22f;
}
.menu .container #menu {
  margin-top: 30px;
}
.menu .container #menu a {
  margin-right: 25px;
  -webkit-transition: 200ms 0.3s ease-in-out, ease-in-out 0.3s ease-in-out;
  -moz-transition: 200ms 0.3s ease-in-out, ease-in-out 0.3s ease-in-out;
  -o-transition: 200ms 0.3s ease-in-out, ease-in-out 0.3s ease-in-out;
  transition: 200ms 0.3s ease-in-out, ease-in-out 0.3s ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #e5007d;
  /* Mijn Fitkids verplaatst naar bovenbalk*/
}
.menu .container #menu a:hover {
  text-decoration: none;
  color: #005d93;
}
.menu .container #menu a:last-child {
  margin: 0px;
}
.menu .container #menu .active {
  color: #005d93;
  border-bottom: 2px solid #005d93;
}
.menu .container #menu .donate-button {
  background: #007dc6;
  color: white;
  padding: 6px 9px;
  border-radius: 10px;
}
.menu .container #menu .donate-button:hover {
  background: #008de0;
  color: white;
}
.menu.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 90;
}
.header-intranet {
  margin-bottom: 80px;
}
.header-intranet .menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 90;
}
.header-intranet .container h1 {
  margin-top: 10px;
  margin-bottom: 4px;
}
.header-intranet .container #menu {
  margin-top: 5px;
  margin-bottom: 15px;
}
.submenu-container {
  min-height: 36px;
}
.submenu.fixed {
  position: fixed;
  top: 90px;
  left: 0px;
  width: 100%;
  z-index: 90;
}
.burger {
  width: 30px;
  height: 30px;
  top: 20px;
  right: 30px;
  position: fixed;
  z-index: 99999;
}
.burger::before {
  content: "Sluiten";
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-shadow: none;
  line-height: 24px;
  font-decoration: none;
  color: #707070;
  font-family: 'Varela Round';
  font-size: 10px;
  color: #e5007d;
  position: absolute;
  top: -20px;
  left: -2px;
}
.burger .icon-bar {
  background-color: #007dc6;
  width: 30px;
  height: 3px;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 5px;
  transition: all 250ms cubic-bezier(0.88, 0.42, 0.42, 0.61);
  opacity: 1;
}
.burger .icon-bar:nth-child(2) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -moz-transform: translateY(8px) rotate(-45deg);
  -o-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
  transform-origin: center;
}
.burger .icon-bar:nth-child(3) {
  opacity: 0;
}
.burger .icon-bar:nth-child(4) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -moz-transform: translateY(-8px) rotate(45deg);
  -o-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
  transform-origin: center;
}
.collapsed.burger::before {
  content: "Menu";
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-shadow: none;
  line-height: 24px;
  font-decoration: none;
  color: #707070;
  font-family: 'Varela Round';
  font-size: 10px;
  color: #e5007d;
  position: absolute;
  top: -20px;
  left: 1px;
}
.collapsed.burger .icon-bar {
  -webkit-transform: translateY(0) rotate(0deg);
  -moz-transform: translateY(0) rotate(0deg);
  -o-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
  opacity: 1;
}
.submenu {
  background: #007dc6;
  padding: 5px 0px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 0px solid #00639d;
  border-top: 0px solid #00639d;
}
.submenu a {
  text-decoration: none;
  color: #93d7ff;
  margin-right: 15px;
  -webkit-transition: 200ms 0.3s ease-in-out, ease-in-out 0.3s ease-in-out;
  -moz-transition: 200ms 0.3s ease-in-out, ease-in-out 0.3s ease-in-out;
  -o-transition: 200ms 0.3s ease-in-out, ease-in-out 0.3s ease-in-out;
  transition: 200ms 0.3s ease-in-out, ease-in-out 0.3s ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.submenu a.active {
  color: white;
  border-bottom: 1px solid white;
}
/*
.header-image{
    background:lighten(@soft-grey,5%);


    .img-responsive {

    margin:auto;
    max-width: 1110px;

    }
}
*/
@media (max-width: 767px) {
  .col-sm-12.header-image {
    padding: 0px;
    margin: 0px;
  }
  .header {
    min-height: 71px;
  }
  .menu {
    margin: 0px;
    padding: 0px;
    min-height: 71px;
    position: fixed;
  }
  .menu .container {
    height: auto;
  }
  .menu .container .col-sm-2 {
    height: 70px;
  }
  .menu .container .col-sm-2 .logo {
    width: 53px;
    padding-top: 10px;
  }
  /*Menu mobiel, animatie beter zonder margin*/
  .container #menu.navbar-collapse {
    margin-top: 0;
  }
  .container #menu.navbar-collapse a {
    display: block;
    width: 100%;
    margin: 0px;
    text-align: center;
    padding: 10px 0px;
  }
  .container #menu.navbar-collapse a.active {
    border-bottom: none;
  }
  .container #menu.navbar-collapse a:last-child {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .menu .container #menu a,
  .menu .submenu a {
    font-size: 13px;
    margin-right: 20px;
  }
  .menu .submenu {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
