/* see https://css-tricks.com/snippets/css/a-guide-to-flexbox/ */
/* see https://css-tricks.com/snippets/css/a-guide-to-flexbox/ */
/**
 * 1 1 200 for example
 * flex-grow / flex-shrink / min-width
 */
/**
 * @include flex-align-items($value: stretch);
 */
/**
 * @include flex-align-self$value: auto);
 */
/**
 * Values: digit
 */
/**
 * Values: digit
 */
/**
 * Values: flex-start | flex-end | center | space-between | space-around | stretch (default)
 */
.big-video {
  max-height: 493px;
  height: 493px;
  overflow: hidden;
  z-index: 2;
}
.big-video .large-video-holder {
  height: 100%;
  display: block !important;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 3s ease-in-out;
}
.big-video iframe {
  position: relative;
}
.big-video .video-actions {
  position: absolute;
  right: 25px;
  top: 25px;
}
.big-video .video-actions a.toggle {
  color: #fff;
  font-size: 26px;
  display: block;
}
.big-video .video-actions a.pause {
  color: #fff;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 979px) {
  .big-video {
    max-height: 342px;
  }
}
@media screen and (max-width: 649px) {
  .big-video {
    max-height: 250px;
  }
}

.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent !important;
}

body {
  line-height: 1.42857143;
  color: #ec672c;
  font-family: "Ubuntu", sans-serif !important;
  font-size: 17px;
}
body a {
  color: #1d1d1b;
}
body div.text img {
  max-width: 100%;
}
body .uppercase {
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  body h3 {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 768px) {
  body h3 {
    font-size: 24px !important;
  }
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 9, 2021 */
@font-face {
  font-family: "Vivaldi Italic";
  src: url("/fonts/vivaldii-webfont.woff2") format("woff2"), url("/fonts/vivaldii-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body .btn-orange, body .container .btn, body footer .btn, body div.generated_form_outer .btn {
  background: #2F2D2C;
  border: 1px solid white !important;
  color: white;
  font-weight: bold !important;
  padding: 14px 60px;
  font-family: "Open Sans", sans-serif !important;
  border-radius: 0px !important;
}
body .btn-orange:hover, body .container .btn:hover, body footer .btn:hover, body div.generated_form_outer .btn:hover {
  background: white;
  color: #2F2D2C;
}

body {
  font-family: "Open Sans", sans-serif !important;
  color: white;
  font-size: 16px;
}

.block-4blocks a, .block-3blocks {
  color: #817964;
}

header > div.navbar,
header {
  background-color: #817964;
}

footer {
  background: #2F2D2C;
}

.content a:hover, .content a:active, .content a {
  color: #2F2D2C;
}

.show-mobile {
  display: none;
}
@media (max-width: 767px) {
  .show-mobile {
    display: block;
  }
}

.hide-mobile {
  display: block;
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

.content {
  padding: 0px;
}

div.page-content div.generated_form_outer .btn {
  padding: 14px 35px !important;
}

header#header div.topbar {
  padding: 12px 0px;
}
header#header div.topbar .brand img {
  height: 100px;
}
@media (max-width: 767px) {
  header#header div.topbar .brand {
    width: 100%;
    text-align: center;
  }
}
header#header div.topbar nav.uppermenu li {
  color: #817964;
}
header#header div.topbar nav.uppermenu li.social a {
  font-size: 18px;
  display: inline-block;
  margin-right: 6px;
}
@media (max-width: 992px) {
  header#header div.topbar {
    padding: 24px 0;
  }
  header#header div.topbar .brand img {
    height: 90px;
  }
}
header#header div.warning {
  font-weight: bold;
  color: #817964;
  margin-top: 15px;
  text-align: right;
}
header#header div.warning a {
  color: #817964;
}
header#header div.warning span {
  font-weight: normal;
  font-size: 13px;
}
@media (max-width: 992px) {
  header#header div.warning {
    margin-top: 0px;
  }
}
header#header .navbar .navbar-toggle .icon-bar {
  background: white;
}
header#header div.topmenu {
  float: right;
}
@media (max-width: 767px) {
  header#header div.topmenu {
    position: relative;
    float: none;
    padding-bottom: 20px;
  }
  header#header div.topmenu ul {
    flex-direction: column;
  }
  header#header div.topmenu ul li {
    padding-left: 0px !important;
  }
  header#header div.topmenu ul li a {
    padding-left: 0px;
  }
}
header#header div.topmenu nav.uppermenu ul {
  display: flex;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
header#header div.topmenu nav.uppermenu ul li {
  padding-left: 15px;
}
header#header div.topmenu nav.uppermenu ul li:first-child {
  padding-left: 0;
}
header#header div.topmenu nav.uppermenu ul li.social a {
  color: #2F2D2C;
}
header#header nav.navbar ul.navbar-nav {
  display: block;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
header#header nav.navbar ul.navbar-nav:before, header#header nav.navbar ul.navbar-nav:after {
  content: none;
}
header#header nav.navbar ul.navbar-nav li {
  margin-right: 10px;
}
header#header nav.navbar ul.navbar-nav li a {
  font-family: "Open Sans";
  font-size: 16px;
  text-transform: uppercase;
}
header#header nav.navbar ul.navbar-nav li a:hover, header#header nav.navbar ul.navbar-nav li a.active {
  color: #FFFFFF !important;
}
@media (max-width: 767px) {
  header#header nav.navbar ul.navbar-nav li a:hover, header#header nav.navbar ul.navbar-nav li a.active {
    color: white !important;
  }
}
header#header nav.navbar ul.navbar-nav > li:first-child {
  display: none;
}
@media (max-width: 1200px) {
  header#header nav.navbar ul.navbar-nav li {
    margin-right: 20px;
  }
}

div.full-width-image {
  margin-bottom: 0px;
}
div.full-width-image > div.container {
  height: 100%;
}
div.full-width-image div.hv-center.left {
  align-items: flex-start;
}
div.full-width-image div.hv-center {
  margin-top: 0px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
}
div.full-width-image div.hv-center div.inner {
  max-width: 700px;
  float: right;
}
div.full-width-image div.hv-center div.inner a.btn-extra {
  background: rgba(129, 121, 100, 0.9);
  display: flex;
  margin-top: 10px;
  padding: 30px 20px;
  justify-content: center;
  text-align: center;
  color: white;
  text-transform: uppercase;
  align-items: center;
  line-height: 1;
  font-size: 18px;
}
div.full-width-image div.hv-center div.inner a.btn-extra svg {
  margin-left: 10px;
  height: 12px;
}
div.full-width-image div.hv-center div.inner div.bg {
  background: rgba(129, 121, 100, 0.9);
  padding: 30px 30px;
}
div.full-width-image div.hv-center div.inner div.bg h1 {
  font-size: 40px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  line-height: 1.3;
  font-weight: 300;
  text-transform: uppercase;
}
div.full-width-image div.hv-center div.inner div.bg h1 span {
  font-weight: bold;
  display: block;
}
div.full-width-image div.hv-center div.inner div.bg div.text {
  font-weight: 300;
  line-height: 2;
}
div.full-width-image div.hv-center div.inner div.bg div.container {
  width: auto;
}
div.full-width-image div.hv-center div.inner div.bg div.c-line-center {
  display: none;
}
div.full-width-image div.hv-center div.inner div.bg div.button-block {
  padding-bottom: 0px;
  margin-top: 25px;
}
div.full-width-image div.hv-center div.inner div.bg div.button-block div.dreamtemplate-button a {
  background: #2F2D2C;
  border: 1px solid white !important;
  color: white;
  font-weight: bold !important;
  padding: 14px 60px;
  font-family: "Open Sans", sans-serif !important;
  border-radius: 0px !important;
}
div.full-width-image div.hv-center div.inner div.bg div.button-block div.dreamtemplate-button a:hover {
  background: white;
  color: #2F2D2C;
}
@media (max-width: 992px) {
  div.full-width-image div.hv-center div.inner h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  div.full-width-image div.hv-center {
    max-height: 350px !important;
    display: flex;
    align-items: center;
  }
  div.full-width-image div.hv-center div.inner div.bg {
    padding: 20px;
  }
  div.full-width-image div.hv-center div.inner div.bg h1 {
    font-size: 30px !important;
  }
  div.full-width-image div.hv-center div.inner div.bg div.text {
    display: none;
  }
}
div.full-width-image.style-light div.hv-center div.inner {
  padding: 40px;
}
div.full-width-image.style-light div.hv-center div.inner div.bg {
  background: rgba(255, 255, 255, 0.9);
}
div.full-width-image.style-light div.hv-center div.inner div.bg h1 {
  font-size: 38px;
  font-weight: 400;
  font-weight: bold;
  color: #817964;
  text-transform: inherit;
}
div.full-width-image.style-light div.hv-center div.inner div.bg div.text {
  color: #817964;
  text-align: left;
  padding: 20px 0px;
}
div.full-width-image.margin-btm {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  div.full-width-image {
    max-height: 350px !important;
  }
}
div.full-width-image + div.block-text div.content-title {
  margin-top: -47px;
  background: white;
  padding-top: 50px;
}
div.full-width-image + div.block-text div.content-title h3 {
  text-align: center;
  font-size: 60px;
}
div.full-width-image.eh + div.block-text div.content-title {
  margin-top: -10px;
}

div.block-donation {
  background: white;
  padding: 0px;
  margin-bottom: 70px;
}
div.block-donation > div.container {
  background: white;
}
div.block-donation div.title {
  color: #817964;
  font-size: 37px;
  text-align: center;
  z-index: 2;
  background: white;
  margin-top: -50px;
  width: calc(100% - 30px);
  text-align: center;
  padding-top: 60px;
}
div.block-donation div.title span {
  font-weight: bold;
}
div.block-donation div.progressbar-outer {
  max-width: 800px;
  display: flex;
  margin: 0px auto;
  margin-top: 60px;
}
div.block-donation div.progressbar-outer div.progressbar {
  border-left: 10px solid #ECECEC;
  border-bottom: 10px solid #ECECEC;
  width: 650px;
  height: 42px;
}
div.block-donation div.progressbar-outer div.progressbar div.progress-bar-inner {
  background: #1490CE;
  padding: 5px 0px;
  width: 70%;
  min-width: 6%;
}
div.block-donation div.progressbar-outer div.progressbar div.progress-bar-inner:after {
  content: "";
  background: url(/img/koninginwilhelminahof/arrow.jpg) no-repeat;
  width: 37px;
  height: 31px;
  position: absolute;
  top: 0px;
  right: 0px;
}
div.block-donation div.progressbar-outer span {
  width: 150px;
  color: #817964;
  font-size: 22px;
  margin-left: 15px;
}
div.block-donation div.progressbar-outer span span {
  font-weight: bold;
}
div.block-donation div.btn-wrapper {
  text-align: center;
  margin-top: 50px;
}
div.block-donation div.inner {
  padding-top: 80px;
}
@media (max-width: 992px) {
  div.block-donation div.title {
    width: 100%;
  }
  div.block-donation div.progressbar-outer div.progressbar {
    width: 500px;
  }
}
@media (max-width: 767px) {
  div.block-donation div.title {
    font-size: 26px;
  }
  div.block-donation div.progressbar-outer {
    margin-top: 30px;
    flex-direction: column;
  }
  div.block-donation div.progressbar-outer div.progressbar {
    width: 100%;
  }
  div.block-donation div.progressbar-outer span {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  div.block-donation div.btn-wrappe {
    margin-top: 30px;
  }
}

div.block-3blocks {
  background: white;
  padding: 0px;
  margin-bottom: 70px;
}
div.block-3blocks > div.container {
  background: white;
}
div.block-3blocks div.title {
  color: #817964;
  font-size: 30px;
  text-align: center;
  position: absolute;
  z-index: 2;
  background: white;
  top: -76px;
  width: calc(100% - 30px);
  text-align: center;
  padding-top: 60px;
}
div.block-3blocks div.title span {
  font-weight: bold;
}
div.block-3blocks div.inner {
  padding-top: 80px;
}
div.block-3blocks div.four-column-block h3.title-four-column-block {
  margin: 0px;
  padding: 0px;
  padding-top: 20px;
  font-family: "Vivaldi Italic", sans-serif;
  text-align: center;
  position: relative;
  font-weight: 400;
}

div.contentelement-text_image_right {
  margin-bottom: 70px;
}
div.contentelement-text_image_right div.cbp-l-project-container {
  margin: 0px;
}
div.contentelement-text_image_right div.cbp-l-project-container:not(.image-left) div.cbp-l-project-desc-text a {
  color: white;
}
div.contentelement-text_image_right div.cbp-l-project-container.gray div.cbp-l-project-details {
  padding-right: 0px;
}
div.contentelement-text_image_right div.cbp-l-project-container.gray div.cbp-l-project-desc {
  background: #EEEEEE;
}
div.contentelement-text_image_right div.cbp-l-project-container.gray div.cbp-l-project-desc div.cbp-l-project-desc-title {
  color: #817964;
}
div.contentelement-text_image_right div.cbp-l-project-container.gray div.cbp-l-project-desc-text {
  color: #817964 !important;
}
@media (max-width: 767px) {
  div.contentelement-text_image_right div.cbp-l-project-container.gray {
    flex-direction: column-reverse;
  }
}
div.contentelement-text_image_right div.cbp-l-project-container div.cbp-l-project-details {
  width: 50%;
  margin-bottom: 0px;
  padding-left: 0px;
}
div.contentelement-text_image_right div.cbp-l-project-container div.cbp-l-project-details img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 767px) {
  div.contentelement-text_image_right div.cbp-l-project-container div.cbp-l-project-details {
    margin-top: 0px;
  }
}
div.contentelement-text_image_right div.cbp-l-project-container div.cbp-l-project-desc-text {
  line-height: 2;
  color: white !important;
  font-weight: 300;
}
div.contentelement-text_image_right div.cbp-l-project-container div.cbp-l-project-desc {
  background: #817964;
  width: 50%;
  padding: 35px;
}
div.contentelement-text_image_right div.cbp-l-project-container div.cbp-l-project-desc div.cbp-l-project-desc-title {
  margin-bottom: 23px;
  border-bottom: 0px;
  font-size: 30px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
div.contentelement-text_image_right div.cbp-l-project-container div.cbp-l-project-desc div.cbp-l-project-desc-title span {
  border-bottom: 0px none;
}
div.contentelement-text_image_right div.cbp-l-project-container div.cbp-l-project-desc div.cbp-l-project-desc-title:before {
  display: none;
}
@media (max-width: 767px) {
  div.contentelement-text_image_right div.cbp-l-project-container div.cbp-l-project-desc {
    padding: 25px !important;
  }
}
div.contentelement-text_image_right div.cbp-l-project-container div.btn-wrapper {
  text-align: center;
}
div.contentelement-text_image_right div.cbp-l-project-container a.btn {
  background: #2F2D2C;
  border: 1px solid white !important;
  color: white;
  font-weight: bold !important;
  padding: 14px 60px;
  font-family: "Open Sans", sans-serif !important;
  border-radius: 0px !important;
}
div.contentelement-text_image_right div.cbp-l-project-container a.btn:hover {
  background: white;
  color: #2F2D2C;
}

div.block-text {
  margin-bottom: 70px;
}
div.block-text div.content-title h3 {
  color: #817964;
  text-align: left;
  font-weight: 400;
  font-family: "Vivaldi Italic", sans-serif;
}
div.block-text div.content-title h3 span {
  font-weight: bold;
}
div.block-text div.text {
  text-align: left;
  color: #817964;
  line-height: 1.7;
}
div.block-text div.btn-wrapper {
  margin-top: 30px;
  text-align: center;
}
div.block-text div.btn-wrapper .btn {
  background: #2F2D2C;
  border: 1px solid white !important;
  color: white;
  font-weight: bold !important;
  padding: 14px 60px;
  font-family: "Open Sans", sans-serif !important;
  border-radius: 0px !important;
  background: white;
  border: 1px solid #817964 !important;
  color: #817964 !important;
}
div.block-text div.btn-wrapper .btn:hover {
  background: white;
  color: #2F2D2C;
}
div.block-text div.btn-wrapper .btn:hover {
  background: #817964;
  color: white !important;
}

div.block-2columns div.container h3 {
  color: #817964;
  text-align: left;
  font-weight: 400;
  font-family: "Vivaldi Italic", sans-serif;
}
div.block-2columns div.container h3 span {
  font-weight: bold;
}
div.block-2columns div.container h3 + .c-line-left {
  display: none;
}
div.block-2columns div.container div.text {
  color: #817964;
}
div.block-2columns div.container .callmeback-form {
  background: #817964;
  color: white;
}
div.block-2columns div.container div.form_content_before h3 {
  color: white;
}
div.block-2columns div.container form .btn {
  background: #2F2D2C;
  border: 1px solid white !important;
  color: white;
  font-weight: bold !important;
  padding: 14px 60px;
  font-family: "Open Sans", sans-serif !important;
  border-radius: 0px !important;
}
div.block-2columns div.container form .btn:hover {
  background: white;
  color: #2F2D2C;
}

footer.c-layout-footer div.title {
  font-weight: bold;
  font-size: 24px;
  color: white;
  margin-bottom: 10px;
}
footer.c-layout-footer ul {
  padding: 0px;
  margin: 0px;
}
footer.c-layout-footer ul li {
  list-style: none;
  font-weight: 300;
  margin-bottom: 10px;
}
footer.c-layout-footer form {
  max-width: 595px;
  margin-top: -35px;
}
footer.c-layout-footer form button.btn {
  background: #2F2D2C;
  border: 1px solid white !important;
  color: white;
  font-weight: bold !important;
  padding: 14px 60px;
  font-family: "Open Sans", sans-serif !important;
  border-radius: 0px !important;
}
footer.c-layout-footer form button.btn:hover {
  background: white;
  color: #2F2D2C;
}
@media (max-width: 767px) {
  footer.c-layout-footer form {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  footer.c-layout-footer {
    padding: 45px 0px;
  }
}

.product-list span.label2 {
  background: #817964;
}

div.product_detail {
  margin-bottom: 50px;
}
div.product_detail a.back {
  background: white;
  padding: 10px 44px;
}
div.product_detail .content div.left div.title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
}
div.product_detail .content div.left div.title span {
  text-transform: lowercase;
}
div.product_detail .content div.left div.title:after {
  display: none;
}
div.product_detail .content div.left div.text {
  color: #817964;
}
div.product_detail a.btn {
  background: #2F2D2C;
  border: 1px solid white !important;
  color: white;
  font-weight: bold !important;
  padding: 14px 60px;
  font-family: "Open Sans", sans-serif !important;
  border-radius: 0px !important;
}
div.product_detail a.btn:hover {
  background: white;
  color: #2F2D2C;
}

.callmeback-form, header .navbar ul li ul.dropdown-menu {
  background: #817964;
}

.block-4blocks .title-four-column-block, .block-3blocks .title-four-column-block {
  font-family: inherit;
  font-size: 18px;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  font-size: 15px;
}

div.block-4blocks {
  margin-bottom: 50px;
}
div.block-4blocks h3.title-four-column-block {
  color: #817964;
  font-weight: bold;
}

div.contentelement-meeluisteren div.rows div.row {
  margin: 0px;
  display: flex;
  border-top: 1px solid #817964;
}
div.contentelement-meeluisteren div.rows div.row div.col {
  display: flex;
  align-items: center;
}
div.contentelement-meeluisteren div.rows div.row div.col.name {
  width: 30%;
  font-size: 19px;
  padding-left: 20px;
  font-weight: bold;
}
div.contentelement-meeluisteren div.rows div.row div.col.name a {
  color: #817964;
}
div.contentelement-meeluisteren div.rows div.row div.col.actions {
  width: 70%;
  justify-content: flex-end;
  align-items: center;
}
div.contentelement-meeluisteren div.rows div.row div.col.actions img {
  max-width: 32px;
  margin-left: 10px;
}
div.contentelement-meeluisteren div.rows div.row div.col.actions a {
  line-height: 1;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  background: #EFEFEF;
  color: #817964;
  padding: 14px 15px;
  min-width: 190px;
  font-size: 14px;
  margin-left: 2px;
  margin-bottom: 15px;
}
div.contentelement-meeluisteren div.rows div.row div.col.actions a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  div.contentelement-meeluisteren div.rows div.row {
    flex-direction: column;
  }
  div.contentelement-meeluisteren div.rows div.row div.col {
    width: 100% !important;
  }
  div.contentelement-meeluisteren div.rows div.row div.col.name {
    margin-bottom: 5px;
  }
  div.contentelement-meeluisteren div.rows div.row div.col.actions {
    flex-direction: column;
  }
  div.contentelement-meeluisteren div.rows div.row div.col.actions a {
    width: 100%;
  }
}

div#eu-banner-outer * {
  color: black;
}

div#eu-banner-outer p a {
  text-decoration: underline;
}

div#eu-banner-outer div#eu-cookiemodal-content {
  bottom: 32px;
}

:root {
  --eu-banner-accept-color: black;
  --eu-banner-settings-text-color: black;
  --eu-banner-modal-accept-color: black;
  --eu-banner-accentColor: black;
  --eu-banner-settings-text-color: black;
  --eu-banner-corners: 0px;
  --eu-banner-modal-button-corners: 0px;
  --eu-banner-modal-corners: 0px;
  --eu-banner-modal-width: 67.3em;
}

body div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .eu-cookiecategory-label {
  font-weight: inherit;
}

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