.Interior_text_h1{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.label_interior{
    background-color: #e7e7e7; color: black;
}

.float_left{
    float: left;
    margin-left: 20px;
}

.float_right{
    float: right;
    margin-right: 20px;
}

.label{
    width: 100px!important;
}

.spacertable{
    margin-top: 50px;
}

table td{
    border: solid 1px #023b75;
    background-color: #023b75;
    width: 220px;
    color: white;
    font-family: Verdana;
}

.spacerfooter{
    margin-top: 30px;
}

.spacertable{
    margin-top: 100px;
}

.table_bgcolor {
    height: 600px;
    background-color: #023b75;
  }

  .button {
    border-radius: 4px;
    background-color: #002B56;
    color: white;
    padding: 20px 60px;
    }
.readmore:after {
    content: 'Lees meer';
}
.readmore.readles:after {
    content: 'Lees minder'!important;
}
.sum {
    max-height: 6em!important;
    max-width: 170px;
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    margin: 0 auto;
}

.sum:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.wrapper {
    text-align: center;
} 


.buildings {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
}

.buildings .item {
    width: 350px;
}

.buildings a {
    margin-bottom: 20px;
}

.filter {
    margin: 60px 0;
}

.filter form .fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* text-align: center; */
}


.filter form .form-group{
    margin-right: 5px;
}

.filter form input[type="text"] {
    height: 42px;
}

.filter form button:hover {
    background: var(--secondary);
    border: 2px solid var(--primary);
} 

.filter .form-group {
    display: inline;
    position: relative;
}

.filter .form-group label {
    display: block!important;
}

.filter .form-group input,
.filter .form-group select {
    width: 200px;
    padding: 10px;
    font-weight: bold;
}

.content_buttons a.left,
.content_buttons a.right
 {
    padding: 10px;
    background: var(--primary);
    border: 2px solid var(--secondary);
    font-weight: bold;
    color: #fff;
}

.content_buttons a.left:hover,
.content_buttons a.right:hover {
    background: var(--secondary);
    border: 2px solid var(--primary);
}

.content_buttons a .fa {
    margin-right: 10px;
}

.content_buttons a{
    padding: 10px;
}

.content_buttons a.active{
    color: red;
}

.buildings .image {
    position: relative;
    overflow: hidden;
}

.buildings .image span#price {
    position: absolute;
    top: 25px;
    left: -60px;
    transform: rotate(-35deg);
    background: #002B56;
    border: 2px solid #61BCE2;
    color: #fff;
    width: 193px;
}

.buildings .image span#price:before {
    content: '€';
    padding-right: 5px;
}

.buildings .image span#ref {
    position: absolute;
    bottom: 25px;
    right: -2px;
    background: #002B56;
    color: #fff;
    width: 125px;
    border-radius: 50px 0 0 50px;
    border: 2px solid #61BCE2;
}

.buildings .image img {
    height: 230px;
    width: 350px;
}