@font-face {
  font-family: 'Roboto';
  src: local('Roboto'),
    url('/scripts/font/Roboto.woff2') format('woff2'),
    url('/scripts/font/Roboto.woff') format('woff');
}

body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #222;
}

.webshop_stylebutton,
input[type="submit"] {
  /*
  color: #EEE;
  background-color: #3CF;
  border: solid 1px #06C;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3CF', endColorstr='#36F');
  background: -webkit-gradient(linear, left top, left bottom, from(#3CF), to(#36F));
  background: -moz-linear-gradient(top, #3CF, #36F);
  border-radius: 1px;
  box-shadow: 2px 2px 1px #333;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  /box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
*/
    margin: 0;
    padding: 9px;
    background-color: #2875c3;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    transition: none;
}

.webshop_stylebutton:hover,
input[type="submit"]:hover {
  cursor: pointer;
background-color: #346699;
}

.webshop_price {
  color: #F60 !important;
}

/*--------------------------------
  Containers
-------------------------------*/

body {
  margin: 0;
  padding: 0;
  color: #222;
  background: #FFFFFF;

  font-family: @font-face {
    font-family: 'Roboto';
    src: local('Roboto'),
      url('/scripts/font/Roboto.woff2') format('woff2'),
      url('/scripts/font/Roboto.woff') format('woff');
  }

  body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    color: #222;
  }

  ;
  font-size: 1em;
}

header {
    display: flex;
    position: relative;
    z-index: 4;
    color: #fff;
    background-size: 370px, 100%;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    height: 251px;
}

main {
  max-width: 1200px;
  margin: 30px auto;
  padding: 10px;
  min-height: 36vh;
  border-radius: 3px;
}

aside {
  float: right;
  width: 140px;
}

/*--------------------------------
  Header
-------------------------------*/
header>div:first-child {
  flex-grow: 2;
}

header > div:nth-child(2) {
    flex-grow: 1;
    position: relative;
    top: 204px;
}

header h1 {
    margin: 48px 0 0 40px;
    float: right;
    margin-top: 151px;
    opacity: 0;
}

header h1 a {
  color: #333333;
  text-decoration: none;
}

header > div svg, header > div svg path {
    width: 48px;
    height: 30px;
    fill: #999;
    transition: 0.3s fill;
}


header>div:nth-child(2)>div {
  display: inline-block;
  margin: 40px 0 0 0;
  padding: 0;
  vertical-align: top;
}

header>div:nth-child(2) a {
   min-height: 46px;
  padding: 8px;
 /* width: 48px;
  height: 48px;
  text-align: center;
  background-color: #FFF;
  border-radius: 3px;
  */
}

header>div svg:hover,
header>div svg:hover path {
  fill: #FF6600;
}

#searchbox_slide {
  position: relative;
  width: 100%;
  max-width: 240px;
}

#searchbox_slide a {
  position: absolute;
  z-index: 2;
  right: 8px;
  outline: none;
  transition: background-color 0.6s;
}

#searchbox_slide form {
  opacity: 0;
  transition: opacity 1s;
  margin-top: 8px;
}

#searchbox_slide input {
  width: 100%;
  height: 48px;
  font-size: 1.2em;
  padding: 0 44px 0 8px;
}

#searchbox_slide svg {
    transition: width 0.6s, height 0.6s;
    padding-top: 8px;
}

.search_open form {
  opacity: 1 !important;
}

.search_open a {
  width: auto !important;
  height: auto !important;
  top: -3px;
  margin-right: -8px;
  background-color: transparent !important;
}

.search_open svg {
  width: 36px;
  height: 36px;
}

#webshop_cart {
  position: relative;
}

#webshop_cart span {
  position: absolute;
  padding: 3px 4px;
  bottom: 4px;
  right: 4px;
  font-size: 0.9em;
  font-weight: bolder;
  color: #DDDDDD;
  background-color: #FF6600;
  border-radius: 3px;
  cursor: pointer;
}

#webshop_cart > a > svg {
    vertical-align: middle;
    margin-right: 8px;
    padding-top: 10px;
}




/*--------------------------------
  Category navigation
-------------------------------*/

/* Main navigation */
#navcont {
    color: #1a3f6f;
    background-color: #c7d1dd;
    font-weight: bold;
}

nav {
  max-width: 1200px;
  margin: 0 auto;
}

nav ul,
nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav>ul {
  padding: 0 10px;
  display: inline-block;
}

nav li {
  display: inline-block;
}

nav a {
    display: block;
    line-height: 40px;
    padding: 0 10px;
    color: #1a3f6f;
    text-decoration: none;
    font-weight: bold;
    outline: none;
}

nav>ul>li>a {
  line-height: 50px;
  padding: 0 30px 0 0;
}

nav a:hover {
  color: #FF6600;
}

/* Sub navigation */
nav>ul ul {
  position: absolute;
  background-color: #333333;
  border-radius: 0 0 5px 5px;
  margin-left: -4px;
  min-width: 150px;
  z-index: 1;

  max-height: 0;
  opacity: 0;
  overflow-y: auto;
  z-index: 2;
  transition: max-height 0.3s linear 0s, opacity 0.2s linear 0s;
  overflow: hidden;
}

nav>ul>li:hover>ul {
  max-height: 80vh;
  opacity: 0.98;
  overflow: visible;
  z-index: 3;
  transition: opacity 0.6s ease-out 0s;
}

nav>ul ul>li {
  display: block;
}

svg.caret,
svg.caret path {
  fill: #DDDDDD;
}

nav a:hover svg.caret,
nav a:hover svg.caret path {
  fill: #FF6600;
}


/*--------------------------------
  Category sub navigation
-------------------------------*/

#flop > .Subrow > .col-md-9 > .categorie {
    min-width: 210px;
    display: inline-block;
}
 #flop > .Subrow > .col-md-9 > .categorie > a{
  color:#1a3f6f;
  text-transform: initial;
  text-decoration: none;
  display: inline-block;
  padding: 20px;
  width:150px;

 }

 #flop > .Subrow > .col-md-9 > .categorie > a:hover{
  color:#fff;
  background-color:#ef9d29;

 }
#flop {
    transition: all 350ms ease-in-out;
    width: 1175px;
    position: absolute;
    color: #1a3f6f;
    background-color: #c7d1dd;
    z-index: 10;
    border-top: 1px solid #1a3f6f;
}

/*--------------------------------
  Objects
-------------------------------*/

main h1,
main h2 {
  color: #333;
  font-size: 1.5em;
}

main a:not(.webshop_stylebutton) {
  color: #06C;
}

/*--------------------------------
  Thumbnails
-------------------------------*/

img.thumbnail {
    max-height: 115px;
}

/*--------------------------------
  Footer
-------------------------------*/

footer {
  color: #DDDDDD;
  background-color: #333333;
  padding: 30px 0;
}

footer>div {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}

footer>div>div:first-child {
  width: 33%;
}

footer>div>div:nth-child(2) {
  width: 66%;
  padding-top: 40px;
}

footer h1 {
  clear: both;
}

footer a {
  color: #DDDDDD;
  text-decoration: none;
  font-weight: bold;
}

footer a:hover {
  text-decoration: underline;
}

footer a[href^="tel:"] {
  font-weight: normal;
}

footer>div>div:first-child h1 {
  font-size: 1.3em;
}

footer #language_select {
  text-align: right;
  margin-bottom: 30px;
}

footer #language_select a:hover {
  text-decoration: none;
}


footer #nav,
footer #nav ul,
footer .cat,
footer .cat ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer #nav,
footer .cat {
  margin-bottom: 40px;
}

footer #nav>li,
footer .cat>li {
  display: inline-block;
  width: 198px;
  vertical-align: top;
  margin: 8px 10px;
}

footer #nav a,
footer .cat a {
  display: block;
  line-height: 30px;
}

footer #nav ul a,
footer .cat ul a {
  font-weight: normal;
}


#footer_end {
    padding: 19px 10px;
    text-align: center;
    color: #333333;
    background: #ef9d29 url(https://www.mva.be/Repository/Webshop/Algemeen/bg_footer-small.png);
    width: 100%;
    float: right;
    padding-bottom: 20px;
}

#footer_end a {
  color: #333333;
  text-decoration: none;
}

#footer_end a:hover {
  text-decoration: underline;
}

/*--------------------------------
  Responsive
-------------------------------*/

@media all and (max-width: 1100px) {
  footer>div {
    flex-flow: column;
  }

  footer>div>div:first-child,
  footer>div>div:nth-child(2) {
    display: block;
    width: 100%;
  }

}

@media all and (max-width: 600px) {
  header {
    flex-flow: column;
    height: auto;
  }

  header>div:nth-child(2) {
    width: auto;
    text-align: right;
    padding: 80px 10px 10px 0;
  }
}