/* external css */
@import url(bootstrap.min.css);
@import url(fontawesome.min.css);
@import url(magnific-popup.css);
@import url(paymentfont.min.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
/* reset & vars */
/*****************************************************************************************
** BOX MODEL                                                                            **
*****************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,900;1,700&family=Open+Sans:wght@300;400;800&family=Yellowtail&display=swap");
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*****************************************************************************************
** RESET                                                                                **
*****************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*****************************************************************************************
** VARIABLES  & MIXINS                                                                  **
*****************************************************************************************/
/* responsive breakpoints */
/* colors */
/*	
	$grey-light: #787878;
	$grey-lighter: lighten($grey-light,10%);
	$grey-lightest: #CCCCCC;
	$grey-dark: #232322;
	$grey-darkest: #131313;
	
	$yellow: #ff840a;
	$yellow-dark: darken($yellow, 15%);
*/
/* fonts */
/* mixins */
/* defaults */
/*****************************************************************************************
** GENERAL                                                                              **
*****************************************************************************************/
body {
  color: #919191;
  font-size: 14px;
  font-family: open_sansregular, arial, verdana;
  overflow-y: scroll; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.text-align-left {
  text-align: left; }

.text-align-center {
  text-align: center; }

.text-align-right {
  text-align: right; }

.responsiveimg {
  width: 100%;
  height: auto !important;
  display: block; }

div.clear {
  width: 100%;
  float: left;
  clear: both;
  display: block; }

.as-h1,
h1 {
  text-transform: uppercase;
  color: #19b8eb;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 20px;
  margin: 0 0 30px 0;
  padding: 0; }
  .as-h1:after,
  h1:after {
    content: '';
    display: block;
    margin: 15px 0 0 0;
    padding: 0;
    width: 80px;
    height: 3px;
    background: #f47321; }
  .as-h1.centered,
  h1.centered {
    text-align: center; }
    .as-h1.centered:after,
    h1.centered:after {
      content: '';
      display: block;
      margin: 15px auto;
      padding: 0;
      width: 80px;
      height: 3px;
      background: #f47321; }
  @media screen and (min-width: 768px) {
    .as-h1,
    h1 {
      font-size: 22px; } }
  @media screen and (min-width: 892px) {
    .as-h1,
    h1 {
      font-size: 24px; } }

h2 {
  text-transform: uppercase;
  color: #19b8eb;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0 0 30px 0;
  padding: 0; }
  h2:after {
    content: '';
    display: block;
    margin: 15px 0 0 0;
    padding: 0;
    width: 60px;
    height: 3px;
    background: #f47321; }
  h2.centered {
    text-align: center; }
    h2.centered:after {
      content: '';
      display: block;
      margin: 15px auto;
      padding: 0;
      width: 60px;
      height: 3px;
      background: #f47321; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 18px; } }
  @media screen and (min-width: 892px) {
    h2 {
      font-size: 20px; } }

p {
  padding-bottom: 20px;
  line-height: 1.8; }

.maincontent {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }
  .maincontent.webwinkel, .maincontent.category {
    padding-bottom: 40px !important; }
  .maincontent ul {
    list-style-type: disc;
    padding-left: 20px;
    padding-bottom: 20px; }
    .maincontent ul li {
      line-height: 1.8; }
  .maincontent h2,
  .maincontent h3,
  .maincontent h4,
  .maincontent h5,
  .maincontent h6 {
    font-size: 20px !important;
    text-transform: none;
    color: black;
    margin-bottom: 15px !important; }
    .maincontent h2::after,
    .maincontent h3::after,
    .maincontent h4::after,
    .maincontent h5::after,
    .maincontent h6::after {
      content: none; }
  .maincontent p {
    color: black;
    padding-bottom: 30px !important; }
  .maincontent a {
    text-decoration: none;
    color: black;
    font-style: italic; }
    .maincontent a:hover {
      cursor: pointer;
      text-decoration: underline; }

.extrabold {
  font-weight: 900; }

.mobile-only {
  display: block; }
  @media screen and (min-width: 992px) {
    .mobile-only {
      display: none; } }

.desktop-only {
  display: none; }
  @media screen and (min-width: 992px) {
    .desktop-only {
      display: block; } }

.btn {
  border-radius: 0;
  outline: none;
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease; }
  .btn:hover {
    box-shadow: 4px 6px 3px rgba(0, 0, 0, 0.19), 2px 3px 4px rgba(0, 0, 0, 0.22);
    transition: all 0.4s ease; }
  .btn.btn-blue {
    background-color: #19b8eb;
    color: white;
    padding: 12px 15px;
    margin: 0; }
    .btn.btn-blue:hover {
      background-color: #f47321;
      color: white; }
  .btn.btn-green {
    background-color: #339900;
    color: white;
    padding: 12px 15px;
    margin: 0; }
    .btn.btn-green:hover {
      background-color: #267130;
      color: white; }
  .btn.btn-orange, .btn.btn-carousel {
    background-color: #f47321;
    color: white;
    padding: 12px 15px;
    margin: 0; }
  .btn.btn-white {
    background-color: white;
    color: #19b8eb !important; }
  .btn.small {
    font-size: 14px;
    padding: 5px 10px; }
  .btn.agenda {
    padding-left: 35px !important;
    position: relative;
    margin: 8px !important; }
    .btn.agenda:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f073";
      position: absolute;
      left: 12px;
      top: 10px; }
  .btn.telefoon {
    padding-left: 35px !important;
    position: relative;
    margin: 8px !important; }
    .btn.telefoon:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f095";
      position: absolute;
      left: 12px;
      top: 10px; }

.add-padding {
  padding: 9px 0; }
  .add-padding p {
    line-height: 1.1;
    font-size: 12px; }
    @media screen and (min-width: 892px) {
      .add-padding p {
        font-size: 18px; } }

.clickable {
  cursor: pointer; }

section {
  padding-top: 70px;
  padding-bottom: 70px; }
  section.icons {
    padding-top: 40px;
    padding-bottom: 40px; }
  section.highlight {
    padding-bottom: 50px; }
  section.appointment, section.slideshow {
    padding-top: 0px;
    padding-bottom: 0px; }

.pagegallery .pagegallery-item {
  margin-bottom: 20px; }
  .pagegallery .pagegallery-item .inner {
    box-shadow: 3px 4px 6px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease; }
    .pagegallery .pagegallery-item .inner:hover {
      box-shadow: 4px 5px 9px 1px rgba(0, 0, 0, 0.3);
      transform: scale(1.05);
      transition: all 0.4s ease; }

ul.checkmarks {
  list-style-type: none; }
  ul.checkmarks li {
    line-height: 2.5;
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    text-transform: uppercase; }
    ul.checkmarks li:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: '\f00c';
      margin: 0 10px 0 0;
      padding: 0;
      color: #339900; }

.sideblock {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 20px;
  padding: 30px;
  color: white !important;
  font-size: 110%;
  font-weight: bold; }
  .sideblock.orange {
    background-color: #f47321;
    color: white; }
    .sideblock.orange p {
      color: white; }
      .sideblock.orange p a {
        color: white;
        font-style: italic; }
    .sideblock.orange a {
      color: white;
      font-style: italic; }
  .sideblock.green {
    background-color: #339900;
    color: white !important; }
    .sideblock.green p {
      color: white; }
      .sideblock.green p a {
        color: white;
        font-style: italic; }
    .sideblock.green a {
      color: white;
      font-style: italic; }

/*****************************************************************************************
** HEADER                                                                               **
*****************************************************************************************/
header {
  border-top: solid 5px #f47321;
  background: white; }
  header .topbar {
    padding-top: 10px;
    padding-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      header .topbar {
        padding-top: 20px;
        padding-bottom: 20px; } }
    header .topbar #left {
      text-align: right; }
      @media only screen and (min-width: 992px) {
        header .topbar #left {
          text-align: left; } }
    header .topbar p {
      text-transform: uppercase;
      font-weight: 500;
      margin: 0;
      padding: 0;
      font-size: 14px;
      color: black; }
      header .topbar p a {
        text-decoration: none;
        color: black;
        font-weight: 700; }
  header nav {
    position: relative;
    background: #339900;
    font-size: 14px;
    color: white;
    text-transform: uppercase; }
    @media only screen and (min-width: 1200px) {
      header nav {
        font-size: 16px; } }
    header nav .container {
      flex-wrap: wrap;
      padding: 0; }
      @media only screen and (min-width: 435px) {
        header nav .container {
          padding-right: 15px !important;
          padding-left: 15px !important; } }
      @media only screen and (min-width: 992px) {
        header nav .container {
          padding: 0 !important;
          flex-wrap: nowrap; } }
    header nav .logo {
      width: 135px;
      height: 135px;
      position: absolute;
      z-index: 1001;
      top: -40px; }
      @media only screen and (min-width: 435px) {
        header nav .logo {
          width: 175px;
          height: 175px;
          top: -60px; } }
    header nav .responsive-menu {
      display: flex;
      position: relative;
      margin-left: auto; }
      @media only screen and (min-width: 320px) {
        header nav .responsive-menu {
          padding: 0 15px; } }
      @media only screen and (min-width: 435px) {
        header nav .responsive-menu {
          padding: 0 !important; } }
      @media only screen and (min-width: 992px) {
        header nav .responsive-menu {
          display: none !important; } }
      header nav .responsive-menu i {
        display: flex;
        align-items: center;
        font-size: 24px;
        padding: 15px 0;
        margin: 0;
        color: white;
        cursor: pointer; }
    header nav a {
      text-decoration: none;
      color: white !important; }
      header nav a:hover {
        color: white !important;
        cursor: pointer;
        text-decoration: none; }
    @media only screen and (min-width: 992px) {
      header nav .show,
      header nav .open {
        display: none; } }
    header nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      header nav ul.primary-menu {
        display: none;
        margin: 30px 0 0 0;
        padding: 0 0 10px 0; }
        @media only screen and (min-width: 435px) {
          header nav ul.primary-menu {
            margin: 55px 0 0 0;
            padding: 0 0 15px 0; } }
        @media only screen and (min-width: 992px) {
          header nav ul.primary-menu {
            display: block !important;
            margin: 0;
            padding: 0; } }
      header nav ul li {
        position: relative;
        padding: 15px 7px;
        float: left;
        margin: 0; }
        @media only screen and (min-width: 320px) {
          header nav ul li {
            display: flex;
            width: 100%;
            flex-direction: column;
            padding: 12px 15px; } }
        @media only screen and (min-width: 992px) {
          header nav ul li {
            width: auto;
            padding: 15px 7px; } }
        header nav ul li a {
          text-decoration: none;
          color: white; }
          header nav ul li a:hover {
            text-decoration: none;
            color: white; }
        header nav ul li:hover {
          cursor: pointer;
          background: #287333; }
        header nav ul li.current {
          background: #287333; }
        header nav ul li#menu-g1-1 {
          display: block; }
          @media only screen and (min-width: 992px) {
            header nav ul li#menu-g1-1 {
              display: none !important; } }
          @media only screen and (min-width: 1200px) {
            header nav ul li#menu-g1-1 {
              display: block !important; } }
        header nav ul li.dropdown-li {
          padding: 0; }
          @media only screen and (min-width: 992px) {
            header nav ul li.dropdown-li {
              padding: 15px 7px; } }
          header nav ul li.dropdown-li a {
            padding: 12px 15px; }
            @media only screen and (min-width: 992px) {
              header nav ul li.dropdown-li a {
                padding: 0; } }
          header nav ul li.dropdown-li:hover ul#shopmenu {
            display: none; }
            @media only screen and (min-width: 992px) {
              header nav ul li.dropdown-li:hover ul#shopmenu {
                display: block !important; } }
          header nav ul li.dropdown-li .mob-nav-arrow {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 30px;
            height: 30px;
            text-align: right;
            line-height: 30px;
            font-size: 20px;
            cursor: pointer;
            transition: all 0.4s ease; }
            header nav ul li.dropdown-li .mob-nav-arrow.active {
              transform: rotate(90deg); }
            header nav ul li.dropdown-li .mob-nav-arrow::before {
              content: "\f0da";
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-size: 20px;
              position: absolute;
              right: 10px;
              color: white; }
              @media only screen and (min-width: 992px) {
                header nav ul li.dropdown-li .mob-nav-arrow::before {
                  display: none !important; } }
          header nav ul li.dropdown-li ul#shopmenu {
            display: none;
            position: relative;
            margin: 0;
            padding: 0;
            z-index: 1000;
            background: #287333; }
            @media only screen and (min-width: 992px) {
              header nav ul li.dropdown-li ul#shopmenu {
                left: 0;
                display: none !important;
                position: absolute;
                margin-top: 38px; } }
            header nav ul li.dropdown-li ul#shopmenu li {
              width: 100%;
              padding: 0 10px; }
              @media only screen and (min-width: 768px) {
                header nav ul li.dropdown-li ul#shopmenu li {
                  padding: 0 15px; } }
              @media only screen and (min-width: 992px) {
                header nav ul li.dropdown-li ul#shopmenu li {
                  width: 280px;
                  margin: 0;
                  padding: 6px 8px; } }
              header nav ul li.dropdown-li ul#shopmenu li a {
                padding: 12px 15px; }
                @media only screen and (min-width: 992px) {
                  header nav ul li.dropdown-li ul#shopmenu li a {
                    padding: 0 !important; } }
              header nav ul li.dropdown-li ul#shopmenu li:hover {
                cursor: pointer; }
              header nav ul li.dropdown-li ul#shopmenu li.current, header nav ul li.dropdown-li ul#shopmenu li:hover {
                background: #1f5827; }

/*****************************************************************************************
** FOOTER                                                                               **
*****************************************************************************************/
footer {
  background: #339900;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  position: relative; }
  footer .footerblock {
    color: white;
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px) {
      footer .footerblock {
        margin-bottom: 0; } }
    @media only screen and (min-width: 1200px) {
      footer .footerblock {
        font-size: 16px; } }
    @media only screen and (min-width: 1600px) {
      footer .footerblock {
        font-size: 18px; } }
    footer .footerblock h2 {
      text-transform: uppercase;
      color: white;
      font-size: 20px;
      margin: 0 0 15px 0;
      padding: 0; }
      @media only screen and (min-wdith: 435px) {
        footer .footerblock h2 {
          margin: 0 0 20px 0; } }
      footer .footerblock h2:after {
        display: block;
        width: 6rem;
        margin: 1rem 0;
        border-bottom: 3px solid #f47321;
        content: "";
        font-size: 0;
        height: 5px; }
    footer .footerblock p {
      line-height: 2.5; }
      @media only screen and (min-width: 435px) {
        footer .footerblock p {
          line-height: 1.8; } }
    footer .footerblock ul.socialmedia li {
      display: inline-block; }
      footer .footerblock ul.socialmedia li a {
        margin: 0 12px 0 0;
        padding: 0;
        cursor: pointer;
        text-decoration: none; }
        footer .footerblock ul.socialmedia li a i {
          color: white;
          font-size: 20px; }
          @media only screen and (min-width: 992px) {
            footer .footerblock ul.socialmedia li a i {
              font-size: 24px; } }
    footer .footerblock ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      footer .footerblock ul li {
        line-height: 2.5; }
        @media only screen and (min-width: 435px) {
          footer .footerblock ul li {
            line-height: 1.8; } }
        footer .footerblock ul li a {
          color: white;
          text-transform: capitalize;
          font-weight: normal;
          text-decoration: none;
          cursor: pointer; }
          footer .footerblock ul li a:hover {
            text-decoration: underline; }
    footer .footerblock form .form-group .form-control {
      border-radius: 0 !important;
      border: none !important;
      box-shadow: none !important; }
    footer .footerblock form .form-group button.btn-orange {
      float: right;
      padding: 8px 14px;
      text-transform: uppercase;
      cursor: pointer;
      letter-spacing: 1px;
      font-weight: 600; }

/*****************************************************************************************
** COPYRIGHT                                                                            **
*****************************************************************************************/
.copyright {
  background: #f47321;
  text-align: center;
  padding: 10px 0;
  margin: 0; }
  .copyright p {
    color: white;
    margin: 0;
    padding: 0 15px;
    font-size: 16px; }
    @media only screen and (min-width: 435px) {
      .copyright p {
        padding: 0; } }
    .copyright p a {
      text-decoration: none;
      color: white;
      font-weight: 600;
      cursor: pointer; }

/*****************************************************************************************
** COOKIES                                                                   			**
*****************************************************************************************/
.cookie_monster {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px;
  border-top: 2px solid red;
  background-color: white;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 892px) {
    .cookie_monster {
      background-image: url(../images/layout/koekjes.jpg);
      background-repeat: no-repeat;
      background-position: 20px 50%;
      padding: 50px 50px 50px 300px; } }

/*****************************************************************************************
** DevBar                                                                   			**
*****************************************************************************************/
#dev_tool_bar {
  width: 300px;
  position: absolute;
  top: 0px;
  left: -270px;
  z-index: 9990; }
  #dev_tool_bar .dev_tool_bar_tools {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
    color: white;
    min-height: 30px;
    float: left;
    width: 270px; }
    #dev_tool_bar .dev_tool_bar_tools button {
      width: 100%;
      margin-bottom: 10px;
      text-align: center; }
    #dev_tool_bar .dev_tool_bar_tools p {
      text-align: center; }
    #dev_tool_bar .dev_tool_bar_tools .dev_tool_bar_infobox {
      margin-top: 10px;
      margin-bottom: 10px; }
    #dev_tool_bar .dev_tool_bar_tools .dev_tool_bar_infobox_title {
      font-weight: bold;
      text-transform: uppercase;
      cursor: pointer; }
    #dev_tool_bar .dev_tool_bar_tools .dev_tool_bar_infobox_content {
      padding: 10px;
      background-color: white;
      color: black;
      display: none; }
  #dev_tool_bar .dev_tool_bar_handle {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0px;
    color: white;
    float: left;
    font-weight: bolder;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center; }
    #dev_tool_bar .dev_tool_bar_handle a.dev_tool_bar_toggle {
      text-decoration: none;
      color: white; }

/*****************************************************************************************
* EDITS                                                                   				 *
*****************************************************************************************/
.editcontainer {
  padding: 3px;
  border: 1px solid #CCCCCC;
  position: relative; }
  .editcontainer .icon {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 1px solid #CCCCCC;
    color: black;
    right: -3px;
    top: -3px;
    display: block;
    padding: 4px;
    text-align: center;
    line-height: 12px;
    font-size: 12px; }
    .editcontainer .icon a {
      color: black; }

/* modules */
/*****************************************************************************************
** HOME                                                                                 **
*****************************************************************************************/
.main {
  background: white; }
  .main h2 {
    color: #19b8eb;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0; }
  .main hr {
    border-top: solid 5px #f47321;
    width: 75px;
    margin: 0 0 30px 0;
    padding: 0; }
  .main p {
    line-height: 1.5;
    margin: 0 0 20px 0;
    padding: 0; }

/*****************************************************************************************
** ICONS                                                                                **
*****************************************************************************************/
.icons {
  background: #19b8eb;
  border-top: solid 3px #f47321;
  width: 100%; }
  .icons .row {
    display: block !important; }
    @media only screen and (min-width: 768px) {
      .icons .row {
        display: flex !important;
        justify-content: space-between !important; } }
  .icons .map,
  .icons .phone,
  .icons .globe {
    display: flex;
    color: white;
    margin: 15px 0; }
    @media only screen and (min-width: 768px) {
      .icons .map,
      .icons .phone,
      .icons .globe {
        margin: 0; } }
    .icons .map i,
    .icons .phone i,
    .icons .globe i {
      background: white;
      width: 55px;
      height: 55px;
      font-size: 25px;
      margin: 0;
      padding: 0;
      border-radius: 50%;
      color: #f47321;
      display: flex;
      text-align: center;
      align-items: center;
      justify-content: center; }
      @media only screen and (min-width: 768px) {
        .icons .map i,
        .icons .phone i,
        .icons .globe i {
          width: 45px;
          height: 45px;
          font-size: 20px; } }
      @media only screen and (min-width: 992px) {
        .icons .map i,
        .icons .phone i,
        .icons .globe i {
          width: 75px;
          height: 75px;
          font-size: 35px; } }
    .icons .map p,
    .icons .phone p,
    .icons .globe p {
      display: flex;
      padding: 0;
      font-size: 16px;
      margin: 0 0 0 6px;
      flex-direction: column;
      justify-content: center; }
      @media only screen and (min-width: 768px) {
        .icons .map p,
        .icons .phone p,
        .icons .globe p {
          font-size: 12px; } }
      @media only screen and (min-width: 992px) {
        .icons .map p,
        .icons .phone p,
        .icons .globe p {
          font-size: 15px; } }
      @media only screen and (min-width: 1200px) {
        .icons .map p,
        .icons .phone p,
        .icons .globe p {
          font-size: 18px;
          margin: 0 0 0 15px; } }

/*****************************************************************************************
** ASSORTIMENT                                                                          **
*****************************************************************************************/
.shop-assortiment {
  background: white; }
  .shop-assortiment h2 {
    text-transform: uppercase;
    color: #19b8eb;
    margin: 0 0 15px 0;
    text-align: left;
    font-size: 24px; }
    @media only screen and (min-width: 768px) {
      .shop-assortiment h2 {
        text-align: center;
        margin: 0 0 20px 0; } }
    @media only screen and (min-width: 992px) {
      .shop-assortiment h2 {
        margin: 0 0 20px 0;
        text-align: center; } }
  .shop-assortiment hr {
    border-top: solid 5px #f47321;
    width: 75px;
    margin: 0 0 20px 0;
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .shop-assortiment hr {
        margin: 0 auto; } }
    @media only screen and (min-width: 992px) {
      .shop-assortiment hr {
        margin: 0 auto; } }
  .shop-assortiment a.btn-blue {
    text-decoration: none;
    padding: 8px 12px;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .shop-assortiment a.btn-blue {
        font-size: 20px;
        padding: 12px 15px; } }

/*****************************************************************************************
** APPOINTMENT                                                                          **
*****************************************************************************************/
.appointment {
  background: #f47321;
  border-top: solid 3px #19b8eb;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  text-align: center;
  font-size: 18px; }
  @media screen and (min-width: 768px) {
    .appointment {
      text-align: left;
      font-size: 20px; } }
  @media only screen and (min-width: 768px) {
    .appointment .col-md-9 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
      text-align: left !important; } }
  @media only screen and (min-width: 992px) {
    .appointment .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%; } }
  @media only screen and (min-width: 768px) {
    .appointment .col-md-3 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
      display: flex;
      align-items: center; } }
  @media only screen and (min-width: 992px) {
    .appointment .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%; } }
  .appointment p {
    color: white;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .appointment p {
        font-size: 20px;
        text-align: left;
        padding: 0; } }
    @media screen and (min-width: 992px) {
      .appointment p {
        padding-top: 15px !important;
        padding-bottom: 15px !important; } }
  .appointment a.btn-white {
    padding: 10px 15px;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none; }

/*****************************************************************************************
** HIGHLIGHT                                                                            **
*****************************************************************************************/
.highlight {
  background: white; }
  .highlight h2 {
    text-transform: uppercase;
    color: #19b8eb;
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 0; }
    @media only screen and (min-width: 435px) {
      .highlight h2 {
        margin: 0 0 20px 0; } }
  .highlight hr {
    border-top: solid 5px #f47321;
    width: 75px;
    margin: 0 0 20px 0;
    padding: 0; }
    @media only screen and (min-width: 435px) {
      .highlight hr {
        margin: 0 0 30px 0; } }
  .highlight .image {
    margin: 0 0 30px 0;
    padding: 0;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); }
    .highlight .image img {
      width: 100%;
      height: auto;
      object-fit: cover;
      display: block; }
      .highlight .image img:hover {
        box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2); }

/*****************************************************************************************
** INFO 	                                                                           **
*****************************************************************************************/
.info {
  padding: 6px 0 !important;
  color: white;
  background: #339900;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase; }
  @media only screen and (min-width: 992px) {
    .info {
      font-size: 13px; } }
  .info a {
    color: white;
    text-decoration: none;
    border-bottom: solid 2px white; }
    .info a:hover {
      cursor: pointer;
      text-decoration: none; }

/*****************************************************************************************
** MAIN CAROUSEL                                                                        **
*****************************************************************************************/
.main-slideshow {
  background: transparent;
  width: 100%;
  height: 550px;
  display: block;
  position: relative; }
  .main-slideshow .carousel-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
    .main-slideshow .carousel-slide .carousel-slide-template {
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      bottom: 0;
      margin: 0 15px 50px 0;
      padding: 10px 12px 20px 12px;
      z-index: 999; }
      @media only screen and (min-width: 768px) {
        .main-slideshow .carousel-slide .carousel-slide-template {
          margin-right: 0; } }
      .main-slideshow .carousel-slide .carousel-slide-template .col-lg-9 {
        margin: 0 -15px; }
      .main-slideshow .carousel-slide .carousel-slide-template h4 {
        text-shadow: 1px 2px 2px black;
        text-transform: uppercase;
        color: white;
        font-size: 32px;
        margin: 0 0 10px 0;
        padding: 0; }
      .main-slideshow .carousel-slide .carousel-slide-template p {
        text-shadow: 1px 2px 2px black;
        text-transform: uppercase;
        color: white;
        margin: 0 0 30px 0;
        padding: 0; }
      .main-slideshow .carousel-slide .carousel-slide-template a.btn-carousel {
        margin: 0;
        padding: 10px 25px;
        text-transform: uppercase;
        text-decoration: none; }

/*****************************************************************************************
** OWL CAROUSEL                                                                         **
*****************************************************************************************/
.shop-matrix-wrap {
  margin: 0;
  padding: 0;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .shop-matrix-wrap {
      padding: 0 60px; } }
  .shop-matrix-wrap .shop-matrix {
    margin: 15px 0 5px 0; }
    @media only screen and (min-width: 768px) {
      .shop-matrix-wrap .shop-matrix {
        margin: 30px 0 20px 0; } }
  .shop-matrix-wrap .matrix-nav {
    position: absolute;
    font-size: 60px;
    top: 125px;
    display: none; }
    @media only screen and (min-width: 768px) {
      .shop-matrix-wrap .matrix-nav {
        display: block; } }
    .shop-matrix-wrap .matrix-nav.prev {
      left: 0; }
    .shop-matrix-wrap .matrix-nav.next {
      right: 0; }
    .shop-matrix-wrap .matrix-nav a {
      color: #CFCFCF;
      text-decoration: none; }
      .shop-matrix-wrap .matrix-nav a:hover {
        color: #777777; }

/*****************************************************************************************
** CATEGORIE LISTVIEW                                                              			**
*****************************************************************************************/
#shop-categorie-listview-items .shop-categorie-listview-item {
  margin: 0 0 30px 0; }
  #shop-categorie-listview-items .shop-categorie-listview-item .inner {
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease; }
    #shop-categorie-listview-items .shop-categorie-listview-item .inner:hover {
      box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0.2);
      transition: all 0.6s ease; }
      #shop-categorie-listview-items .shop-categorie-listview-item .inner:hover .shop-categorie-listview-img img {
        transform: scale(1.1);
        transition: all 0.6s ease; }
    #shop-categorie-listview-items .shop-categorie-listview-item .inner .shop-categorie-listview-img {
      overflow: hidden; }
      #shop-categorie-listview-items .shop-categorie-listview-item .inner .shop-categorie-listview-img a {
        text-decoration: none; }
        #shop-categorie-listview-items .shop-categorie-listview-item .inner .shop-categorie-listview-img a img {
          width: 100%;
          height: auto;
          display: block;
          transition: all 0.6s ease; }
    #shop-categorie-listview-items .shop-categorie-listview-item .inner .shop-categorie-listview-title h3 {
      text-align: center;
      padding: 15px;
      margin: 0;
      font-size: 18px;
      letter-spacing: 2px;
      font-weight: 700;
      text-transform: capitalize; }
      #shop-categorie-listview-items .shop-categorie-listview-item .inner .shop-categorie-listview-title h3 a {
        text-decoration: none;
        color: black;
        cursor: pointer; }
        #shop-categorie-listview-items .shop-categorie-listview-item .inner .shop-categorie-listview-title h3 a:hover {
          text-decoration: underline; }

/*****************************************************************************************
** PRODUCT LISTVIEW                                                         		    **
*****************************************************************************************/
.shop-products-listitem {
  margin: 0 0 30px 0;
  display: block; }
  .owl-item .shop-products-listitem {
    width: 100% !important;
    float: left;
    clear: both;
    display: block !important; }
    .inner .owl-item .shop-products-listitem {
      width: 100% !important;
      float: left;
      clear: both;
      display: block !important; }
  .shop-products-listitem .inner {
    clear: both;
    float: left;
    width: 100% !important;
    background: white;
    box-shadow: 3px 4px 6px 1px rgba(0, 0, 0, 0.2);
    border: solid 1px #CFCFCF; }
    .shop-products-listitem .inner:hover {
      box-shadow: 4px 5px 9px 1px rgba(0, 0, 0, 0.3); }
    .shop-products-listitem .inner .shop-products-listitem-image {
      position: relative; }
      .shop-products-listitem .inner .shop-products-listitem-image a {
        padding: 0;
        margin: 0;
        background: transparent;
        color: transparent; }
    .shop-products-listitem .inner .shop-products-listitem-text {
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column; }
      .shop-products-listitem .inner .shop-products-listitem-text .shop-products-listitem-title {
        padding: 15px;
        margin: 0; }
        .shop-products-listitem .inner .shop-products-listitem-text .shop-products-listitem-title h3 {
          text-align: left;
          text-transform: uppercase; }
          .shop-products-listitem .inner .shop-products-listitem-text .shop-products-listitem-title h3::after {
            content: '';
            display: block;
            width: 0;
            height: 3px;
            margin: 4px 0 0 0;
            padding: 0;
            background: #f47321;
            transition: width 0.5s; }
          .shop-products-listitem .inner .shop-products-listitem-text .shop-products-listitem-title h3:hover::after {
            width: 60px;
            transition: all ease 0.3s; }
        .shop-products-listitem .inner .shop-products-listitem-text .shop-products-listitem-title a {
          color: #19b8eb;
          font-size: 18px;
          font-weight: 500;
          background: transparent;
          padding: 0;
          margin: 0;
          box-shadow: none;
          text-decoration: none; }
      .shop-products-listitem .inner .shop-products-listitem-text .shop-products-listitem-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 15px 10px 15px;
        margin-top: auto; }
        .shop-products-listitem .inner .shop-products-listitem-text .shop-products-listitem-footer .shop-products-listitem-footer-price {
          margin: 0;
          position: relative; }
          .shop-products-listitem .inner .shop-products-listitem-text .shop-products-listitem-footer .shop-products-listitem-footer-price p {
            color: black;
            padding: 0;
            margin: 0;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 1px; }
            .shop-products-listitem .inner .shop-products-listitem-text .shop-products-listitem-footer .shop-products-listitem-footer-price p.highlight {
              color: #FF0000;
              font-weight: 700; }
          .shop-products-listitem .inner .shop-products-listitem-text .shop-products-listitem-footer .shop-products-listitem-footer-price span.discount {
            font-style: italic;
            padding: 0;
            margin: 0;
            font-size: 14px;
            position: absolute;
            bottom: 23px;
            left: 1px;
            text-decoration: line-through; }
        .shop-products-listitem .inner .shop-products-listitem-text .shop-products-listitem-footer .shop-products-listitem-footer-link {
          margin: 0; }
          .shop-products-listitem .inner .shop-products-listitem-text .shop-products-listitem-footer .shop-products-listitem-footer-link a {
            color: black;
            cursor: pointer;
            text-decoration: none;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1px;
            background: transparent;
            padding: 0;
            margin: 0;
            box-shadow: none;
            text-transform: uppercase; }
            .shop-products-listitem .inner .shop-products-listitem-text .shop-products-listitem-footer .shop-products-listitem-footer-link a::after {
              font-family: "Font Awesome 5 Free";
              content: "\f061";
              display: inline-block;
              font-weight: 700;
              padding: 0 0 0 6px;
              font-size: 100%;
              transition: all 0.2s ease; }
            .shop-products-listitem .inner .shop-products-listitem-text .shop-products-listitem-footer .shop-products-listitem-footer-link a:hover {
              color: #f47321;
              transition: all 0.3s ease; }
              .shop-products-listitem .inner .shop-products-listitem-text .shop-products-listitem-footer .shop-products-listitem-footer-link a:hover::after {
                transform: translateX(3px);
                display: inline-block;
                transition: all 0.4s ease; }

/*****************************************************************************************
** PRODUCT SINGLEVIEW                                                          		    **
*****************************************************************************************/
.shop-product {
  padding: 0 0 27px 0; }
  @media only screen and (min-width: 768px) {
    .shop-product {
      padding: 0; } }
  .shop-product .shop-product-single-image .inner .shop-product-single-mainimage {
    margin: 0 0 15px 0; }
    .shop-product .shop-product-single-image .inner .shop-product-single-mainimage img {
      width: 100%;
      height: auto;
      display: block; }
  .shop-product .shop-product-single-image .inner .shop-product-single-extraimages {
    margin: 15px 0; }
    .shop-product .shop-product-single-image .inner .shop-product-single-extraimages img {
      width: 100%;
      height: auto;
      display: block; }
  .shop-product .shop-product-single-text .shop-product-single-title h1 {
    color: black;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: left; }
    .shop-product .shop-product-single-text .shop-product-single-title h1::after {
      content: none; }
    .shop-product .shop-product-single-text .shop-product-single-title h1::first-letter {
      text-transform: capitalize; }
  .shop-product .shop-product-single-text .shop-product-single-price .inner {
    width: 100%;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0; }
    .shop-product .shop-product-single-text .shop-product-single-price .inner span {
      font-style: italic;
      text-decoration: line-through;
      font-size: 14px;
      margin: 0;
      padding: 0; }
    .shop-product .shop-product-single-text .shop-product-single-price .inner p {
      letter-spacing: 1px;
      font-size: 24px;
      font-weight: 500;
      margin: 0;
      padding: 0; }
      .shop-product .shop-product-single-text .shop-product-single-price .inner p.discount {
        color: #FF0000;
        font-weight: 700; }
  .shop-product .shop-product-single-text .shop-product-single-description {
    margin: 0 0 27px 0; }
    .shop-product .shop-product-single-text .shop-product-single-description .inner {
      color: black; }
      .shop-product .shop-product-single-text .shop-product-single-description .inner h2 {
        margin: 0 0 10px 0;
        color: black;
        padding: 0;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: capitalize; }
        .shop-product .shop-product-single-text .shop-product-single-description .inner h2::after {
          content: none; }
  .shop-product .shop-product-single-text .shop-product-single-contact .inner .button a.btn-blue {
    margin: 0;
    padding: 12px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700; }

.shop-product-backlink .col-12 {
  padding: auto; }
  @media only screen and (min-width: 768px) {
    .shop-product-backlink .col-12 {
      padding: 0; } }
  .shop-product-backlink .col-12 a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: black;
    font-weight: 700;
    letter-spacing: 1px; }
    .shop-product-backlink .col-12 a::before {
      font-family: "Font Awesome 5 Free";
      content: "\f100";
      display: inline-block;
      padding: 0 3px 0 0;
      font-size: 100%;
      transition: all 0.2s ease; }
    .shop-product-backlink .col-12 a:hover {
      text-decoration: underline; }
      .shop-product-backlink .col-12 a:hover::before {
        transform: translateX(-3px);
        display: inline-block;
        transition: all 0.3s ease; }

/*****************************************************************************************
** CONTACT                                                                     		    **
*****************************************************************************************/
.contact {
  background: white; }
  .contact label {
    color: black;
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 5px 0; }
    .contact label::first-letter {
      text-transform: capitalize; }
  .contact #contactform h2 {
    color: black;
    font-size: 18px;
    margin: 0 0 15px 0;
    padding: 0;
    text-transform: none; }
    .contact #contactform h2::after {
      content: none; }
    .contact #contactform h2::first-letter {
      text-transform: capitalize; }
  .contact #contactform form .form-group {
    margin: 0 0 10px 0; }
    .contact #contactform form .form-group textarea {
      border-radius: 0; }
      .contact #contactform form .form-group textarea:hover {
        border-color: #19b8eb; }
    .contact #contactform form .form-group input[type=text] {
      border-radius: 0; }
    .contact #contactform form .form-group input:hover {
      border-color: #19b8eb; }
    .contact #contactform form .form-group button[type=submit] {
      float: left;
      box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
      padding: 8px 14px;
      margin: 10px 0 0 0;
      color: white;
      border-radius: 0;
      background: #19b8eb;
      text-transform: capitalize;
      font-size: 16px;
      cursor: pointer;
      outline: none;
      width: 100%; }
      @media only screen and (min-width: 435px) {
        .contact #contactform form .form-group button[type=submit] {
          width: auto !important; } }
      .contact #contactform form .form-group button[type=submit]:hover {
        background: #f47321;
        color: white;
        box-shadow: 4px 6px 3px rgba(0, 0, 0, 0.19), 2px 3px 4px rgba(0, 0, 0, 0.22);
        transition: all 0.3s ease; }
      .contact #contactform form .form-group button[type=submit]:not(focus) {
        transition: all 0.4s ease; }
  .contact #contactadres {
    margin-top: 30px; }
    @media only screen and (min-width: 992px) {
      .contact #contactadres {
        margin-top: 0; } }
    .contact #contactadres h2 {
      color: black;
      font-size: 18px;
      margin: 0 0 15px 0;
      padding: 0; }
      .contact #contactadres h2::after {
        content: none; }
      .contact #contactadres h2::first-letter {
        text-transform: capitalize; }
    .contact #contactadres .adres,
    .contact #contactadres .phone,
    .contact #contactadres .globe {
      color: black; }
    .contact #contactadres .adres {
      display: flex;
      margin: 0 0 15px 0;
      padding: 0; }
      .contact #contactadres .adres i {
        margin: 7px 0 0 0;
        padding: 0; }
      .contact #contactadres .adres p {
        display: flex;
        padding: 0;
        margin: 0 0 0 10px;
        flex-direction: column;
        justify-content: center; }
    .contact #contactadres .phone {
      display: flex;
      margin: 0 0 15px 0;
      padding: 0; }
      .contact #contactadres .phone i {
        flex-direction: column;
        justify-content: center;
        display: flex; }
      .contact #contactadres .phone a {
        display: flex;
        padding: 0;
        margin: 0 0 0 10px;
        flex-direction: column;
        justify-content: center;
        color: black;
        text-decoration: none; }
        .contact #contactadres .phone a:hover {
          cursor: pointer;
          text-decoration: underline; }
    .contact #contactadres .map {
      height: 415px;
      padding: 0;
      margin: 0;
      width: 100%;
      display: flex; }

/*****************************************************************************************
** CONTACT FOOTER                                                                       **
*****************************************************************************************/
.contact-row {
  width: 100%;
  clear: both;
  float: left;
  padding: 0 0 20px 0; }
  .contact-row .contact-row-icon {
    float: left;
    padding: 0 7px 0 0;
    line-height: 24px; }
  .contact-row .contact-row-data {
    float: left;
    line-height: 24px; }
    .contact-row .contact-row-data a {
      color: white;
      text-decoration: none; }
      .contact-row .contact-row-data a:hover {
        text-decoration: underline; }

/*****************************************************************************************
** CAPTCHA                                                                    		    **
*****************************************************************************************/
.captcha-group {
  position: relative;
  clear: both; }
  .captcha-group .captcha-input {
    padding-left: 172px;
    position: relative;
    z-index: 10; }
  .captcha-group .captcha-image {
    vertical-align: middle;
    position: absolute;
    left: 16px;
    width: 165px;
    height: 36px;
    top: 28px;
    z-index: 20; }

/*****************************************************************************************
** OPENINGSTIJDEN                                                             		    **
*****************************************************************************************/
.openingstijden {
  max-width: 300px; }
  .openingstijden .openingstijden-dag {
    float: left;
    position: relative;
    clear: both;
    width: 100%;
    line-height: 2.5; }
    @media only screen and (min-width: 435px) {
      .openingstijden .openingstijden-dag {
        line-height: 1.8; } }
    .openingstijden .openingstijden-dag::first-letter {
      text-transform: capitalize; }
    .openingstijden .openingstijden-dag .openingstijden-note {
      clear: both;
      font-size: 9px;
      padding-bottom: 5px; }
    .openingstijden .openingstijden-dag .openingstijden-tijd {
      position: absolute;
      right: 0;
      top: 0; }
      .openingstijden .openingstijden-dag .openingstijden-tijd::first-letter {
        text-transform: capitalize; }

#datetimepicker {
  border-top: 4px solid #339900;
  background-color: #f47321;
  padding: 20px;
  float: left;
  clear: both;
  width: 100%; }
  #datetimepicker #datepicker {
    padding-top: 5px;
    padding-bottom: 8px; }
    #datetimepicker #datepicker .ui-datepicker {
      width: auto !important; }
  #datetimepicker h4 {
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: white; }
  #datetimepicker h5 {
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 5px;
    color: white; }
  #datetimepicker #timepicker {
    padding-top: 5px;
    padding-bottom: 8px;
    float: left;
    clear: both;
    width: 100%; }
    #datetimepicker #timepicker .timepicker-container {
      border: 1px solid #c5c5c5;
      border-radius: 3px;
      padding: 4px;
      float: left;
      clear: both;
      width: 100%;
      background-color: white; }
    #datetimepicker #timepicker .timeselect-wrap {
      float: left;
      width: 20%;
      padding: 2px; }
      #datetimepicker #timepicker .timeselect-wrap .timeselect_disabled {
        border-radius: 1px;
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: normal;
        color: #b9b9c8;
        cursor: default;
        padding: 4px;
        width: 100%;
        display: block;
        text-align: center; }
        #datetimepicker #timepicker .timeselect-wrap .timeselect_disabled:hover {
          background: #f6f6f6;
          text-decoration: none; }
      #datetimepicker #timepicker .timeselect-wrap .timeselect {
        border-radius: 1px;
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: normal;
        color: #454545;
        padding: 4px;
        width: 100%;
        display: block;
        text-align: center;
        float: left;
        clear: both; }
        #datetimepicker #timepicker .timeselect-wrap .timeselect:hover {
          background: #EDEDED;
          text-decoration: none; }
        #datetimepicker #timepicker .timeselect-wrap .timeselect.active {
          border: 1px solid #003eff;
          background: #007fff;
          font-weight: normal;
          color: #fff; }
        #datetimepicker #timepicker .timeselect-wrap .timeselect.disabled {
          background: #f6f6f6;
          font-weight: normal;
          color: #b9b9c8;
          cursor: auto; }

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