
/*REMOVE line Above articles*/
article > header {
    border-bottom: none;
}

/*REMOVE links in footer remain same color, also after visited*/
.zone-footer a, .zone-footer a:visited {
    color: #777;
}

/*FOOTER modifications*/
.bs-footer {
    background: #3B3B3B;
    border-top: #B0B0B0;
    padding-top: 10px;
}


h4, h5 {
    color: #09c;
}

/*Logo toegevoegd*/
#Logo a {
    background: url(/Media/Default/images/StradusLogo70px.jpg) no-repeat;
    display: inline-block;
    font-size: 0;
    height: 70px;
    width: 70px;
}


/*padding rond logo weggehaald*/
#Logo {
    padding-top: 0px;
    padding-bottom: 0px;
}

/*bottom border om navbar top weggehaald*/
navbar-top {
    border-bottom: 0px;
}


/*fa fa-check always green*/
.fa-check {
    color: green;
}


/*fa-icons on mobile in block with header*/
.stradus-margin-header {
    margin-right: 5px;
    margin-left: 5px;
}

/*hover in submenu*/
#MenuH .submenu > li:hover {
    background-color: #52add9;
}


/*add color to .svg icons*/
.stradus-svgicon {
    stroke: orange;
    height: 30px;
}

/*numbers stay with tekst even when aligned right*/
.stradus-list-inside {
    list-style-position: inside;
}

/*bottom border slider white*/
#bt-slider {
    border-bottom: 5px solid white;
}


/*Signup padding smaller at bottom*/
#bt-pagetitle>.container>div {
    padding-bottom: 20px;
      padding-top: 20px;
}

/*Make search form smaller*/
.search-form fieldset {
  padding-top: 17px;
}

#Search .search-form input[type=text] {
    font-size: 16px;
  height: 30px;
}

.itemtestimonial{
       position: relative;
  width: 100%
  }


