@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
/**************
  font-family: "Mulish", sans-serif;
  font-family: "Lora", serif;
**************/
:root {
  --bg-cream: rgba(252, 248, 238, 1);
  --bg-cream-2: rgba(247, 240, 221, 1);
  --gold: rgba(206, 170, 75, 1);
  --gold-2: rgba(182, 138, 55, 1);
  --text: rgba(57, 56, 63, 1);
}
body {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--text);
}
strong {
  font-weight: 700;
}
a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
a.text-link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: var(--text);
  letter-spacing: 1px;
  display: inline-block;
}
a:hover.text-link {
  color: var(--gold-2);
  transform: scale(1) rotate(0deg) translate(10px, 0px) skewX(0deg);
}
a.text-link i {
  color: var(--gold-2);
  font-size: 15px;
  margin-left: 5px;
}
.mt70 {
  margin-top: 70px;
}
.p35 {
  padding-bottom: 35px;
}
.photo-square {
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.photo-vertical {
  height: 0;
  padding-bottom: 135%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.btn-gold {
  background: var(--gold);
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 7px 30px;
  border-radius: 0px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
.btn-gold:hover {
  background: var(--gold-2);
  transform: scale(1.1) rotate(0deg) translate(0px, 0px) skewX(0deg);
  color: #fff;
}
h2 {
  font-family: "Lora", serif;
  color: var(--gold);
  font-size: 35px;
  line-height: 42px;
  font-weight: 400;
  margin-bottom: 35px;
}
h3 {
  font-family: "Lora", serif;
  color: var(--gold);
  font-size: 35px;
  line-height: 42px;
  font-weight: 400;
  margin-bottom: 35px;
}
.modal-backdrop {
  opacity: 0.90 !important;
}
.offcanvas-backdrop.show {
  opacity: .85;
}
.offcanvas.offcanvas-end.offcanvas-professional-login {
  background-color: var(--bg-cream);
  padding: 35px 35px 70px 70px;
  border: none;
  color: var(--text);
  --bs-offcanvas-width: 675px;
}
.offcanvas-professional-login .offcanvas-body {
  padding-right: 70px;
}
.offcanvas-professional-login .offcanvas-body h5 {
  margin-bottom: 35px;
  margin-top: 35px;
  color: var(--gold);
  font-size: 50px;
  line-height: 50px;
  font-family: "Lora", serif;
  font-weight: 600;
}
.offcanvas-professional-login .offcanvas-body h5 strong {
  font-weight: 700;
}
.offcanvas-professional-login .offcanvas-body .offcanvas-login-content {
  padding-bottom: 45px;
}
.contact-form-global .inputfield {
  background-color: rgba(255, 255, 255, 1);
  border: solid 1px rgba(255, 255, 255, 1);
  box-shadow: none;
  font-size: 15px;
  color: (var(--text));
  font-weight: 600;
  border-radius: 0px;
  padding: 15px 15px;
  margin: 0px;
}
.contact-form-global #InputGebruikersnaam {
  margin-bottom: 35px;
}
.contact-form-global .inputfield:focus {
  box-shadow: none;
  background-color: rgba(255, 255, 255, .75);
}
.contact-form-global .input-group .btn-password {
  background-color: rgba(255, 255, 255, 1);
  border: solid 1px rgba(255, 255, 255, 1);
  box-shadow: none;
  font-size: 16px;
  color: var(--text);
  font-weight: 400;
  border-radius: 0px;
  padding: 10px 20px;
  margin: 0px;
}
.contact-form-global .input-group .btn-password:hover {
  color: #fff;
  background-color: var(--gold);
}
.contact-form-global .form-text {
  color: var(--text) display: inline-block;
  margin-top: 10px;
}
.contact-form-global .form-text a {
  color: var(--text) text-decoration: none;
  display: inline-block;
  margin-top: 5px;
}
.contact-form-global .form-text a:hover {
  color: var(--text) text-decoration: none;
}
.contact-form-global .form-check label,
.contact-form-global .form-label {
  color: var(--text) text-align: left;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-form-global .form-check span,
.contact-form-global .form-group label span,
.contact-form-global .form-label span {
  color: var(--gold) font-size: 12px;
  padding-left: 5px
}
.contact-form-global .form-check {
  padding-top: 35px;
  padding-bottom: 5px
}
.contact-form-global .wrapper-checks .form-check {
  padding-top: 0px;
  padding-bottom: 5px
}
.contact-form-global ::placeholder {
  color: var(--text);
  font-weight: 500;
}
.contact-form-global .btn-form {
  background: var(--gold);
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 7px 30px;
  border-radius: 0px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  margin-top: 25px;
}
.contact-form-global .btn-form:hover {
  transition: all .2s;
  background-color: var(--gold-2);
  border: solid 1px var(--gold-2);
  color: #fff;
}

.modal-header {
    padding: 35px 70px 0px 0px;
    border-bottom: none;
}

.modal-body{
  padding: 0px 70px 70px 70px;
}
.modal-body h1{
    font-family: "Lora", serif;
    font-weight: 500;
    font-size: 35px;
    line-height: 42px;
    color: var(--gold-2);
    margin-bottom: 35px;
}

.modal-body .btn-green{
    background-color: var(--gold);
    border: solid 1px var(--gold);
    padding: 9.3px 30px;
    border-radius: 0px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: .8px;
    text-align: center;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    width: 100%;
    margin-top: 15px;
}
.modal-body .btn-green:hover{
     background: var(--gold-2);
    transform: scale(1.1) rotate(0deg) translate(0px, 0px) skewX(0deg);
    color: #fff;
}

.topbar {
  background: var(--gold);
  color: #fff;
}
.topbar-inner {
  font-size: 15px;
  padding: 8px 0px;
  font-weight: 500;
}

.top-logo img {
  width: 220px;
}

.wrapper-full-nav{
    background: var(--bg-cream);
    border-bottom: solid 1px rgba(206, 170, 75, .2);
}

.wrapper-alt-navbar{
padding-top: 25px;
text-align: right;
}



.wrapper-alt-navbar ul, .wrapper-alt-navbar ul li, .wrapper-alt-navbar ul.list-inline, .wrapper-alt-navbar ul li.list-inline-item{
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}



.wrapper-main-navbar{

}
.wrapper-full-nav .wrapper-top-logo{
  padding-top: 18px;

}



.main-nav {
  padding: 0px 0px 0px 0px;
  
}

.brand {
  font-family: "Lora", serif;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 25px;
}
.brand-dot {
  color: var(--gold);
}
.main-nav .nav-link {
  color: var(--text);
  font-weight: 700;
  padding-bottom: 25px;
}
.main-nav .nav-link:hover {
  color: var(--gold);
}
.main-nav .nav-link.active {
  color: var(--gold);
}
.main-nav .dropdown-menu {
  background-color: var(--text);
  border-radius: 0px;
  padding: 20px 35px 35px 35px;
  border: none;
}
.main-nav .dropdown-menu ul,
.main-nav .dropdown-menu ul li {
  padding: 0;
  margin: 0;
}
.main-nav .dropdown-menu a.dropdown-item {
  padding: 10px 0px;
  margin: 0;
  color: #fff;
  border-bottom: solid 1px var(--gold);
}
.main-nav .dropdown-menu a:hover.dropdown-item {
  color: var(--gold);
  background-color: transparent;
}
.nav-icon .fa-circle {
  display: inline-block;
  color: var(--gold);
  font-size: 10px;
  margin-left: 5px;
}
.btn-top-basket .indicator {
  background-color: var(--gold);
  display: inline-block;
  position: absolute;
  font-size: 10px;
  border-radius: 50%;
  margin-left: 2px;
  color: #fff;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  padding-top: 2.5px;
  margin-top: -6px;
}
.btn-top-language {
  margin-left: 20px;
}
.btn-top-language .dropdown-menu {
  padding: 5px;
  min-width: 50px!important;
  text-align: center;
    background-color: var(--text);
  border-radius: 0px;
    border: none;
}
.btn-top-language .dropdown-menu a.dropdown-item {
  border-bottom: none;
  padding: 5px;
    color: #fff;
}
.btn-top-language .dropdown-menu a:hover.dropdown-item  {
  color: var(--gold);
  background-color: transparent;
}


.hero {
  height: 100vh;
  background-image: url(/imgs/layout/bg-hero.png);
  background-position: bottom center;
  background-size: cover;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(/imgs/layout/hero-element.png);
  background-position: bottom center;
  background-size: cover;
}
.hero-inner {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.hero-row {
  flex: 1;
  align-items: stretch;
}
.hero-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero h1 {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 42px;
  color: var(--gold-2);
  margin-bottom: 35px;
}
.underline {
  text-decoration: underline;
  font-weight: 700;
  text-underline-offset: 2px;
  text-decoration-color: var(--gold-2);
}
.hero-content {
  color: var(--text);
  font-size: 15px;
  line-height: 28px;
}
.hero-content strong {
  font-weight: 700;
}
.hero-panel.hero-panel--center {
  padding-bottom: 35px;
  padding-top: 175px;
}
.hero-panel__content--center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 10;
}
.bottle {
  height: 100%;
  width: 100%;
  max-height: none;
}
.hero-panel.hero-panel--right {
  justify-content: flex-end;
  padding-bottom: 300px
}
.hero-panel.hero-panel--right h3 {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 25px;
  color: var(--gold-2);
}
.hero-panel.hero-panel--right .meta {
  font-weight: 500;
  font-size: 15px;
  color: var(--text);
}
.hero-panel.hero-panel--right a.featured-link {
  color: var(--text);
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-block;
}
.hero-panel.hero-panel--right a.featured-link i {
  color: var(--gold);
  font-size: 15px;
  margin-left: 6px;
}
.hero-panel.hero-panel--right a.featured-link:hover {
  color: var(--gold);
  transform: scale(1) rotate(0deg) translate(10px, 0px) skewX(0deg);
}
.text-block {
  color: var(--text);
  font-size: 17px;
  line-height: 26px;
}
.text-block small {
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 10px;
}
.text-block small i {
  font-size: 12px;
  display: inline-block;
  margin-right: 12px;
}
.text-block-list ul {
  margin: 0;
  padding: 0;
}
.text-block-list ul li {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  border-bottom: solid 1px rgba(206, 170, 75, .3);
}
.text-block-list ul li:first-child {
  border-top: solid 1px rgba(206, 170, 75, .3);
}
.text-block-list ul li a {
  color: var(--text);
  display: block;
  padding: 8px;
  text-decoration: none;
}
.text-block-list ul li a:hover {
  color: var(--gold);
}
.text-block-list ul li a i {
  color: var(--gold);
  float: right;
  font-size: 12px;
  display: inline-block;
  margin-top: 5px;
}
.photo-holder-vertical {
  height: 0;
  width: 100%;
  padding-bottom: 125%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.photo-holder-square-50 {
  height: 0;
  width: 50%;
  padding-bottom: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrapper-favorite-wines {
  background-color: var(--bg-cream);
  padding-top: 140px;
  padding-bottom: 210px;
  margin-top: -70px;
  background-image: url(/imgs/layout/bg-pattern.png);
}
.wrapper-highlight-news {
  margin-top: -70px;
  margin-bottom: 70px;
}
.highlight-news-text {
  background-color: var(--text);
  padding: 70px;
  color: #fff;
  min-height: 750px;
  font-size: 16px;
  line-height: 24px;
}
.highlight-news-text hr {
  border-top: 1px solid var(--gold);
  opacity: .3;
}
.highlight-news-text a {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-block;
}
.highlight-news-text a i {
  color: var(--gold);
  font-size: 15px;
  margin-left: 6px;
}
.highlight-news-text a:hover {
  color: #fff;
  transform: scale(1) rotate(0deg) translate(10px, 0px) skewX(0deg);
}
.highlight-news-photo {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrapper-top-footer {
  background-color: var(--gold);
  color: rgba(255, 255, 255, .75);
  padding-top: 70px;
  padding-bottom: 70px;
  font-weight: 400;
}
.wrapper-top-footer h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .5px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 1);
}
.wrapper-top-footer ul,
.wrapper-top-footer ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrapper-top-footer ul li {
  padding: 0px 0px;
}
.wrapper-top-footer ul li a {
  display: block;
  color: rgba(255, 255, 255, .75);
  text-decoration: none;
}
.wrapper-top-footer ul li a:hover {
  color: rgba(255, 255, 255, 1);
}
.wrapper-bottom-footer {
  background-color: var(--text);
  padding-top: 15px;
  padding-bottom: 5px;
}
.wrapper-bottom-footer .list-inline-item {
  margin-right: 20px;
}
.wrapper-bottom-footer a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.wrapper-bottom-footer a:hover {
  color: var(--gold);
}
.wrapper-globalpages-top {
  padding-top: 200px;
  background-image: url(/imgs/layout/bg-pattern.png);
  padding-bottom: 140px;
}
.wrapper-globalpages-top.wines {
  background-color: var(--bg-cream)
}
.breadcrumb {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 12px;
  padding-left: 7px;
  color: var(--text);
  font-family: 'FontAwesome';
  content: var(--bs-breadcrumb-divider, "\f054");
  font-size: 7px;
  margin-top: 3px;
  display: inline-block;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: var(--text);
  padding-bottom: 0;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
  color: var(--gold);
}
.breadcrumb .breadcrumb-item.active {
  color: var(--gold);
}
.wrapper-globalpages-top h1 {
  font-family: "Lora", serif;
  font-size: 40px;
  color: var(--gold);
  padding-top: 0px;
  font-weight: 600;
  margin-bottom: 50px;
}
.news-overview {
  padding-top: 0px;
}
.news-overview .card {
  border: none;
  background-color: var(--bg-cream);
  color: var(--text);
  border-radius: 0px;
  padding: 15px;
}
.news-overview .card .card-photo {
  height: 0;
  padding-bottom: 65%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-overview .card a .card-photo {
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
.news-overview .card a:hover .card-photo {
  transform: translateY(-25px);
}
.news-overview .card .card-body {
  padding-top: 35px;
  padding-bottom: 25px;
}
.news-overview .card .card-body small {
  font-size: 15px;
  font-weight: 600;
  color: var(--gold);
}
.news-overview .card .card-body h5 {
  color: var(--gold);
  font-family: "Lora", serif;
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.news-overview .card .card-footer {
  background-color: transparent;
  border: none;
  padding-bottom: 25px;
}
.news-overview-pagination .pagination {
  margin-top: 50px;
}
.wrapper-nav-projecten {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-top: 35px;
}
.wrapper-nav-projecten i {
  font-size: 16px
}
.wrapper-nav-projecten .right i {
  margin-left: 5px;
  font-size: 8px
}
.wrapper-nav-projecten .left i {
  margin-right: 5px;
  font-size: 8px
}
.wrapper-nav-projecten a {
  padding: 5px 10px 5px 10px;
  text-decoration: none !important;
  color: var(--gold)
}
.wrapper-nav-projecten a:hover {
  color: var(--text);
}
.contact-info-photo {
  height: 0;
  padding-bottom: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-info {
  padding: 35px;
  font-size: 15px;
  font-weight: 500;
  background-color: var(--text);
  color: #fff;
}
.contact-info a {
  color: #fff;
  text-decoration: none !important
}
.contact-info a:hover {
  color: var(--gold);
}
.contact-info span {
  font-size: 32px;
  font-weight: 600;
  color: var(--gold);
  font-family: "Lora", serif;
}
.contact-info .table-contact tr {
  border-bottom: solid 1px red !important;
  padding-top: 15px;
  padding-bottom: 5px;
}
.contact-info .table-contact tr:last-child {
  border-bottom: solid 1px red;
}
.contact-info .table-contact td {
  vertical-align: top;
  padding: 6px 0 6px 0;
  text-align: left;
  font-size: 15px
}
.contact-info .table-contact td:nth-child(1) {
  font-weight: 600;
  color: rgba(68, 37, 19, 1);
}
.contact-info .table-contact td:nth-child(2) {
  color: rgba(68, 37, 19, .65);
}
.wrapper-maps {
  padding: 0;
  margin: 0 0 0;
  background-color: #f3f7f4
}
#map_canvas {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%
}
#map {
  margin-top: 0;
  height: 750px
}
@media(max-width:1200px) {}
@media(max-width:991px) {
  .fixed-top {
    position: absolute;
  }
  .wrapper-full-nav .wrapper-top-logo {
    padding-top: 18px;
    text-align: center;
}
.wrapper-alt-navbar {
    padding-top: 25px;
    text-align: center;
}
  .main-nav .nav-link {
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(206, 170, 75, .35);
  }
  .navbar-toggler {
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: none;
  }
  .btn-top-language {
  margin-left: 0px;
}
  .hero {
    height: auto;
    background-image: url(/imgs/layout/bg-hero-small.png);
    padding-bottom: 50px;
  }
  .hero-panel__content.hero-panel__content--center {
    padding-top: 50px;
    text-align: center;
  }
  .hero-panel__content .btn-gold {
    display: none;
  }
  .hero::before {
    opacity: .45;
  }
  .hero-panel.hero-panel--left {
    padding-top: 250px;
    text-align: center;
  }
  .hero-panel.hero-panel--center {
    padding-bottom: 0px;
    padding-top: 70px;
  }
  .hero-panel--right .hero-panel__content {
    padding-top: 50px;
    text-align: center;
  }
  .hero-panel.hero-panel--right {
    justify-content: flex-start;
    padding-bottom: 0px;
  }
  .photo-holder-vertical {
    margin-bottom: 25px;
  }
  #home-intro .photo-holder-square-50 {
    width: 100%;
    padding-bottom: 100%;
  }
  .wrapper-highlight-news {
    margin-top: 0px;
  }
  .highlight-news-text {
    padding: 35px;
    min-height: auto;
  }
  .highlight-news-photo {
    min-height: 650px;
  }
  .wrapper-top-footer,
  .wrapper-bottom-footer {
    text-align: center;
  }
  .wrapper-ft-contact,
  .wrapper-ft-openingshours {
    padding-bottom: 35px;
  }
  .wrapper-ft-discover {
    display: none;
  }
}
@media(max-width:767px) {}
@media(max-width:550px) {}