body {
  color: #191919;
}

body.admin {
  overflow-x: scroll;
}

body.debug {
  /*background-image: url('../../assets/bg/debug-desktop.png');*/
}

h1 {
  font-size: 2em;
}

a,
a:focus,
a:hover,
a:active,
a:visited {
  color: #e94e1b;
}

.btn:visited {
  color: #fff;
}

.btn-default:visited {
  color: #333;
}

a.page-anchor {
  position: absolute;
  margin-top: -140px;
}

a[name] {
  /*display: block;*/
  /*position: absolute;*/
  /*top: -130px;  */
}

hr {
  border-color: #e5e5e5;
}

.page-header {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  width: inherit;
  min-height: 130px;
}

.page-header-fixed-background {
  display: none;
  background-color: #2d2d2d;
  width: 100%;
  height: 125px;
  position: fixed;
  z-index: 998;
}

.page-header-fixed-background.scrolled {
  display: block;
}

.page-header-fixed {
  width: inherit;
  height: 130px;
  overflow: hidden;
  position: fixed;
  z-index: 999;
}

.page-carousel {
  position: absolute;
  width: 100%;
  height: 450px;
  z-index: -1;
  background-color: #2d2d2d;
}
.page-carousel.page-carousel-short {
  height: 130px;
}

.page-header-with-carousel {
  height: 450px;
}

.page-header-with-videoheader {
  height: 700px;
}

.content-wrapper-with-carousel {
}
.content-wrapper-with-videoheader {
}

.normal-button,
.download-button {
  display: inline-block;
  background-color: #2d2d2d;
  border: 0px;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
}

.submit-ok {
  background-color: #85ba2e;
}
.submit-error {
  background-color: #ff0000;
}
.submit-busy {
  background-color: #888;
}

.download-button {
  background-color: #e94e1b;
  font-size: 1.2em;
}

.normal-button:hover,
.download-button:hover {
  text-decoration: none;
}

.download-button:hover {
  background-color: #E53500;
  color: #fff;
}

.download-button img {
  max-width: 64px;
  margin-right: 10px;
}

.page-header-animate {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.call-to-action-button,
.call-to-action-button:visited {
  display: inline-block;
  margin-top: 10px;
  background-color: #e94e1b;
  border: 2px solid #e94e1b;
  padding: 5px 20px;
  text-transform: uppercase;
  border-top-right-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
}
.call-to-action-left-half-button {
  border-radius: 0;
}
.call-to-action-button:hover,
.call-to-action-button:active {
  color: #fff;
  background-color: #BC3D16;
  border-color: #BC3D16;
  text-decoration: none;
}
.call-to-action-button.download-demo-button,
.call-to-action-button.view-qonline-demo,
.call-to-action-button.link-to-news-btn {
  background-color: #393939;
  border-color: #393939;
}
.call-to-action-button.download-demo-button:hover,
.call-to-action-button.download-demo-button:active,
.call-to-action-button.view-qonline-demo:hover,
.call-to-action-button.view-qonline-demo:active,
.call-to-action-button.link-to-news-btn:hover,
.call-to-action-button.link-to-news-btn:active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.call-to-action-button.small-button {
  margin-top: 0;
  padding: 5px 10px;
}

a.mplus-logo {
  float: left;
  display: inline-block;
  width: 96px;
  margin-right: 10px;
  padding-top: 20px;
  text-decoration: none;
}

a.mplus-logo img {
  width: 64px;
  height: 64px;
  margin-left: 30px;
  margin-top:10px;
  /*-webkit-transition: width .1s linear, height .1s linear;
  -moz-transition: width .1s linear, height .1s linear;
  -ms-transition: width .1s linear, height .1s linear;
  -o-transition: width .1s linear, height .1s linear;
  transition: width .1s linear, height .1s linear;*/
}

a.mplus-logo:hover,
a.mplus-logo:active {
  background-color: transparent;
}

img.header-mplus-titel {
  display: block;
  width: 237px;
  height: 26px;
  margin-top: 20px;
}

ul.header-menu {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
  letter-spacing: 0.5px;
  font-size: 0.9em;
}

ul.header-menu li.home {
  display: none;
}

ul.header-menu.header-mobile-menu {
  display: block;
  clear: both;
  padding-top: 5px;
  font-size: 0.8em;
}

ul.header-menu.header-mobile-menu {
  display: none;
}

ul.header-menu li {
  float: left;
  margin: 0;
  padding: 0;
}

ul.header-menu li a {
  display: block;
  width: 70px;
  height: 89px;
  background-repeat: no-repeat;
  background-position: 20px 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding-top: 49px;
  overflow: hidden;
  font-size: 1.2em;
  line-height: 1em;
}

ul.header-menu li a:hover {
  /*text-shadow: 0px 0px 8px #fff;*/
  text-decoration: underline;
}

ul.header-menu.header-mobile-menu li {
  float: inherit;
  display: inline-block;
}
ul.header-menu.header-mobile-menu li a {
  width: 60px;
  height: 55px;
  background-position: 15px 5px;
  padding-top: 35px;
}

ul.header-menu li a:hover,
ul.header-menu li a:active {
  /*background-color: #f5f5f5;*/
}

ul.header-menu li.selected a {
  /*background-color: #e94e1b;*/
  /*color: #fff;*/
}

ul.header-menu li a.home {
  background-image: url('../../assets/img/icons/Mplus-menu-witicons-Home.png');
}

ul.header-menu li.selected a.home {
  background-image: url('../../assets/img/icons/Mplus-menu-icons-Home.png');
}

ul.header-menu li a.horeca {
  background-image: url('../../assets/img/icons/Mplus-menu-witicons-Horeca.png');
}

ul.header-menu li.selected a.horeca {
  background-image: url('../../assets/img/icons/Mplus-menu-icons-Horeca.png');
}

ul.header-menu li a.retail {
  background-image: url('../../assets/img/icons/Mplus-menu-witicons-Retail.png');
}

ul.header-menu li.selected a.retail {
  background-image: url('../../assets/img/icons/Mplus-menu-icons-Retail.png');
}

ul.header-menu li a.snackbar {
  background-image: url('../../assets/img/icons/Mplus-menu-witicons-Snackbar.png');
}

ul.header-menu li.selected a.snackbar {
  background-image: url('../../assets/img/icons/Mplus-menu-icons-Snackbar.png');
}

ul.header-menu li a.fashion {
  background-image: url('../../assets/img/icons/Mplus-menu-witicons-Fashion.png');
}

ul.header-menu li.selected a.fashion {  
  background-image: url('../../assets/img/icons/Mplus-menu-icons-Fashion.png');
}

ul.header-menu li a.speciaalzaak {
  background-image: url('../../assets/img/speciaalzaak-icon-30.png');
}

ul.header-menu li.selected a.speciaalzaak {
  background-image: url('../../assets/img/speciaalzaak-icon-selected-30.png');
}

ul.header-menu li a.zorg {
  background-image: url('../../assets/img/icons/Mplus-menu-witicons-Zorg.png');
}

ul.header-menu li.selected a.zorg {
  background-image: url('../../assets/img/icons/Mplus-menu-icons-Zorg.png');
}

ul.header-menu li a.bakkerij {
  background-image: url('../../assets/img/bakkerij-icon-30.png');
}

ul.header-menu li.selected a.bakkerij {
  background-image: url('../../assets/img/icons/Mplus-menu-icons-Bakkerij.png');
}

ul.header-menu li a.sport {
  background-image: url('../../assets/img/icons/Mplus-menu-witicons-Sport.png');
}

ul.header-menu li.selected a.sport {
  background-image: url('../../assets/img/icons/Mplus-menu-icons-Sport.png');
}

ul.header-menu li a.apps {
  background-image: url('../../assets/img/icons/Mplus-menu-witicons-Apps.png');
}

ul.header-menu li.selected a.apps {
  background-image: url('../../assets/img/icons/Mplus-menu-icons-Apps.png');
}

ul.header-menu li a.expand-additional-menu {
  background-image: url('../../assets/img/plus-icon-30.png');
}

ul.header-menu li.selected a.expand-additional-menu {
  background-color: #888;
  background-image: url('../../assets/img/min-icon-selected-30.png');
}

ul.header-menu li a.nieuws {
  background-image: url('../../assets/img/icons/Mplus-menu-witicons-Nieuws.png');
}

ul.header-menu li.selected a.nieuws {
  background-image: url('../../assets/img/icons/Mplus-menu-icons-Nieuws.png');
}

ul.header-menu li a.contact {
  background-image: url('../../assets/img/icons/Mplus-menu-witicons-Contact.png');
}

ul.header-menu li.selected a.contact {
  background-image: url('../../assets/img/icons/Mplus-menu-icons-Contact.png');
}


ul.header-menu.additional-menu {
  opacity: 0;
  display: inline-block;
  display: none;
  margin-left: 83px;
  width: 750px;
}

ul.header-menu.additional-menu li a {
  height: 60px;
  background-position: 25px 5px;
  padding-top: 35px;
}

.page-header .header-side {
  margin-top: 10px;
}

.strikethrough {
    text-decoration: line-through !important;
}

.language_wrapper {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin: 10px 0;
    padding: 10px;
}

ul.account-menu {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
  font-size: 0.9em;
}

ul.account-menu li {
  float: left;
  margin: 0;
  padding: 0;
}

ul.account-menu li a {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid #999;
  padding-right: 10px;
}

ul.account-menu li a:hover,
ul.account-menu li a:active {
  text-decoration: underline;
}

ul.account-menu li:last-child a {
  border-right: none;
  margin-right: 0;
}

.header-telephone {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 2px;
  text-align: center;
}

a.header-telephone {
  text-decoration: none;
  color: #fff;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}

a.header-telephone:hover {
  color: #e94e1b;
}

.header-telephone span {
  margin-right: 10px;
}

.newsletter-signup-button {
  font-size: 0.8em;
  margin: 0;
  padding: 3px 6px;
  border-top-right-radius: 10px;
  width: 100%;
}

.newsletter-signup-button-success {
  background-color: #85ba2e !important;
  border-color: #85ba2e !important;
}

.newsletter-signup-button-failure {
  background-color: #f00 !important;
  border-color: #f00 !important;
}

.header-demo-download,
.header-demo-download:visited,
.header-newsletter-signup-button,
.header-newsletter-signup-button:visited {
  display: inline-block;
  float: left;
  margin-top: 10px;
  height: 40px;
  padding-top: 10px;
  background-color: #85ba2e;
  border-color: #85ba2e;
  text-align: center;
}
.header-demo-download {
  /*width: 100%;*/
}
.header-newsletter-signup-button,
.header-newsletter-signup-button:visited {
  background-color: #888;
  border-color: #888;
  padding-left: 10px;
  padding-right: 10px;
}
.header-newsletter-signup-button:hover,
.header-newsletter-signup-button:active {
  background-color: #777;
  border-color: #777;
}
.header-demo-download .normal-text {
  display: block;
  text-align: center;
}
.header-demo-download .compact-text {
  display: none;
  text-align: center;
}
.header-demo-download:hover,
.header-demo-download:active {
  background-color: #48A529;
  border-color: #48A529;
  text-decoration: none;
}

div.carousel {
  height: 450px;
  background-repeat: no-repeat;
  background-color: #f5f6f7;
}
.page-carousel div.carousel {
  background-color: #2d2d2d;
}
div.carousel .carousel-backgrounds {
  position: relative;
  height: 450px;
  overflow: hidden;
  /*margin-left: -300px;*/
}
div.carousel .carousel-backgrounds img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  -moz-transition: opacity 1.5s ease-in-out;
  -o-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
div.carousel .carousel-backgrounds img.opaque {
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
}
div.carousel .carousel-inner {
  position: absolute;
  top: 0;
}
div.carousel .item {
  height: 450px;
}
div.carousel .carousel-indicators {
  bottom: 5px;
}
div.carousel .carousel-indicators li {
  background-color: #fff;
  width: 14px;
  height: 14px;
  border: 1px solid #aaa;
}
div.carousel .carousel-indicators li.active {
  background-color: #e94e1b;
  width: 16px;
  height: 16px;
  border-color: #e94e1b;
}
div.carousel .carousel-control {
  background: none;
  color: #f5f5f5;
}

div.carousel .carousel-caption {
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 450px;
  text-shadow: -2px 0 1px rgba(255,255,255,200), 0 2px 1px rgba(255,255,255,200), 2px 0 1px rgba(255,255,255,200), 0 -2px 1px rgba(255,255,255,200);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.page-carousel div.carousel .carousel-caption {
  width: 600px;
  text-shadow: none;
  margin-top: 200px;
}
.page-carousel div.carousel .carousel-caption-with-image {
  margin-top: 120px;
}
div.carousel .carousel-caption-with-image {
  text-align: left;
  width: 970px;
}
div.carousel .carousel-caption h3 {
  color: #191919;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  /*margin-top: 60px;*/
  /*margin-bottom: 20px;*/
}
.page-carousel div.carousel .carousel-caption h3 {
  color: #fff;
}
div.carousel .carousel-caption p {
  color: #ffffff;
  font-size: 1.0em;
  margin-bottom: 10px;
}
div.carousel .carousel-caption a {
  text-shadow: none;
}
div.carousel .carousel-image {
  /*float: right;*/
  text-align: center;
  /*width: 485px;*/
  height: 180px;
}
div.carousel .carousel-image img {
  max-width: 485px;
  height: 180px;
}
div.carousel .carousel-image .carousel-image-placeholder {
  width: 100%;
  height: 100%;
  color: #191919;
  padding-top: 100px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #eee;
  font-size: 2em;
}

div.quote {
  position: relative;
  background-image: url('../../assets/img/referentie-bg.png');
  background-position: 0 130px;
  background-repeat: no-repeat;
  width: 100%;
  height: 550px;
}
div.quote .quote-stars {
  position: absolute;
  bottom: 60px;
  width: 100%;
  padding-left: 30px;
  text-align: center;
}
div.quote .quote-stars img {
  margin: 0 3px;
}
div.quote .quote-contents {
  width: 100%;
  padding-left: 59px;
  padding-right: 40px;
}
div.quote .quote-img-wrapper {
  width: 291px;
  height: 200px;
}
div.quote .quote-img {
  width: 100%;
  max-height: 200px;
}
div.quote h2 {
  font-family: 'Kalam', cursive;
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
  padding: 0 20px;
  height: 50px;
}
div.quote p {
  text-align: center;
  padding: 0 20px;
  height: 160px;
  overflow: hidden;
}

div.news .news-item {
  padding-top: 30px;
  margin-top: 10px;
  border-top: 1px solid #bbb;
  clear: both;
  min-height: 160px;
  position: relative;
}
div.news p {
  overflow: hidden;
}
div.news .news-item-pull-out {
  position: absolute;
  left: -120px;
}
div.news .news-item-date {
  font-size: 0.85em;
  text-transform: lowercase;
  color: #888;
}
div.news h1 {  
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
div.news h2 {  
  font-weight: bold;
  font-size: 1.3em;
  margin: 0;
}
div.news .news-item-img-wrapper {
  position: absolute;
  right: -230px;
  top: 10px;
  width: 202px;
  height: 152px;
  /*border: 1px dotted #bbb;*/
  /*border-radius: 5px;*/
  /*line-height: 152px;*/
  /*text-align: center;*/
}
div.news .news-item-img-wrapper img.news-item-img {
  max-width: 200px;
  max-height: 150px;
  /*vertical-align: middle;*/
  /*border-radius: 5px;*/
}

div.apps {
  margin-top: 20px;
  margin-bottom: 20px;
}
div.apps h1 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  background: url('../../assets/img/apps-h1-bg.png') repeat-x 0 50%;
}
div.apps h1 span {
  background-color: #fff;
  padding: 0 20px;
}
div.apps-menu {
  margin-top: 30px;
  padding: 5px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px #ddd;
  -moz-box-shadow: 0 0 20px #ddd;
  box-shadow: 0 0 20px #ddd;
}
div.apps-menu ul {
  list-style-type: none;
  padding-left: 0;
}
div.apps-menu li {
  background: url('../../assets/img/apps-menu-item.png') no-repeat 0 50%;
}
div.apps-menu li a {
  padding-left: 30px;
}
div.apps-menu li.selected,
.apps div.apps-menu li:hover {
  background: url('../../assets/img/apps-menu-item-selected.png') no-repeat 0 50%;
}
div.apps-menu li.selected {
  font-weight: bold;
}
.app-categories {
  line-height: 1.5em;
}
.app-categories .label {
  margin-right: 5px;
}

/* BEGIN DEVELOPMENT */
.api-img {
  margin-top: 10px;
  max-width: 100%;
  max-height: 64px;
}
div.app {
  border: 1px solid transparent;
  padding-top: 10px;
  padding-right: 10px;
  margin-top: 30px;
  height: 300px;
  overflow: hidden;
}
div.app .app-price {
  color: #88b !important;
  font-size: 1.2em;
}
div.app .app-price span {
  color: #008 !important;
  font-size: 1.2em;
  font-weight: bold;
}
div.app h2 {
  font-weight: bold;
  font-size: 1.7em;
  color: #373737;
  margin-bottom: 0;
  margin-top: 10px;
}
div.app p.app-intro {
  height: 100px;
  overflow: hidden;
  margin-bottom: 0;
}
div.app.app-promo p.app-intro {
  color: #888 !important;
}
div.app .app-img-wrapper {
  text-align: left;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #e5e5e5;
}
div.app .app-img-wrapper img {
  max-width: 265px;
  max-height: 88px;
}
a:hover div.app {
  border: 1px solid #eee;
}
a:hover div.app h2 {
  text-decoration: underline;
}
div.app-featured {
  margin-top: 30px;
  width: 847px;
  height: 240px;
  overflow: hidden;
}
div.app-featured .app-featured-img-wrapper img {
  width: 847px;
  height: 240px;
}
div.app-contents {
}
.app-load-cover {
  position: absolute;
  z-index: 2000;
  background: url('../../assets/img/icons/loading.io.svg') no-repeat center center;
  width: 100%;
  height: 100%;
}
.app-load-cover {
  position: absolute;
  z-index: 2000;
  background: url('../../assets/img/icons/loading.io.svg') no-repeat center 100px;
  width: 100%;
  height: 100%;
}
div.app .app-price.request-price {
  /*background-color: #E5947E;*/
  /*border-color: #E5947E;*/
}
div.app.app-promo h2 {
  color: #888;
  font-weight: normal;
}
div.app p {
  color: #191919 !important;
}
.app .app-more-info {
  position: absolute;
  bottom: 0;
  background: url('../../assets/img/read-more-bg.png') repeat-x;
  width: 100%;
  height: 30px;
  padding-top: 5px;
}
a:hover div.app .app-more-info {
  text-decoration: underline;
}
div.app-details {
  margin-top: 20px;
  margin-bottom: 20px;
}
div.app-details h1 {
  font-size: 2em;
  font-weight: bold;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
div.app-details h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
div.app-details h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
div.app-details .app-requirements h3,
div.app-details .app-synchronization-items h3 {
  margin-top: 0;
}
div.app-details .app-img-wrapper {
  text-align: center;
  width: 300px;
  height: 100px;
  margin-top: 20px;
}
div.app-details .app-img-wrapper img {
  max-width: 300px;
  max-height: 100px;
}
div.app-details .app-pricing {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 0;
  list-style-type: none;
}
div.app-details .app-price {
  color: #88b !important;
  font-size: 1.2em;
}
div.app-details .app-price .app-price-pricing-name {
  font-style: italic;
  font-weight: bold;
  font-size: 1.2em;
}
div.app-details .app-price .app-price-currency,
div.app-details .app-price .app-price-value {
  color: #008 !important;
  font-size: 1.2em;
  font-weight: bold;
}
div.app-details .app-price .app-price-pay-for {
  color: #888;
  font-size: 0.8em;
}
.app-synchronization-items {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px #ddd;
  -moz-box-shadow: 0 0 20px #ddd;
  box-shadow: 0 0 20px #ddd;
}
div.app-details .app-pricing-options {
  margin-top: 10px;
}
div.app-details .app-pricing-options .app-price {
  display: inline-block;
  min-width: 200px;
  min-height: 80px;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-top-right-radius: 10px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 10px;
}
div.app-details .app-pricing-options .app-price .app-price-pricing-name,
div.app-details .app-pricing-options .app-price .app-price-pay-for {
  display: block;
}
.app-requirements,
.app-synchronization-items {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px #ddd;
  -moz-box-shadow: 0 0 20px #ddd;
  box-shadow: 0 0 20px #ddd;
}
/*.app-requirements ul {
  margin: 0;
}*/
.app-requirement {
  height: 20px;
  overflow: none;
  color: #555;
}
.requirement-modules-comment {
  font-style: italic;
  padding: 5px 25px 5px 25px;
  color: #888;  
}
.support-method {
  font-size: 1.2em;
  font-weight: bold;
}
.featured-apps h1 {
  margin-bottom: 40px;
}
.featured-apps div.app,
.featured-apps div.app h2 {
  color: #fff;
}
.featured-apps a:hover div.app {
  border: 1px solid transparent;
}
.featured-apps div.app p {
  color: #fff !important;
}
.featured-apps div.app .app-price {
  color: #bbf !important;
}
.featured-apps div.app .app-price span {
  color: #bbf !important;
}
.synchronization-side,
.synchronization-item {
  margin-left: 0;
  margin-right: 0;
}
.synchronization-item {
  background: url('../../assets/img/apps-synchronization-item-bg.png') repeat-x;
}
.synchronization-item-a,
.synchronization-side-a,
.synchronization-item-b,
.synchronization-side-b {
  margin-left: -15px;
}
.synchronization-item span {
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
}
.synchronization-item span.glyphicon {
  padding: 0 5px;
}
.synchronization-side-a,
.synchronization-side-b {
  font-weight: bold;
  font-size: 1.2em;
}
.synchronization-item-a,
.synchronization-item-b {
  color: #555;
}
.synchronization-mode {
  text-align: center;
}
.synchronization-item-description {
  font-style: italic;
  padding: 5px 25px 15px 25px;
  color: #888;
}
/* END DEVELOPMENT */

/* BEGIN PRODUCTION */
/*.api-img {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  max-width: 100%;
  max-height: 128px;
}
div.app {
  padding-right: 30px;
  padding-top: 30px;
  height: 230px;
  overflow: hidden;
}
div.app .app-price {
  position: absolute;
  top: 55px;
  right: 25px;
  padding: 5px 10px;
  background-color: #e94e1b;
  color: #fff;
  border: 1px solid #e94e1b;
  border-radius: 5px;
}
div.app h2 {
  font-weight: bold;
  font-size: 1.3em;
  border-bottom: 1px solid #bbb;
  margin: 0;
  margin-bottom: 10px;
  max-height: 20px;
  overflow: hidden;
}
a:hover div.app h2 {
  border-color: #e94e1b;
  text-decoration: none;
}
div.app p.app-intro {
  height: 140px;
  overflow: hidden;
}
div.app .app-img-wrapper {
  float: right;
  text-align: center;
  width: 140px;
  height: 140px;
  border: 1px solid #bbb;
  margin-left: 10px;
  border-radius: 5px;
}
a:hover div.app .app-img-wrapper {
  border-color: #e94e1b;
}
a:hover div.app .app-price {
  background-color: #BC3D16;
}
div.app .app-img-wrapper img {
  max-width: 138px;
  max-height: 138px;
  border-radius: 5px;
}
*/
/* END PRODUCTION */

.menu a {
  color: #191919;
  text-decoration: none;
  padding: 10px 0;
}
.menu a:hover,
.menu a:active {
  /*background-color: #f5f5f5;*/
}
.menu .menu_item {
  display: block;
  text-align: center;
  text-transform: lowercase;
}
.menu .title:first-letter,
.menu .text:first-letter,
.menu .link:first-letter {
  text-transform: uppercase;
}
.menu .text {
  min-height: 50px;
}
.menu .link {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
}
.menu .home-menu-item {
  text-align: left;
  margin-top: 30px;
}
.menu .home-menu-item .menu_item {
  text-transform: none;
  border-top-right-radius: 20px;
  height: 150px;
}
.menu .home-menu-item .menu_item:hover {
  /*background-color: #f8f8f8;*/
}
.menu .home-menu-item .menu-item-wrapper {
  float: left;
  width: 100px;
}
.menu .home-menu-item img {
  max-width: 100px;
  max-height: 80px;
}
.menu .home-menu-item .title {
  text-align: left;
  font-family: 'Raleway';
  margin-top: 0;
  margin-right: 10px;
  height: 25px;
  overflow: hidden;
  border-bottom: 1px solid #bbb;
}
.menu .home-menu-item .text {
  margin-right: 10px;
  text-align: justify;
  height: 70px;
  overflow: hidden;
}
.menu .home-menu-item .link {
  display: none;
  /*border-top-right-radius: 10px;*/
  padding: 5px 15px;
  background-color: #eee;
  font-family: 'Raleway';
  font-weight: bold;
  text-align: center;
}
.menu .home-menu-item:hover .link {
  display: block;
  background-color: #e94e1b;
  color: #fff;
}
.menu .home-menu-item h2 {
  font-size: 1.3em;
  font-weight: bold;
}

.page-videoheader-content .menu a {
  color: #fff;
}
.page-videoheader-content .menu .home-menu-item .menu_item {
  height: 150px;
  /*border: 1px dashed #888;*/
  padding-top: 130px;
  background-repeat: no-repeat;
  background-position: center 30px;
  background-size: 80px 80px;
  border-radius: 0;
}
.page-videoheader-content .menu .home-menu-item.horeca .menu_item {
  background-image: url('../../assets/img/horeca-icon-selected-200.png');
}
.page-videoheader-content .menu .home-menu-item.sport .menu_item {
  background-image: url('../../assets/img/sport-icon-selected-200.png');
}
.page-videoheader-content .menu .home-menu-item.retail .menu_item {
  background-image: url('../../assets/img/retail-icon-selected-200.png');
}
.page-videoheader-content .menu .home-menu-item.fashion .menu_item {
  background-image: url('../../assets/img/fashion-icon-selected-200.png');
}
.page-videoheader-content .menu .home-menu-item.zorg .menu_item {
  background-image: url('../../assets/img/zorg-icon-selected-200.png');
}
.page-videoheader-content .menu .home-menu-item.bakkerij .menu_item {
  background-image: url('../../assets/img/bakkerij-icon-selected-200.png');
}
.page-videoheader-content .menu .home-menu-item.speciaalzaak .menu_item {
  background-image: url('../../assets/img/speciaalzaak-icon-selected-128.png');
}
.page-videoheader-content .menu .home-menu-item.snackbar .menu_item {
  background-image: url('../../assets/img/snackbar-icon-selected-80.png');
}
.page-videoheader-content .menu .home-menu-item .title {
  border-bottom: none;
  text-align: center;
  margin-right: 0;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}
.page-videoheader-content .menu .home-menu-item:hover .title {
  color: #e94e1b;
}

div.modules .row {
  text-align: center;
}

div.modules .module {
  text-align: center;
  padding: 20px 10px;
  min-height: 124px;
  height: 160px;
}
div.modules .module img {
  height: 64px;
  width: 64px;
}
div.modules .module.first-module img {
  height: 100px;
  width: 100px;
}
div.modules .module h2 {
  font-weight: bold;
  font-size: 1.3em;
  margin: 10px 0 0 0;
}
div.modules .module.first-module {
  padding-bottom: 0;
  min-height: 0px;
}
div.modules .module.first-module h2 {
  margin-top: 30px;
}
div.modules .module h3 {
  font-size: 1.1em;
  margin: 0 0 10px 0;
}
div.modules .module.first-module p {
  margin-top: 0px;
}
div.modules .module .module-price {
  color: #e94e1b;
}
div.modules a .module:hover {
  background-color: #f8f8f8;
  /*-webkit-box-shadow: inset 10px 10px 70px -16px rgba(0,0,0,0.23);
  -moz-box-shadow: inset 10px 10px 70px -16px rgba(0,0,0,0.23);
  box-shadow: inset 10px 10px 70px -16px rgba(0,0,0,0.23);*/
}

div.team_members .row {
  text-align: center;
}

div.team_members .team_member {
  text-align: left;
  padding: 10px 7px 5px 7px;
}
div.team_members .team_member_img_wrapper {
  height: 180px;
  overflow: hidden;
}
div.team_members .team_member img {
  width: 100%;
  margin-top: -35px;
}
div.team_members .team_member h2 {
  font-weight: bold;
  font-size: 1.3em;
  margin: 10px 0 0 0;
}
div.team_members .team_member h3 {
  font-size: 1.1em;
  margin: 0 0 10px 0;
}
div.team_members a .team_member:hover {
  background-color: #f8f8f8;
}

.img_hover img:last-child {
  display: none;
}
.img_hover:hover img:first-child {
  display: none;
}
.img_hover:hover img:last-child {
  display: inline-block;
}

.page-footer {
  /*margin-top: 30px;*/
}

.page-footer-1-wrapper {
  background-color: #2d2d2d;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.page-footer-1 {
  min-height: 380px;
  padding: 40px 0;
  background-position: left bottom;
  background-repeat: no-repeat;
  color: #f5f5f5;
}

.page-footer-benefits {
  font-size: 1.2em;
  font-family: 'Raleway';
  /*min-width: 240px;*/
}
.page-footer-benefits a {
  display: block;
  /*width: 350px;*/
  height: 77px;
  margin-bottom: 15px;
}
.page-footer-benefits a:hover {
  color: #e94e1b;
}
.page-footer-benefits .page-footer-benefits-img {
  width: 95px;
  height: 77px;
  float: left;
}
.page-footer-benefits .page-footer-benefits-img img {
  max-width: 80px;
  max-height: 70px;
}
.page-footer-benefits .page-footer-benefits-title {
  /*width: 200px;*/
  height: 77px;
  padding-top: 7px;
  padding-left: 20px;
  float: left;
}

.page-footer-dealers {
  min-width: 256px;
  min-height: 291px;
  /*background-image: url('../../assets/img/footer-dealer-map-256-dealers.png');
  background-repeat: no-repeat;
  background-position: right bottom;*/
}
.page-footer-dealers h2 {
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-footer-dealers a {
  text-transform: uppercase;
  display: block;
}
.page-footer-dealers a:hover {
  color: #e94e1b;
  text-decoration: none;
}
.page-footer-dealers img {
  max-width: 100%;
}

.page-footer-1 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.page-footer-1 ul li.selected {
  font-weight: bold;
}

.page-footer-1 ul.modules-menu span {
  color: #e94e1b;
  font-size: 0.8em;
}

.page-footer-1 .footer-dealers {
  background-image: url('../../assets/bg/dealers-map-170.png');
  background-repeat: no-repeat;
  background-position: right 90px;
  min-height: 298px;
}

.page-footer-1 li {
  margin: 3px 0;
  padding: 0;
}

.page-footer-1 a {
  color: #f5f5f5;
}

.page-footer-2 {
  background-color: #e94e1b;
  color: #f5f5f5;
  min-height: 180px;
  font-family: 'Raleway';
}

.page-footer-2 .signature {
  background-image: url('../../assets/img/we-love-pos-white-350.png');
  background-repeat: no-repeat;
  width: 350px;
  height: 111px;
  margin-top: 30px;
}

.page-footer-2 p {
  margin-top: 70px;
}

.page-footer-2 a {
  color: #f5f5f5;
}

.page-footer-3 {
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 0.9em;
}

.page-footer-3 p {
  margin: 0;
}

.page-footer-3 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.page-footer-3 li {
  display: inline-block;
  margin-right: 10px;
}

.page-footer-3 a {
  color: #e94e1b;
}

.footer-keurmerken img {
  max-width: 150px;
  max-height: 100px;
  margin-right: 10px;
}

.login-form button {
  width: 100%;
}

ul.admin-menu {
  list-style-type: none;
  margin-top: 38px;
}

ul.admin-menu li {
  margin-bottom: 7px;
}

ul.admin-menu li a:hover,
ul.admin-menu li a:active {
}

ul.admin-menu li.selected a {
  font-weight: bold;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.example li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.example li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

table img.img_thumbnail,
table video.vid_thumbnail {
  max-width: 80px;
  max-height: 50px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

table tr.placeholder {
  height: 31px;
}

table tr.used_in_pages {
  font-size: 0.8em;
}

table tr.selected {
  background-color: #ffd !important;
}

table tr.deleted {
  text-decoration: line-through !important;
  color: #f00 !important;
}

table.update-success tr {
  background-color: #8f8 !important;
  /* Firefox */
  -moz-transition: all 0.1s ease-in;
  /* WebKit */
  -webkit-transition: all 0.1s ease-in;
  /* Opera */
  -o-transition: all 0.1s ease-in;
  /* Standard */
  transition: all 0.1s ease-in;
}

table.update-failure tr {
  background-color: #f88 !important;
  /* Firefox */
  -moz-transition: all 0.5s ease-in;
  /* WebKit */
  -webkit-transition: all 0.5s ease-in;
  /* Opera */
  -o-transition: all 0.5s ease-in;
  /* Standard */
  transition: all 0.5s ease-in;
}

.notifications p {
  padding: 20px 30px;
  font-size: 1.3em;
}

.edit-page-item,
.delete-asset,
.restore-asset {
  position: absolute;
  z-index: 997;
  margin-top: 10px;
  right: 10px;
  font-size: 0.8em;
  text-transform: lowercase;
  font-weight: bold;
}

.delete-asset {
  right: 10px;
}

.edit-page-item a,
.delete-asset a {
  background-color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
}

.delete-asset a {
  color: #f00;
}

.edit-page-item a:hover,
.delete-asset a:hover {
  background-color: #eee;
}

.restore-asset a {
  background-color: #080;
  color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
}

.restore-asset a:hover {
  background-color: #0a0;
}

div.carousel,
div.features,
div.menu,
div.rich-text,
div.sale,
div.login-form {
  margin-bottom: 15px;
}

div.rich-text p {
  line-height: 1.5em;
}

div.rich-text video {
}

#rich-text-32 {
  margin-bottom: 0;
}

#rich-text-32 p {
  margin: 0;
}

div.rich-text .col-xs-4:nth-child(1) img.side,
div.rich-text .col-sm-4:nth-child(1) img.side,
div.rich-text .col-md-4:nth-child(1) img.side {
  position: absolute;
  right: 0;
}
div.rich-text .col-xs-4:nth-child(3) img.side,
div.rich-text .col-sm-4:nth-child(3) img.side,
div.rich-text .col-md-4:nth-child(3) img.side {
  position: absolute;
  left: 0;
}
div.rich-text .col-xs-4:nth-child(1) img.side-push,
div.rich-text .col-sm-4:nth-child(1) img.side-push,
div.rich-text .col-md-4:nth-child(1) img.side-push {
  position: absolute;
  right: -50px;
}
div.rich-text .col-xs-4:nth-child(3) img.side-push,
div.rich-text .col-sm-4:nth-child(3) img.side-push,
div.rich-text .col-md-4:nth-child(3) img.side-push {
  position: absolute;
  left: -50px;
}

div.sale {
  background-color: #f5f6f7;
  padding: 0;
}
div.sale .sale-contents {
  padding: 10px 35px;
}
div.sale .sale-img-wrapper {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
div.sale .sale-img {
  max-width: 600px;
  max-height: 425px;
}
div.sale h1 {
  font-size: 2em;
  font-weight: bold;
}
div.sale h1 span {
  color: #e94e1b;
  font-weight: normal;
}
div.sale p {
}
div.sale .sale-price-and-cta {
  display: inline-block;
  position: absolute;
  bottom: 25px;
}
div.sale .sale-price {
  background-color: #393939;
  color: #fff;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 10px 20px;
  border-top-right-radius: 10px;
}
div.sale .sale-price small {
  display: block;
  font-size: 0.5em;
  margin-top: -10px;
}
div.sale .sale-cta.call-to-action-button {
  display: block;
}

div.features {
  background-image: url('../../assets/img/horeca-features-bg-300.png');
  min-height: 300px;
}
div.features_horeca {
  background-image: url('../../assets/img/horeca-features-bg-300.png');
}
div.features-inner {
  background-image: url('../../assets/img/features-inner-bg-970.png');
  height: 100px;
}
div.features h1 {
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 30px;
}
div.features .features-cta {
  margin-top: 30px;
}
div.features ul.features-list {
  list-style-type: none;
  margin: 30px 0 0 0;
  padding: 0;
}
div.features ul.features-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 33%;
}
div.features ul.features-list li .glyphicon {
  float: left;
  margin-right: 15px;
}
div.features .features-inner:nth-child(odd) ul.features-list li:nth-child(even) .glyphicon {
  color: #e94e1b;
}
div.features .features-inner:nth-child(even) ul.features-list li:nth-child(odd) .glyphicon {
  color: #e94e1b;
}
div.features ul.features-list li a {
  display: block;
  font-weight: bold;
  float: left;
}
div.features ul.features-list li.selected a {
  color: #191919;
  text-decoration: none;
}
div.features-expose {
  background-color: #e94e1b;
  display: none;
  -webkit-box-shadow: inset 10px 10px 50px 5px rgba(0,0,0,0.29);
  -moz-box-shadow: inset 10px 10px 50px 5px rgba(0,0,0,0.29);
  box-shadow: inset 10px 10px 50px 5px rgba(0,0,0,0.29);
}
div.feature-expose {
  display: none;
  color: #fff;
  margin-bottom: 20px;
}
div.features .rich-text h1 {
  font-size: 2em;
  font-weight: normal;
  margin: 50px 0 30px 0;
}

div.features .rich-text p {
  line-height: 2em;
  max-width: 700px;
  margin: 0 auto;
}

div.contact-form {
  margin-bottom: 20px; 
}
div.contact-form h2 {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 20px
}
div.contact-form p {
  text-align: center;
}
div.contact-form-img-wrapper {
  position: relative;
}
div.contact-form-img-wrapper img {
  max-width: 100%;
  max-height: 300px;
  position: absolute;
}

.img-preview,
.pdf-preview,
.vid-preview {
  min-width: 250px;
  max-width: 300px;
  max-height: 300px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.img-preview img,
.vid-preview video {
  border: 1px solid #ccc;
  border-radius: 4px;
  max-width: 300px;
  max-height: 300px;
}
.img-preview.img-preview-horizontal {
  max-width: 100%;
}
.img-preview.img-preview-horizontal img {
  max-width: 100%;
}
.img-preview.img-preview-vertical {
  max-width: 500px;
}
.img-preview.img-preview-vertical img {
  max-height: 500px;
}
.img-preview .form-control,
.vid-preview .form-control {
  margin-top: 5px;
  font-size: 0.8em;
  height: 28px;
}
.demo-preview {
  min-width: 400px;
  max-width: 450px;
  max-height: 300px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.demo-form-mislukt-melding, .form-mislukt-melding h2{
  color:#ff0000;
}

.demo-form-gelukt-melding, .form-gelukt-melding h2 {
  color:#00ff00;
}

.demo-form-nieuwsbrief-label {
  font-weight: normal;
}

.form-warning-icon {
  display: none;
  font-size: 22px;
  position: absolute;
  left: -15px;
  top: 28px;
}

.form-warning-message {
  display: none;
  font-weight: normal;
  padding: 2px 4px;
  border-radius: 4px;
}

#set-target-options,
#set-language-options {
}
#set-target-options img,
#set-language-options img {
  width: 32px;
  height: 32px;
}

#used-in-pages img {
  width: 16px;
  height: 16px;
}

.container-background {
  overflow: hidden;
}

.rich-text .col-sm-4:nth-child(1),
.rich-text .col-md-4:nth-child(1),
.rich-text .col-sm-4:nth-child(3),
.rich-text .col-md-4:nth-child(3) {
  z-index: -1;
}

.container-background .rich-text .col-sm-4:nth-child(1),
.container-background .rich-text .col-md-4:nth-child(1),
.container-background .rich-text .col-sm-4:nth-child(3),
.container-background .rich-text .col-md-4:nth-child(3) {
  z-index: auto;
}


.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    width: 200px;
    float: left;
    /*border: 1px solid #fff;*/
}
.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 220px;
}
.jcarousel-control-prev {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #e94e1b;
}
.jcarousel-control-next {
    right: 0px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #e94e1b;
}
.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}
.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
 /*opacity: .5;*/
    cursor: default;
}

#background-container-138 {
  background-position: center;
  background-size:cover;
}
.dealer-pagina {
  /*margin-top: 30px;*/
}
.dealer-map {
  box-shadow: 2px 2px 8px #333;
  margin-top: 30px;
}

.dealer-profielfoto-wrapper {
}
.dealer-profielfoto {
  min-width: 100%;
  max-width: 100%;
}
.dealer-telephone,
.contact-form-telephone {
  display: block;
  margin-top: 5px;
  font-size: 1.2em;
}
.contact-form-telephone {
  margin-top: 60px;
}
.contact-form-nieuwsbrief-label {
  font-weight: normal;
  margin-bottom: 0px;
}
.phone-number {
  font-weight: bold;
}

.tapautomatisering,
.qrcalculator {
  background-image: url('../../assets/uploads/images/tapautomatisering-background.png');
  background-position: center;
  background-size: cover;
}
.tapautomatisering h1,
.qrcalculator h1 {
  text-align: center;
}
.tapautomatisering h2,
.qrcalculator h2 {
  text-align: center;
  margin-bottom: 20px;
}
.tapautomatisering p,
.qrcalculator p {
  text-align: center;
}
.tap-form input{
  text-align:center;
}
.tap-form input.besparing {
  background-color: #e94e1b;
  color:#ffffff;
}
.tap-img {
  width: 100%;
}

.table th {
  white-space: nowrap;
}

.whitespace {
  display: block;
  height: 80px;
}

.separator {
  display: block;
  height: 2px;
  background-color: #ccc;
  border-bottom: 1px solid #eee;
}

.contact-button {
  display: block;
}

.label,
.label small {
  color: #fff !important;
}

#website_id {
  position: fixed;
  top: 0px;
  left: 0px;
  display: inline-block;
  background-color: #f00;
  color: #fff;
  padding: 3px 5px;
  font-size: 12px;
  font-family: Courier;
  font-weight: bold;
  z-index: 99999;
}

.footer-email-separator {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #E56E4E;
  margin-bottom: 5px;
}

.page-footer-2 p.extra-email-addresses {
  margin-top: 25px;
}

.hero-video-wrapper {
  position: absolute;
  width: 100%;
  height: 700px;
  z-index: -100;
  overflow: hidden;
}
.hero-video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.hero-video-overlay {
  z-index: 100;
  position: absolute;
  background: rgba(50,0,0,.6);
  width: 100%;
  height: 100%;
}
.hero-video-scroll-down {
  position: absolute;
  bottom: 10px;
  width: 256px;
  height: 64px;
  background: url('../../assets/img/icons/videoheader-scroll-down.png') no-repeat;
  background-size: 64px 32px;
  background-position: bottom center;
  left: 50%;
  margin-left: -128px;
  -webkit-transition: bottom .25s;
  -moz-transition: bottom .25s;
  -o-transition: bottom .25s;
  transition: bottom .25s;
}
.hero-video-scroll-down:hover {
  bottom: 20px;
}
.hero-video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0; /* zorgt ervoor dat de onderkant van de video altijd zichtbaar is */
}
.hero-video-container video.hero-video-fill-width {
  width: 100%;
}
.page-videoheader-content {
  padding-top: 170px;
  color: #fff;
}

.parallax-window {
  padding-top: 50px;
  padding-bottom: 35px;
  -webkit-box-shadow: inset 0px 10px 50px 10px rgba(0,0,0,.5);
  -moz-box-shadow: inset 0px 10px 50px 10px rgba(0,0,0,.5);
  box-shadow: inset 0px 10px 50px 10px rgba(0,0,0,.5);
}
.background-panel {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 50px 10px rgba(0,0,0,.5);
  -moz-box-shadow: 0px 0px 50px 10px rgba(0,0,0,.5);
  box-shadow: 0px 0px 50px 10px rgba(0,0,0,.5);
}

div.selected {
	opacity: 1;
	background-color: darkgray !important;
}

div.required {
	background-color: lightblue;
}

div.recommended {
	background-color: greenyellow;
}

div.excluded {
	background-color: red;
}

div.multiple {
	background-color: pink;
}

div.message_box {
	font-size: 14px;
}

.constraint_item {
	z-index: +1;
	margin: 10px;
	background-color: lightblue;
}

.collection {
	z-index: -1;
	margin: 10px;
	background-color: #ffd;
	border: 1px solid black;
}


.module-functionalities {
}

    .module-functionalities__group {
    }

        .module-functionalities__group-header {
            outline: none;
        }

            .module-functionalities__group-input {
                display: inline-block;
                width: 50%;
            }


        .module-functionalities__group-details {
            margin: 10px -15px -10px;
            padding: 10px 15px;
            background-color: rgba(0, 0, 0, .016);
            box-shadow: 0 1px 3px rgba(0, 0, 0, .16) inset;
        }

            .module-functionalities__input:not(:last-of-type) {
                margin-bottom: 10px;
            }
