/*! hesje.css */
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Lato', sans-serif;
  margin-bottom: 166px;
}

.border-left {
  border-color: #0A51A1 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #0A51A1;
}

.hesje-content {
  padding: 50px 0;
}

.hesje-light {
  background-color: #fff;
  color: #707070;
}

.hesje-dark {
  background-color: #E2EFFF;
  color: #000000;
}

a {
  color: #0A51A1;
}

.highlight {
  color: #0A51A1;
}

.warning {
  color: #A10A51;
  padding: 10px;
  margin-top: 20px;
}

svg.hesje-diagonal {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 5vw;
  background: transparent;
}

table.matentabel {
  width: 100%;
}
table.matentabel col:first-child, table.matentabel col:last-child {
  background-color: #E2EFFF;
}
table.matentabel col:nth-child(2) {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><polygon points='0 100,100 0,0 0' fill='%23E2EFFF'></polygon></svg>");
}
table.matentabel col:nth-child(4) {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><polygon points='100 100,100 0,0 0' fill='%23E2EFFF'></polygon></svg>");
}
table.matentabel tr th {
  padding: 5px 20px;
  color: #0A51A1;
  font-size: 1.2em;
}
table.matentabel tr th span {
  display: inline-block;
  border-bottom: 1px solid #0A51A1;
  width: 100%;
}
table.matentabel tr td {
  padding: 5px 20px;
}
table.matentabel tr td.hesje-diagonal {
  width: 10px;
  height: 100%;
  padding: 0;
}

.modal-footer,
.modal-header {
  border-color: #0A51A1;
}

.modal-body {
  font-size: 1.1em;
}

.page-Cookies h3,
.page-WashingInstructions h3,
.page-TermsAndConditions h3 {
  font-size: 1.0em;
  text-transform: uppercase;
}

.fas.fa-info-circle {
  color: #0A51A1;
}

#faq .faq {
  background-color: #E2EFFF;
  border-radius: 14px;
  margin-bottom: 20px;
  padding: 10px 20px;
}
#faq .faq .btn {
  font-size: 1.1em;
  width: 100%;
  text-align: left;
  color: #0A51A1;
  padding: 0;
  line-height: 40px;
}
#faq .faq .btn .more-less {
  float: right;
  font-size: 40px;
}
#faq .faq .btn .more-less:after {
  content: "-";
}
#faq .faq .btn.collapsed .more-less:after {
  content: "+";
}
#faq .faq .faq-body {
  color: #707070;
  padding-top: 20px;
}

.row-diagonal .col-md-12 {
  padding: 0;
}

.carousel svg.hesje-diagonal {
  position: absolute;
  bottom: 0;
  z-index: 10;
}

footer.footer {
  padding-top: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 166px;
  color: #fff;
  font-size: 1.1em;
  background: #0a51a1;
  background: -moz-linear-gradient(left, #0a51a1 0%, #4c8ad0 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0a51a1), color-stop(100%, #4c8ad0));
  background: -webkit-linear-gradient(left, #0a51a1 0%, #4c8ad0 100%);
  background: -o-linear-gradient(left, #0a51a1 0%, #4c8ad0 100%);
  background: -ms-linear-gradient(left, #0a51a1 0%, #4c8ad0 100%);
  background: linear-gradient(to right, #0a51a1 0%, #4c8ad0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a51a1', endColorstr='#4c8ad0', GradientType=1 );
}
footer.footer a {
  color: #fff;
}
footer.footer img {
  width: 50px;
  height: 50px;
}

.navbar-phone {
  padding: 0 0.5rem;
  background-color: #F2F7FE;
  text-align: right;
}
.navbar-phone a {
  color: #0A51A1;
  font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #0A51A1;
}

.navbar-light .navbar-nav .active .nav-link {
  color: #0A51A1;
  font-weight: bold;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  margin-top: 40px;
}

a.btn {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
  color: initial;
}

.btn-hesje {
  text-transform: uppercase;
  font-weight: bold;
  border: 0;
  border-radius: 40px;
  padding: 10px 40px;
  box-shadow: 5px 5px 6px #d6d6d6;
  background: #0a51a1;
  margin-top: 20px;
  margin-bottom: 2px;
  background: -moz-linear-gradient(left, #0a51a1 0%, #80bbff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0a51a1), color-stop(100%, #80bbff));
  background: -webkit-linear-gradient(left, #0a51a1 0%, #80bbff 100%);
  background: -o-linear-gradient(left, #0a51a1 0%, #80bbff 100%);
  background: -ms-linear-gradient(left, #0a51a1 0%, #80bbff 100%);
  background: linear-gradient(to right, #0a51a1 0%, #80bbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a51a1', endColorstr='#80bbff', GradientType=1 );
}

.btn-hesje:hover {
  box-shadow: 3px 3px 4px #d6d6d6;
  margin-top: 22px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .btn-hesje {
    margin-bottom: 20px;
  }

  .btn-hesje:hover {
    margin-bottom: 18px;
  }
}
.form-control-lg {
  text-indent: 10px;
  border-radius: 25px;
  box-shadow: 2px 2px 7px #d6d6d6;
}

.ltfe {
  display: none;
}

@media screen and (min-width: 1024px) {
  .navbar-phone a {
    padding: 0.5rem 5%;
  }

  .navbar {
    padding: 10px 5%;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-phone a {
    padding: 0.5rem calc(8.3333333333% + 15px);
  }

  .navbar {
    padding: 10px calc(8.3333333333% + 15px);
  }
}
.navbar-brand img {
  height: 45px;
}

blockquote {
  color: #0A51A1;
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
  margin: 0 auto;
}

blockquote:before, blockquote:after {
  font-family: 'Exo', sans-serif;
  color: #0A51A1;
  opacity: 0.64;
  position: absolute;
  font-size: 10em;
}

blockquote:before {
  content: open-quote;
  margin-left: -0.3em;
  margin-top: -0.4em;
}

blockquote:after {
  content: close-quote;
  top: 0;
  right: 0;
  margin-right: -0.1em;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  padding-top: 108px;
  color: #5a5a5a;
}

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
#quotation form {
  /* Required for Down Triangle */
  /* Stroke */
  /* Fill */
}
#quotation form h2 {
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #0A51A1;
  margin-bottom: 30px;
}
#quotation form i {
  cursor: pointer;
}
#quotation form h2:before, #quotation form h2:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}
#quotation form h2:before {
  bottom: -16px;
  left: calc(50% - 17px);
  /* If 1px darken stroke slightly */
  border-top-color: #0A51A1;
  border-width: 16px;
}
#quotation form h2:after {
  bottom: -15px;
  left: calc(50% - 16px);
  border-width: 15px;
}
#quotation form .hesje-light h2:after {
  border-top-color: #fff;
}
#quotation form .hesje-dark h2:after {
  border-top-color: #E2EFFF;
}
#quotation form button.btn-figure {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  pointer-events: none;
}
#quotation form button.btn-figure:focus {
  outline: none;
}
#quotation form figure {
  background-color: #fff;
  padding: 10px;
  border-radius: 14px;
  box-shadow: 5px 5px 6px #d6d6d6;
  border: 0;
  margin: 7px;
  cursor: pointer;
}
#quotation form figure:hover, #quotation form figure.active {
  margin: 0;
  border: 7px solid #2CBE11;
}
#quotation form figure img {
  max-width: 150px;
}
#quotation form .disabled figure, #quotation form .disabled button {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#quotation form .disabled select, #quotation form .disabled input, #quotation form .disabled textarea {
  background-color: #e9ecef;
  color: #6c757d;
}
#quotation form .disabled select, #quotation form .disabled input, #quotation form .disabled textarea, #quotation form .disabled button:not(.close), #quotation form .disabled figure {
  pointer-events: none;
}
#quotation form .enabled .form-control:required {
  background-color: #E2EFFF;
}
#quotation form .done figure:not(.active):not(:hover), #quotation form .likedone figure:not(.active):not(:hover) {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#quotation form select.form-control {
  -webkit-appearance: none;
}
#quotation form .form-group {
  display: flex;
}
#quotation form .form-group i {
  color: #0A51A1;
  font-size: 1.6rem;
  padding: 10px;
}
#quotation form .disabled table.aantaltabel tr td input.form-control {
  background-color: #e9ecef !important;
  color: #6c757d !important;
}
#quotation form table.aantaltabel tr:nth-child(even) td {
  background-color: #E2EFFF;
}
#quotation form table.aantaltabel tr:nth-child(even) td:last-child {
  background-color: #fff;
}
#quotation form table.aantaltabel tr:nth-child(even) td:last-child input.form-control {
  background-color: #E2EFFF;
}
#quotation form table.aantaltabel tr:nth-child(odd) td {
  background-color: #fff;
}
#quotation form table.aantaltabel tr:nth-child(odd) td:last-child {
  background-color: #fff;
}
#quotation form table.aantaltabel tr:nth-child(odd) td:last-child input.form-control {
  background-color: #fff;
}
#quotation form table.aantaltabel tr th {
  padding: 5px 20px;
  color: #0A51A1;
  font-size: 1.2em;
}
#quotation form table.aantaltabel tr th span {
  display: inline-block;
  width: 100%;
}
#quotation form table.aantaltabel tr td {
  padding: 5px 20px;
}
#quotation form table.aantaltabel tr td:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
#quotation form table.aantaltabel tr td:nth-child(3), #quotation form table.aantaltabel tr td.last {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
#quotation form table.aantaltabel tr td:last-child input.form-control {
  width: 75px;
  box-shadow: none;
  text-indent: 0;
  text-align: center;
}

#mainCarousel .carousel-item {
  height: 28vw;
  width: 100vw;
  background-color: #777;
}
#mainCarousel .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}
#mainCarousel .carousel-indicators {
  bottom: 10px;
}
@media screen and (min-width: 768px) {
  #mainCarousel .carousel-indicators {
    bottom: 50px;
  }
}

.carousel-small .carousel-item > figure {
  max-width: 40%;
}
.carousel-small .carousel-item > figure > img {
  max-width: 100%;
}
.carousel-small .carousel-item > figure figcaption {
  padding-bottom: 40px;
  color: #0A51A1;
}
.carousel-small .carousel-item > img {
  max-width: 50%;
}

.carousel {
  margin-bottom: 0;
}
.carousel .carousel-item {
  background-size: cover;
  background-position: 50% 50%;
}
.carousel .carousel-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel .carousel-caption {
  bottom: 1rem;
  z-index: 10;
  font-family: 'Exo', sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 1.0rem;
}
@media screen and (min-width: 768px) {
  .carousel .carousel-caption {
    font-size: 2rem;
    bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .carousel .carousel-caption {
    font-size: 2.5rem;
    bottom: 4rem;
  }
}
.carousel .carousel-caption div {
  display: inline-block;
  width: fit-content;
  padding: 0 1rem;
  margin: 0.5rem 0;
  transform: rotate(3deg);
  background: #0a51a1;
  background: -moz-linear-gradient(left, #0a51a1 0%, #4c8ad0 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0a51a1), color-stop(100%, #4c8ad0));
  background: -webkit-linear-gradient(left, #0a51a1 0%, #4c8ad0 100%);
  background: -o-linear-gradient(left, #0a51a1 0%, #4c8ad0 100%);
  background: -ms-linear-gradient(left, #0a51a1 0%, #4c8ad0 100%);
  background: linear-gradient(to right, #0a51a1 0%, #4c8ad0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a51a1', endColorstr='#4c8ad0', GradientType=1 );
}
.carousel .carousel-indicators > li {
  background-color: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 7px;
}
.carousel .carousel-indicators > li.active {
  background-color: #0A51A1;
}
.carousel .carousel-indicators > li:hover {
  background-color: #0A51A1;
}
@media screen and (min-width: 768px) {
  .carousel .carousel-indicators > li {
    width: 15px;
    height: 15px;
  }
}

#cookie-consent {
  z-index: 100;
  color: #aaa;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2px;
  border-top: 1px solid #444;
  position: fixed;
  text-align: center;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.8em;
}
#cookie-consent a {
  color: #aaa;
}
#cookie-consent a:hover {
  color: #fff;
}
#cookie-consent a.btn-accept {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  padding: 5px 10px;
  line-height: 1.5;
  border-radius: 3px;
}
#cookie-consent a.btn-accept:hover {
  background-color: #449d44;
  border-color: #398439;
}

.container-debug pre {
  border: 1px solid #ccc;
  background-color: #eee;
  font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
  overflow: auto;
  padding: 5px;
  width: auto;
}

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