.article-intro .img_caption.left {
  margin: 0 0 10px 0;
}
.article-title,
.article-header h1 {
  margin: 0 0 5px 0;
}
.t3-off-canvas {
  background: #F1f1f1;
}
.zoomClass {
  animation: 50s linear 1s normal none 1 zoominout;
}
@keyframes zoominout {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.t3-footer a {
  color: #555 !important;
}
.t3-footer a:hover {
  color: #239e4c !important;
  text-decoration: none !important;
}
.t3-off-canvas .t3-off-canvas-body a {
  color: #000;
  text-decoration: none;
  font-family: 'dk_vermilionregular', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
}
.t3-off-canvas .t3-off-canvas-body a:hover,
.t3-off-canvas .t3-off-canvas-body a:focus {
  color: #C90016;
  text-decoration: none;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #4FAD26;
  background: transparent !important;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
p,
ol,
li {
  font-size: 18px !important;
}

.navbar-default {
  background: transparent !important;
}

html,
body {
  height: auto !important;
}
.content-site {
  margin-top: 0px;
}
.videobalk video {
  width: 100%;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #C90016;
  text-decoration: underline;
}
.t3-wrapper,
.t3-footer {
  background: transparent !important;
}
.blog article,
.contactpage article {
  text-align: left !important;
}
.balk-op-foto {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 5;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
}
.balk-op-foto:hover,
.balk-op-foto:hover a {
  background-color: #000000;
  color: #B58D2D;
}
.balk-op-foto a {
  color: #FFF;
}
.balk-op-foto a:hover {
  color: #B58D2D;
  text-decoration: none;
}
.balk-op-foto a span {
  font-family: 'Wingdings 3';
}
.breadcrumb a,
.breadcrumb li {
  color: #FFF !important;
}
article,
div.t3-module.productmeerinfo {
  padding: 20px;
  background: url(../../templates/t3_bs3_blank/images/bg-wit1.png) repeat;
  
  text-align: left;
}
@media (min-width: 768px) and (max-width: 999px) {
  article,
  .page-subheader,
  .blog .category-desc {
    margin-left: -15px;
    
  }
  .homepag article {
    width: 85%;
    float: none;
    margin: auto;
  }
}
@media (min-width: 1000px) {
  article,
  .page-subheader,
  .blog .category-desc {
    margin-left: -15px;
    
  }
  .homepag article {
    width: 65%;
    float: none;
    margin: auto;
  }
}
.blog h2.page-subtitle small {
  font-size: 100%;
  color: #000;
}
.blog h2.page-subtitle {
  color: #000;
  padding-bottom: 5px;
  text-decoration: none;
  font-size: 26px;
  font-weight: 300;
}
.blog .page-subheader {
  border-bottom: 0px solid #eeeeee;
  margin: 0 0 0px;
  background-color: #EFEFEF;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
.blog .category-desc {
  margin: 0 0 20px;
  background-color: #EFEFEF;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 20px 20px;
}
.items-row .item {
  margin-bottom: 20px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #F0F0F0;
  border-color: #F0F0F0;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu {
  border: 0 !important;
}
.home .t3-sl-1 {
  border-bottom: 0px solid #CCC!important;
}
.t3-copyright {
  border-top: 0px solid #111!important;
  padding: 10px 0 0px!important;
}
.home .t3-sl-5,
.t3-navhelper {
  border-top: 0px solid #000!important;
}
div.content-site {
  margin-top: 0px;
}

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}
.body2vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .body2vid {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .body2vid {
    width: 300%;
    left: -100%;
  }
}
@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../../templates/t3_bs3_blank/images/bg_body_home.jpg') center center / cover no-repeat;
  }
  .body2vid {
    display: none;
  }
}
.body2 {
  background: url(../../templates/t3_bs3_blank/images/bg_body.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  overflow: hidden;
  margin-top: -80px;
}
.body2.wijngaard {
  background: url(../../templates/t3_bs3_blank/images/bg_body_wijngaard.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  overflow: hidden;
}
.body2.solterflas {
  background: url(../../templates/t3_bs3_blank/images/bg_body_solterflas.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  overflow: hidden;
}
.body2.solter {
  background: url(../../templates/t3_bs3_blank/images/bg_body_solter.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  overflow: hidden;
}
.body2.sektpag {
  background: url(../../templates/t3_bs3_blank/images/bg_body_sekt.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  overflow: hidden;
}
.body2.solterflessen {
  background: url(../../templates/t3_bs3_blank/images/bg_solter_flessen.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  overflow: hidden;
}
.body2.sektkurken {
  background: url(../../templates/t3_bs3_blank/images/bg_body_sektkurken.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  overflow: hidden;
}
.body2.home {
  background: url(../../templates/t3_bs3_blank/images/bg_body_home.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  overflow: hidden;
}
a.btn {
  background-color: #4FAD26;
}
@media (max-width: 510px) {
  .home-link img {
    position: absolute;
    float: left;
    height: 80px;
    width: 225px;
  }
}
@media (min-width: 511px) {
  .home-link img {
    position: absolute;
    float: left;
    height: 80px;
    width: 300px;
  }
}
.off-canvas-toggle {
  float: left;
}

.formResponsive .rsformProgressContainer {
  height: 10px !important;
}
.rsform-block-intro .formControlLabel {
  display: none !important;
}
.rsform-block-intro .formControls {
  margin-left: 0px !important;
}
.formControls h2 {
  color: #B58D2D !important;
}
.formControlLabel {
  font-size: 14px;
}
@media (max-width: 780px) {
  .formResponsive .formHorizontal .formControlLabel {
    width: auto !important;
    float: left;
  }
  .formResponsive .formHorizontal .formControls {
    margin-left: 0% !important;
    width: 90% !important;
    float: left;
  }
}
.formResponsive .formHorizontal .formControlLabel {
  width: 30%;
  text-align: left;
}
.formResponsive .formHorizontal .rsform-block {
  margin-bottom: 0px;
}
.formResponsive .formHorizontal .formControls {
  margin-left: 35%;
}
.formResponsive input[type="text"] {
  height: 30px;
  width: 80%;
}
.formResponsive textarea {
  width: 80%;
}

.t3-footnav .t3-module .module-title {
  font-size: 22px !important;
}
.t3-footnav .t3-module ul > li > a {
  color: #FFF !important;
}
.t3-sl {
  padding-top: 44px !important;
}
.t3-sl .maps {
  margin-top: 44px;
}

div.t3-homebloks {
  margin-top: 30px;
}
div.t3-homebloks .t3-module {
  margin-bottom: 30px !important;
}
div.homeblok {
  height: 250px;
}
div.homeblok h3 {
  margin-top: 10px;
  text-align: center;
}
div.homeblok h3 a {
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  height: 250px;
  display: block;
}
div.homeblok h3 a:hover {
  color: #888 !important;
}
.carousel {
  margin-top: 40px;
  margin-bottom: 30px;
}
.moduletable_homebanner,
.moduletable_smallebanner {
  margin-top: 0px;
}

#atftbx {
  margin-top: -25px !important;
}
.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300m {
  padding: 2px 2px!important;
}

.t3-megamenu .mega > .mega-dropdown-menu {
  min-width: 250px !important;
}
.dropdown-menu {
  top: auto !important;
  font-size: 14px !important;
  border: 1px solid #F0F0F0!important;
  border-top: none !important;
  background-color: #F0F0F0 !important;
  opacity: 0.8 !important;
}
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
  color: #000 !important;
}
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
  color: #C90016 !important;
  background-color: #F0F0F0 !important;
}
.btn-primary {
  color: #FFF;
  background: transparent;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #C90016;
  background: transparent;
  border-color: transparent;
}
.navbar {
  min-height: 80px !important;
  font-size: 18px;
  border-bottom: 0px solid #CCC;
}
@media (max-width: 999px) {
  .navbar {
    min-height: 80px !important;
  }
}
.navbar-nav > li > a {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.fa {
  line-height: 2.3 !important;
  font-size: 35px !important;
}
.off-canvas-toggle {
  width: 80px !important;
  height: 80px !important;
  line-height: 80px !important;
}
@media (max-width: 480px) {
  .navbar-header {
    background: url(../../templates/t3_bs3_blank/images/digusti-logo-site-2021.png) no-repeat center;
    z-index: 99;
    
    height: 80px;
    display: block;
    top: 0%;
  }
}
@media (min-width: 481px) and (max-width: 999px) {
  .navbar-header {
    background: url(../../templates/t3_bs3_blank/images/digusti-logo-site-2021.png) no-repeat right;
    z-index: 99;
    width: 222px;
    height: 80px;
    display: block;
    top: 0%;
    margin-top: 3px;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .navbar-header {
    background: url(../../templates/t3_bs3_blank/images/digusti-logo-site-2021.png) no-repeat;
    z-index: 99;
    width: 222px;
    height: 80px;
    display: block;
    top: 0%;
    margin-top: 3px;
  }
}
@media (min-width: 1200px) {
  .navbar-header {
    background: url(../../templates/t3_bs3_blank/images/digusti-logo-site-2021.png) no-repeat;
    z-index: 99;
    width: 222px;
    height: 80px;
    display: block;
    top: 0%;
    margin-top: 3px;
  }
}
h4 {
  color: #C90016;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.moduletable_footermenu .separator {
  padding: 0 !important;
  line-height: normal !important;
}
.moduletable_footermenu .nav-pills > li.active > a,
.moduletable_footermenu .nav-pills > li.active > a:hover,
.moduletable_footermenu .nav-pills > li.active > a:focus,
.moduletable_footermenu .nav-pills > li > a:hover {
  background-color: #000 !important;
  color: #FFF !important;
  text-decoration: underline !important;
}
ul.footermenu {
  margin-left: 0px;
  padding-top: 9px;
  padding-bottom: 5px;
  text-align: center !important;
  font-size: 9px;
  color: #FFF;
}
.footermenu a {
  color: #FFF;
  text-decoration: none;
  padding: 0 !important;
  margin: 0 !important;
}
.footermenu a:hover {
  text-decoration: underline;
  color: #FFF;
}
.footermenu li {
  display: inline-block;
  margin: 2px !important;
  float: left;
}
p {
  font-size: 14px;
}
.t3-footer {
  border-top: 0px solid #111;
  color: #555;
}
.t3-footnav .t3-module {
  color: #555;
}
.t3-footnav .t3-module ul > li > a,
.t3-footnav .t3-module .module-title {
  color: #555;
}
.t3-footnav .t3-module ul > li > a:hover {
  color: #239e4c;
  text-decoration: underline;
}
.article-info {
  margin-top: -10px;
  margin-bottom: 10px;
}
div.leading-1,
div.leading-2,
div.leading-3,
div.leading-4,
div.leading-5,
div.leading-6,
div.leading-7,
div.leading-8,
div.leading-9,
div.leading-10,
div.leading-11,
div.leading-12,
div.leading-13,
div.leading-14,
div.leading-15,
div.leading-16,
div.leading-17,
div.leading-18,
div.leading-19,
div.leading-20 {
  border-top: 0px dashed #888;
  padding-top: 0px;
}
div.item ul li,
.article-content ul li {
  font-size: 18px;
}
p.news-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 480px) {
  .container > .navbar-header {
    margin-right: 0 !important;
    margin-left: -15px !important;
  }
}
@media (max-width: 479px) {
  div.nwsblok div.leading div.pull-right img {
    width: 100%;
    height: auto;
    border: 0px solid #CCC;
    margin: 0 0 10px 0;
    float: right;
  }
}
@media (min-width: 480px) and (max-width: 759px) {
  div.nwsblok div.leading div.pull-right img {
    width: 200px;
    height: auto;
    border: 0px solid #CCC;
    margin: 0 0 10px 10px;
    float: right;
  }
}
@media (max-width: 759px) {
  article .pull-right img {
    width: 100%;
    height: auto;
    border: 0px solid #CCC;
    margin: 0 0 10px 0;
  }
  article h2 img.pull-left {
    width: 100%;
    height: auto;
    border: 0px solid #CCC;
    margin: 0 0 10px 0;
  }
  article h2 img.pull-rightc {
    width: 100%;
    height: auto;
    border: 0px solid #CCC;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 760px) {
  article .pull-right img {
    width: 200px;
    height: auto;
    border: 0px solid #CCC;
    margin: 0 10px 10px 10px;
  }
  div.nwsblok div.leading div.pull-right img {
    width: 220px;
    height: auto;
    border: 0px solid #CCC;
    margin: 0 0 10px 10px;
    float: right;
  }
  article h2 img.pull-left {
    width: 500px;
    height: auto;
    border: 0px solid #CCC;
    margin: 0 10px 10px 0;
  }
  article h2 img.pull-rightc {
    width: 500px;
    height: auto;
    border: 0px solid #CCC;
    margin: 0 0 10px 10px;
    float: right;
  }
}
div.item .pull-left img {
  height: 250px;
  width: auto;
  border: 0px solid #CCC;
  margin: 0 10px 10px 0;
  float: left;
}
div.item .pull-right img {
  height: 250px;
  width: auto;
  border: 0px solid #CCC;
  margin: 0 10px 10px 0;
  float: right;
}
a.btnz,
.readmore a.btn {
  background-color: transparent;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 5px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #4fad26;
}
a.btnz:hover,
.readmore a.btn:hover {
  background-color: #4FAD26;
  color: #FFF;
}
h1,
h1.module-title span,
h2.article-title {
  color: #000;
  padding-bottom: 5px;
  text-decoration: none;
  font-size: 36px;
  font-weight: 500;
}
h3 {
  color: #C90016;
  padding-bottom: 0px;
  text-decoration: none;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0px;
}
.items-leading .page-header h2 a,
.items-leading .page-header h2 a:hover,
.items-leading .page-header h2 {
  color: #000;
  text-decoration: none;
  font-size: 36px;
  font-weight: normal;
  margin-top: 0px !important;
}
.items-leading .page-header h2 {
  margin-top: 0px !important;
}
.items-row .item {
  margin-bottom: 10px !important;
}
.page-header {
  padding-bottom: 5px !important;
}
h2 {
  color: #000;
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: 300;
}
p.intro,
div.items-leading section.article-intro p.intro {
  color: #222;
  font-weight: bold;
}
.item p.intro {
  color: #222;
  font-weight: normal;
}
.item .page-header {
  margin: 0px !important;
}
div.item {
  background: transparent;
  padding: 10px 0px 0px 15px;
  margin-bottom: 0px;
}
div.item .page-header h2,
div.item .page-header h2 a {
  color: #000;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
}
div.item .page-header h2 a:hover {
  color: #888;
}
.navbar-default .navbar-nav > li > a {
  font-size: 26px;
  font-weight: 400;
  font-family: 'dk_vermilionregular', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.footerbalk {
  
  background-color: #e0ddda;
  
  
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.addthis_horizontal_follow_toolbox {
  float: right;
  margin-top: -20px;
  margin-right: 35px;
}
@media (max-width: 600px) {
  .footerbalk {
    position: relative;
    height: auto;
  }
  .addthis_horizontal_follow_toolbox {
    float: inherit;
    margin-top: 30px;
  }
}
.copyright {
  margin-top: 8px;
}
.t3-off-canvas .t3-off-canvas-header h2 {
  margin: 0;
  line-height: 38px;
  font-size: 18px;
  font-weight: normal;
}
.article-intro .pull-left.item-image {
  margin: 0 30px 0px 0;
}
.layout-blog .col-xs-12 {
  padding-left: 0px !important;
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 8px;
  }
}
.homepag article {
  background: transparent;
}
.homepag article h1 {
  display: none;
}
div.video-overlay {
  
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
}
@media (min-width: 1000px) {
  
  .navbar-nav > li > a {
    padding-top: 35px !important;
  }
  li[data-id="612"] {
    display: inline-block !important;
  }
  .navbar-nav > li {
    float: none !important;
    display: inline-block !important;
  }
  .navbar-nav {
    float: none !important;
    margin: auto !important;
    width: 100% !important;
  }
  .t3-mainnav .t3-navbar {
    text-align: right;
  }
}
li[data-id="612"] {
  background: url(../../templates/t3_bs3_blank/images/digusti-logo-site.png) no-repeat;
  z-index: 99;
  width: 80px;
  height: 80px;
  display: inline-block;
  top: 0%;
  margin-left: 20px;
  margin-right: 20px;
}
li[data-id="612"] a {
  font-size: 0px !important;
}
@media (max-width: 999px) {
  li[data-id="612"],
  li.item-612 {
    display: none;
  }
}
.productblok img {
  width: 100%;
  height: auto;
}
.productblok img:hover {
  opacity: 0.7;
}
.assortiment .t3-spotlight-1 {
  margin-top: 0px;
}
article .pull-left img {
  width: 400px;
  margin-right: 50px;
}
@media (max-width: 500px) {
  article .pull-left img {
    width: 95%;
    margin: auto !important;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0px !important;
  margin-bottom: 10px;
}
.formResponsive input[type="submit"] {
  background: #4FAD26 !important;
  color: #FFF !important;
  font-size: 16px !important;
  border: 2px solid #C90016;
  padding: 8px 20px 10px;
}
.formResponsive input[type="submit"]:hover {
  background: #FFF !important;
  color: #C90016 !important;
  border: 2px solid #4FAD26;
}
a.btn.grande {
  background: #4FAD26 !important;
  color: #FFF !important;
  font-size: 16px !important;
  padding: 5px 10px;
  border: 2px solid #C90016;
  margin-right: 30px;
  margin-bottom: 20px;
}
a.btn.grande:hover {
  background: #FFF !important;
  color: #C90016 !important;
  border: 2px solid #4FAD26;
}
@media (max-width: 500px) {
  a.btn.grande {
    margin-right: 0px;
    font-size: 12px !important;
  }
}
.vk-blok {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .vk-blok {
    width: 100%;
  }
}
.panel {
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-heading {
  padding: 0px 0px;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: transparent;
  border-color: transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px solid #dddddd;
}
.panel-body {
  padding: 0px;
}
.igp-keurmerk img {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 325;
}
.igp-keurmerk img:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .igp-keurmerk img {
    position: relative;
    display: block;
  }
}
.txt-img {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.txt-img .imghouder.links {
  width: 30%;
  float: left;
}
.txt-img .imghouder.rechts {
  width: 30%;
  float: right;
}
.txt-img .txthouder {
  width: 69%;
  float: left;
}
.txt-img .imghouder img {
  width: 95%;
  border: 2px solid #FFF;
}
.productvak {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.productvak .imghpro {
  width: 40%;
  float: left;
}
.productvak .txthpro {
  width: 59%;
  float: left;
}
.productvak .imghpro img {
  width: 95%;
}
@media (max-width: 768px) {
  .txt-img .imghouder.links {
    width: 100%;
    float: left;
  }
  .txt-img .imghouder.rechts {
    width: 100%;
    float: left;
  }
  .txt-img .txthouder {
    width: 100%;
    float: left;
  }
  .productvak .imghpro {
    width: 100%;
    float: left;
  }
  .productvak .txthpro {
    width: 100%;
    float: left;
  }
}
.productblok h3 {
  color: #FFF !important;
  font-weight: 500;
  text-shadow: 2px 2px 4px #000000;
}
.productblok p,
.productblok p a {
  color: #FFF;
  text-align: center;
  text-shadow: 2px 2px 4px #000000;
}
.module-title {
  background: transparent;
  color: inherit;
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 0;
  color: #C90016 !important;
}
div.t3-module.productmeerinfo {
  margin-bottom: 80px;
  margin-top: 80px;
}
.affix.scrolledz {
  background-color: #000 !important;
  box-shadow: 0px 3px 8px #444;
  top: 0px !important;
  -webkit-transition: background 100ms ease-in 100ms;
  -moz-transition: background 100ms ease-in 100ms;
  -o-transition: background 100ms ease-in 100ms;
  transition: background 100ms ease-in 100ms;
}
h1,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'dk_vermilionregular', sans-serif;
  text-transform: uppercase;
  font-weight: bold !important;
  line-height: 1.1;
}
h2 {
  font-family: 'dk_vermilionregular', sans-serif;
  text-transform: uppercase;
  font-weight: bold !important;
  line-height: 1.1;
}
.addthis_horizontal_follow_toolbox {
  width: 32px;
  position: fixed;
  margin-left: 5px;
  left: 0px;
  top: 40%;
  z-index: 999;
}
@media (max-width: 768px) {
  .addthis_horizontal_follow_toolbox {
    width: 180px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    top: auto;
    z-index: 1;
    float: none;
    margin-bottom: 20px;
  }
  .igp-keurmerk img {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 1;
    margin: auto;
    margin-bottom: 40px;
  }
  .txt-img .txthouder {
    margin-top: 5px;
  }
  .avVideo .avPlayerContainer .avPlayerBlock iframe,
  .avVideo .avPlayerContainer .avPlayerBlock object,
  .avVideo .avPlayerContainer .avPlayerBlock embed,
  .avVideo .avPlayerContainer .avPlayerBlock video,
  .avVideo .avPlayerContainer .avPlayerBlock > div {
    min-width: 220px !important;
  }
  .blog.recepten {
    padding-left: 15px;
  }
}
h2.hometitel,
.hometitel h3 {
  font-size: 48px;
  font-family: 'dk_vermilionregular', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFF;
  text-shadow: 2px 2px 4px #000000;
  margin-top: 30px !important;
}
@media (max-width: 759px) {
  .article-intro .pull-right.item-image,
  .article-content .pull-right.item-image {
    margin: 0 0 0px 0px;
  }
}
@font-face {
  font-family: 'dk_vermilionregular';
  src: url('../../templates/t3_bs3_blank/fonts/dk_vermilion-webfont.eot');
  src: url('../../templates/t3_bs3_blank/fonts/dk_vermilion-webfont.eot?#iefix') format('embedded-opentype'), url('../../templates/t3_bs3_blank/fonts/dk_vermilion-webfont.woff2') format('woff2'), url('../../templates/t3_bs3_blank/fonts/dk_vermilion-webfont.woff') format('woff'), url('../../templates/t3_bs3_blank/fonts/dk_vermilion-webfont.ttf') format('truetype'), url('../../templates/t3_bs3_blank/fonts/dk_vermilion-webfont.svg#dk_vermilionregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.rspbld-image.text-center img,
.rspbld-image.text-left img,
.rspbld-image.text-right img {
  width: 100%;
}
.content-site {
  background-image: url(../../templates/t3_bs3_blank/images/abstract-84433_1920_fx.jpg?id=1533) !important;
  background-position: center !important;
  background-repeat: repeat !important;
  background-size: auto;
}
.videobalk {
  height: 500px;
  overflow: hidden;
}
.rspbld-image {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 30px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #4FAD26;
  background: transparent;
}
.rspbld-button .fa {
  line-height: 1.5 !important;
  font-size: 16px !important;
}
.btn-info {
  color: #ffffff;
  background-color: #4FAD26;
  border-color: #C90016;
  border: 2px solid #C90016;
}
.btn-info:hover {
  background: #FFF !important;
  color: #C90016 !important;
  border: 2px solid #4FAD26;
}
.assortiment .rspbld-image {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 30px;
}
.assortiment .rspbld-text-block.text-center,
.assortiment .rspbld-text-block.text-left {
  padding: 20px;
  background: url(../../templates/t3_bs3_blank/images/bg-wit1.png) repeat;
}
.content-site .random-image img {
  width: 100%;
  height: auto;
}
.content-site .random-image {
  height: 500px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .videobalk {
    height: auto;
  }
  .container.t3-mainbody {
    padding-left: 0px !important;
  }
  .assortiment .rspbld-text-block.text-center,
  .assortiment .rspbld-text-block.text-left {
    margin-bottom: 30px;
  }
}