@font-face {
  font-family: "handelgothic_btregular";
  src: url("font/handelgo-webfont.woff2") format("woff2"), url("font/handelgo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.odlogo {
  font-family: handelgothic_btregular;
}

div#logo a img {
  width: 500px;
  margin-top: -40px;
}
@media only screen and (max-width: 980px) {
  div#logo a img {
    width: 300px;
    margin-top: -10px;
  }
}

.home #producten .container {
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 980px) {
  .home #producten .container {
    flex-direction: row;
  }
}
.home #producten .container .left {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 30px;
}
.home #producten .container .left .shop-item {
  padding: 0px 5px;
}
@media only screen and (min-width: 980px) {
  .home #producten .container .left {
    width: 20%;
    position: sticky;
    margin: 0 -5px;
    top: 5px;
  }
  .home #producten .container .left .shop-item {
    padding: 0px;
  }
}
.home #producten .container .center {
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .home #producten .container .center {
    width: 60%;
    padding: 0 30px;
  }
}
.home #producten .container .right {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 30px;
}
.home #producten .container .right .shop-item {
  padding: 0px 5px;
}
@media only screen and (min-width: 980px) {
  .home #producten .container .right {
    width: 20%;
    position: sticky;
    margin: 0 -5px;
    top: 5px;
  }
  .home #producten .container .right .shop-item {
    padding: 0px;
  }
}
.home #producten .container .shop-item {
  background-color: transparent;
  margin: 0;
  margin-bottom: 5px;
}
.home #producten .container .shop-item h2 {
  font-size: 13px;
}
@media only screen and (min-width: 1200px) {
  .home #producten .container .shop-item h2 {
    font-size: 16px;
  }
}
.home #producten .container .shop-item .video {
  height: 199px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media only screen and (min-width: 450px) {
  .home #producten .container .shop-item .video {
    height: 169px;
  }
}
@media only screen and (min-width: 980px) {
  .home #producten .container .shop-item .video {
    height: 149px;
  }
}
@media only screen and (min-width: 1200px) {
  .home #producten .container .shop-item .video {
    height: 169px;
  }
}
.home #producten .container .shop-item .anchored {
  border: none;
}
.home #producten .container .shop-item .anchored.orange {
  height: 100%;
}
.home #producten .container .shop-item .thumbnail-wrap {
  border: 3px solid #f46300;
  height: 205px;
}
@media only screen and (min-width: 450px) {
  .home #producten .container .shop-item .thumbnail-wrap {
    height: 175px;
  }
}
@media only screen and (min-width: 980px) {
  .home #producten .container .shop-item .thumbnail-wrap {
    height: 155px;
  }
}
@media only screen and (min-width: 1200px) {
  .home #producten .container .shop-item .thumbnail-wrap {
    height: 175px;
  }
}
.home #producten .container .shop-item .anchored.orange h2 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home #producten .container .shop-item .anchored .thumb {
  height: 199px;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 450px) {
  .home #producten .container .shop-item .anchored .thumb {
    height: 169px;
  }
}
@media only screen and (min-width: 980px) {
  .home #producten .container .shop-item .anchored .thumb {
    height: 149px;
  }
}
@media only screen and (min-width: 1200px) {
  .home #producten .container .shop-item .anchored .thumb {
    height: 169px;
  }
}
@media only screen and (max-width: 980px) {
  .home #producten .container .shop-item {
    width: 33.3%;
  }
  .home #producten .container .shop-item h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .home #producten .container .shop-item {
    width: 100%;
  }
  .home #producten .container .shop-item:nth-child(1), .home #producten .container .shop-item:nth-child(2) {
    width: 100%;
  }
}

.center h2, .center h1 {
  color: #f46300;
}

.latest-news {
  border: 3px solid black;
  margin-top: 5px;
  padding: 25px;
  position: relative;
  padding-top: 61px;
  margin-bottom: 50px;
}
.latest-news h2 {
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
  text-align: center;
}
.latest-news .news-homepage {
  padding-bottom: 0;
  height: 100%;
  overflow: auto;
}
.latest-news .news-homepage p {
  margin-bottom: 0;
}
.latest-news .news-homepage h3.heading-blue {
  font-weight: bold;
  text-align: left;
  color: #f46300;
}

.content {
  padding-bottom: 25px;
  position: relative;
}
.content h1 {
  font-size: 30px;
  margin-top: 0;
  text-align: left;
}
.content strong {
  color: #f46300;
}

footer h1.widget-title {
  color: #f46300;
}
footer li a {
  color: white;
}
footer li a:visited {
  color: white;
}
footer .textwidget {
  color: white;
}

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