body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    background-color: rgba(228, 31, 24, 1);
    color: rgba(74, 74, 74, 1);
    line-height: 1.2em;
    font-size: 14px;
}
.shop {
  padding: 8% 0 0;
  margin: auto;
}
.content {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  /*max-width: 360px;*/
  margin: 0 auto 100px;
  padding: 45px;
  /*text-align: center;*/
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.content .logo {
  width: 50px;
  margin: 0 auto 40px auto;
}
.content input, .content select, .content textarea {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.content input.read-only, .content select.read-only {
  background: white;
  color: white;
}
.content .button {
  /*font-family: "Roboto", sans-serif;*/
  text-transform: uppercase;
  outline: 0;
  background: #ff9600;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.content .button:hover,.content .button:active,.content .button:focus {
  background: #d35400;
}
.panel-default > .panel-heading {
  background: rgba(228, 31, 24, 1);
  color: white;
  height: 55px;
  overflow: hidden;
}
.panel-default {
  border-color: rgba(228, 31, 24, 1);
}
.margin-top {
  margin-top: 15px;
}
h3 {
  text-align: center;
}
p {
  text-align: justify;
  margin: 25px 0 25px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version */
}
body {
  /*background-color: #f9f9f9;*/
  /*background: #e67e22; /* fallback for old browsers */ /*
  background: -webkit-linear-gradient(right, #e67e22, #d35400);
  background: -moz-linear-gradient(right, #e67e22, #d35400);
  background: -o-linear-gradient(right, #e67e22, #d35400);
  background: linear-gradient(to left, #e67e22, #d35400);*/
  /*font-family: "Roboto", sans-serif;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}
.productimg {
  position: relative;
}
.productimg .first {
  position: relative;
}
.productimg .second {
  visibility: hidden;
  display: none;
  position: relative;
}
.productimg:hover .first {
  visibility: hidden;
  display: none;
}
.productimg:hover .second {
  display: block;
  visibility: visible;
  position: relative;
}
/*.container:hover .image{
-webkit-transform: rotateY(180deg);
-webkit-transform-style: preserve-3d;
transform: rotateY(180deg);
transform-style: preserve-3d;
}
.container .image, .container:hover .image {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}*/


.holder-footer {
  min-height: 300px;
}

@media (min-width: 100px) {
  .holder-footer img {
      position: absolute;
      right: 0;
      bottom: -126px;
      width: 115px;
      height: 115px;
  }
}

@media (min-width: 768px) {
  .holder-footer img {
      position: absolute;
      right: 0;
      bottom: -31px;
      width: 110px;
      height: 110px;
  }
}

.holder-button {
  padding: 0;
}

.holder-button .cta {
  -webkit-transition: transform 350ms;
  -moz-transition: transform 350ms;
  -ms-transition: transform 350ms;
  -o-transition: transform 350ms;
  transition: transform 350ms;
  cursor: pointer; 
}
.holder-button .cta:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.holder-button .cta {
    outline: none;
    border: none;
    background-color: rgba(228, 31, 24, 1);
    color: white;
    font-size: 16px;
    padding: 12px;
    width: 100%;
    text-align: center;
}
button {
    font-weight: 700;
}
button, textarea, input {
    color: rgba(74, 74, 74, 1);
    line-height: 1.3em;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}
input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb !important;
}
button {
    -webkit-appearance: button;
}
i.light.arrow_right {
    background-image: url('http://buurtschapmolenstraat.nl/wp-content/themes/molenstraat/assets/images/icons/arrow_right_light.svg');
}

i.arrow_right {
    background-image: url('http://buurtschapmolenstraat.nl/wp-content/themes/molenstraat/assets/images/icons/arrow_right_dark.svg');
}

.holder-sponsors {
  padding: 0;
  background: none !important;
}

@media (min-width: 1024px) {
  .holder-footer img {
    position: absolute;
    right: 0;
    bottom: -31px;
    width: 200px;
    height: 200px;
  }
}
  /*
  .holder-footer img {
    position: absolute;
    right: 0;
    bottom: -18px;
    width: 115px;
    height: 115px; }
  .holder-footer .holder-contact {
    max-width: 1024px;
    line-height: 18px;
    padding-top: 96px;
    padding-bottom: 96px;
    margin: 0 auto;
    position: relative;
    color: rgba(249, 249, 249, 1); }
  .holder-footer .holder-contact h3 {
    margin: 12px 0; }
  .holder-footer .holder-contact .label {
    font-weight: 100;
    font-size: 11px;
    margin-top: 12px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase; }
  .holder-footer .holder-contact address {
    line-height: 1.4;
    font-style: normal; }
  .holder-footer .holder-contact .name {
    width: 150px;
    display: inline-block;
    padding-bottom: 6px; }
  .holder-footer .holder-contact a {
    color: rgba(249, 249, 249, 1);
    text-decoration: none;
    font-style: normal; }
  .holder-footer .diag-bottom {
    position: absolute;
    width: 110%;
    left: -5%;
    top: -1px;
    padding-bottom: 21%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("/images/diag-bottom_light.svg");
    }

@media (min-width: 768px) {
  .holder-footer img {
    position: absolute;
    right: 0;
    bottom: -31px;
    width: 200px;
    height: 200px; }
    .holder-footer .holder-contact {
      padding-top: 192px; }
      .holder-footer .holder-contact * {
        font-size: 18px; }
      .holder-footer .holder-contact h3 {
        font-size: 24px;
        margin: 12px 0; }
      .holder-footer .holder-contact .name {
        width: 350px;
        padding-bottom: 12px; }
      .holder-footer .holder-contact a {
        padding-bottom: 12px; } }

@media (min-width: 1024px) {
  .holder-footer .holder-contact {
    padding-top: 384px;
    }
    .holder-footer .holder-contact .label {
      font-size: 12px; } }

.holder-brand {
  padding: 12px;
  border-top: 4px solid black; }
  .holder-brand img {
    display: block;
    margin: 0 auto; }

@media (min-height: 768px) {
  .holder-brand {
    border-top: 6px solid black; } }

    @media (min-width: 768px) {
  .holder-footer img {
    position: absolute;
    right: 0;
    bottom: -31px;
    width: 200px;
    height: 200px; }
    .holder-footer .holder-contact {
      padding-top: 192px; }
      .holder-footer .holder-contact * {
        font-size: 18px; }
      .holder-footer .holder-contact h3 {
        font-size: 24px;
        margin: 12px 0; }
      .holder-footer .holder-contact .name {
        width: 350px;
        padding-bottom: 12px; }
      .holder-footer .holder-contact a {
        padding-bottom: 12px; } }

@media (min-width: 1024px) {
  .holder-footer .holder-contact {
    padding-top: 384px;
    }
    .holder-footer .holder-contact .label {
      font-size: 12px; } }

.holder-brand {
  padding: 12px;
  border-top: 4px solid black; }
  .holder-brand img {
    display: block;
    margin: 0 auto; }*/