/* 
Theme Name: Qarc v2023
Version: 1.0
Author: Danny van der Meijden - dannyvdm.nl
Author URI: http://www.dannyvdm.nl
*/
@import url("bootstrap-css/bootstrap.min.css");
@import url("bootstrap-css/bootstrap-theme.min.css");
@import url("scss/owl/owl.carousel.min.css");
@import url("scss/owl/owl.theme.default.min.css");
@import url("fontawesome/css/all.min.css");
/********************************************************
Reset
********************************************************/
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Headland+One&display=swap");
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  /*font-family: inherit;
  font-size: 100%;*/
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  /*list-style: none;*/
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/********************************************************
COLORS
********************************************************/
/********************************************************
MIXINS
********************************************************/
@font-face {
  font-family: Rokkitt;
  src: url(fonts/Rokkitt-ExtraBold.ttf);
  font-weight: 100;
}
/* NIEUW GOOGLE FONT KLEINE TEKST NANUMYEONGJO */
body, html {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  font-weight: 400;
}

body {
  padding-top: 70px;
}

textarea:focus, input:focus {
  outline: none;
}

input[type=text], input[type=submit], input[type=button], textarea, button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

::selection {
  background: #0095d3;
  color: #FFFFFF; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #0095d3;
  color: #FFFFFF; /* Gecko Browsers */
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row > * {
  flex: 0 0 auto;
  max-width: 100%;
  float: none;
}

.h-100 {
  height: 100% !important;
}

.container {
  width: 1140px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  position: relative;
  z-index: 3;
}

.row-reverse {
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
  flex-wrap: wrap-reverse;
}

.top-padding-small {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 50px;
}

.bottom-padding-small {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 50px;
}

.top-padding-big {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 100px;
}

.bottom-padding-big {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 100px;
}

.wave-top {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  line-height: 0;
}
.wave-top.wave-top-lightblue svg path {
  fill: #90e3ff;
}
.wave-top.wave-top-blue svg path {
  fill: #0095d3;
}
.wave-top.wave-top-green svg path {
  fill: #007939;
}
.wave-top.wave-top-red svg path {
  fill: #fe0312;
}

.wave-bottom {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  line-height: 0;
}
.wave-bottom.wave-bottom-lightblue svg path {
  fill: #90e3ff;
}
.wave-bottom.wave-bottom-blue svg path {
  fill: #0095d3;
}
.wave-bottom.wave-bottom-green svg path {
  fill: #007939;
}
.wave-bottom.wave-bottom-red svg path {
  fill: #fe0312;
}

h1 {
  font-family: "Headland One", serif;
  font-size: 50px;
  line-height: 50px;
  color: #0095d3;
  margin-bottom: 30px;
}

h2 {
  font-family: "Headland One", serif;
  font-size: 40px;
  line-height: 40px;
  color: #0095d3;
  margin-bottom: 20px;
}

h3 {
  font-family: "Headland One", serif;
  color: #0095d3;
}

.entry-content ul, .entry-content ol, .entry-content p {
  margin-bottom: 15px;
}

.entry-image img {
  max-width: 100%;
  height: auto;
}

.entry-button {
  padding-top: 20px;
}
.entry-button a {
  background-color: #0095d3;
  color: #FFFFFF;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.entry-button a:hover {
  background-color: #90e3ff;
  color: #0095d3;
}

.center {
  text-align: center;
}

.padding-normal {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bg-blue {
  background-color: #0095d3;
}

.bg-lightblue {
  background-color: #90e3ff;
}

.bg-red {
  background-color: #fe0312;
}

.bg-green {
  background-color: #007939;
}

.wpcf7 form input, .wpcf7 form textarea {
  width: 100%;
  border: 1px solid #ccc;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  margin-bottom: 10px;
}
.wpcf7 form .wpcf7-submit {
  background: none;
  border: 0;
  width: auto;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #007939;
  position: relative;
}
.wpcf7 form .wpcf7-submit:after {
  content: "";
  position: absolute;
  right: 0;
  color: #007939;
}

/********************************************************
MAX-WIDTH: 1170px
********************************************************/
@media only screen and (max-width: 1170px) {
  .container {
    max-width: 100%;
  }
}
/********************************************************
MAX-WIDTH: 991px
********************************************************/
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
/********************************************************
MAX-WIDTH: 767px
********************************************************/
/********************************************************
MAX-WIDTH: 551px
********************************************************/
@media only screen and (max-width: 551px) {
  body, html {
    font-size: 16px;
    line-height: 24px;
  }
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
  h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
#mainheader {
  width: 100%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  position: fixed;
  top: 0;
  z-index: 10;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
}
#mainheader .mainheader-inner {
  display: flex;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  height: 50px;
}
#mainheader .mainheader-inner .logo {
  padding-top: 10px;
}
#mainheader .mainheader-inner .logo img, #mainheader .mainheader-inner .logo svg {
  width: 150px;
  position: relative;
  z-index: 1000;
}
#mainheader .mainheader-inner .navigation {
  align-self: center !important;
  display: block;
}
#mainheader .mainheader-inner .navigation nav ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#mainheader .mainheader-inner .navigation nav ul li {
  list-style-type: none;
  padding: 0 12px;
  float: left;
}
#mainheader .mainheader-inner .navigation nav ul li a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -0.43px;
  text-decoration: none;
  color: #000000;
}
#mainheader .mainheader-inner .navigation nav ul li a:after {
  content: "";
  display: block;
  height: 5px;
  -webkit-transition: width 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: width 0.3s ease-out, background-color 0.3s ease-out;
  transition: width 0.3s ease-out, background-color 0.3s ease-out;
  margin-top: 5px;
  width: 0;
}
#mainheader .mainheader-inner .navigation nav ul li:hover a:after {
  width: 100%;
  background: #71d0e4;
}
#mainheader .mainheader-inner .social-media {
  float: right;
}
#mainheader .mainheader-inner .social-media ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#mainheader .mainheader-inner .social-media ul li {
  list-style-type: none;
  float: left;
  margin-right: 5px;
}
#mainheader .mainheader-inner .social-media ul li:last-child {
  margin-right: 0;
}
#mainheader .mainheader-inner .social-media ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #0095d3;
  display: block;
  text-decoration: none;
}
#mainheader .mainheader-inner .social-media ul li a i {
  line-height: 50px;
  color: #FFFFFF;
}
#mainheader .mainheader-inner #mobile-nav-icon {
  display: none;
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 15px;
  display: none;
}
#mainheader .mainheader-inner #mobile-nav-icon .menu-icon {
  float: right;
  position: relative;
  z-index: 202;
}
#mainheader .mainheader-inner #mobile-nav-icon .menu-icon .menu-icon-svg {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  border: 0;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  width: 45px;
  height: 45px;
  text-align: center;
}
#mainheader .mainheader-inner #mobile-nav-icon .menu-icon .menu-icon-svg svg {
  width: 40px;
  height: 40px;
  margin-top: 2px;
}
#mainheader .mainheader-inner #mobile-nav-icon .menu-icon .menu-icon-svg .line {
  fill: none;
  stroke: #0095d3;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
#mainheader .mainheader-inner #mobile-nav-icon .menu-icon .menu-icon-svg .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
#mainheader .mainheader-inner #mobile-nav-icon .menu-icon .menu-icon-svg .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
#mainheader .mainheader-inner #mobile-nav-icon .menu-icon .menu-icon-svg .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
#mainheader .mainheader-inner #mobile-nav-icon .menu-icon .menu-icon-svg.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
#mainheader .mainheader-inner #mobile-nav-icon .menu-icon .menu-icon-svg.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
#mainheader .mainheader-inner #mobile-nav-icon .menu-icon .menu-icon-svg.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

/********************************************************
MAX-WIDTH: 1170
********************************************************/
@media only screen and (max-width: 1170px) {
  #mainheader .mainheader-inner .social-media {
    display: none;
  }
}
/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  #mainheader .mainheader-inner .navigation {
    position: fixed;
    width: 250px;
    height: 100%;
    left: -250px;
    top: 0;
    bottom: 0;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #FFFFFF;
    padding-top: 100px;
  }
  #mainheader .mainheader-inner .navigation nav ul li {
    float: none;
  }
  #mainheader .mainheader-inner .navigation.nav-open {
    left: 0;
  }
  #mainheader .mainheader-inner #mobile-nav-icon {
    display: inherit;
  }
}
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/
#content .banner {
  width: 100%;
  height: 650px;
  -ms-background-clip: border-box;
  -o-background-clip: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
#content .banner.subbanner {
  height: 450px;
}
#content .banner.bg-center {
  background-position: center center;
}
#content .banner.bg-top {
  background-position: top center;
}
#content .banner.bg-bottom {
  background-position: bottom center;
}
#content .bg-image-with-text {
  width: 100%;
  -ms-background-clip: border-box;
  -o-background-clip: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  padding-top: 170px;
  padding-bottom: 170px;
}
#content .bg-image-with-text .container .display-table {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
}
#content .bg-image-with-text .container .display-table .display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
#content .bg-image-with-text .container .display-table .display-table-cell .text-block {
  background: rgba(255, 255, 255, 0.8);
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
}
#content .bg-image-with-text .container .display-table .display-table-cell .text-block .entry-title h4 {
  margin-bottom: 20px;
}
#content .bg-image-with-text .container .display-table .display-table-cell .text-block .entry-title h2 {
  color: #007939;
}
#content .bg-image-with-text .container .display-table .display-table-cell .text-block .entry-content p {
  font-size: 25px;
  line-height: 35px;
}
#content .bg-image-with-text .container .display-table .display-table-cell .text-block .entry-button {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}
#content .bg-image-with-text .container .display-table .display-table-cell .text-block .entry-button a {
  font-family: "Headland One", serif;
  font-size: 30px;
  letter-spacing: -0.68px;
  color: #007939;
  position: relative;
  display: inline-block;
  background-color: transparent;
}
#content .bg-image-with-text .container .display-table .display-table-cell .text-block .entry-button a:after {
  background-image: url(images/pijltje-groen.png);
  background-size: 94px 57px;
  display: inline-block;
  width: 94px;
  height: 57px;
  content: "";
  position: absolute;
  right: -75px;
  top: 32px;
}
#content .slogan {
  position: relative;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
}
#content .slogan p.p-slogan {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -0.68px;
  color: #782842;
}
#content .product-logos .entry-title {
  margin-bottom: 30px;
}
#content .product-logos .entry-title h3 {
  font-family: "Headland One", serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.68px;
  color: #782842;
}
#content .product-logos .owl-logos .item {
  text-align: center;
}
#content .product-logos .owl-logos .item figure .item-logo {
  width: 100%;
  -ms-background-clip: border-box;
  -o-background-clip: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: contain;
  -ms-background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
#content .product-logos .owl-logos .item figure .item-logo:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#content .categories-slider .item {
  position: relative;
}
#content .categories-slider .item a {
  text-decoration: none;
  color: #FFFFFF;
}
#content .categories-slider .item .item-image {
  max-width: 100%;
  height: auto;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}
#content .categories-slider .item .item-inner {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 15px 25px 15px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
#content .categories-slider .item .item-inner h3 {
  color: #FFFFFF;
}
#content .text-image {
  position: relative;
}
#content .text-image .text {
  margin-bottom: 30px;
}
#content .text-image .image {
  margin-bottom: 30px;
}
#content .verkooppunten {
  position: relative;
}
#content .verkooppunten .row {
  display: flex;
  flex-wrap: wrap;
}
#content .verkooppunten .row .block {
  margin-bottom: 30px;
}
#content .verkooppunten .row .block .block-inner {
  border: 1px solid #ccc;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  height: 100%;
}
#content .verkooppunten .row .block .block-inner figure {
  margin-bottom: 15px;
}
#content .verkooppunten .row .block .block-inner figure .item-logo {
  width: 100%;
  -ms-background-clip: border-box;
  -o-background-clip: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: contain;
  -ms-background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
#content .verkooppunten .row .block .block-inner figure .item-logo:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#content .banner-quote {
  position: relative;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(images/quotebackground.png);
  background-position: right 20px;
  background-size: 40%;
  background-repeat: no-repeat;
}
#content .banner-quote.wave-bottom {
  padding-bottom: 200px;
}
#content .banner-quote.wave-top {
  padding-top: 200px;
}
#content .banner-quote h3 {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 70px;
}
#content .banner-quote p {
  font-family: "Headland One", serif;
  font-size: 20px;
  letter-spacing: -0.68px;
  color: #FFFFFF;
  padding-top: 20px;
}
#content .banner-quote.bg-lightblue h3 {
  color: #0095d3;
}
#content .banner-quote.bg-lightblue p {
  color: #0095d3;
}
#content .more-news {
  position: relative;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 150px;
  padding-bottom: 100px;
}
#content .more-news .news-item {
  margin-bottom: 25px;
}
#content .more-news .news-item .news-item-inner {
  border: 1px solid #ccc;
  background-color: #FFFFFF;
  height: 100%;
}
#content .more-news .news-item .news-item-inner .news-image {
  overflow: hidden;
}
#content .more-news .news-item .news-item-inner .news-image img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#content .more-news .news-item .news-item-inner .news-image:hover img {
  transform: scale(1.1);
}
#content .more-news .news-item .news-item-inner .news-date {
  font-size: 12px;
  color: #0095d3;
  margin-bottom: 15px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
#content .more-news .news-item .news-item-inner .news-title {
  margin-bottom: 15px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
#content .more-news .news-item .news-item-inner .news-title h3 {
  font-weight: 400;
  color: #782842;
}
#content .more-news .news-item .news-item-inner .news-content {
  padding-bottom: 30px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
#content .assortiment {
  position: relative;
}
#content .assortiment ul.assortiment-filter {
  margin: 0 0 25px 0;
  padding: 0;
  overflow: hidden;
}
#content .assortiment ul.assortiment-filter li {
  list-style-type: none;
  float: left;
  margin-right: 5px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 8px;
  font-family: "Headland One", serif;
  margin-bottom: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#content .assortiment ul.assortiment-filter li:last-child {
  margin-right: 0;
}
#content .assortiment ul.assortiment-filter li.bg-red {
  background-color: #FFFFFF;
  border: 2px solid #fe0312;
  color: #fe0312;
}
#content .assortiment ul.assortiment-filter li.bg-red a {
  color: #fe0312;
  text-decoration: none;
}
#content .assortiment ul.assortiment-filter li.bg-blue {
  background-color: #FFFFFF;
  border: 2px solid #0095d3;
  color: #0095d3;
}
#content .assortiment ul.assortiment-filter li.bg-blue a {
  color: #0095d3;
  text-decoration: none;
}
#content .assortiment ul.assortiment-filter li.bg-green {
  background-color: #FFFFFF;
  border: 2px solid #007939;
  color: #007939;
}
#content .assortiment ul.assortiment-filter li.bg-green a {
  color: #007939;
  text-decoration: none;
}
#content .assortiment ul.assortiment-filter li.active {
  color: #FFFFFF;
}
#content .assortiment ul.assortiment-filter li.active.bg-red {
  background-color: #fe0312;
}
#content .assortiment ul.assortiment-filter li.active.bg-blue {
  background-color: #0095d3;
}
#content .assortiment ul.assortiment-filter li.active.bg-green {
  background-color: #007939;
}
#content .assortiment ul.assortiment-filter li:hover {
  cursor: pointer;
}
#content .assortiment .assortiment-cat .assortiment-cat-header {
  position: relative;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 150px 0 50px 0;
}
#content .assortiment .assortiment-cat .assortiment-cat-header .entry-title h1,
#content .assortiment .assortiment-cat .assortiment-cat-header .entry-title h2,
#content .assortiment .assortiment-cat .assortiment-cat-header .entry-title h3,
#content .assortiment .assortiment-cat .assortiment-cat-header .entry-title h4 {
  color: #FFFFFF;
}
#content .assortiment .assortiment-cat .assortiment-cat-header .entry-content {
  color: #FFFFFF;
}
#content .assortiment .assortiment-cat .assortiment-cat-header .entry-content a {
  color: #FFFFFF;
}
#content .assortiment .assortiment-cat .assortiment-cat-products {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
}
#content .assortiment .assortiment-cat .assortiment-cat-products .row .cat-item:nth-child(4n+5) {
  clear: left;
}
#content .assortiment .assortiment-cat .assortiment-cat-products .item {
  margin-bottom: 30px;
}
#content .assortiment .assortiment-cat .assortiment-cat-products .item a {
  text-decoration: none;
}
#content .assortiment .assortiment-cat .assortiment-cat-products .item a .entry-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#content .assortiment .assortiment-cat .assortiment-cat-products .item a .entry-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#content .assortiment .assortiment-cat .assortiment-cat-products .item a .entry-image img {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#content .assortiment .assortiment-cat .assortiment-cat-products .item a .entry-image:hover img {
  transform: scale(1.1);
}
#content .assortiment .assortiment-cat .assortiment-cat-products .item a .item-text {
  text-align: center;
}
#content .assortiment .assortiment-cat .assortiment-cat-products .item a .item-text h3 {
  font-weight: 400;
}
#content .assortiment .assortiment-cat.archive .assortiment-cat-header {
  padding: 50px 0 150px 0;
}
#content .news {
  position: relative;
  padding-bottom: 100px;
}
#content .news .news-overview {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
#content .news .news-overview .news-item {
  margin-bottom: 25px;
}
#content .news .news-overview .news-item .news-item-inner {
  height: 100%;
}
#content .news .news-item {
  margin-bottom: 25px;
}
#content .news .news-item .news-item-inner {
  border: 1px solid #ccc;
  background-color: #FFFFFF;
  height: 100%;
}
#content .news .news-item .news-item-inner .news-image {
  overflow: hidden;
}
#content .news .news-item .news-item-inner .news-image img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#content .news .news-item .news-item-inner .news-image:hover img {
  transform: scale(1.1);
}
#content .news .news-item .news-item-inner .news-date {
  font-size: 12px;
  color: #0095d3;
  margin-bottom: 15px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
#content .news .news-item .news-item-inner .news-title {
  margin-bottom: 15px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
#content .news .news-item .news-item-inner .news-title h3 {
  font-weight: 400;
  color: #782842;
}
#content .news .news-item .news-item-inner .news-content {
  padding-bottom: 30px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
#content .pagination {
  margin-bottom: 50px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 0 0;
}
#content .pagination ol li span.title {
  display: inline-block;
  padding-right: 10px;
  font-size: 12px;
}
#content .pagination ol li span.current {
  background-color: #0095d3;
  color: #FFFFFF;
  font-size: 12px;
  border: 1px solid #0095d3;
  width: 24px;
}
#content .pagination ol li a {
  background-color: #FFFFFF;
  color: #0095d3;
  font-size: 12px;
  border: 1px solid #0095d3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#content .pagination ol li a:hover {
  background-color: #0095d3;
  color: #FFFFFF;
}

/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  #content .banner {
    height: 500px;
  }
  #content .banner.subbanner {
    height: 300px;
  }
  #content .bg-image-with-text .container .display-table .display-table-cell .text-block .entry-content p {
    font-size: 18px;
    line-height: 26px;
  }
  #content .bg-image-with-text .container .display-table .display-table-cell .text-block .entry-button a {
    font-size: 18px;
  }
  #content .slogan p.p-slogan {
    font-size: 22px;
  }
  #content .banner-quote {
    background-image: none;
  }
  #content .banner-quote.wave-top {
    padding-bottom: 150px;
  }
  #content .banner-quote.wave-bottom {
    padding-bottom: 150px;
  }
  #content .banner-quote h3 {
    font-size: 40px;
    line-height: 50px;
  }
  #content .banner-quote p {
    font-size: 18px;
  }
}
/********************************************************
MAX-WIDTH: 1200
********************************************************/
@media only screen and (max-width: 1200px) {
  #content .assortiment .assortiment-cat .assortiment-cat-products .row .cat-item:nth-child(4n+5) {
    clear: none;
  }
  #content .assortiment .assortiment-cat .assortiment-cat-products .row .cat-item:nth-child(3n+4) {
    clear: left;
  }
}
/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  #content .assortiment .assortiment-cat .assortiment-cat-products .row .cat-item:nth-child(3n+4) {
    clear: none;
  }
  #content .assortiment .assortiment-cat .assortiment-cat-products .row .cat-item:nth-child(2n+3) {
    clear: left;
  }
}
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #content .banner {
    height: 400px;
  }
  #content .banner.subbanner {
    height: 250px;
  }
  #content .banner-quote.wave-top {
    padding-bottom: 100px;
  }
  #content .banner-quote.wave-bottom {
    padding-bottom: 100px;
  }
  #content .banner-quote h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
/* WOOCOMMERCE */
.navbar-shopping-wrapper {
  display: flex;
  align-items: center;
}
.navbar-shopping-wrapper .navbar-shopping {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0 -10px;
  margin-right: 1rem;
  list-style: none;
}
.navbar-shopping-wrapper .navbar-shopping .nav-item {
  padding: 0 10px;
}
.navbar-shopping-wrapper .navbar-shopping .nav-item .btn-login {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.navbar-shopping-wrapper .navbar-shopping .nav-item .btn-login .username {
  display: none;
}
@media only screen and (min-width: 991px) {
  .navbar-shopping-wrapper .navbar-shopping .nav-item .btn-login .username {
    display: inline;
  }
}
.navbar-shopping-wrapper .navbar-shopping .nav-item .btn-login i {
  font-size: 1.75rem;
}
@media only screen and (min-width: 991px) {
  .navbar-shopping-wrapper .navbar-shopping .nav-item .btn-login i {
    margin: 5px;
  }
}
.navbar-shopping-wrapper .navbar-shopping .nav-item .btn-cartoverview {
  position: relative;
  color: #000000;
}
@media only screen and (max-width: 551px) {
  .navbar-shopping-wrapper .navbar-shopping .nav-item .btn-cartoverview {
    margin-right: 2.5rem;
  }
}
.navbar-shopping-wrapper .navbar-shopping .nav-item .btn-cartoverview i {
  font-size: 1.75rem;
}
.navbar-shopping-wrapper .navbar-shopping .nav-item .btn-cartoverview .count {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -12px;
  top: -10px;
  background-color: #0c6ac4;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
  font-size: 0.75rem;
  border-radius: 50%;
}

.woocommerce-page .woocommerce-shipping-destination {
  display: none !important;
}
.woocommerce-page .product_meta {
  display: none;
}
.woocommerce-page .entry-summary p {
  margin-bottom: 20px;
}
.woocommerce-page .woocommerce-tabs .woocommerce-Tabs-panel {
  display: block !important;
}
.woocommerce-page .wc-tabs {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .woocommerce-page .woocommerce .columns-4 li {
    width: 50% !important;
  }
}
@media only screen and (max-width: 551px) {
  .woocommerce-page .woocommerce .columns-4 li {
    width: 100% !important;
  }
}
.woocommerce-page .woocommerce .columns-4 li .price {
  padding-bottom: 1rem;
}
.woocommerce-page .woocommerce .columns-3 li {
  width: 30% !important;
}
.woocommerce-page .woocommerce form .form-row input.input-text {
  width: 100%;
  border: 1px solid #ccc;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  margin-bottom: 10px;
}
.woocommerce-page .woocommerce form .form-row .input-checkbox {
  position: relative;
}
.woocommerce-page .woocommerce form .checkbox input[type=checkbox] {
  position: relative;
  margin-left: 0;
}
.woocommerce-page .woocommerce .button {
  background-color: #0095d3 !important;
  color: #ffffff;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 25px !important;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  font-size: 1em !important;
  display: inline !important;
}
.woocommerce-page .woocommerce h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.woocommerce-page .woocommerce .cart_totals h2 {
  font-size: 1.25rem;
  margin-bottom: 5px;
}

section.related {
  clear: both;
}

#content .product-banner {
  width: 100%;
  height: 250px;
  -ms-background-clip: border-box;
  -o-background-clip: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
#content .product-banner .container {
  height: 100%;
}
#content .product-banner .container .display-table {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
}
#content .product-banner .container .display-table .display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
#content .product-banner .container .display-table .display-table-cell .entry-title h1, #content .product-banner .container .display-table .display-table-cell .entry-title h2, #content .product-banner .container .display-table .display-table-cell .entry-title h3, #content .product-banner .container .display-table .display-table-cell .entry-title h4 {
  color: #FFFFFF;
  margin-bottom: 15px;
}
#content .product-banner .container .display-table .display-table-cell .entry-title p {
  color: #FFFFFF;
}
#content .product-info {
  background-color: #FFFFFF !important;
}
#content .product-info .image .entry-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#content .product-info .image .entry-image img {
  max-width: 100%;
}
#content .product-info .text {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 80px;
}
#content .product-info .text .description, #content .product-info .text .ingredients {
  margin-bottom: 30px;
}
#content .product-info .text .description .entry-title, #content .product-info .text .ingredients .entry-title {
  margin-bottom: 15px;
}
#content .product-info.bg-red h1, #content .product-info.bg-red h2, #content .product-info.bg-red h3, #content .product-info.bg-red h4 {
  color: #fe0312;
}
#content .product-info.bg-blue h1, #content .product-info.bg-blue h2, #content .product-info.bg-blue h3, #content .product-info.bg-blue h4 {
  color: #0095d3;
}
#content .product-info.bg-lightblue h1, #content .product-info.bg-lightblue h2, #content .product-info.bg-lightblue h3, #content .product-info.bg-lightblue h4 {
  color: #90e3ff;
}
#content .product-info.bg-green h1, #content .product-info.bg-green h2, #content .product-info.bg-green h3, #content .product-info.bg-green h4 {
  color: #007939;
}
#content .related-products {
  padding: 100px 0;
  margin-top: 100px;
  border-top: 1px solid #ccc;
  margin-bottom: 100px;
  border-bottom: 1px solid #ccc;
}
#content .related-products.bg-red h1, #content .related-products.bg-red h2, #content .related-products.bg-red h3, #content .related-products.bg-red h4 {
  color: #fe0312;
}
#content .related-products.bg-blue h1, #content .related-products.bg-blue h2, #content .related-products.bg-blue h3, #content .related-products.bg-blue h4 {
  color: #0095d3;
}
#content .related-products.bg-lightblue h1, #content .related-products.bg-lightblue h2, #content .related-products.bg-lightblue h3, #content .related-products.bg-lightblue h4 {
  color: #90e3ff;
}
#content .related-products.bg-green h1, #content .related-products.bg-green h2, #content .related-products.bg-green h3, #content .related-products.bg-green h4 {
  color: #007939;
}
#content .related-products .item a {
  text-decoration: none;
}
#content .related-products .item a .entry-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#content .related-products .item a .entry-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#content .related-products .item a .entry-image img {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#content .related-products .item a .entry-image:hover img {
  transform: scale(1.1);
}
#content .related-products .item a .item-text h3 {
  color: #0095d3;
}

/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/
#mainfooter {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
}
#mainfooter .footer-logo {
  margin-bottom: 45px;
}
#mainfooter .footer-block {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 25px;
}
#mainfooter .footer-block p.title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
}
#mainfooter .footer-block .address {
  margin-bottom: 15px;
}
#mainfooter .footer-block .social-media ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#mainfooter .footer-block .social-media ul li {
  list-style-type: none;
  float: left;
  margin-right: 3px;
}
#mainfooter .footer-block .social-media ul li:last-child {
  margin-right: 0;
}
#mainfooter .footer-block .social-media ul li a.social-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #0095d3;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#mainfooter .footer-block .social-media ul li a.social-icon:hover {
  background-color: #90e3ff;
}
#mainfooter .footer-block .social-media ul li a.social-icon i {
  color: #FFFFFF;
  line-height: 30px;
}
#mainfooter .footer-block .social-media ul li a.footer-raket-a {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#mainfooter .footer-block .social-media ul li a.footer-raket-a svg {
  padding-top: 5px;
}
#mainfooter .footer-block .menu ul {
  margin: 0;
  padding: 0;
}
#mainfooter .footer-block .menu ul li {
  list-style-type: none;
}
#mainfooter .footer-block .menu ul li a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#mainfooter .footer-block .menu ul li a:hover {
  color: #0095d3;
}
#mainfooter .footer-block .logos img {
  max-width: 100%;
  height: auto;
}
#mainfooter .footer-block a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#mainfooter .footer-block a:hover {
  color: #0095d3;
}

/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************//*# sourceMappingURL=style.css.map */