/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-family: Arial Narrow, Arial, sans-serif;

}

.hover-opacity, nav ul.menu li a, section#AANBOD .offer_tabs .tabs_elements li, section#online_bestellen form button[type=submit] {
  opacity: 1;
}

@media (min-width: 1000px) {
  .hover-opacity, nav ul.menu li a, section#AANBOD .offer_tabs .tabs_elements li, section#online_bestellen form button[type=submit] {
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }
  .hover-opacity:hover, nav ul.menu li a:hover, section#AANBOD .offer_tabs .tabs_elements li:hover, section#online_bestellen form button[type=submit]:hover {
    opacity: .7;
  }
}

.absolute {
  position: absolute;
}

header.site-header {
  padding: 52px 0 0;
  background-image: url("../images/header_back.png");
  background-repeat: repeat-x;
  background-position: top;
  text-align: center;
}

header.site-header img.logo {
  margin: 45px auto 37px;
}

.blue_background {
  background-image: url("../images/blue_back.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

nav ul.menu {
  font-size: 0;
  text-align: center;
  margin: 0 0 37px;
  padding: 0;
}

nav ul.menu li {
  display: inline-block;
  line-height: initial;
  list-style: none;
}

nav ul.menu li a {
  font-family: "Lato", sans-serif;
  color: #000033;
  font-size: 25px;
  text-transform: uppercase;
  padding: 0 16px;
  text-decoration: none;
}

nav ul.menu li.active a {
  color: #b61615;
}

.navbar-toggle {
  float: none;
  position: absolute;
  top: 108px;
  right: 20px;
  margin: 0;
  border-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

.navbar-toggle.open {
  background-color: #ddd;
}

.navbar-toggle .icon-bar {
  background-color: #888;
}

section.first {
  background-color: #fef0e6;
  position: relative;
}

section.first .photo-01 {
  top: 0;
  right: 0;
  height: 100%;
  background-image: url("../images/photo_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
}

section.first .text-block {
  padding: 95px 80px 45px 0;
  background-color: #fef0e6;
  z-index: 1;
}

section.first .button {
  display: block;
  background-color: #b61615;
  color: #fff;
  font-family: "Merriweather", serif;
  height: 95px;
  line-height: 95px;
  width: 100%;
  font-size: 34px;
  text-decoration: none;
}

section.first ul {
  margin: 25px 0 0;
  padding: 0;
}

section.first ul li {
  list-style: none;
  padding: 0 0 45px;
  border-top: 2px solid #e30613;
}

section.first ul li h3 {
  margin: 35px 0 5px;
  color: #b61615;
  text-transform: uppercase;
  font-size: 25px;
}

section.first ul li p {
  margin-bottom: 0;
  font-size: 18px;
}

section#welkom .container {
  position: relative;
}

section#welkom .photo-02 {
  top: 0;
  left: 0;
  height: 100%;
  background-image: url("../images/photo_02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

section#welkom .pull-right {
  padding-top: 70px;
  padding-bottom: 100px;
  padding-left: 60px;
  color: #fff;
}

section#welkom h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 38px;
  font-family: "Merriweather", serif;
  font-weight: 700;
}

section#welkom .logo-icon-white {
  margin: 0 0 50px;
}

section#welkom p {
  font-size: 18px;
}

section#welkom p.bigger {
  font-size: 26px;
  margin: 40px 0 0;
}

section#AANBOD h2 {
  margin-top: 80px;
  margin-bottom: 60px;
  text-transform: uppercase;
  color: #0d181c;
  font-size: 38px;
  font-family: "Merriweather", serif;
  font-weight: 700;
}

section#AANBOD .offer_gallery {
  margin-bottom: 70px;
}

section#AANBOD .offer_gallery .slick-slide {
  outline: none;
  margin: 0;
  font-size: 0;
}

section#AANBOD .offer_gallery .slick-slide img {
  margin: 0 auto;
  max-width: 100%;
}

section#AANBOD .offer_tabs .tabs_elements {
  margin: 0 0 60px;
  padding: 0;
}

section#AANBOD .offer_tabs .tabs_elements li {
  display: inline-block;
  font-size: 27px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #0d181c;
  list-style: none;
  cursor: pointer;
}

section#AANBOD .offer_tabs .tabs_elements li:after {
  content: '>';
  margin: 0 27px;
}

section#AANBOD .offer_tabs .tabs_elements li:last-of-type:after {
  display: none;
}

section#AANBOD .offer_tabs .tabs_elements li.active {
  color: #b61615;
}

section#AANBOD .offer_tabs .tabs_content {
  padding-bottom: 75px;
}

section#AANBOD .offer_tabs .tabs_content h4 {
  color: #b61615;
  text-transform: uppercase;
  font-size: 27px;
  font-family: "Lato", sans-serif;
  margin: 0 0 22px;
}

section#AANBOD .offer_tabs .tabs_content h4 img {
  margin: -3px 18px 0 0;
}

section#AANBOD .offer_tabs .tabs_content p {
  color: #0d181c;
  font-family: "Lato", sans-serif;
  font-size: 18px;
}

section#folders {
  padding: 135px 0 110px;
}

section#folders h2 {
  font-size: 38px;
  color: #fff;
  margin: 0 0 45px;
  text-transform: uppercase;
  font-family: "Merriweather", serif;
  font-weight: 700;
}

section#folders .container {
  position: relative;
}

section#folders .logo-transparent {
  top: -10px;
  left: -40px;
  z-index: 0;
}

section#folders .row {
  font-size: 0;
  position: relative;
  z-index: 1;
}

section#folders .row img {
  margin: 0 25px;
}

section#nieuws {
  padding-top: 80px;
}

section#nieuws h2 {
  font-size: 38px;
  margin: 0 0 75px;
  text-transform: uppercase;
  font-family: "Merriweather", serif;
  font-weight: 700;
}

section#nieuws img {
  max-width: 100%;
}

section#online_bestellen {
  background-color: #fef0e6;
  z-index: 1;
  position: relative;
  background-image: url("../images/header_back.png");
  background-repeat: repeat-x;
  background-position: bottom;
    padding-bottom: 120px;
}

section#online_bestellen h2 {
  font-size: 38px;
  margin: 90px 0 95px;
  text-transform: uppercase;
  font-family: "Merriweather", serif;
}

section#online_bestellen .promoties {
  background-color: #1d1d1b;
  color: #fff;
  padding: 40px 35px 35px;
}

section#online_bestellen .promoties h3 {
  margin: 0 0 45px;
  font-size: 38px;
  text-transform: uppercase;
  font-family: "Merriweather", serif;
  font-weight: 700;
}

section#online_bestellen .promoties ul {
  padding: 0;
  margin: 0;
}

section#online_bestellen .promoties ul li {
  font-size: 28px;
  font-family: "Lato", sans-serif;
  list-style: none;
  padding: 0;
  margin-bottom: 36px;
}

section#online_bestellen .promoties ul li:last-of-type {
  margin-bottom: 0;
}

section#online_bestellen .promoties ul li h4 {
  font-size: 28px;
  font-family: "Lato", sans-serif;
  margin: 0;
  text-transform: uppercase;
}

section#online_bestellen form {
  padding-left: 30px;
/*  font-size: 0;*/
}


section#online_bestellen form .artikellijst {


    display: block;
    padding: 20px;
    background: #b61615;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 30px;



}

section#online_bestellen form input[type=text], section#online_bestellen form input[type=email], section#online_bestellen form textarea {
  background-color: #fff;
  color: #808080;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  border: none;
  width: 100%;
  outline: none;
  margin-bottom: 15px;
  padding: 0 14px;
  box-sizing: border-box;
  /* Firefox 19+ */
  /* Firefox 18- */
}

section#online_bestellen form input[type=text]::-webkit-input-placeholder, section#online_bestellen form input[type=email]::-webkit-input-placeholder, section#online_bestellen form textarea::-webkit-input-placeholder {
  color: #c6c6c6;
}

section#online_bestellen form input[type=text]::-moz-placeholder, section#online_bestellen form input[type=email]::-moz-placeholder, section#online_bestellen form textarea::-moz-placeholder {
  color: #c6c6c6;
}

section#online_bestellen form input[type=text]:-moz-placeholder, section#online_bestellen form input[type=email]:-moz-placeholder, section#online_bestellen form textarea:-moz-placeholder {
  color: #c6c6c6;
}

section#online_bestellen form input[type=text]:-ms-input-placeholder, section#online_bestellen form input[type=email]:-ms-input-placeholder, section#online_bestellen form textarea:-ms-input-placeholder {
  color: #c6c6c6;
}

section#online_bestellen form input[type=text], section#online_bestellen form input[type=email], section#online_bestellen form button[type=submit] {
  height: 64px;
  line-height: 64px;
}

section#online_bestellen form textarea {
  padding: 20px 14px;
  resize: vertical;
  height: 195px;
}

section#online_bestellen form button[type=submit] {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  border: none;
  width: 100%;
  outline: none;
  background-color: #1d1d1b;
  color: #fff;
  padding: 0 14px;
  box-sizing: border-box;
}

section#online_bestellen .row.text {
  padding: 50px 0 85px;
}

section#online_bestellen .row.text p {
  margin: 0 0 23px;
  font-size: 24px;
  color: #3f4e55;
}

section#online_bestellen .row.text p:last-of-type {
  margin-bottom: 0;
}

section#contacts {
  padding: 75px 0 105px;
}

section#contacts .map img {
  max-width: 100%;
}

section#contacts .text {
  position: relative;
  font-size: 0;
}

section#contacts .text .footer-logo {
  margin: -15px 0 20px;
}

section#contacts .text p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

section#contacts .text a {
  color: #fff;
  text-decoration: none;
}

section#contacts .text .free_parking {
  font-family: "Just Another Hand", cursive;
  font-size: 45px;
  line-height: 40px;
  top: 245px;
  right: -20px;
  -webkit-transform: rotate(-11deg);
  -moz-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  -o-transform: rotate(-11deg);
  transform: rotate(-11deg);
}

section#contacts .text .free_parking .arrow {
  top: -40px;
  left: -40px;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}

section#contacts .text .logo_keurlager {
  bottom: 0;
  right: 0;
}

footer {
  background-color: #111c0d;
  color: #fff;
  padding: 40px 0 70px;
}

footer p {
  margin-bottom: 0;
  font-size: 22px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  section.first .button {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  header.site-header {
    background-size: auto 26px;
    padding-top: 26px;
  }
  header.site-header img.logo {
    width: 150px;
    margin: 30px auto;
  }
  nav ul.menu {
    margin: 0 0 25px;
  }
  nav ul.menu li a {
    font-size: 16px;
  }
  section.first .photo-01 {
    position: static;
    height: 300px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  section.first .text-block {
    padding: 40px 15px;
  }
  section.first ul {
    margin-top: 15px;
  }
  section.first ul li {
    padding-bottom: 25px;
  }
  section.first ul li h3 {
    margin-top: 20px;
    font-size: 22px;
  }
  section.first ul li:last-of-type {
    padding-bottom: 0;
  }
  section.first .button {
    height: 60px;
    line-height: 62px;
    font-size: 25px;
  }
  section#welkom h2 {
    font-size: 26px;
  }
  section#welkom .photo-02 {
    position: static;
    height: 400px;
    background-position-y: 15%;
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
  section#welkom .pull-right {
    padding-left: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section#welkom .logo-icon-white {
    margin: 0 0 25px;
  }
  section#welkom p.bigger {
    font-size: 20px;
    margin: 20px 0 0;
  }
  section#AANBOD h2 {
    margin-top: 40px;
    margin-bottom: 35px;
    font-size: 26px;
  }
  section#AANBOD .offer_gallery {
    margin-bottom: 40px;
  }
  section#AANBOD .offer_tabs .tabs_elements {
    margin: 0 0 40px;
  }
  section#AANBOD .offer_tabs .tabs_elements li {
    font-size: 20px;
  }
  section#AANBOD .offer_tabs .tabs_content {
    padding-bottom: 40px;
  }
  section#AANBOD .offer_tabs .tabs_content p:last-of-type {
    margin-bottom: 0;
  }
  section#folders {
    padding: 60px 0 55px;
  }
  section#folders h2 {
    font-size: 26px;
    margin: 0 0 35px;
  }
  section#folders .logo-transparent {
    width: 50%;
    left: 0;
    top: -50px;
  }
  section#nieuws {
    padding-top: 40px;
  }
  section#nieuws h2 {
    font-size: 26px;
    margin-bottom: 35px;
  }
  section#online_bestellen {
    background-size: auto 26px;
  }
  section#online_bestellen h2 {
    font-size: 26px;
    margin: 50px 0 35px;
  }
  section#online_bestellen .promoties {
    padding: 35px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    margin-bottom: 30px;
  }
  section#online_bestellen .promoties h3 {
    margin: 0 0 25px;
    font-size: 26px;
  }
  section#online_bestellen .promoties ul {
    text-align: center;
  }
  section#online_bestellen .promoties ul li {
    font-size: 20px;
    margin-bottom: 20px;
  }
  section#online_bestellen .promoties ul li h4 {
    font-size: 20px;
  }
  section#online_bestellen form {
    padding-right: 30px;
  }
  section#online_bestellen form input[type=text], section#online_bestellen form input[type=email], section#online_bestellen form button[type=submit] {
    height: 50px;
    line-height: 50px;
  }
  section#online_bestellen form input[type=text], section#online_bestellen form input[type=email], section#online_bestellen form button[type=submit], section#online_bestellen form textarea {
    font-size: 18px;
  }
  section#online_bestellen form textarea {
    padding: 12px 14px;
    height: 150px;
  }
  section#online_bestellen .row.text {
    padding: 50px 30px 70px;
  }
  section#online_bestellen .row.text p {
    margin: 0 0 16px;
    font-size: 18px;
  }
  section#contacts {
    padding: 45px 0 50px;
  }
  section#contacts .map {
    margin-bottom: 40px;
  }
  section#contacts .text .footer-logo {
    margin-top: 0;
    width: 150px;
  }
  section#contacts .text p {
    font-size: 20px;
    line-height: 26px;
  }
  section#contacts .text .free_parking {
    font-size: 40px;
    line-height: 35px;
    top: 145px;
    right: 20px;
  }
  section#contacts .text .logo_keurlager {
    right: 15px;
  }
  footer {
    padding: 30px 0 35px;
  }
  footer p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  nav ul.menu {
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    padding: 10px;
  }
  nav ul.menu li {
    display: block;
    padding: 5px 0;
  }
  nav ul.menu li .active {
    color: #555;
    background-color: #e7e7e7;
  }
  section.first .photo-01 {
    margin-left: 0;
    margin-right: 0;
  }
  section#welkom .photo-02 {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  section#welkom .pull-right {
    padding-left: 0;
    padding-right: 0;
  }
  section#online_bestellen .promoties {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  section#online_bestellen h2 {
    margin-top: 40px;
  }
  section#online_bestellen form,
  section#online_bestellen .row.text {
    padding-right: 15px;
    padding-left: 15px;
  }
  section#AANBOD .offer_tabs .tabs_elements li:after {
    content: '>';
    margin: 0 2px 0 8px;
  }
  section#AANBOD .offer_tabs .tabs_content h4 {
    font-size: 20px;
  }
  section#AANBOD .offer_tabs .tabs_content h4 img {
    margin: -3px 10px 0 0;
    width: 50px;
  }
  section#folders .row img {
    margin-bottom: 20px;
  }
  section#folders .row img:last-of-type {
    margin-bottom: 0;
  }
  section#contacts {
    padding-bottom: 30px;
  }
  section#contacts .text p {
    font-size: 16px;
    line-height: 22px;
  }
  section#contacts .text p:last-of-type {
    margin-bottom: 0;
  }
  section#contacts .text .free_parking {
    font-size: 30px;
    line-height: 24px;
  }
  section#contacts .text .free_parking .arrow {
    width: 40px;
    top: -25px;
    left: 15px;
  }
  section#contacts .text .logo_keurlager {
    width: 60px;
  }
  footer p {
    font-size: 14px;
  }
}

@media screen and (orientation: landscape) {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
}
