.header {
  border-bottom: 3px solid #EE332C;
  margin-bottom: 15px;
}
.header.blue {
  border-color: #009ee3;
}
.header.orange {
  border-color: #f39100;
}
.header.green {
  border-color: #009d3a;
}
.header .search {
  margin-top: 3px;
}
.agemenu .dropdown-menu {
  right: 0px;
  left: auto;
}
@media (max-width: 480px) {
  body .righttopmenu .agemenu .dropdown-menu {
    left: 13px;
    right: 13px;
  }
  body .righttopmenu .agemenu .relative {
    position: unset;
  }
}
#snap {
  height: 41px;
}
/*fixed header */
.header {
  position: fixed;
  width: 100%;
  z-index: 999999;
  background: white;
}
.header h1.huge {
  font-weight: bold;
  font-size: 45px;
  margin-top: 41px;
}
.header .slogan {
  margin-top: -15px;
}
@media (max-width: 1199px) {
  .header h1.huge {
    font-size: 26px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .header h1.huge {
    font-size: 26px;
    padding-left: 20px;
  }
  .header .slogan {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .header .rotonde {
    max-width: 80px;
  }
  .header h1.huge {
    font-size: 26px;
    padding-left: 20px;
    margin-top: 0px;
  }
  .header .slogan {
    padding-left: 20px;
    margin-top: -10px;
  }
}
@media (max-width: 480px) {
  .header h1.huge {
    font-size: 22px;
    padding-left: 40px;
    margin-top: 0px;
  }
  .header .slogan {
    padding-left: 40px;
    margin-top: -10px;
    max-width: 170px;
  }
}
.container.relative,
.container.beheer {
  padding-top: 192px;
}
.righttopmenu {
  margin-top: 10px;
}
.menu {
  background-color: #EE332C;
  position: fixed;
  z-index: 2;
  top: 0px;
  left: 0px;
  right: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.menu .mainmenu {
  display: inline-block;
  position: relative;
}
.menu .mainmenu > a {
  padding: 10px;
  display: inline-block;
  color: white;
}
.menu .mainmenu > a.active {
  background-color: #d61811;
  color: white;
}
.menu .mainmenu > a:hover {
  background-color: #e91a13;
  color: white;
  text-decoration: none;
}
@media (max-width: 768px) {
  .burger {
    width: 40px;
    height: 35px;
    padding: 5px;
    top: 10px;
    left: 10px;
    cursor: pointer;
    position: fixed;
    z-index: 4000;
    border-radius: 5px;
    margin-right: 30px;
  }
  .burger .icon-bar {
    background-color: #EE332C;
    border-radius: 3px;
    height: 4px;
    border: 1px solid #ae2828;
    width: 100%;
    display: block;
    margin: 4px 0px;
  }
}
/*Agemenu */
.righttopmenu .agemenu {
  margin-top: 101px;
}
.righttopmenu .agemenu .relative {
  position: relative;
  display: inline;
}
.righttopmenu .agemenu > div > a {
  width: 33%;
  color: white;
  border: 1px solid white;
  text-align: center;
  display: inline-block;
  padding: 5px 0px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.righttopmenu .agemenu > div > a.page3 {
  background-color: #f39100;
}
.righttopmenu .agemenu > div > a.page4 {
  background-color: #009ee3;
}
.righttopmenu .agemenu > div > a.page5 {
  background-color: #009d3a;
  border-right: none;
}
.righttopmenu .agemenu > div > a.active {
  border-bottom: 0px;
  padding-bottom: 6px;
}
.righttopmenu .headerimages a img {
  max-width: 120px;
}
.righttopmenu .headerimages a {
  margin: 40px 0px 0px 0px;
  border: 0;
}
.righttopmenu .headerimages a:hover {
  opacity: 0.5;
}
