@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(57, 50, 37, 1);
}
a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
.pt35 {
  padding-top: 35px;
}
.pt70 {
  padding-top: 70px;
}
.pt105 {
  padding-top: 105px;
}
.pt140 {
  padding-top: 140px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb105 {
  padding-bottom: 105px;
}
.pb140 {
  padding-bottom: 140px;
}
.pl35 {
  padding-left: 35px;
}
.pl70 {
  padding-left: 70px;
}
.pl105 {
  padding-left: 105px;
}
.pl140 {
  padding-left: 140px;
}
.pr35 {
  padding-right: 35px;
}
.pr70 {
  padding-right: 70px;
}
.pr105 {
  padding-right: 105px;
}
.pr140 {
  padding-right: 140px;
}
.mt-210 {
  margin-top: -210px;
}
.mt35 {
  margin-top: 35px;
}
.mb35 {
  margin-bottom: 35px;
}
.contact-form-global .inputfield,
.contact-form-global .textarea {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  box-shadow: none;
  font-size: 15px;
  color: rgba(85, 81, 73, 1.00);
  font-weight: 400;
  border-radius: 0px;
  padding: 10px 15px;
  margin: 0px;
}
.contact-form-global .inputfield:focus,
.contact-form-global .textarea:focus {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
}
.contact-form-global .input-group .btn-password {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  box-shadow: none;
  font-size: 16px;
  color: rgba(118, 129, 121, 1);
  font-weight: 400;
  border-radius: 0px;
  padding: 10px 20px;
  margin: 0px;
}
.contact-form-global .input-group .btn-password:hover {
  color: rgba(85, 81, 73, 1);
}
.contact-form-global .form-text a {
  color: rgba(118, 129, 121, 1.00);
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}
.contact-form-global .form-text a:hover {
  color: rgba(85, 81, 73, 1.00);
  text-decoration: none;
}
/*.contact-form-global .select {
  background-color: rgba(143, 152, 97, .09);
  border: 1px solid rgba(143, 152, 97, .25);
  box-shadow: none;
  font-size: 16px;
  color: rgba(143, 152, 97, 1);
  font-weight: 500;
  border-radius: 6px;
  padding: 10px;
}
.contact-form-global .text-area {
  height: 200px
}*/
.contact-form-global .form-check label,
.contact-form-global .form-label,
.contact-form .form-check label {
  color: rgba(58, 78, 64, 1.00);
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.contact-form-global .form-check span,
.contact-form-global .form-group label span,
.contact-form-global .form-label span,
.contact-form .form-check label span {
  color: rgba(118, 129, 121, 1);
  font-size: 12px;
  padding-left: 5px
}
.contact-form-global .form-check,
.contact-form .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: rgba(61, 57, 53, .4) !important;
  font-weight: 500;
}
.contact-form-global .btn-form {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: solid 1px rgba(58, 78, 64, 1);
  padding: 10px 60px !important;
  background-color: rgba(58, 78, 64, 1);
  transition: all .2s;
  border-radius: 0;
  margin-top: 25px;
  font-weight: 600
}
.contact-form-global .btn-form:hover {
  transition: all .2s;
  background-color: rgba(57, 50, 37, 1.00);
  border: solid 1px rgba(57, 50, 37, 1.00);
  color: #fff;
}
.contact-form .inputfield,
.contact-form .textarea {
  background-color: rgba(238, 236, 232, .75);
  border: 1px solid rgba(85, 81, 73, .20);
  box-shadow: none;
  font-size: 15px;
  color: rgba(85, 81, 73, 1.00);
  font-weight: 400;
  border-radius: 0px;
  padding: 10px 15px;
  margin: 0px;
}
.contact-form .inputfield:focus,
.contact-form .textarea:focus {
  box-shadow: none;
  background-color: rgba(238, 236, 232, 1);
  border: 1px solid rgba(85, 81, 73, .30);
}
.contact-form-global .textarea,
.contact-form .textarea {
  height: 200px;
}
label.col-form-label,
.form-check-label {
  color: rgba(58, 78, 64, 1.00);
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
label.col-form-label span {
  color: rgba(118, 129, 121, 1);
  font-size: 12px;
  padding-left: 5px
}
.contact-form .form-start {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  background-color: rgba(118, 129, 121, 1);
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: 14px;
}
.contact-form .btn-form {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: solid 1px rgba(58, 78, 64, 1);
  padding: 10px 60px !important;
  background-color: rgba(58, 78, 64, 1);
  transition: all .2s;
  border-radius: 0;
  margin-top: 25px;
  font-weight: 600
}
.contact-form .btn-form:hover {
  transition: all .2s;
  background-color: rgba(57, 50, 37, 1.00);
  border: solid 1px rgba(57, 50, 37, 1.00);
  color: #fff;
}
.text-block {
  font-size: 18px;
  line-height: 32px;
  color: rgba(57, 50, 37, 1);
}
.text-block h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 70px;
  color: rgba(58, 78, 64, 1);
}
.text-block h2 a {
  font-weight: 600;
  color: rgba(58, 78, 64, 1);
}
.text-block h2 a:hover {
  color: rgba(118, 129, 121, 1);
}
.text-block h4 {
  font-weight: 800;
  font-size: 26px;
  line-height: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: rgba(118, 129, 121, 1);
}
.text-block hr {
  border: 0;
  height: 1px;
  background: rgba(58, 78, 64, 1);
  width: 70px;
  margin-top: 70px;
}
.text-block a {
  color: rgba(57, 50, 37, 1);
}
.text-block a:hover {
  color: rgba(118, 129, 121, 1);
}
.text-block ul.shortcuts {
  padding: 0;
  margin: 35px 0px 35px 0px;
  list-style: none;
}
.text-block ul.shortcuts li {
  padding: 0;
  margin: 0;
  border-bottom: solid 1px rgba(118, 129, 121, .5);
}
.text-block ul.shortcuts li:last-child {
  border-bottom: none;
}
.text-block ul.shortcuts li a {
  padding: 8px 15px;
  display: block;
  font-size: 22px;
  color: rgba(118, 129, 121, 1);
  text-decoration: none;
  font-weight: 400;
}
.text-block ul.shortcuts li a:hover {
  background-color: rgba(238, 236, 232, .4);
  color: rgba(57, 50, 37, 1);
}
.text-block ul.shortcuts li a i.fa-chevron-right {
  float: right;
  font-size: 12px;
  display: inline-block;
  padding-top: 10px;
}
.text-block ul.shortcuts li a i.fa-regular {
  font-size: 17px;
  display: inline-block;
  padding-right: 10px;
  color: rgba(118, 129, 121, .65);
}
.image-square {
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.modal-backdrop {
  opacity: 0.90 !important;
}
.offcanvas-backdrop.show {
  opacity: .80;
}
.offcanvas.offcanvas-end.offcanvas-professional-login {
  background-color: rgb(238, 236, 232);
  padding: 35px 35px 70px 70px;
  border: none;
  color: rgba(61, 47, 56, 1.00);
  --bs-offcanvas-width: 675px;
}
.offcanvas-professional-login .offcanvas-body {
  padding-right: 70px;
}
.offcanvas-professional-login .offcanvas-body h5 {
  color: rgba(58, 78, 64, 1);
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 50px;
}
.offcanvas-login-form.contact-form-global .btn-form {
  width: 100% !important;
}
.topbar-info {
  border-top: solid 10px rgba(58, 78, 64, 1);
  text-align: right;
  padding-right: 140px;
}
.topbar-info .list-inline,
.topbar-info .list-inline .list-inline-item,
.topbar-info ul,
.topbar-info ul li {
  padding: 0 !important;
  margin: 0 !important;
}
.topbar-info ul {
  /*background-color: rgba(58, 78, 64, 1);*/
  display: block;
  float: right;
  padding: 0;
  margin: 0;
}
.topbar-info ul li a {
  padding: 10px 35px 15px 35px;
  background-color: rgba(58, 78, 64, 1);
  display: block;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  top: -10px !important;
  z-index: 999;
  position: relative;
  margin-right: -5px;
}
.topbar-info ul li.first-item a {
  padding: 15px 0px 15px 35px;
}
.topbar-info ul li a:hover {
  color: rgba(255, 255, 255, .5);
}
.topbar-info ul li.btn-login a {
  padding: 15px 35px 15px 35px;
  color: rgba(255, 255, 255, 1);
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  background-color: rgba(57, 50, 37, 1);
  top: -10px !important;
  z-index: 999;
  position: relative;
  margin-right: 0px !important;
}
.topbar-info ul li.btn-login a i {
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
}
.topbar-info ul li.btn-login a:hover {
  background-color: rgba(118, 129, 121, 1);
}
.top-navbar {
  background-color: #fff;
}
.top-logo {
  font-size: 30px;
  color: rgba(58, 78, 64, 1);
  padding: 0px 0px 35px 140px;
}
.top-logo a {
  color: rgba(58, 78, 64, 1);
  text-decoration: none;
}
.top-logo a:hover {
  color: rgba(57, 50, 37, 1);
  text-decoration: none;
}
.navbar,
.navbar-expand-lg {}
.fixed-top.navbar-shrink {
  box-shadow: rgba(58, 78, 64, 0.2) 0px 8px 24px;
}
.top-navbar .nav-item {
  padding: 0;
}
.top-navbar .nav-item a.nav-link {
  padding: 0;
  margin-left: 40px;
  color: rgba(58, 78, 64, 1);
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 10px;
  background-image: linear-gradient(90deg, rgba(58, 78, 64, .3), rgba(58, 78, 64, .3));
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.3s, background-position 0s 0.3s;
}
.top-navbar .nav-item a:hover.nav-link,
.top-navbar .nav-item .nav-link.active {
  background-position: 100% 100%;
  background-size: 100% 2px;
  color: rgba(57, 50, 37, 1);
}
.top-navbar .dropdown-toggle::after {
  margin-left: 5px;
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
  color: rgba(29, 35, 39, 1);
}
.top-navbar .dropdown-menu {
  background-color: rgba(58, 78, 64, 1);
  border: none;
  margin-top: 0px;
  padding: 35px 25px 35px 25px;
  border-radius: 0px;
}
.top-navbar .dropdown-menu a {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  text-transform: none;
  padding-top: 7px;
  padding-bottom: 7px;
}
.top-navbar .dropdown-menu a:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(238, 236, 232, .2);
}
#intro-photo-homepage {}
#intro-photo-homepage>.row {
  min-height: 100vh;
}
.flex-fill {
  flex: 1 1 auto;
}
#photo-topzone {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.wrapper-photo-topzone-cta-hp {
  height: 100%;
  border-left: 140px white solid;
}
.intro-content-homepage {
  background-image: url(../../imgs/layout/bg-light.png);
}
.intro-content-homepage .intro-text-home {
  padding-top: 150px;
  line-height: 28px;
}
.intro-content-homepage .intro-text-home h1,
.wrapper-page-content h1 {
  color: rgba(58, 78, 64, 1);
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  margin-bottom: 50px;
}
.wrapper-page-content h1 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
}
.intro-content-homepage .intro-text-home h1 strong {
  font-weight: 700;
}
.intro-content-homepage .intro-text-home .scroll-down {
  margin-top: 50px;
  display: inline-block;
}
.intro-content-homepage .intro-text-home .fa-cross {
  font-size: 30px;
  margin-bottom: 35px;
  color: rgba(58, 78, 64, 1);
  display: none;
}
.we-staan-klaar-content {
  padding: 140px 140px 140px 210px;
}
.bg-we-staan-klaar {
  background-image: url(../../imgs/layout/bg-light-line.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-left: 140px;
  padding-right: 140px;
}
.title-we-nemen-afscheid {
  padding-top: 140px;
}
.title-we-nemen-afscheid h2 {
  font-size: 32px;
  font-weight: 700;
  color: rgba(58, 78, 64, 1);
  margin-left: 70px;
  margin-bottom: 70px;
}
.wrapper-we-nemen-afscheid {
  background-image: url(../../imgs/layout/bg-light-line.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-top: 110px;
  padding-bottom: 310px;
}
.overview-rouwberichten {
  margin-top: -140px;
}
.overview-rouwberichten .card {
  border: none;
  background-color: transparent;
}
.overview-rouwberichten .photo-rouwbericht {
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.overview-rouwberichten a .photo-rouwbericht {
  filter: grayscale(1);
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
.overview-rouwberichten a:hover .photo-rouwbericht {
  filter: grayscale(0);
}
.overview-rouwberichten .card .card-body {
  padding: 0px 35px 0px 35px;
}
.overview-rouwberichten .card .card-body-inner {
  border-left: solid 1px rgba(57, 50, 37, 1);
  padding: 70px 35px 35px 35px;
  margin-top: -35px;
  z-index: 999;
  position: relative;
  font-weight: 600;
  color: rgba(58, 78, 64, 1);
  font-size: 18px;
}
.overview-rouwberichten .card .card-body-inner h5 {
  color: rgba(57, 50, 37, 1);
  font-size: 22px;
  font-weight: 800;
}
.overview-rouwberichten .card .card-footer {
  background-color: transparent;
  border-top: none;
  padding-left: 35px;
  margin-top: -10px;
}
.overview-rouwberichten .card .card-footer a {
  display: inline-block;
  padding: 8px 35px;
  background-color: rgba(57, 50, 37, 1);
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
}
.overview-rouwberichten .card .card-footer a i {
  font-size: 13px;
  margin-right: 10px;
  color: rgba(255, 255, 255, .5);
}
.overview-rouwberichten .card .card-footer a:hover {
  background-color: rgba(58, 78, 64, 1);
}
.wrapper-info-zorg-ondersteuning {
  padding-bottom: 140px;
}
.wrapper-info-zorg-ondersteuning .zorg-ondersteuning-content {
  padding-top: 35px;
  padding-left: 140px;
}
.wrapper-page-content {
  padding-top: 250px;
  background-image: url(../../imgs/layout/bg-light.png);
  padding-left: 140px;
  padding-right: 140px;
  padding-bottom: 105px;
}
.wrapper-page-content-white {
  background-color: #fff;
  padding-top: 105px;
  padding-left: 140px;
  padding-right: 140px;
  padding-bottom: 105px;
}
.wrapper-page-content .overview-rouwberichten {
  margin-top: 0px;
}
.wrapper-page-content .overview-rouwberichten .card {
  padding-bottom: 35px;
}
.pagination {
  padding-top: 70px;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
.page-link {
  color: rgba(58, 78, 64, 1);
  font-size: 13px;
  font-weight: 600;
  background-color: #fff;
  border: none;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px
}
.page-item.active .page-link {
  color: #fff;
  background-color: rgba(58, 78, 64, 1);
  border-color: rgba(58, 78, 64, 1);
}
.page-item.disabled .page-link {
  color: rgba(58, 78, 64, .35);
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
}
.page-link:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(57, 50, 37, 1);
  border-color: rgba(57, 50, 37, 1);
}
.page-link:focus {
  color: rgba(58, 78, 64, 1);
  background-color: rgba(255, 255, 255, 1);
  outline: 0;
  box-shadow: 0 0 0 0rem rgb(13 110 253 / 0%);
}
.pagination li {
  padding: 0;
  margin: 0;
}
.info-detail {
  padding-left: 70px;
  padding-right: 70px;
  font-size: 17px;
  line-height: 26px;
}
.info-detail .date-detail {
  padding-bottom: 15px;
  font-weight: 800;
}
.info-detail .date-detail i {
  font-size: 14px;
  margin-right: 4px;
}
.info-detail .date-detail i.fa-circle {
  font-size: 10px;
}
.info-detail h3 {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: 800;
  color: rgba(118, 129, 121, 1);
}
.form-condoleren {
  padding-right: 70px;
}
.form-bloemen {
  padding-left: 70px;
}
.contact-form-global h4 {
  margin-top: 0px;
}
.contact-info {
  padding: 35px;
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(58, 78, 64, 1);
  line-height: 24px;
}
.contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 35px;
}
.contact-info ul li {
  padding: 0 !important;
  margin: 0 !important;
}
.contact-info ul li a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.contact-info .table-openingsuren td {
  vertical-align: top
}
.contact-info .table-openingsuren tr {
  border-bottom: solid 1px rgba(255, 255, 255, .15)
}
.contact-info .table-openingsuren tr:last-child {
  border-bottom: none;
}
.contact-info .table-openingsuren td {
  padding: 3px 0 3px 0;
  text-align: left;
  font-size: 14px;
}
.contact-info .table-openingsuren td:nth-child(2) {
  color: rgba(255, 255, 255, .60)
}
.wrapper-map {
  margin-top: -190px;
}
#map {
  height: 700px;
  width: 100%;
}
/*.two-columns {
  column-count: 2;
  column-gap: 35px;
}*/
.two-columns {
  column-count: 1;
  column-gap: 0px;
}
.voetnoot {
  margin-top: 15px;
  font-size: 12px;
  color: rgba(118, 129, 121, 1);
}
.two-columns.text-left {
  padding-right: 105px;
}
.two-columns.text-right {
  padding-left: 105px;
}
.bg-footer {
  background-color: rgba(58, 78, 64, 1);
}
.ft-footer {
  padding-top: 70px;
  padding-bottom: 70px;
  color: rgba(255, 255, 255, 1);
}
.ft-footer .ft-adres h3 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 25px;
}
.ft-footer .ft-adres h3 strong {
  font-weight: 500;
}
.ft-footer .ft-adres ul,
.ft-footer .ft-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ft-footer .ft-adres ul li {
  padding: 0;
  margin: 0;
}
.ft-footer .ft-adres ul li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  display: block;
}
.ft-footer .ft-adres ul li a:hover {
  color: rgba(255, 255, 255, .5);
}
.ft-footer .ft-nav {
  padding-top: 55px;
}
.ft-footer .ft-nav ul li {
  border-bottom: solid 1px rgba(255, 255, 255, .1);
}
.ft-footer .ft-nav ul li:last-child {
  border-bottom: none;
}
.ft-footer .ft-nav ul li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
}
.ft-footer .ft-nav ul li a:hover {
  color: rgba(255, 255, 255, .5);
}
.bg-copyright {
  background-color: rgba(57, 50, 37, 1);
}
.bg-copyright .ft-copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: right;
}
.bg-copyright .ft-copyright a {
  color: rgba(255, 255, 255, .4);
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 1.5px;
}
.bg-copyright .ft-copyright a i {
  margin-left: 8px;
  margin-right: 8px;
}
.bg-copyright .ft-copyright a:hover {
  color: rgba(255, 255, 255, .75);
}
#gototop {
  display: inline-block;
  background-color: rgba(118, 129, 121, 1);
  width: 87px;
  text-align: left;
  padding-top: 3px;
  padding-bottom: 8px;
  padding-left: 15px;
  position: fixed;
  bottom: 129px;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}
#gototop::after {
  color: #fff;
}
#gototop i {
  font-size: 13px;
}
#gototop:hover {
  cursor: pointer;
  background-color: rgba(57, 50, 37, 1);
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
#gototop:active {
  background-color: rgba(57, 50, 37, 1);
}
#gototop.show {
  opacity: 1;
  visibility: visible;
}
a#gototop {
  color: rgba(255, 255, 255, 1.00);
  font-size: 20px;
}
@media(max-width:1920px) {
  .pl140 {
    padding-left: 70px;
  }
  .pr140 {
    padding-right: 70px;
  }
  .top-logo {
    padding: 0px 0px 35px 70px;
  }
  .topbar-info {
    padding-right: 70px;
  }
  .wrapper-photo-topzone-cta-hp {
    border-left: 70px white solid;
  }
  .bg-we-staan-klaar {
    padding-left: 70px;
    padding-right: 70px;
  }
  .we-staan-klaar-content {
    padding: 140px 70px 140px 140px;
  }
  .wrapper-info-zorg-ondersteuning .zorg-ondersteuning-content {
    padding-left: 70px;
  }
}
@media(max-width:1680px) {
  .info-detail {
    padding-left: 35px;
    padding-right: 35px;
  }
  .form-condoleren {
    padding-right: 35px;
  }
  .form-bloemen {
    padding-left: 35px;
  }
}
@media(max-width:1280px) {
  .two-columns.text-left {
    padding-right: 70px;
  }
  .two-columns.text-right {
    padding-left: 70px;
  }
  .top-navbar .nav-item a.nav-link {
    margin-left: 30px;
  }
  .intro-content-homepage {
    margin-top: 100px;
  }
  .intro-content-homepage .intro-text-home h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .title-we-nemen-afscheid {
    padding-top: 0px;
  }
  .info-detail {
    padding-left: 0px;
    padding-right: 0px;
  }
  .form-condoleren {
    padding-right: 15px;
  }
  .form-bloemen {
    padding-left: 15px;
  }
  .wrapper-page-content {
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 70px;
  }
  .wrapper-page-content-white {
    padding-top: 105px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 70px;
  }
}
@media(max-width:991px) {
  .two-columns.text-left {
    padding-right: 0px;
  }
  .two-columns.text-right {
    padding-left: 0px;
  }
  .fixed-top {
    position: relative;
  }
  .top-logo {
    padding: 0px 0px 15px 35px;
  }
  .navbar.pr140 {
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .intro-content-homepage .intro-text-home .fa-cross {
    display: none;
  }
  .navbar-toggler {
    background-color: rgba(58, 78, 64, 1);
    border: solid 1px rgba(58, 78, 64, 1);
    color: #fff;
    padding: 15px 25px 15px 25px;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    border-radius: 0px;
    margin-right: 35px;
  }
  .navbar-toggler i {
    margin-right: 5px;
  }
  .navbar-toggler:hover {
    background-color: rgba(118, 129, 121, 1);
    border: solid 1px rgba(118, 129, 121, 1);
    -webkit-transition: all .7s ease;
    transition: all .7s ease
  }
  .navbar-collapse {
    padding-left: 35px;
    background-image: url(../../imgs/layout/bg-light.png);
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0rem;
  }
  .topbar-firstnav .nav-item a.nav-link {
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-image: none;
    display: block;
  }
  .top-navbar .nav-item a.nav-link {
    margin-left: 0px;
  }
  .top-navbar .nav-item a:hover.nav-link,
  .top-navbar .nav-item .nav-link.active {
    background-size: 0% 0px;
  }
  .navbar-collapse {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 0px;
  }
  .top-navbar .dropdown-menu {
    padding: 25px 15px 25px 15px;
    border-radius: 0px;
    margin-right: 35px;
  }
  .topbar-info {
    padding-right: 35px;
  }
  .topbar-info .second-item,
  .ft-footer .ft-nav {
    display: none;
  }
  .topbar-info ul li.first-item a {
    padding: 15px 35px 15px 35px;
  }
  .intro-content-homepage {
    margin-top: 0px;
  }
  .text-block.pl35 {
    padding-left: 0px;
  }
  .wrapper-map {
    margin-top: -70px;
  }
  .text-block.form-bloemen {
    margin-top: 70px;
  }
  #intro-photo-homepage>.row {
    min-height: inherit;
  }
  #photo-topzone {
    height: 0;
    margin-top: 0px;
    padding-bottom: 70%;
  }
  #intro-photo-homepage .h-100 {
    height: auto !important;
  }
  .wrapper-photo-topzone-cta-hp {
    border-left: 0px white solid;
  }
  .intro-text-home {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .we-staan-klaar-content {
    padding: 70px 70px 70px 70px;
  }
  .title-we-nemen-afscheid {
    padding-top: 70px;
  }
  .title-we-nemen-afscheid h2 {
    margin-left: 10px;
  }
  .wrapper-info-zorg-ondersteuning .zorg-ondersteuning-content {
    padding-top: 70px;
    padding-left: 0px;
  }
  .wrapper-info-zorg-ondersteuning {
    padding-bottom: 70px;
  }
  .ft-adres {
    text-align: center;
  }
  .bg-copyright .ft-copyright {
    text-align: center;
  }
  .pr70 {
    padding-right: 0px;
  }
  .ft-copyright.pr140 {
    padding-right: 0px;
  }
  .wrapper-page-content {
    padding-top: 70px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
  }
  .wrapper-page-content-white {
    padding-top: 70px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 70px;
  }
  .text-block h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .info-detail {
    padding-top: 35px;
  }
}
@media(max-width:767px) {
  .pl140 {
    padding-left: 35px;
  }
  .pr140 {
    padding-right: 35px;
  }
}
@media(max-width:550px) {
  .topbar-info {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    text-align: left;
  }
  .topbar-info ul li.btn-login a {
    padding: 10px 15px 10px 15px !important;
  }
  .topbar-info ul li a {
    padding: 10px 15px 10px 15px !important;
    text-align: center;
  }
  .topbar-info ul {
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
  }
  .topbar-info ul li.first-item {
    width: 50% !important;
  }
  .topbar-info ul li.third-item {
    width: 49% !important;
  }
  .topbar-info ul li a {
    margin-right: 0px;
  }
  .topbar-info .list-inline,
  .topbar-info .list-inline .list-inline-item {
    padding: 0px !important;
    margin: 0px !important;
  }
  .navbar-brand.top-logo {
    width: 100% !important;
  }
  .top-logo {
    padding: 0px 0px 15px 0px;
    text-align: center !important;
  }
  .navbar-toggler {
    margin-right: 0px;
    width: 100%;
  }
  .offcanvas-professional-login .offcanvas-body {
    padding-right: 35px;
  }
  .offcanvas.offcanvas-end.offcanvas-professional-login {
    padding: 35px 15px 35px 35px;
  }
  .offcanvas-professional-login .offcanvas-body h5 {
    font-size: 35px;
    line-height: 40px;
    margin-top: 15px;
  }
  .intro-text-home {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .we-staan-klaar-content {
    padding: 70px 35px 70px 35px;
  }
  .bg-we-staan-klaar {
    padding-left: 35px;
    padding-right: 35px;
  }
  #gototop {
    display: none;
  }
  .intro-content-homepage .intro-text-home h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .text-block {
    font-size: 16px;
    line-height: 26px;
  }
  .two-columns {
    column-count: 1;
    column-gap: 0px;
  }
  .intro-content-homepage .intro-text-home h1,
  .wrapper-page-content h1 {
    margin-bottom: 35px;
  }
  .form-bloemen {
    padding-left: 0px;
  }
  .contact-form .btn-form,
  .contact-form-global .btn-form {
    width: 100%;
  }
}