body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  color: #e42229;
}

h1 {
  font-size: 2rem;
}

/************************************* Header ***********************************/
#header-row {
  background: #ffffff;
  height: auto;
}
#header-row .row-container #logo {
  padding: 33px 0px;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  color: #323232;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  border-top: 7px solid #e42229;
  padding: 40px 0px 0px;
  color: #e42229;
}

.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  padding: 47px 0 0;
}

/************************************* Footer ***********************************/
#copyright-row {
  background: #e42229;
  padding: 18px 0px;
  height: auto;
  color: #fff;
}
#copyright-row a {
  color: #fff;
}
#copyright-row a:hover {
  color: #d1d1d1;
}

/************************************** Icons *************************************/
[class^="icon-"] {
  color: #e42229;
}
a .icon,
a.icon {
  color: #e42229;
}
a.btn .icon,
.btn a .icon {
  color: white;
}
a .icon:hover,
a.icon:hover {
  color: #a2a2a2;
}

/**Contact page**/
.contact_details .icons-marker {
  color: #e42229;
}
/**Property list**/
#PropertyListRegion .property-list .icons {
}

/**************************************Buttons*********************************/
.btn,
.btn-primary,
.btn-info {
  background: #e42229;
  background: -moz-linear-gradient(top, #fc4249 0%, #e42229 56%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fc4249),
    color-stop(56%, #e42229)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #fc4249 0%,
    #e42229 56%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #fc4249 0%,
    #e42229 56%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fc4249 0%, #e42229 56%); /* IE10+ */
  background: linear-gradient(to bottom, #fc4249 0%, #e42229 56%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc4249', endColorstr='#e42229',GradientType=0 ); /* IE6-9 */
}
.btn,
.btn > a,
.btn-primary,
.btn-info {
  color: #fff;
}
.btn:hover,
.btn-primary:hover,
.btn-info:hover,
.btn:hover > a,
a.btn:hover .icon,
.btn:hover a .icon {
  background: #e42229;
  color: #fff;
}

/*********************************Property list**********************************/
#PropertyListRegion .property-list .property {
  background: rgba(98, 169, 63, 0.07);
  border: 1px solid #dbdbdb;
  background: #ccc;
  background: -moz-linear-gradient(
    top,
    rgba(204, 204, 204, 1) 0%,
    rgba(242, 242, 242, 1) 59%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ccc),
    color-stop(59%, #f2f2f2)
  );
  background: -webkit-linear-gradient(top, #ccc 0%, #f2f2f2 59%);
  background: -o-linear-gradient(
    top,
    rgba(204, 204, 204, 1) 0%,
    rgba(242, 242, 242, 1) 59%
  );
  background: -ms-linear-gradient(
    top,
    rgba(204, 204, 204, 1) 0%,
    rgba(242, 242, 242, 1) 59%
  );
  background: linear-gradient(to bottom, #ccc 0%, #f2f2f2 59%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f2f2f2',GradientType=0 );
  border-bottom: 2px solid #000;
}
#PropertyListRegion .property-list .property:hover {
  border-bottom: 2px solid #e42229;
}
.sort .btn-group > .dropdown-toggle:hover {
  background: #e42229;
  color: #fff;
}

/*********************************Pagination**********************************/
.pagination a {
  color: white;
  background: #fc4249;
}
.pagination .disabled a,
.pagination .disabled a:hover,
.pagination a:hover {
  color: #fff;
  background: #e42229;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu li > a:hover {
  background: #e42229 !important;
  color: #fff !important;
}
.sort .btn-group.open .btn.dropdown-toggle {
  background: #e42229;
}

/*********************************Owner login**********************************/
#OwnerLoginRegion #MenuPeriod,
#OwnerLoginRegion #PropertyContainer {
  background: #fff;
}
#OwnerLoginRegion #PropertyContainer .tab-container table th,
#OwnerLoginRegion #PropertyContainer .block-stat .title {
  background: #e42229;
  color: white;
}
#OwnerLoginRegion #MenuPeriod .period .time .anchor {
  background: #fff;
}
#OwnerLoginRegion #MenuPeriod .period .time:hover .anchor,
#OwnerLoginRegion #MenuPeriod .period .selected .anchor {
  background: #000;
}
#OwnerLoginRegion #MenuPeriod .period .selected label,
#OwnerLoginRegion #MenuPeriod .period .time:hover label {
  color: #000;
}
#OwnerLoginRegion #PropertyContainer .tab-container table tr.row0 {
  background: white;
}
#OwnerLoginRegion #PropertyContainer .tab-container table tr.row1 {
}
#OwnerLoginRegion #histories,
#OwnerLoginRegion #MenuPeriod {
  background: #e42229;
  padding: 10px;
}
#user .user-info .icon {
  color: #e42229;
}
#graph {
  color: #e42229;
}
.bar {
  fill: #e42229;
}
/*********************************Camera caption**********************************/
#showcase-row .camera_caption > div p {
  font-size: 25px;
  font-family: "Lato", sans-serif;
  color: #e42229;
}

/*********************************Blog**********************************/
.itemContainer h3 a,
.tagItemHeader h3 a,
.genericItemHeader h3 a {
  color: #e42229;
}
#k2Container .componentheading {
  color: #e42229;
}
.itemDateCreated,
.tagItemDateCreated,
.genericItemDateCreated {
  color: #e42229;
}
#back a,
.k2ReadMore {
  color: #e42229 !important;
}

/*********************************Construction**********************************/
#BuildingContainer .floor .row-floor {
  background: #e42229;
}
#ProjectRegion .group-container .group .caption,
#BuildingContainer .floor .caption,
#ProjectRegion .header,
#ProjectRegion #PriceList .constuctions li a:hover,
#ProjectRegion #PriceList .constuctions li a.active {
  color: #e42229;
}
#BuildingContainer .floor .header-unit a {
  text-decoration: underline;
  color: #e42229;
}
.ProjectRegion-tab .tab-item.is-active,
.ProjectRegion-tab .tab-item:hover {
  border-top: 3px solid #e42229;
}
/******************************** Property list ********************************/
@media (max-width: 550px) {
  #PropertyListRegion .property-list .property .pic.fixed,
  #PropertyListRegion .property-list .property .pic {
    height: 200px;
  }
  #PropertyListRegion .property-list {
    max-width: 300px;
    margin: auto;
  }
}

/******************************** Newest Object ********************************/
@media (max-width: 767px) {
  .properties-newest .span3.item {
    width: 48%;
    float: left;
    margin: 1%;
  }
  .properties-newest .item .item-img img {
    max-height: 200px;
  }
}

@media (max-width: 550px) {
  .properties-newest .box {
    max-width: 300px;
    margin: auto;
  }
  .properties-newest .moduleTitle {
    text-align: center;
  }
  .properties-newest .span3.item {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 45px;
  }
}

a.button-hide {
  display: none !important;
}

a[class^="addthis_"] span {
  display: none !important;
}

.page-category.page-category__services #system-readmore,
.page-category.page-category__services #system-readmore ~ *,
.page-item.page-item__services #system-readmore {
  display: none;
}

#copyright-row .row-container .mod-footer a {
  color: #ffffff;
}

#push,
#footer-wrapper {
  height: 82px;
}

#wrapper {
  margin: 0 auto -82px;
}
#recaptcha .grecaptcha-badge {
  position: static !important;
}

.navigation ul.sf-menu > li {
  margin: 0 0 60px 15px;
}

.accordion-item {
  background: #efefef;
  margin: 5px 0px;
  border: 1px solid #e6e6e6;
  position: relative;
  min-height: 100px;
  padding-left: 150px;
  padding-right: 50px;
}

.accordion-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  background: #dcdcdc;
}

.accordion-title {
  text-align: left;
  font-size: 20px;
  cursor: pointer;
  padding: 40px 0px;
  line-height: 20px;
  transition: padding 0.5s;
}

.accordion-content {
  display: none;
  overflow: hidden;

  transition: display 0.5s;
  -webkit-transition: display 0.5s;
}

.accordion-content:before,
.accordion-content:after {
  content: "";
  display: block;
  height: 40px;
}
.accordion-content::before {
  height: 0px;
}

a.drop-icon {
  position: absolute;
  right: 30px;
  display: block;
  width: 30px;
  height: 15px;
  top: 35px;
  overflow: hidden;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
}

a.drop-icon span {
  display: block;
  height: 30px;
  width: 30px;
  position: relative;
  text-indent: 100px;
}

a.drop-icon span:before,
a.drop-icon span:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #172f42;

  position: absolute;
  top: 50%;
  left: 50%;
}

a.drop-icon span:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

a.drop-icon span:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.accordion-item.is-opened a.drop-icon {
  height: 30px;
}

.accordion-item.is-opened .accordion-title {
  padding: 60px 0px;
}

.accordion-item.is-opened .accordion-content {
  /* display: block;*/
}

h2 {
  font-size: 21px;
}

#bottom-row .services .mod-newsflash-adv__services > .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  gap: 1rem;
}

@media (max-width: 1024px) {
  #bottom-row .services .mod-newsflash-adv__services > .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  #bottom-row .services .mod-newsflash-adv__services > .row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

#bottom-row .services .mod-newsflash-adv__services > .row:before {
  display: none;
}

#bottom-row .services .mod-newsflash-adv__services .item .img-intro {
  margin: 0;
  position: relative;
  width: 80px;
  height: 80px;
}

.mod-custom.mod-custom__whyus {
  margin-top: -6px;
}

#bottom-row .services .mod-newsflash-adv__services .item .img-intro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#bottom-row .services .mod-newsflash-adv__services .item_content {
  margin: 0 0 0 50px;
}

#bottom-row .services .mod-newsflash-adv__services .item_content h4 {
  padding: 11px 0px;
  margin: 0;
  font-size: 16px;
}

#bottom-row .services .mod-newsflash-adv__services .item_introtext {
  display: none;
}

#bottom-row .services .mod-newsflash-adv__services .item {
  display: flex;
  align-items: center;
}

#bottom-row .services .mod-newsflash-adv__services .item .clearfix {
  display: none;
}

.itemid-173 .item-image {
  display: none;
}

h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-transform: initial;
}

#content-row .page-featured__home a.mainlink {
  float: right;
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  padding: 19px 14px 19px 22px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 10px;
  width: 185px;
  text-align: center;
}

.virtualtouricon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 50px;
}

.btn img {
  width: 14px;
  height: auto;
  margin-right: 10px;
}

.fixedbtn {
  position: fixed;
  z-index: 10;
  background-color: #e42229;
  bottom: 0;
  right: 100px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.fixedbtn:hover {
  border-bottom: 5px solid #707070;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.fixedbtn p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  display: block;
  text-align: center;
}

.fixedbtn a {
  display: block;
  color: #fff;
  padding: 10px;
  line-height: 150%;
  text-transform: uppercase;
  font-size: 18px;
}

@media (max-width: 767px) {
  .fixedbtn {
    bottom: 0;
    right: 10px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);

    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
  }

  .fixedbtn a {
    font-size: 14px;
    padding: 5px 10px;
  }
}

.body__services #content-row .page-category__services .item .item_img {
  padding-top: 66%;
  position: relative;
}

.body__services #content-row .page-category__services .item .item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.body__services #content-row .page-category__services .item {
  background: none;
  padding: 0;
  margin-bottom: 50px;
}

.body__services
  #content-row
  .page-category__services
  .item
  .img-intro__Verhuisdienst
  img {
  object-fit: contain;
}

.page_header h1 {
  margin-bottom: 2rem;
}

#smooved-influencer-score iframe {
  height: auto !important;
}

@media (min-width: 1024px) {
  #smooved-influencer-score {
    max-height: 80px;
  }
}

.item_fulltext h3 {
  color: #000;
  font-size: 18px;
  text-transform: none;
}

.flex,
.flex-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.flex-2 > div {
  width: 47.5%;
  margin-bottom: 2rem;
}

@media (max-width: 1024px) {
  .flex-2 > div {
    width: 100%;
  }
}

.view-article .item_img {
  display: none;
}

#top-row {
  background-color: #e42229;
  color: #fff;
  padding: 0.5rem 0;
}

#top-row a {
  margin-right: 0.65rem;
}

#top-row a,
#top-row [class^="icon-"] {
  color: #fff;
}

#top-row .icon-instagram,
#top-row .icon-facebook-square {
  margin-left: 0.65rem;
  margin-right: 0;
  font-size: 24px;
}

@media (max-width: 768px) {
  #top-row {
    text-align: center;
  }
  #top-row a {
    font-size: 12px;
  }
  #top-row .flex > div:nth-child(2) {
    display: none;
  }
}

.share-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #e42229;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 30px !important;
  line-height: 45px;
  cursor: pointer;
}

.share-button:hover {
  background-color: #e42229;
  color: #fff;
}

.share-button .icon {
}

.share-button span {
  font-size: 14px;
  font-weight: bold;
  padding-left: 14px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  pointer-events: none;
}

.share-button:hover span {
  color: #fff;
}

.item_fulltext ol li {
  margin-bottom: 1rem;
}
