<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Menu submenu */

#cssmenu2,
#cssmenu2 ul,
#cssmenu2 ul li,
#cssmenu2 ul li a,
#cssmenu2 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu2:after,
#cssmenu2 &gt; ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu2 #menu-button {
  display: none;
}
#cssmenu2 {
  width: auto;
  border-radius: 5px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: #f1469b;
  background: -o-linear-gradient(top, #0b4387, #303030);
  background: -ms-linear-gradient(top, #0b4387, #303030);
  background: -webkit-linear-gradient(top, #0b4387, #303030);
  background: -moz-linear-gradient(top, #0b4387, #303030);
  background: linear-gradient(to bottom, #0b4387, #303030);
  box-shadow: inset 0 -3px 0 #85b7f2, inset 0 -3px 3px #2b2b2b, inset 0 2px 2px #0a1521, inset 1px 0 2px #323232, inset -1px 0 2px #323232, 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 3px 3px rgba(0, 0, 0, 0.17), 2px 1px 2px rgba(0, 0, 0, 0.05), -2px 1px 2px rgba(0, 0, 0, 0.05);
}
#cssmenu2.align-center &gt; ul {
  font-size: 0;
  text-align: center;
}
#cssmenu2.align-center ul ul {
  text-align: left;
}
#cssmenu2.align-center &gt; ul &gt; li {
  display: inline-block;
  float: none;
}
#cssmenu2.align-right &gt; ul &gt; li {
  float: right;
}
#cssmenu2.align-right ul ul {
  text-align: right;
}
#cssmenu2 &gt; ul &gt; li {
  float: left;
}
#cssmenu2 &gt; ul &gt; li &gt; a {
  padding: 20px 25px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu2 &gt; ul &gt; li:hover &gt; a,
#cssmenu2 &gt; ul &gt; li &gt; a:hover,
#cssmenu2 &gt; ul &gt; li.active &gt; a {
  color: #e4e6a2;
}
#cssmenu2 &gt; ul &gt; li.has-sub &gt; a {
  padding-right: 40px;
}
/*uitklapbox*/
#cssmenu2 ul &gt; li.has-sub &gt; a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 18px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #f1469b;
  background: -webkit-linear-gradient(top, #bf2c75 0%, #4c4c4c 25%, #3a3a3a 50%, #bf2c75 75%, #4c4c4c 100%);
  background: -ms-linear-gradient(top, #bf2c75 0%, #4c4c4c 25%, #3a3a3a 50%, #bf2c75 75%, #4c4c4c 100%);
  background: -moz-linear-gradient(top, #bf2c75 0%, #4c4c4c 25%, #3a3a3a 50%, #bf2c75 75%, #4c4c4c 100%);
  background: -o-linear-gradient(top, #bf2c75 0%, #4c4c4c 25%, #3a3a3a 50%, #bf2c75 75%, #4c4c4c 100%);
  background: linear-gradient(to bottom, #bf2c75 0%, #4c4c4c 25%, #3a3a3a 50%, #bf2c75 75%, #4c4c4c 100%);
  box-shadow: inset 0 -1px 1px #2d2d2d, inset 0 2px 1px #6a6a6a;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu2 ul &gt; li.has-sub:hover &gt; a:after {
  background-position: 0 -18px;
}
#cssmenu2 ul &gt; li.has-sub &gt; a:before {
  content: '';
  position: absolute;
  right: 11px;
  top: 26px;
  display: block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  z-index: 99;
}
#cssmenu2 ul &gt; li.has-sub:hover &gt; a:before {
  border-top-color: #111111;
}
#cssmenu2 ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -webkit-transition: top .2s ease, opacity .2s ease;
  -moz-transition: top .2s ease, opacity .2s ease;
  -ms-transition: top .2s ease, opacity .2s ease;
  -o-transition: top .2s ease, opacity .2s ease;
  transition: top .2s ease, opacity .2s ease;
  z-index: 100;
}
#cssmenu2 &gt; ul &gt; li &gt; ul {
  top: 92px;
  padding-top: 8px;
  border-radius: 5px;
}
#cssmenu2 &gt; ul &gt; li:hover &gt; ul {
  left: auto;
  top: 52px;
  opacity: 1;
}
#cssmenu2.align-right &gt; ul &gt; li:hover &gt; ul {
  right: 0;
}
#cssmenu2 ul ul ul {
  top: 40px;
}
#cssmenu2 ul ul &gt; li:hover &gt; ul {
  top: 0;
  left: 178px;
  padding-left: 10px;
  opacity: 1;
}
#cssmenu2.align-right ul ul &gt; li:hover &gt; ul {
  left: auto;
  right: 178px;
  padding-left: 0;
  padding-right: 10px;
  opacity: 1;
}
/*achtergrond-uitklapmenu*/
#cssmenu2 ul ul li a {
  width: 220px;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-decoration: none;
  background: #215a9e;
border-top: 1px dotted #dcdcdc;
 -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}
#cssmenu2 ul ul li:hover &gt; a,
#cssmenu2 ul ul li &gt; a:hover,
#cssmenu2 ul ul li.active &gt; a {
  color: #e4e6a2;
}
#cssmenu2 ul ul li:first-child &gt; a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: inset 0 2px 2px #6f6f6f;
}
#cssmenu2 ul ul li:last-child &gt; a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: inset 0 -3px 0 #373737, inset 0 -3px 3px #2b2b2b, 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.13);
}
#cssmenu2 ul ul &gt; li.has-sub &gt; a:after {
  right: 12px;
  top: 9.5px;
  background: #f1469b;
  background: -webkit-linear-gradient(top, #bf2c75 0%, #4c4c4c 25%, #3a3a3a 50%, #bf2c75 75%, #4c4c4c 100%);
  background: -ms-linear-gradient(top, #bf2c75 0%, #4c4c4c 25%, #3a3a3a 50%, #bf2c75 75%, #4c4c4c 100%);
  background: -moz-linear-gradient(top, #bf2c75 0%, #4c4c4c 25%, #3a3a3a 50%, #bf2c75 75%, #4c4c4c 100%);
  background: -o-linear-gradient(top, #bf2c75 0%, #4c4c4c 25%, #3a3a3a 50%, #bf2c75 75%, #4c4c4c 100%);
  background: linear-gradient(to bottom, #bf2c75 0%, #4c4c4c 25%, #3a3a3a 50%, #bf2c75 75%, #4c4c4c 100%);
  box-shadow: inset 0 -1px 1px #8a6d7b, inset 0 2px 1px #6a6a6a;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#cssmenu2.align-right ul ul &gt; li.has-sub &gt; a:after {
  right: auto;
  left: 12px;
}
#cssmenu2 ul ul &gt; li.has-sub:hover &gt; a:after {
  background-position: 0 -18px;
}
#cssmenu2 ul ul &gt; li.has-sub &gt; a:before {
  top: 16px;
  right: 16px;
  border-top-color: transparent;
  border-left-color: #ffffff;
}
#cssmenu2.align-right ul ul &gt; li.has-sub &gt; a:before {
  top: 16px;
  right: auto;
  left: 16px;
  border-top-color: transparent;
  border-right-color: #ffffff;
  border-left-color: transparent;
}
#cssmenu2 ul ul &gt; li.has-sub:hover &gt; a:before {
  border-top-color: transparent;
  border-left-color: #1e1e1e;
}
#cssmenu2.align-right ul ul &gt; li.has-sub:hover &gt; a:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #1e1e1e;
}
</pre></body></html>