@charset "UTF-8";
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  color: #DD1D10;
}

.lighter-overlay {
  background: rgba(20, 20, 20, 0.8);
}

.lighter-content img {
  padding: 30px;
}

.lighter-close {
  background: rgba(255, 255, 255, 0.6);
}

.swiss-menu {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 14px;
}

.swiss-menu .nav-item {
  padding-right: 6px;
  padding-left: 7px;
  padding-bottom: 0;
  border-top: solid 1px #2D2D2D;
}

.swiss-menu .nav-item > a {
  color: #FFF !important;
}

.swiss-menu .nav-item:hover > a {
  color: #AAA !important;
}

.row-content {
  padding: 30px 15px;
}

/* toegevoegd door niels -> */
.pagina_titel h1 {
  font-size: 32px;
  padding-bottom: 10px;
  padding-top: 30px;
  font-family: "Lato", sans-serif;
}

.pagina_titel h2 {
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 50px;
  color: #555;
  text-align: right;
  font-family: "Lato", sans-serif;
}

.pagina_content {
  font-family: "Helvetica";
  font-size: 16px;
  line-height: 24px;
  color: #373A3C;
}

.pagina_content p {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 21px;
}

.pagina_content li {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.pagina_content a {
  color: #000 !important;
  text-decoration: underline;
}

.pagina_afbeelding p {
  font-size: 14px;
  line-height: 19px;
}

.pagina_afbeelding img {
  padding: 10px;
}

.webshop-extra-menu {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 13px;
}

.nivo-controlNav {
  display: none;
}

.nivo-directionNav {
  display: none;
}

/* <- toegevoegd door niels */
@media (max-width: 991px) {
  .row-content {
    padding: 15px 0;
  }

  .swiss-menu .nav-item {
    display: list-item;
    float: inherit;
    margin-left: 0 !important;
  }

  .dropdown-menu {
    background: red;
    position: relative;
    clear: both;
    width: 100%;
  }
}
.container {
  opacity: 0.95;
}

.container-menu {
  opacity: 0.94;
}

.row-footer {
  background: #121212;
  padding: 30px 15px;
  font-size: 14px;
  line-height: 26px;
}

.row-footer i.fa {
  margin-right: 5px;
  width: 15px;
}

.content {
  padding: 15px;
}

a.product-tegel:focus, a.product-tegel:hover, a.product-tegel:active, a.product-tegel::selection {
  text-decoration: none;
}

.content h1 {
  font-family: "Candal", Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.accented {
  font-weight: bold;
  font-style: italic;
}

a.accented:hover {
  color: #000;
}

h1.header-alt, .swissvax-red {
  color: #DD1D10;
}

.product-tegel {
  display: block;
  background: #FFF;
  border: solid 1px #EEE;
  padding: 10px 2px 10px 10px;
  margin-bottom: 30px;
  color: #373A3C;
}

.product-tegel:hover {
  -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.9);
  cursor: pointer;
  color: #333;
}

.product-tegel h1, .product-tegel h2 {
  font-size: 14px;
}

.product-tegel h1 {
  font-weight: bold;
  height: 17px;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-tegel h2 {
  width: 100%;
  font-style: italic;
  height: 50px;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-tegel .info-order {
  position: absolute;
  right: 30px;
  bottom: 0;
  font-size: 19px;
  color: #666;
}

.product-tegel .inhoud {
  font-size: 11px;
}

.product-tegel .img-container {
  width: 90px;
  height: 90px;
  background: #FFF;
  text-align: center;
}

.product-tegel .img-container img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 543px) {
  .product-tegel .img-container {
    width: 100%;
    height: 100px;
    margin-bottom: 5px;
    background: #FFF;
    text-align: center;
  }

  .product-tegel .img-container img {
    max-width: 100%;
    max-height: 100%;
  }
}
#searchinput {
  border: solid 1px #373737;
  background: #000;
  padding: 4px;
  font-size: 14px;
  border-radius: 0;
  color: #FFF;
}

.row-header a {
  color: #CCC;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  text-decoration: underline;
}

.row-header a:hover {
  text-decoration: none;
}

.dropdown-menu {
  background: #292929;
  padding: 4px;
}

.dropdown-menu a {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #EEE;
  padding-left: 10px;
}

#footer-cart {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #444;
  padding: 5px;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.6);
}

#footer-cart:hover {
  text-decoration: none;
}

#footer-cart .aantal_artikelen {
  font-weight: bold;
}

#footer-cart .totaal_bedrag {
  font-weight: bold;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}

.dropdown-toggle {
  cursor: default;
}

.dropdown-menu {
  margin-top: 3px;
  amargin-left: -19px;
  border-radius: 0 !important;
}

#otto-cart-popup-background {
  background: #FFF;
  opacity: 0.8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
}

#otto-cart-popup {
  left: 50%;
  margin-left: -345px;
  width: 690px;
  background: #FFF;
  z-index: 9999;
  top: 50px;
  bottom: 50px;
  border: solid 1px #C1C7B9;
  box-shadow: 3px 3px 15px #999999;
}

#otto-cart-popup-cross {
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 36px;
  z-index: 9999999;
  text-decoration: none;
  color: #F40000;
}

#otto-cart-popup > div {
  wpadding: 10px;
}

#otto-cart-popup-content {
  padding: 0;
}

.otto-cart-popup {
  display: none;
  position: fixed;
}

.breadcrumb > li + li::before {
  content: "»" !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiss-page-header-image {
  width: 100%;
  min-height: 250px;
  max-height: 300px;
}

/*# sourceMappingURL=base.css.map */
