@charset "UTF-8";
.bg-footer{
  background-color:#0288D1;
}
.textblue{
  color:#0288D1;
}

.textbluedark{
  color:#01579B;
}

.textorange{
  color:#FF8F00;
}

.textmain{
  text-shadow: 2px 2px 2px   #000000;
}

.textgrey{
  color:#7F7F7F;
}

.btnhome{
  background-color: #FF8F00;
  color: #000000;
  border-color: #FF6F00;
}
.btnhome:hover{
  background-color: #FF8F00;
  color: #000000;
  box-shadow: 0 0 0 0.25rem rgb(255 143 0 / 60%);
  border-color: #FF6F00;
}

.footer {
    bottom: 0;
    width: 100%;
}


.footer__menu a {
    color:#FFF;
    display: inline-block;
    font-weight: 400;
    line-height: 1.31;
    padding: 4px 0;
    text-decoration: none;
}

.footer__menu a:hover {
    color:#01579B;
}
.footer__menu h5 {
    color:#FF8F00;
}
.contentboxstyle {
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%), -1px 0 0 rgb(0 0 0 / 3%), 1px 0 0 rgb(0 0 0 / 3%), 0 1px 0 rgb(0 0 0 / 12%);
    background-color: #FFFFFF;
    margin: 0px 0px;
}
.contentcontainer{
    display: flex;
}

.borderradius-10 {
    border-radius: 10px;
    overflow: hidden;
}

.optionsholder370 {
    height: 450px;
}
.optionsholder {
}


.optionmaintext{
  height: 50px;
}

.transactiemanager {
    background-image: url(..//items/transactiemanager.png);
}
.interim {
    background-image: url(..//items/interim-management.png);
}
.duediligence {
    background-image: url(..//items/duediligence.png);
}

.excel {
    background-image: url(..//items/excel.png);
}
.renovatie1 {
    background-image: url(..//items/renovatie.png);
}
.renovatie2 {
    background-image: url(..//items/renovatie2.png);
}
.asset-management {
    background-image: url(..//items/asset-management.png);
}
.thijs {
    background-image: url(..//items/thijs.png);
}




.contact {
    background-image: url(..//items/contact.png);
    height: 370px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mainbg {
    background-image: url(..//items/mainbg.png);
    height: inherit;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    overflow: hidden;
    min-height: 550px;
}

body{
  background-color: #FAFAFA!important;
}


.optionicon {
    height: 160px;
    margin-bottom: 5px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
